Trace number 3282311

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-01? (TO) 1300.01 1300.01

General information on the benchmark

NameAPPLICATIONS/bitverif/countbitswegner/
countbitswegner128.cnf
MD5SUM4b75ef7fb46928f50793af1d74c176e2
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark4342.44
Satisfiable
(Un)Satisfiability was proved
Number of variables98048
Number of clauses293759
Sum of the clauses size685435
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2195838
Number of clauses of size 397919
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.01	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 |  293757   685433 |   88127       0        0     nan |  0.000 % |
1.69/1.75	c |         0 |  170644   488531 |      --       0       --      -- |     --   | -123111/-196897
1.69/1.75	c ==============================================================================
1.69/1.75	c Result  :   #vars: 36796   #clauses: 170644   #literals: 488531
1.69/1.75	c CPU time:   1.70874 s
1.69/1.75	c ==============================================================================

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

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-3282311-1303752937/watcher-3282311-1303752937 -o /tmp/evaluation-result-3282311-1303752937/solver-3282311-1303752937 -C 2400 -W 1300 -M 7680 ./esg_static.sh HOME/instance-3282311-1303752937.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: 3.53 3.86 3.51 4/192 5321
/proc/meminfo: memFree=14808632/32951124 swapFree=67111528/67111528
[pid=5321] ppid=5319 vsize=8700 CPUtime=0 cores=4,6
/proc/5321/stat : 5321 (esg_static.sh) R 5319 5321 4448 0 -1 4202496 312 0 0 0 0 0 0 0 21 0 1 0 486894519 8908800 250 33554432000 4194304 4922060 140736167808896 18446744073709551615 222921597333 0 65538 4100 65536 0 0 0 17 4 0 0 0
/proc/5321/statm: 2175 250 209 178 0 68 0

[startup+0.036469 s]
/proc/loadavg: 3.53 3.86 3.51 4/192 5321
/proc/meminfo: memFree=14808632/32951124 swapFree=67111528/67111528
[pid=5321] ppid=5319 vsize=8700 CPUtime=0 cores=4,6
/proc/5321/stat : 5321 (esg_static.sh) S 5319 5321 4448 0 -1 4202496 329 0 0 0 0 0 0 0 21 0 1 0 486894519 8908800 250 33554432000 4194304 4922060 140736167808896 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/5321/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100478 s]
/proc/loadavg: 3.53 3.86 3.51 4/192 5321
/proc/meminfo: memFree=14808632/32951124 swapFree=67111528/67111528
[pid=5321] ppid=5319 vsize=8700 CPUtime=0 cores=4,6
/proc/5321/stat : 5321 (esg_static.sh) S 5319 5321 4448 0 -1 4202496 329 0 0 0 0 0 0 0 21 0 1 0 486894519 8908800 250 33554432000 4194304 4922060 140736167808896 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/5321/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300451 s]
/proc/loadavg: 3.53 3.86 3.51 4/192 5321
/proc/meminfo: memFree=14808632/32951124 swapFree=67111528/67111528
[pid=5321] ppid=5319 vsize=8700 CPUtime=0 cores=4,6
/proc/5321/stat : 5321 (esg_static.sh) S 5319 5321 4448 0 -1 4202496 329 0 0 0 0 0 0 0 21 0 1 0 486894519 8908800 250 33554432000 4194304 4922060 140736167808896 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/5321/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700372 s]
/proc/loadavg: 3.53 3.86 3.51 4/192 5321
/proc/meminfo: memFree=14808632/32951124 swapFree=67111528/67111528
[pid=5321] ppid=5319 vsize=8700 CPUtime=0 cores=4,6
/proc/5321/stat : 5321 (esg_static.sh) S 5319 5321 4448 0 -1 4202496 329 0 0 0 0 0 0 0 21 0 1 0 486894519 8908800 250 33554432000 4194304 4922060 140736167808896 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/5321/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50123 s]
/proc/loadavg: 3.53 3.86 3.51 5/194 5323
/proc/meminfo: memFree=14707812/32951124 swapFree=67111528/67111528
[pid=5321] ppid=5319 vsize=8700 CPUtime=0 cores=4,6
/proc/5321/stat : 5321 (esg_static.sh) S 5319 5321 4448 0 -1 4202496 329 0 0 0 0 0 0 0 21 0 1 0 486894519 8908800 250 33554432000 4194304 4922060 140736167808896 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/5321/statm: 2175 250 209 178 0 68 0
[pid=5322] ppid=5321 vsize=52368 CPUtime=1.49 cores=4,6
/proc/5322/stat : 5322 (SatELite_releas) R 5321 5321 4448 0 -1 4202496 13032 0 0 0 145 4 0 0 25 0 1 0 486894519 53624832 11694 33554432000 134512640 135144242 4287526992 18446744073709551615 134745630 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/5322/statm: 13092 11694 77 155 0 12935 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 61068

