Trace number 3348829

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.03

General information on the benchmark

Nameindustrial/vliw_unsat_2.0/
9dlx_vliw_at_b_iq7.cnf
MD5SUM0fbc00fde383cec371bb97d621c5e7e5
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark485.526
Satisfiable
(Un)Satisfiability was proved
Number of variables306095
Number of clauses6069108
Sum of the clauses size17675754
Maximum clause length163
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 25745111
Number of clauses of size 366910
Number of clauses of size 44878
Number of clauses of size 518476
Number of clauses of size over 5233732

Solver Data

0.00/0.00	c Parsing...
0.00/0.00	c num clauses = 6069108
0.00/0.00	c too many clauses .. no preprocessing
0.00/0.00	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-3348829-1304968109/watcher-3348829-1304968109 -o /tmp/evaluation-result-3348829-1304968109/solver-3348829-1304968109 -C 2400 -W 1300 -M 7680 ./esg_static.sh HOME/instance-3348829-1304968109.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: 0.84 0.18 0.06 5/323 608
/proc/meminfo: memFree=8194232/32950928 swapFree=67111348/67111528
[pid=608] ppid=606 vsize=8700 CPUtime=0 cores=5,7
/proc/608/stat : 608 (esg_static.sh) S 606 608 533 0 -1 4202496 328 0 0 0 0 0 0 0 21 0 1 0 608410140 8908800 250 33554432000 4194304 4922060 140735616106544 18446744073709551615 235594685573 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/608/statm: 2175 250 209 178 0 68 0

[startup+0.0158029 s]
/proc/loadavg: 0.84 0.18 0.06 5/323 608
/proc/meminfo: memFree=8194232/32950928 swapFree=67111348/67111528
[pid=608] ppid=606 vsize=8700 CPUtime=0 cores=5,7
/proc/608/stat : 608 (esg_static.sh) S 606 608 533 0 -1 4202496 353 112 0 0 0 0 0 0 21 0 1 0 608410140 8908800 252 33554432000 4194304 4922060 140735616106544 18446744073709551615 235594685573 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/608/statm: 2175 252 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100793 s]
/proc/loadavg: 0.84 0.18 0.06 5/323 608
/proc/meminfo: memFree=8194232/32950928 swapFree=67111348/67111528
[pid=608] ppid=606 vsize=8700 CPUtime=0 cores=5,7
/proc/608/stat : 608 (esg_static.sh) S 606 608 533 0 -1 4202496 353 112 0 0 0 0 0 0 21 0 1 0 608410140 8908800 252 33554432000 4194304 4922060 140735616106544 18446744073709551615 235594685573 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/608/statm: 2175 252 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300757 s]
/proc/loadavg: 0.84 0.18 0.06 5/323 608
/proc/meminfo: memFree=8194232/32950928 swapFree=67111348/67111528
[pid=608] ppid=606 vsize=8700 CPUtime=0 cores=5,7
/proc/608/stat : 608 (esg_static.sh) S 606 608 533 0 -1 4202496 353 112 0 0 0 0 0 0 21 0 1 0 608410140 8908800 252 33554432000 4194304 4922060 140735616106544 18446744073709551615 235594685573 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/608/statm: 2175 252 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700684 s]
/proc/loadavg: 0.84 0.18 0.06 5/323 608
/proc/meminfo: memFree=8194232/32950928 swapFree=67111348/67111528
[pid=608] ppid=606 vsize=8700 CPUtime=0 cores=5,7
/proc/608/stat : 608 (esg_static.sh) S 606 608 533 0 -1 4202496 353 112 0 0 0 0 0 0 21 0 1 0 608410140 8908800 252 33554432000 4194304 4922060 140735616106544 18446744073709551615 235594685573 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/608/statm: 2175 252 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50055 s]
/proc/loadavg: 0.84 0.18 0.06 5/325 611
/proc/meminfo: memFree=7973424/32950928 swapFree=67111348/67111528
[pid=608] ppid=606 vsize=8700 CPUtime=0 cores=5,7
/proc/608/stat : 608 (esg_static.sh) S 606 608 533 0 -1 4202496 353 112 0 0 0 0 0 0 21 0 1 0 608410140 8908800 252 33554432000 4194304 4922060 140735616106544 18446744073709551615 235594685573 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/608/statm: 2175 252 209 178 0 68 0
[pid=610] ppid=608 vsize=402740 CPUtime=1.48 cores=5,7
/proc/610/stat : 610 (minisat_static) R 608 608 533 0 -1 4202496 93959 0 0 0 135 13 0 0 25 0 1 0 608410140 412405760 76100 33554432000 4194304 4256717 140736746012560 18446744073709551615 4243153 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/610/statm: 100685 76101 215 16 0 97327 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 411440

