Trace number 3257383

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
SApperloT2010 2011-03-04? (TO) 1300.04 1300.02

General information on the benchmark

NameCRAFTED/edgematching/
compact/em_11_3_4_cmp.cnf
MD5SUM3b5e80540ef2fcb09cfe50ac7e3686c1
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark135.155
Satisfiable
(Un)Satisfiability was proved
Number of variables8713
Number of clauses99699
Sum of the clauses size335345
Maximum clause length81
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 210866
Number of clauses of size 367270
Number of clauses of size 410556
Number of clauses of size 510773
Number of clauses of size over 5234

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: 977)

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-3257383-1307637221/watcher-3257383-1307637221 -o /tmp/evaluation-result-3257383-1307637221/solver-3257383-1307637221 -C 2400 -W 1300 -M 7680 SApperloT2010 HOME/instance-3257383-1307637221.cnf 

running on 2 cores: 4,6

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.13 3.81 3.80 4/184 10599
/proc/meminfo: memFree=31873368/32951132 swapFree=67054608/67111528
[pid=10599] ppid=10597 vsize=11796 CPUtime=0 cores=4,6
/proc/10599/stat : 10599 (runsolver) R 10597 10599 9702 0 -1 4202560 41 0 0 0 0 0 0 0 21 0 1 0 875321737 12079104 51 33554432000 4194304 5432328 140733750527264 18446744073709551615 4881591 0 2147483391 4096 24578 0 0 0 17 6 0 0 0
/proc/10599/statm: 2949 51 31 303 0 2643 0

[startup+0.0260651 s]
/proc/loadavg: 3.13 3.81 3.80 4/184 10599
/proc/meminfo: memFree=31873368/32951132 swapFree=67054608/67111528
[pid=10599] ppid=10597 vsize=17428 CPUtime=0.01 cores=4,6
/proc/10599/stat : 10599 (SApperloT2010) R 10597 10599 9702 0 -1 4202496 1552 0 0 0 1 0 0 0 21 0 1 0 875321737 17846272 1251 33554432000 4194304 4395502 140733909557552 18446744073709551615 274664469189 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/10599/statm: 4357 1252 250 50 0 1497 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 17428

[startup+0.101041 s]
/proc/loadavg: 3.13 3.81 3.80 4/184 10599
/proc/meminfo: memFree=31873368/32951132 swapFree=67054608/67111528
[pid=10599] ppid=10597 vsize=25576 CPUtime=0.09 cores=4,6
/proc/10599/stat : 10599 (SApperloT2010) R 10597 10599 9702 0 -1 4202496 3606 0 0 0 9 0 0 0 21 0 1 0 875321737 26189824 3304 33554432000 4194304 4395502 140733909557552 18446744073709551615 274664832919 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/10599/statm: 6394 3304 256 50 0 3534 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 25576

[startup+0.301006 s]
/proc/loadavg: 3.13 3.81 3.80 4/184 10599
/proc/meminfo: memFree=31873368/32951132 swapFree=67054608/67111528
[pid=10599] ppid=10597 vsize=37000 CPUtime=0.28 cores=4,6
/proc/10599/stat : 10599 (SApperloT2010) R 10597 10599 9702 0 -1 4202496 7039 0 0 0 27 1 0 0 22 0 1 0 875321737 37888000 6147 33554432000 4194304 4395502 140733909557552 18446744073709551615 4299142 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/10599/statm: 9250 6148 267 50 0 6390 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 37000

[startup+0.700937 s]
/proc/loadavg: 3.13 3.81 3.80 4/184 10599
/proc/meminfo: memFree=31873368/32951132 swapFree=67054608/67111528
[pid=10599] ppid=10597 vsize=39776 CPUtime=0.68 cores=4,6
/proc/10599/stat : 10599 (SApperloT2010) R 10597 10599 9702 0 -1 4202496 7727 0 0 0 67 1 0 0 24 0 1 0 875321737 40730624 6835 33554432000 4194304 4395502 140733909557552 18446744073709551615 4286555 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/10599/statm: 9944 6835 267 50 0 7084 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 39776

