Trace number 3378994

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
UmSat 2011-05-12 (fixed)? (TO) 1300.07 1300.04

General information on the benchmark

Namecrafted/anton/SRHD-SGI/
srhd-sgi-m32-q369.75-n30-p30-s25693430.cnf
MD5SUM08b4f1e095a7a4b98cb40c2c00e78d45
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.477926
Satisfiable
(Un)Satisfiability was proved
Number of variables952
Number of clauses84809
Sum of the clauses size170510
Maximum clause length32
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 284779
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 530

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-3378994-1305462216/watcher-3378994-1305462216 -o /tmp/evaluation-result-3378994-1305462216/solver-3378994-1305462216 -C 2400 -W 1300 -M 7680 umsat HOME/instance-3378994-1305462216.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: 1.99 3.45 3.55 5/365 1469
/proc/meminfo: memFree=18336932/32951124 swapFree=67111348/67111528
[pid=1469] ppid=1467 vsize=11644 CPUtime=0 cores=5,7
/proc/1469/stat : 1469 (umsat) R 1467 1469 423 0 -1 4194304 347 0 0 0 0 0 0 0 22 0 1 0 638637510 11923456 287 33554432000 4194304 4263832 140734746966032 18446744073709551615 47993630526152 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/1469/statm: 2911 287 241 17 0 84 0

[startup+0.0646969 s]
/proc/loadavg: 1.99 3.45 3.55 5/365 1469
/proc/meminfo: memFree=18336932/32951124 swapFree=67111348/67111528
[pid=1469] ppid=1467 vsize=13340 CPUtime=0.06 cores=5,7
/proc/1469/stat : 1469 (umsat) R 1467 1469 423 0 -1 4194304 853 0 0 0 6 0 0 0 22 0 1 0 638637510 13660160 647 33554432000 4194304 4263832 140734746966032 18446744073709551615 47993630638919 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/1469/statm: 3335 647 242 17 0 508 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 13340

[startup+0.100692 s]
/proc/loadavg: 1.99 3.45 3.55 5/365 1469
/proc/meminfo: memFree=18336932/32951124 swapFree=67111348/67111528
[pid=1469] ppid=1467 vsize=13340 CPUtime=0.09 cores=5,7
/proc/1469/stat : 1469 (umsat) R 1467 1469 423 0 -1 4194304 921 0 0 0 9 0 0 0 22 0 1 0 638637510 13660160 715 33554432000 4194304 4263832 140734746966032 18446744073709551615 47993630690432 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/1469/statm: 3335 715 242 17 0 508 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 13340

[startup+0.300662 s]
/proc/loadavg: 1.99 3.45 3.55 5/365 1469
/proc/meminfo: memFree=18336932/32951124 swapFree=67111348/67111528
[pid=1469] ppid=1467 vsize=28232 CPUtime=0.29 cores=5,7
/proc/1469/stat : 1469 (umsat) R 1467 1469 423 0 -1 4202496 4875 0 0 0 29 0 0 0 23 0 1 0 638637510 28909568 4091 33554432000 4194304 4263832 140734746966032 18446744073709551615 233509953488 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/1469/statm: 7058 4091 244 17 0 4231 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 28232

[startup+0.700587 s]
/proc/loadavg: 1.99 3.45 3.55 5/365 1469
/proc/meminfo: memFree=18336932/32951124 swapFree=67111348/67111528
[pid=1469] ppid=1467 vsize=28984 CPUtime=0.69 cores=5,7
/proc/1469/stat : 1469 (umsat) R 1467 1469 423 0 -1 4202496 5820 0 0 0 69 0 0 0 25 0 1 0 638637510 29679616 4539 33554432000 4194304 4263832 140734746966032 18446744073709551615 4215062 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/1469/statm: 7246 4539 247 17 0 4419 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 28984

[startup+1.50044 s]
/proc/loadavg: 1.99 3.45 3.55 8/370 1477
/proc/meminfo: memFree=18229640/32951124 swapFree=67111348/67111528
[pid=1469] ppid=1467 vsize=35848 CPUtime=1.49 cores=5,7
/proc/1469/stat : 1469 (umsat) R 1467 1469 423 0 -1 4202496 7535 0 0 0 149 0 0 0 25 0 1 0 638637510 36708352 6254 33554432000 4194304 4263832 140734746966032 18446744073709551615 4205599 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/1469/statm: 8962 6254 247 17 0 6135 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 35848

