Trace number 3257295

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.03

General information on the benchmark

NameCRAFTED/edgematching/
compact/em_7_3_6_cmp.cnf
MD5SUMc848a5766cfcc1d1c3f26c7818e48eb2
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark11.7412
Satisfiable
(Un)Satisfiability was proved
Number of variables1473
Number of clauses11563
Sum of the clauses size37576
Maximum clause length25
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 22381
Number of clauses of size 37024
Number of clauses of size 4708
Number of clauses of size 51300
Number of clauses of size over 5150

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

running on 2 cores: 5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 3.13 3.81 3.80 4/179 10589
/proc/meminfo: memFree=31875756/32951132 swapFree=67054608/67111528
[pid=10589] ppid=10587 vsize=12728 CPUtime=0 cores=5,7
/proc/10589/stat : 10589 (SApperloT2010) R 10587 10589 9702 0 -1 4202496 530 0 0 0 0 0 0 0 23 0 1 0 875321736 13033472 470 33554432000 4194304 4395502 140733423771824 18446744073709551615 274664469189 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/10589/statm: 3182 470 250 50 0 322 0

[startup+0.00913598 s]
/proc/loadavg: 3.13 3.81 3.80 4/179 10589
/proc/meminfo: memFree=31875756/32951132 swapFree=67054608/67111528
[pid=10589] ppid=10587 vsize=12992 CPUtime=0 cores=5,7
/proc/10589/stat : 10589 (SApperloT2010) R 10587 10589 9702 0 -1 4202496 616 0 0 0 0 0 0 0 23 0 1 0 875321736 13303808 556 33554432000 4194304 4395502 140733423771824 18446744073709551615 274664808192 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/10589/statm: 3248 557 250 50 0 388 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12992

[startup+0.100168 s]
/proc/loadavg: 3.13 3.81 3.80 4/179 10589
/proc/meminfo: memFree=31875756/32951132 swapFree=67054608/67111528
[pid=10589] ppid=10587 vsize=15756 CPUtime=0.09 cores=5,7
/proc/10589/stat : 10589 (SApperloT2010) R 10587 10589 9702 0 -1 4202496 1292 0 0 0 9 0 0 0 23 0 1 0 875321736 16134144 1231 33554432000 4194304 4395502 140733423771824 18446744073709551615 4288241 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/10589/statm: 3939 1231 267 50 0 1079 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 15756

[startup+0.301121 s]
/proc/loadavg: 3.13 3.81 3.80 4/179 10589
/proc/meminfo: memFree=31875756/32951132 swapFree=67054608/67111528
[pid=10589] ppid=10587 vsize=17260 CPUtime=0.29 cores=5,7
/proc/10589/stat : 10589 (SApperloT2010) R 10587 10589 9702 0 -1 4202496 1677 0 0 0 29 0 0 0 25 0 1 0 875321736 17674240 1616 33554432000 4194304 4395502 140733423771824 18446744073709551615 4299492 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/10589/statm: 4315 1616 267 50 0 1455 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 17260

[startup+0.701056 s]
/proc/loadavg: 3.13 3.81 3.80 4/179 10589
/proc/meminfo: memFree=31875756/32951132 swapFree=67054608/67111528
[pid=10589] ppid=10587 vsize=18580 CPUtime=0.69 cores=5,7
/proc/10589/stat : 10589 (SApperloT2010) R 10587 10589 9702 0 -1 4202496 2009 0 0 0 69 0 0 0 25 0 1 0 875321736 19025920 1948 33554432000 4194304 4395502 140733423771824 18446744073709551615 274664469189 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/10589/statm: 4645 1948 267 50 0 1785 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 18580

[startup+1.50092 s]
/proc/loadavg: 3.13 3.81 3.80 5/188 10610
/proc/meminfo: memFree=31799828/32951132 swapFree=67054608/67111528
[pid=10589] ppid=10587 vsize=19504 CPUtime=1.49 cores=5,7
/proc/10589/stat : 10589 (SApperloT2010) R 10587 10589 9702 0 -1 4202496 2252 0 0 0 149 0 0 0 25 0 1 0 875321736 19972096 2191 33554432000 4194304 4395502 140733423771824 18446744073709551615 4297739 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/10589/statm: 4876 2191 267 50 0 2016 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 19504

