Trace number 3387298

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) 4838.76 4838.58

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

4838.68/4838.57	c WARNING: for repeatability, setting FPU to use double precision
4838.68/4838.57	c =================================MLE===========================================
4838.68/4838.57	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-3387298-1305599958/watcher-3387298-1305599958 -o /tmp/evaluation-result-3387298-1305599958/solver-3387298-1305599958 -C 5000 -W 5100 -M 15500 HOME/cir_minisat HOME/instance-3387298-1305599958.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: 0.87 1.25 1.64 2/481 4241
/proc/meminfo: memFree=9724432/32950928 swapFree=57376972/67111528
[pid=4241] ppid=4239 vsize=24176 CPUtime=0 cores=1,3,5,7
/proc/4241/stat : 4241 (cir_minisat) R 4239 4241 2509 0 -1 4202496 1645 0 0 0 0 0 0 0 23 0 1 0 671595857 24756224 1575 33554432000 4194304 4300288 140736864024224 18446744073709551615 4200760 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4241/statm: 6044 1575 218 26 0 2676 0

[startup+0.053044 s]
/proc/loadavg: 0.87 1.25 1.64 2/481 4241
/proc/meminfo: memFree=9724432/32950928 swapFree=57376972/67111528
[pid=4241] ppid=4239 vsize=29840 CPUtime=0.05 cores=1,3,5,7
/proc/4241/stat : 4241 (cir_minisat) R 4239 4241 2509 0 -1 4202496 3071 0 0 0 5 0 0 0 23 0 1 0 671595857 30556160 3001 33554432000 4194304 4300288 140736864024224 18446744073709551615 4277278 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4241/statm: 7460 3001 218 26 0 4092 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 29840

[startup+0.101042 s]
/proc/loadavg: 0.87 1.25 1.64 2/481 4241
/proc/meminfo: memFree=9724432/32950928 swapFree=57376972/67111528
[pid=4241] ppid=4239 vsize=37268 CPUtime=0.09 cores=1,3,5,7
/proc/4241/stat : 4241 (cir_minisat) R 4239 4241 2509 0 -1 4202496 4970 0 0 0 9 0 0 0 23 0 1 0 671595857 38162432 4859 33554432000 4194304 4300288 140736864024224 18446744073709551615 208079893189 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4241/statm: 9317 4861 218 26 0 5949 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 37268

[startup+0.300996 s]
/proc/loadavg: 0.87 1.25 1.64 2/481 4241
/proc/meminfo: memFree=9724432/32950928 swapFree=57376972/67111528
[pid=4241] ppid=4239 vsize=74428 CPUtime=0.29 cores=1,3,5,7
/proc/4241/stat : 4241 (cir_minisat) R 4239 4241 2509 0 -1 4202496 15507 0 0 0 27 2 0 0 25 0 1 0 671595857 76214272 14300 33554432000 4194304 4300288 140736864024224 18446744073709551615 4277933 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4241/statm: 18607 14302 218 26 0 15239 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 74428

[startup+0.700921 s]
/proc/loadavg: 0.87 1.25 1.64 2/481 4241
/proc/meminfo: memFree=9724432/32950928 swapFree=57376972/67111528
[pid=4241] ppid=4239 vsize=182720 CPUtime=0.69 cores=1,3,5,7
/proc/4241/stat : 4241 (cir_minisat) R 4239 4241 2509 0 -1 4202496 40041 0 0 0 64 5 0 0 25 0 1 0 671595857 187105280 36125 33554432000 4194304 4300288 140736864024224 18446744073709551615 4278145 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4241/statm: 45680 36128 218 26 0 42312 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 182720

[startup+1.50077 s]
/proc/loadavg: 0.96 1.26 1.64 4/482 4242
/proc/meminfo: memFree=9497016/32950928 swapFree=57376972/67111528
[pid=4241] ppid=4239 vsize=366524 CPUtime=1.49 cores=1,3,5,7
/proc/4241/stat : 4241 (cir_minisat) R 4239 4241 2509 0 -1 4202496 85926 0 0 0 137 12 0 0 25 0 1 0 671595857 375320576 78165 33554432000 4194304 4300288 140736864024224 18446744073709551615 208079881420 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4241/statm: 91631 78166 218 26 0 88263 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 366524

