Trace number 3377187

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
QuteRSat 2011-05-12 (fixed)? (TO) 1300.19 1300.14

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
openstacks-sequencedstrips-nonadl-nonnegated-os-sequencedstrips-p30_3.035-NOTKNOWN.cnf
MD5SUMc4319228342e10028de028a9b67c3404
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 variables133566
Number of clauses676901
Sum of the clauses size1609791
Maximum clause length63
Minimum clause length1
Number of clauses of size 1211
Number of clauses of size 2668220
Number of clauses of size 32100
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 56370

Solver Data

0.00/0.01	c Set FPU double precision.
0.18/0.26	c Parse Cnf success: #var: 133566 #clause: 676901
0.18/0.26	c Find Units :        211
0.28/0.31	c Find Invs  :       1050
0.28/0.36	c Find Ands  :       7350 AvgFaninNum: 14.4286
0.28/0.36	c Find Xors  :          0 AvgFaninNum: nan
0.28/0.36	c Find Ite   :          0
0.28/0.36	c UnDirect variable: 0
0.28/0.36	c UnDirect to Direct Gate: 0
0.28/0.36	c Forced Direct Gate: 0 Unuse unDirect Gate: 0
0.28/0.36	c Break Cycle : 1452
0.28/0.36	c Total Root : 60 Undef Var: 129708
0.38/0.40	c After covering, Total Root: 501 Leaf: 54313
0.38/0.40	c Variable( cover/uncovered/unused ): 58171 75395 0
0.38/0.40	c Unit Clauses: 211
0.38/0.40	c Binary Clauses( cover/uncovered ): 58698 609522
0.38/0.40	c Clauses( cover/uncovered ): 3858 4612
0.38/0.40	c Total Clauses( cover/uncovered ): 62767 614134 9.2727%
0.38/0.40	c Covered Ands: 3858 Invs: 0 Xors: 0 Ites: 0
0.69/0.75	c Uncover Clauses avg size: 2.32788 max size: 63
0.69/0.76	c Final circuit: i/l/o/s  129587       0  448718    554006
0.69/0.76	c CnfToAig: Time: 0.74 s
1.09/1.17	c TmMap: Set choices finish.
1.39/1.43	c TmMap: Set big and: 445160
1.39/1.43	c TmMap: Origin: 683594 ClauseNum: 1662018 --> New: 574897 ClauseNum: 1445534
1.39/1.43	c TmMap: Time: 0.33
1.48/1.53	c Try to Add: #clause: 890892 #xorclause: 0
1.58/1.66	c #var: 126178 #clauses: 28032 Solving... 
1300.05/1300.01	c Time Out !!
1300.05/1300.01	s UNKNOWN

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: UNKNOWN

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-3377187-1305468206/watcher-3377187-1305468206 -o /tmp/evaluation-result-3377187-1305468206/solver-3377187-1305468206 -C 2400 -W 1300 -M 7680 qutersat_release HOME/instance-3377187-1305468206.cnf 739507693 

running on 2 cores: 5,7

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


[startup+0 s]
/proc/loadavg: 3.81 4.07 4.82 5/417 31975
/proc/meminfo: memFree=21671028/32950928 swapFree=67056568/67111528
[pid=31975] ppid=31973 vsize=36520 CPUtime=0 cores=5,7
/proc/31975/stat : 31975 (qutersat_releas) R 31973 31975 31839 0 -1 4202496 2794 0 0 0 0 0 0 0 17 0 1 0 658417732 37396480 2730 33554432000 4194304 6014671 140736583701504 18446744073709551615 4307704 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/31975/statm: 9130 2744 378 445 0 2675 0

[startup+0.020128 s]
/proc/loadavg: 3.81 4.07 4.82 5/417 31975
/proc/meminfo: memFree=21671028/32950928 swapFree=67056568/67111528
[pid=31975] ppid=31973 vsize=38568 CPUtime=0.01 cores=5,7
/proc/31975/stat : 31975 (qutersat_releas) R 31973 31975 31839 0 -1 4202496 3245 0 0 0 1 0 0 0 17 0 1 0 658417732 39493632 3181 33554432000 4194304 6014671 140736583701504 18446744073709551615 4308455 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/31975/statm: 9642 3181 378 445 0 3187 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 38568

