Trace number 3348824

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) 1299.97 1300.02

General information on the benchmark

NameSAT04/industrial/velev/vliw_unsat_2.0/
9dlx_vliw_at_b_iq8.used-as.sat04-718.cnf
MD5SUM776da55785376fd8eac6989ca812b102
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1002.78
Satisfiable
(Un)Satisfiability was proved
Number of variables371419
Number of clauses7170909
Sum of the clauses size20872419
Maximum clause length205
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 26770451
Number of clauses of size 392326
Number of clauses of size 48862
Number of clauses of size 523554
Number of clauses of size over 5275715

Solver Data

0.00/0.01	c Parsing...
0.00/0.01	c num clauses = 7170909
0.00/0.01	c too many clauses .. no preprocessing
0.00/0.01	c WARNING: for repeatability, setting FPU to use double precision

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-3348824-1304972978/watcher-3348824-1304972978 -o /tmp/evaluation-result-3348824-1304972978/solver-3348824-1304972978 -C 2400 -W 1300 -M 7680 ./esg_static.sh HOME/instance-3348824-1304972978.cnf 

running on 2 cores: 5,7

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: 4.02 4.01 3.83 5/322 7433
/proc/meminfo: memFree=5331244/32950928 swapFree=67111348/67111528
[pid=7433] ppid=7431 vsize=8700 CPUtime=0 cores=5,7
/proc/7433/stat : 7433 (esg_static.sh) S 7431 7433 6497 0 -1 4202496 353 111 0 0 0 0 0 0 24 0 1 0 608897939 8908800 252 33554432000 4194304 4922060 140734689517216 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/7433/statm: 2175 252 209 178 0 68 0

[startup+0.0224589 s]
/proc/loadavg: 4.02 4.01 3.83 5/322 7433
/proc/meminfo: memFree=5331244/32950928 swapFree=67111348/67111528
[pid=7433] ppid=7431 vsize=8700 CPUtime=0 cores=5,7
/proc/7433/stat : 7433 (esg_static.sh) S 7431 7433 6497 0 -1 4202496 353 111 0 0 0 0 0 0 24 0 1 0 608897939 8908800 252 33554432000 4194304 4922060 140734689517216 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/7433/statm: 2175 252 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100446 s]
/proc/loadavg: 4.02 4.01 3.83 5/322 7433
/proc/meminfo: memFree=5331244/32950928 swapFree=67111348/67111528
[pid=7433] ppid=7431 vsize=8700 CPUtime=0 cores=5,7
/proc/7433/stat : 7433 (esg_static.sh) S 7431 7433 6497 0 -1 4202496 353 111 0 0 0 0 0 0 24 0 1 0 608897939 8908800 252 33554432000 4194304 4922060 140734689517216 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/7433/statm: 2175 252 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300411 s]
/proc/loadavg: 4.02 4.01 3.83 5/322 7433
/proc/meminfo: memFree=5331244/32950928 swapFree=67111348/67111528
[pid=7433] ppid=7431 vsize=8700 CPUtime=0 cores=5,7
/proc/7433/stat : 7433 (esg_static.sh) S 7431 7433 6497 0 -1 4202496 353 111 0 0 0 0 0 0 24 0 1 0 608897939 8908800 252 33554432000 4194304 4922060 140734689517216 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/7433/statm: 2175 252 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700342 s]
/proc/loadavg: 4.02 4.01 3.83 5/322 7433
/proc/meminfo: memFree=5331244/32950928 swapFree=67111348/67111528
[pid=7433] ppid=7431 vsize=8700 CPUtime=0 cores=5,7
/proc/7433/stat : 7433 (esg_static.sh) S 7431 7433 6497 0 -1 4202496 353 111 0 0 0 0 0 0 24 0 1 0 608897939 8908800 252 33554432000 4194304 4922060 140734689517216 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/7433/statm: 2175 252 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.5002 s]
/proc/loadavg: 4.02 4.01 3.83 5/324 7436
/proc/meminfo: memFree=5124156/32950928 swapFree=67111348/67111528
[pid=7433] ppid=7431 vsize=8700 CPUtime=0 cores=5,7
/proc/7433/stat : 7433 (esg_static.sh) S 7431 7433 6497 0 -1 4202496 353 111 0 0 0 0 0 0 24 0 1 0 608897939 8908800 252 33554432000 4194304 4922060 140734689517216 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/7433/statm: 2175 252 209 178 0 68 0
[pid=7435] ppid=7433 vsize=407152 CPUtime=1.48 cores=5,7
/proc/7435/stat : 7435 (minisat_static) R 7433 7433 6497 0 -1 4202496 93628 0 0 0 130 18 0 0 25 0 1 0 608897940 416923648 75987 33554432000 4194304 4256717 140733955361216 18446744073709551615 274473628357 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/7435/statm: 101788 75988 215 16 0 98430 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 415852

