Trace number 3285465

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
RestartSAT A75? (TO) 1300.15 1300.11

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 benchmark2074.86
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


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

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-3285465-1303764901/watcher-3285465-1303764901 -o /tmp/evaluation-result-3285465-1303764901/solver-3285465-1303764901 -C 2400 -W 1300 -M 7680 HOME/RestartSAT -rfirst=1 -var-decay=0.75 HOME/instance-3285465-1303764901.cnf 

running on 2 cores: 0,2

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 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: 3.76 3.95 3.89 5/186 29373
/proc/meminfo: memFree=12957040/32950928 swapFree=67111524/67111528
[pid=29373] ppid=29371 vsize=22688 CPUtime=0 cores=0,2
/proc/29373/stat : 29373 (RestartSAT) R 29371 29373 28620 0 -1 4202496 1393 0 0 0 0 0 0 0 21 0 1 0 566721053 23232512 1335 33554432000 4194304 4291949 140737386301968 18446744073709551615 4277761 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/29373/statm: 5672 1340 228 24 0 2306 0

[startup+0.0693981 s]
/proc/loadavg: 3.76 3.95 3.89 5/186 29373
/proc/meminfo: memFree=12957040/32950928 swapFree=67111524/67111528
[pid=29373] ppid=29371 vsize=31060 CPUtime=0.05 cores=0,2
/proc/29373/stat : 29373 (RestartSAT) R 29371 29373 28620 0 -1 4202496 3453 0 0 0 5 0 0 0 21 0 1 0 566721053 31805440 3381 33554432000 4194304 4291949 140737386301968 18446744073709551615 256415052485 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/29373/statm: 7765 3383 228 24 0 4399 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 31060

[startup+0.100414 s]
/proc/loadavg: 3.76 3.95 3.89 5/186 29373
/proc/meminfo: memFree=12957040/32950928 swapFree=67111524/67111528
[pid=29373] ppid=29371 vsize=36200 CPUtime=0.09 cores=0,2
/proc/29373/stat : 29373 (RestartSAT) R 29371 29373 28620 0 -1 4202496 4664 0 0 0 8 1 0 0 21 0 1 0 566721053 37068800 4551 33554432000 4194304 4291949 140737386301968 18446744073709551615 256415052485 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/29373/statm: 9050 4553 228 24 0 5684 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 36200

[startup+0.300373 s]
/proc/loadavg: 3.76 3.95 3.89 5/186 29373
/proc/meminfo: memFree=12957040/32950928 swapFree=67111524/67111528
[pid=29373] ppid=29371 vsize=72172 CPUtime=0.29 cores=0,2
/proc/29373/stat : 29373 (RestartSAT) R 29371 29373 28620 0 -1 4202496 14600 0 0 0 27 2 0 0 22 0 1 0 566721053 73904128 13528 33554432000 4194304 4291949 140737386301968 18446744073709551615 256415052485 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/29373/statm: 18043 13529 228 24 0 14677 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 72172

[startup+0.700312 s]
/proc/loadavg: 3.76 3.95 3.89 5/186 29373
/proc/meminfo: memFree=12957040/32950928 swapFree=67111524/67111528
[pid=29373] ppid=29371 vsize=167444 CPUtime=0.69 cores=0,2
/proc/29373/stat : 29373 (RestartSAT) R 29371 29373 28620 0 -1 4202496 37237 0 0 0 62 7 0 0 24 0 1 0 566721053 171462656 33319 33554432000 4194304 4291949 140737386301968 18446744073709551615 4278185 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/29373/statm: 41861 33321 228 24 0 38495 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 167444

[startup+1.50116 s]
/proc/loadavg: 3.76 3.95 3.89 5/187 29374
/proc/meminfo: memFree=12631716/32950928 swapFree=67111524/67111528
[pid=29373] ppid=29371 vsize=347252 CPUtime=1.49 cores=0,2
/proc/29373/stat : 29373 (RestartSAT) R 29371 29373 28620 0 -1 4202496 77788 0 0 0 136 13 0 0 25 0 1 0 566721053 355586048 70025 33554432000 4194304 4291949 140737386301968 18446744073709551615 4215504 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/29373/statm: 86813 70025 231 24 0 83447 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 347252

