Trace number 3348959

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-01UNSAT 209.97 209.967

General information on the benchmark

Nameapplication/manthey/traffic/
traffic_kkb_unknown.cnf
MD5SUM254fcd4eae8129ad5842f186e24e0793
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark110.799
Satisfiable
(Un)Satisfiability was proved
Number of variables34510
Number of clauses701694
Sum of the clauses size2616281
Maximum clause length4
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 252869
Number of clauses of size 384757
Number of clauses of size 4564068
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c Parsing...
0.00/0.29	c ==============================================================================
0.00/0.29	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.29	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.29	c ==============================================================================
0.00/0.29	c |         0 |  701694  2616281 |  210508       0        0     nan |  0.000 % |
0.00/0.37	c |         0 |  697544  2607344 |      --       0       --      -- |     --   | -4150/-8937
0.00/0.37	c ==============================================================================
0.00/0.37	c Result  :   #vars: 31688   #clauses: 697544   #literals: 2607344
0.00/0.37	c CPU time:   0.338948 s
0.00/0.37	c ==============================================================================
209.88/209.96	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

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

running on 2 cores: 4,6

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: 2.19 2.51 3.16 4/306 11796
/proc/meminfo: memFree=25891936/32951124 swapFree=63485424/67111528
[pid=11796] ppid=11794 vsize=8700 CPUtime=0 cores=4,6
/proc/11796/stat : 11796 (esg_static.sh) S 11794 11796 9758 0 -1 4202496 327 0 0 0 0 0 0 0 23 0 1 0 589533570 8908800 250 33554432000 4194304 4922060 140736290918112 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/11796/statm: 2175 250 209 178 0 68 0

[startup+0.0874179 s]
/proc/loadavg: 2.19 2.51 3.16 4/306 11796
/proc/meminfo: memFree=25891936/32951124 swapFree=63485424/67111528
[pid=11796] ppid=11794 vsize=8700 CPUtime=0 cores=4,6
/proc/11796/stat : 11796 (esg_static.sh) S 11794 11796 9758 0 -1 4202496 327 0 0 0 0 0 0 0 23 0 1 0 589533570 8908800 250 33554432000 4194304 4922060 140736290918112 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/11796/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100408 s]
/proc/loadavg: 2.19 2.51 3.16 4/306 11796
/proc/meminfo: memFree=25891936/32951124 swapFree=63485424/67111528
[pid=11796] ppid=11794 vsize=8700 CPUtime=0 cores=4,6
/proc/11796/stat : 11796 (esg_static.sh) S 11794 11796 9758 0 -1 4202496 327 0 0 0 0 0 0 0 23 0 1 0 589533570 8908800 250 33554432000 4194304 4922060 140736290918112 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/11796/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300373 s]
/proc/loadavg: 2.19 2.51 3.16 4/306 11796
/proc/meminfo: memFree=25891936/32951124 swapFree=63485424/67111528
[pid=11796] ppid=11794 vsize=8700 CPUtime=0 cores=4,6
/proc/11796/stat : 11796 (esg_static.sh) S 11794 11796 9758 0 -1 4202496 327 0 0 0 0 0 0 0 23 0 1 0 589533570 8908800 250 33554432000 4194304 4922060 140736290918112 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/11796/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700295 s]
/proc/loadavg: 2.19 2.51 3.16 4/306 11796
/proc/meminfo: memFree=25891936/32951124 swapFree=63485424/67111528
[pid=11796] ppid=11794 vsize=8700 CPUtime=0 cores=4,6
/proc/11796/stat : 11796 (esg_static.sh) S 11794 11796 9758 0 -1 4202496 327 0 0 0 0 0 0 0 23 0 1 0 589533570 8908800 250 33554432000 4194304 4922060 140736290918112 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/11796/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50115 s]
/proc/loadavg: 2.19 2.51 3.16 5/308 11799
/proc/meminfo: memFree=25831788/32951124 swapFree=63485424/67111528
[pid=11796] ppid=11794 vsize=8700 CPUtime=0.79 cores=4,6
/proc/11796/stat : 11796 (esg_static.sh) S 11794 11796 9758 0 -1 4202496 353 17954 0 0 0 0 73 6 16 0 1 0 589533570 8908800 252 33554432000 4194304 4922060 140736290918112 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/11796/statm: 2175 252 209 178 0 68 0
[pid=11799] ppid=11796 vsize=58852 CPUtime=0.69 cores=4,6
/proc/11799/stat : 11799 (minisat_static) R 11796 11796 9758 0 -1 4202496 13381 0 0 0 67 2 0 0 18 0 1 0 589533650 60264448 11230 33554432000 4194304 4256717 140735801153472 18446744073709551615 4213692 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/11799/statm: 14713 11230 252 16 0 11355 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 67552