[startup+3.11226 s]
/proc/loadavg: 1.17 0.26 0.08 5/325 611
/proc/meminfo: memFree=7843852/32950928 swapFree=67111348/67111528
[pid=608] ppid=606 vsize=8700 CPUtime=0 cores=5,7
/proc/608/stat : 608 (esg_static.sh) S 606 608 533 0 -1 4202496 353 112 0 0 0 0 0 0 21 0 1 0 608410140 8908800 252 33554432000 4194304 4922060 140735616106544 18446744073709551615 235594685573 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/608/statm: 2175 252 209 178 0 68 0
[pid=610] ppid=608 vsize=413184 CPUtime=3.1 cores=5,7
/proc/610/stat : 610 (minisat_static) R 608 608 533 0 -1 4202496 97646 0 0 0 296 14 0 0 25 0 1 0 608410140 423100416 79339 33554432000 4194304 4256717 140736746012560 18446744073709551615 4213445 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/610/statm: 103296 79339 236 16 0 99938 0
Current children cumulated CPU time (s) 3.1
Current children cumulated vsize (KiB) 421884

[startup+6.3007 s]
/proc/loadavg: 1.40 0.32 0.11 5/325 612
/proc/meminfo: memFree=7984332/32950928 swapFree=67111348/67111528
[pid=608] ppid=606 vsize=8700 CPUtime=0 cores=5,7
/proc/608/stat : 608 (esg_static.sh) S 606 608 533 0 -1 4202496 353 112 0 0 0 0 0 0 21 0 1 0 608410140 8908800 252 33554432000 4194304 4922060 140735616106544 18446744073709551615 235594685573 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/608/statm: 2175 252 209 178 0 68 0
[pid=610] ppid=608 vsize=416216 CPUtime=6.29 cores=5,7
/proc/610/stat : 610 (minisat_static) R 608 608 533 0 -1 4202496 98720 0 0 0 615 14 0 0 25 0 1 0 608410140 426205184 80401 33554432000 4194304 4256717 140736746012560 18446744073709551615 4213751 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/610/statm: 104054 80401 237 16 0 100696 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 424916

[startup+12.7006 s]
/proc/loadavg: 1.61 0.38 0.13 5/325 613
/proc/meminfo: memFree=7972076/32950928 swapFree=67111348/67111528
[pid=608] ppid=606 vsize=8700 CPUtime=0 cores=5,7
/proc/608/stat : 608 (esg_static.sh) S 606 608 533 0 -1 4202496 353 112 0 0 0 0 0 0 21 0 1 0 608410140 8908800 252 33554432000 4194304 4922060 140735616106544 18446744073709551615 235594685573 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/608/statm: 2175 252 209 178 0 68 0
[pid=610] ppid=608 vsize=418220 CPUtime=12.69 cores=5,7
/proc/610/stat : 610 (minisat_static) R 608 608 533 0 -1 4202496 99879 0 0 0 1254 15 0 0 25 0 1 0 608410140 428257280 81536 33554432000 4194304 4256717 140736746012560 18446744073709551615 4210781 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/610/statm: 104555 81536 237 16 0 101197 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 426920

[startup+25.5003 s]
/proc/loadavg: 2.05 0.52 0.17 5/325 613
/proc/meminfo: memFree=7908972/32950928 swapFree=67111348/67111528
[pid=608] ppid=606 vsize=8700 CPUtime=0 cores=5,7
/proc/608/stat : 608 (esg_static.sh) S 606 608 533 0 -1 4202496 353 112 0 0 0 0 0 0 21 0 1 0 608410140 8908800 252 33554432000 4194304 4922060 140735616106544 18446744073709551615 235594685573 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/608/statm: 2175 252 209 178 0 68 0
[pid=610] ppid=608 vsize=419808 CPUtime=25.49 cores=5,7
/proc/610/stat : 610 (minisat_static) R 608 608 533 0 -1 4202496 101661 0 0 0 2533 16 0 0 25 0 1 0 608410140 429883392 83270 33554432000 4194304 4256717 140736746012560 18446744073709551615 4214170 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/610/statm: 104952 83270 237 16 0 101594 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 428508

