Trace number 3493693

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
MiniUnsat2 2011-02-22? (TO) 1800.07 1800.02

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
transport-transport-city-sequential-35nodes-1000size-4degree-100mindistance-4trucks-14packages-2008seed.010-NOTKNOWN.cnf
MD5SUMabbb056568da53d196de18eea9d5106c
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables315606
Number of clauses1693500
Sum of the clauses size4024360
Maximum clause length982
Minimum clause length1
Number of clauses of size 1720
Number of clauses of size 21678660
Number of clauses of size 380
Number of clauses of size 4320
Number of clauses of size 5800
Number of clauses of size over 512920

Solver Data


Verifier Data

ERROR: Unexpected answer ! (UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 988)

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-3493693-1307800698/watcher-3493693-1307800698 -o /tmp/evaluation-result-3493693-1307800698/solver-3493693-1307800698 -C 1800 -W 1850 -M 7680 munsat2_release -rnd-seed=869386551 -verb=0 HOME/instance-3493693-1307800698.cnf 

running on 2 cores: 5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1850 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.32 0.12 0.47 4/189 27699
/proc/meminfo: memFree=31332656/32951124 swapFree=67053176/67111528
[pid=27699] ppid=27697 vsize=17628 CPUtime=0 cores=5,7
/proc/27699/stat : 27699 (munsat2_release) R 27697 27699 27623 0 -1 4202496 1237 0 0 0 0 0 0 0 22 0 1 0 891667686 18051072 1176 33554432000 4194304 4258824 140733869244784 18446744073709551615 218905391813 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/27699/statm: 4407 1179 219 16 0 1049 0

[startup+0.0633961 s]
/proc/loadavg: 0.32 0.12 0.47 4/189 27699
/proc/meminfo: memFree=31332656/32951124 swapFree=67053176/67111528
[pid=27699] ppid=27697 vsize=45560 CPUtime=0.05 cores=5,7
/proc/27699/stat : 27699 (munsat2_release) R 27697 27699 27623 0 -1 4202496 7929 0 0 0 5 0 0 0 22 0 1 0 891667686 46653440 7868 33554432000 4194304 4258824 140733869244784 18446744073709551615 218905391813 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/27699/statm: 11390 7873 219 16 0 8032 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 45560

[startup+0.100389 s]
/proc/loadavg: 0.32 0.12 0.47 4/189 27699
/proc/meminfo: memFree=31332656/32951124 swapFree=67053176/67111528
[pid=27699] ppid=27697 vsize=61564 CPUtime=0.09 cores=5,7
/proc/27699/stat : 27699 (munsat2_release) R 27697 27699 27623 0 -1 4202496 11881 0 0 0 8 1 0 0 22 0 1 0 891667686 63041536 11820 33554432000 4194304 4258824 140733869244784 18446744073709551615 218905391813 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/27699/statm: 15391 11825 219 16 0 12033 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 61564

[startup+0.300363 s]
/proc/loadavg: 0.32 0.12 0.47 4/189 27699
/proc/meminfo: memFree=31332656/32951124 swapFree=67053176/67111528
[pid=27699] ppid=27697 vsize=153068 CPUtime=0.29 cores=5,7
/proc/27699/stat : 27699 (munsat2_release) R 27697 27699 27623 0 -1 4202496 34154 0 0 0 25 4 0 0 23 0 1 0 891667686 156741632 34093 33554432000 4194304 4258824 140733869244784 18446744073709551615 218905391813 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/27699/statm: 38267 34099 219 16 0 34909 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 153068

[startup+0.700282 s]
/proc/loadavg: 0.32 0.12 0.47 4/189 27699
/proc/meminfo: memFree=31332656/32951124 swapFree=67053176/67111528
[pid=27699] ppid=27697 vsize=260380 CPUtime=0.69 cores=5,7
/proc/27699/stat : 27699 (munsat2_release) R 27697 27699 27623 0 -1 4202496 60036 0 0 0 61 8 0 0 25 0 1 0 891667686 266629120 59975 33554432000 4194304 4258824 140733869244784 18446744073709551615 4206717 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/27699/statm: 65095 59975 220 16 0 61737 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 260380

