Trace number 3379966

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/
x1mul.miter.shuffled-as.sat03-359.cnf
MD5SUM9edcffddbe07377cf6685697aafad673
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark16.6405
Satisfiable
(Un)Satisfiability was proved
Number of variables8756
Number of clauses55571
Sum of the clauses size187746
Maximum clause length70
Minimum clause length1
Number of clauses of size 128
Number of clauses of size 212786
Number of clauses of size 325852
Number of clauses of size 40
Number of clauses of size 516904
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-3379966-1305460174/watcher-3379966-1305460174 -o /tmp/evaluation-result-3379966-1305460174/solver-3379966-1305460174 -C 2400 -W 1300 -M 7680 SApperloT2010 HOME/instance-3379966-1305460174.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: 3.36 3.85 3.34 3/363 1647
/proc/meminfo: memFree=26973684/32950928 swapFree=60199044/67111528
[pid=1647] ppid=1644 vsize=14008 CPUtime=0 cores=1,3
/proc/1647/stat : 1647 (SApperloT2010) R 1644 1647 24378 0 -1 4202496 796 0 0 0 0 0 0 0 23 0 1 0 657616185 14344192 736 33554432000 4194304 4394578 140737431757344 18446744073709551615 268272688896 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/1647/statm: 3502 736 247 49 0 643 0

[startup+0.0536231 s]
/proc/loadavg: 3.36 3.85 3.34 3/363 1647
/proc/meminfo: memFree=26973684/32950928 swapFree=60199044/67111528
[pid=1647] ppid=1644 vsize=19696 CPUtime=0.05 cores=1,3
/proc/1647/stat : 1647 (SApperloT2010) R 1644 1647 24378 0 -1 4202496 2205 0 0 0 5 0 0 0 23 0 1 0 657616185 20168704 2144 33554432000 4194304 4394578 140737431757344 18446744073709551615 4267384 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/1647/statm: 4924 2144 253 49 0 2065 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 19696

[startup+0.100615 s]
/proc/loadavg: 3.36 3.85 3.34 3/363 1647
/proc/meminfo: memFree=26973684/32950928 swapFree=60199044/67111528
[pid=1647] ppid=1644 vsize=19696 CPUtime=0.09 cores=1,3
/proc/1647/stat : 1647 (SApperloT2010) R 1644 1647 24378 0 -1 4202496 2216 0 0 0 9 0 0 0 23 0 1 0 657616185 20168704 2155 33554432000 4194304 4394578 140737431757344 18446744073709551615 268272713623 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/1647/statm: 4924 2155 255 49 0 2065 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 19696

[startup+0.30058 s]
/proc/loadavg: 3.36 3.85 3.34 3/363 1647
/proc/meminfo: memFree=26973684/32950928 swapFree=60199044/67111528
[pid=1647] ppid=1644 vsize=26936 CPUtime=0.29 cores=1,3
/proc/1647/stat : 1647 (SApperloT2010) R 1644 1647 24378 0 -1 4202496 4334 0 0 0 28 1 0 0 25 0 1 0 657616185 27582464 3938 33554432000 4194304 4394578 140737431757344 18446744073709551615 4298832 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/1647/statm: 6734 3938 267 49 0 3875 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 26936

[startup+0.700509 s]
/proc/loadavg: 3.36 3.85 3.34 3/363 1647
/proc/meminfo: memFree=26973684/32950928 swapFree=60199044/67111528
[pid=1647] ppid=1644 vsize=29004 CPUtime=0.69 cores=1,3
/proc/1647/stat : 1647 (SApperloT2010) R 1644 1647 24378 0 -1 4202496 4843 0 0 0 68 1 0 0 25 0 1 0 657616185 29700096 4447 33554432000 4194304 4394578 140737431757344 18446744073709551615 4298693 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/1647/statm: 7251 4447 267 49 0 4392 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 29004

[startup+1.50037 s]
/proc/loadavg: 3.36 3.85 3.34 5/376 1669
/proc/meminfo: memFree=26884204/32950928 swapFree=60199044/67111528
[pid=1647] ppid=1644 vsize=31552 CPUtime=1.49 cores=1,3
/proc/1647/stat : 1647 (SApperloT2010) R 1644 1647 24378 0 -1 4202496 5469 0 0 0 147 2 0 0 25 0 1 0 657616185 32309248 5073 33554432000 4194304 4394578 140737431757344 18446744073709551615 4298989 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/1647/statm: 7888 5073 267 49 0 5029 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 31552

