Trace number 3349038

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_psm 2011-04-01? (TO) 1300.03 1300.02

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
openstacks-sequencedstrips-nonadl-nonnegated-os-sequencedstrips-p30_1.035-NOTKNOWN.cnf
MD5SUM28233bedeee44da6e79e63b9febc4d1e
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark2999.44
Satisfiable
(Un)Satisfiability was proved
Number of variables133566
Number of clauses667976
Sum of the clauses size1591941
Maximum clause length63
Minimum clause length1
Number of clauses of size 1211
Number of clauses of size 2659295
Number of clauses of size 32100
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 56370

Solver Data

0.00/0.00	c Parsing...
0.00/0.20	c ==============================================================================
0.00/0.20	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.20	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.20	c ==============================================================================
0.00/0.20	c |         0 |  456000  1058309 |  136799       0        0     nan |  0.000 % |
0.00/1.08	c |         0 |  370290   957750 |      --       0       --      -- |     --   | -33998/6615
0.00/1.08	c ==============================================================================
0.00/1.08	c Result  :   #vars: 57316   #clauses: 370290   #literals: 957750
0.00/1.08	c CPU time:   1.03984 s
0.00/1.08	c ==============================================================================

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-3349038-1304970697/watcher-3349038-1304970697 -o /tmp/evaluation-result-3349038-1304970697/solver-3349038-1304970697 -C 2400 -W 1300 -M 7680 ./esg_static.sh HOME/instance-3349038-1304970697.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.82 3.99 3.75 4/363 366
/proc/meminfo: memFree=6524576/32950928 swapFree=67056568/67111528
[pid=366] ppid=364 vsize=8700 CPUtime=0 cores=1,3
/proc/366/stat : 366 (esg_static.sh) R 364 366 32333 0 -1 4202496 310 0 0 0 0 0 0 0 21 0 1 0 608666812 8908800 249 33554432000 4194304 4922060 140734717969008 18446744073709551615 239476515221 0 65538 4100 65536 0 0 0 17 1 0 0 0
/proc/366/statm: 2175 249 209 178 0 68 0

[startup+0.112025 s]
/proc/loadavg: 3.82 3.99 3.75 4/363 366
/proc/meminfo: memFree=6524576/32950928 swapFree=67056568/67111528
[pid=366] ppid=364 vsize=8700 CPUtime=0 cores=1,3
/proc/366/stat : 366 (esg_static.sh) S 364 366 32333 0 -1 4202496 327 0 0 0 0 0 0 0 21 0 1 0 608666812 8908800 249 33554432000 4194304 4922060 140734717969008 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/366/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.201015 s]
/proc/loadavg: 3.82 3.99 3.75 4/363 366
/proc/meminfo: memFree=6524576/32950928 swapFree=67056568/67111528
[pid=366] ppid=364 vsize=8700 CPUtime=0 cores=1,3
/proc/366/stat : 366 (esg_static.sh) S 364 366 32333 0 -1 4202496 327 0 0 0 0 0 0 0 21 0 1 0 608666812 8908800 249 33554432000 4194304 4922060 140734717969008 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/366/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300985 s]
/proc/loadavg: 3.82 3.99 3.75 4/363 366
/proc/meminfo: memFree=6524576/32950928 swapFree=67056568/67111528
[pid=366] ppid=364 vsize=8700 CPUtime=0 cores=1,3
/proc/366/stat : 366 (esg_static.sh) S 364 366 32333 0 -1 4202496 327 0 0 0 0 0 0 0 21 0 1 0 608666812 8908800 249 33554432000 4194304 4922060 140734717969008 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/366/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700905 s]
/proc/loadavg: 3.82 3.99 3.75 4/363 366
/proc/meminfo: memFree=6524576/32950928 swapFree=67056568/67111528
[pid=366] ppid=364 vsize=8700 CPUtime=0 cores=1,3
/proc/366/stat : 366 (esg_static.sh) S 364 366 32333 0 -1 4202496 327 0 0 0 0 0 0 0 21 0 1 0 608666812 8908800 249 33554432000 4194304 4922060 140734717969008 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/366/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50069 s]
/proc/loadavg: 3.82 3.99 3.75 5/365 369
/proc/meminfo: memFree=6433844/32950928 swapFree=67056568/67111528
[pid=366] ppid=364 vsize=8700 CPUtime=1.25 cores=1,3
/proc/366/stat : 366 (esg_static.sh) S 364 366 32333 0 -1 4202496 352 18935 0 0 0 0 120 5 18 0 1 0 608666812 8908800 251 33554432000 4194304 4922060 140734717969008 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/366/statm: 2175 251 209 178 0 68 0
Current children cumulated CPU time (s) 1.25
Current children cumulated vsize (KiB) 8700

