Trace number 3349937

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
minisat hack: LR_NOGL_NOSHR 2011-03-02? (TO) 1300.13 1300.08

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-3349937-1304969434/watcher-3349937-1304969434 -o /tmp/evaluation-result-3349937-1304969434/solver-3349937-1304969434 -C 2400 -W 1300 -M 7680 HOME/lr_gl_shr HOME/instance-3349937-1304969434.cnf -verb=0 -model -no-shrinking -no-glucose 

running on 2 cores: 0,2

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


[startup+0 s]
/proc/loadavg: 3.90 3.94 3.03 5/363 26832
/proc/meminfo: memFree=12757900/32950928 swapFree=67111200/67111528
[pid=26832] ppid=26830 vsize=20528 CPUtime=0 cores=0,2
/proc/26832/stat : 26832 (lr_gl_shr) R 26830 26832 26572 0 -1 4202496 651 0 0 0 0 0 0 0 24 0 1 0 687174066 21020672 593 33554432000 4194304 4300056 140736165817888 18446744073709551615 256415391488 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/26832/statm: 5132 593 222 26 0 1764 0

[startup+0.10837 s]
/proc/loadavg: 3.90 3.94 3.03 5/363 26832
/proc/meminfo: memFree=12757900/32950928 swapFree=67111200/67111528
[pid=26832] ppid=26830 vsize=31496 CPUtime=0.09 cores=0,2
/proc/26832/stat : 26832 (lr_gl_shr) R 26830 26832 26572 0 -1 4202496 4111 0 0 0 9 0 0 0 24 0 1 0 687174066 32251904 3674 33554432000 4194304 4300056 140736165817888 18446744073709551615 256415052485 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/26832/statm: 7874 3675 222 26 0 4506 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 31496

[startup+0.200353 s]
/proc/loadavg: 3.90 3.94 3.03 5/363 26832
/proc/meminfo: memFree=12757900/32950928 swapFree=67111200/67111528
[pid=26832] ppid=26830 vsize=43952 CPUtime=0.19 cores=0,2
/proc/26832/stat : 26832 (lr_gl_shr) R 26830 26832 26572 0 -1 4202496 8002 0 0 0 18 1 0 0 24 0 1 0 687174066 45006848 6953 33554432000 4194304 4300056 140736165817888 18446744073709551615 4200653 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/26832/statm: 10988 6955 222 26 0 7620 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 43952

[startup+0.30035 s]
/proc/loadavg: 3.90 3.94 3.03 5/363 26832
/proc/meminfo: memFree=12757900/32950928 swapFree=67111200/67111528
[pid=26832] ppid=26830 vsize=49060 CPUtime=0.29 cores=0,2
/proc/26832/stat : 26832 (lr_gl_shr) R 26830 26832 26572 0 -1 4202496 8688 0 0 0 28 1 0 0 25 0 1 0 687174066 50237440 7571 33554432000 4194304 4300056 140736165817888 18446744073709551615 4255775 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/26832/statm: 12265 7571 227 26 0 8897 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 49060

[startup+0.700262 s]
/proc/loadavg: 3.90 3.94 3.03 5/363 26832
/proc/meminfo: memFree=12757900/32950928 swapFree=67111200/67111528
[pid=26832] ppid=26830 vsize=44696 CPUtime=0.68 cores=0,2
/proc/26832/stat : 26832 (lr_gl_shr) R 26830 26832 26572 0 -1 4202496 10403 0 0 0 67 1 0 0 25 0 1 0 687174066 45768704 6851 33554432000 4194304 4300056 140736165817888 18446744073709551615 4252414 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/26832/statm: 11174 6851 246 26 0 7806 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 44696

[startup+1.5011 s]
/proc/loadavg: 3.90 3.94 3.03 5/364 26834
/proc/meminfo: memFree=12720080/32950928 swapFree=67111200/67111528
[pid=26832] ppid=26830 vsize=44836 CPUtime=1.49 cores=0,2
/proc/26832/stat : 26832 (lr_gl_shr) R 26830 26832 26572 0 -1 4202496 10623 0 0 0 147 2 0 0 25 0 1 0 687174066 45912064 7069 33554432000 4194304 4300056 140736165817888 18446744073709551615 4252516 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/26832/statm: 11209 7069 246 26 0 7841 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 44836