[startup+3.10098 s]
/proc/loadavg: 4.02 4.01 3.83 5/324 7436
/proc/meminfo: memFree=4960604/32950928 swapFree=67111348/67111528
[pid=7433] ppid=7431 vsize=8700 CPUtime=0 cores=5,7
/proc/7433/stat : 7433 (esg_static.sh) S 7431 7433 6497 0 -1 4202496 353 111 0 0 0 0 0 0 24 0 1 0 608897939 8908800 252 33554432000 4194304 4922060 140734689517216 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/7433/statm: 2175 252 209 178 0 68 0
[pid=7435] ppid=7433 vsize=456308 CPUtime=3.06 cores=5,7
/proc/7435/stat : 7435 (minisat_static) R 7433 7433 6497 0 -1 4202496 115579 0 0 0 285 21 0 0 25 0 1 0 608897940 467259392 93941 33554432000 4194304 4256717 140733955361216 18446744073709551615 274473628357 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/7435/statm: 114077 93941 236 16 0 110719 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 465008

[startup+6.30036 s]
/proc/loadavg: 4.02 4.01 3.83 5/324 7436
/proc/meminfo: memFree=4955804/32950928 swapFree=67111348/67111528
[pid=7433] ppid=7431 vsize=8700 CPUtime=0 cores=5,7
/proc/7433/stat : 7433 (esg_static.sh) S 7431 7433 6497 0 -1 4202496 353 111 0 0 0 0 0 0 24 0 1 0 608897939 8908800 252 33554432000 4194304 4922060 140734689517216 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/7433/statm: 2175 252 209 178 0 68 0
[pid=7435] ppid=7433 vsize=458264 CPUtime=6.27 cores=5,7
/proc/7435/stat : 7435 (minisat_static) R 7433 7433 6497 0 -1 4202496 116265 0 0 0 605 22 0 0 25 0 1 0 608897940 469262336 94615 33554432000 4194304 4256717 140733955361216 18446744073709551615 4213501 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/7435/statm: 114566 94615 237 16 0 111208 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 466964

[startup+12.7002 s]
/proc/loadavg: 4.02 4.00 3.83 5/324 7437
/proc/meminfo: memFree=4949444/32950928 swapFree=67111348/67111528
[pid=7433] ppid=7431 vsize=8700 CPUtime=0 cores=5,7
/proc/7433/stat : 7433 (esg_static.sh) S 7431 7433 6497 0 -1 4202496 353 111 0 0 0 0 0 0 24 0 1 0 608897939 8908800 252 33554432000 4194304 4922060 140734689517216 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/7433/statm: 2175 252 209 178 0 68 0
[pid=7435] ppid=7433 vsize=459224 CPUtime=12.66 cores=5,7
/proc/7435/stat : 7435 (minisat_static) R 7433 7433 6497 0 -1 4202496 117376 0 0 0 1244 22 0 0 25 0 1 0 608897940 470245376 95665 33554432000 4194304 4256717 140733955361216 18446744073709551615 4213369 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/7435/statm: 114806 95665 237 16 0 111448 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 467924

