Trace number 3379778

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-05-15 (fixed)? (TO) 1300.05 1300.02

General information on the benchmark

Namecrafted/anton/SRHD-SGI/
srhd-sgi-m37-q446.25-n35-p15-s25120921.cnf
MD5SUM4b4e8a8187c1b8536d6b504b16289d38
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.732887
Satisfiable
(Un)Satisfiability was proved
Number of variables1106
Number of clauses129272
Sum of the clauses size259580
Maximum clause length37
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2129237
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 535

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

running on 2 cores: 1,3

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: 4.04 4.01 3.97 4/319 17926
/proc/meminfo: memFree=15753672/32951124 swapFree=52307768/67111528
[pid=17926] ppid=17924 vsize=14996 CPUtime=0 cores=1,3
/proc/17926/stat : 17926 (SApperloT2010) R 17924 17926 17787 0 -1 4202496 904 0 0 0 0 0 0 0 25 0 1 0 657717004 15355904 844 33554432000 4194304 4394578 140736438327328 18446744073709551615 218370618053 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/17926/statm: 3749 844 247 49 0 890 0

[startup+0.0399269 s]
/proc/loadavg: 4.04 4.01 3.97 4/319 17926
/proc/meminfo: memFree=15753672/32951124 swapFree=52307768/67111528
[pid=17926] ppid=17924 vsize=19220 CPUtime=0.03 cores=1,3
/proc/17926/stat : 17926 (SApperloT2010) R 17924 17926 17787 0 -1 4202496 1976 0 0 0 3 0 0 0 25 0 1 0 657717004 19681280 1916 33554432000 4194304 4394578 140736438327328 18446744073709551615 218370618053 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/17926/statm: 4805 1918 247 49 0 1946 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 19220

[startup+0.100917 s]
/proc/loadavg: 4.04 4.01 3.97 4/319 17926
/proc/meminfo: memFree=15753672/32951124 swapFree=52307768/67111528
[pid=17926] ppid=17924 vsize=24104 CPUtime=0.09 cores=1,3
/proc/17926/stat : 17926 (SApperloT2010) R 17924 17926 17787 0 -1 4202496 3186 0 0 0 8 1 0 0 25 0 1 0 657717004 24682496 3125 33554432000 4194304 4394578 140736438327328 18446744073709551615 218370981783 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/17926/statm: 6026 3125 256 49 0 3167 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 24104

[startup+0.30088 s]
/proc/loadavg: 4.04 4.01 3.97 4/319 17926
/proc/meminfo: memFree=15753672/32951124 swapFree=52307768/67111528
[pid=17926] ppid=17924 vsize=29612 CPUtime=0.29 cores=1,3
/proc/17926/stat : 17926 (SApperloT2010) R 17924 17926 17787 0 -1 4202496 5083 0 0 0 27 2 0 0 25 0 1 0 657717004 30322688 4516 33554432000 4194304 4394578 140736438327328 18446744073709551615 4288355 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/17926/statm: 7403 4517 267 49 0 4544 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 29612

[startup+0.700822 s]
/proc/loadavg: 4.04 4.01 3.97 4/319 17926
/proc/meminfo: memFree=15753672/32951124 swapFree=52307768/67111528
[pid=17926] ppid=17924 vsize=34772 CPUtime=0.69 cores=1,3
/proc/17926/stat : 17926 (SApperloT2010) R 17924 17926 17787 0 -1 4202496 6352 0 0 0 66 3 0 0 25 0 1 0 657717004 35606528 5785 33554432000 4194304 4394578 140736438327328 18446744073709551615 4314841 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/17926/statm: 8693 5785 267 49 0 5834 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 34772

[startup+1.50068 s]
/proc/loadavg: 4.04 4.01 3.97 5/320 17927
/proc/meminfo: memFree=15728252/32951124 swapFree=52307768/67111528
[pid=17926] ppid=17924 vsize=40816 CPUtime=1.49 cores=1,3
/proc/17926/stat : 17926 (SApperloT2010) R 17924 17926 17787 0 -1 4202496 7794 0 0 0 146 3 0 0 25 0 1 0 657717004 41795584 7227 33554432000 4194304 4394578 140736438327328 18446744073709551615 4298676 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/17926/statm: 10204 7227 267 49 0 7345 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 40816

