Trace number 3438443

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.12 5000.56

General information on the benchmark

NameCRAFTED/rbsat/random/
forced/rbsat-v2400c266431gyes7.cnf
MD5SUM92e61742efd2e322c59b4442206bebf1
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 variables2400
Number of clauses266431
Sum of the clauses size535112
Maximum clause length32
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2266356
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 575

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: 977)

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

running on 4 cores: 0,2,4,6

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: 2.00 2.01 1.74 2/434 12191
/proc/meminfo: memFree=12406548/32951132 swapFree=67093840/67111528
[pid=12191] ppid=12189 vsize=16640 CPUtime=0 cores=0,2,4,6
/proc/12191/stat : 12191 (SApperloT2010) R 12189 12191 12038 0 -1 4202496 1068 0 0 0 0 0 0 0 25 0 1 0 800247081 17039360 1007 33554432000 4194304 4394578 140737110107856 18446744073709551615 274664469189 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/12191/statm: 4160 1008 247 49 0 1301 0

[startup+0.0710099 s]
/proc/loadavg: 2.00 2.01 1.74 2/434 12191
/proc/meminfo: memFree=12406548/32951132 swapFree=67093840/67111528
[pid=12191] ppid=12189 vsize=25484 CPUtime=0.06 cores=0,2,4,6
/proc/12191/stat : 12191 (SApperloT2010) R 12189 12191 12038 0 -1 4202496 3277 0 0 0 6 0 0 0 25 0 1 0 800247081 26095616 3216 33554432000 4194304 4394578 140737110107856 18446744073709551615 274664808192 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/12191/statm: 6371 3217 247 49 0 3512 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 25484

[startup+0.101014 s]
/proc/loadavg: 2.00 2.01 1.74 2/434 12191
/proc/meminfo: memFree=12406548/32951132 swapFree=67093840/67111528
[pid=12191] ppid=12189 vsize=29180 CPUtime=0.09 cores=0,2,4,6
/proc/12191/stat : 12191 (SApperloT2010) R 12189 12191 12038 0 -1 4202496 4204 0 0 0 9 0 0 0 25 0 1 0 800247081 29880320 4143 33554432000 4194304 4394578 140737110107856 18446744073709551615 274664469189 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/12191/statm: 7295 4144 247 49 0 4436 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 29180

[startup+0.300972 s]
/proc/loadavg: 2.00 2.01 1.74 2/434 12191
/proc/meminfo: memFree=12406548/32951132 swapFree=67093840/67111528
[pid=12191] ppid=12189 vsize=37048 CPUtime=0.29 cores=0,2,4,6
/proc/12191/stat : 12191 (SApperloT2010) R 12189 12191 12038 0 -1 4202496 6158 0 0 0 28 1 0 0 25 0 1 0 800247081 37937152 6096 33554432000 4194304 4394578 140737110107856 18446744073709551615 274664832919 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/12191/statm: 9262 6096 256 49 0 6403 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 37048

[startup+0.700897 s]
/proc/loadavg: 2.00 2.01 1.74 2/434 12191
/proc/meminfo: memFree=12406548/32951132 swapFree=67093840/67111528
[pid=12191] ppid=12189 vsize=49032 CPUtime=0.69 cores=0,2,4,6
/proc/12191/stat : 12191 (SApperloT2010) R 12189 12191 12038 0 -1 4202496 10200 0 0 0 66 3 0 0 25 0 1 0 800247081 50208768 9096 33554432000 4194304 4394578 140737110107856 18446744073709551615 4296358 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/12191/statm: 12258 9097 267 49 0 9399 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 49032

[startup+1.50076 s]
/proc/loadavg: 2.00 2.01 1.74 3/435 12192
/proc/meminfo: memFree=12366744/32951132 swapFree=67093840/67111528
[pid=12191] ppid=12189 vsize=58852 CPUtime=1.49 cores=0,2,4,6
/proc/12191/stat : 12191 (SApperloT2010) R 12189 12191 12038 0 -1 4202496 12672 0 0 0 146 3 0 0 25 0 1 0 800247081 60264448 11568 33554432000 4194304 4394578 140737110107856 18446744073709551615 274664469189 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/12191/statm: 14713 11568 267 49 0 11854 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 58852