[startup+3.10108 s]
/proc/loadavg: 3.36 3.85 3.34 5/376 1669
/proc/meminfo: memFree=26869340/32950928 swapFree=60199044/67111528
[pid=1647] ppid=1644 vsize=36044 CPUtime=3.09 cores=1,3
/proc/1647/stat : 1647 (SApperloT2010) R 1644 1647 24378 0 -1 4202496 6533 0 0 0 307 2 0 0 25 0 1 0 657616185 36909056 6137 33554432000 4194304 4394578 140737431757344 18446744073709551615 4292774 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/1647/statm: 9011 6137 267 49 0 6152 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 36044

[startup+6.30051 s]
/proc/loadavg: 3.41 3.85 3.34 5/376 1669
/proc/meminfo: memFree=26848640/32950928 swapFree=60199044/67111528
[pid=1647] ppid=1644 vsize=39740 CPUtime=6.29 cores=1,3
/proc/1647/stat : 1647 (SApperloT2010) R 1644 1647 24378 0 -1 4202496 7377 0 0 0 627 2 0 0 25 0 1 0 657616185 40693760 6981 33554432000 4194304 4394578 140737431757344 18446744073709551615 4298738 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/1647/statm: 9935 6981 267 49 0 7076 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 39740

[startup+12.7004 s]
/proc/loadavg: 3.46 3.86 3.34 5/376 1669
/proc/meminfo: memFree=26834220/32950928 swapFree=60199044/67111528
[pid=1647] ppid=1644 vsize=43844 CPUtime=12.69 cores=1,3
/proc/1647/stat : 1647 (SApperloT2010) R 1644 1647 24378 0 -1 4202496 8335 0 0 0 1267 2 0 0 25 0 1 0 657616185 44896256 7939 33554432000 4194304 4394578 140737431757344 18446744073709551615 4298837 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/1647/statm: 10961 7939 267 49 0 8102 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 43844

[startup+25.5011 s]
/proc/loadavg: 3.58 3.86 3.35 5/376 1670
/proc/meminfo: memFree=26787856/32950928 swapFree=60199044/67111528
[pid=1647] ppid=1644 vsize=48588 CPUtime=25.49 cores=1,3
/proc/1647/stat : 1647 (SApperloT2010) R 1644 1647 24378 0 -1 4202496 9389 0 0 0 2547 2 0 0 25 0 1 0 657616185 49754112 8993 33554432000 4194304 4394578 140737431757344 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/1647/statm: 12147 8993 267 49 0 9288 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 48588

[startup+51.1006 s]
/proc/loadavg: 3.72 3.87 3.37 5/376 1670
/proc/meminfo: memFree=26749472/32950928 swapFree=60199044/67111528
[pid=1647] ppid=1644 vsize=52588 CPUtime=51.09 cores=1,3
/proc/1647/stat : 1647 (SApperloT2010) R 1644 1647 24378 0 -1 4202496 10342 0 0 0 5106 3 0 0 25 0 1 0 657616185 53850112 9946 33554432000 4194304 4394578 140737431757344 18446744073709551615 4296777 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/1647/statm: 13147 9946 267 49 0 10288 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 52588

[startup+102.314 s]
/proc/loadavg: 3.88 3.89 3.40 5/376 1672
/proc/meminfo: memFree=26711256/32950928 swapFree=60199044/67111528
[pid=1647] ppid=1644 vsize=60488 CPUtime=102.3 cores=1,3
/proc/1647/stat : 1647 (SApperloT2010) R 1644 1647 24378 0 -1 4202496 12125 0 0 0 10227 3 0 0 25 0 1 0 657616185 61939712 11729 33554432000 4194304 4394578 140737431757344 18446744073709551615 4298326 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/1647/statm: 15122 11729 267 49 0 12263 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 60488

[startup+162.301 s]
/proc/loadavg: 3.95 3.91 3.43 5/376 1673
/proc/meminfo: memFree=26681436/32950928 swapFree=60199044/67111528
[pid=1647] ppid=1644 vsize=66208 CPUtime=162.3 cores=1,3
/proc/1647/stat : 1647 (SApperloT2010) R 1644 1647 24378 0 -1 4202496 13528 0 0 0 16226 4 0 0 25 0 1 0 657616185 67796992 13132 33554432000 4194304 4394578 140737431757344 18446744073709551615 4298333 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/1647/statm: 16552 13132 267 49 0 13693 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 66208

