Trace number 3377190

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) 1299.24 1300.16

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
sokoban-sequential-p145-microban-sequential.070-NOTKNOWN.cnf
MD5SUMf52ec4dacdcf65c3aedb61fb46ade01b
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1119.56
Satisfiable
(Un)Satisfiability was proved
Number of variables153284
Number of clauses2473656
Sum of the clauses size5647736
Maximum clause length78
Minimum clause length1
Number of clauses of size 1696
Number of clauses of size 22387280
Number of clauses of size 36720
Number of clauses of size 431080
Number of clauses of size 513440
Number of clauses of size over 534440

Solver Data

0.00/0.01	c Set FPU double precision.
1.00/1.06	c Parse Cnf success: #var: 153284 #clause: 2473656
1.00/1.06	c Find Units :        696
1.19/1.26	c Find Invs  :          0
1.29/1.39	c Find Ands  :      10080 AvgFaninNum: 3
1.39/1.40	c Find Xors  :          0 AvgFaninNum: nan
1.39/1.40	c Find Ite   :          0
1.39/1.40	c UnDirect variable: 0
1.39/1.40	c UnDirect to Direct Gate: 0
1.39/1.40	c Forced Direct Gate: 0 Unuse unDirect Gate: 0
1.39/1.41	c Break Cycle : 0
1.39/1.41	c Total Root : 144 Undef Var: 143204
1.39/1.43	c After covering, Total Root: 144 Leaf: 20856
1.39/1.43	c Variable( cover/uncovered/unused ): 30936 122348 0
1.39/1.43	c Unit Clauses: 696
1.39/1.43	c Binary Clauses( cover/uncovered ): 30240 2357040
1.39/1.43	c Clauses( cover/uncovered ): 10080 75600
1.39/1.43	c Total Clauses( cover/uncovered ): 41016 2432640 1.65811%
1.39/1.43	c Covered Ands: 10080 Invs: 0 Xors: 0 Ites: 0
2.89/2.93	c Uncover Clauses avg size: 2.27993 max size: 78
2.89/2.97	c Final circuit: i/l/o/s  142508       0 2106236   2557834
2.89/2.97	c CnfToAig: Time: 2.96 s
4.80/4.84	c TmMap: Set choices finish.
5.99/6.06	c TmMap: Set big and: 2158237
5.99/6.06	c TmMap: Origin: 2700343 ClauseNum: 7673502 --> New: 2300746 ClauseNum: 6881843
5.99/6.06	c TmMap: Time: 1.5
6.39/6.47	c Try to Add: #clause: 4316474 #xorclause: 0
6.79/6.88	c #var: 194509 #clauses: 119382 Solving... 
1299.08/1300.01	c Time Out !!
1299.08/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-3377190-1305468176/watcher-3377190-1305468176 -o /tmp/evaluation-result-3377190-1305468176/solver-3377190-1305468176 -C 2400 -W 1300 -M 7680 qutersat_release HOME/instance-3377190-1305468176.cnf 798423813 

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: 4.13 5.08 6.30 4/302 18701
/proc/meminfo: memFree=14222512/32951132 swapFree=67093824/67111528
[pid=18701] ppid=18699 vsize=35960 CPUtime=0 cores=4,6
/proc/18701/stat : 18701 (qutersat_releas) R 18699 18701 18511 0 -1 4202496 2797 0 0 0 0 0 0 0 23 0 1 0 658417344 36823040 2734 33554432000 4194304 6014671 140734108299760 18446744073709551615 274664808192 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/18701/statm: 8990 2735 377 445 0 2535 0

[startup+0.0938709 s]
/proc/loadavg: 4.13 5.08 6.30 4/302 18701
/proc/meminfo: memFree=14222512/32951132 swapFree=67093824/67111528
[pid=18701] ppid=18699 vsize=60536 CPUtime=0.08 cores=4,6
/proc/18701/stat : 18701 (qutersat_releas) R 18699 18701 18511 0 -1 4202496 8511 0 0 0 8 0 0 0 23 0 1 0 658417344 61988864 8448 33554432000 4194304 6014671 140734108299760 18446744073709551615 4308208 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/18701/statm: 15134 8448 377 445 0 8679 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 60536