[startup+3.10046 s]
/proc/loadavg: 2.00 2.01 1.74 3/435 12192
/proc/meminfo: memFree=12354716/32951132 swapFree=67093840/67111528
[pid=12191] ppid=12189 vsize=72416 CPUtime=3.09 cores=0,2,4,6
/proc/12191/stat : 12191 (SApperloT2010) R 12189 12191 12038 0 -1 4202496 16044 0 0 0 305 4 0 0 25 0 1 0 800247081 74153984 14940 33554432000 4194304 4394578 140737110107856 18446744073709551615 4298423 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/12191/statm: 18104 14940 267 49 0 15245 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 72416

[startup+6.30094 s]
/proc/loadavg: 2.00 2.01 1.74 3/435 12192
/proc/meminfo: memFree=12334512/32951132 swapFree=67093840/67111528
[pid=12191] ppid=12189 vsize=89552 CPUtime=6.09 cores=0,2,4,6
/proc/12191/stat : 12191 (SApperloT2010) R 12189 12191 12038 0 -1 4202496 20272 0 0 0 604 5 0 0 25 0 1 0 800247081 91701248 19168 33554432000 4194304 4394578 140737110107856 18446744073709551615 4298942 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/12191/statm: 22388 19168 267 49 0 19529 0
Current children cumulated CPU time (s) 6.09
Current children cumulated vsize (KiB) 89552

[startup+12.7008 s]
/proc/loadavg: 2.00 2.01 1.74 3/435 12192
/proc/meminfo: memFree=12302560/32951132 swapFree=67093840/67111528
[pid=12191] ppid=12189 vsize=118668 CPUtime=12.48 cores=0,2,4,6
/proc/12191/stat : 12191 (SApperloT2010) R 12189 12191 12038 0 -1 4202496 27360 0 0 0 1242 6 0 0 25 0 1 0 800247081 121516032 26256 33554432000 4194304 4394578 140737110107856 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/12191/statm: 29667 26256 267 49 0 26808 0
Current children cumulated CPU time (s) 12.48
Current children cumulated vsize (KiB) 118668

[startup+25.5006 s]
/proc/loadavg: 2.00 2.01 1.75 3/435 12192
/proc/meminfo: memFree=12257036/32951132 swapFree=67093840/67111528
[pid=12191] ppid=12189 vsize=165332 CPUtime=25.28 cores=0,2,4,6
/proc/12191/stat : 12191 (SApperloT2010) R 12189 12191 12038 0 -1 4202496 38437 0 0 0 2521 7 0 0 25 0 1 0 800247081 169299968 37333 33554432000 4194304 4394578 140737110107856 18446744073709551615 4298989 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/12191/statm: 41333 37333 267 49 0 38474 0
Current children cumulated CPU time (s) 25.28
Current children cumulated vsize (KiB) 165332

[startup+51.1012 s]
/proc/loadavg: 2.00 2.00 1.75 3/435 12193
/proc/meminfo: memFree=12246660/32951132 swapFree=67093840/67111528
[pid=12191] ppid=12189 vsize=175304 CPUtime=50.88 cores=0,2,4,6
/proc/12191/stat : 12191 (SApperloT2010) R 12189 12191 12038 0 -1 4202496 40730 0 0 0 5080 8 0 0 25 0 1 0 800247081 179511296 39626 33554432000 4194304 4394578 140737110107856 18446744073709551615 4312416 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/12191/statm: 43826 39626 267 49 0 40967 0
Current children cumulated CPU time (s) 50.88
Current children cumulated vsize (KiB) 175304

[startup+102.316 s]
/proc/loadavg: 2.00 2.00 1.76 3/435 12194
/proc/meminfo: memFree=12210820/32951132 swapFree=67093840/67111528
[pid=12191] ppid=12189 vsize=214008 CPUtime=102.1 cores=0,2,4,6
/proc/12191/stat : 12191 (SApperloT2010) R 12189 12191 12038 0 -1 4202496 49326 0 0 0 10199 11 0 0 25 0 1 0 800247081 219144192 48222 33554432000 4194304 4394578 140737110107856 18446744073709551615 4298812 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/12191/statm: 53502 48222 267 49 0 50643 0
Current children cumulated CPU time (s) 102.1
Current children cumulated vsize (KiB) 214008