[startup+25.501 s]
/proc/loadavg: 4.01 4.00 3.84 5/324 7437
/proc/meminfo: memFree=4938252/32950928 swapFree=67111348/67111528
[pid=7433] ppid=7431 vsize=8700 CPUtime=0 cores=5,7
/proc/7433/stat : 7433 (esg_static.sh) S 7431 7433 6497 0 -1 4202496 353 111 0 0 0 0 0 0 24 0 1 0 608897939 8908800 252 33554432000 4194304 4922060 140734689517216 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/7433/statm: 2175 252 209 178 0 68 0
[pid=7435] ppid=7433 vsize=462664 CPUtime=25.46 cores=5,7
/proc/7435/stat : 7435 (minisat_static) R 7433 7433 6497 0 -1 4202496 119693 0 0 0 2524 22 0 0 25 0 1 0 608897940 473767936 97916 33554432000 4194304 4256717 140733955361216 18446744073709551615 4212155 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/7435/statm: 115666 97916 237 16 0 112308 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 471364

[startup+51.1005 s]
/proc/loadavg: 4.12 4.03 3.85 5/324 7438
/proc/meminfo: memFree=4930708/32950928 swapFree=67111348/67111528
[pid=7433] ppid=7431 vsize=8700 CPUtime=0 cores=5,7
/proc/7433/stat : 7433 (esg_static.sh) S 7431 7433 6497 0 -1 4202496 353 111 0 0 0 0 0 0 24 0 1 0 608897939 8908800 252 33554432000 4194304 4922060 140734689517216 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/7433/statm: 2175 252 209 178 0 68 0
[pid=7435] ppid=7433 vsize=464660 CPUtime=51.06 cores=5,7
/proc/7435/stat : 7435 (minisat_static) R 7433 7433 6497 0 -1 4202496 122903 0 0 0 5083 23 0 0 25 0 1 0 608897940 475811840 101051 33554432000 4194304 4256717 140733955361216 18446744073709551615 4213454 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/7435/statm: 116165 101051 237 16 0 112807 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 473360

[startup+102.312 s]
/proc/loadavg: 4.05 4.03 3.85 5/324 7439
/proc/meminfo: memFree=4898008/32950928 swapFree=67111348/67111528
[pid=7433] ppid=7431 vsize=8700 CPUtime=0 cores=5,7
/proc/7433/stat : 7433 (esg_static.sh) S 7431 7433 6497 0 -1 4202496 353 111 0 0 0 0 0 0 24 0 1 0 608897939 8908800 252 33554432000 4194304 4922060 140734689517216 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/7433/statm: 2175 252 209 178 0 68 0
[pid=7435] ppid=7433 vsize=600072 CPUtime=102.28 cores=5,7
/proc/7435/stat : 7435 (minisat_static) R 7433 7433 6497 0 -1 4202496 130993 0 0 0 10202 26 0 0 25 0 1 0 608897940 614473728 108961 33554432000 4194304 4256717 140733955361216 18446744073709551615 4213501 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/7435/statm: 150018 108961 237 16 0 146660 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 608772

[startup+162.301 s]
/proc/loadavg: 4.06 4.03 3.87 5/324 7441
/proc/meminfo: memFree=4927608/32950928 swapFree=67111348/67111528
[pid=7433] ppid=7431 vsize=8700 CPUtime=0 cores=5,7
/proc/7433/stat : 7433 (esg_static.sh) S 7431 7433 6497 0 -1 4202496 353 111 0 0 0 0 0 0 24 0 1 0 608897939 8908800 252 33554432000 4194304 4922060 140734689517216 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/7433/statm: 2175 252 209 178 0 68 0
[pid=7435] ppid=7433 vsize=471908 CPUtime=162.27 cores=5,7
/proc/7435/stat : 7435 (minisat_static) R 7433 7433 6497 0 -1 4202496 276362 0 0 0 16182 45 0 0 25 0 1 0 608897940 483233792 101270 33554432000 4194304 4256717 140733955361216 18446744073709551615 4213430 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/7435/statm: 117977 101270 237 16 0 114619 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 480608