[startup+0.100877 s]
/proc/loadavg: 4.13 5.08 6.30 4/302 18701
/proc/meminfo: memFree=14222512/32951132 swapFree=67093824/67111528
[pid=18701] ppid=18699 vsize=60536 CPUtime=0.09 cores=4,6
/proc/18701/stat : 18701 (qutersat_releas) R 18699 18701 18511 0 -1 4202496 8542 0 0 0 9 0 0 0 23 0 1 0 658417344 61988864 8479 33554432000 4194304 6014671 140734108299760 18446744073709551615 4277980 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/18701/statm: 15134 8480 377 445 0 8679 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 60536

[startup+0.300845 s]
/proc/loadavg: 4.13 5.08 6.30 4/302 18701
/proc/meminfo: memFree=14222512/32951132 swapFree=67093824/67111528
[pid=18701] ppid=18699 vsize=85240 CPUtime=0.29 cores=4,6
/proc/18701/stat : 18701 (qutersat_releas) R 18699 18701 18511 0 -1 4202496 14846 0 0 0 28 1 0 0 25 0 1 0 658417344 87285760 14783 33554432000 4194304 6014671 140734108299760 18446744073709551615 4277551 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/18701/statm: 21310 14783 377 445 0 14855 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 85240

[startup+0.700765 s]
/proc/loadavg: 4.13 5.08 6.30 4/302 18701
/proc/meminfo: memFree=14222512/32951132 swapFree=67093824/67111528
[pid=18701] ppid=18699 vsize=134648 CPUtime=0.69 cores=4,6
/proc/18701/stat : 18701 (qutersat_releas) R 18699 18701 18511 0 -1 4202496 27205 0 0 0 66 3 0 0 25 0 1 0 658417344 137879552 27142 33554432000 4194304 6014671 140734108299760 18446744073709551615 4277980 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/18701/statm: 33662 27142 377 445 0 27207 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 134648

[startup+1.50064 s]
/proc/loadavg: 4.13 5.08 6.30 5/303 18702
/proc/meminfo: memFree=14030180/32951132 swapFree=67093824/67111528
[pid=18701] ppid=18699 vsize=232952 CPUtime=1.49 cores=4,6
/proc/18701/stat : 18701 (qutersat_releas) R 18699 18701 18511 0 -1 4202496 48785 0 0 0 143 6 0 0 25 0 1 0 658417344 238542848 48722 33554432000 4194304 6014671 140734108299760 18446744073709551615 4362560 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/18701/statm: 58238 48722 398 445 0 51783 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 232952

[startup+3.10033 s]
/proc/loadavg: 4.13 5.08 6.30 5/303 18702
/proc/meminfo: memFree=14017364/32951132 swapFree=67093824/67111528
[pid=18701] ppid=18699 vsize=571308 CPUtime=3.09 cores=4,6
/proc/18701/stat : 18701 (qutersat_releas) R 18699 18701 18511 0 -1 4202496 118005 0 0 0 296 13 0 0 25 0 1 0 658417344 585019392 117892 33554432000 4194304 6014671 140734108299760 18446744073709551615 4259508 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/18701/statm: 142827 117925 668 445 0 136372 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 571308

[startup+6.30079 s]
/proc/loadavg: 4.44 5.13 6.31 7/303 18702
/proc/meminfo: memFree=13399872/32951132 swapFree=67093824/67111528
[pid=18701] ppid=18699 vsize=1122432 CPUtime=6.29 cores=4,6
/proc/18701/stat : 18701 (qutersat_releas) R 18699 18701 18511 0 -1 4202496 257112 0 0 0 600 29 0 0 25 0 1 0 658417344 1149370368 256984 33554432000 4194304 6014671 140734108299760 18446744073709551615 4807801 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/18701/statm: 280608 256984 670 445 0 274153 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 1122432

