Trace number 3422206

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.05 4999.93

General information on the benchmark

NameAPPLICATIONS/diagnosis/
UR-20-10p1.cnf
MD5SUM6ace5cfbe110f1a43049037cb7432998
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark2102.85
Satisfiable
(Un)Satisfiability was proved
Number of variables259234
Number of clauses1387934
Sum of the clauses size3351923
Maximum clause length10
Minimum clause length1
Number of clauses of size 113149
Number of clauses of size 2981661
Number of clauses of size 3327764
Number of clauses of size 47260
Number of clauses of size 529040
Number of clauses of size over 529060

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-3422206-1306661275/watcher-3422206-1306661275 -o /tmp/evaluation-result-3422206-1306661275/solver-3422206-1306661275 -C 5000 -W 5100 -M 15500 contrasat_release HOME/instance-3422206-1306661275.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.02 1.88 3/514 10240
/proc/meminfo: memFree=16184568/32950940 swapFree=67111364/67111528
[pid=10240] ppid=10238 vsize=22060 CPUtime=0 cores=0,2,4,6
/proc/10240/stat : 10240 (contrasat_relea) R 10238 10240 10043 0 -1 4202496 1264 0 0 0 0 0 0 0 23 0 1 0 856358372 22589440 1205 33554432000 4194304 4298156 140734982044480 18446744073709551615 4270727 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/10240/statm: 5515 1208 216 26 0 2147 0

[startup+0.0281591 s]
/proc/loadavg: 2.00 2.02 1.88 3/514 10240
/proc/meminfo: memFree=16184568/32950940 swapFree=67111364/67111528
[pid=10240] ppid=10238 vsize=40180 CPUtime=0.01 cores=0,2,4,6
/proc/10240/stat : 10240 (contrasat_relea) R 10238 10240 10043 0 -1 4202496 5078 0 0 0 1 0 0 0 23 0 1 0 856358372 41144320 5011 33554432000 4194304 4298156 140734982044480 18446744073709551615 4284417 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/10240/statm: 10045 5014 216 26 0 6677 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 40180

[startup+0.100257 s]
/proc/loadavg: 2.00 2.02 1.88 3/514 10240
/proc/meminfo: memFree=16184568/32950940 swapFree=67111364/67111528
[pid=10240] ppid=10238 vsize=60032 CPUtime=0.09 cores=0,2,4,6
/proc/10240/stat : 10240 (contrasat_relea) R 10238 10240 10043 0 -1 4202496 10250 0 0 0 8 1 0 0 23 0 1 0 856358372 61472768 9554 33554432000 4194304 4298156 140734982044480 18446744073709551615 215988253381 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/10240/statm: 15008 9556 216 26 0 11640 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 60032

[startup+0.300235 s]
/proc/loadavg: 2.00 2.02 1.88 3/514 10240
/proc/meminfo: memFree=16184568/32950940 swapFree=67111364/67111528
[pid=10240] ppid=10238 vsize=84808 CPUtime=0.29 cores=0,2,4,6
/proc/10240/stat : 10240 (contrasat_relea) R 10238 10240 10043 0 -1 4202496 17507 0 0 0 27 2 0 0 24 0 1 0 856358372 86843392 15696 33554432000 4194304 4298156 140734982044480 18446744073709551615 4284818 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/10240/statm: 21202 15696 216 26 0 17834 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 84808

[startup+0.701156 s]
/proc/loadavg: 2.00 2.02 1.88 3/514 10240
/proc/meminfo: memFree=16184568/32950940 swapFree=67111364/67111528
[pid=10240] ppid=10238 vsize=130368 CPUtime=0.68 cores=0,2,4,6
/proc/10240/stat : 10240 (contrasat_relea) R 10238 10240 10043 0 -1 4202496 30528 0 0 0 64 4 0 0 25 0 1 0 856358372 133496832 26312 33554432000 4194304 4298156 140734982044480 18446744073709551615 215988253381 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/10240/statm: 32625 26313 216 26 0 29257 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 130368

