Trace number 3349281

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: EBMiniSAT 2011-03-02? (TO) 1300.05 1300.02

General information on the benchmark

NameSAT05/industrial/grieu05/vmpc/
vmpc_36.renamed-as.sat05-1922.cnf
MD5SUMc9c90d9af49f4c08c7262ecb9a0b2a3d
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark978.31
Satisfiable
(Un)Satisfiability was proved
Number of variables1296
Number of clauses230544
Sum of the clauses size603180
Maximum clause length36
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 290828
Number of clauses of size 3139644
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 572

Solver Data


Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3349281-1304982241/watcher-3349281-1304982241 -o /tmp/evaluation-result-3349281-1304982241/solver-3349281-1304982241 -C 2400 -W 1300 -M 7680 HOME/ebminisat_release HOME/instance-3349281-1304982241.cnf -verb=0 

running on 2 cores: 0,2

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: 1.17 1.85 2.48 4/352 11878
/proc/meminfo: memFree=16628488/32951124 swapFree=67111348/67111528
[pid=11878] ppid=11875 vsize=19668 CPUtime=0 cores=0,2
/proc/11878/stat : 11878 (ebminisat_relea) R 11875 11878 10801 0 -1 4202496 770 0 0 0 0 0 0 0 17 0 1 0 590640217 20140032 705 33554432000 4194304 4293939 140736138934464 18446744073709551615 4280633 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/11878/statm: 4917 706 216 25 0 1550 0

[startup+0.0454541 s]
/proc/loadavg: 1.17 1.85 2.48 4/352 11878
/proc/meminfo: memFree=16628488/32951124 swapFree=67111348/67111528
[pid=11878] ppid=11875 vsize=24956 CPUtime=0.03 cores=0,2
/proc/11878/stat : 11878 (ebminisat_relea) R 11875 11878 10801 0 -1 4202496 2832 0 0 0 3 0 0 0 17 0 1 0 590640217 25554944 2464 33554432000 4194304 4293939 140736138934464 18446744073709551615 255106429637 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/11878/statm: 6239 2465 217 25 0 2872 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 24956

[startup+0.100441 s]
/proc/loadavg: 1.17 1.85 2.48 4/352 11878
/proc/meminfo: memFree=16628488/32951124 swapFree=67111348/67111528
[pid=11878] ppid=11875 vsize=29812 CPUtime=0.08 cores=0,2
/proc/11878/stat : 11878 (ebminisat_relea) R 11875 11878 10801 0 -1 4202496 5007 0 0 0 8 0 0 0 17 0 1 0 590640217 30527488 4203 33554432000 4194304 4293939 140736138934464 18446744073709551615 4217335 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/11878/statm: 7453 4203 222 25 0 4086 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 29812

[startup+0.300441 s]
/proc/loadavg: 1.17 1.85 2.48 4/352 11878
/proc/meminfo: memFree=16628488/32951124 swapFree=67111348/67111528
[pid=11878] ppid=11875 vsize=29980 CPUtime=0.28 cores=0,2
/proc/11878/stat : 11878 (ebminisat_relea) R 11875 11878 10801 0 -1 4202496 5057 0 0 0 28 0 0 0 18 0 1 0 590640217 30699520 4253 33554432000 4194304 4293939 140736138934464 18446744073709551615 4230003 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/11878/statm: 7495 4253 222 25 0 4128 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 29980

[startup+0.700341 s]
/proc/loadavg: 1.17 1.85 2.48 4/352 11878
/proc/meminfo: memFree=16628488/32951124 swapFree=67111348/67111528
[pid=11878] ppid=11875 vsize=30248 CPUtime=0.68 cores=0,2
/proc/11878/stat : 11878 (ebminisat_relea) R 11875 11878 10801 0 -1 4202496 5123 0 0 0 68 0 0 0 18 0 1 0 590640217 30973952 4319 33554432000 4194304 4293939 140736138934464 18446744073709551615 4229955 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/11878/statm: 7562 4319 222 25 0 4195 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 30248

[startup+1.50019 s]
/proc/loadavg: 1.17 1.85 2.48 4/354 12004
/proc/meminfo: memFree=16591076/32951124 swapFree=67111348/67111528
[pid=11878] ppid=11875 vsize=31752 CPUtime=1.48 cores=0,2
/proc/11878/stat : 11878 (ebminisat_relea) R 11875 11878 10801 0 -1 4202496 6465 0 0 0 148 0 0 0 19 0 1 0 590640217 32514048 4152 33554432000 4194304 4293939 140736138934464 18446744073709551615 4248306 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/11878/statm: 7938 4152 241 25 0 4571 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 31752

