Trace number 3362613

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) 1300.07 1300.03

General information on the benchmark

Nameindustrial/IBM_FV_2002_13_rule_1/
SAT_dat.k100.cnf
MD5SUMcf1b8194ff6d413d396ac9e26bb031ef
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark202.908
Satisfiable
(Un)Satisfiability was proved
Number of variables50797
Number of clauses177980
Sum of the clauses size470252
Maximum clause length37
Minimum clause length1
Number of clauses of size 11318
Number of clauses of size 295086
Number of clauses of size 374860
Number of clauses of size 4486
Number of clauses of size 5945
Number of clauses of size over 55285

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-3362613-1305306413/watcher-3362613-1305306413 -o /tmp/evaluation-result-3362613-1305306413/solver-3362613-1305306413 -C 2400 -W 1300 -M 7680 minisat_release HOME/instance-3362613-1305306413.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.68 3.94 3.96 4/363 1325
/proc/meminfo: memFree=11652572/32950928 swapFree=67111200/67111528
[pid=1325] ppid=1323 vsize=19120 CPUtime=0 cores=5,7
/proc/1325/stat : 1325 (minisat_release) R 1323 1325 1265 0 -1 4202496 571 0 0 0 0 0 0 0 21 0 1 0 720871950 19578880 512 33554432000 4194304 4291037 140737400058528 18446744073709551615 256415052485 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/1325/statm: 4780 513 212 24 0 1414 0

[startup+0.0455599 s]
/proc/loadavg: 3.68 3.94 3.96 4/363 1325
/proc/meminfo: memFree=11652572/32950928 swapFree=67111200/67111528
[pid=1325] ppid=1323 vsize=26200 CPUtime=0.04 cores=5,7
/proc/1325/stat : 1325 (minisat_release) R 1323 1325 1265 0 -1 4202496 2841 0 0 0 4 0 0 0 21 0 1 0 720871950 26828800 2586 33554432000 4194304 4291037 140737400058528 18446744073709551615 256415052485 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/1325/statm: 6550 2587 215 24 0 3184 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 26200

[startup+0.100558 s]
/proc/loadavg: 3.68 3.94 3.96 4/363 1325
/proc/meminfo: memFree=11652572/32950928 swapFree=67111200/67111528
[pid=1325] ppid=1323 vsize=34192 CPUtime=0.09 cores=5,7
/proc/1325/stat : 1325 (minisat_release) R 1323 1325 1265 0 -1 4202496 5506 0 0 0 9 0 0 0 21 0 1 0 720871950 35012608 4974 33554432000 4194304 4291037 140737400058528 18446744073709551615 4229971 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/1325/statm: 8548 4974 239 24 0 5182 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 34192

[startup+0.300516 s]
/proc/loadavg: 3.68 3.94 3.96 4/363 1325
/proc/meminfo: memFree=11652572/32950928 swapFree=67111200/67111528
[pid=1325] ppid=1323 vsize=42776 CPUtime=0.29 cores=5,7
/proc/1325/stat : 1325 (minisat_release) R 1323 1325 1265 0 -1 4202496 7365 0 0 0 28 1 0 0 22 0 1 0 720871950 43802624 6756 33554432000 4194304 4291037 140737400058528 18446744073709551615 4260683 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/1325/statm: 10694 6756 240 24 0 7328 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 42776

[startup+0.700442 s]
/proc/loadavg: 3.68 3.94 3.96 4/363 1325
/proc/meminfo: memFree=11652572/32950928 swapFree=67111200/67111528
[pid=1325] ppid=1323 vsize=38388 CPUtime=0.69 cores=5,7
/proc/1325/stat : 1325 (minisat_release) R 1323 1325 1265 0 -1 4202496 8225 0 0 0 68 1 0 0 24 0 1 0 720871950 39309312 5786 33554432000 4194304 4291037 140737400058528 18446744073709551615 4255624 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/1325/statm: 9597 5786 259 24 0 6231 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 38388

[startup+1.50029 s]
/proc/loadavg: 3.68 3.94 3.96 5/364 1326
/proc/meminfo: memFree=11609048/32950928 swapFree=67111200/67111528
[pid=1325] ppid=1323 vsize=41108 CPUtime=1.49 cores=5,7
/proc/1325/stat : 1325 (minisat_release) R 1323 1325 1265 0 -1 4202496 8659 0 0 0 148 1 0 0 25 0 1 0 720871950 42094592 6216 33554432000 4194304 4291037 140737400058528 18446744073709551615 4251683 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/1325/statm: 10277 6216 259 24 0 6911 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 41108

