Trace number 3422538

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

NameSAT03/industrial/maris/CNF/
gripper13u.shuffled-as.sat03-395.cnf
MD5SUM3889b7ed90cc1fbe8bc8d140a1763832
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1519.95
Satisfiable
(Un)Satisfiability was proved
Number of variables4268
Number of clauses38965
Sum of the clauses size86077
Maximum clause length28
Minimum clause length1
Number of clauses of size 169
Number of clauses of size 235984
Number of clauses of size 3104
Number of clauses of size 42704
Number of clauses of size 50
Number of clauses of size over 5104

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-3422538-1306669490/watcher-3422538-1306669490 -o /tmp/evaluation-result-3422538-1306669490/solver-3422538-1306669490 -C 5000 -W 5100 -M 15500 contrasat_release HOME/instance-3422538-1306669490.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.02 2.05 2.00 2/458 9796
/proc/meminfo: memFree=26604524/32951124 swapFree=60688864/67111528
[pid=9796] ppid=9794 vsize=20212 CPUtime=0 cores=0,2,4,6
/proc/9796/stat : 9796 (contrasat_relea) R 9794 9796 8990 0 -1 4202496 768 0 0 0 0 0 0 0 25 0 1 0 778547160 20697088 689 33554432000 4194304 4298156 140734459216384 18446744073709551615 4284889 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/9796/statm: 5053 689 215 26 0 1685 0

[startup+0.028689 s]
/proc/loadavg: 2.02 2.05 2.00 2/458 9796
/proc/meminfo: memFree=26604524/32951124 swapFree=60688864/67111528
[pid=9796] ppid=9794 vsize=21524 CPUtime=0.02 cores=0,2,4,6
/proc/9796/stat : 9796 (contrasat_relea) R 9794 9796 8990 0 -1 4202496 1353 0 0 0 2 0 0 0 25 0 1 0 778547160 22040576 1197 33554432000 4194304 4298156 140734459216384 18446744073709551615 4227689 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/9796/statm: 5381 1197 222 26 0 2013 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 21524

[startup+0.100713 s]
/proc/loadavg: 2.02 2.05 2.00 2/458 9796
/proc/meminfo: memFree=26604524/32951124 swapFree=60688864/67111528
[pid=9796] ppid=9794 vsize=18656 CPUtime=0.09 cores=0,2,4,6
/proc/9796/stat : 9796 (contrasat_relea) R 9794 9796 8990 0 -1 4202496 1785 0 0 0 9 0 0 0 25 0 1 0 778547160 19103744 1241 33554432000 4194304 4298156 140734459216384 18446744073709551615 4256985 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/9796/statm: 4664 1241 242 26 0 1296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 18656

[startup+0.300678 s]
/proc/loadavg: 2.02 2.05 2.00 2/458 9796
/proc/meminfo: memFree=26604524/32951124 swapFree=60688864/67111528
[pid=9796] ppid=9794 vsize=22396 CPUtime=0.29 cores=0,2,4,6
/proc/9796/stat : 9796 (contrasat_relea) R 9794 9796 8990 0 -1 4202496 3141 0 0 0 29 0 0 0 25 0 1 0 778547160 22933504 1944 33554432000 4194304 4298156 140734459216384 18446744073709551615 4276251 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/9796/statm: 5599 1944 242 26 0 2231 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 22396

[startup+0.700607 s]
/proc/loadavg: 2.02 2.05 2.00 2/458 9796
/proc/meminfo: memFree=26604524/32951124 swapFree=60688864/67111528
[pid=9796] ppid=9794 vsize=26848 CPUtime=0.69 cores=0,2,4,6
/proc/9796/stat : 9796 (contrasat_relea) R 9794 9796 8990 0 -1 4202496 4781 0 0 0 69 0 0 0 25 0 1 0 778547160 27492352 3310 33554432000 4194304 4298156 140734459216384 18446744073709551615 4261709 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/9796/statm: 6712 3310 242 26 0 3344 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 26848