[startup+3.10064 s]
/proc/loadavg: 3.13 3.81 3.80 5/188 10610
/proc/meminfo: memFree=31784592/32951132 swapFree=67054608/67111528
[pid=10589] ppid=10587 vsize=21240 CPUtime=3.09 cores=5,7
/proc/10589/stat : 10589 (SApperloT2010) R 10587 10589 9702 0 -1 4202496 2663 0 0 0 309 0 0 0 25 0 1 0 875321736 21749760 2602 33554432000 4194304 4395502 140733423771824 18446744073709551615 4299634 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/10589/statm: 5310 2602 267 50 0 2450 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 21240

[startup+6.30108 s]
/proc/loadavg: 3.36 3.84 3.81 5/188 10610
/proc/meminfo: memFree=31737004/32951132 swapFree=67054608/67111528
[pid=10589] ppid=10587 vsize=25408 CPUtime=6.3 cores=5,7
/proc/10589/stat : 10589 (SApperloT2010) R 10587 10589 9702 0 -1 4202496 3636 0 0 0 629 1 0 0 25 0 1 0 875321736 26017792 3575 33554432000 4194304 4395502 140733423771824 18446744073709551615 4299149 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/10589/statm: 6352 3575 267 50 0 3492 0
Current children cumulated CPU time (s) 6.3
Current children cumulated vsize (KiB) 25408

[startup+12.701 s]
/proc/loadavg: 3.41 3.85 3.81 5/188 10610
/proc/meminfo: memFree=31685016/32951132 swapFree=67054608/67111528
[pid=10589] ppid=10587 vsize=26832 CPUtime=12.69 cores=5,7
/proc/10589/stat : 10589 (SApperloT2010) R 10587 10589 9702 0 -1 4202496 3956 0 0 0 1268 1 0 0 25 0 1 0 875321736 27475968 3895 33554432000 4194304 4395502 140733423771824 18446744073709551615 4299149 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/10589/statm: 6708 3895 267 50 0 3848 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 26832

[startup+25.5008 s]
/proc/loadavg: 3.54 3.85 3.82 5/188 10610
/proc/meminfo: memFree=31615820/32951132 swapFree=67054608/67111528
[pid=10589] ppid=10587 vsize=32236 CPUtime=25.49 cores=5,7
/proc/10589/stat : 10589 (SApperloT2010) R 10587 10589 9702 0 -1 4202496 5276 0 0 0 2548 1 0 0 25 0 1 0 875321736 33009664 5211 33554432000 4194304 4395502 140733423771824 18446744073709551615 4339126 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/10589/statm: 8059 5211 267 50 0 5199 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 32236

[startup+51.1003 s]
/proc/loadavg: 3.70 3.86 3.82 5/188 10611
/proc/meminfo: memFree=31546568/32951132 swapFree=67054608/67111528
[pid=10589] ppid=10587 vsize=34812 CPUtime=51.1 cores=5,7
/proc/10589/stat : 10589 (SApperloT2010) R 10587 10589 9702 0 -1 4202496 5888 0 0 0 5108 2 0 0 25 0 1 0 875321736 35647488 5823 33554432000 4194304 4395502 140733423771824 18446744073709551615 4299480 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/10589/statm: 8703 5823 267 50 0 5843 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 34812

[startup+102.306 s]
/proc/loadavg: 3.87 3.88 3.83 5/188 10612
/proc/meminfo: memFree=31445252/32951132 swapFree=67054608/67111528
[pid=10589] ppid=10587 vsize=40920 CPUtime=102.3 cores=5,7
/proc/10589/stat : 10589 (SApperloT2010) R 10587 10589 9702 0 -1 4202496 7304 0 0 0 10227 3 0 0 25 0 1 0 875321736 41902080 7239 33554432000 4194304 4395502 140733423771824 18446744073709551615 4328512 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/10589/statm: 10230 7239 267 50 0 7370 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 40920

[startup+162.301 s]
/proc/loadavg: 3.95 3.90 3.83 5/188 10614
/proc/meminfo: memFree=31347400/32951132 swapFree=67054608/67111528
[pid=10589] ppid=10587 vsize=50268 CPUtime=162.3 cores=5,7
/proc/10589/stat : 10589 (SApperloT2010) R 10587 10589 9702 0 -1 4202496 9346 0 0 0 16226 4 0 0 25 0 1 0 875321736 51474432 9281 33554432000 4194304 4395502 140733423771824 18446744073709551615 4299532 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/10589/statm: 12567 9281 267 50 0 9707 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 50268