[startup+222.3 s]
/proc/loadavg: 4.09 4.04 3.88 5/324 7442
/proc/meminfo: memFree=4925956/32950928 swapFree=67111348/67111528
[pid=7433] ppid=7431 vsize=8700 CPUtime=0 cores=5,7
/proc/7433/stat : 7433 (esg_static.sh) S 7431 7433 6497 0 -1 4202496 353 111 0 0 0 0 0 0 24 0 1 0 608897939 8908800 252 33554432000 4194304 4922060 140734689517216 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/7433/statm: 2175 252 209 178 0 68 0
[pid=7435] ppid=7433 vsize=475112 CPUtime=222.27 cores=5,7
/proc/7435/stat : 7435 (minisat_static) R 7433 7433 6497 0 -1 4202496 351975 0 0 0 22170 57 0 0 25 0 1 0 608897940 486514688 101410 33554432000 4194304 4256717 140733955361216 18446744073709551615 4213445 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/7435/statm: 118778 101410 237 16 0 115420 0
Current children cumulated CPU time (s) 222.27
Current children cumulated vsize (KiB) 483812

[startup+282.301 s]
/proc/loadavg: 4.09 4.05 3.89 5/324 7444
/proc/meminfo: memFree=4898264/32950928 swapFree=67111348/67111528
[pid=7433] ppid=7431 vsize=8700 CPUtime=0 cores=5,7
/proc/7433/stat : 7433 (esg_static.sh) S 7431 7433 6497 0 -1 4202496 353 111 0 0 0 0 0 0 24 0 1 0 608897939 8908800 252 33554432000 4194304 4922060 140734689517216 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/7433/statm: 2175 252 209 178 0 68 0
[pid=7435] ppid=7433 vsize=479008 CPUtime=282.27 cores=5,7
/proc/7435/stat : 7435 (minisat_static) R 7433 7433 6497 0 -1 4202496 433039 0 0 0 28158 69 0 0 25 0 1 0 608897940 490504192 105784 33554432000 4194304 4256717 140733955361216 18446744073709551615 4214109 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/7435/statm: 119752 105784 237 16 0 116394 0
Current children cumulated CPU time (s) 282.27
Current children cumulated vsize (KiB) 487708

[startup+342.3 s]
/proc/loadavg: 4.03 4.03 3.89 5/324 7445
/proc/meminfo: memFree=4931348/32950928 swapFree=67111348/67111528
[pid=7433] ppid=7431 vsize=8700 CPUtime=0 cores=5,7
/proc/7433/stat : 7433 (esg_static.sh) S 7431 7433 6497 0 -1 4202496 353 111 0 0 0 0 0 0 24 0 1 0 608897939 8908800 252 33554432000 4194304 4922060 140734689517216 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/7433/statm: 2175 252 209 178 0 68 0
[pid=7435] ppid=7433 vsize=480000 CPUtime=342.27 cores=5,7
/proc/7435/stat : 7435 (minisat_static) R 7433 7433 6497 0 -1 4202496 508895 0 0 0 34147 80 0 0 25 0 1 0 608897940 491520000 105166 33554432000 4194304 4256717 140733955361216 18446744073709551615 4209875 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/7435/statm: 120000 105166 237 16 0 116642 0
Current children cumulated CPU time (s) 342.27
Current children cumulated vsize (KiB) 488700

[startup+402.301 s]
/proc/loadavg: 4.01 4.03 3.90 5/324 7447
/proc/meminfo: memFree=4924488/32950928 swapFree=67111348/67111528
[pid=7433] ppid=7431 vsize=8700 CPUtime=0 cores=5,7

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