[startup+51.1008 s]
/proc/loadavg: 2.71 0.80 0.27 5/325 614
/proc/meminfo: memFree=7890728/32950928 swapFree=67111348/67111528
[pid=608] ppid=606 vsize=8700 CPUtime=0 cores=5,7
/proc/608/stat : 608 (esg_static.sh) S 606 608 533 0 -1 4202496 353 112 0 0 0 0 0 0 21 0 1 0 608410140 8908800 252 33554432000 4194304 4922060 140735616106544 18446744073709551615 235594685573 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/608/statm: 2175 252 209 178 0 68 0
[pid=610] ppid=608 vsize=422096 CPUtime=51.09 cores=5,7
/proc/610/stat : 610 (minisat_static) R 608 608 533 0 -1 4202496 106276 0 0 0 5091 18 0 0 25 0 1 0 608410140 432226304 87765 33554432000 4194304 4256717 140736746012560 18446744073709551615 4211194 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/610/statm: 105524 87765 237 16 0 102166 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 430796

[startup+102.301 s]
/proc/loadavg: 3.48 1.33 0.48 5/325 615
/proc/meminfo: memFree=7880992/32950928 swapFree=67111348/67111528
[pid=608] ppid=606 vsize=8700 CPUtime=0 cores=5,7
/proc/608/stat : 608 (esg_static.sh) S 606 608 533 0 -1 4202496 353 112 0 0 0 0 0 0 21 0 1 0 608410140 8908800 252 33554432000 4194304 4922060 140735616106544 18446744073709551615 235594685573 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/608/statm: 2175 252 209 178 0 68 0
[pid=610] ppid=608 vsize=425808 CPUtime=102.28 cores=5,7
/proc/610/stat : 610 (minisat_static) R 608 608 533 0 -1 4202496 172488 0 0 0 10199 29 0 0 25 0 1 0 608410140 436027392 90532 33554432000 4194304 4256717 140736746012560 18446744073709551615 4213501 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/610/statm: 106452 90532 237 16 0 103094 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 434508

[startup+162.3 s]
/proc/loadavg: 3.87 1.83 0.71 5/325 617
/proc/meminfo: memFree=7876616/32950928 swapFree=67111348/67111528
[pid=608] ppid=606 vsize=8700 CPUtime=0 cores=5,7
/proc/608/stat : 608 (esg_static.sh) S 606 608 533 0 -1 4202496 353 112 0 0 0 0 0 0 21 0 1 0 608410140 8908800 252 33554432000 4194304 4922060 140735616106544 18446744073709551615 235594685573 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/608/statm: 2175 252 209 178 0 68 0
[pid=610] ppid=608 vsize=429384 CPUtime=162.29 cores=5,7
/proc/610/stat : 610 (minisat_static) R 608 608 533 0 -1 4202496 297487 0 0 0 16183 46 0 0 25 0 1 0 608410140 439689216 85847 33554432000 4194304 4256717 140736746012560 18446744073709551615 4213445 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/610/statm: 107346 85847 237 16 0 103988 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 438084

[startup+222.301 s]
/proc/loadavg: 4.01 2.24 0.92 5/325 650
/proc/meminfo: memFree=7879960/32950928 swapFree=67111348/67111528
[pid=608] ppid=606 vsize=8700 CPUtime=0 cores=5,7
/proc/608/stat : 608 (esg_static.sh) S 606 608 533 0 -1 4202496 353 112 0 0 0 0 0 0 21 0 1 0 608410140 8908800 252 33554432000 4194304 4922060 140735616106544 18446744073709551615 235594685573 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/608/statm: 2175 252 209 178 0 68 0
[pid=610] ppid=608 vsize=434576 CPUtime=222.29 cores=5,7
/proc/610/stat : 610 (minisat_static) R 608 608 533 0 -1 4202496 431729 0 0 0 22164 65 0 0 25 0 1 0 608410140 445005824 89088 33554432000 4194304 4256717 140736746012560 18446744073709551615 4213445 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/610/statm: 108644 89088 237 16 0 105286 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 443276

