Trace number 3422074

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

Nameindustrial/palacios/hard/
sortnet-7-ipc5-h15-unsat.cnf
MD5SUM0683489092a5eb0c881dd17c2c45d08e
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 variables105623
Number of clauses374254
Sum of the clauses size911890
Maximum clause length43
Minimum clause length1
Number of clauses of size 1128
Number of clauses of size 2269133
Number of clauses of size 399944
Number of clauses of size 4407
Number of clauses of size 5309
Number of clauses of size over 54333

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

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

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


[startup+0 s]
/proc/loadavg: 0.00 0.00 0.00 2/474 27215
/proc/meminfo: memFree=15899496/32951124 swapFree=67057928/67111528
[pid=27215] ppid=27213 vsize=22148 CPUtime=0.01 cores=1,3,5,7
/proc/27215/stat : 27215 (contrasat_relea) R 27213 27215 27183 0 -1 4202496 1546 0 0 0 1 0 0 0 20 0 1 0 758281924 22679552 1402 33554432000 4194304 4298156 140736635034704 18446744073709551615 4284838 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/27215/statm: 5537 1403 217 26 0 2169 0

[startup+0.062202 s]
/proc/loadavg: 0.00 0.00 0.00 2/474 27215
/proc/meminfo: memFree=15899496/32951124 swapFree=67057928/67111528
[pid=27215] ppid=27213 vsize=32732 CPUtime=0.05 cores=1,3,5,7
/proc/27215/stat : 27215 (contrasat_relea) R 27213 27215 27183 0 -1 4202496 5316 0 0 0 5 0 0 0 20 0 1 0 758281924 33517568 4506 33554432000 4194304 4298156 140736635034704 18446744073709551615 4284982 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/27215/statm: 8183 4508 218 26 0 4815 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 32732

[startup+0.100197 s]
/proc/loadavg: 0.00 0.00 0.00 2/474 27215
/proc/meminfo: memFree=15899496/32951124 swapFree=67057928/67111528
[pid=27215] ppid=27213 vsize=44368 CPUtime=0.08 cores=1,3,5,7
/proc/27215/stat : 27215 (contrasat_relea) R 27213 27215 27183 0 -1 4202496 8244 0 0 0 8 0 0 0 20 0 1 0 758281924 45432832 6975 33554432000 4194304 4298156 140736635034704 18446744073709551615 4284838 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/27215/statm: 11092 6977 227 26 0 7724 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 44368

[startup+0.300162 s]
/proc/loadavg: 0.00 0.00 0.00 2/474 27215
/proc/meminfo: memFree=15899496/32951124 swapFree=67057928/67111528
[pid=27215] ppid=27213 vsize=74072 CPUtime=0.29 cores=1,3,5,7
/proc/27215/stat : 27215 (contrasat_relea) R 27213 27215 27183 0 -1 4202496 15040 0 0 0 28 1 0 0 21 0 1 0 758281924 75849728 12851 33554432000 4194304 4298156 140736635034704 18446744073709551615 4284982 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/27215/statm: 18518 12851 226 26 0 15150 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 74072

[startup+0.701088 s]
/proc/loadavg: 0.00 0.00 0.00 2/474 27215
/proc/meminfo: memFree=15899496/32951124 swapFree=67057928/67111528
[pid=27215] ppid=27213 vsize=77408 CPUtime=0.69 cores=1,3,5,7
/proc/27215/stat : 27215 (contrasat_relea) R 27213 27215 27183 0 -1 4202496 22551 0 0 0 66 3 0 0 22 0 1 0 758281924 79265792 15112 33554432000 4194304 4298156 140736635034704 18446744073709551615 4234000 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/27215/statm: 19352 15112 227 26 0 15984 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 77408