[startup+3.10046 s]
/proc/loadavg: 0.96 1.26 1.64 3/482 4242
/proc/meminfo: memFree=9249292/32950928 swapFree=57376972/67111528
[pid=4241] ppid=4239 vsize=552652 CPUtime=3.09 cores=1,3,5,7
/proc/4241/stat : 4241 (cir_minisat) R 4239 4241 2509 0 -1 4202496 123295 0 0 0 291 18 0 0 25 0 1 0 671595857 565915648 112072 33554432000 4194304 4300288 140736864024224 18446744073709551615 4228682 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4241/statm: 138163 112072 221 26 0 134795 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 552652

[startup+6.30086 s]
/proc/loadavg: 1.04 1.27 1.64 3/482 4242
/proc/meminfo: memFree=9160488/32950928 swapFree=57376972/67111528
[pid=4241] ppid=4239 vsize=597804 CPUtime=6.29 cores=1,3,5,7
/proc/4241/stat : 4241 (cir_minisat) R 4239 4241 2509 0 -1 4202496 138474 0 0 0 609 20 0 0 25 0 1 0 671595857 612151296 127213 33554432000 4194304 4300288 140736864024224 18446744073709551615 4231315 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4241/statm: 149451 127213 222 26 0 146083 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 597804

[startup+12.7006 s]
/proc/loadavg: 1.12 1.28 1.64 3/482 4242
/proc/meminfo: memFree=9286744/32950928 swapFree=57376972/67111528
[pid=4241] ppid=4239 vsize=492440 CPUtime=12.7 cores=1,3,5,7
/proc/4241/stat : 4241 (cir_minisat) R 4239 4241 2509 0 -1 4202496 159818 0 0 0 1247 23 0 0 25 0 1 0 671595857 504258560 105958 33554432000 4194304 4300288 140736864024224 18446744073709551615 4268539 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4241/statm: 123110 105958 242 26 0 119742 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 492440

[startup+25.5002 s]
/proc/loadavg: 1.25 1.31 1.64 3/482 4242
/proc/meminfo: memFree=9215316/32950928 swapFree=57376972/67111528
[pid=4241] ppid=4239 vsize=492440 CPUtime=25.49 cores=1,3,5,7
/proc/4241/stat : 4241 (cir_minisat) R 4239 4241 2509 0 -1 4202496 164606 0 0 0 2525 24 0 0 25 0 1 0 671595857 504258560 110745 33554432000 4194304 4300288 140736864024224 18446744073709551615 4268339 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4241/statm: 123110 110745 242 26 0 119742 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 492440

[startup+51.1004 s]
/proc/loadavg: 1.64 1.39 1.66 3/482 4243
/proc/meminfo: memFree=9100100/32950928 swapFree=57376972/67111528
[pid=4241] ppid=4239 vsize=542528 CPUtime=51.09 cores=1,3,5,7
/proc/4241/stat : 4241 (cir_minisat) R 4239 4241 2509 0 -1 4202496 175472 0 0 0 5084 25 0 0 25 0 1 0 671595857 555548672 121610 33554432000 4194304 4300288 140736864024224 18446744073709551615 4268280 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4241/statm: 135632 121610 243 26 0 132264 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 542528

[startup+102.301 s]
/proc/loadavg: 1.90 1.51 1.68 3/482 4245
/proc/meminfo: memFree=8768760/32950928 swapFree=57376972/67111528
[pid=4241] ppid=4239 vsize=756176 CPUtime=102.29 cores=1,3,5,7
/proc/4241/stat : 4241 (cir_minisat) R 4239 4241 2509 0 -1 4202496 209109 0 0 0 10200 29 0 0 25 0 1 0 671595857 774324224 155231 33554432000 4194304 4300288 140736864024224 18446744073709551615 4268551 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4241/statm: 189044 155231 243 26 0 185676 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 756176

