Trace number 3387187

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 309.123 309.125

General information on the benchmark

NameAPPLICATIONS/diagnosis/
UCG-15-10p0.cnf
MD5SUMbcbcc9a4e4a7e3ebed9eeaa393ebdc32
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark173.435
Satisfiable
(Un)Satisfiability was proved
Number of variables199304
Number of clauses1005834
Sum of the clauses size2392967
Maximum clause length10
Minimum clause length1
Number of clauses of size 110249
Number of clauses of size 2756917
Number of clauses of size 3187708
Number of clauses of size 45660
Number of clauses of size 522640
Number of clauses of size over 522660

Solver Data

0.00/0.00	c Parsing...
0.00/0.52	c ==============================================================================
0.00/0.52	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.52	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.52	c ==============================================================================
0.00/0.52	c |         0 |  994915  2381378 |  298474       0        0     nan |  0.000 % |
2.79/2.84	c |         0 |  656617  1827272 |      --       0       --      -- |     --   | -87269/19681
2.79/2.84	c ==============================================================================
2.79/2.84	c Result  :   #vars: 101783   #clauses: 656617   #literals: 1827272
2.79/2.84	c CPU time:   2.76458 s
2.79/2.84	c ==============================================================================
309.09/309.11	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-3387187-1305597505/watcher-3387187-1305597505 -o /tmp/evaluation-result-3387187-1305597505/solver-3387187-1305597505 -C 5000 -W 5100 -M 15500 ./esg_static.sh HOME/instance-3387187-1305597505.cnf 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 6.02 6.02 6.00 7/391 27596
/proc/meminfo: memFree=14234260/32951124 swapFree=52307780/67111528
[pid=27596] ppid=27594 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/27596/stat : 27596 (esg_static.sh) S 27594 27596 26963 0 -1 4202496 326 0 0 0 0 0 0 0 22 0 1 0 671353320 8908800 249 33554432000 4194304 4922060 140736670678352 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/27596/statm: 2175 249 209 178 0 68 0

[startup+0.110588 s]
/proc/loadavg: 6.02 6.02 6.00 7/391 27596
/proc/meminfo: memFree=14234260/32951124 swapFree=52307780/67111528
[pid=27596] ppid=27594 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/27596/stat : 27596 (esg_static.sh) S 27594 27596 26963 0 -1 4202496 326 0 0 0 0 0 0 0 22 0 1 0 671353320 8908800 249 33554432000 4194304 4922060 140736670678352 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/27596/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.20057 s]
/proc/loadavg: 6.02 6.02 6.00 7/391 27596
/proc/meminfo: memFree=14234260/32951124 swapFree=52307780/67111528
[pid=27596] ppid=27594 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/27596/stat : 27596 (esg_static.sh) S 27594 27596 26963 0 -1 4202496 326 0 0 0 0 0 0 0 22 0 1 0 671353320 8908800 249 33554432000 4194304 4922060 140736670678352 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/27596/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300556 s]
/proc/loadavg: 6.02 6.02 6.00 7/391 27596
/proc/meminfo: memFree=14234260/32951124 swapFree=52307780/67111528
[pid=27596] ppid=27594 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/27596/stat : 27596 (esg_static.sh) S 27594 27596 26963 0 -1 4202496 326 0 0 0 0 0 0 0 22 0 1 0 671353320 8908800 249 33554432000 4194304 4922060 140736670678352 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/27596/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700482 s]
/proc/loadavg: 6.02 6.02 6.00 7/391 27596
/proc/meminfo: memFree=14234260/32951124 swapFree=52307780/67111528
[pid=27596] ppid=27594 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/27596/stat : 27596 (esg_static.sh) S 27594 27596 26963 0 -1 4202496 326 0 0 0 0 0 0 0 22 0 1 0 671353320 8908800 249 33554432000 4194304 4922060 140736670678352 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/27596/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50034 s]
/proc/loadavg: 6.02 6.02 6.00 7/393 27598
/proc/meminfo: memFree=14123148/32951124 swapFree=52307780/67111528
[pid=27596] ppid=27594 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/27596/stat : 27596 (esg_static.sh) S 27594 27596 26963 0 -1 4202496 326 0 0 0 0 0 0 0 22 0 1 0 671353320 8908800 249 33554432000 4194304 4922060 140736670678352 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/27596/statm: 2175 249 209 178 0 68 0
[pid=27597] ppid=27596 vsize=116648 CPUtime=1.49 cores=1,3,5,7
/proc/27597/stat : 27597 (SatELite_releas) R 27596 27596 26963 0 -1 4202496 29420 0 0 0 142 7 0 0 25 0 1 0 671353321 119447552 26627 33554432000 134512640 135144242 4287670240 18446744073709551615 134585747 0 0 4096 3 0 0 0 17 3 0 0 0
/proc/27597/statm: 29162 26627 77 155 0 29005 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 125348