[startup+1.50095 s]
/proc/loadavg: 0.00 0.00 0.00 3/478 27222
/proc/meminfo: memFree=15747292/32951124 swapFree=67057928/67111528
[pid=27215] ppid=27213 vsize=69720 CPUtime=1.49 cores=1,3,5,7
/proc/27215/stat : 27215 (contrasat_relea) R 27213 27215 27183 0 -1 4202496 25428 0 0 0 146 3 0 0 25 0 1 0 758281924 71393280 13071 33554432000 4194304 4298156 140736635034704 18446744073709551615 4256201 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/27215/statm: 17430 13071 246 26 0 14062 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 69720

[startup+3.10067 s]
/proc/loadavg: 0.16 0.03 0.01 3/478 27222
/proc/meminfo: memFree=15634700/32951124 swapFree=67057928/67111528
[pid=27215] ppid=27213 vsize=69720 CPUtime=3.09 cores=1,3,5,7
/proc/27215/stat : 27215 (contrasat_relea) R 27213 27215 27183 0 -1 4202496 25646 0 0 0 306 3 0 0 25 0 1 0 758281924 71393280 13270 33554432000 4194304 4298156 140736635034704 18446744073709551615 4256941 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/27215/statm: 17430 13270 247 26 0 14062 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 69720

[startup+6.3011 s]
/proc/loadavg: 0.16 0.03 0.01 3/478 27222
/proc/meminfo: memFree=15619956/32951124 swapFree=67057928/67111528
[pid=27215] ppid=27213 vsize=81212 CPUtime=6.29 cores=1,3,5,7
/proc/27215/stat : 27215 (contrasat_relea) R 27213 27215 27183 0 -1 4202496 26098 0 0 0 626 3 0 0 25 0 1 0 758281924 83161088 13685 33554432000 4194304 4298156 140736635034704 18446744073709551615 4261489 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/27215/statm: 20303 13685 247 26 0 16935 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 81212

[startup+12.701 s]
/proc/loadavg: 0.44 0.10 0.03 3/478 27222
/proc/meminfo: memFree=15642620/32951124 swapFree=67057928/67111528
[pid=27215] ppid=27213 vsize=85632 CPUtime=12.69 cores=1,3,5,7
/proc/27215/stat : 27215 (contrasat_relea) R 27213 27215 27183 0 -1 4202496 29699 0 0 0 1266 3 0 0 25 0 1 0 758281924 87687168 16508 33554432000 4194304 4298156 140736635034704 18446744073709551615 4256178 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/27215/statm: 21408 16508 247 26 0 18040 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 85632

[startup+25.5007 s]
/proc/loadavg: 0.68 0.16 0.05 3/478 27223
/proc/meminfo: memFree=15630516/32951124 swapFree=67057928/67111528
[pid=27215] ppid=27213 vsize=92816 CPUtime=25.49 cores=1,3,5,7
/proc/27215/stat : 27215 (contrasat_relea) R 27213 27215 27183 0 -1 4202496 32529 0 0 0 2545 4 0 0 25 0 1 0 758281924 95043584 18917 33554432000 4194304 4298156 140736635034704 18446744073709551615 4256210 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/27215/statm: 23204 18917 247 26 0 19836 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 92816

[startup+51.1002 s]
/proc/loadavg: 1.13 0.31 0.10 3/478 27223
/proc/meminfo: memFree=15629212/32951124 swapFree=67057928/67111528
[pid=27215] ppid=27213 vsize=92816 CPUtime=51.09 cores=1,3,5,7
/proc/27215/stat : 27215 (contrasat_relea) R 27213 27215 27183 0 -1 4202496 32768 0 0 0 5105 4 0 0 25 0 1 0 758281924 95043584 19146 33554432000 4194304 4298156 140736635034704 18446744073709551615 4256484 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/27215/statm: 23204 19146 247 26 0 19836 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 92816

[startup+102.318 s]
/proc/loadavg: 1.65 0.59 0.21 3/478 27225
/proc/meminfo: memFree=15618668/32951124 swapFree=67057928/67111528
[pid=27215] ppid=27213 vsize=100000 CPUtime=102.31 cores=1,3,5,7
/proc/27215/stat : 27215 (contrasat_relea) R 27213 27215 27183 0 -1 4202496 34428 0 0 0 10226 5 0 0 25 0 1 0 758281924 102400000 20716 33554432000 4194304 4298156 140736635034704 18446744073709551615 4256201 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/27215/statm: 25000 20716 247 26 0 21632 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 100000

