Trace number 3379942

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
SApperloT2010 2011-05-15 (fixed)? (TO) 1300.05 1300.02

General information on the benchmark

NameSAT05/industrial/grieu05/vmpc/
vmpc_32.renamed-as.sat05-1919.cnf
MD5SUM833432e05c2a1599e13dca28680b5df9
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark38.3742
Satisfiable
(Un)Satisfiability was proved
Number of variables1024
Number of clauses161664
Sum of the clauses size423264
Maximum clause length32
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 263584
Number of clauses of size 398016
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 564

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-3379942-1305460800/watcher-3379942-1305460800 -o /tmp/evaluation-result-3379942-1305460800/solver-3379942-1305460800 -C 2400 -W 1300 -M 7680 SApperloT2010 HOME/instance-3379942-1305460800.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: 0.92 1.29 2.28 5/352 7041
/proc/meminfo: memFree=17182216/32950928 swapFree=67111348/67111528
[pid=7041] ppid=7039 vsize=14716 CPUtime=0 cores=4,6
/proc/7041/stat : 7041 (SApperloT2010) R 7039 7041 6568 0 -1 4202496 792 0 0 0 0 0 0 0 22 0 1 0 657679633 15069184 732 33554432000 4194304 4394578 140734690688368 18446744073709551615 274473628357 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/7041/statm: 3679 733 247 49 0 820 0

[startup+0.0588489 s]
/proc/loadavg: 0.92 1.29 2.28 5/352 7041
/proc/meminfo: memFree=17182216/32950928 swapFree=67111348/67111528
[pid=7041] ppid=7039 vsize=20920 CPUtime=0.05 cores=4,6
/proc/7041/stat : 7041 (SApperloT2010) R 7039 7041 6568 0 -1 4202496 2313 0 0 0 5 0 0 0 22 0 1 0 657679633 21422080 2253 33554432000 4194304 4394578 140734690688368 18446744073709551615 274473628705 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/7041/statm: 5230 2253 247 49 0 2371 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 20920

[startup+0.100844 s]
/proc/loadavg: 0.92 1.29 2.28 5/352 7041
/proc/meminfo: memFree=17182216/32950928 swapFree=67111348/67111528
[pid=7041] ppid=7039 vsize=28536 CPUtime=0.09 cores=4,6
/proc/7041/stat : 7041 (SApperloT2010) R 7039 7041 6568 0 -1 4202496 4199 0 0 0 9 0 0 0 22 0 1 0 657679633 29220864 4138 33554432000 4194304 4394578 140734690688368 18446744073709551615 4267176 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/7041/statm: 7134 4139 253 49 0 4275 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 28536

[startup+0.300808 s]
/proc/loadavg: 0.92 1.29 2.28 5/352 7041
/proc/meminfo: memFree=17182216/32950928 swapFree=67111348/67111528
[pid=7041] ppid=7039 vsize=28664 CPUtime=0.28 cores=4,6
/proc/7041/stat : 7041 (SApperloT2010) R 7039 7041 6568 0 -1 4202496 4264 0 0 0 28 0 0 0 23 0 1 0 657679633 29351936 4203 33554432000 4194304 4394578 140734690688368 18446744073709551615 4254519 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/7041/statm: 7166 4203 256 49 0 4307 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 28664

[startup+0.700797 s]
/proc/loadavg: 0.92 1.29 2.28 5/352 7041
/proc/meminfo: memFree=17182216/32950928 swapFree=67111348/67111528
[pid=7041] ppid=7039 vsize=28664 CPUtime=0.69 cores=4,6
/proc/7041/stat : 7041 (SApperloT2010) R 7039 7041 6568 0 -1 4202496 4264 0 0 0 68 1 0 0 25 0 1 0 657679633 29351936 4203 33554432000 4194304 4394578 140734690688368 18446744073709551615 274473992087 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/7041/statm: 7166 4203 256 49 0 4307 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 28664

[startup+1.50065 s]
/proc/loadavg: 1.17 1.33 2.29 5/353 7042
/proc/meminfo: memFree=17144152/32950928 swapFree=67111348/67111528
[pid=7041] ppid=7039 vsize=28664 CPUtime=1.49 cores=4,6
/proc/7041/stat : 7041 (SApperloT2010) R 7039 7041 6568 0 -1 4202496 4264 0 0 0 147 2 0 0 25 0 1 0 657679633 29351936 4203 33554432000 4194304 4394578 140734690688368 18446744073709551615 274473992087 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/7041/statm: 7166 4203 256 49 0 4307 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 28664