[startup+1.50048 s]
/proc/loadavg: 2.02 2.05 2.00 3/459 9797
/proc/meminfo: memFree=26591628/32951124 swapFree=60688864/67111528
[pid=9796] ppid=9794 vsize=28524 CPUtime=1.49 cores=0,2,4,6
/proc/9796/stat : 9796 (contrasat_relea) R 9794 9796 8990 0 -1 4202496 5300 0 0 0 149 0 0 0 25 0 1 0 778547160 29208576 3793 33554432000 4194304 4298156 140734459216384 18446744073709551615 4256248 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/9796/statm: 7131 3793 242 26 0 3763 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 28524

[startup+3.10117 s]
/proc/loadavg: 2.02 2.05 2.00 3/459 9797
/proc/meminfo: memFree=26588528/32951124 swapFree=60688864/67111528
[pid=9796] ppid=9794 vsize=35596 CPUtime=3.09 cores=0,2,4,6
/proc/9796/stat : 9796 (contrasat_relea) R 9794 9796 8990 0 -1 4202496 10360 0 0 0 308 1 0 0 25 0 1 0 778547160 36450304 4986 33554432000 4194304 4298156 140734459216384 18446744073709551615 4256248 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/9796/statm: 8899 4986 242 26 0 5531 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 35596

[startup+6.30062 s]
/proc/loadavg: 2.02 2.05 2.00 3/459 9797
/proc/meminfo: memFree=26577244/32951124 swapFree=60688864/67111528
[pid=9796] ppid=9794 vsize=49948 CPUtime=6.29 cores=0,2,4,6
/proc/9796/stat : 9796 (contrasat_relea) R 9794 9796 8990 0 -1 4202496 17924 0 0 0 627 2 0 0 25 0 1 0 778547160 51146752 6713 33554432000 4194304 4298156 140734459216384 18446744073709551615 4264017 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/9796/statm: 12487 6713 242 26 0 9119 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 49948

[startup+12.7005 s]
/proc/loadavg: 2.02 2.05 2.00 3/459 9797
/proc/meminfo: memFree=26575344/32951124 swapFree=60688864/67111528
[pid=9796] ppid=9794 vsize=61552 CPUtime=12.69 cores=0,2,4,6
/proc/9796/stat : 9796 (contrasat_relea) R 9794 9796 8990 0 -1 4202496 26995 0 0 0 1265 4 0 0 25 0 1 0 778547160 63029248 9239 33554432000 4194304 4298156 140734459216384 18446744073709551615 4276251 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/9796/statm: 15388 9239 242 26 0 12020 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 61552

[startup+25.5012 s]
/proc/loadavg: 2.01 2.05 2.00 3/459 9797
/proc/meminfo: memFree=26567164/32951124 swapFree=60688864/67111528
[pid=9796] ppid=9794 vsize=50060 CPUtime=25.49 cores=0,2,4,6
/proc/9796/stat : 9796 (contrasat_relea) R 9794 9796 8990 0 -1 4202496 47981 0 0 0 2543 6 0 0 25 0 1 0 778547160 51261440 9174 33554432000 4194304 4298156 140734459216384 18446744073709551615 4256248 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/9796/statm: 12515 9174 242 26 0 9147 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 50060

[startup+51.1007 s]
/proc/loadavg: 2.01 2.04 2.00 3/459 9798
/proc/meminfo: memFree=26540836/32951124 swapFree=60688864/67111528
[pid=9796] ppid=9794 vsize=80408 CPUtime=51.09 cores=0,2,4,6
/proc/9796/stat : 9796 (contrasat_relea) R 9794 9796 8990 0 -1 4202496 54819 0 0 0 5102 7 0 0 25 0 1 0 778547160 82337792 15567 33554432000 4194304 4298156 140734459216384 18446744073709551615 4256826 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/9796/statm: 20102 15567 242 26 0 16734 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 80408

[startup+102.318 s]
/proc/loadavg: 2.06 2.05 2.00 3/459 9799
/proc/meminfo: memFree=26519852/32951124 swapFree=60688864/67111528
[pid=9796] ppid=9794 vsize=111052 CPUtime=102.31 cores=0,2,4,6
/proc/9796/stat : 9796 (contrasat_relea) R 9794 9796 8990 0 -1 4202496 153100 0 0 0 10210 21 0 0 25 0 1 0 778547160 113717248 20494 33554432000 4194304 4298156 140734459216384 18446744073709551615 4256188 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/9796/statm: 27763 20494 242 26 0 24395 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 111052