[startup+3.10098 s]
/proc/loadavg: 3.71 3.94 3.96 5/364 1326
/proc/meminfo: memFree=11599248/32950928 swapFree=67111200/67111528
[pid=1325] ppid=1323 vsize=45528 CPUtime=3.09 cores=5,7
/proc/1325/stat : 1325 (minisat_release) R 1323 1325 1265 0 -1 4202496 9558 0 0 0 308 1 0 0 25 0 1 0 720871950 46620672 7100 33554432000 4194304 4291037 140737400058528 18446744073709551615 4255935 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/1325/statm: 11382 7100 259 24 0 8016 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 45528

[startup+6.30038 s]
/proc/loadavg: 3.71 3.94 3.96 6/364 1326
/proc/meminfo: memFree=11568740/32950928 swapFree=67111200/67111528
[pid=1325] ppid=1323 vsize=53028 CPUtime=6.29 cores=5,7
/proc/1325/stat : 1325 (minisat_release) R 1323 1325 1265 0 -1 4202496 11451 0 0 0 628 1 0 0 25 0 1 0 720871950 54300672 8966 33554432000 4194304 4291037 140737400058528 18446744073709551615 4249306 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/1325/statm: 13257 8966 259 24 0 9891 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 53028

[startup+12.7012 s]
/proc/loadavg: 3.75 3.94 3.96 5/364 1326
/proc/meminfo: memFree=11497520/32950928 swapFree=67111200/67111528
[pid=1325] ppid=1323 vsize=66392 CPUtime=12.69 cores=5,7
/proc/1325/stat : 1325 (minisat_release) R 1323 1325 1265 0 -1 4202496 15602 0 0 0 1267 2 0 0 25 0 1 0 720871950 67985408 13068 33554432000 4194304 4291037 140737400058528 18446744073709551615 4255638 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/1325/statm: 16598 13068 259 24 0 13232 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 66392

[startup+25.5007 s]
/proc/loadavg: 3.79 3.94 3.96 5/364 1326
/proc/meminfo: memFree=11453648/32950928 swapFree=67111200/67111528
[pid=1325] ppid=1323 vsize=122168 CPUtime=25.49 cores=5,7
/proc/1325/stat : 1325 (minisat_release) R 1323 1325 1265 0 -1 4202496 22951 0 0 0 2546 3 0 0 25 0 1 0 720871950 125100032 20339 33554432000 4194304 4291037 140737400058528 18446744073709551615 4255665 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/1325/statm: 30542 20339 259 24 0 27176 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 122168

[startup+51.1009 s]
/proc/loadavg: 3.92 3.96 3.96 5/364 1327
/proc/meminfo: memFree=11436524/32950928 swapFree=67111200/67111528
[pid=1325] ppid=1323 vsize=127044 CPUtime=51.09 cores=5,7
/proc/1325/stat : 1325 (minisat_release) R 1323 1325 1265 0 -1 4202496 40296 0 0 0 5102 7 0 0 25 0 1 0 720871950 130093056 23825 33554432000 4194304 4291037 140737400058528 18446744073709551615 4266203 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/1325/statm: 31761 23825 259 24 0 28395 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 127044

[startup+102.313 s]
/proc/loadavg: 3.97 3.97 3.96 5/364 1328
/proc/meminfo: memFree=11340016/32950928 swapFree=67111200/67111528
[pid=1325] ppid=1323 vsize=74268 CPUtime=102.31 cores=5,7
/proc/1325/stat : 1325 (minisat_release) R 1323 1325 1265 0 -1 4202496 70054 0 0 0 10217 14 0 0 25 0 1 0 720871950 76050432 14410 33554432000 4194304 4291037 140737400058528 18446744073709551615 4256131 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/1325/statm: 18567 14410 259 24 0 15201 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 74268

[startup+162.301 s]
/proc/loadavg: 3.98 3.97 3.96 5/364 1330
/proc/meminfo: memFree=11216976/32950928 swapFree=67111200/67111528
[pid=1325] ppid=1323 vsize=111744 CPUtime=162.29 cores=5,7
/proc/1325/stat : 1325 (minisat_release) R 1323 1325 1265 0 -1 4202496 104072 0 0 0 16208 21 0 0 25 0 1 0 720871950 114425856 21790 33554432000 4194304 4291037 140737400058528 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/1325/statm: 27936 21790 259 24 0 24570 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 111744