[startup+12.7007 s]
/proc/loadavg: 4.64 5.16 6.31 6/303 18702
/proc/meminfo: memFree=13171224/32951132 swapFree=67093824/67111528
[pid=18701] ppid=18699 vsize=1122432 CPUtime=12.7 cores=4,6
/proc/18701/stat : 18701 (qutersat_releas) R 18699 18701 18511 0 -1 4202496 257267 0 0 0 1239 31 0 0 25 0 1 0 658417344 1149370368 257031 33554432000 4194304 6014671 140734108299760 18446744073709551615 4424080 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/18701/statm: 280608 257031 701 445 0 274153 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 1122432

[startup+25.5005 s]
/proc/loadavg: 4.70 5.15 6.29 5/303 18702
/proc/meminfo: memFree=13284564/32951132 swapFree=67093824/67111528
[pid=18701] ppid=18699 vsize=1122432 CPUtime=25.49 cores=4,6
/proc/18701/stat : 18701 (qutersat_releas) R 18699 18701 18511 0 -1 4202496 293949 0 0 0 2513 36 0 0 25 0 1 0 658417344 1149370368 221668 33554432000 4194304 6014671 140734108299760 18446744073709551615 4372077 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/18701/statm: 280608 221668 723 445 0 274153 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 1122432

[startup+51.101 s]
/proc/loadavg: 4.46 5.06 6.23 5/303 18703
/proc/meminfo: memFree=13184496/32951132 swapFree=67093824/67111528
[pid=18701] ppid=18699 vsize=1253684 CPUtime=51.1 cores=4,6
/proc/18701/stat : 18701 (qutersat_releas) R 18699 18701 18511 0 -1 4202496 315284 0 0 0 5070 40 0 0 25 0 1 0 658417344 1283772416 243000 33554432000 4194304 6014671 140734108299760 18446744073709551615 4372224 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/18701/statm: 313421 243000 723 445 0 306966 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 1253684

[startup+102.311 s]
/proc/loadavg: 4.20 4.89 6.11 5/303 18704
/proc/meminfo: memFree=12477112/32951132 swapFree=67093824/67111528
[pid=18701] ppid=18699 vsize=1909808 CPUtime=102.3 cores=4,6
/proc/18701/stat : 18701 (qutersat_releas) R 18699 18701 18511 0 -1 4202496 480118 0 0 0 10168 62 0 0 25 0 1 0 658417344 1955643392 407827 33554432000 4194304 6014671 140734108299760 18446744073709551615 4372143 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/18701/statm: 477452 407827 728 445 0 470997 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 1909808

[startup+162.301 s]
/proc/loadavg: 4.12 4.74 5.98 5/303 18706
/proc/meminfo: memFree=12074940/32951132 swapFree=67093824/67111528
[pid=18701] ppid=18699 vsize=2347832 CPUtime=162.28 cores=4,6
/proc/18701/stat : 18701 (qutersat_releas) R 18699 18701 18511 0 -1 4202496 567064 0 0 0 16153 75 0 0 25 0 1 0 658417344 2404179968 494770 33554432000 4194304 6014671 140734108299760 18446744073709551615 4372355 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/18701/statm: 586958 494770 729 445 0 580503 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 2347832

[startup+222.3 s]
/proc/loadavg: 4.09 4.62 5.86 5/303 18711
/proc/meminfo: memFree=11675708/32951132 swapFree=67093824/67111528
[pid=18701] ppid=18699 vsize=2802484 CPUtime=221.89 cores=4,6
/proc/18701/stat : 18701 (qutersat_releas) R 18699 18701 18511 0 -1 4202496 657842 0 0 0 22092 97 0 0 25 0 1 0 658417344 2869743616 585548 33554432000 4194304 6014671 140734108299760 18446744073709551615 4537180 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/18701/statm: 700621 585548 729 445 0 694166 0
Current children cumulated CPU time (s) 221.89
Current children cumulated vsize (KiB) 2802484

