Trace number 3439238

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) 5000.1 5000.03

General information on the benchmark

NameSAT03/handmade/anton/UNSAT/
SGI_30_70_27_50_3-dir.shuffled-as.sat03-169.cnf
MD5SUMb5a637600c242725f15a247a84bdea1b
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark3709.53
Satisfiable
(Un)Satisfiability was proved
Number of variables810
Number of clauses68270
Sum of the clauses size137296
Maximum clause length30
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 268243
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 527

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: 977)

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-3439238-1306910029/watcher-3439238-1306910029 -o /tmp/evaluation-result-3439238-1306910029/solver-3439238-1306910029 -C 5000 -W 5100 -M 15500 SApperloT2010 HOME/instance-3439238-1306910029.cnf 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.15 2.05 2.01 2/561 15300
/proc/meminfo: memFree=3976360/32950928 swapFree=41528364/67111528
[pid=15300] ppid=15298 vsize=13112 CPUtime=0 cores=0,2,4,6
/proc/15300/stat : 15300 (SApperloT2010) R 15298 15300 13470 0 -1 4202496 551 0 0 0 0 0 0 0 25 0 1 0 802601647 13426688 491 33554432000 4194304 4394578 140736825057072 18446744073709551615 251813900997 0 0 4096 6 0 0 0 17 2 0 0 0
/proc/15300/statm: 3278 491 247 49 0 419 0

[startup+0.0349119 s]
/proc/loadavg: 2.15 2.05 2.01 2/561 15300
/proc/meminfo: memFree=3976360/32950928 swapFree=41528364/67111528
[pid=15300] ppid=15298 vsize=15620 CPUtime=0.01 cores=0,2,4,6
/proc/15300/stat : 15300 (SApperloT2010) R 15298 15300 13470 0 -1 4202496 1170 0 0 0 1 0 0 0 25 0 1 0 802601647 15994880 1110 33554432000 4194304 4394578 140736825057072 18446744073709551615 251814265962 0 0 4096 6 0 0 0 17 2 0 0 0
/proc/15300/statm: 3905 1111 247 49 0 1046 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 15620

[startup+0.100906 s]
/proc/loadavg: 2.15 2.05 2.01 2/561 15300
/proc/meminfo: memFree=3976360/32950928 swapFree=41528364/67111528
[pid=15300] ppid=15298 vsize=18280 CPUtime=0.08 cores=0,2,4,6
/proc/15300/stat : 15300 (SApperloT2010) R 15298 15300 13470 0 -1 4202496 1870 0 0 0 8 0 0 0 25 0 1 0 802601647 18718720 1809 33554432000 4194304 4394578 140736825057072 18446744073709551615 251814264727 0 0 4096 6 0 0 0 17 2 0 0 0
/proc/15300/statm: 4570 1809 255 49 0 1711 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 18280

[startup+0.300868 s]
/proc/loadavg: 2.15 2.05 2.01 2/561 15300
/proc/meminfo: memFree=3976360/32950928 swapFree=41528364/67111528
[pid=15300] ppid=15298 vsize=23680 CPUtime=0.27 cores=0,2,4,6
/proc/15300/stat : 15300 (SApperloT2010) R 15298 15300 13470 0 -1 4202496 3477 0 0 0 27 0 0 0 25 0 1 0 802601647 24248320 3148 33554432000 4194304 4394578 140736825057072 18446744073709551615 4338212 0 0 4096 6 0 0 0 17 2 0 0 0
/proc/15300/statm: 5920 3148 266 49 0 3061 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 23680

[startup+0.700679 s]
/proc/loadavg: 2.15 2.05 2.01 2/561 15300
/proc/meminfo: memFree=3976360/32950928 swapFree=41528364/67111528
[pid=15300] ppid=15298 vsize=28500 CPUtime=0.67 cores=0,2,4,6
/proc/15300/stat : 15300 (SApperloT2010) R 15298 15300 13470 0 -1 4202496 4681 0 0 0 67 0 0 0 25 0 1 0 802601647 29184000 4352 33554432000 4194304 4394578 140736825057072 18446744073709551615 4298792 0 0 4096 6 0 0 0 17 2 0 0 0
/proc/15300/statm: 7125 4352 266 49 0 4266 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 28500