[startup+282.301 s]
/proc/loadavg: 4.00 2.56 1.11 5/325 652
/proc/meminfo: memFree=7843120/32950928 swapFree=67111348/67111528
[pid=608] ppid=606 vsize=8700 CPUtime=0 cores=5,7
/proc/608/stat : 608 (esg_static.sh) S 606 608 533 0 -1 4202496 353 112 0 0 0 0 0 0 21 0 1 0 608410140 8908800 252 33554432000 4194304 4922060 140735616106544 18446744073709551615 235594685573 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/608/statm: 2175 252 209 178 0 68 0
[pid=610] ppid=608 vsize=436864 CPUtime=282.29 cores=5,7
/proc/610/stat : 610 (minisat_static) R 608 608 533 0 -1 4202496 502652 0 0 0 28153 76 0 0 25 0 1 0 608410140 447348736 94258 33554432000 4194304 4256717 140736746012560 18446744073709551615 4213472 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/610/statm: 109216 94258 237 16 0 105858 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 445564

[startup+342.3 s]
/proc/loadavg: 4.00 2.82 1.28 5/325 653
/proc/meminfo: memFree=7793576/32950928 swapFree=67111348/67111528
[pid=608] ppid=606 vsize=8700 CPUtime=0 cores=5,7
/proc/608/stat : 608 (esg_static.sh) S 606 608 533 0 -1 4202496 353 112 0 0 0 0 0 0 21 0 1 0 608410140 8908800 252 33554432000 4194304 4922060 140735616106544 18446744073709551615 235594685573 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/608/statm: 2175 252 209 178 0 68 0
[pid=610] ppid=608 vsize=440376 CPUtime=342.29 cores=5,7
/proc/610/stat : 610 (minisat_static) R 608 608 533 0 -1 4202496 633226 0 0 0 34134 95 0 0 25 0 1 0 608410140 450945024 93027 33554432000 4194304 4256717 140736746012560 18446744073709551615 4213469 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/610/statm: 110094 93027 237 16 0 106736 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 449076

[startup+402.301 s]
/proc/loadavg: 4.00 3.03 1.45 5/325 655
/proc/meminfo: memFree=7755712/32950928 swapFree=67111348/67111528
[pid=608] ppid=606 vsize=8700 CPUtime=0 cores=5,7

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

/proc/610/statm: 165892 127773 237 16 0 162534 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 672268

[startup+702.301 s]
/proc/loadavg: 4.02 3.67 2.16 5/325 695
/proc/meminfo: memFree=7635056/32950928 swapFree=67111348/67111528
[pid=608] ppid=606 vsize=8700 CPUtime=0 cores=5,7
/proc/608/stat : 608 (esg_static.sh) S 606 608 533 0 -1 4202496 353 112 0 0 0 0 0 0 21 0 1 0 608410140 8908800 252 33554432000 4194304 4922060 140735616106544 18446744073709551615 235594685573 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/608/statm: 2175 252 209 178 0 68 0
[pid=610] ppid=608 vsize=453436 CPUtime=702.3 cores=5,7
/proc/610/stat : 610 (minisat_static) R 608 608 533 0 -1 4202496 1328336 0 0 0 70033 197 0 0 25 0 1 0 608410140 464318464 93910 33554432000 4194304 4256717 140736746012560 18446744073709551615 4213430 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/610/statm: 113359 93910 237 16 0 110001 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 462136

[startup+762.3 s]
/proc/loadavg: 4.15 3.76 2.28 5/325 697
/proc/meminfo: memFree=7764468/32950928 swapFree=67111348/67111528
[pid=608] ppid=606 vsize=8700 CPUtime=0 cores=5,7
/proc/608/stat : 608 (esg_static.sh) S 606 608 533 0 -1 4202496 353 112 0 0 0 0 0 0 21 0 1 0 608410140 8908800 252 33554432000 4194304 4922060 140735616106544 18446744073709551615 235594685573 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/608/statm: 2175 252 209 178 0 68 0
[pid=610] ppid=608 vsize=456632 CPUtime=762.3 cores=5,7
/proc/610/stat : 610 (minisat_static) R 608 608 533 0 -1 4202496 1398039 0 0 0 76021 209 0 0 25 0 1 0 608410140 467591168 98119 33554432000 4194304 4256717 140736746012560 18446744073709551615 4214115 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/610/statm: 114158 98119 237 16 0 110800 0
Current children cumulated CPU time (s) 762.3
Current children cumulated vsize (KiB) 465332