[startup+162.301 s]
/proc/loadavg: 1.87 0.84 0.32 3/478 27226
/proc/meminfo: memFree=15601920/32951124 swapFree=67057928/67111528
[pid=27215] ppid=27213 vsize=111672 CPUtime=162.29 cores=1,3,5,7
/proc/27215/stat : 27215 (contrasat_relea) R 27213 27215 27183 0 -1 4202496 38027 0 0 0 16224 5 0 0 25 0 1 0 758281924 114352128 23860 33554432000 4194304 4298156 140736635034704 18446744073709551615 4256762 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/27215/statm: 27918 23860 247 26 0 24550 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 111672

[startup+222.301 s]
/proc/loadavg: 1.95 1.05 0.42 3/478 27228
/proc/meminfo: memFree=15572024/32951124 swapFree=67057928/67111528
[pid=27215] ppid=27213 vsize=111672 CPUtime=222.29 cores=1,3,5,7
/proc/27215/stat : 27215 (contrasat_relea) R 27213 27215 27183 0 -1 4202496 38081 0 0 0 22224 5 0 0 25 0 1 0 758281924 114352128 23914 33554432000 4194304 4298156 140736635034704 18446744073709551615 4256301 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/27215/statm: 27918 23914 247 26 0 24550 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 111672

[startup+282.3 s]
/proc/loadavg: 2.07 1.24 0.52 3/478 27229
/proc/meminfo: memFree=15562956/32951124 swapFree=67057928/67111528
[pid=27215] ppid=27213 vsize=123540 CPUtime=282.3 cores=1,3,5,7
/proc/27215/stat : 27215 (contrasat_relea) R 27213 27215 27183 0 -1 4202496 44702 0 0 0 28223 7 0 0 25 0 1 0 758281924 126504960 25035 33554432000 4194304 4298156 140736635034704 18446744073709551615 4256201 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/27215/statm: 30885 25035 247 26 0 27517 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 123540

[startup+342.301 s]
/proc/loadavg: 2.12 1.42 0.63 3/478 27231
/proc/meminfo: memFree=15563936/32951124 swapFree=67057928/67111528
[pid=27215] ppid=27213 vsize=123540 CPUtime=342.3 cores=1,3,5,7
/proc/27215/stat : 27215 (contrasat_relea) R 27213 27215 27183 0 -1 4202496 45743 0 0 0 34223 7 0 0 25 0 1 0 758281924 126504960 26028 33554432000 4194304 4298156 140736635034704 18446744073709551615 4256822 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/27215/statm: 30885 26028 247 26 0 27517 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 123540

[startup+402.3 s]
/proc/loadavg: 2.05 1.52 0.71 3/478 27233
/proc/meminfo: memFree=15532420/32951124 swapFree=67057928/67111528
[pid=27215] ppid=27213 vsize=153888 CPUtime=402.3 cores=1,3,5,7
/proc/27215/stat : 27215 (contrasat_relea) R 27213 27215 27183 0 -1 4202496 53351 0 0 0 40222 8 0 0 25 0 1 0 758281924 157581312 32506 33554432000 4194304 4298156 140736635034704 18446744073709551615 4253699 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/27215/statm: 38472 32506 247 26 0 35104 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 153888

[startup+462.301 s]
/proc/loadavg: 2.06 1.63 0.80 3/478 27234
/proc/meminfo: memFree=15535144/32951124 swapFree=67057928/67111528
[pid=27215] ppid=27213 vsize=153888 CPUtime=462.3 cores=1,3,5,7
/proc/27215/stat : 27215 (contrasat_relea) R 27213 27215 27183 0 -1 4202496 53351 0 0 0 46222 8 0 0 25 0 1 0 758281924 157581312 32506 33554432000 4194304 4298156 140736635034704 18446744073709551615 4261228 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/27215/statm: 38472 32506 247 26 0 35104 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 153888