[startup+0.101139 s]
/proc/loadavg: 3.81 4.07 4.82 5/417 31975
/proc/meminfo: memFree=21671028/32950928 swapFree=67056568/67111528
[pid=31975] ppid=31973 vsize=60072 CPUtime=0.08 cores=5,7
/proc/31975/stat : 31975 (qutersat_releas) R 31973 31975 31839 0 -1 4202496 8383 0 0 0 8 0 0 0 17 0 1 0 658417732 61513728 8319 33554432000 4194304 6014671 140736583701504 18446744073709551615 4308243 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/31975/statm: 15018 8319 378 445 0 8563 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 60072

[startup+0.301106 s]
/proc/loadavg: 3.81 4.07 4.82 5/417 31975
/proc/meminfo: memFree=21671028/32950928 swapFree=67056568/67111528
[pid=31975] ppid=31973 vsize=84776 CPUtime=0.28 cores=5,7
/proc/31975/stat : 31975 (qutersat_releas) R 31973 31975 31839 0 -1 4202496 14331 0 0 0 27 1 0 0 18 0 1 0 658417732 86810624 14267 33554432000 4194304 6014671 140736583701504 18446744073709551615 4280846 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/31975/statm: 21194 14267 382 445 0 14739 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 84776

[startup+0.701028 s]
/proc/loadavg: 3.81 4.07 4.82 5/417 31975
/proc/meminfo: memFree=21671028/32950928 swapFree=67056568/67111528
[pid=31975] ppid=31973 vsize=129832 CPUtime=0.69 cores=5,7
/proc/31975/stat : 31975 (qutersat_releas) R 31973 31975 31839 0 -1 4202496 20638 0 0 0 67 2 0 0 18 0 1 0 658417732 132947968 20574 33554432000 4194304 6014671 140736583701504 18446744073709551615 4313890 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/31975/statm: 32458 20591 398 445 0 26003 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 129832

[startup+1.50087 s]
/proc/loadavg: 3.81 4.07 4.82 5/418 31976
/proc/meminfo: memFree=21475036/32950928 swapFree=67056568/67111528
[pid=31975] ppid=31973 vsize=301932 CPUtime=1.48 cores=5,7
/proc/31975/stat : 31975 (qutersat_releas) R 31973 31975 31839 0 -1 4202496 65228 0 0 0 142 6 0 0 19 0 1 0 658417732 309178368 65164 33554432000 4194304 6014671 140736583701504 18446744073709551615 4259083 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/31975/statm: 75483 65164 670 445 0 69028 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 301932

[startup+3.10056 s]
/proc/loadavg: 3.81 4.07 4.82 5/418 31976
/proc/meminfo: memFree=21323356/32950928 swapFree=67056568/67111528
[pid=31975] ppid=31973 vsize=301932 CPUtime=3.08 cores=5,7
/proc/31975/stat : 31975 (qutersat_releas) R 31973 31975 31839 0 -1 4202496 65262 0 0 0 302 6 0 0 23 0 1 0 658417732 309178368 65198 33554432000 4194304 6014671 140736583701504 18446744073709551615 4444801 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/31975/statm: 75483 65198 701 445 0 69028 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 301932

[startup+6.30095 s]
/proc/loadavg: 3.82 4.07 4.82 5/421 31982
/proc/meminfo: memFree=20987976/32950928 swapFree=67056568/67111528
[pid=31975] ppid=31973 vsize=525676 CPUtime=6.29 cores=5,7
/proc/31975/stat : 31975 (qutersat_releas) R 31973 31975 31839 0 -1 4202496 106260 0 0 0 618 11 0 0 25 0 1 0 658417732 538292224 106186 33554432000 4194304 6014671 140736583701504 18446744073709551615 4666513 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/31975/statm: 131419 106186 701 445 0 124964 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 525676

[startup+12.7007 s]
/proc/loadavg: 3.84 4.07 4.81 5/421 31982
/proc/meminfo: memFree=20045236/32950928 swapFree=67056568/67111528
[pid=31975] ppid=31973 vsize=795000 CPUtime=12.68 cores=5,7
/proc/31975/stat : 31975 (qutersat_releas) R 31973 31975 31839 0 -1 4202496 152902 0 0 0 1254 14 0 0 25 0 1 0 658417732 814080000 152812 33554432000 4194304 6014671 140736583701504 18446744073709551615 4731772 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/31975/statm: 198750 152812 715 445 0 192295 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 795000