[startup+3.1008 s]
/proc/loadavg: 3.90 3.94 3.03 5/364 26834
/proc/meminfo: memFree=12704332/32950928 swapFree=67111200/67111528
[pid=26832] ppid=26830 vsize=47556 CPUtime=3.09 cores=0,2
/proc/26832/stat : 26832 (lr_gl_shr) R 26830 26832 26572 0 -1 4202496 11406 0 0 0 307 2 0 0 25 0 1 0 687174066 48697344 7851 33554432000 4194304 4300056 140736165817888 18446744073709551615 4252402 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/26832/statm: 11889 7852 246 26 0 8521 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 47556

[startup+6.30119 s]
/proc/loadavg: 3.83 3.93 3.03 4/362 26835
/proc/meminfo: memFree=13016856/32950928 swapFree=67111200/67111528
[pid=26832] ppid=26830 vsize=51976 CPUtime=6.29 cores=0,2
/proc/26832/stat : 26832 (lr_gl_shr) R 26830 26832 26572 0 -1 4202496 11943 0 0 0 627 2 0 0 25 0 1 0 687174066 53223424 8388 33554432000 4194304 4300056 140736165817888 18446744073709551615 4252435 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/26832/statm: 12994 8388 247 26 0 9626 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 51976

[startup+12.701 s]
/proc/loadavg: 3.84 3.93 3.03 5/364 26862
/proc/meminfo: memFree=12590908/32950928 swapFree=67111200/67111528
[pid=26832] ppid=26830 vsize=59156 CPUtime=12.69 cores=0,2
/proc/26832/stat : 26832 (lr_gl_shr) R 26830 26832 26572 0 -1 4202496 13093 0 0 0 1267 2 0 0 25 0 1 0 687174066 60575744 9538 33554432000 4194304 4300056 140736165817888 18446744073709551615 4252435 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/26832/statm: 14789 9538 247 26 0 11421 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 59156

[startup+25.5005 s]
/proc/loadavg: 3.88 3.93 3.05 5/364 26862
/proc/meminfo: memFree=12482564/32950928 swapFree=67111200/67111528
[pid=26832] ppid=26830 vsize=89800 CPUtime=25.49 cores=0,2
/proc/26832/stat : 26832 (lr_gl_shr) R 26830 26832 26572 0 -1 4202496 18656 0 0 0 2546 3 0 0 25 0 1 0 687174066 91955200 15086 33554432000 4194304 4300056 140736165817888 18446744073709551615 4252688 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/26832/statm: 22450 15086 247 26 0 19082 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 89800

[startup+51.1006 s]
/proc/loadavg: 4.04 3.97 3.08 5/364 26863
/proc/meminfo: memFree=12382460/32950928 swapFree=67111200/67111528
[pid=26832] ppid=26830 vsize=171064 CPUtime=51.09 cores=0,2
/proc/26832/stat : 26832 (lr_gl_shr) R 26830 26832 26572 0 -1 4202496 30131 0 0 0 5103 6 0 0 25 0 1 0 687174066 175169536 26548 33554432000 4194304 4300056 140736165817888 18446744073709551615 4273366 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/26832/statm: 42766 26548 247 26 0 39398 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 171064

[startup+102.301 s]
/proc/loadavg: 4.02 3.97 3.13 5/364 26864
/proc/meminfo: memFree=11926016/32950928 swapFree=67111200/67111528
[pid=26832] ppid=26830 vsize=254848 CPUtime=102.3 cores=0,2
/proc/26832/stat : 26832 (lr_gl_shr) R 26830 26832 26572 0 -1 4202496 50739 0 0 0 10220 10 0 0 25 0 1 0 687174066 260964352 47136 33554432000 4194304 4300056 140736165817888 18446744073709551615 4252402 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/26832/statm: 63712 47136 247 26 0 60344 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 254848