[startup+3.10044 s]
/proc/loadavg: 3.82 3.99 3.75 5/369 377
/proc/meminfo: memFree=6356332/32950928 swapFree=67056568/67111528
[pid=366] ppid=364 vsize=8700 CPUtime=1.25 cores=1,3
/proc/366/stat : 366 (esg_static.sh) S 364 366 32333 0 -1 4202496 352 18935 0 0 0 0 120 5 18 0 1 0 608666812 8908800 251 33554432000 4194304 4922060 140734717969008 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/366/statm: 2175 251 209 178 0 68 0
[pid=370] ppid=366 vsize=42592 CPUtime=1.83 cores=1,3
/proc/370/stat : 370 (minisat_static) R 366 366 32333 0 -1 4202496 8103 0 0 0 182 1 0 0 25 0 1 0 608666938 43614208 6808 33554432000 4194304 4256717 140735325282000 18446744073709551615 4209364 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/370/statm: 10648 6808 252 16 0 7290 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 51292

[startup+6.30083 s]
/proc/loadavg: 3.84 3.99 3.75 5/369 377
/proc/meminfo: memFree=6258992/32950928 swapFree=67056568/67111528
[pid=366] ppid=364 vsize=8700 CPUtime=1.25 cores=1,3
/proc/366/stat : 366 (esg_static.sh) S 364 366 32333 0 -1 4202496 352 18935 0 0 0 0 120 5 18 0 1 0 608666812 8908800 251 33554432000 4194304 4922060 140734717969008 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/366/statm: 2175 251 209 178 0 68 0
[pid=370] ppid=366 vsize=50156 CPUtime=5.03 cores=1,3
/proc/370/stat : 370 (minisat_static) R 366 366 32333 0 -1 4202496 9057 0 0 0 502 1 0 0 25 0 1 0 608666938 51359744 7705 33554432000 4194304 4256717 140735325282000 18446744073709551615 4209347 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/370/statm: 12539 7705 252 16 0 9181 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 58856

[startup+12.7006 s]
/proc/loadavg: 3.85 3.99 3.75 5/369 379
/proc/meminfo: memFree=6265856/32950928 swapFree=67056568/67111528
[pid=366] ppid=364 vsize=8700 CPUtime=1.25 cores=1,3
/proc/366/stat : 366 (esg_static.sh) S 364 366 32333 0 -1 4202496 352 18935 0 0 0 0 120 5 18 0 1 0 608666812 8908800 251 33554432000 4194304 4922060 140734717969008 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/366/statm: 2175 251 209 178 0 68 0
[pid=370] ppid=366 vsize=50912 CPUtime=11.43 cores=1,3
/proc/370/stat : 370 (minisat_static) R 366 366 32333 0 -1 4202496 14746 0 0 0 1141 2 0 0 25 0 1 0 608666938 52133888 8835 33554432000 4194304 4256717 140735325282000 18446744073709551615 4209310 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/370/statm: 12728 8835 253 16 0 9370 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 59612

[startup+25.5011 s]
/proc/loadavg: 3.88 3.99 3.76 5/369 379
/proc/meminfo: memFree=6247848/32950928 swapFree=67056568/67111528
[pid=366] ppid=364 vsize=8700 CPUtime=1.25 cores=1,3
/proc/366/stat : 366 (esg_static.sh) S 364 366 32333 0 -1 4202496 352 18935 0 0 0 0 120 5 18 0 1 0 608666812 8908800 251 33554432000 4194304 4922060 140734717969008 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/366/statm: 2175 251 209 178 0 68 0
[pid=370] ppid=366 vsize=88380 CPUtime=24.23 cores=1,3
/proc/370/stat : 370 (minisat_static) R 366 366 32333 0 -1 4202496 46073 0 0 0 2416 7 0 0 25 0 1 0 608666938 90501120 16796 33554432000 4194304 4256717 140735325282000 18446744073709551615 4209909 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/370/statm: 22095 16796 253 16 0 18737 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 97080