[startup+3.10087 s]
/proc/loadavg: 3.53 3.86 3.51 5/194 5325
/proc/meminfo: memFree=14758792/32951124 swapFree=67111528/67111528
[pid=5321] ppid=5319 vsize=8700 CPUtime=1.84 cores=4,6
/proc/5321/stat : 5321 (esg_static.sh) S 5319 5321 4448 0 -1 4202496 354 13786 0 0 0 0 179 5 18 0 1 0 486894519 8908800 253 33554432000 4194304 4922060 140736167808896 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/5321/statm: 2175 253 209 178 0 68 0
[pid=5325] ppid=5321 vsize=23196 CPUtime=1.24 cores=4,6
/proc/5325/stat : 5325 (cdcl) R 5321 5321 4448 0 -1 4202496 4125 0 0 0 123 1 0 0 22 0 1 0 486894704 23752704 4035 33554432000 4194304 4218580 140736737226384 18446744073709551615 4210069 0 0 4096 24578 0 0 0 17 6 0 0 0
/proc/5325/statm: 5799 4035 131 6 0 4269 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 31896

[startup+6.30035 s]
/proc/loadavg: 3.57 3.87 3.52 5/194 5325
/proc/meminfo: memFree=14752052/32951124 swapFree=67111528/67111528
[pid=5321] ppid=5319 vsize=8700 CPUtime=1.84 cores=4,6
/proc/5321/stat : 5321 (esg_static.sh) S 5319 5321 4448 0 -1 4202496 354 13786 0 0 0 0 179 5 18 0 1 0 486894519 8908800 253 33554432000 4194304 4922060 140736167808896 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/5321/statm: 2175 253 209 178 0 68 0
[pid=5325] ppid=5321 vsize=24536 CPUtime=4.43 cores=4,6
/proc/5325/stat : 5325 (cdcl) R 5321 5321 4448 0 -1 4202496 4473 0 0 0 442 1 0 0 25 0 1 0 486894704 25124864 4383 33554432000 4194304 4218580 140736737226384 18446744073709551615 4208150 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/5325/statm: 6134 4383 131 6 0 4604 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 33236

[startup+12.7012 s]
/proc/loadavg: 3.60 3.87 3.52 5/194 5325
/proc/meminfo: memFree=14739464/32951124 swapFree=67111528/67111528
[pid=5321] ppid=5319 vsize=8700 CPUtime=1.84 cores=4,6
/proc/5321/stat : 5321 (esg_static.sh) S 5319 5321 4448 0 -1 4202496 354 13786 0 0 0 0 179 5 18 0 1 0 486894519 8908800 253 33554432000 4194304 4922060 140736167808896 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/5321/statm: 2175 253 209 178 0 68 0
[pid=5325] ppid=5321 vsize=30124 CPUtime=10.83 cores=4,6
/proc/5325/stat : 5325 (cdcl) R 5321 5321 4448 0 -1 4202496 5845 0 0 0 1082 1 0 0 25 0 1 0 486894704 30846976 5755 33554432000 4194304 4218580 140736737226384 18446744073709551615 4211250 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/5325/statm: 7531 5755 131 6 0 6001 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 38824

