Trace number 3422278

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

Nameapplication/rintanen/SATPlanning/
sokoban-sequential-p145-microban-sequential.040-NOTKNOWN.cnf
MD5SUM36e8e2178d03f08fa4223da0e3d9beb5
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark477.605
Satisfiable
(Un)Satisfiability was proved
Number of variables87884
Number of clauses1413816
Sum of the clauses size3227576
Maximum clause length78
Minimum clause length1
Number of clauses of size 1696
Number of clauses of size 21364160
Number of clauses of size 33840
Number of clauses of size 417760
Number of clauses of size 57680
Number of clauses of size over 519680

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-3422278-1306663641/watcher-3422278-1306663641 -o /tmp/evaluation-result-3422278-1306663641/solver-3422278-1306663641 -C 5000 -W 5100 -M 15500 contrasat_release HOME/instance-3422278-1306663641.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: 1.99 2.03 1.99 3/446 12318
/proc/meminfo: memFree=30534072/32950928 swapFree=34365936/67111528
[pid=12318] ppid=12316 vsize=20036 CPUtime=0 cores=1,3,5,7
/proc/12318/stat : 12318 (contrasat_relea) R 12316 12318 12043 0 -1 4202496 779 0 0 0 0 0 0 0 21 0 1 0 777962971 20516864 720 33554432000 4194304 4298156 140734867955296 18446744073709551615 4284417 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/12318/statm: 5009 722 216 26 0 1641 0

[startup+0.034341 s]
/proc/loadavg: 1.99 2.03 1.99 3/446 12318
/proc/meminfo: memFree=30534072/32950928 swapFree=34365936/67111528
[pid=12318] ppid=12316 vsize=22140 CPUtime=0.03 cores=1,3,5,7
/proc/12318/stat : 12318 (contrasat_relea) R 12316 12318 12043 0 -1 4202496 1389 0 0 0 3 0 0 0 21 0 1 0 777962971 22671360 1289 33554432000 4194304 4298156 140734867955296 18446744073709551615 4284982 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/12318/statm: 5535 1290 216 26 0 2167 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 22140

[startup+0.10033 s]
/proc/loadavg: 1.99 2.03 1.99 3/446 12318
/proc/meminfo: memFree=30534072/32950928 swapFree=34365936/67111528
[pid=12318] ppid=12316 vsize=31196 CPUtime=0.09 cores=1,3,5,7
/proc/12318/stat : 12318 (contrasat_relea) R 12316 12318 12043 0 -1 4202496 5425 0 0 0 9 0 0 0 21 0 1 0 777962971 31944704 4536 33554432000 4194304 4298156 140734867955296 18446744073709551615 4284805 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/12318/statm: 7799 4536 216 26 0 4431 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 31196

[startup+0.300297 s]
/proc/loadavg: 1.99 2.03 1.99 3/446 12318
/proc/meminfo: memFree=30534072/32950928 swapFree=34365936/67111528
[pid=12318] ppid=12316 vsize=89248 CPUtime=0.29 cores=1,3,5,7
/proc/12318/stat : 12318 (contrasat_relea) R 12316 12318 12043 0 -1 4202496 21042 0 0 0 27 2 0 0 22 0 1 0 777962971 91389952 16058 33554432000 4194304 4298156 140734867955296 18446744073709551615 4284889 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/12318/statm: 22312 16060 216 26 0 18944 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 89248

[startup+0.700224 s]
/proc/loadavg: 1.99 2.03 1.99 3/446 12318
/proc/meminfo: memFree=30534072/32950928 swapFree=34365936/67111528
[pid=12318] ppid=12316 vsize=101612 CPUtime=0.69 cores=1,3,5,7
/proc/12318/stat : 12318 (contrasat_relea) R 12316 12318 12043 0 -1 4202496 25982 0 0 0 66 3 0 0 23 0 1 0 777962971 104050688 20083 33554432000 4194304 4298156 140734867955296 18446744073709551615 4227683 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/12318/statm: 25403 20083 222 26 0 22035 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 101612

