Trace number 3387272

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: cir_minisat 2011-05-13 (simp)? (problem) 4676.88 4676.74

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
transport-transport-three-cities-sequential-14nodes-1000size-4degree-100mindistance-4trucks-14packages-2008seed.020-NOTKNOWN.cnf
MD5SUM5d1253e2dcc0e3e55992672756beadbc
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark2556.24
Satisfiable
(Un)Satisfiability was proved
Number of variables756832
Number of clauses4116966
Sum of the clauses size9765566
Maximum clause length1178
Minimum clause length1
Number of clauses of size 1846
Number of clauses of size 24082840
Number of clauses of size 3640
Number of clauses of size 4800
Number of clauses of size 5800
Number of clauses of size over 531040

Solver Data

4676.85/4676.74	c WARNING: for repeatability, setting FPU to use double precision
4676.85/4676.74	c =================================MLE===========================================
4676.85/4676.74	c 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: 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-3387272-1305599267/watcher-3387272-1305599267 -o /tmp/evaluation-result-3387272-1305599267/solver-3387272-1305599267 -C 5000 -W 5100 -M 15500 HOME/cir_minisat HOME/instance-3387272-1305599267.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.00 1.05 1.34 2/521 10353
/proc/meminfo: memFree=10426144/32951124 swapFree=65980224/67111528
[pid=10353] ppid=10351 vsize=24172 CPUtime=0 cores=1,3,5,7
/proc/10353/stat : 10353 (cir_minisat) R 10351 10353 8584 0 -1 4202496 1646 0 0 0 0 0 0 0 21 0 1 0 652342398 24752128 1575 33554432000 4194304 4300288 140735508789760 18446744073709551615 4213687 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/10353/statm: 6043 1575 218 26 0 2675 0

[startup+0.0309399 s]
/proc/loadavg: 1.00 1.05 1.34 2/521 10353
/proc/meminfo: memFree=10426144/32951124 swapFree=65980224/67111528
[pid=10353] ppid=10351 vsize=24988 CPUtime=0.02 cores=1,3,5,7
/proc/10353/stat : 10353 (cir_minisat) R 10351 10353 8584 0 -1 4202496 1886 0 0 0 2 0 0 0 21 0 1 0 652342398 25587712 1815 33554432000 4194304 4300288 140735508789760 18446744073709551615 228095111877 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/10353/statm: 6247 1818 218 26 0 2879 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 24988

[startup+0.10093 s]
/proc/loadavg: 1.00 1.05 1.34 2/521 10353
/proc/meminfo: memFree=10426144/32951124 swapFree=65980224/67111528
[pid=10353] ppid=10351 vsize=37264 CPUtime=0.09 cores=1,3,5,7
/proc/10353/stat : 10353 (cir_minisat) R 10351 10353 8584 0 -1 4202496 4939 0 0 0 8 1 0 0 21 0 1 0 652342398 38158336 4827 33554432000 4194304 4300288 140735508789760 18446744073709551615 228095111877 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/10353/statm: 9316 4829 218 26 0 5948 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 37264

[startup+0.300883 s]
/proc/loadavg: 1.00 1.05 1.34 2/521 10353
/proc/meminfo: memFree=10426144/32951124 swapFree=65980224/67111528
[pid=10353] ppid=10351 vsize=74292 CPUtime=0.29 cores=1,3,5,7
/proc/10353/stat : 10353 (cir_minisat) R 10351 10353 8584 0 -1 4202496 15447 0 0 0 26 3 0 0 22 0 1 0 652342398 76075008 14249 33554432000 4194304 4300288 140735508789760 18446744073709551615 4278967 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/10353/statm: 18573 14251 218 26 0 15205 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 74292

[startup+0.70081 s]
/proc/loadavg: 1.00 1.05 1.34 2/521 10353
/proc/meminfo: memFree=10426144/32951124 swapFree=65980224/67111528
[pid=10353] ppid=10351 vsize=182716 CPUtime=0.69 cores=1,3,5,7
/proc/10353/stat : 10353 (cir_minisat) R 10351 10353 8584 0 -1 4202496 40055 0 0 0 63 6 0 0 24 0 1 0 652342398 187101184 36138 33554432000 4194304 4300288 140735508789760 18446744073709551615 4278145 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/10353/statm: 45679 36143 218 26 0 42311 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 182716