/proc/7435/statm: 155336 115625 237 16 0 151978 0
Current children cumulated CPU time (s) 582.26
Current children cumulated vsize (KiB) 630044

[startup+642.3 s]
/proc/loadavg: 3.09 3.78 3.84 3/310 7489
/proc/meminfo: memFree=5105556/32950928 swapFree=67111348/67111528
[pid=7433] ppid=7431 vsize=8700 CPUtime=0 cores=5,7
/proc/7433/stat : 7433 (esg_static.sh) S 7431 7433 6497 0 -1 4202496 353 111 0 0 0 0 0 0 24 0 1 0 608897939 8908800 252 33554432000 4194304 4922060 140734689517216 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/7433/statm: 2175 252 209 178 0 68 0
[pid=7435] ppid=7433 vsize=623840 CPUtime=642.27 cores=5,7
/proc/7435/stat : 7435 (minisat_static) R 7433 7433 6497 0 -1 4202496 993706 0 0 0 64080 147 0 0 25 0 1 0 608897940 638812160 116573 33554432000 4194304 4256717 140733955361216 18446744073709551615 4213733 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/7435/statm: 155960 116573 237 16 0 152602 0
Current children cumulated CPU time (s) 642.27
Current children cumulated vsize (KiB) 632540

[startup+702.301 s]
/proc/loadavg: 1.94 3.34 3.68 2/303 7509
/proc/meminfo: memFree=5282128/32950928 swapFree=67111348/67111528
[pid=7433] ppid=7431 vsize=8700 CPUtime=0 cores=5,7
/proc/7433/stat : 7433 (esg_static.sh) S 7431 7433 6497 0 -1 4202496 353 111 0 0 0 0 0 0 24 0 1 0 608897939 8908800 252 33554432000 4194304 4922060 140734689517216 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/7433/statm: 2175 252 209 178 0 68 0
[pid=7435] ppid=7433 vsize=495328 CPUtime=702.27 cores=5,7
/proc/7435/stat : 7435 (minisat_static) R 7433 7433 6497 0 -1 4202496 1149331 0 0 0 70060 167 0 0 25 0 1 0 608897940 507215872 110319 33554432000 4194304 4256717 140733955361216 18446744073709551615 4213461 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/7435/statm: 123832 110319 237 16 0 120474 0
Current children cumulated CPU time (s) 702.27
Current children cumulated vsize (KiB) 504028

[startup+762.311 s]
/proc/loadavg: 1.35 2.91 3.51 2/303 7511
/proc/meminfo: memFree=5269940/32950928 swapFree=67111348/67111528
[pid=7433] ppid=7431 vsize=8700 CPUtime=0 cores=5,7
/proc/7433/stat : 7433 (esg_static.sh) S 7431 7433 6497 0 -1 4202496 353 111 0 0 0 0 0 0 24 0 1 0 608897939 8908800 252 33554432000 4194304 4922060 140734689517216 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/7433/statm: 2175 252 209 178 0 68 0
[pid=7435] ppid=7433 vsize=496676 CPUtime=762.28 cores=5,7
/proc/7435/stat : 7435 (minisat_static) R 7433 7433 6497 0 -1 4202496 1233442 0 0 0 76046 182 0 0 25 0 1 0 608897940 508596224 113254 33554432000 4194304 4256717 140733955361216 18446744073709551615 4209102 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/7435/statm: 124169 113254 237 16 0 120811 0
Current children cumulated CPU time (s) 762.28
Current children cumulated vsize (KiB) 505376