[startup+1.50114 s]
/proc/loadavg: 1.99 2.03 1.99 3/447 12319
/proc/meminfo: memFree=30453596/32950928 swapFree=34365936/67111528
[pid=12318] ppid=12316 vsize=83008 CPUtime=1.49 cores=1,3,5,7
/proc/12318/stat : 12318 (contrasat_relea) R 12316 12318 12043 0 -1 4202496 32252 0 0 0 145 4 0 0 25 0 1 0 777962971 85000192 16162 33554432000 4194304 4298156 140734867955296 18446744073709551615 4276251 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/12318/statm: 20752 16162 241 26 0 17384 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 83008

[startup+3.10087 s]
/proc/loadavg: 1.99 2.03 1.99 3/447 12319
/proc/meminfo: memFree=30466492/32950928 swapFree=34365936/67111528
[pid=12318] ppid=12316 vsize=94684 CPUtime=3.09 cores=1,3,5,7
/proc/12318/stat : 12318 (contrasat_relea) R 12316 12318 12043 0 -1 4202496 33361 0 0 0 305 4 0 0 25 0 1 0 777962971 96956416 17266 33554432000 4194304 4298156 140734867955296 18446744073709551615 4256333 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/12318/statm: 23671 17266 241 26 0 20303 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 94684

[startup+6.30024 s]
/proc/loadavg: 1.99 2.03 1.99 3/447 12319
/proc/meminfo: memFree=30462664/32950928 swapFree=34365936/67111528
[pid=12318] ppid=12316 vsize=113000 CPUtime=6.29 cores=1,3,5,7
/proc/12318/stat : 12318 (contrasat_relea) R 12316 12318 12043 0 -1 4202496 42005 0 0 0 624 5 0 0 25 0 1 0 777962971 115712000 18040 33554432000 4194304 4298156 140734867955296 18446744073709551615 4256575 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/12318/statm: 28250 18040 242 26 0 24882 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 113000

[startup+12.7011 s]
/proc/loadavg: 1.99 2.03 1.99 3/447 12319
/proc/meminfo: memFree=30454392/32950928 swapFree=34365936/67111528
[pid=12318] ppid=12316 vsize=124672 CPUtime=12.69 cores=1,3,5,7
/proc/12318/stat : 12318 (contrasat_relea) R 12316 12318 12043 0 -1 4202496 52199 0 0 0 1263 6 0 0 25 0 1 0 777962971 127664128 26106 33554432000 4194304 4298156 140734867955296 18446744073709551615 4252048 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/12318/statm: 31168 26106 242 26 0 27800 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 124672

[startup+25.5009 s]
/proc/loadavg: 1.99 2.03 1.99 3/447 12320
/proc/meminfo: memFree=30473248/32950928 swapFree=34365936/67111528
[pid=12318] ppid=12316 vsize=94560 CPUtime=25.49 cores=1,3,5,7
/proc/12318/stat : 12318 (contrasat_relea) R 12316 12318 12043 0 -1 4202496 88912 0 0 0 2539 10 0 0 25 0 1 0 777962971 96829440 19741 33554432000 4194304 4298156 140734867955296 18446744073709551615 4251890 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/12318/statm: 23640 19741 242 26 0 20272 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 94560

[startup+51.1003 s]
/proc/loadavg: 1.99 2.02 1.99 3/447 12321
/proc/meminfo: memFree=30443672/32950928 swapFree=34365936/67111528
[pid=12318] ppid=12316 vsize=143880 CPUtime=51.09 cores=1,3,5,7
/proc/12318/stat : 12318 (contrasat_relea) R 12316 12318 12043 0 -1 4202496 146610 0 0 0 5092 17 0 0 25 0 1 0 777962971 147333120 28786 33554432000 4194304 4298156 140734867955296 18446744073709551615 4252211 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/12318/statm: 35970 28786 242 26 0 32602 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 143880