[startup+1.50101 s]
/proc/loadavg: 2.00 2.02 1.88 3/515 10241
/proc/meminfo: memFree=16048416/32950940 swapFree=67111364/67111528
[pid=10240] ppid=10238 vsize=172784 CPUtime=1.49 cores=0,2,4,6
/proc/10240/stat : 10240 (contrasat_relea) R 10238 10240 10043 0 -1 4202496 41761 0 0 0 143 6 0 0 25 0 1 0 856358372 176930816 35313 33554432000 4194304 4298156 140734982044480 18446744073709551615 4284889 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/10240/statm: 43196 35313 222 26 0 39828 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 172784

[startup+3.10073 s]
/proc/loadavg: 2.00 2.02 1.88 3/515 10241
/proc/meminfo: memFree=16022624/32950940 swapFree=67111364/67111528
[pid=10240] ppid=10238 vsize=149836 CPUtime=3.09 cores=0,2,4,6
/proc/10240/stat : 10240 (contrasat_relea) R 10238 10240 10043 0 -1 4202496 54268 0 0 0 302 7 0 0 25 0 1 0 856358372 153432064 30554 33554432000 4194304 4298156 140734982044480 18446744073709551615 4256301 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/10240/statm: 37459 30554 242 26 0 34091 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 149836

[startup+6.30118 s]
/proc/loadavg: 2.00 2.02 1.88 3/515 10242
/proc/meminfo: memFree=16048304/32950940 swapFree=67111364/67111528
[pid=10240] ppid=10238 vsize=149836 CPUtime=6.29 cores=0,2,4,6
/proc/10240/stat : 10240 (contrasat_relea) R 10238 10240 10043 0 -1 4202496 54831 0 0 0 621 8 0 0 25 0 1 0 856358372 153432064 31099 33554432000 4194304 4298156 140734982044480 18446744073709551615 4253727 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/10240/statm: 37459 31099 242 26 0 34091 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 149836

[startup+12.7011 s]
/proc/loadavg: 2.00 2.02 1.88 3/515 10242
/proc/meminfo: memFree=16034672/32950940 swapFree=67111364/67111528
[pid=10240] ppid=10238 vsize=149836 CPUtime=12.69 cores=0,2,4,6
/proc/10240/stat : 10240 (contrasat_relea) R 10238 10240 10043 0 -1 4202496 63946 0 0 0 1260 9 0 0 25 0 1 0 856358372 153432064 31289 33554432000 4194304 4298156 140734982044480 18446744073709551615 4256201 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/10240/statm: 37459 31289 242 26 0 34091 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 149836

[startup+25.5008 s]
/proc/loadavg: 2.00 2.02 1.88 3/515 10242
/proc/meminfo: memFree=16051780/32950940 swapFree=67111364/67111528
[pid=10240] ppid=10238 vsize=147400 CPUtime=25.49 cores=0,2,4,6
/proc/10240/stat : 10240 (contrasat_relea) R 10238 10240 10043 0 -1 4202496 82636 0 0 0 2537 12 0 0 25 0 1 0 856358372 150937600 32316 33554432000 4194304 4298156 140734982044480 18446744073709551615 4251890 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/10240/statm: 36850 32316 242 26 0 33482 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 147400

[startup+51.1003 s]
/proc/loadavg: 2.00 2.02 1.88 3/515 10243
/proc/meminfo: memFree=16033832/32950940 swapFree=67111364/67111528
[pid=10240] ppid=10238 vsize=147400 CPUtime=51.09 cores=0,2,4,6
/proc/10240/stat : 10240 (contrasat_relea) R 10238 10240 10043 0 -1 4202496 109611 0 0 0 5094 15 0 0 25 0 1 0 856358372 150937600 32316 33554432000 4194304 4298156 140734982044480 18446744073709551615 4256333 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/10240/statm: 36850 32316 242 26 0 33482 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 147400