[startup+1.50113 s]
/proc/loadavg: 0.32 0.12 0.47 5/190 27700
/proc/meminfo: memFree=31101188/32951124 swapFree=67053176/67111528
[pid=27699] ppid=27697 vsize=337476 CPUtime=1.49 cores=5,7
/proc/27699/stat : 27699 (munsat2_release) R 27697 27699 27623 0 -1 4202496 76438 0 0 0 139 10 0 0 25 0 1 0 891667686 345575424 75137 33554432000 4194304 4258824 140733869244784 18446744073709551615 4248793 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/27699/statm: 84369 75138 224 16 0 81011 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 337476

[startup+3.10085 s]
/proc/loadavg: 0.32 0.12 0.47 5/190 27700
/proc/meminfo: memFree=31087920/32951124 swapFree=67053176/67111528
[pid=27699] ppid=27697 vsize=358872 CPUtime=3.09 cores=5,7
/proc/27699/stat : 27699 (munsat2_release) R 27697 27699 27623 0 -1 4202496 87225 0 0 0 298 11 0 0 25 0 1 0 891667686 367484928 80118 33554432000 4194304 4258824 140733869244784 18446744073709551615 4232456 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/27699/statm: 89718 80118 243 16 0 86360 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 358872

[startup+6.30027 s]
/proc/loadavg: 0.61 0.19 0.49 5/190 27700
/proc/meminfo: memFree=31024292/32951124 swapFree=67053176/67111528
[pid=27699] ppid=27697 vsize=371416 CPUtime=6.29 cores=5,7
/proc/27699/stat : 27699 (munsat2_release) R 27697 27699 27623 0 -1 4202496 89640 0 0 0 617 12 0 0 25 0 1 0 891667686 380329984 82531 33554432000 4194304 4258824 140733869244784 18446744073709551615 4225201 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/27699/statm: 92854 82531 244 16 0 89496 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 371416

[startup+12.7011 s]
/proc/loadavg: 0.89 0.25 0.51 5/190 27700
/proc/meminfo: memFree=31045820/32951124 swapFree=67053176/67111528
[pid=27699] ppid=27697 vsize=391388 CPUtime=12.7 cores=5,7
/proc/27699/stat : 27699 (munsat2_release) R 27697 27699 27623 0 -1 4202496 93107 0 0 0 1256 14 0 0 25 0 1 0 891667686 400781312 85996 33554432000 4194304 4258824 140733869244784 18446744073709551615 4217953 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/27699/statm: 97847 85996 244 16 0 94489 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 391388

[startup+25.5008 s]
/proc/loadavg: 1.57 0.43 0.56 5/190 27701
/proc/meminfo: memFree=31066452/32951124 swapFree=67053176/67111528
[pid=27699] ppid=27697 vsize=371160 CPUtime=25.49 cores=5,7
/proc/27699/stat : 27699 (munsat2_release) R 27697 27699 27623 0 -1 4202496 169759 0 0 0 2525 24 0 0 25 0 1 0 891667686 380067840 84170 33554432000 4194304 4258824 140733869244784 18446744073709551615 4226617 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/27699/statm: 92790 84173 244 16 0 89432 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 371160

[startup+51.1002 s]
/proc/loadavg: 2.40 0.72 0.65 5/190 27701
/proc/meminfo: memFree=30956036/32951124 swapFree=67053176/67111528
[pid=27699] ppid=27697 vsize=470156 CPUtime=51.09 cores=5,7
/proc/27699/stat : 27699 (munsat2_release) R 27697 27699 27623 0 -1 4202496 220182 0 0 0 5076 33 0 0 25 0 1 0 891667686 481439744 107776 33554432000 4194304 4258824 140733869244784 18446744073709551615 4225201 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/27699/statm: 117539 107776 244 16 0 114181 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 470156

