Trace number 3380143

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

General information on the benchmark

NameAPPLICATIONS/bitverif/
smulo/smulo064.cnf
MD5SUM472e9d10d7fd1a82d06da0809d0002df
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables47129
Number of clauses141002
Sum of the clauses size329002
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 294000
Number of clauses of size 347000
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

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

running on 2 cores: 4,6

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.84 3.97 3.72 3/351 27608
/proc/meminfo: memFree=25692508/32951124 swapFree=40554400/67111528
[pid=27608] ppid=27606 vsize=20376 CPUtime=0 cores=4,6
/proc/27608/stat : 27608 (SApperloT2010) R 27606 27608 25236 0 -1 4202496 2181 0 0 0 0 0 0 0 18 0 1 0 657030935 20865024 2121 33554432000 4194304 4394578 140737064615216 18446744073709551615 230808826565 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/27608/statm: 5094 2122 247 49 0 2235 0

[startup+0.258907 s]
/proc/loadavg: 3.84 3.97 3.72 3/351 27608
/proc/meminfo: memFree=25692508/32951124 swapFree=40554400/67111528
[pid=27608] ppid=27606 vsize=39804 CPUtime=0.25 cores=4,6
/proc/27608/stat : 27608 (SApperloT2010) R 27606 27608 25236 0 -1 4202496 7166 0 0 0 24 1 0 0 18 0 1 0 657030935 40759296 6829 33554432000 4194304 4394578 140737064615216 18446744073709551615 230809190295 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/27608/statm: 9951 6829 255 49 0 7092 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 39804

[startup+0.300901 s]
/proc/loadavg: 3.84 3.97 3.72 3/351 27608
/proc/meminfo: memFree=25692508/32951124 swapFree=40554400/67111528
[pid=27608] ppid=27606 vsize=41380 CPUtime=0.29 cores=4,6
/proc/27608/stat : 27608 (SApperloT2010) R 27606 27608 25236 0 -1 4202496 7619 0 0 0 28 1 0 0 18 0 1 0 657030935 42373120 7282 33554432000 4194304 4394578 140737064615216 18446744073709551615 230809190295 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/27608/statm: 10345 7282 255 49 0 7486 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 41380

[startup+0.400886 s]
/proc/loadavg: 3.84 3.97 3.72 3/351 27608
/proc/meminfo: memFree=25692508/32951124 swapFree=40554400/67111528
[pid=27608] ppid=27606 vsize=44896 CPUtime=0.39 cores=4,6
/proc/27608/stat : 27608 (SApperloT2010) R 27606 27608 25236 0 -1 4202496 8577 0 0 0 37 2 0 0 18 0 1 0 657030935 45973504 8240 33554432000 4194304 4394578 140737064615216 18446744073709551615 230809190295 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/27608/statm: 11224 8245 255 49 0 8365 0
Current children cumulated CPU time (s) 0.39
Current children cumulated vsize (KiB) 44896

[startup+0.700836 s]
/proc/loadavg: 3.84 3.97 3.72 3/351 27608
/proc/meminfo: memFree=25692508/32951124 swapFree=40554400/67111528
[pid=27608] ppid=27606 vsize=45268 CPUtime=0.69 cores=4,6
/proc/27608/stat : 27608 (SApperloT2010) R 27606 27608 25236 0 -1 4202496 9238 0 0 0 67 2 0 0 18 0 1 0 657030935 46354432 8349 33554432000 4194304 4394578 140737064615216 18446744073709551615 4256829 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/27608/statm: 11317 8349 258 49 0 8458 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 45268

[startup+1.50067 s]
/proc/loadavg: 3.84 3.97 3.72 5/360 27625
/proc/meminfo: memFree=25485644/32951124 swapFree=40554400/67111528
[pid=27608] ppid=27606 vsize=59052 CPUtime=1.49 cores=4,6
/proc/27608/stat : 27608 (SApperloT2010) R 27606 27608 25236 0 -1 4202496 12803 0 0 0 146 3 0 0 20 0 1 0 657030935 60469248 11914 33554432000 4194304 4394578 140737064615216 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/27608/statm: 14763 11914 266 49 0 11904 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 59052