[startup+222.301 s]
/proc/loadavg: 3.99 3.97 3.96 5/364 1332
/proc/meminfo: memFree=11286604/32950928 swapFree=67111200/67111528
[pid=1325] ppid=1323 vsize=97112 CPUtime=222.3 cores=5,7
/proc/1325/stat : 1325 (minisat_release) R 1323 1325 1265 0 -1 4202496 143218 0 0 0 22200 30 0 0 25 0 1 0 720871950 99442688 19222 33554432000 4194304 4291037 140737400058528 18446744073709551615 4248366 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/1325/statm: 24278 19222 259 24 0 20912 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 97112

[startup+282.3 s]
/proc/loadavg: 3.99 3.97 3.96 5/364 1333
/proc/meminfo: memFree=11282840/32950928 swapFree=67111200/67111528
[pid=1325] ppid=1323 vsize=127756 CPUtime=282.3 cores=5,7
/proc/1325/stat : 1325 (minisat_release) R 1323 1325 1265 0 -1 4202496 176345 0 0 0 28195 35 0 0 25 0 1 0 720871950 130822144 25550 33554432000 4194304 4291037 140737400058528 18446744073709551615 4248322 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/1325/statm: 31939 25550 259 24 0 28573 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 127756

[startup+342.301 s]
/proc/loadavg: 3.99 3.97 3.96 5/364 1335
/proc/meminfo: memFree=11249440/32950928 swapFree=67111200/67111528
[pid=1325] ppid=1323 vsize=98784 CPUtime=342.3 cores=5,7
/proc/1325/stat : 1325 (minisat_release) R 1323 1325 1265 0 -1 4202496 203951 0 0 0 34189 41 0 0 25 0 1 0 720871950 101154816 20088 33554432000 4194304 4291037 140737400058528 18446744073709551615 4256318 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/1325/statm: 24696 20088 259 24 0 21330 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 98784

[startup+402.301 s]
/proc/loadavg: 4.04 3.99 3.97 5/364 1336
/proc/meminfo: memFree=11117208/32950928 swapFree=67111200/67111528
[pid=1325] ppid=1323 vsize=212940 CPUtime=402.31 cores=5,7
/proc/1325/stat : 1325 (minisat_release) R 1323 1325 1265 0 -1 4202496 230752 0 0 0 40183 48 0 0 25 0 1 0 720871950 218050560 46621 33554432000 4194304 4291037 140737400058528 18446744073709551615 4255656 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/1325/statm: 53235 46621 259 24 0 49869 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 212940

[startup+462.301 s]
/proc/loadavg: 4.12 4.03 3.98 5/364 1338
/proc/meminfo: memFree=11065580/32950928 swapFree=67111200/67111528
[pid=1325] ppid=1323 vsize=218024 CPUtime=462.3 cores=5,7
/proc/1325/stat : 1325 (minisat_release) R 1323 1325 1265 0 -1 4202496 265934 0 0 0 46175 55 0 0 25 0 1 0 720871950 223256576 50298 33554432000 4194304 4291037 140737400058528 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/1325/statm: 54506 50298 259 24 0 51140 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 218024

[startup+522.3 s]
/proc/loadavg: 4.05 4.02 3.98 5/364 1340
/proc/meminfo: memFree=11067996/32950928 swapFree=67111200/67111528
[pid=1325] ppid=1323 vsize=141488 CPUtime=522.31 cores=5,7
/proc/1325/stat : 1325 (minisat_release) R 1323 1325 1265 0 -1 4202496 300037 0 0 0 52168 63 0 0 25 0 1 0 720871950 144883712 26747 33554432000 4194304 4291037 140737400058528 18446744073709551615 4248322 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/1325/statm: 35372 26747 259 24 0 32006 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 141488

[startup+582.301 s]
/proc/loadavg: 4.05 4.03 3.99 5/364 1341
/proc/meminfo: memFree=11168012/32950928 swapFree=67111200/67111528
[pid=1325] ppid=1323 vsize=113572 CPUtime=582.32 cores=5,7
/proc/1325/stat : 1325 (minisat_release) R 1323 1325 1265 0 -1 4202496 325576 0 0 0 58162 70 0 0 25 0 1 0 720871950 116297728 23830 33554432000 4194304 4291037 140737400058528 18446744073709551615 4255925 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/1325/statm: 28393 23830 259 24 0 25027 0
Current children cumulated CPU time (s) 582.32
Current children cumulated vsize (KiB) 113572

[startup+642.301 s]
/proc/loadavg: 4.02 4.02 3.99 5/364 1343
/proc/meminfo: memFree=10951572/32950928 swapFree=67111200/67111528
[pid=1325] ppid=1323 vsize=232304 CPUtime=642.32 cores=5,7
/proc/1325/stat : 1325 (minisat_release) R 1323 1325 1265 0 -1 4202496 347437 0 0 0 64157 75 0 0 25 0 1 0 720871950 237879296 45406 33554432000 4194304 4291037 140737400058528 18446744073709551615 4255935 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/1325/statm: 58076 45406 259 24 0 54710 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 232304