[startup+222.301 s]
/proc/loadavg: 4.01 3.93 3.84 5/188 10616
/proc/meminfo: memFree=31253644/32951132 swapFree=67054608/67111528
[pid=10589] ppid=10587 vsize=55520 CPUtime=222.29 cores=5,7
/proc/10589/stat : 10589 (SApperloT2010) R 10587 10589 9702 0 -1 4202496 10440 0 0 0 22225 4 0 0 25 0 1 0 875321736 56852480 10375 33554432000 4194304 4395502 140733423771824 18446744073709551615 4288880 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/10589/statm: 13880 10375 267 50 0 11020 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 55520

[startup+282.3 s]
/proc/loadavg: 4.00 3.94 3.85 5/188 10617
/proc/meminfo: memFree=31163860/32951132 swapFree=67054608/67111528
[pid=10589] ppid=10587 vsize=60148 CPUtime=282.3 cores=5,7
/proc/10589/stat : 10589 (SApperloT2010) R 10587 10589 9702 0 -1 4202496 11372 0 0 0 28224 6 0 0 25 0 1 0 875321736 61591552 11307 33554432000 4194304 4395502 140733423771824 18446744073709551615 4299642 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/10589/statm: 15037 11307 267 50 0 12177 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 60148

[startup+342.301 s]
/proc/loadavg: 4.00 3.95 3.85 5/188 10618
/proc/meminfo: memFree=31082868/32951132 swapFree=67054608/67111528
[pid=10589] ppid=10587 vsize=67460 CPUtime=342.3 cores=5,7
/proc/10589/stat : 10589 (SApperloT2010) R 10587 10589 9702 0 -1 4202496 12884 0 0 0 34224 6 0 0 25 0 1 0 875321736 69079040 12819 33554432000 4194304 4395502 140733423771824 18446744073709551615 4299648 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/10589/statm: 16865 12819 267 50 0 14005 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 67460

[startup+402.3 s]
/proc/loadavg: 4.09 3.98 3.87 5/188 10620
/proc/meminfo: memFree=31044172/32951132 swapFree=67054608/67111528
[pid=10589] ppid=10587 vsize=69492 CPUtime=402.3 cores=5,7
/proc/10589/stat : 10589 (SApperloT2010) R 10587 10589 9702 0 -1 4202496 13292 0 0 0 40223 7 0 0 25 0 1 0 875321736 71159808 13227 33554432000 4194304 4395502 140733423771824 18446744073709551615 4299489 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/10589/statm: 17373 13227 267 50 0 14513 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 69492

[startup+462.301 s]
/proc/loadavg: 4.03 3.98 3.88 5/188 10622
/proc/meminfo: memFree=30982164/32951132 swapFree=67054608/67111528
[pid=10589] ppid=10587 vsize=71796 CPUtime=462.3 cores=5,7
/proc/10589/stat : 10589 (SApperloT2010) R 10587 10589 9702 0 -1 4202496 13748 0 0 0 46223 7 0 0 25 0 1 0 875321736 73519104 13683 33554432000 4194304 4395502 140733423771824 18446744073709551615 4299149 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/10589/statm: 17949 13683 267 50 0 15089 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 71796

[startup+522.301 s]
/proc/loadavg: 4.01 3.98 3.88 5/188 10624
/proc/meminfo: memFree=30912452/32951132 swapFree=67054608/67111528
[pid=10589] ppid=10587 vsize=76288 CPUtime=522.3 cores=5,7
/proc/10589/stat : 10589 (SApperloT2010) R 10587 10589 9702 0 -1 4202496 14725 0 0 0 52222 8 0 0 25 0 1 0 875321736 78118912 14660 33554432000 4194304 4395502 140733423771824 18446744073709551615 4297186 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/10589/statm: 19072 14660 267 50 0 16212 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 76288

[startup+582.3 s]
/proc/loadavg: 4.00 3.98 3.89 5/188 10625
/proc/meminfo: memFree=30834556/32951132 swapFree=67054608/67111528
[pid=10589] ppid=10587 vsize=78712 CPUtime=582.3 cores=5,7
/proc/10589/stat : 10589 (SApperloT2010) R 10587 10589 9702 0 -1 4202496 15207 0 0 0 58221 9 0 0 25 0 1 0 875321736 80601088 15142 33554432000 4194304 4395502 140733423771824 18446744073709551615 4313341 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/10589/statm: 19678 15142 267 50 0 16818 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 78712