[startup+25.5003 s]
/proc/loadavg: 3.87 4.06 4.80 5/421 31983
/proc/meminfo: memFree=17231184/32950928 swapFree=67056568/67111528
[pid=31975] ppid=31973 vsize=799096 CPUtime=25.49 cores=5,7
/proc/31975/stat : 31975 (qutersat_releas) R 31973 31975 31839 0 -1 4202496 155931 0 0 0 2534 15 0 0 25 0 1 0 658417732 818274304 155841 33554432000 4194304 6014671 140736583701504 18446744073709551615 4372143 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/31975/statm: 199774 155841 723 445 0 193319 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 799096

[startup+51.1004 s]
/proc/loadavg: 3.91 4.06 4.78 5/421 31986
/proc/meminfo: memFree=17051704/32950928 swapFree=67056568/67111528
[pid=31975] ppid=31973 vsize=865108 CPUtime=51.09 cores=5,7
/proc/31975/stat : 31975 (qutersat_releas) R 31973 31975 31839 0 -1 4202496 162772 0 0 0 5093 16 0 0 25 0 1 0 658417732 885870592 162682 33554432000 4194304 6014671 140736583701504 18446744073709551615 4371949 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/31975/statm: 216277 162682 724 445 0 209822 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 865108

[startup+102.316 s]
/proc/loadavg: 4.10 4.08 4.74 5/421 31988
/proc/meminfo: memFree=15835288/32950928 swapFree=67056568/67111528
[pid=31975] ppid=31973 vsize=1499096 CPUtime=102.31 cores=5,7
/proc/31975/stat : 31975 (qutersat_releas) R 31973 31975 31839 0 -1 4202496 282825 0 0 0 10200 31 0 0 25 0 1 0 658417732 1535074304 282659 33554432000 4194304 6014671 140736583701504 18446744073709551615 4372262 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/31975/statm: 374774 282659 728 445 0 368319 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 1499096

[startup+162.301 s]
/proc/loadavg: 4.10 4.08 4.70 5/421 31989
/proc/meminfo: memFree=14649704/32950928 swapFree=67056568/67111528
[pid=31975] ppid=31973 vsize=2458628 CPUtime=162.3 cores=5,7
/proc/31975/stat : 31975 (qutersat_releas) R 31973 31975 31839 0 -1 4202496 454068 0 0 0 16181 49 0 0 25 0 1 0 658417732 2517635072 453874 33554432000 4194304 6014671 140736583701504 18446744073709551615 4372248 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/31975/statm: 614657 453874 728 445 0 608202 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 2458628

[startup+222.301 s]
/proc/loadavg: 4.03 4.06 4.65 5/421 31991
/proc/meminfo: memFree=14199220/32950928 swapFree=67056568/67111528
[pid=31975] ppid=31973 vsize=2912812 CPUtime=222.29 cores=5,7
/proc/31975/stat : 31975 (qutersat_releas) R 31973 31975 31839 0 -1 4202496 521343 0 0 0 22172 57 0 0 25 0 1 0 658417732 2982719488 521128 33554432000 4194304 6014671 140736583701504 18446744073709551615 4661549 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/31975/statm: 728203 521128 728 445 0 721748 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 2912812

[startup+282.301 s]
/proc/loadavg: 4.01 4.05 4.61 5/421 31993
/proc/meminfo: memFree=13217728/32950928 swapFree=67056568/67111528
[pid=31975] ppid=31973 vsize=3465864 CPUtime=282.29 cores=5,7
/proc/31975/stat : 31975 (qutersat_releas) R 31973 31975 31839 0 -1 4202496 638207 0 0 0 28157 72 0 0 25 0 1 0 658417732 3549044736 637929 33554432000 4194304 6014671 140736583701504 18446744073709551615 4537176 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/31975/statm: 866466 637929 728 445 0 860011 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 3465864

[startup+342.301 s]
/proc/loadavg: 4.00 4.04 4.57 5/421 31994
/proc/meminfo: memFree=12099980/32950928 swapFree=67056568/67111528
[pid=31975] ppid=31973 vsize=3684720 CPUtime=342.3 cores=5,7
/proc/31975/stat : 31975 (qutersat_releas) R 31973 31975 31839 0 -1 4202496 683341 0 0 0 34151 79 0 0 25 0 1 0 658417732 3773153280 683049 33554432000 4194304 6014671 140736583701504 18446744073709551615 4537064 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/31975/statm: 921180 683049 728 445 0 914725 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 3684720