[startup+162.3 s]
/proc/loadavg: 1.96 1.59 1.70 3/482 4273
/proc/meminfo: memFree=8930200/32950928 swapFree=57376972/67111528
[pid=4241] ppid=4239 vsize=971100 CPUtime=162.3 cores=1,3,5,7
/proc/4241/stat : 4241 (cir_minisat) R 4239 4241 2509 0 -1 4202496 237285 0 0 0 16197 33 0 0 25 0 1 0 671595857 994406400 183400 33554432000 4194304 4300288 140736864024224 18446744073709551615 4268485 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4241/statm: 242775 183400 243 26 0 239407 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 971100

[startup+222.301 s]
/proc/loadavg: 2.02 1.68 1.72 3/479 4278
/proc/meminfo: memFree=8922892/32950928 swapFree=57376972/67111528
[pid=4241] ppid=4239 vsize=1320348 CPUtime=222.3 cores=1,3,5,7
/proc/4241/stat : 4241 (cir_minisat) R 4239 4241 2509 0 -1 4202496 285518 0 0 0 22191 39 0 0 25 0 1 0 671595857 1352036352 231624 33554432000 4194304 4300288 140736864024224 18446744073709551615 4268292 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4241/statm: 330087 231624 243 26 0 326719 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 1320348

[startup+282.318 s]
/proc/loadavg: 2.00 1.73 1.74 3/482 4303
/proc/meminfo: memFree=8903172/32950928 swapFree=57376972/67111528
[pid=4241] ppid=4239 vsize=1320348 CPUtime=282.32 cores=1,3,5,7
/proc/4241/stat : 4241 (cir_minisat) R 4239 4241 2509 0 -1 4202496 307062 0 0 0 28190 42 0 0 25 0 1 0 671595857 1352036352 253164 33554432000 4194304 4300288 140736864024224 18446744073709551615 4268160 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4241/statm: 330087 253164 243 26 0 326719 0
Current children cumulated CPU time (s) 282.32
Current children cumulated vsize (KiB) 1320348

[startup+342.301 s]
/proc/loadavg: 2.00 1.78 1.75 3/482 4305
/proc/meminfo: memFree=8664036/32950928 swapFree=57376972/67111528
[pid=4241] ppid=4239 vsize=1320348 CPUtime=342.3 cores=1,3,5,7
/proc/4241/stat : 4241 (cir_minisat) R 4239 4241 2509 0 -1 4202496 346541 0 0 0 34183 47 0 0 25 0 1 0 671595857 1352036352 292630 33554432000 4194304 4300288 140736864024224 18446744073709551615 4268464 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4241/statm: 330087 292630 243 26 0 326719 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 1320348

[startup+402.3 s]
/proc/loadavg: 2.00 1.82 1.76 3/482 4307
/proc/meminfo: memFree=8461116/32950928 swapFree=57376972/67111528
[pid=4241] ppid=4239 vsize=1887876 CPUtime=402.31 cores=1,3,5,7
/proc/4241/stat : 4241 (cir_minisat) R 4239 4241 2509 0 -1 4202496 380984 0 0 0 40178 53 0 0 25 0 1 0 671595857 1933185024 327063 33554432000 4194304 4300288 140736864024224 18446744073709551615 4268502 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4241/statm: 471969 327063 243 26 0 468601 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 1887876

[startup+462.301 s]
/proc/loadavg: 2.00 1.85 1.77 3/482 4308
/proc/meminfo: memFree=8249400/32950928 swapFree=57376972/67111528
[pid=4241] ppid=4239 vsize=1887876 CPUtime=462.31 cores=1,3,5,7
/proc/4241/stat : 4241 (cir_minisat) R 4239 4241 2509 0 -1 4202496 423128 0 0 0 46172 59 0 0 25 0 1 0 671595857 1933185024 369194 33554432000 4194304 4300288 140736864024224 18446744073709551615 4268555 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4241/statm: 471969 369194 243 26 0 468601 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 1887876

[startup+522.301 s]
/proc/loadavg: 2.00 1.87 1.78 3/482 4310
/proc/meminfo: memFree=8126836/32950928 swapFree=57376972/67111528
[pid=4241] ppid=4239 vsize=1887876 CPUtime=522.31 cores=1,3,5,7
/proc/4241/stat : 4241 (cir_minisat) R 4239 4241 2509 0 -1 4202496 442100 0 0 0 52171 60 0 0 25 0 1 0 671595857 1933185024 388160 33554432000 4194304 4300288 140736864024224 18446744073709551615 4268325 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4241/statm: 471969 388160 243 26 0 468601 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 1887876