[startup+162.301 s]
/proc/loadavg: 2.00 2.00 1.77 3/435 12196
/proc/meminfo: memFree=12190464/32951132 swapFree=67093840/67111528
[pid=12191] ppid=12189 vsize=234856 CPUtime=162.07 cores=0,2,4,6
/proc/12191/stat : 12191 (SApperloT2010) R 12189 12191 12038 0 -1 4202496 53917 0 0 0 16195 12 0 0 25 0 1 0 800247081 240492544 52813 33554432000 4194304 4394578 140737110107856 18446744073709551615 4298812 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/12191/statm: 58714 52813 267 49 0 55855 0
Current children cumulated CPU time (s) 162.07
Current children cumulated vsize (KiB) 234856

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 1.79 3/435 12198
/proc/meminfo: memFree=12159080/32951132 swapFree=67093840/67111528
[pid=12191] ppid=12189 vsize=268020 CPUtime=222.07 cores=0,2,4,6
/proc/12191/stat : 12191 (SApperloT2010) R 12189 12191 12038 0 -1 4202496 61434 0 0 0 22193 14 0 0 25 0 1 0 800247081 274452480 60330 33554432000 4194304 4394578 140737110107856 18446744073709551615 4292210 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/12191/statm: 67005 60330 267 49 0 64146 0
Current children cumulated CPU time (s) 222.07
Current children cumulated vsize (KiB) 268020

[startup+282.301 s]
/proc/loadavg: 2.03 2.01 1.80 3/435 12201
/proc/meminfo: memFree=12139596/32951132 swapFree=67093840/67111528
[pid=12191] ppid=12189 vsize=287676 CPUtime=282.06 cores=0,2,4,6
/proc/12191/stat : 12191 (SApperloT2010) R 12189 12191 12038 0 -1 4202496 66017 0 0 0 28191 15 0 0 25 0 1 0 800247081 294580224 64913 33554432000 4194304 4394578 140737110107856 18446744073709551615 4299008 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/12191/statm: 71919 64913 267 49 0 69060 0
Current children cumulated CPU time (s) 282.06
Current children cumulated vsize (KiB) 287676

[startup+342.301 s]
/proc/loadavg: 2.10 2.04 1.82 3/435 12204
/proc/meminfo: memFree=12123420/32951132 swapFree=67093840/67111528
[pid=12191] ppid=12189 vsize=301344 CPUtime=342.06 cores=0,2,4,6
/proc/12191/stat : 12191 (SApperloT2010) R 12189 12191 12038 0 -1 4202496 68867 0 0 0 34190 16 0 0 25 0 1 0 800247081 308576256 67763 33554432000 4194304 4394578 140737110107856 18446744073709551615 4298942 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/12191/statm: 75336 67763 267 49 0 72477 0
Current children cumulated CPU time (s) 342.06
Current children cumulated vsize (KiB) 301344

[startup+402.3 s]
/proc/loadavg: 2.03 2.03 1.83 3/435 12205
/proc/meminfo: memFree=12110884/32951132 swapFree=67093840/67111528
[pid=12191] ppid=12189 vsize=314372 CPUtime=402.06 cores=0,2,4,6
/proc/12191/stat : 12191 (SApperloT2010) R 12189 12191 12038 0 -1 4202496 71465 0 0 0 40189 17 0 0 25 0 1 0 800247081 321916928 70361 33554432000 4194304 4394578 140737110107856 18446744073709551615 4298792 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/12191/statm: 78593 70361 267 49 0 75734 0
Current children cumulated CPU time (s) 402.06
Current children cumulated vsize (KiB) 314372

[startup+462.301 s]
/proc/loadavg: 2.01 2.02 1.83 3/435 12207
/proc/meminfo: memFree=12084328/32951132 swapFree=67093840/67111528
[pid=12191] ppid=12189 vsize=332136 CPUtime=462.06 cores=0,2,4,6
/proc/12191/stat : 12191 (SApperloT2010) R 12189 12191 12038 0 -1 4202496 75214 0 0 0 46188 18 0 0 25 0 1 0 800247081 340107264 74110 33554432000 4194304 4394578 140737110107856 18446744073709551615 4298698 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/12191/statm: 83034 74110 267 49 0 80175 0
Current children cumulated CPU time (s) 462.06
Current children cumulated vsize (KiB) 332136

