Trace number 3420967

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) 5000.08 4999.96

General information on the benchmark

NameCRAFTED/parity-games/
instance_n9_i9_pp.cnf
MD5SUM3e04f934e4f74a8e89587f6c1327f77e
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark279.049
Satisfiable
(Un)Satisfiability was proved
Number of variables33867
Number of clauses454832
Sum of the clauses size1512036
Maximum clause length72
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 270326
Number of clauses of size 3228663
Number of clauses of size 4122769
Number of clauses of size 525920
Number of clauses of size over 57154

Solver Data

0.00/0.00	c Set FPU double precision.
0.29/0.32	c Parse Cnf success: #var: 33867 #clause: 454832
0.29/0.32	c Find Units :          0
0.29/0.33	c Find Invs  :       4086
0.39/0.42	c Find Ands  :       1377 AvgFaninNum: 4.82353
0.39/0.43	c Find Xors  :        648 AvgFaninNum: 2
0.39/0.46	c Find Ite   :       1296
0.49/0.54	c UnDirect variable: 7721
0.49/0.54	c UnDirect to Direct Gate: 1353
0.49/0.54	c Forced Direct Gate: 317 Unuse unDirect Gate: 3695
0.49/0.54	c Break Cycle : 86
0.49/0.54	c Total Root : 2372 Undef Var: 31142
0.49/0.55	c After covering, Total Root: 2294 Leaf: 6072
0.49/0.55	c Variable( cover/uncovered/unused ): 8797 25070 0
0.49/0.55	c Unit Clauses: 0
0.49/0.55	c Binary Clauses( cover/uncovered ): 8052 52590
0.49/0.55	c Clauses( cover/uncovered ): 3949 379909
0.49/0.55	c Total Clauses( cover/uncovered ): 12001 432499 2.69989%
0.49/0.55	c Covered Ands: 1377 Invs: 705 Xors: 642 Ites: 1
0.89/0.97	c Uncover Clauses avg size: 3.36566 max size: 72
0.89/0.97	c Final circuit: i/l/o/s   31142       0  431884    742355
0.89/0.97	c CnfToAig: Time: 0.96 s
1.49/1.55	c TmMap: Set choices finish.
1.79/1.83	c TmMap: Set big and: 468315
1.79/1.83	c TmMap: Origin: 773498 ClauseNum: 2227065 --> New: 499935 ClauseNum: 1729262
1.79/1.83	c TmMap: Time: 0.36
1.89/1.96	c Try to Add: #clause: 938665 #xorclause: 0
1.99/2.11	c #var: 68050 #clauses: 313516 Solving... 
5000.02/4999.92	c Time Out !!
5000.02/4999.92	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-3420967-1306604257/watcher-3420967-1306604257 -o /tmp/evaluation-result-3420967-1306604257/solver-3420967-1306604257 -C 5000 -W 5100 -M 15500 qutersat_release HOME/instance-3420967-1306604257.cnf 1625441594 

running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 2.00 2.03 2.00 2/511 19954
/proc/meminfo: memFree=11328912/32951124 swapFree=67111364/67111528
[pid=19954] ppid=19952 vsize=35436 CPUtime=0 cores=1,3,5,7
/proc/19954/stat : 19954 (qutersat_releas) R 19952 19954 18721 0 -1 4202496 2502 0 0 0 0 0 0 0 24 0 1 0 752841892 36286464 2438 33554432000 4194304 6014671 140733623359424 18446744073709551615 4277551 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/19954/statm: 8859 2438 377 445 0 2404 0

[startup+0.0978849 s]
/proc/loadavg: 2.00 2.03 2.00 2/511 19954
/proc/meminfo: memFree=11328912/32951124 swapFree=67111364/67111528
[pid=19954] ppid=19952 vsize=51820 CPUtime=0.09 cores=1,3,5,7
/proc/19954/stat : 19954 (qutersat_releas) R 19952 19954 18721 0 -1 4202496 6653 0 0 0 8 1 0 0 24 0 1 0 752841892 53063680 6589 33554432000 4194304 6014671 140733623359424 18446744073709551615 4277551 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/19954/statm: 12955 6589 377 445 0 6500 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 51820

