Trace number 3422548

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
minisat hack: contrasat 2011-03-02? (TO) 5000.08 4999.93

General information on the benchmark

NameSAT03/industrial/li/li-test4/
li-test4-100.shuffled-as.sat03-370.cnf
MD5SUM5e5606ae7367b9272c60adc115594912
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 variables36809
Number of clauses142491
Sum of the clauses size559708
Maximum clause length172
Minimum clause length1
Number of clauses of size 114
Number of clauses of size 224558
Number of clauses of size 367458
Number of clauses of size 449000
Number of clauses of size 51
Number of clauses of size over 51460

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-3422548-1306669697/watcher-3422548-1306669697 -o /tmp/evaluation-result-3422548-1306669697/solver-3422548-1306669697 -C 5000 -W 5100 -M 15500 contrasat_release HOME/instance-3422548-1306669697.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.01 2.03 2.00 3/424 23803
/proc/meminfo: memFree=14008876/32951124 swapFree=48785060/67111528
[pid=23803] ppid=23801 vsize=25052 CPUtime=0 cores=0,2,4,6
/proc/23803/stat : 23803 (contrasat_relea) R 23801 23803 22730 0 -1 4202496 1857 0 0 0 0 0 0 0 25 0 1 0 778567897 25653248 1771 33554432000 4194304 4298156 140734892172624 18446744073709551615 4284982 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/23803/statm: 6263 1777 216 26 0 2895 0

[startup+0.0733841 s]
/proc/loadavg: 2.01 2.03 2.00 3/424 23803
/proc/meminfo: memFree=14008876/32951124 swapFree=48785060/67111528
[pid=23803] ppid=23801 vsize=29964 CPUtime=0.06 cores=0,2,4,6
/proc/23803/stat : 23803 (contrasat_relea) R 23801 23803 22730 0 -1 4202496 3946 0 0 0 6 0 0 0 25 0 1 0 778567897 30683136 3557 33554432000 4194304 4298156 140734892172624 18446744073709551615 4284805 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/23803/statm: 7491 3557 216 26 0 4123 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 29964

[startup+0.100374 s]
/proc/loadavg: 2.01 2.03 2.00 3/424 23803
/proc/meminfo: memFree=14008876/32951124 swapFree=48785060/67111528
[pid=23803] ppid=23801 vsize=31624 CPUtime=0.09 cores=0,2,4,6
/proc/23803/stat : 23803 (contrasat_relea) R 23801 23803 22730 0 -1 4202496 4793 0 0 0 9 0 0 0 25 0 1 0 778567897 32382976 4224 33554432000 4194304 4298156 140734892172624 18446744073709551615 4284889 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/23803/statm: 7906 4225 216 26 0 4538 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 31624

[startup+0.300355 s]
/proc/loadavg: 2.01 2.03 2.00 3/424 23803
/proc/meminfo: memFree=14008876/32951124 swapFree=48785060/67111528
[pid=23803] ppid=23801 vsize=38248 CPUtime=0.29 cores=0,2,4,6
/proc/23803/stat : 23803 (contrasat_relea) R 23801 23803 22730 0 -1 4202496 6459 0 0 0 29 0 0 0 25 0 1 0 778567897 39165952 5583 33554432000 4194304 4298156 140734892172624 18446744073709551615 246516503041 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/23803/statm: 9562 5583 222 26 0 6194 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 38248

[startup+0.700301 s]
/proc/loadavg: 2.01 2.03 2.00 3/424 23803
/proc/meminfo: memFree=14008876/32951124 swapFree=48785060/67111528
[pid=23803] ppid=23801 vsize=33536 CPUtime=0.69 cores=0,2,4,6
/proc/23803/stat : 23803 (contrasat_relea) R 23801 23803 22730 0 -1 4202496 7750 0 0 0 69 0 0 0 25 0 1 0 778567897 34340864 4803 33554432000 4194304 4298156 140734892172624 18446744073709551615 4252487 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/23803/statm: 8384 4803 242 26 0 5016 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 33536