[startup+25.5008 s]
/proc/loadavg: 3.69 3.87 3.52 5/194 5326
/proc/meminfo: memFree=14721376/32951124 swapFree=67111528/67111528
[pid=5321] ppid=5319 vsize=8700 CPUtime=1.84 cores=4,6
/proc/5321/stat : 5321 (esg_static.sh) S 5319 5321 4448 0 -1 4202496 354 13786 0 0 0 0 179 5 18 0 1 0 486894519 8908800 253 33554432000 4194304 4922060 140736167808896 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/5321/statm: 2175 253 209 178 0 68 0
[pid=5325] ppid=5321 vsize=33032 CPUtime=23.63 cores=4,6
/proc/5325/stat : 5325 (cdcl) R 5321 5321 4448 0 -1 4202496 6567 0 0 0 2362 1 0 0 25 0 1 0 486894704 33824768 6470 33554432000 4194304 4218580 140736737226384 18446744073709551615 4208384 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/5325/statm: 8258 6470 131 6 0 6728 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 41732

[startup+51.1011 s]
/proc/loadavg: 3.80 3.88 3.54 5/194 5326
/proc/meminfo: memFree=14711148/32951124 swapFree=67111528/67111528
[pid=5321] ppid=5319 vsize=8700 CPUtime=1.84 cores=4,6
/proc/5321/stat : 5321 (esg_static.sh) S 5319 5321 4448 0 -1 4202496 354 13786 0 0 0 0 179 5 18 0 1 0 486894519 8908800 253 33554432000 4194304 4922060 140736167808896 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/5321/statm: 2175 253 209 178 0 68 0
[pid=5325] ppid=5321 vsize=36352 CPUtime=49.23 cores=4,6
/proc/5325/stat : 5325 (cdcl) R 5321 5321 4448 0 -1 4202496 7449 0 0 0 4922 1 0 0 25 0 1 0 486894704 37224448 7336 33554432000 4194304 4218580 140736737226384 18446744073709551615 4208512 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/5325/statm: 9088 7336 131 6 0 7558 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 45052

[startup+102.307 s]
/proc/loadavg: 3.97 3.91 3.56 5/194 5328
/proc/meminfo: memFree=14683924/32951124 swapFree=67111528/67111528
[pid=5321] ppid=5319 vsize=8700 CPUtime=1.84 cores=4,6
/proc/5321/stat : 5321 (esg_static.sh) S 5319 5321 4448 0 -1 4202496 354 13786 0 0 0 0 179 5 18 0 1 0 486894519 8908800 253 33554432000 4194304 4922060 140736167808896 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/5321/statm: 2175 253 209 178 0 68 0
[pid=5325] ppid=5321 vsize=42948 CPUtime=100.44 cores=4,6
/proc/5325/stat : 5325 (cdcl) R 5321 5321 4448 0 -1 4202496 9151 0 0 0 10042 2 0 0 25 0 1 0 486894704 43978752 8976 33554432000 4194304 4218580 140736737226384 18446744073709551615 4210254 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/5325/statm: 10737 8976 131 6 0 9207 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 51648

[startup+162.301 s]
/proc/loadavg: 4.05 3.94 3.59 5/194 5329
/proc/meminfo: memFree=14648568/32951124 swapFree=67111528/67111528
[pid=5321] ppid=5319 vsize=8700 CPUtime=1.84 cores=4,6
/proc/5321/stat : 5321 (esg_static.sh) S 5319 5321 4448 0 -1 4202496 354 13786 0 0 0 0 179 5 18 0 1 0 486894519 8908800 253 33554432000 4194304 4922060 140736167808896 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/5321/statm: 2175 253 209 178 0 68 0
[pid=5325] ppid=5321 vsize=63576 CPUtime=160.43 cores=4,6
/proc/5325/stat : 5325 (cdcl) R 5321 5321 4448 0 -1 4202496 14436 0 0 0 16040 3 0 0 25 0 1 0 486894704 65101824 14146 33554432000 4194304 4218580 140736737226384 18446744073709551615 4209445 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/5325/statm: 15894 14146 131 6 0 14364 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 72276

