Trace number 3420160

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
minisat hack reference: minisat 2.2.0? (TO) 5000.06 4999.95

General information on the benchmark

NameSAT04/industrial/vangelder/
cnf-color/abb313GPIA-9-c.used-as.sat04-317.cnf
MD5SUM65c5a1442ec07e466934f093e50229c2
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark17.0374
Satisfiable
(Un)Satisfiability was proved
Number of variables6228
Number of clauses484871
Sum of the clauses size3850952
Maximum clause length8
Minimum clause length1
Number of clauses of size 115
Number of clauses of size 24651
Number of clauses of size 31
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 5480204

Solver Data


Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

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-3420160-1306589426/watcher-3420160-1306589426 -o /tmp/evaluation-result-3420160-1306589426/solver-3420160-1306589426 -C 5000 -W 5100 -M 15500 minisat_release HOME/instance-3420160-1306589426.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.02 2.02 2.00 2/514 344
/proc/meminfo: memFree=16163360/32950940 swapFree=67111364/67111528
[pid=344] ppid=342 vsize=19124 CPUtime=0 cores=1,3,5,7
/proc/344/stat : 344 (minisat_release) R 342 344 32192 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 849173393 19582976 274 33554432000 4194304 4291037 140737084205408 18446744073709551615 215988592384 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/344/statm: 4781 284 208 24 0 1415 0

[startup+0.0425591 s]
/proc/loadavg: 2.02 2.02 2.00 2/514 344
/proc/meminfo: memFree=16163360/32950940 swapFree=67111364/67111528
[pid=344] ppid=342 vsize=24412 CPUtime=0.03 cores=1,3,5,7
/proc/344/stat : 344 (minisat_release) R 342 344 32192 0 -1 4202496 2818 0 0 0 3 0 0 0 25 0 1 0 849173393 24997888 2510 33554432000 4194304 4291037 140737084205408 18446744073709551615 4277897 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/344/statm: 6103 2512 216 24 0 2737 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 24412

[startup+0.100517 s]
/proc/loadavg: 2.02 2.02 2.00 2/514 344
/proc/meminfo: memFree=16163360/32950940 swapFree=67111364/67111528
[pid=344] ppid=342 vsize=33920 CPUtime=0.09 cores=1,3,5,7
/proc/344/stat : 344 (minisat_release) R 342 344 32192 0 -1 4202496 5894 0 0 0 8 1 0 0 25 0 1 0 849173393 34734080 5163 33554432000 4194304 4291037 140737084205408 18446744073709551615 215988253381 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/344/statm: 8480 5165 216 24 0 5114 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 33920

[startup+0.300488 s]
/proc/loadavg: 2.02 2.02 2.00 2/514 344
/proc/meminfo: memFree=16163360/32950940 swapFree=67111364/67111528
[pid=344] ppid=342 vsize=79612 CPUtime=0.29 cores=1,3,5,7
/proc/344/stat : 344 (minisat_release) R 342 344 32192 0 -1 4202496 15996 0 0 0 26 3 0 0 25 0 1 0 849173393 81522688 13696 33554432000 4194304 4291037 140737084205408 18446744073709551615 4215198 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/344/statm: 19903 13696 236 24 0 16537 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 79612

[startup+0.700408 s]
/proc/loadavg: 2.02 2.02 2.00 2/514 344
/proc/meminfo: memFree=16163360/32950940 swapFree=67111364/67111528
[pid=344] ppid=342 vsize=79744 CPUtime=0.69 cores=1,3,5,7
/proc/344/stat : 344 (minisat_release) R 342 344 32192 0 -1 4202496 16042 0 0 0 66 3 0 0 25 0 1 0 849173393 81657856 13742 33554432000 4194304 4291037 140737084205408 18446744073709551615 4226048 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/344/statm: 19936 13742 238 24 0 16570 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 79744

