Trace number 3380185

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.06 1300.04

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
openstacks-sequencedstrips-nonadl-nonnegated-os-sequencedstrips-p30_3.025-NOTKNOWN.cnf
MD5SUM3c5c73741ba21d5f39c7f436ba834743
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables95456
Number of clauses483561
Sum of the clauses size1149911
Maximum clause length63
Minimum clause length1
Number of clauses of size 1211
Number of clauses of size 2477300
Number of clauses of size 31500
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 54550

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

running on 2 cores: 4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 3.14 2.60 3.20 5/307 23935
/proc/meminfo: memFree=10760380/32950928 swapFree=67083212/67111528
[pid=23935] ppid=23933 vsize=23532 CPUtime=0 cores=4,6
/proc/23935/stat : 23935 (SApperloT2010) R 23933 23935 14866 0 -1 4202496 2909 0 0 0 0 0 0 0 22 0 1 0 657118053 24096768 2849 33554432000 4194304 4394578 140734838597968 18446744073709551615 4280325 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/23935/statm: 5883 2856 244 49 0 3024 0

[startup+0.109613 s]
/proc/loadavg: 3.14 2.60 3.20 5/307 23935
/proc/meminfo: memFree=10760380/32950928 swapFree=67083212/67111528
[pid=23935] ppid=23933 vsize=37988 CPUtime=0.1 cores=4,6
/proc/23935/stat : 23935 (SApperloT2010) R 23933 23935 14866 0 -1 4202496 5872 0 0 0 9 1 0 0 22 0 1 0 657118053 38899712 5812 33554432000 4194304 4394578 140734838597968 18446744073709551615 208079893189 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/23935/statm: 9497 5812 248 49 0 6638 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 37988

[startup+0.200596 s]
/proc/loadavg: 3.14 2.60 3.20 5/307 23935
/proc/meminfo: memFree=10760380/32950928 swapFree=67083212/67111528
[pid=23935] ppid=23933 vsize=46564 CPUtime=0.19 cores=4,6
/proc/23935/stat : 23935 (SApperloT2010) R 23933 23935 14866 0 -1 4202496 8024 0 0 0 18 1 0 0 22 0 1 0 657118053 47681536 7964 33554432000 4194304 4394578 140734838597968 18446744073709551615 208079893189 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/23935/statm: 11641 7965 248 49 0 8782 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 46564

[startup+0.300576 s]
/proc/loadavg: 3.14 2.60 3.20 5/307 23935
/proc/meminfo: memFree=10760380/32950928 swapFree=67083212/67111528
[pid=23935] ppid=23933 vsize=62140 CPUtime=0.29 cores=4,6
/proc/23935/stat : 23935 (SApperloT2010) R 23933 23935 14866 0 -1 4202496 11737 0 0 0 27 2 0 0 23 0 1 0 657118053 63631360 11676 33554432000 4194304 4394578 140734838597968 18446744073709551615 208080256919 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/23935/statm: 15535 11676 256 49 0 12676 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 62140

[startup+0.700503 s]
/proc/loadavg: 3.14 2.60 3.20 5/307 23935
/proc/meminfo: memFree=10760380/32950928 swapFree=67083212/67111528
[pid=23935] ppid=23933 vsize=68856 CPUtime=0.68 cores=4,6
/proc/23935/stat : 23935 (SApperloT2010) R 23933 23935 14866 0 -1 4202496 14168 0 0 0 60 8 0 0 25 0 1 0 657118053 70508544 12280 33554432000 4194304 4394578 140734838597968 18446744073709551615 4323119 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/23935/statm: 17214 12280 259 49 0 14355 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 68856

[startup+1.50034 s]
/proc/loadavg: 3.14 2.60 3.20 5/308 23936
/proc/meminfo: memFree=10692080/32950928 swapFree=67083212/67111528
[pid=23935] ppid=23933 vsize=77676 CPUtime=1.49 cores=4,6
/proc/23935/stat : 23935 (SApperloT2010) R 23933 23935 14866 0 -1 4202496 16845 0 0 0 140 9 0 0 25 0 1 0 657118053 79540224 14957 33554432000 4194304 4394578 140734838597968 18446744073709551615 4288108 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/23935/statm: 19419 14957 267 49 0 16560 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 77676