[startup+3.10039 s]
/proc/loadavg: 3.93 3.98 3.72 5/360 27626
/proc/meminfo: memFree=25445716/32951124 swapFree=40554400/67111528
[pid=27608] ppid=27606 vsize=64032 CPUtime=3.09 cores=4,6
/proc/27608/stat : 27608 (SApperloT2010) R 27606 27608 25236 0 -1 4202496 14007 0 0 0 306 3 0 0 25 0 1 0 657030935 65568768 13118 33554432000 4194304 4394578 140737064615216 18446744073709551615 4298682 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/27608/statm: 16008 13118 266 49 0 13149 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 64032

[startup+6.30082 s]
/proc/loadavg: 3.93 3.98 3.72 5/360 27626
/proc/meminfo: memFree=25420844/32951124 swapFree=40554400/67111528
[pid=27608] ppid=27606 vsize=68720 CPUtime=6.29 cores=4,6
/proc/27608/stat : 27608 (SApperloT2010) R 27606 27608 25236 0 -1 4202496 15223 0 0 0 626 3 0 0 25 0 1 0 657030935 70369280 14334 33554432000 4194304 4394578 140737064615216 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/27608/statm: 17180 14334 266 49 0 14321 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 68720

[startup+12.7006 s]
/proc/loadavg: 3.94 3.98 3.72 5/360 27626
/proc/meminfo: memFree=25386348/32951124 swapFree=40554400/67111528
[pid=27608] ppid=27606 vsize=76684 CPUtime=12.69 cores=4,6
/proc/27608/stat : 27608 (SApperloT2010) R 27606 27608 25236 0 -1 4202496 17112 0 0 0 1265 4 0 0 25 0 1 0 657030935 78524416 16223 33554432000 4194304 4394578 140737064615216 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/27608/statm: 19171 16223 266 49 0 16312 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 76684

[startup+25.5133 s]
/proc/loadavg: 3.95 3.98 3.73 5/360 27626
/proc/meminfo: memFree=25332672/32951124 swapFree=40554400/67111528
[pid=27608] ppid=27606 vsize=84548 CPUtime=25.5 cores=4,6
/proc/27608/stat : 27608 (SApperloT2010) R 27606 27608 25236 0 -1 4202496 18926 0 0 0 2546 4 0 0 25 0 1 0 657030935 86577152 18037 33554432000 4194304 4394578 140737064615216 18446744073709551615 4292774 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/27608/statm: 21137 18037 266 49 0 18278 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 84548

[startup+51.1006 s]
/proc/loadavg: 3.97 3.98 3.73 5/360 27627
/proc/meminfo: memFree=25273580/32951124 swapFree=40554400/67111528
[pid=27608] ppid=27606 vsize=93096 CPUtime=51.09 cores=4,6
/proc/27608/stat : 27608 (SApperloT2010) R 27606 27608 25236 0 -1 4202496 21379 0 0 0 5105 4 0 0 25 0 1 0 657030935 95330304 19977 33554432000 4194304 4394578 140737064615216 18446744073709551615 4346674 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/27608/statm: 23274 19977 266 49 0 20415 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 93096

[startup+102.3 s]
/proc/loadavg: 3.98 3.98 3.74 5/360 27628
/proc/meminfo: memFree=25200404/32951124 swapFree=40554400/67111528
[pid=27608] ppid=27606 vsize=104608 CPUtime=102.29 cores=4,6
/proc/27608/stat : 27608 (SApperloT2010) R 27606 27608 25236 0 -1 4202496 24185 0 0 0 10225 4 0 0 25 0 1 0 657030935 107118592 22783 33554432000 4194304 4394578 140737064615216 18446744073709551615 4287949 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/27608/statm: 26152 22783 266 49 0 23293 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 104608

