Trace number 3419970

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.13 5000.03

General information on the benchmark

Nameapplication/jarvisalo/HWMCC10-combination-timeframe-expansion/
hwmcc10-timeframe-expansion-k45-bobsmhdlc2-tseitin.cnf
MD5SUMee159af2e208d290f7f3fefd15c344f2
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark630.529
Satisfiable
(Un)Satisfiability was proved
Number of variables44692
Number of clauses129620
Sum of the clauses size302444
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 286412
Number of clauses of size 343206
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

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-3419970-1306584423/watcher-3419970-1306584423 -o /tmp/evaluation-result-3419970-1306584423/solver-3419970-1306584423 -C 5000 -W 5100 -M 15500 minisat_release HOME/instance-3419970-1306584423.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.04 2.04 2.00 2/514 32467
/proc/meminfo: memFree=16299100/32950940 swapFree=67111364/67111528
[pid=32467] ppid=32465 vsize=23260 CPUtime=0.01 cores=1,3,5,7
/proc/32467/stat : 32467 (minisat_release) R 32465 32467 32192 0 -1 4202496 1764 0 0 0 1 0 0 0 25 0 1 0 848673130 23818240 1665 33554432000 4194304 4291037 140736646057088 18446744073709551615 215988253381 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/32467/statm: 5815 1668 215 24 0 2449 0

[startup+0.108702 s]
/proc/loadavg: 2.04 2.04 2.00 2/514 32467
/proc/meminfo: memFree=16299100/32950940 swapFree=67111364/67111528
[pid=32467] ppid=32465 vsize=34492 CPUtime=0.1 cores=1,3,5,7
/proc/32467/stat : 32467 (minisat_release) R 32465 32467 32192 0 -1 4202496 5165 0 0 0 10 0 0 0 25 0 1 0 848673130 35319808 4746 33554432000 4194304 4291037 140736646057088 18446744073709551615 4260656 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/32467/statm: 8623 4747 240 24 0 5257 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 34492

[startup+0.200683 s]
/proc/loadavg: 2.04 2.04 2.00 2/514 32467
/proc/meminfo: memFree=16299100/32950940 swapFree=67111364/67111528
[pid=32467] ppid=32465 vsize=34932 CPUtime=0.19 cores=1,3,5,7
/proc/32467/stat : 32467 (minisat_release) R 32465 32467 32192 0 -1 4202496 6444 0 0 0 19 0 0 0 25 0 1 0 848673130 35770368 5075 33554432000 4194304 4291037 140736646057088 18446744073709551615 4229955 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/32467/statm: 8733 5076 240 24 0 5367 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 34932

[startup+0.300665 s]
/proc/loadavg: 2.04 2.04 2.00 2/514 32467
/proc/meminfo: memFree=16299100/32950940 swapFree=67111364/67111528
[pid=32467] ppid=32465 vsize=33960 CPUtime=0.29 cores=1,3,5,7
/proc/32467/stat : 32467 (minisat_release) R 32465 32467 32192 0 -1 4202496 7448 0 0 0 29 0 0 0 25 0 1 0 848673130 34775040 4844 33554432000 4194304 4291037 140736646057088 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/32467/statm: 8490 4844 257 24 0 5124 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 33960

[startup+0.700592 s]
/proc/loadavg: 2.04 2.04 2.00 2/514 32467
/proc/meminfo: memFree=16299100/32950940 swapFree=67111364/67111528
[pid=32467] ppid=32465 vsize=33960 CPUtime=0.69 cores=1,3,5,7
/proc/32467/stat : 32467 (minisat_release) R 32465 32467 32192 0 -1 4202496 7580 0 0 0 69 0 0 0 25 0 1 0 848673130 34775040 4969 33554432000 4194304 4291037 140736646057088 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/32467/statm: 8490 4969 258 24 0 5124 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 33960