[startup+3.10104 s]
/proc/loadavg: 3.21 2.62 3.20 5/308 23936
/proc/meminfo: memFree=10682160/32950928 swapFree=67083212/67111528
[pid=23935] ppid=23933 vsize=80740 CPUtime=3.09 cores=4,6
/proc/23935/stat : 23935 (SApperloT2010) R 23933 23935 14866 0 -1 4202496 17619 0 0 0 300 9 0 0 25 0 1 0 657118053 82677760 15731 33554432000 4194304 4394578 140734838597968 18446744073709551615 4287965 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/23935/statm: 20185 15731 267 49 0 17326 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 80740

[startup+6.30043 s]
/proc/loadavg: 3.21 2.62 3.20 5/308 23936
/proc/meminfo: memFree=10656228/32950928 swapFree=67083212/67111528
[pid=23935] ppid=23933 vsize=86980 CPUtime=6.29 cores=4,6
/proc/23935/stat : 23935 (SApperloT2010) R 23933 23935 14866 0 -1 4202496 19155 0 0 0 620 9 0 0 25 0 1 0 657118053 89067520 17267 33554432000 4194304 4394578 140734838597968 18446744073709551615 4287700 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/23935/statm: 21745 17267 267 49 0 18886 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 86980

[startup+12.7002 s]
/proc/loadavg: 3.40 2.68 3.21 5/308 23936
/proc/meminfo: memFree=10619784/32950928 swapFree=67083212/67111528
[pid=23935] ppid=23933 vsize=99536 CPUtime=12.68 cores=4,6
/proc/23935/stat : 23935 (SApperloT2010) R 23933 23935 14866 0 -1 4202496 22258 0 0 0 1259 9 0 0 25 0 1 0 657118053 101924864 20370 33554432000 4194304 4394578 140734838597968 18446744073709551615 4295838 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/23935/statm: 24884 20370 267 49 0 22025 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 99536

[startup+25.5008 s]
/proc/loadavg: 3.50 2.72 3.22 5/308 23937
/proc/meminfo: memFree=10543288/32950928 swapFree=67083212/67111528
[pid=23935] ppid=23933 vsize=115960 CPUtime=25.47 cores=4,6
/proc/23935/stat : 23935 (SApperloT2010) R 23933 23935 14866 0 -1 4202496 26342 0 0 0 2537 10 0 0 25 0 1 0 657118053 118743040 24454 33554432000 4194304 4394578 140734838597968 18446744073709551615 4290851 0 0 4096 6 0 0 0 17 6 0 0 0
/proc/23935/statm: 28990 24454 267 49 0 26131 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 115960

[startup+51.101 s]
/proc/loadavg: 3.67 2.83 3.24 5/308 23937
/proc/meminfo: memFree=10367892/32950928 swapFree=67083212/67111528
[pid=23935] ppid=23933 vsize=182144 CPUtime=51.07 cores=4,6
/proc/23935/stat : 23935 (SApperloT2010) R 23933 23935 14866 0 -1 4202496 42712 0 0 0 5094 13 0 0 25 0 1 0 657118053 186515456 40824 33554432000 4194304 4394578 140734838597968 18446744073709551615 4288318 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/23935/statm: 45536 40824 267 49 0 42677 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 182144

[startup+102.301 s]
/proc/loadavg: 3.87 3.02 3.28 5/308 23939
/proc/meminfo: memFree=10015472/32950928 swapFree=67083212/67111528
[pid=23935] ppid=23933 vsize=300388 CPUtime=102.28 cores=4,6
/proc/23935/stat : 23935 (SApperloT2010) R 23933 23935 14866 0 -1 4202496 72195 0 0 0 10209 19 0 0 25 0 1 0 657118053 307597312 70307 33554432000 4194304 4394578 140734838597968 18446744073709551615 4288217 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/23935/statm: 75097 70307 267 49 0 72238 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 300388