[startup+3.10092 s]
/proc/loadavg: 1.40 1.88 2.49 5/359 12014
/proc/meminfo: memFree=16539884/32951124 swapFree=67111348/67111528
[pid=11878] ppid=11875 vsize=36172 CPUtime=3.09 cores=0,2
/proc/11878/stat : 11878 (ebminisat_relea) R 11875 11878 10801 0 -1 4202496 7282 0 0 0 308 1 0 0 25 0 1 0 590640217 37040128 4941 33554432000 4194304 4293939 140736138934464 18446744073709551615 4255682 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/11878/statm: 9043 4941 241 25 0 5676 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 36172

[startup+6.30033 s]
/proc/loadavg: 1.40 1.88 2.49 5/362 12020
/proc/meminfo: memFree=16295924/32951124 swapFree=67111348/67111528
[pid=11878] ppid=11875 vsize=43352 CPUtime=6.29 cores=0,2
/proc/11878/stat : 11878 (ebminisat_relea) R 11875 11878 10801 0 -1 4202496 8679 0 0 0 628 1 0 0 25 0 1 0 590640217 44392448 6298 33554432000 4194304 4293939 140736138934464 18446744073709551615 4269190 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/11878/statm: 10838 6298 241 25 0 7471 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 43352

[startup+12.7002 s]
/proc/loadavg: 1.87 1.97 2.51 5/362 12020
/proc/meminfo: memFree=15767056/32951124 swapFree=67111348/67111528
[pid=11878] ppid=11875 vsize=57268 CPUtime=12.69 cores=0,2
/proc/11878/stat : 11878 (ebminisat_relea) R 11875 11878 10801 0 -1 4202496 11376 0 0 0 1267 2 0 0 25 0 1 0 590640217 58642432 8939 33554432000 4194304 4293939 140736138934464 18446744073709551615 4256148 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/11878/statm: 14317 8939 241 25 0 10950 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 57268

[startup+25.501 s]
/proc/loadavg: 2.20 2.03 2.52 5/362 12020
/proc/meminfo: memFree=15850260/32951124 swapFree=67111348/67111528
[pid=11878] ppid=11875 vsize=79876 CPUtime=25.49 cores=0,2
/proc/11878/stat : 11878 (ebminisat_relea) R 11875 11878 10801 0 -1 4202496 15516 0 0 0 2546 3 0 0 25 0 1 0 590640217 81793024 13008 33554432000 4194304 4293939 140736138934464 18446744073709551615 4256173 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/11878/statm: 19969 13008 241 25 0 16602 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 79876

[startup+51.1005 s]
/proc/loadavg: 2.95 2.22 2.57 5/362 12021
/proc/meminfo: memFree=15853032/32951124 swapFree=67111348/67111528
[pid=11878] ppid=11875 vsize=66076 CPUtime=51.09 cores=0,2
/proc/11878/stat : 11878 (ebminisat_relea) R 11875 11878 10801 0 -1 4202496 24778 0 0 0 5103 6 0 0 25 0 1 0 590640217 67661824 10417 33554432000 4194304 4293939 140736138934464 18446744073709551615 4255660 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/11878/statm: 16519 10417 243 25 0 13152 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 66076

[startup+102.313 s]
/proc/loadavg: 3.65 2.53 2.66 5/362 12022
/proc/meminfo: memFree=15719072/32951124 swapFree=67111348/67111528
[pid=11878] ppid=11875 vsize=122280 CPUtime=102.3 cores=0,2
/proc/11878/stat : 11878 (ebminisat_relea) R 11875 11878 10801 0 -1 4202496 36425 0 0 0 10220 10 0 0 25 0 1 0 590640217 125214720 21840 33554432000 4194304 4293939 140736138934464 18446744073709551615 4255682 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/11878/statm: 30570 21840 243 25 0 27203 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 122280

[startup+162.301 s]
/proc/loadavg: 3.98 2.83 2.75 5/362 12024
/proc/meminfo: memFree=15665096/32951124 swapFree=67111348/67111528
[pid=11878] ppid=11875 vsize=127316 CPUtime=162.29 cores=0,2
/proc/11878/stat : 11878 (ebminisat_relea) R 11875 11878 10801 0 -1 4202496 52341 0 0 0 16214 15 0 0 25 0 1 0 590640217 130371584 22144 33554432000 4194304 4293939 140736138934464 18446744073709551615 4255640 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/11878/statm: 31829 22144 243 25 0 28462 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 127316