[startup+1.50115 s]
/proc/loadavg: 2.01 2.03 2.00 3/425 23804
/proc/meminfo: memFree=13988168/32951124 swapFree=48785060/67111528
[pid=23803] ppid=23801 vsize=33536 CPUtime=1.49 cores=0,2,4,6
/proc/23803/stat : 23803 (contrasat_relea) R 23801 23803 22730 0 -1 4202496 7770 0 0 0 149 0 0 0 25 0 1 0 778567897 34340864 4818 33554432000 4194304 4298156 140734892172624 18446744073709551615 4252753 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/23803/statm: 8384 4818 243 26 0 5016 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 33536

[startup+3.10086 s]
/proc/loadavg: 2.01 2.03 2.00 3/425 23804
/proc/meminfo: memFree=13986056/32951124 swapFree=48785060/67111528
[pid=23803] ppid=23801 vsize=33536 CPUtime=3.09 cores=0,2,4,6
/proc/23803/stat : 23803 (contrasat_relea) R 23801 23803 22730 0 -1 4202496 7794 0 0 0 309 0 0 0 25 0 1 0 778567897 34340864 4835 33554432000 4194304 4298156 140734892172624 18446744073709551615 4252683 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/23803/statm: 8384 4835 243 26 0 5016 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 33536

[startup+6.30026 s]
/proc/loadavg: 2.01 2.02 2.00 3/425 23804
/proc/meminfo: memFree=14021868/32951124 swapFree=48785060/67111528
[pid=23803] ppid=23801 vsize=33536 CPUtime=6.29 cores=0,2,4,6
/proc/23803/stat : 23803 (contrasat_relea) R 23801 23803 22730 0 -1 4202496 7823 0 0 0 629 0 0 0 25 0 1 0 778567897 34340864 4857 33554432000 4194304 4298156 140734892172624 18446744073709551615 4252784 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/23803/statm: 8384 4857 243 26 0 5016 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 33536

[startup+12.7011 s]
/proc/loadavg: 2.01 2.02 2.00 3/425 23804
/proc/meminfo: memFree=13987500/32951124 swapFree=48785060/67111528
[pid=23803] ppid=23801 vsize=33536 CPUtime=12.69 cores=0,2,4,6
/proc/23803/stat : 23803 (contrasat_relea) R 23801 23803 22730 0 -1 4202496 7844 0 0 0 1269 0 0 0 25 0 1 0 778567897 34340864 4872 33554432000 4194304 4298156 140734892172624 18446744073709551615 4252784 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/23803/statm: 8384 4872 243 26 0 5016 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 33536

[startup+25.5008 s]
/proc/loadavg: 2.01 2.02 2.00 3/425 23804
/proc/meminfo: memFree=13986260/32951124 swapFree=48785060/67111528
[pid=23803] ppid=23801 vsize=33536 CPUtime=25.49 cores=0,2,4,6
/proc/23803/stat : 23803 (contrasat_relea) R 23801 23803 22730 0 -1 4202496 7881 0 0 0 2549 0 0 0 25 0 1 0 778567897 34340864 4900 33554432000 4194304 4298156 140734892172624 18446744073709551615 4256210 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/23803/statm: 8384 4900 243 26 0 5016 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 33536

[startup+51.1011 s]
/proc/loadavg: 2.00 2.02 2.00 3/425 23805
/proc/meminfo: memFree=13961308/32951124 swapFree=48785060/67111528
[pid=23803] ppid=23801 vsize=63872 CPUtime=51.1 cores=0,2,4,6
/proc/23803/stat : 23803 (contrasat_relea) R 23801 23803 22730 0 -1 4202496 27406 0 0 0 5107 3 0 0 25 0 1 0 778567897 65404928 11605 33554432000 4194304 4298156 140734892172624 18446744073709551615 4262390 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/23803/statm: 15968 11605 243 26 0 12600 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 63872

