Trace number 3499018

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
rcl 2011-04-01UNSAT 579.758 579.748

General information on the benchmark

Nameapplication/jarvisalo/
HWMCC10-combination-timeframe-expansion/hwmcc10-timeframe-expansion-k45-pdtpmsgoodbakery-tseitin.cnf
MD5SUM3fad4722cb319d6fee4192f2fe2c31ed
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark153.665
Satisfiable
(Un)Satisfiability was proved
Number of variables98935
Number of clauses296405
Sum of the clauses size691609
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2197602
Number of clauses of size 398801
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c Parsing...
0.00/0.11	c ==============================================================================
0.00/0.11	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.11	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.11	c ==============================================================================
0.00/0.11	c |         0 |  296403   691607 |   88920       0        0     nan |  0.000 % |
0.00/0.92	c |         0 |  167814   529867 |      --       0       --      -- |     --   | -128587/-161735
0.00/0.92	c ==============================================================================
0.00/0.92	c Result  :   #vars: 32667   #clauses: 167814   #literals: 529867
0.00/0.92	c CPU time:   0.891864 s
0.00/0.92	c ==============================================================================
579.71/579.74	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.1 (svn: 989)

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-3499018-1308152442/watcher-3499018-1308152442 -o /tmp/evaluation-result-3499018-1308152442/solver-3499018-1308152442 -C 5000 -W 5100 -M 15500 ./esg_static.sh HOME/instance-3499018-1308152442.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: 2.00 2.00 2.00 2/178 30708
/proc/meminfo: memFree=31164604/32951124 swapFree=67057764/67111528
[pid=30708] ppid=30706 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/30708/stat : 30708 (esg_static.sh) S 30706 30708 30117 0 -1 4202496 328 0 0 0 0 0 0 0 22 0 1 0 907659582 8908800 249 33554432000 4194304 4922060 140733199551584 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/30708/statm: 2175 249 209 178 0 68 0

[startup+0.034245 s]
/proc/loadavg: 2.00 2.00 2.00 2/178 30708
/proc/meminfo: memFree=31164604/32951124 swapFree=67057764/67111528
[pid=30708] ppid=30706 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/30708/stat : 30708 (esg_static.sh) S 30706 30708 30117 0 -1 4202496 328 0 0 0 0 0 0 0 22 0 1 0 907659582 8908800 249 33554432000 4194304 4922060 140733199551584 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/30708/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100235 s]
/proc/loadavg: 2.00 2.00 2.00 2/178 30708
/proc/meminfo: memFree=31164604/32951124 swapFree=67057764/67111528
[pid=30708] ppid=30706 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/30708/stat : 30708 (esg_static.sh) S 30706 30708 30117 0 -1 4202496 328 0 0 0 0 0 0 0 22 0 1 0 907659582 8908800 249 33554432000 4194304 4922060 140733199551584 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/30708/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300194 s]
/proc/loadavg: 2.00 2.00 2.00 2/178 30708
/proc/meminfo: memFree=31164604/32951124 swapFree=67057764/67111528
[pid=30708] ppid=30706 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/30708/stat : 30708 (esg_static.sh) S 30706 30708 30117 0 -1 4202496 328 0 0 0 0 0 0 0 22 0 1 0 907659582 8908800 249 33554432000 4194304 4922060 140733199551584 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/30708/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.701128 s]
/proc/loadavg: 2.00 2.00 2.00 2/178 30708
/proc/meminfo: memFree=31164604/32951124 swapFree=67057764/67111528
[pid=30708] ppid=30706 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/30708/stat : 30708 (esg_static.sh) S 30706 30708 30117 0 -1 4202496 328 0 0 0 0 0 0 0 22 0 1 0 907659582 8908800 249 33554432000 4194304 4922060 140733199551584 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/30708/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50099 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 30710
/proc/meminfo: memFree=31110176/32951124 swapFree=67057764/67111528
[pid=30708] ppid=30706 vsize=8700 CPUtime=1.02 cores=1,3,5,7
/proc/30708/stat : 30708 (esg_static.sh) S 30706 30708 30117 0 -1 4202496 353 13249 0 0 0 0 98 4 18 0 1 0 907659582 8908800 252 33554432000 4194304 4922060 140733199551584 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/30708/statm: 2175 252 209 178 0 68 0
Current children cumulated CPU time (s) 1.02
Current children cumulated vsize (KiB) 8700