[startup+162.3 s]
/proc/loadavg: 4.07 3.99 3.19 5/364 26866
/proc/meminfo: memFree=11606680/32950928 swapFree=67111200/67111528
[pid=26832] ppid=26830 vsize=388880 CPUtime=162.3 cores=0,2
/proc/26832/stat : 26832 (lr_gl_shr) R 26830 26832 26572 0 -1 4202496 72055 0 0 0 16215 15 0 0 25 0 1 0 687174066 398213120 68435 33554432000 4194304 4300056 140736165817888 18446744073709551615 4252528 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/26832/statm: 97220 68435 247 26 0 93852 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 388880

[startup+222.314 s]
/proc/loadavg: 4.08 4.00 3.24 5/364 26867
/proc/meminfo: memFree=11466364/32950928 swapFree=67111200/67111528
[pid=26832] ppid=26830 vsize=389972 CPUtime=222.31 cores=0,2
/proc/26832/stat : 26832 (lr_gl_shr) R 26830 26832 26572 0 -1 4202496 86962 0 0 0 22214 17 0 0 25 0 1 0 687174066 399331328 83337 33554432000 4194304 4300056 140736165817888 18446744073709551615 4252370 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/26832/statm: 97493 83337 247 26 0 94125 0
Current children cumulated CPU time (s) 222.31
Current children cumulated vsize (KiB) 389972

[startup+282.3 s]
/proc/loadavg: 4.03 4.00 3.28 5/364 26869
/proc/meminfo: memFree=10959424/32950928 swapFree=67111200/67111528
[pid=26832] ppid=26830 vsize=606332 CPUtime=282.3 cores=0,2
/proc/26832/stat : 26832 (lr_gl_shr) R 26830 26832 26572 0 -1 4202496 103163 0 0 0 28209 21 0 0 25 0 1 0 687174066 620883968 99522 33554432000 4194304 4300056 140736165817888 18446744073709551615 4252622 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/26832/statm: 151583 99522 247 26 0 148215 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 606332

[startup+342.301 s]
/proc/loadavg: 4.01 4.00 3.32 5/364 26898
/proc/meminfo: memFree=11368164/32950928 swapFree=67111200/67111528
[pid=26832] ppid=26830 vsize=607000 CPUtime=342.3 cores=0,2
/proc/26832/stat : 26832 (lr_gl_shr) R 26830 26832 26572 0 -1 4202496 117595 0 0 0 34206 24 0 0 25 0 1 0 687174066 621568000 113947 33554432000 4194304 4300056 140736165817888 18446744073709551615 4252420 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/26832/statm: 151750 113947 247 26 0 148382 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 607000

[startup+402.301 s]
/proc/loadavg: 4.04 4.01 3.37 5/364 26899
/proc/meminfo: memFree=11324036/32950928 swapFree=67111200/67111528
[pid=26832] ppid=26830 vsize=608428 CPUtime=402.31 cores=0,2
/proc/26832/stat : 26832 (lr_gl_shr) R 26830 26832 26572 0 -1 4202496 135563 0 0 0 40202 29 0 0 25 0 1 0 687174066 623030272 131897 33554432000 4194304 4300056 140736165817888 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/26832/statm: 152107 131897 247 26 0 148739 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 608428

[startup+462.301 s]
/proc/loadavg: 4.07 4.02 3.41 5/364 26901
/proc/meminfo: memFree=11040232/32950928 swapFree=67111200/67111528
[pid=26832] ppid=26830 vsize=958956 CPUtime=462.31 cores=0,2
/proc/26832/stat : 26832 (lr_gl_shr) R 26830 26832 26572 0 -1 4202496 153694 0 0 0 46198 33 0 0 25 0 1 0 687174066 981970944 150015 33554432000 4194304 4300056 140736165817888 18446744073709551615 4252449 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/26832/statm: 239739 150015 247 26 0 236371 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 958956