[startup+3.10039 s]
/proc/loadavg: 4.04 4.01 3.97 5/320 17927
/proc/meminfo: memFree=15720472/32951124 swapFree=52307768/67111528
[pid=17926] ppid=17924 vsize=50452 CPUtime=3.09 cores=1,3
/proc/17926/stat : 17926 (SApperloT2010) R 17924 17926 17787 0 -1 4202496 9993 0 0 0 306 3 0 0 25 0 1 0 657717004 51662848 9426 33554432000 4194304 4394578 140736438327328 18446744073709551615 4285392 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/17926/statm: 12613 9426 267 49 0 9754 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 50452

[startup+6.30082 s]
/proc/loadavg: 4.04 4.01 3.97 5/320 17927
/proc/meminfo: memFree=15706136/32951124 swapFree=52307768/67111528
[pid=17926] ppid=17924 vsize=65252 CPUtime=6.29 cores=1,3
/proc/17926/stat : 17926 (SApperloT2010) R 17924 17926 17787 0 -1 4202496 13301 0 0 0 625 4 0 0 25 0 1 0 657717004 66818048 12734 33554432000 4194304 4394578 140736438327328 18446744073709551615 4298724 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/17926/statm: 16313 12734 267 49 0 13454 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 65252

[startup+12.7007 s]
/proc/loadavg: 4.04 4.01 3.97 5/320 17927
/proc/meminfo: memFree=15689392/32951124 swapFree=52307768/67111528
[pid=17926] ppid=17924 vsize=78848 CPUtime=12.69 cores=1,3
/proc/17926/stat : 17926 (SApperloT2010) R 17924 17926 17787 0 -1 4202496 16357 0 0 0 1265 4 0 0 25 0 1 0 657717004 80740352 15790 33554432000 4194304 4394578 140736438327328 18446744073709551615 4298927 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/17926/statm: 19712 15790 267 49 0 16853 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 78848

[startup+25.5004 s]
/proc/loadavg: 4.03 4.01 3.97 5/320 17927
/proc/meminfo: memFree=15678728/32951124 swapFree=52307768/67111528
[pid=17926] ppid=17924 vsize=88988 CPUtime=25.49 cores=1,3
/proc/17926/stat : 17926 (SApperloT2010) R 17924 17926 17787 0 -1 4202496 18488 0 0 0 2544 5 0 0 25 0 1 0 657717004 91123712 17921 33554432000 4194304 4394578 140736438327328 18446744073709551615 4298812 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/17926/statm: 22247 17921 267 49 0 19388 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 88988

[startup+51.1009 s]
/proc/loadavg: 4.02 4.01 3.97 5/320 17928
/proc/meminfo: memFree=15658740/32951124 swapFree=52307768/67111528
[pid=17926] ppid=17924 vsize=110852 CPUtime=51.09 cores=1,3
/proc/17926/stat : 17926 (SApperloT2010) R 17924 17926 17787 0 -1 4202496 22961 0 0 0 5103 6 0 0 25 0 1 0 657717004 113512448 22394 33554432000 4194304 4394578 140736438327328 18446744073709551615 4298792 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/17926/statm: 27713 22394 267 49 0 24854 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 110852

[startup+102.312 s]
/proc/loadavg: 4.01 4.00 3.97 5/320 17929
/proc/meminfo: memFree=15619160/32951124 swapFree=52307768/67111528
[pid=17926] ppid=17924 vsize=153420 CPUtime=102.3 cores=1,3
/proc/17926/stat : 17926 (SApperloT2010) R 17924 17926 17787 0 -1 4202496 31560 0 0 0 10223 7 0 0 25 0 1 0 657717004 157102080 30993 33554432000 4194304 4394578 140736438327328 18446744073709551615 4298812 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/17926/statm: 38355 30993 267 49 0 35496 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 153420

[startup+162.301 s]
/proc/loadavg: 4.00 4.00 3.97 5/320 17931
/proc/meminfo: memFree=15599396/32951124 swapFree=52307768/67111528
[pid=17926] ppid=17924 vsize=171724 CPUtime=162.29 cores=1,3
/proc/17926/stat : 17926 (SApperloT2010) R 17924 17926 17787 0 -1 4202496 35448 0 0 0 16221 8 0 0 25 0 1 0 657717004 175845376 34881 33554432000 4194304 4394578 140736438327328 18446744073709551615 4298826 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/17926/statm: 42931 34881 267 49 0 40072 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 171724