[startup+3.10086 s]
/proc/loadavg: 2.19 2.51 3.16 5/308 11799
/proc/meminfo: memFree=25824596/32951124 swapFree=63485424/67111528
[pid=11796] ppid=11794 vsize=8700 CPUtime=0.79 cores=4,6
/proc/11796/stat : 11796 (esg_static.sh) S 11794 11796 9758 0 -1 4202496 353 17954 0 0 0 0 73 6 16 0 1 0 589533570 8908800 252 33554432000 4194304 4922060 140736290918112 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/11796/statm: 2175 252 209 178 0 68 0
[pid=11799] ppid=11796 vsize=71292 CPUtime=2.29 cores=4,6
/proc/11799/stat : 11799 (minisat_static) R 11796 11796 9758 0 -1 4202496 13824 0 0 0 227 2 0 0 21 0 1 0 589533650 73003008 11642 33554432000 4194304 4256717 140735801153472 18446744073709551615 220815933536 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/11799/statm: 17823 11642 252 16 0 14465 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 79992

[startup+6.30027 s]
/proc/loadavg: 2.33 2.53 3.17 5/308 11800
/proc/meminfo: memFree=25836968/32951124 swapFree=63485424/67111528
[pid=11796] ppid=11794 vsize=8700 CPUtime=0.79 cores=4,6
/proc/11796/stat : 11796 (esg_static.sh) S 11794 11796 9758 0 -1 4202496 353 17954 0 0 0 0 73 6 16 0 1 0 589533570 8908800 252 33554432000 4194304 4922060 140736290918112 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/11796/statm: 2175 252 209 178 0 68 0
[pid=11799] ppid=11796 vsize=71820 CPUtime=5.49 cores=4,6
/proc/11799/stat : 11799 (minisat_static) R 11796 11796 9758 0 -1 4202496 14355 0 0 0 546 3 0 0 25 0 1 0 589533650 73543680 12119 33554432000 4194304 4256717 140735801153472 18446744073709551615 4213648 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/11799/statm: 17955 12119 252 16 0 14597 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 80520

[startup+12.7011 s]
/proc/loadavg: 2.47 2.56 3.17 5/308 11800
/proc/meminfo: memFree=25803204/32951124 swapFree=63485424/67111528
[pid=11796] ppid=11794 vsize=8700 CPUtime=0.79 cores=4,6
/proc/11796/stat : 11796 (esg_static.sh) S 11794 11796 9758 0 -1 4202496 353 17954 0 0 0 0 73 6 16 0 1 0 589533570 8908800 252 33554432000 4194304 4922060 140736290918112 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/11796/statm: 2175 252 209 178 0 68 0
[pid=11799] ppid=11796 vsize=72360 CPUtime=11.89 cores=4,6
/proc/11799/stat : 11799 (minisat_static) R 11796 11796 9758 0 -1 4202496 15234 0 0 0 1186 3 0 0 25 0 1 0 589533650 74096640 12899 33554432000 4194304 4256717 140735801153472 18446744073709551615 4213416 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/11799/statm: 18090 12899 252 16 0 14732 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 81060

[startup+25.5007 s]
/proc/loadavg: 2.81 2.63 3.18 5/308 11800
/proc/meminfo: memFree=25784832/32951124 swapFree=63485424/67111528
[pid=11796] ppid=11794 vsize=8700 CPUtime=0.79 cores=4,6
/proc/11796/stat : 11796 (esg_static.sh) S 11794 11796 9758 0 -1 4202496 353 17954 0 0 0 0 73 6 16 0 1 0 589533570 8908800 252 33554432000 4194304 4922060 140736290918112 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/11796/statm: 2175 252 209 178 0 68 0
[pid=11799] ppid=11796 vsize=73628 CPUtime=24.69 cores=4,6
/proc/11799/stat : 11799 (minisat_static) R 11796 11796 9758 0 -1 4202496 24790 0 0 0 2465 4 0 0 25 0 1 0 589533650 75395072 13486 33554432000 4194304 4256717 140735801153472 18446744073709551615 4213501 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/11799/statm: 18407 13486 252 16 0 15049 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 82328