[startup+0.100877 s]
/proc/loadavg: 2.00 2.03 2.00 2/511 19954
/proc/meminfo: memFree=11328912/32951124 swapFree=67111364/67111528
[pid=19954] ppid=19952 vsize=51820 CPUtime=0.09 cores=1,3,5,7
/proc/19954/stat : 19954 (qutersat_releas) R 19952 19954 18721 0 -1 4202496 6664 0 0 0 8 1 0 0 24 0 1 0 752841892 53063680 6600 33554432000 4194304 6014671 140733623359424 18446744073709551615 4310496 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/19954/statm: 12955 6600 377 445 0 6500 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 51820

[startup+0.300848 s]
/proc/loadavg: 2.00 2.03 2.00 2/511 19954
/proc/meminfo: memFree=11328912/32951124 swapFree=67111364/67111528
[pid=19954] ppid=19952 vsize=81772 CPUtime=0.29 cores=1,3,5,7
/proc/19954/stat : 19954 (qutersat_releas) R 19952 19954 18721 0 -1 4202496 13930 0 0 0 28 1 0 0 25 0 1 0 752841892 83734528 13866 33554432000 4194304 6014671 140733623359424 18446744073709551615 4778066 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/19954/statm: 20443 13866 377 445 0 13988 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 81772

[startup+0.700778 s]
/proc/loadavg: 2.00 2.03 2.00 2/511 19954
/proc/meminfo: memFree=11328912/32951124 swapFree=67111364/67111528
[pid=19954] ppid=19952 vsize=103276 CPUtime=0.69 cores=1,3,5,7
/proc/19954/stat : 19954 (qutersat_releas) R 19952 19954 18721 0 -1 4202496 18968 0 0 0 67 2 0 0 25 0 1 0 752841892 105754624 18905 33554432000 4194304 6014671 140733623359424 18446744073709551615 4313890 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/19954/statm: 25819 18919 397 445 0 19364 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 103276

[startup+1.50065 s]
/proc/loadavg: 2.00 2.03 2.00 3/512 19955
/proc/meminfo: memFree=11217180/32951124 swapFree=67111364/67111528
[pid=19954] ppid=19952 vsize=273968 CPUtime=1.49 cores=1,3,5,7
/proc/19954/stat : 19954 (qutersat_releas) R 19952 19954 18721 0 -1 4202496 62021 0 0 0 143 6 0 0 25 0 1 0 752841892 280543232 61957 33554432000 4194304 6014671 140733623359424 18446744073709551615 4230048 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/19954/statm: 68492 61957 668 445 0 62037 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 273968

[startup+3.10037 s]
/proc/loadavg: 2.00 2.03 2.00 3/512 19955
/proc/meminfo: memFree=11036512/32951124 swapFree=67111364/67111528
[pid=19954] ppid=19952 vsize=313008 CPUtime=3.09 cores=1,3,5,7
/proc/19954/stat : 19954 (qutersat_releas) R 19952 19954 18721 0 -1 4202496 71733 0 0 0 302 7 0 0 25 0 1 0 752841892 320520192 71669 33554432000 4194304 6014671 140733623359424 18446744073709551615 4666463 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/19954/statm: 78252 71669 701 445 0 71797 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 313008

[startup+6.30081 s]
/proc/loadavg: 2.00 2.03 2.00 3/512 19955
/proc/meminfo: memFree=11035424/32951124 swapFree=67111364/67111528
[pid=19954] ppid=19952 vsize=313136 CPUtime=6.29 cores=1,3,5,7
/proc/19954/stat : 19954 (qutersat_releas) R 19952 19954 18721 0 -1 4202496 71777 0 0 0 622 7 0 0 25 0 1 0 752841892 320651264 71713 33554432000 4194304 6014671 140733623359424 18446744073709551615 4423853 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/19954/statm: 78284 71713 725 445 0 71829 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 313136

[startup+12.7007 s]
/proc/loadavg: 2.00 2.03 2.00 3/512 19955
/proc/meminfo: memFree=11029224/32951124 swapFree=67111364/67111528
[pid=19954] ppid=19952 vsize=313136 CPUtime=12.69 cores=1,3,5,7
/proc/19954/stat : 19954 (qutersat_releas) R 19952 19954 18721 0 -1 4202496 71800 0 0 0 1262 7 0 0 25 0 1 0 752841892 320651264 71736 33554432000 4194304 6014671 140733623359424 18446744073709551615 4555089 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/19954/statm: 78284 71736 727 445 0 71829 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 313136