[startup+3.10105 s]
/proc/loadavg: 6.02 6.02 6.00 7/393 27598
/proc/meminfo: memFree=14117292/32951124 swapFree=52307780/67111528
[pid=27596] ppid=27594 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/27596/stat : 27596 (esg_static.sh) S 27594 27596 26963 0 -1 4202496 326 0 0 0 0 0 0 0 22 0 1 0 671353320 8908800 249 33554432000 4194304 4922060 140736670678352 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/27596/statm: 2175 249 209 178 0 68 0
[pid=27597] ppid=27596 vsize=117752 CPUtime=3.09 cores=1,3,5,7
/proc/27597/stat : 27597 (SatELite_releas) R 27596 27596 26963 0 -1 4202496 36140 0 0 0 300 9 0 0 25 0 1 0 671353321 120578048 27105 33554432000 134512640 135144242 4287670240 18446744073709551615 134745630 0 0 4096 3 0 0 0 17 3 0 0 0
/proc/27597/statm: 29438 27105 77 155 0 29281 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 126452

[startup+6.30048 s]
/proc/loadavg: 6.02 6.02 6.00 7/393 27599
/proc/meminfo: memFree=14155980/32951124 swapFree=52307780/67111528
[pid=27596] ppid=27594 vsize=8700 CPUtime=3.18 cores=1,3,5,7
/proc/27596/stat : 27596 (esg_static.sh) S 27594 27596 26963 0 -1 4202496 351 36141 0 0 0 0 308 10 18 0 1 0 671353320 8908800 251 33554432000 4194304 4922060 140736670678352 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/27596/statm: 2175 251 209 178 0 68 0
[pid=27599] ppid=27596 vsize=66788 CPUtime=3.09 cores=1,3,5,7
/proc/27599/stat : 27599 (minisat_static) R 27596 27596 26963 0 -1 4202496 14464 0 0 0 307 2 0 0 25 0 1 0 671353640 68390912 12298 33554432000 4194304 4256717 140734934871392 18446744073709551615 4213369 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/27599/statm: 16697 12298 253 16 0 13339 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 75488

[startup+12.7003 s]
/proc/loadavg: 6.02 6.02 6.00 7/393 27599
/proc/meminfo: memFree=14139456/32951124 swapFree=52307780/67111528
[pid=27596] ppid=27594 vsize=8700 CPUtime=3.18 cores=1,3,5,7
/proc/27596/stat : 27596 (esg_static.sh) S 27594 27596 26963 0 -1 4202496 351 36141 0 0 0 0 308 10 18 0 1 0 671353320 8908800 251 33554432000 4194304 4922060 140736670678352 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/27596/statm: 2175 251 209 178 0 68 0
[pid=27599] ppid=27596 vsize=79416 CPUtime=9.49 cores=1,3,5,7
/proc/27599/stat : 27599 (minisat_static) R 27596 27596 26963 0 -1 4202496 22106 0 0 0 946 3 0 0 25 0 1 0 671353640 81321984 13173 33554432000 4194304 4256717 140734934871392 18446744073709551615 4213445 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/27599/statm: 19854 13173 253 16 0 16496 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 88116