[startup+222.301 s]
/proc/loadavg: 4.02 3.95 3.62 5/194 5331
/proc/meminfo: memFree=14629312/32951124 swapFree=67111528/67111528
[pid=5321] ppid=5319 vsize=8700 CPUtime=1.84 cores=4,6
/proc/5321/stat : 5321 (esg_static.sh) S 5319 5321 4448 0 -1 4202496 354 13786 0 0 0 0 179 5 18 0 1 0 486894519 8908800 253 33554432000 4194304 4922060 140736167808896 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/5321/statm: 2175 253 209 178 0 68 0
[pid=5325] ppid=5321 vsize=68468 CPUtime=220.43 cores=4,6
/proc/5325/stat : 5325 (cdcl) R 5321 5321 4448 0 -1 4202496 15849 0 0 0 22040 3 0 0 25 0 1 0 486894704 70111232 15354 33554432000 4194304 4218580 140736737226384 18446744073709551615 4210232 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/5325/statm: 17117 15354 131 6 0 15587 0
Current children cumulated CPU time (s) 222.27
Current children cumulated vsize (KiB) 77168

[startup+282.301 s]
/proc/loadavg: 4.00 3.95 3.64 5/194 5332
/proc/meminfo: memFree=14610820/32951124 swapFree=67111528/67111528
[pid=5321] ppid=5319 vsize=8700 CPUtime=1.84 cores=4,6
/proc/5321/stat : 5321 (esg_static.sh) S 5319 5321 4448 0 -1 4202496 354 13786 0 0 0 0 179 5 18 0 1 0 486894519 8908800 253 33554432000 4194304 4922060 140736167808896 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/5321/statm: 2175 253 209 178 0 68 0
[pid=5325] ppid=5321 vsize=79432 CPUtime=280.44 cores=4,6
/proc/5325/stat : 5325 (cdcl) R 5321 5321 4448 0 -1 4202496 18841 0 0 0 28040 4 0 0 25 0 1 0 486894704 81338368 18112 33554432000 4194304 4218580 140736737226384 18446744073709551615 4210090 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/5325/statm: 19858 18112 131 6 0 18328 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 88132

[startup+342.301 s]
/proc/loadavg: 4.04 3.97 3.66 5/194 5334
/proc/meminfo: memFree=14581772/32951124 swapFree=67111528/67111528
[pid=5321] ppid=5319 vsize=8700 CPUtime=1.84 cores=4,6
/proc/5321/stat : 5321 (esg_static.sh) S 5319 5321 4448 0 -1 4202496 354 13786 0 0 0 0 179 5 18 0 1 0 486894519 8908800 253 33554432000 4194304 4922060 140736167808896 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/5321/statm: 2175 253 209 178 0 68 0
[pid=5325] ppid=5321 vsize=98336 CPUtime=340.44 cores=4,6
/proc/5325/stat : 5325 (cdcl) R 5321 5321 4448 0 -1 4202496 23694 0 0 0 34039 5 0 0 25 0 1 0 486894704 100696064 22833 33554432000 4194304 4218580 140736737226384 18446744073709551615 4208446 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/5325/statm: 24584 22833 131 6 0 23054 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 107036

[startup+402.301 s]
/proc/loadavg: 4.01 3.97 3.68 5/194 5336
/proc/meminfo: memFree=14562404/32951124 swapFree=67111528/67111528
[pid=5321] ppid=5319 vsize=8700 CPUtime=1.84 cores=4,6

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