[startup+3.10085 s]
/proc/loadavg: 3.76 3.95 3.89 5/187 29374
/proc/meminfo: memFree=12495672/32950928 swapFree=67111524/67111528
[pid=29373] ppid=29371 vsize=347252 CPUtime=3.09 cores=0,2
/proc/29373/stat : 29373 (RestartSAT) R 29371 29373 28620 0 -1 4202496 77790 0 0 0 296 13 0 0 25 0 1 0 566721053 355586048 70027 33554432000 4194304 4291949 140737386301968 18446744073709551615 4255396 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/29373/statm: 86813 70027 232 24 0 83447 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 347252

[startup+6.30125 s]
/proc/loadavg: 4.02 4.00 3.91 5/190 29380
/proc/meminfo: memFree=11751932/32950928 swapFree=67111524/67111528
[pid=29373] ppid=29371 vsize=381444 CPUtime=6.29 cores=0,2
/proc/29373/stat : 29373 (RestartSAT) R 29371 29373 28620 0 -1 4202496 86637 0 0 0 615 14 0 0 25 0 1 0 566721053 390598656 78850 33554432000 4194304 4291949 140737386301968 18446744073709551615 4230144 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/29373/statm: 95361 78850 234 24 0 91995 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 381444

[startup+12.701 s]
/proc/loadavg: 4.02 4.00 3.91 5/190 29380
/proc/meminfo: memFree=11824420/32950928 swapFree=67111524/67111528
[pid=29373] ppid=29371 vsize=311232 CPUtime=12.7 cores=0,2
/proc/29373/stat : 29373 (RestartSAT) R 29371 29373 28620 0 -1 4202496 100096 0 0 0 1254 16 0 0 25 0 1 0 566721053 318701568 66261 33554432000 4194304 4291949 140737386301968 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/29373/statm: 77808 66261 253 24 0 74442 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 311232

[startup+25.5006 s]
/proc/loadavg: 4.01 4.00 3.91 5/190 29380
/proc/meminfo: memFree=11684176/32950928 swapFree=67111524/67111528
[pid=29373] ppid=29371 vsize=342052 CPUtime=25.49 cores=0,2
/proc/29373/stat : 29373 (RestartSAT) R 29371 29373 28620 0 -1 4202496 103796 0 0 0 2532 17 0 0 25 0 1 0 566721053 350261248 69959 33554432000 4194304 4291949 140737386301968 18446744073709551615 4255760 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/29373/statm: 85513 69959 253 24 0 82147 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 342052

[startup+51.1008 s]
/proc/loadavg: 4.01 4.00 3.91 5/190 29381
/proc/meminfo: memFree=11664300/32950928 swapFree=67111524/67111528
[pid=29373] ppid=29371 vsize=392140 CPUtime=51.09 cores=0,2
/proc/29373/stat : 29373 (RestartSAT) R 29371 29373 28620 0 -1 4202496 112028 0 0 0 5089 20 0 0 25 0 1 0 566721053 401551360 78178 33554432000 4194304 4291949 140737386301968 18446744073709551615 4248261 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/29373/statm: 98035 78178 253 24 0 94669 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 392140

[startup+102.301 s]
/proc/loadavg: 4.00 4.00 3.91 5/190 29382
/proc/meminfo: memFree=11326268/32950928 swapFree=67111524/67111528
[pid=29373] ppid=29371 vsize=473528 CPUtime=102.29 cores=0,2
/proc/29373/stat : 29373 (RestartSAT) R 29371 29373 28620 0 -1 4202496 132994 0 0 0 10204 25 0 0 25 0 1 0 566721053 484892672 99128 33554432000 4194304 4291949 140737386301968 18446744073709551615 4248612 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/29373/statm: 118382 99128 253 24 0 115016 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 473528