[startup+162.301 s]
/proc/loadavg: 3.95 3.20 3.32 5/308 23940
/proc/meminfo: memFree=9638592/32950928 swapFree=67083212/67111528
[pid=23935] ppid=23933 vsize=424896 CPUtime=162.27 cores=4,6
/proc/23935/stat : 23935 (SApperloT2010) R 23933 23935 14866 0 -1 4202496 103802 0 0 0 16203 24 0 0 25 0 1 0 657118053 435093504 100889 33554432000 4194304 4394578 140734838597968 18446744073709551615 4292080 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/23935/statm: 106224 100889 267 49 0 103365 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 424896

[startup+222.311 s]
/proc/loadavg: 4.04 3.36 3.37 5/308 23942
/proc/meminfo: memFree=9245104/32950928 swapFree=67083212/67111528
[pid=23935] ppid=23933 vsize=580968 CPUtime=222.28 cores=4,6
/proc/23935/stat : 23935 (SApperloT2010) R 23933 23935 14866 0 -1 4202496 142993 0 0 0 22196 32 0 0 25 0 1 0 657118053 594911232 140080 33554432000 4194304 4394578 140734838597968 18446744073709551615 4288332 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/23935/statm: 145242 140080 267 49 0 142383 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 580968

[startup+282.301 s]
/proc/loadavg: 4.09 3.49 3.41 5/308 23944
/proc/meminfo: memFree=9056204/32950928 swapFree=67083212/67111528
[pid=23935] ppid=23933 vsize=627180 CPUtime=282.27 cores=4,6
/proc/23935/stat : 23935 (SApperloT2010) R 23933 23935 14866 0 -1 4202496 154552 0 0 0 28193 34 0 0 25 0 1 0 657118053 642232320 151639 33554432000 4194304 4394578 140734838597968 18446744073709551615 4288254 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/23935/statm: 156795 151639 267 49 0 153936 0
Current children cumulated CPU time (s) 282.27
Current children cumulated vsize (KiB) 627180

[startup+342.3 s]
/proc/loadavg: 4.07 3.59 3.45 5/308 23945
/proc/meminfo: memFree=8895580/32950928 swapFree=67083212/67111528
[pid=23935] ppid=23933 vsize=635372 CPUtime=342.27 cores=4,6
/proc/23935/stat : 23935 (SApperloT2010) R 23933 23935 14866 0 -1 4202496 157406 0 0 0 34193 34 0 0 25 0 1 0 657118053 650620928 152444 33554432000 4194304 4394578 140734838597968 18446744073709551615 4287949 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/23935/statm: 158843 152444 267 49 0 155984 0
Current children cumulated CPU time (s) 342.27
Current children cumulated vsize (KiB) 635372

[startup+402.301 s]
/proc/loadavg: 4.02 3.66 3.48 5/308 23947
/proc/meminfo: memFree=8842348/32950928 swapFree=67083212/67111528
[pid=23935] ppid=23933 vsize=635372 CPUtime=402.28 cores=4,6
/proc/23935/stat : 23935 (SApperloT2010) R 23933 23935 14866 0 -1 4202496 157914 0 0 0 40194 34 0 0 25 0 1 0 657118053 650620928 152952 33554432000 4194304 4394578 140734838597968 18446744073709551615 4288296 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/23935/statm: 158843 152952 267 49 0 155984 0
Current children cumulated CPU time (s) 402.28
Current children cumulated vsize (KiB) 635372

[startup+462.301 s]
/proc/loadavg: 4.01 3.72 3.51 5/308 23948
/proc/meminfo: memFree=8813056/32950928 swapFree=67083212/67111528
[pid=23935] ppid=23933 vsize=655032 CPUtime=462.28 cores=4,6
/proc/23935/stat : 23935 (SApperloT2010) R 23933 23935 14866 0 -1 4202496 162895 0 0 0 46193 35 0 0 25 0 1 0 657118053 670752768 157933 33554432000 4194304 4394578 140734838597968 18446744073709551615 4287749 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/23935/statm: 163758 157933 267 49 0 160899 0
Current children cumulated CPU time (s) 462.28
Current children cumulated vsize (KiB) 655032

