Trace number 3350539

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) 1300.05 1300.02

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
openstacks-sequencedstrips-nonadl-nonnegated-os-sequencedstrips-p30_3.035-NOTKNOWN.cnf
MD5SUMc4319228342e10028de028a9b67c3404
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 variables133566
Number of clauses676901
Sum of the clauses size1609791
Maximum clause length63
Minimum clause length1
Number of clauses of size 1211
Number of clauses of size 2668220
Number of clauses of size 32100
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 56370

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-3350539-1304969766/watcher-3350539-1304969766 -o /tmp/evaluation-result-3350539-1304969766/solver-3350539-1304969766 -C 2400 -W 1300 -M 7680 contrasat_release HOME/instance-3350539-1304969766.cnf 

running on 2 cores: 0,2

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 4.01 4.00 3.27 4/303 23799
/proc/meminfo: memFree=11673344/32951124 swapFree=52307768/67111528
[pid=23799] ppid=23797 vsize=21236 CPUtime=0 cores=0,2
/proc/23799/stat : 23799 (contrasat_relea) R 23797 23799 21988 0 -1 4202496 1097 0 0 0 0 0 0 0 25 0 1 0 608579451 21745664 1022 33554432000 4194304 4298156 140735537549584 18446744073709551615 4284805 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/23799/statm: 5309 1022 216 26 0 1941 0

[startup+0.108084 s]
/proc/loadavg: 4.01 4.00 3.27 4/303 23799
/proc/meminfo: memFree=11673344/32951124 swapFree=52307768/67111528
[pid=23799] ppid=23797 vsize=41836 CPUtime=0.1 cores=0,2
/proc/23799/stat : 23799 (contrasat_relea) R 23797 23799 21988 0 -1 4202496 7248 0 0 0 9 1 0 0 25 0 1 0 608579451 42840064 6315 33554432000 4194304 4298156 140735537549584 18446744073709551615 4284889 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/23799/statm: 10459 6316 216 26 0 7091 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 41836

[startup+0.20108 s]
/proc/loadavg: 4.01 4.00 3.27 4/303 23799
/proc/meminfo: memFree=11673344/32951124 swapFree=52307768/67111528
[pid=23799] ppid=23797 vsize=65168 CPUtime=0.19 cores=0,2
/proc/23799/stat : 23799 (contrasat_relea) R 23797 23799 21988 0 -1 4202496 13760 0 0 0 17 2 0 0 25 0 1 0 608579451 66732032 11641 33554432000 4194304 4298156 140735537549584 18446744073709551615 4284805 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/23799/statm: 16292 11642 216 26 0 12924 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 65168

[startup+0.301059 s]
/proc/loadavg: 4.01 4.00 3.27 4/303 23799
/proc/meminfo: memFree=11673344/32951124 swapFree=52307768/67111528
[pid=23799] ppid=23797 vsize=68432 CPUtime=0.29 cores=0,2
/proc/23799/stat : 23799 (contrasat_relea) R 23797 23799 21988 0 -1 4202496 15164 0 0 0 27 2 0 0 25 0 1 0 608579451 70074368 12829 33554432000 4194304 4298156 140735537549584 18446744073709551615 4227993 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/23799/statm: 17108 12829 222 26 0 13740 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 68432

[startup+0.700978 s]
/proc/loadavg: 4.01 4.00 3.27 4/303 23799
/proc/meminfo: memFree=11673344/32951124 swapFree=52307768/67111528
[pid=23799] ppid=23797 vsize=81304 CPUtime=0.69 cores=0,2
/proc/23799/stat : 23799 (contrasat_relea) R 23797 23799 21988 0 -1 4202496 17165 0 0 0 67 2 0 0 25 0 1 0 608579451 83255296 14584 33554432000 4194304 4298156 140735537549584 18446744073709551615 4227218 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/23799/statm: 20326 14584 222 26 0 16958 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 81304

