Trace number 3376765

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

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 benchmark269.553
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.01	c Set FPU double precision.
0.29/0.35	c Parse Cnf success: #var: 33867 #clause: 454832
0.29/0.35	c Find Units :          0
0.29/0.35	c Find Invs  :       4086
0.38/0.45	c Find Ands  :       1377 AvgFaninNum: 4.82353
0.38/0.46	c Find Xors  :        648 AvgFaninNum: 2
0.38/0.50	c Find Ite   :       1296
0.48/0.57	c UnDirect variable: 7721
0.48/0.57	c UnDirect to Direct Gate: 1353
0.48/0.57	c Forced Direct Gate: 317 Unuse unDirect Gate: 3695
0.48/0.58	c Break Cycle : 86
0.48/0.58	c Total Root : 2372 Undef Var: 31142
0.48/0.58	c After covering, Total Root: 2294 Leaf: 6072
0.48/0.58	c Variable( cover/uncovered/unused ): 8797 25070 0
0.48/0.58	c Unit Clauses: 0
0.48/0.58	c Binary Clauses( cover/uncovered ): 8052 52590
0.48/0.58	c Clauses( cover/uncovered ): 3949 379909
0.48/0.58	c Total Clauses( cover/uncovered ): 12001 432499 2.69989%
0.48/0.58	c Covered Ands: 1377 Invs: 705 Xors: 642 Ites: 1
1.00/1.01	c Uncover Clauses avg size: 3.36566 max size: 72
1.00/1.02	c Final circuit: i/l/o/s   31142       0  431884    742355
1.00/1.02	c CnfToAig: Time: 1.01 s
1.49/1.60	c TmMap: Set choices finish.
1.79/1.88	c TmMap: Set big and: 468315
1.79/1.88	c TmMap: Origin: 773498 ClauseNum: 2227065 --> New: 499935 ClauseNum: 1729262
1.79/1.88	c TmMap: Time: 0.36
1.99/2.00	c Try to Add: #clause: 938665 #xorclause: 0
2.10/2.15	c #var: 68050 #clauses: 313516 Solving... 
1299.95/1300.01	c Time Out !!
1299.95/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-3376765-1305468146/watcher-3376765-1305468146 -o /tmp/evaluation-result-3376765-1305468146/solver-3376765-1305468146 -C 2400 -W 1300 -M 7680 qutersat_release HOME/instance-3376765-1305468146.cnf 213337412 

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.40 5.50 5.99 5/405 23914
/proc/meminfo: memFree=11205956/32951124 swapFree=57331808/67111528
[pid=23914] ppid=23912 vsize=35436 CPUtime=0.01 cores=4,6
/proc/23914/stat : 23914 (qutersat_releas) R 23912 23914 23866 0 -1 4202496 2493 0 0 0 1 0 0 0 21 0 1 0 658416976 36286464 2429 33554432000 4194304 6014671 140734907029648 18446744073709551615 4308595 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/23914/statm: 8859 2429 378 445 0 2404 0

[startup+0.073032 s]
/proc/loadavg: 4.40 5.50 5.99 5/405 23914
/proc/meminfo: memFree=11205956/32951124 swapFree=57331808/67111528
[pid=23914] ppid=23912 vsize=45676 CPUtime=0.06 cores=4,6
/proc/23914/stat : 23914 (qutersat_releas) R 23912 23914 23866 0 -1 4202496 5039 0 0 0 6 0 0 0 21 0 1 0 658416976 46772224 4975 33554432000 4194304 6014671 140734907029648 18446744073709551615 4303738 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/23914/statm: 11419 4975 378 445 0 4964 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 45676

[startup+0.10105 s]
/proc/loadavg: 4.40 5.50 5.99 5/405 23914
/proc/meminfo: memFree=11205956/32951124 swapFree=57331808/67111528
[pid=23914] ppid=23912 vsize=51820 CPUtime=0.08 cores=4,6
/proc/23914/stat : 23914 (qutersat_releas) R 23912 23914 23866 0 -1 4202496 6623 0 0 0 8 0 0 0 21 0 1 0 658416976 53063680 6559 33554432000 4194304 6014671 140734907029648 18446744073709551615 4277551 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/23914/statm: 12955 6559 378 445 0 6500 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 51820

