Trace number 3498619

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 257.519 257.517

General information on the benchmark

NameAPPLICATIONS/diagnosis/
UCG-15-10p0.cnf
MD5SUMbcbcc9a4e4a7e3ebed9eeaa393ebdc32
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark173.435
Satisfiable
(Un)Satisfiability was proved
Number of variables199304
Number of clauses1005834
Sum of the clauses size2392967
Maximum clause length10
Minimum clause length1
Number of clauses of size 110249
Number of clauses of size 2756917
Number of clauses of size 3187708
Number of clauses of size 45660
Number of clauses of size 522640
Number of clauses of size over 522660

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.47	c ==============================================================================
0.00/0.47	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.47	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.47	c ==============================================================================
0.00/0.47	c |         0 |  994915  2381378 |  298474       0        0     nan |  0.000 % |
2.69/2.76	c |         0 |  656617  1827272 |      --       0       --      -- |     --   | -87269/19681
2.69/2.76	c ==============================================================================
2.69/2.76	c Result  :   #vars: 101783   #clauses: 656617   #literals: 1827272
2.69/2.76	c CPU time:   2.67359 s
2.69/2.76	c ==============================================================================
3.09/3.11	c
3.09/3.11	c Starting glucose
3.09/3.11	c
3.09/3.11	
3.09/3.11	c This is EBGlucose 1.0 -- based on Glucose version 1.0
3.09/3.11	c     Many thanks to the Glucose, RSAT, and MiniSAT teams.
3.09/3.11	
3.09/3.11	c ============================[ Problem Statistics ]=============================
3.09/3.11	c |                                                                             |
3.09/3.11	c |  Number of variables:  101783                                               |
3.09/3.11	c |  Number of clauses:    656617                                               |
3.29/3.35	c |  Parsing time:         0.23         s                                       |
257.49/257.50	c restarts              : 171
257.49/257.50	c nb ReduceDB           : 9
257.49/257.50	c nb learnts DL2        : 1988
257.49/257.50	c nb learnts size 2     : 1101
257.49/257.50	c nb learnts size 1     : 183
257.49/257.50	c conflicts             : 219260         (862 /sec)
257.49/257.50	c decisions             : 568853         (1.28 % random) (2236 /sec)
257.49/257.50	c propagations          : 1280567183     (5034540 /sec)
257.49/257.50	c conflict literals     : 28266080       (53.08 % deleted)
257.49/257.50	c Memory used           : 80.29 MB
257.49/257.50	c CPU time              : 254.356 s
257.49/257.50	
257.49/257.50	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.1 (svn: 989)

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 /var/tmp/evaluation-result-3498619-1307962069/watcher-3498619-1307962069 -o /var/tmp/evaluation-result-3498619-1307962069/solver-3498619-1307962069 -C 5000 -W 5100 -M 15500 HOME/ebglucose.sh HOME/instance-3498619-1307962069.cnf 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 1.86 1.46 2/175 4146
/proc/meminfo: memFree=15095200/32951124 swapFree=67060180/67111528
[pid=4146] ppid=4144 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/4146/stat : 4146 (ebglucose.sh) S 4144 4146 3094 0 -1 4202496 356 233 0 0 0 0 0 0 25 0 1 0 907807366 8912896 252 33554432000 4194304 4922060 140735937336160 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/4146/statm: 2176 252 211 178 0 69 0