[startup+522.3 s]
/proc/loadavg: 2.00 2.02 1.84 3/435 12209
/proc/meminfo: memFree=12059012/32951132 swapFree=67093840/67111528
[pid=12191] ppid=12189 vsize=338604 CPUtime=522.05 cores=0,2,4,6
/proc/12191/stat : 12191 (SApperloT2010) R 12189 12191 12038 0 -1 4202496 76540 0 0 0 52187 18 0 0 25 0 1 0 800247081 346730496 75436 33554432000 4194304 4394578 140737110107856 18446744073709551615 4298826 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/12191/statm: 84651 75436 267 49 0 81792 0
Current children cumulated CPU time (s) 522.05
Current children cumulated vsize (KiB) 338604

[startup+582.301 s]
/proc/loadavg: 2.00 2.01 1.85 3/435 12210
/proc/meminfo: memFree=12035432/32951132 swapFree=67093840/67111528
[pid=12191] ppid=12189 vsize=362204 CPUtime=582.05 cores=0,2,4,6
/proc/12191/stat : 12191 (SApperloT2010) R 12189 12191 12038 0 -1 4202496 82119 0 0 0 58186 19 0 0 25 0 1 0 800247081 370896896 81015 33554432000 4194304 4394578 140737110107856 18446744073709551615 4298942 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/12191/statm: 90551 81015 267 49 0 87692 0
Current children cumulated CPU time (s) 582.05
Current children cumulated vsize (KiB) 362204

[startup+642.301 s]

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

[startup+4062.32 s]
/proc/loadavg: 2.08 2.04 2.01 3/435 12343
/proc/meminfo: memFree=12094476/32951132 swapFree=67093840/67111528
[pid=12191] ppid=12189 vsize=634756 CPUtime=4061.86 cores=0,2,4,6
/proc/12191/stat : 12191 (SApperloT2010) R 12189 12191 12038 0 -1 4202496 138788 0 0 0 406125 61 0 0 25 0 1 0 800247081 649990144 137684 33554432000 4194304 4394578 140737110107856 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 2 0 0 0
/proc/12191/statm: 158689 137684 267 49 0 155830 0
Current children cumulated CPU time (s) 4061.86
Current children cumulated vsize (KiB) 634756

[startup+4122.3 s]
/proc/loadavg: 2.07 2.05 2.01 3/435 12345
/proc/meminfo: memFree=12084792/32951132 swapFree=67093840/67111528
[pid=12191] ppid=12189 vsize=641028 CPUtime=4121.84 cores=0,2,4,6
/proc/12191/stat : 12191 (SApperloT2010) R 12189 12191 12038 0 -1 4202496 140007 0 0 0 412123 61 0 0 25 0 1 0 800247081 656412672 138903 33554432000 4194304 4394578 140737110107856 18446744073709551615 4298792 0 0 4096 6 0 0 0 17 2 0 0 0
/proc/12191/statm: 160257 138903 267 49 0 157398 0
Current children cumulated CPU time (s) 4121.84
Current children cumulated vsize (KiB) 641028

[startup+4182.3 s]
/proc/loadavg: 2.02 2.04 2.00 3/435 12346
/proc/meminfo: memFree=12080932/32951132 swapFree=67093840/67111528
[pid=12191] ppid=12189 vsize=642308 CPUtime=4181.84 cores=0,2,4,6
/proc/12191/stat : 12191 (SApperloT2010) R 12189 12191 12038 0 -1 4202496 140222 0 0 0 418123 61 0 0 25 0 1 0 800247081 657723392 139118 33554432000 4194304 4394578 140737110107856 18446744073709551615 4298338 0 0 4096 6 0 0 0 17 2 0 0 0
/proc/12191/statm: 160577 139118 267 49 0 157718 0
Current children cumulated CPU time (s) 4181.84
Current children cumulated vsize (KiB) 642308