[startup+102.307 s]
/proc/loadavg: 3.30 1.22 0.83 5/190 27703
/proc/meminfo: memFree=31081624/32951124 swapFree=67053176/67111528
[pid=27699] ppid=27697 vsize=371160 CPUtime=102.3 cores=5,7
/proc/27699/stat : 27699 (munsat2_release) R 27697 27699 27623 0 -1 4202496 297641 0 0 0 10180 50 0 0 25 0 1 0 891667686 380067840 83479 33554432000 4194304 4258824 140733869244784 18446744073709551615 4226617 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/27699/statm: 92790 83483 244 16 0 89432 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 371160

[startup+162.301 s]
/proc/loadavg: 3.74 1.72 1.02 5/190 27713
/proc/meminfo: memFree=30974692/32951124 swapFree=67053176/67111528
[pid=27699] ppid=27697 vsize=371160 CPUtime=162.29 cores=5,7
/proc/27699/stat : 27699 (munsat2_release) R 27697 27699 27623 0 -1 4202496 343858 0 0 0 16170 59 0 0 25 0 1 0 891667686 380067840 85832 33554432000 4194304 4258824 140733869244784 18446744073709551615 4225088 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/27699/statm: 92790 85832 244 16 0 89432 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 371160

[startup+222.3 s]
/proc/loadavg: 3.90 2.14 1.21 5/190 27715
/proc/meminfo: memFree=30913868/32951124 swapFree=67053176/67111528
[pid=27699] ppid=27697 vsize=439336 CPUtime=222.29 cores=5,7
/proc/27699/stat : 27699 (munsat2_release) R 27697 27699 27623 0 -1 4202496 402735 0 0 0 22158 71 0 0 25 0 1 0 891667686 449880064 98460 33554432000 4194304 4258824 140733869244784 18446744073709551615 4231920 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/27699/statm: 109834 98460 244 16 0 106476 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 439336

[startup+282.3 s]
/proc/loadavg: 4.01 2.49 1.38 5/190 27717
/proc/meminfo: memFree=30950532/32951124 swapFree=67053176/67111528
[pid=27699] ppid=27697 vsize=371160 CPUtime=282.3 cores=5,7
/proc/27699/stat : 27699 (munsat2_release) R 27697 27699 27623 0 -1 4202496 437805 0 0 0 28150 80 0 0 25 0 1 0 891667686 380067840 85857 33554432000 4194304 4258824 140733869244784 18446744073709551615 4218485 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/27699/statm: 92790 85857 244 16 0 89432 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 371160

[startup+342.301 s]
/proc/loadavg: 4.04 2.77 1.55 5/190 27718
/proc/meminfo: memFree=30876592/32951124 swapFree=67053176/67111528
[pid=27699] ppid=27697 vsize=409608 CPUtime=342.3 cores=5,7
/proc/27699/stat : 27699 (munsat2_release) R 27697 27699 27623 0 -1 4202496 449692 0 0 0 34149 81 0 0 25 0 1 0 891667686 419438592 96713 33554432000 4194304 4258824 140733869244784 18446744073709551615 4218520 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/27699/statm: 102402 96713 244 16 0 99044 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 409608

[startup+402.301 s]
/proc/loadavg: 4.01 2.99 1.70 5/190 27723
/proc/meminfo: memFree=30876656/32951124 swapFree=67053176/67111528
[pid=27699] ppid=27697 vsize=376572 CPUtime=402.3 cores=5,7
/proc/27699/stat : 27699 (munsat2_release) R 27697 27699 27623 0 -1 4202496 480117 0 0 0 40144 86 0 0 25 0 1 0 891667686 385609728 88469 33554432000 4194304 4258824 140733869244784 18446744073709551615 4225088 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/27699/statm: 94143 88469 244 16 0 90785 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 376572