[startup+162.301 s]
/proc/loadavg: 2.02 2.04 2.00 3/459 9801
/proc/meminfo: memFree=26520800/32951124 swapFree=60688864/67111528
[pid=9796] ppid=9794 vsize=143176 CPUtime=162.29 cores=0,2,4,6
/proc/9796/stat : 9796 (contrasat_relea) R 9794 9796 8990 0 -1 4202496 280663 0 0 0 16193 36 0 0 25 0 1 0 778547160 146612224 29865 33554432000 4194304 4298156 140734459216384 18446744073709551615 4256524 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/9796/statm: 35794 29865 242 26 0 32426 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 143176

[startup+222.301 s]
/proc/loadavg: 2.01 2.03 2.00 3/459 9803
/proc/meminfo: memFree=26524116/32951124 swapFree=60688864/67111528
[pid=9796] ppid=9794 vsize=143176 CPUtime=222.3 cores=0,2,4,6
/proc/9796/stat : 9796 (contrasat_relea) R 9794 9796 8990 0 -1 4202496 394724 0 0 0 22177 53 0 0 25 0 1 0 778547160 146612224 28837 33554432000 4194304 4298156 140734459216384 18446744073709551615 4276251 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/9796/statm: 35794 28837 242 26 0 32426 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 143176

[startup+282.301 s]
/proc/loadavg: 2.15 2.07 2.01 3/459 9804
/proc/meminfo: memFree=26525944/32951124 swapFree=60688864/67111528
[pid=9796] ppid=9794 vsize=173996 CPUtime=282.3 cores=0,2,4,6
/proc/9796/stat : 9796 (contrasat_relea) R 9794 9796 8990 0 -1 4202496 487049 0 0 0 28165 65 0 0 25 0 1 0 778547160 178171904 32603 33554432000 4194304 4298156 140734459216384 18446744073709551615 4256277 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/9796/statm: 43499 32603 242 26 0 40131 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 173996

[startup+342.301 s]
/proc/loadavg: 2.18 2.08 2.02 3/459 9806
/proc/meminfo: memFree=26528772/32951124 swapFree=60688864/67111528
[pid=9796] ppid=9794 vsize=143176 CPUtime=342.3 cores=0,2,4,6
/proc/9796/stat : 9796 (contrasat_relea) R 9794 9796 8990 0 -1 4202496 573862 0 0 0 34152 78 0 0 25 0 1 0 778547160 146612224 30766 33554432000 4194304 4298156 140734459216384 18446744073709551615 4256524 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/9796/statm: 35794 30766 242 26 0 32426 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 143176

[startup+402.301 s]
/proc/loadavg: 2.06 2.06 2.01 3/459 9807
/proc/meminfo: memFree=26507048/32951124 swapFree=60688864/67111528
[pid=9796] ppid=9794 vsize=124208 CPUtime=402.3 cores=0,2,4,6
/proc/9796/stat : 9796 (contrasat_relea) R 9794 9796 8990 0 -1 4202496 655310 0 0 0 40140 90 0 0 25 0 1 0 778547160 127188992 27153 33554432000 4194304 4298156 140734459216384 18446744073709551615 4256547 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/9796/statm: 31052 27153 242 26 0 27684 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 124208

[startup+462.3 s]
/proc/loadavg: 2.11 2.08 2.02 3/459 9809
/proc/meminfo: memFree=26485676/32951124 swapFree=60688864/67111528
[pid=9796] ppid=9794 vsize=143176 CPUtime=462.3 cores=0,2,4,6
/proc/9796/stat : 9796 (contrasat_relea) R 9794 9796 8990 0 -1 4202496 760297 0 0 0 46125 105 0 0 25 0 1 0 778547160 146612224 30950 33554432000 4194304 4298156 140734459216384 18446744073709551615 4256301 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/9796/statm: 35794 30950 242 26 0 32426 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 143176