[startup+1.50066 s]
/proc/loadavg: 1.00 1.05 1.34 3/522 10354
/proc/meminfo: memFree=10150368/32951124 swapFree=65980224/67111528
[pid=10353] ppid=10351 vsize=347260 CPUtime=1.49 cores=1,3,5,7
/proc/10353/stat : 10353 (cir_minisat) R 10351 10353 8584 0 -1 4202496 77777 0 0 0 137 12 0 0 25 0 1 0 652342398 355594240 70015 33554432000 4194304 4300288 140735508789760 18446744073709551615 4228656 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/10353/statm: 86815 70015 221 26 0 83447 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 347260

[startup+3.10037 s]
/proc/loadavg: 1.08 1.06 1.34 3/522 10354
/proc/meminfo: memFree=10074732/32951124 swapFree=65980224/67111528
[pid=10353] ppid=10351 vsize=347260 CPUtime=3.09 cores=1,3,5,7
/proc/10353/stat : 10353 (cir_minisat) R 10351 10353 8584 0 -1 4202496 77779 0 0 0 297 12 0 0 25 0 1 0 652342398 355594240 70017 33554432000 4194304 4300288 140735508789760 18446744073709551615 4278558 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/10353/statm: 86815 70017 222 26 0 83447 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 347260

[startup+6.30078 s]
/proc/loadavg: 1.08 1.06 1.34 3/522 10354
/proc/meminfo: memFree=10002524/32951124 swapFree=65980224/67111528
[pid=10353] ppid=10351 vsize=381452 CPUtime=6.29 cores=1,3,5,7
/proc/10353/stat : 10353 (cir_minisat) R 10351 10353 8584 0 -1 4202496 86996 0 0 0 615 14 0 0 25 0 1 0 652342398 390606848 79191 33554432000 4194304 4300288 140735508789760 18446744073709551615 228095119764 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/10353/statm: 95363 79191 222 26 0 91995 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 381452

[startup+12.7196 s]
/proc/loadavg: 1.22 1.09 1.35 3/522 10354
/proc/meminfo: memFree=10085984/32951124 swapFree=65980224/67111528
[pid=10353] ppid=10351 vsize=311240 CPUtime=12.71 cores=1,3,5,7
/proc/10353/stat : 10353 (cir_minisat) R 10351 10353 8584 0 -1 4202496 100866 0 0 0 1256 15 0 0 25 0 1 0 652342398 318709760 67031 33554432000 4194304 4300288 140735508789760 18446744073709551615 4268280 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/10353/statm: 77810 67031 242 26 0 74442 0
Current children cumulated CPU time (s) 12.71
Current children cumulated vsize (KiB) 311240

[startup+25.5003 s]
/proc/loadavg: 1.34 1.12 1.35 3/522 10355
/proc/meminfo: memFree=10027404/32951124 swapFree=65980224/67111528
[pid=10353] ppid=10351 vsize=342060 CPUtime=25.49 cores=1,3,5,7
/proc/10353/stat : 10353 (cir_minisat) R 10351 10353 8584 0 -1 4202496 109812 0 0 0 2533 16 0 0 25 0 1 0 652342398 350269440 75975 33554432000 4194304 4300288 140735508789760 18446744073709551615 4272238 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/10353/statm: 85515 75975 243 26 0 82147 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 342060

[startup+51.1006 s]
/proc/loadavg: 1.60 1.20 1.37 3/522 10355
/proc/meminfo: memFree=9846240/32951124 swapFree=65980224/67111528
[pid=10353] ppid=10351 vsize=473536 CPUtime=51.11 cores=1,3,5,7
/proc/10353/stat : 10353 (cir_minisat) R 10351 10353 8584 0 -1 4202496 126601 0 0 0 5091 20 0 0 25 0 1 0 652342398 484900864 92760 33554432000 4194304 4300288 140735508789760 18446744073709551615 4272238 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/10353/statm: 118384 92760 243 26 0 115016 0
Current children cumulated CPU time (s) 51.11
Current children cumulated vsize (KiB) 473536

[startup+102.3 s]
/proc/loadavg: 1.82 1.32 1.40 3/522 10357
/proc/meminfo: memFree=9516376/32951124 swapFree=65980224/67111528
[pid=10353] ppid=10351 vsize=605796 CPUtime=102.29 cores=1,3,5,7
/proc/10353/stat : 10353 (cir_minisat) R 10351 10353 8584 0 -1 4202496 166317 0 0 0 10205 24 0 0 25 0 1 0 652342398 620335104 132463 33554432000 4194304 4300288 140735508789760 18446744073709551615 4268368 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/10353/statm: 151449 132463 243 26 0 148081 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 605796