[startup+822.301 s]
/proc/loadavg: 4.05 3.80 2.38 5/325 698
/proc/meminfo: memFree=7739868/32950928 swapFree=67111348/67111528
[pid=608] ppid=606 vsize=8700 CPUtime=0 cores=5,7
/proc/608/stat : 608 (esg_static.sh) S 606 608 533 0 -1 4202496 353 112 0 0 0 0 0 0 21 0 1 0 608410140 8908800 252 33554432000 4194304 4922060 140735616106544 18446744073709551615 235594685573 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/608/statm: 2175 252 209 178 0 68 0
[pid=610] ppid=608 vsize=459072 CPUtime=822.31 cores=5,7
/proc/610/stat : 610 (minisat_static) R 608 608 533 0 -1 4202496 1469161 0 0 0 82010 221 0 0 25 0 1 0 608410140 470089728 100830 33554432000 4194304 4256717 140736746012560 18446744073709551615 4213475 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/610/statm: 114768 100830 237 16 0 111410 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 467772

[startup+882.301 s]
/proc/loadavg: 4.02 3.83 2.48 5/325 700
/proc/meminfo: memFree=7756664/32950928 swapFree=67111348/67111528
[pid=608] ppid=606 vsize=8700 CPUtime=0 cores=5,7
/proc/608/stat : 608 (esg_static.sh) S 606 608 533 0 -1 4202496 353 112 0 0 0 0 0 0 21 0 1 0 608410140 8908800 252 33554432000 4194304 4922060 140735616106544 18446744073709551615 235594685573 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/608/statm: 2175 252 209 178 0 68 0
[pid=610] ppid=608 vsize=459072 CPUtime=882.31 cores=5,7
/proc/610/stat : 610 (minisat_static) R 608 608 533 0 -1 4202496 1614364 0 0 0 87989 242 0 0 25 0 1 0 608410140 470089728 104281 33554432000 4194304 4256717 140736746012560 18446744073709551615 4220260 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/610/statm: 114768 104281 237 16 0 111410 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 467772

[startup+942.301 s]
/proc/loadavg: 4.00 3.86 2.58 5/325 701
/proc/meminfo: memFree=7659548/32950928 swapFree=67111348/67111528
[pid=608] ppid=606 vsize=8700 CPUtime=0 cores=5,7
/proc/608/stat : 608 (esg_static.sh) S 606 608 533 0 -1 4202496 353 112 0 0 0 0 0 0 21 0 1 0 608410140 8908800 252 33554432000 4194304 4922060 140735616106544 18446744073709551615 235594685573 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/608/statm: 2175 252 209 178 0 68 0
[pid=610] ppid=608 vsize=593164 CPUtime=942.31 cores=5,7
/proc/610/stat : 610 (minisat_static) R 608 608 533 0 -1 4202496 2002116 0 0 0 93938 293 0 0 25 0 1 0 608410140 607399936 126673 33554432000 4194304 4256717 140736746012560 18446744073709551615 4209347 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/610/statm: 148291 126673 237 16 0 144933 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 601864

[startup+1002.3 s]
/proc/loadavg: 4.00 3.88 2.66 5/325 735
/proc/meminfo: memFree=7793956/32950928 swapFree=67111348/67111528
[pid=608] ppid=606 vsize=8700 CPUtime=0 cores=5,7
/proc/608/stat : 608 (esg_static.sh) S 606 608 533 0 -1 4202496 353 112 0 0 0 0 0 0 21 0 1 0 608410140 8908800 252 33554432000 4194304 4922060 140735616106544 18446744073709551615 235594685573 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/608/statm: 2175 252 209 178 0 68 0
[pid=610] ppid=608 vsize=463944 CPUtime=1002.31 cores=5,7
/proc/610/stat : 610 (minisat_static) R 608 608 533 0 -1 4202496 2350043 0 0 0 99892 339 0 0 25 0 1 0 608410140 475078656 99346 33554432000 4194304 4256717 140736746012560 18446744073709551615 4213619 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/610/statm: 115986 99346 237 16 0 112628 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 472644

