Trace number 3318005

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: MiniSAT 2.2.0-agile-26? (TO) 1300.2 1300.14

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: 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-3318005-1304900443/watcher-3318005-1304900443 -o /tmp/evaluation-result-3318005-1304900443/solver-3318005-1304900443 -C 2400 -W 1300 -M 7680 minisat HOME/instance-3318005-1304900443.cnf 

running on 2 cores: 1,3

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.94 3.97 3.22 4/362 29595
/proc/meminfo: memFree=6515924/32950928 swapFree=45936960/67111528
[pid=29595] ppid=29593 vsize=24164 CPUtime=0.01 cores=1,3
/proc/29595/stat : 29595 (minisat) R 29593 29595 29236 0 -1 4202496 1644 0 0 0 1 0 0 0 23 0 1 0 601641288 24743936 1572 33554432000 4194304 4291235 140736816413440 18446744073709551615 4200664 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29595/statm: 6041 1572 216 24 0 2675 0

[startup+0.065319 s]
/proc/loadavg: 3.94 3.97 3.22 4/362 29595
/proc/meminfo: memFree=6515924/32950928 swapFree=45936960/67111528
[pid=29595] ppid=29593 vsize=31324 CPUtime=0.06 cores=1,3
/proc/29595/stat : 29595 (minisat) R 29593 29595 29236 0 -1 4202496 3493 0 0 0 5 1 0 0 23 0 1 0 601641288 32075776 3421 33554432000 4194304 4291235 140736816413440 18446744073709551615 4261226 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29595/statm: 7831 3421 216 24 0 4465 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 31324

[startup+0.101226 s]
/proc/loadavg: 3.94 3.97 3.22 4/362 29595
/proc/meminfo: memFree=6515924/32950928 swapFree=45936960/67111528
[pid=29595] ppid=29593 vsize=37760 CPUtime=0.09 cores=1,3
/proc/29595/stat : 29595 (minisat) R 29593 29595 29236 0 -1 4202496 5062 0 0 0 8 1 0 0 23 0 1 0 601641288 38666240 4949 33554432000 4194304 4291235 140736816413440 18446744073709551615 4200783 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29595/statm: 9440 4949 216 24 0 6074 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 37760

[startup+0.300192 s]
/proc/loadavg: 3.94 3.97 3.22 4/362 29595
/proc/meminfo: memFree=6515924/32950928 swapFree=45936960/67111528
[pid=29595] ppid=29593 vsize=74152 CPUtime=0.29 cores=1,3
/proc/29595/stat : 29595 (minisat) R 29593 29595 29236 0 -1 4202496 15411 0 0 0 27 2 0 0 24 0 1 0 601641288 75931648 14218 33554432000 4194304 4291235 140736816413440 18446744073709551615 254500352709 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29595/statm: 18538 14221 216 24 0 15172 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 74152

[startup+0.701116 s]
/proc/loadavg: 3.94 3.97 3.22 4/362 29595
/proc/meminfo: memFree=6515924/32950928 swapFree=45936960/67111528
[pid=29595] ppid=29593 vsize=171948 CPUtime=0.69 cores=1,3
/proc/29595/stat : 29595 (minisat) R 29593 29595 29236 0 -1 4202496 38890 0 0 0 63 6 0 0 25 0 1 0 601641288 176074752 34972 33554432000 4194304 4291235 140736816413440 18446744073709551615 254500352709 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29595/statm: 42987 34974 216 24 0 39621 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 171948

[startup+1.50096 s]
/proc/loadavg: 4.02 3.99 3.23 5/363 29596
/proc/meminfo: memFree=6313324/32950928 swapFree=45936960/67111528
[pid=29595] ppid=29593 vsize=347252 CPUtime=1.49 cores=1,3
/proc/29595/stat : 29595 (minisat) R 29593 29595 29236 0 -1 4202496 77793 0 0 0 137 12 0 0 25 0 1 0 601641288 355586048 70030 33554432000 4194304 4291235 140736816413440 18446744073709551615 4230130 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29595/statm: 86813 70030 237 24 0 83447 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 347252