[startup+162.32 s]
/proc/loadavg: 1.93 1.44 1.44 3/522 10358
/proc/meminfo: memFree=9074048/32951124 swapFree=65980224/67111528
[pid=10353] ppid=10351 vsize=820720 CPUtime=162.31 cores=1,3,5,7
/proc/10353/stat : 10353 (cir_minisat) R 10351 10353 8584 0 -1 4202496 216099 0 0 0 16201 30 0 0 25 0 1 0 652342398 840417280 182226 33554432000 4194304 4300288 140735508789760 18446744073709551615 4268401 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/10353/statm: 205180 182226 243 26 0 201812 0
Current children cumulated CPU time (s) 162.31
Current children cumulated vsize (KiB) 820720

[startup+222.3 s]
/proc/loadavg: 1.97 1.54 1.47 3/522 10360
/proc/meminfo: memFree=8771352/32951124 swapFree=65980224/67111528
[pid=10353] ppid=10351 vsize=1169968 CPUtime=222.3 cores=1,3,5,7
/proc/10353/stat : 10353 (cir_minisat) R 10351 10353 8584 0 -1 4202496 256047 0 0 0 22193 37 0 0 25 0 1 0 652342398 1198047232 222164 33554432000 4194304 4300288 140735508789760 18446744073709551615 4268464 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/10353/statm: 292492 222164 243 26 0 289124 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 1169968

[startup+282.3 s]
/proc/loadavg: 2.06 1.65 1.51 3/522 10362
/proc/meminfo: memFree=8366364/32951124 swapFree=65980224/67111528
[pid=10353] ppid=10351 vsize=1169968 CPUtime=282.3 cores=1,3,5,7
/proc/10353/stat : 10353 (cir_minisat) R 10351 10353 8584 0 -1 4202496 298292 0 0 0 28187 43 0 0 25 0 1 0 652342398 1198047232 264394 33554432000 4194304 4300288 140735508789760 18446744073709551615 4268262 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/10353/statm: 292492 264394 243 26 0 289124 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 1169968

[startup+342.3 s]
/proc/loadavg: 2.20 1.76 1.55 3/522 10363
/proc/meminfo: memFree=8109304/32951124 swapFree=65980224/67111528
[pid=10353] ppid=10351 vsize=1169968 CPUtime=342.3 cores=1,3,5,7
/proc/10353/stat : 10353 (cir_minisat) R 10351 10353 8584 0 -1 4202496 314328 0 0 0 34185 45 0 0 25 0 1 0 652342398 1198047232 280429 33554432000 4194304 4300288 140735508789760 18446744073709551615 4268302 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/10353/statm: 292492 280429 243 26 0 289124 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 1169968

[startup+402.301 s]
/proc/loadavg: 2.14 1.82 1.58 3/522 10365
/proc/meminfo: memFree=7764576/32951124 swapFree=65980224/67111528
[pid=10353] ppid=10351 vsize=1737496 CPUtime=402.3 cores=1,3,5,7
/proc/10353/stat : 10353 (cir_minisat) R 10351 10353 8584 0 -1 4202496 349599 0 0 0 40181 49 0 0 25 0 1 0 652342398 1779195904 315695 33554432000 4194304 4300288 140735508789760 18446744073709551615 4255685 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/10353/statm: 434374 315695 243 26 0 431006 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 1737496

[startup+462.301 s]
/proc/loadavg: 2.05 1.85 1.61 3/522 10366
/proc/meminfo: memFree=7390332/32951124 swapFree=65980224/67111528
[pid=10353] ppid=10351 vsize=1737496 CPUtime=462.3 cores=1,3,5,7
/proc/10353/stat : 10353 (cir_minisat) R 10351 10353 8584 0 -1 4202496 389070 0 0 0 46176 54 0 0 25 0 1 0 652342398 1779195904 355149 33554432000 4194304 4300288 140735508789760 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/10353/statm: 434374 355149 243 26 0 431006 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 1737496