[startup+3.10016 s]
/proc/loadavg: 1.99 3.45 3.55 6/370 1477
/proc/meminfo: memFree=18137888/32951124 swapFree=67111348/67111528
[pid=1469] ppid=1467 vsize=48672 CPUtime=3.09 cores=5,7
/proc/1469/stat : 1469 (umsat) R 1467 1469 423 0 -1 4202496 10748 0 0 0 308 1 0 0 25 0 1 0 638637510 49840128 9467 33554432000 4194304 4263832 140734746966032 18446744073709551615 4215065 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/1469/statm: 12168 9467 247 17 0 9341 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 48672

[startup+6.30059 s]
/proc/loadavg: 2.15 3.45 3.55 7/370 1477
/proc/meminfo: memFree=18014212/32951124 swapFree=67111348/67111528
[pid=1469] ppid=1467 vsize=61992 CPUtime=6.29 cores=5,7
/proc/1469/stat : 1469 (umsat) R 1467 1469 423 0 -1 4202496 14002 0 0 0 628 1 0 0 25 0 1 0 638637510 63479808 12721 33554432000 4194304 4263832 140734746966032 18446744073709551615 4205586 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/1469/statm: 15498 12721 247 17 0 12671 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 61992

[startup+12.7004 s]
/proc/loadavg: 2.30 3.46 3.55 7/370 1477
/proc/meminfo: memFree=17920864/32951124 swapFree=67111348/67111528
[pid=1469] ppid=1467 vsize=78556 CPUtime=12.69 cores=5,7
/proc/1469/stat : 1469 (umsat) R 1467 1469 423 0 -1 4202496 18061 0 0 0 1267 2 0 0 25 0 1 0 638637510 80441344 16780 33554432000 4194304 4263832 140734746966032 18446744073709551615 4205700 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/1469/statm: 19639 16780 247 17 0 16812 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 78556

[startup+25.5011 s]
/proc/loadavg: 2.68 3.49 3.56 7/370 1477
/proc/meminfo: memFree=17803752/32951124 swapFree=67111348/67111528
[pid=1469] ppid=1467 vsize=102040 CPUtime=25.49 cores=5,7
/proc/1469/stat : 1469 (umsat) R 1467 1469 423 0 -1 4202496 23766 0 0 0 2546 3 0 0 25 0 1 0 638637510 104488960 22485 33554432000 4194304 4263832 140734746966032 18446744073709551615 4215062 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/1469/statm: 25510 22485 247 17 0 22683 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 102040

[startup+51.1005 s]
/proc/loadavg: 3.13 3.53 3.57 7/370 1478
/proc/meminfo: memFree=17674460/32951124 swapFree=67111348/67111528
[pid=1469] ppid=1467 vsize=126520 CPUtime=51.1 cores=5,7
/proc/1469/stat : 1469 (umsat) R 1467 1469 423 0 -1 4202496 29713 0 0 0 5104 6 0 0 25 0 1 0 638637510 129556480 28431 33554432000 4194304 4263832 140734746966032 18446744073709551615 4205586 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/1469/statm: 31630 28431 247 17 0 28803 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 126520

[startup+102.313 s]
/proc/loadavg: 3.62 3.60 3.59 7/370 1482
/proc/meminfo: memFree=17463512/32951124 swapFree=67111348/67111528
[pid=1469] ppid=1467 vsize=163404 CPUtime=102.31 cores=5,7
/proc/1469/stat : 1469 (umsat) R 1467 1469 423 0 -1 4202496 38441 0 0 0 10221 10 0 0 25 0 1 0 638637510 167325696 37158 33554432000 4194304 4263832 140734746966032 18446744073709551615 4205586 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/1469/statm: 40851 37158 247 17 0 38024 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 163404

[startup+162.301 s]
/proc/loadavg: 3.86 3.67 3.61 7/370 1484
/proc/meminfo: memFree=17279928/32951124 swapFree=67111348/67111528
[pid=1469] ppid=1467 vsize=194032 CPUtime=162.3 cores=5,7
/proc/1469/stat : 1469 (umsat) R 1467 1469 423 0 -1 4202496 45744 0 0 0 16217 13 0 0 25 0 1 0 638637510 198688768 44461 33554432000 4194304 4263832 140734746966032 18446744073709551615 4205586 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/1469/statm: 48508 44461 247 17 0 45681 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 194032