[startup+522.301 s]
/proc/loadavg: 2.04 2.06 2.01 3/459 9811
/proc/meminfo: memFree=26476232/32951124 swapFree=60688864/67111528
[pid=9796] ppid=9794 vsize=173996 CPUtime=522.3 cores=0,2,4,6
/proc/9796/stat : 9796 (contrasat_relea) R 9794 9796 8990 0 -1 4202496 842799 0 0 0 52111 119 0 0 25 0 1 0 778547160 178171904 35403 33554432000 4194304 4298156 140734459216384 18446744073709551615 4256333 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/9796/statm: 43499 35403 242 26 0 40131 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 173996

[startup+582.301 s]
/proc/loadavg: 2.01 2.05 2.00 3/459 9812
/proc/meminfo: memFree=26482404/32951124 swapFree=60688864/67111528
[pid=9796] ppid=9794 vsize=173996 CPUtime=582.31 cores=0,2,4,6
/proc/9796/stat : 9796 (contrasat_relea) R 9794 9796 8990 0 -1 4202496 931626 0 0 0 58099 132 0 0 25 0 1 0 778547160 178171904 34811 33554432000 4194304 4298156 140734459216384 18446744073709551615 4256333 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/9796/statm: 43499 34811 242 26 0 40131 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 173996

[startup+642.3 s]

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

[startup+4062.32 s]
/proc/loadavg: 2.01 2.05 2.01 3/459 9919
/proc/meminfo: memFree=26363484/32951124 swapFree=60688864/67111528
[pid=9796] ppid=9794 vsize=224084 CPUtime=4062.42 cores=0,2,4,6
/proc/9796/stat : 9796 (contrasat_relea) R 9794 9796 8990 0 -1 4202496 4020870 0 0 0 405633 609 0 0 25 0 1 0 778547160 229462016 51677 33554432000 4194304 4298156 140734459216384 18446744073709551615 4256826 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/9796/statm: 56021 51677 242 26 0 52653 0
Current children cumulated CPU time (s) 4062.42
Current children cumulated vsize (KiB) 224084

[startup+4122.3 s]
/proc/loadavg: 2.00 2.04 2.00 3/459 9921
/proc/meminfo: memFree=26381076/32951124 swapFree=60688864/67111528
[pid=9796] ppid=9794 vsize=225784 CPUtime=4122.4 cores=0,2,4,6
/proc/9796/stat : 9796 (contrasat_relea) R 9794 9796 8990 0 -1 4202496 4085589 0 0 0 411623 617 0 0 25 0 1 0 778547160 231202816 45852 33554432000 4194304 4298156 140734459216384 18446744073709551615 4256277 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/9796/statm: 56446 45852 242 26 0 53078 0
Current children cumulated CPU time (s) 4122.4
Current children cumulated vsize (KiB) 225784

[startup+4182.3 s]
/proc/loadavg: 2.12 2.06 2.01 2/457 9923
/proc/meminfo: memFree=26525032/32951124 swapFree=60688864/67111528
[pid=9796] ppid=9794 vsize=225784 CPUtime=4182.4 cores=0,2,4,6
/proc/9796/stat : 9796 (contrasat_relea) R 9794 9796 8990 0 -1 4202496 4121821 0 0 0 417616 624 0 0 25 0 1 0 778547160 231202816 48657 33554432000 4194304 4298156 140734459216384 18446744073709551615 4256826 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/9796/statm: 56446 48657 242 26 0 53078 0
Current children cumulated CPU time (s) 4182.4
Current children cumulated vsize (KiB) 225784

[startup+4242.3 s]
/proc/loadavg: 1.41 1.87 1.94 2/453 9943
/proc/meminfo: memFree=26525612/32951124 swapFree=60688864/67111528
[pid=9796] ppid=9794 vsize=225784 CPUtime=4242.4 cores=0,2,4,6
/proc/9796/stat : 9796 (contrasat_relea) R 9794 9796 8990 0 -1 4202496 4156578 0 0 0 423611 629 0 0 25 0 1 0 778547160 231202816 49558 33554432000 4194304 4298156 140734459216384 18446744073709551615 4256804 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/9796/statm: 56446 49558 242 26 0 53078 0
Current children cumulated CPU time (s) 4242.4
Current children cumulated vsize (KiB) 225784

