Trace number 3379610

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.09 1300.05

General information on the benchmark

Namecrafted/anton/SRHD-SGI/
srhd-sgi-m62-q1504.5-n60-p30-s88600538.cnf
MD5SUM76c30bc0971bc865c2b988ddaca89385
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark5.29319
Satisfiable
(Un)Satisfiability was proved
Number of variables3651
Number of clauses926696
Sum of the clauses size1856923
Maximum clause length62
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2926636
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 560

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

running on 2 cores: 0,2

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: 2.76 3.20 3.22 5/313 30858
/proc/meminfo: memFree=11730668/32951124 swapFree=66050672/67111528
[pid=30858] ppid=30856 vsize=27220 CPUtime=0 cores=0,2
/proc/30858/stat : 30858 (SApperloT2010) R 30856 30858 29471 0 -1 4202496 2396 0 0 0 0 0 0 0 21 0 1 0 657732051 27873280 2337 33554432000 4194304 4394578 140735391133120 18446744073709551615 255376962245 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/30858/statm: 6805 2337 247 49 0 3946 0

[startup+0.0814079 s]
/proc/loadavg: 2.76 3.20 3.22 5/313 30858
/proc/meminfo: memFree=11730668/32951124 swapFree=66050672/67111528
[pid=30858] ppid=30856 vsize=34612 CPUtime=0.07 cores=0,2
/proc/30858/stat : 30858 (SApperloT2010) R 30856 30858 29471 0 -1 4202496 4245 0 0 0 7 0 0 0 21 0 1 0 657732051 35442688 4186 33554432000 4194304 4394578 140735391133120 18446744073709551615 255377301248 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/30858/statm: 8653 4187 247 49 0 5794 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 34612

[startup+0.10038 s]
/proc/loadavg: 2.76 3.20 3.22 5/313 30858
/proc/meminfo: memFree=11730668/32951124 swapFree=66050672/67111528
[pid=30858] ppid=30856 vsize=36592 CPUtime=0.08 cores=0,2
/proc/30858/stat : 30858 (SApperloT2010) R 30856 30858 29471 0 -1 4202496 4757 0 0 0 8 0 0 0 21 0 1 0 657732051 37470208 4698 33554432000 4194304 4394578 140735391133120 18446744073709551615 255376920189 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/30858/statm: 9148 4699 247 49 0 6289 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 36592

[startup+0.300343 s]
/proc/loadavg: 2.76 3.20 3.22 5/313 30858
/proc/meminfo: memFree=11730668/32951124 swapFree=66050672/67111528
[pid=30858] ppid=30856 vsize=61484 CPUtime=0.29 cores=0,2
/proc/30858/stat : 30858 (SApperloT2010) R 30856 30858 29471 0 -1 4202496 10987 0 0 0 28 1 0 0 22 0 1 0 657732051 62959616 10928 33554432000 4194304 4394578 140735391133120 18446744073709551615 255377301248 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/30858/statm: 15371 10928 247 49 0 12512 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 61484

[startup+0.70027 s]
/proc/loadavg: 2.76 3.20 3.22 5/313 30858
/proc/meminfo: memFree=11730668/32951124 swapFree=66050672/67111528
[pid=30858] ppid=30856 vsize=99728 CPUtime=0.68 cores=0,2
/proc/30858/stat : 30858 (SApperloT2010) R 30856 30858 29471 0 -1 4202496 20557 0 0 0 64 4 0 0 24 0 1 0 657732051 102121472 20497 33554432000 4194304 4394578 140735391133120 18446744073709551615 255377325975 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/30858/statm: 24932 20497 256 49 0 22073 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 99728

[startup+1.50115 s]
/proc/loadavg: 2.76 3.20 3.22 5/314 30859
/proc/meminfo: memFree=11600592/32951124 swapFree=66050672/67111528
[pid=30858] ppid=30856 vsize=99728 CPUtime=1.49 cores=0,2
/proc/30858/stat : 30858 (SApperloT2010) R 30856 30858 29471 0 -1 4202496 20557 0 0 0 144 5 0 0 25 0 1 0 657732051 102121472 20497 33554432000 4194304 4394578 140735391133120 18446744073709551615 255377325975 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/30858/statm: 24932 20497 256 49 0 22073 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 99728