[startup+702.301 s]
/proc/loadavg: 4.00 4.02 3.99 6/364 1344
/proc/meminfo: memFree=11035236/32950928 swapFree=67111200/67111528
[pid=1325] ppid=1323 vsize=236940 CPUtime=702.32 cores=5,7
/proc/1325/stat : 1325 (minisat_release) R 1323 1325 1265 0 -1 4202496 373814 0 0 0 70149 83 0 0 25 0 1 0 720871950 242626560 45565 33554432000 4194304 4291037 140737400058528 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/1325/statm: 59235 45565 259 24 0 55869 0
Current children cumulated CPU time (s) 702.32
Current children cumulated vsize (KiB) 236940

[startup+762.313 s]
/proc/loadavg: 4.00 4.01 3.99 5/364 1346
/proc/meminfo: memFree=10947764/32950928 swapFree=67111200/67111528
[pid=1325] ppid=1323 vsize=237276 CPUtime=762.33 cores=5,7
/proc/1325/stat : 1325 (minisat_release) R 1323 1325 1265 0 -1 4202496 412800 0 0 0 76141 92 0 0 25 0 1 0 720871950 242970624 43409 33554432000 4194304 4291037 140737400058528 18446744073709551615 4255953 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/1325/statm: 59319 43409 259 24 0 55953 0
Current children cumulated CPU time (s) 762.33
Current children cumulated vsize (KiB) 237276

[startup+822.301 s]
/proc/loadavg: 4.00 4.01 3.99 5/364 1348
/proc/meminfo: memFree=11067736/32950928 swapFree=67111200/67111528
[pid=1325] ppid=1323 vsize=147608 CPUtime=822.32 cores=5,7
/proc/1325/stat : 1325 (minisat_release) R 1323 1325 1265 0 -1 4202496 437606 0 0 0 82134 98 0 0 25 0 1 0 720871950 151150592 31512 33554432000 4194304 4291037 140737400058528 18446744073709551615 4256120 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/1325/statm: 36902 31512 259 24 0 33536 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 147608

[startup+882.301 s]
/proc/loadavg: 4.00 4.00 3.99 5/364 1349
/proc/meminfo: memFree=10926324/32950928 swapFree=67111200/67111528
[pid=1325] ppid=1323 vsize=247484 CPUtime=882.32 cores=5,7
/proc/1325/stat : 1325 (minisat_release) R 1323 1325 1265 0 -1 4202496 458310 0 0 0 88128 104 0 0 25 0 1 0 720871950 253423616 51933 33554432000 4194304 4291037 140737400058528 18446744073709551615 4256127 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/1325/statm: 61871 51933 259 24 0 58505 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 247484

[startup+942.3 s]
/proc/loadavg: 4.06 4.02 4.00 5/364 1351
/proc/meminfo: memFree=10928372/32950928 swapFree=67111200/67111528
[pid=1325] ppid=1323 vsize=247484 CPUtime=942.32 cores=5,7
/proc/1325/stat : 1325 (minisat_release) R 1323 1325 1265 0 -1 4202496 483243 0 0 0 94121 111 0 0 25 0 1 0 720871950 253423616 47508 33554432000 4194304 4291037 140737400058528 18446744073709551615 4255638 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/1325/statm: 61871 47508 259 24 0 58505 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 247484

[startup+1002.3 s]
/proc/loadavg: 4.12 4.04 4.00 5/364 1352
/proc/meminfo: memFree=10988212/32950928 swapFree=67111200/67111528
[pid=1325] ppid=1323 vsize=148100 CPUtime=1002.32 cores=5,7
/proc/1325/stat : 1325 (minisat_release) R 1323 1325 1265 0 -1 4202496 504950 0 0 0 100114 118 0 0 25 0 1 0 720871950 151654400 32944 33554432000 4194304 4291037 140737400058528 18446744073709551615 4255709 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/1325/statm: 37025 32944 259 24 0 33659 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 148100

[startup+1062.3 s]
/proc/loadavg: 4.11 4.05 4.00 5/364 1354
/proc/meminfo: memFree=10838128/32950928 swapFree=67111200/67111528
[pid=1325] ppid=1323 vsize=251972 CPUtime=1062.33 cores=5,7
/proc/1325/stat : 1325 (minisat_release) R 1323 1325 1265 0 -1 4202496 527829 0 0 0 106107 126 0 0 25 0 1 0 720871950 258019328 55705 33554432000 4194304 4291037 140737400058528 18446744073709551615 4255907 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/1325/statm: 62993 55705 259 24 0 59627 0
Current children cumulated CPU time (s) 1062.33
Current children cumulated vsize (KiB) 251972