[startup+51.1012 s]
/proc/loadavg: 3.92 3.99 3.76 5/369 380
/proc/meminfo: memFree=6185312/32950928 swapFree=67056568/67111528
[pid=366] ppid=364 vsize=8700 CPUtime=1.25 cores=1,3
/proc/366/stat : 366 (esg_static.sh) S 364 366 32333 0 -1 4202496 352 18935 0 0 0 0 120 5 18 0 1 0 608666812 8908800 251 33554432000 4194304 4922060 140734717969008 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/366/statm: 2175 251 209 178 0 68 0
[pid=370] ppid=366 vsize=118732 CPUtime=49.83 cores=1,3
/proc/370/stat : 370 (minisat_static) R 366 366 32333 0 -1 4202496 50154 0 0 0 4976 7 0 0 25 0 1 0 608666938 121581568 20868 33554432000 4194304 4256717 140735325282000 18446744073709551615 4209212 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/370/statm: 29683 20868 253 16 0 26325 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 127432

[startup+102.3 s]
/proc/loadavg: 3.96 3.99 3.77 5/369 381
/proc/meminfo: memFree=6140916/32950928 swapFree=67056568/67111528
[pid=366] ppid=364 vsize=8700 CPUtime=1.25 cores=1,3
/proc/366/stat : 366 (esg_static.sh) S 364 366 32333 0 -1 4202496 352 18935 0 0 0 0 120 5 18 0 1 0 608666812 8908800 251 33554432000 4194304 4922060 140734717969008 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/366/statm: 2175 251 209 178 0 68 0
[pid=370] ppid=366 vsize=130696 CPUtime=101.03 cores=1,3
/proc/370/stat : 370 (minisat_static) R 366 366 32333 0 -1 4202496 81316 0 0 0 10091 12 0 0 25 0 1 0 608666938 133832704 29090 33554432000 4194304 4256717 140735325282000 18446744073709551615 4209111 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/370/statm: 32674 29090 253 16 0 29316 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 139396

[startup+162.301 s]
/proc/loadavg: 4.06 4.02 3.79 5/369 383
/proc/meminfo: memFree=6169844/32950928 swapFree=67056568/67111528
[pid=366] ppid=364 vsize=8700 CPUtime=1.25 cores=1,3
/proc/366/stat : 366 (esg_static.sh) S 364 366 32333 0 -1 4202496 352 18935 0 0 0 0 120 5 18 0 1 0 608666812 8908800 251 33554432000 4194304 4922060 140734717969008 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/366/statm: 2175 251 209 178 0 68 0
[pid=370] ppid=366 vsize=130700 CPUtime=161.03 cores=1,3
/proc/370/stat : 370 (minisat_static) R 366 366 32333 0 -1 4202496 128666 0 0 0 16085 18 0 0 25 0 1 0 608666938 133836800 26305 33554432000 4194304 4256717 140735325282000 18446744073709551615 4209105 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/370/statm: 32675 26305 253 16 0 29317 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 139400

[startup+222.313 s]
/proc/loadavg: 4.02 4.01 3.81 5/369 384
/proc/meminfo: memFree=6116848/32950928 swapFree=67056568/67111528
[pid=366] ppid=364 vsize=8700 CPUtime=1.25 cores=1,3
/proc/366/stat : 366 (esg_static.sh) S 364 366 32333 0 -1 4202496 352 18935 0 0 0 0 120 5 18 0 1 0 608666812 8908800 251 33554432000 4194304 4922060 140734717969008 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/366/statm: 2175 251 209 178 0 68 0
[pid=370] ppid=366 vsize=149376 CPUtime=221.05 cores=1,3
/proc/370/stat : 370 (minisat_static) R 366 366 32333 0 -1 4202496 198536 0 0 0 22078 27 0 0 25 0 1 0 608666938 152961024 32343 33554432000 4194304 4256717 140735325282000 18446744073709551615 4209075 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/370/statm: 37344 32343 253 16 0 33986 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 158076

