Trace number 3422298

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-02UNSAT 1291.75 1291.8

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
blocks-blocks-37-1.130-NOTKNOWN.cnf
MD5SUMc7a9573eb59580c8d4fc5a3ca880d541
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark381.959
Satisfiable
(Un)Satisfiability was proved
Number of variables559571
Number of clauses10223027
Sum of the clauses size22253097
Maximum clause length1408
Minimum clause length1
Number of clauses of size 11517
Number of clauses of size 29836450
Number of clauses of size 3365560
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 519500

Solver Data

1291.64/1291.77	c WARNING: for repeatability, setting FPU to use double precision
1291.64/1291.77	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

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-3422298-1306663694/watcher-3422298-1306663694 -o /tmp/evaluation-result-3422298-1306663694/solver-3422298-1306663694 -C 5000 -W 5100 -M 15500 contrasat_release HOME/instance-3422298-1306663694.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: 2.01 2.03 2.00 2/514 10345
/proc/meminfo: memFree=15988724/32950940 swapFree=67111364/67111528
[pid=10345] ppid=10343 vsize=20480 CPUtime=0 cores=1,3,5,7
/proc/10345/stat : 10345 (contrasat_relea) R 10343 10345 10043 0 -1 4202496 893 0 0 0 0 0 0 0 23 0 1 0 856600740 20971520 835 33554432000 4194304 4298156 140735618579904 18446744073709551615 4284417 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/10345/statm: 5120 835 216 26 0 1752 0

[startup+0.115362 s]
/proc/loadavg: 2.01 2.03 2.00 2/514 10345
/proc/meminfo: memFree=15988724/32950940 swapFree=67111364/67111528
[pid=10345] ppid=10343 vsize=29908 CPUtime=0.1 cores=1,3,5,7
/proc/10345/stat : 10345 (contrasat_relea) R 10343 10345 10043 0 -1 4202496 4351 0 0 0 10 0 0 0 23 0 1 0 856600740 30625792 3704 33554432000 4194304 4298156 140735618579904 18446744073709551615 215988253381 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/10345/statm: 7477 3704 216 26 0 4109 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 29908

[startup+0.200348 s]
/proc/loadavg: 2.01 2.03 2.00 2/514 10345
/proc/meminfo: memFree=15988724/32950940 swapFree=67111364/67111528
[pid=10345] ppid=10343 vsize=49776 CPUtime=0.19 cores=1,3,5,7
/proc/10345/stat : 10345 (contrasat_relea) R 10343 10345 10043 0 -1 4202496 9872 0 0 0 18 1 0 0 24 0 1 0 856600740 50970624 7940 33554432000 4194304 4298156 140735618579904 18446744073709551615 215988253381 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/10345/statm: 12444 7942 216 26 0 9076 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 49776

[startup+0.30033 s]
/proc/loadavg: 2.01 2.03 2.00 2/514 10345
/proc/meminfo: memFree=15988724/32950940 swapFree=67111364/67111528
[pid=10345] ppid=10343 vsize=72644 CPUtime=0.29 cores=1,3,5,7
/proc/10345/stat : 10345 (contrasat_relea) R 10343 10345 10043 0 -1 4202496 16801 0 0 0 27 2 0 0 25 0 1 0 856600740 74387456 13509 33554432000 4194304 4298156 140735618579904 18446744073709551615 215988253381 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/10345/statm: 18161 13510 216 26 0 14793 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 72644

[startup+1.56511 s]
/proc/loadavg: 2.01 2.03 2.00 2/514 10345
/proc/meminfo: memFree=15988724/32950940 swapFree=67111364/67111528
[pid=10345] ppid=10343 vsize=386952 CPUtime=1.55 cores=1,3,5,7
/proc/10345/stat : 10345 (contrasat_relea) R 10343 10345 10043 0 -1 4202496 112202 0 0 0 141 14 0 0 25 0 1 0 856600740 396238848 84061 33554432000 4194304 4298156 140735618579904 18446744073709551615 215988253381 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/10345/statm: 96738 84064 216 26 0 93370 0
Current children cumulated CPU time (s) 1.55
Current children cumulated vsize (KiB) 386952