[startup+0.0570011 s]
/proc/loadavg: 2.00 1.86 1.46 2/175 4146
/proc/meminfo: memFree=15095200/32951124 swapFree=67060180/67111528
[pid=4146] ppid=4144 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/4146/stat : 4146 (ebglucose.sh) S 4144 4146 3094 0 -1 4202496 356 233 0 0 0 0 0 0 25 0 1 0 907807366 8912896 252 33554432000 4194304 4922060 140735937336160 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/4146/statm: 2176 252 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.100982 s]
/proc/loadavg: 2.00 1.86 1.46 2/175 4146
/proc/meminfo: memFree=15095200/32951124 swapFree=67060180/67111528
[pid=4146] ppid=4144 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/4146/stat : 4146 (ebglucose.sh) S 4144 4146 3094 0 -1 4202496 356 233 0 0 0 0 0 0 25 0 1 0 907807366 8912896 252 33554432000 4194304 4922060 140735937336160 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/4146/statm: 2176 252 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.300943 s]
/proc/loadavg: 2.00 1.86 1.46 2/175 4146
/proc/meminfo: memFree=15095200/32951124 swapFree=67060180/67111528
[pid=4146] ppid=4144 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/4146/stat : 4146 (ebglucose.sh) S 4144 4146 3094 0 -1 4202496 356 233 0 0 0 0 0 0 25 0 1 0 907807366 8912896 252 33554432000 4194304 4922060 140735937336160 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/4146/statm: 2176 252 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.700883 s]
/proc/loadavg: 2.00 1.86 1.46 2/175 4146
/proc/meminfo: memFree=15095200/32951124 swapFree=67060180/67111528
[pid=4146] ppid=4144 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/4146/stat : 4146 (ebglucose.sh) S 4144 4146 3094 0 -1 4202496 356 233 0 0 0 0 0 0 25 0 1 0 907807366 8912896 252 33554432000 4194304 4922060 140735937336160 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/4146/statm: 2176 252 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+1.50073 s]
/proc/loadavg: 2.00 1.86 1.46 3/177 4149
/proc/meminfo: memFree=14987204/32951124 swapFree=67060180/67111528
[pid=4146] ppid=4144 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/4146/stat : 4146 (ebglucose.sh) S 4144 4146 3094 0 -1 4202496 356 233 0 0 0 0 0 0 25 0 1 0 907807366 8912896 252 33554432000 4194304 4922060 140735937336160 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/4146/statm: 2176 252 211 178 0 69 0
[pid=4148] ppid=4146 vsize=125260 CPUtime=1.49 cores=1,3,5,7
/proc/4148/stat : 4148 (SatELite_releas) R 4146 4146 3094 0 -1 4202496 31228 0 0 0 141 8 0 0 25 0 1 0 907807366 128266240 28204 33554432000 134512640 135144230 4294448192 18446744073709551615 134605420 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/4148/statm: 31315 28204 78 155 0 31158 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 133964

[startup+3.10045 s]
/proc/loadavg: 2.00 1.86 1.46 3/177 4149
/proc/meminfo: memFree=14982880/32951124 swapFree=67060180/67111528
[pid=4146] ppid=4144 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/4146/stat : 4146 (ebglucose.sh) S 4144 4146 3094 0 -1 4202496 356 233 0 0 0 0 0 0 25 0 1 0 907807366 8912896 252 33554432000 4194304 4922060 140735937336160 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/4146/statm: 2176 252 211 178 0 69 0
[pid=4148] ppid=4146 vsize=117752 CPUtime=3.09 cores=1,3,5,7
/proc/4148/stat : 4148 (SatELite_releas) R 4146 4146 3094 0 -1 4202496 36141 0 0 0 299 10 0 0 25 0 1 0 907807366 120578048 27105 33554432000 134512640 135144230 4294448192 18446744073709551615 134745614 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/4148/statm: 29438 27105 78 155 0 29281 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 126456

[startup+6.30085 s]
/proc/loadavg: 2.08 1.88 1.47 3/177 4150
/proc/meminfo: memFree=15025784/32951124 swapFree=67060180/67111528
[pid=4146] ppid=4144 vsize=8704 CPUtime=3.1 cores=1,3,5,7
/proc/4146/stat : 4146 (ebglucose.sh) S 4144 4146 3094 0 -1 4202496 383 36374 0 0 0 0 299 11 18 0 1 0 907807366 8912896 255 33554432000 4194304 4922060 140735937336160 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/4146/statm: 2176 255 211 178 0 69 0
[pid=4150] ppid=4146 vsize=53148 CPUtime=3.18 cores=1,3,5,7
/proc/4150/stat : 4150 (ebglucose_stati) R 4146 4146 3094 0 -1 4202496 12532 0 0 0 317 1 0 0 25 0 1 0 907807677 54423552 12465 33554432000 134512640 134556542 4287979424 18446744073709551615 134536911 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/4150/statm: 13287 12465 213 11 0 12621 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 61852