[startup+282.301 s]
/proc/loadavg: 3.95 3.99 3.81 5/369 416
/proc/meminfo: memFree=6114928/32950928 swapFree=67056568/67111528
[pid=366] ppid=364 vsize=8700 CPUtime=1.25 cores=1,3
/proc/366/stat : 366 (esg_static.sh) S 364 366 32333 0 -1 4202496 352 18935 0 0 0 0 120 5 18 0 1 0 608666812 8908800 251 33554432000 4194304 4922060 140734717969008 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/366/statm: 2175 251 209 178 0 68 0
[pid=370] ppid=366 vsize=180196 CPUtime=281.04 cores=1,3
/proc/370/stat : 370 (minisat_static) R 366 366 32333 0 -1 4202496 230421 0 0 0 28073 31 0 0 25 0 1 0 608666938 184520704 34366 33554432000 4194304 4256717 140735325282000 18446744073709551615 4209216 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/370/statm: 45049 34366 253 16 0 41691 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 188896

[startup+342.301 s]
/proc/loadavg: 4.06 4.02 3.83 5/369 417
/proc/meminfo: memFree=6095056/32950928 swapFree=67056568/67111528
[pid=366] ppid=364 vsize=8700 CPUtime=1.25 cores=1,3
/proc/366/stat : 366 (esg_static.sh) S 364 366 32333 0 -1 4202496 352 18935 0 0 0 0 120 5 18 0 1 0 608666812 8908800 251 33554432000 4194304 4922060 140734717969008 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/366/statm: 2175 251 209 178 0 68 0
[pid=370] ppid=366 vsize=149376 CPUtime=341.04 cores=1,3
/proc/370/stat : 370 (minisat_static) R 366 366 32333 0 -1 4202496 286680 0 0 0 34065 39 0 0 25 0 1 0 608666938 152961024 32535 33554432000 4194304 4256717 140735325282000 18446744073709551615 4209075 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/370/statm: 37344 32535 253 16 0 33986 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 158076

[startup+402.301 s]
/proc/loadavg: 4.06 4.03 3.84 5/369 419
/proc/meminfo: memFree=6074588/32950928 swapFree=67056568/67111528
[pid=366] ppid=364 vsize=8700 CPUtime=1.25 cores=1,3
/proc/366/stat : 366 (esg_static.sh) S 364 366 32333 0 -1 4202496 352 18935 0 0 0 0 120 5 18 0 1 0 608666812 8908800 251 33554432000 4194304 4922060 140734717969008 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/366/statm: 2175 251 209 178 0 68 0
[pid=370] ppid=366 vsize=180196 CPUtime=401.04 cores=1,3

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

/proc/370/statm: 57571 44265 253 16 0 54213 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 238984

[startup+702.301 s]
/proc/loadavg: 4.10 4.08 3.91 5/369 436
/proc/meminfo: memFree=5911576/32950928 swapFree=67056568/67111528
[pid=366] ppid=364 vsize=8700 CPUtime=1.25 cores=1,3
/proc/366/stat : 366 (esg_static.sh) S 364 366 32333 0 -1 4202496 352 18935 0 0 0 0 120 5 18 0 1 0 608666812 8908800 251 33554432000 4194304 4922060 140734717969008 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/366/statm: 2175 251 209 178 0 68 0
[pid=370] ppid=366 vsize=311672 CPUtime=701.05 cores=1,3
/proc/370/stat : 370 (minisat_static) R 366 366 32333 0 -1 4202496 520055 0 0 0 70035 70 0 0 25 0 1 0 608666938 319152128 57443 33554432000 4194304 4256717 140735325282000 18446744073709551615 4209075 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/370/statm: 77918 57443 253 16 0 74560 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 320372

