Trace number 3380129

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.04 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-3380129-1305460805/watcher-3380129-1305460805 -o /tmp/evaluation-result-3380129-1305460805/solver-3380129-1305460805 -C 2400 -W 1300 -M 7680 SApperloT2010 HOME/instance-3380129-1305460805.cnf 

running on 2 cores: 5,7

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.77 4.00 3.96 3/387 8996
/proc/meminfo: memFree=30371820/32950928 swapFree=41934208/67111528
[pid=8996] ppid=8993 vsize=15808 CPUtime=0 cores=5,7
/proc/8996/stat : 8996 (SApperloT2010) R 8993 8996 8602 0 -1 4202496 924 0 0 0 0 0 0 0 21 0 1 0 657679182 16187392 865 33554432000 4194304 4394578 140733704838816 18446744073709551615 251813900997 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/8996/statm: 3952 865 247 49 0 1093 0

[startup+0.076114 s]
/proc/loadavg: 3.77 4.00 3.96 3/387 8996
/proc/meminfo: memFree=30371820/32950928 swapFree=41934208/67111528
[pid=8996] ppid=8993 vsize=23992 CPUtime=0.06 cores=5,7
/proc/8996/stat : 8996 (SApperloT2010) R 8993 8996 8602 0 -1 4202496 2969 0 0 0 6 0 0 0 21 0 1 0 657679182 24567808 2910 33554432000 4194304 4394578 140733704838816 18446744073709551615 251813896211 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/8996/statm: 5998 2910 247 49 0 3139 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 23992

[startup+0.101108 s]
/proc/loadavg: 3.77 4.00 3.96 3/387 8996
/proc/meminfo: memFree=30371820/32950928 swapFree=41934208/67111528
[pid=8996] ppid=8993 vsize=27424 CPUtime=0.09 cores=5,7
/proc/8996/stat : 8996 (SApperloT2010) R 8993 8996 8602 0 -1 4202496 3825 0 0 0 9 0 0 0 21 0 1 0 657679182 28082176 3766 33554432000 4194304 4394578 140733704838816 18446744073709551615 251813900997 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/8996/statm: 6856 3766 247 49 0 3997 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 27424

[startup+0.301075 s]
/proc/loadavg: 3.77 4.00 3.96 3/387 8996
/proc/meminfo: memFree=30371820/32950928 swapFree=41934208/67111528
[pid=8996] ppid=8993 vsize=34964 CPUtime=0.29 cores=5,7
/proc/8996/stat : 8996 (SApperloT2010) R 8993 8996 8602 0 -1 4202496 5711 0 0 0 28 1 0 0 22 0 1 0 657679182 35803136 5651 33554432000 4194304 4394578 140733704838816 18446744073709551615 251814264727 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/8996/statm: 8741 5651 255 49 0 5882 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 34964

[startup+0.701009 s]
/proc/loadavg: 3.77 4.00 3.96 3/387 8996
/proc/meminfo: memFree=30371820/32950928 swapFree=41934208/67111528
[pid=8996] ppid=8993 vsize=34964 CPUtime=0.68 cores=5,7
/proc/8996/stat : 8996 (SApperloT2010) R 8993 8996 8602 0 -1 4202496 5711 0 0 0 67 1 0 0 23 0 1 0 657679182 35803136 5651 33554432000 4194304 4394578 140733704838816 18446744073709551615 251814264727 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/8996/statm: 8741 5651 255 49 0 5882 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 34964

[startup+1.50087 s]
/proc/loadavg: 3.77 4.00 3.96 4/390 9091
/proc/meminfo: memFree=30326096/32950928 swapFree=41934208/67111528
[pid=8996] ppid=8993 vsize=34964 CPUtime=1.48 cores=5,7
/proc/8996/stat : 8996 (SApperloT2010) R 8993 8996 8602 0 -1 4202496 5711 0 0 0 145 3 0 0 25 0 1 0 657679182 35803136 5651 33554432000 4194304 4394578 140733704838816 18446744073709551615 4254519 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/8996/statm: 8741 5651 255 49 0 5882 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 34964

[startup+3.10061 s]
/proc/loadavg: 3.71 3.98 3.95 5/395 9131
/proc/meminfo: memFree=30250028/32950928 swapFree=41934208/67111528
[pid=8996] ppid=8993 vsize=52924 CPUtime=3.08 cores=5,7
/proc/8996/stat : 8996 (SApperloT2010) R 8993 8996 8602 0 -1 4202496 11284 0 0 0 304 4 0 0 25 0 1 0 657679182 54194176 10322 33554432000 4194304 4394578 140733704838816 18446744073709551615 4298333 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/8996/statm: 13231 10322 267 49 0 10372 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 52924