[startup+222.301 s]
/proc/loadavg: 3.95 3.73 3.63 7/370 1486
/proc/meminfo: memFree=17159860/32951124 swapFree=67111348/67111528
[pid=1469] ppid=1467 vsize=216668 CPUtime=222.3 cores=5,7
/proc/1469/stat : 1469 (umsat) R 1467 1469 423 0 -1 4202496 51118 0 0 0 22214 16 0 0 25 0 1 0 638637510 221868032 49835 33554432000 4194304 4263832 140734746966032 18446744073709551615 4205657 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/1469/statm: 54167 49835 247 17 0 51340 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 216668

[startup+282.301 s]
/proc/loadavg: 3.98 3.77 3.65 7/370 1487
/proc/meminfo: memFree=17041144/32951124 swapFree=67111348/67111528
[pid=1469] ppid=1467 vsize=255272 CPUtime=282.3 cores=5,7
/proc/1469/stat : 1469 (umsat) R 1467 1469 423 0 -1 4202496 59999 0 0 0 28211 19 0 0 25 0 1 0 638637510 261398528 58716 33554432000 4194304 4263832 140734746966032 18446744073709551615 4215062 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/1469/statm: 63818 58716 248 17 0 60991 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 255272

[startup+342.3 s]
/proc/loadavg: 4.25 3.87 3.69 7/370 1489
/proc/meminfo: memFree=16922184/32951124 swapFree=67111348/67111528
[pid=1469] ppid=1467 vsize=290072 CPUtime=342.3 cores=5,7
/proc/1469/stat : 1469 (umsat) R 1467 1469 423 0 -1 4202496 68420 0 0 0 34208 22 0 0 25 0 1 0 638637510 297033728 67136 33554432000 4194304 4263832 140734746966032 18446744073709551615 4215062 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/1469/statm: 72518 67136 247 17 0 69691 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 290072

[startup+402.301 s]
/proc/loadavg: 4.09 3.89 3.71 6/370 1490
/proc/meminfo: memFree=16834104/32951124 swapFree=67111348/67111528
[pid=1469] ppid=1467 vsize=310312 CPUtime=402.3 cores=5,7
/proc/1469/stat : 1469 (umsat) R 1467 1469 423 0 -1 4202496 73182 0 0 0 40206 24 0 0 25 0 1 0 638637510 317759488 71898 33554432000 4194304 4263832 140734746966032 18446744073709551615 4205715 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/1469/statm: 77578 71898 248 17 0 74751 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 310312

[startup+462.301 s]
/proc/loadavg: 4.03 3.91 3.73 7/370 1492
/proc/meminfo: memFree=16750488/32951124 swapFree=67111348/67111528
[pid=1469] ppid=1467 vsize=330648 CPUtime=462.3 cores=5,7
/proc/1469/stat : 1469 (umsat) R 1467 1469 423 0 -1 4202496 77942 0 0 0 46203 27 0 0 25 0 1 0 638637510 338583552 76658 33554432000 4194304 4263832 140734746966032 18446744073709551615 4205667 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/1469/statm: 82662 76658 249 17 0 79835 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 330648

[startup+522.301 s]
/proc/loadavg: 4.01 3.92 3.74 7/370 1494
/proc/meminfo: memFree=16676792/32951124 swapFree=67111348/67111528
[pid=1469] ppid=1467 vsize=346220 CPUtime=522.31 cores=5,7
/proc/1469/stat : 1469 (umsat) R 1467 1469 423 0 -1 4202496 81879 0 0 0 52202 29 0 0 25 0 1 0 638637510 354529280 80594 33554432000 4194304 4263832 140734746966032 18446744073709551615 4215062 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/1469/statm: 86555 80594 248 17 0 83728 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 346220

[startup+582.3 s]
/proc/loadavg: 4.03 3.95 3.76 6/370 1495
/proc/meminfo: memFree=16598008/32951124 swapFree=67111348/67111528
[pid=1469] ppid=1467 vsize=364508 CPUtime=582.31 cores=5,7
/proc/1469/stat : 1469 (umsat) R 1467 1469 423 0 -1 4202496 86303 0 0 0 58200 31 0 0 25 0 1 0 638637510 373256192 85018 33554432000 4194304 4263832 140734746966032 18446744073709551615 4215075 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/1469/statm: 91127 85018 249 17 0 88300 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 364508

[startup+642.3 s]
/proc/loadavg: 4.01 3.95 3.77 6/370 1497
/proc/meminfo: memFree=16509804/32951124 swapFree=67111348/67111528
[pid=1469] ppid=1467 vsize=379396 CPUtime=642.31 cores=5,7
/proc/1469/stat : 1469 (umsat) R 1467 1469 423 0 -1 4202496 89861 0 0 0 64198 33 0 0 25 0 1 0 638637510 388501504 88573 33554432000 4194304 4263832 140734746966032 18446744073709551615 4205586 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/1469/statm: 94849 88573 248 17 0 92022 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 379396