[startup+3.10064 s]
/proc/loadavg: 4.02 3.99 3.23 5/363 29596
/proc/meminfo: memFree=6235948/32950928 swapFree=45936960/67111528
[pid=29595] ppid=29593 vsize=347252 CPUtime=3.09 cores=1,3
/proc/29595/stat : 29595 (minisat) R 29593 29595 29236 0 -1 4202496 77794 0 0 0 297 12 0 0 25 0 1 0 601641288 355586048 70031 33554432000 4194304 4291235 140736816413440 18446744073709551615 4255363 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29595/statm: 86813 70031 237 24 0 83447 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 347252

[startup+6.30099 s]
/proc/loadavg: 4.02 3.99 3.23 5/363 29596
/proc/meminfo: memFree=6198132/32950928 swapFree=45936960/67111528
[pid=29595] ppid=29593 vsize=381444 CPUtime=6.29 cores=1,3
/proc/29595/stat : 29595 (minisat) R 29593 29595 29236 0 -1 4202496 87004 0 0 0 616 13 0 0 25 0 1 0 601641288 390598656 79198 33554432000 4194304 4291235 140736816413440 18446744073709551615 4230012 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29595/statm: 95361 79198 239 24 0 91995 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 381444

[startup+12.7007 s]
/proc/loadavg: 4.02 3.99 3.24 5/363 29597
/proc/meminfo: memFree=6234220/32950928 swapFree=45936960/67111528
[pid=29595] ppid=29593 vsize=342052 CPUtime=12.69 cores=1,3
/proc/29595/stat : 29595 (minisat) R 29593 29595 29236 0 -1 4202496 102498 0 0 0 1254 15 0 0 25 0 1 0 601641288 350261248 68662 33554432000 4194304 4291235 140736816413440 18446744073709551615 4248564 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29595/statm: 85513 68662 259 24 0 82147 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 342052

[startup+25.5012 s]
/proc/loadavg: 4.01 3.99 3.25 5/363 29597
/proc/meminfo: memFree=6173192/32950928 swapFree=45936960/67111528
[pid=29595] ppid=29593 vsize=392140 CPUtime=25.49 cores=1,3
/proc/29595/stat : 29595 (minisat) R 29593 29595 29236 0 -1 4202496 114462 0 0 0 2531 18 0 0 25 0 1 0 601641288 401551360 80620 33554432000 4194304 4291235 140736816413440 18446744073709551615 4267245 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29595/statm: 98035 80620 259 24 0 94669 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 392140

[startup+51.101 s]
/proc/loadavg: 4.01 3.99 3.26 5/363 29598
/proc/meminfo: memFree=6072592/32950928 swapFree=45936960/67111528
[pid=29595] ppid=29593 vsize=473528 CPUtime=51.1 cores=1,3
/proc/29595/stat : 29595 (minisat) R 29593 29595 29236 0 -1 4202496 132987 0 0 0 5088 22 0 0 25 0 1 0 601641288 484892672 99131 33554432000 4194304 4291235 140736816413440 18446744073709551615 4248318 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29595/statm: 118382 99131 259 24 0 115016 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 473528

[startup+102.314 s]
/proc/loadavg: 4.00 3.99 3.30 5/363 29599
/proc/meminfo: memFree=5865560/32950928 swapFree=45936960/67111528
[pid=29595] ppid=29593 vsize=605788 CPUtime=102.3 cores=1,3
/proc/29595/stat : 29595 (minisat) R 29593 29595 29236 0 -1 4202496 170675 0 0 0 10203 27 0 0 25 0 1 0 601641288 620326912 136810 33554432000 4194304 4291235 140736816413440 18446744073709551615 4255634 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29595/statm: 151447 136810 259 24 0 148081 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 605788