[startup+3.1007 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 30711
/proc/meminfo: memFree=31137360/32951124 swapFree=67057764/67111528
[pid=30708] ppid=30706 vsize=8700 CPUtime=1.02 cores=1,3,5,7
/proc/30708/stat : 30708 (esg_static.sh) S 30706 30708 30117 0 -1 4202496 353 13249 0 0 0 0 98 4 18 0 1 0 907659582 8908800 252 33554432000 4194304 4922060 140733199551584 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/30708/statm: 2175 252 209 178 0 68 0
[pid=30711] ppid=30708 vsize=24612 CPUtime=2.06 cores=1,3,5,7
/proc/30711/stat : 30711 (cdcl) R 30708 30708 30117 0 -1 4202496 4511 0 0 0 206 0 0 0 25 0 1 0 907659685 25202688 4421 33554432000 4194304 4218580 140734828135424 18446744073709551615 4208288 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/30711/statm: 6153 4421 131 6 0 4623 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 33312

[startup+6.30113 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 30711
/proc/meminfo: memFree=31134380/32951124 swapFree=67057764/67111528
[pid=30708] ppid=30706 vsize=8700 CPUtime=1.02 cores=1,3,5,7
/proc/30708/stat : 30708 (esg_static.sh) S 30706 30708 30117 0 -1 4202496 353 13249 0 0 0 0 98 4 18 0 1 0 907659582 8908800 252 33554432000 4194304 4922060 140733199551584 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/30708/statm: 2175 252 209 178 0 68 0
[pid=30711] ppid=30708 vsize=26424 CPUtime=5.26 cores=1,3,5,7
/proc/30711/stat : 30711 (cdcl) R 30708 30708 30117 0 -1 4202496 4955 0 0 0 526 0 0 0 25 0 1 0 907659685 27058176 4865 33554432000 4194304 4218580 140734828135424 18446744073709551615 4208482 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/30711/statm: 6606 4865 131 6 0 5076 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 35124

[startup+12.701 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 30711
/proc/meminfo: memFree=31131920/32951124 swapFree=67057764/67111528
[pid=30708] ppid=30706 vsize=8700 CPUtime=1.02 cores=1,3,5,7
/proc/30708/stat : 30708 (esg_static.sh) S 30706 30708 30117 0 -1 4202496 353 13249 0 0 0 0 98 4 18 0 1 0 907659582 8908800 252 33554432000 4194304 4922060 140733199551584 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/30708/statm: 2175 252 209 178 0 68 0
[pid=30711] ppid=30708 vsize=29488 CPUtime=11.66 cores=1,3,5,7
/proc/30711/stat : 30711 (cdcl) R 30708 30708 30117 0 -1 4202496 5729 0 0 0 1166 0 0 0 25 0 1 0 907659685 30195712 5639 33554432000 4194304 4218580 140734828135424 18446744073709551615 4211929 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/30711/statm: 7372 5639 131 6 0 5842 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 38188

[startup+25.5007 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 30711
/proc/meminfo: memFree=31129236/32951124 swapFree=67057764/67111528
[pid=30708] ppid=30706 vsize=8700 CPUtime=1.02 cores=1,3,5,7
/proc/30708/stat : 30708 (esg_static.sh) S 30706 30708 30117 0 -1 4202496 353 13249 0 0 0 0 98 4 18 0 1 0 907659582 8908800 252 33554432000 4194304 4922060 140733199551584 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/30708/statm: 2175 252 209 178 0 68 0
[pid=30711] ppid=30708 vsize=32288 CPUtime=24.47 cores=1,3,5,7
/proc/30711/stat : 30711 (cdcl) R 30708 30708 30117 0 -1 4202496 6426 0 0 0 2446 1 0 0 25 0 1 0 907659685 33062912 6336 33554432000 4194304 4218580 140734828135424 18446744073709551615 4199415 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/30711/statm: 8072 6336 131 6 0 6542 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 40988

[startup+51.1002 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 30712
/proc/meminfo: memFree=31122724/32951124 swapFree=67057764/67111528
[pid=30708] ppid=30706 vsize=8700 CPUtime=1.02 cores=1,3,5,7
/proc/30708/stat : 30708 (esg_static.sh) S 30706 30708 30117 0 -1 4202496 353 13249 0 0 0 0 98 4 18 0 1 0 907659582 8908800 252 33554432000 4194304 4922060 140733199551584 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/30708/statm: 2175 252 209 178 0 68 0
[pid=30711] ppid=30708 vsize=38448 CPUtime=50.06 cores=1,3,5,7
/proc/30711/stat : 30711 (cdcl) R 30708 30708 30117 0 -1 4202496 7990 0 0 0 5005 1 0 0 25 0 1 0 907659685 39370752 7887 33554432000 4194304 4218580 140734828135424 18446744073709551615 4208475 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/30711/statm: 9612 7887 131 6 0 8082 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 47148

[startup+102.306 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 30714
/proc/meminfo: memFree=31117236/32951124 swapFree=67057764/67111528
[pid=30708] ppid=30706 vsize=8700 CPUtime=1.02 cores=1,3,5,7
/proc/30708/stat : 30708 (esg_static.sh) S 30706 30708 30117 0 -1 4202496 353 13249 0 0 0 0 98 4 18 0 1 0 907659582 8908800 252 33554432000 4194304 4922060 140733199551584 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/30708/statm: 2175 252 209 178 0 68 0
[pid=30711] ppid=30708 vsize=43792 CPUtime=101.28 cores=1,3,5,7
/proc/30711/stat : 30711 (cdcl) R 30708 30708 30117 0 -1 4202496 9392 0 0 0 10126 2 0 0 25 0 1 0 907659685 44843008 9240 33554432000 4194304 4218580 140734828135424 18446744073709551615 4208446 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/30711/statm: 10948 9240 131 6 0 9418 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 52492

[startup+162.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 30715
/proc/meminfo: memFree=31112488/32951124 swapFree=67057764/67111528
[pid=30708] ppid=30706 vsize=8700 CPUtime=1.02 cores=1,3,5,7
/proc/30708/stat : 30708 (esg_static.sh) S 30706 30708 30117 0 -1 4202496 353 13249 0 0 0 0 98 4 18 0 1 0 907659582 8908800 252 33554432000 4194304 4922060 140733199551584 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/30708/statm: 2175 252 209 178 0 68 0
[pid=30711] ppid=30708 vsize=48448 CPUtime=161.27 cores=1,3,5,7
/proc/30711/stat : 30711 (cdcl) R 30708 30708 30117 0 -1 4202496 10654 0 0 0 16125 2 0 0 25 0 1 0 907659685 49610752 10390 33554432000 4194304 4218580 140734828135424 18446744073709551615 4208446 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/30711/statm: 12112 10390 131 6 0 10582 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 57148

[startup+222.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 30717
/proc/meminfo: memFree=31108832/32951124 swapFree=67057764/67111528
[pid=30708] ppid=30706 vsize=8700 CPUtime=1.02 cores=1,3,5,7
/proc/30708/stat : 30708 (esg_static.sh) S 30706 30708 30117 0 -1 4202496 353 13249 0 0 0 0 98 4 18 0 1 0 907659582 8908800 252 33554432000 4194304 4922060 140733199551584 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/30708/statm: 2175 252 209 178 0 68 0
[pid=30711] ppid=30708 vsize=52164 CPUtime=221.28 cores=1,3,5,7
/proc/30711/stat : 30711 (cdcl) R 30708 30708 30117 0 -1 4202496 11721 0 0 0 22125 3 0 0 25 0 1 0 907659685 53415936 11329 33554432000 4194304 4218580 140734828135424 18446744073709551615 4208446 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/30711/statm: 13041 11329 131 6 0 11511 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 60864

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 30718
/proc/meminfo: memFree=31104704/32951124 swapFree=67057764/67111528
[pid=30708] ppid=30706 vsize=8700 CPUtime=1.02 cores=1,3,5,7
/proc/30708/stat : 30708 (esg_static.sh) S 30706 30708 30117 0 -1 4202496 353 13249 0 0 0 0 98 4 18 0 1 0 907659582 8908800 252 33554432000 4194304 4922060 140733199551584 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/30708/statm: 2175 252 209 178 0 68 0
[pid=30711] ppid=30708 vsize=56404 CPUtime=281.27 cores=1,3,5,7
/proc/30711/stat : 30711 (cdcl) R 30708 30708 30117 0 -1 4202496 12949 0 0 0 28124 3 0 0 25 0 1 0 907659685 57757696 12397 33554432000 4194304 4218580 140734828135424 18446744073709551615 4208446 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/30711/statm: 14101 12397 131 6 0 12571 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 65104

[startup+342.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 30720
/proc/meminfo: memFree=31102280/32951124 swapFree=67057764/67111528
[pid=30708] ppid=30706 vsize=8700 CPUtime=1.02 cores=1,3,5,7
/proc/30708/stat : 30708 (esg_static.sh) S 30706 30708 30117 0 -1 4202496 353 13249 0 0 0 0 98 4 18 0 1 0 907659582 8908800 252 33554432000 4194304 4922060 140733199551584 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/30708/statm: 2175 252 209 178 0 68 0
[pid=30711] ppid=30708 vsize=58796 CPUtime=341.28 cores=1,3,5,7
/proc/30711/stat : 30711 (cdcl) R 30708 30708 30117 0 -1 4202496 13782 0 0 0 34124 4 0 0 25 0 1 0 907659685 60207104 12969 33554432000 4194304 4218580 140734828135424 18446744073709551615 4209445 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/30711/statm: 14699 12969 131 6 0 13169 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 67496

[startup+402.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 30722
/proc/meminfo: memFree=31102120/32951124 swapFree=67057764/67111528
[pid=30708] ppid=30706 vsize=8700 CPUtime=1.02 cores=1,3,5,7
/proc/30708/stat : 30708 (esg_static.sh) S 30706 30708 30117 0 -1 4202496 353 13249 0 0 0 0 98 4 18 0 1 0 907659582 8908800 252 33554432000 4194304 4922060 140733199551584 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/30708/statm: 2175 252 209 178 0 68 0
[pid=30711] ppid=30708 vsize=59084 CPUtime=401.28 cores=1,3,5,7
/proc/30711/stat : 30711 (cdcl) R 30708 30708 30117 0 -1 4202496 13963 0 0 0 40124 4 0 0 25 0 1 0 907659685 60502016 13039 33554432000 4194304 4218580 140734828135424 18446744073709551615 4208186 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/30711/statm: 14771 13039 131 6 0 13241 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 67784

[startup+462.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 30723
/proc/meminfo: memFree=31100968/32951124 swapFree=67057764/67111528
[pid=30708] ppid=30706 vsize=8700 CPUtime=1.02 cores=1,3,5,7
/proc/30708/stat : 30708 (esg_static.sh) S 30706 30708 30117 0 -1 4202496 353 13249 0 0 0 0 98 4 18 0 1 0 907659582 8908800 252 33554432000 4194304 4922060 140733199551584 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/30708/statm: 2175 252 209 178 0 68 0
[pid=30711] ppid=30708 vsize=60032 CPUtime=461.28 cores=1,3,5,7
/proc/30711/stat : 30711 (cdcl) R 30708 30708 30117 0 -1 4202496 14374 0 0 0 46124 4 0 0 25 0 1 0 907659685 61472768 13297 33554432000 4194304 4218580 140734828135424 18446744073709551615 4208186 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/30711/statm: 15008 13297 131 6 0 13478 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 68732

[startup+522.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 30725
/proc/meminfo: memFree=31097824/32951124 swapFree=67057764/67111528
[pid=30708] ppid=30706 vsize=8700 CPUtime=1.02 cores=1,3,5,7
/proc/30708/stat : 30708 (esg_static.sh) S 30706 30708 30117 0 -1 4202496 353 13249 0 0 0 0 98 4 18 0 1 0 907659582 8908800 252 33554432000 4194304 4922060 140733199551584 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/30708/statm: 2175 252 209 178 0 68 0
[pid=30711] ppid=30708 vsize=63200 CPUtime=521.28 cores=1,3,5,7
/proc/30711/stat : 30711 (cdcl) R 30708 30708 30117 0 -1 4202496 15300 0 0 0 52124 4 0 0 25 0 1 0 907659685 64716800 14073 33554432000 4194304 4218580 140734828135424 18446744073709551615 4208446 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/30711/statm: 15800 14073 131 6 0 14270 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 71900

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

[startup+537.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 30725
/proc/meminfo: memFree=31095832/32951124 swapFree=67057764/67111528
[pid=30708] ppid=30706 vsize=8700 CPUtime=1.02 cores=1,3,5,7
/proc/30708/stat : 30708 (esg_static.sh) S 30706 30708 30117 0 -1 4202496 353 13249 0 0 0 0 98 4 18 0 1 0 907659582 8908800 252 33554432000 4194304 4922060 140733199551584 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/30708/statm: 2175 252 209 178 0 68 0
[pid=30711] ppid=30708 vsize=65432 CPUtime=536.48 cores=1,3,5,7
/proc/30711/stat : 30711 (cdcl) R 30708 30708 30117 0 -1 4202496 15889 0 0 0 53643 5 0 0 25 0 1 0 907659685 67002368 14639 33554432000 4194304 4218580 140734828135424 18446744073709551615 4208164 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/30711/statm: 16358 14639 131 6 0 14828 0
Current children cumulated CPU time (s) 537.5
Current children cumulated vsize (KiB) 74132

[startup+563.101 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 30726
/proc/meminfo: memFree=31095060/32951124 swapFree=67057764/67111528
[pid=30708] ppid=30706 vsize=8700 CPUtime=1.02 cores=1,3,5,7
/proc/30708/stat : 30708 (esg_static.sh) S 30706 30708 30117 0 -1 4202496 353 13249 0 0 0 0 98 4 18 0 1 0 907659582 8908800 252 33554432000 4194304 4922060 140733199551584 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/30708/statm: 2175 252 209 178 0 68 0
[pid=30711] ppid=30708 vsize=66036 CPUtime=562.09 cores=1,3,5,7
/proc/30711/stat : 30711 (cdcl) R 30708 30708 30117 0 -1 4202496 16087 0 0 0 56204 5 0 0 25 0 1 0 907659685 67620864 14768 33554432000 4194304 4218580 140734828135424 18446744073709551615 4211929 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/30711/statm: 16509 14768 131 6 0 14979 0
Current children cumulated CPU time (s) 563.11
Current children cumulated vsize (KiB) 74736

[startup+569.501 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 30726
/proc/meminfo: memFree=31094688/32951124 swapFree=67057764/67111528
[pid=30708] ppid=30706 vsize=8700 CPUtime=1.02 cores=1,3,5,7
/proc/30708/stat : 30708 (esg_static.sh) S 30706 30708 30117 0 -1 4202496 353 13249 0 0 0 0 98 4 18 0 1 0 907659582 8908800 252 33554432000 4194304 4922060 140733199551584 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/30708/statm: 2175 252 209 178 0 68 0
[pid=30711] ppid=30708 vsize=66068 CPUtime=568.48 cores=1,3,5,7
/proc/30711/stat : 30711 (cdcl) R 30708 30708 30117 0 -1 4202496 16118 0 0 0 56843 5 0 0 25 0 1 0 907659685 67653632 14799 33554432000 4194304 4218580 140734828135424 18446744073709551615 4208446 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/30711/statm: 16517 14799 131 6 0 14987 0
Current children cumulated CPU time (s) 569.5
Current children cumulated vsize (KiB) 74768

[startup+575.901 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 30726
/proc/meminfo: memFree=31094808/32951124 swapFree=67057764/67111528
[pid=30708] ppid=30706 vsize=8700 CPUtime=1.02 cores=1,3,5,7
/proc/30708/stat : 30708 (esg_static.sh) S 30706 30708 30117 0 -1 4202496 353 13249 0 0 0 0 98 4 18 0 1 0 907659582 8908800 252 33554432000 4194304 4922060 140733199551584 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/30708/statm: 2175 252 209 178 0 68 0
[pid=30711] ppid=30708 vsize=65812 CPUtime=574.88 cores=1,3,5,7
/proc/30711/stat : 30711 (cdcl) R 30708 30708 30117 0 -1 4202496 16136 0 0 0 57483 5 0 0 25 0 1 0 907659685 67391488 14746 33554432000 4194304 4218580 140734828135424 18446744073709551615 4208446 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/30711/statm: 16453 14746 131 6 0 14923 0
Current children cumulated CPU time (s) 575.9
Current children cumulated vsize (KiB) 74512

[startup+577.506 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 30726
/proc/meminfo: memFree=31094684/32951124 swapFree=67057764/67111528
[pid=30708] ppid=30706 vsize=8700 CPUtime=1.02 cores=1,3,5,7
/proc/30708/stat : 30708 (esg_static.sh) S 30706 30708 30117 0 -1 4202496 353 13249 0 0 0 0 98 4 18 0 1 0 907659582 8908800 252 33554432000 4194304 4922060 140733199551584 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/30708/statm: 2175 252 209 178 0 68 0
[pid=30711] ppid=30708 vsize=65812 CPUtime=576.49 cores=1,3,5,7
/proc/30711/stat : 30711 (cdcl) R 30708 30708 30117 0 -1 4202496 16136 0 0 0 57644 5 0 0 25 0 1 0 907659685 67391488 14746 33554432000 4194304 4218580 140734828135424 18446744073709551615 4208451 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/30711/statm: 16453 14746 131 6 0 14923 0
Current children cumulated CPU time (s) 577.51
Current children cumulated vsize (KiB) 74512

[startup+579.101 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 30726
/proc/meminfo: memFree=31094804/32951124 swapFree=67057764/67111528
[pid=30708] ppid=30706 vsize=8700 CPUtime=1.02 cores=1,3,5,7
/proc/30708/stat : 30708 (esg_static.sh) S 30706 30708 30117 0 -1 4202496 353 13249 0 0 0 0 98 4 18 0 1 0 907659582 8908800 252 33554432000 4194304 4922060 140733199551584 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/30708/statm: 2175 252 209 178 0 68 0
[pid=30711] ppid=30708 vsize=65844 CPUtime=578.08 cores=1,3,5,7
/proc/30711/stat : 30711 (cdcl) R 30708 30708 30117 0 -1 4202496 16139 0 0 0 57803 5 0 0 25 0 1 0 907659685 67424256 14749 33554432000 4194304 4218580 140734828135424 18446744073709551615 4208475 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/30711/statm: 16461 14749 131 6 0 14931 0
Current children cumulated CPU time (s) 579.1
Current children cumulated vsize (KiB) 74544

[startup+579.501 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 30726
/proc/meminfo: memFree=31094804/32951124 swapFree=67057764/67111528
[pid=30708] ppid=30706 vsize=8700 CPUtime=1.02 cores=1,3,5,7
/proc/30708/stat : 30708 (esg_static.sh) S 30706 30708 30117 0 -1 4202496 353 13249 0 0 0 0 98 4 18 0 1 0 907659582 8908800 252 33554432000 4194304 4922060 140733199551584 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/30708/statm: 2175 252 209 178 0 68 0
[pid=30711] ppid=30708 vsize=65844 CPUtime=578.48 cores=1,3,5,7
/proc/30711/stat : 30711 (cdcl) R 30708 30708 30117 0 -1 4202496 16139 0 0 0 57843 5 0 0 25 0 1 0 907659685 67424256 14749 33554432000 4194304 4218580 140734828135424 18446744073709551615 4208542 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/30711/statm: 16461 14749 131 6 0 14931 0
Current children cumulated CPU time (s) 579.5
Current children cumulated vsize (KiB) 74544

[startup+579.707 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 30726
/proc/meminfo: memFree=31094804/32951124 swapFree=67057764/67111528
[pid=30708] ppid=30706 vsize=8700 CPUtime=1.02 cores=1,3,5,7
/proc/30708/stat : 30708 (esg_static.sh) S 30706 30708 30117 0 -1 4202496 353 13249 0 0 0 0 98 4 18 0 1 0 907659582 8908800 252 33554432000 4194304 4922060 140733199551584 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/30708/statm: 2175 252 209 178 0 68 0
[pid=30711] ppid=30708 vsize=65844 CPUtime=578.69 cores=1,3,5,7
/proc/30711/stat : 30711 (cdcl) R 30708 30708 30117 0 -1 4202496 16139 0 0 0 57864 5 0 0 25 0 1 0 907659685 67424256 14749 33554432000 4194304 4218580 140734828135424 18446744073709551615 4208514 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/30711/statm: 16461 14749 131 6 0 14931 0
Current children cumulated CPU time (s) 579.71
Current children cumulated vsize (KiB) 74544

Child status: 20
Real time (s): 579.748
CPU time (s): 579.758
CPU user time (s): 579.657
CPU system time (s): 0.100984
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 74768

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

runsolver used 1.02084 second user time and 2.13167 second system time

The end

Launcher Data

Begin job on node140 at 2011-06-15 17:40:43
IDJOB=3499018
IDBENCH=82482
IDSOLVER=1993
FILE ID=node140/3499018-1308152442
RUNJOBID= node140-1308150219-30136
PBS_JOBID= 13575591
Free space on /tmp= 73836 MiB

SOLVER NAME= rcl 2011-04-01
BENCH NAME= SAT11/application/jarvisalo/HWMCC10-combination-timeframe-expansion/hwmcc10-timeframe-expansion-k45-pdtpmsgoodbakery-tseitin.cnf
COMMAND LINE= ./esg_static.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3499018-1308152442/watcher-3499018-1308152442 -o /tmp/evaluation-result-3499018-1308152442/solver-3499018-1308152442 -C 5000 -W 5100 -M 15500  ./esg_static.sh HOME/instance-3499018-1308152442.cnf

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

MD5SUM BENCH= 3fad4722cb319d6fee4192f2fe2c31ed
RANDOM SEED=1304546884

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.833
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.833
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:      31164776 kB
Buffers:        340276 kB
Cached:         923556 kB
SwapCached:       7768 kB
Active:         620772 kB
Inactive:       841060 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31164776 kB
SwapTotal:    67111528 kB
SwapFree:     67057764 kB
Dirty:            5672 kB
Writeback:           0 kB
AnonPages:      195220 kB
Mapped:          13324 kB
Slab:           260136 kB
PageTables:       5124 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   387140 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= 73836 MiB
End job on node140 at 2011-06-15 17:50:22