[startup+6.30107 s]
/proc/loadavg: 3.71 3.98 3.95 5/398 9137
/proc/meminfo: memFree=29939112/32950928 swapFree=41934208/67111528
[pid=8996] ppid=8993 vsize=62868 CPUtime=6.28 cores=5,7
/proc/8996/stat : 8996 (SApperloT2010) R 8993 8996 8602 0 -1 4202496 13683 0 0 0 623 5 0 0 25 0 1 0 657679182 64376832 12721 33554432000 4194304 4394578 140733704838816 18446744073709551615 4299008 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/8996/statm: 15717 12721 267 49 0 12858 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 62868

[startup+12.701 s]
/proc/loadavg: 3.75 3.98 3.95 5/398 9164
/proc/meminfo: memFree=29534160/32950928 swapFree=41934208/67111528
[pid=8996] ppid=8993 vsize=78432 CPUtime=12.69 cores=5,7
/proc/8996/stat : 8996 (SApperloT2010) R 8993 8996 8602 0 -1 4202496 17305 0 0 0 1262 7 0 0 25 0 1 0 657679182 80314368 16343 33554432000 4194304 4394578 140733704838816 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/8996/statm: 19608 16343 267 49 0 16749 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 78432

[startup+25.5008 s]
/proc/loadavg: 3.79 3.98 3.95 5/398 9165
/proc/meminfo: memFree=29483756/32950928 swapFree=41934208/67111528
[pid=8996] ppid=8993 vsize=89920 CPUtime=25.49 cores=5,7
/proc/8996/stat : 8996 (SApperloT2010) R 8993 8996 8602 0 -1 4202496 19936 0 0 0 2542 7 0 0 25 0 1 0 657679182 92078080 18974 33554432000 4194304 4394578 140733704838816 18446744073709551615 4298792 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/8996/statm: 22480 18974 267 49 0 19621 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 89920

[startup+51.1005 s]
/proc/loadavg: 3.86 3.98 3.95 5/398 9165
/proc/meminfo: memFree=29422568/32950928 swapFree=41934208/67111528
[pid=8996] ppid=8993 vsize=102060 CPUtime=51.09 cores=5,7
/proc/8996/stat : 8996 (SApperloT2010) R 8993 8996 8602 0 -1 4202496 22672 0 0 0 5100 9 0 0 25 0 1 0 657679182 104509440 21710 33554432000 4194304 4394578 140733704838816 18446744073709551615 4298333 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/8996/statm: 25515 21710 267 49 0 22656 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 102060

[startup+102.315 s]
/proc/loadavg: 3.94 3.98 3.95 5/398 9176
/proc/meminfo: memFree=29296656/32950928 swapFree=41934208/67111528
[pid=8996] ppid=8993 vsize=118024 CPUtime=102.31 cores=5,7
/proc/8996/stat : 8996 (SApperloT2010) R 8993 8996 8602 0 -1 4202496 26047 0 0 0 10221 10 0 0 25 0 1 0 657679182 120856576 25085 33554432000 4194304 4394578 140733704838816 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/8996/statm: 29506 25085 267 49 0 26647 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 118024

[startup+162.301 s]
/proc/loadavg: 3.98 3.98 3.95 5/398 9177
/proc/meminfo: memFree=29184844/32950928 swapFree=41934208/67111528
[pid=8996] ppid=8993 vsize=129740 CPUtime=162.28 cores=5,7
/proc/8996/stat : 8996 (SApperloT2010) R 8993 8996 8602 0 -1 4202496 28418 0 0 0 16218 10 0 0 25 0 1 0 657679182 132853760 27456 33554432000 4194304 4394578 140733704838816 18446744073709551615 4298358 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/8996/statm: 32435 27456 267 49 0 29576 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 129740

[startup+222.301 s]
/proc/loadavg: 3.99 3.98 3.95 5/398 9179
/proc/meminfo: memFree=29055852/32950928 swapFree=41934208/67111528
[pid=8996] ppid=8993 vsize=137436 CPUtime=222.29 cores=5,7
/proc/8996/stat : 8996 (SApperloT2010) R 8993 8996 8602 0 -1 4202496 30080 0 0 0 22218 11 0 0 25 0 1 0 657679182 140734464 29118 33554432000 4194304 4394578 140733704838816 18446744073709551615 4298837 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/8996/statm: 34359 29118 267 49 0 31500 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 137436