/proc/5325/statm: 26259 24511 131 6 0 24729 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 113736

[startup+642.301 s]
/proc/loadavg: 4.08 4.00 3.75 5/194 5342
/proc/meminfo: memFree=14502940/32951124 swapFree=67111528/67111528
[pid=5321] ppid=5319 vsize=8700 CPUtime=1.84 cores=4,6
/proc/5321/stat : 5321 (esg_static.sh) S 5319 5321 4448 0 -1 4202496 354 13786 0 0 0 0 179 5 18 0 1 0 486894519 8908800 253 33554432000 4194304 4922060 140736167808896 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/5321/statm: 2175 253 209 178 0 68 0
[pid=5325] ppid=5321 vsize=119068 CPUtime=640.45 cores=4,6
/proc/5325/stat : 5325 (cdcl) R 5321 5321 4448 0 -1 4202496 29804 0 0 0 64038 7 0 0 25 0 1 0 486894704 121925632 28016 33554432000 4194304 4218580 140736737226384 18446744073709551615 4210245 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/5325/statm: 29767 28016 131 6 0 28237 0
Current children cumulated CPU time (s) 642.29
Current children cumulated vsize (KiB) 127768

[startup+702.301 s]
/proc/loadavg: 4.03 4.00 3.76 5/194 5344
/proc/meminfo: memFree=14501060/32951124 swapFree=67111528/67111528
[pid=5321] ppid=5319 vsize=8700 CPUtime=1.84 cores=4,6
/proc/5321/stat : 5321 (esg_static.sh) S 5319 5321 4448 0 -1 4202496 354 13786 0 0 0 0 179 5 18 0 1 0 486894519 8908800 253 33554432000 4194304 4922060 140736167808896 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/5321/statm: 2175 253 209 178 0 68 0
[pid=5325] ppid=5321 vsize=119164 CPUtime=700.45 cores=4,6
/proc/5325/stat : 5325 (cdcl) R 5321 5321 4448 0 -1 4202496 30035 0 0 0 70038 7 0 0 25 0 1 0 486894704 122023936 28034 33554432000 4194304 4218580 140736737226384 18446744073709551615 4208542 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/5325/statm: 29791 28034 131 6 0 28261 0
Current children cumulated CPU time (s) 702.29
Current children cumulated vsize (KiB) 127864

[startup+762.307 s]
/proc/loadavg: 4.01 4.00 3.77 5/194 5345
/proc/meminfo: memFree=14494972/32951124 swapFree=67111528/67111528
[pid=5321] ppid=5319 vsize=8700 CPUtime=1.84 cores=4,6
/proc/5321/stat : 5321 (esg_static.sh) S 5319 5321 4448 0 -1 4202496 354 13786 0 0 0 0 179 5 18 0 1 0 486894519 8908800 253 33554432000 4194304 4922060 140736167808896 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/5321/statm: 2175 253 209 178 0 68 0
[pid=5325] ppid=5321 vsize=118940 CPUtime=760.46 cores=4,6
/proc/5325/stat : 5325 (cdcl) R 5321 5321 4448 0 -1 4202496 30201 0 0 0 76039 7 0 0 25 0 1 0 486894704 121794560 27980 33554432000 4194304 4218580 140736737226384 18446744073709551615 4208446 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/5325/statm: 29735 27980 131 6 0 28205 0
Current children cumulated CPU time (s) 762.3
Current children cumulated vsize (KiB) 127640