[startup+462.301 s]
/proc/loadavg: 4.00 3.17 1.84 5/190 27724
/proc/meminfo: memFree=30860096/32951124 swapFree=67053176/67111528
[pid=27699] ppid=27697 vsize=376572 CPUtime=462.3 cores=5,7
/proc/27699/stat : 27699 (munsat2_release) R 27697 27699 27623 0 -1 4202496 480645 0 0 0 46144 86 0 0 25 0 1 0 891667686 385609728 88993 33554432000 4194304 4258824 140733869244784 18446744073709551615 4225432 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/27699/statm: 94143 88993 244 16 0 90785 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 376572

[startup+522.301 s]
/proc/loadavg: 4.00 3.32 1.97 5/190 27764
/proc/meminfo: memFree=30938400/32951124 swapFree=67053176/67111528
[pid=27699] ppid=27697 vsize=399688 CPUtime=522.3 cores=5,7
/proc/27699/stat : 27699 (munsat2_release) R 27697 27699 27623 0 -1 4202496 486326 0 0 0 52143 87 0 0 25 0 1 0 891667686 409280512 93455 33554432000 4194304 4258824 140733869244784 18446744073709551615 4225208 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/27699/statm: 99922 93455 244 16 0 96564 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 399688

[startup+582.3 s]
/proc/loadavg: 4.00 3.44 2.10 5/190 27766
/proc/meminfo: memFree=30939884/32951124 swapFree=67053176/67111528
[pid=27699] ppid=27697 vsize=394408 CPUtime=582.31 cores=5,7
/proc/27699/stat : 27699 (munsat2_release) R 27697 27699 27623 0 -1 4202496 495874 0 0 0 58142 89 0 0 25 0 1 0 891667686 403873792 92012 33554432000 4194304 4258824 140733869244784 18446744073709551615 4225519 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/27699/statm: 98602 92012 244 16 0 95244 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 394408

[startup+642.3 s]

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

[startup+822.301 s]
/proc/loadavg: 4.07 3.77 2.53 5/190 27772
/proc/meminfo: memFree=30948052/32951124 swapFree=67053176/67111528
[pid=27699] ppid=27697 vsize=387228 CPUtime=822.32 cores=5,7
/proc/27699/stat : 27699 (munsat2_release) R 27697 27699 27623 0 -1 4202496 528171 0 0 0 82135 97 0 0 25 0 1 0 891667686 396521472 89017 33554432000 4194304 4258824 140733869244784 18446744073709551615 4225250 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/27699/statm: 96807 89017 244 16 0 93449 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 387228

[startup+882.301 s]
/proc/loadavg: 4.06 3.82 2.62 5/190 27774
/proc/meminfo: memFree=30958688/32951124 swapFree=67053176/67111528
[pid=27699] ppid=27697 vsize=372028 CPUtime=882.31 cores=5,7
/proc/27699/stat : 27699 (munsat2_release) R 27697 27699 27623 0 -1 4202496 541713 0 0 0 88132 99 0 0 25 0 1 0 891667686 380956672 86282 33554432000 4194304 4258824 140733869244784 18446744073709551615 4232432 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/27699/statm: 93007 86282 244 16 0 89649 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 372028

[startup+942.3 s]
/proc/loadavg: 4.02 3.85 2.71 5/190 27775
/proc/meminfo: memFree=30942776/32951124 swapFree=67053176/67111528
[pid=27699] ppid=27697 vsize=409560 CPUtime=942.32 cores=5,7
/proc/27699/stat : 27699 (munsat2_release) R 27697 27699 27623 0 -1 4202496 546210 0 0 0 94130 102 0 0 25 0 1 0 891667686 419389440 90699 33554432000 4194304 4258824 140733869244784 18446744073709551615 4225432 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/27699/statm: 102390 90699 244 16 0 99032 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 409560

[startup+1002.3 s]
/proc/loadavg: 4.00 3.88 2.79 5/190 27777
/proc/meminfo: memFree=30961944/32951124 swapFree=67053176/67111528
[pid=27699] ppid=27697 vsize=372208 CPUtime=1002.32 cores=5,7
/proc/27699/stat : 27699 (munsat2_release) R 27697 27699 27623 0 -1 4202496 562305 0 0 0 100127 105 0 0 25 0 1 0 891667686 381140992 85680 33554432000 4194304 4258824 140733869244784 18446744073709551615 4225129 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/27699/statm: 93052 85680 244 16 0 89694 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 372208