[startup+25.5011 s]
/proc/loadavg: 6.09 6.04 6.01 7/393 27600
/proc/meminfo: memFree=14077680/32951124 swapFree=52307780/67111528
[pid=27596] ppid=27594 vsize=8700 CPUtime=3.18 cores=1,3,5,7
/proc/27596/stat : 27596 (esg_static.sh) S 27594 27596 26963 0 -1 4202496 351 36141 0 0 0 0 308 10 18 0 1 0 671353320 8908800 251 33554432000 4194304 4922060 140736670678352 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/27596/statm: 2175 251 209 178 0 68 0
[pid=27599] ppid=27596 vsize=116484 CPUtime=22.29 cores=1,3,5,7
/proc/27599/stat : 27599 (minisat_static) R 27596 27596 26963 0 -1 4202496 41067 0 0 0 2223 6 0 0 25 0 1 0 671353640 119279616 23309 33554432000 4194304 4256717 140734934871392 18446744073709551615 4213416 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/27599/statm: 29121 23309 253 16 0 25763 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 125184

[startup+51.1005 s]
/proc/loadavg: 6.06 6.03 6.00 7/393 27600
/proc/meminfo: memFree=14102876/32951124 swapFree=52307780/67111528
[pid=27596] ppid=27594 vsize=8700 CPUtime=3.18 cores=1,3,5,7
/proc/27596/stat : 27596 (esg_static.sh) S 27594 27596 26963 0 -1 4202496 351 36141 0 0 0 0 308 10 18 0 1 0 671353320 8908800 251 33554432000 4194304 4922060 140736670678352 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/27596/statm: 2175 251 209 178 0 68 0
[pid=27599] ppid=27596 vsize=128156 CPUtime=47.89 cores=1,3,5,7
/proc/27599/stat : 27599 (minisat_static) R 27596 27596 26963 0 -1 4202496 43383 0 0 0 4782 7 0 0 25 0 1 0 671353640 131231744 25592 33554432000 4194304 4256717 140734934871392 18446744073709551615 4210895 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/27599/statm: 32039 25592 253 16 0 28681 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 136856

[startup+102.3 s]
/proc/loadavg: 6.02 6.02 6.00 7/393 27631
/proc/meminfo: memFree=14230416/32951124 swapFree=52307780/67111528
[pid=27596] ppid=27594 vsize=8700 CPUtime=3.18 cores=1,3,5,7
/proc/27596/stat : 27596 (esg_static.sh) S 27594 27596 26963 0 -1 4202496 351 36141 0 0 0 0 308 10 18 0 1 0 671353320 8908800 251 33554432000 4194304 4922060 140736670678352 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/27596/statm: 2175 251 209 178 0 68 0
[pid=27599] ppid=27596 vsize=128156 CPUtime=99.11 cores=1,3,5,7
/proc/27599/stat : 27599 (minisat_static) R 27596 27596 26963 0 -1 4202496 45215 0 0 0 9903 8 0 0 25 0 1 0 671353640 131231744 27398 33554432000 4194304 4256717 140734934871392 18446744073709551615 4213994 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/27599/statm: 32039 27398 253 16 0 28681 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 136856

[startup+162.301 s]
/proc/loadavg: 6.01 6.02 6.00 7/393 27642
/proc/meminfo: memFree=14157264/32951124 swapFree=52307780/67111528
[pid=27596] ppid=27594 vsize=8700 CPUtime=3.18 cores=1,3,5,7
/proc/27596/stat : 27596 (esg_static.sh) S 27594 27596 26963 0 -1 4202496 351 36141 0 0 0 0 308 10 18 0 1 0 671353320 8908800 251 33554432000 4194304 4922060 140736670678352 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/27596/statm: 2175 251 209 178 0 68 0
[pid=27599] ppid=27596 vsize=97808 CPUtime=159.1 cores=1,3,5,7
/proc/27599/stat : 27599 (minisat_static) R 27596 27596 26963 0 -1 4202496 71370 0 0 0 15897 13 0 0 25 0 1 0 671353640 100155392 20540 33554432000 4194304 4256717 140734934871392 18446744073709551615 4213445 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/27599/statm: 24452 20540 253 16 0 21094 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 106508