[startup+1.6011 s]
/proc/loadavg: 2.01 2.03 2.00 2/514 10345
/proc/meminfo: memFree=15988724/32950940 swapFree=67111364/67111528
[pid=10345] ppid=10343 vsize=390280 CPUtime=1.59 cores=1,3,5,7
/proc/10345/stat : 10345 (contrasat_relea) R 10343 10345 10043 0 -1 4202496 114480 0 0 0 145 14 0 0 25 0 1 0 856600740 399646720 85901 33554432000 4194304 4298156 140735618579904 18446744073709551615 215988253381 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/10345/statm: 97570 85904 216 26 0 94202 0
Current children cumulated CPU time (s) 1.59
Current children cumulated vsize (KiB) 390280

[startup+3.1009 s]
/proc/loadavg: 2.08 2.04 2.01 3/515 10346
/proc/meminfo: memFree=15508852/32950940 swapFree=67111364/67111528
[pid=10345] ppid=10343 vsize=804480 CPUtime=3.09 cores=1,3,5,7
/proc/10345/stat : 10345 (contrasat_relea) R 10343 10345 10043 0 -1 4202496 221757 0 0 0 279 30 0 0 25 0 1 0 856600740 823787520 163269 33554432000 4194304 4298156 140735618579904 18446744073709551615 4218592 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/10345/statm: 201120 163269 221 26 0 197752 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 804480

[startup+6.30028 s]
/proc/loadavg: 2.08 2.04 2.01 3/515 10346
/proc/meminfo: memFree=15333564/32950940 swapFree=67111364/67111528
[pid=10345] ppid=10343 vsize=804480 CPUtime=6.29 cores=1,3,5,7
/proc/10345/stat : 10345 (contrasat_relea) R 10343 10345 10043 0 -1 4202496 221758 0 0 0 599 30 0 0 25 0 1 0 856600740 823787520 163270 33554432000 4194304 4298156 140735618579904 18446744073709551615 4227888 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/10345/statm: 201120 163270 222 26 0 197752 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 804480

[startup+12.7012 s]
/proc/loadavg: 2.07 2.04 2.00 3/515 10346
/proc/meminfo: memFree=15490676/32950940 swapFree=67111364/67111528
[pid=10345] ppid=10343 vsize=607876 CPUtime=12.7 cores=1,3,5,7
/proc/10345/stat : 10345 (contrasat_relea) R 10343 10345 10043 0 -1 4202496 279520 0 0 0 1233 37 0 0 25 0 1 0 856600740 622465024 128968 33554432000 4194304 4298156 140735618579904 18446744073709551615 4252778 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/10345/statm: 151969 128968 242 26 0 148601 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 607876

[startup+25.5009 s]
/proc/loadavg: 2.06 2.04 2.00 3/515 10347
/proc/meminfo: memFree=15528196/32950940 swapFree=67111364/67111528
[pid=10345] ppid=10343 vsize=526488 CPUtime=25.49 cores=1,3,5,7
/proc/10345/stat : 10345 (contrasat_relea) R 10343 10345 10043 0 -1 4202496 317696 0 0 0 2509 40 0 0 25 0 1 0 856600740 539123712 117669 33554432000 4194304 4298156 140735618579904 18446744073709551615 4253621 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/10345/statm: 131622 117669 243 26 0 128254 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 526488

[startup+51.1005 s]
/proc/loadavg: 2.04 2.03 2.00 3/515 10347
/proc/meminfo: memFree=15510688/32950940 swapFree=67111364/67111528
[pid=10345] ppid=10343 vsize=526488 CPUtime=51.09 cores=1,3,5,7
/proc/10345/stat : 10345 (contrasat_relea) R 10343 10345 10043 0 -1 4202496 361000 0 0 0 5064 45 0 0 25 0 1 0 856600740 539123712 117557 33554432000 4194304 4298156 140735618579904 18446744073709551615 4251958 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/10345/statm: 131622 117557 243 26 0 128254 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 526488