[startup+3.10042 s]
/proc/loadavg: 1.17 1.33 2.29 5/353 7042
/proc/meminfo: memFree=17106076/32950928 swapFree=67111348/67111528
[pid=7041] ppid=7039 vsize=44692 CPUtime=3.09 cores=4,6
/proc/7041/stat : 7041 (SApperloT2010) R 7039 7041 6568 0 -1 4202496 9048 0 0 0 306 3 0 0 25 0 1 0 657679633 45764608 8355 33554432000 4194304 4394578 140734690688368 18446744073709551615 4287289 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/7041/statm: 11173 8355 267 49 0 8314 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 44692

[startup+6.30075 s]
/proc/loadavg: 1.17 1.33 2.29 5/353 7042
/proc/meminfo: memFree=17075584/32950928 swapFree=67111348/67111528
[pid=7041] ppid=7039 vsize=54328 CPUtime=6.29 cores=4,6
/proc/7041/stat : 7041 (SApperloT2010) R 7039 7041 6568 0 -1 4202496 11337 0 0 0 626 3 0 0 25 0 1 0 657679633 55631872 10644 33554432000 4194304 4394578 140734690688368 18446744073709551615 4298792 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/7041/statm: 13582 10644 267 49 0 10723 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 54328

[startup+12.7006 s]
/proc/loadavg: 1.68 1.43 2.31 5/353 7069
/proc/meminfo: memFree=17062812/32950928 swapFree=67111348/67111528
[pid=7041] ppid=7039 vsize=62980 CPUtime=12.69 cores=4,6
/proc/7041/stat : 7041 (SApperloT2010) R 7039 7041 6568 0 -1 4202496 13222 0 0 0 1265 4 0 0 25 0 1 0 657679633 64491520 12529 33554432000 4194304 4394578 140734690688368 18446744073709551615 4298862 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/7041/statm: 15745 12529 267 49 0 12886 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 62980

[startup+25.5004 s]
/proc/loadavg: 2.04 1.52 2.33 5/353 7069
/proc/meminfo: memFree=17026120/32950928 swapFree=67111348/67111528
[pid=7041] ppid=7039 vsize=70188 CPUtime=25.49 cores=4,6
/proc/7041/stat : 7041 (SApperloT2010) R 7039 7041 6568 0 -1 4202496 14846 0 0 0 2545 4 0 0 25 0 1 0 657679633 71872512 14153 33554432000 4194304 4394578 140734690688368 18446744073709551615 4298942 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/7041/statm: 17547 14153 267 49 0 14688 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 70188

[startup+51.1009 s]
/proc/loadavg: 2.71 1.72 2.37 5/353 7070
/proc/meminfo: memFree=16976824/32950928 swapFree=67111348/67111528
[pid=7041] ppid=7039 vsize=81112 CPUtime=51.08 cores=4,6
/proc/7041/stat : 7041 (SApperloT2010) R 7039 7041 6568 0 -1 4202496 17240 0 0 0 5103 5 0 0 25 0 1 0 657679633 83058688 16547 33554432000 4194304 4394578 140734690688368 18446744073709551615 4298686 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/7041/statm: 20278 16547 267 49 0 17419 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 81112

[startup+102.313 s]
/proc/loadavg: 3.48 2.10 2.46 5/353 7080
/proc/meminfo: memFree=16887596/32950928 swapFree=67111348/67111528
[pid=7041] ppid=7039 vsize=95648 CPUtime=102.3 cores=4,6
/proc/7041/stat : 7041 (SApperloT2010) R 7039 7041 6568 0 -1 4202496 20240 0 0 0 10224 6 0 0 25 0 1 0 657679633 97943552 19547 33554432000 4194304 4394578 140734690688368 18446744073709551615 4298804 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/7041/statm: 23912 19547 267 49 0 21053 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 95648

[startup+162.3 s]
/proc/loadavg: 3.81 2.44 2.56 5/353 7082
/proc/meminfo: memFree=16824680/32950928 swapFree=67111348/67111528
[pid=7041] ppid=7039 vsize=105540 CPUtime=162.29 cores=4,6
/proc/7041/stat : 7041 (SApperloT2010) R 7039 7041 6568 0 -1 4202496 22351 0 0 0 16222 7 0 0 25 0 1 0 657679633 108072960 21658 33554432000 4194304 4394578 140734690688368 18446744073709551615 4298826 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/7041/statm: 26385 21658 267 49 0 23526 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 105540