[startup+582.301 s]
/proc/loadavg: 2.23 1.96 1.82 3/482 4311
/proc/meminfo: memFree=7964600/32950928 swapFree=57376972/67111528
[pid=4241] ppid=4239 vsize=1887876 CPUtime=582.32 cores=1,3,5,7
/proc/4241/stat : 4241 (cir_minisat) R 4239 4241 2509 0 -1 4202496 473384 0 0 0 58168 64 0 0 25 0 1 0 671595857 1933185024 419438 33554432000 4194304 4300288 140736864024224 18446744073709551615 4268239 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4241/statm: 471969 419438 243 26 0 468601 0
Current children cumulated CPU time (s) 582.32
Current children cumulated vsize (KiB) 1887876

[startup+642.301 s]

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

/proc/meminfo: memFree=500336/32950928 swapFree=57376972/67111528
[pid=4241] ppid=4239 vsize=10809824 CPUtime=4182.46 cores=1,3,5,7
/proc/4241/stat : 4241 (cir_minisat) R 4239 4241 2509 0 -1 4202496 2401662 0 0 0 417910 336 0 0 25 0 1 0 671595857 11069259776 2347291 33554432000 4194304 4300288 140736864024224 18446744073709551615 4268368 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4241/statm: 2702456 2347291 243 26 0 2699088 0
Current children cumulated CPU time (s) 4182.46
Current children cumulated vsize (KiB) 10809824

[startup+4242.32 s]
/proc/loadavg: 2.00 2.01 2.00 3/482 4448
/proc/meminfo: memFree=391728/32950928 swapFree=57376972/67111528
[pid=4241] ppid=4239 vsize=10815448 CPUtime=4242.47 cores=1,3,5,7
/proc/4241/stat : 4241 (cir_minisat) R 4239 4241 2509 0 -1 4202496 2439918 0 0 0 423906 341 0 0 25 0 1 0 671595857 11075018752 2385532 33554432000 4194304 4300288 140736864024224 18446744073709551615 4268551 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4241/statm: 2703862 2385532 243 26 0 2700494 0
Current children cumulated CPU time (s) 4242.47
Current children cumulated vsize (KiB) 10815448

[startup+4302.3 s]
/proc/loadavg: 2.05 2.02 2.00 3/482 4450
/proc/meminfo: memFree=197768/32950928 swapFree=57376972/67111528
[pid=4241] ppid=4239 vsize=10819156 CPUtime=4302.46 cores=1,3,5,7
/proc/4241/stat : 4241 (cir_minisat) R 4239 4241 2509 0 -1 4202496 2479095 0 0 0 429899 347 0 0 25 0 1 0 671595857 11078815744 2424705 33554432000 4194304 4300288 140736864024224 18446744073709551615 4268248 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4241/statm: 2704789 2424705 243 26 0 2701421 0
Current children cumulated CPU time (s) 4302.46
Current children cumulated vsize (KiB) 10819156

[startup+4362.3 s]
/proc/loadavg: 2.08 2.04 2.01 3/482 4451
/proc/meminfo: memFree=95632/32950928 swapFree=57376972/67111528
[pid=4241] ppid=4239 vsize=10824796 CPUtime=4362.46 cores=1,3,5,7
/proc/4241/stat : 4241 (cir_minisat) R 4239 4241 2509 0 -1 4202496 2518943 0 0 0 435892 354 0 0 25 0 1 0 671595857 11084591104 2464532 33554432000 4194304 4300288 140736864024224 18446744073709551615 4256000 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4241/statm: 2706199 2464532 243 26 0 2702831 0
Current children cumulated CPU time (s) 4362.46
Current children cumulated vsize (KiB) 10824796