[startup+162.301 s]
/proc/loadavg: 4.05 4.00 3.35 5/363 29601
/proc/meminfo: memFree=5662404/32950928 swapFree=45936960/67111528
[pid=29595] ppid=29593 vsize=820712 CPUtime=162.3 cores=1,3
/proc/29595/stat : 29595 (minisat) R 29593 29595 29236 0 -1 4202496 206593 0 0 0 16197 33 0 0 25 0 1 0 601641288 840409088 172718 33554432000 4194304 4291235 140736816413440 18446744073709551615 4248564 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29595/statm: 205178 172718 259 24 0 201812 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 820712

[startup+222.301 s]
/proc/loadavg: 4.02 4.00 3.39 5/363 29602
/proc/meminfo: memFree=5430756/32950928 swapFree=45936960/67111528
[pid=29595] ppid=29593 vsize=1169960 CPUtime=222.3 cores=1,3
/proc/29595/stat : 29595 (minisat) R 29593 29595 29236 0 -1 4202496 248141 0 0 0 22191 39 0 0 25 0 1 0 601641288 1198039040 214246 33554432000 4194304 4291235 140736816413440 18446744073709551615 4255893 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29595/statm: 292490 214246 259 24 0 289124 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 1169960

[startup+282.301 s]
/proc/loadavg: 4.05 4.01 3.43 5/363 29604
/proc/meminfo: memFree=5193092/32950928 swapFree=45936960/67111528
[pid=29595] ppid=29593 vsize=1169960 CPUtime=282.3 cores=1,3
/proc/29595/stat : 29595 (minisat) R 29593 29595 29236 0 -1 4202496 283164 0 0 0 28186 44 0 0 25 0 1 0 601641288 1198039040 249263 33554432000 4194304 4291235 140736816413440 18446744073709551615 4248464 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29595/statm: 292490 249263 259 24 0 289124 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 1169960

[startup+342.301 s]
/proc/loadavg: 4.02 4.01 3.46 5/363 29605
/proc/meminfo: memFree=5020428/32950928 swapFree=45936960/67111528
[pid=29595] ppid=29593 vsize=1737488 CPUtime=342.31 cores=1,3
/proc/29595/stat : 29595 (minisat) R 29593 29595 29236 0 -1 4202496 321540 0 0 0 34180 51 0 0 25 0 1 0 601641288 1779187712 287616 33554432000 4194304 4291235 140736816413440 18446744073709551615 4248348 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29595/statm: 434372 287616 259 24 0 431006 0
Current children cumulated CPU time (s) 342.31
Current children cumulated vsize (KiB) 1737488

[startup+402.301 s]
/proc/loadavg: 4.06 4.02 3.50 5/363 29607
/proc/meminfo: memFree=4893864/32950928 swapFree=45936960/67111528
[pid=29595] ppid=29593 vsize=1737488 CPUtime=402.31 cores=1,3
/proc/29595/stat : 29595 (minisat) R 29593 29595 29236 0 -1 4202496 343131 0 0 0 40177 54 0 0 25 0 1 0 601641288 1779187712 309205 33554432000 4194304 4291235 140736816413440 18446744073709551615 4248354 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29595/statm: 434372 309205 259 24 0 431006 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 1737488

[startup+462.301 s]
/proc/loadavg: 4.06 4.03 3.53 5/363 29609
/proc/meminfo: memFree=4743912/32950928 swapFree=45936960/67111528
[pid=29595] ppid=29593 vsize=1737488 CPUtime=462.32 cores=1,3
/proc/29595/stat : 29595 (minisat) R 29593 29595 29236 0 -1 4202496 360678 0 0 0 46176 56 0 0 25 0 1 0 601641288 1779187712 326747 33554432000 4194304 4291235 140736816413440 18446744073709551615 4248336 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29595/statm: 434372 326747 259 24 0 431006 0
Current children cumulated CPU time (s) 462.32
Current children cumulated vsize (KiB) 1737488