[startup+222.301 s]
/proc/loadavg: 3.93 2.72 2.64 5/353 7084
/proc/meminfo: memFree=16755568/32950928 swapFree=67111348/67111528
[pid=7041] ppid=7039 vsize=114888 CPUtime=222.29 cores=4,6
/proc/7041/stat : 7041 (SApperloT2010) R 7039 7041 6568 0 -1 4202496 24261 0 0 0 22221 8 0 0 25 0 1 0 657679633 117645312 23568 33554432000 4194304 4394578 140734690688368 18446744073709551615 4298664 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/7041/statm: 28722 23568 267 49 0 25863 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 114888

[startup+282.3 s]
/proc/loadavg: 3.97 2.95 2.73 5/353 7088
/proc/meminfo: memFree=16672508/32950928 swapFree=67111348/67111528
[pid=7041] ppid=7039 vsize=125448 CPUtime=282.3 cores=4,6
/proc/7041/stat : 7041 (SApperloT2010) R 7039 7041 6568 0 -1 4202496 26482 0 0 0 28221 9 0 0 25 0 1 0 657679633 128458752 25789 33554432000 4194304 4394578 140734690688368 18446744073709551615 4298795 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/7041/statm: 31362 25789 267 49 0 28503 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 125448

[startup+342.301 s]
/proc/loadavg: 4.04 3.16 2.81 6/353 7090
/proc/meminfo: memFree=16595812/32950928 swapFree=67111348/67111528
[pid=7041] ppid=7039 vsize=130924 CPUtime=342.29 cores=4,6
/proc/7041/stat : 7041 (SApperloT2010) R 7039 7041 6568 0 -1 4202496 27653 0 0 0 34220 9 0 0 25 0 1 0 657679633 134066176 26960 33554432000 4194304 4394578 140734690688368 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/7041/statm: 32731 26960 267 49 0 29872 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 130924

[startup+402.301 s]
/proc/loadavg: 4.05 3.32 2.88 5/353 7091
/proc/meminfo: memFree=16516180/32950928 swapFree=67111348/67111528
[pid=7041] ppid=7039 vsize=138700 CPUtime=402.3 cores=4,6
/proc/7041/stat : 7041 (SApperloT2010) R 7039 7041 6568 0 -1 4202496 29220 0 0 0 40220 10 0 0 25 0 1 0 657679633 142028800 28527 33554432000 4194304 4394578 140734690688368 18446744073709551615 4298942 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/7041/statm: 34675 28527 267 49 0 31816 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 138700

[startup+462.301 s]
/proc/loadavg: 4.02 3.44 2.95 5/353 7147
/proc/meminfo: memFree=16486980/32950928 swapFree=67111348/67111528
[pid=7041] ppid=7039 vsize=143052 CPUtime=462.3 cores=4,6
/proc/7041/stat : 7041 (SApperloT2010) R 7039 7041 6568 0 -1 4202496 30149 0 0 0 46220 10 0 0 25 0 1 0 657679633 146485248 29456 33554432000 4194304 4394578 140734690688368 18446744073709551615 4298358 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/7041/statm: 35763 29456 267 49 0 32904 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 143052

[startup+522.301 s]
/proc/loadavg: 4.05 3.55 3.02 5/353 7149
/proc/meminfo: memFree=16427800/32950928 swapFree=67111348/67111528
[pid=7041] ppid=7039 vsize=148272 CPUtime=522.3 cores=4,6
/proc/7041/stat : 7041 (SApperloT2010) R 7039 7041 6568 0 -1 4202496 31200 0 0 0 52219 11 0 0 25 0 1 0 657679633 151830528 30507 33554432000 4194304 4394578 140734690688368 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/7041/statm: 37068 30507 267 49 0 34209 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 148272

[startup+582.3 s]
/proc/loadavg: 4.02 3.63 3.08 5/353 7150
/proc/meminfo: memFree=16337004/32950928 swapFree=67111348/67111528
[pid=7041] ppid=7039 vsize=155088 CPUtime=582.3 cores=4,6
/proc/7041/stat : 7041 (SApperloT2010) R 7039 7041 6568 0 -1 4202496 32540 0 0 0 58219 11 0 0 25 0 1 0 657679633 158810112 31847 33554432000 4194304 4394578 140734690688368 18446744073709551615 4298721 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/7041/statm: 38772 31847 267 49 0 35913 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 155088