[startup+4302.3 s]
/proc/loadavg: 1.15 1.71 1.88 2/453 9944
/proc/meminfo: memFree=26515060/32951124 swapFree=60688864/67111528
[pid=9796] ppid=9794 vsize=225784 CPUtime=4302.4 cores=0,2,4,6
/proc/9796/stat : 9796 (contrasat_relea) R 9794 9796 8990 0 -1 4202496 4190809 0 0 0 429604 636 0 0 25 0 1 0 778547160 231202816 52168 33554432000 4194304 4298156 140734459216384 18446744073709551615 4256333 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/9796/statm: 56446 52168 242 26 0 53078 0
Current children cumulated CPU time (s) 4302.4
Current children cumulated vsize (KiB) 225784

[startup+4362.3 s]
/proc/loadavg: 1.19 1.61 1.83 2/453 9947
/proc/meminfo: memFree=26524828/32951124 swapFree=60688864/67111528
[pid=9796] ppid=9794 vsize=356972 CPUtime=4362.4 cores=0,2,4,6
/proc/9796/stat : 9796 (contrasat_relea) R 9794 9796 8990 0 -1 4202496 4249126 0 0 0 435597 643 0 0 25 0 1 0 778547160 365539328 56728 33554432000 4194304 4298156 140734459216384 18446744073709551615 232335935623 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/9796/statm: 89243 56421 242 26 0 85875 0
Current children cumulated CPU time (s) 4362.4
Current children cumulated vsize (KiB) 356972

[startup+4422.3 s]
/proc/loadavg: 1.13 1.51 1.78 2/453 9949
/proc/meminfo: memFree=26540056/32951124 swapFree=60688864/67111528
[pid=9796] ppid=9794 vsize=226744 CPUtime=4422.41 cores=0,2,4,6
/proc/9796/stat : 9796 (contrasat_relea) R 9794 9796 8990 0 -1 4202496 4284235 0 0 0 441591 650 0 0 25 0 1 0 778547160 232185856 46163 33554432000 4194304 4298156 140734459216384 18446744073709551615 4256333 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/9796/statm: 56686 46163 242 26 0 53318 0
Current children cumulated CPU time (s) 4422.41
Current children cumulated vsize (KiB) 226744

[startup+4482.3 s]
/proc/loadavg: 1.05 1.41 1.73 2/453 9950
/proc/meminfo: memFree=26530476/32951124 swapFree=60688864/67111528
[pid=9796] ppid=9794 vsize=226744 CPUtime=4482.41 cores=0,2,4,6
/proc/9796/stat : 9796 (contrasat_relea) R 9794 9796 8990 0 -1 4202496 4319717 0 0 0 447585 656 0 0 25 0 1 0 778547160 232185856 48524 33554432000 4194304 4298156 140734459216384 18446744073709551615 4256277 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/9796/statm: 56686 48524 242 26 0 53318 0
Current children cumulated CPU time (s) 4482.41
Current children cumulated vsize (KiB) 226744

[startup+4542.3 s]
/proc/loadavg: 1.02 1.34 1.68 2/453 9952
/proc/meminfo: memFree=26521536/32951124 swapFree=60688864/67111528
[pid=9796] ppid=9794 vsize=226744 CPUtime=4542.41 cores=0,2,4,6
/proc/9796/stat : 9796 (contrasat_relea) R 9794 9796 8990 0 -1 4202496 4355200 0 0 0 453579 662 0 0 25 0 1 0 778547160 232185856 50556 33554432000 4194304 4298156 140734459216384 18446744073709551615 4256762 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/9796/statm: 56686 50556 242 26 0 53318 0
Current children cumulated CPU time (s) 4542.41
Current children cumulated vsize (KiB) 226744