[startup+402.301 s]
/proc/loadavg: 4.07 4.05 4.54 5/421 31996
/proc/meminfo: memFree=11943696/32950928 swapFree=67056568/67111528
[pid=31975] ppid=31973 vsize=3867932 CPUtime=402.3 cores=5,7
/proc/31975/stat : 31975 (qutersat_releas) R 31973 31975 31839 0 -1 4202496 704146 0 0 0 40147 83 0 0 25 0 1 0 658417732 3960762368 703742 33554432000 4194304 6014671 140736583701504 18446744073709551615 4424103 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/31975/statm: 966983 703742 728 445 0 960528 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 3867932

[startup+462.301 s]
/proc/loadavg: 4.06 4.06 4.51 5/421 31997
/proc/meminfo: memFree=11024836/32950928 swapFree=67056568/67111528
[pid=31975] ppid=31973 vsize=3948120 CPUtime=462.31 cores=5,7
/proc/31975/stat : 31975 (qutersat_releas) R 31973 31975 31839 0 -1 4202496 738538 0 0 0 46142 89 0 0 25 0 1 0 658417732 4042874880 734825 33554432000 4194304 6014671 140736583701504 18446744073709551615 4372109 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/31975/statm: 987030 734825 728 445 0 980575 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 3948120

[startup+522.301 s]
/proc/loadavg: 4.17 4.09 4.49 5/421 31999
/proc/meminfo: memFree=10862404/32950928 swapFree=67056568/67111528
[pid=31975] ppid=31973 vsize=4073584 CPUtime=522.3 cores=5,7
/proc/31975/stat : 31975 (qutersat_releas) R 31973 31975 31839 0 -1 4202496 754481 0 0 0 52138 92 0 0 25 0 1 0 658417732 4171350016 750768 33554432000 4194304 6014671 140736583701504 18446744073709551615 4377901 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/31975/statm: 1018396 750768 728 445 0 1011941 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 4073584

[startup+582.301 s]
/proc/loadavg: 4.11 4.08 4.46 5/421 32001
/proc/meminfo: memFree=10497056/32950928 swapFree=67056568/67111528
[pid=31975] ppid=31973 vsize=4141036 CPUtime=582.31 cores=5,7
/proc/31975/stat : 31975 (qutersat_releas) R 31973 31975 31839 0 -1 4202496 782733 0 0 0 58135 96 0 0 25 0 1 0 658417732 4240420864 779020 33554432000 4194304 6014671 140736583701504 18446744073709551615 4372184 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/31975/statm: 1035259 779020 728 445 0 1028804 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 4141036

[startup+642.301 s]
/proc/loadavg: 4.04 4.07 4.43 5/421 32002
/proc/meminfo: memFree=10387696/32950928 swapFree=67056568/67111528
[pid=31975] ppid=31973 vsize=4279724 CPUtime=642.32 cores=5,7
/proc/31975/stat : 31975 (qutersat_releas) R 31973 31975 31839 0 -1 4202496 795025 0 0 0 64134 98 0 0 25 0 1 0 658417732 4382437376 791312 33554432000 4194304 6014671 140736583701504 18446744073709551615 4423856 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/31975/statm: 1069931 791312 728 445 0 1063476 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 4279724

[startup+702.301 s]
/proc/loadavg: 4.05 4.07 4.41 5/421 32031
/proc/meminfo: memFree=14915336/32950928 swapFree=67056568/67111528
[pid=31975] ppid=31973 vsize=4279852 CPUtime=702.32 cores=5,7
/proc/31975/stat : 31975 (qutersat_releas) R 31973 31975 31839 0 -1 4202496 807941 0 0 0 70132 100 0 0 25 0 1 0 658417732 4382568448 804203 33554432000 4194304 6014671 140736583701504 18446744073709551615 4367413 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/31975/statm: 1069963 804203 738 445 0 1063508 0
Current children cumulated CPU time (s) 702.32
Current children cumulated vsize (KiB) 4279852

[startup+762.316 s]
/proc/loadavg: 4.02 4.05 4.38 5/421 32032
/proc/meminfo: memFree=14752140/32950928 swapFree=67056568/67111528
[pid=31975] ppid=31973 vsize=4435260 CPUtime=762.33 cores=5,7
/proc/31975/stat : 31975 (qutersat_releas) R 31973 31975 31839 0 -1 4202496 825340 0 0 0 76130 103 0 0 25 0 1 0 658417732 4541706240 821592 33554432000 4194304 6014671 140736583701504 18446744073709551615 4376433 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/31975/statm: 1108815 821592 728 445 0 1102360 0
Current children cumulated CPU time (s) 762.33
Current children cumulated vsize (KiB) 4435260