[startup+222.3 s]
/proc/loadavg: 4.00 3.04 2.82 5/362 12052
/proc/meminfo: memFree=16342952/32951124 swapFree=67111348/67111528
[pid=11878] ppid=11875 vsize=100616 CPUtime=222.29 cores=0,2
/proc/11878/stat : 11878 (ebminisat_relea) R 11875 11878 10801 0 -1 4202496 66826 0 0 0 22209 20 0 0 25 0 1 0 590640217 103030784 19074 33554432000 4194304 4293939 140736138934464 18446744073709551615 4256170 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/11878/statm: 25154 19074 243 25 0 21787 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 100616

[startup+282.301 s]
/proc/loadavg: 4.12 3.24 2.91 5/362 12054
/proc/meminfo: memFree=16276092/32951124 swapFree=67111348/67111528
[pid=11878] ppid=11875 vsize=138188 CPUtime=282.29 cores=0,2
/proc/11878/stat : 11878 (ebminisat_relea) R 11875 11878 10801 0 -1 4202496 77600 0 0 0 28206 23 0 0 25 0 1 0 590640217 141504512 29643 33554432000 4194304 4293939 140736138934464 18446744073709551615 4256084 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/11878/statm: 34547 29643 243 25 0 31180 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 138188

[startup+342.3 s]
/proc/loadavg: 4.10 3.39 2.98 5/362 12056
/proc/meminfo: memFree=16288952/32951124 swapFree=67111348/67111528
[pid=11878] ppid=11875 vsize=140028 CPUtime=342.3 cores=0,2
/proc/11878/stat : 11878 (ebminisat_relea) R 11875 11878 10801 0 -1 4202496 92316 0 0 0 34202 28 0 0 25 0 1 0 590640217 143388672 24942 33554432000 4194304 4293939 140736138934464 18446744073709551615 4255682 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/11878/statm: 35007 24942 243 25 0 31640 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 140028

[startup+402.301 s]
/proc/loadavg: 4.04 3.50 3.04 5/362 12057
/proc/meminfo: memFree=16341372/32951124 swapFree=67111348/67111528
[pid=11878] ppid=11875 vsize=75156 CPUtime=402.29 cores=0,2
/proc/11878/stat : 11878 (ebminisat_relea) R 11875 11878 10801 0 -1 4202496 103349 0 0 0 40197 32 0 0 25 0 1 0 590640217 76959744 14285 33554432000 4194304 4293939 140736138934464 18446744073709551615 4256170 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/11878/statm: 18789 14285 243 25 0 15422 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 75156

[startup+462.3 s]
/proc/loadavg: 4.01 3.59 3.10 5/362 12059
/proc/meminfo: memFree=16279944/32951124 swapFree=67111348/67111528
[pid=11878] ppid=11875 vsize=145744 CPUtime=462.29 cores=0,2
/proc/11878/stat : 11878 (ebminisat_relea) R 11875 11878 10801 0 -1 4202496 115293 0 0 0 46193 36 0 0 25 0 1 0 590640217 149241856 25981 33554432000 4194304 4293939 140736138934464 18446744073709551615 4255682 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/11878/statm: 36436 25981 243 25 0 33069 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 145744

[startup+522.301 s]
/proc/loadavg: 4.00 3.66 3.15 5/362 12060
/proc/meminfo: memFree=16187516/32951124 swapFree=67111348/67111528
[pid=11878] ppid=11875 vsize=198584 CPUtime=522.3 cores=0,2
/proc/11878/stat : 11878 (ebminisat_relea) R 11875 11878 10801 0 -1 4202496 123502 0 0 0 52190 40 0 0 25 0 1 0 590640217 203350016 34043 33554432000 4194304 4293939 140736138934464 18446744073709551615 4255682 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/11878/statm: 49646 34043 243 25 0 46279 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 198584

[startup+582.301 s]
/proc/loadavg: 4.00 3.72 3.20 5/362 12062
/proc/meminfo: memFree=16246232/32951124 swapFree=67111348/67111528
[pid=11878] ppid=11875 vsize=121196 CPUtime=582.3 cores=0,2
/proc/11878/stat : 11878 (ebminisat_relea) R 11875 11878 10801 0 -1 4202496 136038 0 0 0 58186 44 0 0 25 0 1 0 590640217 124104704 22879 33554432000 4194304 4293939 140736138934464 18446744073709551615 4255888 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/11878/statm: 30299 22879 243 25 0 26932 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 121196

[startup+642.301 s]
/proc/loadavg: 4.04 3.78 3.25 5/362 12064
/proc/meminfo: memFree=16152308/32951124 swapFree=67111348/67111528
[pid=11878] ppid=11875 vsize=153788 CPUtime=642.31 cores=0,2
/proc/11878/stat : 11878 (ebminisat_relea) R 11875 11878 10801 0 -1 4202496 146046 0 0 0 64184 47 0 0 25 0 1 0 590640217 157478912 32663 33554432000 4194304 4293939 140736138934464 18446744073709551615 4255853 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/11878/statm: 38447 32663 243 25 0 35080 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 153788