[startup+0.301012 s]
/proc/loadavg: 4.40 5.50 5.99 5/405 23914
/proc/meminfo: memFree=11205956/32951124 swapFree=57331808/67111528
[pid=23914] ppid=23912 vsize=80748 CPUtime=0.29 cores=4,6
/proc/23914/stat : 23914 (qutersat_releas) R 23912 23914 23866 0 -1 4202496 13729 0 0 0 28 1 0 0 22 0 1 0 658416976 82685952 13665 33554432000 4194304 6014671 140734907029648 18446744073709551615 4305098 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/23914/statm: 20187 13665 378 445 0 13732 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 80748

[startup+0.70093 s]
/proc/loadavg: 4.40 5.50 5.99 5/405 23914
/proc/meminfo: memFree=11205956/32951124 swapFree=57331808/67111528
[pid=23914] ppid=23912 vsize=90988 CPUtime=0.69 cores=4,6
/proc/23914/stat : 23914 (qutersat_releas) R 23912 23914 23866 0 -1 4202496 16467 0 0 0 67 2 0 0 23 0 1 0 658416976 93171712 16403 33554432000 4194304 6014671 140734907029648 18446744073709551615 4331334 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/23914/statm: 22747 16403 397 445 0 16292 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 90988

[startup+1.50078 s]
/proc/loadavg: 4.40 5.50 5.99 5/412 23927
/proc/meminfo: memFree=10935896/32951124 swapFree=57331808/67111528
[pid=23914] ppid=23912 vsize=243744 CPUtime=1.49 cores=4,6
/proc/23914/stat : 23914 (qutersat_releas) R 23912 23914 23866 0 -1 4202496 54312 0 0 0 142 7 0 0 25 0 1 0 658416976 249593856 54248 33554432000 4194304 6014671 140734907029648 18446744073709551615 4778066 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/23914/statm: 60936 54250 667 445 0 54481 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 243744

[startup+3.10045 s]
/proc/loadavg: 4.37 5.47 5.98 5/412 23927
/proc/meminfo: memFree=10731564/32951124 swapFree=57331808/67111528
[pid=23914] ppid=23912 vsize=313008 CPUtime=3.09 cores=4,6
/proc/23914/stat : 23914 (qutersat_releas) R 23912 23914 23866 0 -1 4202496 71733 0 0 0 300 9 0 0 25 0 1 0 658416976 320520192 71669 33554432000 4194304 6014671 140734907029648 18446744073709551615 4424307 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/23914/statm: 78252 71669 701 445 0 71797 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 313008

[startup+6.30087 s]
/proc/loadavg: 4.37 5.47 5.98 5/412 23954
/proc/meminfo: memFree=10671980/32951124 swapFree=57331808/67111528
[pid=23914] ppid=23912 vsize=313136 CPUtime=6.29 cores=4,6
/proc/23914/stat : 23914 (qutersat_releas) R 23912 23914 23866 0 -1 4202496 71777 0 0 0 620 9 0 0 25 0 1 0 658416976 320651264 71713 33554432000 4194304 6014671 140734907029648 18446744073709551615 4423718 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/23914/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: 4.31 5.42 5.96 4/407 23971
/proc/meminfo: memFree=10774724/32951124 swapFree=57331808/67111528
[pid=23914] ppid=23912 vsize=313136 CPUtime=12.69 cores=4,6
/proc/23914/stat : 23914 (qutersat_releas) R 23912 23914 23866 0 -1 4202496 71799 0 0 0 1260 9 0 0 25 0 1 0 658416976 320651264 71735 33554432000 4194304 6014671 140734907029648 18446744073709551615 4423853 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/23914/statm: 78284 71735 727 445 0 71829 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 313136

[startup+25.5012 s]
/proc/loadavg: 4.34 5.39 5.94 5/412 24008
/proc/meminfo: memFree=10464308/32951124 swapFree=57331808/67111528
[pid=23914] ppid=23912 vsize=372116 CPUtime=25.49 cores=4,6
/proc/23914/stat : 23914 (qutersat_releas) R 23912 23914 23866 0 -1 4202496 82012 0 0 0 2539 10 0 0 25 0 1 0 658416976 381046784 81836 33554432000 4194304 6014671 140734907029648 18446744073709551615 4424736 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/23914/statm: 93029 81836 727 445 0 86574 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 372116