[startup+102.319 s]
/proc/loadavg: 2.00 2.01 1.89 3/515 10244
/proc/meminfo: memFree=15997768/32950940 swapFree=67111364/67111528
[pid=10240] ppid=10238 vsize=196720 CPUtime=102.31 cores=0,2,4,6
/proc/10240/stat : 10240 (contrasat_relea) R 10238 10240 10043 0 -1 4202496 174950 0 0 0 10205 26 0 0 25 0 1 0 856358372 201441280 41455 33554432000 4194304 4298156 140734982044480 18446744073709551615 4276251 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/10240/statm: 49180 41455 242 26 0 45812 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 196720

[startup+162.301 s]
/proc/loadavg: 2.12 2.04 1.90 3/515 10246
/proc/meminfo: memFree=16032208/32950940 swapFree=67111364/67111528
[pid=10240] ppid=10238 vsize=196720 CPUtime=162.29 cores=0,2,4,6
/proc/10240/stat : 10240 (contrasat_relea) R 10238 10240 10043 0 -1 4202496 235237 0 0 0 16193 36 0 0 25 0 1 0 856358372 201441280 43678 33554432000 4194304 4298156 140734982044480 18446744073709551615 4256188 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/10240/statm: 49180 43678 242 26 0 45812 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 196720

[startup+222.3 s]
/proc/loadavg: 2.10 2.04 1.91 3/515 10247
/proc/meminfo: memFree=16024972/32950940 swapFree=67111364/67111528
[pid=10240] ppid=10238 vsize=196720 CPUtime=222.29 cores=0,2,4,6
/proc/10240/stat : 10240 (contrasat_relea) R 10238 10240 10043 0 -1 4202496 298521 0 0 0 22182 47 0 0 25 0 1 0 856358372 201441280 44185 33554432000 4194304 4298156 140734982044480 18446744073709551615 4256277 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/10240/statm: 49180 44185 242 26 0 45812 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 196720

[startup+282.301 s]
/proc/loadavg: 2.04 2.03 1.91 3/515 10249
/proc/meminfo: memFree=15966144/32950940 swapFree=67111364/67111528
[pid=10240] ppid=10238 vsize=227540 CPUtime=282.3 cores=0,2,4,6
/proc/10240/stat : 10240 (contrasat_relea) R 10238 10240 10043 0 -1 4202496 370622 0 0 0 28173 57 0 0 25 0 1 0 856358372 233000960 46206 33554432000 4194304 4298156 140734982044480 18446744073709551615 4251958 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/10240/statm: 56885 46206 242 26 0 53517 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 227540

[startup+342.3 s]
/proc/loadavg: 2.01 2.02 1.91 3/515 10251
/proc/meminfo: memFree=16018664/32950940 swapFree=67111364/67111528
[pid=10240] ppid=10238 vsize=227540 CPUtime=342.3 cores=0,2,4,6
/proc/10240/stat : 10240 (contrasat_relea) R 10238 10240 10043 0 -1 4202496 426264 0 0 0 34163 67 0 0 25 0 1 0 856358372 233000960 46867 33554432000 4194304 4298156 140734982044480 18446744073709551615 4251958 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/10240/statm: 56885 46867 242 26 0 53517 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 227540

[startup+402.301 s]
/proc/loadavg: 2.00 2.02 1.91 3/515 10252
/proc/meminfo: memFree=15965544/32950940 swapFree=67111364/67111528
[pid=10240] ppid=10238 vsize=227540 CPUtime=402.3 cores=0,2,4,6
/proc/10240/stat : 10240 (contrasat_relea) R 10238 10240 10043 0 -1 4202496 483657 0 0 0 40153 77 0 0 25 0 1 0 856358372 233000960 48307 33554432000 4194304 4298156 140734982044480 18446744073709551615 4256201 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/10240/statm: 56885 48307 242 26 0 53517 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 227540

[startup+462.3 s]
/proc/loadavg: 2.00 2.01 1.91 3/515 10254
/proc/meminfo: memFree=15947148/32950940 swapFree=67111364/67111528
[pid=10240] ppid=10238 vsize=227540 CPUtime=462.3 cores=0,2,4,6
/proc/10240/stat : 10240 (contrasat_relea) R 10238 10240 10043 0 -1 4202496 557369 0 0 0 46142 88 0 0 25 0 1 0 856358372 233000960 46027 33554432000 4194304 4298156 140734982044480 18446744073709551615 4256201 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/10240/statm: 56885 46027 242 26 0 53517 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 227540