[startup+522.301 s]
/proc/loadavg: 4.02 4.02 3.56 5/363 29610
/proc/meminfo: memFree=4621196/32950928 swapFree=45936960/67111528
[pid=29595] ppid=29593 vsize=1737488 CPUtime=522.31 cores=1,3
/proc/29595/stat : 29595 (minisat) R 29593 29595 29236 0 -1 4202496 381054 0 0 0 52173 58 0 0 25 0 1 0 601641288 1779187712 347120 33554432000 4194304 4291235 140736816413440 18446744073709551615 4248379 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29595/statm: 434372 347120 259 24 0 431006 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 1737488

[startup+582.301 s]
/proc/loadavg: 4.01 4.02 3.58 5/363 29612
/proc/meminfo: memFree=4503668/32950928 swapFree=45936960/67111528
[pid=29595] ppid=29593 vsize=1737488 CPUtime=582.31 cores=1,3
/proc/29595/stat : 29595 (minisat) R 29593 29595 29236 0 -1 4202496 406394 0 0 0 58169 62 0 0 25 0 1 0 601641288 1779187712 372455 33554432000 4194304 4291235 140736816413440 18446744073709551615 4248548 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29595/statm: 434372 372455 259 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.08 4.03 3.61 5/363 29613
/proc/meminfo: memFree=4287740/32950928 swapFree=45936960/67111528
[pid=29595] ppid=29593 vsize=1737488 CPUtime=642.33 cores=1,3
/proc/29595/stat : 29595 (minisat) R 29593 29595 29236 0 -1 4202496 450942 0 0 0 64162 71 0 0 25 0 1 0 601641288 1779187712 416983 33554432000 4194304 4291235 140736816413440 18446744073709551615 4248304 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29595/statm: 434372 416983 259 24 0 431006 0
Current children cumulated CPU time (s) 642.33
Current children cumulated vsize (KiB) 1737488

[startup+702.301 s]
/proc/loadavg: 4.03 4.02 3.63 5/363 29615
/proc/meminfo: memFree=4088408/32950928 swapFree=45936960/67111528
[pid=29595] ppid=29593 vsize=2659724 CPUtime=702.32 cores=1,3
/proc/29595/stat : 29595 (minisat) R 29593 29595 29236 0 -1 4202496 493120 0 0 0 70154 78 0 0 25 0 1 0 601641288 2723557376 459146 33554432000 4194304 4291235 140736816413440 18446744073709551615 4248381 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29595/statm: 664931 459146 259 24 0 661565 0
Current children cumulated CPU time (s) 702.32
Current children cumulated vsize (KiB) 2659724

[startup+762.314 s]
/proc/loadavg: 4.07 4.03 3.66 5/363 29617
/proc/meminfo: memFree=3919348/32950928 swapFree=45936960/67111528
[pid=29595] ppid=29593 vsize=2659724 CPUtime=762.34 cores=1,3
/proc/29595/stat : 29595 (minisat) R 29593 29595 29236 0 -1 4202496 527086 0 0 0 76149 85 0 0 25 0 1 0 601641288 2723557376 493096 33554432000 4194304 4291235 140736816413440 18446744073709551615 4255608 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29595/statm: 664931 493096 259 24 0 661565 0
Current children cumulated CPU time (s) 762.34
Current children cumulated vsize (KiB) 2659724

[startup+822.301 s]
/proc/loadavg: 4.02 4.02 3.67 5/363 29618
/proc/meminfo: memFree=3727592/32950928 swapFree=45936960/67111528
[pid=29595] ppid=29593 vsize=2659724 CPUtime=822.33 cores=1,3
/proc/29595/stat : 29595 (minisat) R 29593 29595 29236 0 -1 4202496 562330 0 0 0 82140 93 0 0 25 0 1 0 601641288 2723557376 528324 33554432000 4194304 4291235 140736816413440 18446744073709551615 4248464 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29595/statm: 664931 528333 259 24 0 661565 0
Current children cumulated CPU time (s) 822.33
Current children cumulated vsize (KiB) 2659724