[startup+222.3 s]
/proc/loadavg: 4.03 4.01 3.97 5/320 17933
/proc/meminfo: memFree=15586340/32951124 swapFree=52307768/67111528
[pid=17926] ppid=17924 vsize=182860 CPUtime=222.29 cores=1,3
/proc/17926/stat : 17926 (SApperloT2010) R 17924 17926 17787 0 -1 4202496 37577 0 0 0 22221 8 0 0 25 0 1 0 657717004 187248640 37010 33554432000 4194304 4394578 140736438327328 18446744073709551615 4298821 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/17926/statm: 45715 37010 267 49 0 42856 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 182860

[startup+282.301 s]
/proc/loadavg: 4.09 4.02 3.98 5/320 17934
/proc/meminfo: memFree=15557412/32951124 swapFree=52307768/67111528
[pid=17926] ppid=17924 vsize=212352 CPUtime=282.3 cores=1,3
/proc/17926/stat : 17926 (SApperloT2010) R 17924 17926 17787 0 -1 4202496 43397 0 0 0 28221 9 0 0 25 0 1 0 657717004 217448448 42830 33554432000 4194304 4394578 140736438327328 18446744073709551615 4298857 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/17926/statm: 53088 42830 267 49 0 50229 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 212352

[startup+342.301 s]
/proc/loadavg: 4.03 4.02 3.98 5/320 17936
/proc/meminfo: memFree=15548212/32951124 swapFree=52307768/67111528
[pid=17926] ppid=17924 vsize=216576 CPUtime=342.3 cores=1,3
/proc/17926/stat : 17926 (SApperloT2010) R 17924 17926 17787 0 -1 4202496 44307 0 0 0 34221 9 0 0 25 0 1 0 657717004 221773824 43740 33554432000 4194304 4394578 140736438327328 18446744073709551615 4298792 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/17926/statm: 54144 43740 267 49 0 51285 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 216576

[startup+402.301 s]
/proc/loadavg: 4.12 4.04 3.99 5/320 17937
/proc/meminfo: memFree=15538856/32951124 swapFree=52307768/67111528
[pid=17926] ppid=17924 vsize=225540 CPUtime=402.3 cores=1,3
/proc/17926/stat : 17926 (SApperloT2010) R 17924 17926 17787 0 -1 4202496 45976 0 0 0 40220 10 0 0 25 0 1 0 657717004 230952960 45409 33554432000 4194304 4394578 140736438327328 18446744073709551615 4298826 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/17926/statm: 56385 45409 267 49 0 53526 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 225540

[startup+462.301 s]
/proc/loadavg: 4.16 4.06 4.00 5/320 17939
/proc/meminfo: memFree=15535576/32951124 swapFree=52307768/67111528
[pid=17926] ppid=17924 vsize=227588 CPUtime=462.3 cores=1,3
/proc/17926/stat : 17926 (SApperloT2010) R 17924 17926 17787 0 -1 4202496 46383 0 0 0 46220 10 0 0 25 0 1 0 657717004 233050112 45816 33554432000 4194304 4394578 140736438327328 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/17926/statm: 56897 45816 267 49 0 54038 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 227588

[startup+522.3 s]
/proc/loadavg: 4.06 4.05 4.00 5/320 17941
/proc/meminfo: memFree=15531328/32951124 swapFree=52307768/67111528
[pid=17926] ppid=17924 vsize=229380 CPUtime=522.3 cores=1,3
/proc/17926/stat : 17926 (SApperloT2010) R 17924 17926 17787 0 -1 4202496 46697 0 0 0 52220 10 0 0 25 0 1 0 657717004 234885120 46130 33554432000 4194304 4394578 140736438327328 18446744073709551615 4298812 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/17926/statm: 57345 46130 267 49 0 54486 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 229380

[startup+582.301 s]
/proc/loadavg: 4.02 4.04 4.00 5/320 17942
/proc/meminfo: memFree=15524464/32951124 swapFree=52307768/67111528
[pid=17926] ppid=17924 vsize=232068 CPUtime=582.3 cores=1,3
/proc/17926/stat : 17926 (SApperloT2010) R 17924 17926 17787 0 -1 4202496 47276 0 0 0 58220 10 0 0 25 0 1 0 657717004 237637632 46709 33554432000 4194304 4394578 140736438327328 18446744073709551615 4298812 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/17926/statm: 58017 46709 267 49 0 55158 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 232068

[startup+642.301 s]
/proc/loadavg: 4.00 4.03 4.00 5/320 17944
/proc/meminfo: memFree=15504464/32951124 swapFree=52307768/67111528
[pid=17926] ppid=17924 vsize=251440 CPUtime=642.32 cores=1,3
/proc/17926/stat : 17926 (SApperloT2010) R 17924 17926 17787 0 -1 4202496 51570 0 0 0 64220 12 0 0 25 0 1 0 657717004 257474560 51003 33554432000 4194304 4394578 140736438327328 18446744073709551615 4298812 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/17926/statm: 62860 51003 267 49 0 60001 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 251440