[startup+3.10086 s]
/proc/loadavg: 2.86 3.22 3.22 5/314 30859
/proc/meminfo: memFree=11572568/32951124 swapFree=66050672/67111528
[pid=30858] ppid=30856 vsize=99728 CPUtime=3.08 cores=0,2
/proc/30858/stat : 30858 (SApperloT2010) R 30856 30858 29471 0 -1 4202496 20557 0 0 0 302 6 0 0 25 0 1 0 657732051 102121472 20497 33554432000 4194304 4394578 140735391133120 18446744073709551615 255377325975 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/30858/statm: 24932 20497 256 49 0 22073 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 99728

[startup+6.30026 s]
/proc/loadavg: 2.86 3.22 3.22 5/314 30859
/proc/meminfo: memFree=11470796/32951124 swapFree=66050672/67111528
[pid=30858] ppid=30856 vsize=159768 CPUtime=6.29 cores=0,2
/proc/30858/stat : 30858 (SApperloT2010) R 30856 30858 29471 0 -1 4202496 38507 0 0 0 619 10 0 0 25 0 1 0 657732051 163602432 34775 33554432000 4194304 4394578 140735391133120 18446744073709551615 4298807 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/30858/statm: 39942 34776 267 49 0 37083 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 159768

[startup+12.701 s]
/proc/loadavg: 3.11 3.26 3.24 5/314 30859
/proc/meminfo: memFree=11343888/32951124 swapFree=66050672/67111528
[pid=30858] ppid=30856 vsize=206376 CPUtime=12.69 cores=0,2
/proc/30858/stat : 30858 (SApperloT2010) R 30856 30858 29471 0 -1 4202496 49884 0 0 0 1257 12 0 0 25 0 1 0 657732051 211329024 46152 33554432000 4194304 4394578 140735391133120 18446744073709551615 4298724 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/30858/statm: 51594 46152 267 49 0 48735 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 206376

[startup+25.5007 s]
/proc/loadavg: 3.25 3.28 3.24 5/314 30860
/proc/meminfo: memFree=11189512/32951124 swapFree=66050672/67111528
[pid=30858] ppid=30856 vsize=268644 CPUtime=25.49 cores=0,2
/proc/30858/stat : 30858 (SApperloT2010) R 30856 30858 29471 0 -1 4202496 64760 0 0 0 2534 15 0 0 25 0 1 0 657732051 275091456 61028 33554432000 4194304 4394578 140735391133120 18446744073709551615 4298818 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/30858/statm: 67161 61028 267 49 0 64302 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 268644

[startup+51.101 s]
/proc/loadavg: 3.51 3.34 3.26 5/314 30860
/proc/meminfo: memFree=11009300/32951124 swapFree=66050672/67111528
[pid=30858] ppid=30856 vsize=370216 CPUtime=51.09 cores=0,2
/proc/30858/stat : 30858 (SApperloT2010) R 30856 30858 29471 0 -1 4202496 88932 0 0 0 5089 20 0 0 25 0 1 0 657732051 379101184 85200 33554432000 4194304 4394578 140735391133120 18446744073709551615 4298812 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/30858/statm: 92554 85200 267 49 0 89695 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 370216

[startup+102.311 s]
/proc/loadavg: 3.85 3.46 3.31 5/314 30862
/proc/meminfo: memFree=10808152/32951124 swapFree=66050672/67111528
[pid=30858] ppid=30856 vsize=502224 CPUtime=102.3 cores=0,2
/proc/30858/stat : 30858 (SApperloT2010) R 30856 30858 29471 0 -1 4202496 120694 0 0 0 10202 28 0 0 25 0 1 0 657732051 514277376 116962 33554432000 4194304 4394578 140735391133120 18446744073709551615 4298818 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/30858/statm: 125556 116962 267 49 0 122697 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 502224

[startup+162.3 s]
/proc/loadavg: 3.93 3.55 3.35 4/308 30880
/proc/meminfo: memFree=10677836/32951124 swapFree=66050672/67111528
[pid=30858] ppid=30856 vsize=647032 CPUtime=162.29 cores=0,2
/proc/30858/stat : 30858 (SApperloT2010) R 30856 30858 29471 0 -1 4202496 154579 0 0 0 16191 38 0 0 25 0 1 0 657732051 662560768 150847 33554432000 4194304 4394578 140735391133120 18446744073709551615 4298340 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/30858/statm: 161758 150848 267 49 0 158899 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 647032

[startup+222.3 s]
/proc/loadavg: 3.39 3.46 3.33 4/308 30882
/proc/meminfo: memFree=10513632/32951124 swapFree=66050672/67111528
[pid=30858] ppid=30856 vsize=769756 CPUtime=222.29 cores=0,2
/proc/30858/stat : 30858 (SApperloT2010) R 30856 30858 29471 0 -1 4202496 183678 0 0 0 22184 45 0 0 25 0 1 0 657732051 788230144 179946 33554432000 4194304 4394578 140735391133120 18446744073709551615 4327696 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/30858/statm: 192439 179946 267 49 0 189580 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 769756