[startup+51.1004 s]
/proc/loadavg: 4.22 5.28 5.89 5/412 24036
/proc/meminfo: memFree=10083284/32951124 swapFree=57331808/67111528
[pid=23914] ppid=23912 vsize=412900 CPUtime=51.08 cores=4,6
/proc/23914/stat : 23914 (qutersat_releas) R 23912 23914 23866 0 -1 4202496 89555 0 0 0 5098 10 0 0 25 0 1 0 658416976 422809600 89379 33554432000 4194304 6014671 140734907029648 18446744073709551615 4423927 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/23914/statm: 103225 89379 727 445 0 96770 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 412900

[startup+102.316 s]
/proc/loadavg: 4.25 5.11 5.79 5/412 24068
/proc/meminfo: memFree=7284556/32951124 swapFree=57331808/67111528
[pid=23914] ppid=23912 vsize=413028 CPUtime=102.28 cores=4,6
/proc/23914/stat : 23914 (qutersat_releas) R 23912 23914 23866 0 -1 4202496 94934 0 0 0 10216 12 0 0 25 0 1 0 658416976 422940672 94699 33554432000 4194304 6014671 140734907029648 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/23914/statm: 103257 94699 727 445 0 96802 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 413028

[startup+162.3 s]
/proc/loadavg: 4.09 4.90 5.68 5/412 24069
/proc/meminfo: memFree=7000504/32951124 swapFree=57331808/67111528
[pid=23914] ppid=23912 vsize=457068 CPUtime=162.26 cores=4,6
/proc/23914/stat : 23914 (qutersat_releas) R 23912 23914 23866 0 -1 4202496 105744 0 0 0 16213 13 0 0 25 0 1 0 658416976 468037632 100447 33554432000 4194304 6014671 140734907029648 18446744073709551615 4424169 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/23914/statm: 114267 100447 727 445 0 107812 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 457068

[startup+222.301 s]
/proc/loadavg: 4.03 4.74 5.57 5/412 24071
/proc/meminfo: memFree=5779920/32951124 swapFree=57331808/67111528
[pid=23914] ppid=23912 vsize=568568 CPUtime=222.27 cores=4,6
/proc/23914/stat : 23914 (qutersat_releas) R 23912 23914 23866 0 -1 4202496 118784 0 0 0 22211 16 0 0 25 0 1 0 658416976 582213632 113487 33554432000 4194304 6014671 140734907029648 18446744073709551615 4424612 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/23914/statm: 142142 113487 727 445 0 135687 0
Current children cumulated CPU time (s) 222.27
Current children cumulated vsize (KiB) 568568

[startup+282.301 s]
/proc/loadavg: 4.06 4.61 5.47 5/412 24072
/proc/meminfo: memFree=4964824/32951124 swapFree=57331808/67111528
[pid=23914] ppid=23912 vsize=568568 CPUtime=282.26 cores=4,6
/proc/23914/stat : 23914 (qutersat_releas) R 23912 23914 23866 0 -1 4202496 124601 0 0 0 28210 16 0 0 25 0 1 0 658416976 582213632 119304 33554432000 4194304 6014671 140734907029648 18446744073709551615 4424209 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/23914/statm: 142142 119304 727 445 0 135687 0
Current children cumulated CPU time (s) 282.26
Current children cumulated vsize (KiB) 568568

[startup+342.301 s]
/proc/loadavg: 4.02 4.50 5.38 5/412 24074
/proc/meminfo: memFree=4028072/32951124 swapFree=57331808/67111528
[pid=23914] ppid=23912 vsize=568568 CPUtime=342.26 cores=4,6
/proc/23914/stat : 23914 (qutersat_releas) R 23912 23914 23866 0 -1 4202496 124714 0 0 0 34210 16 0 0 25 0 1 0 658416976 582213632 119417 33554432000 4194304 6014671 140734907029648 18446744073709551615 4423476 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/23914/statm: 142142 119417 727 445 0 135687 0
Current children cumulated CPU time (s) 342.26
Current children cumulated vsize (KiB) 568568