[startup+702.3 s]
/proc/loadavg: 4.00 4.02 4.00 5/320 17945
/proc/meminfo: memFree=15501060/32951124 swapFree=52307768/67111528
[pid=17926] ppid=17924 vsize=252724 CPUtime=702.3 cores=1,3
/proc/17926/stat : 17926 (SApperloT2010) R 17924 17926 17787 0 -1 4202496 51827 0 0 0 70218 12 0 0 25 0 1 0 657717004 258789376 51260 33554432000 4194304 4394578 140736438327328 18446744073709551615 4298373 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/17926/statm: 63181 51260 267 49 0 60322 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 252724

[startup+762.312 s]
/proc/loadavg: 4.05 4.03 4.00 5/320 17947
/proc/meminfo: memFree=15493200/32951124 swapFree=52307768/67111528
[pid=17926] ppid=17924 vsize=257844 CPUtime=762.32 cores=1,3
/proc/17926/stat : 17926 (SApperloT2010) R 17924 17926 17787 0 -1 4202496 52942 0 0 0 76219 13 0 0 25 0 1 0 657717004 264032256 52375 33554432000 4194304 4394578 140736438327328 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/17926/statm: 64461 52375 267 49 0 61602 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 257844

[startup+822.301 s]
/proc/loadavg: 4.02 4.02 4.00 5/320 17949
/proc/meminfo: memFree=15487592/32951124 swapFree=52307768/67111528
[pid=17926] ppid=17924 vsize=260788 CPUtime=822.31 cores=1,3
/proc/17926/stat : 17926 (SApperloT2010) R 17924 17926 17787 0 -1 4202496 53548 0 0 0 82218 13 0 0 25 0 1 0 657717004 267046912 52981 33554432000 4194304 4394578 140736438327328 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/17926/statm: 65197 52981 267 49 0 62338 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 260788

[startup+882.3 s]
/proc/loadavg: 3.80 3.98 3.99 3/305 18004
/proc/meminfo: memFree=15675244/32951124 swapFree=52307768/67111528
[pid=17926] ppid=17924 vsize=269752 CPUtime=882.31 cores=1,3
/proc/17926/stat : 17926 (SApperloT2010) R 17924 17926 17787 0 -1 4202496 55683 0 0 0 88217 14 0 0 25 0 1 0 657717004 276226048 55116 33554432000 4194304 4394578 140736438327328 18446744073709551615 4298767 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/17926/statm: 67438 55116 267 49 0 64579 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 269752

[startup+942.301 s]
/proc/loadavg: 2.03 3.43 3.80 2/302 18006
/proc/meminfo: memFree=15675640/32951124 swapFree=52307768/67111528
[pid=17926] ppid=17924 vsize=271032 CPUtime=942.31 cores=1,3
/proc/17926/stat : 17926 (SApperloT2010) R 17924 17926 17787 0 -1 4202496 55954 0 0 0 94217 14 0 0 25 0 1 0 657717004 277536768 55387 33554432000 4194304 4394578 140736438327328 18446744073709551615 4327600 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/17926/statm: 67758 55387 267 49 0 64899 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 271032

[startup+1002.3 s]
/proc/loadavg: 1.38 2.99 3.62 2/302 18007
/proc/meminfo: memFree=15674724/32951124 swapFree=52307768/67111528
[pid=17926] ppid=17924 vsize=271800 CPUtime=1002.32 cores=1,3
/proc/17926/stat : 17926 (SApperloT2010) R 17924 17926 17787 0 -1 4202496 56155 0 0 0 100218 14 0 0 25 0 1 0 657717004 278323200 55588 33554432000 4194304 4394578 140736438327328 18446744073709551615 4298923 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/17926/statm: 67950 55588 267 49 0 65091 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 271800

[startup+1062.3 s]
/proc/loadavg: 1.17 2.64 3.46 2/302 18009
/proc/meminfo: memFree=15672804/32951124 swapFree=52307768/67111528
[pid=17926] ppid=17924 vsize=275000 CPUtime=1062.31 cores=1,3
/proc/17926/stat : 17926 (SApperloT2010) R 17924 17926 17787 0 -1 4202496 56749 0 0 0 106217 14 0 0 25 0 1 0 657717004 281600000 56182 33554432000 4194304 4394578 140736438327328 18446744073709551615 4327717 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/17926/statm: 68750 56182 267 49 0 65891 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 275000