[startup+222.315 s]
/proc/loadavg: 6.14 6.06 6.01 7/393 28116
/proc/meminfo: memFree=14231952/32951124 swapFree=52307780/67111528
[pid=27596] ppid=27594 vsize=8700 CPUtime=3.18 cores=1,3,5,7
/proc/27596/stat : 27596 (esg_static.sh) S 27594 27596 26963 0 -1 4202496 351 36141 0 0 0 0 308 10 18 0 1 0 671353320 8908800 251 33554432000 4194304 4922060 140736670678352 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/27596/statm: 2175 251 209 178 0 68 0
[pid=27599] ppid=27596 vsize=147128 CPUtime=219.11 cores=1,3,5,7
/proc/27599/stat : 27599 (minisat_static) R 27596 27596 26963 0 -1 4202496 87570 0 0 0 21896 15 0 0 25 0 1 0 671353640 150659072 28419 33554432000 4194304 4256717 140734934871392 18446744073709551615 4209204 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/27599/statm: 36782 28419 253 16 0 33424 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 155828

[startup+282.3 s]
/proc/loadavg: 6.05 6.05 6.01 7/393 28117
/proc/meminfo: memFree=14244456/32951124 swapFree=52307780/67111528
[pid=27596] ppid=27594 vsize=8700 CPUtime=3.18 cores=1,3,5,7
/proc/27596/stat : 27596 (esg_static.sh) S 27594 27596 26963 0 -1 4202496 351 36141 0 0 0 0 308 10 18 0 1 0 671353320 8908800 251 33554432000 4194304 4922060 140736670678352 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/27596/statm: 2175 251 209 178 0 68 0
[pid=27599] ppid=27596 vsize=97808 CPUtime=279.09 cores=1,3,5,7
/proc/27599/stat : 27599 (minisat_static) R 27596 27596 26963 0 -1 4202496 98132 0 0 0 27891 18 0 0 25 0 1 0 671353640 100155392 20540 33554432000 4194304 4256717 140734934871392 18446744073709551615 4209058 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/27599/statm: 24452 20540 253 16 0 21094 0
Current children cumulated CPU time (s) 282.27
Current children cumulated vsize (KiB) 106508

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

[startup+294.4 s]
/proc/loadavg: 6.04 6.04 6.00 8/393 28118
/proc/meminfo: memFree=14244580/32951124 swapFree=52307780/67111528
[pid=27596] ppid=27594 vsize=8700 CPUtime=3.18 cores=1,3,5,7
/proc/27596/stat : 27596 (esg_static.sh) S 27594 27596 26963 0 -1 4202496 351 36141 0 0 0 0 308 10 18 0 1 0 671353320 8908800 251 33554432000 4194304 4922060 140736670678352 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/27596/statm: 2175 251 209 178 0 68 0
[pid=27599] ppid=27596 vsize=97808 CPUtime=291.19 cores=1,3,5,7
/proc/27599/stat : 27599 (minisat_static) R 27596 27596 26963 0 -1 4202496 98132 0 0 0 29101 18 0 0 25 0 1 0 671353640 100155392 20540 33554432000 4194304 4256717 140734934871392 18446744073709551615 4213501 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/27599/statm: 24452 20540 253 16 0 21094 0
Current children cumulated CPU time (s) 294.37
Current children cumulated vsize (KiB) 106508

[startup+300.801 s]
/proc/loadavg: 6.04 6.04 6.00 7/393 28120
/proc/meminfo: memFree=14214068/32951124 swapFree=52307780/67111528
[pid=27596] ppid=27594 vsize=8700 CPUtime=3.18 cores=1,3,5,7
/proc/27596/stat : 27596 (esg_static.sh) S 27594 27596 26963 0 -1 4202496 351 36141 0 0 0 0 308 10 18 0 1 0 671353320 8908800 251 33554432000 4194304 4922060 140736670678352 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/27596/statm: 2175 251 209 178 0 68 0
[pid=27599] ppid=27596 vsize=147128 CPUtime=297.59 cores=1,3,5,7
/proc/27599/stat : 27599 (minisat_static) R 27596 27596 26963 0 -1 4202496 105816 0 0 0 29740 19 0 0 25 0 1 0 671353640 150659072 28220 33554432000 4194304 4256717 140734934871392 18446744073709551615 4213445 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/27599/statm: 36782 28220 253 16 0 33424 0
Current children cumulated CPU time (s) 300.77
Current children cumulated vsize (KiB) 155828

