Trace number 3288069

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
EBGlucose 1.0UNSAT 360.463 360.461

General information on the benchmark

Nameapplication/jarvisalo/
HWMCC10-combination-timeframe-expansion/hwmcc10-timeframe-expansion-k45-pdtpmsgoodbakery-tseitin.cnf
MD5SUM3fad4722cb319d6fee4192f2fe2c31ed
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark166.168
Satisfiable
(Un)Satisfiability was proved
Number of variables98935
Number of clauses296405
Sum of the clauses size691609
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2197602
Number of clauses of size 398801
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c
0.00/0.00	c Starting SatElite Preprocessing
0.00/0.00	c
0.00/0.00	c Parsing...
0.00/0.12	c ==============================================================================
0.00/0.12	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.12	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.12	c ==============================================================================
0.00/0.12	c |         0 |  296403   691607 |   88920       0        0     nan |  0.000 % |
0.00/0.93	c |         0 |  167814   529867 |      --       0       --      -- |     --   | -128587/-161735
0.00/0.94	c ==============================================================================
0.00/0.94	c Result  :   #vars: 32667   #clauses: 167814   #literals: 529867
0.00/0.94	c CPU time:   0.896863 s
0.00/0.94	c ==============================================================================
0.00/1.04	c
0.00/1.04	c Starting glucose
0.00/1.04	c
0.00/1.04	
0.00/1.04	c This is EBGlucose 1.0 -- based on Glucose version 1.0
0.00/1.04	c     Many thanks to the Glucose, RSAT, and MiniSAT teams.
0.00/1.04	
0.00/1.04	c ============================[ Problem Statistics ]=============================
0.00/1.04	c |                                                                             |
0.00/1.04	c |  Number of variables:  32667                                                |
0.00/1.04	c |  Number of clauses:    167814                                               |
1.08/1.11	c |  Parsing time:         0.06         s                                       |
360.39/360.45	c restarts              : 2582
360.39/360.45	c nb ReduceDB           : 27
360.39/360.45	c nb learnts DL2        : 40197
360.39/360.45	c nb learnts size 2     : 7328
360.39/360.45	c nb learnts size 1     : 460
360.39/360.45	c conflicts             : 936402         (2606 /sec)
360.39/360.45	c decisions             : 2925439        (1.44 % random) (8140 /sec)
360.39/360.45	c propagations          : 930864697      (2590150 /sec)
360.39/360.45	c conflict literals     : 28896214       (37.87 % deleted)
360.39/360.45	c Memory used           : 42.65 MB
360.39/360.45	c CPU time              : 359.386 s
360.39/360.45	
360.39/360.45	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3288069-1303768833/watcher-3288069-1303768833 -o /tmp/evaluation-result-3288069-1303768833/solver-3288069-1303768833 -C 2400 -W 1300 -M 7680 HOME/ebglucose.sh HOME/instance-3288069-1303768833.cnf 

running on 2 cores: 5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 3.13 3.82 3.89 5/180 29851
/proc/meminfo: memFree=13320616/32950928 swapFree=67111524/67111528
[pid=29851] ppid=29849 vsize=8700 CPUtime=0 cores=5,7
/proc/29851/stat : 29851 (ebglucose.sh) S 29849 29851 29809 0 -1 4202496 322 0 0 0 0 0 0 0 21 0 1 0 567114006 8908800 250 33554432000 4194304 4922060 140735972009056 18446744073709551615 256415391488 0 0 4100 65536 18446744071562362840 0 0 17 5 0 0 0
/proc/29851/statm: 2175 250 209 178 0 68 0