[startup+702.301 s]
/proc/loadavg: 4.08 3.85 3.30 5/362 12065
/proc/meminfo: memFree=16307384/32951124 swapFree=67111348/67111528
[pid=11878] ppid=11875 vsize=106256 CPUtime=702.3 cores=0,2
/proc/11878/stat : 11878 (ebminisat_relea) R 11875 11878 10801 0 -1 4202496 157662 0 0 0 70179 51 0 0 25 0 1 0 590640217 108806144 20606 33554432000 4194304 4293939 140736138934464 18446744073709551615 4255682 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/11878/statm: 26564 20606 243 25 0 23197 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 106256

[startup+762.314 s]
/proc/loadavg: 4.11 3.89 3.35 5/362 12067
/proc/meminfo: memFree=16193628/32951124 swapFree=67111348/67111528
[pid=11878] ppid=11875 vsize=158240 CPUtime=762.31 cores=0,2
/proc/11878/stat : 11878 (ebminisat_relea) R 11875 11878 10801 0 -1 4202496 168066 0 0 0 76177 54 0 0 25 0 1 0 590640217 162037760 30783 33554432000 4194304 4293939 140736138934464 18446744073709551615 4255682 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/11878/statm: 39560 30783 243 25 0 36193 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 158240

[startup+822.301 s]
/proc/loadavg: 4.04 3.91 3.39 5/362 12068
/proc/meminfo: memFree=16187756/32951124 swapFree=67111348/67111528
[pid=11878] ppid=11875 vsize=210328 CPUtime=822.31 cores=0,2
/proc/11878/stat : 11878 (ebminisat_relea) R 11875 11878 10801 0 -1 4202496 175692 0 0 0 82173 58 0 0 25 0 1 0 590640217 215375872 38257 33554432000 4194304 4293939 140736138934464 18446744073709551615 4256148 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/11878/statm: 52582 38257 243 25 0 49215 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 210328

[startup+882.3 s]
/proc/loadavg: 4.16 3.96 3.44 5/362 12070
/proc/meminfo: memFree=16162288/32951124 swapFree=67111348/67111528
[pid=11878] ppid=11875 vsize=131104 CPUtime=882.31 cores=0,2
/proc/11878/stat : 11878 (ebminisat_relea) R 11875 11878 10801 0 -1 4202496 189507 0 0 0 88168 63 0 0 25 0 1 0 590640217 134250496 28253 33554432000 4194304 4293939 140736138934464 18446744073709551615 4256170 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/11878/statm: 32776 28253 243 25 0 29409 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 131104

[startup+942.301 s]
/proc/loadavg: 4.06 3.97 3.47 5/362 12072
/proc/meminfo: memFree=16160644/32951124 swapFree=67111348/67111528
[pid=11878] ppid=11875 vsize=164464 CPUtime=942.31 cores=0,2
/proc/11878/stat : 11878 (ebminisat_relea) R 11875 11878 10801 0 -1 4202496 197917 0 0 0 94165 66 0 0 25 0 1 0 590640217 168411136 36500 33554432000 4194304 4293939 140736138934464 18446744073709551615 4255548 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/11878/statm: 41116 36500 243 25 0 37749 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 164464

[startup+1002.3 s]
/proc/loadavg: 4.02 3.97 3.50 5/362 12073
/proc/meminfo: memFree=16074428/32951124 swapFree=67111348/67111528
[pid=11878] ppid=11875 vsize=216824 CPUtime=1002.31 cores=0,2
/proc/11878/stat : 11878 (ebminisat_relea) R 11875 11878 10801 0 -1 4202496 205488 0 0 0 100162 69 0 0 25 0 1 0 590640217 222027776 43924 33554432000 4194304 4293939 140736138934464 18446744073709551615 4255922 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/11878/statm: 54206 43924 243 25 0 50839 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 216824

[startup+1062.3 s]
/proc/loadavg: 4.00 3.97 3.53 5/362 12075
/proc/meminfo: memFree=16082580/32951124 swapFree=67111348/67111528
[pid=11878] ppid=11875 vsize=167980 CPUtime=1062.32 cores=0,2
/proc/11878/stat : 11878 (ebminisat_relea) R 11875 11878 10801 0 -1 4202496 218978 0 0 0 106157 75 0 0 25 0 1 0 590640217 172011520 30510 33554432000 4194304 4293939 140736138934464 18446744073709551615 4255874 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/11878/statm: 41995 30510 243 25 0 38628 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 167980