[startup+282.301 s]
/proc/loadavg: 4.37 4.60 5.77 5/303 18820
/proc/meminfo: memFree=11867364/32951132 swapFree=67093824/67111528
[pid=18701] ppid=18699 vsize=3095304 CPUtime=281.35 cores=4,6
/proc/18701/stat : 18701 (qutersat_releas) R 18699 18701 18511 0 -1 4202496 680701 0 0 0 28031 104 0 0 25 0 1 0 658417344 3169591296 608398 33554432000 4194304 6014671 140734108299760 18446744073709551615 4372112 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/18701/statm: 773826 608398 730 445 0 767371 0
Current children cumulated CPU time (s) 281.35
Current children cumulated vsize (KiB) 3095304

[startup+342.301 s]
/proc/loadavg: 4.13 4.49 5.66 5/303 18822
/proc/meminfo: memFree=11283044/32951132 swapFree=67093824/67111528
[pid=18701] ppid=18699 vsize=3576648 CPUtime=341.35 cores=4,6
/proc/18701/stat : 18701 (qutersat_releas) R 18699 18701 18511 0 -1 4202496 801652 0 0 0 34016 119 0 0 25 0 1 0 658417344 3662487552 729322 33554432000 4194304 6014671 140734108299760 18446744073709551615 4371884 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/18701/statm: 894162 729322 730 445 0 887707 0
Current children cumulated CPU time (s) 341.35
Current children cumulated vsize (KiB) 3576648

[startup+402.301 s]
/proc/loadavg: 4.11 4.41 5.56 5/303 18823
/proc/meminfo: memFree=11186444/32951132 swapFree=67093824/67111528
[pid=18701] ppid=18699 vsize=3856320 CPUtime=401.35 cores=4,6
/proc/18701/stat : 18701 (qutersat_releas) R 18699 18701 18511 0 -1 4202496 817904 0 0 0 40012 123 0 0 25 0 1 0 658417344 3948871680 745505 33554432000 4194304 6014671 140734108299760 18446744073709551615 4424736 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/18701/statm: 964080 745505 730 445 0 957625 0
Current children cumulated CPU time (s) 401.35
Current children cumulated vsize (KiB) 3856320

[startup+462.301 s]
/proc/loadavg: 4.04 4.33 5.45 5/303 18825
/proc/meminfo: memFree=11131864/32951132 swapFree=67093824/67111528
[pid=18701] ppid=18699 vsize=3856448 CPUtime=461.36 cores=4,6
/proc/18701/stat : 18701 (qutersat_releas) R 18699 18701 18511 0 -1 4202496 823627 0 0 0 46011 125 0 0 25 0 1 0 658417344 3949002752 751228 33554432000 4194304 6014671 140734108299760 18446744073709551615 4666581 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/18701/statm: 964112 751228 730 445 0 957657 0
Current children cumulated CPU time (s) 461.36
Current children cumulated vsize (KiB) 3856448

[startup+522.3 s]
/proc/loadavg: 4.01 4.27 5.36 5/303 18854
/proc/meminfo: memFree=10992604/32951132 swapFree=67093824/67111528
[pid=18701] ppid=18699 vsize=3883256 CPUtime=521.36 cores=4,6
/proc/18701/stat : 18701 (qutersat_releas) R 18699 18701 18511 0 -1 4202496 873208 0 0 0 52005 131 0 0 25 0 1 0 658417344 3976454144 800801 33554432000 4194304 6014671 140734108299760 18446744073709551615 4378698 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/18701/statm: 970814 800801 730 445 0 964359 0
Current children cumulated CPU time (s) 521.36
Current children cumulated vsize (KiB) 3883256