[startup+702.301 s]
/proc/loadavg: 4.00 3.96 3.78 6/370 1498
/proc/meminfo: memFree=16415636/32951124 swapFree=67111348/67111528
[pid=1469] ppid=1467 vsize=394424 CPUtime=702.31 cores=5,7
/proc/1469/stat : 1469 (umsat) R 1467 1469 423 0 -1 4202496 93554 0 0 0 70196 35 0 0 25 0 1 0 638637510 403890176 92265 33554432000 4194304 4263832 140734746966032 18446744073709551615 4215062 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/1469/statm: 98606 92265 247 17 0 95779 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 394424

[startup+762.314 s]
/proc/loadavg: 4.00 3.96 3.79 6/370 1500
/proc/meminfo: memFree=16325196/32951124 swapFree=67111348/67111528
[pid=1469] ppid=1467 vsize=408572 CPUtime=762.33 cores=5,7
/proc/1469/stat : 1469 (umsat) R 1467 1469 423 0 -1 4202496 96997 0 0 0 76197 36 0 0 25 0 1 0 638637510 418377728 95708 33554432000 4194304 4263832 140734746966032 18446744073709551615 4205680 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/1469/statm: 102143 95708 247 17 0 99316 0
Current children cumulated CPU time (s) 762.33
Current children cumulated vsize (KiB) 408572

[startup+822.301 s]
/proc/loadavg: 4.00 3.97 3.80 6/370 1502
/proc/meminfo: memFree=16246052/32951124 swapFree=67111348/67111528
[pid=1469] ppid=1467 vsize=422568 CPUtime=822.31 cores=5,7
/proc/1469/stat : 1469 (umsat) R 1467 1469 423 0 -1 4202496 100421 0 0 0 82193 38 0 0 25 0 1 0 638637510 432709632 99132 33554432000 4194304 4263832 140734746966032 18446744073709551615 4215062 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/1469/statm: 105642 99132 247 17 0 102815 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 422568

[startup+882.3 s]
/proc/loadavg: 4.04 3.99 3.82 7/370 1503
/proc/meminfo: memFree=16178924/32951124 swapFree=67111348/67111528
[pid=1469] ppid=1467 vsize=438540 CPUtime=882.31 cores=5,7
/proc/1469/stat : 1469 (umsat) R 1467 1469 423 0 -1 4202496 104205 0 0 0 88191 40 0 0 25 0 1 0 638637510 449064960 102916 33554432000 4194304 4263832 140734746966032 18446744073709551615 4215062 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/1469/statm: 109635 102916 247 17 0 106808 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 438540

[startup+942.301 s]
/proc/loadavg: 4.13 4.03 3.84 6/370 1505
/proc/meminfo: memFree=16115756/32951124 swapFree=67111348/67111528
[pid=1469] ppid=1467 vsize=454188 CPUtime=942.31 cores=5,7
/proc/1469/stat : 1469 (umsat) R 1467 1469 423 0 -1 4202496 107891 0 0 0 94189 42 0 0 25 0 1 0 638637510 465088512 106602 33554432000 4194304 4263832 140734746966032 18446744073709551615 4205586 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/1469/statm: 113547 106602 247 17 0 110720 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 454188

[startup+1002.3 s]
/proc/loadavg: 4.05 4.02 3.85 7/370 1506
/proc/meminfo: memFree=16062520/32951124 swapFree=67111348/67111528
[pid=1469] ppid=1467 vsize=465420 CPUtime=1002.32 cores=5,7
/proc/1469/stat : 1469 (umsat) R 1467 1469 423 0 -1 4202496 110571 0 0 0 100188 44 0 0 25 0 1 0 638637510 476590080 109282 33554432000 4194304 4263832 140734746966032 18446744073709551615 4205586 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/1469/statm: 116355 109282 248 17 0 113528 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 465420

[startup+1062.3 s]
/proc/loadavg: 4.02 4.02 3.85 7/370 1508
/proc/meminfo: memFree=15998496/32951124 swapFree=67111348/67111528
[pid=1469] ppid=1467 vsize=478112 CPUtime=1062.32 cores=5,7
/proc/1469/stat : 1469 (umsat) R 1467 1469 423 0 -1 4202496 113555 0 0 0 106187 45 0 0 25 0 1 0 638637510 489586688 112266 33554432000 4194304 4263832 140734746966032 18446744073709551615 4205607 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/1469/statm: 119528 112266 249 17 0 116701 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 478112

