Trace number 3422311

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: EBMiniSAT 2011-03-02? (problem) 3662.42 3662.31

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
transport-transport-three-cities-sequential-14nodes-1000size-4degree-100mindistance-4trucks-14packages-2008seed.030-NOTKNOWN.cnf
MD5SUMc6d3480970bb2819448dd0a800a3cf1c
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark3527.13
Satisfiable
(Un)Satisfiability was proved
Number of variables1134832
Number of clauses6175026
Sum of the clauses size14647926
Maximum clause length1178
Minimum clause length1
Number of clauses of size 1846
Number of clauses of size 26124260
Number of clauses of size 3960
Number of clauses of size 41200
Number of clauses of size 51200
Number of clauses of size over 546560

Solver Data

3662.40/3662.30	c WARNING: for repeatability, setting FPU to use double precision
3662.40/3662.30	===============================================================================
3662.40/3662.30	INDETERMINATE

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: 977)

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-3422311-1307650194/watcher-3422311-1307650194 -o /tmp/evaluation-result-3422311-1307650194/solver-3422311-1307650194 -C 5000 -W 5100 -M 15500 HOME/ebminisat_release HOME/instance-3422311-1307650194.cnf -verb=0 

running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 1.93 1.98 1.99 3/174 7699
/proc/meminfo: memFree=31652528/32951124 swapFree=67062492/67111528
[pid=7699] ppid=7697 vsize=21876 CPUtime=0 cores=0,2,4,6
/proc/7699/stat : 7699 (ebminisat_relea) R 7697 7699 7341 0 -1 4202496 1238 0 0 0 0 0 0 0 24 0 1 0 857435735 22401024 1181 33554432000 4194304 4293939 140736144216624 18446744073709551615 4240881 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/7699/statm: 5469 1184 219 25 0 2102 0

[startup+0.038799 s]
/proc/loadavg: 1.93 1.98 1.99 3/174 7699
/proc/meminfo: memFree=31652528/32951124 swapFree=67062492/67111528
[pid=7699] ppid=7697 vsize=29832 CPUtime=0.03 cores=0,2,4,6
/proc/7699/stat : 7699 (ebminisat_relea) R 7697 7699 7341 0 -1 4202496 3051 0 0 0 3 0 0 0 24 0 1 0 857435735 30547968 2980 33554432000 4194304 4293939 140736144216624 18446744073709551615 4200664 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/7699/statm: 7458 2980 219 25 0 4091 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 29832

[startup+0.100783 s]
/proc/loadavg: 1.93 1.98 1.99 3/174 7699
/proc/meminfo: memFree=31652528/32951124 swapFree=67062492/67111528
[pid=7699] ppid=7697 vsize=37764 CPUtime=0.09 cores=0,2,4,6
/proc/7699/stat : 7699 (ebminisat_relea) R 7697 7699 7341 0 -1 4202496 5261 0 0 0 8 1 0 0 24 0 1 0 857435735 38670336 5149 33554432000 4194304 4293939 140736144216624 18446744073709551615 4276040 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/7699/statm: 9487 5171 219 25 0 6120 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 37764

[startup+0.300751 s]
/proc/loadavg: 1.93 1.98 1.99 3/174 7699
/proc/meminfo: memFree=31652528/32951124 swapFree=67062492/67111528
[pid=7699] ppid=7697 vsize=83792 CPUtime=0.29 cores=0,2,4,6
/proc/7699/stat : 7699 (ebminisat_relea) R 7697 7699 7341 0 -1 4202496 16986 0 0 0 27 2 0 0 25 0 1 0 857435735 85803008 15661 33554432000 4194304 4293939 140736144216624 18446744073709551615 4280588 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/7699/statm: 20948 15661 219 25 0 17581 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 83792

[startup+0.700684 s]
/proc/loadavg: 1.93 1.98 1.99 3/174 7699
/proc/meminfo: memFree=31652528/32951124 swapFree=67062492/67111528
[pid=7699] ppid=7697 vsize=189296 CPUtime=0.69 cores=0,2,4,6
/proc/7699/stat : 7699 (ebminisat_relea) R 7697 7699 7341 0 -1 4202496 41786 0 0 0 64 5 0 0 25 0 1 0 857435735 193839104 37869 33554432000 4194304 4293939 140736144216624 18446744073709551615 4280633 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/7699/statm: 47324 37875 219 25 0 43957 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 189296