[startup+1.50046 s]
/proc/loadavg: 2.04 2.04 2.00 3/515 32468
/proc/meminfo: memFree=16279136/32950940 swapFree=67111364/67111528
[pid=32467] ppid=32465 vsize=36636 CPUtime=1.49 cores=1,3,5,7
/proc/32467/stat : 32467 (minisat_release) R 32465 32467 32192 0 -1 4202496 7936 0 0 0 149 0 0 0 25 0 1 0 848673130 37515264 5315 33554432000 4194304 4291037 140736646057088 18446744073709551615 4256164 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/32467/statm: 9159 5315 258 24 0 5793 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 36636

[startup+3.10017 s]
/proc/loadavg: 2.04 2.04 2.00 3/515 32468
/proc/meminfo: memFree=16271076/32950940 swapFree=67111364/67111528
[pid=32467] ppid=32465 vsize=48132 CPUtime=3.09 cores=1,3,5,7
/proc/32467/stat : 32467 (minisat_release) R 32465 32467 32192 0 -1 4202496 10115 0 0 0 308 1 0 0 25 0 1 0 848673130 49287168 7472 33554432000 4194304 4291037 140736646057088 18446744073709551615 4255624 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/32467/statm: 12033 7472 258 24 0 8667 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 48132

[startup+6.30061 s]
/proc/loadavg: 2.04 2.04 2.00 3/515 32468
/proc/meminfo: memFree=16262380/32950940 swapFree=67111364/67111528
[pid=32467] ppid=32465 vsize=55312 CPUtime=6.29 cores=1,3,5,7
/proc/32467/stat : 32467 (minisat_release) R 32465 32467 32192 0 -1 4202496 12148 0 0 0 628 1 0 0 25 0 1 0 848673130 56639488 9475 33554432000 4194304 4291037 140736646057088 18446744073709551615 4256144 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/32467/statm: 13828 9475 258 24 0 10462 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 55312

[startup+12.7005 s]
/proc/loadavg: 2.03 2.04 2.00 3/515 32468
/proc/meminfo: memFree=16259680/32950940 swapFree=67111364/67111528
[pid=32467] ppid=32465 vsize=55312 CPUtime=12.69 cores=1,3,5,7
/proc/32467/stat : 32467 (minisat_release) R 32465 32467 32192 0 -1 4202496 18256 0 0 0 1267 2 0 0 25 0 1 0 848673130 56639488 9267 33554432000 4194304 4291037 140736646057088 18446744073709551615 4248998 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/32467/statm: 13828 9267 258 24 0 10462 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 55312

[startup+25.5013 s]
/proc/loadavg: 2.03 2.03 2.00 3/515 32551
/proc/meminfo: memFree=16336464/32950940 swapFree=67111364/67111528
[pid=32467] ppid=32465 vsize=96184 CPUtime=25.49 cores=1,3,5,7
/proc/32467/stat : 32467 (minisat_release) R 32465 32467 32192 0 -1 4202496 31351 0 0 0 2545 4 0 0 25 0 1 0 848673130 98492416 15359 33554432000 4194304 4291037 140736646057088 18446744073709551615 4248366 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/32467/statm: 24046 15359 258 24 0 20680 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 96184

[startup+51.1008 s]
/proc/loadavg: 2.09 2.05 2.00 3/515 32551
/proc/meminfo: memFree=16309076/32950940 swapFree=67111364/67111528
[pid=32467] ppid=32465 vsize=96184 CPUtime=51.09 cores=1,3,5,7
/proc/32467/stat : 32467 (minisat_release) R 32465 32467 32192 0 -1 4202496 51243 0 0 0 5102 7 0 0 25 0 1 0 848673130 98492416 15948 33554432000 4194304 4291037 140736646057088 18446744073709551615 4248410 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/32467/statm: 24046 15948 258 24 0 20680 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 96184

[startup+102.301 s]
/proc/loadavg: 2.03 2.04 2.00 3/515 32553
/proc/meminfo: memFree=16270812/32950940 swapFree=67111364/67111528
[pid=32467] ppid=32465 vsize=96184 CPUtime=102.32 cores=1,3,5,7
/proc/32467/stat : 32467 (minisat_release) R 32465 32467 32192 0 -1 4202496 87902 0 0 0 10218 14 0 0 25 0 1 0 848673130 98492416 15948 33554432000 4194304 4291037 140736646057088 18446744073709551615 4255624 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/32467/statm: 24046 15948 258 24 0 20680 0
Current children cumulated CPU time (s) 102.32
Current children cumulated vsize (KiB) 96184