[startup+162.301 s]
/proc/loadavg: 4.06 4.01 3.92 5/190 29384
/proc/meminfo: memFree=10967728/32950928 swapFree=67111524/67111528
[pid=29373] ppid=29371 vsize=605788 CPUtime=162.3 cores=0,2
/proc/29373/stat : 29373 (RestartSAT) R 29371 29373 28620 0 -1 4202496 154366 0 0 0 16200 30 0 0 25 0 1 0 566721053 620326912 120474 33554432000 4194304 4291949 140737386301968 18446744073709551615 4251091 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/29373/statm: 151447 120474 253 24 0 148081 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 605788

[startup+222.301 s]
/proc/loadavg: 4.02 4.01 3.92 5/190 29385
/proc/meminfo: memFree=10587872/32950928 swapFree=67111524/67111528
[pid=29373] ppid=29371 vsize=820712 CPUtime=222.3 cores=0,2
/proc/29373/stat : 29373 (RestartSAT) R 29371 29373 28620 0 -1 4202496 180303 0 0 0 22193 37 0 0 25 0 1 0 566721053 840409088 146397 33554432000 4194304 4291949 140737386301968 18446744073709551615 4248240 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/29373/statm: 205178 146397 253 24 0 201812 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 820712

[startup+282.307 s]
/proc/loadavg: 4.00 4.00 3.92 5/190 29387
/proc/meminfo: memFree=10194984/32950928 swapFree=67111524/67111528
[pid=29373] ppid=29371 vsize=820712 CPUtime=282.31 cores=0,2
/proc/29373/stat : 29373 (RestartSAT) R 29371 29373 28620 0 -1 4202496 207319 0 0 0 28188 43 0 0 25 0 1 0 566721053 840409088 173401 33554432000 4194304 4291949 140737386301968 18446744073709551615 4255904 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/29373/statm: 205178 173401 253 24 0 201812 0
Current children cumulated CPU time (s) 282.31
Current children cumulated vsize (KiB) 820712

[startup+342.301 s]
/proc/loadavg: 4.00 4.00 3.92 5/190 29389
/proc/meminfo: memFree=9749388/32950928 swapFree=67111524/67111528
[pid=29373] ppid=29371 vsize=820712 CPUtime=342.3 cores=0,2
/proc/29373/stat : 29373 (RestartSAT) R 29371 29373 28620 0 -1 4202496 227864 0 0 0 34183 47 0 0 25 0 1 0 566721053 840409088 193932 33554432000 4194304 4291949 140737386301968 18446744073709551615 4248464 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/29373/statm: 205178 193932 253 24 0 201812 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 820712

[startup+402.301 s]
/proc/loadavg: 4.07 4.02 3.92 5/190 29399
/proc/meminfo: memFree=9335476/32950928 swapFree=67111524/67111528
[pid=29373] ppid=29371 vsize=1169960 CPUtime=402.3 cores=0,2
/proc/29373/stat : 29373 (RestartSAT) R 29371 29373 28620 0 -1 4202496 253003 0 0 0 40177 53 0 0 25 0 1 0 566721053 1198039040 219058 33554432000 4194304 4291949 140737386301968 18446744073709551615 4248595 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/29373/statm: 292490 219058 253 24 0 289124 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 1169960

[startup+462.301 s]
/proc/loadavg: 4.02 4.01 3.92 5/190 29401
/proc/meminfo: memFree=9000632/32950928 swapFree=67111524/67111528
[pid=29373] ppid=29371 vsize=1169960 CPUtime=462.3 cores=0,2
/proc/29373/stat : 29373 (RestartSAT) R 29371 29373 28620 0 -1 4202496 270962 0 0 0 46173 57 0 0 25 0 1 0 566721053 1198039040 237001 33554432000 4194304 4291949 140737386301968 18446744073709551615 4256127 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/29373/statm: 292490 237001 253 24 0 289124 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 1169960