[startup+1.50027 s]
/proc/loadavg: 2.02 2.02 2.00 3/515 345
/proc/meminfo: memFree=16107684/32950940 swapFree=67111364/67111528
[pid=344] ppid=342 vsize=82036 CPUtime=1.49 cores=1,3,5,7
/proc/344/stat : 344 (minisat_release) R 342 344 32192 0 -1 4202496 17269 0 0 0 146 3 0 0 25 0 1 0 849173393 84004864 14285 33554432000 4194304 4291037 140737084205408 18446744073709551615 4226088 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/344/statm: 20509 14285 238 24 0 17143 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 82036

[startup+3.10099 s]
/proc/loadavg: 2.02 2.02 2.00 3/515 345
/proc/meminfo: memFree=16103664/32950940 swapFree=67111364/67111528
[pid=344] ppid=342 vsize=83620 CPUtime=3.09 cores=1,3,5,7
/proc/344/stat : 344 (minisat_release) R 342 344 32192 0 -1 4202496 17684 0 0 0 306 3 0 0 25 0 1 0 849173393 85626880 14700 33554432000 4194304 4291037 140737084205408 18446744073709551615 4230163 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/344/statm: 20905 14700 238 24 0 17539 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 83620

[startup+6.30043 s]
/proc/loadavg: 2.01 2.02 2.00 3/515 346
/proc/meminfo: memFree=16098108/32950940 swapFree=67111364/67111528
[pid=344] ppid=342 vsize=85932 CPUtime=6.29 cores=1,3,5,7
/proc/344/stat : 344 (minisat_release) R 342 344 32192 0 -1 4202496 19280 0 0 0 626 3 0 0 25 0 1 0 849173393 87994368 15270 33554432000 4194304 4291037 140737084205408 18446744073709551615 4230176 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/344/statm: 21483 15270 238 24 0 18117 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 85932

[startup+12.7003 s]
/proc/loadavg: 2.01 2.02 2.00 3/515 346
/proc/meminfo: memFree=16096776/32950940 swapFree=67111364/67111528
[pid=344] ppid=342 vsize=81684 CPUtime=12.69 cores=1,3,5,7
/proc/344/stat : 344 (minisat_release) R 342 344 32192 0 -1 4202496 26430 0 0 0 1265 4 0 0 25 0 1 0 849173393 83644416 15503 33554432000 4194304 4291037 140737084205408 18446744073709551615 4256164 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/344/statm: 20421 15503 259 24 0 17055 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 81684

[startup+25.5011 s]
/proc/loadavg: 2.01 2.02 2.00 3/515 346
/proc/meminfo: memFree=16141276/32950940 swapFree=67111364/67111528
[pid=344] ppid=342 vsize=137976 CPUtime=25.49 cores=1,3,5,7
/proc/344/stat : 344 (minisat_release) R 342 344 32192 0 -1 4202496 34975 0 0 0 2543 6 0 0 25 0 1 0 849173393 141287424 23744 33554432000 4194304 4291037 140737084205408 18446744073709551615 4262710 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/344/statm: 34494 23744 259 24 0 31128 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 137976

[startup+51.1006 s]
/proc/loadavg: 2.00 2.02 2.00 3/515 347
/proc/meminfo: memFree=16063724/32950940 swapFree=67111364/67111528
[pid=344] ppid=342 vsize=153712 CPUtime=51.09 cores=1,3,5,7
/proc/344/stat : 344 (minisat_release) R 342 344 32192 0 -1 4202496 44923 0 0 0 5100 9 0 0 25 0 1 0 849173393 157401088 33425 33554432000 4194304 4291037 140737084205408 18446744073709551615 4266411 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/344/statm: 38428 33425 259 24 0 35062 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 153712

[startup+102.32 s]
/proc/loadavg: 2.16 2.04 2.01 3/515 348
/proc/meminfo: memFree=16030016/32950940 swapFree=67111364/67111528
[pid=344] ppid=342 vsize=186316 CPUtime=102.31 cores=1,3,5,7
/proc/344/stat : 344 (minisat_release) R 342 344 32192 0 -1 4202496 74056 0 0 0 10216 15 0 0 25 0 1 0 849173393 190787584 34749 33554432000 4194304 4291037 140737084205408 18446744073709551615 4255658 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/344/statm: 46579 34749 259 24 0 43213 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 186316