[startup+822.301 s]
/proc/loadavg: 4.00 4.00 3.79 5/194 5347
/proc/meminfo: memFree=14494080/32951124 swapFree=67111528/67111528
[pid=5321] ppid=5319 vsize=8700 CPUtime=1.84 cores=4,6
/proc/5321/stat : 5321 (esg_static.sh) S 5319 5321 4448 0 -1 4202496 354 13786 0 0 0 0 179 5 18 0 1 0 486894519 8908800 253 33554432000 4194304 4922060 140736167808896 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/5321/statm: 2175 253 209 178 0 68 0
[pid=5325] ppid=5321 vsize=118876 CPUtime=820.45 cores=4,6
/proc/5325/stat : 5325 (cdcl) R 5321 5321 4448 0 -1 4202496 30317 0 0 0 82038 7 0 0 25 0 1 0 486894704 121729024 27966 33554432000 4194304 4218580 140736737226384 18446744073709551615 4210284 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/5325/statm: 29719 27966 131 6 0 28189 0
Current children cumulated CPU time (s) 822.29
Current children cumulated vsize (KiB) 127576

[startup+882.301 s]
/proc/loadavg: 4.00 4.00 3.80 5/194 5348
/proc/meminfo: memFree=14490964/32951124 swapFree=67111528/67111528
[pid=5321] ppid=5319 vsize=8700 CPUtime=1.84 cores=4,6
/proc/5321/stat : 5321 (esg_static.sh) S 5319 5321 4448 0 -1 4202496 354 13786 0 0 0 0 179 5 18 0 1 0 486894519 8908800 253 33554432000 4194304 4922060 140736167808896 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/5321/statm: 2175 253 209 178 0 68 0
[pid=5325] ppid=5321 vsize=118908 CPUtime=880.45 cores=4,6
/proc/5325/stat : 5325 (cdcl) R 5321 5321 4448 0 -1 4202496 30485 0 0 0 88038 7 0 0 25 0 1 0 486894704 121761792 27976 33554432000 4194304 4218580 140736737226384 18446744073709551615 4210037 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/5325/statm: 29727 27976 131 6 0 28197 0
Current children cumulated CPU time (s) 882.29
Current children cumulated vsize (KiB) 127608

[startup+942.301 s]
/proc/loadavg: 4.00 4.00 3.81 5/194 5350
/proc/meminfo: memFree=14490444/32951124 swapFree=67111528/67111528
[pid=5321] ppid=5319 vsize=8700 CPUtime=1.84 cores=4,6
/proc/5321/stat : 5321 (esg_static.sh) S 5319 5321 4448 0 -1 4202496 354 13786 0 0 0 0 179 5 18 0 1 0 486894519 8908800 253 33554432000 4194304 4922060 140736167808896 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/5321/statm: 2175 253 209 178 0 68 0
[pid=5325] ppid=5321 vsize=119100 CPUtime=940.46 cores=4,6
/proc/5325/stat : 5325 (cdcl) R 5321 5321 4448 0 -1 4202496 30778 0 0 0 94038 8 0 0 25 0 1 0 486894704 121958400 28024 33554432000 4194304 4218580 140736737226384 18446744073709551615 4210232 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/5325/statm: 29775 28024 131 6 0 28245 0
Current children cumulated CPU time (s) 942.3
Current children cumulated vsize (KiB) 127800

[startup+1002.3 s]
/proc/loadavg: 4.00 4.00 3.82 5/194 5352
/proc/meminfo: memFree=14487556/32951124 swapFree=67111528/67111528
[pid=5321] ppid=5319 vsize=8700 CPUtime=1.84 cores=4,6
/proc/5321/stat : 5321 (esg_static.sh) S 5319 5321 4448 0 -1 4202496 354 13786 0 0 0 0 179 5 18 0 1 0 486894519 8908800 253 33554432000 4194304 4922060 140736167808896 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/5321/statm: 2175 253 209 178 0 68 0
[pid=5325] ppid=5321 vsize=119132 CPUtime=1000.46 cores=4,6
/proc/5325/stat : 5325 (cdcl) R 5321 5321 4448 0 -1 4202496 31032 0 0 0 100038 8 0 0 25 0 1 0 486894704 121991168 28032 33554432000 4194304 4218580 140736737226384 18446744073709551615 4210200 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/5325/statm: 29783 28032 131 6 0 28253 0
Current children cumulated CPU time (s) 1002.3
Current children cumulated vsize (KiB) 127832