[startup+1.50083 s]
/proc/loadavg: 4.01 4.00 3.27 5/304 23800
/proc/meminfo: memFree=11617908/32951124 swapFree=52307768/67111528
[pid=23799] ppid=23797 vsize=67608 CPUtime=1.49 cores=0,2
/proc/23799/stat : 23799 (contrasat_relea) R 23797 23799 21988 0 -1 4202496 20572 0 0 0 146 3 0 0 25 0 1 0 608579451 69230592 12265 33554432000 4194304 4298156 140735537549584 18446744073709551615 4251958 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/23799/statm: 16902 12265 242 26 0 13534 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 67608

[startup+3.10053 s]
/proc/loadavg: 4.01 4.00 3.28 5/304 23800
/proc/meminfo: memFree=11608360/32951124 swapFree=52307768/67111528
[pid=23799] ppid=23797 vsize=74788 CPUtime=3.09 cores=0,2
/proc/23799/stat : 23799 (contrasat_relea) R 23797 23799 21988 0 -1 4202496 21316 0 0 0 306 3 0 0 25 0 1 0 608579451 76582912 13007 33554432000 4194304 4298156 140735537549584 18446744073709551615 4252171 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/23799/statm: 18697 13007 242 26 0 15329 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 74788

[startup+6.301 s]
/proc/loadavg: 4.01 4.00 3.28 5/304 23800
/proc/meminfo: memFree=11583312/32951124 swapFree=52307768/67111528
[pid=23799] ppid=23797 vsize=86280 CPUtime=6.29 cores=0,2
/proc/23799/stat : 23799 (contrasat_relea) R 23797 23799 21988 0 -1 4202496 26106 0 0 0 625 4 0 0 25 0 1 0 608579451 88350720 13116 33554432000 4194304 4298156 140735537549584 18446744073709551615 4252048 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/23799/statm: 21570 13116 242 26 0 18202 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 86280

[startup+12.7008 s]
/proc/loadavg: 4.00 4.00 3.28 5/304 23801
/proc/meminfo: memFree=11523328/32951124 swapFree=52307768/67111528
[pid=23799] ppid=23797 vsize=93464 CPUtime=12.69 cores=0,2
/proc/23799/stat : 23799 (contrasat_relea) R 23797 23799 21988 0 -1 4202496 31813 0 0 0 1264 5 0 0 25 0 1 0 608579451 95707136 17663 33554432000 4194304 4298156 140735537549584 18446744073709551615 4252211 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/23799/statm: 23366 17663 242 26 0 19998 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 93464

[startup+25.5006 s]
/proc/loadavg: 4.00 4.00 3.29 5/304 23801
/proc/meminfo: memFree=11538068/32951124 swapFree=52307768/67111528
[pid=23799] ppid=23797 vsize=93464 CPUtime=25.5 cores=0,2
/proc/23799/stat : 23799 (contrasat_relea) R 23797 23799 21988 0 -1 4202496 32494 0 0 0 2544 6 0 0 25 0 1 0 608579451 95707136 18344 33554432000 4194304 4298156 140735537549584 18446744073709551615 4252016 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/23799/statm: 23366 18344 242 26 0 19998 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 93464

[startup+51.1011 s]
/proc/loadavg: 4.00 4.00 3.31 5/304 23830
/proc/meminfo: memFree=11682524/32951124 swapFree=52307768/67111528
[pid=23799] ppid=23797 vsize=105136 CPUtime=51.1 cores=0,2
/proc/23799/stat : 23799 (contrasat_relea) R 23797 23799 21988 0 -1 4202496 67125 0 0 0 5099 11 0 0 25 0 1 0 608579451 107659264 19559 33554432000 4194304 4298156 140735537549584 18446744073709551615 4251970 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/23799/statm: 26284 19559 243 26 0 22916 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 105136