[startup+582.311 s]
/proc/loadavg: 4.00 4.22 5.27 5/303 18855
/proc/meminfo: memFree=10925860/32951132 swapFree=67093824/67111528
[pid=18701] ppid=18699 vsize=4145912 CPUtime=581.37 cores=4,6
/proc/18701/stat : 18701 (qutersat_releas) R 18699 18701 18511 0 -1 4202496 877300 0 0 0 58005 132 0 0 25 0 1 0 658417344 4245413888 804893 33554432000 4194304 6014671 140734108299760 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/18701/statm: 1036478 804893 730 445 0 1030023 0
Current children cumulated CPU time (s) 581.37
Current children cumulated vsize (KiB) 4145912

[startup+642.301 s]
/proc/loadavg: 4.00 4.18 5.19 5/303 18857
/proc/meminfo: memFree=10862604/32951132 swapFree=67093824/67111528
[pid=18701] ppid=18699 vsize=4146040 CPUtime=641.36 cores=4,6
/proc/18701/stat : 18701 (qutersat_releas) R 18699 18701 18511 0 -1 4202496 885728 0 0 0 64003 133 0 0 25 0 1 0 658417344 4245544960 813321 33554432000 4194304 6014671 140734108299760 18446744073709551615 4423508 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/18701/statm: 1036510 813321 730 445 0 1030055 0
Current children cumulated CPU time (s) 641.36
Current children cumulated vsize (KiB) 4146040

[startup+702.301 s]
/proc/loadavg: 4.00 4.14 5.11 5/303 18858
/proc/meminfo: memFree=10561880/32951132 swapFree=67093824/67111528
[pid=18701] ppid=18699 vsize=4248776 CPUtime=701.37 cores=4,6
/proc/18701/stat : 18701 (qutersat_releas) R 18699 18701 18511 0 -1 4202496 951722 0 0 0 69996 141 0 0 25 0 1 0 658417344 4350746624 879309 33554432000 4194304 6014671 140734108299760 18446744073709551615 4422722 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/18701/statm: 1062194 879309 730 445 0 1055739 0
Current children cumulated CPU time (s) 701.37
Current children cumulated vsize (KiB) 4248776

[startup+762.301 s]
/proc/loadavg: 4.05 4.13 5.05 5/303 18860
/proc/meminfo: memFree=10515856/32951132 swapFree=67093824/67111528
[pid=18701] ppid=18699 vsize=4511432 CPUtime=761.36 cores=4,6
/proc/18701/stat : 18701 (qutersat_releas) R 18699 18701 18511 0 -1 4202496 957709 0 0 0 75994 142 0 0 25 0 1 0 658417344 4619706368 885291 33554432000 4194304 6014671 140734108299760 18446744073709551615 4371952 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/18701/statm: 1127858 885291 730 445 0 1121403 0
Current children cumulated CPU time (s) 761.36
Current children cumulated vsize (KiB) 4511432

[startup+822.3 s]
/proc/loadavg: 4.08 4.12 4.98 5/303 18862
/proc/meminfo: memFree=10479020/32951132 swapFree=67093824/67111528
[pid=18701] ppid=18699 vsize=4511432 CPUtime=821.37 cores=4,6
/proc/18701/stat : 18701 (qutersat_releas) R 18699 18701 18511 0 -1 4202496 960710 0 0 0 81994 143 0 0 25 0 1 0 658417344 4619706368 888292 33554432000 4194304 6014671 140734108299760 18446744073709551615 4372352 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/18701/statm: 1127858 888292 730 445 0 1121403 0
Current children cumulated CPU time (s) 821.37
Current children cumulated vsize (KiB) 4511432

[startup+882.301 s]
/proc/loadavg: 4.10 4.12 4.93 5/303 18891
/proc/meminfo: memFree=12259192/32951132 swapFree=67093824/67111528
[pid=18701] ppid=18699 vsize=4511432 CPUtime=881.37 cores=4,6
/proc/18701/stat : 18701 (qutersat_releas) R 18699 18701 18511 0 -1 4202496 966185 0 0 0 87993 144 0 0 25 0 1 0 658417344 4619706368 893737 33554432000 4194304 6014671 140734108299760 18446744073709551615 4371728 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/18701/statm: 1127858 893737 730 445 0 1121403 0
Current children cumulated CPU time (s) 881.37
Current children cumulated vsize (KiB) 4511432