[startup+162.301 s]
/proc/loadavg: 2.13 2.05 2.01 3/515 350
/proc/meminfo: memFree=16004928/32950940 swapFree=67111364/67111528
[pid=344] ppid=342 vsize=267224 CPUtime=162.29 cores=1,3,5,7
/proc/344/stat : 344 (minisat_release) R 342 344 32192 0 -1 4202496 86770 0 0 0 16209 20 0 0 25 0 1 0 849173393 273637376 46897 33554432000 4194304 4291037 140737084205408 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/344/statm: 66806 46897 259 24 0 63440 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 267224

[startup+222.301 s]
/proc/loadavg: 2.05 2.04 2.00 3/515 351
/proc/meminfo: memFree=15943864/32950940 swapFree=67111364/67111528
[pid=344] ppid=342 vsize=267224 CPUtime=222.3 cores=1,3,5,7
/proc/344/stat : 344 (minisat_release) R 342 344 32192 0 -1 4202496 94690 0 0 0 22206 24 0 0 25 0 1 0 849173393 273637376 54563 33554432000 4194304 4291037 140737084205408 18446744073709551615 4256164 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/344/statm: 66806 54563 259 24 0 63440 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 267224

[startup+282.301 s]
/proc/loadavg: 2.02 2.03 2.00 3/515 353
/proc/meminfo: memFree=15965760/32950940 swapFree=67111364/67111528
[pid=344] ppid=342 vsize=248528 CPUtime=282.3 cores=1,3,5,7
/proc/344/stat : 344 (minisat_release) R 342 344 32192 0 -1 4202496 131136 0 0 0 28199 31 0 0 25 0 1 0 849173393 254492672 57464 33554432000 4194304 4291037 140737084205408 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/344/statm: 62132 57464 259 24 0 58766 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 248528

[startup+342.301 s]
/proc/loadavg: 2.15 2.05 2.01 3/515 355
/proc/meminfo: memFree=15927524/32950940 swapFree=67111364/67111528
[pid=344] ppid=342 vsize=266288 CPUtime=342.3 cores=1,3,5,7
/proc/344/stat : 344 (minisat_release) R 342 344 32192 0 -1 4202496 164821 0 0 0 34191 39 0 0 25 0 1 0 849173393 272678912 58270 33554432000 4194304 4291037 140737084205408 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/344/statm: 66572 58270 259 24 0 63206 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 266288

[startup+402.301 s]
/proc/loadavg: 2.12 2.06 2.01 3/515 356
/proc/meminfo: memFree=15876756/32950940 swapFree=67111364/67111528
[pid=344] ppid=342 vsize=428584 CPUtime=402.3 cores=1,3,5,7
/proc/344/stat : 344 (minisat_release) R 342 344 32192 0 -1 4202496 187187 0 0 0 40186 44 0 0 25 0 1 0 849173393 438870016 79866 33554432000 4194304 4291037 140737084205408 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/344/statm: 107146 79866 259 24 0 103780 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 428584

[startup+462.301 s]
/proc/loadavg: 2.04 2.05 2.00 3/515 358
/proc/meminfo: memFree=15905988/32950940 swapFree=67111364/67111528
[pid=344] ppid=342 vsize=289480 CPUtime=462.3 cores=1,3,5,7
/proc/344/stat : 344 (minisat_release) R 342 344 32192 0 -1 4202496 215381 0 0 0 46180 50 0 0 25 0 1 0 849173393 296427520 64209 33554432000 4194304 4291037 140737084205408 18446744073709551615 4255907 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/344/statm: 72370 64209 259 24 0 69004 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 289480