[startup+12.7007 s]
/proc/loadavg: 2.07 1.88 1.47 3/177 4151
/proc/meminfo: memFree=15020964/32951124 swapFree=67060180/67111528
[pid=4146] ppid=4144 vsize=8704 CPUtime=3.1 cores=1,3,5,7
/proc/4146/stat : 4146 (ebglucose.sh) S 4144 4146 3094 0 -1 4202496 383 36374 0 0 0 0 299 11 18 0 1 0 907807366 8912896 255 33554432000 4194304 4922060 140735937336160 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/4146/statm: 2176 255 211 178 0 69 0
[pid=4150] ppid=4146 vsize=58292 CPUtime=9.58 cores=1,3,5,7
/proc/4150/stat : 4150 (ebglucose_stati) R 4146 4146 3094 0 -1 4202496 13829 0 0 0 957 1 0 0 25 0 1 0 907807677 59691008 13762 33554432000 134512640 134556542 4287979424 18446744073709551615 134537330 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/4150/statm: 14573 13762 213 11 0 13907 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 66996

[startup+25.5004 s]
/proc/loadavg: 2.06 1.89 1.48 3/177 4151
/proc/meminfo: memFree=15012804/32951124 swapFree=67060180/67111528
[pid=4146] ppid=4144 vsize=8704 CPUtime=3.1 cores=1,3,5,7
/proc/4146/stat : 4146 (ebglucose.sh) S 4144 4146 3094 0 -1 4202496 383 36374 0 0 0 0 299 11 18 0 1 0 907807366 8912896 255 33554432000 4194304 4922060 140735937336160 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/4146/statm: 2176 255 211 178 0 69 0
[pid=4150] ppid=4146 vsize=66480 CPUtime=22.38 cores=1,3,5,7
/proc/4150/stat : 4150 (ebglucose_stati) R 4146 4146 3094 0 -1 4202496 15882 0 0 0 2236 2 0 0 25 0 1 0 907807677 68075520 15815 33554432000 134512640 134556542 4287979424 18446744073709551615 134537526 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/4150/statm: 16620 15815 213 11 0 15954 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 75184

[startup+51.1007 s]
/proc/loadavg: 2.04 1.90 1.49 3/177 4152
/proc/meminfo: memFree=14996500/32951124 swapFree=67060180/67111528
[pid=4146] ppid=4144 vsize=8704 CPUtime=3.1 cores=1,3,5,7
/proc/4146/stat : 4146 (ebglucose.sh) S 4144 4146 3094 0 -1 4202496 383 36374 0 0 0 0 299 11 18 0 1 0 907807366 8912896 255 33554432000 4194304 4922060 140735937336160 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/4146/statm: 2176 255 211 178 0 69 0
[pid=4150] ppid=4146 vsize=81976 CPUtime=47.98 cores=1,3,5,7
/proc/4150/stat : 4150 (ebglucose_stati) R 4146 4146 3094 0 -1 4202496 19743 0 0 0 4794 4 0 0 25 0 1 0 907807677 83943424 19676 33554432000 134512640 134556542 4287979424 18446744073709551615 134537328 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/4150/statm: 20494 19676 213 11 0 19828 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 90680

[startup+102.306 s]
/proc/loadavg: 2.09 1.93 1.52 3/177 4153
/proc/meminfo: memFree=14995780/32951124 swapFree=67060180/67111528
[pid=4146] ppid=4144 vsize=8704 CPUtime=3.1 cores=1,3,5,7
/proc/4146/stat : 4146 (ebglucose.sh) S 4144 4146 3094 0 -1 4202496 383 36374 0 0 0 0 299 11 18 0 1 0 907807366 8912896 255 33554432000 4194304 4922060 140735937336160 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/4146/statm: 2176 255 211 178 0 69 0
[pid=4150] ppid=4146 vsize=81976 CPUtime=99.19 cores=1,3,5,7
/proc/4150/stat : 4150 (ebglucose_stati) R 4146 4146 3094 0 -1 4202496 19753 0 0 0 9915 4 0 0 25 0 1 0 907807677 83943424 19686 33554432000 134512640 134556542 4287979424 18446744073709551615 134537265 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/4150/statm: 20494 19686 213 11 0 19828 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 90680