[startup+762.301 s]
/proc/loadavg: 4.04 4.06 3.91 5/369 440
/proc/meminfo: memFree=5988676/32950928 swapFree=67056568/67111528
[pid=366] ppid=364 vsize=8700 CPUtime=1.25 cores=1,3
/proc/366/stat : 366 (esg_static.sh) S 364 366 32333 0 -1 4202496 352 18935 0 0 0 0 120 5 18 0 1 0 608666812 8908800 251 33554432000 4194304 4922060 140734717969008 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/366/statm: 2175 251 209 178 0 68 0
[pid=370] ppid=366 vsize=180196 CPUtime=761.06 cores=1,3
/proc/370/stat : 370 (minisat_static) R 366 366 32333 0 -1 4202496 609733 0 0 0 76023 83 0 0 25 0 1 0 608666938 184520704 37788 33554432000 4194304 4256717 140735325282000 18446744073709551615 4209216 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/370/statm: 45049 37788 253 16 0 41691 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 188896

[startup+822.301 s]
/proc/loadavg: 4.01 4.05 3.91 5/369 442
/proc/meminfo: memFree=5984092/32950928 swapFree=67056568/67111528
[pid=366] ppid=364 vsize=8700 CPUtime=1.25 cores=1,3
/proc/366/stat : 366 (esg_static.sh) S 364 366 32333 0 -1 4202496 352 18935 0 0 0 0 120 5 18 0 1 0 608666812 8908800 251 33554432000 4194304 4922060 140734717969008 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/366/statm: 2175 251 209 178 0 68 0
[pid=370] ppid=366 vsize=180196 CPUtime=821.06 cores=1,3
/proc/370/stat : 370 (minisat_static) R 366 366 32333 0 -1 4202496 649503 0 0 0 82016 90 0 0 25 0 1 0 608666938 184520704 37488 33554432000 4194304 4256717 140735325282000 18446744073709551615 4209075 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/370/statm: 45049 37488 253 16 0 41691 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 188896

[startup+882.314 s]
/proc/loadavg: 4.06 4.05 3.91 5/369 444
/proc/meminfo: memFree=5980468/32950928 swapFree=67056568/67111528
[pid=366] ppid=364 vsize=8700 CPUtime=1.25 cores=1,3
/proc/366/stat : 366 (esg_static.sh) S 364 366 32333 0 -1 4202496 352 18935 0 0 0 0 120 5 18 0 1 0 608666812 8908800 251 33554432000 4194304 4922060 140734717969008 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/366/statm: 2175 251 209 178 0 68 0
[pid=370] ppid=366 vsize=180196 CPUtime=881.08 cores=1,3
/proc/370/stat : 370 (minisat_static) R 366 366 32333 0 -1 4202496 695283 0 0 0 88011 97 0 0 25 0 1 0 608666938 184520704 36342 33554432000 4194304 4256717 140735325282000 18446744073709551615 4209115 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/370/statm: 45049 36342 253 16 0 41691 0
Current children cumulated CPU time (s) 882.33
Current children cumulated vsize (KiB) 188896

[startup+942.301 s]
/proc/loadavg: 4.06 4.05 3.92 5/369 445
/proc/meminfo: memFree=5945100/32950928 swapFree=67056568/67111528
[pid=366] ppid=364 vsize=8700 CPUtime=1.25 cores=1,3
/proc/366/stat : 366 (esg_static.sh) S 364 366 32333 0 -1 4202496 352 18935 0 0 0 0 120 5 18 0 1 0 608666812 8908800 251 33554432000 4194304 4922060 140734717969008 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/366/statm: 2175 251 209 178 0 68 0
[pid=370] ppid=366 vsize=180196 CPUtime=941.06 cores=1,3
/proc/370/stat : 370 (minisat_static) R 366 366 32333 0 -1 4202496 739923 0 0 0 94004 102 0 0 25 0 1 0 608666938 184520704 40653 33554432000 4194304 4256717 140735325282000 18446744073709551615 4209126 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/370/statm: 45049 40653 253 16 0 41691 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 188896

[startup+1002.3 s]
/proc/loadavg: 4.11 4.07 3.93 5/369 447
/proc/meminfo: memFree=5916916/32950928 swapFree=67056568/67111528
[pid=366] ppid=364 vsize=8700 CPUtime=1.25 cores=1,3
/proc/366/stat : 366 (esg_static.sh) S 364 366 32333 0 -1 4202496 352 18935 0 0 0 0 120 5 18 0 1 0 608666812 8908800 251 33554432000 4194304 4922060 140734717969008 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/366/statm: 2175 251 209 178 0 68 0
[pid=370] ppid=366 vsize=230284 CPUtime=1001.07 cores=1,3
/proc/370/stat : 370 (minisat_static) R 366 366 32333 0 -1 4202496 795546 0 0 0 99998 109 0 0 25 0 1 0 608666938 235810816 44239 33554432000 4194304 4256717 140735325282000 18446744073709551615 4209126 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/370/statm: 57571 44239 253 16 0 54213 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 238984