[startup+1.50082 s]
/proc/loadavg: 3.13 3.81 3.80 5/188 10610
/proc/meminfo: memFree=31799208/32951132 swapFree=67054608/67111528
[pid=10599] ppid=10597 vsize=44424 CPUtime=1.48 cores=4,6
/proc/10599/stat : 10599 (SApperloT2010) R 10597 10599 9702 0 -1 4202496 8897 0 0 0 147 1 0 0 25 0 1 0 875321737 45490176 8005 33554432000 4194304 4395502 140733909557552 18446744073709551615 4299792 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/10599/statm: 11106 8005 267 50 0 8246 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 44424

[startup+3.10054 s]
/proc/loadavg: 3.13 3.81 3.80 5/188 10610
/proc/meminfo: memFree=31784220/32951132 swapFree=67054608/67111528
[pid=10599] ppid=10597 vsize=56664 CPUtime=3.09 cores=4,6
/proc/10599/stat : 10599 (SApperloT2010) R 10597 10599 9702 0 -1 4202496 11918 0 0 0 307 2 0 0 25 0 1 0 875321737 58023936 11026 33554432000 4194304 4395502 140733909557552 18446744073709551615 4289134 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/10599/statm: 14166 11026 267 50 0 11306 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 56664

[startup+6.301 s]
/proc/loadavg: 3.36 3.84 3.81 5/188 10610
/proc/meminfo: memFree=31736756/32951132 swapFree=67054608/67111528
[pid=10599] ppid=10597 vsize=74992 CPUtime=6.29 cores=4,6
/proc/10599/stat : 10599 (SApperloT2010) R 10597 10599 9702 0 -1 4202496 16479 0 0 0 626 3 0 0 25 0 1 0 875321737 76791808 15587 33554432000 4194304 4395502 140733909557552 18446744073709551615 4299743 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/10599/statm: 18748 15587 267 50 0 15888 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 74992

[startup+12.7009 s]
/proc/loadavg: 3.41 3.85 3.81 5/188 10610
/proc/meminfo: memFree=31685016/32951132 swapFree=67054608/67111528
[pid=10599] ppid=10597 vsize=90520 CPUtime=12.69 cores=4,6
/proc/10599/stat : 10599 (SApperloT2010) R 10597 10599 9702 0 -1 4202496 20294 0 0 0 1265 4 0 0 25 0 1 0 875321737 92692480 19402 33554432000 4194304 4395502 140733909557552 18446744073709551615 4339114 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/10599/statm: 22630 19402 267 50 0 19770 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 90520

[startup+25.5007 s]
/proc/loadavg: 3.54 3.85 3.82 5/188 10610
/proc/meminfo: memFree=31615820/32951132 swapFree=67054608/67111528
[pid=10599] ppid=10597 vsize=108352 CPUtime=25.48 cores=4,6
/proc/10599/stat : 10599 (SApperloT2010) R 10597 10599 9702 0 -1 4202496 24683 0 0 0 2544 4 0 0 25 0 1 0 875321737 110952448 23791 33554432000 4194304 4395502 140733909557552 18446744073709551615 4299792 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/10599/statm: 27088 23791 267 50 0 24228 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 108352

[startup+51.1002 s]
/proc/loadavg: 3.70 3.86 3.82 5/188 10611
/proc/meminfo: memFree=31546568/32951132 swapFree=67054608/67111528
[pid=10599] ppid=10597 vsize=125416 CPUtime=51.09 cores=4,6
/proc/10599/stat : 10599 (SApperloT2010) R 10597 10599 9702 0 -1 4202496 28824 0 0 0 5104 5 0 0 25 0 1 0 875321737 128425984 27932 33554432000 4194304 4395502 140733909557552 18446744073709551615 4347430 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/10599/statm: 31354 27932 267 50 0 28494 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 125416