[startup+1062.3 s]
/proc/loadavg: 4.00 3.90 2.86 5/190 27778
/proc/meminfo: memFree=30930916/32951124 swapFree=67053176/67111528
[pid=27699] ppid=27697 vsize=402032 CPUtime=1062.32 cores=5,7
/proc/27699/stat : 27699 (munsat2_release) R 27697 27699 27623 0 -1 4202496 571383 0 0 0 106125 107 0 0 25 0 1 0 891667686 411680768 93895 33554432000 4194304 4258824 140733869244784 18446744073709551615 4225201 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/27699/statm: 100508 93895 244 16 0 97150 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 402032

[startup+1122.3 s]
/proc/loadavg: 4.04 3.93 2.93 5/190 27780
/proc/meminfo: memFree=30958888/32951124 swapFree=67053176/67111528
[pid=27699] ppid=27697 vsize=390360 CPUtime=1122.32 cores=5,7
/proc/27699/stat : 27699 (munsat2_release) R 27697 27699 27623 0 -1 4202496 577949 0 0 0 112121 111 0 0 25 0 1 0 891667686 399728640 86043 33554432000 4194304 4258824 140733869244784 18446744073709551615 4218509 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/27699/statm: 97590 86043 244 16 0 94232 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 390360

[startup+1182.3 s]
/proc/loadavg: 4.01 3.94 3.00 5/190 27782
/proc/meminfo: memFree=30951516/32951124 swapFree=67053176/67111528
[pid=27699] ppid=27697 vsize=390652 CPUtime=1182.32 cores=5,7
/proc/27699/stat : 27699 (munsat2_release) R 27697 27699 27623 0 -1 4202496 595099 0 0 0 118117 115 0 0 25 0 1 0 891667686 400027648 88129 33554432000 4194304 4258824 140733869244784 18446744073709551615 4225201 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/27699/statm: 97663 88129 244 16 0 94305 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 390652

[startup+1242.3 s]
/proc/loadavg: 4.00 3.95 3.06 5/190 27783
/proc/meminfo: memFree=30962268/32951124 swapFree=67053176/67111528
[pid=27699] ppid=27697 vsize=371160 CPUtime=1242.32 cores=5,7
/proc/27699/stat : 27699 (munsat2_release) R 27697 27699 27623 0 -1 4202496 601252 0 0 0 124116 116 0 0 25 0 1 0 891667686 380067840 84915 33554432000 4194304 4258824 140733869244784 18446744073709551615 4225328 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/27699/statm: 92790 84915 244 16 0 89432 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 371160

[startup+1302.3 s]
/proc/loadavg: 4.05 3.97 3.12 5/190 27785
/proc/meminfo: memFree=30917348/32951124 swapFree=67053176/67111528
[pid=27699] ppid=27697 vsize=420480 CPUtime=1302.33 cores=5,7
/proc/27699/stat : 27699 (munsat2_release) R 27697 27699 27623 0 -1 4202496 612441 0 0 0 130113 120 0 0 25 0 1 0 891667686 430571520 96039 33554432000 4194304 4258824 140733869244784 18446744073709551615 4225190 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/27699/statm: 105120 96039 244 16 0 101762 0
Current children cumulated CPU time (s) 1302.33
Current children cumulated vsize (KiB) 420480

[startup+1362.3 s]
/proc/loadavg: 4.02 3.97 3.17 5/190 27786
/proc/meminfo: memFree=30938004/32951124 swapFree=67053176/67111528
[pid=27699] ppid=27697 vsize=408512 CPUtime=1362.33 cores=5,7
/proc/27699/stat : 27699 (munsat2_release) R 27697 27699 27623 0 -1 4202496 615049 0 0 0 136111 122 0 0 25 0 1 0 891667686 418316288 89607 33554432000 4194304 4258824 140733869244784 18446744073709551615 4225176 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/27699/statm: 102128 89607 244 16 0 98770 0
Current children cumulated CPU time (s) 1362.33
Current children cumulated vsize (KiB) 408512