[startup+522.301 s]
/proc/loadavg: 2.15 2.04 1.92 3/515 10255
/proc/meminfo: memFree=15960744/32950940 swapFree=67111364/67111528
[pid=10240] ppid=10238 vsize=227540 CPUtime=522.3 cores=0,2,4,6
/proc/10240/stat : 10240 (contrasat_relea) R 10238 10240 10043 0 -1 4202496 617970 0 0 0 52132 98 0 0 25 0 1 0 856358372 233000960 46578 33554432000 4194304 4298156 140734982044480 18446744073709551615 4256301 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/10240/statm: 56885 46578 242 26 0 53517 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 227540

[startup+582.3 s]
/proc/loadavg: 2.12 2.04 1.93 3/515 10257
/proc/meminfo: memFree=15929948/32950940 swapFree=67111364/67111528
[pid=10240] ppid=10238 vsize=227540 CPUtime=582.3 cores=0,2,4,6
/proc/10240/stat : 10240 (contrasat_relea) R 10238 10240 10043 0 -1 4202496 660609 0 0 0 58124 106 0 0 25 0 1 0 856358372 233000960 48881 33554432000 4194304 4298156 140734982044480 18446744073709551615 4256495 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/10240/statm: 56885 48881 242 26 0 53517 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 227540

[startup+642.301 s]

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

[startup+4062.32 s]
/proc/loadavg: 2.09 2.08 2.02 3/515 10498
/proc/meminfo: memFree=15864772/32950940 swapFree=67111364/67111528
[pid=10240] ppid=10238 vsize=359016 CPUtime=4062.41 cores=0,2,4,6
/proc/10240/stat : 10240 (contrasat_relea) R 10238 10240 10043 0 -1 4202496 2944155 0 0 0 405720 521 0 0 25 0 1 0 856358372 367632384 71971 33554432000 4194304 4298156 140734982044480 18446744073709551615 4256333 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/10240/statm: 89754 71971 242 26 0 86386 0
Current children cumulated CPU time (s) 4062.41
Current children cumulated vsize (KiB) 359016

[startup+4122.3 s]
/proc/loadavg: 2.03 2.06 2.02 3/515 10499
/proc/meminfo: memFree=15924380/32950940 swapFree=67111364/67111528
[pid=10240] ppid=10238 vsize=277628 CPUtime=4122.39 cores=0,2,4,6
/proc/10240/stat : 10240 (contrasat_relea) R 10238 10240 10043 0 -1 4202496 3007453 0 0 0 411709 530 0 0 25 0 1 0 856358372 284291072 58550 33554432000 4194304 4298156 140734982044480 18446744073709551615 4261654 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/10240/statm: 69407 58550 242 26 0 66039 0
Current children cumulated CPU time (s) 4122.39
Current children cumulated vsize (KiB) 277628

[startup+4182.3 s]
/proc/loadavg: 2.01 2.05 2.01 3/515 10501
/proc/meminfo: memFree=15891224/32950940 swapFree=67111364/67111528
[pid=10240] ppid=10238 vsize=359016 CPUtime=4182.38 cores=0,2,4,6
/proc/10240/stat : 10240 (contrasat_relea) R 10238 10240 10043 0 -1 4202496 3014645 0 0 0 417706 532 0 0 25 0 1 0 856358372 367632384 65677 33554432000 4194304 4298156 140734982044480 18446744073709551615 4256277 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/10240/statm: 89754 65677 242 26 0 86386 0
Current children cumulated CPU time (s) 4182.38
Current children cumulated vsize (KiB) 359016