[startup+102.307 s]
/proc/loadavg: 3.87 3.88 3.83 5/188 10612
/proc/meminfo: memFree=31445252/32951132 swapFree=67054608/67111528
[pid=10599] ppid=10597 vsize=143436 CPUtime=102.29 cores=4,6
/proc/10599/stat : 10599 (SApperloT2010) R 10597 10599 9702 0 -1 4202496 33292 0 0 0 10224 5 0 0 25 0 1 0 875321737 146878464 32400 33554432000 4194304 4395502 140733909557552 18446744073709551615 4347409 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/10599/statm: 35859 32400 267 50 0 32999 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 143436

[startup+162.301 s]
/proc/loadavg: 3.95 3.90 3.83 5/188 10614
/proc/meminfo: memFree=31347400/32951132 swapFree=67054608/67111528
[pid=10599] ppid=10597 vsize=157860 CPUtime=162.29 cores=4,6
/proc/10599/stat : 10599 (SApperloT2010) R 10597 10599 9702 0 -1 4202496 36779 0 0 0 16223 6 0 0 25 0 1 0 875321737 161648640 35887 33554432000 4194304 4395502 140733909557552 18446744073709551615 4299509 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/10599/statm: 39465 35887 267 50 0 36605 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 157860

[startup+222.301 s]
/proc/loadavg: 4.01 3.93 3.84 5/188 10616
/proc/meminfo: memFree=31253520/32951132 swapFree=67054608/67111528
[pid=10599] ppid=10597 vsize=191440 CPUtime=222.29 cores=4,6
/proc/10599/stat : 10599 (SApperloT2010) R 10597 10599 9702 0 -1 4202496 44782 0 0 0 22221 8 0 0 25 0 1 0 875321737 196034560 43890 33554432000 4194304 4395502 140733909557552 18446744073709551615 4299489 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/10599/statm: 47860 43890 267 50 0 45000 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 191440

[startup+282.301 s]
/proc/loadavg: 4.00 3.94 3.85 5/188 10617
/proc/meminfo: memFree=31163860/32951132 swapFree=67054608/67111528
[pid=10599] ppid=10597 vsize=218956 CPUtime=282.3 cores=4,6
/proc/10599/stat : 10599 (SApperloT2010) R 10597 10599 9702 0 -1 4202496 51038 0 0 0 28220 10 0 0 25 0 1 0 875321737 224210944 50146 33554432000 4194304 4395502 140733909557552 18446744073709551615 4299583 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/10599/statm: 54739 50146 267 50 0 51879 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 218956

[startup+342.301 s]
/proc/loadavg: 4.00 3.95 3.85 5/188 10618
/proc/meminfo: memFree=31082868/32951132 swapFree=67054608/67111528
[pid=10599] ppid=10597 vsize=220428 CPUtime=342.29 cores=4,6
/proc/10599/stat : 10599 (SApperloT2010) R 10597 10599 9702 0 -1 4202496 51547 0 0 0 34219 10 0 0 25 0 1 0 875321737 225718272 50655 33554432000 4194304 4395502 140733909557552 18446744073709551615 4286574 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/10599/statm: 55107 50655 267 50 0 52247 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 220428

[startup+402.3 s]
/proc/loadavg: 4.09 3.98 3.87 5/188 10620
/proc/meminfo: memFree=31044172/32951132 swapFree=67054608/67111528
[pid=10599] ppid=10597 vsize=220588 CPUtime=402.29 cores=4,6
/proc/10599/stat : 10599 (SApperloT2010) R 10597 10599 9702 0 -1 4202496 51563 0 0 0 40219 10 0 0 25 0 1 0 875321737 225882112 50671 33554432000 4194304 4395502 140733909557552 18446744073709551615 4288536 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/10599/statm: 55147 50671 267 50 0 52287 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 220588