[startup+522.3 s]
/proc/loadavg: 4.01 4.00 3.92 5/190 29402
/proc/meminfo: memFree=8549360/32950928 swapFree=67111524/67111528
[pid=29373] ppid=29371 vsize=1169960 CPUtime=522.31 cores=0,2
/proc/29373/stat : 29373 (RestartSAT) R 29371 29373 28620 0 -1 4202496 303727 0 0 0 52168 63 0 0 25 0 1 0 566721053 1198039040 269757 33554432000 4194304 4291949 140737386301968 18446744073709551615 4248371 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/29373/statm: 292490 269757 253 24 0 289124 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 1169960

[startup+582.301 s]
/proc/loadavg: 4.00 4.00 3.92 5/190 29404
/proc/meminfo: memFree=8163676/32950928 swapFree=67111524/67111528
[pid=29373] ppid=29371 vsize=1737488 CPUtime=582.31 cores=0,2
/proc/29373/stat : 29373 (RestartSAT) R 29371 29373 28620 0 -1 4202496 328794 0 0 0 58162 69 0 0 25 0 1 0 566721053 1779187712 294808 33554432000 4194304 4291949 140737386301968 18446744073709551615 4251581 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/29373/statm: 434372 294808 253 24 0 431006 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 1737488

[startup+642.301 s]
/proc/loadavg: 4.00 4.00 3.92 5/190 29406
/proc/meminfo: memFree=7838232/32950928 swapFree=67111524/67111528
[pid=29373] ppid=29371 vsize=1737488 CPUtime=642.31 cores=0,2
/proc/29373/stat : 29373 (RestartSAT) R 29371 29373 28620 0 -1 4202496 348415 0 0 0 64158 73 0 0 25 0 1 0 566721053 1779187712 314421 33554432000 4194304 4291949 140737386301968 18446744073709551615 4262410 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/29373/statm: 434372 314421 253 24 0 431006 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 1737488

[startup+702.3 s]
/proc/loadavg: 4.09 4.03 3.93 5/190 29407
/proc/meminfo: memFree=7452060/32950928 swapFree=67111524/67111528
[pid=29373] ppid=29371 vsize=1737488 CPUtime=702.32 cores=0,2
/proc/29373/stat : 29373 (RestartSAT) R 29371 29373 28620 0 -1 4202496 370209 0 0 0 70155 77 0 0 25 0 1 0 566721053 1779187712 336207 33554432000 4194304 4291949 140737386301968 18446744073709551615 4250696 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/29373/statm: 434372 336207 253 24 0 431006 0
Current children cumulated CPU time (s) 702.32
Current children cumulated vsize (KiB) 1737488

[startup+762.301 s]
/proc/loadavg: 4.03 4.02 3.93 5/190 29409
/proc/meminfo: memFree=7061140/32950928 swapFree=67111524/67111528
[pid=29373] ppid=29371 vsize=1739716 CPUtime=762.31 cores=0,2
/proc/29373/stat : 29373 (RestartSAT) R 29371 29373 28620 0 -1 4202496 389831 0 0 0 76150 81 0 0 25 0 1 0 566721053 1781469184 355815 33554432000 4194304 4291949 140737386301968 18446744073709551615 4248464 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/29373/statm: 434929 355815 253 24 0 431563 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 1739716

[startup+822.301 s]
/proc/loadavg: 4.01 4.02 3.93 5/190 29410
/proc/meminfo: memFree=6583460/32950928 swapFree=67111524/67111528
[pid=29373] ppid=29371 vsize=1744152 CPUtime=822.33 cores=0,2
/proc/29373/stat : 29373 (RestartSAT) R 29371 29373 28620 0 -1 4202496 409770 0 0 0 82147 86 0 0 25 0 1 0 566721053 1786011648 375743 33554432000 4194304 4291949 140737386301968 18446744073709551615 4267195 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/29373/statm: 436038 375743 253 24 0 432672 0
Current children cumulated CPU time (s) 822.33
Current children cumulated vsize (KiB) 1744152