[startup+1122.3 s]
/proc/loadavg: 4.09 4.05 4.00 5/364 1356
/proc/meminfo: memFree=10921152/32950928 swapFree=67111200/67111528
[pid=1325] ppid=1323 vsize=336684 CPUtime=1122.33 cores=5,7
/proc/1325/stat : 1325 (minisat_release) R 1323 1325 1265 0 -1 4202496 547179 0 0 0 112100 133 0 0 25 0 1 0 720871950 344764416 74923 33554432000 4194304 4291037 140737400058528 18446744073709551615 4248468 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/1325/statm: 84171 74923 259 24 0 80805 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 336684

[startup+1182.3 s]
/proc/loadavg: 4.03 4.04 4.00 5/364 1357
/proc/meminfo: memFree=10786560/32950928 swapFree=67111200/67111528
[pid=1325] ppid=1323 vsize=472516 CPUtime=1182.34 cores=5,7
/proc/1325/stat : 1325 (minisat_release) R 1323 1325 1265 0 -1 4202496 567546 0 0 0 118095 139 0 0 25 0 1 0 720871950 483856384 95192 33554432000 4194304 4291037 140737400058528 18446744073709551615 4255624 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/1325/statm: 118129 95192 259 24 0 114763 0
Current children cumulated CPU time (s) 1182.34
Current children cumulated vsize (KiB) 472516

[startup+1242.3 s]
/proc/loadavg: 4.01 4.03 4.00 5/364 1359
/proc/meminfo: memFree=10925384/32950928 swapFree=67111200/67111528
[pid=1325] ppid=1323 vsize=211740 CPUtime=1242.34 cores=5,7
/proc/1325/stat : 1325 (minisat_release) R 1323 1325 1265 0 -1 4202496 591992 0 0 0 124088 146 0 0 25 0 1 0 720871950 216821760 43629 33554432000 4194304 4291037 140737400058528 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/1325/statm: 52935 43629 259 24 0 49569 0
Current children cumulated CPU time (s) 1242.34
Current children cumulated vsize (KiB) 211740



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.00 4.02 4.00 2/361 1363
/proc/meminfo: memFree=11426200/32950928 swapFree=67111200/67111528
[pid=1325] ppid=1323 vsize=345764 CPUtime=1300.04 cores=5,7
/proc/1325/stat : 1325 (minisat_release) R 1323 1325 1265 0 -1 4202496 613822 0 0 0 129853 151 0 0 25 0 1 0 720871950 354062336 65346 33554432000 4194304 4291037 140737400058528 18446744073709551615 4266203 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/1325/statm: 86441 65346 259 24 0 83075 0
Current children cumulated CPU time (s) 1300.04
Current children cumulated vsize (KiB) 345764

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.03
CPU time (s): 1300.07
CPU user time (s): 1298.54
CPU system time (s): 1.52977
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 493836

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1298.54
system time used= 1.52977
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 613828
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= 5
involuntary context switches= 1172

runsolver used 4.5833 second user time and 10.6614 second system time

The end

Launcher Data

Begin job on node115 at 2011-05-13 19:06:53
IDJOB=3362613
IDBENCH=20536
IDSOLVER=1840
FILE ID=node115/3362613-1305306413
RUNJOBID= node115-1305306412-1286
PBS_JOBID= 13321471
Free space on /tmp= 50048 MiB

SOLVER NAME= minisat hack reference: minisat 2.2.0
BENCH NAME= SAT07/industrial/IBM_FV_2002_13_rule_1/SAT_dat.k100.cnf
COMMAND LINE= minisat_release BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3362613-1305306413/watcher-3362613-1305306413 -o /tmp/evaluation-result-3362613-1305306413/solver-3362613-1305306413 -C 2400 -W 1300 -M 7680  minisat_release HOME/instance-3362613-1305306413.cnf

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

MD5SUM BENCH= cf1b8194ff6d413d396ac9e26bb031ef
RANDOM SEED=582536958

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:      11653224 kB
Buffers:        244044 kB
Cached:       10522380 kB
SwapCached:          0 kB
Active:       11841368 kB
Inactive:      8996060 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      11653224 kB
SwapTotal:    67111528 kB
SwapFree:     67111200 kB
Dirty:           16776 kB
Writeback:           0 kB
AnonPages:    10070972 kB
Mapped:          28528 kB
Slab:           351960 kB
PageTables:      42016 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 69768944 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= 50044 MiB
End job on node115 at 2011-05-13 19:28:35