[startup+102.317 s]
/proc/loadavg: 1.99 2.02 1.99 3/447 12322
/proc/meminfo: memFree=30433208/32950928 swapFree=34365936/67111528
[pid=12318] ppid=12316 vsize=143880 CPUtime=102.31 cores=1,3,5,7
/proc/12318/stat : 12318 (contrasat_relea) R 12316 12318 12043 0 -1 4202496 283303 0 0 0 10197 34 0 0 25 0 1 0 777962971 147333120 30475 33554432000 4194304 4298156 140734867955296 18446744073709551615 4256565 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/12318/statm: 35970 30475 242 26 0 32602 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 143880

[startup+162.301 s]
/proc/loadavg: 2.12 2.04 2.00 3/447 12351
/proc/meminfo: memFree=30427192/32950928 swapFree=34365936/67111528
[pid=12318] ppid=12316 vsize=224788 CPUtime=162.3 cores=1,3,5,7
/proc/12318/stat : 12318 (contrasat_relea) R 12316 12318 12043 0 -1 4202496 402154 0 0 0 16182 48 0 0 25 0 1 0 777962971 230182912 39903 33554432000 4194304 4298156 140734867955296 18446744073709551615 4251937 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/12318/statm: 56197 39903 242 26 0 52829 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 224788

[startup+222.3 s]
/proc/loadavg: 2.10 2.05 2.00 3/447 12353
/proc/meminfo: memFree=30439912/32950928 swapFree=34365936/67111528
[pid=12318] ppid=12316 vsize=174700 CPUtime=222.29 cores=1,3,5,7
/proc/12318/stat : 12318 (contrasat_relea) R 12316 12318 12043 0 -1 4202496 530737 0 0 0 22165 64 0 0 25 0 1 0 777962971 178892800 35576 33554432000 4194304 4298156 140734867955296 18446744073709551615 4251937 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/12318/statm: 43675 35576 242 26 0 40307 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 174700

[startup+282.301 s]
/proc/loadavg: 2.04 2.04 2.00 3/447 12355
/proc/meminfo: memFree=30442488/32950928 swapFree=34365936/67111528
[pid=12318] ppid=12316 vsize=174700 CPUtime=282.3 cores=1,3,5,7
/proc/12318/stat : 12318 (contrasat_relea) R 12316 12318 12043 0 -1 4202496 645281 0 0 0 28152 78 0 0 25 0 1 0 777962971 178892800 35615 33554432000 4194304 4298156 140734867955296 18446744073709551615 4251937 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/12318/statm: 43675 35615 242 26 0 40307 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 174700

[startup+342.301 s]
/proc/loadavg: 2.06 2.04 2.00 3/447 12383
/proc/meminfo: memFree=30313536/32950928 swapFree=34365936/67111528
[pid=12318] ppid=12316 vsize=224788 CPUtime=342.3 cores=1,3,5,7
/proc/12318/stat : 12318 (contrasat_relea) R 12316 12318 12043 0 -1 4202496 744405 0 0 0 34138 92 0 0 25 0 1 0 777962971 230182912 43141 33554432000 4194304 4298156 140734867955296 18446744073709551615 4256277 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/12318/statm: 56197 43141 242 26 0 52829 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 224788

[startup+402.301 s]
/proc/loadavg: 2.07 2.05 2.00 3/447 12385
/proc/meminfo: memFree=30295128/32950928 swapFree=34365936/67111528
[pid=12318] ppid=12316 vsize=174700 CPUtime=402.3 cores=1,3,5,7
/proc/12318/stat : 12318 (contrasat_relea) R 12316 12318 12043 0 -1 4202496 851209 0 0 0 40124 106 0 0 25 0 1 0 777962971 178892800 37585 33554432000 4194304 4298156 140734867955296 18446744073709551615 4251954 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/12318/statm: 43675 37585 242 26 0 40307 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 174700