[startup+522.301 s]
/proc/loadavg: 1.96 2.02 2.00 3/515 420
/proc/meminfo: memFree=16126468/32950940 swapFree=67111364/67111528
[pid=344] ppid=342 vsize=370388 CPUtime=522.3 cores=1,3,5,7
/proc/344/stat : 344 (minisat_release) R 342 344 32192 0 -1 4202496 225427 0 0 0 52176 54 0 0 25 0 1 0 849173393 379277312 73855 33554432000 4194304 4291037 140737084205408 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/344/statm: 92597 73855 259 24 0 89231 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 370388

[startup+582.301 s]
/proc/loadavg: 1.98 2.01 2.00 3/515 422
/proc/meminfo: memFree=16092912/32950940 swapFree=67111364/67111528
[pid=344] ppid=342 vsize=370388 CPUtime=582.3 cores=1,3,5,7
/proc/344/stat : 344 (minisat_release) R 342 344 32192 0 -1 4202496 232545 0 0 0 58171 59 0 0 25 0 1 0 849173393 379277312 80715 33554432000 4194304 4291037 140737084205408 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/344/statm: 92597 80715 259 24 0 89231 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 370388

[startup+642.301 s]

################
# More data... #
################

[startup+4062.32 s]
/proc/loadavg: 1.00 1.04 1.31 2/509 561
/proc/meminfo: memFree=15728316/32950940 swapFree=67111364/67111528
[pid=344] ppid=342 vsize=871236 CPUtime=4062.4 cores=1,3,5,7
/proc/344/stat : 344 (minisat_release) R 342 344 32192 0 -1 4202496 897688 0 0 0 405941 299 0 0 25 0 1 0 849173393 892145664 175833 33554432000 4194304 4291037 140737084205408 18446744073709551615 4256164 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/344/statm: 217809 175833 259 24 0 214443 0
Current children cumulated CPU time (s) 4062.4
Current children cumulated vsize (KiB) 871236

[startup+4122.3 s]
/proc/loadavg: 1.00 1.03 1.28 2/509 565
/proc/meminfo: memFree=15846696/32950940 swapFree=67111364/67111528
[pid=344] ppid=342 vsize=627832 CPUtime=4122.39 cores=1,3,5,7
/proc/344/stat : 344 (minisat_release) R 342 344 32192 0 -1 4202496 924301 0 0 0 411933 306 0 0 25 0 1 0 849173393 642899968 146349 33554432000 4194304 4291037 140737084205408 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/344/statm: 156958 146349 259 24 0 153592 0
Current children cumulated CPU time (s) 4122.39
Current children cumulated vsize (KiB) 627832

[startup+4182.3 s]
/proc/loadavg: 1.00 1.02 1.26 2/509 567
/proc/meminfo: memFree=15808824/32950940 swapFree=67111364/67111528
[pid=344] ppid=342 vsize=677920 CPUtime=4182.39 cores=1,3,5,7
/proc/344/stat : 344 (minisat_release) R 342 344 32192 0 -1 4202496 934029 0 0 0 417929 310 0 0 25 0 1 0 849173393 694190080 155633 33554432000 4194304 4291037 140737084205408 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/344/statm: 169480 155633 259 24 0 166114 0
Current children cumulated CPU time (s) 4182.39
Current children cumulated vsize (KiB) 677920

[startup+4242.3 s]
/proc/loadavg: 1.00 1.02 1.25 2/509 569
/proc/meminfo: memFree=15782504/32950940 swapFree=67111364/67111528
[pid=344] ppid=342 vsize=759308 CPUtime=4242.38 cores=1,3,5,7
/proc/344/stat : 344 (minisat_release) R 342 344 32192 0 -1 4202496 941046 0 0 0 423925 313 0 0 25 0 1 0 849173393 777531392 162370 33554432000 4194304 4291037 140737084205408 18446744073709551615 4256182 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/344/statm: 189827 162370 259 24 0 186461 0
Current children cumulated CPU time (s) 4242.38
Current children cumulated vsize (KiB) 759308