[startup+462.301 s]
/proc/loadavg: 4.03 3.98 3.88 5/188 10622
/proc/meminfo: memFree=30982164/32951132 swapFree=67054608/67111528
[pid=10599] ppid=10597 vsize=220588 CPUtime=462.3 cores=4,6
/proc/10599/stat : 10599 (SApperloT2010) R 10597 10599 9702 0 -1 4202496 51568 0 0 0 46220 10 0 0 25 0 1 0 875321737 225882112 50676 33554432000 4194304 4395502 140733909557552 18446744073709551615 4299489 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/10599/statm: 55147 50676 267 50 0 52287 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 220588

[startup+522.301 s]
/proc/loadavg: 4.01 3.98 3.88 5/188 10624
/proc/meminfo: memFree=30912452/32951132 swapFree=67054608/67111528
[pid=10599] ppid=10597 vsize=225664 CPUtime=522.29 cores=4,6
/proc/10599/stat : 10599 (SApperloT2010) R 10597 10599 9702 0 -1 4202496 52832 0 0 0 52219 10 0 0 25 0 1 0 875321737 231079936 51940 33554432000 4194304 4395502 140733909557552 18446744073709551615 4299653 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/10599/statm: 56416 51940 267 50 0 53556 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 225664

[startup+582.3 s]
/proc/loadavg: 4.00 3.98 3.89 5/188 10625
/proc/meminfo: memFree=30834556/32951132 swapFree=67054608/67111528
[pid=10599] ppid=10597 vsize=236388 CPUtime=582.29 cores=4,6
/proc/10599/stat : 10599 (SApperloT2010) R 10597 10599 9702 0 -1 4202496 55401 0 0 0 58218 11 0 0 25 0 1 0 875321737 242061312 54509 33554432000 4194304 4395502 140733909557552 18446744073709551615 4288187 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/10599/statm: 59097 54509 267 50 0 56237 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 236388

[startup+642.301 s]
/proc/loadavg: 4.00 3.98 3.89 5/188 10626
/proc/meminfo: memFree=30768204/32951132 swapFree=67054608/67111528
[pid=10599] ppid=10597 vsize=254644 CPUtime=642.3 cores=4,6
/proc/10599/stat : 10599 (SApperloT2010) R 10597 10599 9702 0 -1 4202496 59729 0 0 0 64218 12 0 0 25 0 1 0 875321737 260755456 58837 33554432000 4194304 4395502 140733909557552 18446744073709551615 4299489 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/10599/statm: 63661 58837 267 50 0 60801 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 254644

[startup+702.3 s]
/proc/loadavg: 4.00 3.98 3.90 5/188 10628
/proc/meminfo: memFree=30705812/32951132 swapFree=67054608/67111528
[pid=10599] ppid=10597 vsize=254644 CPUtime=702.3 cores=4,6
/proc/10599/stat : 10599 (SApperloT2010) R 10597 10599 9702 0 -1 4202496 59739 0 0 0 70218 12 0 0 25 0 1 0 875321737 260755456 58847 33554432000 4194304 4395502 140733909557552 18446744073709551615 4299758 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/10599/statm: 63661 58847 267 50 0 60801 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 254644

[startup+762.307 s]
/proc/loadavg: 4.05 4.00 3.91 5/188 10630
/proc/meminfo: memFree=30631636/32951132 swapFree=67054608/67111528
[pid=10599] ppid=10597 vsize=255672 CPUtime=762.3 cores=4,6
/proc/10599/stat : 10599 (SApperloT2010) R 10597 10599 9702 0 -1 4202496 59880 0 0 0 76218 12 0 0 25 0 1 0 875321737 261808128 58988 33554432000 4194304 4395502 140733909557552 18446744073709551615 4299642 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/10599/statm: 63918 58988 267 50 0 61058 0
Current children cumulated CPU time (s) 762.3
Current children cumulated vsize (KiB) 255672