[startup+102.301 s]
/proc/loadavg: 4.00 4.00 3.34 5/304 23831
/proc/meminfo: memFree=11622960/32951124 swapFree=52307768/67111528
[pid=23799] ppid=23797 vsize=154456 CPUtime=102.31 cores=0,2
/proc/23799/stat : 23799 (contrasat_relea) R 23797 23799 21988 0 -1 4202496 77866 0 0 0 10219 12 0 0 25 0 1 0 608579451 158162944 30292 33554432000 4194304 4298156 140735537549584 18446744073709551615 4251925 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/23799/statm: 38614 30292 242 26 0 35246 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 154456

[startup+162.3 s]
/proc/loadavg: 3.95 3.98 3.38 5/304 23861
/proc/meminfo: memFree=10855156/32951124 swapFree=52307768/67111528
[pid=23799] ppid=23797 vsize=154456 CPUtime=162.29 cores=0,2
/proc/23799/stat : 23799 (contrasat_relea) R 23797 23799 21988 0 -1 4202496 90795 0 0 0 16215 14 0 0 25 0 1 0 608579451 158162944 31992 33554432000 4194304 4298156 140735537549584 18446744073709551615 4276251 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/23799/statm: 38614 31992 242 26 0 35246 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 154456

[startup+222.311 s]
/proc/loadavg: 3.98 3.98 3.41 5/304 23862
/proc/meminfo: memFree=10734236/32951124 swapFree=52307768/67111528
[pid=23799] ppid=23797 vsize=185276 CPUtime=222.31 cores=0,2
/proc/23799/stat : 23799 (contrasat_relea) R 23797 23799 21988 0 -1 4202496 115758 0 0 0 22212 19 0 0 25 0 1 0 608579451 189722624 36681 33554432000 4194304 4298156 140735537549584 18446744073709551615 4262253 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/23799/statm: 46319 36681 242 26 0 42951 0
Current children cumulated CPU time (s) 222.31
Current children cumulated vsize (KiB) 185276

[startup+282.301 s]
/proc/loadavg: 3.99 3.98 3.45 5/304 23864
/proc/meminfo: memFree=10721792/32951124 swapFree=52307768/67111528
[pid=23799] ppid=23797 vsize=197140 CPUtime=282.3 cores=0,2
/proc/23799/stat : 23799 (contrasat_relea) R 23797 23799 21988 0 -1 4202496 154248 0 0 0 28206 24 0 0 25 0 1 0 608579451 201871360 39196 33554432000 4194304 4298156 140735537549584 18446744073709551615 4251937 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/23799/statm: 49285 39196 244 26 0 45917 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 197140

[startup+342.3 s]
/proc/loadavg: 3.99 3.98 3.48 5/304 23866
/proc/meminfo: memFree=10756956/32951124 swapFree=52307768/67111528
[pid=23799] ppid=23797 vsize=197140 CPUtime=342.3 cores=0,2
/proc/23799/stat : 23799 (contrasat_relea) R 23797 23799 21988 0 -1 4202496 229558 0 0 0 34196 34 0 0 25 0 1 0 608579451 201871360 38051 33554432000 4194304 4298156 140735537549584 18446744073709551615 4251958 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/23799/statm: 49285 38051 244 26 0 45917 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 197140

[startup+402.301 s]
/proc/loadavg: 4.03 4.00 3.51 5/304 23867
/proc/meminfo: memFree=10728364/32951124 swapFree=52307768/67111528
[pid=23799] ppid=23797 vsize=166320 CPUtime=402.3 cores=0,2
/proc/23799/stat : 23799 (contrasat_relea) R 23797 23799 21988 0 -1 4202496 268442 0 0 0 40190 40 0 0 25 0 1 0 608579451 170311680 36044 33554432000 4194304 4298156 140735537549584 18446744073709551615 4251958 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/23799/statm: 41580 36044 242 26 0 38212 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 166320