[startup+1.50054 s]
/proc/loadavg: 1.93 1.98 1.99 3/175 7700
/proc/meminfo: memFree=31433928/32951124 swapFree=67062492/67111528
[pid=7699] ppid=7697 vsize=380848 CPUtime=1.49 cores=0,2,4,6
/proc/7699/stat : 7699 (ebminisat_relea) R 7697 7699 7341 0 -1 4202496 93985 0 0 0 136 13 0 0 25 0 1 0 857435735 389988352 82762 33554432000 4194304 4293939 140736144216624 18446744073709551615 220815897285 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/7699/statm: 95212 82763 219 25 0 91845 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 380848

[startup+3.1002 s]
/proc/loadavg: 1.94 1.98 1.99 3/175 7700
/proc/meminfo: memFree=31199200/32951124 swapFree=67062492/67111528
[pid=7699] ppid=7697 vsize=552644 CPUtime=3.09 cores=0,2,4,6
/proc/7699/stat : 7699 (ebminisat_relea) R 7697 7699 7341 0 -1 4202496 123298 0 0 0 291 18 0 0 25 0 1 0 857435735 565907456 112074 33554432000 4194304 4293939 140736144216624 18446744073709551615 4230265 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/7699/statm: 138161 112074 223 25 0 134794 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 552644

[startup+6.30064 s]
/proc/loadavg: 1.94 1.98 1.99 3/175 7700
/proc/meminfo: memFree=31159864/32951124 swapFree=67062492/67111528
[pid=7699] ppid=7697 vsize=597796 CPUtime=6.29 cores=0,2,4,6
/proc/7699/stat : 7699 (ebminisat_relea) R 7697 7699 7341 0 -1 4202496 138478 0 0 0 610 19 0 0 25 0 1 0 857435735 612143104 127216 33554432000 4194304 4293939 140736144216624 18446744073709551615 4232039 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/7699/statm: 149449 127216 225 25 0 146082 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 597796

[startup+12.7005 s]
/proc/loadavg: 2.02 2.00 2.00 3/175 7700
/proc/meminfo: memFree=31198804/32951124 swapFree=67062492/67111528
[pid=7699] ppid=7697 vsize=492432 CPUtime=12.69 cores=0,2,4,6
/proc/7699/stat : 7699 (ebminisat_relea) R 7697 7699 7341 0 -1 4202496 159705 0 0 0 1247 22 0 0 25 0 1 0 857435735 504250368 105844 33554432000 4194304 4293939 140736144216624 18446744073709551615 4248624 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/7699/statm: 123108 105844 244 25 0 119741 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 492432

[startup+25.5011 s]
/proc/loadavg: 2.02 2.00 2.00 3/175 7701
/proc/meminfo: memFree=31131204/32951124 swapFree=67062492/67111528
[pid=7699] ppid=7697 vsize=542520 CPUtime=25.49 cores=0,2,4,6
/proc/7699/stat : 7699 (ebminisat_relea) R 7697 7699 7341 0 -1 4202496 166911 0 0 0 2525 24 0 0 25 0 1 0 857435735 555540480 113048 33554432000 4194304 4293939 140736144216624 18446744073709551615 4248350 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/7699/statm: 135630 113048 245 25 0 132263 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 542520

[startup+51.1004 s]
/proc/loadavg: 2.01 2.00 2.00 3/175 7701
/proc/meminfo: memFree=30981532/32951124 swapFree=67062492/67111528
[pid=7699] ppid=7697 vsize=623908 CPUtime=51.08 cores=0,2,4,6
/proc/7699/stat : 7699 (ebminisat_relea) R 7697 7699 7341 0 -1 4202496 181997 0 0 0 5082 26 0 0 25 0 1 0 857435735 638881792 128130 33554432000 4194304 4293939 140736144216624 18446744073709551615 4248464 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/7699/statm: 155977 128130 245 25 0 152610 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 623908