[startup+25.5004 s]
/proc/loadavg: 2.00 2.03 2.00 3/512 19956
/proc/meminfo: memFree=10981684/32951124 swapFree=67111364/67111528
[pid=19954] ppid=19952 vsize=370376 CPUtime=25.49 cores=1,3,5,7
/proc/19954/stat : 19954 (qutersat_releas) R 19952 19954 18721 0 -1 4202496 81941 0 0 0 2540 9 0 0 25 0 1 0 752841892 379265024 81770 33554432000 4194304 6014671 140733623359424 18446744073709551615 4424459 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/19954/statm: 92594 81770 727 445 0 86139 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 370376

[startup+51.1009 s]
/proc/loadavg: 2.00 2.02 2.00 3/512 19957
/proc/meminfo: memFree=10938668/32951124 swapFree=67111364/67111528
[pid=19954] ppid=19952 vsize=390664 CPUtime=51.09 cores=1,3,5,7
/proc/19954/stat : 19954 (qutersat_releas) R 19952 19954 18721 0 -1 4202496 88451 0 0 0 5099 10 0 0 25 0 1 0 752841892 400039936 88189 33554432000 4194304 6014671 140733623359424 18446744073709551615 4536984 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/19954/statm: 97666 88189 727 445 0 91211 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 390664

[startup+102.319 s]
/proc/loadavg: 2.00 2.02 2.00 3/512 19958
/proc/meminfo: memFree=10905132/32951124 swapFree=67111364/67111528
[pid=19954] ppid=19952 vsize=411800 CPUtime=102.31 cores=1,3,5,7
/proc/19954/stat : 19954 (qutersat_releas) R 19952 19954 18721 0 -1 4202496 89071 0 0 0 10220 11 0 0 25 0 1 0 752841892 421683200 88809 33554432000 4194304 6014671 140733623359424 18446744073709551615 4423940 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/19954/statm: 102950 88809 727 445 0 96495 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 411800