[startup+522.301 s]
/proc/loadavg: 4.02 4.02 3.45 5/364 26905
/proc/meminfo: memFree=11010144/32950928 swapFree=67111200/67111528
[pid=26832] ppid=26830 vsize=959832 CPUtime=522.3 cores=0,2
/proc/26832/stat : 26832 (lr_gl_shr) R 26830 26832 26572 0 -1 4202496 169227 0 0 0 52195 35 0 0 25 0 1 0 687174066 982867968 165535 33554432000 4194304 4300056 140736165817888 18446744073709551615 4252435 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/26832/statm: 239958 165535 247 26 0 236590 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 959832

[startup+582.301 s]
/proc/loadavg: 4.05 4.03 3.48 5/364 26907
/proc/meminfo: memFree=10669684/32950928 swapFree=67111200/67111528
[pid=26832] ppid=26830 vsize=960400 CPUtime=582.31 cores=0,2
/proc/26832/stat : 26832 (lr_gl_shr) R 26830 26832 26572 0 -1 4202496 183798 0 0 0 58193 38 0 0 25 0 1 0 687174066 983449600 180101 33554432000 4194304 4300056 140736165817888 18446744073709551615 4252402 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/26832/statm: 240100 180101 247 26 0 236732 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 960400

[startup+642.301 s]
/proc/loadavg: 4.02 4.02 3.51 5/364 26909
/proc/meminfo: memFree=10469616/32950928 swapFree=67111200/67111528
[pid=26832] ppid=26830 vsize=961152 CPUtime=642.31 cores=0,2
/proc/26832/stat : 26832 (lr_gl_shr) R 26830 26832 26572 0 -1 4202496 205109 0 0 0 64188 43 0 0 25 0 1 0 687174066 984219648 201403 33554432000 4194304 4300056 140736165817888 18446744073709551615 4252528 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/26832/statm: 240288 201403 247 26 0 236920 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 961152

[startup+702.301 s]
/proc/loadavg: 4.00 4.01 3.54 5/364 26910
/proc/meminfo: memFree=10051944/32950928 swapFree=67111200/67111528
[pid=26832] ppid=26830 vsize=962388 CPUtime=702.31 cores=0,2
/proc/26832/stat : 26832 (lr_gl_shr) R 26830 26832 26572 0 -1 4202496 223737 0 0 0 70184 47 0 0 25 0 1 0 687174066 985485312 220011 33554432000 4194304 4300056 140736165817888 18446744073709551615 4252384 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/26832/statm: 240597 220011 247 26 0 237229 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 962388

[startup+762.301 s]
/proc/loadavg: 4.03 4.02 3.57 5/364 26912
/proc/meminfo: memFree=9907196/32950928 swapFree=67111200/67111528
[pid=26832] ppid=26830 vsize=963824 CPUtime=762.33 cores=0,2
/proc/26832/stat : 26832 (lr_gl_shr) R 26830 26832 26572 0 -1 4202496 239128 0 0 0 76182 51 0 0 25 0 1 0 687174066 986955776 235393 33554432000 4194304 4300056 140736165817888 18446744073709551615 4273366 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/26832/statm: 240956 235393 247 26 0 237588 0
Current children cumulated CPU time (s) 762.33
Current children cumulated vsize (KiB) 963824

[startup+822.301 s]
/proc/loadavg: 4.01 4.02 3.59 5/364 26913
/proc/meminfo: memFree=9455668/32950928 swapFree=67111200/67111528
[pid=26832] ppid=26830 vsize=1533992 CPUtime=822.32 cores=0,2
/proc/26832/stat : 26832 (lr_gl_shr) R 26830 26832 26572 0 -1 4202496 262325 0 0 0 82177 55 0 0 25 0 1 0 687174066 1570807808 258575 33554432000 4194304 4300056 140736165817888 18446744073709551615 4252414 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/26832/statm: 383498 258575 247 26 0 380130 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 1533992