[startup+162.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/515 32608
/proc/meminfo: memFree=16245168/32950940 swapFree=67111364/67111528
[pid=32467] ppid=32465 vsize=176324 CPUtime=162.29 cores=1,3,5,7
/proc/32467/stat : 32467 (minisat_release) R 32465 32467 32192 0 -1 4202496 127804 0 0 0 16209 20 0 0 25 0 1 0 848673130 180555776 30060 33554432000 4194304 4291037 140736646057088 18446744073709551615 4262207 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/32467/statm: 44081 30060 258 24 0 40715 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 176324

[startup+222.32 s]
/proc/loadavg: 2.00 2.02 2.00 3/515 32610
/proc/meminfo: memFree=16236564/32950940 swapFree=67111364/67111528
[pid=32467] ppid=32465 vsize=110344 CPUtime=222.32 cores=1,3,5,7
/proc/32467/stat : 32467 (minisat_release) R 32465 32467 32192 0 -1 4202496 166239 0 0 0 22205 27 0 0 25 0 1 0 848673130 112992256 24156 33554432000 4194304 4291037 140736646057088 18446744073709551615 4255656 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/32467/statm: 27586 24156 258 24 0 24220 0
Current children cumulated CPU time (s) 222.32
Current children cumulated vsize (KiB) 110344

[startup+282.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/515 32612
/proc/meminfo: memFree=16213224/32950940 swapFree=67111364/67111528
[pid=32467] ppid=32465 vsize=110344 CPUtime=282.3 cores=1,3,5,7
/proc/32467/stat : 32467 (minisat_release) R 32465 32467 32192 0 -1 4202496 195237 0 0 0 28196 34 0 0 25 0 1 0 848673130 112992256 24156 33554432000 4194304 4291037 140736646057088 18446744073709551615 4248480 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/32467/statm: 27586 24156 258 24 0 24220 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 110344

[startup+342.301 s]
/proc/loadavg: 2.00 2.01 2.00 3/515 32613
/proc/meminfo: memFree=16196040/32950940 swapFree=67111364/67111528
[pid=32467] ppid=32465 vsize=110344 CPUtime=342.3 cores=1,3,5,7
/proc/32467/stat : 32467 (minisat_release) R 32465 32467 32192 0 -1 4202496 224416 0 0 0 34191 39 0 0 25 0 1 0 848673130 112992256 24156 33554432000 4194304 4291037 140736646057088 18446744073709551615 4262944 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/32467/statm: 27586 24156 258 24 0 24220 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 110344

[startup+402.3 s]
/proc/loadavg: 2.06 2.02 2.00 3/515 32615
/proc/meminfo: memFree=16087488/32950940 swapFree=67111364/67111528
[pid=32467] ppid=32465 vsize=240572 CPUtime=402.3 cores=1,3,5,7
/proc/32467/stat : 32467 (minisat_release) R 32465 32467 32192 0 -1 4202496 267184 0 0 0 40184 46 0 0 25 0 1 0 848673130 246345728 47820 33554432000 4194304 4291037 140736646057088 18446744073709551615 4261913 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/32467/statm: 60143 47820 258 24 0 56777 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 240572

[startup+462.301 s]
/proc/loadavg: 2.30 2.09 2.02 3/515 32616
/proc/meminfo: memFree=16127852/32950940 swapFree=67111364/67111528
[pid=32467] ppid=32465 vsize=159664 CPUtime=462.3 cores=1,3,5,7
/proc/32467/stat : 32467 (minisat_release) R 32465 32467 32192 0 -1 4202496 297755 0 0 0 46178 52 0 0 25 0 1 0 848673130 163495936 33675 33554432000 4194304 4291037 140736646057088 18446744073709551615 4248387 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/32467/statm: 39916 33675 258 24 0 36550 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 159664

[startup+522.3 s]
/proc/loadavg: 2.12 2.07 2.02 3/515 32645
/proc/meminfo: memFree=16311524/32950940 swapFree=67111364/67111528
[pid=32467] ppid=32465 vsize=110344 CPUtime=522.3 cores=1,3,5,7
/proc/32467/stat : 32467 (minisat_release) R 32465 32467 32192 0 -1 4202496 323439 0 0 0 52173 57 0 0 25 0 1 0 848673130 112992256 24156 33554432000 4194304 4291037 140736646057088 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/32467/statm: 27586 24156 258 24 0 24220 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 110344

[startup+582.301 s]
/proc/loadavg: 2.16 2.09 2.02 3/515 32647
/proc/meminfo: memFree=16222772/32950940 swapFree=67111364/67111528
[pid=32467] ppid=32465 vsize=190484 CPUtime=582.3 cores=1,3,5,7
/proc/32467/stat : 32467 (minisat_release) R 32465 32467 32192 0 -1 4202496 354856 0 0 0 58167 63 0 0 25 0 1 0 848673130 195055616 37851 33554432000 4194304 4291037 140736646057088 18446744073709551615 4248299 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/32467/statm: 47621 37851 258 24 0 44255 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 190484

[startup+642.3 s]

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

[startup+4062.3 s]
/proc/loadavg: 2.10 2.06 2.01 3/515 32751
/proc/meminfo: memFree=16113644/32950940 swapFree=67111364/67111528
[pid=32467] ppid=32465 vsize=160628 CPUtime=4062.39 cores=1,3,5,7
/proc/32467/stat : 32467 (minisat_release) R 32465 32467 32192 0 -1 4202496 1837856 0 0 0 405871 368 0 0 25 0 1 0 848673130 164483072 36718 33554432000 4194304 4291037 140736646057088 18446744073709551615 4248904 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/32467/statm: 40157 36718 258 24 0 36791 0
Current children cumulated CPU time (s) 4062.39
Current children cumulated vsize (KiB) 160628

[startup+4122.3 s]
/proc/loadavg: 2.03 2.05 2.00 3/515 32753
/proc/meminfo: memFree=15949908/32950940 swapFree=67111364/67111528
[pid=32467] ppid=32465 vsize=290856 CPUtime=4122.38 cores=1,3,5,7
/proc/32467/stat : 32467 (minisat_release) R 32465 32467 32192 0 -1 4202496 1864876 0 0 0 411865 373 0 0 25 0 1 0 848673130 297836544 63517 33554432000 4194304 4291037 140736646057088 18446744073709551615 4255904 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/32467/statm: 72714 63517 258 24 0 69348 0
Current children cumulated CPU time (s) 4122.38
Current children cumulated vsize (KiB) 290856

[startup+4182.32 s]
/proc/loadavg: 2.01 2.04 2.00 3/515 32755
/proc/meminfo: memFree=16037508/32950940 swapFree=67111364/67111528
[pid=32467] ppid=32465 vsize=240768 CPUtime=4182.39 cores=1,3,5,7
/proc/32467/stat : 32467 (minisat_release) R 32465 32467 32192 0 -1 4202496 1888451 0 0 0 417860 379 0 0 25 0 1 0 848673130 246546432 56285 33554432000 4194304 4291037 140736646057088 18446744073709551615 4256120 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/32467/statm: 60192 56285 258 24 0 56826 0
Current children cumulated CPU time (s) 4182.39
Current children cumulated vsize (KiB) 240768

[startup+4242.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/515 32756
/proc/meminfo: memFree=15986100/32950940 swapFree=67111364/67111528
[pid=32467] ppid=32465 vsize=240768 CPUtime=4242.37 cores=1,3,5,7
/proc/32467/stat : 32467 (minisat_release) R 32465 32467 32192 0 -1 4202496 1912110 0 0 0 423854 383 0 0 25 0 1 0 848673130 246546432 53737 33554432000 4194304 4291037 140736646057088 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/32467/statm: 60192 53737 258 24 0 56826 0
Current children cumulated CPU time (s) 4242.37
Current children cumulated vsize (KiB) 240768

[startup+4302.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/515 32758
/proc/meminfo: memFree=16015048/32950940 swapFree=67111364/67111528
[pid=32467] ppid=32465 vsize=240768 CPUtime=4302.38 cores=1,3,5,7
/proc/32467/stat : 32467 (minisat_release) R 32465 32467 32192 0 -1 4202496 1935611 0 0 0 429851 387 0 0 25 0 1 0 848673130 246546432 52845 33554432000 4194304 4291037 140736646057088 18446744073709551615 4255907 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/32467/statm: 60192 52845 258 24 0 56826 0
Current children cumulated CPU time (s) 4302.38
Current children cumulated vsize (KiB) 240768

[startup+4362.3 s]
/proc/loadavg: 2.15 2.05 2.01 3/515 32759
/proc/meminfo: memFree=15998140/32950940 swapFree=67111364/67111528
[pid=32467] ppid=32465 vsize=209948 CPUtime=4362.38 cores=1,3,5,7
/proc/32467/stat : 32467 (minisat_release) R 32465 32467 32192 0 -1 4202496 1956608 0 0 0 435847 391 0 0 25 0 1 0 848673130 214986752 46610 33554432000 4194304 4291037 140736646057088 18446744073709551615 4248322 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/32467/statm: 52487 46610 258 24 0 49121 0
Current children cumulated CPU time (s) 4362.38
Current children cumulated vsize (KiB) 209948

[startup+4422.3 s]
/proc/loadavg: 2.12 2.05 2.01 3/515 32761
/proc/meminfo: memFree=16058984/32950940 swapFree=67111364/67111528
[pid=32467] ppid=32465 vsize=160628 CPUtime=4422.38 cores=1,3,5,7
/proc/32467/stat : 32467 (minisat_release) R 32465 32467 32192 0 -1 4202496 1973625 0 0 0 441843 395 0 0 25 0 1 0 848673130 164483072 36727 33554432000 4194304 4291037 140736646057088 18446744073709551615 4255624 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/32467/statm: 40157 36727 258 24 0 36791 0
Current children cumulated CPU time (s) 4422.38
Current children cumulated vsize (KiB) 160628

[startup+4482.3 s]
/proc/loadavg: 2.04 2.04 2.00 3/515 32763
/proc/meminfo: memFree=15931328/32950940 swapFree=67111364/67111528
[pid=32467] ppid=32465 vsize=309748 CPUtime=4482.38 cores=1,3,5,7
/proc/32467/stat : 32467 (minisat_release) R 32465 32467 32192 0 -1 4202496 1998827 0 0 0 447838 400 0 0 25 0 1 0 848673130 317181952 61735 33554432000 4194304 4291037 140736646057088 18446744073709551615 4256120 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/32467/statm: 77437 61735 258 24 0 74071 0
Current children cumulated CPU time (s) 4482.38
Current children cumulated vsize (KiB) 309748

[startup+4542.3 s]
/proc/loadavg: 2.17 2.06 2.01 3/515 32764
/proc/meminfo: memFree=15976652/32950940 swapFree=67111364/67111528
[pid=32467] ppid=32465 vsize=309748 CPUtime=4542.38 cores=1,3,5,7
/proc/32467/stat : 32467 (minisat_release) R 32465 32467 32192 0 -1 4202496 2021546 0 0 0 453833 405 0 0 25 0 1 0 848673130 317181952 57799 33554432000 4194304 4291037 140736646057088 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/32467/statm: 77437 57799 258 24 0 74071 0
Current children cumulated CPU time (s) 4542.38
Current children cumulated vsize (KiB) 309748

[startup+4602.3 s]
/proc/loadavg: 2.13 2.06 2.01 3/515 32766
/proc/meminfo: memFree=15951784/32950940 swapFree=67111364/67111528
[pid=32467] ppid=32465 vsize=259660 CPUtime=4602.39 cores=1,3,5,7
/proc/32467/stat : 32467 (minisat_release) R 32465 32467 32192 0 -1 4202496 2044685 0 0 0 459829 410 0 0 25 0 1 0 848673130 265891840 56670 33554432000 4194304 4291037 140736646057088 18446744073709551615 4256120 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/32467/statm: 64915 56670 258 24 0 61549 0
Current children cumulated CPU time (s) 4602.39
Current children cumulated vsize (KiB) 259660

[startup+4662.3 s]
/proc/loadavg: 2.05 2.05 2.00 3/515 32767
/proc/meminfo: memFree=16003432/32950940 swapFree=67111364/67111528
[pid=32467] ppid=32465 vsize=259660 CPUtime=4662.39 cores=1,3,5,7
/proc/32467/stat : 32467 (minisat_release) R 32465 32467 32192 0 -1 4202496 2067996 0 0 0 465824 415 0 0 25 0 1 0 848673130 265891840 53981 33554432000 4194304 4291037 140736646057088 18446744073709551615 4255857 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/32467/statm: 64915 53981 258 24 0 61549 0
Current children cumulated CPU time (s) 4662.39
Current children cumulated vsize (KiB) 259660

[startup+4722.3 s]
/proc/loadavg: 2.02 2.04 2.00 3/515 301
/proc/meminfo: memFree=15984660/32950940 swapFree=67111364/67111528
[pid=32467] ppid=32465 vsize=259660 CPUtime=4722.4 cores=1,3,5,7
/proc/32467/stat : 32467 (minisat_release) R 32465 32467 32192 0 -1 4202496 2091626 0 0 0 471821 419 0 0 25 0 1 0 848673130 265891840 50405 33554432000 4194304 4291037 140736646057088 18446744073709551615 4251641 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/32467/statm: 64915 50405 258 24 0 61549 0
Current children cumulated CPU time (s) 4722.4
Current children cumulated vsize (KiB) 259660

[startup+4782.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/515 303
/proc/meminfo: memFree=16069288/32950940 swapFree=67111364/67111528
[pid=32467] ppid=32465 vsize=228840 CPUtime=4782.39 cores=1,3,5,7
/proc/32467/stat : 32467 (minisat_release) R 32465 32467 32192 0 -1 4202496 2114397 0 0 0 477816 423 0 0 25 0 1 0 848673130 234332160 46764 33554432000 4194304 4291037 140736646057088 18446744073709551615 4248322 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/32467/statm: 57210 46764 258 24 0 53844 0
Current children cumulated CPU time (s) 4782.39
Current children cumulated vsize (KiB) 228840

[startup+4842.32 s]
/proc/loadavg: 2.00 2.02 2.00 3/515 304
/proc/meminfo: memFree=16041324/32950940 swapFree=67111364/67111528
[pid=32467] ppid=32465 vsize=179520 CPUtime=4842.4 cores=1,3,5,7
/proc/32467/stat : 32467 (minisat_release) R 32465 32467 32192 0 -1 4202496 2133392 0 0 0 483813 427 0 0 25 0 1 0 848673130 183828480 36782 33554432000 4194304 4291037 140736646057088 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/32467/statm: 44880 36782 258 24 0 41514 0
Current children cumulated CPU time (s) 4842.4
Current children cumulated vsize (KiB) 179520

[startup+4902.3 s]
/proc/loadavg: 2.00 2.02 2.00 4/515 306
/proc/meminfo: memFree=16012368/32950940 swapFree=67111364/67111528
[pid=32467] ppid=32465 vsize=309748 CPUtime=4902.39 cores=1,3,5,7
/proc/32467/stat : 32467 (minisat_release) R 32465 32467 32192 0 -1 4202496 2157403 0 0 0 489808 431 0 0 25 0 1 0 848673130 317181952 60619 33554432000 4194304 4291037 140736646057088 18446744073709551615 4255656 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/32467/statm: 77437 60619 258 24 0 74071 0
Current children cumulated CPU time (s) 4902.39
Current children cumulated vsize (KiB) 309748

[startup+4962.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/515 307
/proc/meminfo: memFree=15966320/32950940 swapFree=67111364/67111528
[pid=32467] ppid=32465 vsize=309748 CPUtime=4962.39 cores=1,3,5,7
/proc/32467/stat : 32467 (minisat_release) R 32465 32467 32192 0 -1 4202496 2180348 0 0 0 495802 437 0 0 25 0 1 0 848673130 317181952 58110 33554432000 4194304 4291037 140736646057088 18446744073709551615 4262368 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/32467/statm: 77437 58110 258 24 0 74071 0
Current children cumulated CPU time (s) 4962.39
Current children cumulated vsize (KiB) 309748



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5000 s]
/proc/loadavg: 2.10 2.04 2.01 3/515 308
/proc/meminfo: memFree=15994284/32950940 swapFree=67111364/67111528
[pid=32467] ppid=32465 vsize=228840 CPUtime=5000.11 cores=1,3,5,7
/proc/32467/stat : 32467 (minisat_release) R 32465 32467 32192 0 -1 4202496 2196706 0 0 0 499571 440 0 0 25 0 1 0 848673130 234332160 46632 33554432000 4194304 4291037 140736646057088 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/32467/statm: 57210 46632 258 24 0 53844 0
Current children cumulated CPU time (s) 5000.11
Current children cumulated vsize (KiB) 228840

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

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

[startup+5000 s]
/proc/loadavg: 2.10 2.04 2.01 3/515 308
/proc/meminfo: memFree=15994284/32950940 swapFree=67111364/67111528
[pid=32467] ppid=32465 vsize=228840 CPUtime=5000.11 cores=1,3,5,7
/proc/32467/stat : 32467 (minisat_release) R 32465 32467 32192 0 -1 4202496 2196706 0 0 0 499571 440 0 0 25 0 1 0 848673130 234332160 46632 33554432000 4194304 4291037 140736646057088 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/32467/statm: 57210 46632 258 24 0 53844 0
Current children cumulated CPU time (s) 5000.11
Current children cumulated vsize (KiB) 228840

Child ended because it received signal 15 (SIGTERM)
Real time (s): 5000.03
CPU time (s): 5000.13
CPU user time (s): 4995.71
CPU system time (s): 4.41533
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 341472

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

runsolver used 24.6573 second user time and 60.1659 second system time

The end

Launcher Data

Begin job on node117 at 2011-05-28 14:07:04
IDJOB=3419970
IDBENCH=82466
IDSOLVER=1912
FILE ID=node117/3419970-1306584423
RUNJOBID= node117-1306579394-32211
PBS_JOBID= 13471563
Free space on /tmp= 73216 MiB

SOLVER NAME= minisat hack reference: minisat 2.2.0
BENCH NAME= SAT11/application/jarvisalo/HWMCC10-combination-timeframe-expansion/hwmcc10-timeframe-expansion-k45-bobsmhdlc2-tseitin.cnf
COMMAND LINE= minisat_release BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3419970-1306584423/watcher-3419970-1306584423 -o /tmp/evaluation-result-3419970-1306584423/solver-3419970-1306584423 -C 5000 -W 5100 -M 15500  minisat_release HOME/instance-3419970-1306584423.cnf

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

MD5SUM BENCH= ee159af2e208d290f7f3fefd15c344f2
RANDOM SEED=1984515848

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:      16299256 kB
Buffers:        323180 kB
Cached:        6018460 kB
SwapCached:          0 kB
Active:       12073468 kB
Inactive:      4209720 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950940 kB
LowFree:      16299256 kB
SwapTotal:    67111528 kB
SwapFree:     67111364 kB
Dirty:            2592 kB
Writeback:           0 kB
AnonPages:     9941212 kB
Mapped:          42096 kB
Slab:           239684 kB
PageTables:      57940 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586996 kB
Committed_AS: 149654860 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= 73216 MiB
End job on node117 at 2011-05-28 15:30:26