[startup+1.5006 s]
/proc/loadavg: 2.15 2.05 2.01 3/562 15301
/proc/meminfo: memFree=3956396/32950928 swapFree=41528364/67111528
[pid=15300] ppid=15298 vsize=35076 CPUtime=1.47 cores=0,2,4,6
/proc/15300/stat : 15300 (SApperloT2010) R 15298 15300 13470 0 -1 4202496 6229 0 0 0 147 0 0 0 25 0 1 0 802601647 35917824 5900 33554432000 4194304 4394578 140736825057072 18446744073709551615 4298364 0 0 4096 6 0 0 0 17 2 0 0 0
/proc/15300/statm: 8769 5900 266 49 0 5910 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 35076

[startup+3.10039 s]
/proc/loadavg: 2.15 2.05 2.01 3/562 15301
/proc/meminfo: memFree=3947704/32950928 swapFree=41528364/67111528
[pid=15300] ppid=15298 vsize=42372 CPUtime=3.07 cores=0,2,4,6
/proc/15300/stat : 15300 (SApperloT2010) R 15298 15300 13470 0 -1 4202496 7949 0 0 0 307 0 0 0 25 0 1 0 802601647 43388928 7620 33554432000 4194304 4394578 140736825057072 18446744073709551615 4292896 0 0 4096 6 0 0 0 17 2 0 0 0
/proc/15300/statm: 10593 7620 266 49 0 7734 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 42372

[startup+6.30085 s]
/proc/loadavg: 2.13 2.05 2.01 3/562 15301
/proc/meminfo: memFree=3942920/32950928 swapFree=41528364/67111528
[pid=15300] ppid=15298 vsize=46264 CPUtime=6.28 cores=0,2,4,6
/proc/15300/stat : 15300 (SApperloT2010) R 15298 15300 13470 0 -1 4202496 8844 0 0 0 627 1 0 0 25 0 1 0 802601647 47374336 8515 33554432000 4194304 4394578 140736825057072 18446744073709551615 4287937 0 0 4096 6 0 0 0 17 2 0 0 0
/proc/15300/statm: 11566 8515 266 49 0 8707 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 46264

[startup+12.7008 s]
/proc/loadavg: 2.12 2.05 2.01 3/562 15301
/proc/meminfo: memFree=3932296/32950928 swapFree=41528364/67111528
[pid=15300] ppid=15298 vsize=57412 CPUtime=12.68 cores=0,2,4,6
/proc/15300/stat : 15300 (SApperloT2010) R 15298 15300 13470 0 -1 4202496 11203 0 0 0 1267 1 0 0 25 0 1 0 802601647 58789888 10874 33554432000 4194304 4394578 140736825057072 18446744073709551615 4298701 0 0 4096 6 0 0 0 17 2 0 0 0
/proc/15300/statm: 14353 10874 266 49 0 11494 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 57412

[startup+25.5006 s]
/proc/loadavg: 2.10 2.05 2.01 3/562 15302
/proc/meminfo: memFree=3899064/32950928 swapFree=41528364/67111528
[pid=15300] ppid=15298 vsize=66412 CPUtime=25.48 cores=0,2,4,6
/proc/15300/stat : 15300 (SApperloT2010) R 15298 15300 13470 0 -1 4202496 13162 0 0 0 2547 1 0 0 25 0 1 0 802601647 68005888 12833 33554432000 4194304 4394578 140736825057072 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 2 0 0 0
/proc/15300/statm: 16603 12833 266 49 0 13744 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 66412

[startup+51.1003 s]
/proc/loadavg: 2.06 2.04 2.01 3/562 15302
/proc/meminfo: memFree=3872848/32950928 swapFree=41528364/67111528
[pid=15300] ppid=15298 vsize=84352 CPUtime=51.08 cores=0,2,4,6
/proc/15300/stat : 15300 (SApperloT2010) R 15298 15300 13470 0 -1 4202496 16932 0 0 0 5106 2 0 0 25 0 1 0 802601647 86376448 16603 33554432000 4194304 4394578 140736825057072 18446744073709551615 4298826 0 0 4096 6 0 0 0 17 2 0 0 0
/proc/15300/statm: 21088 16603 266 49 0 18229 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 84352