[startup+102.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/515 10349
/proc/meminfo: memFree=15514748/32950940 swapFree=67111364/67111528
[pid=10345] ppid=10343 vsize=526488 CPUtime=102.3 cores=1,3,5,7
/proc/10345/stat : 10345 (contrasat_relea) R 10343 10345 10043 0 -1 4202496 409567 0 0 0 10179 51 0 0 25 0 1 0 856600740 539123712 119727 33554432000 4194304 4298156 140735618579904 18446744073709551615 4251958 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/10345/statm: 131622 119727 243 26 0 128254 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 526488

[startup+162.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/515 10350
/proc/meminfo: memFree=15469940/32950940 swapFree=67111364/67111528
[pid=10345] ppid=10343 vsize=607876 CPUtime=162.3 cores=1,3,5,7
/proc/10345/stat : 10345 (contrasat_relea) R 10343 10345 10043 0 -1 4202496 420027 0 0 0 16177 53 0 0 25 0 1 0 856600740 622465024 130170 33554432000 4194304 4298156 140735618579904 18446744073709551615 4252196 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/10345/statm: 151969 130170 243 26 0 148601 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 607876

[startup+222.319 s]
/proc/loadavg: 2.00 2.01 2.00 3/515 10352
/proc/meminfo: memFree=15475232/32950940 swapFree=67111364/67111528
[pid=10345] ppid=10343 vsize=607876 CPUtime=222.32 cores=1,3,5,7
/proc/10345/stat : 10345 (contrasat_relea) R 10343 10345 10043 0 -1 4202496 518875 0 0 0 22166 66 0 0 25 0 1 0 856600740 622465024 126463 33554432000 4194304 4298156 140735618579904 18446744073709551615 4254011 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/10345/statm: 151969 126463 243 26 0 148601 0
Current children cumulated CPU time (s) 222.32
Current children cumulated vsize (KiB) 607876

[startup+282.301 s]
/proc/loadavg: 2.00 2.01 2.00 3/515 10354
/proc/meminfo: memFree=15466888/32950940 swapFree=67111364/67111528
[pid=10345] ppid=10343 vsize=607876 CPUtime=282.3 cores=1,3,5,7
/proc/10345/stat : 10345 (contrasat_relea) R 10343 10345 10043 0 -1 4202496 577791 0 0 0 28155 75 0 0 25 0 1 0 856600740 622465024 131079 33554432000 4194304 4298156 140735618579904 18446744073709551615 4251937 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/10345/statm: 151969 131079 243 26 0 148601 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 607876

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/515 10355
/proc/meminfo: memFree=15436956/32950940 swapFree=67111364/67111528
[pid=10345] ppid=10343 vsize=607876 CPUtime=342.3 cores=1,3,5,7
/proc/10345/stat : 10345 (contrasat_relea) R 10343 10345 10043 0 -1 4202496 635901 0 0 0 34145 85 0 0 25 0 1 0 856600740 622465024 135480 33554432000 4194304 4298156 140735618579904 18446744073709551615 4251838 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/10345/statm: 151969 135480 243 26 0 148601 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 607876

[startup+402.301 s]
/proc/loadavg: 2.13 2.03 2.01 3/515 10357
/proc/meminfo: memFree=15455032/32950940 swapFree=67111364/67111528
[pid=10345] ppid=10343 vsize=607876 CPUtime=402.3 cores=1,3,5,7
/proc/10345/stat : 10345 (contrasat_relea) R 10343 10345 10043 0 -1 4202496 696197 0 0 0 40137 93 0 0 25 0 1 0 856600740 622465024 134035 33554432000 4194304 4298156 140735618579904 18446744073709551615 4251901 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/10345/statm: 151969 134035 243 26 0 148601 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 607876

[startup+462.3 s]
/proc/loadavg: 2.15 2.05 2.01 3/515 10358
/proc/meminfo: memFree=15431556/32950940 swapFree=67111364/67111528
[pid=10345] ppid=10343 vsize=607876 CPUtime=462.3 cores=1,3,5,7
/proc/10345/stat : 10345 (contrasat_relea) R 10343 10345 10043 0 -1 4202496 756857 0 0 0 46127 103 0 0 25 0 1 0 856600740 622465024 137705 33554432000 4194304 4298156 140735618579904 18446744073709551615 4252048 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/10345/statm: 151969 137705 243 26 0 148601 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 607876

[startup+522.301 s]
/proc/loadavg: 2.11 2.06 2.01 3/515 10360
/proc/meminfo: memFree=15429532/32950940 swapFree=67111364/67111528
[pid=10345] ppid=10343 vsize=607876 CPUtime=522.3 cores=1,3,5,7
/proc/10345/stat : 10345 (contrasat_relea) R 10343 10345 10043 0 -1 4202496 824497 0 0 0 52119 111 0 0 25 0 1 0 856600740 622465024 138932 33554432000 4194304 4298156 140735618579904 18446744073709551615 4251967 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/10345/statm: 151969 138932 243 26 0 148601 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 607876

[startup+582.3 s]
/proc/loadavg: 2.04 2.04 2.01 3/515 10362
/proc/meminfo: memFree=15445604/32950940 swapFree=67111364/67111528
[pid=10345] ppid=10343 vsize=607876 CPUtime=582.3 cores=1,3,5,7
/proc/10345/stat : 10345 (contrasat_relea) R 10343 10345 10043 0 -1 4202496 884741 0 0 0 58110 120 0 0 25 0 1 0 856600740 622465024 133206 33554432000 4194304 4298156 140735618579904 18446744073709551615 4252215 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/10345/statm: 151969 133206 243 26 0 148601 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 607876

[startup+642.301 s]

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

/proc/meminfo: memFree=15396536/32950940 swapFree=67111364/67111528
[pid=10345] ppid=10343 vsize=607876 CPUtime=702.3 cores=1,3,5,7
/proc/10345/stat : 10345 (contrasat_relea) R 10343 10345 10043 0 -1 4202496 957975 0 0 0 70100 130 0 0 25 0 1 0 856600740 622465024 141703 33554432000 4194304 4298156 140735618579904 18446744073709551615 4252048 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/10345/statm: 151969 141703 243 26 0 148601 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 607876

[startup+762.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/515 10366
/proc/meminfo: memFree=15428624/32950940 swapFree=67111364/67111528
[pid=10345] ppid=10343 vsize=607876 CPUtime=762.31 cores=1,3,5,7
/proc/10345/stat : 10345 (contrasat_relea) R 10343 10345 10043 0 -1 4202496 1018397 0 0 0 76092 139 0 0 25 0 1 0 856600740 622465024 138853 33554432000 4194304 4298156 140735618579904 18446744073709551615 4251890 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/10345/statm: 151969 138853 243 26 0 148601 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 607876

[startup+822.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/515 10368
/proc/meminfo: memFree=15420648/32950940 swapFree=67111364/67111528
[pid=10345] ppid=10343 vsize=607876 CPUtime=822.3 cores=1,3,5,7
/proc/10345/stat : 10345 (contrasat_relea) R 10343 10345 10043 0 -1 4202496 1082294 0 0 0 82083 147 0 0 25 0 1 0 856600740 622465024 141705 33554432000 4194304 4298156 140735618579904 18446744073709551615 4252159 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/10345/statm: 151969 141705 243 26 0 148601 0
Current children cumulated CPU time (s) 822.3
Current children cumulated vsize (KiB) 607876

[startup+882.32 s]
/proc/loadavg: 2.00 2.01 2.00 3/515 10370
/proc/meminfo: memFree=15390476/32950940 swapFree=67111364/67111528
[pid=10345] ppid=10343 vsize=607876 CPUtime=882.32 cores=1,3,5,7
/proc/10345/stat : 10345 (contrasat_relea) R 10343 10345 10043 0 -1 4202496 1147696 0 0 0 88076 156 0 0 25 0 1 0 856600740 622465024 141271 33554432000 4194304 4298156 140735618579904 18446744073709551615 4252751 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/10345/statm: 151969 141271 243 26 0 148601 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 607876

[startup+942.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/515 10371
/proc/meminfo: memFree=15419452/32950940 swapFree=67111364/67111528
[pid=10345] ppid=10343 vsize=607876 CPUtime=942.31 cores=1,3,5,7
/proc/10345/stat : 10345 (contrasat_relea) R 10343 10345 10043 0 -1 4202496 1212108 0 0 0 94066 165 0 0 25 0 1 0 856600740 622465024 137957 33554432000 4194304 4298156 140735618579904 18446744073709551615 4276251 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/10345/statm: 151969 137957 243 26 0 148601 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 607876

[startup+1002.3 s]
/proc/loadavg: 2.26 2.06 2.02 3/515 10373
/proc/meminfo: memFree=15366476/32950940 swapFree=67111364/67111528
[pid=10345] ppid=10343 vsize=740136 CPUtime=1002.3 cores=1,3,5,7
/proc/10345/stat : 10345 (contrasat_relea) R 10343 10345 10043 0 -1 4202496 1221890 0 0 0 100062 168 0 0 25 0 1 0 856600740 757899264 147713 33554432000 4194304 4298156 140735618579904 18446744073709551615 4252215 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/10345/statm: 185034 147713 243 26 0 181666 0
Current children cumulated CPU time (s) 1002.3
Current children cumulated vsize (KiB) 740136

[startup+1062.3 s]
/proc/loadavg: 2.17 2.07 2.02 3/515 10374
/proc/meminfo: memFree=15405136/32950940 swapFree=67111364/67111528
[pid=10345] ppid=10343 vsize=607876 CPUtime=1062.3 cores=1,3,5,7
/proc/10345/stat : 10345 (contrasat_relea) R 10343 10345 10043 0 -1 4202496 1288705 0 0 0 106052 178 0 0 25 0 1 0 856600740 622465024 139693 33554432000 4194304 4298156 140735618579904 18446744073709551615 4251890 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/10345/statm: 151969 139693 243 26 0 148601 0
Current children cumulated CPU time (s) 1062.3
Current children cumulated vsize (KiB) 607876

[startup+1122.3 s]
/proc/loadavg: 2.06 2.05 2.01 3/515 10376
/proc/meminfo: memFree=15414024/32950940 swapFree=67111364/67111528
[pid=10345] ppid=10343 vsize=607876 CPUtime=1122.29 cores=1,3,5,7
/proc/10345/stat : 10345 (contrasat_relea) R 10343 10345 10043 0 -1 4202496 1355717 0 0 0 112040 189 0 0 25 0 1 0 856600740 622465024 136617 33554432000 4194304 4298156 140735618579904 18446744073709551615 4251958 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/10345/statm: 151969 136617 243 26 0 148601 0
Current children cumulated CPU time (s) 1122.29
Current children cumulated vsize (KiB) 607876

[startup+1182.3 s]
/proc/loadavg: 2.02 2.04 2.00 3/515 10378
/proc/meminfo: memFree=15398608/32950940 swapFree=67111364/67111528
[pid=10345] ppid=10343 vsize=740136 CPUtime=1182.3 cores=1,3,5,7
/proc/10345/stat : 10345 (contrasat_relea) R 10343 10345 10043 0 -1 4202496 1365459 0 0 0 118037 193 0 0 25 0 1 0 856600740 757899264 146342 33554432000 4194304 4298156 140735618579904 18446744073709551615 4261489 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/10345/statm: 185034 146342 243 26 0 181666 0
Current children cumulated CPU time (s) 1182.3
Current children cumulated vsize (KiB) 740136

[startup+1242.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/515 10379
/proc/meminfo: memFree=15385548/32950940 swapFree=67111364/67111528
[pid=10345] ppid=10343 vsize=740136 CPUtime=1242.29 cores=1,3,5,7
/proc/10345/stat : 10345 (contrasat_relea) R 10343 10345 10043 0 -1 4202496 1433120 0 0 0 124025 204 0 0 25 0 1 0 856600740 757899264 146346 33554432000 4194304 4298156 140735618579904 18446744073709551615 4263080 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/10345/statm: 185034 146346 243 26 0 181666 0
Current children cumulated CPU time (s) 1242.29
Current children cumulated vsize (KiB) 740136

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

[startup+1255.5 s]
/proc/loadavg: 2.00 2.03 2.00 3/515 10379
/proc/meminfo: memFree=15367428/32950940 swapFree=67111364/67111528
[pid=10345] ppid=10343 vsize=740136 CPUtime=1255.49 cores=1,3,5,7
/proc/10345/stat : 10345 (contrasat_relea) R 10343 10345 10043 0 -1 4202496 1435747 0 0 0 125344 205 0 0 25 0 1 0 856600740 757899264 148972 33554432000 4194304 4298156 140735618579904 18446744073709551615 4256333 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/10345/statm: 185034 148972 243 26 0 181666 0
Current children cumulated CPU time (s) 1255.49
Current children cumulated vsize (KiB) 740136

[startup+1268.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/515 10380
/proc/meminfo: memFree=15351800/32950940 swapFree=67111364/67111528
[pid=10345] ppid=10343 vsize=740136 CPUtime=1268.3 cores=1,3,5,7
/proc/10345/stat : 10345 (contrasat_relea) R 10343 10345 10043 0 -1 4202496 1437850 0 0 0 126624 206 0 0 25 0 1 0 856600740 757899264 151069 33554432000 4194304 4298156 140735618579904 18446744073709551615 4256623 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/10345/statm: 185034 151069 243 26 0 181666 0
Current children cumulated CPU time (s) 1268.3
Current children cumulated vsize (KiB) 740136

[startup+1281.1 s]
/proc/loadavg: 2.00 2.02 2.00 3/515 10380
/proc/meminfo: memFree=15423336/32950940 swapFree=67111364/67111528
[pid=10345] ppid=10343 vsize=607876 CPUtime=1281.09 cores=1,3,5,7
/proc/10345/stat : 10345 (contrasat_relea) R 10343 10345 10043 0 -1 4202496 1499175 0 0 0 127896 213 0 0 25 0 1 0 856600740 622465024 140549 33554432000 4194304 4298156 140735618579904 18446744073709551615 4251864 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/10345/statm: 151969 140549 243 26 0 148601 0
Current children cumulated CPU time (s) 1281.09
Current children cumulated vsize (KiB) 607876

[startup+1287.5 s]
/proc/loadavg: 2.00 2.02 2.00 3/515 10380
/proc/meminfo: memFree=15416020/32950940 swapFree=67111364/67111528
[pid=10345] ppid=10343 vsize=607876 CPUtime=1287.45 cores=1,3,5,7
/proc/10345/stat : 10345 (contrasat_relea) R 10343 10345 10043 0 -1 4202496 1500420 0 0 0 128532 213 0 0 25 0 1 0 856600740 622465024 141787 33554432000 4194304 4298156 140735618579904 18446744073709551615 4251890 0 0 4096 8388610 0 0 0 17 7 0 0 0
/proc/10345/statm: 151969 141787 243 26 0 148601 0
Current children cumulated CPU time (s) 1287.45
Current children cumulated vsize (KiB) 607876

[startup+1289.1 s]
/proc/loadavg: 2.00 2.02 2.00 3/515 10380
/proc/meminfo: memFree=15412796/32950940 swapFree=67111364/67111528
[pid=10345] ppid=10343 vsize=607876 CPUtime=1289.04 cores=1,3,5,7
/proc/10345/stat : 10345 (contrasat_relea) R 10343 10345 10043 0 -1 4202496 1500634 0 0 0 128691 213 0 0 25 0 1 0 856600740 622465024 141999 33554432000 4194304 4298156 140735618579904 18446744073709551615 4256826 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/10345/statm: 151969 141999 243 26 0 148601 0
Current children cumulated CPU time (s) 1289.04
Current children cumulated vsize (KiB) 607876

[startup+1290.7 s]
/proc/loadavg: 2.00 2.02 2.00 3/515 10380
/proc/meminfo: memFree=15410812/32950940 swapFree=67111364/67111528
[pid=10345] ppid=10343 vsize=607876 CPUtime=1290.64 cores=1,3,5,7
/proc/10345/stat : 10345 (contrasat_relea) R 10343 10345 10043 0 -1 4202496 1500773 0 0 0 128851 213 0 0 25 0 1 0 856600740 622465024 142137 33554432000 4194304 4298156 140735618579904 18446744073709551615 4256258 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/10345/statm: 151969 142137 243 26 0 148601 0
Current children cumulated CPU time (s) 1290.64
Current children cumulated vsize (KiB) 607876

[startup+1291.52 s]
/proc/loadavg: 2.00 2.02 2.00 3/515 10380
/proc/meminfo: memFree=15408952/32950940 swapFree=67111364/67111528
[pid=10345] ppid=10343 vsize=607876 CPUtime=1291.46 cores=1,3,5,7
/proc/10345/stat : 10345 (contrasat_relea) R 10343 10345 10043 0 -1 4202496 1500856 0 0 0 128933 213 0 0 25 0 1 0 856600740 622465024 142220 33554432000 4194304 4298156 140735618579904 18446744073709551615 4256333 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/10345/statm: 151969 142220 243 26 0 148601 0
Current children cumulated CPU time (s) 1291.46
Current children cumulated vsize (KiB) 607876

[startup+1291.7 s]
/proc/loadavg: 2.00 2.02 2.00 3/515 10380
/proc/meminfo: memFree=15408952/32950940 swapFree=67111364/67111528
[pid=10345] ppid=10343 vsize=607876 CPUtime=1291.64 cores=1,3,5,7
/proc/10345/stat : 10345 (contrasat_relea) R 10343 10345 10043 0 -1 4202496 1500874 0 0 0 128951 213 0 0 25 0 1 0 856600740 622465024 142238 33554432000 4194304 4298156 140735618579904 18446744073709551615 4256547 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/10345/statm: 151969 142238 243 26 0 148601 0
Current children cumulated CPU time (s) 1291.64
Current children cumulated vsize (KiB) 607876

[startup+1291.8 s]
/proc/loadavg: 2.00 2.02 2.00 3/515 10380
/proc/meminfo: memFree=15408952/32950940 swapFree=67111364/67111528
[pid=10345] ppid=10343 vsize=0 CPUtime=1291.74 cores=1,3,5,7
/proc/10345/stat : 10345 (contrasat_relea) S 10343 10345 10043 0 -1 4202500 1500881 0 0 0 128958 216 0 0 25 0 1 0 856600740 0 0 33554432000 0 0 0 0 0 0 2147483391 4096 8388610 18446744073709551615 0 0 17 5 0 0 0
/proc/10345/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1291.74
Current children cumulated vsize (KiB) 0

Child status: 20
Real time (s): 1291.8
CPU time (s): 1291.75
CPU user time (s): 1289.59
CPU system time (s): 2.16567
CPU usage (%): 99.9964
Max. virtual memory (cumulated for all children) (KiB): 951752

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1289.59
system time used= 2.16567
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1500881
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 10
involuntary context switches= 2805

runsolver used 6.23105 second user time and 15.8116 second system time

The end

Launcher Data

Begin job on node117 at 2011-05-29 12:08:20
IDJOB=3422298
IDBENCH=82399
IDSOLVER=1915
FILE ID=node117/3422298-1306663694
RUNJOBID= node117-1306658669-10062
PBS_JOBID= 13471780
Free space on /tmp= 73016 MiB

SOLVER NAME= minisat hack: contrasat 2011-03-02
BENCH NAME= SAT11/application/rintanen/SATPlanning/blocks-blocks-37-1.130-NOTKNOWN.cnf
COMMAND LINE= contrasat_release BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3422298-1306663694/watcher-3422298-1306663694 -o /tmp/evaluation-result-3422298-1306663694/solver-3422298-1306663694 -C 5000 -W 5100 -M 15500  contrasat_release HOME/instance-3422298-1306663694.cnf

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

MD5SUM BENCH= c7a9573eb59580c8d4fc5a3ca880d541
RANDOM SEED=1795745055

node117.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.849
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.69
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.849
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.849
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.849
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.849
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.849
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.849
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.849
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5267.44
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950940 kB
MemFree:      15989128 kB
Buffers:        336464 kB
Cached:        6233524 kB
SwapCached:          0 kB
Active:       12447848 kB
Inactive:      4139500 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950940 kB
LowFree:      15989128 kB
SwapTotal:    67111528 kB
SwapFree:     67111364 kB
Dirty:          186336 kB
Writeback:           0 kB
AnonPages:    10017464 kB
Mapped:          42156 kB
Slab:           246324 kB
PageTables:      58516 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586996 kB
Committed_AS: 149757152 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= 73016 MiB
End job on node117 at 2011-05-29 12:29:52