[startup+522.3 s]
/proc/loadavg: 4.07 3.79 3.54 5/308 23950
/proc/meminfo: memFree=8783380/32950928 swapFree=67083212/67111528
[pid=23935] ppid=23933 vsize=655032 CPUtime=522.28 cores=4,6
/proc/23935/stat : 23935 (SApperloT2010) R 23933 23935 14866 0 -1 4202496 162902 0 0 0 52193 35 0 0 25 0 1 0 657118053 670752768 157940 33554432000 4194304 4394578 140734838597968 18446744073709551615 4287920 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/23935/statm: 163758 157940 267 49 0 160899 0
Current children cumulated CPU time (s) 522.28
Current children cumulated vsize (KiB) 655032

[startup+582.301 s]
/proc/loadavg: 4.02 3.82 3.57 5/308 23952
/proc/meminfo: memFree=8756548/32950928 swapFree=67083212/67111528
[pid=23935] ppid=23933 vsize=655032 CPUtime=582.28 cores=4,6
/proc/23935/stat : 23935 (SApperloT2010) R 23933 23935 14866 0 -1 4202496 162921 0 0 0 58193 35 0 0 25 0 1 0 657118053 670752768 157959 33554432000 4194304 4394578 140734838597968 18446744073709551615 4288355 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/23935/statm: 163758 157959 267 49 0 160899 0
Current children cumulated CPU time (s) 582.28
Current children cumulated vsize (KiB) 655032

[startup+642.3 s]
/proc/loadavg: 4.01 3.85 3.59 5/308 23953
/proc/meminfo: memFree=8673932/32950928 swapFree=67083212/67111528
[pid=23935] ppid=23933 vsize=678408 CPUtime=642.28 cores=4,6
/proc/23935/stat : 23935 (SApperloT2010) R 23933 23935 14866 0 -1 4202496 168725 0 0 0 64192 36 0 0 25 0 1 0 657118053 694689792 163763 33554432000 4194304 4394578 140734838597968 18446744073709551615 4287546 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/23935/statm: 169602 163763 267 49 0 166743 0
Current children cumulated CPU time (s) 642.28
Current children cumulated vsize (KiB) 678408

[startup+702.301 s]
/proc/loadavg: 4.00 3.88 3.62 5/308 23955
/proc/meminfo: memFree=8648848/32950928 swapFree=67083212/67111528
[pid=23935] ppid=23933 vsize=678408 CPUtime=702.29 cores=4,6
/proc/23935/stat : 23935 (SApperloT2010) R 23933 23935 14866 0 -1 4202496 168737 0 0 0 70193 36 0 0 25 0 1 0 657118053 694689792 163775 33554432000 4194304 4394578 140734838597968 18446744073709551615 4287940 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/23935/statm: 169602 163775 267 49 0 166743 0
Current children cumulated CPU time (s) 702.29
Current children cumulated vsize (KiB) 678408

[startup+762.3 s]
/proc/loadavg: 4.03 3.91 3.64 5/308 23956
/proc/meminfo: memFree=8630080/32950928 swapFree=67083212/67111528
[pid=23935] ppid=23933 vsize=697348 CPUtime=762.3 cores=4,6
/proc/23935/stat : 23935 (SApperloT2010) R 23933 23935 14866 0 -1 4202496 173453 0 0 0 76193 37 0 0 25 0 1 0 657118053 714084352 168491 33554432000 4194304 4394578 140734838597968 18446744073709551615 4287723 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/23935/statm: 174337 168491 267 49 0 171478 0
Current children cumulated CPU time (s) 762.3
Current children cumulated vsize (KiB) 697348

[startup+822.301 s]
/proc/loadavg: 4.05 3.94 3.67 5/308 23958
/proc/meminfo: memFree=8614176/32950928 swapFree=67083212/67111528
[pid=23935] ppid=23933 vsize=697348 CPUtime=822.29 cores=4,6
/proc/23935/stat : 23935 (SApperloT2010) R 23933 23935 14866 0 -1 4202496 173457 0 0 0 82192 37 0 0 25 0 1 0 657118053 714084352 168495 33554432000 4194304 4394578 140734838597968 18446744073709551615 4290832 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/23935/statm: 174337 168495 267 49 0 171478 0
Current children cumulated CPU time (s) 822.29
Current children cumulated vsize (KiB) 697348

