Trace number 3438398

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) 5000.05 4999.93

General information on the benchmark

NameCRAFTED/rbsat/random/unforced/
rbsat-v2100c215164g9.cnf
MD5SUMe033e9c916da557514299cce9ca2468f
Bench CategoryCRAFTED (crafted 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 variables2100
Number of clauses215164
Sum of the clauses size432288
Maximum clause length30
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2215094
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 570

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.1 (svn: 989)

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-3438398-1308500398/watcher-3438398-1308500398 -o /tmp/evaluation-result-3438398-1308500398/solver-3438398-1308500398 -C 5000 -W 5100 -M 15500 SApperloT2010 HOME/instance-3438398-1308500398.cnf 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.00 1.14 1.48 2/177 9902
/proc/meminfo: memFree=25367920/32951124 swapFree=67052292/67111528
[pid=9902] ppid=9900 vsize=15828 CPUtime=0 cores=1,3,5,7
/proc/9902/stat : 9902 (SApperloT2010) R 9900 9902 9296 0 -1 4202496 936 0 0 0 0 0 0 0 22 0 1 0 961640784 16207872 874 33554432000 4194304 4394578 140735327414016 18446744073709551615 270612771873 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/9902/statm: 3957 874 247 49 0 1098 0

[startup+0.0717969 s]
/proc/loadavg: 1.00 1.14 1.48 2/177 9902
/proc/meminfo: memFree=25367920/32951124 swapFree=67052292/67111528
[pid=9902] ppid=9900 vsize=24804 CPUtime=0.06 cores=1,3,5,7
/proc/9902/stat : 9902 (SApperloT2010) R 9900 9902 9296 0 -1 4202496 3198 0 0 0 6 0 0 0 22 0 1 0 961640784 25399296 3136 33554432000 4194304 4394578 140735327414016 18446744073709551615 270612771525 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/9902/statm: 6201 3138 247 49 0 3342 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 24804

[startup+0.100794 s]
/proc/loadavg: 1.00 1.14 1.48 2/177 9902
/proc/meminfo: memFree=25367920/32951124 swapFree=67052292/67111528
[pid=9902] ppid=9900 vsize=32100 CPUtime=0.09 cores=1,3,5,7
/proc/9902/stat : 9902 (SApperloT2010) R 9900 9902 9296 0 -1 4202496 5025 0 0 0 9 0 0 0 22 0 1 0 961640784 32870400 4962 33554432000 4194304 4394578 140735327414016 18446744073709551615 4267176 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/9902/statm: 8025 4962 253 49 0 5166 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 32100

[startup+0.300756 s]
/proc/loadavg: 1.00 1.14 1.48 2/177 9902
/proc/meminfo: memFree=25367920/32951124 swapFree=67052292/67111528
[pid=9902] ppid=9900 vsize=32100 CPUtime=0.29 cores=1,3,5,7
/proc/9902/stat : 9902 (SApperloT2010) R 9900 9902 9296 0 -1 4202496 5034 0 0 0 26 3 0 0 23 0 1 0 961640784 32870400 4971 33554432000 4194304 4394578 140735327414016 18446744073709551615 270613135255 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/9902/statm: 8025 4971 255 49 0 5166 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 32100

[startup+0.700681 s]
/proc/loadavg: 1.00 1.14 1.48 2/177 9902
/proc/meminfo: memFree=25367920/32951124 swapFree=67052292/67111528
[pid=9902] ppid=9900 vsize=44016 CPUtime=0.69 cores=1,3,5,7
/proc/9902/stat : 9902 (SApperloT2010) R 9900 9902 9296 0 -1 4202496 8844 0 0 0 65 4 0 0 25 0 1 0 961640784 45072384 7939 33554432000 4194304 4394578 140735327414016 18446744073709551615 4298272 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/9902/statm: 11004 7939 266 49 0 8145 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 44016

[startup+1.50054 s]
/proc/loadavg: 1.00 1.14 1.48 3/178 9903
/proc/meminfo: memFree=25325032/32951124 swapFree=67052292/67111528
[pid=9902] ppid=9900 vsize=52940 CPUtime=1.49 cores=1,3,5,7
/proc/9902/stat : 9902 (SApperloT2010) R 9900 9902 9296 0 -1 4202496 11048 0 0 0 145 4 0 0 25 0 1 0 961640784 54210560 10143 33554432000 4194304 4394578 140735327414016 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/9902/statm: 13235 10143 266 49 0 10376 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 52940

[startup+3.10026 s]
/proc/loadavg: 1.00 1.14 1.48 3/178 9903
/proc/meminfo: memFree=25311768/32951124 swapFree=67052292/67111528
[pid=9902] ppid=9900 vsize=66056 CPUtime=3.09 cores=1,3,5,7
/proc/9902/stat : 9902 (SApperloT2010) R 9900 9902 9296 0 -1 4202496 14341 0 0 0 305 4 0 0 25 0 1 0 961640784 67641344 13436 33554432000 4194304 4394578 140735327414016 18446744073709551615 4346385 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/9902/statm: 16514 13436 266 49 0 13655 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 66056

[startup+6.3007 s]
/proc/loadavg: 1.08 1.16 1.49 3/178 9903
/proc/meminfo: memFree=25285920/32951124 swapFree=67052292/67111528
[pid=9902] ppid=9900 vsize=85924 CPUtime=6.29 cores=1,3,5,7
/proc/9902/stat : 9902 (SApperloT2010) R 9900 9902 9296 0 -1 4202496 19245 0 0 0 624 5 0 0 25 0 1 0 961640784 87986176 18340 33554432000 4194304 4394578 140735327414016 18446744073709551615 270612771525 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/9902/statm: 21481 18341 266 49 0 18622 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 85924

[startup+12.7006 s]
/proc/loadavg: 1.15 1.17 1.49 3/178 9903
/proc/meminfo: memFree=25247512/32951124 swapFree=67052292/67111528
[pid=9902] ppid=9900 vsize=114992 CPUtime=12.69 cores=1,3,5,7
/proc/9902/stat : 9902 (SApperloT2010) R 9900 9902 9296 0 -1 4202496 26279 0 0 0 1263 6 0 0 25 0 1 0 961640784 117751808 25374 33554432000 4194304 4394578 140735327414016 18446744073709551615 4298792 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/9902/statm: 28748 25374 266 49 0 25889 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 114992

[startup+25.5003 s]
/proc/loadavg: 1.34 1.21 1.50 3/178 9904
/proc/meminfo: memFree=25224092/32951124 swapFree=67052292/67111528
[pid=9902] ppid=9900 vsize=133124 CPUtime=25.49 cores=1,3,5,7
/proc/9902/stat : 9902 (SApperloT2010) R 9900 9902 9296 0 -1 4202496 30643 0 0 0 2542 7 0 0 25 0 1 0 961640784 136318976 29738 33554432000 4194304 4394578 140735327414016 18446744073709551615 4298338 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/9902/statm: 33281 29738 266 49 0 30422 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 133124

[startup+51.1008 s]
/proc/loadavg: 1.57 1.27 1.51 3/178 9904
/proc/meminfo: memFree=25202088/32951124 swapFree=67052292/67111528
[pid=9902] ppid=9900 vsize=150388 CPUtime=51.1 cores=1,3,5,7
/proc/9902/stat : 9902 (SApperloT2010) R 9900 9902 9296 0 -1 4202496 34481 0 0 0 5101 9 0 0 25 0 1 0 961640784 153997312 33576 33554432000 4194304 4394578 140735327414016 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/9902/statm: 37597 33576 266 49 0 34738 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 150388

[startup+102.307 s]
/proc/loadavg: 1.81 1.38 1.53 3/178 9906
/proc/meminfo: memFree=25164012/32951124 swapFree=67052292/67111528
[pid=9902] ppid=9900 vsize=184156 CPUtime=102.3 cores=1,3,5,7
/proc/9902/stat : 9902 (SApperloT2010) R 9900 9902 9296 0 -1 4202496 41811 0 0 0 10220 10 0 0 25 0 1 0 961640784 188575744 40906 33554432000 4194304 4394578 140735327414016 18446744073709551615 4346593 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/9902/statm: 46039 40906 266 49 0 43180 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 184156

[startup+162.301 s]
/proc/loadavg: 1.93 1.49 1.56 3/178 9945
/proc/meminfo: memFree=25103424/32951124 swapFree=67052292/67111528
[pid=9902] ppid=9900 vsize=213236 CPUtime=162.29 cores=1,3,5,7
/proc/9902/stat : 9902 (SApperloT2010) R 9900 9902 9296 0 -1 4202496 48371 0 0 0 16218 11 0 0 25 0 1 0 961640784 218353664 47466 33554432000 4194304 4394578 140735327414016 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/9902/statm: 53309 47466 266 49 0 50450 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 213236

[startup+222.3 s]
/proc/loadavg: 1.97 1.58 1.58 3/178 9947
/proc/meminfo: memFree=25063848/32951124 swapFree=67052292/67111528
[pid=9902] ppid=9900 vsize=233176 CPUtime=222.3 cores=1,3,5,7
/proc/9902/stat : 9902 (SApperloT2010) R 9900 9902 9296 0 -1 4202496 52610 0 0 0 22218 12 0 0 25 0 1 0 961640784 238772224 51705 33554432000 4194304 4394578 140735327414016 18446744073709551615 4298812 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/9902/statm: 58294 51705 266 49 0 55435 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 233176

[startup+282.301 s]
/proc/loadavg: 1.99 1.65 1.61 3/178 9948
/proc/meminfo: memFree=25034552/32951124 swapFree=67052292/67111528
[pid=9902] ppid=9900 vsize=251484 CPUtime=282.3 cores=1,3,5,7
/proc/9902/stat : 9902 (SApperloT2010) R 9900 9902 9296 0 -1 4202496 56533 0 0 0 28217 13 0 0 25 0 1 0 961640784 257519616 55628 33554432000 4194304 4394578 140735327414016 18446744073709551615 4298326 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/9902/statm: 62871 55628 266 49 0 60012 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 251484

[startup+342.3 s]
/proc/loadavg: 1.99 1.71 1.63 3/178 9950
/proc/meminfo: memFree=25003776/32951124 swapFree=67052292/67111528
[pid=9902] ppid=9900 vsize=265724 CPUtime=342.3 cores=1,3,5,7
/proc/9902/stat : 9902 (SApperloT2010) R 9900 9902 9296 0 -1 4202496 59460 0 0 0 34216 14 0 0 25 0 1 0 961640784 272101376 58555 33554432000 4194304 4394578 140735327414016 18446744073709551615 4298841 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/9902/statm: 66431 58555 266 49 0 63572 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 265724

[startup+402.301 s]
/proc/loadavg: 1.99 1.76 1.65 3/178 9952
/proc/meminfo: memFree=24987392/32951124 swapFree=67052292/67111528
[pid=9902] ppid=9900 vsize=282304 CPUtime=402.3 cores=1,3,5,7
/proc/9902/stat : 9902 (SApperloT2010) R 9900 9902 9296 0 -1 4202496 62884 0 0 0 40215 15 0 0 25 0 1 0 961640784 289079296 61979 33554432000 4194304 4394578 140735327414016 18446744073709551615 4298993 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/9902/statm: 70576 61979 266 49 0 67717 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 282304

[startup+462.301 s]
/proc/loadavg: 2.05 1.82 1.67 3/178 9953
/proc/meminfo: memFree=24965292/32951124 swapFree=67052292/67111528
[pid=9902] ppid=9900 vsize=298124 CPUtime=462.3 cores=1,3,5,7
/proc/9902/stat : 9902 (SApperloT2010) R 9900 9902 9296 0 -1 4202496 66333 0 0 0 46214 16 0 0 25 0 1 0 961640784 305278976 65428 33554432000 4194304 4394578 140735327414016 18446744073709551615 4298370 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/9902/statm: 74531 65428 266 49 0 71672 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 298124

[startup+522.3 s]
/proc/loadavg: 2.02 1.85 1.69 3/178 9955
/proc/meminfo: memFree=24925468/32951124 swapFree=67052292/67111528
[pid=9902] ppid=9900 vsize=334184 CPUtime=522.3 cores=1,3,5,7
/proc/9902/stat : 9902 (SApperloT2010) R 9900 9902 9296 0 -1 4202496 74638 0 0 0 52212 18 0 0 25 0 1 0 961640784 342204416 73733 33554432000 4194304 4394578 140735327414016 18446744073709551615 4287382 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/9902/statm: 83546 73733 266 49 0 80687 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 334184

[startup+582.301 s]
/proc/loadavg: 2.00 1.87 1.71 3/178 9956
/proc/meminfo: memFree=24890592/32951124 swapFree=67052292/67111528
[pid=9902] ppid=9900 vsize=366224 CPUtime=582.3 cores=1,3,5,7
/proc/9902/stat : 9902 (SApperloT2010) R 9900 9902 9296 0 -1 4202496 81816 0 0 0 58210 20 0 0 25 0 1 0 961640784 375013376 80911 33554432000 4194304 4394578 140735327414016 18446744073709551615 4298911 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/9902/statm: 91556 80911 266 49 0 88697 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 366224

[startup+642.3 s]

################
# More data... #
################

[startup+4062.31 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 10061
/proc/meminfo: memFree=24555408/32951124 swapFree=67052292/67111528
[pid=9902] ppid=9900 vsize=559812 CPUtime=4062.39 cores=1,3,5,7
/proc/9902/stat : 9902 (SApperloT2010) R 9900 9902 9296 0 -1 4202496 124023 0 0 0 406206 33 0 0 25 0 1 0 961640784 573247488 123118 33554432000 4194304 4394578 140735327414016 18446744073709551615 4298826 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/9902/statm: 139953 123118 266 49 0 137094 0
Current children cumulated CPU time (s) 4062.39
Current children cumulated vsize (KiB) 559812

[startup+4122.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 10063
/proc/meminfo: memFree=24553024/32951124 swapFree=67052292/67111528
[pid=9902] ppid=9900 vsize=562080 CPUtime=4122.39 cores=1,3,5,7
/proc/9902/stat : 9902 (SApperloT2010) R 9900 9902 9296 0 -1 4202496 124615 0 0 0 412206 33 0 0 25 0 1 0 961640784 575569920 123710 33554432000 4194304 4394578 140735327414016 18446744073709551615 4298812 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/9902/statm: 140520 123710 266 49 0 137661 0
Current children cumulated CPU time (s) 4122.39
Current children cumulated vsize (KiB) 562080

[startup+4182.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 10064
/proc/meminfo: memFree=24530668/32951124 swapFree=67052292/67111528
[pid=9902] ppid=9900 vsize=584928 CPUtime=4182.39 cores=1,3,5,7
/proc/9902/stat : 9902 (SApperloT2010) R 9900 9902 9296 0 -1 4202496 130098 0 0 0 418204 35 0 0 25 0 1 0 961640784 598966272 129193 33554432000 4194304 4394578 140735327414016 18446744073709551615 4298826 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/9902/statm: 146232 129193 266 49 0 143373 0
Current children cumulated CPU time (s) 4182.39
Current children cumulated vsize (KiB) 584928

[startup+4242.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 10066
/proc/meminfo: memFree=24526052/32951124 swapFree=67052292/67111528
[pid=9902] ppid=9900 vsize=589924 CPUtime=4242.39 cores=1,3,5,7
/proc/9902/stat : 9902 (SApperloT2010) R 9900 9902 9296 0 -1 4202496 131193 0 0 0 424204 35 0 0 25 0 1 0 961640784 604082176 130288 33554432000 4194304 4394578 140735327414016 18446744073709551615 4298812 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/9902/statm: 147481 130288 266 49 0 144622 0
Current children cumulated CPU time (s) 4242.39
Current children cumulated vsize (KiB) 589924

[startup+4302.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 10068
/proc/meminfo: memFree=24524040/32951124 swapFree=67052292/67111528
[pid=9902] ppid=9900 vsize=591204 CPUtime=4302.39 cores=1,3,5,7
/proc/9902/stat : 9902 (SApperloT2010) R 9900 9902 9296 0 -1 4202496 131551 0 0 0 430204 35 0 0 25 0 1 0 961640784 605392896 130646 33554432000 4194304 4394578 140735327414016 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/9902/statm: 147801 130646 266 49 0 144942 0
Current children cumulated CPU time (s) 4302.39
Current children cumulated vsize (KiB) 591204

[startup+4362.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 10069
/proc/meminfo: memFree=24523512/32951124 swapFree=67052292/67111528
[pid=9902] ppid=9900 vsize=591204 CPUtime=4362.4 cores=1,3,5,7
/proc/9902/stat : 9902 (SApperloT2010) R 9900 9902 9296 0 -1 4202496 131662 0 0 0 436205 35 0 0 25 0 1 0 961640784 605392896 130757 33554432000 4194304 4394578 140735327414016 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/9902/statm: 147801 130757 266 49 0 144942 0
Current children cumulated CPU time (s) 4362.4
Current children cumulated vsize (KiB) 591204

[startup+4422.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 10071
/proc/meminfo: memFree=24523244/32951124 swapFree=67052292/67111528
[pid=9902] ppid=9900 vsize=591204 CPUtime=4422.4 cores=1,3,5,7
/proc/9902/stat : 9902 (SApperloT2010) R 9900 9902 9296 0 -1 4202496 131723 0 0 0 442205 35 0 0 25 0 1 0 961640784 605392896 130818 33554432000 4194304 4394578 140735327414016 18446744073709551615 4298923 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/9902/statm: 147801 130818 266 49 0 144942 0
Current children cumulated CPU time (s) 4422.4
Current children cumulated vsize (KiB) 591204

[startup+4482.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 10072
/proc/meminfo: memFree=24521352/32951124 swapFree=67052292/67111528
[pid=9902] ppid=9900 vsize=592740 CPUtime=4482.4 cores=1,3,5,7
/proc/9902/stat : 9902 (SApperloT2010) R 9900 9902 9296 0 -1 4202496 132075 0 0 0 448205 35 0 0 25 0 1 0 961640784 606965760 131170 33554432000 4194304 4394578 140735327414016 18446744073709551615 4298326 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/9902/statm: 148185 131170 266 49 0 145326 0
Current children cumulated CPU time (s) 4482.4
Current children cumulated vsize (KiB) 592740

[startup+4542.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 10074
/proc/meminfo: memFree=24515868/32951124 swapFree=67052292/67111528
[pid=9902] ppid=9900 vsize=599908 CPUtime=4542.41 cores=1,3,5,7
/proc/9902/stat : 9902 (SApperloT2010) R 9900 9902 9296 0 -1 4202496 133460 0 0 0 454205 36 0 0 25 0 1 0 961640784 614305792 132555 33554432000 4194304 4394578 140735327414016 18446744073709551615 4298923 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/9902/statm: 149977 132555 266 49 0 147118 0
Current children cumulated CPU time (s) 4542.41
Current children cumulated vsize (KiB) 599908

[startup+4602.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 10076
/proc/meminfo: memFree=24514360/32951124 swapFree=67052292/67111528
[pid=9902] ppid=9900 vsize=600932 CPUtime=4602.41 cores=1,3,5,7
/proc/9902/stat : 9902 (SApperloT2010) R 9900 9902 9296 0 -1 4202496 133640 0 0 0 460205 36 0 0 25 0 1 0 961640784 615354368 132735 33554432000 4194304 4394578 140735327414016 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/9902/statm: 150233 132735 266 49 0 147374 0
Current children cumulated CPU time (s) 4602.41
Current children cumulated vsize (KiB) 600932

[startup+4662.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 10077
/proc/meminfo: memFree=24505404/32951124 swapFree=67052292/67111528
[pid=9902] ppid=9900 vsize=608228 CPUtime=4662.41 cores=1,3,5,7
/proc/9902/stat : 9902 (SApperloT2010) R 9900 9902 9296 0 -1 4202496 135268 0 0 0 466205 36 0 0 25 0 1 0 961640784 622825472 134363 33554432000 4194304 4394578 140735327414016 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/9902/statm: 152057 134363 266 49 0 149198 0
Current children cumulated CPU time (s) 4662.41
Current children cumulated vsize (KiB) 608228

[startup+4722.31 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 10079
/proc/meminfo: memFree=24497440/32951124 swapFree=67052292/67111528
[pid=9902] ppid=9900 vsize=610916 CPUtime=4722.41 cores=1,3,5,7
/proc/9902/stat : 9902 (SApperloT2010) R 9900 9902 9296 0 -1 4202496 135831 0 0 0 472205 36 0 0 25 0 1 0 961640784 625577984 134926 33554432000 4194304 4394578 140735327414016 18446744073709551615 4295859 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/9902/statm: 152729 134926 266 49 0 149870 0
Current children cumulated CPU time (s) 4722.41
Current children cumulated vsize (KiB) 610916

[startup+4782.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 10080
/proc/meminfo: memFree=24497152/32951124 swapFree=67052292/67111528
[pid=9902] ppid=9900 vsize=610916 CPUtime=4782.4 cores=1,3,5,7
/proc/9902/stat : 9902 (SApperloT2010) R 9900 9902 9296 0 -1 4202496 135845 0 0 0 478204 36 0 0 25 0 1 0 961640784 625577984 134940 33554432000 4194304 4394578 140735327414016 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/9902/statm: 152729 134940 266 49 0 149870 0
Current children cumulated CPU time (s) 4782.4
Current children cumulated vsize (KiB) 610916

[startup+4842.3 s]
/proc/loadavg: 2.04 2.01 1.94 3/178 10082
/proc/meminfo: memFree=24497124/32951124 swapFree=67052292/67111528
[pid=9902] ppid=9900 vsize=610916 CPUtime=4842.4 cores=1,3,5,7
/proc/9902/stat : 9902 (SApperloT2010) R 9900 9902 9296 0 -1 4202496 135862 0 0 0 484204 36 0 0 25 0 1 0 961640784 625577984 134957 33554432000 4194304 4394578 140735327414016 18446744073709551615 4298862 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/9902/statm: 152729 134957 266 49 0 149870 0
Current children cumulated CPU time (s) 4842.4
Current children cumulated vsize (KiB) 610916

[startup+4902.3 s]
/proc/loadavg: 2.01 2.01 1.94 3/178 10084
/proc/meminfo: memFree=24496360/32951124 swapFree=67052292/67111528
[pid=9902] ppid=9900 vsize=610916 CPUtime=4902.41 cores=1,3,5,7
/proc/9902/stat : 9902 (SApperloT2010) R 9900 9902 9296 0 -1 4202496 135884 0 0 0 490205 36 0 0 25 0 1 0 961640784 625577984 134979 33554432000 4194304 4394578 140735327414016 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/9902/statm: 152729 134979 266 49 0 149870 0
Current children cumulated CPU time (s) 4902.41
Current children cumulated vsize (KiB) 610916

[startup+4962.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 10085
/proc/meminfo: memFree=24493612/32951124 swapFree=67052292/67111528
[pid=9902] ppid=9900 vsize=610916 CPUtime=4962.41 cores=1,3,5,7
/proc/9902/stat : 9902 (SApperloT2010) R 9900 9902 9296 0 -1 4202496 135896 0 0 0 496205 36 0 0 25 0 1 0 961640784 625577984 134991 33554432000 4194304 4394578 140735327414016 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/9902/statm: 152729 134991 266 49 0 149870 0
Current children cumulated CPU time (s) 4962.41
Current children cumulated vsize (KiB) 610916



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 10086
/proc/meminfo: memFree=24493344/32951124 swapFree=67052292/67111528
[pid=9902] ppid=9900 vsize=610916 CPUtime=5000.01 cores=1,3,5,7
/proc/9902/stat : 9902 (SApperloT2010) R 9900 9902 9296 0 -1 4202496 135899 0 0 0 499965 36 0 0 25 0 1 0 961640784 625577984 134994 33554432000 4194304 4394578 140735327414016 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/9902/statm: 152729 134994 266 49 0 149870 0
Current children cumulated CPU time (s) 5000.01
Current children cumulated vsize (KiB) 610916

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

[startup+4999.9 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 10086
/proc/meminfo: memFree=24493344/32951124 swapFree=67052292/67111528
[pid=9902] ppid=9900 vsize=610916 CPUtime=5000.01 cores=1,3,5,7
/proc/9902/stat : 9902 (SApperloT2010) R 9900 9902 9296 0 -1 4202496 135899 0 0 0 499965 36 0 0 25 0 1 0 961640784 625577984 134994 33554432000 4194304 4394578 140735327414016 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/9902/statm: 152729 134994 266 49 0 149870 0
Current children cumulated CPU time (s) 5000.01
Current children cumulated vsize (KiB) 610916

Child ended because it received signal 15 (SIGTERM)
Real time (s): 4999.93
CPU time (s): 5000.05
CPU user time (s): 4999.66
CPU system time (s): 0.39094
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 610916

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

runsolver used 7.47786 second user time and 16.6545 second system time

The end

Launcher Data

Begin job on node108 at 2011-06-19 18:19:58
IDJOB=3438398
IDBENCH=71294
IDSOLVER=1933
FILE ID=node108/3438398-1308500398
RUNJOBID= node108-1308500398-9875
PBS_JOBID= 13608198
Free space on /tmp= 73000 MiB

SOLVER NAME= SApperloT2010 2011-05-15 (fixed)
BENCH NAME= SAT09/CRAFTED/rbsat/random/unforced/rbsat-v2100c215164g9.cnf
COMMAND LINE= SApperloT2010 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3438398-1308500398/watcher-3438398-1308500398 -o /tmp/evaluation-result-3438398-1308500398/solver-3438398-1308500398 -C 5000 -W 5100 -M 15500  SApperloT2010 HOME/instance-3438398-1308500398.cnf

TIME LIMIT= 5000 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= e033e9c916da557514299cce9ca2468f
RANDOM SEED=422294401

node108.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	: 5226.15
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.82
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.77
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.82
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      25369960 kB
Buffers:        569888 kB
Cached:        6588872 kB
SwapCached:      23580 kB
Active:        1752436 kB
Inactive:      5440608 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      25369960 kB
SwapTotal:    67111528 kB
SwapFree:     67052292 kB
Dirty:            3520 kB
Writeback:           0 kB
AnonPages:       31368 kB
Mapped:           9244 kB
Slab:           324300 kB
PageTables:       4484 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   211580 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= 73000 MiB
End job on node108 at 2011-06-19 19:43:20