[startup+4242.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/435 12348
/proc/meminfo: memFree=12071744/32951132 swapFree=67093840/67111528
[pid=12191] ppid=12189 vsize=649988 CPUtime=4241.83 cores=0,2,4,6
/proc/12191/stat : 12191 (SApperloT2010) R 12189 12191 12038 0 -1 4202496 141728 0 0 0 424122 61 0 0 25 0 1 0 800247081 665587712 140624 33554432000 4194304 4394578 140737110107856 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 2 0 0 0
/proc/12191/statm: 162497 140624 267 49 0 159638 0
Current children cumulated CPU time (s) 4241.83
Current children cumulated vsize (KiB) 649988

[startup+4302.3 s]
/proc/loadavg: 2.04 2.03 2.00 3/435 12349
/proc/meminfo: memFree=12066016/32951132 swapFree=67093840/67111528
[pid=12191] ppid=12189 vsize=655492 CPUtime=4301.84 cores=0,2,4,6
/proc/12191/stat : 12191 (SApperloT2010) R 12189 12191 12038 0 -1 4202496 142847 0 0 0 430122 62 0 0 25 0 1 0 800247081 671223808 141743 33554432000 4194304 4394578 140737110107856 18446744073709551615 4298942 0 0 4096 6 0 0 0 17 2 0 0 0
/proc/12191/statm: 163873 141743 267 49 0 161014 0
Current children cumulated CPU time (s) 4301.84
Current children cumulated vsize (KiB) 655492

[startup+4362.3 s]
/proc/loadavg: 2.05 2.04 2.00 3/435 12351
/proc/meminfo: memFree=12065140/32951132 swapFree=67093840/67111528
[pid=12191] ppid=12189 vsize=658052 CPUtime=4361.84 cores=0,2,4,6
/proc/12191/stat : 12191 (SApperloT2010) R 12189 12191 12038 0 -1 4202496 143337 0 0 0 436122 62 0 0 25 0 1 0 800247081 673845248 142233 33554432000 4194304 4394578 140737110107856 18446744073709551615 4298976 0 0 4096 6 0 0 0 17 2 0 0 0
/proc/12191/statm: 164513 142233 267 49 0 161654 0
Current children cumulated CPU time (s) 4361.84
Current children cumulated vsize (KiB) 658052

[startup+4422.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/435 12353
/proc/meminfo: memFree=12059668/32951132 swapFree=67093840/67111528
[pid=12191] ppid=12189 vsize=663812 CPUtime=4421.84 cores=0,2,4,6
/proc/12191/stat : 12191 (SApperloT2010) R 12189 12191 12038 0 -1 4202496 144540 0 0 0 442122 62 0 0 25 0 1 0 800247081 679743488 143436 33554432000 4194304 4394578 140737110107856 18446744073709551615 4298837 0 0 4096 6 0 0 0 17 2 0 0 0
/proc/12191/statm: 165953 143436 267 49 0 163094 0
Current children cumulated CPU time (s) 4421.84
Current children cumulated vsize (KiB) 663812

[startup+4482.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/435 12354
/proc/meminfo: memFree=12052096/32951132 swapFree=67093840/67111528
[pid=12191] ppid=12189 vsize=668680 CPUtime=4481.84 cores=0,2,4,6
/proc/12191/stat : 12191 (SApperloT2010) R 12189 12191 12038 0 -1 4202496 145424 0 0 0 448122 62 0 0 25 0 1 0 800247081 684728320 144320 33554432000 4194304 4394578 140737110107856 18446744073709551615 4338256 0 0 4096 6 0 0 0 17 2 0 0 0
/proc/12191/statm: 167170 144320 267 49 0 164311 0
Current children cumulated CPU time (s) 4481.84
Current children cumulated vsize (KiB) 668680

[startup+4542.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/435 12356
/proc/meminfo: memFree=12047864/32951132 swapFree=67093840/67111528
[pid=12191] ppid=12189 vsize=673032 CPUtime=4541.84 cores=0,2,4,6
/proc/12191/stat : 12191 (SApperloT2010) R 12189 12191 12038 0 -1 4202496 146300 0 0 0 454122 62 0 0 25 0 1 0 800247081 689184768 145196 33554432000 4194304 4394578 140737110107856 18446744073709551615 4298792 0 0 4096 6 0 0 0 17 2 0 0 0
/proc/12191/statm: 168258 145196 267 49 0 165399 0
Current children cumulated CPU time (s) 4541.84
Current children cumulated vsize (KiB) 673032

[startup+4602.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/435 12357
/proc/meminfo: memFree=12043260/32951132 swapFree=67093840/67111528
[pid=12191] ppid=12189 vsize=673288 CPUtime=4601.85 cores=0,2,4,6
/proc/12191/stat : 12191 (SApperloT2010) R 12189 12191 12038 0 -1 4202496 146336 0 0 0 460123 62 0 0 25 0 1 0 800247081 689446912 145232 33554432000 4194304 4394578 140737110107856 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 2 0 0 0
/proc/12191/statm: 168322 145232 267 49 0 165463 0
Current children cumulated CPU time (s) 4601.85
Current children cumulated vsize (KiB) 673288

[startup+4662.3 s]
/proc/loadavg: 2.05 2.02 2.00 3/435 12359
/proc/meminfo: memFree=12041388/32951132 swapFree=67093840/67111528
[pid=12191] ppid=12189 vsize=674312 CPUtime=4661.85 cores=0,2,4,6
/proc/12191/stat : 12191 (SApperloT2010) R 12189 12191 12038 0 -1 4202496 146497 0 0 0 466123 62 0 0 25 0 1 0 800247081 690495488 145393 33554432000 4194304 4394578 140737110107856 18446744073709551615 4298792 0 0 4096 6 0 0 0 17 2 0 0 0
/proc/12191/statm: 168578 145393 267 49 0 165719 0
Current children cumulated CPU time (s) 4661.85
Current children cumulated vsize (KiB) 674312

[startup+4722.32 s]
/proc/loadavg: 2.02 2.02 2.00 3/435 12361
/proc/meminfo: memFree=12040884/32951132 swapFree=67093840/67111528
[pid=12191] ppid=12189 vsize=674824 CPUtime=4721.86 cores=0,2,4,6
/proc/12191/stat : 12191 (SApperloT2010) R 12189 12191 12038 0 -1 4202496 146634 0 0 0 472124 62 0 0 25 0 1 0 800247081 691019776 145530 33554432000 4194304 4394578 140737110107856 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 2 0 0 0
/proc/12191/statm: 168706 145530 267 49 0 165847 0
Current children cumulated CPU time (s) 4721.86
Current children cumulated vsize (KiB) 674824

[startup+4782.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/435 12362
/proc/meminfo: memFree=12036032/32951132 swapFree=67093840/67111528
[pid=12191] ppid=12189 vsize=676360 CPUtime=4781.85 cores=0,2,4,6
/proc/12191/stat : 12191 (SApperloT2010) R 12189 12191 12038 0 -1 4202496 146972 0 0 0 478122 63 0 0 25 0 1 0 800247081 692592640 145868 33554432000 4194304 4394578 140737110107856 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 2 0 0 0
/proc/12191/statm: 169090 145868 267 49 0 166231 0
Current children cumulated CPU time (s) 4781.85
Current children cumulated vsize (KiB) 676360

[startup+4842.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/435 12364
/proc/meminfo: memFree=12031184/32951132 swapFree=67093840/67111528
[pid=12191] ppid=12189 vsize=680456 CPUtime=4841.85 cores=0,2,4,6
/proc/12191/stat : 12191 (SApperloT2010) R 12189 12191 12038 0 -1 4202496 147749 0 0 0 484122 63 0 0 25 0 1 0 800247081 696786944 146645 33554432000 4194304 4394578 140737110107856 18446744073709551615 4298326 0 0 4096 6 0 0 0 17 2 0 0 0
/proc/12191/statm: 170114 146645 267 49 0 167255 0
Current children cumulated CPU time (s) 4841.85
Current children cumulated vsize (KiB) 680456

[startup+4902.3 s]
/proc/loadavg: 2.05 2.01 2.00 3/435 12365
/proc/meminfo: memFree=12028064/32951132 swapFree=67093840/67111528
[pid=12191] ppid=12189 vsize=683448 CPUtime=4901.85 cores=0,2,4,6
/proc/12191/stat : 12191 (SApperloT2010) R 12189 12191 12038 0 -1 4202496 148511 0 0 0 490122 63 0 0 25 0 1 0 800247081 699850752 147407 33554432000 4194304 4394578 140737110107856 18446744073709551615 4298812 0 0 4096 6 0 0 0 17 2 0 0 0
/proc/12191/statm: 170862 147407 267 49 0 168003 0
Current children cumulated CPU time (s) 4901.85
Current children cumulated vsize (KiB) 683448

[startup+4962.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/435 12367
/proc/meminfo: memFree=12015776/32951132 swapFree=67093840/67111528
[pid=12191] ppid=12189 vsize=692552 CPUtime=4961.85 cores=0,2,4,6
/proc/12191/stat : 12191 (SApperloT2010) R 12189 12191 12038 0 -1 4202496 150663 0 0 0 496121 64 0 0 25 0 1 0 800247081 709173248 149559 33554432000 4194304 4394578 140737110107856 18446744073709551615 4298326 0 0 4096 6 0 0 0 17 2 0 0 0
/proc/12191/statm: 173138 149559 267 49 0 170279 0
Current children cumulated CPU time (s) 4961.85
Current children cumulated vsize (KiB) 692552



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5000.5 s]
/proc/loadavg: 2.01 2.00 2.00 4/435 12368
/proc/meminfo: memFree=12003372/32951132 swapFree=67093840/67111528
[pid=12191] ppid=12189 vsize=705292 CPUtime=5000.08 cores=0,2,4,6
/proc/12191/stat : 12191 (SApperloT2010) R 12189 12191 12038 0 -1 4202496 153719 0 0 0 499943 65 0 0 25 0 1 0 800247081 722219008 152615 33554432000 4194304 4394578 140737110107856 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 2 0 0 0
/proc/12191/statm: 176323 152615 267 49 0 173464 0
Current children cumulated CPU time (s) 5000.08
Current children cumulated vsize (KiB) 705292

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

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

[startup+5000.5 s]
/proc/loadavg: 2.01 2.00 2.00 4/435 12368
/proc/meminfo: memFree=12003372/32951132 swapFree=67093840/67111528
[pid=12191] ppid=12189 vsize=705292 CPUtime=5000.08 cores=0,2,4,6
/proc/12191/stat : 12191 (SApperloT2010) R 12189 12191 12038 0 -1 4202496 153719 0 0 0 499943 65 0 0 25 0 1 0 800247081 722219008 152615 33554432000 4194304 4394578 140737110107856 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 2 0 0 0
/proc/12191/statm: 176323 152615 267 49 0 173464 0
Current children cumulated CPU time (s) 5000.08
Current children cumulated vsize (KiB) 705292

Child ended because it received signal 15 (SIGTERM)
Real time (s): 5000.56
CPU time (s): 5000.12
CPU user time (s): 4999.44
CPU system time (s): 0.677896
CPU usage (%): 99.9912
Max. virtual memory (cumulated for all children) (KiB): 705292

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

runsolver used 23.3095 second user time and 49.2675 second system time

The end

Launcher Data

Begin job on node131 at 2011-06-01 02:01:14
IDJOB=3438443
IDBENCH=71353
IDSOLVER=1933
FILE ID=node131/3438443-1306886474
RUNJOBID= node131-1306884534-12056
PBS_JOBID= 13488445
Free space on /tmp= 73812 MiB

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

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

MD5SUM BENCH= 92e61742efd2e322c59b4442206bebf1
RANDOM SEED=1619208619

node131.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.830
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.66
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.830
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.830
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.83
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.830
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.75
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.830
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.77
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.830
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.830
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.830
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      12406588 kB
Buffers:        313548 kB
Cached:        5446816 kB
SwapCached:        948 kB
Active:       16108488 kB
Inactive:      4129260 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      12406588 kB
SwapTotal:    67111528 kB
SwapFree:     67093840 kB
Dirty:            3632 kB
Writeback:           0 kB
AnonPages:    14475776 kB
Mapped:          38644 kB
Slab:           183092 kB
PageTables:      56552 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS: 95756484 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73812 MiB
End job on node131 at 2011-06-01 03:24:37