[startup+642.301 s]
/proc/loadavg: 4.00 3.70 3.13 5/353 7152
/proc/meminfo: memFree=16263556/32950928 swapFree=67111348/67111528
[pid=7041] ppid=7039 vsize=165008 CPUtime=642.31 cores=4,6
/proc/7041/stat : 7041 (SApperloT2010) R 7039 7041 6568 0 -1 4202496 34542 0 0 0 64220 11 0 0 25 0 1 0 657679633 168968192 33849 33554432000 4194304 4394578 140734690688368 18446744073709551615 4298326 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/7041/statm: 41252 33849 267 49 0 38393 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 165008

[startup+702.3 s]
/proc/loadavg: 4.12 3.78 3.19 5/353 7153
/proc/meminfo: memFree=16190000/32950928 swapFree=67111348/67111528
[pid=7041] ppid=7039 vsize=167696 CPUtime=702.3 cores=4,6
/proc/7041/stat : 7041 (SApperloT2010) R 7039 7041 6568 0 -1 4202496 35184 0 0 0 70219 11 0 0 25 0 1 0 657679633 171720704 34491 33554432000 4194304 4394578 140734690688368 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/7041/statm: 41924 34491 267 49 0 39065 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 167696

[startup+762.313 s]
/proc/loadavg: 4.10 3.83 3.25 5/353 7155
/proc/meminfo: memFree=16114580/32950928 swapFree=67111348/67111528
[pid=7041] ppid=7039 vsize=171536 CPUtime=762.31 cores=4,6
/proc/7041/stat : 7041 (SApperloT2010) R 7039 7041 6568 0 -1 4202496 35970 0 0 0 76220 11 0 0 25 0 1 0 657679633 175652864 35277 33554432000 4194304 4394578 140734690688368 18446744073709551615 4298361 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/7041/statm: 42884 35277 267 49 0 40025 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 171536

[startup+822.3 s]
/proc/loadavg: 4.04 3.86 3.29 5/353 7157
/proc/meminfo: memFree=16025648/32950928 swapFree=67111348/67111528
[pid=7041] ppid=7039 vsize=176788 CPUtime=822.31 cores=4,6
/proc/7041/stat : 7041 (SApperloT2010) R 7039 7041 6568 0 -1 4202496 37025 0 0 0 82219 12 0 0 25 0 1 0 657679633 181030912 36332 33554432000 4194304 4394578 140734690688368 18446744073709551615 4298942 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/7041/statm: 44197 36332 267 49 0 41338 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 176788

[startup+882.301 s]
/proc/loadavg: 4.17 3.92 3.34 5/353 7158
/proc/meminfo: memFree=15932724/32950928 swapFree=67111348/67111528
[pid=7041] ppid=7039 vsize=179028 CPUtime=882.31 cores=4,6
/proc/7041/stat : 7041 (SApperloT2010) R 7039 7041 6568 0 -1 4202496 37492 0 0 0 88219 12 0 0 25 0 1 0 657679633 183324672 36799 33554432000 4194304 4394578 140734690688368 18446744073709551615 274473628187 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/7041/statm: 44757 36799 267 49 0 41898 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 179028

[startup+942.301 s]
/proc/loadavg: 4.23 3.98 3.40 5/353 7160
/proc/meminfo: memFree=15863372/32950928 swapFree=67111348/67111528
[pid=7041] ppid=7039 vsize=182164 CPUtime=942.31 cores=4,6
/proc/7041/stat : 7041 (SApperloT2010) R 7039 7041 6568 0 -1 4202496 38105 0 0 0 94219 12 0 0 25 0 1 0 657679633 186535936 37412 33554432000 4194304 4394578 140734690688368 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/7041/statm: 45541 37412 267 49 0 42682 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 182164

[startup+1002.3 s]
/proc/loadavg: 4.08 3.98 3.43 5/353 7161
/proc/meminfo: memFree=15850552/32950928 swapFree=67111348/67111528
[pid=7041] ppid=7039 vsize=188052 CPUtime=1002.31 cores=4,6
/proc/7041/stat : 7041 (SApperloT2010) R 7039 7041 6568 0 -1 4202496 39252 0 0 0 100219 12 0 0 25 0 1 0 657679633 192565248 38559 33554432000 4194304 4394578 140734690688368 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/7041/statm: 47013 38559 267 49 0 44154 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 188052

[startup+1062.3 s]
/proc/loadavg: 4.09 3.99 3.47 5/353 7163
/proc/meminfo: memFree=15826716/32950928 swapFree=67111348/67111528
[pid=7041] ppid=7039 vsize=191380 CPUtime=1062.31 cores=4,6
/proc/7041/stat : 7041 (SApperloT2010) R 7039 7041 6568 0 -1 4202496 39919 0 0 0 106219 12 0 0 25 0 1 0 657679633 195973120 39226 33554432000 4194304 4394578 140734690688368 18446744073709551615 4298298 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/7041/statm: 47845 39226 267 49 0 44986 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 191380