[startup+1122.3 s]
/proc/loadavg: 4.00 3.97 3.56 5/362 12076
/proc/meminfo: memFree=16171320/32951124 swapFree=67111348/67111528
[pid=11878] ppid=11875 vsize=219884 CPUtime=1122.31 cores=0,2
/proc/11878/stat : 11878 (ebminisat_relea) R 11875 11878 10801 0 -1 4202496 227264 0 0 0 112154 77 0 0 25 0 1 0 590640217 225161216 38644 33554432000 4194304 4293939 140736138934464 18446744073709551615 4255682 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/11878/statm: 54971 38644 243 25 0 51604 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 219884

[startup+1182.3 s]
/proc/loadavg: 4.10 4.00 3.59 5/362 12078
/proc/meminfo: memFree=16187036/32951124 swapFree=67111348/67111528
[pid=11878] ppid=11875 vsize=102996 CPUtime=1182.31 cores=0,2
/proc/11878/stat : 11878 (ebminisat_relea) R 11875 11878 10801 0 -1 4202496 236190 0 0 0 118151 80 0 0 25 0 1 0 590640217 105467904 20765 33554432000 4194304 4293939 140736138934464 18446744073709551615 4256148 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/11878/statm: 25749 20765 243 25 0 22382 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 102996

[startup+1242.3 s]
/proc/loadavg: 4.13 4.03 3.62 5/362 12080
/proc/meminfo: memFree=16164432/32951124 swapFree=67111348/67111528
[pid=11878] ppid=11875 vsize=172796 CPUtime=1242.32 cores=0,2
/proc/11878/stat : 11878 (ebminisat_relea) R 11875 11878 10801 0 -1 4202496 247603 0 0 0 124147 85 0 0 25 0 1 0 590640217 176943104 31917 33554432000 4194304 4293939 140736138934464 18446744073709551615 4248371 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/11878/statm: 43199 31917 243 25 0 39832 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 172796



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.05 4.02 3.64 5/363 12085
/proc/meminfo: memFree=16184920/32951124 swapFree=67111348/67111528
[pid=11878] ppid=11875 vsize=224420 CPUtime=1300.03 cores=0,2
/proc/11878/stat : 11878 (ebminisat_relea) R 11875 11878 10801 0 -1 4202496 255369 0 0 0 129915 88 0 0 25 0 1 0 590640217 229806080 39543 33554432000 4194304 4293939 140736138934464 18446744073709551615 4255682 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/11878/statm: 56105 39543 243 25 0 52738 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 224420

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)
Real time (s): 1300.02
CPU time (s): 1300.05
CPU user time (s): 1299.16
CPU system time (s): 0.888864
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 224420

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.16
system time used= 0.888864
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 255369
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= 19
involuntary context switches= 1677

runsolver used 4.72628 second user time and 10.4644 second system time

The end

Launcher Data

Begin job on node144 at 2011-05-10 01:04:01
IDJOB=3349281
IDBENCH=85991
IDSOLVER=1812
FILE ID=node144/3349281-1304982241
RUNJOBID= node144-1304982241-11842
PBS_JOBID= 13285669
Free space on /tmp= 37680 MiB

SOLVER NAME= minisat hack: EBMiniSAT 2011-03-02
BENCH NAME= SAT05/industrial/grieu05/vmpc/vmpc_36.renamed-as.sat05-1922.cnf
COMMAND LINE= DIR/ebminisat_release BENCHNAME  -verb=0
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3349281-1304982241/watcher-3349281-1304982241 -o /tmp/evaluation-result-3349281-1304982241/solver-3349281-1304982241 -C 2400 -W 1300 -M 7680  HOME/ebminisat_release HOME/instance-3349281-1304982241.cnf  -verb=0

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

MD5SUM BENCH= c9c90d9af49f4c08c7262ecb9a0b2a3d
RANDOM SEED=216439927

node144.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.850
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.70
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.850
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.16
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.850
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.850
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.850
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.850
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.82
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.850
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.850
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.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      16629148 kB
Buffers:        208464 kB
Cached:        8507420 kB
SwapCached:          0 kB
Active:        7639780 kB
Inactive:      8208600 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      16629148 kB
SwapTotal:    67111528 kB
SwapFree:     67111348 kB
Dirty:            7740 kB
Writeback:          16 kB
AnonPages:     7132284 kB
Mapped:          27076 kB
Slab:           372640 kB
PageTables:      37608 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 82003908 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= 37672 MiB
End job on node144 at 2011-05-10 01:25:43