[startup+282.301 s]
/proc/loadavg: 3.24 3.41 3.31 4/308 30883
/proc/meminfo: memFree=10470700/32951124 swapFree=66050672/67111528
[pid=30858] ppid=30856 vsize=769756 CPUtime=282.29 cores=0,2
/proc/30858/stat : 30858 (SApperloT2010) R 30856 30858 29471 0 -1 4202496 184037 0 0 0 28184 45 0 0 25 0 1 0 657732051 788230144 180305 33554432000 4194304 4394578 140735391133120 18446744073709551615 4298350 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/30858/statm: 192439 180305 267 49 0 189580 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 769756

[startup+342.301 s]
/proc/loadavg: 3.08 3.32 3.29 4/308 30885
/proc/meminfo: memFree=10433592/32951124 swapFree=66050672/67111528
[pid=30858] ppid=30856 vsize=773420 CPUtime=342.3 cores=0,2
/proc/30858/stat : 30858 (SApperloT2010) R 30856 30858 29471 0 -1 4202496 185457 0 0 0 34184 46 0 0 25 0 1 0 657732051 791982080 181725 33554432000 4194304 4394578 140735391133120 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/30858/statm: 193355 181725 267 49 0 190496 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 773420

[startup+402.301 s]
/proc/loadavg: 3.03 3.27 3.27 4/308 30887
/proc/meminfo: memFree=10375636/32951124 swapFree=66050672/67111528
[pid=30858] ppid=30856 vsize=808084 CPUtime=402.3 cores=0,2
/proc/30858/stat : 30858 (SApperloT2010) R 30856 30858 29471 0 -1 4202496 194052 0 0 0 40181 49 0 0 25 0 1 0 657732051 827478016 190320 33554432000 4194304 4394578 140735391133120 18446744073709551615 4346169 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/30858/statm: 202021 190320 267 49 0 199162 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 808084

[startup+462.301 s]
/proc/loadavg: 3.01 3.21 3.25 4/308 30888
/proc/meminfo: memFree=10347220/32951124 swapFree=66050672/67111528
[pid=30858] ppid=30856 vsize=817368 CPUtime=462.3 cores=0,2
/proc/30858/stat : 30858 (SApperloT2010) R 30856 30858 29471 0 -1 4202496 196397 0 0 0 46180 50 0 0 25 0 1 0 657732051 836984832 192665 33554432000 4194304 4394578 140735391133120 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/30858/statm: 204342 192665 267 49 0 201483 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 817368

[startup+522.301 s]
/proc/loadavg: 3.16 3.21 3.24 4/308 30890
/proc/meminfo: memFree=10312484/32951124 swapFree=66050672/67111528
[pid=30858] ppid=30856 vsize=817628 CPUtime=522.3 cores=0,2
/proc/30858/stat : 30858 (SApperloT2010) R 30856 30858 29471 0 -1 4202496 196949 0 0 0 52180 50 0 0 25 0 1 0 657732051 837251072 193217 33554432000 4194304 4394578 140735391133120 18446744073709551615 4298818 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/30858/statm: 204407 193217 267 49 0 201548 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 817628

[startup+582.301 s]
/proc/loadavg: 3.13 3.18 3.23 4/308 30891
/proc/meminfo: memFree=10279104/32951124 swapFree=66050672/67111528
[pid=30858] ppid=30856 vsize=826972 CPUtime=582.3 cores=0,2
/proc/30858/stat : 30858 (SApperloT2010) R 30856 30858 29471 0 -1 4202496 198904 0 0 0 58179 51 0 0 25 0 1 0 657732051 846819328 195172 33554432000 4194304 4394578 140735391133120 18446744073709551615 4338262 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/30858/statm: 206743 195172 267 49 0 203884 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 826972

[startup+642.3 s]
/proc/loadavg: 3.04 3.14 3.21 4/308 30893
/proc/meminfo: memFree=10208156/32951124 swapFree=66050672/67111528
[pid=30858] ppid=30856 vsize=860044 CPUtime=642.32 cores=0,2
/proc/30858/stat : 30858 (SApperloT2010) R 30856 30858 29471 0 -1 4202496 206399 0 0 0 64178 54 0 0 25 0 1 0 657732051 880685056 202667 33554432000 4194304 4394578 140735391133120 18446744073709551615 4298812 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/30858/statm: 215011 202667 267 49 0 212152 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 860044