[startup+162.3 s]
/proc/loadavg: 4.10 4.01 3.77 5/360 27630
/proc/meminfo: memFree=25154512/32951124 swapFree=40554400/67111528
[pid=27608] ppid=27606 vsize=117912 CPUtime=162.29 cores=4,6
/proc/27608/stat : 27608 (SApperloT2010) R 27606 27608 25236 0 -1 4202496 27295 0 0 0 16224 5 0 0 25 0 1 0 657030935 120741888 25893 33554432000 4194304 4394578 140737064615216 18446744073709551615 4298698 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/27608/statm: 29478 25893 266 49 0 26619 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 117912

[startup+222.3 s]
/proc/loadavg: 4.08 4.03 3.78 5/360 27631
/proc/meminfo: memFree=25088152/32951124 swapFree=40554400/67111528
[pid=27608] ppid=27606 vsize=120128 CPUtime=222.3 cores=4,6
/proc/27608/stat : 27608 (SApperloT2010) R 27606 27608 25236 0 -1 4202496 27810 0 0 0 22225 5 0 0 25 0 1 0 657030935 123011072 26408 33554432000 4194304 4394578 140737064615216 18446744073709551615 4298989 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/27608/statm: 30032 26408 266 49 0 27173 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 120128

[startup+282.3 s]
/proc/loadavg: 4.03 4.02 3.79 5/360 27633
/proc/meminfo: memFree=25066676/32951124 swapFree=40554400/67111528
[pid=27608] ppid=27606 vsize=124244 CPUtime=282.3 cores=4,6
/proc/27608/stat : 27608 (SApperloT2010) R 27606 27608 25236 0 -1 4202496 28839 0 0 0 28224 6 0 0 25 0 1 0 657030935 127225856 27437 33554432000 4194304 4394578 140737064615216 18446744073709551615 4298298 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/27608/statm: 31061 27437 266 49 0 28202 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 124244

[startup+342.313 s]
/proc/loadavg: 4.01 4.01 3.81 5/360 27635
/proc/meminfo: memFree=25026612/32951124 swapFree=40554400/67111528
[pid=27608] ppid=27606 vsize=129692 CPUtime=342.31 cores=4,6
/proc/27608/stat : 27608 (SApperloT2010) R 27606 27608 25236 0 -1 4202496 30002 0 0 0 34225 6 0 0 25 0 1 0 657030935 132804608 28600 33554432000 4194304 4394578 140737064615216 18446744073709551615 4287872 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/27608/statm: 32423 28600 266 49 0 29564 0
Current children cumulated CPU time (s) 342.31
Current children cumulated vsize (KiB) 129692

[startup+402.3 s]
/proc/loadavg: 4.08 4.02 3.82 5/360 27636
/proc/meminfo: memFree=24997952/32951124 swapFree=40554400/67111528
[pid=27608] ppid=27606 vsize=132988 CPUtime=402.29 cores=4,6
/proc/27608/stat : 27608 (SApperloT2010) R 27606 27608 25236 0 -1 4202496 30797 0 0 0 40223 6 0 0 25 0 1 0 657030935 136179712 29395 33554432000 4194304 4394578 140737064615216 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/27608/statm: 33247 29395 266 49 0 30388 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 132988

[startup+462.301 s]
/proc/loadavg: 4.06 4.03 3.83 5/360 27638
/proc/meminfo: memFree=24965452/32951124 swapFree=40554400/67111528
[pid=27608] ppid=27606 vsize=154372 CPUtime=462.29 cores=4,6
/proc/27608/stat : 27608 (SApperloT2010) R 27606 27608 25236 0 -1 4202496 35836 0 0 0 46222 7 0 0 25 0 1 0 657030935 158076928 34434 33554432000 4194304 4394578 140737064615216 18446744073709551615 4291300 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/27608/statm: 38593 34434 266 49 0 35734 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 154372