[startup+222.301 s]
/proc/loadavg: 4.05 3.94 3.47 5/376 1675
/proc/meminfo: memFree=26652488/32950928 swapFree=60199044/67111528
[pid=1647] ppid=1644 vsize=72596 CPUtime=222.3 cores=1,3
/proc/1647/stat : 1647 (SApperloT2010) R 1644 1647 24378 0 -1 4202496 15090 0 0 0 22225 5 0 0 25 0 1 0 657616185 74338304 14629 33554432000 4194304 4394578 140737431757344 18446744073709551615 4298330 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/1647/statm: 18149 14629 267 49 0 15290 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 72596

[startup+282.3 s]
/proc/loadavg: 4.09 3.96 3.51 5/376 1676
/proc/meminfo: memFree=26602200/32950928 swapFree=60199044/67111528
[pid=1647] ppid=1644 vsize=77208 CPUtime=282.3 cores=1,3
/proc/1647/stat : 1647 (SApperloT2010) R 1644 1647 24378 0 -1 4202496 16142 0 0 0 28224 6 0 0 25 0 1 0 657616185 79060992 15681 33554432000 4194304 4394578 140737431757344 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/1647/statm: 19302 15681 267 49 0 16443 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 77208

[startup+342.301 s]
/proc/loadavg: 4.07 3.98 3.54 5/376 1678
/proc/meminfo: memFree=26546976/32950928 swapFree=60199044/67111528
[pid=1647] ppid=1644 vsize=83580 CPUtime=342.29 cores=1,3
/proc/1647/stat : 1647 (SApperloT2010) R 1644 1647 24378 0 -1 4202496 17580 0 0 0 34223 6 0 0 25 0 1 0 657616185 85585920 17119 33554432000 4194304 4394578 140737431757344 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/1647/statm: 20895 17119 267 49 0 18036 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 83580

[startup+402.301 s]
/proc/loadavg: 4.02 3.98 3.57 5/376 1680
/proc/meminfo: memFree=26536888/32950928 swapFree=60199044/67111528
[pid=1647] ppid=1644 vsize=87868 CPUtime=402.3 cores=1,3
/proc/1647/stat : 1647 (SApperloT2010) R 1644 1647 24378 0 -1 4202496 18495 0 0 0 40223 7 0 0 25 0 1 0 657616185 89976832 18034 33554432000 4194304 4394578 140737431757344 18446744073709551615 4298340 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/1647/statm: 21967 18034 267 49 0 19108 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 87868

[startup+462.3 s]
/proc/loadavg: 4.17 4.01 3.60 5/376 1681
/proc/meminfo: memFree=26527052/32950928 swapFree=60199044/67111528
[pid=1647] ppid=1644 vsize=88836 CPUtime=462.3 cores=1,3
/proc/1647/stat : 1647 (SApperloT2010) R 1644 1647 24378 0 -1 4202496 18703 0 0 0 46223 7 0 0 25 0 1 0 657616185 90968064 18242 33554432000 4194304 4394578 140737431757344 18446744073709551615 4327664 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/1647/statm: 22209 18242 267 49 0 19350 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 88836

[startup+522.301 s]
/proc/loadavg: 4.06 4.01 3.62 5/376 1683
/proc/meminfo: memFree=26520304/32950928 swapFree=60199044/67111528
[pid=1647] ppid=1644 vsize=90180 CPUtime=522.3 cores=1,3
/proc/1647/stat : 1647 (SApperloT2010) R 1644 1647 24378 0 -1 4202496 19018 0 0 0 52222 8 0 0 25 0 1 0 657616185 92344320 18557 33554432000 4194304 4394578 140737431757344 18446744073709551615 4298792 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/1647/statm: 22545 18557 267 49 0 19686 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 90180

[startup+582.301 s]
/proc/loadavg: 4.02 4.00 3.64 5/376 1684
/proc/meminfo: memFree=26512820/32950928 swapFree=60199044/67111528
[pid=1647] ppid=1644 vsize=92604 CPUtime=582.3 cores=1,3
/proc/1647/stat : 1647 (SApperloT2010) R 1644 1647 24378 0 -1 4202496 19603 0 0 0 58222 8 0 0 25 0 1 0 657616185 94826496 19142 33554432000 4194304 4394578 140737431757344 18446744073709551615 4327688 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/1647/statm: 23151 19142 267 49 0 20292 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 92604