[startup+402.301 s]
/proc/loadavg: 4.00 4.41 5.29 5/412 24075
/proc/meminfo: memFree=3515544/32951124 swapFree=57331808/67111528
[pid=23914] ppid=23912 vsize=668196 CPUtime=402.27 cores=4,6
/proc/23914/stat : 23914 (qutersat_releas) R 23912 23914 23866 0 -1 4202496 128908 0 0 0 40209 18 0 0 25 0 1 0 658416976 684232704 123569 33554432000 4194304 6014671 140734907029648 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/23914/statm: 167049 123569 740 445 0 160594 0
Current children cumulated CPU time (s) 402.27
Current children cumulated vsize (KiB) 668196

[startup+462.3 s]
/proc/loadavg: 4.00 4.33 5.21 5/412 24077
/proc/meminfo: memFree=3085964/32951124 swapFree=57331808/67111528
[pid=23914] ppid=23912 vsize=668196 CPUtime=462.27 cores=4,6
/proc/23914/stat : 23914 (qutersat_releas) R 23912 23914 23866 0 -1 4202496 139528 0 0 0 46207 20 0 0 25 0 1 0 658416976 684232704 134176 33554432000 4194304 6014671 140734907029648 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/23914/statm: 167049 134176 727 445 0 160594 0
Current children cumulated CPU time (s) 462.27
Current children cumulated vsize (KiB) 668196

[startup+522.301 s]
/proc/loadavg: 4.00 4.27 5.13 5/412 24079
/proc/meminfo: memFree=2777268/32951124 swapFree=57331808/67111528
[pid=23914] ppid=23912 vsize=668196 CPUtime=522.27 cores=4,6
/proc/23914/stat : 23914 (qutersat_releas) R 23912 23914 23866 0 -1 4202496 146391 0 0 0 52206 21 0 0 25 0 1 0 658416976 684232704 141039 33554432000 4194304 6014671 140734907029648 18446744073709551615 212435713511 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/23914/statm: 167049 141039 727 445 0 160594 0
Current children cumulated CPU time (s) 522.27
Current children cumulated vsize (KiB) 668196

[startup+582.301 s]
/proc/loadavg: 4.12 4.26 5.07 5/412 24080
/proc/meminfo: memFree=2048192/32951124 swapFree=57331808/67111528
[pid=23914] ppid=23912 vsize=668196 CPUtime=582.26 cores=4,6
/proc/23914/stat : 23914 (qutersat_releas) R 23912 23914 23866 0 -1 4202496 153519 0 0 0 58204 22 0 0 25 0 1 0 658416976 684232704 148167 33554432000 4194304 6014671 140734907029648 18446744073709551615 4424206 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/23914/statm: 167049 148167 727 445 0 160594 0
Current children cumulated CPU time (s) 582.26
Current children cumulated vsize (KiB) 668196

[startup+642.3 s]
/proc/loadavg: 4.12 4.24 5.01 5/412 24082
/proc/meminfo: memFree=1960416/32951124 swapFree=57331808/67111528
[pid=23914] ppid=23912 vsize=668196 CPUtime=642.28 cores=4,6
/proc/23914/stat : 23914 (qutersat_releas) R 23912 23914 23866 0 -1 4202496 153891 0 0 0 64206 22 0 0 25 0 1 0 658416976 684232704 148539 33554432000 4194304 6014671 140734907029648 18446744073709551615 4424463 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/23914/statm: 167049 148539 727 445 0 160594 0
Current children cumulated CPU time (s) 642.28
Current children cumulated vsize (KiB) 668196

[startup+702.301 s]
/proc/loadavg: 4.08 4.21 4.95 5/412 24084
/proc/meminfo: memFree=1129204/32951124 swapFree=57331808/67111528
[pid=23914] ppid=23912 vsize=668196 CPUtime=702.27 cores=4,6
/proc/23914/stat : 23914 (qutersat_releas) R 23912 23914 23866 0 -1 4202496 154828 0 0 0 70204 23 0 0 25 0 1 0 658416976 684232704 149476 33554432000 4194304 6014671 140734907029648 18446744073709551615 4424038 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/23914/statm: 167049 149476 727 445 0 160594 0
Current children cumulated CPU time (s) 702.27
Current children cumulated vsize (KiB) 668196