[startup+1062.3 s]
/proc/loadavg: 4.14 4.09 3.94 5/369 449
/proc/meminfo: memFree=5940948/32950928 swapFree=67056568/67111528
[pid=366] ppid=364 vsize=8700 CPUtime=1.25 cores=1,3
/proc/366/stat : 366 (esg_static.sh) S 364 366 32333 0 -1 4202496 352 18935 0 0 0 0 120 5 18 0 1 0 608666812 8908800 251 33554432000 4194304 4922060 140734717969008 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/366/statm: 2175 251 209 178 0 68 0
[pid=370] ppid=366 vsize=180196 CPUtime=1061.07 cores=1,3
/proc/370/stat : 370 (minisat_static) R 366 366 32333 0 -1 4202496 864968 0 0 0 105989 118 0 0 25 0 1 0 608666938 184520704 39775 33554432000 4194304 4256717 140735325282000 18446744073709551615 4209126 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/370/statm: 45049 39775 253 16 0 41691 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 188896

[startup+1122.3 s]
/proc/loadavg: 4.05 4.07 3.94 5/369 450
/proc/meminfo: memFree=5785544/32950928 swapFree=67056568/67111528
[pid=366] ppid=364 vsize=8700 CPUtime=1.25 cores=1,3
/proc/366/stat : 366 (esg_static.sh) S 364 366 32333 0 -1 4202496 352 18935 0 0 0 0 120 5 18 0 1 0 608666812 8908800 251 33554432000 4194304 4922060 140734717969008 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/366/statm: 2175 251 209 178 0 68 0
[pid=370] ppid=366 vsize=230284 CPUtime=1121.07 cores=1,3
/proc/370/stat : 370 (minisat_static) R 366 366 32333 0 -1 4202496 898688 0 0 0 111986 121 0 0 25 0 1 0 608666938 235810816 44943 33554432000 4194304 4256717 140735325282000 18446744073709551615 4209075 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/370/statm: 57571 44943 253 16 0 54213 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 238984

[startup+1182.3 s]
/proc/loadavg: 4.10 4.07 3.95 5/369 452
/proc/meminfo: memFree=5894152/32950928 swapFree=67056568/67111528
[pid=366] ppid=364 vsize=8700 CPUtime=1.25 cores=1,3
/proc/366/stat : 366 (esg_static.sh) S 364 366 32333 0 -1 4202496 352 18935 0 0 0 0 120 5 18 0 1 0 608666812 8908800 251 33554432000 4194304 4922060 140734717969008 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/366/statm: 2175 251 209 178 0 68 0
[pid=370] ppid=366 vsize=230284 CPUtime=1181.07 cores=1,3
/proc/370/stat : 370 (minisat_static) R 366 366 32333 0 -1 4202496 904590 0 0 0 117985 122 0 0 25 0 1 0 608666938 235810816 50842 33554432000 4194304 4256717 140735325282000 18446744073709551615 4209093 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/370/statm: 57571 50842 253 16 0 54213 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 238984