[startup+822.301 s]
/proc/loadavg: 1.12 2.56 3.35 2/303 7512
/proc/meminfo: memFree=5284784/32950928 swapFree=67111348/67111528
[pid=7433] ppid=7431 vsize=8700 CPUtime=0 cores=5,7
/proc/7433/stat : 7433 (esg_static.sh) S 7431 7433 6497 0 -1 4202496 353 111 0 0 0 0 0 0 24 0 1 0 608897939 8908800 252 33554432000 4194304 4922060 140734689517216 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/7433/statm: 2175 252 209 178 0 68 0
[pid=7435] ppid=7433 vsize=497552 CPUtime=822.27 cores=5,7
/proc/7435/stat : 7435 (minisat_static) R 7433 7433 6497 0 -1 4202496 1393064 0 0 0 82024 203 0 0 25 0 1 0 608897940 509493248 109542 33554432000 4194304 4256717 140733955361216 18446744073709551615 4209851 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/7435/statm: 124388 109542 237 16 0 121030 0
Current children cumulated CPU time (s) 822.27
Current children cumulated vsize (KiB) 506252

[startup+882.301 s]
/proc/loadavg: 1.04 2.28 3.20 2/303 7514
/proc/meminfo: memFree=5242844/32950928 swapFree=67111348/67111528
[pid=7433] ppid=7431 vsize=8700 CPUtime=0 cores=5,7
/proc/7433/stat : 7433 (esg_static.sh) S 7431 7433 6497 0 -1 4202496 353 111 0 0 0 0 0 0 24 0 1 0 608897939 8908800 252 33554432000 4194304 4922060 140734689517216 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/7433/statm: 2175 252 209 178 0 68 0
[pid=7435] ppid=7433 vsize=631780 CPUtime=882.26 cores=5,7
/proc/7435/stat : 7435 (minisat_static) R 7433 7433 6497 0 -1 4202496 1403910 0 0 0 88020 206 0 0 25 0 1 0 608897940 646942720 120157 33554432000 4194304 4256717 140733955361216 18446744073709551615 4233419 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/7435/statm: 157945 120157 237 16 0 154587 0
Current children cumulated CPU time (s) 882.26
Current children cumulated vsize (KiB) 640480

[startup+942.301 s]
/proc/loadavg: 1.01 2.04 3.06 2/303 7515
/proc/meminfo: memFree=5274684/32950928 swapFree=67111348/67111528
[pid=7433] ppid=7431 vsize=8700 CPUtime=0 cores=5,7
/proc/7433/stat : 7433 (esg_static.sh) S 7431 7433 6497 0 -1 4202496 353 111 0 0 0 0 0 0 24 0 1 0 608897939 8908800 252 33554432000 4194304 4922060 140734689517216 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/7433/statm: 2175 252 209 178 0 68 0
[pid=7435] ppid=7433 vsize=502044 CPUtime=942.26 cores=5,7
/proc/7435/stat : 7435 (minisat_static) R 7433 7433 6497 0 -1 4202496 1559625 0 0 0 94001 225 0 0 25 0 1 0 608897940 514093056 112424 33554432000 4194304 4256717 140733955361216 18446744073709551615 4212152 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/7435/statm: 125511 112424 237 16 0 122153 0
Current children cumulated CPU time (s) 942.26
Current children cumulated vsize (KiB) 510744

[startup+1002.3 s]
/proc/loadavg: 1.00 1.85 2.93 2/303 7517
/proc/meminfo: memFree=5223436/32950928 swapFree=67111348/67111528
[pid=7433] ppid=7431 vsize=8700 CPUtime=0 cores=5,7
/proc/7433/stat : 7433 (esg_static.sh) S 7431 7433 6497 0 -1 4202496 353 111 0 0 0 0 0 0 24 0 1 0 608897939 8908800 252 33554432000 4194304 4922060 140734689517216 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/7433/statm: 2175 252 209 178 0 68 0
[pid=7435] ppid=7433 vsize=635980 CPUtime=1002.26 cores=5,7
/proc/7435/stat : 7435 (minisat_static) R 7433 7433 6497 0 -1 4202496 1572431 0 0 0 99997 229 0 0 25 0 1 0 608897940 651243520 124979 33554432000 4194304 4256717 140733955361216 18446744073709551615 4213430 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/7435/statm: 158995 124979 237 16 0 155637 0
Current children cumulated CPU time (s) 1002.26
Current children cumulated vsize (KiB) 644680