[startup+822.301 s]
/proc/loadavg: 4.04 4.05 4.35 5/421 32034
/proc/meminfo: memFree=14661976/32950928 swapFree=67056568/67111528
[pid=31975] ppid=31973 vsize=4435260 CPUtime=822.32 cores=5,7
/proc/31975/stat : 31975 (qutersat_releas) R 31973 31975 31839 0 -1 4202496 835214 0 0 0 82126 106 0 0 25 0 1 0 658417732 4541706240 831466 33554432000 4194304 6014671 140736583701504 18446744073709551615 4386066 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/31975/statm: 1108815 831466 728 445 0 1102360 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 4435260

[startup+882.301 s]
/proc/loadavg: 4.01 4.04 4.33 5/421 32036
/proc/meminfo: memFree=14563880/32950928 swapFree=67056568/67111528
[pid=31975] ppid=31973 vsize=4435388 CPUtime=882.32 cores=5,7
/proc/31975/stat : 31975 (qutersat_releas) R 31973 31975 31839 0 -1 4202496 837634 0 0 0 88126 106 0 0 25 0 1 0 658417732 4541837312 833886 33554432000 4194304 6014671 140736583701504 18446744073709551615 4529461 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/31975/statm: 1108847 833886 728 445 0 1102392 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 4435388

[startup+942.301 s]
/proc/loadavg: 4.00 4.03 4.31 5/421 32037
/proc/meminfo: memFree=14559400/32950928 swapFree=67056568/67111528
[pid=31975] ppid=31973 vsize=4435388 CPUtime=942.32 cores=5,7
/proc/31975/stat : 31975 (qutersat_releas) R 31973 31975 31839 0 -1 4202496 841555 0 0 0 94125 107 0 0 25 0 1 0 658417732 4541837312 837807 33554432000 4194304 6014671 140736583701504 18446744073709551615 4423856 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/31975/statm: 1108847 837807 728 445 0 1102392 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 4435388

[startup+1002.3 s]
/proc/loadavg: 4.06 4.04 4.29 5/421 32039
/proc/meminfo: memFree=14181920/32950928 swapFree=67056568/67111528
[pid=31975] ppid=31973 vsize=4524728 CPUtime=1002.32 cores=5,7
/proc/31975/stat : 31975 (qutersat_releas) R 31973 31975 31839 0 -1 4202496 864464 0 0 0 100120 112 0 0 25 0 1 0 658417732 4633321472 860716 33554432000 4194304 6014671 140736583701504 18446744073709551615 4372105 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/31975/statm: 1131182 860716 728 445 0 1124727 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 4524728

[startup+1062.3 s]
/proc/loadavg: 4.15 4.06 4.28 5/421 32040
/proc/meminfo: memFree=14109484/32950928 swapFree=67056568/67111528
[pid=31975] ppid=31973 vsize=4619340 CPUtime=1062.32 cores=5,7
/proc/31975/stat : 31975 (qutersat_releas) R 31973 31975 31839 0 -1 4202496 865254 0 0 0 106120 112 0 0 25 0 1 0 658417732 4730204160 861505 33554432000 4194304 6014671 140736583701504 18446744073709551615 4378816 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/31975/statm: 1154835 861505 728 445 0 1148380 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 4619340

[startup+1122.3 s]
/proc/loadavg: 4.05 4.05 4.26 5/421 32042
/proc/meminfo: memFree=14006308/32950928 swapFree=67056568/67111528
[pid=31975] ppid=31973 vsize=4619340 CPUtime=1122.33 cores=5,7
/proc/31975/stat : 31975 (qutersat_releas) R 31973 31975 31839 0 -1 4202496 872369 0 0 0 112119 114 0 0 25 0 1 0 658417732 4730204160 868603 33554432000 4194304 6014671 140736583701504 18446744073709551615 4379499 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/31975/statm: 1154835 868603 728 445 0 1148380 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 4619340