[startup+1062.3 s]
/proc/loadavg: 4.05 4.01 3.83 5/194 5353
/proc/meminfo: memFree=14484064/32951124 swapFree=67111528/67111528
[pid=5321] ppid=5319 vsize=8700 CPUtime=1.84 cores=4,6
/proc/5321/stat : 5321 (esg_static.sh) S 5319 5321 4448 0 -1 4202496 354 13786 0 0 0 0 179 5 18 0 1 0 486894519 8908800 253 33554432000 4194304 4922060 140736167808896 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/5321/statm: 2175 253 209 178 0 68 0
[pid=5325] ppid=5321 vsize=119100 CPUtime=1060.46 cores=4,6
/proc/5325/stat : 5325 (cdcl) R 5321 5321 4448 0 -1 4202496 31211 0 0 0 106038 8 0 0 25 0 1 0 486894704 121958400 28016 33554432000 4194304 4218580 140736737226384 18446744073709551615 4210045 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/5325/statm: 29775 28016 131 6 0 28245 0
Current children cumulated CPU time (s) 1062.3
Current children cumulated vsize (KiB) 127800

[startup+1122.3 s]
/proc/loadavg: 4.02 4.01 3.84 5/194 5355
/proc/meminfo: memFree=14481928/32951124 swapFree=67111528/67111528
[pid=5321] ppid=5319 vsize=8700 CPUtime=1.84 cores=4,6
/proc/5321/stat : 5321 (esg_static.sh) S 5319 5321 4448 0 -1 4202496 354 13786 0 0 0 0 179 5 18 0 1 0 486894519 8908800 253 33554432000 4194304 4922060 140736167808896 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/5321/statm: 2175 253 209 178 0 68 0
[pid=5325] ppid=5321 vsize=119260 CPUtime=1120.46 cores=4,6
/proc/5325/stat : 5325 (cdcl) R 5321 5321 4448 0 -1 4202496 31493 0 0 0 112038 8 0 0 25 0 1 0 486894704 122122240 28061 33554432000 4194304 4218580 140736737226384 18446744073709551615 4208475 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/5325/statm: 29815 28061 131 6 0 28285 0
Current children cumulated CPU time (s) 1122.3
Current children cumulated vsize (KiB) 127960

[startup+1182.3 s]
/proc/loadavg: 4.00 4.00 3.84 5/194 5356
/proc/meminfo: memFree=14480544/32951124 swapFree=67111528/67111528
[pid=5321] ppid=5319 vsize=8700 CPUtime=1.84 cores=4,6
/proc/5321/stat : 5321 (esg_static.sh) S 5319 5321 4448 0 -1 4202496 354 13786 0 0 0 0 179 5 18 0 1 0 486894519 8908800 253 33554432000 4194304 4922060 140736167808896 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/5321/statm: 2175 253 209 178 0 68 0
[pid=5325] ppid=5321 vsize=119228 CPUtime=1180.46 cores=4,6
/proc/5325/stat : 5325 (cdcl) R 5321 5321 4448 0 -1 4202496 31719 0 0 0 118038 8 0 0 25 0 1 0 486894704 122089472 28052 33554432000 4194304 4218580 140736737226384 18446744073709551615 4210037 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/5325/statm: 29807 28052 131 6 0 28277 0
Current children cumulated CPU time (s) 1182.3
Current children cumulated vsize (KiB) 127928