[startup+102.316 s]
/proc/loadavg: 2.00 2.02 2.00 3/425 23806
/proc/meminfo: memFree=13933504/32951124 swapFree=48785060/67111528
[pid=23803] ppid=23801 vsize=89912 CPUtime=102.31 cores=0,2,4,6
/proc/23803/stat : 23803 (contrasat_relea) R 23801 23803 22730 0 -1 4202496 77207 0 0 0 10222 9 0 0 25 0 1 0 778567897 92069888 18611 33554432000 4194304 4298156 140734892172624 18446744073709551615 4256284 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/23803/statm: 22478 18611 243 26 0 19110 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 89912

[startup+162.301 s]
/proc/loadavg: 2.00 2.01 2.00 3/425 23808
/proc/meminfo: memFree=13910156/32951124 swapFree=48785060/67111528
[pid=23803] ppid=23801 vsize=120824 CPUtime=162.3 cores=0,2,4,6
/proc/23803/stat : 23803 (contrasat_relea) R 23801 23803 22730 0 -1 4202496 145140 0 0 0 16213 17 0 0 25 0 1 0 778567897 123723776 25697 33554432000 4194304 4298156 140734892172624 18446744073709551615 4272494 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/23803/statm: 30206 25697 243 26 0 26838 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 120824

[startup+222.301 s]
/proc/loadavg: 2.08 2.02 2.01 3/425 23809
/proc/meminfo: memFree=13896132/32951124 swapFree=48785060/67111528
[pid=23803] ppid=23801 vsize=132260 CPUtime=222.29 cores=0,2,4,6
/proc/23803/stat : 23803 (contrasat_relea) R 23801 23803 22730 0 -1 4202496 294639 0 0 0 22191 38 0 0 25 0 1 0 778567897 135434240 27687 33554432000 4194304 4298156 140734892172624 18446744073709551615 4276251 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/23803/statm: 33065 27687 243 26 0 29697 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 132260

[startup+282.301 s]
/proc/loadavg: 2.13 2.05 2.01 3/425 23811
/proc/meminfo: memFree=13864848/32951124 swapFree=48785060/67111528
[pid=23803] ppid=23801 vsize=182052 CPUtime=282.3 cores=0,2,4,6
/proc/23803/stat : 23803 (contrasat_relea) R 23801 23803 22730 0 -1 4202496 478511 0 0 0 28167 63 0 0 25 0 1 0 778567897 186421248 35384 33554432000 4194304 4298156 140734892172624 18446744073709551615 4256484 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/23803/statm: 45513 35384 243 26 0 42145 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 182052

[startup+342.301 s]
/proc/loadavg: 2.05 2.03 2.00 3/425 23813
/proc/meminfo: memFree=13879208/32951124 swapFree=48785060/67111528
[pid=23803] ppid=23801 vsize=151232 CPUtime=342.3 cores=0,2,4,6
/proc/23803/stat : 23803 (contrasat_relea) R 23801 23803 22730 0 -1 4202496 684620 0 0 0 34136 94 0 0 25 0 1 0 778567897 154861568 31501 33554432000 4194304 4298156 140734892172624 18446744073709551615 4256277 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/23803/statm: 37808 31501 243 26 0 34440 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 151232