[startup+1182.3 s]
/proc/loadavg: 4.07 4.05 4.25 5/421 32044
/proc/meminfo: memFree=13979128/32950928 swapFree=67056568/67111528
[pid=31975] ppid=31973 vsize=4619340 CPUtime=1182.33 cores=5,7
/proc/31975/stat : 31975 (qutersat_releas) R 31973 31975 31839 0 -1 4202496 872972 0 0 0 118119 114 0 0 25 0 1 0 658417732 4730204160 869164 33554432000 4194304 6014671 140736583701504 18446744073709551615 4422683 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/31975/statm: 1154835 869164 728 445 0 1148380 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 4619340

[startup+1242.3 s]
/proc/loadavg: 4.02 4.04 4.23 5/421 32045
/proc/meminfo: memFree=13972920/32950928 swapFree=67056568/67111528
[pid=31975] ppid=31973 vsize=4619340 CPUtime=1242.33 cores=5,7
/proc/31975/stat : 31975 (qutersat_releas) R 31973 31975 31839 0 -1 4202496 873726 0 0 0 124119 114 0 0 25 0 1 0 658417732 4730204160 869810 33554432000 4194304 6014671 140736583701504 18446744073709551615 4423362 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/31975/statm: 1154835 869810 728 445 0 1148380 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 4619340



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.02 4.03 4.21 5/421 32103
/proc/meminfo: memFree=18724480/32950928 swapFree=67056568/67111528
[pid=31975] ppid=31973 vsize=4619340 CPUtime=1300.05 cores=5,7
/proc/31975/stat : 31975 (qutersat_releas) R 31973 31975 31839 0 -1 4202496 876015 0 0 0 129891 114 0 0 25 0 1 0 658417732 4730204160 871945 33554432000 4194304 6014671 140736583701504 18446744073709551615 4731869 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/31975/statm: 1154835 871945 733 445 0 1148380 0
Current children cumulated CPU time (s) 1300.05
Current children cumulated vsize (KiB) 4619340

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

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

[startup+1300.12 s]
/proc/loadavg: 4.02 4.03 4.21 5/422 32104
/proc/meminfo: memFree=21479132/32950928 swapFree=67056568/67111528
[pid=31975] ppid=31973 vsize=0 CPUtime=1300.17 cores=5,7
/proc/31975/stat : 31975 (qutersat_releas) R 31973 31975 31839 0 -1 4194308 876019 0 0 0 129891 126 0 0 25 0 1 0 658417732 0 0 33554432000 0 0 0 0 0 0 16384 4096 16386 18446744073709551615 0 0 17 5 0 0 0
/proc/31975/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1300.17
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 1300.14
CPU time (s): 1300.19
CPU user time (s): 1298.91
CPU system time (s): 1.27381
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 4619340

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1298.91
system time used= 1.27381
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 876019
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= 13
involuntary context switches= 1541

runsolver used 5.12722 second user time and 12.6311 second system time

The end

Launcher Data

Begin job on node148 at 2011-05-15 16:03:27
IDJOB=3377187
IDBENCH=82372
IDSOLVER=1856
FILE ID=node148/3377187-1305468206
RUNJOBID= node148-1305468168-31860
PBS_JOBID= 13325324
Free space on /tmp= 72764 MiB

SOLVER NAME= QuteRSat 2011-05-12 (fixed)
BENCH NAME= SAT11/application/rintanen/SATPlanning/openstacks-sequencedstrips-nonadl-nonnegated-os-sequencedstrips-p30_3.035-NOTKNOWN.cnf
COMMAND LINE= qutersat_release BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3377187-1305468206/watcher-3377187-1305468206 -o /tmp/evaluation-result-3377187-1305468206/solver-3377187-1305468206 -C 2400 -W 1300 -M 7680  qutersat_release HOME/instance-3377187-1305468206.cnf 739507693

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

MD5SUM BENCH= c4319228342e10028de028a9b67c3404
RANDOM SEED=739507693

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.854
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.854
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.854
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:      21671184 kB
Buffers:        343200 kB
Cached:        5051384 kB
SwapCached:       8488 kB
Active:        7577580 kB
Inactive:      3335824 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      21671184 kB
SwapTotal:    67111528 kB
SwapFree:     67056568 kB
Dirty:           91224 kB
Writeback:           0 kB
AnonPages:     5516436 kB
Mapped:          35752 kB
Slab:           260584 kB
PageTables:      39552 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 106550952 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= 72832 MiB
End job on node148 at 2011-05-15 16:25:09