[startup+51.101 s]
/proc/loadavg: 3.21 2.74 3.20 5/304 11807
/proc/meminfo: memFree=26154756/32951124 swapFree=63485424/67111528
[pid=11796] ppid=11794 vsize=8700 CPUtime=0.79 cores=4,6
/proc/11796/stat : 11796 (esg_static.sh) S 11794 11796 9758 0 -1 4202496 353 17954 0 0 0 0 73 6 16 0 1 0 589533570 8908800 252 33554432000 4194304 4922060 140736290918112 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/11796/statm: 2175 252 209 178 0 68 0
[pid=11799] ppid=11796 vsize=105380 CPUtime=50.29 cores=4,6
/proc/11799/stat : 11799 (minisat_static) R 11796 11796 9758 0 -1 4202496 44372 0 0 0 5021 8 0 0 25 0 1 0 589533650 107909120 21311 33554432000 4194304 4256717 140735801153472 18446744073709551615 4213994 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/11799/statm: 26345 21311 252 16 0 22987 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 114080

[startup+102.312 s]
/proc/loadavg: 3.68 2.95 3.25 5/308 11843
/proc/meminfo: memFree=26110776/32951124 swapFree=63485424/67111528
[pid=11796] ppid=11794 vsize=8700 CPUtime=0.79 cores=4,6
/proc/11796/stat : 11796 (esg_static.sh) S 11794 11796 9758 0 -1 4202496 353 17954 0 0 0 0 73 6 16 0 1 0 589533570 8908800 252 33554432000 4194304 4922060 140736290918112 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/11796/statm: 2175 252 209 178 0 68 0
[pid=11799] ppid=11796 vsize=154856 CPUtime=101.5 cores=4,6
/proc/11799/stat : 11799 (minisat_static) R 11796 11796 9758 0 -1 4202496 61769 0 0 0 10138 12 0 0 25 0 1 0 589533650 158572544 34890 33554432000 4194304 4256717 140735801153472 18446744073709551615 4213501 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/11799/statm: 38714 34890 252 16 0 35356 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 163556

[startup+162.301 s]
/proc/loadavg: 3.87 3.12 3.29 5/308 11845
/proc/meminfo: memFree=26078152/32951124 swapFree=63485424/67111528
[pid=11796] ppid=11794 vsize=8700 CPUtime=0.79 cores=4,6
/proc/11796/stat : 11796 (esg_static.sh) S 11794 11796 9758 0 -1 4202496 353 17954 0 0 0 0 73 6 16 0 1 0 589533570 8908800 252 33554432000 4194304 4922060 140736290918112 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/11796/statm: 2175 252 209 178 0 68 0
[pid=11799] ppid=11796 vsize=155096 CPUtime=161.49 cores=4,6
/proc/11799/stat : 11799 (minisat_static) R 11796 11796 9758 0 -1 4202496 61796 0 0 0 16137 12 0 0 25 0 1 0 589533650 158818304 34917 33554432000 4194304 4256717 140735801153472 18446744073709551615 4213939 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/11799/statm: 38774 34917 252 16 0 35416 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 163796

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

[startup+179.1 s]
/proc/loadavg: 3.91 3.18 3.30 5/308 11845
/proc/meminfo: memFree=26047004/32951124 swapFree=63485424/67111528
[pid=11796] ppid=11794 vsize=8700 CPUtime=0.79 cores=4,6
/proc/11796/stat : 11796 (esg_static.sh) S 11794 11796 9758 0 -1 4202496 353 17954 0 0 0 0 73 6 16 0 1 0 589533570 8908800 252 33554432000 4194304 4922060 140736290918112 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/11796/statm: 2175 252 209 178 0 68 0
[pid=11799] ppid=11796 vsize=155096 CPUtime=178.29 cores=4,6
/proc/11799/stat : 11799 (minisat_static) R 11796 11796 9758 0 -1 4202496 61806 0 0 0 17817 12 0 0 25 0 1 0 589533650 158818304 34927 33554432000 4194304 4256717 140735801153472 18446744073709551615 4213445 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/11799/statm: 38774 34927 252 16 0 35416 0
Current children cumulated CPU time (s) 179.08
Current children cumulated vsize (KiB) 163796