[startup+702.3 s]
/proc/loadavg: 3.02 3.12 3.20 4/308 30895
/proc/meminfo: memFree=10182456/32951124 swapFree=66050672/67111528
[pid=30858] ppid=30856 vsize=861324 CPUtime=702.31 cores=0,2
/proc/30858/stat : 30858 (SApperloT2010) R 30856 30858 29471 0 -1 4202496 206733 0 0 0 70177 54 0 0 25 0 1 0 657732051 881995776 203001 33554432000 4194304 4394578 140735391133120 18446744073709551615 4298826 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/30858/statm: 215331 203001 267 49 0 212472 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 861324

[startup+762.311 s]
/proc/loadavg: 3.07 3.11 3.18 4/308 30896
/proc/meminfo: memFree=10131960/32951124 swapFree=66050672/67111528
[pid=30858] ppid=30856 vsize=865164 CPUtime=762.32 cores=0,2
/proc/30858/stat : 30858 (SApperloT2010) R 30856 30858 29471 0 -1 4202496 207550 0 0 0 76178 54 0 0 25 0 1 0 657732051 885927936 203818 33554432000 4194304 4394578 140735391133120 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/30858/statm: 216291 203818 267 49 0 213432 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 865164

[startup+822.301 s]
/proc/loadavg: 3.15 3.12 3.18 4/308 30898
/proc/meminfo: memFree=10082216/32951124 swapFree=66050672/67111528
[pid=30858] ppid=30856 vsize=868492 CPUtime=822.31 cores=0,2
/proc/30858/stat : 30858 (SApperloT2010) R 30856 30858 29471 0 -1 4202496 208202 0 0 0 82177 54 0 0 25 0 1 0 657732051 889335808 204470 33554432000 4194304 4394578 140735391133120 18446744073709551615 4298826 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/30858/statm: 217123 204470 267 49 0 214264 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 868492

[startup+882.301 s]
/proc/loadavg: 3.05 3.09 3.17 4/308 30899
/proc/meminfo: memFree=10066068/32951124 swapFree=66050672/67111528
[pid=30858] ppid=30856 vsize=874256 CPUtime=882.32 cores=0,2
/proc/30858/stat : 30858 (SApperloT2010) R 30856 30858 29471 0 -1 4202496 209296 0 0 0 88177 55 0 0 25 0 1 0 657732051 895238144 205564 33554432000 4194304 4394578 140735391133120 18446744073709551615 4298979 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/30858/statm: 218564 205564 267 49 0 215705 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 874256

[startup+942.301 s]
/proc/loadavg: 3.02 3.08 3.16 4/308 30901
/proc/meminfo: memFree=10050300/32951124 swapFree=66050672/67111528
[pid=30858] ppid=30856 vsize=887568 CPUtime=942.32 cores=0,2
/proc/30858/stat : 30858 (SApperloT2010) R 30856 30858 29471 0 -1 4202496 211940 0 0 0 94177 55 0 0 25 0 1 0 657732051 908869632 208208 33554432000 4194304 4394578 140735391133120 18446744073709551615 4298821 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/30858/statm: 221892 208208 267 49 0 219033 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 887568

[startup+1002.3 s]
/proc/loadavg: 3.00 3.06 3.15 4/308 30903
/proc/meminfo: memFree=10043204/32951124 swapFree=66050672/67111528
[pid=30858] ppid=30856 vsize=891408 CPUtime=1002.32 cores=0,2
/proc/30858/stat : 30858 (SApperloT2010) R 30856 30858 29471 0 -1 4202496 212727 0 0 0 100177 55 0 0 25 0 1 0 657732051 912801792 208995 33554432000 4194304 4394578 140735391133120 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/30858/statm: 222852 208995 267 49 0 219993 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 891408

[startup+1062.3 s]
/proc/loadavg: 3.00 3.05 3.13 4/308 30904
/proc/meminfo: memFree=10032384/32951124 swapFree=66050672/67111528
[pid=30858] ppid=30856 vsize=896784 CPUtime=1062.33 cores=0,2
/proc/30858/stat : 30858 (SApperloT2010) R 30856 30858 29471 0 -1 4202496 213768 0 0 0 106177 56 0 0 25 0 1 0 657732051 918306816 210036 33554432000 4194304 4394578 140735391133120 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/30858/statm: 224196 210036 267 49 0 221337 0
Current children cumulated CPU time (s) 1062.33
Current children cumulated vsize (KiB) 896784