[startup+882.314 s]
/proc/loadavg: 4.06 4.03 3.62 5/364 26915
/proc/meminfo: memFree=9442136/32950928 swapFree=67111200/67111528
[pid=26832] ppid=26830 vsize=1535540 CPUtime=882.34 cores=0,2
/proc/26832/stat : 26832 (lr_gl_shr) R 26830 26832 26572 0 -1 4202496 278599 0 0 0 88175 59 0 0 25 0 1 0 687174066 1572392960 274839 33554432000 4194304 4300056 140736165817888 18446744073709551615 4256291 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/26832/statm: 383885 274839 247 26 0 380517 0
Current children cumulated CPU time (s) 882.34
Current children cumulated vsize (KiB) 1535540

[startup+942.3 s]
/proc/loadavg: 4.02 4.02 3.64 5/364 26917
/proc/meminfo: memFree=9083488/32950928 swapFree=67111200/67111528
[pid=26832] ppid=26830 vsize=1537408 CPUtime=942.33 cores=0,2
/proc/26832/stat : 26832 (lr_gl_shr) R 26830 26832 26572 0 -1 4202496 302401 0 0 0 94169 64 0 0 25 0 1 0 687174066 1574305792 298620 33554432000 4194304 4300056 140736165817888 18446744073709551615 4252447 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/26832/statm: 384352 298620 247 26 0 380984 0
Current children cumulated CPU time (s) 942.33
Current children cumulated vsize (KiB) 1537408

[startup+1002.3 s]
/proc/loadavg: 4.04 4.03 3.67 5/364 26918
/proc/meminfo: memFree=8670144/32950928 swapFree=67111200/67111528
[pid=26832] ppid=26830 vsize=1539256 CPUtime=1002.33 cores=0,2
/proc/26832/stat : 26832 (lr_gl_shr) R 26830 26832 26572 0 -1 4202496 320415 0 0 0 100165 68 0 0 25 0 1 0 687174066 1576198144 316619 33554432000 4194304 4300056 140736165817888 18446744073709551615 4256566 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/26832/statm: 384814 316619 247 26 0 381446 0
Current children cumulated CPU time (s) 1002.33
Current children cumulated vsize (KiB) 1539256

[startup+1062.3 s]
/proc/loadavg: 4.14 4.05 3.69 5/364 26920
/proc/meminfo: memFree=8614656/32950928 swapFree=67111200/67111528
[pid=26832] ppid=26830 vsize=1540220 CPUtime=1062.33 cores=0,2
/proc/26832/stat : 26832 (lr_gl_shr) R 26830 26832 26572 0 -1 4202496 337179 0 0 0 106161 72 0 0 25 0 1 0 687174066 1577185280 333368 33554432000 4194304 4300056 140736165817888 18446744073709551615 4252414 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/26832/statm: 385055 333368 247 26 0 381687 0
Current children cumulated CPU time (s) 1062.33
Current children cumulated vsize (KiB) 1540220

[startup+1122.3 s]
/proc/loadavg: 4.05 4.04 3.71 5/364 26921
/proc/meminfo: memFree=8332000/32950928 swapFree=67111200/67111528
[pid=26832] ppid=26830 vsize=1541168 CPUtime=1122.33 cores=0,2
/proc/26832/stat : 26832 (lr_gl_shr) R 26830 26832 26572 0 -1 4202496 355088 0 0 0 112157 76 0 0 25 0 1 0 687174066 1578156032 351265 33554432000 4194304 4300056 140736165817888 18446744073709551615 4252384 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/26832/statm: 385292 351265 247 26 0 381924 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 1541168

[startup+1182.3 s]
/proc/loadavg: 4.02 4.03 3.73 5/364 26923
/proc/meminfo: memFree=8218268/32950928 swapFree=67111200/67111528
[pid=26832] ppid=26830 vsize=1543944 CPUtime=1182.34 cores=0,2
/proc/26832/stat : 26832 (lr_gl_shr) R 26830 26832 26572 0 -1 4202496 372127 0 0 0 118154 80 0 0 25 0 1 0 687174066 1580998656 368292 33554432000 4194304 4300056 140736165817888 18446744073709551615 4252420 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/26832/statm: 385986 368292 247 26 0 382618 0
Current children cumulated CPU time (s) 1182.34
Current children cumulated vsize (KiB) 1543944