[startup+0.100889 s]
/proc/loadavg: 3.13 3.82 3.89 5/180 29851
/proc/meminfo: memFree=13320616/32950928 swapFree=67111524/67111528
[pid=29851] ppid=29849 vsize=8704 CPUtime=0 cores=5,7
/proc/29851/stat : 29851 (ebglucose.sh) S 29849 29851 29809 0 -1 4202496 356 233 0 0 0 0 0 0 21 0 1 0 567114006 8912896 253 33554432000 4194304 4922060 140735972009056 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/29851/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.20087 s]
/proc/loadavg: 3.13 3.82 3.89 5/180 29851
/proc/meminfo: memFree=13320616/32950928 swapFree=67111524/67111528
[pid=29851] ppid=29849 vsize=8704 CPUtime=0 cores=5,7
/proc/29851/stat : 29851 (ebglucose.sh) S 29849 29851 29809 0 -1 4202496 356 233 0 0 0 0 0 0 21 0 1 0 567114006 8912896 253 33554432000 4194304 4922060 140735972009056 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/29851/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.300851 s]
/proc/loadavg: 3.13 3.82 3.89 5/180 29851
/proc/meminfo: memFree=13320616/32950928 swapFree=67111524/67111528
[pid=29851] ppid=29849 vsize=8704 CPUtime=0 cores=5,7
/proc/29851/stat : 29851 (ebglucose.sh) S 29849 29851 29809 0 -1 4202496 356 233 0 0 0 0 0 0 21 0 1 0 567114006 8912896 253 33554432000 4194304 4922060 140735972009056 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/29851/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.70077 s]
/proc/loadavg: 3.13 3.82 3.89 5/180 29851
/proc/meminfo: memFree=13320616/32950928 swapFree=67111524/67111528
[pid=29851] ppid=29849 vsize=8704 CPUtime=0 cores=5,7
/proc/29851/stat : 29851 (ebglucose.sh) S 29849 29851 29809 0 -1 4202496 356 233 0 0 0 0 0 0 21 0 1 0 567114006 8912896 253 33554432000 4194304 4922060 140735972009056 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/29851/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+1.50062 s]
/proc/loadavg: 3.13 3.82 3.89 6/194 29879
/proc/meminfo: memFree=13046956/32950928 swapFree=67111524/67111528
[pid=29851] ppid=29849 vsize=8704 CPUtime=1.03 cores=5,7
/proc/29851/stat : 29851 (ebglucose.sh) S 29849 29851 29809 0 -1 4202496 380 13486 0 0 0 0 99 4 18 0 1 0 567114006 8912896 256 33554432000 4194304 4922060 140735972009056 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/29851/statm: 2176 256 211 178 0 69 0
[pid=29879] ppid=29851 vsize=18796 CPUtime=0.45 cores=5,7
/proc/29879/stat : 29879 (ebglucose_stati) R 29851 29851 29809 0 -1 4202496 4036 0 0 0 45 0 0 0 20 0 1 0 567114110 19247104 3977 33554432000 134512640 134556542 4289520304 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/29879/statm: 4699 3977 214 11 0 4033 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 27500

[startup+3.10032 s]
/proc/loadavg: 3.13 3.82 3.89 6/194 29880
/proc/meminfo: memFree=13067076/32950928 swapFree=67111524/67111528
[pid=29851] ppid=29849 vsize=8704 CPUtime=1.03 cores=5,7
/proc/29851/stat : 29851 (ebglucose.sh) S 29849 29851 29809 0 -1 4202496 380 13486 0 0 0 0 99 4 18 0 1 0 567114006 8912896 256 33554432000 4194304 4922060 140735972009056 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/29851/statm: 2176 256 211 178 0 69 0
[pid=29879] ppid=29851 vsize=20164 CPUtime=2.05 cores=5,7
/proc/29879/stat : 29879 (ebglucose_stati) R 29851 29851 29809 0 -1 4202496 4380 0 0 0 205 0 0 0 25 0 1 0 567114110 20647936 4321 33554432000 134512640 134556542 4289520304 18446744073709551615 134537115 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/29879/statm: 5041 4321 214 11 0 4375 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 28868

[startup+6.30071 s]
/proc/loadavg: 3.36 3.86 3.90 5/194 29883
/proc/meminfo: memFree=13184644/32950928 swapFree=67111524/67111528
[pid=29851] ppid=29849 vsize=8704 CPUtime=1.03 cores=5,7
/proc/29851/stat : 29851 (ebglucose.sh) S 29849 29851 29809 0 -1 4202496 380 13486 0 0 0 0 99 4 18 0 1 0 567114006 8912896 256 33554432000 4194304 4922060 140735972009056 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/29851/statm: 2176 256 211 178 0 69 0
[pid=29879] ppid=29851 vsize=21020 CPUtime=5.25 cores=5,7
/proc/29879/stat : 29879 (ebglucose_stati) R 29851 29851 29809 0 -1 4202496 4606 0 0 0 525 0 0 0 25 0 1 0 567114110 21524480 4547 33554432000 134512640 134556542 4289520304 18446744073709551615 3634684 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/29879/statm: 5255 4547 214 11 0 4589 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 29724