[startup+162.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/512 19959
/proc/meminfo: memFree=10835796/32951124 swapFree=67111364/67111528
[pid=19954] ppid=19952 vsize=521712 CPUtime=162.29 cores=1,3,5,7
/proc/19954/stat : 19954 (qutersat_releas) R 19952 19954 18721 0 -1 4202496 99666 0 0 0 16217 12 0 0 25 0 1 0 752841892 534233088 99180 33554432000 4194304 6014671 140733623359424 18446744073709551615 4424209 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/19954/statm: 130428 99180 727 445 0 123973 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 521712

[startup+222.301 s]
/proc/loadavg: 2.00 2.01 2.00 3/512 19961
/proc/meminfo: memFree=10780468/32951124 swapFree=67111364/67111528
[pid=19954] ppid=19952 vsize=521712 CPUtime=222.3 cores=1,3,5,7
/proc/19954/stat : 19954 (qutersat_releas) R 19952 19954 18721 0 -1 4202496 112880 0 0 0 22215 15 0 0 25 0 1 0 752841892 534233088 112394 33554432000 4194304 6014671 140733623359424 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/19954/statm: 130428 112394 727 445 0 123973 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 521712

[startup+282.3 s]
/proc/loadavg: 2.14 2.05 2.01 3/512 19963
/proc/meminfo: memFree=10749180/32951124 swapFree=67111364/67111528
[pid=19954] ppid=19952 vsize=521712 CPUtime=282.3 cores=1,3,5,7
/proc/19954/stat : 19954 (qutersat_releas) R 19952 19954 18721 0 -1 4202496 116314 0 0 0 28214 16 0 0 25 0 1 0 752841892 534233088 115609 33554432000 4194304 6014671 140733623359424 18446744073709551615 4423518 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/19954/statm: 130428 115609 727 445 0 123973 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 521712

[startup+342.301 s]
/proc/loadavg: 2.05 2.03 2.00 3/512 19964
/proc/meminfo: memFree=10737372/32951124 swapFree=67111364/67111528
[pid=19954] ppid=19952 vsize=521712 CPUtime=342.3 cores=1,3,5,7
/proc/19954/stat : 19954 (qutersat_releas) R 19952 19954 18721 0 -1 4202496 118165 0 0 0 34213 17 0 0 25 0 1 0 752841892 534233088 117460 33554432000 4194304 6014671 140733623359424 18446744073709551615 4423853 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/19954/statm: 130428 117460 727 445 0 123973 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 521712

[startup+402.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/512 19966
/proc/meminfo: memFree=10706948/32951124 swapFree=67111364/67111528
[pid=19954] ppid=19952 vsize=620848 CPUtime=402.3 cores=1,3,5,7
/proc/19954/stat : 19954 (qutersat_releas) R 19952 19954 18721 0 -1 4202496 120819 0 0 0 40213 17 0 0 25 0 1 0 752841892 635748352 120008 33554432000 4194304 6014671 140733623359424 18446744073709551615 4423751 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/19954/statm: 155212 120008 783 445 0 148757 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 620848

[startup+462.301 s]
/proc/loadavg: 2.09 2.05 2.01 3/512 19967
/proc/meminfo: memFree=10694264/32951124 swapFree=67111364/67111528
[pid=19954] ppid=19952 vsize=620848 CPUtime=462.3 cores=1,3,5,7
/proc/19954/stat : 19954 (qutersat_releas) R 19952 19954 18721 0 -1 4202496 123066 0 0 0 46212 18 0 0 25 0 1 0 752841892 635748352 122207 33554432000 4194304 6014671 140733623359424 18446744073709551615 4423543 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/19954/statm: 155212 122207 735 445 0 148757 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 620848

[startup+522.3 s]
/proc/loadavg: 2.07 2.05 2.01 3/512 19969
/proc/meminfo: memFree=10712360/32951124 swapFree=67111364/67111528
[pid=19954] ppid=19952 vsize=726000 CPUtime=522.3 cores=1,3,5,7
/proc/19954/stat : 19954 (qutersat_releas) R 19952 19954 18721 0 -1 4202496 123733 0 0 0 52212 18 0 0 25 0 1 0 752841892 743424000 117214 33554432000 4194304 6014671 140733623359424 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/19954/statm: 181500 117214 727 445 0 175045 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 726000

[startup+582.301 s]
/proc/loadavg: 2.02 2.04 2.00 3/512 19971
/proc/meminfo: memFree=10704132/32951124 swapFree=67111364/67111528
[pid=19954] ppid=19952 vsize=726000 CPUtime=582.3 cores=1,3,5,7
/proc/19954/stat : 19954 (qutersat_releas) R 19952 19954 18721 0 -1 4202496 124096 0 0 0 58212 18 0 0 25 0 1 0 752841892 743424000 117577 33554432000 4194304 6014671 140733623359424 18446744073709551615 4379528 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/19954/statm: 181500 117577 727 445 0 175045 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 726000

[startup+642.301 s]

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

[startup+4062.32 s]
/proc/loadavg: 2.01 2.03 2.00 3/512 20075
/proc/meminfo: memFree=9737592/32951124 swapFree=67111364/67111528
[pid=19954] ppid=19952 vsize=1421044 CPUtime=4062.4 cores=1,3,5,7
/proc/19954/stat : 19954 (qutersat_releas) R 19952 19954 18721 0 -1 4202496 257887 0 0 0 406189 51 0 0 25 0 1 0 752841892 1455149056 249852 33554432000 4194304 6014671 140733623359424 18446744073709551615 4376920 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/19954/statm: 355261 249852 727 445 0 348806 0
Current children cumulated CPU time (s) 4062.4
Current children cumulated vsize (KiB) 1421044

[startup+4122.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/512 20077
/proc/meminfo: memFree=9735840/32951124 swapFree=67111364/67111528
[pid=19954] ppid=19952 vsize=1421044 CPUtime=4122.39 cores=1,3,5,7
/proc/19954/stat : 19954 (qutersat_releas) R 19952 19954 18721 0 -1 4202496 257888 0 0 0 412188 51 0 0 25 0 1 0 752841892 1455149056 249853 33554432000 4194304 6014671 140733623359424 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/19954/statm: 355261 249853 727 445 0 348806 0
Current children cumulated CPU time (s) 4122.39
Current children cumulated vsize (KiB) 1421044

[startup+4182.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/512 20079
/proc/meminfo: memFree=9734800/32951124 swapFree=67111364/67111528
[pid=19954] ppid=19952 vsize=1421044 CPUtime=4182.39 cores=1,3,5,7
/proc/19954/stat : 19954 (qutersat_releas) R 19952 19954 18721 0 -1 4202496 257888 0 0 0 418188 51 0 0 25 0 1 0 752841892 1455149056 249853 33554432000 4194304 6014671 140733623359424 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/19954/statm: 355261 249853 727 445 0 348806 0
Current children cumulated CPU time (s) 4182.39
Current children cumulated vsize (KiB) 1421044

[startup+4242.3 s]
/proc/loadavg: 2.08 2.04 2.01 3/512 20080
/proc/meminfo: memFree=9735012/32951124 swapFree=67111364/67111528
[pid=19954] ppid=19952 vsize=1421044 CPUtime=4242.39 cores=1,3,5,7
/proc/19954/stat : 19954 (qutersat_releas) R 19952 19954 18721 0 -1 4202496 257902 0 0 0 424188 51 0 0 25 0 1 0 752841892 1455149056 249867 33554432000 4194304 6014671 140733623359424 18446744073709551615 4423940 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/19954/statm: 355261 249867 727 445 0 348806 0
Current children cumulated CPU time (s) 4242.39
Current children cumulated vsize (KiB) 1421044

[startup+4302.3 s]
/proc/loadavg: 2.07 2.05 2.01 3/512 20082
/proc/meminfo: memFree=9728020/32951124 swapFree=67111364/67111528
[pid=19954] ppid=19952 vsize=1421044 CPUtime=4302.39 cores=1,3,5,7
/proc/19954/stat : 19954 (qutersat_releas) R 19952 19954 18721 0 -1 4202496 259371 0 0 0 430187 52 0 0 25 0 1 0 752841892 1455149056 251336 33554432000 4194304 6014671 140733623359424 18446744073709551615 4423472 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/19954/statm: 355261 251336 727 445 0 348806 0
Current children cumulated CPU time (s) 4302.39
Current children cumulated vsize (KiB) 1421044

[startup+4362.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/512 20083
/proc/meminfo: memFree=9726624/32951124 swapFree=67111364/67111528
[pid=19954] ppid=19952 vsize=1597548 CPUtime=4362.39 cores=1,3,5,7
/proc/19954/stat : 19954 (qutersat_releas) R 19952 19954 18721 0 -1 4202496 259499 0 0 0 436187 52 0 0 25 0 1 0 752841892 1635889152 251464 33554432000 4194304 6014671 140733623359424 18446744073709551615 4424173 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/19954/statm: 399387 251464 727 445 0 392932 0
Current children cumulated CPU time (s) 4362.39
Current children cumulated vsize (KiB) 1597548

[startup+4422.3 s]
/proc/loadavg: 2.12 2.06 2.01 3/512 20085
/proc/meminfo: memFree=9726352/32951124 swapFree=67111364/67111528
[pid=19954] ppid=19952 vsize=1597548 CPUtime=4422.39 cores=1,3,5,7
/proc/19954/stat : 19954 (qutersat_releas) R 19952 19954 18721 0 -1 4202496 259500 0 0 0 442187 52 0 0 25 0 1 0 752841892 1635889152 251465 33554432000 4194304 6014671 140733623359424 18446744073709551615 4422687 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/19954/statm: 399387 251465 727 445 0 392932 0
Current children cumulated CPU time (s) 4422.39
Current children cumulated vsize (KiB) 1597548

[startup+4482.3 s]
/proc/loadavg: 2.10 2.06 2.01 3/512 20087
/proc/meminfo: memFree=9723464/32951124 swapFree=67111364/67111528
[pid=19954] ppid=19952 vsize=1597548 CPUtime=4482.39 cores=1,3,5,7
/proc/19954/stat : 19954 (qutersat_releas) R 19952 19954 18721 0 -1 4202496 259502 0 0 0 448187 52 0 0 25 0 1 0 752841892 1635889152 251465 33554432000 4194304 6014671 140733623359424 18446744073709551615 4424206 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/19954/statm: 399387 251465 727 445 0 392932 0
Current children cumulated CPU time (s) 4482.39
Current children cumulated vsize (KiB) 1597548

[startup+4542.3 s]
/proc/loadavg: 2.03 2.05 2.00 3/512 20088
/proc/meminfo: memFree=9715120/32951124 swapFree=67111364/67111528
[pid=19954] ppid=19952 vsize=1597676 CPUtime=4542.39 cores=1,3,5,7
/proc/19954/stat : 19954 (qutersat_releas) R 19952 19954 18721 0 -1 4202496 261014 0 0 0 454187 52 0 0 25 0 1 0 752841892 1636020224 252823 33554432000 4194304 6014671 140733623359424 18446744073709551615 4424065 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/19954/statm: 399419 252823 727 445 0 392964 0
Current children cumulated CPU time (s) 4542.39
Current children cumulated vsize (KiB) 1597676

[startup+4602.3 s]
/proc/loadavg: 2.01 2.04 2.00 3/512 20090
/proc/meminfo: memFree=9714460/32951124 swapFree=67111364/67111528
[pid=19954] ppid=19952 vsize=1597676 CPUtime=4602.41 cores=1,3,5,7
/proc/19954/stat : 19954 (qutersat_releas) R 19952 19954 18721 0 -1 4202496 261103 0 0 0 460189 52 0 0 25 0 1 0 752841892 1636020224 252912 33554432000 4194304 6014671 140733623359424 18446744073709551615 4424065 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/19954/statm: 399419 252912 727 445 0 392964 0
Current children cumulated CPU time (s) 4602.41
Current children cumulated vsize (KiB) 1597676

[startup+4662.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/512 20091
/proc/meminfo: memFree=9714432/32951124 swapFree=67111364/67111528
[pid=19954] ppid=19952 vsize=1597676 CPUtime=4662.39 cores=1,3,5,7
/proc/19954/stat : 19954 (qutersat_releas) R 19952 19954 18721 0 -1 4202496 261130 0 0 0 466187 52 0 0 25 0 1 0 752841892 1636020224 252939 33554432000 4194304 6014671 140733623359424 18446744073709551615 4425400 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/19954/statm: 399419 252939 727 445 0 392964 0
Current children cumulated CPU time (s) 4662.39
Current children cumulated vsize (KiB) 1597676

[startup+4722.32 s]
/proc/loadavg: 2.00 2.02 2.00 3/512 20093
/proc/meminfo: memFree=9745536/32951124 swapFree=67111364/67111528
[pid=19954] ppid=19952 vsize=1597676 CPUtime=4722.42 cores=1,3,5,7
/proc/19954/stat : 19954 (qutersat_releas) R 19952 19954 18721 0 -1 4202496 261134 0 0 0 472189 53 0 0 25 0 1 0 752841892 1636020224 237413 33554432000 4194304 6014671 140733623359424 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/19954/statm: 399419 237413 727 445 0 392964 0
Current children cumulated CPU time (s) 4722.42
Current children cumulated vsize (KiB) 1597676

[startup+4782.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/512 20095
/proc/meminfo: memFree=9714248/32951124 swapFree=67111364/67111528
[pid=19954] ppid=19952 vsize=1597676 CPUtime=4782.4 cores=1,3,5,7
/proc/19954/stat : 19954 (qutersat_releas) R 19952 19954 18721 0 -1 4202496 261134 0 0 0 478187 53 0 0 25 0 1 0 752841892 1636020224 237413 33554432000 4194304 6014671 140733623359424 18446744073709551615 4424209 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/19954/statm: 399419 237413 727 445 0 392964 0
Current children cumulated CPU time (s) 4782.4
Current children cumulated vsize (KiB) 1597676

[startup+4842.3 s]
/proc/loadavg: 2.10 2.04 2.01 3/512 20096
/proc/meminfo: memFree=9688792/32951124 swapFree=67111364/67111528
[pid=19954] ppid=19952 vsize=1597676 CPUtime=4842.4 cores=1,3,5,7
/proc/19954/stat : 19954 (qutersat_releas) R 19952 19954 18721 0 -1 4202496 261134 0 0 0 484187 53 0 0 25 0 1 0 752841892 1636020224 237413 33554432000 4194304 6014671 140733623359424 18446744073709551615 4422808 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/19954/statm: 399419 237413 727 445 0 392964 0
Current children cumulated CPU time (s) 4842.4
Current children cumulated vsize (KiB) 1597676

[startup+4902.3 s]
/proc/loadavg: 2.04 2.03 2.00 3/512 20098
/proc/meminfo: memFree=9689240/32951124 swapFree=67111364/67111528
[pid=19954] ppid=19952 vsize=1597676 CPUtime=4902.4 cores=1,3,5,7
/proc/19954/stat : 19954 (qutersat_releas) R 19952 19954 18721 0 -1 4202496 261135 0 0 0 490187 53 0 0 25 0 1 0 752841892 1636020224 237414 33554432000 4194304 6014671 140733623359424 18446744073709551615 4378698 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/19954/statm: 399419 237414 727 445 0 392964 0
Current children cumulated CPU time (s) 4902.4
Current children cumulated vsize (KiB) 1597676

[startup+4962.3 s]
/proc/loadavg: 1.64 1.91 1.96 2/506 20117
/proc/meminfo: memFree=10546144/32951124 swapFree=67111364/67111528
[pid=19954] ppid=19952 vsize=1597676 CPUtime=4962.4 cores=1,3,5,7
/proc/19954/stat : 19954 (qutersat_releas) R 19952 19954 18721 0 -1 4202496 261139 0 0 0 496187 53 0 0 25 0 1 0 752841892 1636020224 237418 33554432000 4194304 6014671 140733623359424 18446744073709551615 4424025 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/19954/statm: 399419 237418 727 445 0 392964 0
Current children cumulated CPU time (s) 4962.4
Current children cumulated vsize (KiB) 1597676



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 1.33 1.80 1.92 2/506 20118
/proc/meminfo: memFree=10546012/32951124 swapFree=67111364/67111528
[pid=19954] ppid=19952 vsize=1597676 CPUtime=5000.02 cores=1,3,5,7
/proc/19954/stat : 19954 (qutersat_releas) R 19952 19954 18721 0 -1 4202496 261279 0 0 0 499949 53 0 0 25 0 1 0 752841892 1636020224 237558 33554432000 4194304 6014671 140733623359424 18446744073709551615 4424130 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/19954/statm: 399419 237558 727 445 0 392964 0
Current children cumulated CPU time (s) 5000.02
Current children cumulated vsize (KiB) 1597676

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

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

[startup+4999.9 s]
/proc/loadavg: 1.33 1.80 1.92 2/506 20118
/proc/meminfo: memFree=10546012/32951124 swapFree=67111364/67111528
[pid=19954] ppid=19952 vsize=1597676 CPUtime=5000.02 cores=1,3,5,7
/proc/19954/stat : 19954 (qutersat_releas) R 19952 19954 18721 0 -1 4202496 261279 0 0 0 499949 53 0 0 25 0 1 0 752841892 1636020224 237558 33554432000 4194304 6014671 140733623359424 18446744073709551615 4424130 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/19954/statm: 399419 237558 727 445 0 392964 0
Current children cumulated CPU time (s) 5000.02
Current children cumulated vsize (KiB) 1597676

Child status: 1
Real time (s): 4999.96
CPU time (s): 5000.08
CPU user time (s): 4999.5
CPU system time (s): 0.577912
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 1597676

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

runsolver used 23.6694 second user time and 59.034 second system time

The end

Launcher Data

Begin job on node144 at 2011-05-28 19:37:38
IDJOB=3420967
IDBENCH=71799
IDSOLVER=1868
FILE ID=node144/3420967-1306604257
RUNJOBID= node144-1306604175-19906
PBS_JOBID= 13471536
Free space on /tmp= 73536 MiB

SOLVER NAME= QuteRSat 2011-05-12 (fixed)
BENCH NAME= SAT09/CRAFTED/parity-games/instance_n9_i9_pp.cnf
COMMAND LINE= qutersat_release BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3420967-1306604257/watcher-3420967-1306604257 -o /tmp/evaluation-result-3420967-1306604257/solver-3420967-1306604257 -C 5000 -W 5100 -M 15500  qutersat_release HOME/instance-3420967-1306604257.cnf 1625441594

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

MD5SUM BENCH= 3e04f934e4f74a8e89587f6c1327f77e
RANDOM SEED=1625441594

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      11329192 kB
Buffers:        341172 kB
Cached:        5575764 kB
SwapCached:          0 kB
Active:       17872256 kB
Inactive:      3371900 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      11329192 kB
SwapTotal:    67111528 kB
SwapFree:     67111364 kB
Dirty:           11660 kB
Writeback:           0 kB
AnonPages:    15327072 kB
Mapped:          44160 kB
Slab:           238472 kB
PageTables:      70004 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 157997276 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= 73536 MiB
End job on node144 at 2011-05-28 21:01:00