[startup+1422.31 s]
/proc/loadavg: 4.04 3.99 3.22 5/190 27788
/proc/meminfo: memFree=30967100/32951124 swapFree=67053176/67111528
[pid=27699] ppid=27697 vsize=362472 CPUtime=1422.33 cores=5,7
/proc/27699/stat : 27699 (munsat2_release) R 27697 27699 27623 0 -1 4202496 619028 0 0 0 142110 123 0 0 25 0 1 0 891667686 371171328 81600 33554432000 4194304 4258824 140733869244784 18446744073709551615 4225176 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/27699/statm: 90618 81600 244 16 0 87260 0
Current children cumulated CPU time (s) 1422.33
Current children cumulated vsize (KiB) 362472

[startup+1482.3 s]
/proc/loadavg: 4.01 3.99 3.27 5/190 27790
/proc/meminfo: memFree=30938912/32951124 swapFree=67053176/67111528
[pid=27699] ppid=27697 vsize=381328 CPUtime=1482.33 cores=5,7
/proc/27699/stat : 27699 (munsat2_release) R 27697 27699 27623 0 -1 4202496 627816 0 0 0 148106 127 0 0 25 0 1 0 891667686 390479872 89610 33554432000 4194304 4258824 140733869244784 18446744073709551615 4225459 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/27699/statm: 95332 89611 244 16 0 91974 0
Current children cumulated CPU time (s) 1482.33
Current children cumulated vsize (KiB) 381328

[startup+1542.3 s]
/proc/loadavg: 4.00 3.99 3.31 5/190 27791
/proc/meminfo: memFree=30935032/32951124 swapFree=67053176/67111528
[pid=27699] ppid=27697 vsize=381328 CPUtime=1542.33 cores=5,7
/proc/27699/stat : 27699 (munsat2_release) R 27697 27699 27623 0 -1 4202496 637275 0 0 0 154104 129 0 0 25 0 1 0 891667686 390479872 90211 33554432000 4194304 4258824 140733869244784 18446744073709551615 4225176 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/27699/statm: 95332 90211 244 16 0 91974 0
Current children cumulated CPU time (s) 1542.33
Current children cumulated vsize (KiB) 381328

[startup+1602.3 s]
/proc/loadavg: 4.00 3.99 3.35 5/190 27793
/proc/meminfo: memFree=30919116/32951124 swapFree=67053176/67111528
[pid=27699] ppid=27697 vsize=395292 CPUtime=1602.33 cores=5,7
/proc/27699/stat : 27699 (munsat2_release) R 27697 27699 27623 0 -1 4202496 641295 0 0 0 160103 130 0 0 25 0 1 0 891667686 404779008 93702 33554432000 4194304 4258824 140733869244784 18446744073709551615 4225535 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/27699/statm: 98823 93702 244 16 0 95465 0
Current children cumulated CPU time (s) 1602.33
Current children cumulated vsize (KiB) 395292

[startup+1662.3 s]
/proc/loadavg: 4.05 4.00 3.39 5/190 27794
/proc/meminfo: memFree=30942900/32951124 swapFree=67053176/67111528
[pid=27699] ppid=27697 vsize=387932 CPUtime=1662.33 cores=5,7
/proc/27699/stat : 27699 (munsat2_release) R 27697 27699 27623 0 -1 4202496 660344 0 0 0 166100 133 0 0 25 0 1 0 891667686 397242368 86958 33554432000 4194304 4258824 140733869244784 18446744073709551615 4225495 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/27699/statm: 96983 86958 244 16 0 93625 0
Current children cumulated CPU time (s) 1662.33
Current children cumulated vsize (KiB) 387932