[startup+522.301 s]
/proc/loadavg: 4.12 4.05 3.85 5/360 27639
/proc/meminfo: memFree=24963324/32951124 swapFree=40554400/67111528
[pid=27608] ppid=27606 vsize=154372 CPUtime=522.29 cores=4,6
/proc/27608/stat : 27608 (SApperloT2010) R 27606 27608 25236 0 -1 4202496 35857 0 0 0 52222 7 0 0 25 0 1 0 657030935 158076928 34455 33554432000 4194304 4394578 140737064615216 18446744073709551615 4298814 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/27608/statm: 38593 34455 266 49 0 35734 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 154372

[startup+582.301 s]
/proc/loadavg: 4.09 4.06 3.86 5/360 27641
/proc/meminfo: memFree=24912588/32951124 swapFree=40554400/67111528
[pid=27608] ppid=27606 vsize=159464 CPUtime=582.3 cores=4,6
/proc/27608/stat : 27608 (SApperloT2010) R 27606 27608 25236 0 -1 4202496 37117 0 0 0 58222 8 0 0 25 0 1 0 657030935 163291136 35715 33554432000 4194304 4394578 140737064615216 18446744073709551615 4291513 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/27608/statm: 39866 35715 266 49 0 37007 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 159464

[startup+642.301 s]
/proc/loadavg: 4.03 4.05 3.87 5/360 27643
/proc/meminfo: memFree=24862972/32951124 swapFree=40554400/67111528
[pid=27608] ppid=27606 vsize=168524 CPUtime=642.29 cores=4,6
/proc/27608/stat : 27608 (SApperloT2010) R 27606 27608 25236 0 -1 4202496 39216 0 0 0 64221 8 0 0 25 0 1 0 657030935 172568576 37814 33554432000 4194304 4394578 140737064615216 18446744073709551615 4290882 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/27608/statm: 42131 37814 266 49 0 39272 0
Current children cumulated CPU time (s) 642.29
Current children cumulated vsize (KiB) 168524

[startup+702.301 s]
/proc/loadavg: 4.16 4.07 3.89 5/360 27644
/proc/meminfo: memFree=24831952/32951124 swapFree=40554400/67111528
[pid=27608] ppid=27606 vsize=178932 CPUtime=702.29 cores=4,6
/proc/27608/stat : 27608 (SApperloT2010) R 27606 27608 25236 0 -1 4202496 41635 0 0 0 70220 9 0 0 25 0 1 0 657030935 183226368 40233 33554432000 4194304 4394578 140737064615216 18446744073709551615 4298721 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/27608/statm: 44733 40233 266 49 0 41874 0
Current children cumulated CPU time (s) 702.29
Current children cumulated vsize (KiB) 178932

[startup+762.301 s]
/proc/loadavg: 4.13 4.07 3.90 5/360 27646
/proc/meminfo: memFree=24769068/32951124 swapFree=40554400/67111528
[pid=27608] ppid=27606 vsize=178932 CPUtime=762.29 cores=4,6
/proc/27608/stat : 27608 (SApperloT2010) R 27606 27608 25236 0 -1 4202496 41642 0 0 0 76220 9 0 0 25 0 1 0 657030935 183226368 40240 33554432000 4194304 4394578 140737064615216 18446744073709551615 4346114 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/27608/statm: 44733 40240 266 49 0 41874 0
Current children cumulated CPU time (s) 762.29
Current children cumulated vsize (KiB) 178932

[startup+822.301 s]
/proc/loadavg: 4.04 4.05 3.90 5/360 27647
/proc/meminfo: memFree=24766940/32951124 swapFree=40554400/67111528
[pid=27608] ppid=27606 vsize=179316 CPUtime=822.29 cores=4,6
/proc/27608/stat : 27608 (SApperloT2010) R 27606 27608 25236 0 -1 4202496 41708 0 0 0 82220 9 0 0 25 0 1 0 657030935 183619584 40306 33554432000 4194304 4394578 140737064615216 18446744073709551615 4346323 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/27608/statm: 44829 40306 266 49 0 41970 0
Current children cumulated CPU time (s) 822.29
Current children cumulated vsize (KiB) 179316