[startup+282.301 s]
/proc/loadavg: 3.99 3.98 3.95 5/398 9184
/proc/meminfo: memFree=28976144/32950928 swapFree=41934208/67111528
[pid=8996] ppid=8993 vsize=146448 CPUtime=282.29 cores=5,7
/proc/8996/stat : 8996 (SApperloT2010) R 8993 8996 8602 0 -1 4202496 31914 0 0 0 28218 11 0 0 25 0 1 0 657679182 149962752 30952 33554432000 4194304 4394578 140733704838816 18446744073709551615 4288355 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/8996/statm: 36612 30952 267 49 0 33753 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 146448

[startup+342.301 s]
/proc/loadavg: 4.03 4.00 3.96 5/398 9185
/proc/meminfo: memFree=28855324/32950928 swapFree=41934208/67111528
[pid=8996] ppid=8993 vsize=156368 CPUtime=342.29 cores=5,7
/proc/8996/stat : 8996 (SApperloT2010) R 8993 8996 8602 0 -1 4202496 34019 0 0 0 34216 13 0 0 25 0 1 0 657679182 160120832 33057 33554432000 4194304 4394578 140733704838816 18446744073709551615 4298333 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/8996/statm: 39092 33057 267 49 0 36233 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 156368

[startup+402.301 s]
/proc/loadavg: 4.11 4.03 3.97 5/398 9187
/proc/meminfo: memFree=28755484/32950928 swapFree=41934208/67111528
[pid=8996] ppid=8993 vsize=162352 CPUtime=402.29 cores=5,7
/proc/8996/stat : 8996 (SApperloT2010) R 8993 8996 8602 0 -1 4202496 35203 0 0 0 40216 13 0 0 25 0 1 0 657679182 166248448 34241 33554432000 4194304 4394578 140733704838816 18446744073709551615 4298358 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/8996/statm: 40588 34241 267 49 0 37729 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 162352

[startup+462.3 s]
/proc/loadavg: 4.08 4.03 3.97 5/398 9188
/proc/meminfo: memFree=28641876/32950928 swapFree=41934208/67111528
[pid=8996] ppid=8993 vsize=168528 CPUtime=462.29 cores=5,7
/proc/8996/stat : 8996 (SApperloT2010) R 8993 8996 8602 0 -1 4202496 36483 0 0 0 46215 14 0 0 25 0 1 0 657679182 172572672 35521 33554432000 4194304 4394578 140733704838816 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/8996/statm: 42132 35521 267 49 0 39273 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 168528

[startup+522.3 s]
/proc/loadavg: 4.03 4.03 3.97 5/398 9190
/proc/meminfo: memFree=28554432/32950928 swapFree=41934208/67111528
[pid=8996] ppid=8993 vsize=175028 CPUtime=522.29 cores=5,7
/proc/8996/stat : 8996 (SApperloT2010) R 8993 8996 8602 0 -1 4202496 37800 0 0 0 52215 14 0 0 25 0 1 0 657679182 179228672 36838 33554432000 4194304 4394578 140733704838816 18446744073709551615 4298326 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/8996/statm: 43757 36838 267 49 0 40898 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 175028

[startup+582.3 s]
/proc/loadavg: 4.04 4.03 3.98 5/398 9192
/proc/meminfo: memFree=28515700/32950928 swapFree=41934208/67111528
[pid=8996] ppid=8993 vsize=179508 CPUtime=582.3 cores=5,7
/proc/8996/stat : 8996 (SApperloT2010) R 8993 8996 8602 0 -1 4202496 38738 0 0 0 58215 15 0 0 25 0 1 0 657679182 183816192 37776 33554432000 4194304 4394578 140733704838816 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/8996/statm: 44877 37776 267 49 0 42018 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 179508

[startup+642.3 s]
/proc/loadavg: 4.01 4.02 3.98 5/398 9193
/proc/meminfo: memFree=28416588/32950928 swapFree=41934208/67111528
[pid=8996] ppid=8993 vsize=184180 CPUtime=642.3 cores=5,7
/proc/8996/stat : 8996 (SApperloT2010) R 8993 8996 8602 0 -1 4202496 39736 0 0 0 64215 15 0 0 25 0 1 0 657679182 188600320 38774 33554432000 4194304 4394578 140733704838816 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/8996/statm: 46045 38774 267 49 0 43186 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 184180