[startup+191.901 s]
/proc/loadavg: 3.92 3.20 3.31 5/308 11846
/proc/meminfo: memFree=26074532/32951124 swapFree=63485424/67111528
[pid=11796] ppid=11794 vsize=8700 CPUtime=0.79 cores=4,6
/proc/11796/stat : 11796 (esg_static.sh) S 11794 11796 9758 0 -1 4202496 353 17954 0 0 0 0 73 6 16 0 1 0 589533570 8908800 252 33554432000 4194304 4922060 140736290918112 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/11796/statm: 2175 252 209 178 0 68 0
[pid=11799] ppid=11796 vsize=155096 CPUtime=191.09 cores=4,6
/proc/11799/stat : 11799 (minisat_static) R 11796 11796 9758 0 -1 4202496 61809 0 0 0 19097 12 0 0 25 0 1 0 589533650 158818304 34930 33554432000 4194304 4256717 140735801153472 18446744073709551615 4213501 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/11799/statm: 38774 34930 252 16 0 35416 0
Current children cumulated CPU time (s) 191.88
Current children cumulated vsize (KiB) 163796

[startup+198.301 s]
/proc/loadavg: 3.93 3.23 3.31 5/308 11846
/proc/meminfo: memFree=26122644/32951124 swapFree=63485424/67111528
[pid=11796] ppid=11794 vsize=8700 CPUtime=0.79 cores=4,6
/proc/11796/stat : 11796 (esg_static.sh) S 11794 11796 9758 0 -1 4202496 353 17954 0 0 0 0 73 6 16 0 1 0 589533570 8908800 252 33554432000 4194304 4922060 140736290918112 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/11796/statm: 2175 252 209 178 0 68 0
[pid=11799] ppid=11796 vsize=124752 CPUtime=197.49 cores=4,6
/proc/11799/stat : 11799 (minisat_static) R 11796 11796 9758 0 -1 4202496 73349 0 0 0 19735 14 0 0 25 0 1 0 589533650 127746048 24039 33554432000 4194304 4256717 140735801153472 18446744073709551615 4213501 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/11799/statm: 31188 24039 252 16 0 27830 0
Current children cumulated CPU time (s) 198.28
Current children cumulated vsize (KiB) 133452

[startup+204.701 s]
/proc/loadavg: 3.94 3.24 3.32 5/308 11846
/proc/meminfo: memFree=26124352/32951124 swapFree=63485424/67111528
[pid=11796] ppid=11794 vsize=8700 CPUtime=0.79 cores=4,6
/proc/11796/stat : 11796 (esg_static.sh) S 11794 11796 9758 0 -1 4202496 353 17954 0 0 0 0 73 6 16 0 1 0 589533570 8908800 252 33554432000 4194304 4922060 140736290918112 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/11796/statm: 2175 252 209 178 0 68 0
[pid=11799] ppid=11796 vsize=105780 CPUtime=203.89 cores=4,6
/proc/11799/stat : 11799 (minisat_static) R 11796 11796 9758 0 -1 4202496 83019 0 0 0 20374 15 0 0 25 0 1 0 589533650 108318720 21959 33554432000 4194304 4256717 140735801153472 18446744073709551615 4213977 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/11799/statm: 26445 21959 252 16 0 23087 0
Current children cumulated CPU time (s) 204.68
Current children cumulated vsize (KiB) 114480

[startup+207.911 s]
/proc/loadavg: 3.94 3.25 3.32 5/308 11846
/proc/meminfo: memFree=26121748/32951124 swapFree=63485424/67111528
[pid=11796] ppid=11794 vsize=8700 CPUtime=0.79 cores=4,6
/proc/11796/stat : 11796 (esg_static.sh) S 11794 11796 9758 0 -1 4202496 353 17954 0 0 0 0 73 6 16 0 1 0 589533570 8908800 252 33554432000 4194304 4922060 140736290918112 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/11796/statm: 2175 252 209 178 0 68 0
[pid=11799] ppid=11796 vsize=105780 CPUtime=207.1 cores=4,6
/proc/11799/stat : 11799 (minisat_static) R 11796 11796 9758 0 -1 4202496 83530 0 0 0 20695 15 0 0 25 0 1 0 589533650 108318720 22422 33554432000 4194304 4256717 140735801153472 18446744073709551615 4213501 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/11799/statm: 26445 22422 252 16 0 23087 0
Current children cumulated CPU time (s) 207.89
Current children cumulated vsize (KiB) 114480

[startup+208.701 s]
/proc/loadavg: 3.94 3.25 3.32 5/308 11846
/proc/meminfo: memFree=26121748/32951124 swapFree=63485424/67111528
[pid=11796] ppid=11794 vsize=8700 CPUtime=0.79 cores=4,6
/proc/11796/stat : 11796 (esg_static.sh) S 11794 11796 9758 0 -1 4202496 353 17954 0 0 0 0 73 6 16 0 1 0 589533570 8908800 252 33554432000 4194304 4922060 140736290918112 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/11796/statm: 2175 252 209 178 0 68 0
[pid=11799] ppid=11796 vsize=105780 CPUtime=207.89 cores=4,6
/proc/11799/stat : 11799 (minisat_static) R 11796 11796 9758 0 -1 4202496 83627 0 0 0 20774 15 0 0 25 0 1 0 589533650 108318720 22510 33554432000 4194304 4256717 140735801153472 18446744073709551615 4213501 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/11799/statm: 26445 22510 252 16 0 23087 0
Current children cumulated CPU time (s) 208.68
Current children cumulated vsize (KiB) 114480