[startup+1242.3 s]
/proc/loadavg: 4.05 4.04 3.75 5/364 26925
/proc/meminfo: memFree=7715032/32950928 swapFree=67111200/67111528
[pid=26832] ppid=26830 vsize=2466316 CPUtime=1242.34 cores=0,2
/proc/26832/stat : 26832 (lr_gl_shr) R 26830 26832 26572 0 -1 4202496 394288 0 0 0 124150 84 0 0 25 0 1 0 687174066 2525507584 390441 33554432000 4194304 4300056 140736165817888 18446744073709551615 4252373 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/26832/statm: 616579 390441 247 26 0 613211 0
Current children cumulated CPU time (s) 1242.34
Current children cumulated vsize (KiB) 2466316



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.62 3.93 3.73 4/358 26944
/proc/meminfo: memFree=7927748/32950928 swapFree=67111200/67111528
[pid=26832] ppid=26830 vsize=2467136 CPUtime=1300.05 cores=0,2
/proc/26832/stat : 26832 (lr_gl_shr) R 26830 26832 26572 0 -1 4202496 412023 0 0 0 129916 89 0 0 25 0 1 0 687174066 2526347264 408158 33554432000 4194304 4300056 140736165817888 18446744073709551615 4263824 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/26832/statm: 616784 408158 247 26 0 613416 0
Current children cumulated CPU time (s) 1300.05
Current children cumulated vsize (KiB) 2467136

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: 3.62 3.93 3.73 4/358 26944
/proc/meminfo: memFree=7927748/32950928 swapFree=67111200/67111528
[pid=26832] ppid=26830 vsize=2467136 CPUtime=1300.05 cores=0,2
/proc/26832/stat : 26832 (lr_gl_shr) R 26830 26832 26572 0 -1 4202496 412023 0 0 0 129916 89 0 0 25 0 1 0 687174066 2526347264 408158 33554432000 4194304 4300056 140736165817888 18446744073709551615 4263824 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/26832/statm: 616784 408158 247 26 0 613416 0
Current children cumulated CPU time (s) 1300.05
Current children cumulated vsize (KiB) 2467136

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.08
CPU time (s): 1300.13
CPU user time (s): 1299.16
CPU system time (s): 0.963853
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 2467136

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

runsolver used 4.94225 second user time and 10.3944 second system time

The end

Launcher Data

Begin job on node115 at 2011-05-09 21:30:34
IDJOB=3349937
IDBENCH=82381
IDSOLVER=1814
FILE ID=node115/3349937-1304969434
RUNJOBID= node115-1304968098-26590
PBS_JOBID= 13285635
Free space on /tmp= 50344 MiB

SOLVER NAME= minisat hack: LR_NOGL_NOSHR 2011-03-02
BENCH NAME= SAT11/application/rintanen/SATPlanning/openstacks-sequencedstrips-nonadl-nonnegated-os-sequencedstrips-p30_3.025-NOTKNOWN.cnf
COMMAND LINE= HOME/lr_gl_shr BENCHNAME -verb=0 -model -no-shrinking -no-glucose
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3349937-1304969434/watcher-3349937-1304969434 -o /tmp/evaluation-result-3349937-1304969434/solver-3349937-1304969434 -C 2400 -W 1300 -M 7680  HOME/lr_gl_shr HOME/instance-3349937-1304969434.cnf -verb=0 -model -no-shrinking -no-glucose

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

MD5SUM BENCH= 3c5c73741ba21d5f39c7f436ba834743
RANDOM SEED=719779040

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.811
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.75
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.811
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.77
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.811
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.811
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      12758304 kB
Buffers:        202284 kB
Cached:        8888736 kB
SwapCached:          0 kB
Active:       11257796 kB
Inactive:      8488396 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      12758304 kB
SwapTotal:    67111528 kB
SwapFree:     67111200 kB
Dirty:           28392 kB
Writeback:           0 kB
AnonPages:    10654564 kB
Mapped:          28552 kB
Slab:           339216 kB
PageTables:      42784 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 70498168 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= 50280 MiB
End job on node115 at 2011-05-09 21:52:16