[startup+462.301 s]
/proc/loadavg: 2.02 2.04 2.00 3/447 12386
/proc/meminfo: memFree=30286856/32950928 swapFree=34365936/67111528
[pid=12318] ppid=12316 vsize=174700 CPUtime=462.3 cores=1,3,5,7
/proc/12318/stat : 12318 (contrasat_relea) R 12316 12318 12043 0 -1 4202496 939742 0 0 0 46113 117 0 0 25 0 1 0 777962971 178892800 39415 33554432000 4194304 4298156 140734867955296 18446744073709551615 4252224 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/12318/statm: 43675 39415 242 26 0 40307 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 174700

[startup+522.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/447 12388
/proc/meminfo: memFree=30229668/32950928 swapFree=34365936/67111528
[pid=12318] ppid=12316 vsize=224788 CPUtime=522.3 cores=1,3,5,7
/proc/12318/stat : 12318 (contrasat_relea) R 12316 12318 12043 0 -1 4202496 1015933 0 0 0 52105 125 0 0 25 0 1 0 777962971 230182912 48838 33554432000 4194304 4298156 140734867955296 18446744073709551615 4251907 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/12318/statm: 56197 48838 242 26 0 52829 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 224788

[startup+582.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/447 12390
/proc/meminfo: memFree=30195048/32950928 swapFree=34365936/67111528
[pid=12318] ppid=12316 vsize=224788 CPUtime=582.3 cores=1,3,5,7
/proc/12318/stat : 12318 (contrasat_relea) R 12316 12318 12043 0 -1 4202496 1095498 0 0 0 58094 136 0 0 25 0 1 0 777962971 230182912 50823 33554432000 4194304 4298156 140734867955296 18446744073709551615 4256293 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/12318/statm: 56197 50823 242 26 0 52829 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 224788

[startup+642.3 s]

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

[startup+4062.32 s]
/proc/loadavg: 2.00 2.00 2.00 3/447 12548
/proc/meminfo: memFree=30221776/32950928 swapFree=34365936/67111528
[pid=12318] ppid=12316 vsize=306176 CPUtime=4062.4 cores=1,3,5,7
/proc/12318/stat : 12318 (contrasat_relea) R 12316 12318 12043 0 -1 4202496 4854602 0 0 0 405598 642 0 0 25 0 1 0 777962971 313524224 70979 33554432000 4194304 4298156 140734867955296 18446744073709551615 4251890 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/12318/statm: 76544 70979 242 26 0 73176 0
Current children cumulated CPU time (s) 4062.4
Current children cumulated vsize (KiB) 306176

[startup+4122.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/447 12550
/proc/meminfo: memFree=30224468/32950928 swapFree=34365936/67111528
[pid=12318] ppid=12316 vsize=306176 CPUtime=4122.38 cores=1,3,5,7
/proc/12318/stat : 12318 (contrasat_relea) R 12316 12318 12043 0 -1 4202496 4914842 0 0 0 411588 650 0 0 25 0 1 0 777962971 313524224 67475 33554432000 4194304 4298156 140734867955296 18446744073709551615 4251937 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/12318/statm: 76544 67475 242 26 0 73176 0
Current children cumulated CPU time (s) 4122.38
Current children cumulated vsize (KiB) 306176

[startup+4182.3 s]
/proc/loadavg: 2.04 2.02 2.00 3/447 12552
/proc/meminfo: memFree=30255052/32950928 swapFree=34365936/67111528
[pid=12318] ppid=12316 vsize=306176 CPUtime=4182.39 cores=1,3,5,7
/proc/12318/stat : 12318 (contrasat_relea) R 12316 12318 12043 0 -1 4202496 4970241 0 0 0 417581 658 0 0 25 0 1 0 777962971 313524224 61073 33554432000 4194304 4298156 140734867955296 18446744073709551615 4252196 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/12318/statm: 76544 61073 242 26 0 73176 0
Current children cumulated CPU time (s) 4182.39
Current children cumulated vsize (KiB) 306176

[startup+4242.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/447 12553
/proc/meminfo: memFree=30255612/32950928 swapFree=34365936/67111528
[pid=12318] ppid=12316 vsize=306176 CPUtime=4242.39 cores=1,3,5,7
/proc/12318/stat : 12318 (contrasat_relea) R 12316 12318 12043 0 -1 4202496 5027163 0 0 0 423573 666 0 0 25 0 1 0 777962971 313524224 58966 33554432000 4194304 4298156 140734867955296 18446744073709551615 4251937 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/12318/statm: 76544 58966 242 26 0 73176 0
Current children cumulated CPU time (s) 4242.39
Current children cumulated vsize (KiB) 306176

[startup+4302.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/447 12555
/proc/meminfo: memFree=30216380/32950928 swapFree=34365936/67111528
[pid=12318] ppid=12316 vsize=306176 CPUtime=4302.39 cores=1,3,5,7
/proc/12318/stat : 12318 (contrasat_relea) R 12316 12318 12043 0 -1 4202496 5040143 0 0 0 429572 667 0 0 25 0 1 0 777962971 313524224 71915 33554432000 4194304 4298156 140734867955296 18446744073709551615 4256801 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/12318/statm: 76544 71915 242 26 0 73176 0
Current children cumulated CPU time (s) 4302.39
Current children cumulated vsize (KiB) 306176

[startup+4362.3 s]
/proc/loadavg: 2.11 2.04 2.01 3/447 12556
/proc/meminfo: memFree=30204180/32950928 swapFree=34365936/67111528
[pid=12318] ppid=12316 vsize=306176 CPUtime=4362.39 cores=1,3,5,7
/proc/12318/stat : 12318 (contrasat_relea) R 12316 12318 12043 0 -1 4202496 5095504 0 0 0 435562 677 0 0 25 0 1 0 777962971 313524224 71795 33554432000 4194304 4298156 140734867955296 18446744073709551615 4252211 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/12318/statm: 76544 71795 242 26 0 73176 0
Current children cumulated CPU time (s) 4362.39
Current children cumulated vsize (KiB) 306176

[startup+4422.3 s]
/proc/loadavg: 2.04 2.03 2.00 3/447 12558
/proc/meminfo: memFree=30248908/32950928 swapFree=34365936/67111528
[pid=12318] ppid=12316 vsize=306176 CPUtime=4422.39 cores=1,3,5,7
/proc/12318/stat : 12318 (contrasat_relea) R 12316 12318 12043 0 -1 4202496 5194411 0 0 0 441550 689 0 0 25 0 1 0 777962971 313524224 57740 33554432000 4194304 4298156 140734867955296 18446744073709551615 4253727 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/12318/statm: 76544 57740 242 26 0 73176 0
Current children cumulated CPU time (s) 4422.39
Current children cumulated vsize (KiB) 306176

[startup+4482.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/447 12560
/proc/meminfo: memFree=30279488/32950928 swapFree=34365936/67111528
[pid=12318] ppid=12316 vsize=306176 CPUtime=4482.4 cores=1,3,5,7
/proc/12318/stat : 12318 (contrasat_relea) R 12316 12318 12043 0 -1 4202496 5249884 0 0 0 447542 698 0 0 25 0 1 0 777962971 313524224 55797 33554432000 4194304 4298156 140734867955296 18446744073709551615 4251958 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/12318/statm: 76544 55797 242 26 0 73176 0
Current children cumulated CPU time (s) 4482.4
Current children cumulated vsize (KiB) 306176

[startup+4542.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/447 12561
/proc/meminfo: memFree=30211488/32950928 swapFree=34365936/67111528
[pid=12318] ppid=12316 vsize=438436 CPUtime=4542.4 cores=1,3,5,7
/proc/12318/stat : 12318 (contrasat_relea) R 12316 12318 12043 0 -1 4202496 5267413 0 0 0 453537 703 0 0 25 0 1 0 777962971 448958464 73291 33554432000 4194304 4298156 140734867955296 18446744073709551615 4256333 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/12318/statm: 109609 73291 242 26 0 106241 0
Current children cumulated CPU time (s) 4542.4
Current children cumulated vsize (KiB) 438436

[startup+4602.3 s]
/proc/loadavg: 2.03 2.02 2.00 3/447 12563
/proc/meminfo: memFree=30210084/32950928 swapFree=34365936/67111528
[pid=12318] ppid=12316 vsize=306176 CPUtime=4602.41 cores=1,3,5,7
/proc/12318/stat : 12318 (contrasat_relea) R 12316 12318 12043 0 -1 4202496 5324999 0 0 0 459529 712 0 0 25 0 1 0 777962971 313524224 72144 33554432000 4194304 4298156 140734867955296 18446744073709551615 4251972 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/12318/statm: 76544 72144 242 26 0 73176 0
Current children cumulated CPU time (s) 4602.41
Current children cumulated vsize (KiB) 306176

[startup+4662.3 s]
/proc/loadavg: 2.06 2.03 2.00 3/447 12564
/proc/meminfo: memFree=30235704/32950928 swapFree=34365936/67111528
[pid=12318] ppid=12316 vsize=306176 CPUtime=4662.4 cores=1,3,5,7
/proc/12318/stat : 12318 (contrasat_relea) R 12316 12318 12043 0 -1 4202496 5379218 0 0 0 465521 719 0 0 25 0 1 0 777962971 313524224 65601 33554432000 4194304 4298156 140734867955296 18446744073709551615 4251927 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/12318/statm: 76544 65601 242 26 0 73176 0
Current children cumulated CPU time (s) 4662.4
Current children cumulated vsize (KiB) 306176

[startup+4722.32 s]
/proc/loadavg: 2.07 2.04 2.00 3/447 12566
/proc/meminfo: memFree=30279796/32950928 swapFree=34365936/67111528
[pid=12318] ppid=12316 vsize=306176 CPUtime=4722.42 cores=1,3,5,7
/proc/12318/stat : 12318 (contrasat_relea) R 12316 12318 12043 0 -1 4202496 5425289 0 0 0 471517 725 0 0 25 0 1 0 777962971 313524224 56719 33554432000 4194304 4298156 140734867955296 18446744073709551615 4252211 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/12318/statm: 76544 56719 242 26 0 73176 0
Current children cumulated CPU time (s) 4722.42
Current children cumulated vsize (KiB) 306176

[startup+4782.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/447 12568
/proc/meminfo: memFree=30244040/32950928 swapFree=34365936/67111528
[pid=12318] ppid=12316 vsize=306176 CPUtime=4782.4 cores=1,3,5,7
/proc/12318/stat : 12318 (contrasat_relea) R 12316 12318 12043 0 -1 4202496 5487995 0 0 0 477507 733 0 0 25 0 1 0 777962971 313524224 63528 33554432000 4194304 4298156 140734867955296 18446744073709551615 4251934 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/12318/statm: 76544 63528 242 26 0 73176 0
Current children cumulated CPU time (s) 4782.4
Current children cumulated vsize (KiB) 306176

[startup+4842.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/447 12569
/proc/meminfo: memFree=30250824/32950928 swapFree=34365936/67111528
[pid=12318] ppid=12316 vsize=306176 CPUtime=4842.4 cores=1,3,5,7
/proc/12318/stat : 12318 (contrasat_relea) R 12316 12318 12043 0 -1 4202496 5546861 0 0 0 483498 742 0 0 25 0 1 0 777962971 313524224 60450 33554432000 4194304 4298156 140734867955296 18446744073709551615 4251937 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/12318/statm: 76544 60450 242 26 0 73176 0
Current children cumulated CPU time (s) 4842.4
Current children cumulated vsize (KiB) 306176

[startup+4902.3 s]
/proc/loadavg: 2.08 2.03 2.01 3/447 12571
/proc/meminfo: memFree=30178612/32950928 swapFree=34365936/67111528
[pid=12318] ppid=12316 vsize=306176 CPUtime=4902.41 cores=1,3,5,7
/proc/12318/stat : 12318 (contrasat_relea) R 12316 12318 12043 0 -1 4202496 5605346 0 0 0 489490 751 0 0 25 0 1 0 777962971 313524224 58022 33554432000 4194304 4298156 140734867955296 18446744073709551615 4251954 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/12318/statm: 76544 58022 242 26 0 73176 0
Current children cumulated CPU time (s) 4902.41
Current children cumulated vsize (KiB) 306176

[startup+4962.3 s]
/proc/loadavg: 2.03 2.03 2.00 3/447 12572
/proc/meminfo: memFree=30214900/32950928 swapFree=34365936/67111528
[pid=12318] ppid=12316 vsize=306176 CPUtime=4962.4 cores=1,3,5,7
/proc/12318/stat : 12318 (contrasat_relea) R 12316 12318 12043 0 -1 4202496 5619946 0 0 0 495487 753 0 0 25 0 1 0 777962971 313524224 72576 33554432000 4194304 4298156 140734867955296 18446744073709551615 4251943 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/12318/statm: 76544 72576 242 26 0 73176 0
Current children cumulated CPU time (s) 4962.4
Current children cumulated vsize (KiB) 306176



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 2.01 2.02 2.00 3/447 12574
/proc/meminfo: memFree=30252068/32950928 swapFree=34365936/67111528
[pid=12318] ppid=12316 vsize=306176 CPUtime=5000.02 cores=1,3,5,7
/proc/12318/stat : 12318 (contrasat_relea) R 12316 12318 12043 0 -1 4202496 5665690 0 0 0 499243 759 0 0 25 0 1 0 777962971 313524224 58218 33554432000 4194304 4298156 140734867955296 18446744073709551615 4251984 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/12318/statm: 76544 58218 242 26 0 73176 0
Current children cumulated CPU time (s) 5000.02
Current children cumulated vsize (KiB) 306176

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.02 2.00 3/447 12574
/proc/meminfo: memFree=30252068/32950928 swapFree=34365936/67111528
[pid=12318] ppid=12316 vsize=306176 CPUtime=5000.02 cores=1,3,5,7
/proc/12318/stat : 12318 (contrasat_relea) R 12316 12318 12043 0 -1 4202496 5665690 0 0 0 499243 759 0 0 25 0 1 0 777962971 313524224 58218 33554432000 4194304 4298156 140734867955296 18446744073709551615 4251984 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/12318/statm: 76544 58218 242 26 0 73176 0
Current children cumulated CPU time (s) 5000.02
Current children cumulated vsize (KiB) 306176

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

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

runsolver used 20.8708 second user time and 51.3192 second system time

The end

Launcher Data

Begin job on node120 at 2011-05-29 12:07:22
IDJOB=3422278
IDBENCH=82378
IDSOLVER=1915
FILE ID=node120/3422278-1306663641
RUNJOBID= node120-1306658668-12062
PBS_JOBID= 13471777
Free space on /tmp= 73444 MiB

SOLVER NAME= minisat hack: contrasat 2011-03-02
BENCH NAME= SAT11/application/rintanen/SATPlanning/sokoban-sequential-p145-microban-sequential.040-NOTKNOWN.cnf
COMMAND LINE= contrasat_release BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3422278-1306663641/watcher-3422278-1306663641 -o /tmp/evaluation-result-3422278-1306663641/solver-3422278-1306663641 -C 5000 -W 5100 -M 15500  contrasat_release HOME/instance-3422278-1306663641.cnf

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

MD5SUM BENCH= 36e8e2178d03f08fa4223da0e3d9beb5
RANDOM SEED=1143654555

node120.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.809
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.61
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.809
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.809
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.82
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.809
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.809
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.78
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.809
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.75
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.809
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.809
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:     32950928 kB
MemFree:      30534228 kB
Buffers:        249232 kB
Cached:        1684564 kB
SwapCached:      15056 kB
Active:         623180 kB
Inactive:      1532424 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      30534228 kB
SwapTotal:    67111528 kB
SwapFree:     34365936 kB
Dirty:           24060 kB
Writeback:           0 kB
AnonPages:      216568 kB
Mapped:           9324 kB
Slab:           100108 kB
PageTables:      91564 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 105623932 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= 73436 MiB
End job on node120 at 2011-05-29 13:30:44