[startup+882.301 s]
/proc/loadavg: 3.56 3.91 3.65 4/357 29638
/proc/meminfo: memFree=3562048/32950928 swapFree=45936960/67111528
[pid=29595] ppid=29593 vsize=2659724 CPUtime=882.33 cores=1,3
/proc/29595/stat : 29595 (minisat) R 29593 29595 29236 0 -1 4202496 611079 0 0 0 88130 103 0 0 25 0 1 0 601641288 2723557376 577053 33554432000 4194304 4291235 140736816413440 18446744073709551615 4255562 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29595/statm: 664931 577053 259 24 0 661565 0
Current children cumulated CPU time (s) 882.33
Current children cumulated vsize (KiB) 2659724

[startup+942.301 s]
/proc/loadavg: 3.24 3.75 3.62 4/357 29639
/proc/meminfo: memFree=3401304/32950928 swapFree=45936960/67111528
[pid=29595] ppid=29593 vsize=2659724 CPUtime=942.34 cores=1,3
/proc/29595/stat : 29595 (minisat) R 29593 29595 29236 0 -1 4202496 645911 0 0 0 94125 109 0 0 25 0 1 0 601641288 2723557376 611879 33554432000 4194304 4291235 140736816413440 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29595/statm: 664931 611879 259 24 0 661565 0
Current children cumulated CPU time (s) 942.34
Current children cumulated vsize (KiB) 2659724

[startup+1002.3 s]
/proc/loadavg: 3.08 3.61 3.57 4/357 29641
/proc/meminfo: memFree=3214384/32950928 swapFree=45936960/67111528
[pid=29595] ppid=29593 vsize=2659724 CPUtime=1002.34 cores=1,3
/proc/29595/stat : 29595 (minisat) R 29593 29595 29236 0 -1 4202496 680631 0 0 0 100118 116 0 0 25 0 1 0 601641288 2723557376 646585 33554432000 4194304 4291235 140736816413440 18446744073709551615 4248464 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29595/statm: 664931 646585 259 24 0 661565 0
Current children cumulated CPU time (s) 1002.34
Current children cumulated vsize (KiB) 2659724

[startup+1062.3 s]
/proc/loadavg: 3.03 3.50 3.54 4/357 29643
/proc/meminfo: memFree=2938924/32950928 swapFree=45936960/67111528
[pid=29595] ppid=29593 vsize=4159156 CPUtime=1062.34 cores=1,3
/proc/29595/stat : 29595 (minisat) R 29593 29595 29236 0 -1 4202496 736944 0 0 0 106108 126 0 0 25 0 1 0 601641288 4258975744 702887 33554432000 4194304 4291235 140736816413440 18446744073709551615 4248464 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29595/statm: 1039789 702887 259 24 0 1036423 0
Current children cumulated CPU time (s) 1062.34
Current children cumulated vsize (KiB) 4159156

[startup+1122.3 s]
/proc/loadavg: 2.22 3.20 3.43 2/345 29680
/proc/meminfo: memFree=4019568/32950928 swapFree=45936960/67111528
[pid=29595] ppid=29593 vsize=4163800 CPUtime=1122.34 cores=1,3
/proc/29595/stat : 29595 (minisat) R 29593 29595 29236 0 -1 4202496 778760 0 0 0 112100 134 0 0 25 0 1 0 601641288 4263731200 744683 33554432000 4194304 4291235 140736816413440 18446744073709551615 4248584 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29595/statm: 1040950 744683 259 24 0 1037584 0
Current children cumulated CPU time (s) 1122.34
Current children cumulated vsize (KiB) 4163800

[startup+1182.3 s]
/proc/loadavg: 1.45 2.80 3.28 2/345 29682
/proc/meminfo: memFree=3842976/32950928 swapFree=45936960/67111528
[pid=29595] ppid=29593 vsize=4167572 CPUtime=1182.34 cores=1,3
/proc/29595/stat : 29595 (minisat) R 29593 29595 29236 0 -1 4202496 822979 0 0 0 118093 141 0 0 25 0 1 0 601641288 4267593728 788886 33554432000 4194304 4291235 140736816413440 18446744073709551615 4261945 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29595/statm: 1041893 788886 259 24 0 1038527 0
Current children cumulated CPU time (s) 1182.34
Current children cumulated vsize (KiB) 4167572