[startup+702.301 s]
/proc/loadavg: 4.00 4.02 3.98 5/398 9195
/proc/meminfo: memFree=28315612/32950928 swapFree=41934208/67111528
[pid=8996] ppid=8993 vsize=187992 CPUtime=702.3 cores=5,7
/proc/8996/stat : 8996 (SApperloT2010) R 8993 8996 8602 0 -1 4202496 40479 0 0 0 70214 16 0 0 25 0 1 0 657679182 192503808 39517 33554432000 4194304 4394578 140733704838816 18446744073709551615 4298821 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/8996/statm: 46998 39517 267 49 0 44139 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 187992

[startup+762.315 s]
/proc/loadavg: 4.00 4.01 3.98 5/398 9196
/proc/meminfo: memFree=28216264/32950928 swapFree=41934208/67111528
[pid=8996] ppid=8993 vsize=193048 CPUtime=762.31 cores=5,7
/proc/8996/stat : 8996 (SApperloT2010) R 8993 8996 8602 0 -1 4202496 41541 0 0 0 76215 16 0 0 25 0 1 0 657679182 197681152 40579 33554432000 4194304 4394578 140733704838816 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/8996/statm: 48262 40579 267 49 0 45403 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 193048

[startup+822.301 s]
/proc/loadavg: 4.00 4.01 3.98 5/398 9198
/proc/meminfo: memFree=28116904/32950928 swapFree=41934208/67111528
[pid=8996] ppid=8993 vsize=200632 CPUtime=822.3 cores=5,7
/proc/8996/stat : 8996 (SApperloT2010) R 8993 8996 8602 0 -1 4202496 43209 0 0 0 82213 17 0 0 25 0 1 0 657679182 205447168 42247 33554432000 4194304 4394578 140733704838816 18446744073709551615 4292825 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/8996/statm: 50158 42247 267 49 0 47299 0
Current children cumulated CPU time (s) 822.3
Current children cumulated vsize (KiB) 200632

[startup+882.301 s]
/proc/loadavg: 4.10 4.03 3.99 5/398 9200
/proc/meminfo: memFree=28057356/32950928 swapFree=41934208/67111528
[pid=8996] ppid=8993 vsize=205048 CPUtime=882.3 cores=5,7
/proc/8996/stat : 8996 (SApperloT2010) R 8993 8996 8602 0 -1 4202496 44142 0 0 0 88213 17 0 0 25 0 1 0 657679182 209969152 43180 33554432000 4194304 4394578 140733704838816 18446744073709551615 4298767 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/8996/statm: 51262 43180 267 49 0 48403 0
Current children cumulated CPU time (s) 882.3
Current children cumulated vsize (KiB) 205048

[startup+942.301 s]
/proc/loadavg: 4.08 4.04 4.00 5/398 9201
/proc/meminfo: memFree=27971148/32950928 swapFree=41934208/67111528
[pid=8996] ppid=8993 vsize=209848 CPUtime=942.31 cores=5,7
/proc/8996/stat : 8996 (SApperloT2010) R 8993 8996 8602 0 -1 4202496 45121 0 0 0 94213 18 0 0 25 0 1 0 657679182 214884352 44159 33554432000 4194304 4394578 140733704838816 18446744073709551615 4298370 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/8996/statm: 52462 44159 267 49 0 49603 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 209848

[startup+1002.3 s]
/proc/loadavg: 4.21 4.07 4.01 5/398 9204
/proc/meminfo: memFree=27895728/32950928 swapFree=41934208/67111528
[pid=8996] ppid=8993 vsize=212732 CPUtime=1002.31 cores=5,7
/proc/8996/stat : 8996 (SApperloT2010) R 8993 8996 8602 0 -1 4202496 45731 0 0 0 100213 18 0 0 25 0 1 0 657679182 217837568 44769 33554432000 4194304 4394578 140733704838816 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/8996/statm: 53183 44769 267 49 0 50324 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 212732

[startup+1062.3 s]
/proc/loadavg: 4.13 4.07 4.01 5/398 9205
/proc/meminfo: memFree=27808896/32950928 swapFree=41934208/67111528
[pid=8996] ppid=8993 vsize=214524 CPUtime=1062.3 cores=5,7
/proc/8996/stat : 8996 (SApperloT2010) R 8993 8996 8602 0 -1 4202496 46064 0 0 0 106212 18 0 0 25 0 1 0 657679182 219672576 45102 33554432000 4194304 4394578 140733704838816 18446744073709551615 4298923 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/8996/statm: 53631 45102 267 49 0 50772 0
Current children cumulated CPU time (s) 1062.3
Current children cumulated vsize (KiB) 214524