[startup+1122.3 s]
/proc/loadavg: 4.05 4.03 3.86 6/370 1510
/proc/meminfo: memFree=15934592/32951124 swapFree=67111348/67111528
[pid=1469] ppid=1467 vsize=492732 CPUtime=1122.32 cores=5,7
/proc/1469/stat : 1469 (umsat) R 1467 1469 423 0 -1 4202496 116941 0 0 0 112185 47 0 0 25 0 1 0 638637510 504557568 115652 33554432000 4194304 4263832 140734746966032 18446744073709551615 4215062 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/1469/statm: 123183 115652 249 17 0 120356 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 492732

[startup+1182.3 s]
/proc/loadavg: 4.02 4.02 3.87 7/370 1511
/proc/meminfo: memFree=15871808/32951124 swapFree=67111348/67111528
[pid=1469] ppid=1467 vsize=506252 CPUtime=1182.33 cores=5,7
/proc/1469/stat : 1469 (umsat) R 1467 1469 423 0 -1 4202496 120171 0 0 0 118184 49 0 0 25 0 1 0 638637510 518402048 118881 33554432000 4194304 4263832 140734746966032 18446744073709551615 4205686 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/1469/statm: 126563 118881 249 17 0 123736 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 506252

[startup+1242.3 s]
/proc/loadavg: 4.00 4.02 3.88 7/370 1513
/proc/meminfo: memFree=15803948/32951124 swapFree=67111348/67111528
[pid=1469] ppid=1467 vsize=516356 CPUtime=1242.33 cores=5,7
/proc/1469/stat : 1469 (umsat) R 1467 1469 423 0 -1 4202496 122725 0 0 0 124183 50 0 0 25 0 1 0 638637510 528748544 121435 33554432000 4194304 4263832 140734746966032 18446744073709551615 4205662 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/1469/statm: 129089 121435 249 17 0 126262 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 516356



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.00 4.01 3.88 6/369 1515
/proc/meminfo: memFree=16329308/32951124 swapFree=67111348/67111528
[pid=1469] ppid=1467 vsize=528724 CPUtime=1300.03 cores=5,7
/proc/1469/stat : 1469 (umsat) R 1467 1469 423 0 -1 4202496 125690 0 0 0 129952 51 0 0 25 0 1 0 638637510 541413376 124400 33554432000 4194304 4263832 140734746966032 18446744073709551615 4215062 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/1469/statm: 132181 124400 249 17 0 129354 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 528724

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.04
CPU time (s): 1300.07
CPU user time (s): 1299.54
CPU system time (s): 0.537918
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 528724

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.54
system time used= 0.537918
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 125690
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= 1987

runsolver used 4.39233 second user time and 10.9903 second system time

The end

Launcher Data

Begin job on node145 at 2011-05-15 14:23:37
IDJOB=3378994
IDBENCH=88227
IDSOLVER=1861
FILE ID=node145/3378994-1305462216
RUNJOBID= node145-1305462216-1437
PBS_JOBID= 13324888
Free space on /tmp= 73660 MiB

SOLVER NAME= UmSat 2011-05-12 (fixed)
BENCH NAME= SAT11/crafted/anton/SRHD-SGI/srhd-sgi-m32-q369.75-n30-p30-s25693430.cnf
COMMAND LINE= umsat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3378994-1305462216/watcher-3378994-1305462216 -o /tmp/evaluation-result-3378994-1305462216/solver-3378994-1305462216 -C 2400 -W 1300 -M 7680  umsat HOME/instance-3378994-1305462216.cnf

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

MD5SUM BENCH= 08b4f1e095a7a4b98cb40c2c00e78d45
RANDOM SEED=877876575

node145.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.786
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.57
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.786
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.76
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.786
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.786
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.83
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.786
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.82
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.786
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.786
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.84
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.786
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.77
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      18337460 kB
Buffers:        315520 kB
Cached:        8461752 kB
SwapCached:          0 kB
Active:        7467000 kB
Inactive:      6791180 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      18337460 kB
SwapTotal:    67111528 kB
SwapFree:     67111348 kB
Dirty:           19076 kB
Writeback:           0 kB
AnonPages:     5481008 kB
Mapped:          27832 kB
Slab:           257012 kB
PageTables:      34348 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 79382888 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= 73652 MiB
End job on node145 at 2011-05-15 14:45:19