[startup+522.301 s]
/proc/loadavg: 2.02 1.69 0.86 3/478 27236
/proc/meminfo: memFree=15528444/32951124 swapFree=67057928/67111528
[pid=27215] ppid=27213 vsize=153888 CPUtime=522.3 cores=1,3,5,7
/proc/27215/stat : 27215 (contrasat_relea) R 27213 27215 27183 0 -1 4202496 54421 0 0 0 52221 9 0 0 25 0 1 0 758281924 157581312 33514 33554432000 4194304 4298156 140736635034704 18446744073709551615 4252074 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/27215/statm: 38472 33514 247 26 0 35104 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 153888

[startup+582.3 s]
/proc/loadavg: 2.01 1.74 0.94 3/478 27237
/proc/meminfo: memFree=15532520/32951124 swapFree=67057928/67111528
[pid=27215] ppid=27213 vsize=153888 CPUtime=582.3 cores=1,3,5,7
/proc/27215/stat : 27215 (contrasat_relea) R 27213 27215 27183 0 -1 4202496 54548 0 0 0 58221 9 0 0 25 0 1 0 758281924 157581312 33631 33554432000 4194304 4298156 140736635034704 18446744073709551615 4256595 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/27215/statm: 38472 33631 247 26 0 35104 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 153888

[startup+642.301 s]

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

[startup+4062.32 s]
/proc/loadavg: 2.00 2.01 1.96 3/478 27342
/proc/meminfo: memFree=15480936/32951124 swapFree=67057928/67111528
[pid=27215] ppid=27213 vsize=203720 CPUtime=4062.4 cores=1,3,5,7
/proc/27215/stat : 27215 (contrasat_relea) R 27213 27215 27183 0 -1 4202496 1182488 0 0 0 406012 228 0 0 25 0 1 0 758281924 208609280 41891 33554432000 4194304 4298156 140736635034704 18446744073709551615 4256762 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/27215/statm: 50930 41891 247 26 0 47562 0
Current children cumulated CPU time (s) 4062.4
Current children cumulated vsize (KiB) 203720

[startup+4122.3 s]
/proc/loadavg: 2.00 2.01 1.96 3/478 27344
/proc/meminfo: memFree=15493456/32951124 swapFree=67057928/67111528
[pid=27215] ppid=27213 vsize=203720 CPUtime=4122.39 cores=1,3,5,7
/proc/27215/stat : 27215 (contrasat_relea) R 27213 27215 27183 0 -1 4202496 1214326 0 0 0 412005 234 0 0 25 0 1 0 758281924 208609280 39525 33554432000 4194304 4298156 140736635034704 18446744073709551615 4256826 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/27215/statm: 50930 39525 247 26 0 47562 0
Current children cumulated CPU time (s) 4122.39
Current children cumulated vsize (KiB) 203720