[startup+1122.3 s]
/proc/loadavg: 4.14 4.09 4.01 5/398 9207
/proc/meminfo: memFree=27747608/32950928 swapFree=41934208/67111528
[pid=8996] ppid=8993 vsize=217500 CPUtime=1122.3 cores=5,7
/proc/8996/stat : 8996 (SApperloT2010) R 8993 8996 8602 0 -1 4202496 46697 0 0 0 112212 18 0 0 25 0 1 0 657679182 222720000 45735 33554432000 4194304 4394578 140733704838816 18446744073709551615 4298701 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/8996/statm: 54375 45735 267 49 0 51516 0
Current children cumulated CPU time (s) 1122.3
Current children cumulated vsize (KiB) 217500

[startup+1182.3 s]
/proc/loadavg: 4.10 4.08 4.01 5/398 9209
/proc/meminfo: memFree=27722284/32950928 swapFree=41934208/67111528
[pid=8996] ppid=8993 vsize=221596 CPUtime=1182.3 cores=5,7
/proc/8996/stat : 8996 (SApperloT2010) R 8993 8996 8602 0 -1 4202496 47490 0 0 0 118212 18 0 0 25 0 1 0 657679182 226914304 46528 33554432000 4194304 4394578 140733704838816 18446744073709551615 4346086 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/8996/statm: 55399 46528 267 49 0 52540 0
Current children cumulated CPU time (s) 1182.3
Current children cumulated vsize (KiB) 221596

[startup+1242.3 s]
/proc/loadavg: 4.03 4.07 4.01 5/398 9210
/proc/meminfo: memFree=27685412/32950928 swapFree=41934208/67111528
[pid=8996] ppid=8993 vsize=224956 CPUtime=1242.31 cores=5,7
/proc/8996/stat : 8996 (SApperloT2010) R 8993 8996 8602 0 -1 4202496 48198 0 0 0 124212 19 0 0 25 0 1 0 657679182 230354944 47236 33554432000 4194304 4394578 140733704838816 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/8996/statm: 56239 47236 267 49 0 53380 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 224956



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.01 4.05 4.00 7/397 9213
/proc/meminfo: memFree=27799232/32950928 swapFree=41934208/67111528
[pid=8996] ppid=8993 vsize=226140 CPUtime=1300.02 cores=5,7
/proc/8996/stat : 8996 (SApperloT2010) R 8993 8996 8602 0 -1 4202496 48449 0 0 0 129983 19 0 0 25 0 1 0 657679182 231567360 47487 33554432000 4194304 4394578 140733704838816 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/8996/statm: 56535 47487 267 49 0 53676 0
Current children cumulated CPU time (s) 1300.02
Current children cumulated vsize (KiB) 226140

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.04
CPU user time (s): 1299.84
CPU system time (s): 0.203968
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 226140

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.84
system time used= 0.203968
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 48449
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= 2391

runsolver used 4.81027 second user time and 11.7642 second system time

The end

Launcher Data

Begin job on node126 at 2011-05-15 14:00:05
IDJOB=3380129
IDBENCH=85991
IDSOLVER=1862
FILE ID=node126/3380129-1305460805
RUNJOBID= node126-1305460805-8920
PBS_JOBID= 13324901
Free space on /tmp= 73360 MiB

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

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

MD5SUM BENCH= c9c90d9af49f4c08c7262ecb9a0b2a3d
RANDOM SEED=500509155

node126.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.783
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.56
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.783
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.783
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.783
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.783
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.80
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.783
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.783
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.783
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:     32950928 kB
MemFree:      30371976 kB
Buffers:        173324 kB
Cached:        1682888 kB
SwapCached:      49560 kB
Active:         105352 kB
Inactive:      2225920 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      30371976 kB
SwapTotal:    67111528 kB
SwapFree:     41934208 kB
Dirty:            6936 kB
Writeback:           0 kB
AnonPages:      438764 kB
Mapped:          10496 kB
Slab:           104116 kB
PageTables:      75656 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 88126152 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= 73248 MiB
End job on node126 at 2011-05-15 14:21:47