[startup+162.301 s]
/proc/loadavg: 2.03 1.94 1.55 3/177 4155
/proc/meminfo: memFree=14994604/32951124 swapFree=67060180/67111528
[pid=4146] ppid=4144 vsize=8704 CPUtime=3.1 cores=1,3,5,7
/proc/4146/stat : 4146 (ebglucose.sh) S 4144 4146 3094 0 -1 4202496 383 36374 0 0 0 0 299 11 18 0 1 0 907807366 8912896 255 33554432000 4194304 4922060 140735937336160 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/4146/statm: 2176 255 211 178 0 69 0
[pid=4150] ppid=4146 vsize=82056 CPUtime=159.18 cores=1,3,5,7
/proc/4150/stat : 4150 (ebglucose_stati) R 4146 4146 3094 0 -1 4202496 19760 0 0 0 15914 4 0 0 25 0 1 0 907807677 84025344 19693 33554432000 134512640 134556542 4287979424 18446744073709551615 134537162 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/4150/statm: 20514 19693 213 11 0 19848 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 90760

[startup+222.301 s]
/proc/loadavg: 2.01 1.95 1.58 3/177 4156
/proc/meminfo: memFree=14993808/32951124 swapFree=67060180/67111528
[pid=4146] ppid=4144 vsize=8704 CPUtime=3.1 cores=1,3,5,7
/proc/4146/stat : 4146 (ebglucose.sh) S 4144 4146 3094 0 -1 4202496 383 36374 0 0 0 0 299 11 18 0 1 0 907807366 8912896 255 33554432000 4194304 4922060 140735937336160 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/4146/statm: 2176 255 211 178 0 69 0
[pid=4150] ppid=4146 vsize=82216 CPUtime=219.19 cores=1,3,5,7
/proc/4150/stat : 4150 (ebglucose_stati) R 4146 4146 3094 0 -1 4202496 19783 0 0 0 21915 4 0 0 25 0 1 0 907807677 84189184 19716 33554432000 134512640 134556542 4287979424 18446744073709551615 134537115 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/4150/statm: 20554 19716 213 11 0 19888 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 90920

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

[startup+230.301 s]
/proc/loadavg: 2.01 1.95 1.58 3/177 4156
/proc/meminfo: memFree=14993928/32951124 swapFree=67060180/67111528
[pid=4146] ppid=4144 vsize=8704 CPUtime=3.1 cores=1,3,5,7
/proc/4146/stat : 4146 (ebglucose.sh) S 4144 4146 3094 0 -1 4202496 383 36374 0 0 0 0 299 11 18 0 1 0 907807366 8912896 255 33554432000 4194304 4922060 140735937336160 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/4146/statm: 2176 255 211 178 0 69 0
[pid=4150] ppid=4146 vsize=82216 CPUtime=227.19 cores=1,3,5,7
/proc/4150/stat : 4150 (ebglucose_stati) R 4146 4146 3094 0 -1 4202496 19783 0 0 0 22715 4 0 0 25 0 1 0 907807677 84189184 19716 33554432000 134512640 134556542 4287979424 18446744073709551615 134537162 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/4150/statm: 20554 19716 213 11 0 19888 0
Current children cumulated CPU time (s) 230.29
Current children cumulated vsize (KiB) 90920

[startup+243.107 s]
/proc/loadavg: 2.00 1.95 1.58 3/177 4157
/proc/meminfo: memFree=14993804/32951124 swapFree=67060180/67111528
[pid=4146] ppid=4144 vsize=8704 CPUtime=3.1 cores=1,3,5,7
/proc/4146/stat : 4146 (ebglucose.sh) S 4144 4146 3094 0 -1 4202496 383 36374 0 0 0 0 299 11 18 0 1 0 907807366 8912896 255 33554432000 4194304 4922060 140735937336160 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/4146/statm: 2176 255 211 178 0 69 0
[pid=4150] ppid=4146 vsize=82216 CPUtime=239.99 cores=1,3,5,7
/proc/4150/stat : 4150 (ebglucose_stati) R 4146 4146 3094 0 -1 4202496 19783 0 0 0 23995 4 0 0 25 0 1 0 907807677 84189184 19716 33554432000 134512640 134556542 4287979424 18446744073709551615 134536915 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/4150/statm: 20554 19716 213 11 0 19888 0
Current children cumulated CPU time (s) 243.09
Current children cumulated vsize (KiB) 90920