[startup+304.001 s]
/proc/loadavg: 6.03 6.04 6.00 7/393 28120
/proc/meminfo: memFree=14213448/32951124 swapFree=52307780/67111528
[pid=27596] ppid=27594 vsize=8700 CPUtime=3.18 cores=1,3,5,7
/proc/27596/stat : 27596 (esg_static.sh) S 27594 27596 26963 0 -1 4202496 351 36141 0 0 0 0 308 10 18 0 1 0 671353320 8908800 251 33554432000 4194304 4922060 140736670678352 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/27596/statm: 2175 251 209 178 0 68 0
[pid=27599] ppid=27596 vsize=147128 CPUtime=300.8 cores=1,3,5,7
/proc/27599/stat : 27599 (minisat_static) R 27596 27596 26963 0 -1 4202496 105958 0 0 0 30060 20 0 0 25 0 1 0 671353640 150659072 28354 33554432000 4194304 4256717 140734934871392 18446744073709551615 4213369 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/27599/statm: 36782 28354 253 16 0 33424 0
Current children cumulated CPU time (s) 303.98
Current children cumulated vsize (KiB) 155828

[startup+307.201 s]
/proc/loadavg: 6.03 6.04 6.00 7/393 28120
/proc/meminfo: memFree=14244084/32951124 swapFree=52307780/67111528
[pid=27596] ppid=27594 vsize=8700 CPUtime=3.18 cores=1,3,5,7
/proc/27596/stat : 27596 (esg_static.sh) S 27594 27596 26963 0 -1 4202496 351 36141 0 0 0 0 308 10 18 0 1 0 671353320 8908800 251 33554432000 4194304 4922060 140736670678352 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/27596/statm: 2175 251 209 178 0 68 0
[pid=27599] ppid=27596 vsize=97808 CPUtime=304 cores=1,3,5,7
/proc/27599/stat : 27599 (minisat_static) R 27596 27596 26963 0 -1 4202496 105967 0 0 0 30380 20 0 0 25 0 1 0 671353640 100155392 20540 33554432000 4194304 4256717 140734934871392 18446744073709551615 4213501 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/27599/statm: 24452 20540 253 16 0 21094 0
Current children cumulated CPU time (s) 307.18
Current children cumulated vsize (KiB) 106508

[startup+308.001 s]
/proc/loadavg: 6.03 6.04 6.00 7/393 28120
/proc/meminfo: memFree=14244084/32951124 swapFree=52307780/67111528
[pid=27596] ppid=27594 vsize=8700 CPUtime=3.18 cores=1,3,5,7
/proc/27596/stat : 27596 (esg_static.sh) S 27594 27596 26963 0 -1 4202496 351 36141 0 0 0 0 308 10 18 0 1 0 671353320 8908800 251 33554432000 4194304 4922060 140736670678352 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/27596/statm: 2175 251 209 178 0 68 0
[pid=27599] ppid=27596 vsize=97808 CPUtime=304.81 cores=1,3,5,7
/proc/27599/stat : 27599 (minisat_static) R 27596 27596 26963 0 -1 4202496 105967 0 0 0 30461 20 0 0 25 0 1 0 671353640 100155392 20540 33554432000 4194304 4256717 140734934871392 18446744073709551615 4213445 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/27599/statm: 24452 20540 253 16 0 21094 0
Current children cumulated CPU time (s) 307.99
Current children cumulated vsize (KiB) 106508

[startup+308.801 s]
/proc/loadavg: 6.03 6.04 6.00 7/393 28120
/proc/meminfo: memFree=14244084/32951124 swapFree=52307780/67111528
[pid=27596] ppid=27594 vsize=8700 CPUtime=3.18 cores=1,3,5,7
/proc/27596/stat : 27596 (esg_static.sh) S 27594 27596 26963 0 -1 4202496 351 36141 0 0 0 0 308 10 18 0 1 0 671353320 8908800 251 33554432000 4194304 4922060 140736670678352 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/27596/statm: 2175 251 209 178 0 68 0
[pid=27599] ppid=27596 vsize=97808 CPUtime=305.6 cores=1,3,5,7
/proc/27599/stat : 27599 (minisat_static) R 27596 27596 26963 0 -1 4202496 105967 0 0 0 30540 20 0 0 25 0 1 0 671353640 100155392 20540 33554432000 4194304 4256717 140734934871392 18446744073709551615 4214195 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/27599/statm: 24452 20540 253 16 0 21094 0
Current children cumulated CPU time (s) 308.78
Current children cumulated vsize (KiB) 106508