[startup+102.322 s]
/proc/loadavg: 2.11 2.06 2.01 3/562 15304
/proc/meminfo: memFree=3833512/32950928 swapFree=41528364/67111528
[pid=15300] ppid=15298 vsize=101648 CPUtime=102.3 cores=0,2,4,6
/proc/15300/stat : 15300 (SApperloT2010) R 15298 15300 13470 0 -1 4202496 20523 0 0 0 10227 3 0 0 25 0 1 0 802601647 104087552 20194 33554432000 4194304 4394578 140736825057072 18446744073709551615 4298818 0 0 4096 6 0 0 0 17 2 0 0 0
/proc/15300/statm: 25412 20194 266 49 0 22553 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 101648

[startup+162.301 s]
/proc/loadavg: 2.08 2.06 2.01 3/562 15305
/proc/meminfo: memFree=3799128/32950928 swapFree=41528364/67111528
[pid=15300] ppid=15298 vsize=121492 CPUtime=162.28 cores=0,2,4,6
/proc/15300/stat : 15300 (SApperloT2010) R 15298 15300 13470 0 -1 4202496 24704 0 0 0 16224 4 0 0 25 0 1 0 802601647 124407808 24375 33554432000 4194304 4394578 140736825057072 18446744073709551615 4295936 0 0 4096 6 0 0 0 17 2 0 0 0
/proc/15300/statm: 30373 24375 266 49 0 27514 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 121492

[startup+222.301 s]
/proc/loadavg: 2.03 2.05 2.00 3/562 15307
/proc/meminfo: memFree=3767736/32950928 swapFree=41528364/67111528
[pid=15300] ppid=15298 vsize=135292 CPUtime=222.28 cores=0,2,4,6
/proc/15300/stat : 15300 (SApperloT2010) R 15298 15300 13470 0 -1 4202496 27652 0 0 0 22224 4 0 0 25 0 1 0 802601647 138539008 27323 33554432000 4194304 4394578 140736825057072 18446744073709551615 4298333 0 0 4096 6 0 0 0 17 2 0 0 0
/proc/15300/statm: 33823 27323 266 49 0 30964 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 135292

[startup+282.3 s]
/proc/loadavg: 2.01 2.04 2.00 3/562 15308
/proc/meminfo: memFree=3750980/32950928 swapFree=41528364/67111528
[pid=15300] ppid=15298 vsize=146044 CPUtime=282.28 cores=0,2,4,6
/proc/15300/stat : 15300 (SApperloT2010) R 15298 15300 13470 0 -1 4202496 29729 0 0 0 28224 4 0 0 25 0 1 0 802601647 149549056 29400 33554432000 4194304 4394578 140736825057072 18446744073709551615 4298826 0 0 4096 6 0 0 0 17 2 0 0 0
/proc/15300/statm: 36511 29400 266 49 0 33652 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 146044