[startup+4302.3 s]
/proc/loadavg: 1.00 1.01 1.23 2/509 570
/proc/meminfo: memFree=15749476/32950940 swapFree=67111364/67111528
[pid=344] ppid=342 vsize=759308 CPUtime=4302.39 cores=1,3,5,7
/proc/344/stat : 344 (minisat_release) R 342 344 32192 0 -1 4202496 949485 0 0 0 429923 316 0 0 25 0 1 0 849173393 777531392 170497 33554432000 4194304 4291037 140737084205408 18446744073709551615 4255599 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/344/statm: 189827 170497 259 24 0 186461 0
Current children cumulated CPU time (s) 4302.39
Current children cumulated vsize (KiB) 759308

[startup+4362.3 s]
/proc/loadavg: 1.07 1.03 1.22 2/509 572
/proc/meminfo: memFree=15731212/32950940 swapFree=67111364/67111528
[pid=344] ppid=342 vsize=759308 CPUtime=4362.39 cores=1,3,5,7
/proc/344/stat : 344 (minisat_release) R 342 344 32192 0 -1 4202496 954259 0 0 0 435920 319 0 0 25 0 1 0 849173393 777531392 175091 33554432000 4194304 4291037 140737084205408 18446744073709551615 4255624 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/344/statm: 189827 175091 259 24 0 186461 0
Current children cumulated CPU time (s) 4362.39
Current children cumulated vsize (KiB) 759308

[startup+4422.3 s]
/proc/loadavg: 1.06 1.04 1.21 2/509 573
/proc/meminfo: memFree=15711824/32950940 swapFree=67111364/67111528
[pid=344] ppid=342 vsize=759308 CPUtime=4422.39 cores=1,3,5,7
/proc/344/stat : 344 (minisat_release) R 342 344 32192 0 -1 4202496 959294 0 0 0 441917 322 0 0 25 0 1 0 849173393 777531392 179929 33554432000 4194304 4291037 140737084205408 18446744073709551615 4256164 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/344/statm: 189827 179929 259 24 0 186461 0
Current children cumulated CPU time (s) 4422.39
Current children cumulated vsize (KiB) 759308

[startup+4482.3 s]
/proc/loadavg: 1.02 1.03 1.19 2/509 575
/proc/meminfo: memFree=15697032/32950940 swapFree=67111364/67111528
[pid=344] ppid=342 vsize=891568 CPUtime=4482.39 cores=1,3,5,7
/proc/344/stat : 344 (minisat_release) R 342 344 32192 0 -1 4202496 963151 0 0 0 447915 324 0 0 25 0 1 0 849173393 912965632 183621 33554432000 4194304 4291037 140737084205408 18446744073709551615 4256122 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/344/statm: 222892 183621 259 24 0 219526 0
Current children cumulated CPU time (s) 4482.39
Current children cumulated vsize (KiB) 891568

[startup+4542.3 s]
/proc/loadavg: 1.00 1.02 1.18 2/509 577
/proc/meminfo: memFree=15829668/32950940 swapFree=67111364/67111528
[pid=344] ppid=342 vsize=627832 CPUtime=4542.4 cores=1,3,5,7
/proc/344/stat : 344 (minisat_release) R 342 344 32192 0 -1 4202496 988549 0 0 0 453909 331 0 0 25 0 1 0 849173393 642899968 150559 33554432000 4194304 4291037 140737084205408 18446744073709551615 4255907 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/344/statm: 156958 150559 259 24 0 153592 0
Current children cumulated CPU time (s) 4542.4
Current children cumulated vsize (KiB) 627832

[startup+4602.3 s]
/proc/loadavg: 1.00 1.02 1.16 2/509 578
/proc/meminfo: memFree=15785224/32950940 swapFree=67111364/67111528
[pid=344] ppid=342 vsize=677920 CPUtime=4602.4 cores=1,3,5,7
/proc/344/stat : 344 (minisat_release) R 342 344 32192 0 -1 4202496 1000153 0 0 0 459905 335 0 0 25 0 1 0 849173393 694190080 161643 33554432000 4194304 4291037 140737084205408 18446744073709551615 4256127 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/344/statm: 169480 161643 259 24 0 166114 0
Current children cumulated CPU time (s) 4602.4
Current children cumulated vsize (KiB) 677920