[startup+1242.3 s]
/proc/loadavg: 1.16 2.47 3.13 2/345 29683
/proc/meminfo: memFree=3670836/32950928 swapFree=45936960/67111528
[pid=29595] ppid=29593 vsize=4172400 CPUtime=1242.35 cores=1,3
/proc/29595/stat : 29595 (minisat) R 29593 29595 29236 0 -1 4202496 865625 0 0 0 124084 151 0 0 25 0 1 0 601641288 4272537600 831520 33554432000 4194304 4291235 140736816413440 18446744073709551615 4256332 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29595/statm: 1043100 831520 259 24 0 1039734 0
Current children cumulated CPU time (s) 1242.35
Current children cumulated vsize (KiB) 4172400



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 1.06 2.22 3.00 2/345 29685
/proc/meminfo: memFree=3535528/32950928 swapFree=45936960/67111528
[pid=29595] ppid=29593 vsize=4174808 CPUtime=1300.06 cores=1,3
/proc/29595/stat : 29595 (minisat) R 29593 29595 29236 0 -1 4202496 899083 0 0 0 129849 157 0 0 25 0 1 0 601641288 4275003392 864966 33554432000 4194304 4291235 140736816413440 18446744073709551615 4263586 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29595/statm: 1043702 864966 259 24 0 1040336 0
Current children cumulated CPU time (s) 1300.06
Current children cumulated vsize (KiB) 4174808

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: 1.06 2.22 3.00 2/346 29686
/proc/meminfo: memFree=6417524/32950928 swapFree=45936960/67111528
[pid=29595] ppid=29593 vsize=0 CPUtime=1300.17 cores=1,3
/proc/29595/stat : 29595 (minisat) R 29593 29595 29236 0 -1 4203524 899083 0 0 0 129849 168 0 0 25 0 1 0 601641288 0 0 33554432000 0 0 0 0 0 0 0 4096 8388610 18446744073709551615 0 0 17 1 0 0 0
/proc/29595/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1300.17
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.14
CPU time (s): 1300.2
CPU user time (s): 1298.5
CPU system time (s): 1.70074
CPU usage (%): 100.005
Max. virtual memory (cumulated for all children) (KiB): 4174808

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1298.5
system time used= 1.70074
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 899083
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= 10
involuntary context switches= 1420

runsolver used 4.36734 second user time and 10.7444 second system time

The end

Launcher Data

Begin job on node149 at 2011-05-09 02:20:46
IDJOB=3318005
IDBENCH=82387
IDSOLVER=1707
FILE ID=node149/3318005-1304900443
RUNJOBID= node149-1304898906-29256
PBS_JOBID= 13282122
Free space on /tmp= 42444 MiB

SOLVER NAME= minisat hack: MiniSAT 2.2.0-agile-26
BENCH NAME= SAT11/application/rintanen/SATPlanning/transport-transport-three-cities-sequential-14nodes-1000size-4degree-100mindistance-4trucks-14packages-2008seed.020-NOTKNOWN.cnf
COMMAND LINE= minisat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3318005-1304900443/watcher-3318005-1304900443 -o /tmp/evaluation-result-3318005-1304900443/solver-3318005-1304900443 -C 2400 -W 1300 -M 7680  minisat HOME/instance-3318005-1304900443.cnf

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

MD5SUM BENCH= 5d1253e2dcc0e3e55992672756beadbc
RANDOM SEED=1104093399

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:       6516080 kB
Buffers:        229004 kB
Cached:       20658168 kB
SwapCached:      20984 kB
Active:       11864156 kB
Inactive:     13812176 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:       6516080 kB
SwapTotal:    67111528 kB
SwapFree:     45936960 kB
Dirty:           78976 kB
Writeback:           0 kB
AnonPages:     4780404 kB
Mapped:          14348 kB
Slab:           618724 kB
PageTables:      73508 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 80820664 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= 42472 MiB
End job on node149 at 2011-05-09 02:42:28