[startup+462.301 s]
/proc/loadavg: 4.01 4.00 3.54 5/304 23869
/proc/meminfo: memFree=10759160/32951124 swapFree=52307768/67111528
[pid=23799] ppid=23797 vsize=166320 CPUtime=462.3 cores=0,2
/proc/23799/stat : 23799 (contrasat_relea) R 23797 23799 21988 0 -1 4202496 322875 0 0 0 46183 47 0 0 25 0 1 0 608579451 170311680 37017 33554432000 4194304 4298156 140735537549584 18446744073709551615 4251954 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/23799/statm: 41580 37017 242 26 0 38212 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 166320

[startup+522.3 s]
/proc/loadavg: 4.07 4.02 3.57 5/304 23870
/proc/meminfo: memFree=10655136/32951124 swapFree=52307768/67111528
[pid=23799] ppid=23797 vsize=197140 CPUtime=522.3 cores=0,2
/proc/23799/stat : 23799 (contrasat_relea) R 23797 23799 21988 0 -1 4202496 403782 0 0 0 52170 60 0 0 25 0 1 0 608579451 201871360 38649 33554432000 4194304 4298156 140735537549584 18446744073709551615 4251937 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/23799/statm: 49285 38649 242 26 0 45917 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 197140

[startup+582.301 s]
/proc/loadavg: 4.02 4.01 3.59 5/304 23872
/proc/meminfo: memFree=10650492/32951124 swapFree=52307768/67111528
[pid=23799] ppid=23797 vsize=197140 CPUtime=582.3 cores=0,2
/proc/23799/stat : 23799 (contrasat_relea) R 23797 23799 21988 0 -1 4202496 454663 0 0 0 58162 68 0 0 25 0 1 0 608579451 201871360 44859 33554432000 4194304 4298156 140735537549584 18446744073709551615 4252048 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/23799/statm: 49285 44859 242 26 0 45917 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 197140

[startup+642.3 s]
/proc/loadavg: 4.04 4.02 3.62 5/304 23874
/proc/meminfo: memFree=10687408/32951124 swapFree=52307768/67111528
[pid=23799] ppid=23797 vsize=197140 CPUtime=642.3 cores=0,2
/proc/23799/stat : 23799 (contrasat_relea) R 23797 23799 21988 0 -1 4202496 494798 0 0 0 64156 74 0 0 25 0 1 0 608579451 201871360 42141 33554432000 4194304 4298156 140735537549584 18446744073709551615 4251958 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/23799/statm: 49285 42141 242 26 0 45917 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 197140

[startup+702.301 s]
/proc/loadavg: 4.06 4.03 3.65 5/304 23875
/proc/meminfo: memFree=10544384/32951124 swapFree=52307768/67111528
[pid=23799] ppid=23797 vsize=247228 CPUtime=702.31 cores=0,2
/proc/23799/stat : 23799 (contrasat_relea) R 23797 23799 21988 0 -1 4202496 523343 0 0 0 70153 78 0 0 25 0 1 0 608579451 253161472 47880 33554432000 4194304 4298156 140735537549584 18446744073709551615 4251958 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/23799/statm: 61807 47880 242 26 0 58439 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 247228

[startup+762.301 s]
/proc/loadavg: 4.02 4.02 3.67 5/304 23877
/proc/meminfo: memFree=10560732/32951124 swapFree=52307768/67111528
[pid=23799] ppid=23797 vsize=197140 CPUtime=762.32 cores=0,2
/proc/23799/stat : 23799 (contrasat_relea) R 23797 23799 21988 0 -1 4202496 573105 0 0 0 76147 85 0 0 25 0 1 0 608579451 201871360 41285 33554432000 4194304 4298156 140735537549584 18446744073709551615 4252211 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/23799/statm: 49285 41285 242 26 0 45917 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 197140

[startup+822.3 s]
/proc/loadavg: 4.01 4.02 3.68 5/304 23878
/proc/meminfo: memFree=10572856/32951124 swapFree=52307768/67111528
[pid=23799] ppid=23797 vsize=197140 CPUtime=822.31 cores=0,2
/proc/23799/stat : 23799 (contrasat_relea) R 23797 23799 21988 0 -1 4202496 620828 0 0 0 82138 93 0 0 25 0 1 0 608579451 201871360 39716 33554432000 4194304 4298156 140735537549584 18446744073709551615 4251958 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/23799/statm: 49285 39716 242 26 0 45917 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 197140