[startup+1062.3 s]
/proc/loadavg: 1.00 1.69 2.80 2/303 7519
/proc/meminfo: memFree=5244352/32950928 swapFree=67111348/67111528
[pid=7433] ppid=7431 vsize=8700 CPUtime=0 cores=5,7
/proc/7433/stat : 7433 (esg_static.sh) S 7431 7433 6497 0 -1 4202496 353 111 0 0 0 0 0 0 24 0 1 0 608897939 8908800 252 33554432000 4194304 4922060 140734689517216 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/7433/statm: 2175 252 209 178 0 68 0
[pid=7435] ppid=7433 vsize=637532 CPUtime=1062.27 cores=5,7
/proc/7435/stat : 7435 (minisat_static) R 7433 7433 6497 0 -1 4202496 1822080 0 0 0 105963 264 0 0 25 0 1 0 608897940 652832768 120261 33554432000 4194304 4256717 140733955361216 18446744073709551615 4218657 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/7435/statm: 159383 120261 237 16 0 156025 0
Current children cumulated CPU time (s) 1062.27
Current children cumulated vsize (KiB) 646232

[startup+1122.3 s]
/proc/loadavg: 1.00 1.56 2.69 2/303 7520
/proc/meminfo: memFree=5224840/32950928 swapFree=67111348/67111528
[pid=7433] ppid=7431 vsize=8700 CPUtime=0 cores=5,7
/proc/7433/stat : 7433 (esg_static.sh) S 7431 7433 6497 0 -1 4202496 353 111 0 0 0 0 0 0 24 0 1 0 608897939 8908800 252 33554432000 4194304 4922060 140734689517216 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/7433/statm: 2175 252 209 178 0 68 0
[pid=7435] ppid=7433 vsize=641576 CPUtime=1122.26 cores=5,7
/proc/7435/stat : 7435 (minisat_static) R 7433 7433 6497 0 -1 4202496 1991984 0 0 0 111938 288 0 0 25 0 1 0 608897940 656973824 124762 33554432000 4194304 4256717 140733955361216 18446744073709551615 4208992 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/7435/statm: 160394 124762 237 16 0 157036 0
Current children cumulated CPU time (s) 1122.26
Current children cumulated vsize (KiB) 650276

[startup+1182.3 s]
/proc/loadavg: 1.00 1.46 2.58 2/303 7522
/proc/meminfo: memFree=5268692/32950928 swapFree=67111348/67111528
[pid=7433] ppid=7431 vsize=8700 CPUtime=0 cores=5,7
/proc/7433/stat : 7433 (esg_static.sh) S 7431 7433 6497 0 -1 4202496 353 111 0 0 0 0 0 0 24 0 1 0 608897939 8908800 252 33554432000 4194304 4922060 140734689517216 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/7433/statm: 2175 252 209 178 0 68 0
[pid=7435] ppid=7433 vsize=514180 CPUtime=1182.26 cores=5,7
/proc/7435/stat : 7435 (minisat_static) R 7433 7433 6497 0 -1 4202496 2147239 0 0 0 117916 310 0 0 25 0 1 0 608897940 526520320 113923 33554432000 4194304 4256717 140733955361216 18446744073709551615 4210793 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/7435/statm: 128545 113923 237 16 0 125187 0
Current children cumulated CPU time (s) 1182.26
Current children cumulated vsize (KiB) 522880