[startup+882.312 s]
/proc/loadavg: 4.02 3.95 3.68 5/308 23960
/proc/meminfo: memFree=8584256/32950928 swapFree=67083212/67111528
[pid=23935] ppid=23933 vsize=697348 CPUtime=882.3 cores=4,6
/proc/23935/stat : 23935 (SApperloT2010) R 23933 23935 14866 0 -1 4202496 174252 0 0 0 88193 37 0 0 25 0 1 0 657118053 714084352 169290 33554432000 4194304 4394578 140734838597968 18446744073709551615 4287940 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/23935/statm: 174337 169290 267 49 0 171478 0
Current children cumulated CPU time (s) 882.3
Current children cumulated vsize (KiB) 697348

[startup+942.301 s]
/proc/loadavg: 4.00 3.95 3.70 5/308 23961
/proc/meminfo: memFree=8505728/32950928 swapFree=67083212/67111528
[pid=23935] ppid=23933 vsize=708732 CPUtime=942.3 cores=4,6
/proc/23935/stat : 23935 (SApperloT2010) R 23933 23935 14866 0 -1 4202496 177110 0 0 0 94192 38 0 0 25 0 1 0 657118053 725741568 172148 33554432000 4194304 4394578 140734838597968 18446744073709551615 4287957 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/23935/statm: 177183 172148 267 49 0 174324 0
Current children cumulated CPU time (s) 942.3
Current children cumulated vsize (KiB) 708732

[startup+1002.3 s]
/proc/loadavg: 4.00 3.96 3.72 5/308 23963
/proc/meminfo: memFree=8458948/32950928 swapFree=67083212/67111528
[pid=23935] ppid=23933 vsize=708732 CPUtime=1002.3 cores=4,6
/proc/23935/stat : 23935 (SApperloT2010) R 23933 23935 14866 0 -1 4202496 177110 0 0 0 100192 38 0 0 25 0 1 0 657118053 725741568 172148 33554432000 4194304 4394578 140734838597968 18446744073709551615 4298821 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/23935/statm: 177183 172148 267 49 0 174324 0
Current children cumulated CPU time (s) 1002.3
Current children cumulated vsize (KiB) 708732

[startup+1062.3 s]
/proc/loadavg: 4.07 3.99 3.74 5/308 23964
/proc/meminfo: memFree=8443296/32950928 swapFree=67083212/67111528
[pid=23935] ppid=23933 vsize=724900 CPUtime=1062.3 cores=4,6
/proc/23935/stat : 23935 (SApperloT2010) R 23933 23935 14866 0 -1 4202496 180926 0 0 0 106192 38 0 0 25 0 1 0 657118053 742297600 175964 33554432000 4194304 4394578 140734838597968 18446744073709551615 4288245 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/23935/statm: 181225 175964 267 49 0 178366 0
Current children cumulated CPU time (s) 1062.3
Current children cumulated vsize (KiB) 724900

[startup+1122.3 s]
/proc/loadavg: 4.02 3.99 3.75 5/308 23966
/proc/meminfo: memFree=8431868/32950928 swapFree=67083212/67111528
[pid=23935] ppid=23933 vsize=724900 CPUtime=1122.3 cores=4,6
/proc/23935/stat : 23935 (SApperloT2010) R 23933 23935 14866 0 -1 4202496 180928 0 0 0 112192 38 0 0 25 0 1 0 657118053 742297600 175966 33554432000 4194304 4394578 140734838597968 18446744073709551615 4287940 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/23935/statm: 181225 175966 267 49 0 178366 0
Current children cumulated CPU time (s) 1122.3
Current children cumulated vsize (KiB) 724900

[startup+1182.3 s]
/proc/loadavg: 4.01 3.99 3.77 5/308 23968
/proc/meminfo: memFree=8393260/32950928 swapFree=67083212/67111528
[pid=23935] ppid=23933 vsize=741284 CPUtime=1182.3 cores=4,6
/proc/23935/stat : 23935 (SApperloT2010) R 23933 23935 14866 0 -1 4202496 185039 0 0 0 118192 38 0 0 25 0 1 0 657118053 759074816 180077 33554432000 4194304 4394578 140734838597968 18446744073709551615 4288122 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/23935/statm: 185321 180077 267 49 0 182462 0
Current children cumulated CPU time (s) 1182.3
Current children cumulated vsize (KiB) 741284