[startup+642.301 s]
/proc/loadavg: 4.00 3.98 3.89 5/188 10626
/proc/meminfo: memFree=30768204/32951132 swapFree=67054608/67111528
[pid=10589] ppid=10587 vsize=80932 CPUtime=642.31 cores=5,7
/proc/10589/stat : 10589 (SApperloT2010) R 10587 10589 9702 0 -1 4202496 15752 0 0 0 64221 10 0 0 25 0 1 0 875321736 82874368 15663 33554432000 4194304 4395502 140733423771824 18446744073709551615 4288824 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/10589/statm: 20233 15663 267 50 0 17373 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 80932

[startup+702.3 s]
/proc/loadavg: 4.00 3.98 3.90 5/188 10628
/proc/meminfo: memFree=30705812/32951132 swapFree=67054608/67111528
[pid=10589] ppid=10587 vsize=86028 CPUtime=702.3 cores=5,7
/proc/10589/stat : 10589 (SApperloT2010) R 10587 10589 9702 0 -1 4202496 16757 0 0 0 70220 10 0 0 25 0 1 0 875321736 88092672 16668 33554432000 4194304 4395502 140733423771824 18446744073709551615 4299662 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/10589/statm: 21507 16668 267 50 0 18647 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 86028

[startup+762.307 s]
/proc/loadavg: 4.05 4.00 3.91 5/188 10630
/proc/meminfo: memFree=30631636/32951132 swapFree=67054608/67111528
[pid=10589] ppid=10587 vsize=90900 CPUtime=762.32 cores=5,7
/proc/10589/stat : 10589 (SApperloT2010) R 10587 10589 9702 0 -1 4202496 17821 0 0 0 76221 11 0 0 25 0 1 0 875321736 93081600 17732 33554432000 4194304 4395502 140733423771824 18446744073709551615 4288057 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/10589/statm: 22725 17732 267 50 0 19865 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 90900

[startup+822.301 s]
/proc/loadavg: 4.02 4.00 3.91 5/188 10632
/proc/meminfo: memFree=30586864/32951132 swapFree=67054608/67111528
[pid=10589] ppid=10587 vsize=92244 CPUtime=822.31 cores=5,7
/proc/10589/stat : 10589 (SApperloT2010) R 10587 10589 9702 0 -1 4202496 18083 0 0 0 82220 11 0 0 25 0 1 0 875321736 94457856 17994 33554432000 4194304 4395502 140733423771824 18446744073709551615 4299739 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/10589/statm: 23061 17994 267 50 0 20201 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 92244

[startup+882.3 s]
/proc/loadavg: 4.04 4.01 3.91 5/188 10633
/proc/meminfo: memFree=30536996/32951132 swapFree=67054608/67111528
[pid=10589] ppid=10587 vsize=92820 CPUtime=882.31 cores=5,7
/proc/10589/stat : 10589 (SApperloT2010) R 10587 10589 9702 0 -1 4202496 18168 0 0 0 88220 11 0 0 25 0 1 0 875321736 95047680 18079 33554432000 4194304 4395502 140733423771824 18446744073709551615 4347194 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/10589/statm: 23205 18079 267 50 0 20345 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 92820

[startup+942.301 s]
/proc/loadavg: 4.01 4.01 3.91 5/188 10634
/proc/meminfo: memFree=30461336/32951132 swapFree=67054608/67111528
[pid=10589] ppid=10587 vsize=94684 CPUtime=942.31 cores=5,7
/proc/10589/stat : 10589 (SApperloT2010) R 10587 10589 9702 0 -1 4202496 18595 0 0 0 94219 12 0 0 25 0 1 0 875321736 96956416 18502 33554432000 4194304 4395502 140733423771824 18446744073709551615 4299767 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/10589/statm: 23671 18502 267 50 0 20811 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 94684