[startup+4422.3 s]
/proc/loadavg: 2.06 2.05 2.01 3/482 4453
/proc/meminfo: memFree=126888/32950928 swapFree=57312472/67111528
[pid=4241] ppid=4239 vsize=10826200 CPUtime=4422.46 cores=1,3,5,7
/proc/4241/stat : 4241 (cir_minisat) R 4239 4241 2509 0 -1 4202496 2546096 0 0 0 441888 358 0 0 25 0 1 0 671595857 11086028800 2491674 33554432000 4194304 4300288 140736864024224 18446744073709551615 4268292 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4241/statm: 2706550 2491674 243 26 0 2703182 0
Current children cumulated CPU time (s) 4422.46
Current children cumulated vsize (KiB) 10826200

[startup+4482.3 s]
/proc/loadavg: 2.02 2.04 2.00 3/482 4454
/proc/meminfo: memFree=92460/32950928 swapFree=57182944/67111528
[pid=4241] ppid=4239 vsize=10826200 CPUtime=4482.46 cores=1,3,5,7
/proc/4241/stat : 4241 (cir_minisat) R 4239 4241 2509 0 -1 4202496 2577558 0 0 0 447884 362 0 0 25 0 1 0 671595857 11086028800 2523128 33554432000 4194304 4300288 140736864024224 18446744073709551615 4268251 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4241/statm: 2706550 2523128 243 26 0 2703182 0
Current children cumulated CPU time (s) 4482.46
Current children cumulated vsize (KiB) 10826200