[startup+942.301 s]
/proc/loadavg: 4.03 4.10 4.87 5/303 18893
/proc/meminfo: memFree=12142936/32951132 swapFree=67093824/67111528
[pid=18701] ppid=18699 vsize=4511432 CPUtime=941.37 cores=4,6
/proc/18701/stat : 18701 (qutersat_releas) R 18699 18701 18511 0 -1 4202496 966196 0 0 0 93993 144 0 0 25 0 1 0 658417344 4619706368 893748 33554432000 4194304 6014671 140734108299760 18446744073709551615 4372304 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/18701/statm: 1127858 893748 730 445 0 1121403 0
Current children cumulated CPU time (s) 941.37
Current children cumulated vsize (KiB) 4511432

[startup+1002.3 s]
/proc/loadavg: 4.01 4.08 4.81 5/303 18894
/proc/meminfo: memFree=12037508/32951132 swapFree=67093824/67111528
[pid=18701] ppid=18699 vsize=4511432 CPUtime=1001.37 cores=4,6
/proc/18701/stat : 18701 (qutersat_releas) R 18699 18701 18511 0 -1 4202496 966201 0 0 0 99993 144 0 0 25 0 1 0 658417344 4619706368 893753 33554432000 4194304 6014671 140734108299760 18446744073709551615 4372165 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/18701/statm: 1127858 893753 730 445 0 1121403 0
Current children cumulated CPU time (s) 1001.37
Current children cumulated vsize (KiB) 4511432

[startup+1062.3 s]
/proc/loadavg: 4.00 4.06 4.76 5/303 18896
/proc/meminfo: memFree=11970392/32951132 swapFree=67093824/67111528
[pid=18701] ppid=18699 vsize=4511432 CPUtime=1061.38 cores=4,6
/proc/18701/stat : 18701 (qutersat_releas) R 18699 18701 18511 0 -1 4202496 966321 0 0 0 105994 144 0 0 25 0 1 0 658417344 4619706368 893782 33554432000 4194304 6014671 140734108299760 18446744073709551615 4422811 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/18701/statm: 1127858 893782 730 445 0 1121403 0
Current children cumulated CPU time (s) 1061.38
Current children cumulated vsize (KiB) 4511432

[startup+1122.3 s]
/proc/loadavg: 4.06 4.06 4.71 5/303 18929
/proc/meminfo: memFree=12138444/32951132 swapFree=67093824/67111528
[pid=18701] ppid=18699 vsize=4511560 CPUtime=1121.37 cores=4,6
/proc/18701/stat : 18701 (qutersat_releas) R 18699 18701 18511 0 -1 4202496 966335 0 0 0 111993 144 0 0 25 0 1 0 658417344 4619837440 889024 33554432000 4194304 6014671 140734108299760 18446744073709551615 4423856 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/18701/statm: 1127890 889024 730 445 0 1121435 0
Current children cumulated CPU time (s) 1121.37
Current children cumulated vsize (KiB) 4511560

[startup+1182.3 s]
/proc/loadavg: 4.02 4.05 4.67 5/303 18930
/proc/meminfo: memFree=11884952/32951132 swapFree=67093824/67111528
[pid=18701] ppid=18699 vsize=4774600 CPUtime=1181.37 cores=4,6
/proc/18701/stat : 18701 (qutersat_releas) R 18699 18701 18511 0 -1 4202496 1004678 0 0 0 117988 149 0 0 25 0 1 0 658417344 4889190400 927367 33554432000 4194304 6014671 140734108299760 18446744073709551615 4413568 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/18701/statm: 1193650 927367 730 445 0 1187195 0
Current children cumulated CPU time (s) 1181.37
Current children cumulated vsize (KiB) 4774600