[startup+762.316 s]
/proc/loadavg: 4.10 4.18 4.89 5/412 24085
/proc/meminfo: memFree=824976/32951124 swapFree=57331808/67111528
[pid=23914] ppid=23912 vsize=668196 CPUtime=762.29 cores=4,6
/proc/23914/stat : 23914 (qutersat_releas) R 23912 23914 23866 0 -1 4202496 155196 0 0 0 76205 24 0 0 25 0 1 0 658416976 684232704 149844 33554432000 4194304 6014671 140734907029648 18446744073709551615 4371884 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/23914/statm: 167049 149844 727 445 0 160594 0
Current children cumulated CPU time (s) 762.29
Current children cumulated vsize (KiB) 668196

[startup+822.3 s]
/proc/loadavg: 4.04 4.15 4.83 5/412 24087
/proc/meminfo: memFree=758280/32951124 swapFree=57331808/67111528
[pid=23914] ppid=23912 vsize=668196 CPUtime=822.27 cores=4,6
/proc/23914/stat : 23914 (qutersat_releas) R 23912 23914 23866 0 -1 4202496 155365 0 0 0 82203 24 0 0 25 0 1 0 658416976 684232704 150013 33554432000 4194304 6014671 140734907029648 18446744073709551615 4423853 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/23914/statm: 167049 150013 727 445 0 160594 0
Current children cumulated CPU time (s) 822.27
Current children cumulated vsize (KiB) 668196

[startup+882.301 s]
/proc/loadavg: 4.01 4.12 4.78 5/412 24088
/proc/meminfo: memFree=418724/32951124 swapFree=57331808/67111528
[pid=23914] ppid=23912 vsize=668324 CPUtime=882.27 cores=4,6
/proc/23914/stat : 23914 (qutersat_releas) R 23912 23914 23866 0 -1 4202496 159521 0 0 0 88203 24 0 0 25 0 1 0 658416976 684363776 154150 33554432000 4194304 6014671 140734907029648 18446744073709551615 4424169 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/23914/statm: 167081 154150 727 445 0 160626 0
Current children cumulated CPU time (s) 882.27
Current children cumulated vsize (KiB) 668324

[startup+942.3 s]
/proc/loadavg: 4.00 4.09 4.73 5/412 24090
/proc/meminfo: memFree=282868/32951124 swapFree=57331808/67111528
[pid=23914] ppid=23912 vsize=668324 CPUtime=942.27 cores=4,6
/proc/23914/stat : 23914 (qutersat_releas) R 23912 23914 23866 0 -1 4202496 159522 0 0 0 94203 24 0 0 25 0 1 0 658416976 684363776 154151 33554432000 4194304 6014671 140734907029648 18446744073709551615 4424038 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/23914/statm: 167081 154151 727 445 0 160626 0
Current children cumulated CPU time (s) 942.27
Current children cumulated vsize (KiB) 668324

[startup+1002.3 s]
/proc/loadavg: 4.00 4.07 4.68 5/412 24092
/proc/meminfo: memFree=94940/32951124 swapFree=57038064/67111528
[pid=23914] ppid=23912 vsize=784860 CPUtime=1002.23 cores=4,6
/proc/23914/stat : 23914 (qutersat_releas) R 23912 23914 23866 0 -1 4202496 159785 0 0 0 100199 24 0 0 25 0 1 0 658416976 803696640 154414 33554432000 4194304 6014671 140734907029648 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/23914/statm: 196215 154414 727 445 0 189760 0
Current children cumulated CPU time (s) 1002.23
Current children cumulated vsize (KiB) 784860

[startup+1062.3 s]
/proc/loadavg: 4.09 4.09 4.64 5/412 24093
/proc/meminfo: memFree=93408/32951124 swapFree=56913108/67111528
[pid=23914] ppid=23912 vsize=784860 CPUtime=1062.24 cores=4,6
/proc/23914/stat : 23914 (qutersat_releas) R 23912 23914 23866 0 -1 4202496 167383 0 0 0 106198 26 0 0 25 0 1 0 658416976 803696640 162012 33554432000 4194304 6014671 140734907029648 18446744073709551615 4422683 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/23914/statm: 196215 162012 751 445 0 189760 0
Current children cumulated CPU time (s) 1062.24
Current children cumulated vsize (KiB) 784860