[startup+4662.3 s]
/proc/loadavg: 1.00 1.01 1.15 2/509 580
/proc/meminfo: memFree=15756416/32950940 swapFree=67111364/67111528
[pid=344] ppid=342 vsize=759308 CPUtime=4662.4 cores=1,3,5,7
/proc/344/stat : 344 (minisat_release) R 342 344 32192 0 -1 4202496 1007424 0 0 0 465901 339 0 0 25 0 1 0 849173393 777531392 168614 33554432000 4194304 4291037 140737084205408 18446744073709551615 4255624 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/344/statm: 189827 168614 259 24 0 186461 0
Current children cumulated CPU time (s) 4662.4
Current children cumulated vsize (KiB) 759308

[startup+4722.32 s]
/proc/loadavg: 1.00 1.00 1.14 2/509 581
/proc/meminfo: memFree=15725608/32950940 swapFree=67111364/67111528
[pid=344] ppid=342 vsize=759308 CPUtime=4722.41 cores=1,3,5,7
/proc/344/stat : 344 (minisat_release) R 342 344 32192 0 -1 4202496 1015738 0 0 0 471899 342 0 0 25 0 1 0 849173393 777531392 176555 33554432000 4194304 4291037 140737084205408 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/344/statm: 189827 176555 259 24 0 186461 0
Current children cumulated CPU time (s) 4722.41
Current children cumulated vsize (KiB) 759308

[startup+4782.3 s]
/proc/loadavg: 1.00 1.00 1.13 2/509 583
/proc/meminfo: memFree=15696664/32950940 swapFree=67111364/67111528
[pid=344] ppid=342 vsize=759308 CPUtime=4782.4 cores=1,3,5,7
/proc/344/stat : 344 (minisat_release) R 342 344 32192 0 -1 4202496 1023262 0 0 0 477894 346 0 0 25 0 1 0 849173393 777531392 183761 33554432000 4194304 4291037 140737084205408 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/344/statm: 189827 183761 259 24 0 186461 0
Current children cumulated CPU time (s) 4782.4
Current children cumulated vsize (KiB) 759308

[startup+4842.3 s]
/proc/loadavg: 1.00 1.00 1.12 2/509 585
/proc/meminfo: memFree=15865264/32950940 swapFree=67111364/67111528
[pid=344] ppid=342 vsize=619604 CPUtime=4842.4 cores=1,3,5,7
/proc/344/stat : 344 (minisat_release) R 342 344 32192 0 -1 4202496 1038217 0 0 0 483890 350 0 0 25 0 1 0 849173393 634474496 141570 33554432000 4194304 4291037 140737084205408 18446744073709551615 4255660 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/344/statm: 154901 141570 259 24 0 151535 0
Current children cumulated CPU time (s) 4842.4
Current children cumulated vsize (KiB) 619604

[startup+4902.3 s]
/proc/loadavg: 1.10 1.03 1.12 2/509 586
/proc/meminfo: memFree=15782884/32950940 swapFree=67111364/67111528
[pid=344] ppid=342 vsize=700512 CPUtime=4902.4 cores=1,3,5,7
/proc/344/stat : 344 (minisat_release) R 342 344 32192 0 -1 4202496 1059673 0 0 0 489885 355 0 0 25 0 1 0 849173393 717324288 162308 33554432000 4194304 4291037 140737084205408 18446744073709551615 4255935 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/344/statm: 175128 162308 259 24 0 171762 0
Current children cumulated CPU time (s) 4902.4
Current children cumulated vsize (KiB) 700512