[startup+522.3 s]
/proc/loadavg: 2.02 1.87 1.63 3/522 10368
/proc/meminfo: memFree=6970332/32951124 swapFree=65980224/67111528
[pid=10353] ppid=10351 vsize=1737496 CPUtime=522.3 cores=1,3,5,7
/proc/10353/stat : 10353 (cir_minisat) R 10351 10353 8584 0 -1 4202496 439327 0 0 0 52169 61 0 0 25 0 1 0 652342398 1779195904 405390 33554432000 4194304 4300288 140735508789760 18446744073709551615 4268529 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/10353/statm: 434374 405390 243 26 0 431006 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 1737496

[startup+582.301 s]
/proc/loadavg: 2.00 1.89 1.65 3/522 10370
/proc/meminfo: memFree=6593484/32951124 swapFree=65980224/67111528
[pid=10353] ppid=10351 vsize=2659732 CPUtime=582.31 cores=1,3,5,7
/proc/10353/stat : 10353 (cir_minisat) R 10351 10353 8584 0 -1 4202496 477202 0 0 0 58165 66 0 0 25 0 1 0 652342398 2723565568 443253 33554432000 4194304 4300288 140735508789760 18446744073709551615 4268313 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/10353/statm: 664933 443253 243 26 0 661565 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 2659732

[startup+642.301 s]

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

/proc/meminfo: memFree=4751628/32951124 swapFree=65066436/67111528
[pid=10353] ppid=10351 vsize=10680976 CPUtime=3942.42 cores=1,3,5,7
/proc/10353/stat : 10353 (cir_minisat) R 10351 10353 8584 0 -1 4202496 2388927 0 0 0 393841 401 0 0 25 0 1 0 652342398 10937319424 2354277 33554432000 4194304 4300288 140735508789760 18446744073709551615 4255775 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/10353/statm: 2670244 2354277 243 26 0 2666876 0
Current children cumulated CPU time (s) 3942.42
Current children cumulated vsize (KiB) 10680976