[startup+882.301 s]
/proc/loadavg: 4.01 4.04 3.91 5/360 27649
/proc/meminfo: memFree=24764688/32951124 swapFree=40554400/67111528
[pid=27608] ppid=27606 vsize=180852 CPUtime=882.31 cores=4,6
/proc/27608/stat : 27608 (SApperloT2010) R 27606 27608 25236 0 -1 4202496 42037 0 0 0 88221 10 0 0 25 0 1 0 657030935 185192448 40635 33554432000 4194304 4394578 140737064615216 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/27608/statm: 45213 40635 266 49 0 42354 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 180852

[startup+942.301 s]
/proc/loadavg: 4.09 4.06 3.92 5/360 27651
/proc/meminfo: memFree=24763924/32951124 swapFree=40554400/67111528
[pid=27608] ppid=27606 vsize=180852 CPUtime=942.3 cores=4,6
/proc/27608/stat : 27608 (SApperloT2010) R 27606 27608 25236 0 -1 4202496 42037 0 0 0 94220 10 0 0 25 0 1 0 657030935 185192448 40635 33554432000 4194304 4394578 140737064615216 18446744073709551615 4298837 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/27608/statm: 45213 40635 266 49 0 42354 0
Current children cumulated CPU time (s) 942.3
Current children cumulated vsize (KiB) 180852

[startup+1002.31 s]
/proc/loadavg: 4.12 4.08 3.93 5/360 27652
/proc/meminfo: memFree=24762660/32951124 swapFree=40554400/67111528
[pid=27608] ppid=27606 vsize=180852 CPUtime=1002.31 cores=4,6
/proc/27608/stat : 27608 (SApperloT2010) R 27606 27608 25236 0 -1 4202496 42204 0 0 0 100221 10 0 0 25 0 1 0 657030935 185192448 40802 33554432000 4194304 4394578 140737064615216 18446744073709551615 4287241 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/27608/statm: 45213 40802 266 49 0 42354 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 180852

[startup+1062.3 s]
/proc/loadavg: 4.18 4.09 3.94 5/360 27654
/proc/meminfo: memFree=24759532/32951124 swapFree=40554400/67111528
[pid=27608] ppid=27606 vsize=183412 CPUtime=1062.3 cores=4,6
/proc/27608/stat : 27608 (SApperloT2010) R 27606 27608 25236 0 -1 4202496 42751 0 0 0 106220 10 0 0 25 0 1 0 657030935 187813888 41349 33554432000 4194304 4394578 140737064615216 18446744073709551615 4298698 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/27608/statm: 45853 41349 266 49 0 42994 0
Current children cumulated CPU time (s) 1062.3
Current children cumulated vsize (KiB) 183412

[startup+1122.3 s]
/proc/loadavg: 4.06 4.07 3.94 5/360 27655
/proc/meminfo: memFree=24700488/32951124 swapFree=40554400/67111528
[pid=27608] ppid=27606 vsize=187508 CPUtime=1122.29 cores=4,6
/proc/27608/stat : 27608 (SApperloT2010) R 27606 27608 25236 0 -1 4202496 44254 0 0 0 112219 10 0 0 25 0 1 0 657030935 192008192 41827 33554432000 4194304 4394578 140737064615216 18446744073709551615 4298923 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/27608/statm: 46877 41827 266 49 0 44018 0
Current children cumulated CPU time (s) 1122.29
Current children cumulated vsize (KiB) 187508