[startup+822.301 s]
/proc/loadavg: 4.02 4.00 3.91 5/188 10632
/proc/meminfo: memFree=30586864/32951132 swapFree=67054608/67111528
[pid=10599] ppid=10597 vsize=286320 CPUtime=822.3 cores=4,6
/proc/10599/stat : 10599 (SApperloT2010) R 10597 10599 9702 0 -1 4202496 67424 0 0 0 82217 13 0 0 25 0 1 0 875321737 293191680 66532 33554432000 4194304 4395502 140733909557552 18446744073709551615 4286463 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/10599/statm: 71580 66532 267 50 0 68720 0
Current children cumulated CPU time (s) 822.3
Current children cumulated vsize (KiB) 286320

[startup+882.3 s]
/proc/loadavg: 4.04 4.01 3.91 5/188 10633
/proc/meminfo: memFree=30536996/32951132 swapFree=67054608/67111528
[pid=10599] ppid=10597 vsize=324468 CPUtime=882.3 cores=4,6
/proc/10599/stat : 10599 (SApperloT2010) R 10597 10599 9702 0 -1 4202496 76173 0 0 0 88215 15 0 0 25 0 1 0 875321737 332255232 75281 33554432000 4194304 4395502 140733909557552 18446744073709551615 4328512 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/10599/statm: 81117 75281 267 50 0 78257 0
Current children cumulated CPU time (s) 882.3
Current children cumulated vsize (KiB) 324468

[startup+942.301 s]
/proc/loadavg: 4.01 4.01 3.91 5/188 10634
/proc/meminfo: memFree=30461336/32951132 swapFree=67054608/67111528
[pid=10599] ppid=10597 vsize=330552 CPUtime=942.3 cores=4,6
/proc/10599/stat : 10599 (SApperloT2010) R 10597 10599 9702 0 -1 4202496 77453 0 0 0 94215 15 0 0 25 0 1 0 875321737 338485248 76561 33554432000 4194304 4395502 140733909557552 18446744073709551615 4299739 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/10599/statm: 82638 76561 267 50 0 79778 0
Current children cumulated CPU time (s) 942.3
Current children cumulated vsize (KiB) 330552

[startup+1002.3 s]
/proc/loadavg: 4.04 4.02 3.92 5/188 10636
/proc/meminfo: memFree=30399820/32951132 swapFree=67054608/67111528
[pid=10599] ppid=10597 vsize=330552 CPUtime=1002.3 cores=4,6
/proc/10599/stat : 10599 (SApperloT2010) R 10597 10599 9702 0 -1 4202496 77454 0 0 0 100215 15 0 0 25 0 1 0 875321737 338485248 76562 33554432000 4194304 4395502 140733909557552 18446744073709551615 4299149 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/10599/statm: 82638 76562 267 50 0 79778 0
Current children cumulated CPU time (s) 1002.3
Current children cumulated vsize (KiB) 330552

[startup+1062.3 s]
/proc/loadavg: 4.01 4.01 3.92 5/188 10638
/proc/meminfo: memFree=30353924/32951132 swapFree=67054608/67111528
[pid=10599] ppid=10597 vsize=330552 CPUtime=1062.3 cores=4,6
/proc/10599/stat : 10599 (SApperloT2010) R 10597 10599 9702 0 -1 4202496 77476 0 0 0 106215 15 0 0 25 0 1 0 875321737 338485248 76584 33554432000 4194304 4395502 140733909557552 18446744073709551615 4297913 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/10599/statm: 82638 76584 267 50 0 79778 0
Current children cumulated CPU time (s) 1062.3
Current children cumulated vsize (KiB) 330552

[startup+1122.3 s]
/proc/loadavg: 4.00 4.01 3.92 5/188 10640
/proc/meminfo: memFree=30309884/32951132 swapFree=67054608/67111528
[pid=10599] ppid=10597 vsize=330552 CPUtime=1122.3 cores=4,6
/proc/10599/stat : 10599 (SApperloT2010) R 10597 10599 9702 0 -1 4202496 77483 0 0 0 112215 15 0 0 25 0 1 0 875321737 338485248 76591 33554432000 4194304 4395502 140733909557552 18446744073709551615 4299489 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/10599/statm: 82638 76591 267 50 0 79778 0
Current children cumulated CPU time (s) 1122.3
Current children cumulated vsize (KiB) 330552