[startup+4542.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/482 4456
/proc/meminfo: memFree=145924/32950928 swapFree=57083356/67111528
[pid=4241] ppid=4239 vsize=10826732 CPUtime=4542.46 cores=1,3,5,7
/proc/4241/stat : 4241 (cir_minisat) R 4239 4241 2509 0 -1 4202496 2600196 0 0 0 453880 366 0 0 25 0 1 0 671595857 11086573568 2545761 33554432000 4194304 4300288 140736864024224 18446744073709551615 4268313 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4241/statm: 2706683 2545761 243 26 0 2703315 0
Current children cumulated CPU time (s) 4542.46
Current children cumulated vsize (KiB) 10826732

[startup+4602.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/482 4458
/proc/meminfo: memFree=97476/32950928 swapFree=57000652/67111528
[pid=4241] ppid=4239 vsize=10828204 CPUtime=4602.47 cores=1,3,5,7
/proc/4241/stat : 4241 (cir_minisat) R 4239 4241 2509 0 -1 4202496 2623771 0 0 0 459877 370 0 0 25 0 1 0 671595857 11088080896 2569333 33554432000 4194304 4300288 140736864024224 18446744073709551615 4268339 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4241/statm: 2707051 2569333 243 26 0 2703683 0
Current children cumulated CPU time (s) 4602.47
Current children cumulated vsize (KiB) 10828204

[startup+4662.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/482 4459
/proc/meminfo: memFree=94604/32950928 swapFree=56918980/67111528
[pid=4241] ppid=4239 vsize=10829436 CPUtime=4662.47 cores=1,3,5,7
/proc/4241/stat : 4241 (cir_minisat) R 4239 4241 2509 0 -1 4202496 2640946 0 0 0 465874 373 0 0 25 0 1 0 671595857 11089342464 2586504 33554432000 4194304 4300288 140736864024224 18446744073709551615 4268325 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4241/statm: 2707359 2586504 243 26 0 2703991 0
Current children cumulated CPU time (s) 4662.47
Current children cumulated vsize (KiB) 10829436

[startup+4722.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/482 4461
/proc/meminfo: memFree=127084/32950928 swapFree=56816728/67111528
[pid=4241] ppid=4239 vsize=10837388 CPUtime=4722.47 cores=1,3,5,7
/proc/4241/stat : 4241 (cir_minisat) R 4239 4241 2509 0 -1 4202496 2671543 0 0 0 471869 378 0 0 25 0 1 0 671595857 11097485312 2617096 33554432000 4194304 4300288 140736864024224 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4241/statm: 2709347 2617096 243 26 0 2705979 0
Current children cumulated CPU time (s) 4722.47
Current children cumulated vsize (KiB) 10837388

[startup+4782.3 s]
/proc/loadavg: 2.15 2.04 2.01 3/482 4462
/proc/meminfo: memFree=96576/32950928 swapFree=56637056/67111528
[pid=4241] ppid=4239 vsize=10843184 CPUtime=4782.48 cores=1,3,5,7
/proc/4241/stat : 4241 (cir_minisat) R 4239 4241 2509 0 -1 4202496 2712263 0 0 0 477864 384 0 0 25 0 1 0 671595857 11103420416 2657806 33554432000 4194304 4300288 140736864024224 18446744073709551615 4250839 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4241/statm: 2710796 2657806 243 26 0 2707428 0
Current children cumulated CPU time (s) 4782.48
Current children cumulated vsize (KiB) 10843184

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

[startup+4787.8 s]
/proc/loadavg: 2.13 2.04 2.01 3/482 4462
/proc/meminfo: memFree=95364/32950928 swapFree=56606460/67111528
[pid=4241] ppid=4239 vsize=10843184 CPUtime=4787.99 cores=1,3,5,7
/proc/4241/stat : 4241 (cir_minisat) R 4239 4241 2509 0 -1 4202496 2718085 0 0 0 478414 385 0 0 25 0 1 0 671595857 11103420416 2663627 33554432000 4194304 4300288 140736864024224 18446744073709551615 4268325 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4241/statm: 2710796 2663627 243 26 0 2707428 0
Current children cumulated CPU time (s) 4787.99
Current children cumulated vsize (KiB) 10843184

[startup+4813.4 s]
/proc/loadavg: 2.09 2.03 2.01 3/482 4463
/proc/meminfo: memFree=98108/32950928 swapFree=56539832/67111528
[pid=4241] ppid=4239 vsize=10845344 CPUtime=4813.57 cores=1,3,5,7
/proc/4241/stat : 4241 (cir_minisat) R 4239 4241 2509 0 -1 4202496 2736356 0 0 0 480969 388 0 0 25 0 1 0 671595857 11105632256 2681894 33554432000 4194304 4300288 140736864024224 18446744073709551615 4268485 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4241/statm: 2711336 2681894 243 26 0 2707968 0
Current children cumulated CPU time (s) 4813.57
Current children cumulated vsize (KiB) 10845344

[startup+4826.2 s]
/proc/loadavg: 2.07 2.03 2.01 3/482 4464
/proc/meminfo: memFree=96180/32950928 swapFree=56499688/67111528
[pid=4241] ppid=4239 vsize=10846512 CPUtime=4826.38 cores=1,3,5,7
/proc/4241/stat : 4241 (cir_minisat) R 4239 4241 2509 0 -1 4202496 2748123 0 0 0 482248 390 0 0 25 0 1 0 671595857 11106828288 2693655 33554432000 4194304 4300288 140736864024224 18446744073709551615 4268401 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4241/statm: 2711628 2693655 243 26 0 2708260 0
Current children cumulated CPU time (s) 4826.38
Current children cumulated vsize (KiB) 10846512

[startup+4832.7 s]
/proc/loadavg: 2.06 2.03 2.01 3/482 4464
/proc/meminfo: memFree=94240/32950928 swapFree=56459900/67111528
[pid=4241] ppid=4239 vsize=10846744 CPUtime=4832.87 cores=1,3,5,7
/proc/4241/stat : 4241 (cir_minisat) R 4239 4241 2509 0 -1 4202496 2750720 0 0 0 482897 390 0 0 25 0 1 0 671595857 11107065856 2696250 33554432000 4194304 4300288 140736864024224 18446744073709551615 4268280 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4241/statm: 2711686 2696250 243 26 0 2708318 0
Current children cumulated CPU time (s) 4832.87
Current children cumulated vsize (KiB) 10846744

[startup+4835.9 s]
/proc/loadavg: 2.06 2.03 2.00 3/482 4464
/proc/meminfo: memFree=93168/32950928 swapFree=56459900/67111528
[pid=4241] ppid=4239 vsize=10846744 CPUtime=4836.08 cores=1,3,5,7
/proc/4241/stat : 4241 (cir_minisat) R 4239 4241 2509 0 -1 4202496 2752062 0 0 0 483217 391 0 0 25 0 1 0 671595857 11107065856 2697591 33554432000 4194304 4300288 140736864024224 18446744073709551615 4268325 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4241/statm: 2711686 2697591 243 26 0 2708318 0
Current children cumulated CPU time (s) 4836.08
Current children cumulated vsize (KiB) 10846744

[startup+4837.52 s]
/proc/loadavg: 2.06 2.03 2.00 3/482 4464
/proc/meminfo: memFree=150592/32950928 swapFree=56454884/67111528
[pid=4241] ppid=4239 vsize=10847204 CPUtime=4837.69 cores=1,3,5,7
/proc/4241/stat : 4241 (cir_minisat) R 4239 4241 2509 0 -1 4202496 2754638 0 0 0 483378 391 0 0 25 0 1 0 671595857 11107536896 2700167 33554432000 4194304 4300288 140736864024224 18446744073709551615 4255685 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4241/statm: 2711801 2700167 243 26 0 2708433 0
Current children cumulated CPU time (s) 4837.69
Current children cumulated vsize (KiB) 10847204

[startup+4838.3 s]
/proc/loadavg: 2.06 2.03 2.00 3/482 4464
/proc/meminfo: memFree=150592/32950928 swapFree=56454884/67111528
[pid=4241] ppid=4239 vsize=579584 CPUtime=4838.47 cores=1,3,5,7
/proc/4241/stat : 4241 (cir_minisat) R 4239 4241 2509 0 -1 4202496 2755124 0 3 0 483417 430 0 0 25 0 1 0 671595857 593494016 120028 33554432000 4194304 4300288 140736864024224 18446744073709551615 208079890194 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4241/statm: 144896 120028 259 26 0 141528 0
Current children cumulated CPU time (s) 4838.47
Current children cumulated vsize (KiB) 579584

[startup+4838.5 s]
/proc/loadavg: 2.06 2.03 2.00 3/482 4464
/proc/meminfo: memFree=10487932/32950928 swapFree=56454884/67111528
[pid=4241] ppid=4239 vsize=579584 CPUtime=4838.68 cores=1,3,5,7
/proc/4241/stat : 4241 (cir_minisat) R 4239 4241 2509 0 -1 4202496 2755124 0 3 0 483438 430 0 0 25 0 1 0 671595857 593494016 120028 33554432000 4194304 4300288 140736864024224 18446744073709551615 208079887713 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4241/statm: 144896 120028 259 26 0 141528 0
Current children cumulated CPU time (s) 4838.68
Current children cumulated vsize (KiB) 579584

Child status: 0
Real time (s): 4838.58
CPU time (s): 4838.76
CPU user time (s): 4834.43
CPU system time (s): 4.32734
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 10903164

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4834.43
system time used= 4.32734
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2755125
page faults= 3
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 9
involuntary context switches= 3720

runsolver used 21.4637 second user time and 53.4689 second system time

The end

Launcher Data

Begin job on node127 at 2011-05-17 04:39:22
IDJOB=3387298
IDBENCH=82413
IDSOLVER=1873
FILE ID=node127/3387298-1305599958
RUNJOBID= node127-1305599958-4222
PBS_JOBID= 13350351
Free space on /tmp= 73300 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.030-NOTKNOWN.cnf
COMMAND LINE= HOME/cir_minisat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3387298-1305599958/watcher-3387298-1305599958 -o /tmp/evaluation-result-3387298-1305599958/solver-3387298-1305599958 -C 5000 -W 5100 -M 15500  HOME/cir_minisat HOME/instance-3387298-1305599958.cnf

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

MD5SUM BENCH= c6d3480970bb2819448dd0a800a3cf1c
RANDOM SEED=724970804

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:       9724836 kB
Buffers:        102528 kB
Cached:         751332 kB
SwapCached:     117904 kB
Active:        8375556 kB
Inactive:     14599688 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:       9724836 kB
SwapTotal:    67111528 kB
SwapFree:     57376972 kB
Dirty:          195836 kB
Writeback:           0 kB
AnonPages:    22009472 kB
Mapped:          32520 kB
Slab:            86200 kB
PageTables:      95556 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 120079112 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= 73372 MiB
End job on node127 at 2011-05-17 06:00:01