[startup+309.001 s]
/proc/loadavg: 6.03 6.04 6.00 7/393 28120
/proc/meminfo: memFree=14244084/32951124 swapFree=52307780/67111528
[pid=27596] ppid=27594 vsize=8700 CPUtime=3.18 cores=1,3,5,7
/proc/27596/stat : 27596 (esg_static.sh) S 27594 27596 26963 0 -1 4202496 351 36141 0 0 0 0 308 10 18 0 1 0 671353320 8908800 251 33554432000 4194304 4922060 140736670678352 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/27596/statm: 2175 251 209 178 0 68 0
[pid=27599] ppid=27596 vsize=116484 CPUtime=305.8 cores=1,3,5,7
/proc/27599/stat : 27599 (minisat_static) R 27596 27596 26963 0 -1 4202496 111521 0 0 0 30559 21 0 0 25 0 1 0 671353640 119279616 24607 33554432000 4194304 4256717 140734934871392 18446744073709551615 4213445 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/27599/statm: 29121 24607 253 16 0 25763 0
Current children cumulated CPU time (s) 308.98
Current children cumulated vsize (KiB) 125184

[startup+309.101 s]
/proc/loadavg: 6.03 6.04 6.00 7/393 28120
/proc/meminfo: memFree=14228460/32951124 swapFree=52307780/67111528
[pid=27596] ppid=27594 vsize=8700 CPUtime=3.18 cores=1,3,5,7
/proc/27596/stat : 27596 (esg_static.sh) S 27594 27596 26963 0 -1 4202496 351 36141 0 0 0 0 308 10 18 0 1 0 671353320 8908800 251 33554432000 4194304 4922060 140736670678352 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/27596/statm: 2175 251 209 178 0 68 0
[pid=27599] ppid=27596 vsize=0 CPUtime=305.91 cores=1,3,5,7
/proc/27599/stat : 27599 (minisat_static) R 27596 27596 26963 0 -1 4202500 111539 0 0 0 30570 21 0 0 25 0 1 0 671353640 0 0 33554432000 0 0 0 0 0 0 0 4096 8388610 18446744073709551615 0 0 17 3 0 0 0
/proc/27599/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 309.09
Current children cumulated vsize (KiB) 8700

Child status: 20
Real time (s): 309.125
CPU time (s): 309.123
CPU user time (s): 308.795
CPU system time (s): 0.32795
CPU usage (%): 99.9993
Max. virtual memory (cumulated for all children) (KiB): 155828

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

runsolver used 1.17482 second user time and 2.77758 second system time

The end

Launcher Data

Begin job on node101 at 2011-05-17 03:58:26
IDJOB=3387187
IDBENCH=71039
IDSOLVER=1874
FILE ID=node101/3387187-1305597505
RUNJOBID= node101-1305586740-26982
PBS_JOBID= 13350377
Free space on /tmp= 73656 MiB

SOLVER NAME= minisat hack: minisat_psm 2011-04-01
BENCH NAME= SAT09/APPLICATIONS/diagnosis/UCG-15-10p0.cnf
COMMAND LINE= ./esg_static.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3387187-1305597505/watcher-3387187-1305597505 -o /tmp/evaluation-result-3387187-1305597505/solver-3387187-1305597505 -C 5000 -W 5100 -M 15500  ./esg_static.sh HOME/instance-3387187-1305597505.cnf

TIME LIMIT= 5000 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= bcbcc9a4e4a7e3ebed9eeaa393ebdc32
RANDOM SEED=1787416772

node101.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.841
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.68
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.841
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.841
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.77
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.841
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.83
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.841
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.74
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.841
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.83
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.841
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.841
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      14234292 kB
Buffers:        356828 kB
Cached:        6630068 kB
SwapCached:      14836 kB
Active:       12940652 kB
Inactive:      5471016 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      14234292 kB
SwapTotal:    67111528 kB
SwapFree:     52307780 kB
Dirty:           19580 kB
Writeback:           0 kB
AnonPages:    11421424 kB
Mapped:          21420 kB
Slab:           163116 kB
PageTables:      75508 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 80833992 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= 73720 MiB
End job on node101 at 2011-05-17 04:03:35