[startup+1122.3 s]
/proc/loadavg: 4.14 4.11 4.62 5/412 24095
/proc/meminfo: memFree=94112/32951124 swapFree=56624312/67111528
[pid=23914] ppid=23912 vsize=904020 CPUtime=1122.24 cores=4,6
/proc/23914/stat : 23914 (qutersat_releas) R 23912 23914 23866 0 -1 4202496 167738 0 0 0 112198 26 0 0 25 0 1 0 658416976 925716480 162343 33554432000 4194304 6014671 140734907029648 18446744073709551615 4424029 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/23914/statm: 226005 162343 727 445 0 219550 0
Current children cumulated CPU time (s) 1122.24
Current children cumulated vsize (KiB) 904020

[startup+1182.3 s]
/proc/loadavg: 4.14 4.12 4.59 5/412 24096
/proc/meminfo: memFree=93704/32951124 swapFree=56492764/67111528
[pid=23914] ppid=23912 vsize=904020 CPUtime=1182.24 cores=4,6
/proc/23914/stat : 23914 (qutersat_releas) R 23912 23914 23866 0 -1 4202496 167930 0 0 0 118198 26 0 0 25 0 1 0 658416976 925716480 162535 33554432000 4194304 6014671 140734907029648 18446744073709551615 4377231 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/23914/statm: 226005 162535 727 445 0 219550 0
Current children cumulated CPU time (s) 1182.24
Current children cumulated vsize (KiB) 904020

[startup+1242.3 s]
/proc/loadavg: 4.05 4.09 4.54 5/412 24098
/proc/meminfo: memFree=92240/32951124 swapFree=56429536/67111528
[pid=23914] ppid=23912 vsize=904020 CPUtime=1242.24 cores=4,6
/proc/23914/stat : 23914 (qutersat_releas) R 23912 23914 23866 0 -1 4202496 167939 0 0 0 124198 26 0 0 25 0 1 0 658416976 925716480 162544 33554432000 4194304 6014671 140734907029648 18446744073709551615 4424206 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/23914/statm: 226005 162544 727 445 0 219550 0
Current children cumulated CPU time (s) 1242.24
Current children cumulated vsize (KiB) 904020



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.14 4.11 4.52 5/410 24100
/proc/meminfo: memFree=438864/32951124 swapFree=56316152/67111528
[pid=23914] ppid=23912 vsize=1027816 CPUtime=1299.95 cores=4,6
/proc/23914/stat : 23914 (qutersat_releas) R 23912 23914 23866 0 -1 4202496 169257 0 0 0 129969 26 0 0 25 0 1 0 658416976 1052483584 163761 33554432000 4194304 6014671 140734907029648 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/23914/statm: 256954 163761 727 445 0 250499 0
Current children cumulated CPU time (s) 1299.95
Current children cumulated vsize (KiB) 1027816

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

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

Child status: 1
Real time (s): 1300.04
CPU time (s): 1299.99
CPU user time (s): 1299.7
CPU system time (s): 0.292955
CPU usage (%): 99.996
Max. virtual memory (cumulated for all children) (KiB): 1027816

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

runsolver used 5.46917 second user time and 11.5023 second system time

The end

Launcher Data

Begin job on node102 at 2011-05-15 16:02:26
IDJOB=3376765
IDBENCH=71799
IDSOLVER=1856
FILE ID=node102/3376765-1305468146
RUNJOBID= node102-1305468146-23885
PBS_JOBID= 13325323
Free space on /tmp= 73592 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-3376765-1305468146/watcher-3376765-1305468146 -o /tmp/evaluation-result-3376765-1305468146/solver-3376765-1305468146 -C 2400 -W 1300 -M 7680  qutersat_release HOME/instance-3376765-1305468146.cnf 213337412

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

MD5SUM BENCH= 3e04f934e4f74a8e89587f6c1327f77e
RANDOM SEED=213337412

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      11206724 kB
Buffers:         51020 kB
Cached:         781892 kB
SwapCached:      89972 kB
Active:       12178484 kB
Inactive:      9345160 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      11206724 kB
SwapTotal:    67111528 kB
SwapFree:     57331808 kB
Dirty:           16132 kB
Writeback:           0 kB
AnonPages:    20610864 kB
Mapped:          21744 kB
Slab:            65740 kB
PageTables:      87188 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 102390088 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= 73476 MiB
End job on node102 at 2011-05-15 16:24:08