[startup+12.7005 s]
/proc/loadavg: 3.41 3.86 3.90 6/194 29914
/proc/meminfo: memFree=13180368/32950928 swapFree=67111524/67111528
[pid=29851] ppid=29849 vsize=8704 CPUtime=1.03 cores=5,7
/proc/29851/stat : 29851 (ebglucose.sh) S 29849 29851 29809 0 -1 4202496 380 13486 0 0 0 0 99 4 18 0 1 0 567114006 8912896 256 33554432000 4194304 4922060 140735972009056 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/29851/statm: 2176 256 211 178 0 69 0
[pid=29879] ppid=29851 vsize=22504 CPUtime=11.65 cores=5,7
/proc/29879/stat : 29879 (ebglucose_stati) R 29851 29851 29809 0 -1 4202496 4967 0 0 0 1165 0 0 0 25 0 1 0 567114110 23044096 4908 33554432000 134512640 134556542 4289520304 18446744073709551615 134537387 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/29879/statm: 5626 4908 214 11 0 4960 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 31208

[startup+25.5011 s]
/proc/loadavg: 3.69 3.90 3.92 6/194 29976
/proc/meminfo: memFree=13162528/32950928 swapFree=67111524/67111528
[pid=29851] ppid=29849 vsize=8704 CPUtime=1.03 cores=5,7
/proc/29851/stat : 29851 (ebglucose.sh) S 29849 29851 29809 0 -1 4202496 380 13486 0 0 0 0 99 4 18 0 1 0 567114006 8912896 256 33554432000 4194304 4922060 140735972009056 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/29851/statm: 2176 256 211 178 0 69 0
[pid=29879] ppid=29851 vsize=24948 CPUtime=24.44 cores=5,7
/proc/29879/stat : 29879 (ebglucose_stati) R 29851 29851 29809 0 -1 4202496 5562 0 0 0 2444 0 0 0 25 0 1 0 567114110 25546752 5503 33554432000 134512640 134556542 4289520304 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/29879/statm: 6237 5503 214 11 0 5571 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 33652

[startup+51.1012 s]
/proc/loadavg: 3.79 3.91 3.92 6/194 29986
/proc/meminfo: memFree=13147988/32950928 swapFree=67111524/67111528
[pid=29851] ppid=29849 vsize=8704 CPUtime=1.03 cores=5,7
/proc/29851/stat : 29851 (ebglucose.sh) S 29849 29851 29809 0 -1 4202496 380 13486 0 0 0 0 99 4 18 0 1 0 567114006 8912896 256 33554432000 4194304 4922060 140735972009056 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/29851/statm: 2176 256 211 178 0 69 0
[pid=29879] ppid=29851 vsize=28116 CPUtime=50.05 cores=5,7
/proc/29879/stat : 29879 (ebglucose_stati) R 29851 29851 29809 0 -1 4202496 6364 0 0 0 5004 1 0 0 25 0 1 0 567114110 28790784 6305 33554432000 134512640 134556542 4289520304 18446744073709551615 134537315 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/29879/statm: 7029 6305 214 11 0 6363 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 36820

[startup+102.301 s]
/proc/loadavg: 3.91 3.92 3.92 6/194 30018
/proc/meminfo: memFree=13079124/32950928 swapFree=67111524/67111528
[pid=29851] ppid=29849 vsize=8704 CPUtime=1.03 cores=5,7
/proc/29851/stat : 29851 (ebglucose.sh) S 29849 29851 29809 0 -1 4202496 380 13486 0 0 0 0 99 4 18 0 1 0 567114006 8912896 256 33554432000 4194304 4922060 140735972009056 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/29851/statm: 2176 256 211 178 0 69 0
[pid=29879] ppid=29851 vsize=32520 CPUtime=101.25 cores=5,7
/proc/29879/stat : 29879 (ebglucose_stati) R 29851 29851 29809 0 -1 4202496 7439 0 0 0 10124 1 0 0 25 0 1 0 567114110 33300480 7380 33554432000 134512640 134556542 4289520304 18446744073709551615 134536831 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/29879/statm: 8130 7380 214 11 0 7464 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 41224

[startup+162.301 s]
/proc/loadavg: 3.96 3.93 3.92 6/194 30020
/proc/meminfo: memFree=13063612/32950928 swapFree=67111524/67111528
[pid=29851] ppid=29849 vsize=8704 CPUtime=1.03 cores=5,7
/proc/29851/stat : 29851 (ebglucose.sh) S 29849 29851 29809 0 -1 4202496 380 13486 0 0 0 0 99 4 18 0 1 0 567114006 8912896 256 33554432000 4194304 4922060 140735972009056 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/29851/statm: 2176 256 211 178 0 69 0
[pid=29879] ppid=29851 vsize=36748 CPUtime=161.25 cores=5,7
/proc/29879/stat : 29879 (ebglucose_stati) R 29851 29851 29809 0 -1 4202496 8476 0 0 0 16123 2 0 0 25 0 1 0 567114110 37629952 8417 33554432000 134512640 134556542 4289520304 18446744073709551615 134537387 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/29879/statm: 9187 8417 214 11 0 8521 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 45452