[startup+249.501 s]
/proc/loadavg: 2.00 1.95 1.59 3/177 4157
/proc/meminfo: memFree=14993800/32951124 swapFree=67060180/67111528
[pid=4146] ppid=4144 vsize=8704 CPUtime=3.1 cores=1,3,5,7
/proc/4146/stat : 4146 (ebglucose.sh) S 4144 4146 3094 0 -1 4202496 383 36374 0 0 0 0 299 11 18 0 1 0 907807366 8912896 255 33554432000 4194304 4922060 140735937336160 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/4146/statm: 2176 255 211 178 0 69 0
[pid=4150] ppid=4146 vsize=82216 CPUtime=246.39 cores=1,3,5,7
/proc/4150/stat : 4150 (ebglucose_stati) R 4146 4146 3094 0 -1 4202496 19783 0 0 0 24635 4 0 0 25 0 1 0 907807677 84189184 19716 33554432000 134512640 134556542 4287979424 18446744073709551615 134537162 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/4150/statm: 20554 19716 213 11 0 19888 0
Current children cumulated CPU time (s) 249.49
Current children cumulated vsize (KiB) 90920

[startup+252.701 s]
/proc/loadavg: 2.00 1.95 1.59 3/177 4157
/proc/meminfo: memFree=14993800/32951124 swapFree=67060180/67111528
[pid=4146] ppid=4144 vsize=8704 CPUtime=3.1 cores=1,3,5,7
/proc/4146/stat : 4146 (ebglucose.sh) S 4144 4146 3094 0 -1 4202496 383 36374 0 0 0 0 299 11 18 0 1 0 907807366 8912896 255 33554432000 4194304 4922060 140735937336160 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/4146/statm: 2176 255 211 178 0 69 0
[pid=4150] ppid=4146 vsize=82216 CPUtime=249.59 cores=1,3,5,7
/proc/4150/stat : 4150 (ebglucose_stati) R 4146 4146 3094 0 -1 4202496 19783 0 0 0 24955 4 0 0 25 0 1 0 907807677 84189184 19716 33554432000 134512640 134556542 4287979424 18446744073709551615 134536911 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/4150/statm: 20554 19716 213 11 0 19888 0
Current children cumulated CPU time (s) 252.69
Current children cumulated vsize (KiB) 90920

[startup+255.9 s]
/proc/loadavg: 2.00 1.95 1.59 3/177 4157
/proc/meminfo: memFree=14993800/32951124 swapFree=67060180/67111528
[pid=4146] ppid=4144 vsize=8704 CPUtime=3.1 cores=1,3,5,7
/proc/4146/stat : 4146 (ebglucose.sh) S 4144 4146 3094 0 -1 4202496 383 36374 0 0 0 0 299 11 18 0 1 0 907807366 8912896 255 33554432000 4194304 4922060 140735937336160 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/4146/statm: 2176 255 211 178 0 69 0
[pid=4150] ppid=4146 vsize=82216 CPUtime=252.79 cores=1,3,5,7
/proc/4150/stat : 4150 (ebglucose_stati) R 4146 4146 3094 0 -1 4202496 19783 0 0 0 25275 4 0 0 25 0 1 0 907807677 84189184 19716 33554432000 134512640 134556542 4287979424 18446744073709551615 134536936 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/4150/statm: 20554 19716 213 11 0 19888 0
Current children cumulated CPU time (s) 255.89
Current children cumulated vsize (KiB) 90920

[startup+256.7 s]
/proc/loadavg: 2.00 1.95 1.59 3/177 4157
/proc/meminfo: memFree=14993800/32951124 swapFree=67060180/67111528
[pid=4146] ppid=4144 vsize=8704 CPUtime=3.1 cores=1,3,5,7
/proc/4146/stat : 4146 (ebglucose.sh) S 4144 4146 3094 0 -1 4202496 383 36374 0 0 0 0 299 11 18 0 1 0 907807366 8912896 255 33554432000 4194304 4922060 140735937336160 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/4146/statm: 2176 255 211 178 0 69 0
[pid=4150] ppid=4146 vsize=82216 CPUtime=253.59 cores=1,3,5,7
/proc/4150/stat : 4150 (ebglucose_stati) R 4146 4146 3094 0 -1 4202496 19783 0 0 0 25355 4 0 0 25 0 1 0 907807677 84189184 19716 33554432000 134512640 134556542 4287979424 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/4150/statm: 20554 19716 213 11 0 19888 0
Current children cumulated CPU time (s) 256.69
Current children cumulated vsize (KiB) 90920