[startup+642.3 s]
/proc/loadavg: 4.01 4.00 3.66 5/376 1686
/proc/meminfo: memFree=26494540/32950928 swapFree=60199044/67111528
[pid=1647] ppid=1644 vsize=93116 CPUtime=642.31 cores=1,3
/proc/1647/stat : 1647 (SApperloT2010) R 1644 1647 24378 0 -1 4202496 19741 0 0 0 64222 9 0 0 25 0 1 0 657616185 95350784 19280 33554432000 4194304 4394578 140737431757344 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/1647/statm: 23279 19280 267 49 0 20420 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 93116

[startup+702.3 s]
/proc/loadavg: 4.00 4.00 3.68 5/376 1697
/proc/meminfo: memFree=26461956/32950928 swapFree=60199044/67111528
[pid=1647] ppid=1644 vsize=96060 CPUtime=702.3 cores=1,3
/proc/1647/stat : 1647 (SApperloT2010) R 1644 1647 24378 0 -1 4202496 20305 0 0 0 70221 9 0 0 25 0 1 0 657616185 98365440 19844 33554432000 4194304 4394578 140737431757344 18446744073709551615 4298923 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/1647/statm: 24015 19844 267 49 0 21156 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 96060

[startup+762.315 s]
/proc/loadavg: 4.00 4.00 3.70 5/376 1698
/proc/meminfo: memFree=26458332/32950928 swapFree=60199044/67111528
[pid=1647] ppid=1644 vsize=99944 CPUtime=762.33 cores=1,3
/proc/1647/stat : 1647 (SApperloT2010) R 1644 1647 24378 0 -1 4202496 21157 0 0 0 76223 10 0 0 25 0 1 0 657616185 102342656 20696 33554432000 4194304 4394578 140737431757344 18446744073709551615 4299475 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/1647/statm: 24986 20696 267 49 0 22127 0
Current children cumulated CPU time (s) 762.33
Current children cumulated vsize (KiB) 99944

[startup+822.301 s]
/proc/loadavg: 4.07 4.03 3.73 5/376 1700
/proc/meminfo: memFree=26457284/32950928 swapFree=60199044/67111528
[pid=1647] ppid=1644 vsize=100456 CPUtime=822.31 cores=1,3
/proc/1647/stat : 1647 (SApperloT2010) R 1644 1647 24378 0 -1 4202496 21253 0 0 0 82221 10 0 0 25 0 1 0 657616185 102866944 20792 33554432000 4194304 4394578 140737431757344 18446744073709551615 4287763 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/1647/statm: 25114 20792 267 49 0 22255 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 100456

[startup+882.3 s]
/proc/loadavg: 4.11 4.05 3.75 5/376 1704
/proc/meminfo: memFree=26444216/32950928 swapFree=60199044/67111528
[pid=1647] ppid=1644 vsize=101168 CPUtime=882.31 cores=1,3
/proc/1647/stat : 1647 (SApperloT2010) R 1644 1647 24378 0 -1 4202496 21475 0 0 0 88221 10 0 0 25 0 1 0 657616185 103596032 21014 33554432000 4194304 4394578 140737431757344 18446744073709551615 4298350 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/1647/statm: 25292 21014 267 49 0 22433 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 101168

[startup+942.301 s]
/proc/loadavg: 4.04 4.04 3.76 5/376 1706
/proc/meminfo: memFree=26437224/32950928 swapFree=60199044/67111528
[pid=1647] ppid=1644 vsize=105648 CPUtime=942.32 cores=1,3
/proc/1647/stat : 1647 (SApperloT2010) R 1644 1647 24378 0 -1 4202496 22510 0 0 0 94221 11 0 0 25 0 1 0 657616185 108183552 22049 33554432000 4194304 4394578 140737431757344 18446744073709551615 4298370 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/1647/statm: 26412 22049 267 49 0 23553 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 105648