[startup+1182.3 s]
/proc/loadavg: 4.02 4.06 3.94 5/360 27657
/proc/meminfo: memFree=24693152/32951124 swapFree=40554400/67111528
[pid=27608] ppid=27606 vsize=193668 CPUtime=1182.3 cores=4,6
/proc/27608/stat : 27608 (SApperloT2010) R 27606 27608 25236 0 -1 4202496 45821 0 0 0 118219 11 0 0 25 0 1 0 657030935 198316032 43394 33554432000 4194304 4394578 140737064615216 18446744073709551615 4288355 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/27608/statm: 48417 43394 266 49 0 45558 0
Current children cumulated CPU time (s) 1182.3
Current children cumulated vsize (KiB) 193668

[startup+1242.3 s]
/proc/loadavg: 4.01 4.04 3.94 5/360 27659
/proc/meminfo: memFree=24690528/32951124 swapFree=40554400/67111528
[pid=27608] ppid=27606 vsize=193924 CPUtime=1242.3 cores=4,6
/proc/27608/stat : 27608 (SApperloT2010) R 27606 27608 25236 0 -1 4202496 45845 0 0 0 124219 11 0 0 25 0 1 0 657030935 198578176 43418 33554432000 4194304 4394578 140737064615216 18446744073709551615 4299105 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/27608/statm: 48481 43418 266 49 0 45622 0
Current children cumulated CPU time (s) 1242.3
Current children cumulated vsize (KiB) 193924



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.04 4.05 3.95 6/359 27661
/proc/meminfo: memFree=24723624/32951124 swapFree=40554400/67111528
[pid=27608] ppid=27606 vsize=194436 CPUtime=1300 cores=4,6
/proc/27608/stat : 27608 (SApperloT2010) R 27606 27608 25236 0 -1 4202496 45980 0 0 0 129989 11 0 0 25 0 1 0 657030935 199102464 43553 33554432000 4194304 4394578 140737064615216 18446744073709551615 4298333 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/27608/statm: 48609 43553 266 49 0 45750 0
Current children cumulated CPU time (s) 1300
Current children cumulated vsize (KiB) 194436

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.03
CPU user time (s): 1299.9
CPU system time (s): 0.12598
CPU usage (%): 100
Max. virtual memory (cumulated for all children) (KiB): 194436

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.9
system time used= 0.12598
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 45980
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= 6
involuntary context switches= 2411

runsolver used 4.5983 second user time and 9.60954 second system time

The end

Launcher Data

Begin job on node104 at 2011-05-15 12:11:45
IDJOB=3380143
IDBENCH=70791
IDSOLVER=1862
FILE ID=node104/3380143-1305454305
RUNJOBID= node104-1305454305-27583
PBS_JOBID= 13324853
Free space on /tmp= 73424 MiB

SOLVER NAME= SApperloT2010 2011-05-15 (fixed)
BENCH NAME= SAT09/APPLICATIONS/bitverif/smulo/smulo064.cnf
COMMAND LINE= SApperloT2010 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3380143-1305454305/watcher-3380143-1305454305 -o /tmp/evaluation-result-3380143-1305454305/solver-3380143-1305454305 -C 2400 -W 1300 -M 7680  SApperloT2010 HOME/instance-3380143-1305454305.cnf

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

MD5SUM BENCH= 472e9d10d7fd1a82d06da0809d0002df
RANDOM SEED=558187831

node104.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.855
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.71
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.855
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.855
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.67
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.855
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.80
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.855
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	: 5293.18
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.855
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.855
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.855
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.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      25693036 kB
Buffers:        310444 kB
Cached:        2460556 kB
SwapCached:     122128 kB
Active:        1009112 kB
Inactive:      5979396 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      25693036 kB
SwapTotal:    67111528 kB
SwapFree:     40554400 kB
Dirty:            4284 kB
Writeback:          16 kB
AnonPages:     4108652 kB
Mapped:          11072 kB
Slab:           119952 kB
PageTables:      85200 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 74843140 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= 73416 MiB
End job on node104 at 2011-05-15 12:33:27