[startup+4602.3 s]
/proc/loadavg: 1.00 1.27 1.63 2/453 9962
/proc/meminfo: memFree=26533716/32951124 swapFree=60688864/67111528
[pid=9796] ppid=9794 vsize=227028 CPUtime=4602.42 cores=0,2,4,6
/proc/9796/stat : 9796 (contrasat_relea) R 9794 9796 8990 0 -1 4202496 4388820 0 0 0 459574 668 0 0 25 0 1 0 778547160 232476672 47371 33554432000 4194304 4298156 140734459216384 18446744073709551615 4256333 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/9796/statm: 56757 47371 242 26 0 53389 0
Current children cumulated CPU time (s) 4602.42
Current children cumulated vsize (KiB) 227028

[startup+4662.3 s]
/proc/loadavg: 1.11 1.25 1.61 2/453 9964
/proc/meminfo: memFree=26538300/32951124 swapFree=60688864/67111528
[pid=9796] ppid=9794 vsize=228760 CPUtime=4662.41 cores=0,2,4,6
/proc/9796/stat : 9796 (contrasat_relea) R 9794 9796 8990 0 -1 4202496 4419761 0 0 0 465568 673 0 0 25 0 1 0 778547160 234250240 46179 33554432000 4194304 4298156 140734459216384 18446744073709551615 4254984 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/9796/statm: 57190 46179 242 26 0 53822 0
Current children cumulated CPU time (s) 4662.41
Current children cumulated vsize (KiB) 228760

[startup+4722.32 s]
/proc/loadavg: 1.10 1.22 1.57 2/453 9966
/proc/meminfo: memFree=26524388/32951124 swapFree=60688864/67111528
[pid=9796] ppid=9794 vsize=230768 CPUtime=4722.43 cores=0,2,4,6
/proc/9796/stat : 9796 (contrasat_relea) R 9794 9796 8990 0 -1 4202496 4454214 0 0 0 471563 680 0 0 25 0 1 0 778547160 236306432 49714 33554432000 4194304 4298156 140734459216384 18446744073709551615 4256804 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/9796/statm: 57692 49714 242 26 0 54324 0
Current children cumulated CPU time (s) 4722.43
Current children cumulated vsize (KiB) 230768

[startup+4782.3 s]
/proc/loadavg: 1.04 1.18 1.53 2/453 9969
/proc/meminfo: memFree=26555800/32951124 swapFree=60688864/67111528
[pid=9796] ppid=9794 vsize=233440 CPUtime=4782.41 cores=0,2,4,6
/proc/9796/stat : 9796 (contrasat_relea) R 9794 9796 8990 0 -1 4202496 4506044 0 0 0 477554 687 0 0 25 0 1 0 778547160 239042560 41941 33554432000 4194304 4298156 140734459216384 18446744073709551615 4256784 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/9796/statm: 58360 41941 242 26 0 54992 0
Current children cumulated CPU time (s) 4782.41
Current children cumulated vsize (KiB) 233440

[startup+4842.3 s]
/proc/loadavg: 1.01 1.14 1.49 2/453 9972
/proc/meminfo: memFree=26554540/32951124 swapFree=60688864/67111528
[pid=9796] ppid=9794 vsize=185008 CPUtime=4842.41 cores=0,2,4,6
/proc/9796/stat : 9796 (contrasat_relea) R 9794 9796 8990 0 -1 4202496 4533191 0 0 0 483548 693 0 0 25 0 1 0 778547160 189448192 42098 33554432000 4194304 4298156 140734459216384 18446744073709551615 4276251 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/9796/statm: 46252 42098 242 26 0 42884 0
Current children cumulated CPU time (s) 4842.41
Current children cumulated vsize (KiB) 185008

[startup+4902.3 s]
/proc/loadavg: 1.00 1.11 1.46 2/453 9973
/proc/meminfo: memFree=26541260/32951124 swapFree=60688864/67111528
[pid=9796] ppid=9794 vsize=236092 CPUtime=4902.42 cores=0,2,4,6
/proc/9796/stat : 9796 (contrasat_relea) R 9794 9796 8990 0 -1 4202496 4562480 0 0 0 489544 698 0 0 25 0 1 0 778547160 241758208 45607 33554432000 4194304 4298156 140734459216384 18446744073709551615 4261884 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/9796/statm: 59023 45607 242 26 0 55655 0
Current children cumulated CPU time (s) 4902.42
Current children cumulated vsize (KiB) 236092