[startup+1002.3 s]
/proc/loadavg: 4.01 4.03 3.77 5/376 1708
/proc/meminfo: memFree=26433464/32950928 swapFree=60199044/67111528
[pid=1647] ppid=1644 vsize=105904 CPUtime=1002.31 cores=1,3
/proc/1647/stat : 1647 (SApperloT2010) R 1644 1647 24378 0 -1 4202496 22567 0 0 0 100220 11 0 0 25 0 1 0 657616185 108445696 22106 33554432000 4194304 4394578 140737431757344 18446744073709551615 4298767 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/1647/statm: 26476 22106 267 49 0 23617 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 105904

[startup+1062.3 s]
/proc/loadavg: 4.13 4.06 3.80 5/376 1709
/proc/meminfo: memFree=26427220/32950928 swapFree=60199044/67111528
[pid=1647] ppid=1644 vsize=107440 CPUtime=1062.32 cores=1,3
/proc/1647/stat : 1647 (SApperloT2010) R 1644 1647 24378 0 -1 4202496 22935 0 0 0 106220 12 0 0 25 0 1 0 657616185 110018560 22474 33554432000 4194304 4394578 140737431757344 18446744073709551615 4298326 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/1647/statm: 26860 22474 267 49 0 24001 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 107440

[startup+1122.3 s]
/proc/loadavg: 4.04 4.05 3.81 5/376 1711
/proc/meminfo: memFree=26421964/32950928 swapFree=60199044/67111528
[pid=1647] ppid=1644 vsize=107824 CPUtime=1122.32 cores=1,3
/proc/1647/stat : 1647 (SApperloT2010) R 1644 1647 24378 0 -1 4202496 23021 0 0 0 112220 12 0 0 25 0 1 0 657616185 110411776 22560 33554432000 4194304 4394578 140737431757344 18446744073709551615 4298804 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/1647/statm: 26956 22560 267 49 0 24097 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 107824

[startup+1182.3 s]
/proc/loadavg: 4.01 4.04 3.82 5/376 1712
/proc/meminfo: memFree=26410148/32950928 swapFree=60199044/67111528
[pid=1647] ppid=1644 vsize=109488 CPUtime=1182.32 cores=1,3
/proc/1647/stat : 1647 (SApperloT2010) R 1644 1647 24378 0 -1 4202496 23455 0 0 0 118220 12 0 0 25 0 1 0 657616185 112115712 22994 33554432000 4194304 4394578 140737431757344 18446744073709551615 4298340 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/1647/statm: 27372 22994 267 49 0 24513 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 109488

[startup+1242.3 s]
/proc/loadavg: 4.00 4.03 3.83 5/376 1714
/proc/meminfo: memFree=26405388/32950928 swapFree=60199044/67111528
[pid=1647] ppid=1644 vsize=110256 CPUtime=1242.32 cores=1,3
/proc/1647/stat : 1647 (SApperloT2010) R 1644 1647 24378 0 -1 4202496 23617 0 0 0 124219 13 0 0 25 0 1 0 657616185 112902144 23156 33554432000 4194304 4394578 140737431757344 18446744073709551615 4313463 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/1647/statm: 27564 23156 267 49 0 24705 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 110256



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.00 4.02 3.83 5/376 1716
/proc/meminfo: memFree=26331556/32950928 swapFree=60199044/67111528
[pid=1647] ppid=1644 vsize=110896 CPUtime=1300.02 cores=1,3
/proc/1647/stat : 1647 (SApperloT2010) R 1644 1647 24378 0 -1 4202496 23780 0 0 0 129989 13 0 0 25 0 1 0 657616185 113557504 23319 33554432000 4194304 4394578 140737431757344 18446744073709551615 4346323 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/1647/statm: 27724 23319 267 49 0 24865 0
Current children cumulated CPU time (s) 1300.02
Current children cumulated vsize (KiB) 110896

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.91
CPU system time (s): 0.141978
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 110896

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

runsolver used 4.64429 second user time and 11.0973 second system time

The end

Launcher Data

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

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

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

MD5SUM BENCH= 9edcffddbe07377cf6685697aafad673
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:      26973956 kB
Buffers:        307076 kB
Cached:        3849980 kB
SwapCached:      50104 kB
Active:        1626440 kB
Inactive:      4118948 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      26973956 kB
SwapTotal:    67111528 kB
SwapFree:     60199044 kB
Dirty:            3292 kB
Writeback:           0 kB
AnonPages:     1548744 kB
Mapped:          18808 kB
Slab:           128836 kB
PageTables:      38292 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 79591616 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= 73452 MiB
End job on node122 at 2011-05-15 14:11:16