Trace number 3379968

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

NameSAT03/industrial/goldberg/hard_eq_check/
k2mul.miter.shuffled-as.sat03-355.cnf
MD5SUM77e0700cbaeeb3d63a4820608fc84761
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark45.3381
Satisfiable
(Un)Satisfiability was proved
Number of variables11680
Number of clauses74581
Sum of the clauses size252050
Maximum clause length86
Minimum clause length1
Number of clauses of size 14
Number of clauses of size 217176
Number of clauses of size 334696
Number of clauses of size 40
Number of clauses of size 522704
Number of clauses of size over 51

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-3379968-1305460174/watcher-3379968-1305460174 -o /tmp/evaluation-result-3379968-1305460174/solver-3379968-1305460174 -C 2400 -W 1300 -M 7680 SApperloT2010 HOME/instance-3379968-1305460174.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.36 3.85 3.34 3/370 1658
/proc/meminfo: memFree=26965312/32950928 swapFree=60199044/67111528
[pid=1658] ppid=1656 vsize=14636 CPUtime=0 cores=5,7
/proc/1658/stat : 1658 (SApperloT2010) R 1656 1658 24378 0 -1 4202496 924 0 0 0 0 0 0 0 25 0 1 0 657616188 14987264 864 33554432000 4194304 4394578 140733213642288 18446744073709551615 268272349893 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/1658/statm: 3659 865 247 49 0 800 0

[startup+0.0872581 s]
/proc/loadavg: 3.36 3.85 3.34 3/370 1658
/proc/meminfo: memFree=26965312/32950928 swapFree=60199044/67111528
[pid=1658] ppid=1656 vsize=22364 CPUtime=0.08 cores=5,7
/proc/1658/stat : 1658 (SApperloT2010) R 1656 1658 24378 0 -1 4202496 2843 0 0 0 8 0 0 0 25 0 1 0 657616188 22900736 2782 33554432000 4194304 4394578 140733213642288 18446744073709551615 268272713623 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/1658/statm: 5591 2782 256 49 0 2732 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 22364

[startup+0.100253 s]
/proc/loadavg: 3.36 3.85 3.34 3/370 1658
/proc/meminfo: memFree=26965312/32950928 swapFree=60199044/67111528
[pid=1658] ppid=1656 vsize=22364 CPUtime=0.09 cores=5,7
/proc/1658/stat : 1658 (SApperloT2010) R 1656 1658 24378 0 -1 4202496 2843 0 0 0 9 0 0 0 25 0 1 0 657616188 22900736 2782 33554432000 4194304 4394578 140733213642288 18446744073709551615 268272713623 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/1658/statm: 5591 2782 256 49 0 2732 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 22364

[startup+0.300219 s]
/proc/loadavg: 3.36 3.85 3.34 3/370 1658
/proc/meminfo: memFree=26965312/32950928 swapFree=60199044/67111528
[pid=1658] ppid=1656 vsize=26576 CPUtime=0.29 cores=5,7
/proc/1658/stat : 1658 (SApperloT2010) R 1656 1658 24378 0 -1 4202496 4315 0 0 0 27 2 0 0 25 0 1 0 657616188 27213824 3808 33554432000 4194304 4394578 140733213642288 18446744073709551615 268272349893 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/1658/statm: 6644 3810 259 49 0 3785 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 26576

[startup+0.700151 s]
/proc/loadavg: 3.36 3.85 3.34 3/370 1658
/proc/meminfo: memFree=26965312/32950928 swapFree=60199044/67111528
[pid=1658] ppid=1656 vsize=32964 CPUtime=0.69 cores=5,7
/proc/1658/stat : 1658 (SApperloT2010) R 1656 1658 24378 0 -1 4202496 5908 0 0 0 67 2 0 0 25 0 1 0 657616188 33755136 5401 33554432000 4194304 4394578 140733213642288 18446744073709551615 4298333 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/1658/statm: 8241 5401 267 49 0 5382 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 32964

[startup+1.50101 s]
/proc/loadavg: 3.36 3.85 3.34 5/376 1669
/proc/meminfo: memFree=26880856/32950928 swapFree=60199044/67111528
[pid=1658] ppid=1656 vsize=34440 CPUtime=1.49 cores=5,7
/proc/1658/stat : 1658 (SApperloT2010) R 1656 1658 24378 0 -1 4202496 6279 0 0 0 146 3 0 0 25 0 1 0 657616188 35266560 5772 33554432000 4194304 4394578 140733213642288 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/1658/statm: 8610 5772 267 49 0 5751 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 34440