[startup+1122.3 s]
/proc/loadavg: 4.03 3.99 3.50 5/353 7165
/proc/meminfo: memFree=15731564/32950928 swapFree=67111348/67111528
[pid=7041] ppid=7039 vsize=193876 CPUtime=1122.32 cores=4,6
/proc/7041/stat : 7041 (SApperloT2010) R 7039 7041 6568 0 -1 4202496 40480 0 0 0 112219 13 0 0 25 0 1 0 657679633 198529024 39787 33554432000 4194304 4394578 140734690688368 18446744073709551615 4298993 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/7041/statm: 48469 39787 267 49 0 45610 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 193876

[startup+1182.3 s]
/proc/loadavg: 4.01 3.99 3.53 5/353 7166
/proc/meminfo: memFree=15660092/32950928 swapFree=67111348/67111528
[pid=7041] ppid=7039 vsize=197140 CPUtime=1182.31 cores=4,6
/proc/7041/stat : 7041 (SApperloT2010) R 7039 7041 6568 0 -1 4202496 41105 0 0 0 118218 13 0 0 25 0 1 0 657679633 201871360 40412 33554432000 4194304 4394578 140734690688368 18446744073709551615 4313550 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/7041/statm: 49285 40412 267 49 0 46426 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 197140

[startup+1242.3 s]
/proc/loadavg: 4.00 3.99 3.56 5/353 7168
/proc/meminfo: memFree=15568412/32950928 swapFree=67111348/67111528
[pid=7041] ppid=7039 vsize=198996 CPUtime=1242.31 cores=4,6
/proc/7041/stat : 7041 (SApperloT2010) R 7039 7041 6568 0 -1 4202496 41522 0 0 0 124218 13 0 0 25 0 1 0 657679633 203771904 40829 33554432000 4194304 4394578 140734690688368 18446744073709551615 4298333 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/7041/statm: 49749 40829 267 49 0 46890 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 198996



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.00 3.99 3.58 4/351 7170
/proc/meminfo: memFree=15701564/32950928 swapFree=67111348/67111528
[pid=7041] ppid=7039 vsize=201492 CPUtime=1300.03 cores=4,6
/proc/7041/stat : 7041 (SApperloT2010) R 7039 7041 6568 0 -1 4202496 42039 0 0 0 129989 14 0 0 25 0 1 0 657679633 206327808 41346 33554432000 4194304 4394578 140734690688368 18446744073709551615 4298942 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/7041/statm: 50373 41346 267 49 0 47514 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 201492

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.9
CPU system time (s): 0.151976
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 201492

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.9
system time used= 0.151976
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 42039
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= 5
involuntary context switches= 1293

runsolver used 4.10637 second user time and 10.1025 second system time

The end

Launcher Data

Begin job on node125 at 2011-05-15 14:00:00
IDJOB=3379942
IDBENCH=85975
IDSOLVER=1862
FILE ID=node125/3379942-1305460800
RUNJOBID= node125-1305460799-7000
PBS_JOBID= 13324906
Free space on /tmp= 73192 MiB

SOLVER NAME= SApperloT2010 2011-05-15 (fixed)
BENCH NAME= SAT05/industrial/grieu05/vmpc/vmpc_32.renamed-as.sat05-1919.cnf
COMMAND LINE= SApperloT2010 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3379942-1305460800/watcher-3379942-1305460800 -o /tmp/evaluation-result-3379942-1305460800/solver-3379942-1305460800 -C 2400 -W 1300 -M 7680  SApperloT2010 HOME/instance-3379942-1305460800.cnf

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

MD5SUM BENCH= 833432e05c2a1599e13dca28680b5df9
RANDOM SEED=174030274

node125.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.828
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.65
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.828
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	: 5266.55
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.828
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.84
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.828
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.74
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.828
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.828
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.828
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.828
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:     32950928 kB
MemFree:      17182380 kB
Buffers:        289336 kB
Cached:        4685400 kB
SwapCached:          0 kB
Active:       11694100 kB
Inactive:      3691396 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      17182380 kB
SwapTotal:    67111528 kB
SwapFree:     67111348 kB
Dirty:            8604 kB
Writeback:           0 kB
AnonPages:    10410016 kB
Mapped:          33704 kB
Slab:           278652 kB
PageTables:      40040 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 70964760 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= 73196 MiB
End job on node125 at 2011-05-15 14:21:42