[startup+4242.3 s]
/proc/loadavg: 2.00 2.04 2.00 3/515 10503
/proc/meminfo: memFree=15899736/32950940 swapFree=67111364/67111528
[pid=10240] ppid=10238 vsize=277628 CPUtime=4242.39 cores=0,2,4,6
/proc/10240/stat : 10240 (contrasat_relea) R 10238 10240 10043 0 -1 4202496 3054680 0 0 0 423700 539 0 0 25 0 1 0 856358372 284291072 63206 33554432000 4194304 4298156 140734982044480 18446744073709551615 4256201 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/10240/statm: 69407 63206 242 26 0 66039 0
Current children cumulated CPU time (s) 4242.39
Current children cumulated vsize (KiB) 277628

[startup+4302.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/515 10507
/proc/meminfo: memFree=15888556/32950940 swapFree=67111364/67111528
[pid=10240] ppid=10238 vsize=277628 CPUtime=4302.38 cores=0,2,4,6
/proc/10240/stat : 10240 (contrasat_relea) R 10238 10240 10043 0 -1 4202496 3089637 0 0 0 429694 544 0 0 25 0 1 0 856358372 284291072 60522 33554432000 4194304 4298156 140734982044480 18446744073709551615 4251890 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/10240/statm: 69407 60522 242 26 0 66039 0
Current children cumulated CPU time (s) 4302.38
Current children cumulated vsize (KiB) 277628

[startup+4362.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/515 10509
/proc/meminfo: memFree=15853080/32950940 swapFree=67111364/67111528
[pid=10240] ppid=10238 vsize=359016 CPUtime=4362.39 cores=0,2,4,6
/proc/10240/stat : 10240 (contrasat_relea) R 10238 10240 10043 0 -1 4202496 3096698 0 0 0 435692 547 0 0 25 0 1 0 856358372 367632384 67522 33554432000 4194304 4298156 140734982044480 18446744073709551615 4256277 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/10240/statm: 89754 67522 242 26 0 86386 0
Current children cumulated CPU time (s) 4362.39
Current children cumulated vsize (KiB) 359016

[startup+4422.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/515 10510
/proc/meminfo: memFree=15867808/32950940 swapFree=67111364/67111528
[pid=10240] ppid=10238 vsize=359016 CPUtime=4422.39 cores=0,2,4,6
/proc/10240/stat : 10240 (contrasat_relea) R 10238 10240 10043 0 -1 4202496 3137668 0 0 0 441685 554 0 0 25 0 1 0 856358372 367632384 64882 33554432000 4194304 4298156 140734982044480 18446744073709551615 4256293 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/10240/statm: 89754 64882 242 26 0 86386 0
Current children cumulated CPU time (s) 4422.39
Current children cumulated vsize (KiB) 359016

[startup+4482.3 s]
/proc/loadavg: 2.05 2.03 2.00 3/515 10512
/proc/meminfo: memFree=15877204/32950940 swapFree=67111364/67111528
[pid=10240] ppid=10238 vsize=277628 CPUtime=4482.39 cores=0,2,4,6
/proc/10240/stat : 10240 (contrasat_relea) R 10238 10240 10043 0 -1 4202496 3174171 0 0 0 447680 559 0 0 25 0 1 0 856358372 284291072 63435 33554432000 4194304 4298156 140734982044480 18446744073709551615 4256333 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/10240/statm: 69407 63435 242 26 0 66039 0
Current children cumulated CPU time (s) 4482.39
Current children cumulated vsize (KiB) 277628

[startup+4542.3 s]
/proc/loadavg: 2.13 2.06 2.01 3/515 10514
/proc/meminfo: memFree=15875548/32950940 swapFree=67111364/67111528
[pid=10240] ppid=10238 vsize=277628 CPUtime=4542.39 cores=0,2,4,6
/proc/10240/stat : 10240 (contrasat_relea) R 10238 10240 10043 0 -1 4202496 3206993 0 0 0 453674 565 0 0 25 0 1 0 856358372 284291072 60250 33554432000 4194304 4298156 140734982044480 18446744073709551615 4262582 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/10240/statm: 69407 60250 242 26 0 66039 0
Current children cumulated CPU time (s) 4542.39
Current children cumulated vsize (KiB) 277628

[startup+4602.3 s]
/proc/loadavg: 2.08 2.06 2.01 3/515 10515
/proc/meminfo: memFree=15829380/32950940 swapFree=67111364/67111528
[pid=10240] ppid=10238 vsize=359016 CPUtime=4602.4 cores=0,2,4,6
/proc/10240/stat : 10240 (contrasat_relea) R 10238 10240 10043 0 -1 4202496 3217584 0 0 0 459672 568 0 0 25 0 1 0 856358372 367632384 70755 33554432000 4194304 4298156 140734982044480 18446744073709551615 4261654 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/10240/statm: 89754 70755 242 26 0 86386 0
Current children cumulated CPU time (s) 4602.4
Current children cumulated vsize (KiB) 359016

[startup+4662.3 s]
/proc/loadavg: 2.03 2.05 2.01 3/515 10517
/proc/meminfo: memFree=15826752/32950940 swapFree=67111364/67111528
[pid=10240] ppid=10238 vsize=359016 CPUtime=4662.4 cores=0,2,4,6
/proc/10240/stat : 10240 (contrasat_relea) R 10238 10240 10043 0 -1 4202496 3259277 0 0 0 465664 576 0 0 25 0 1 0 856358372 367632384 69547 33554432000 4194304 4298156 140734982044480 18446744073709551615 4251915 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/10240/statm: 89754 69547 242 26 0 86386 0
Current children cumulated CPU time (s) 4662.4
Current children cumulated vsize (KiB) 359016

[startup+4722.32 s]
/proc/loadavg: 2.01 2.04 2.00 3/515 10518
/proc/meminfo: memFree=15821744/32950940 swapFree=67111364/67111528
[pid=10240] ppid=10238 vsize=359016 CPUtime=4722.42 cores=0,2,4,6
/proc/10240/stat : 10240 (contrasat_relea) R 10238 10240 10043 0 -1 4202496 3299717 0 0 0 471659 583 0 0 25 0 1 0 856358372 367632384 69345 33554432000 4194304 4298156 140734982044480 18446744073709551615 4256277 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/10240/statm: 89754 69345 242 26 0 86386 0
Current children cumulated CPU time (s) 4722.42
Current children cumulated vsize (KiB) 359016

[startup+4782.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/515 10520
/proc/meminfo: memFree=15849496/32950940 swapFree=67111364/67111528
[pid=10240] ppid=10238 vsize=277628 CPUtime=4782.4 cores=0,2,4,6
/proc/10240/stat : 10240 (contrasat_relea) R 10238 10240 10043 0 -1 4202496 3368447 0 0 0 477647 593 0 0 25 0 1 0 856358372 284291072 60276 33554432000 4194304 4298156 140734982044480 18446744073709551615 4256333 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/10240/statm: 69407 60276 242 26 0 66039 0
Current children cumulated CPU time (s) 4782.4
Current children cumulated vsize (KiB) 277628

[startup+4842.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/515 10522
/proc/meminfo: memFree=15844120/32950940 swapFree=67111364/67111528
[pid=10240] ppid=10238 vsize=277628 CPUtime=4842.4 cores=0,2,4,6
/proc/10240/stat : 10240 (contrasat_relea) R 10238 10240 10043 0 -1 4202496 3407103 0 0 0 483639 601 0 0 25 0 1 0 856358372 284291072 60875 33554432000 4194304 4298156 140734982044480 18446744073709551615 4256501 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/10240/statm: 69407 60875 242 26 0 66039 0
Current children cumulated CPU time (s) 4842.4
Current children cumulated vsize (KiB) 277628

[startup+4902.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/515 10523
/proc/meminfo: memFree=15838272/32950940 swapFree=67111364/67111528
[pid=10240] ppid=10238 vsize=277628 CPUtime=4902.4 cores=0,2,4,6
/proc/10240/stat : 10240 (contrasat_relea) R 10238 10240 10043 0 -1 4202496 3443910 0 0 0 489633 607 0 0 25 0 1 0 856358372 284291072 60406 33554432000 4194304 4298156 140734982044480 18446744073709551615 4253655 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/10240/statm: 69407 60406 242 26 0 66039 0
Current children cumulated CPU time (s) 4902.4
Current children cumulated vsize (KiB) 277628

[startup+4962.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/515 10525
/proc/meminfo: memFree=15818640/32950940 swapFree=67111364/67111528
[pid=10240] ppid=10238 vsize=277628 CPUtime=4962.41 cores=0,2,4,6
/proc/10240/stat : 10240 (contrasat_relea) R 10238 10240 10043 0 -1 4202496 3483906 0 0 0 495626 615 0 0 25 0 1 0 856358372 284291072 61611 33554432000 4194304 4298156 140734982044480 18446744073709551615 4251890 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/10240/statm: 69407 61611 242 26 0 66039 0
Current children cumulated CPU time (s) 4962.41
Current children cumulated vsize (KiB) 277628



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 2.00 2.01 2.00 3/515 10526
/proc/meminfo: memFree=15778820/32950940 swapFree=67111364/67111528
[pid=10240] ppid=10238 vsize=359016 CPUtime=5000.01 cores=0,2,4,6
/proc/10240/stat : 10240 (contrasat_relea) R 10238 10240 10043 0 -1 4202496 3488858 0 0 0 499385 616 0 0 25 0 1 0 856358372 367632384 66529 33554432000 4194304 4298156 140734982044480 18446744073709551615 4256178 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/10240/statm: 89754 66529 242 26 0 86386 0
Current children cumulated CPU time (s) 5000.01
Current children cumulated vsize (KiB) 359016

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.01 2.00 3/515 10526
/proc/meminfo: memFree=15778820/32950940 swapFree=67111364/67111528
[pid=10240] ppid=10238 vsize=359016 CPUtime=5000.01 cores=0,2,4,6
/proc/10240/stat : 10240 (contrasat_relea) R 10238 10240 10043 0 -1 4202496 3488858 0 0 0 499385 616 0 0 25 0 1 0 856358372 367632384 66529 33554432000 4194304 4298156 140734982044480 18446744073709551615 4256178 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/10240/statm: 89754 66529 242 26 0 86386 0
Current children cumulated CPU time (s) 5000.01
Current children cumulated vsize (KiB) 359016

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

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

runsolver used 25.2332 second user time and 57.1123 second system time

The end

Launcher Data

Begin job on node117 at 2011-05-29 11:27:56
IDJOB=3422206
IDBENCH=71055
IDSOLVER=1915
FILE ID=node117/3422206-1306661275
RUNJOBID= node117-1306658669-10061
PBS_JOBID= 13471780
Free space on /tmp= 73188 MiB

SOLVER NAME= minisat hack: contrasat 2011-03-02
BENCH NAME= SAT09/APPLICATIONS/diagnosis/UR-20-10p1.cnf
COMMAND LINE= contrasat_release BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3422206-1306661275/watcher-3422206-1306661275 -o /tmp/evaluation-result-3422206-1306661275/solver-3422206-1306661275 -C 5000 -W 5100 -M 15500  contrasat_release HOME/instance-3422206-1306661275.cnf

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

MD5SUM BENCH= 6ace5cfbe110f1a43049037cb7432998
RANDOM SEED=1795745055

node117.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.849
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.69
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.849
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.849
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.74
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.849
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.849
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.849
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.74
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.849
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.849
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	: 5267.44
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950940 kB
MemFree:      16184732 kB
Buffers:        336092 kB
Cached:        6055604 kB
SwapCached:          0 kB
Active:       12231112 kB
Inactive:      4167292 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950940 kB
LowFree:      16184732 kB
SwapTotal:    67111528 kB
SwapFree:     67111364 kB
Dirty:           26812 kB
Writeback:           0 kB
AnonPages:    10006300 kB
Mapped:          42196 kB
Slab:           240216 kB
PageTables:      58332 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586996 kB
Committed_AS: 149746836 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= 73184 MiB
End job on node117 at 2011-05-29 12:51:18