[startup+3.10072 s]
/proc/loadavg: 3.36 3.85 3.34 5/376 1669
/proc/meminfo: memFree=26869092/32950928 swapFree=60199044/67111528
[pid=1658] ppid=1656 vsize=38820 CPUtime=3.09 cores=5,7
/proc/1658/stat : 1658 (SApperloT2010) R 1656 1658 24378 0 -1 4202496 7310 0 0 0 306 3 0 0 25 0 1 0 657616188 39751680 6803 33554432000 4194304 4394578 140733213642288 18446744073709551615 4298333 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/1658/statm: 9705 6803 267 49 0 6846 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 38820

[startup+6.30015 s]
/proc/loadavg: 3.41 3.85 3.34 5/376 1669
/proc/meminfo: memFree=26848528/32950928 swapFree=60199044/67111528
[pid=1658] ppid=1656 vsize=45332 CPUtime=6.29 cores=5,7
/proc/1658/stat : 1658 (SApperloT2010) R 1656 1658 24378 0 -1 4202496 8888 0 0 0 626 3 0 0 25 0 1 0 657616188 46419968 8381 33554432000 4194304 4394578 140733213642288 18446744073709551615 4298714 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/1658/statm: 11333 8381 267 49 0 8474 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 45332

[startup+12.701 s]
/proc/loadavg: 3.46 3.86 3.34 5/376 1669
/proc/meminfo: memFree=26833972/32950928 swapFree=60199044/67111528
[pid=1658] ppid=1656 vsize=49912 CPUtime=12.69 cores=5,7
/proc/1658/stat : 1658 (SApperloT2010) R 1656 1658 24378 0 -1 4202496 9924 0 0 0 1266 3 0 0 25 0 1 0 657616188 51109888 9417 33554432000 4194304 4394578 140733213642288 18446744073709551615 4298333 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/1658/statm: 12478 9417 267 49 0 9619 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 49912

[startup+25.5007 s]
/proc/loadavg: 3.58 3.86 3.35 5/376 1670
/proc/meminfo: memFree=26787732/32950928 swapFree=60199044/67111528
[pid=1658] ppid=1656 vsize=55824 CPUtime=25.49 cores=5,7
/proc/1658/stat : 1658 (SApperloT2010) R 1656 1658 24378 0 -1 4202496 11335 0 0 0 2545 4 0 0 25 0 1 0 657616188 57163776 10828 33554432000 4194304 4394578 140733213642288 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/1658/statm: 13956 10828 267 49 0 11097 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 55824

[startup+51.1002 s]
/proc/loadavg: 3.72 3.87 3.37 5/376 1670
/proc/meminfo: memFree=26749472/32950928 swapFree=60199044/67111528
[pid=1658] ppid=1656 vsize=63872 CPUtime=51.09 cores=5,7
/proc/1658/stat : 1658 (SApperloT2010) R 1656 1658 24378 0 -1 4202496 13238 0 0 0 5104 5 0 0 25 0 1 0 657616188 65404928 12731 33554432000 4194304 4394578 140733213642288 18446744073709551615 4298333 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/1658/statm: 15968 12731 267 49 0 13109 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 63872

[startup+102.314 s]
/proc/loadavg: 3.88 3.89 3.40 5/376 1672
/proc/meminfo: memFree=26711256/32950928 swapFree=60199044/67111528
[pid=1658] ppid=1656 vsize=67724 CPUtime=102.3 cores=5,7
/proc/1658/stat : 1658 (SApperloT2010) R 1656 1658 24378 0 -1 4202496 14225 0 0 0 10225 5 0 0 25 0 1 0 657616188 69349376 13718 33554432000 4194304 4394578 140733213642288 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/1658/statm: 16931 13718 267 49 0 14072 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 67724

[startup+162.3 s]
/proc/loadavg: 3.95 3.91 3.43 5/376 1673
/proc/meminfo: memFree=26681436/32950928 swapFree=60199044/67111528
[pid=1658] ppid=1656 vsize=74468 CPUtime=162.3 cores=5,7
/proc/1658/stat : 1658 (SApperloT2010) R 1656 1658 24378 0 -1 4202496 15705 0 0 0 16224 6 0 0 25 0 1 0 657616188 76255232 15198 33554432000 4194304 4394578 140733213642288 18446744073709551615 4287907 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/1658/statm: 18617 15198 267 49 0 15758 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 74468