[startup+4962.3 s]
/proc/loadavg: 1.08 1.04 1.11 2/509 588
/proc/meminfo: memFree=15747632/32950940 swapFree=67111364/67111528
[pid=344] ppid=342 vsize=781900 CPUtime=4962.4 cores=1,3,5,7
/proc/344/stat : 344 (minisat_release) R 342 344 32192 0 -1 4202496 1068636 0 0 0 495880 360 0 0 25 0 1 0 849173393 800665600 171011 33554432000 4194304 4291037 140737084205408 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/344/statm: 195475 171011 259 24 0 192109 0
Current children cumulated CPU time (s) 4962.4
Current children cumulated vsize (KiB) 781900



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 1.04 1.03 1.10 2/509 589
/proc/meminfo: memFree=15706072/32950940 swapFree=67111364/67111528
[pid=344] ppid=342 vsize=781900 CPUtime=5000 cores=1,3,5,7
/proc/344/stat : 344 (minisat_release) R 342 344 32192 0 -1 4202496 1079276 0 0 0 499637 363 0 0 25 0 1 0 849173393 800665600 181375 33554432000 4194304 4291037 140737084205408 18446744073709551615 4255925 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/344/statm: 195475 181375 259 24 0 192109 0
Current children cumulated CPU time (s) 5000
Current children cumulated vsize (KiB) 781900

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

[startup+4999.9 s]
/proc/loadavg: 1.04 1.03 1.10 2/509 589
/proc/meminfo: memFree=15706072/32950940 swapFree=67111364/67111528
[pid=344] ppid=342 vsize=781900 CPUtime=5000 cores=1,3,5,7
/proc/344/stat : 344 (minisat_release) R 342 344 32192 0 -1 4202496 1079276 0 0 0 499637 363 0 0 25 0 1 0 849173393 800665600 181375 33554432000 4194304 4291037 140737084205408 18446744073709551615 4255925 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/344/statm: 195475 181375 259 24 0 192109 0
Current children cumulated CPU time (s) 5000
Current children cumulated vsize (KiB) 781900

Child ended because it received signal 15 (SIGTERM)
Real time (s): 4999.95
CPU time (s): 5000.06
CPU user time (s): 4996.39
CPU system time (s): 3.66844
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 891568

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4996.39
system time used= 3.66844
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1079284
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= 10
involuntary context switches= 54857

runsolver used 23.7614 second user time and 60.0879 second system time

The end

Launcher Data

Begin job on node117 at 2011-05-28 15:30:26
IDJOB=3420160
IDBENCH=84806
IDSOLVER=1912
FILE ID=node117/3420160-1306589426
RUNJOBID= node117-1306579394-32211
PBS_JOBID= 13471563
Free space on /tmp= 73200 MiB

SOLVER NAME= minisat hack reference: minisat 2.2.0
BENCH NAME= SAT04/industrial/vangelder/cnf-color/abb313GPIA-9-c.used-as.sat04-317.cnf
COMMAND LINE= minisat_release BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3420160-1306589426/watcher-3420160-1306589426 -o /tmp/evaluation-result-3420160-1306589426/solver-3420160-1306589426 -C 5000 -W 5100 -M 15500  minisat_release HOME/instance-3420160-1306589426.cnf

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

MD5SUM BENCH= 65c5a1442ec07e466934f093e50229c2
RANDOM SEED=2022249650

node117.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.849
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.69
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.849
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	: 5332.75
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.849
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.74
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.849
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.849
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.75
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.849
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.849
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.849
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	: 5267.44
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950940 kB
MemFree:      16163640 kB
Buffers:        324716 kB
Cached:        6039660 kB
SwapCached:          0 kB
Active:       12210660 kB
Inactive:      4210104 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950940 kB
LowFree:      16163640 kB
SwapTotal:    67111528 kB
SwapFree:     67111364 kB
Dirty:           20960 kB
Writeback:           0 kB
AnonPages:    10055996 kB
Mapped:          42092 kB
Slab:           239884 kB
PageTables:      58544 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586996 kB
Committed_AS: 149778244 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= 73204 MiB
End job on node117 at 2011-05-28 16:53:48