[startup+1122.3 s]
/proc/loadavg: 3.04 3.05 3.13 4/308 30906
/proc/meminfo: memFree=10024924/32951124 swapFree=66050672/67111528
[pid=30858] ppid=30856 vsize=898832 CPUtime=1122.33 cores=0,2
/proc/30858/stat : 30858 (SApperloT2010) R 30856 30858 29471 0 -1 4202496 214184 0 0 0 112177 56 0 0 25 0 1 0 657732051 920403968 210452 33554432000 4194304 4394578 140735391133120 18446744073709551615 4298807 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/30858/statm: 224708 210452 267 49 0 221849 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 898832

[startup+1182.3 s]
/proc/loadavg: 3.01 3.04 3.12 4/308 30907
/proc/meminfo: memFree=9990944/32951124 swapFree=66050672/67111528
[pid=30858] ppid=30856 vsize=928736 CPUtime=1182.32 cores=0,2
/proc/30858/stat : 30858 (SApperloT2010) R 30856 30858 29471 0 -1 4202496 220271 0 0 0 118175 57 0 0 25 0 1 0 657732051 951025664 216539 33554432000 4194304 4394578 140735391133120 18446744073709551615 4298350 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/30858/statm: 232184 216539 267 49 0 229325 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 928736

[startup+1242.3 s]
/proc/loadavg: 3.00 3.03 3.10 4/308 30909
/proc/meminfo: memFree=9971452/32951124 swapFree=66050672/67111528
[pid=30858] ppid=30856 vsize=928992 CPUtime=1242.32 cores=0,2
/proc/30858/stat : 30858 (SApperloT2010) R 30856 30858 29471 0 -1 4202496 220510 0 0 0 124175 57 0 0 25 0 1 0 657732051 951287808 216778 33554432000 4194304 4394578 140735391133120 18446744073709551615 4298821 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/30858/statm: 232248 216778 267 49 0 229389 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 928992



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.00 3.02 3.09 2/305 30913
/proc/meminfo: memFree=10901556/32951124 swapFree=66050672/67111528
[pid=30858] ppid=30856 vsize=932320 CPUtime=1300.04 cores=0,2
/proc/30858/stat : 30858 (SApperloT2010) R 30856 30858 29471 0 -1 4202496 221314 0 0 0 129946 58 0 0 25 0 1 0 657732051 954695680 217582 33554432000 4194304 4394578 140735391133120 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/30858/statm: 233080 217582 267 49 0 230221 0
Current children cumulated CPU time (s) 1300.04
Current children cumulated vsize (KiB) 932320

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.05
CPU time (s): 1300.09
CPU user time (s): 1299.47
CPU system time (s): 0.617906
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 932320

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

runsolver used 4.17636 second user time and 8.73467 second system time

The end

Launcher Data

Begin job on node135 at 2011-05-15 14:09:02
IDJOB=3379610
IDBENCH=88219
IDSOLVER=1862
FILE ID=node135/3379610-1305461341
RUNJOBID= node135-1305461341-30816
PBS_JOBID= 13324885
Free space on /tmp= 73352 MiB

SOLVER NAME= SApperloT2010 2011-05-15 (fixed)
BENCH NAME= SAT11/crafted/anton/SRHD-SGI/srhd-sgi-m62-q1504.5-n60-p30-s88600538.cnf
COMMAND LINE= SApperloT2010 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3379610-1305461341/watcher-3379610-1305461341 -o /tmp/evaluation-result-3379610-1305461341/solver-3379610-1305461341 -C 2400 -W 1300 -M 7680  SApperloT2010 HOME/instance-3379610-1305461341.cnf

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

MD5SUM BENCH= 76c30bc0971bc865c2b988ddaca89385
RANDOM SEED=702635844

node135.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.851
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.70
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.851
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.83
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.851
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.75
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.851
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	: 6640.14
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.851
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.78
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.851
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.851
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.74
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.851
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.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      11731072 kB
Buffers:        294348 kB
Cached:        6217796 kB
SwapCached:      50684 kB
Active:       10137628 kB
Inactive:     10833356 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      11731072 kB
SwapTotal:    67111528 kB
SwapFree:     66050672 kB
Dirty:           19956 kB
Writeback:           0 kB
AnonPages:    14413324 kB
Mapped:          18768 kB
Slab:           139456 kB
PageTables:      47088 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 57149104 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73360 MiB
End job on node135 at 2011-05-15 14:30:44