[startup+222.301 s]
/proc/loadavg: 4.05 3.94 3.47 5/376 1675
/proc/meminfo: memFree=26652488/32950928 swapFree=60199044/67111528
[pid=1658] ppid=1656 vsize=77272 CPUtime=222.29 cores=5,7
/proc/1658/stat : 1658 (SApperloT2010) R 1656 1658 24378 0 -1 4202496 16418 0 0 0 22223 6 0 0 25 0 1 0 657616188 79126528 15911 33554432000 4194304 4394578 140733213642288 18446744073709551615 4299109 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/1658/statm: 19318 15911 267 49 0 16459 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 77272

[startup+282.301 s]
/proc/loadavg: 4.09 3.96 3.51 5/376 1676
/proc/meminfo: memFree=26602200/32950928 swapFree=60199044/67111528
[pid=1658] ppid=1656 vsize=86492 CPUtime=282.3 cores=5,7
/proc/1658/stat : 1658 (SApperloT2010) R 1656 1658 24378 0 -1 4202496 18544 0 0 0 28223 7 0 0 25 0 1 0 657616188 88567808 18037 33554432000 4194304 4394578 140733213642288 18446744073709551615 4313449 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/1658/statm: 21623 18037 267 49 0 18764 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 86492

[startup+342.3 s]
/proc/loadavg: 4.07 3.98 3.54 5/376 1678
/proc/meminfo: memFree=26546976/32950928 swapFree=60199044/67111528
[pid=1658] ppid=1656 vsize=86492 CPUtime=342.3 cores=5,7
/proc/1658/stat : 1658 (SApperloT2010) R 1656 1658 24378 0 -1 4202496 18585 0 0 0 34223 7 0 0 25 0 1 0 657616188 88567808 18078 33554432000 4194304 4394578 140733213642288 18446744073709551615 4298340 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/1658/statm: 21623 18078 267 49 0 18764 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 86492

[startup+402.301 s]
/proc/loadavg: 4.02 3.98 3.57 5/376 1680
/proc/meminfo: memFree=26536888/32950928 swapFree=60199044/67111528
[pid=1658] ppid=1656 vsize=88316 CPUtime=402.3 cores=5,7
/proc/1658/stat : 1658 (SApperloT2010) R 1656 1658 24378 0 -1 4202496 19044 0 0 0 40223 7 0 0 25 0 1 0 657616188 90435584 18537 33554432000 4194304 4394578 140733213642288 18446744073709551615 4298923 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/1658/statm: 22079 18537 267 49 0 19220 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 88316

[startup+462.301 s]
/proc/loadavg: 4.17 4.01 3.60 5/376 1681
/proc/meminfo: memFree=26527052/32950928 swapFree=60199044/67111528
[pid=1658] ppid=1656 vsize=89112 CPUtime=462.3 cores=5,7
/proc/1658/stat : 1658 (SApperloT2010) R 1656 1658 24378 0 -1 4202496 19262 0 0 0 46223 7 0 0 25 0 1 0 657616188 91250688 18755 33554432000 4194304 4394578 140733213642288 18446744073709551615 4290857 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/1658/statm: 22278 18755 267 49 0 19419 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 89112

[startup+522.3 s]
/proc/loadavg: 4.06 4.01 3.62 5/376 1683
/proc/meminfo: memFree=26520304/32950928 swapFree=60199044/67111528
[pid=1658] ppid=1656 vsize=94392 CPUtime=522.31 cores=5,7
/proc/1658/stat : 1658 (SApperloT2010) R 1656 1658 24378 0 -1 4202496 20630 0 0 0 52223 8 0 0 25 0 1 0 657616188 96657408 20123 33554432000 4194304 4394578 140733213642288 18446744073709551615 4299424 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/1658/statm: 23598 20123 267 49 0 20739 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 94392

[startup+582.3 s]
/proc/loadavg: 4.02 4.00 3.64 5/376 1684
/proc/meminfo: memFree=26512820/32950928 swapFree=60199044/67111528
[pid=1658] ppid=1656 vsize=97496 CPUtime=582.31 cores=5,7
/proc/1658/stat : 1658 (SApperloT2010) R 1656 1658 24378 0 -1 4202496 21280 0 0 0 58223 8 0 0 25 0 1 0 657616188 99835904 20773 33554432000 4194304 4394578 140733213642288 18446744073709551615 4298298 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/1658/statm: 24374 20773 267 49 0 21515 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 97496