[startup+222.307 s]
/proc/loadavg: 3.98 3.94 3.92 6/194 30021
/proc/meminfo: memFree=13052040/32950928 swapFree=67111524/67111528
[pid=29851] ppid=29849 vsize=8704 CPUtime=1.03 cores=5,7
/proc/29851/stat : 29851 (ebglucose.sh) S 29849 29851 29809 0 -1 4202496 380 13486 0 0 0 0 99 4 18 0 1 0 567114006 8912896 256 33554432000 4194304 4922060 140735972009056 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/29851/statm: 2176 256 211 178 0 69 0
[pid=29879] ppid=29851 vsize=39260 CPUtime=221.25 cores=5,7
/proc/29879/stat : 29879 (ebglucose_stati) R 29851 29851 29809 0 -1 4202496 9131 0 0 0 22123 2 0 0 25 0 1 0 567114110 40202240 9072 33554432000 134512640 134556542 4289520304 18446744073709551615 134537515 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/29879/statm: 9815 9072 214 11 0 9149 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 47964

[startup+282.301 s]
/proc/loadavg: 3.99 3.95 3.92 6/194 30023
/proc/meminfo: memFree=13042084/32950928 swapFree=67111524/67111528
[pid=29851] ppid=29849 vsize=8704 CPUtime=1.03 cores=5,7
/proc/29851/stat : 29851 (ebglucose.sh) S 29849 29851 29809 0 -1 4202496 380 13486 0 0 0 0 99 4 18 0 1 0 567114006 8912896 256 33554432000 4194304 4922060 140735972009056 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/29851/statm: 2176 256 211 178 0 69 0
[pid=29879] ppid=29851 vsize=41636 CPUtime=281.26 cores=5,7
/proc/29879/stat : 29879 (ebglucose_stati) R 29851 29851 29809 0 -1 4202496 9737 0 0 0 28123 3 0 0 25 0 1 0 567114110 42635264 9678 33554432000 134512640 134556542 4289520304 18446744073709551615 134537025 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/29879/statm: 10409 9678 214 11 0 9743 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 50340

[startup+342.301 s]
/proc/loadavg: 3.99 3.95 3.92 6/194 30055
/proc/meminfo: memFree=12539692/32950928 swapFree=67111524/67111528
[pid=29851] ppid=29849 vsize=8704 CPUtime=1.03 cores=5,7
/proc/29851/stat : 29851 (ebglucose.sh) S 29849 29851 29809 0 -1 4202496 380 13486 0 0 0 0 99 4 18 0 1 0 567114006 8912896 256 33554432000 4194304 4922060 140735972009056 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/29851/statm: 2176 256 211 178 0 69 0
[pid=29879] ppid=29851 vsize=43220 CPUtime=341.26 cores=5,7
/proc/29879/stat : 29879 (ebglucose_stati) R 29851 29851 29809 0 -1 4202496 10120 0 0 0 34123 3 0 0 25 0 1 0 567114110 44257280 10061 33554432000 134512640 134556542 4289520304 18446744073709551615 134537412 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/29879/statm: 10805 10061 214 11 0 10139 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 51924

Solver just ended. Dumping a history of the last processes samples

[startup+345.601 s]
/proc/loadavg: 3.99 3.95 3.92 6/194 30056
/proc/meminfo: memFree=12536220/32950928 swapFree=67111524/67111528
[pid=29851] ppid=29849 vsize=8704 CPUtime=1.03 cores=5,7
/proc/29851/stat : 29851 (ebglucose.sh) S 29849 29851 29809 0 -1 4202496 380 13486 0 0 0 0 99 4 18 0 1 0 567114006 8912896 256 33554432000 4194304 4922060 140735972009056 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/29851/statm: 2176 256 211 178 0 69 0
[pid=29879] ppid=29851 vsize=43220 CPUtime=344.56 cores=5,7
/proc/29879/stat : 29879 (ebglucose_stati) R 29851 29851 29809 0 -1 4202496 10120 0 0 0 34453 3 0 0 25 0 1 0 567114110 44257280 10061 33554432000 134512640 134556542 4289520304 18446744073709551615 134537162 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/29879/statm: 10805 10061 214 11 0 10139 0
Current children cumulated CPU time (s) 345.59
Current children cumulated vsize (KiB) 51924