[startup+4002.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/522 10500
/proc/meminfo: memFree=4661936/32951124 swapFree=65066436/67111528
[pid=10353] ppid=10351 vsize=10683252 CPUtime=4002.43 cores=1,3,5,7
/proc/10353/stat : 10353 (cir_minisat) R 10351 10353 8584 0 -1 4202496 2414626 0 0 0 399837 406 0 0 25 0 1 0 652342398 10939650048 2379966 33554432000 4194304 4300288 140735508789760 18446744073709551615 4256021 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/10353/statm: 2670813 2379966 243 26 0 2667445 0
Current children cumulated CPU time (s) 4002.43
Current children cumulated vsize (KiB) 10683252

[startup+4062.3 s]
/proc/loadavg: 2.14 2.05 2.01 3/522 10501
/proc/meminfo: memFree=4581468/32951124 swapFree=65066436/67111528
[pid=10353] ppid=10351 vsize=10683904 CPUtime=4062.42 cores=1,3,5,7
/proc/10353/stat : 10353 (cir_minisat) R 10351 10353 8584 0 -1 4202496 2442776 0 0 0 405830 412 0 0 25 0 1 0 652342398 10940317696 2408105 33554432000 4194304 4300288 140735508789760 18446744073709551615 4268492 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/10353/statm: 2670976 2408105 243 26 0 2667608 0
Current children cumulated CPU time (s) 4062.42
Current children cumulated vsize (KiB) 10683904

[startup+4122.32 s]
/proc/loadavg: 2.05 2.04 2.00 3/522 10503
/proc/meminfo: memFree=4386028/32951124 swapFree=65066436/67111528
[pid=10353] ppid=10351 vsize=10687224 CPUtime=4122.44 cores=1,3,5,7
/proc/10353/stat : 10353 (cir_minisat) R 10351 10353 8584 0 -1 4202496 2478264 0 0 0 411824 420 0 0 25 0 1 0 652342398 10943717376 2443578 33554432000 4194304 4300288 140735508789760 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/10353/statm: 2671806 2443578 243 26 0 2668438 0
Current children cumulated CPU time (s) 4122.44
Current children cumulated vsize (KiB) 10687224

[startup+4182.3 s]
/proc/loadavg: 2.11 2.06 2.01 3/522 10505
/proc/meminfo: memFree=4301628/32951124 swapFree=65066436/67111528
[pid=10353] ppid=10351 vsize=10688660 CPUtime=4182.42 cores=1,3,5,7
/proc/10353/stat : 10353 (cir_minisat) R 10351 10353 8584 0 -1 4202496 2507918 0 0 0 417816 426 0 0 25 0 1 0 652342398 10945187840 2473222 33554432000 4194304 4300288 140735508789760 18446744073709551615 4268298 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/10353/statm: 2672165 2473222 243 26 0 2668797 0
Current children cumulated CPU time (s) 4182.42
Current children cumulated vsize (KiB) 10688660

[startup+4242.3 s]
/proc/loadavg: 2.08 2.06 2.01 3/522 10506
/proc/meminfo: memFree=4148300/32951124 swapFree=65066436/67111528
[pid=10353] ppid=10351 vsize=10691120 CPUtime=4242.42 cores=1,3,5,7
/proc/10353/stat : 10353 (cir_minisat) R 10351 10353 8584 0 -1 4202496 2535766 0 0 0 423810 432 0 0 25 0 1 0 652342398 10947706880 2501059 33554432000 4194304 4300288 140735508789760 18446744073709551615 4256003 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/10353/statm: 2672780 2501059 243 26 0 2669412 0
Current children cumulated CPU time (s) 4242.42
Current children cumulated vsize (KiB) 10691120

[startup+4302.3 s]
/proc/loadavg: 2.03 2.05 2.00 3/522 10508
/proc/meminfo: memFree=4090664/32951124 swapFree=65066436/67111528
[pid=10353] ppid=10351 vsize=10692100 CPUtime=4302.43 cores=1,3,5,7
/proc/10353/stat : 10353 (cir_minisat) R 10351 10353 8584 0 -1 4202496 2563989 0 0 0 429805 438 0 0 25 0 1 0 652342398 10948710400 2529273 33554432000 4194304 4300288 140735508789760 18446744073709551615 4268401 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/10353/statm: 2673025 2529273 243 26 0 2669657 0
Current children cumulated CPU time (s) 4302.43
Current children cumulated vsize (KiB) 10692100

[startup+4362.3 s]
/proc/loadavg: 2.17 2.07 2.01 3/522 10509
/proc/meminfo: memFree=3972072/32951124 swapFree=65066436/67111528
[pid=10353] ppid=10351 vsize=10692100 CPUtime=4362.42 cores=1,3,5,7
/proc/10353/stat : 10353 (cir_minisat) R 10351 10353 8584 0 -1 4202496 2581249 0 0 0 435801 441 0 0 25 0 1 0 652342398 10948710400 2546529 33554432000 4194304 4300288 140735508789760 18446744073709551615 4268502 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/10353/statm: 2673025 2546529 243 26 0 2669657 0
Current children cumulated CPU time (s) 4362.42
Current children cumulated vsize (KiB) 10692100

[startup+4422.3 s]
/proc/loadavg: 2.06 2.05 2.00 3/522 10511
/proc/meminfo: memFree=3951160/32951124 swapFree=65066436/67111528
[pid=10353] ppid=10351 vsize=10692100 CPUtime=4422.43 cores=1,3,5,7
/proc/10353/stat : 10353 (cir_minisat) R 10351 10353 8584 0 -1 4202496 2597279 0 0 0 441799 444 0 0 25 0 1 0 652342398 10948710400 2562557 33554432000 4194304 4300288 140735508789760 18446744073709551615 4268401 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/10353/statm: 2673025 2562557 243 26 0 2669657 0
Current children cumulated CPU time (s) 4422.43
Current children cumulated vsize (KiB) 10692100

[startup+4482.3 s]
/proc/loadavg: 2.02 2.04 2.00 4/522 10513
/proc/meminfo: memFree=3818372/32951124 swapFree=65066436/67111528
[pid=10353] ppid=10351 vsize=10693280 CPUtime=4482.43 cores=1,3,5,7
/proc/10353/stat : 10353 (cir_minisat) R 10351 10353 8584 0 -1 4202496 2618341 0 0 0 447796 447 0 0 25 0 1 0 652342398 10949918720 2583616 33554432000 4194304 4300288 140735508789760 18446744073709551615 4268316 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/10353/statm: 2673320 2583616 243 26 0 2669952 0
Current children cumulated CPU time (s) 4482.43
Current children cumulated vsize (KiB) 10693280

[startup+4542.3 s]
/proc/loadavg: 2.04 2.05 2.00 3/522 10514
/proc/meminfo: memFree=3752380/32951124 swapFree=65066436/67111528
[pid=10353] ppid=10351 vsize=10697652 CPUtime=4542.43 cores=1,3,5,7
/proc/10353/stat : 10353 (cir_minisat) R 10351 10353 8584 0 -1 4202496 2646216 0 0 0 453790 453 0 0 25 0 1 0 652342398 10954395648 2611487 33554432000 4194304 4300288 140735508789760 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/10353/statm: 2674413 2611487 243 26 0 2671045 0
Current children cumulated CPU time (s) 4542.43
Current children cumulated vsize (KiB) 10697652

[startup+4602.3 s]
/proc/loadavg: 2.10 2.06 2.01 3/522 10516
/proc/meminfo: memFree=3612088/32951124 swapFree=65066436/67111528
[pid=10353] ppid=10351 vsize=10697652 CPUtime=4602.44 cores=1,3,5,7
/proc/10353/stat : 10353 (cir_minisat) R 10351 10353 8584 0 -1 4202496 2669874 0 0 0 459787 457 0 0 25 0 1 0 652342398 10954395648 2635139 33554432000 4194304 4300288 140735508789760 18446744073709551615 4256261 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/10353/statm: 2674413 2635139 243 26 0 2671045 0
Current children cumulated CPU time (s) 4602.44
Current children cumulated vsize (KiB) 10697652

[startup+4662.3 s]
/proc/loadavg: 2.08 2.06 2.01 3/522 10517
/proc/meminfo: memFree=3566860/32951124 swapFree=65066436/67111528
[pid=10353] ppid=10351 vsize=10697652 CPUtime=4662.45 cores=1,3,5,7
/proc/10353/stat : 10353 (cir_minisat) R 10351 10353 8584 0 -1 4202496 2691420 0 0 0 465784 461 0 0 25 0 1 0 652342398 10954395648 2656676 33554432000 4194304 4300288 140735508789760 18446744073709551615 4268262 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/10353/statm: 2674413 2656676 243 26 0 2671045 0
Current children cumulated CPU time (s) 4662.45
Current children cumulated vsize (KiB) 10697652

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

[startup+4666.1 s]
/proc/loadavg: 2.07 2.06 2.01 3/522 10517
/proc/meminfo: memFree=3557928/32951124 swapFree=65066436/67111528
[pid=10353] ppid=10351 vsize=10697652 CPUtime=4666.24 cores=1,3,5,7
/proc/10353/stat : 10353 (cir_minisat) R 10351 10353 8584 0 -1 4202496 2693380 0 0 0 466163 461 0 0 25 0 1 0 652342398 10954395648 2658636 33554432000 4194304 4300288 140735508789760 18446744073709551615 4268401 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/10353/statm: 2674413 2658636 243 26 0 2671045 0
Current children cumulated CPU time (s) 4666.24
Current children cumulated vsize (KiB) 10697652

[startup+4672.5 s]
/proc/loadavg: 2.06 2.06 2.01 3/522 10518
/proc/meminfo: memFree=3533404/32951124 swapFree=65066436/67111528
[pid=10353] ppid=10351 vsize=10697652 CPUtime=4672.64 cores=1,3,5,7
/proc/10353/stat : 10353 (cir_minisat) R 10351 10353 8584 0 -1 4202496 2698049 0 0 0 466802 462 0 0 25 0 1 0 652342398 10954395648 2663303 33554432000 4194304 4300288 140735508789760 18446744073709551615 4268292 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/10353/statm: 2674413 2663303 243 26 0 2671045 0
Current children cumulated CPU time (s) 4672.64
Current children cumulated vsize (KiB) 10697652

[startup+4674.1 s]
/proc/loadavg: 2.06 2.06 2.01 3/522 10518
/proc/meminfo: memFree=3530428/32951124 swapFree=65066436/67111528
[pid=10353] ppid=10351 vsize=10697652 CPUtime=4674.24 cores=1,3,5,7
/proc/10353/stat : 10353 (cir_minisat) R 10351 10353 8584 0 -1 4202496 2698748 0 0 0 466962 462 0 0 25 0 1 0 652342398 10954395648 2664002 33554432000 4194304 4300288 140735508789760 18446744073709551615 4270962 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/10353/statm: 2674413 2664002 243 26 0 2671045 0
Current children cumulated CPU time (s) 4674.24
Current children cumulated vsize (KiB) 10697652

[startup+4675.7 s]
/proc/loadavg: 2.06 2.06 2.01 3/522 10518
/proc/meminfo: memFree=3524464/32951124 swapFree=65066436/67111528
[pid=10353] ppid=10351 vsize=10697652 CPUtime=4675.83 cores=1,3,5,7
/proc/10353/stat : 10353 (cir_minisat) R 10351 10353 8584 0 -1 4202496 2699436 0 0 0 467121 462 0 0 25 0 1 0 652342398 10954395648 2664689 33554432000 4194304 4300288 140735508789760 18446744073709551615 4268464 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/10353/statm: 2674413 2664689 243 26 0 2671045 0
Current children cumulated CPU time (s) 4675.83
Current children cumulated vsize (KiB) 10697652

[startup+4676.5 s]
/proc/loadavg: 2.06 2.06 2.01 3/522 10518
/proc/meminfo: memFree=3524464/32951124 swapFree=65066436/67111528
[pid=10353] ppid=10351 vsize=10756804 CPUtime=4676.63 cores=1,3,5,7
/proc/10353/stat : 10353 (cir_minisat) R 10351 10353 8584 0 -1 4202496 2699669 0 4 0 467164 499 0 0 25 0 1 0 652342398 11014967296 388815 33554432000 4194304 4300288 140735508789760 18446744073709551615 228095494279 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/10353/statm: 2689201 388303 259 26 0 2685833 0
Current children cumulated CPU time (s) 4676.63
Current children cumulated vsize (KiB) 10756804

[startup+4676.72 s]
/proc/loadavg: 2.06 2.06 2.01 3/522 10518
/proc/meminfo: memFree=13851148/32951124 swapFree=65066436/67111528
[pid=10353] ppid=10351 vsize=444736 CPUtime=4676.85 cores=1,3,5,7
/proc/10353/stat : 10353 (cir_minisat) R 10351 10353 8584 0 -1 4202496 2699669 0 4 0 467181 504 0 0 25 0 1 0 652342398 455409664 87100 33554432000 4194304 4300288 140735508789760 18446744073709551615 4279390 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/10353/statm: 111184 87100 259 26 0 107816 0
Current children cumulated CPU time (s) 4676.85
Current children cumulated vsize (KiB) 444736

Child status: 0
Real time (s): 4676.74
CPU time (s): 4676.88
CPU user time (s): 4671.81
CPU system time (s): 5.06223
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 10756804

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4671.81
system time used= 5.06223
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2699670
page faults= 4
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= 7990

runsolver used 23.6424 second user time and 57.0393 second system time

The end

Launcher Data

Begin job on node142 at 2011-05-17 04:27:49
IDJOB=3387272
IDBENCH=82387
IDSOLVER=1873
FILE ID=node142/3387272-1305599267
RUNJOBID= node142-1305599267-10334
PBS_JOBID= 13350336
Free space on /tmp= 73588 MiB

SOLVER NAME= minisat hack: cir_minisat 2011-05-13 (simp)
BENCH NAME= SAT11/application/rintanen/SATPlanning/transport-transport-three-cities-sequential-14nodes-1000size-4degree-100mindistance-4trucks-14packages-2008seed.020-NOTKNOWN.cnf
COMMAND LINE= HOME/cir_minisat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3387272-1305599267/watcher-3387272-1305599267 -o /tmp/evaluation-result-3387272-1305599267/solver-3387272-1305599267 -C 5000 -W 5100 -M 15500  HOME/cir_minisat HOME/instance-3387272-1305599267.cnf

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

MD5SUM BENCH= 5d1253e2dcc0e3e55992672756beadbc
RANDOM SEED=437003546

node142.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.846
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.846
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	: 5131.95
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.846
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.846
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.67
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.846
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.81
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.846
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.846
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.846
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:      10426796 kB
Buffers:        320996 kB
Cached:        4060964 kB
SwapCached:      11512 kB
Active:       18412808 kB
Inactive:      3728320 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      10426796 kB
SwapTotal:    67111528 kB
SwapFree:     65980224 kB
Dirty:          139808 kB
Writeback:           0 kB
AnonPages:    17756016 kB
Mapped:          33748 kB
Slab:           239280 kB
PageTables:      75380 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 145598688 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= 73644 MiB
End job on node142 at 2011-05-17 05:45:46