[startup+1122.3 s]
/proc/loadavg: 1.06 2.34 3.30 2/302 18011
/proc/meminfo: memFree=15672772/32951124 swapFree=52307768/67111528
[pid=17926] ppid=17924 vsize=275256 CPUtime=1122.32 cores=1,3
/proc/17926/stat : 17926 (SApperloT2010) R 17924 17926 17787 0 -1 4202496 56832 0 0 0 112218 14 0 0 25 0 1 0 657717004 281862144 56265 33554432000 4194304 4394578 140736438327328 18446744073709551615 4346768 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/17926/statm: 68814 56265 267 49 0 65955 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 275256

[startup+1182.3 s]
/proc/loadavg: 1.02 2.09 3.15 2/302 18012
/proc/meminfo: memFree=15671724/32951124 swapFree=52307768/67111528
[pid=17926] ppid=17924 vsize=276664 CPUtime=1182.32 cores=1,3
/proc/17926/stat : 17926 (SApperloT2010) R 17924 17926 17787 0 -1 4202496 57040 0 0 0 118218 14 0 0 25 0 1 0 657717004 283303936 56473 33554432000 4194304 4394578 140736438327328 18446744073709551615 4298333 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/17926/statm: 69166 56473 267 49 0 66307 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 276664

[startup+1242.3 s]
/proc/loadavg: 1.01 1.89 3.02 2/302 18014
/proc/meminfo: memFree=15665972/32951124 swapFree=52307768/67111528
[pid=17926] ppid=17924 vsize=283064 CPUtime=1242.32 cores=1,3
/proc/17926/stat : 17926 (SApperloT2010) R 17924 17926 17787 0 -1 4202496 58343 0 0 0 124217 15 0 0 25 0 1 0 657717004 289857536 57776 33554432000 4194304 4394578 140736438327328 18446744073709551615 4298826 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/17926/statm: 70766 57776 267 49 0 67907 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 283064



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 1.00 1.73 2.89 2/302 18015
/proc/meminfo: memFree=15665300/32951124 swapFree=52307768/67111528
[pid=17926] ppid=17924 vsize=284088 CPUtime=1300.03 cores=1,3
/proc/17926/stat : 17926 (SApperloT2010) R 17924 17926 17787 0 -1 4202496 58523 0 0 0 129988 15 0 0 25 0 1 0 657717004 290906112 57956 33554432000 4194304 4394578 140736438327328 18446744073709551615 4298333 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/17926/statm: 71022 57956 267 49 0 68163 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 284088

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.05
CPU user time (s): 1299.89
CPU system time (s): 0.167974
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 284088

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

runsolver used 3.58645 second user time and 9.07262 second system time

The end

Launcher Data

Begin job on node101 at 2011-05-15 14:05:42
IDJOB=3379778
IDBENCH=88202
IDSOLVER=1862
FILE ID=node101/3379778-1305461142
RUNJOBID= node101-1305460721-17807
PBS_JOBID= 13324920
Free space on /tmp= 73752 MiB

SOLVER NAME= SApperloT2010 2011-05-15 (fixed)
BENCH NAME= SAT11/crafted/anton/SRHD-SGI/srhd-sgi-m37-q446.25-n35-p15-s25120921.cnf
COMMAND LINE= SApperloT2010 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3379778-1305461142/watcher-3379778-1305461142 -o /tmp/evaluation-result-3379778-1305461142/solver-3379778-1305461142 -C 2400 -W 1300 -M 7680  SApperloT2010 HOME/instance-3379778-1305461142.cnf

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

MD5SUM BENCH= 4b4e8a8187c1b8536d6b504b16289d38
RANDOM SEED=1830849120

node101.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.841
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.68
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.841
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5226.07
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.841
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.77
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.841
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.841
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.74
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.841
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.83
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.841
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.841
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      15753836 kB
Buffers:        341624 kB
Cached:        6188356 kB
SwapCached:      14848 kB
Active:       11727472 kB
Inactive:      5180176 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      15753836 kB
SwapTotal:    67111528 kB
SwapFree:     52307768 kB
Dirty:            1584 kB
Writeback:           0 kB
AnonPages:    10374632 kB
Mapped:          16772 kB
Slab:           159044 kB
PageTables:      65132 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 42807124 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= 73756 MiB
End job on node101 at 2011-05-15 14:27:24