[startup+1242.3 s]
/proc/loadavg: 3.47 3.88 3.74 2/290 24023
/proc/meminfo: memFree=11733312/32950928 swapFree=67083212/67111528
[pid=23935] ppid=23933 vsize=741284 CPUtime=1242.31 cores=4,6
/proc/23935/stat : 23935 (SApperloT2010) R 23933 23935 14866 0 -1 4202496 185046 0 0 0 124192 39 0 0 25 0 1 0 657118053 759074816 180084 33554432000 4194304 4394578 140734838597968 18446744073709551615 4287920 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/23935/statm: 185321 180084 267 49 0 182462 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 741284



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 2.05 3.41 3.58 2/290 24025
/proc/meminfo: memFree=11723828/32950928 swapFree=67083212/67111528
[pid=23935] ppid=23933 vsize=751204 CPUtime=1300.02 cores=4,6
/proc/23935/stat : 23935 (SApperloT2010) R 23933 23935 14866 0 -1 4202496 187522 0 0 0 129963 39 0 0 25 0 1 0 657118053 769232896 182560 33554432000 4194304 4394578 140734838597968 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/23935/statm: 187801 182560 267 49 0 184942 0
Current children cumulated CPU time (s) 1300.02
Current children cumulated vsize (KiB) 751204

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

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

[startup+1300 s]
/proc/loadavg: 2.05 3.41 3.58 2/290 24025
/proc/meminfo: memFree=11723828/32950928 swapFree=67083212/67111528
[pid=23935] ppid=23933 vsize=751204 CPUtime=1300.02 cores=4,6
/proc/23935/stat : 23935 (SApperloT2010) R 23933 23935 14866 0 -1 4202496 187522 0 0 0 129963 39 0 0 25 0 1 0 657118053 769232896 182560 33554432000 4194304 4394578 140734838597968 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/23935/statm: 187801 182560 267 49 0 184942 0
Current children cumulated CPU time (s) 1300.02
Current children cumulated vsize (KiB) 751204

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.04
CPU time (s): 1300.06
CPU user time (s): 1299.63
CPU system time (s): 0.426935
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 751204

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.63
system time used= 0.426935
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 187522
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= 8
involuntary context switches= 1867

runsolver used 3.46447 second user time and 8.39472 second system time

The end

Launcher Data

Begin job on node127 at 2011-05-15 12:26:24
IDJOB=3380185
IDBENCH=82381
IDSOLVER=1862
FILE ID=node127/3380185-1305455184
RUNJOBID= node127-1305455111-23865
PBS_JOBID= 13324863
Free space on /tmp= 73208 MiB

SOLVER NAME= SApperloT2010 2011-05-15 (fixed)
BENCH NAME= SAT11/application/rintanen/SATPlanning/openstacks-sequencedstrips-nonadl-nonnegated-os-sequencedstrips-p30_3.025-NOTKNOWN.cnf
COMMAND LINE= SApperloT2010 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3380185-1305455184/watcher-3380185-1305455184 -o /tmp/evaluation-result-3380185-1305455184/solver-3380185-1305455184 -C 2400 -W 1300 -M 7680  SApperloT2010 HOME/instance-3380185-1305455184.cnf

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

MD5SUM BENCH= 3c5c73741ba21d5f39c7f436ba834743
RANDOM SEED=666367473

node127.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.823
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.64
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.823
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.83
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.823
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.823
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.86
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.823
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.823
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.823
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.60
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.823
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      10760536 kB
Buffers:        311920 kB
Cached:        4315600 kB
SwapCached:       1620 kB
Active:       19002884 kB
Inactive:      2848036 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      10760536 kB
SwapTotal:    67111528 kB
SwapFree:     67083212 kB
Dirty:           23480 kB
Writeback:           8 kB
AnonPages:    17221440 kB
Mapped:          26876 kB
Slab:           225592 kB
PageTables:      50120 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 45925872 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= 73508 MiB
End job on node127 at 2011-05-15 12:48:06