[startup+882.311 s]
/proc/loadavg: 4.00 4.01 3.70 5/304 23880
/proc/meminfo: memFree=10519916/32951124 swapFree=52307768/67111528
[pid=23799] ppid=23797 vsize=197140 CPUtime=882.32 cores=0,2
/proc/23799/stat : 23799 (contrasat_relea) R 23797 23799 21988 0 -1 4202496 672180 0 0 0 88131 101 0 0 25 0 1 0 608579451 201871360 40166 33554432000 4194304 4298156 140735537549584 18446744073709551615 4251937 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/23799/statm: 49285 40166 242 26 0 45917 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 197140

[startup+942.301 s]
/proc/loadavg: 4.05 4.02 3.72 5/304 23882
/proc/meminfo: memFree=10575400/32951124 swapFree=52307768/67111528
[pid=23799] ppid=23797 vsize=247228 CPUtime=942.32 cores=0,2
/proc/23799/stat : 23799 (contrasat_relea) R 23797 23799 21988 0 -1 4202496 681050 0 0 0 94130 102 0 0 25 0 1 0 608579451 253161472 49025 33554432000 4194304 4298156 140735537549584 18446744073709551615 4263080 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/23799/statm: 61807 49025 242 26 0 58439 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 247228

[startup+1002.3 s]
/proc/loadavg: 4.02 4.02 3.74 5/304 23883
/proc/meminfo: memFree=10526504/32951124 swapFree=52307768/67111528
[pid=23799] ppid=23797 vsize=197140 CPUtime=1002.32 cores=0,2
/proc/23799/stat : 23799 (contrasat_relea) R 23797 23799 21988 0 -1 4202496 730762 0 0 0 100123 109 0 0 25 0 1 0 608579451 201871360 41981 33554432000 4194304 4298156 140735537549584 18446744073709551615 4252211 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/23799/statm: 49285 41981 242 26 0 45917 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 197140

[startup+1062.3 s]
/proc/loadavg: 4.00 4.01 3.75 5/304 23885
/proc/meminfo: memFree=10562024/32951124 swapFree=52307768/67111528
[pid=23799] ppid=23797 vsize=247228 CPUtime=1062.32 cores=0,2
/proc/23799/stat : 23799 (contrasat_relea) R 23797 23799 21988 0 -1 4202496 759056 0 0 0 106119 113 0 0 25 0 1 0 608579451 253161472 46008 33554432000 4194304 4298156 140735537549584 18446744073709551615 4251978 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/23799/statm: 61807 46008 242 26 0 58439 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 247228

[startup+1122.3 s]
/proc/loadavg: 4.03 4.02 3.77 5/304 23886
/proc/meminfo: memFree=10545780/32951124 swapFree=52307768/67111528
[pid=23799] ppid=23797 vsize=247228 CPUtime=1122.32 cores=0,2
/proc/23799/stat : 23799 (contrasat_relea) R 23797 23799 21988 0 -1 4202496 833698 0 0 0 112109 123 0 0 25 0 1 0 608579451 253161472 45989 33554432000 4194304 4298156 140735537549584 18446744073709551615 4256400 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/23799/statm: 61807 45989 242 26 0 58439 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 247228

[startup+1182.3 s]
/proc/loadavg: 4.06 4.03 3.78 5/304 23888
/proc/meminfo: memFree=10404336/32951124 swapFree=52307768/67111528
[pid=23799] ppid=23797 vsize=247228 CPUtime=1182.32 cores=0,2
/proc/23799/stat : 23799 (contrasat_relea) R 23797 23799 21988 0 -1 4202496 896475 0 0 0 118102 130 0 0 25 0 1 0 608579451 253161472 50778 33554432000 4194304 4298156 140735537549584 18446744073709551615 4251915 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/23799/statm: 61807 50778 242 26 0 58439 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 247228