[startup+642.301 s]
/proc/loadavg: 4.01 4.00 3.66 5/376 1686
/proc/meminfo: memFree=26494540/32950928 swapFree=60199044/67111528
[pid=1658] ppid=1656 vsize=98520 CPUtime=642.31 cores=5,7
/proc/1658/stat : 1658 (SApperloT2010) R 1656 1658 24378 0 -1 4202496 21451 0 0 0 64223 8 0 0 25 0 1 0 657616188 100884480 20944 33554432000 4194304 4394578 140733213642288 18446744073709551615 4346330 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/1658/statm: 24630 20944 267 49 0 21771 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 98520

[startup+702.301 s]
/proc/loadavg: 4.00 4.00 3.68 5/376 1697
/proc/meminfo: memFree=26461956/32950928 swapFree=60199044/67111528
[pid=1658] ppid=1656 vsize=98520 CPUtime=702.31 cores=5,7
/proc/1658/stat : 1658 (SApperloT2010) R 1656 1658 24378 0 -1 4202496 21462 0 0 0 70223 8 0 0 25 0 1 0 657616188 100884480 20955 33554432000 4194304 4394578 140733213642288 18446744073709551615 4298650 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/1658/statm: 24630 20955 267 49 0 21771 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 98520

[startup+762.314 s]
/proc/loadavg: 4.00 4.00 3.70 5/376 1698
/proc/meminfo: memFree=26458332/32950928 swapFree=60199044/67111528
[pid=1658] ppid=1656 vsize=98776 CPUtime=762.33 cores=5,7
/proc/1658/stat : 1658 (SApperloT2010) R 1656 1658 24378 0 -1 4202496 21522 0 0 0 76224 9 0 0 25 0 1 0 657616188 101146624 21015 33554432000 4194304 4394578 140733213642288 18446744073709551615 4298841 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/1658/statm: 24694 21015 267 49 0 21835 0
Current children cumulated CPU time (s) 762.33
Current children cumulated vsize (KiB) 98776

[startup+822.301 s]
/proc/loadavg: 4.07 4.03 3.73 5/376 1700
/proc/meminfo: memFree=26457284/32950928 swapFree=60199044/67111528
[pid=1658] ppid=1656 vsize=99028 CPUtime=822.31 cores=5,7
/proc/1658/stat : 1658 (SApperloT2010) R 1656 1658 24378 0 -1 4202496 21619 0 0 0 82222 9 0 0 25 0 1 0 657616188 101404672 21112 33554432000 4194304 4394578 140733213642288 18446744073709551615 4298989 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/1658/statm: 24757 21112 267 49 0 21898 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 99028

[startup+882.301 s]
/proc/loadavg: 4.11 4.05 3.75 5/376 1704
/proc/meminfo: memFree=26444216/32950928 swapFree=60199044/67111528
[pid=1658] ppid=1656 vsize=108988 CPUtime=882.32 cores=5,7
/proc/1658/stat : 1658 (SApperloT2010) R 1656 1658 24378 0 -1 4202496 23903 0 0 0 88222 10 0 0 25 0 1 0 657616188 111603712 23396 33554432000 4194304 4394578 140733213642288 18446744073709551615 4298919 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/1658/statm: 27247 23396 267 49 0 24388 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 108988

[startup+942.3 s]
/proc/loadavg: 4.04 4.04 3.76 5/376 1706
/proc/meminfo: memFree=26437224/32950928 swapFree=60199044/67111528
[pid=1658] ppid=1656 vsize=110012 CPUtime=942.31 cores=5,7
/proc/1658/stat : 1658 (SApperloT2010) R 1656 1658 24378 0 -1 4202496 24100 0 0 0 94221 10 0 0 25 0 1 0 657616188 112652288 23593 33554432000 4194304 4394578 140733213642288 18446744073709551615 4298333 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/1658/statm: 27503 23593 267 49 0 24644 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 110012

[startup+1002.3 s]
/proc/loadavg: 4.01 4.03 3.77 5/376 1708
/proc/meminfo: memFree=26433464/32950928 swapFree=60199044/67111528
[pid=1658] ppid=1656 vsize=110524 CPUtime=1002.32 cores=5,7
/proc/1658/stat : 1658 (SApperloT2010) R 1656 1658 24378 0 -1 4202496 24180 0 0 0 100221 11 0 0 25 0 1 0 657616188 113176576 23673 33554432000 4194304 4394578 140733213642288 18446744073709551615 4298333 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/1658/statm: 27631 23673 267 49 0 24772 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 110524