[startup+402.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/425 23814
/proc/meminfo: memFree=13866404/32951124 swapFree=48785060/67111528
[pid=23803] ppid=23801 vsize=151232 CPUtime=402.3 cores=0,2,4,6
/proc/23803/stat : 23803 (contrasat_relea) R 23801 23803 22730 0 -1 4202496 870093 0 0 0 40110 120 0 0 25 0 1 0 778567897 154861568 32189 33554432000 4194304 4298156 140734892172624 18446744073709551615 4261654 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/23803/statm: 37808 32189 243 26 0 34440 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 151232

[startup+462.3 s]
/proc/loadavg: 2.04 2.03 2.00 3/425 23816
/proc/meminfo: memFree=13919572/32951124 swapFree=48785060/67111528
[pid=23803] ppid=23801 vsize=151232 CPUtime=462.3 cores=0,2,4,6
/proc/23803/stat : 23803 (contrasat_relea) R 23801 23803 22730 0 -1 4202496 1061798 0 0 0 46084 146 0 0 25 0 1 0 778567897 154861568 30109 33554432000 4194304 4298156 140734892172624 18446744073709551615 4256333 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/23803/statm: 37808 30109 243 26 0 34440 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 151232

[startup+522.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/425 23817
/proc/meminfo: memFree=13853824/32951124 swapFree=48785060/67111528
[pid=23803] ppid=23801 vsize=182052 CPUtime=522.3 cores=0,2,4,6
/proc/23803/stat : 23803 (contrasat_relea) R 23801 23803 22730 0 -1 4202496 1227570 0 0 0 52060 170 0 0 25 0 1 0 778567897 186421248 39177 33554432000 4194304 4298156 140734892172624 18446744073709551615 4253613 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/23803/statm: 45513 39177 243 26 0 42145 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 182052

[startup+582.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/425 23819
/proc/meminfo: memFree=13846720/32951124 swapFree=48785060/67111528
[pid=23803] ppid=23801 vsize=182052 CPUtime=582.31 cores=0,2,4,6
/proc/23803/stat : 23803 (contrasat_relea) R 23801 23803 22730 0 -1 4202496 1426746 0 0 0 58031 200 0 0 25 0 1 0 778567897 186421248 38239 33554432000 4194304 4298156 140734892172624 18446744073709551615 4251890 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/23803/statm: 45513 38240 243 26 0 42145 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 182052

[startup+642.3 s]

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

[startup+4062.32 s]
/proc/loadavg: 1.00 1.27 1.64 2/419 23942
/proc/meminfo: memFree=13702016/32951124 swapFree=48785060/67111528
[pid=23803] ppid=23801 vsize=483560 CPUtime=4062.43 cores=0,2,4,6
/proc/23803/stat : 23803 (contrasat_relea) R 23801 23803 22730 0 -1 4202496 12367965 0 0 0 404458 1785 0 0 25 0 1 0 778567897 495165440 109730 33554432000 4194304 4298156 140734892172624 18446744073709551615 4276251 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/23803/statm: 120890 109730 243 26 0 117522 0
Current children cumulated CPU time (s) 4062.43
Current children cumulated vsize (KiB) 483560

[startup+4122.3 s]
/proc/loadavg: 1.14 1.26 1.62 2/419 23943
/proc/meminfo: memFree=13790152/32951124 swapFree=48785060/67111528
[pid=23803] ppid=23801 vsize=485656 CPUtime=4122.41 cores=0,2,4,6
/proc/23803/stat : 23803 (contrasat_relea) R 23801 23803 22730 0 -1 4202496 12600952 0 0 0 410425 1816 0 0 25 0 1 0 778567897 497311744 89002 33554432000 4194304 4298156 140734892172624 18446744073709551615 4251890 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/23803/statm: 121414 89002 243 26 0 118046 0
Current children cumulated CPU time (s) 4122.41
Current children cumulated vsize (KiB) 485656

[startup+4182.3 s]
/proc/loadavg: 1.05 1.21 1.57 2/419 23945
/proc/meminfo: memFree=13785528/32951124 swapFree=48785060/67111528
[pid=23803] ppid=23801 vsize=487164 CPUtime=4182.41 cores=0,2,4,6
/proc/23803/stat : 23803 (contrasat_relea) R 23801 23803 22730 0 -1 4202496 12811618 0 0 0 416396 1845 0 0 25 0 1 0 778567897 498855936 89384 33554432000 4194304 4298156 140734892172624 18446744073709551615 4276251 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/23803/statm: 121791 89384 243 26 0 118423 0
Current children cumulated CPU time (s) 4182.41
Current children cumulated vsize (KiB) 487164

[startup+4242.3 s]
/proc/loadavg: 1.02 1.17 1.54 2/419 23947
/proc/meminfo: memFree=13739492/32951124 swapFree=48785060/67111528
[pid=23803] ppid=23801 vsize=489100 CPUtime=4242.41 cores=0,2,4,6
/proc/23803/stat : 23803 (contrasat_relea) R 23801 23803 22730 0 -1 4202496 13035255 0 0 0 422364 1877 0 0 25 0 1 0 778567897 500838400 102055 33554432000 4194304 4298156 140734892172624 18446744073709551615 4276251 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/23803/statm: 122275 102055 243 26 0 118907 0
Current children cumulated CPU time (s) 4242.41
Current children cumulated vsize (KiB) 489100

[startup+4302.3 s]
/proc/loadavg: 1.00 1.14 1.50 2/419 23948
/proc/meminfo: memFree=13643608/32951124 swapFree=48785060/67111528
[pid=23803] ppid=23801 vsize=706456 CPUtime=4302.42 cores=0,2,4,6
/proc/23803/stat : 23803 (contrasat_relea) R 23801 23803 22730 0 -1 4202496 13227336 0 0 0 428336 1906 0 0 25 0 1 0 778567897 723410944 124948 33554432000 4194304 4298156 140734892172624 18446744073709551615 4256277 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/23803/statm: 176614 124948 243 26 0 173246 0
Current children cumulated CPU time (s) 4302.42
Current children cumulated vsize (KiB) 706456

[startup+4362.3 s]
/proc/loadavg: 1.04 1.12 1.47 2/419 23950
/proc/meminfo: memFree=13701620/32951124 swapFree=48785060/67111528
[pid=23803] ppid=23801 vsize=492852 CPUtime=4362.42 cores=0,2,4,6
/proc/23803/stat : 23803 (contrasat_relea) R 23801 23803 22730 0 -1 4202496 13474794 0 0 0 434304 1938 0 0 25 0 1 0 778567897 504680448 111871 33554432000 4194304 4298156 140734892172624 18446744073709551615 4261516 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/23803/statm: 123213 111871 243 26 0 119845 0
Current children cumulated CPU time (s) 4362.42
Current children cumulated vsize (KiB) 492852

[startup+4422.3 s]
/proc/loadavg: 1.01 1.10 1.44 2/419 23960
/proc/meminfo: memFree=13740168/32951124 swapFree=48785060/67111528
[pid=23803] ppid=23801 vsize=494804 CPUtime=4422.42 cores=0,2,4,6
/proc/23803/stat : 23803 (contrasat_relea) R 23801 23803 22730 0 -1 4202496 13726753 0 0 0 440269 1973 0 0 25 0 1 0 778567897 506679296 101309 33554432000 4194304 4298156 140734892172624 18446744073709551615 4261474 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/23803/statm: 123701 101309 243 26 0 120333 0
Current children cumulated CPU time (s) 4422.42
Current children cumulated vsize (KiB) 494804

[startup+4482.3 s]
/proc/loadavg: 1.00 1.08 1.41 2/419 23962
/proc/meminfo: memFree=13785408/32951124 swapFree=48785060/67111528
[pid=23803] ppid=23801 vsize=496540 CPUtime=4482.42 cores=0,2,4,6
/proc/23803/stat : 23803 (contrasat_relea) R 23801 23803 22730 0 -1 4202496 13915243 0 0 0 446243 1999 0 0 25 0 1 0 778567897 508456960 89427 33554432000 4194304 4298156 140734892172624 18446744073709551615 4256826 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/23803/statm: 124135 89427 243 26 0 120767 0
Current children cumulated CPU time (s) 4482.42
Current children cumulated vsize (KiB) 496540

[startup+4542.3 s]
/proc/loadavg: 1.00 1.06 1.38 2/419 23964
/proc/meminfo: memFree=13915084/32951124 swapFree=48785060/67111528
[pid=23803] ppid=23801 vsize=283024 CPUtime=4542.42 cores=0,2,4,6
/proc/23803/stat : 23803 (contrasat_relea) R 23801 23803 22730 0 -1 4202496 14060347 0 0 0 452223 2019 0 0 25 0 1 0 778567897 289816576 57050 33554432000 4194304 4298156 140734892172624 18446744073709551615 4256201 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/23803/statm: 70756 57050 243 26 0 67388 0
Current children cumulated CPU time (s) 4542.42
Current children cumulated vsize (KiB) 283024

[startup+4602.3 s]
/proc/loadavg: 1.00 1.05 1.35 2/419 23968
/proc/meminfo: memFree=13873356/32951124 swapFree=48785060/67111528
[pid=23803] ppid=23801 vsize=364856 CPUtime=4602.44 cores=0,2,4,6
/proc/23803/stat : 23803 (contrasat_relea) R 23801 23803 22730 0 -1 4202496 14210268 0 0 0 458201 2043 0 0 25 0 1 0 778567897 373612544 66845 33554432000 4194304 4298156 140734892172624 18446744073709551615 4276251 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/23803/statm: 91214 66845 243 26 0 87846 0
Current children cumulated CPU time (s) 4602.44
Current children cumulated vsize (KiB) 364856

[startup+4662.3 s]
/proc/loadavg: 1.09 1.07 1.34 2/419 23970
/proc/meminfo: memFree=13775348/32951124 swapFree=48785060/67111528
[pid=23803] ppid=23801 vsize=497524 CPUtime=4662.42 cores=0,2,4,6
/proc/23803/stat : 23803 (contrasat_relea) R 23801 23803 22730 0 -1 4202496 14367609 0 0 0 464176 2066 0 0 25 0 1 0 778567897 509464576 92571 33554432000 4194304 4298156 140734892172624 18446744073709551615 4256826 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/23803/statm: 124381 92571 243 26 0 121013 0
Current children cumulated CPU time (s) 4662.42
Current children cumulated vsize (KiB) 497524

[startup+4722.32 s]
/proc/loadavg: 1.07 1.07 1.32 2/419 23971
/proc/meminfo: memFree=13886800/32951124 swapFree=48785060/67111528
[pid=23803] ppid=23801 vsize=284156 CPUtime=4722.45 cores=0,2,4,6
/proc/23803/stat : 23803 (contrasat_relea) R 23801 23803 22730 0 -1 4202496 14544466 0 0 0 470151 2094 0 0 25 0 1 0 778567897 290975744 63791 33554432000 4194304 4298156 140734892172624 18446744073709551615 4256767 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/23803/statm: 71039 63791 243 26 0 67671 0
Current children cumulated CPU time (s) 4722.45
Current children cumulated vsize (KiB) 284156

[startup+4782.3 s]
/proc/loadavg: 1.02 1.05 1.30 2/419 23973
/proc/meminfo: memFree=13912800/32951124 swapFree=48785060/67111528
[pid=23803] ppid=23801 vsize=284728 CPUtime=4782.44 cores=0,2,4,6
/proc/23803/stat : 23803 (contrasat_relea) R 23801 23803 22730 0 -1 4202496 14696902 0 0 0 476127 2117 0 0 25 0 1 0 778567897 291561472 57592 33554432000 4194304 4298156 140734892172624 18446744073709551615 4262584 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/23803/statm: 71182 57592 243 26 0 67814 0
Current children cumulated CPU time (s) 4782.44
Current children cumulated vsize (KiB) 284728

[startup+4842.3 s]
/proc/loadavg: 1.01 1.04 1.27 2/419 23975
/proc/meminfo: memFree=13876560/32951124 swapFree=48785060/67111528
[pid=23803] ppid=23801 vsize=284728 CPUtime=4842.44 cores=0,2,4,6
/proc/23803/stat : 23803 (contrasat_relea) R 23801 23803 22730 0 -1 4202496 14831798 0 0 0 482108 2136 0 0 25 0 1 0 778567897 291561472 66572 33554432000 4194304 4298156 140734892172624 18446744073709551615 4261654 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/23803/statm: 71182 66572 243 26 0 67814 0
Current children cumulated CPU time (s) 4842.44
Current children cumulated vsize (KiB) 284728

[startup+4902.3 s]
/proc/loadavg: 1.00 1.03 1.26 2/419 23976
/proc/meminfo: memFree=13681356/32951124 swapFree=48785060/67111528
[pid=23803] ppid=23801 vsize=499940 CPUtime=4902.44 cores=0,2,4,6
/proc/23803/stat : 23803 (contrasat_relea) R 23801 23803 22730 0 -1 4202496 15024385 0 0 0 488082 2162 0 0 25 0 1 0 778567897 511938560 116329 33554432000 4194304 4298156 140734892172624 18446744073709551615 4256333 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/23803/statm: 124985 116329 243 26 0 121617 0
Current children cumulated CPU time (s) 4902.44
Current children cumulated vsize (KiB) 499940

[startup+4962.3 s]
/proc/loadavg: 1.00 1.02 1.24 2/419 23978
/proc/meminfo: memFree=13849596/32951124 swapFree=48785060/67111528
[pid=23803] ppid=23801 vsize=367948 CPUtime=4962.44 cores=0,2,4,6
/proc/23803/stat : 23803 (contrasat_relea) R 23801 23803 22730 0 -1 4202496 15200829 0 0 0 494057 2187 0 0 25 0 1 0 778567897 376778752 73169 33554432000 4194304 4298156 140734892172624 18446744073709551615 4256565 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/23803/statm: 91987 73169 243 26 0 88619 0
Current children cumulated CPU time (s) 4962.44
Current children cumulated vsize (KiB) 367948



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 1.00 1.02 1.23 2/419 23979
/proc/meminfo: memFree=13829108/32951124 swapFree=48785060/67111528
[pid=23803] ppid=23801 vsize=368224 CPUtime=5000.05 cores=0,2,4,6
/proc/23803/stat : 23803 (contrasat_relea) R 23801 23803 22730 0 -1 4202496 15290832 0 0 0 497806 2199 0 0 25 0 1 0 778567897 377061376 78231 33554432000 4194304 4298156 140734892172624 18446744073709551615 4276251 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/23803/statm: 92056 78231 243 26 0 88688 0
Current children cumulated CPU time (s) 5000.05
Current children cumulated vsize (KiB) 368224

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: 1.00 1.02 1.23 2/419 23979
/proc/meminfo: memFree=13829108/32951124 swapFree=48785060/67111528
[pid=23803] ppid=23801 vsize=368224 CPUtime=5000.05 cores=0,2,4,6
/proc/23803/stat : 23803 (contrasat_relea) R 23801 23803 22730 0 -1 4202496 15290832 0 0 0 497806 2199 0 0 25 0 1 0 778567897 377061376 78231 33554432000 4194304 4298156 140734892172624 18446744073709551615 4276251 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/23803/statm: 92056 78231 243 26 0 88688 0
Current children cumulated CPU time (s) 5000.05
Current children cumulated vsize (KiB) 368224

Child ended because it received signal 15 (SIGTERM)
Real time (s): 4999.93
CPU time (s): 5000.08
CPU user time (s): 4978.07
CPU system time (s): 22.0077
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 1041856

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

runsolver used 21.8377 second user time and 46.361 second system time

The end

Launcher Data

Begin job on node134 at 2011-05-29 13:48:17
IDJOB=3422548
IDBENCH=84227
IDSOLVER=1915
FILE ID=node134/3422548-1306669697
RUNJOBID= node134-1306658665-22748
PBS_JOBID= 13471763
Free space on /tmp= 73112 MiB

SOLVER NAME= minisat hack: contrasat 2011-03-02
BENCH NAME= SAT03/industrial/li/li-test4/li-test4-100.shuffled-as.sat03-370.cnf
COMMAND LINE= contrasat_release BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3422548-1306669697/watcher-3422548-1306669697 -o /tmp/evaluation-result-3422548-1306669697/solver-3422548-1306669697 -C 5000 -W 5100 -M 15500  contrasat_release HOME/instance-3422548-1306669697.cnf

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

MD5SUM BENCH= 5e5606ae7367b9272c60adc115594912
RANDOM SEED=994809838

node134.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.831
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.831
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.67
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.831
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.831
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	: 7186.06
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.831
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.80
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.831
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.831
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.831
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.84
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      14009032 kB
Buffers:        288872 kB
Cached:        7632000 kB
SwapCached:      40168 kB
Active:        6360916 kB
Inactive:     12285152 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      14009032 kB
SwapTotal:    67111528 kB
SwapFree:     48785060 kB
Dirty:            4308 kB
Writeback:           0 kB
AnonPages:    10692340 kB
Mapped:          21544 kB
Slab:           139816 kB
PageTables:      89332 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 110915996 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73116 MiB
End job on node134 at 2011-05-29 15:11:39