[startup+882.301 s]
/proc/loadavg: 4.00 4.01 3.93 5/190 29412
/proc/meminfo: memFree=6044376/32950928 swapFree=67111524/67111528
[pid=29373] ppid=29371 vsize=1745304 CPUtime=882.32 cores=0,2
/proc/29373/stat : 29373 (RestartSAT) R 29371 29373 28620 0 -1 4202496 433918 0 0 0 88143 89 0 0 25 0 1 0 566721053 1787191296 399884 33554432000 4194304 4291949 140737386301968 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/29373/statm: 436326 399884 253 24 0 432960 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 1745304

[startup+942.307 s]
/proc/loadavg: 4.00 4.00 3.93 5/190 29414
/proc/meminfo: memFree=5691460/32950928 swapFree=67111524/67111528
[pid=29373] ppid=29371 vsize=1749904 CPUtime=942.33 cores=0,2
/proc/29373/stat : 29373 (RestartSAT) R 29371 29373 28620 0 -1 4202496 455982 0 0 0 94139 94 0 0 25 0 1 0 566721053 1791901696 421941 33554432000 4194304 4291949 140737386301968 18446744073709551615 4256164 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/29373/statm: 437476 421941 253 24 0 434110 0
Current children cumulated CPU time (s) 942.33
Current children cumulated vsize (KiB) 1749904

[startup+1002.3 s]
/proc/loadavg: 4.00 4.00 3.93 5/190 29415
/proc/meminfo: memFree=5363216/32950928 swapFree=67111524/67111528
[pid=29373] ppid=29371 vsize=2677112 CPUtime=1002.32 cores=0,2
/proc/29373/stat : 29373 (RestartSAT) R 29371 29373 28620 0 -1 4202496 476693 0 0 0 100134 98 0 0 25 0 1 0 566721053 2741362688 442649 33554432000 4194304 4291949 140737386301968 18446744073709551615 4248380 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/29373/statm: 669278 442649 253 24 0 665912 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 2677112

[startup+1062.3 s]
/proc/loadavg: 4.00 4.00 3.93 5/190 29417
/proc/meminfo: memFree=5056884/32950928 swapFree=67111524/67111528
[pid=29373] ppid=29371 vsize=2678328 CPUtime=1062.33 cores=0,2
/proc/29373/stat : 29373 (RestartSAT) R 29371 29373 28620 0 -1 4202496 492139 0 0 0 106131 102 0 0 25 0 1 0 566721053 2742607872 458080 33554432000 4194304 4291949 140737386301968 18446744073709551615 4250696 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/29373/statm: 669582 458080 253 24 0 666216 0
Current children cumulated CPU time (s) 1062.33
Current children cumulated vsize (KiB) 2678328

[startup+1122.3 s]
/proc/loadavg: 4.00 4.00 3.93 5/190 29418
/proc/meminfo: memFree=4639184/32950928 swapFree=67111524/67111528
[pid=29373] ppid=29371 vsize=2682760 CPUtime=1122.33 cores=0,2
/proc/29373/stat : 29373 (RestartSAT) R 29371 29373 28620 0 -1 4202496 507183 0 0 0 112127 106 0 0 25 0 1 0 566721053 2747146240 473113 33554432000 4194304 4291949 140737386301968 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/29373/statm: 670690 473113 253 24 0 667324 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 2682760

[startup+1182.3 s]
/proc/loadavg: 4.00 4.00 3.93 5/190 29420
/proc/meminfo: memFree=4332336/32950928 swapFree=67111524/67111528
[pid=29373] ppid=29371 vsize=2684196 CPUtime=1182.34 cores=0,2
/proc/29373/stat : 29373 (RestartSAT) R 29371 29373 28620 0 -1 4202496 527493 0 0 0 118123 111 0 0 25 0 1 0 566721053 2748616704 493418 33554432000 4194304 4291949 140737386301968 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/29373/statm: 671049 493418 253 24 0 667683 0
Current children cumulated CPU time (s) 1182.34
Current children cumulated vsize (KiB) 2684196