[startup+1242.3 s]
/proc/loadavg: 4.03 4.05 3.95 5/369 453
/proc/meminfo: memFree=5871060/32950928 swapFree=67056568/67111528
[pid=366] ppid=364 vsize=8700 CPUtime=1.25 cores=1,3
/proc/366/stat : 366 (esg_static.sh) S 364 366 32333 0 -1 4202496 352 18935 0 0 0 0 120 5 18 0 1 0 608666812 8908800 251 33554432000 4194304 4922060 140734717969008 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/366/statm: 2175 251 209 178 0 68 0
[pid=370] ppid=366 vsize=311672 CPUtime=1241.08 cores=1,3
/proc/370/stat : 370 (minisat_static) R 366 366 32333 0 -1 4202496 910589 0 0 0 123985 123 0 0 25 0 1 0 608666938 319152128 56839 33554432000 4194304 4256717 140735325282000 18446744073709551615 4209152 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/370/statm: 77918 56839 253 16 0 74560 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 320372



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.01 4.04 3.95 4/366 456
/proc/meminfo: memFree=5949316/32950928 swapFree=67056568/67111528
[pid=366] ppid=364 vsize=8700 CPUtime=1.25 cores=1,3
/proc/366/stat : 366 (esg_static.sh) S 364 366 32333 0 -1 4202496 352 18935 0 0 0 0 120 5 18 0 1 0 608666812 8908800 251 33554432000 4194304 4922060 140734717969008 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/366/statm: 2175 251 209 178 0 68 0
[pid=370] ppid=366 vsize=230284 CPUtime=1298.78 cores=1,3
/proc/370/stat : 370 (minisat_static) R 366 366 32333 0 -1 4202496 948795 0 0 0 129751 127 0 0 25 0 1 0 608666938 235810816 53521 33554432000 4194304 4256717 140735325282000 18446744073709551615 4209105 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/370/statm: 57571 53521 253 16 0 54213 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 238984

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

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

[startup+1300 s]
/proc/loadavg: 4.01 4.04 3.95 4/366 456
/proc/meminfo: memFree=5949316/32950928 swapFree=67056568/67111528
[pid=366] ppid=364 vsize=8700 CPUtime=1.25 cores=1,3
/proc/366/stat : 366 (esg_static.sh) S 364 366 32333 0 -1 4202496 352 18935 0 0 0 0 120 5 18 0 1 0 608666812 8908800 251 33554432000 4194304 4922060 140734717969008 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/366/statm: 2175 251 209 178 0 68 0
[pid=370] ppid=366 vsize=230284 CPUtime=1298.78 cores=1,3
/proc/370/stat : 370 (minisat_static) R 366 366 32333 0 -1 4202496 948795 0 0 0 129751 127 0 0 25 0 1 0 608666938 235810816 53521 33554432000 4194304 4256717 140735325282000 18446744073709551615 4209105 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/370/statm: 57571 53521 253 16 0 54213 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 238984

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 366 and gives
#  childrusage.ru_utime.tv_sec=1
#  childrusage.ru_utime.tv_usec=203816
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=56991
# CPU time returned by wait4() is 1.26081
# while last known CPU time is 1300.03
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1300.02
CPU time (s): 1300.03
CPU user time (s): 1298.71
CPU system time (s): 1.32
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 450600

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.20382
system time used= 0.056991
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19287
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= 6
involuntary context switches= 28

runsolver used 4.53431 second user time and 10.7864 second system time

The end

Launcher Data

Begin job on node148 at 2011-05-09 21:51:37
IDJOB=3349038
IDBENCH=82392
IDSOLVER=1811
FILE ID=node148/3349038-1304970697
RUNJOBID= node148-1304968091-32353
PBS_JOBID= 13285602
Free space on /tmp= 30892 MiB

SOLVER NAME= minisat hack: minisat_psm 2011-04-01
BENCH NAME= SAT11/application/rintanen/SATPlanning/openstacks-sequencedstrips-nonadl-nonnegated-os-sequencedstrips-p30_1.035-NOTKNOWN.cnf
COMMAND LINE= ./esg_static.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3349038-1304970697/watcher-3349038-1304970697 -o /tmp/evaluation-result-3349038-1304970697/solver-3349038-1304970697 -C 2400 -W 1300 -M 7680  ./esg_static.sh HOME/instance-3349038-1304970697.cnf

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

MD5SUM BENCH= 28233bedeee44da6e79e63b9febc4d1e
RANDOM SEED=881830582

node148.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.854
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.70
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.854
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.854
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.854
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.854
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.854
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.854
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.854
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:       6524864 kB
Buffers:        238324 kB
Cached:       22266944 kB
SwapCached:       8268 kB
Active:       10736924 kB
Inactive:     14902016 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:       6524864 kB
SwapTotal:    67111528 kB
SwapFree:     67056568 kB
Dirty:           29708 kB
Writeback:           0 kB
AnonPages:     3131528 kB
Mapped:          27896 kB
Slab:           692836 kB
PageTables:      30072 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 84919084 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= 30792 MiB
End job on node148 at 2011-05-09 22:13:20