[startup+1062.3 s]
/proc/loadavg: 4.00 3.90 2.74 5/325 737
/proc/meminfo: memFree=7802228/32950928 swapFree=67111348/67111528
[pid=608] ppid=606 vsize=8700 CPUtime=0 cores=5,7
/proc/608/stat : 608 (esg_static.sh) S 606 608 533 0 -1 4202496 353 112 0 0 0 0 0 0 21 0 1 0 608410140 8908800 252 33554432000 4194304 4922060 140735616106544 18446744073709551615 235594685573 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/608/statm: 2175 252 209 178 0 68 0
[pid=610] ppid=608 vsize=464396 CPUtime=1062.32 cores=5,7
/proc/610/stat : 610 (minisat_static) R 608 608 533 0 -1 4202496 2419311 0 0 0 105883 349 0 0 25 0 1 0 608410140 475541504 101179 33554432000 4194304 4256717 140736746012560 18446744073709551615 4213501 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/610/statm: 116099 101179 237 16 0 112741 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 473096

[startup+1122.3 s]
/proc/loadavg: 4.07 3.93 2.82 5/325 738
/proc/meminfo: memFree=7735760/32950928 swapFree=67111348/67111528
[pid=608] ppid=606 vsize=8700 CPUtime=0 cores=5,7
/proc/608/stat : 608 (esg_static.sh) S 606 608 533 0 -1 4202496 353 112 0 0 0 0 0 0 21 0 1 0 608410140 8908800 252 33554432000 4194304 4922060 140735616106544 18446744073709551615 235594685573 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/608/statm: 2175 252 209 178 0 68 0
[pid=610] ppid=608 vsize=465524 CPUtime=1122.31 cores=5,7
/proc/610/stat : 610 (minisat_static) R 608 608 533 0 -1 4202496 2495928 0 0 0 111871 360 0 0 25 0 1 0 608410140 476696576 107624 33554432000 4194304 4256717 140736746012560 18446744073709551615 4213512 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/610/statm: 116381 107624 237 16 0 113023 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 474224

[startup+1182.31 s]
/proc/loadavg: 4.10 3.97 2.91 5/325 740
/proc/meminfo: memFree=7754252/32950928 swapFree=67111348/67111528
[pid=608] ppid=606 vsize=8700 CPUtime=0 cores=5,7
/proc/608/stat : 608 (esg_static.sh) S 606 608 533 0 -1 4202496 353 112 0 0 0 0 0 0 21 0 1 0 608410140 8908800 252 33554432000 4194304 4922060 140735616106544 18446744073709551615 235594685573 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/608/statm: 2175 252 209 178 0 68 0
[pid=610] ppid=608 vsize=466772 CPUtime=1182.33 cores=5,7
/proc/610/stat : 610 (minisat_static) R 608 608 533 0 -1 4202496 2634911 0 0 0 117853 380 0 0 25 0 1 0 608410140 477974528 106817 33554432000 4194304 4256717 140736746012560 18446744073709551615 4209105 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/610/statm: 116693 106817 237 16 0 113335 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 475472