[startup+1182.3 s]
/proc/loadavg: 4.00 4.00 3.92 5/188 10641
/proc/meminfo: memFree=30266348/32951132 swapFree=67054608/67111528
[pid=10599] ppid=10597 vsize=330552 CPUtime=1182.31 cores=4,6
/proc/10599/stat : 10599 (SApperloT2010) R 10597 10599 9702 0 -1 4202496 77530 0 0 0 118215 16 0 0 25 0 1 0 875321737 338485248 76638 33554432000 4194304 4395502 140733909557552 18446744073709551615 4314245 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/10599/statm: 82638 76638 267 50 0 79778 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 330552

[startup+1242.3 s]
/proc/loadavg: 4.00 4.00 3.92 5/188 10642
/proc/meminfo: memFree=30227024/32951132 swapFree=67054608/67111528
[pid=10599] ppid=10597 vsize=330552 CPUtime=1242.31 cores=4,6
/proc/10599/stat : 10599 (SApperloT2010) R 10597 10599 9702 0 -1 4202496 77539 0 0 0 124215 16 0 0 25 0 1 0 875321737 338485248 76647 33554432000 4194304 4395502 140733909557552 18446744073709551615 4324322 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/10599/statm: 82638 76647 267 50 0 79778 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 330552



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.00 4.00 3.92 4/189 10646
/proc/meminfo: memFree=30955216/32951132 swapFree=67054608/67111528
[pid=10599] ppid=10597 vsize=330552 CPUtime=1300.02 cores=4,6
/proc/10599/stat : 10599 (SApperloT2010) R 10597 10599 9702 0 -1 4202496 77541 0 0 0 129986 16 0 0 25 0 1 0 875321737 338485248 76649 33554432000 4194304 4395502 140733909557552 18446744073709551615 4299502 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/10599/statm: 82638 76649 267 50 0 79778 0
Current children cumulated CPU time (s) 1300.02
Current children cumulated vsize (KiB) 330552

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.02
CPU time (s): 1300.04
CPU user time (s): 1299.86
CPU system time (s): 0.174973
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 330552

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

runsolver used 2.27865 second user time and 4.82727 second system time

The end

Launcher Data

Begin job on node131 at 2011-06-09 18:33:41
IDJOB=3257383
IDBENCH=70910
IDSOLVER=1655
FILE ID=node131/3257383-1307637221
RUNJOBID= node131-1307637221-10552
PBS_JOBID= 13549361
Free space on /tmp= 74116 MiB

SOLVER NAME= SApperloT2010 2011-03-04
BENCH NAME= SAT09/CRAFTED/edgematching/compact/em_11_3_4_cmp.cnf
COMMAND LINE= SApperloT2010 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3257383-1307637221/watcher-3257383-1307637221 -o /tmp/evaluation-result-3257383-1307637221/solver-3257383-1307637221 -C 2400 -W 1300 -M 7680  SApperloT2010 HOME/instance-3257383-1307637221.cnf

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

MD5SUM BENCH= 3b5e80540ef2fcb09cfe50ac7e3686c1
RANDOM SEED=1215491314

node131.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.66
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 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.830
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.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.830
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.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.830
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      31874540 kB
Buffers:        209740 kB
Cached:         593344 kB
SwapCached:       9768 kB
Active:         325076 kB
Inactive:       504572 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      31874540 kB
SwapTotal:    67111528 kB
SwapFree:     67054608 kB
Dirty:            4460 kB
Writeback:          44 kB
AnonPages:       23896 kB
Mapped:          12900 kB
Slab:           182792 kB
PageTables:       5192 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS:   227172 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 74112 MiB
End job on node131 at 2011-06-09 18:55:23