[startup+1242.3 s]
/proc/loadavg: 3.64 3.93 3.76 4/298 23908
/proc/meminfo: memFree=10628176/32951124 swapFree=52307768/67111528
[pid=23799] ppid=23797 vsize=247228 CPUtime=1242.32 cores=0,2
/proc/23799/stat : 23799 (contrasat_relea) R 23797 23799 21988 0 -1 4202496 954577 0 0 0 124094 138 0 0 25 0 1 0 608579451 253161472 50706 33554432000 4194304 4298156 140735537549584 18446744073709551615 4251954 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/23799/statm: 61807 50706 242 26 0 58439 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 247228



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.25 3.77 3.72 4/298 23909
/proc/meminfo: memFree=10663284/32951124 swapFree=52307768/67111528
[pid=23799] ppid=23797 vsize=247228 CPUtime=1300.03 cores=0,2
/proc/23799/stat : 23799 (contrasat_relea) R 23797 23799 21988 0 -1 4202496 1006063 0 0 0 129858 145 0 0 25 0 1 0 608579451 253161472 46858 33554432000 4194304 4298156 140735537549584 18446744073709551615 4251890 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/23799/statm: 61807 46858 242 26 0 58439 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 247228

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

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

[startup+1300 s]
/proc/loadavg: 3.25 3.77 3.72 4/298 23909
/proc/meminfo: memFree=10663284/32951124 swapFree=52307768/67111528
[pid=23799] ppid=23797 vsize=247228 CPUtime=1300.03 cores=0,2
/proc/23799/stat : 23799 (contrasat_relea) R 23797 23799 21988 0 -1 4202496 1006063 0 0 0 129858 145 0 0 25 0 1 0 608579451 253161472 46858 33554432000 4194304 4298156 140735537549584 18446744073709551615 4251890 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/23799/statm: 61807 46858 242 26 0 58439 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 247228

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.02
CPU time (s): 1300.05
CPU user time (s): 1298.58
CPU system time (s): 1.46878
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 327368

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

runsolver used 3.71443 second user time and 8.11377 second system time

The end

Launcher Data

Begin job on node101 at 2011-05-09 21:36:07
IDJOB=3350539
IDBENCH=82372
IDSOLVER=1816
FILE ID=node101/3350539-1304969766
RUNJOBID= node101-1304968203-23201
PBS_JOBID= 13285649
Free space on /tmp= 37460 MiB

SOLVER NAME= minisat hack: contrasat 2011-03-02
BENCH NAME= SAT11/application/rintanen/SATPlanning/openstacks-sequencedstrips-nonadl-nonnegated-os-sequencedstrips-p30_3.035-NOTKNOWN.cnf
COMMAND LINE= contrasat_release BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3350539-1304969766/watcher-3350539-1304969766 -o /tmp/evaluation-result-3350539-1304969766/solver-3350539-1304969766 -C 2400 -W 1300 -M 7680  contrasat_release HOME/instance-3350539-1304969766.cnf

TIME LIMIT= 2400 seconds
MEMORY LIMIT= 7680 MiB
NBCORE= 2

MD5SUM BENCH= c4319228342e10028de028a9b67c3404
RANDOM SEED=657479099

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      11673740 kB
Buffers:        238760 kB
Cached:       10516104 kB
SwapCached:      14432 kB
Active:       11691368 kB
Inactive:      9161124 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      11673740 kB
SwapTotal:    67111528 kB
SwapFree:     52307768 kB
Dirty:           15388 kB
Writeback:           0 kB
AnonPages:    10094356 kB
Mapped:          15208 kB
Slab:           297092 kB
PageTables:      63748 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 42529244 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= 37308 MiB
End job on node101 at 2011-05-09 21:57:49