[startup+352 s]
/proc/loadavg: 3.99 3.95 3.92 6/194 30056
/proc/meminfo: memFree=12530748/32950928 swapFree=67111524/67111528
[pid=29851] ppid=29849 vsize=8704 CPUtime=1.03 cores=5,7
/proc/29851/stat : 29851 (ebglucose.sh) S 29849 29851 29809 0 -1 4202496 380 13486 0 0 0 0 99 4 18 0 1 0 567114006 8912896 256 33554432000 4194304 4922060 140735972009056 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/29851/statm: 2176 256 211 178 0 69 0
[pid=29879] ppid=29851 vsize=43220 CPUtime=350.96 cores=5,7
/proc/29879/stat : 29879 (ebglucose_stati) R 29851 29851 29809 0 -1 4202496 10130 0 0 0 35093 3 0 0 25 0 1 0 567114110 44257280 10071 33554432000 134512640 134556542 4289520304 18446744073709551615 134537162 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/29879/statm: 10805 10071 214 11 0 10139 0
Current children cumulated CPU time (s) 351.99
Current children cumulated vsize (KiB) 51924

[startup+355.201 s]
/proc/loadavg: 3.99 3.95 3.92 6/194 30056
/proc/meminfo: memFree=12529904/32950928 swapFree=67111524/67111528
[pid=29851] ppid=29849 vsize=8704 CPUtime=1.03 cores=5,7
/proc/29851/stat : 29851 (ebglucose.sh) S 29849 29851 29809 0 -1 4202496 380 13486 0 0 0 0 99 4 18 0 1 0 567114006 8912896 256 33554432000 4194304 4922060 140735972009056 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/29851/statm: 2176 256 211 178 0 69 0
[pid=29879] ppid=29851 vsize=43220 CPUtime=354.16 cores=5,7
/proc/29879/stat : 29879 (ebglucose_stati) R 29851 29851 29809 0 -1 4202496 10138 0 0 0 35413 3 0 0 25 0 1 0 567114110 44257280 10079 33554432000 134512640 134556542 4289520304 18446744073709551615 134537356 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/29879/statm: 10805 10079 214 11 0 10139 0
Current children cumulated CPU time (s) 355.19
Current children cumulated vsize (KiB) 51924

[startup+358.401 s]
/proc/loadavg: 3.99 3.95 3.92 7/194 30056
/proc/meminfo: memFree=12529036/32950928 swapFree=67111524/67111528
[pid=29851] ppid=29849 vsize=8704 CPUtime=1.03 cores=5,7
/proc/29851/stat : 29851 (ebglucose.sh) S 29849 29851 29809 0 -1 4202496 380 13486 0 0 0 0 99 4 18 0 1 0 567114006 8912896 256 33554432000 4194304 4922060 140735972009056 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/29851/statm: 2176 256 211 178 0 69 0
[pid=29879] ppid=29851 vsize=43500 CPUtime=357.36 cores=5,7
/proc/29879/stat : 29879 (ebglucose_stati) R 29851 29851 29809 0 -1 4202496 10184 0 0 0 35733 3 0 0 25 0 1 0 567114110 44544000 10125 33554432000 134512640 134556542 4289520304 18446744073709551615 134537755 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/29879/statm: 10875 10125 214 11 0 10209 0
Current children cumulated CPU time (s) 358.39
Current children cumulated vsize (KiB) 52204

[startup+359.201 s]
/proc/loadavg: 3.99 3.95 3.92 6/194 30056
/proc/meminfo: memFree=12528416/32950928 swapFree=67111524/67111528
[pid=29851] ppid=29849 vsize=8704 CPUtime=1.03 cores=5,7
/proc/29851/stat : 29851 (ebglucose.sh) S 29849 29851 29809 0 -1 4202496 380 13486 0 0 0 0 99 4 18 0 1 0 567114006 8912896 256 33554432000 4194304 4922060 140735972009056 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/29851/statm: 2176 256 211 178 0 69 0
[pid=29879] ppid=29851 vsize=43500 CPUtime=358.16 cores=5,7
/proc/29879/stat : 29879 (ebglucose_stati) R 29851 29851 29809 0 -1 4202496 10199 0 0 0 35813 3 0 0 25 0 1 0 567114110 44544000 10140 33554432000 134512640 134556542 4289520304 18446744073709551615 134537253 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/29879/statm: 10875 10140 214 11 0 10209 0
Current children cumulated CPU time (s) 359.19
Current children cumulated vsize (KiB) 52204