[startup+1002.3 s]
/proc/loadavg: 4.04 4.02 3.92 5/188 10636
/proc/meminfo: memFree=30399820/32951132 swapFree=67054608/67111528
[pid=10589] ppid=10587 vsize=96620 CPUtime=1002.31 cores=5,7
/proc/10589/stat : 10589 (SApperloT2010) R 10587 10589 9702 0 -1 4202496 19017 0 0 0 100219 12 0 0 25 0 1 0 875321736 98938880 18924 33554432000 4194304 4395502 140733423771824 18446744073709551615 4299186 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/10589/statm: 24155 18924 267 50 0 21295 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 96620

[startup+1062.3 s]
/proc/loadavg: 4.01 4.01 3.92 5/188 10638
/proc/meminfo: memFree=30353924/32951132 swapFree=67054608/67111528
[pid=10589] ppid=10587 vsize=98324 CPUtime=1062.32 cores=5,7
/proc/10589/stat : 10589 (SApperloT2010) R 10587 10589 9702 0 -1 4202496 19355 0 0 0 106219 13 0 0 25 0 1 0 875321736 100683776 19262 33554432000 4194304 4395502 140733423771824 18446744073709551615 4288155 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/10589/statm: 24581 19262 267 50 0 21721 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 98324

[startup+1122.3 s]
/proc/loadavg: 4.00 4.01 3.92 5/188 10640
/proc/meminfo: memFree=30309884/32951132 swapFree=67054608/67111528
[pid=10589] ppid=10587 vsize=99300 CPUtime=1122.31 cores=5,7
/proc/10589/stat : 10589 (SApperloT2010) R 10587 10589 9702 0 -1 4202496 19566 0 0 0 112218 13 0 0 25 0 1 0 875321736 101683200 19473 33554432000 4194304 4395502 140733423771824 18446744073709551615 4299489 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/10589/statm: 24825 19473 267 50 0 21965 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 99300

[startup+1182.3 s]
/proc/loadavg: 4.00 4.00 3.92 5/188 10641
/proc/meminfo: memFree=30266348/32951132 swapFree=67054608/67111528
[pid=10589] ppid=10587 vsize=102128 CPUtime=1182.31 cores=5,7
/proc/10589/stat : 10589 (SApperloT2010) R 10587 10589 9702 0 -1 4202496 20178 0 0 0 118218 13 0 0 25 0 1 0 875321736 104579072 20085 33554432000 4194304 4395502 140733423771824 18446744073709551615 4296868 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/10589/statm: 25532 20085 267 50 0 22672 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 102128

[startup+1242.3 s]
/proc/loadavg: 4.00 4.00 3.92 5/188 10642
/proc/meminfo: memFree=30227024/32951132 swapFree=67054608/67111528
[pid=10589] ppid=10587 vsize=103324 CPUtime=1242.32 cores=5,7
/proc/10589/stat : 10589 (SApperloT2010) R 10587 10589 9702 0 -1 4202496 20402 0 0 0 124218 14 0 0 25 0 1 0 875321736 105803776 20309 33554432000 4194304 4395502 140733423771824 18446744073709551615 4299758 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/10589/statm: 25831 20309 267 50 0 22971 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 103324



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.00 4.00 3.92 5/189 10645
/proc/meminfo: memFree=30507116/32951132 swapFree=67054608/67111528
[pid=10589] ppid=10587 vsize=104488 CPUtime=1300.02 cores=5,7
/proc/10589/stat : 10589 (SApperloT2010) R 10587 10589 9702 0 -1 4202496 20671 0 0 0 129988 14 0 0 25 0 1 0 875321736 106995712 20578 33554432000 4194304 4395502 140733423771824 18446744073709551615 4299149 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/10589/statm: 26122 20578 267 50 0 23262 0
Current children cumulated CPU time (s) 1300.02
Current children cumulated vsize (KiB) 104488

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.03
CPU time (s): 1300.04
CPU user time (s): 1299.89
CPU system time (s): 0.151976
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 104488

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

runsolver used 2.01269 second user time and 5.09123 second system time

The end

Launcher Data

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

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

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

MD5SUM BENCH= c848a5766cfcc1d1c3f26c7818e48eb2
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:      31874052 kB
Buffers:        209736 kB
Cached:         592184 kB
SwapCached:       9768 kB
Active:         325024 kB
Inactive:       505456 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      31874052 kB
SwapTotal:    67111528 kB
SwapFree:     67054608 kB
Dirty:            3296 kB
Writeback:          44 kB
AnonPages:       26224 kB
Mapped:          12900 kB
Slab:           182792 kB
PageTables:       5192 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS:   220604 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