[startup+1242.3 s]
/proc/loadavg: 4.00 4.00 3.85 5/194 5358
/proc/meminfo: memFree=14470860/32951124 swapFree=67111528/67111528
[pid=5321] ppid=5319 vsize=8700 CPUtime=1.84 cores=4,6
/proc/5321/stat : 5321 (esg_static.sh) S 5319 5321 4448 0 -1 4202496 354 13786 0 0 0 0 179 5 18 0 1 0 486894519 8908800 253 33554432000 4194304 4922060 140736167808896 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/5321/statm: 2175 253 209 178 0 68 0
[pid=5325] ppid=5321 vsize=118972 CPUtime=1240.46 cores=4,6
/proc/5325/stat : 5325 (cdcl) R 5321 5321 4448 0 -1 4202496 31945 0 0 0 124038 8 0 0 25 0 1 0 486894704 121827328 27986 33554432000 4194304 4218580 140736737226384 18446744073709551615 4208586 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/5325/statm: 29743 27986 131 6 0 28213 0
Current children cumulated CPU time (s) 1242.3
Current children cumulated vsize (KiB) 127672



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.00 4.00 3.85 2/186 5363
/proc/meminfo: memFree=14689644/32951124 swapFree=67111528/67111528
[pid=5321] ppid=5319 vsize=8700 CPUtime=1.84 cores=4,6
/proc/5321/stat : 5321 (esg_static.sh) S 5319 5321 4448 0 -1 4202496 354 13786 0 0 0 0 179 5 18 0 1 0 486894519 8908800 253 33554432000 4194304 4922060 140736167808896 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/5321/statm: 2175 253 209 178 0 68 0
[pid=5325] ppid=5321 vsize=119004 CPUtime=1298.17 cores=4,6
/proc/5325/stat : 5325 (cdcl) R 5321 5321 4448 0 -1 4202496 32048 0 0 0 129809 8 0 0 25 0 1 0 486894704 121860096 27996 33554432000 4194304 4218580 140736737226384 18446744073709551615 4210077 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/5325/statm: 29751 27996 131 6 0 28221 0
Current children cumulated CPU time (s) 1300.01
Current children cumulated vsize (KiB) 127704

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

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

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 5321 and gives
#  childrusage.ru_utime.tv_sec=1
#  childrusage.ru_utime.tv_usec=793727
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=56991
# CPU time returned by wait4() is 1.85072
# while last known CPU time is 1300.01
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1300.01
CPU time (s): 1300.01
CPU user time (s): 1299.88
CPU system time (s): 0.13
CPU usage (%): 99.9999
Max. virtual memory (cumulated for all children) (KiB): 128184

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.79373
system time used= 0.056991
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 14140
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6
involuntary context switches= 4

runsolver used 2.24266 second user time and 4.86226 second system time

The end

Launcher Data

Begin job on node109 at 2011-04-25 19:35:38
IDJOB=3282311
IDBENCH=70799
IDSOLVER=1609
FILE ID=node109/3282311-1303752937
RUNJOBID= node109-1303752937-5275
PBS_JOBID= 13154053
Free space on /tmp= 72156 MiB

SOLVER NAME= rcl 2011-04-01
BENCH NAME= SAT09/APPLICATIONS/bitverif/countbitswegner/countbitswegner128.cnf
COMMAND LINE= ./esg_static.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3282311-1303752937/watcher-3282311-1303752937 -o /tmp/evaluation-result-3282311-1303752937/solver-3282311-1303752937 -C 2400 -W 1300 -M 7680  ./esg_static.sh HOME/instance-3282311-1303752937.cnf

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

MD5SUM BENCH= 4b75ef7fb46928f50793af1d74c176e2
RANDOM SEED=2123517547

node109.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.809
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.61
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.809
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 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.809
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.809
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.809
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.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.809
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.809
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.809
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      14809780 kB
Buffers:       2107752 kB
Cached:       15363500 kB
SwapCached:          0 kB
Active:        9484328 kB
Inactive:      8080188 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      14809780 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           20000 kB
Writeback:           0 kB
AnonPages:       92776 kB
Mapped:          15272 kB
Slab:           511732 kB
PageTables:       4740 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   283848 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= 72136 MiB
End job on node109 at 2011-04-25 19:57:20