[startup+1242.3 s]
/proc/loadavg: 4.00 4.04 4.62 5/303 18932
/proc/meminfo: memFree=11763668/32951132 swapFree=67093824/67111528
[pid=18701] ppid=18699 vsize=4774600 CPUtime=1241.37 cores=4,6
/proc/18701/stat : 18701 (qutersat_releas) R 18699 18701 18511 0 -1 4202496 1024899 0 0 0 123984 153 0 0 25 0 1 0 658417344 4889190400 947588 33554432000 4194304 6014671 140734108299760 18446744073709551615 4372248 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/18701/statm: 1193650 947588 730 445 0 1187195 0
Current children cumulated CPU time (s) 1241.37
Current children cumulated vsize (KiB) 4774600



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.00 4.03 4.58 5/303 18934
/proc/meminfo: memFree=11625140/32951132 swapFree=67093824/67111528
[pid=18701] ppid=18699 vsize=4774600 CPUtime=1299.08 cores=4,6
/proc/18701/stat : 18701 (qutersat_releas) R 18699 18701 18511 0 -1 4202496 1045286 0 0 0 129751 157 0 0 25 0 1 0 658417344 4889190400 967975 33554432000 4194304 6014671 140734108299760 18446744073709551615 4372095 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/18701/statm: 1193650 967975 730 445 0 1187195 0
Current children cumulated CPU time (s) 1299.08
Current children cumulated vsize (KiB) 4774600

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

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

[startup+1300.11 s]
/proc/loadavg: 4.00 4.03 4.58 5/303 18934
/proc/meminfo: memFree=11625140/32951132 swapFree=67093824/67111528
[pid=18701] ppid=18699 vsize=0 CPUtime=1299.18 cores=4,6
/proc/18701/stat : 18701 (qutersat_releas) R 18699 18701 18511 0 -1 4202500 1045290 0 0 0 129751 167 0 0 25 0 1 0 658417344 0 0 33554432000 0 0 0 0 0 0 16384 4096 16386 18446744073709551615 0 0 17 4 0 0 0
/proc/18701/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1299.18
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 1300.16
CPU time (s): 1299.24
CPU user time (s): 1297.52
CPU system time (s): 1.72374
CPU usage (%): 99.9295
Max. virtual memory (cumulated for all children) (KiB): 4774600

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

runsolver used 3.9544 second user time and 8.89465 second system time

The end

Launcher Data

Begin job on node131 at 2011-05-15 16:02:57
IDJOB=3377190
IDBENCH=82363
IDSOLVER=1856
FILE ID=node131/3377190-1305468176
RUNJOBID= node131-1305467749-18530
PBS_JOBID= 13325314
Free space on /tmp= 73624 MiB

SOLVER NAME= QuteRSat 2011-05-12 (fixed)
BENCH NAME= SAT11/application/rintanen/SATPlanning/sokoban-sequential-p145-microban-sequential.070-NOTKNOWN.cnf
COMMAND LINE= qutersat_release BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3377190-1305468176/watcher-3377190-1305468176 -o /tmp/evaluation-result-3377190-1305468176/solver-3377190-1305468176 -C 2400 -W 1300 -M 7680  qutersat_release HOME/instance-3377190-1305468176.cnf 798423813

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

MD5SUM BENCH= f52ec4dacdcf65c3aedb61fb46ade01b
RANDOM SEED=798423813

node131.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.830
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.66
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.830
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.830
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.830
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.830
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.830
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.830
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.830
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:     32951132 kB
MemFree:      14222784 kB
Buffers:        293844 kB
Cached:        4435300 kB
SwapCached:       1504 kB
Active:       14977448 kB
Inactive:      3476568 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      14222784 kB
SwapTotal:    67111528 kB
SwapFree:     67093824 kB
Dirty:           45568 kB
Writeback:           0 kB
AnonPages:    13723364 kB
Mapped:          33020 kB
Slab:           170172 kB
PageTables:      40612 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS: 32534540 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73656 MiB
End job on node131 at 2011-05-15 16:24:39