[startup+4182.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/478 27346
/proc/meminfo: memFree=15502000/32951124 swapFree=67057928/67111528
[pid=27215] ppid=27213 vsize=172900 CPUtime=4182.4 cores=1,3,5,7
/proc/27215/stat : 27215 (contrasat_relea) R 27213 27215 27183 0 -1 4202496 1244243 0 0 0 418001 239 0 0 25 0 1 0 758281924 177049600 38169 33554432000 4194304 4298156 140736635034704 18446744073709551615 4256277 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/27215/statm: 43225 38169 247 26 0 39857 0
Current children cumulated CPU time (s) 4182.4
Current children cumulated vsize (KiB) 172900

[startup+4242.3 s]
/proc/loadavg: 2.09 2.03 1.97 3/478 27347
/proc/meminfo: memFree=15486992/32951124 swapFree=67057928/67111528
[pid=27215] ppid=27213 vsize=172900 CPUtime=4242.4 cores=1,3,5,7
/proc/27215/stat : 27215 (contrasat_relea) R 27213 27215 27183 0 -1 4202496 1261526 0 0 0 423997 243 0 0 25 0 1 0 758281924 177049600 38860 33554432000 4194304 4298156 140736635034704 18446744073709551615 4251927 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/27215/statm: 43225 38860 247 26 0 39857 0
Current children cumulated CPU time (s) 4242.4
Current children cumulated vsize (KiB) 172900

[startup+4302.3 s]
/proc/loadavg: 2.07 2.03 1.98 3/478 27349
/proc/meminfo: memFree=15482516/32951124 swapFree=67057928/67111528
[pid=27215] ppid=27213 vsize=203720 CPUtime=4302.4 cores=1,3,5,7
/proc/27215/stat : 27215 (contrasat_relea) R 27213 27215 27183 0 -1 4202496 1279832 0 0 0 429992 248 0 0 25 0 1 0 758281924 208609280 40625 33554432000 4194304 4298156 140736635034704 18446744073709551615 4256301 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/27215/statm: 50930 40625 247 26 0 47562 0
Current children cumulated CPU time (s) 4302.4
Current children cumulated vsize (KiB) 203720

[startup+4362.3 s]
/proc/loadavg: 2.02 2.03 1.98 3/478 27350
/proc/meminfo: memFree=15467748/32951124 swapFree=67057928/67111528
[pid=27215] ppid=27213 vsize=203720 CPUtime=4362.4 cores=1,3,5,7
/proc/27215/stat : 27215 (contrasat_relea) R 27213 27215 27183 0 -1 4202496 1297939 0 0 0 435988 252 0 0 25 0 1 0 758281924 208609280 41590 33554432000 4194304 4298156 140736635034704 18446744073709551615 4256344 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/27215/statm: 50930 41590 247 26 0 47562 0
Current children cumulated CPU time (s) 4362.4
Current children cumulated vsize (KiB) 203720

[startup+4422.3 s]
/proc/loadavg: 2.01 2.02 1.98 3/478 27352
/proc/meminfo: memFree=15478512/32951124 swapFree=67057928/67111528
[pid=27215] ppid=27213 vsize=203720 CPUtime=4422.4 cores=1,3,5,7
/proc/27215/stat : 27215 (contrasat_relea) R 27213 27215 27183 0 -1 4202496 1328257 0 0 0 441982 258 0 0 25 0 1 0 758281924 208609280 40061 33554432000 4194304 4298156 140736635034704 18446744073709551615 4256333 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/27215/statm: 50930 40061 247 26 0 47562 0
Current children cumulated CPU time (s) 4422.4
Current children cumulated vsize (KiB) 203720

[startup+4482.3 s]
/proc/loadavg: 2.00 2.01 1.98 3/478 27353
/proc/meminfo: memFree=15490160/32951124 swapFree=67057928/67111528
[pid=27215] ppid=27213 vsize=172900 CPUtime=4482.4 cores=1,3,5,7
/proc/27215/stat : 27215 (contrasat_relea) R 27213 27215 27183 0 -1 4202496 1356395 0 0 0 447977 263 0 0 25 0 1 0 758281924 177049600 37746 33554432000 4194304 4298156 140736635034704 18446744073709551615 4256501 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/27215/statm: 43225 37746 247 26 0 39857 0
Current children cumulated CPU time (s) 4482.4
Current children cumulated vsize (KiB) 172900

[startup+4542.3 s]
/proc/loadavg: 2.00 2.01 1.98 3/478 27355
/proc/meminfo: memFree=15495112/32951124 swapFree=67057928/67111528
[pid=27215] ppid=27213 vsize=172900 CPUtime=4542.4 cores=1,3,5,7
/proc/27215/stat : 27215 (contrasat_relea) R 27213 27215 27183 0 -1 4202496 1384030 0 0 0 453971 269 0 0 25 0 1 0 758281924 177049600 36752 33554432000 4194304 4298156 140736635034704 18446744073709551615 4256555 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/27215/statm: 43225 36752 247 26 0 39857 0
Current children cumulated CPU time (s) 4542.4
Current children cumulated vsize (KiB) 172900

[startup+4602.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/478 27366
/proc/meminfo: memFree=15472684/32951124 swapFree=67057928/67111528
[pid=27215] ppid=27213 vsize=172900 CPUtime=4602.42 cores=1,3,5,7
/proc/27215/stat : 27215 (contrasat_relea) R 27213 27215 27183 0 -1 4202496 1402506 0 0 0 459969 273 0 0 25 0 1 0 758281924 177049600 38985 33554432000 4194304 4298156 140736635034704 18446744073709551615 4256501 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/27215/statm: 43225 38985 247 26 0 39857 0
Current children cumulated CPU time (s) 4602.42
Current children cumulated vsize (KiB) 172900

[startup+4662.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/478 27367
/proc/meminfo: memFree=15474744/32951124 swapFree=67057928/67111528
[pid=27215] ppid=27213 vsize=203720 CPUtime=4662.4 cores=1,3,5,7
/proc/27215/stat : 27215 (contrasat_relea) R 27213 27215 27183 0 -1 4202496 1420676 0 0 0 465963 277 0 0 25 0 1 0 758281924 208609280 39786 33554432000 4194304 4298156 140736635034704 18446744073709551615 4252048 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/27215/statm: 50930 39786 247 26 0 47562 0
Current children cumulated CPU time (s) 4662.4
Current children cumulated vsize (KiB) 203720

[startup+4722.32 s]
/proc/loadavg: 2.00 2.00 1.98 3/478 27369
/proc/meminfo: memFree=15475348/32951124 swapFree=67057928/67111528
[pid=27215] ppid=27213 vsize=203720 CPUtime=4722.42 cores=1,3,5,7
/proc/27215/stat : 27215 (contrasat_relea) R 27213 27215 27183 0 -1 4202496 1439405 0 0 0 471960 282 0 0 25 0 1 0 758281924 208609280 41174 33554432000 4194304 4298156 140736635034704 18446744073709551615 4256333 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/27215/statm: 50930 41174 247 26 0 47562 0
Current children cumulated CPU time (s) 4722.42
Current children cumulated vsize (KiB) 203720

[startup+4782.3 s]
/proc/loadavg: 2.13 2.03 1.99 3/478 27370
/proc/meminfo: memFree=15483396/32951124 swapFree=67057928/67111528
[pid=27215] ppid=27213 vsize=203720 CPUtime=4782.41 cores=1,3,5,7
/proc/27215/stat : 27215 (contrasat_relea) R 27213 27215 27183 0 -1 4202496 1457877 0 0 0 477954 287 0 0 25 0 1 0 758281924 208609280 41910 33554432000 4194304 4298156 140736635034704 18446744073709551615 4256333 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/27215/statm: 50930 41910 247 26 0 47562 0
Current children cumulated CPU time (s) 4782.41
Current children cumulated vsize (KiB) 203720

[startup+4842.3 s]
/proc/loadavg: 2.17 2.05 2.00 3/478 27372
/proc/meminfo: memFree=15486976/32951124 swapFree=67057928/67111528
[pid=27215] ppid=27213 vsize=172900 CPUtime=4842.41 cores=1,3,5,7
/proc/27215/stat : 27215 (contrasat_relea) R 27213 27215 27183 0 -1 4202496 1489475 0 0 0 483949 292 0 0 25 0 1 0 758281924 177049600 38176 33554432000 4194304 4298156 140736635034704 18446744073709551615 4256201 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/27215/statm: 43225 38176 247 26 0 39857 0
Current children cumulated CPU time (s) 4842.41
Current children cumulated vsize (KiB) 172900

[startup+4902.3 s]
/proc/loadavg: 2.06 2.04 2.00 3/478 27374
/proc/meminfo: memFree=15488700/32951124 swapFree=67057928/67111528
[pid=27215] ppid=27213 vsize=172900 CPUtime=4902.41 cores=1,3,5,7
/proc/27215/stat : 27215 (contrasat_relea) R 27213 27215 27183 0 -1 4202496 1507149 0 0 0 489945 296 0 0 25 0 1 0 758281924 177049600 38517 33554432000 4194304 4298156 140736635034704 18446744073709551615 4256301 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/27215/statm: 43225 38517 247 26 0 39857 0
Current children cumulated CPU time (s) 4902.41
Current children cumulated vsize (KiB) 172900

[startup+4962.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/478 27375
/proc/meminfo: memFree=15484592/32951124 swapFree=67057928/67111528
[pid=27215] ppid=27213 vsize=203720 CPUtime=4962.41 cores=1,3,5,7
/proc/27215/stat : 27215 (contrasat_relea) R 27213 27215 27183 0 -1 4202496 1526003 0 0 0 495940 301 0 0 25 0 1 0 758281924 208609280 39983 33554432000 4194304 4298156 140736635034704 18446744073709551615 4256333 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/27215/statm: 50930 39983 247 26 0 47562 0
Current children cumulated CPU time (s) 4962.41
Current children cumulated vsize (KiB) 203720



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 2.01 2.03 2.00 3/478 27376
/proc/meminfo: memFree=15479868/32951124 swapFree=67057928/67111528
[pid=27215] ppid=27213 vsize=172900 CPUtime=5000.03 cores=1,3,5,7
/proc/27215/stat : 27215 (contrasat_relea) R 27213 27215 27183 0 -1 4202496 1542992 0 0 0 499698 305 0 0 25 0 1 0 758281924 177049600 38905 33554432000 4194304 4298156 140736635034704 18446744073709551615 4256201 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/27215/statm: 43225 38905 247 26 0 39857 0
Current children cumulated CPU time (s) 5000.03
Current children cumulated vsize (KiB) 172900

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.01 2.03 2.00 3/478 27376
/proc/meminfo: memFree=15479868/32951124 swapFree=67057928/67111528
[pid=27215] ppid=27213 vsize=172900 CPUtime=5000.03 cores=1,3,5,7
/proc/27215/stat : 27215 (contrasat_relea) R 27213 27215 27183 0 -1 4202496 1542992 0 0 0 499698 305 0 0 25 0 1 0 758281924 177049600 38905 33554432000 4194304 4298156 140736635034704 18446744073709551615 4256201 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/27215/statm: 43225 38905 247 26 0 39857 0
Current children cumulated CPU time (s) 5000.03
Current children cumulated vsize (KiB) 172900

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

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

runsolver used 21.9137 second user time and 55.3996 second system time

The end

Launcher Data

Begin job on node140 at 2011-05-29 10:44:26
IDJOB=3422074
IDBENCH=20406
IDSOLVER=1915
FILE ID=node140/3422074-1306658666
RUNJOBID= node140-1306658665-27202
PBS_JOBID= 13471757
Free space on /tmp= 73400 MiB

SOLVER NAME= minisat hack: contrasat 2011-03-02
BENCH NAME= SAT07/industrial/palacios/hard/sortnet-7-ipc5-h15-unsat.cnf
COMMAND LINE= contrasat_release BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3422074-1306658666/watcher-3422074-1306658666 -o /tmp/evaluation-result-3422074-1306658666/solver-3422074-1306658666 -C 5000 -W 5100 -M 15500  contrasat_release HOME/instance-3422074-1306658666.cnf

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

MD5SUM BENCH= 0683489092a5eb0c881dd17c2c45d08e
RANDOM SEED=2049312075

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      15899768 kB
Buffers:        371796 kB
Cached:        9399952 kB
SwapCached:       8168 kB
Active:       11175932 kB
Inactive:      5515424 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      15899768 kB
SwapTotal:    67111528 kB
SwapFree:     67057928 kB
Dirty:           11668 kB
Writeback:           0 kB
AnonPages:     6916540 kB
Mapped:          37296 kB
Slab:           238620 kB
PageTables:      52164 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 141381852 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= 73380 MiB
End job on node140 at 2011-05-29 12:07:48