[startup+209.501 s]
/proc/loadavg: 3.94 3.25 3.32 5/308 11846
/proc/meminfo: memFree=26121128/32951124 swapFree=63485424/67111528
[pid=11796] ppid=11794 vsize=8700 CPUtime=0.79 cores=4,6
/proc/11796/stat : 11796 (esg_static.sh) S 11794 11796 9758 0 -1 4202496 353 17954 0 0 0 0 73 6 16 0 1 0 589533570 8908800 252 33554432000 4194304 4922060 140736290918112 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/11796/statm: 2175 252 209 178 0 68 0
[pid=11799] ppid=11796 vsize=155100 CPUtime=208.69 cores=4,6
/proc/11799/stat : 11799 (minisat_static) R 11796 11796 9758 0 -1 4202496 85045 0 0 0 20854 15 0 0 25 0 1 0 589533650 158822400 23910 33554432000 4194304 4256717 140735801153472 18446744073709551615 220815933909 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/11799/statm: 38775 23920 252 16 0 35417 0
Current children cumulated CPU time (s) 209.48
Current children cumulated vsize (KiB) 163800

[startup+209.901 s]
/proc/loadavg: 3.94 3.25 3.32 5/308 11846
/proc/meminfo: memFree=26121128/32951124 swapFree=63485424/67111528
[pid=11796] ppid=11794 vsize=8700 CPUtime=0.79 cores=4,6
/proc/11796/stat : 11796 (esg_static.sh) S 11794 11796 9758 0 -1 4202496 353 17954 0 0 0 0 73 6 16 0 1 0 589533570 8908800 252 33554432000 4194304 4922060 140736290918112 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/11796/statm: 2175 252 209 178 0 68 0
[pid=11799] ppid=11796 vsize=155100 CPUtime=209.09 cores=4,6
/proc/11799/stat : 11799 (minisat_static) R 11796 11796 9758 0 -1 4202496 91365 0 0 0 20893 16 0 0 25 0 1 0 589533650 158822400 30228 33554432000 4194304 4256717 140735801153472 18446744073709551615 4213972 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/11799/statm: 38775 30228 252 16 0 35417 0
Current children cumulated CPU time (s) 209.88
Current children cumulated vsize (KiB) 163800

Child status: 20
Real time (s): 209.967
CPU time (s): 209.97
CPU user time (s): 209.727
CPU system time (s): 0.242963
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 213116

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

runsolver used 0.621905 second user time and 1.3018 second system time

The end

Launcher Data

Begin job on node147 at 2011-05-09 21:59:37
IDJOB=3348959
IDBENCH=82496
IDSOLVER=1811
FILE ID=node147/3348959-1304971176
RUNJOBID= node147-1304971145-11659
PBS_JOBID= 13285603
Free space on /tmp= 52920 MiB

SOLVER NAME= minisat hack: minisat_psm 2011-04-01
BENCH NAME= SAT11/application/manthey/traffic/traffic_kkb_unknown.cnf
COMMAND LINE= ./esg_static.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3348959-1304971176/watcher-3348959-1304971176 -o /tmp/evaluation-result-3348959-1304971176/solver-3348959-1304971176 -C 2400 -W 1300 -M 7680  ./esg_static.sh HOME/instance-3348959-1304971176.cnf

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

MD5SUM BENCH= 254fcd4eae8129ad5842f186e24e0793
RANDOM SEED=1525695986

node147.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.836
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.67
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.836
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.836
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.836
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.836
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.836
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.76
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.836
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.836
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:     32951124 kB
MemFree:      25892092 kB
Buffers:        164640 kB
Cached:        3239300 kB
SwapCached:      12852 kB
Active:        1223224 kB
Inactive:      5642656 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      25892092 kB
SwapTotal:    67111528 kB
SwapFree:     63485424 kB
Dirty:          319824 kB
Writeback:           0 kB
AnonPages:     3457168 kB
Mapped:          15296 kB
Slab:           100960 kB
PageTables:      30564 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 45358452 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= 53144 MiB
End job on node147 at 2011-05-09 22:03:07