[startup+360.001 s]
/proc/loadavg: 3.99 3.95 3.92 6/194 30056
/proc/meminfo: memFree=12528076/32950928 swapFree=67111524/67111528
[pid=29851] ppid=29849 vsize=8704 CPUtime=1.03 cores=5,7
/proc/29851/stat : 29851 (ebglucose.sh) S 29849 29851 29809 0 -1 4202496 380 13486 0 0 0 0 99 4 18 0 1 0 567114006 8912896 256 33554432000 4194304 4922060 140735972009056 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/29851/statm: 2176 256 211 178 0 69 0
[pid=29879] ppid=29851 vsize=43672 CPUtime=358.96 cores=5,7
/proc/29879/stat : 29879 (ebglucose_stati) R 29851 29851 29809 0 -1 4202496 10226 0 0 0 35893 3 0 0 25 0 1 0 567114110 44720128 10167 33554432000 134512640 134556542 4289520304 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/29879/statm: 10918 10167 214 11 0 10252 0
Current children cumulated CPU time (s) 359.99
Current children cumulated vsize (KiB) 52376

[startup+360.401 s]
/proc/loadavg: 3.99 3.95 3.92 6/194 30056
/proc/meminfo: memFree=12528076/32950928 swapFree=67111524/67111528
[pid=29851] ppid=29849 vsize=8704 CPUtime=1.03 cores=5,7
/proc/29851/stat : 29851 (ebglucose.sh) S 29849 29851 29809 0 -1 4202496 380 13486 0 0 0 0 99 4 18 0 1 0 567114006 8912896 256 33554432000 4194304 4922060 140735972009056 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/29851/statm: 2176 256 211 178 0 69 0
[pid=29879] ppid=29851 vsize=43672 CPUtime=359.36 cores=5,7
/proc/29879/stat : 29879 (ebglucose_stati) R 29851 29851 29809 0 -1 4202496 10226 0 0 0 35933 3 0 0 25 0 1 0 567114110 44720128 10167 33554432000 134512640 134556542 4289520304 18446744073709551615 134537315 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/29879/statm: 10918 10167 214 11 0 10252 0
Current children cumulated CPU time (s) 360.39
Current children cumulated vsize (KiB) 52376

Child status: 20
Real time (s): 360.461
CPU time (s): 360.463
CPU user time (s): 360.38
CPU system time (s): 0.082987
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 52376

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 360.38
system time used= 0.082987
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 24318
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 21
involuntary context switches= 499

runsolver used 0.594909 second user time and 1.37479 second system time

The end

Launcher Data

Begin job on node115 at 2011-04-26 00:00:33
IDJOB=3288069
IDBENCH=82482
IDSOLVER=1652
FILE ID=node115/3288069-1303768833
RUNJOBID= node115-1303768833-29830
PBS_JOBID= 13157163
Free space on /tmp= 72608 MiB

SOLVER NAME= EBGlucose 1.0
BENCH NAME= SAT11/application/jarvisalo/HWMCC10-combination-timeframe-expansion/hwmcc10-timeframe-expansion-k45-pdtpmsgoodbakery-tseitin.cnf
COMMAND LINE= DIR/ebglucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3288069-1303768833/watcher-3288069-1303768833 -o /tmp/evaluation-result-3288069-1303768833/solver-3288069-1303768833 -C 2400 -W 1300 -M 7680  HOME/ebglucose.sh HOME/instance-3288069-1303768833.cnf

TIME LIMIT= 2400 seconds
MEMORY LIMIT= 7680 MiB
NBCORE= 2

MD5SUM BENCH= 3fad4722cb319d6fee4192f2fe2c31ed
RANDOM SEED=1710378770

node115.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.811
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.62
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.811
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5226.15
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.811
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.811
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.811
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.77
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.811
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.811
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.811
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      13321260 kB
Buffers:       2290860 kB
Cached:       16705756 kB
SwapCached:          4 kB
Active:        7363356 kB
Inactive:     11709244 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      13321260 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:           25436 kB
Writeback:           0 kB
AnonPages:       74768 kB
Mapped:          14220 kB
Slab:           490732 kB
PageTables:       5472 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   198284 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 72324 MiB
End job on node115 at 2011-04-26 00:06:34