[startup+1242.3 s]
/proc/loadavg: 1.04 1.39 2.48 2/303 7523
/proc/meminfo: memFree=5263956/32950928 swapFree=67111348/67111528
[pid=7433] ppid=7431 vsize=8700 CPUtime=0 cores=5,7
/proc/7433/stat : 7433 (esg_static.sh) S 7431 7433 6497 0 -1 4202496 353 111 0 0 0 0 0 0 24 0 1 0 608897939 8908800 252 33554432000 4194304 4922060 140734689517216 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/7433/statm: 2175 252 209 178 0 68 0
[pid=7435] ppid=7433 vsize=514180 CPUtime=1242.26 cores=5,7
/proc/7435/stat : 7435 (minisat_static) R 7433 7433 6497 0 -1 4202496 2225956 0 0 0 123903 323 0 0 25 0 1 0 608897940 526520320 114967 33554432000 4194304 4256717 140733955361216 18446744073709551615 4233419 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/7435/statm: 128545 114967 237 16 0 125187 0
Current children cumulated CPU time (s) 1242.26
Current children cumulated vsize (KiB) 522880



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 1.01 1.31 2.39 2/303 7525
/proc/meminfo: memFree=5255736/32950928 swapFree=67111348/67111528
[pid=7433] ppid=7431 vsize=8700 CPUtime=0 cores=5,7
/proc/7433/stat : 7433 (esg_static.sh) S 7431 7433 6497 0 -1 4202496 353 111 0 0 0 0 0 0 24 0 1 0 608897939 8908800 252 33554432000 4194304 4922060 140734689517216 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/7433/statm: 2175 252 209 178 0 68 0
[pid=7435] ppid=7433 vsize=515184 CPUtime=1299.97 cores=5,7
/proc/7435/stat : 7435 (minisat_static) R 7433 7433 6497 0 -1 4202496 2312234 0 0 0 129663 334 0 0 25 0 1 0 608897940 527548416 116785 33554432000 4194304 4256717 140733955361216 18446744073709551615 4213369 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/7435/statm: 128796 116785 237 16 0 125438 0
Current children cumulated CPU time (s) 1299.97
Current children cumulated vsize (KiB) 523884

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

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

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 7433 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=0
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=999
# CPU time returned by wait4() is 0.000999
# while last known CPU time is 1299.97
#
# 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): 1299.97
CPU user time (s): 1296.63
CPU system time (s): 3.34
CPU usage (%): 99.9963
Max. virtual memory (cumulated for all children) (KiB): 867760

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

runsolver used 3.74443 second user time and 9.08262 second system time

The end

Launcher Data

Begin job on node125 at 2011-05-09 22:29:43
IDJOB=3348824
IDBENCH=85005
IDSOLVER=1811
FILE ID=node125/3348824-1304972978
RUNJOBID= node125-1304970983-6956
PBS_JOBID= 13285625
Free space on /tmp= 47788 MiB

SOLVER NAME= minisat hack: minisat_psm 2011-04-01
BENCH NAME= SAT04/industrial/velev/vliw_unsat_2.0/9dlx_vliw_at_b_iq8.used-as.sat04-718.cnf
COMMAND LINE= ./esg_static.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3348824-1304972978/watcher-3348824-1304972978 -o /tmp/evaluation-result-3348824-1304972978/solver-3348824-1304972978 -C 2400 -W 1300 -M 7680  ./esg_static.sh HOME/instance-3348824-1304972978.cnf

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

MD5SUM BENCH= 776da55785376fd8eac6989ca812b102
RANDOM SEED=416552716

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

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.828
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.828
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.828
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.828
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:       5331524 kB
Buffers:        235964 kB
Cached:       16290100 kB
SwapCached:          0 kB
Active:       15455272 kB
Inactive:     11507320 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:       5331524 kB
SwapTotal:    67111528 kB
SwapFree:     67111348 kB
Dirty:          157456 kB
Writeback:           0 kB
AnonPages:    10436412 kB
Mapped:          29856 kB
Slab:           557296 kB
PageTables:      37180 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 51446004 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= 47788 MiB
End job on node125 at 2011-05-09 22:51:25