[startup+1242.3 s]
/proc/loadavg: 4.07 3.99 2.98 5/325 741
/proc/meminfo: memFree=7765124/32950928 swapFree=67111348/67111528
[pid=608] ppid=606 vsize=8700 CPUtime=0 cores=5,7
/proc/608/stat : 608 (esg_static.sh) S 606 608 533 0 -1 4202496 353 112 0 0 0 0 0 0 21 0 1 0 608410140 8908800 252 33554432000 4194304 4922060 140735616106544 18446744073709551615 235594685573 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/608/statm: 2175 252 209 178 0 68 0
[pid=610] ppid=608 vsize=468064 CPUtime=1242.31 cores=5,7
/proc/610/stat : 610 (minisat_static) R 608 608 533 0 -1 4202496 2873926 0 0 0 123818 413 0 0 25 0 1 0 608410140 479297536 101611 33554432000 4194304 4256717 140736746012560 18446744073709551615 4209946 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/610/statm: 117016 101611 237 16 0 113658 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 476764



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300.01 s]
/proc/loadavg: 4.03 3.99 3.03 5/325 774
/proc/meminfo: memFree=7836404/32950928 swapFree=67111348/67111528
[pid=608] ppid=606 vsize=8700 CPUtime=0 cores=5,7
/proc/608/stat : 608 (esg_static.sh) S 606 608 533 0 -1 4202496 353 112 0 0 0 0 0 0 21 0 1 0 608410140 8908800 252 33554432000 4194304 4922060 140735616106544 18446744073709551615 235594685573 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/608/statm: 2175 252 209 178 0 68 0
[pid=610] ppid=608 vsize=469452 CPUtime=1300.03 cores=5,7
/proc/610/stat : 610 (minisat_static) R 608 608 533 0 -1 4202496 2950859 0 0 0 129578 425 0 0 25 0 1 0 608410140 480718848 109771 33554432000 4194304 4256717 140736746012560 18446744073709551615 4211141 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/610/statm: 117363 109771 237 16 0 114005 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 478152

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

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

[startup+1300.01 s]
/proc/loadavg: 4.03 3.99 3.03 5/325 774
/proc/meminfo: memFree=7836404/32950928 swapFree=67111348/67111528
[pid=608] ppid=606 vsize=8700 CPUtime=0 cores=5,7
/proc/608/stat : 608 (esg_static.sh) S 606 608 533 0 -1 4202496 353 112 0 0 0 0 0 0 21 0 1 0 608410140 8908800 252 33554432000 4194304 4922060 140735616106544 18446744073709551615 235594685573 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/608/statm: 2175 252 209 178 0 68 0
[pid=610] ppid=608 vsize=469452 CPUtime=1300.03 cores=5,7
/proc/610/stat : 610 (minisat_static) R 608 608 533 0 -1 4202496 2950859 0 0 0 129578 425 0 0 25 0 1 0 608410140 480718848 109771 33554432000 4194304 4256717 140736746012560 18446744073709551615 4211141 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/610/statm: 117363 109771 237 16 0 114005 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 478152

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 608 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=999
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=0
# CPU time returned by wait4() is 0.000999
# 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.03
CPU time (s): 1300.03
CPU user time (s): 1295.78
CPU system time (s): 4.25
CPU usage (%): 100
Max. virtual memory (cumulated for all children) (KiB): 1161148

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

runsolver used 3.72343 second user time and 9.29059 second system time

The end

Launcher Data

Begin job on node120 at 2011-05-09 21:08:34
IDJOB=3348829
IDBENCH=20580
IDSOLVER=1811
FILE ID=node120/3348829-1304968109
RUNJOBID= node120-1304968097-554
PBS_JOBID= 13285630
Free space on /tmp= 47760 MiB

SOLVER NAME= minisat hack: minisat_psm 2011-04-01
BENCH NAME= SAT07/industrial/vliw_unsat_2.0/9dlx_vliw_at_b_iq7.cnf
COMMAND LINE= ./esg_static.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3348829-1304968109/watcher-3348829-1304968109 -o /tmp/evaluation-result-3348829-1304968109/solver-3348829-1304968109 -C 2400 -W 1300 -M 7680  ./esg_static.sh HOME/instance-3348829-1304968109.cnf

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

MD5SUM BENCH= 0fbc00fde383cec371bb97d621c5e7e5
RANDOM SEED=1478059705

node120.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.809
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.809
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5226.07
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.809
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.82
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.809
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.809
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.78
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.809
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.809
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.809
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:       8194256 kB
Buffers:        209656 kB
Cached:        7319688 kB
SwapCached:          0 kB
Active:       17989152 kB
Inactive:      6339448 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:       8194256 kB
SwapTotal:    67111528 kB
SwapFree:     67111348 kB
Dirty:          252736 kB
Writeback:           0 kB
AnonPages:    16798864 kB
Mapped:          25276 kB
Slab:           314572 kB
PageTables:      50056 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 51934312 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 node120 at 2011-05-09 21:30:16