[startup+257.1 s]
/proc/loadavg: 2.00 1.95 1.59 3/177 4157
/proc/meminfo: memFree=14993800/32951124 swapFree=67060180/67111528
[pid=4146] ppid=4144 vsize=8704 CPUtime=3.1 cores=1,3,5,7
/proc/4146/stat : 4146 (ebglucose.sh) S 4144 4146 3094 0 -1 4202496 383 36374 0 0 0 0 299 11 18 0 1 0 907807366 8912896 255 33554432000 4194304 4922060 140735937336160 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/4146/statm: 2176 255 211 178 0 69 0
[pid=4150] ppid=4146 vsize=82216 CPUtime=253.99 cores=1,3,5,7
/proc/4150/stat : 4150 (ebglucose_stati) R 4146 4146 3094 0 -1 4202496 19783 0 0 0 25395 4 0 0 25 0 1 0 907807677 84189184 19716 33554432000 134512640 134556542 4287979424 18446744073709551615 134537115 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/4150/statm: 20554 19716 213 11 0 19888 0
Current children cumulated CPU time (s) 257.09
Current children cumulated vsize (KiB) 90920

[startup+257.5 s]
/proc/loadavg: 2.00 1.95 1.59 3/177 4157
/proc/meminfo: memFree=14993800/32951124 swapFree=67060180/67111528
[pid=4146] ppid=4144 vsize=8704 CPUtime=3.1 cores=1,3,5,7
/proc/4146/stat : 4146 (ebglucose.sh) S 4144 4146 3094 0 -1 4202496 383 36374 0 0 0 0 299 11 18 0 1 0 907807366 8912896 255 33554432000 4194304 4922060 140735937336160 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/4146/statm: 2176 255 211 178 0 69 0
[pid=4150] ppid=4146 vsize=82216 CPUtime=254.39 cores=1,3,5,7
/proc/4150/stat : 4150 (ebglucose_stati) R 4146 4146 3094 0 -1 4202496 19783 0 0 0 25435 4 0 0 25 0 1 0 907807677 84189184 19716 33554432000 134512640 134556542 4287979424 18446744073709551615 134536911 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/4150/statm: 20554 19716 213 11 0 19888 0
Current children cumulated CPU time (s) 257.49
Current children cumulated vsize (KiB) 90920

Child status: 20
Real time (s): 257.517
CPU time (s): 257.519
CPU user time (s): 257.354
CPU system time (s): 0.164974
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 135616

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 257.354
system time used= 0.164974
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 56764
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= 51
involuntary context switches= 621

runsolver used 0.39194 second user time and 0.873867 second system time

The end

Launcher Data

Begin job on node106 at 2011-06-13 12:47:50
IDJOB=3498619
IDBENCH=71039
IDSOLVER=1992
FILE ID=node106/3498619-1307962069
RUNJOBID= node106-1307961457-3804
PBS_JOBID= 13559722
Free space on /var/tmp= 2864 MiB

SOLVER NAME= EBGlucose 1.0
BENCH NAME= SAT09/APPLICATIONS/diagnosis/UCG-15-10p0.cnf
COMMAND LINE= DIR/ebglucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-3498619-1307962069/watcher-3498619-1307962069 -o /var/tmp/evaluation-result-3498619-1307962069/solver-3498619-1307962069 -C 5000 -W 5100 -M 15500  HOME/ebglucose.sh HOME/instance-3498619-1307962069.cnf

TIME LIMIT= 5000 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= bcbcc9a4e4a7e3ebed9eeaa393ebdc32
RANDOM SEED=1506147140

node106.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.830
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.66
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.830
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.20
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.830
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.830
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.82
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.830
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.74
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.830
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.75
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.830
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.830
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      15095884 kB
Buffers:         83288 kB
Cached:       17112916 kB
SwapCached:      12872 kB
Active:        1811740 kB
Inactive:     15424952 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      15095884 kB
SwapTotal:    67111528 kB
SwapFree:     67060180 kB
Dirty:           19516 kB
Writeback:           0 kB
AnonPages:       38032 kB
Mapped:          11136 kB
Slab:           554164 kB
PageTables:       4112 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   201752 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 /var/tmp at the end= 2864 MiB
End job on node106 at 2011-06-13 12:52:07