[startup+1062.3 s]
/proc/loadavg: 4.13 4.06 3.80 5/376 1709
/proc/meminfo: memFree=26427220/32950928 swapFree=60199044/67111528
[pid=1658] ppid=1656 vsize=111036 CPUtime=1062.32 cores=5,7
/proc/1658/stat : 1658 (SApperloT2010) R 1656 1658 24378 0 -1 4202496 24253 0 0 0 106221 11 0 0 25 0 1 0 657616188 113700864 23746 33554432000 4194304 4394578 140733213642288 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/1658/statm: 27759 23746 267 49 0 24900 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 111036

[startup+1122.3 s]
/proc/loadavg: 4.04 4.05 3.81 5/376 1711
/proc/meminfo: memFree=26421964/32950928 swapFree=60199044/67111528
[pid=1658] ppid=1656 vsize=111036 CPUtime=1122.32 cores=5,7
/proc/1658/stat : 1658 (SApperloT2010) R 1656 1658 24378 0 -1 4202496 24258 0 0 0 112221 11 0 0 25 0 1 0 657616188 113700864 23751 33554432000 4194304 4394578 140733213642288 18446744073709551615 4298361 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/1658/statm: 27759 23751 267 49 0 24900 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 111036

[startup+1182.3 s]
/proc/loadavg: 4.01 4.04 3.82 5/376 1712
/proc/meminfo: memFree=26410148/32950928 swapFree=60199044/67111528
[pid=1658] ppid=1656 vsize=114468 CPUtime=1182.33 cores=5,7
/proc/1658/stat : 1658 (SApperloT2010) R 1656 1658 24378 0 -1 4202496 25228 0 0 0 118221 12 0 0 25 0 1 0 657616188 117215232 24721 33554432000 4194304 4394578 140733213642288 18446744073709551615 4298298 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/1658/statm: 28617 24721 267 49 0 25758 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 114468

[startup+1242.3 s]
/proc/loadavg: 4.00 4.03 3.83 5/376 1714
/proc/meminfo: memFree=26405388/32950928 swapFree=60199044/67111528
[pid=1658] ppid=1656 vsize=114732 CPUtime=1242.33 cores=5,7
/proc/1658/stat : 1658 (SApperloT2010) R 1656 1658 24378 0 -1 4202496 25305 0 0 0 124221 12 0 0 25 0 1 0 657616188 117485568 24798 33554432000 4194304 4394578 140733213642288 18446744073709551615 4296038 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/1658/statm: 28683 24798 267 49 0 25824 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 114732



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.00 4.02 3.83 3/374 1718
/proc/meminfo: memFree=26541132/32950928 swapFree=60199044/67111528
[pid=1658] ppid=1656 vsize=114732 CPUtime=1300.03 cores=5,7
/proc/1658/stat : 1658 (SApperloT2010) R 1656 1658 24378 0 -1 4202496 25371 0 0 0 129991 12 0 0 25 0 1 0 657616188 117485568 24864 33554432000 4194304 4394578 140733213642288 18446744073709551615 4298340 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/1658/statm: 28683 24864 267 49 0 25824 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 114732

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.93
CPU system time (s): 0.124981
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 114732

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

runsolver used 4.41033 second user time and 10.9793 second system time

The end

Launcher Data

Begin job on node122 at 2011-05-15 13:49:34
IDJOB=3379968
IDBENCH=84215
IDSOLVER=1862
FILE ID=node122/3379968-1305460174
RUNJOBID= node122-1305460174-1629
PBS_JOBID= 13324864
Free space on /tmp= 73456 MiB

SOLVER NAME= SApperloT2010 2011-05-15 (fixed)
BENCH NAME= SAT03/industrial/goldberg/hard_eq_check/k2mul.miter.shuffled-as.sat03-355.cnf
COMMAND LINE= SApperloT2010 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3379968-1305460174/watcher-3379968-1305460174 -o /tmp/evaluation-result-3379968-1305460174/solver-3379968-1305460174 -C 2400 -W 1300 -M 7680  SApperloT2010 HOME/instance-3379968-1305460174.cnf

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

MD5SUM BENCH= 77e0700cbaeeb3d63a4820608fc84761
RANDOM SEED=207479060

node122.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.820
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.64
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.820
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.820
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.820
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.820
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.75
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.820
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.820
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.820
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.97
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      26965964 kB
Buffers:        307084 kB
Cached:        3851524 kB
SwapCached:      50104 kB
Active:        1635944 kB
Inactive:      4117584 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      26965964 kB
SwapTotal:    67111528 kB
SwapFree:     60199044 kB
Dirty:            4456 kB
Writeback:           0 kB
AnonPages:     1555728 kB
Mapped:          19196 kB
Slab:           128836 kB
PageTables:      38292 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 79636944 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= 73456 MiB
End job on node122 at 2011-05-15 14:11:16