[startup+1722.3 s]
/proc/loadavg: 4.02 4.00 3.43 5/190 27796
/proc/meminfo: memFree=30925868/32951124 swapFree=67053176/67111528
[pid=27699] ppid=27697 vsize=413968 CPUtime=1722.33 cores=5,7
/proc/27699/stat : 27699 (munsat2_release) R 27697 27699 27623 0 -1 4202496 665493 0 0 0 172098 135 0 0 25 0 1 0 891667686 423903232 91701 33554432000 4194304 4258824 140733869244784 18446744073709551615 4201325 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/27699/statm: 103492 91701 244 16 0 100134 0
Current children cumulated CPU time (s) 1722.33
Current children cumulated vsize (KiB) 413968

[startup+1782.3 s]
/proc/loadavg: 4.00 4.00 3.46 5/190 27798
/proc/meminfo: memFree=30913188/32951124 swapFree=67053176/67111528
[pid=27699] ppid=27697 vsize=403876 CPUtime=1782.34 cores=5,7
/proc/27699/stat : 27699 (munsat2_release) R 27697 27699 27623 0 -1 4202496 680492 0 0 0 178094 140 0 0 25 0 1 0 891667686 413569024 93817 33554432000 4194304 4258824 140733869244784 18446744073709551615 4225716 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/27699/statm: 100969 93817 244 16 0 97611 0
Current children cumulated CPU time (s) 1782.34
Current children cumulated vsize (KiB) 403876



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 3.84 3.97 3.46 5/190 27876
/proc/meminfo: memFree=31105648/32951124 swapFree=67053176/67111528
[pid=27699] ppid=27697 vsize=403876 CPUtime=1800.05 cores=5,7
/proc/27699/stat : 27699 (munsat2_release) R 27697 27699 27623 0 -1 4202496 681825 0 0 0 179864 141 0 0 25 0 1 0 891667686 413569024 95129 33554432000 4194304 4258824 140733869244784 18446744073709551615 4218485 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/27699/statm: 100969 95129 244 16 0 97611 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 403876

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.02
CPU time (s): 1800.07
CPU user time (s): 1798.64
CPU system time (s): 1.42678
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 470156

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

runsolver used 2.88556 second user time and 6.94294 second system time

The end

Launcher Data

Begin job on node137 at 2011-06-11 15:58:20
IDJOB=3493693
IDBENCH=82385
IDSOLVER=1973
FILE ID=node137/3493693-1307800698
RUNJOBID= node137-1307800695-27644
PBS_JOBID= 13551049
Free space on /tmp= 73912 MiB

SOLVER NAME= MiniUnsat2 2011-02-22
BENCH NAME= SAT11/application/rintanen/SATPlanning/transport-transport-city-sequential-35nodes-1000size-4degree-100mindistance-4trucks-14packages-2008seed.010-NOTKNOWN.cnf
COMMAND LINE= munsat2_release -rnd-seed=RANDOMSEED -verb=0 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3493693-1307800698/watcher-3493693-1307800698 -o /tmp/evaluation-result-3493693-1307800698/solver-3493693-1307800698 -C 1800 -W 1850 -M 7680  munsat2_release -rnd-seed=869386551 -verb=0 HOME/instance-3493693-1307800698.cnf

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 7680 MiB
NBCORE= 2

MD5SUM BENCH= abbb056568da53d196de18eea9d5106c
RANDOM SEED=869386551

node137.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.844
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.68
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.844
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.844
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.844
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.74
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.844
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.844
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.844
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.83
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.844
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      31337044 kB
Buffers:        274016 kB
Cached:         918200 kB
SwapCached:      12188 kB
Active:         848640 kB
Inactive:       582708 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31337044 kB
SwapTotal:    67111528 kB
SwapFree:     67053176 kB
Dirty:           51540 kB
Writeback:           0 kB
AnonPages:      236028 kB
Mapped:           9436 kB
Slab:           116612 kB
PageTables:       5644 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   492856 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= 73924 MiB
End job on node137 at 2011-06-11 16:28:22