[startup+342.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/562 15310
/proc/meminfo: memFree=3722048/32950928 swapFree=41528364/67111528
[pid=15300] ppid=15298 vsize=157824 CPUtime=342.28 cores=0,2,4,6
/proc/15300/stat : 15300 (SApperloT2010) R 15298 15300 13470 0 -1 4202496 32084 0 0 0 34223 5 0 0 25 0 1 0 802601647 161611776 31755 33554432000 4194304 4394578 140736825057072 18446744073709551615 4315548 0 0 4096 6 0 0 0 17 2 0 0 0
/proc/15300/statm: 39456 31755 266 49 0 36597 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 157824

[startup+402.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/562 15312
/proc/meminfo: memFree=3702556/32950928 swapFree=41528364/67111528
[pid=15300] ppid=15298 vsize=162240 CPUtime=402.28 cores=0,2,4,6
/proc/15300/stat : 15300 (SApperloT2010) R 15298 15300 13470 0 -1 4202496 32919 0 0 0 40223 5 0 0 25 0 1 0 802601647 166133760 32590 33554432000 4194304 4394578 140736825057072 18446744073709551615 4298812 0 0 4096 6 0 0 0 17 2 0 0 0
/proc/15300/statm: 40560 32590 266 49 0 37701 0
Current children cumulated CPU time (s) 402.28
Current children cumulated vsize (KiB) 162240

[startup+462.301 s]
/proc/loadavg: 2.13 2.05 2.01 3/562 15313
/proc/meminfo: memFree=3686164/32950928 swapFree=41528364/67111528
[pid=15300] ppid=15298 vsize=166880 CPUtime=462.28 cores=0,2,4,6
/proc/15300/stat : 15300 (SApperloT2010) R 15298 15300 13470 0 -1 4202496 33786 0 0 0 46223 5 0 0 25 0 1 0 802601647 170885120 33457 33554432000 4194304 4394578 140736825057072 18446744073709551615 4313555 0 0 4096 6 0 0 0 17 2 0 0 0
/proc/15300/statm: 41720 33457 266 49 0 38861 0
Current children cumulated CPU time (s) 462.28
Current children cumulated vsize (KiB) 166880

[startup+522.301 s]
/proc/loadavg: 2.11 2.05 2.01 3/562 15315
/proc/meminfo: memFree=3666040/32950928 swapFree=41528364/67111528
[pid=15300] ppid=15298 vsize=175928 CPUtime=522.29 cores=0,2,4,6
/proc/15300/stat : 15300 (SApperloT2010) R 15298 15300 13470 0 -1 4202496 35506 0 0 0 52223 6 0 0 25 0 1 0 802601647 180150272 35177 33554432000 4194304 4394578 140736825057072 18446744073709551615 4298837 0 0 4096 6 0 0 0 17 2 0 0 0
/proc/15300/statm: 43982 35177 266 49 0 41123 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 175928

[startup+582.301 s]
/proc/loadavg: 2.04 2.04 2.00 3/562 15316
/proc/meminfo: memFree=3653372/32950928 swapFree=41528364/67111528
[pid=15300] ppid=15298 vsize=179956 CPUtime=582.29 cores=0,2,4,6
/proc/15300/stat : 15300 (SApperloT2010) R 15298 15300 13470 0 -1 4202496 36347 0 0 0 58223 6 0 0 25 0 1 0 802601647 184274944 36018 33554432000 4194304 4394578 140736825057072 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 2 0 0 0
/proc/15300/statm: 44989 36018 266 49 0 42130 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 179956

[startup+642.301 s]

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

[startup+4002.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/562 15434
/proc/meminfo: memFree=2990464/32950928 swapFree=41528364/67111528
[pid=15300] ppid=15298 vsize=328560 CPUtime=4002.34 cores=0,2,4,6
/proc/15300/stat : 15300 (SApperloT2010) R 15298 15300 13470 0 -1 4202496 66780 0 0 0 400216 18 0 0 25 0 1 0 802601647 336445440 66451 33554432000 4194304 4394578 140736825057072 18446744073709551615 4298792 0 0 4096 6 0 0 0 17 2 0 0 0
/proc/15300/statm: 82140 66451 266 49 0 79281 0
Current children cumulated CPU time (s) 4002.34
Current children cumulated vsize (KiB) 328560

[startup+4062.32 s]
/proc/loadavg: 2.09 2.04 2.01 3/562 15435
/proc/meminfo: memFree=2969724/32950928 swapFree=41528364/67111528
[pid=15300] ppid=15298 vsize=332656 CPUtime=4062.36 cores=0,2,4,6
/proc/15300/stat : 15300 (SApperloT2010) R 15298 15300 13470 0 -1 4202496 67583 0 0 0 406218 18 0 0 25 0 1 0 802601647 340639744 67254 33554432000 4194304 4394578 140736825057072 18446744073709551615 4298792 0 0 4096 6 0 0 0 17 2 0 0 0
/proc/15300/statm: 83164 67254 266 49 0 80305 0
Current children cumulated CPU time (s) 4062.36
Current children cumulated vsize (KiB) 332656

[startup+4122.3 s]
/proc/loadavg: 2.08 2.05 2.01 3/562 15437
/proc/meminfo: memFree=2953080/32950928 swapFree=41528364/67111528
[pid=15300] ppid=15298 vsize=335216 CPUtime=4122.34 cores=0,2,4,6
/proc/15300/stat : 15300 (SApperloT2010) R 15298 15300 13470 0 -1 4202496 68057 0 0 0 412216 18 0 0 25 0 1 0 802601647 343261184 67728 33554432000 4194304 4394578 140736825057072 18446744073709551615 4298832 0 0 4096 6 0 0 0 17 2 0 0 0
/proc/15300/statm: 83804 67728 266 49 0 80945 0
Current children cumulated CPU time (s) 4122.34
Current children cumulated vsize (KiB) 335216

[startup+4182.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/562 15438
/proc/meminfo: memFree=2929864/32950928 swapFree=41528364/67111528
[pid=15300] ppid=15298 vsize=337776 CPUtime=4182.34 cores=0,2,4,6
/proc/15300/stat : 15300 (SApperloT2010) R 15298 15300 13470 0 -1 4202496 68664 0 0 0 418216 18 0 0 25 0 1 0 802601647 345882624 68335 33554432000 4194304 4394578 140736825057072 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 2 0 0 0
/proc/15300/statm: 84444 68335 266 49 0 81585 0
Current children cumulated CPU time (s) 4182.34
Current children cumulated vsize (KiB) 337776

[startup+4242.3 s]
/proc/loadavg: 2.05 2.04 2.00 3/562 15440
/proc/meminfo: memFree=2912340/32950928 swapFree=41528364/67111528
[pid=15300] ppid=15298 vsize=337776 CPUtime=4242.34 cores=0,2,4,6
/proc/15300/stat : 15300 (SApperloT2010) R 15298 15300 13470 0 -1 4202496 68664 0 0 0 424216 18 0 0 25 0 1 0 802601647 345882624 68335 33554432000 4194304 4394578 140736825057072 18446744073709551615 4346344 0 0 4096 6 0 0 0 17 2 0 0 0
/proc/15300/statm: 84444 68335 266 49 0 81585 0
Current children cumulated CPU time (s) 4242.34
Current children cumulated vsize (KiB) 337776

[startup+4302.3 s]
/proc/loadavg: 2.05 2.04 2.00 3/562 15442
/proc/meminfo: memFree=2911824/32950928 swapFree=41528364/67111528
[pid=15300] ppid=15298 vsize=337776 CPUtime=4302.34 cores=0,2,4,6
/proc/15300/stat : 15300 (SApperloT2010) R 15298 15300 13470 0 -1 4202496 68664 0 0 0 430216 18 0 0 25 0 1 0 802601647 345882624 68335 33554432000 4194304 4394578 140736825057072 18446744073709551615 4298821 0 0 4096 6 0 0 0 17 2 0 0 0
/proc/15300/statm: 84444 68335 266 49 0 81585 0
Current children cumulated CPU time (s) 4302.34
Current children cumulated vsize (KiB) 337776

[startup+4362.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/562 15443
/proc/meminfo: memFree=2912792/32950928 swapFree=41528364/67111528
[pid=15300] ppid=15298 vsize=337776 CPUtime=4362.35 cores=0,2,4,6
/proc/15300/stat : 15300 (SApperloT2010) R 15298 15300 13470 0 -1 4202496 68672 0 0 0 436216 19 0 0 25 0 1 0 802601647 345882624 68343 33554432000 4194304 4394578 140736825057072 18446744073709551615 4298795 0 0 4096 6 0 0 0 17 2 0 0 0
/proc/15300/statm: 84444 68343 266 49 0 81585 0
Current children cumulated CPU time (s) 4362.35
Current children cumulated vsize (KiB) 337776

[startup+4422.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/562 15445
/proc/meminfo: memFree=2911908/32950928 swapFree=41528364/67111528
[pid=15300] ppid=15298 vsize=338288 CPUtime=4422.35 cores=0,2,4,6
/proc/15300/stat : 15300 (SApperloT2010) R 15298 15300 13470 0 -1 4202496 68761 0 0 0 442216 19 0 0 25 0 1 0 802601647 346406912 68432 33554432000 4194304 4394578 140736825057072 18446744073709551615 4298812 0 0 4096 6 0 0 0 17 2 0 0 0
/proc/15300/statm: 84572 68432 266 49 0 81713 0
Current children cumulated CPU time (s) 4422.35
Current children cumulated vsize (KiB) 338288

[startup+4482.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/562 15446
/proc/meminfo: memFree=2897620/32950928 swapFree=41528364/67111528
[pid=15300] ppid=15298 vsize=338288 CPUtime=4482.35 cores=0,2,4,6
/proc/15300/stat : 15300 (SApperloT2010) R 15298 15300 13470 0 -1 4202496 68764 0 0 0 448216 19 0 0 25 0 1 0 802601647 346406912 68435 33554432000 4194304 4394578 140736825057072 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 2 0 0 0
/proc/15300/statm: 84572 68435 266 49 0 81713 0
Current children cumulated CPU time (s) 4482.35
Current children cumulated vsize (KiB) 338288

[startup+4542.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/562 15448
/proc/meminfo: memFree=2889544/32950928 swapFree=41528364/67111528
[pid=15300] ppid=15298 vsize=342896 CPUtime=4542.35 cores=0,2,4,6
/proc/15300/stat : 15300 (SApperloT2010) R 15298 15300 13470 0 -1 4202496 69636 0 0 0 454216 19 0 0 25 0 1 0 802601647 351125504 69307 33554432000 4194304 4394578 140736825057072 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 2 0 0 0
/proc/15300/statm: 85724 69307 266 49 0 82865 0
Current children cumulated CPU time (s) 4542.35
Current children cumulated vsize (KiB) 342896

[startup+4602.3 s]
/proc/loadavg: 2.12 2.04 2.01 3/562 15450
/proc/meminfo: memFree=2875624/32950928 swapFree=41528364/67111528
[pid=15300] ppid=15298 vsize=344944 CPUtime=4602.37 cores=0,2,4,6
/proc/15300/stat : 15300 (SApperloT2010) R 15298 15300 13470 0 -1 4202496 70039 0 0 0 460218 19 0 0 25 0 1 0 802601647 353222656 69710 33554432000 4194304 4394578 140736825057072 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 2 0 0 0
/proc/15300/statm: 86236 69710 266 49 0 83377 0
Current children cumulated CPU time (s) 4602.37
Current children cumulated vsize (KiB) 344944

[startup+4662.3 s]
/proc/loadavg: 2.17 2.06 2.01 3/562 15451
/proc/meminfo: memFree=2868156/32950928 swapFree=41528364/67111528
[pid=15300] ppid=15298 vsize=344944 CPUtime=4662.35 cores=0,2,4,6
/proc/15300/stat : 15300 (SApperloT2010) R 15298 15300 13470 0 -1 4202496 70061 0 0 0 466216 19 0 0 25 0 1 0 802601647 353222656 69732 33554432000 4194304 4394578 140736825057072 18446744073709551615 4299387 0 0 4096 6 0 0 0 17 2 0 0 0
/proc/15300/statm: 86236 69732 266 49 0 83377 0
Current children cumulated CPU time (s) 4662.35
Current children cumulated vsize (KiB) 344944

[startup+4722.32 s]
/proc/loadavg: 2.11 2.06 2.01 3/562 15453
/proc/meminfo: memFree=2861060/32950928 swapFree=41528364/67111528
[pid=15300] ppid=15298 vsize=344944 CPUtime=4722.37 cores=0,2,4,6
/proc/15300/stat : 15300 (SApperloT2010) R 15298 15300 13470 0 -1 4202496 70063 0 0 0 472218 19 0 0 25 0 1 0 802601647 353222656 69734 33554432000 4194304 4394578 140736825057072 18446744073709551615 4298841 0 0 4096 6 0 0 0 17 2 0 0 0
/proc/15300/statm: 86236 69734 266 49 0 83377 0
Current children cumulated CPU time (s) 4722.37
Current children cumulated vsize (KiB) 344944

[startup+4782.3 s]
/proc/loadavg: 2.04 2.05 2.01 3/562 15454
/proc/meminfo: memFree=2838464/32950928 swapFree=41528364/67111528
[pid=15300] ppid=15298 vsize=352624 CPUtime=4782.35 cores=0,2,4,6
/proc/15300/stat : 15300 (SApperloT2010) R 15298 15300 13470 0 -1 4202496 71513 0 0 0 478216 19 0 0 25 0 1 0 802601647 361086976 71184 33554432000 4194304 4394578 140736825057072 18446744073709551615 4298826 0 0 4096 6 0 0 0 17 2 0 0 0
/proc/15300/statm: 88156 71184 266 49 0 85297 0
Current children cumulated CPU time (s) 4782.35
Current children cumulated vsize (KiB) 352624

[startup+4842.3 s]
/proc/loadavg: 2.12 2.07 2.01 3/562 15456
/proc/meminfo: memFree=2809784/32950928 swapFree=41528364/67111528
[pid=15300] ppid=15298 vsize=352880 CPUtime=4842.35 cores=0,2,4,6
/proc/15300/stat : 15300 (SApperloT2010) R 15298 15300 13470 0 -1 4202496 71578 0 0 0 484215 20 0 0 25 0 1 0 802601647 361349120 71249 33554432000 4194304 4394578 140736825057072 18446744073709551615 4298826 0 0 4096 6 0 0 0 17 2 0 0 0
/proc/15300/statm: 88220 71249 266 49 0 85361 0
Current children cumulated CPU time (s) 4842.35
Current children cumulated vsize (KiB) 352880

[startup+4902.3 s]
/proc/loadavg: 2.10 2.07 2.01 3/562 15458
/proc/meminfo: memFree=2796104/32950928 swapFree=41528364/67111528
[pid=15300] ppid=15298 vsize=353136 CPUtime=4902.35 cores=0,2,4,6
/proc/15300/stat : 15300 (SApperloT2010) R 15298 15300 13470 0 -1 4202496 71636 0 0 0 490215 20 0 0 25 0 1 0 802601647 361611264 71307 33554432000 4194304 4394578 140736825057072 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 2 0 0 0
/proc/15300/statm: 88284 71307 266 49 0 85425 0
Current children cumulated CPU time (s) 4902.35
Current children cumulated vsize (KiB) 353136

[startup+4962.3 s]
/proc/loadavg: 2.03 2.05 2.01 3/562 15459
/proc/meminfo: memFree=2784548/32950928 swapFree=41528364/67111528
[pid=15300] ppid=15298 vsize=356852 CPUtime=4962.35 cores=0,2,4,6
/proc/15300/stat : 15300 (SApperloT2010) R 15298 15300 13470 0 -1 4202496 72277 0 0 0 496215 20 0 0 25 0 1 0 802601647 365416448 71948 33554432000 4194304 4394578 140736825057072 18446744073709551615 4298364 0 0 4096 6 0 0 0 17 2 0 0 0
/proc/15300/statm: 89213 71948 266 49 0 86354 0
Current children cumulated CPU time (s) 4962.35
Current children cumulated vsize (KiB) 356852



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5000 s]
/proc/loadavg: 2.02 2.04 2.00 2/560 15461
/proc/meminfo: memFree=3689628/32950928 swapFree=41528364/67111528
[pid=15300] ppid=15298 vsize=356852 CPUtime=5000.07 cores=0,2,4,6
/proc/15300/stat : 15300 (SApperloT2010) R 15298 15300 13470 0 -1 4202496 72285 0 0 0 499987 20 0 0 25 0 1 0 802601647 365416448 71956 33554432000 4194304 4394578 140736825057072 18446744073709551615 4298818 0 0 4096 6 0 0 0 17 2 0 0 0
/proc/15300/statm: 89213 71956 266 49 0 86354 0
Current children cumulated CPU time (s) 5000.07
Current children cumulated vsize (KiB) 356852

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): 5000.03
CPU time (s): 5000.1
CPU user time (s): 4999.88
CPU system time (s): 0.218966
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 356852

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

runsolver used 29.4725 second user time and 62.1905 second system time

The end

Launcher Data

Begin job on node126 at 2011-06-01 08:33:50
IDJOB=3439238
IDBENCH=83896
IDSOLVER=1933
FILE ID=node126/3439238-1306910029
RUNJOBID= node126-1306905025-14971
PBS_JOBID= 13488450
Free space on /tmp= 3480 MiB

SOLVER NAME= SApperloT2010 2011-05-15 (fixed)
BENCH NAME= SAT03/handmade/anton/UNSAT/SGI_30_70_27_50_3-dir.shuffled-as.sat03-169.cnf
COMMAND LINE= SApperloT2010 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3439238-1306910029/watcher-3439238-1306910029 -o /tmp/evaluation-result-3439238-1306910029/solver-3439238-1306910029 -C 5000 -W 5100 -M 15500  SApperloT2010 HOME/instance-3439238-1306910029.cnf

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

MD5SUM BENCH= b5a637600c242725f15a247a84bdea1b
RANDOM SEED=774986629

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:       3976640 kB
Buffers:        123368 kB
Cached:       26118164 kB
SwapCached:      15072 kB
Active:       14477704 kB
Inactive:     13530968 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:       3976640 kB
SwapTotal:    67111528 kB
SwapFree:     41528364 kB
Dirty:            2880 kB
Writeback:           0 kB
AnonPages:     1765064 kB
Mapped:          23964 kB
Slab:           794736 kB
PageTables:     100032 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 176409424 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= 3480 MiB
End job on node126 at 2011-06-01 09:57:12