[startup+4962.3 s]
/proc/loadavg: 1.07 1.12 1.44 2/453 9975
/proc/meminfo: memFree=26551408/32951124 swapFree=60688864/67111528
[pid=9796] ppid=9794 vsize=236092 CPUtime=4962.42 cores=0,2,4,6
/proc/9796/stat : 9796 (contrasat_relea) R 9794 9796 8990 0 -1 4202496 4613981 0 0 0 495537 705 0 0 25 0 1 0 778547160 241758208 43033 33554432000 4194304 4298156 140734459216384 18446744073709551615 4256333 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/9796/statm: 59023 43033 242 26 0 55655 0
Current children cumulated CPU time (s) 4962.42
Current children cumulated vsize (KiB) 236092



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 1.08 1.12 1.43 2/453 9976
/proc/meminfo: memFree=26525600/32951124 swapFree=60688864/67111528
[pid=9796] ppid=9794 vsize=237052 CPUtime=5000.03 cores=0,2,4,6
/proc/9796/stat : 9796 (contrasat_relea) R 9794 9796 8990 0 -1 4202496 4620607 0 0 0 499296 707 0 0 25 0 1 0 778547160 242741248 49428 33554432000 4194304 4298156 140734459216384 18446744073709551615 4256262 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/9796/statm: 59263 49428 242 26 0 55895 0
Current children cumulated CPU time (s) 5000.03
Current children cumulated vsize (KiB) 237052

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.08 1.12 1.43 2/453 9976
/proc/meminfo: memFree=26525600/32951124 swapFree=60688864/67111528
[pid=9796] ppid=9794 vsize=237052 CPUtime=5000.03 cores=0,2,4,6
/proc/9796/stat : 9796 (contrasat_relea) R 9794 9796 8990 0 -1 4202496 4620607 0 0 0 499296 707 0 0 25 0 1 0 778547160 242741248 49428 33554432000 4194304 4298156 140734459216384 18446744073709551615 4256262 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/9796/statm: 59263 49428 242 26 0 55895 0
Current children cumulated CPU time (s) 5000.03
Current children cumulated vsize (KiB) 237052

Child ended because it received signal 15 (SIGTERM)
Real time (s): 4999.93
CPU time (s): 5000.05
CPU user time (s): 4992.98
CPU system time (s): 7.07892
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 438360

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

runsolver used 23.9314 second user time and 50.5093 second system time

The end

Launcher Data

Begin job on node132 at 2011-05-29 13:44:50
IDJOB=3422538
IDBENCH=84180
IDSOLVER=1915
FILE ID=node132/3422538-1306669490
RUNJOBID= node132-1306658665-9008
PBS_JOBID= 13471765
Free space on /tmp= 73108 MiB

SOLVER NAME= minisat hack: contrasat 2011-03-02
BENCH NAME= SAT03/industrial/maris/CNF/gripper13u.shuffled-as.sat03-395.cnf
COMMAND LINE= contrasat_release BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3422538-1306669490/watcher-3422538-1306669490 -o /tmp/evaluation-result-3422538-1306669490/solver-3422538-1306669490 -C 5000 -W 5100 -M 15500  contrasat_release HOME/instance-3422538-1306669490.cnf

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

MD5SUM BENCH= 3889b7ed90cc1fbe8bc8d140a1763832
RANDOM SEED=563032430

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.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.67
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.82
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:      26604812 kB
Buffers:        219788 kB
Cached:        2726412 kB
SwapCached:      14980 kB
Active:        1072512 kB
Inactive:      5052684 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      26604812 kB
SwapTotal:    67111528 kB
SwapFree:     60688864 kB
Dirty:             856 kB
Writeback:           0 kB
AnonPages:     3171720 kB
Mapped:          19288 kB
Slab:           103692 kB
PageTables:      50756 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 109345744 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= 73108 MiB
End job on node132 at 2011-05-29 15:08:12