[startup+1242.3 s]
/proc/loadavg: 4.04 4.01 3.94 5/190 29422
/proc/meminfo: memFree=3902896/32950928 swapFree=67111524/67111528
[pid=29373] ppid=29371 vsize=2685868 CPUtime=1242.34 cores=0,2
/proc/29373/stat : 29373 (RestartSAT) R 29371 29373 28620 0 -1 4202496 570575 0 0 0 124113 121 0 0 25 0 1 0 566721053 2750328832 536484 33554432000 4194304 4291949 140737386301968 18446744073709551615 4261934 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/29373/statm: 671467 536484 253 24 0 668101 0
Current children cumulated CPU time (s) 1242.34
Current children cumulated vsize (KiB) 2685868



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.93 3.99 3.93 3/186 29425
/proc/meminfo: memFree=8203224/32950928 swapFree=67111524/67111528
[pid=29373] ppid=29371 vsize=2686880 CPUtime=1300.04 cores=0,2
/proc/29373/stat : 29373 (RestartSAT) R 29371 29373 28620 0 -1 4202496 605318 0 0 0 129877 127 0 0 25 0 1 0 566721053 2751365120 571222 33554432000 4194304 4291949 140737386301968 18446744073709551615 4256322 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/29373/statm: 671720 571222 253 24 0 668354 0
Current children cumulated CPU time (s) 1300.04
Current children cumulated vsize (KiB) 2686880

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

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

[startup+1300.11 s]
/proc/loadavg: 3.93 3.99 3.93 3/186 29425
/proc/meminfo: memFree=8203224/32950928 swapFree=67111524/67111528
[pid=29373] ppid=29371 vsize=0 CPUtime=1300.14 cores=0,2
/proc/29373/stat : 29373 (RestartSAT) R 29371 29373 28620 0 -1 4203524 605318 0 0 0 129877 137 0 0 25 0 1 0 566721053 0 0 33554432000 0 0 0 0 0 0 0 4096 8388610 18446744073709551615 0 0 17 0 0 0 0
/proc/29373/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1300.14
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.11
CPU time (s): 1300.15
CPU user time (s): 1298.78
CPU system time (s): 1.37579
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 2686880

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1298.78
system time used= 1.37579
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 605318
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= 1951

runsolver used 2.22866 second user time and 4.87126 second system time

The end

Launcher Data

Begin job on node115 at 2011-04-25 22:55:04
IDJOB=3285465
IDBENCH=82387
IDSOLVER=1581
FILE ID=node115/3285465-1303764901
RUNJOBID= node115-1303764901-29336
PBS_JOBID= 13157138
Free space on /tmp= 72400 MiB

SOLVER NAME= RestartSAT A75
BENCH NAME= SAT11/application/rintanen/SATPlanning/transport-transport-three-cities-sequential-14nodes-1000size-4degree-100mindistance-4trucks-14packages-2008seed.020-NOTKNOWN.cnf
COMMAND LINE= HOME/RestartSAT -rfirst=1 -var-decay=0.75 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3285465-1303764901/watcher-3285465-1303764901 -o /tmp/evaluation-result-3285465-1303764901/solver-3285465-1303764901 -C 2400 -W 1300 -M 7680  HOME/RestartSAT -rfirst=1 -var-decay=0.75 HOME/instance-3285465-1303764901.cnf

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

MD5SUM BENCH= 5d1253e2dcc0e3e55992672756beadbc
RANDOM SEED=1384916472

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.811
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:     32950928 kB
MemFree:      12957568 kB
Buffers:       2290388 kB
Cached:       16871040 kB
SwapCached:          4 kB
Active:        7706868 kB
Inactive:     11725672 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      12957568 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:          237668 kB
Writeback:           0 kB
AnonPages:      270468 kB
Mapped:          15296 kB
Slab:           496544 kB
PageTables:       5564 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   454440 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= 72384 MiB
End job on node115 at 2011-04-25 23:16:46