[startup+102.306 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 7703
/proc/meminfo: memFree=30699272/32951124 swapFree=67062492/67111528
[pid=7699] ppid=7697 vsize=756168 CPUtime=102.3 cores=0,2,4,6
/proc/7699/stat : 7699 (ebminisat_relea) R 7697 7699 7341 0 -1 4202496 213664 0 0 0 10199 31 0 0 25 0 1 0 857435735 774316032 159786 33554432000 4194304 4293939 140736144216624 18446744073709551615 4248350 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/7699/statm: 189042 159786 245 25 0 185675 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 756168

[startup+162.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 7704
/proc/meminfo: memFree=30376700/32951124 swapFree=67062492/67111528
[pid=7699] ppid=7697 vsize=971092 CPUtime=162.28 cores=0,2,4,6
/proc/7699/stat : 7699 (ebminisat_relea) R 7697 7699 7341 0 -1 4202496 242745 0 0 0 16194 34 0 0 25 0 1 0 857435735 994398208 188857 33554432000 4194304 4293939 140736144216624 18446744073709551615 4251623 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/7699/statm: 242773 188857 245 25 0 239406 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 971092

[startup+222.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 7706
/proc/meminfo: memFree=30032288/32951124 swapFree=67062492/67111528
[pid=7699] ppid=7697 vsize=971092 CPUtime=222.29 cores=0,2,4,6
/proc/7699/stat : 7699 (ebminisat_relea) R 7697 7699 7341 0 -1 4202496 280444 0 0 0 22188 41 0 0 25 0 1 0 857435735 994398208 226536 33554432000 4194304 4293939 140736144216624 18446744073709551615 4248464 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/7699/statm: 242773 226536 245 25 0 239406 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 971092

[startup+282.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 7707
/proc/meminfo: memFree=29737604/32951124 swapFree=67062492/67111528
[pid=7699] ppid=7697 vsize=1320340 CPUtime=282.29 cores=0,2,4,6
/proc/7699/stat : 7699 (ebminisat_relea) R 7697 7699 7341 0 -1 4202496 317978 0 0 0 28183 46 0 0 25 0 1 0 857435735 1352028160 264063 33554432000 4194304 4293939 140736144216624 18446744073709551615 4248350 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/7699/statm: 330085 264063 245 25 0 326718 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 1320340

[startup+342.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 7709
/proc/meminfo: memFree=29391844/32951124 swapFree=67062492/67111528
[pid=7699] ppid=7697 vsize=1320340 CPUtime=342.3 cores=0,2,4,6
/proc/7699/stat : 7699 (ebminisat_relea) R 7697 7699 7341 0 -1 4202496 370043 0 0 0 34177 53 0 0 25 0 1 0 857435735 1352028160 316103 33554432000 4194304 4293939 140736144216624 18446744073709551615 4248338 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/7699/statm: 330085 316103 245 25 0 326718 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 1320340

[startup+402.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 7711
/proc/meminfo: memFree=29069760/32951124 swapFree=67062492/67111528
[pid=7699] ppid=7697 vsize=1887868 CPUtime=402.3 cores=0,2,4,6
/proc/7699/stat : 7699 (ebminisat_relea) R 7697 7699 7341 0 -1 4202496 415017 0 0 0 40171 59 0 0 25 0 1 0 857435735 1933176832 361062 33554432000 4194304 4293939 140736144216624 18446744073709551615 4248350 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/7699/statm: 471967 361062 245 25 0 468600 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 1887868

[startup+462.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 7712
/proc/meminfo: memFree=28746672/32951124 swapFree=67062492/67111528
[pid=7699] ppid=7697 vsize=1887868 CPUtime=462.3 cores=0,2,4,6
/proc/7699/stat : 7699 (ebminisat_relea) R 7697 7699 7341 0 -1 4202496 454952 0 0 0 46166 64 0 0 25 0 1 0 857435735 1933176832 400986 33554432000 4194304 4293939 140736144216624 18446744073709551615 4248383 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/7699/statm: 471967 400986 245 25 0 468600 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 1887868

[startup+522.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 7714
/proc/meminfo: memFree=28373620/32951124 swapFree=67062492/67111528
[pid=7699] ppid=7697 vsize=1887868 CPUtime=522.3 cores=0,2,4,6
/proc/7699/stat : 7699 (ebminisat_relea) R 7697 7699 7341 0 -1 4202496 501504 0 0 0 52161 69 0 0 25 0 1 0 857435735 1933176832 447524 33554432000 4194304 4293939 140736144216624 18446744073709551615 4248306 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/7699/statm: 471967 447524 245 25 0 468600 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 1887868

[startup+582.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/175 7715
/proc/meminfo: memFree=28054128/32951124 swapFree=67062492/67111528
[pid=7699] ppid=7697 vsize=2810104 CPUtime=582.3 cores=0,2,4,6
/proc/7699/stat : 7699 (ebminisat_relea) R 7697 7699 7341 0 -1 4202496 537460 0 0 0 58157 73 0 0 25 0 1 0 857435735 2877546496 483468 33554432000 4194304 4293939 140736144216624 18446744073709551615 4248452 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/7699/statm: 702526 483468 245 25 0 699159 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 2810104

[startup+642.3 s]

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

/proc/meminfo: memFree=15469868/32951124 swapFree=67062492/67111528
[pid=7699] ppid=7697 vsize=10805296 CPUtime=2982.38 cores=0,2,4,6
/proc/7699/stat : 7699 (ebminisat_relea) R 7697 7699 7341 0 -1 4202496 2279156 0 0 0 297949 289 0 0 25 0 1 0 857435735 11064623104 2224725 33554432000 4194304 4293939 140736144216624 18446744073709551615 4248512 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/7699/statm: 2701324 2224725 245 25 0 2697957 0
Current children cumulated CPU time (s) 2982.38
Current children cumulated vsize (KiB) 10805296

[startup+3042.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 7784
/proc/meminfo: memFree=15217364/32951124 swapFree=67062492/67111528
[pid=7699] ppid=7697 vsize=10809408 CPUtime=3042.38 cores=0,2,4,6
/proc/7699/stat : 7699 (ebminisat_relea) R 7697 7699 7341 0 -1 4202496 2317324 0 0 0 303944 294 0 0 25 0 1 0 857435735 11068833792 2262881 33554432000 4194304 4293939 140736144216624 18446744073709551615 4248575 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/7699/statm: 2702352 2262881 245 25 0 2698985 0
Current children cumulated CPU time (s) 3042.38
Current children cumulated vsize (KiB) 10809408

[startup+3102.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 7795
/proc/meminfo: memFree=14938524/32951124 swapFree=67062492/67111528
[pid=7699] ppid=7697 vsize=10814260 CPUtime=3102.38 cores=0,2,4,6
/proc/7699/stat : 7699 (ebminisat_relea) R 7697 7699 7341 0 -1 4202496 2357940 0 0 0 309939 299 0 0 25 0 1 0 857435735 11073802240 2303486 33554432000 4194304 4293939 140736144216624 18446744073709551615 4255919 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/7699/statm: 2703565 2303486 245 25 0 2700198 0
Current children cumulated CPU time (s) 3102.38
Current children cumulated vsize (KiB) 10814260

[startup+3162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 7796
/proc/meminfo: memFree=14649680/32951124 swapFree=67062492/67111528
[pid=7699] ppid=7697 vsize=10820520 CPUtime=3162.38 cores=0,2,4,6
/proc/7699/stat : 7699 (ebminisat_relea) R 7697 7699 7341 0 -1 4202496 2399727 0 0 0 315933 305 0 0 25 0 1 0 857435735 11080212480 2345253 33554432000 4194304 4293939 140736144216624 18446744073709551615 4255899 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/7699/statm: 2705130 2345253 245 25 0 2701763 0
Current children cumulated CPU time (s) 3162.38
Current children cumulated vsize (KiB) 10820520

[startup+3222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 7798
/proc/meminfo: memFree=14383868/32951124 swapFree=67062492/67111528
[pid=7699] ppid=7697 vsize=10826308 CPUtime=3222.39 cores=0,2,4,6
/proc/7699/stat : 7699 (ebminisat_relea) R 7697 7699 7341 0 -1 4202496 2442786 0 0 0 321927 312 0 0 25 0 1 0 857435735 11086139392 2388303 33554432000 4194304 4293939 140736144216624 18446744073709551615 4255657 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/7699/statm: 2706577 2388303 245 25 0 2703210 0
Current children cumulated CPU time (s) 3222.39
Current children cumulated vsize (KiB) 10826308

[startup+3282.3 s]
/proc/loadavg: 2.05 2.01 2.00 3/175 7799
/proc/meminfo: memFree=14100096/32951124 swapFree=67062492/67111528
[pid=7699] ppid=7697 vsize=10831092 CPUtime=3282.39 cores=0,2,4,6
/proc/7699/stat : 7699 (ebminisat_relea) R 7697 7699 7341 0 -1 4202496 2484264 0 0 0 327921 318 0 0 25 0 1 0 857435735 11091038208 2429773 33554432000 4194304 4293939 140736144216624 18446744073709551615 4269190 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/7699/statm: 2707773 2429773 245 25 0 2704406 0
Current children cumulated CPU time (s) 3282.39
Current children cumulated vsize (KiB) 10831092

[startup+3342.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/175 7801
/proc/meminfo: memFree=13821156/32951124 swapFree=67062492/67111528
[pid=7699] ppid=7697 vsize=10835492 CPUtime=3342.39 cores=0,2,4,6
/proc/7699/stat : 7699 (ebminisat_relea) R 7697 7699 7341 0 -1 4202496 2524675 0 0 0 333916 323 0 0 25 0 1 0 857435735 11095543808 2470180 33554432000 4194304 4293939 140736144216624 18446744073709551615 4248350 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/7699/statm: 2708873 2470180 245 25 0 2705506 0
Current children cumulated CPU time (s) 3342.39
Current children cumulated vsize (KiB) 10835492

[startup+3402.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 7803
/proc/meminfo: memFree=13540108/32951124 swapFree=67062492/67111528
[pid=7699] ppid=7697 vsize=10840012 CPUtime=3402.4 cores=0,2,4,6
/proc/7699/stat : 7699 (ebminisat_relea) R 7697 7699 7341 0 -1 4202496 2568400 0 0 0 339911 329 0 0 25 0 1 0 857435735 11100172288 2513899 33554432000 4194304 4293939 140736144216624 18446744073709551615 4248383 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/7699/statm: 2710003 2513899 245 25 0 2706636 0
Current children cumulated CPU time (s) 3402.4
Current children cumulated vsize (KiB) 10840012

[startup+3462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 7842
/proc/meminfo: memFree=22007184/32951124 swapFree=67062492/67111528
[pid=7699] ppid=7697 vsize=10844416 CPUtime=3462.39 cores=0,2,4,6
/proc/7699/stat : 7699 (ebminisat_relea) R 7697 7699 7341 0 -1 4202496 2606179 0 0 0 345906 333 0 0 25 0 1 0 857435735 11104681984 2551664 33554432000 4194304 4293939 140736144216624 18446744073709551615 4248624 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/7699/statm: 2711104 2551664 245 25 0 2707737 0
Current children cumulated CPU time (s) 3462.39
Current children cumulated vsize (KiB) 10844416

[startup+3522.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 7844
/proc/meminfo: memFree=21816276/32951124 swapFree=67062492/67111528
[pid=7699] ppid=7697 vsize=10849052 CPUtime=3522.39 cores=0,2,4,6
/proc/7699/stat : 7699 (ebminisat_relea) R 7697 7699 7341 0 -1 4202496 2643657 0 0 0 351901 338 0 0 25 0 1 0 857435735 11109429248 2589128 33554432000 4194304 4293939 140736144216624 18446744073709551615 4248371 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/7699/statm: 2712263 2589128 245 25 0 2708896 0
Current children cumulated CPU time (s) 3522.39
Current children cumulated vsize (KiB) 10849052

[startup+3582.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 7845
/proc/meminfo: memFree=21561400/32951124 swapFree=67062492/67111528
[pid=7699] ppid=7697 vsize=10851884 CPUtime=3582.39 cores=0,2,4,6
/proc/7699/stat : 7699 (ebminisat_relea) R 7697 7699 7341 0 -1 4202496 2700128 0 0 0 357893 346 0 0 25 0 1 0 857435735 11112329216 2645580 33554432000 4194304 4293939 140736144216624 18446744073709551615 4248356 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/7699/statm: 2712971 2645580 245 25 0 2709604 0
Current children cumulated CPU time (s) 3582.39
Current children cumulated vsize (KiB) 10851884

[startup+3642.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 7847
/proc/meminfo: memFree=21386484/32951124 swapFree=67062492/67111528
[pid=7699] ppid=7697 vsize=10854316 CPUtime=3642.4 cores=0,2,4,6
/proc/7699/stat : 7699 (ebminisat_relea) R 7697 7699 7341 0 -1 4202496 2744075 0 0 0 363889 351 0 0 25 0 1 0 857435735 11114819584 2689513 33554432000 4194304 4293939 140736144216624 18446744073709551615 4248306 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/7699/statm: 2713579 2689513 245 25 0 2710212 0
Current children cumulated CPU time (s) 3642.4
Current children cumulated vsize (KiB) 10854316

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

[startup+3647.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 7847
/proc/meminfo: memFree=21361928/32951124 swapFree=67062492/67111528
[pid=7699] ppid=7697 vsize=10854316 CPUtime=3647.99 cores=0,2,4,6
/proc/7699/stat : 7699 (ebminisat_relea) R 7697 7699 7341 0 -1 4202496 2748456 0 0 0 364448 351 0 0 25 0 1 0 857435735 11114819584 2693894 33554432000 4194304 4293939 140736144216624 18446744073709551615 4255909 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/7699/statm: 2713579 2693894 245 25 0 2710212 0
Current children cumulated CPU time (s) 3647.99
Current children cumulated vsize (KiB) 10854316

[startup+3654.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 7847
/proc/meminfo: memFree=21334756/32951124 swapFree=67062492/67111528
[pid=7699] ppid=7697 vsize=10854448 CPUtime=3654.4 cores=0,2,4,6
/proc/7699/stat : 7699 (ebminisat_relea) R 7697 7699 7341 0 -1 4202496 2752616 0 0 0 365088 352 0 0 25 0 1 0 857435735 11114954752 2698052 33554432000 4194304 4293939 140736144216624 18446744073709551615 4248397 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/7699/statm: 2713612 2698052 245 25 0 2710245 0
Current children cumulated CPU time (s) 3654.4
Current children cumulated vsize (KiB) 10854448

[startup+3657.51 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 7847
/proc/meminfo: memFree=21426640/32951124 swapFree=67062492/67111528
[pid=7699] ppid=7697 vsize=10854816 CPUtime=3657.61 cores=0,2,4,6
/proc/7699/stat : 7699 (ebminisat_relea) R 7697 7699 7341 0 -1 4202496 2755071 0 0 0 365409 352 0 0 25 0 1 0 857435735 11115331584 2700507 33554432000 4194304 4293939 140736144216624 18446744073709551615 4255561 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/7699/statm: 2713704 2700507 245 25 0 2710337 0
Current children cumulated CPU time (s) 3657.61
Current children cumulated vsize (KiB) 10854816

[startup+3660.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 7848
/proc/meminfo: memFree=21413868/32951124 swapFree=67062492/67111528
[pid=7699] ppid=7697 vsize=10855212 CPUtime=3660.8 cores=0,2,4,6
/proc/7699/stat : 7699 (ebminisat_relea) R 7697 7699 7341 0 -1 4202496 2756364 0 0 0 365728 352 0 0 25 0 1 0 857435735 11115737088 2701800 33554432000 4194304 4293939 140736144216624 18446744073709551615 4255682 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/7699/statm: 2713803 2701800 245 25 0 2710436 0
Current children cumulated CPU time (s) 3660.8
Current children cumulated vsize (KiB) 10855212

[startup+3661.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 7848
/proc/meminfo: memFree=21413868/32951124 swapFree=67062492/67111528
[pid=7699] ppid=7697 vsize=10855672 CPUtime=3661.6 cores=0,2,4,6
/proc/7699/stat : 7699 (ebminisat_relea) R 7697 7699 7341 0 -1 4202496 2756896 0 0 0 365808 352 0 0 25 0 1 0 857435735 11116208128 2702332 33554432000 4194304 4293939 140736144216624 18446744073709551615 4248637 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/7699/statm: 2713918 2702332 245 25 0 2710551 0
Current children cumulated CPU time (s) 3661.6
Current children cumulated vsize (KiB) 10855672

[startup+3661.91 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 7848
/proc/meminfo: memFree=25943216/32951124 swapFree=67062492/67111528
[pid=7699] ppid=7697 vsize=10911632 CPUtime=3662.01 cores=0,2,4,6
/proc/7699/stat : 7699 (ebminisat_relea) R 7697 7699 7341 0 -1 4202496 2756993 0 0 0 365822 379 0 0 25 0 1 0 857435735 11173511168 732331 33554432000 4194304 4293939 140736144216624 18446744073709551615 220816279687 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/7699/statm: 2727908 731819 261 25 0 2724541 0
Current children cumulated CPU time (s) 3662.01
Current children cumulated vsize (KiB) 10911632

[startup+3662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 7848
/proc/meminfo: memFree=25943216/32951124 swapFree=67062492/67111528
[pid=7699] ppid=7697 vsize=527896 CPUtime=3662.4 cores=0,2,4,6
/proc/7699/stat : 7699 (ebminisat_relea) R 7697 7699 7341 0 -1 4202496 2756993 0 0 0 365852 388 0 0 25 0 1 0 857435735 540565504 29675 33554432000 4194304 4293939 140736144216624 18446744073709551615 220816262250 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/7699/statm: 131974 29675 261 25 0 128607 0
Current children cumulated CPU time (s) 3662.4
Current children cumulated vsize (KiB) 527896

Child status: 0
Real time (s): 3662.31
CPU time (s): 3662.42
CPU user time (s): 3658.52
CPU system time (s): 3.89541
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 10911632

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

runsolver used 5.42218 second user time and 11.2303 second system time

The end

Launcher Data

Begin job on node147 at 2011-06-09 22:09:58
IDJOB=3422311
IDBENCH=82413
IDSOLVER=1914
FILE ID=node147/3422311-1307650194
RUNJOBID= node147-1307645079-7359
PBS_JOBID= 13549409
Free space on /tmp= 73876 MiB

SOLVER NAME= minisat hack: EBMiniSAT 2011-03-02
BENCH NAME= SAT11/application/rintanen/SATPlanning/transport-transport-three-cities-sequential-14nodes-1000size-4degree-100mindistance-4trucks-14packages-2008seed.030-NOTKNOWN.cnf
COMMAND LINE= DIR/ebminisat_release BENCHNAME  -verb=0
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3422311-1307650194/watcher-3422311-1307650194 -o /tmp/evaluation-result-3422311-1307650194/solver-3422311-1307650194 -C 5000 -W 5100 -M 15500  HOME/ebminisat_release HOME/instance-3422311-1307650194.cnf  -verb=0

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

MD5SUM BENCH= c6d3480970bb2819448dd0a800a3cf1c
RANDOM SEED=1906429291

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      31653072 kB
Buffers:         58072 kB
Cached:         499208 kB
SwapCached:      10244 kB
Active:         889816 kB
Inactive:       269268 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31653072 kB
SwapTotal:    67111528 kB
SwapFree:     67062492 kB
Dirty:          121280 kB
Writeback:           0 kB
AnonPages:      600056 kB
Mapped:          10428 kB
Slab:            74020 kB
PageTables:       5468 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   985424 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= 73948 MiB
End job on node147 at 2011-06-09 23:11:01