Trace number 3259792

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-03-01? (TO) 1300.07 1300.03

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.00	c Set FPU double precision.
0.29/0.34	c Parse Cnf success: #var: 33867 #clause: 454832
0.29/0.34	c Find Units :          0
0.29/0.34	c Find Invs  :       4086
0.39/0.44	c Find Ands  :       1377 AvgFaninNum: 4.82353
0.39/0.45	c Find Xors  :        648 AvgFaninNum: 2
0.39/0.48	c Find Ite   :       1296
0.49/0.56	c UnDirect variable: 7721
0.49/0.56	c UnDirect to Direct Gate: 1353
0.49/0.56	c Forced Direct Gate: 317 Unuse unDirect Gate: 3695
0.49/0.56	c Break Cycle : 86
0.49/0.56	c Total Root : 2372 Undef Var: 31142
0.49/0.57	c After covering, Total Root: 2294 Leaf: 6072
0.49/0.57	c Variable( cover/uncovered/unused ): 8797 25070 0
0.49/0.57	c Unit Clauses: 0
0.49/0.57	c Binary Clauses( cover/uncovered ): 8052 52590
0.49/0.57	c Clauses( cover/uncovered ): 3949 379909
0.49/0.57	c Total Clauses( cover/uncovered ): 12001 432499 2.69989%
0.49/0.57	c Covered Ands: 1377 Invs: 705 Xors: 642 Ites: 1
0.89/0.99	c Uncover Clauses avg size: 3.36566 max size: 72
1.00/1.00	c Final circuit: i/l/o/s   31142       0  431884    742355
1.00/1.00	c CnfToAig: Time: 1 s
1.49/1.58	c TmMap: Set choices finish.
1.80/1.86	c TmMap: Set big and: 468315
1.80/1.86	c TmMap: Origin: 773498 ClauseNum: 2227065 --> New: 499935 ClauseNum: 1729262
1.80/1.86	c TmMap: Time: 0.37
1.89/1.99	c Try to Add: #clause: 937277 #xorclause: 347
2.10/2.14	c #var: 68050 #clauses: 312128 Solving... 
1300.03/1300.00	c Time Out !!
1300.03/1300.00	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: 935)

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

running on 2 cores: 1,3

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: 2.83 3.69 3.76 4/189 24399
/proc/meminfo: memFree=14271964/32951124 swapFree=67111524/67111528
[pid=24399] ppid=24397 vsize=33388 CPUtime=0 cores=1,3
/proc/24399/stat : 24399 (qutersat_releas) R 24397 24399 24030 0 -1 4202496 2009 0 0 0 0 0 0 0 21 0 1 0 462363472 34189312 1943 33554432000 4194304 6016207 140736248562416 18446744073709551615 4309240 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/24399/statm: 8347 1943 379 445 0 1891 0

[startup+0.0973249 s]
/proc/loadavg: 2.83 3.69 3.76 4/189 24399
/proc/meminfo: memFree=14271964/32951124 swapFree=67111524/67111528
[pid=24399] ppid=24397 vsize=51820 CPUtime=0.09 cores=1,3
/proc/24399/stat : 24399 (qutersat_releas) R 24397 24399 24030 0 -1 4202496 6632 0 0 0 8 1 0 0 21 0 1 0 462363472 53063680 6566 33554432000 4194304 6016207 140736248562416 18446744073709551615 4270959 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/24399/statm: 12955 6567 379 445 0 6499 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 51820

[startup+0.100319 s]
/proc/loadavg: 2.83 3.69 3.76 4/189 24399
/proc/meminfo: memFree=14271964/32951124 swapFree=67111524/67111528
[pid=24399] ppid=24397 vsize=51820 CPUtime=0.09 cores=1,3
/proc/24399/stat : 24399 (qutersat_releas) R 24397 24399 24030 0 -1 4202496 6647 0 0 0 8 1 0 0 21 0 1 0 462363472 53063680 6581 33554432000 4194304 6016207 140736248562416 18446744073709551615 4804528 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/24399/statm: 12955 6581 379 445 0 6499 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 51820

[startup+0.300285 s]
/proc/loadavg: 2.83 3.69 3.76 4/189 24399
/proc/meminfo: memFree=14271964/32951124 swapFree=67111524/67111528
[pid=24399] ppid=24397 vsize=80748 CPUtime=0.29 cores=1,3
/proc/24399/stat : 24399 (qutersat_releas) R 24397 24399 24030 0 -1 4202496 13772 0 0 0 28 1 0 0 22 0 1 0 462363472 82685952 13706 33554432000 4194304 6016207 140736248562416 18446744073709551615 4279087 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/24399/statm: 20187 13706 379 445 0 13731 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 80748

[startup+0.700228 s]
/proc/loadavg: 2.83 3.69 3.76 4/189 24399
/proc/meminfo: memFree=14271964/32951124 swapFree=67111524/67111528
[pid=24399] ppid=24397 vsize=90988 CPUtime=0.69 cores=1,3
/proc/24399/stat : 24399 (qutersat_releas) R 24397 24399 24030 0 -1 4202496 16471 0 0 0 67 2 0 0 23 0 1 0 462363472 93171712 16405 33554432000 4194304 6016207 140736248562416 18446744073709551615 4315424 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/24399/statm: 22747 16405 399 445 0 16291 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 90988

[startup+1.50108 s]
/proc/loadavg: 2.83 3.69 3.76 5/190 24400
/proc/meminfo: memFree=14123288/32951124 swapFree=67111524/67111528
[pid=24399] ppid=24397 vsize=273968 CPUtime=1.49 cores=1,3
/proc/24399/stat : 24399 (qutersat_releas) R 24397 24399 24030 0 -1 4202496 62019 0 0 0 142 7 0 0 25 0 1 0 462363472 280543232 61954 33554432000 4194304 6016207 140736248562416 18446744073709551615 4232804 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/24399/statm: 68492 61959 670 445 0 62036 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 273968

[startup+3.10079 s]
/proc/loadavg: 2.92 3.70 3.76 5/190 24400
/proc/meminfo: memFree=13940016/32951124 swapFree=67111524/67111528
[pid=24399] ppid=24397 vsize=313008 CPUtime=3.09 cores=1,3
/proc/24399/stat : 24399 (qutersat_releas) R 24397 24399 24030 0 -1 4202496 71733 0 0 0 301 8 0 0 25 0 1 0 462363472 320520192 71667 33554432000 4194304 6016207 140736248562416 18446744073709551615 4425585 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/24399/statm: 78252 71667 700 445 0 71796 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 313008

[startup+6.30023 s]
/proc/loadavg: 2.92 3.70 3.76 5/190 24400
/proc/meminfo: memFree=13876168/32951124 swapFree=67111524/67111528
[pid=24399] ppid=24397 vsize=313136 CPUtime=6.29 cores=1,3
/proc/24399/stat : 24399 (qutersat_releas) R 24397 24399 24030 0 -1 4202496 71778 0 0 0 621 8 0 0 25 0 1 0 462363472 320651264 71712 33554432000 4194304 6016207 140736248562416 18446744073709551615 4426996 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/24399/statm: 78284 71712 725 445 0 71828 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 313136

[startup+12.7011 s]
/proc/loadavg: 3.09 3.71 3.76 5/190 24400
/proc/meminfo: memFree=13836428/32951124 swapFree=67111524/67111528
[pid=24399] ppid=24397 vsize=313136 CPUtime=12.69 cores=1,3
/proc/24399/stat : 24399 (qutersat_releas) R 24397 24399 24030 0 -1 4202496 71804 0 0 0 1261 8 0 0 25 0 1 0 462363472 320651264 71738 33554432000 4194304 6016207 140736248562416 18446744073709551615 4553439 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/24399/statm: 78284 71738 730 445 0 71828 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 313136

[startup+25.5009 s]
/proc/loadavg: 3.23 3.72 3.77 5/190 24400
/proc/meminfo: memFree=13749948/32951124 swapFree=67111524/67111528
[pid=24399] ppid=24397 vsize=371196 CPUtime=25.49 cores=1,3
/proc/24399/stat : 24399 (qutersat_releas) R 24397 24399 24030 0 -1 4202496 82557 0 0 0 2540 9 0 0 25 0 1 0 462363472 380104704 82100 33554432000 4194304 6016207 140736248562416 18446744073709551615 4425008 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/24399/statm: 92799 82100 730 445 0 86343 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 371196

[startup+51.1003 s]
/proc/loadavg: 3.49 3.74 3.77 5/190 24401
/proc/meminfo: memFree=13653884/32951124 swapFree=67111524/67111528
[pid=24399] ppid=24397 vsize=371196 CPUtime=51.09 cores=1,3
/proc/24399/stat : 24399 (qutersat_releas) R 24397 24399 24030 0 -1 4202496 85312 0 0 0 5099 10 0 0 25 0 1 0 462363472 380104704 84781 33554432000 4194304 6016207 140736248562416 18446744073709551615 4425440 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/24399/statm: 92799 84781 738 445 0 86343 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 371196

[startup+102.306 s]
/proc/loadavg: 3.79 3.78 3.78 5/190 24429
/proc/meminfo: memFree=13848948/32951124 swapFree=67111524/67111528
[pid=24399] ppid=24397 vsize=413416 CPUtime=102.3 cores=1,3
/proc/24399/stat : 24399 (qutersat_releas) R 24397 24399 24030 0 -1 4202496 98722 0 0 0 10218 12 0 0 25 0 1 0 462363472 423337984 93848 33554432000 4194304 6016207 140736248562416 18446744073709551615 4424226 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/24399/statm: 103354 93848 730 445 0 96898 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 413416

[startup+162.301 s]
/proc/loadavg: 3.92 3.82 3.79 5/190 24431
/proc/meminfo: memFree=13678664/32951124 swapFree=67111524/67111528
[pid=24399] ppid=24397 vsize=457664 CPUtime=162.3 cores=1,3
/proc/24399/stat : 24399 (qutersat_releas) R 24397 24399 24030 0 -1 4202496 109920 0 0 0 16215 15 0 0 25 0 1 0 462363472 468647936 105046 33554432000 4194304 6016207 140736248562416 18446744073709551615 4513178 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/24399/statm: 114416 105046 730 445 0 107960 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 457664

[startup+222.3 s]
/proc/loadavg: 3.97 3.85 3.80 5/190 24432
/proc/meminfo: memFree=13480376/32951124 swapFree=67111524/67111528
[pid=24399] ppid=24397 vsize=546176 CPUtime=222.3 cores=1,3
/proc/24399/stat : 24399 (qutersat_releas) R 24397 24399 24030 0 -1 4202496 110853 0 0 0 22215 15 0 0 25 0 1 0 462363472 559284224 105979 33554432000 4194304 6016207 140736248562416 18446744073709551615 4425075 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/24399/statm: 136544 105979 730 445 0 130088 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 546176

[startup+282.301 s]
/proc/loadavg: 3.99 3.87 3.82 5/190 24434
/proc/meminfo: memFree=13445892/32951124 swapFree=67111524/67111528
[pid=24399] ppid=24397 vsize=546176 CPUtime=282.3 cores=1,3
/proc/24399/stat : 24399 (qutersat_releas) R 24397 24399 24030 0 -1 4202496 111510 0 0 0 28215 15 0 0 25 0 1 0 462363472 559284224 106636 33554432000 4194304 6016207 140736248562416 18446744073709551615 4387655 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/24399/statm: 136544 106636 730 445 0 130088 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 546176

[startup+342.301 s]
/proc/loadavg: 3.99 3.89 3.82 5/190 24436
/proc/meminfo: memFree=13406576/32951124 swapFree=67111524/67111528
[pid=24399] ppid=24397 vsize=546176 CPUtime=342.3 cores=1,3
/proc/24399/stat : 24399 (qutersat_releas) R 24397 24399 24030 0 -1 4202496 111570 0 0 0 34215 15 0 0 25 0 1 0 462363472 559284224 106696 33554432000 4194304 6016207 140736248562416 18446744073709551615 4425054 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/24399/statm: 136544 106696 730 445 0 130088 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 546176

[startup+402.301 s]
/proc/loadavg: 3.99 3.91 3.83 5/190 24437
/proc/meminfo: memFree=13348284/32951124 swapFree=67111524/67111528
[pid=24399] ppid=24397 vsize=645636 CPUtime=402.3 cores=1,3
/proc/24399/stat : 24399 (qutersat_releas) R 24397 24399 24030 0 -1 4202496 112135 0 0 0 40214 16 0 0 25 0 1 0 462363472 661131264 107261 33554432000 4194304 6016207 140736248562416 18446744073709551615 4425476 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/24399/statm: 161409 107261 730 445 0 154953 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 645636

[startup+462.301 s]
/proc/loadavg: 4.05 3.94 3.84 5/190 24439
/proc/meminfo: memFree=13323856/32951124 swapFree=67111524/67111528
[pid=24399] ppid=24397 vsize=645636 CPUtime=462.3 cores=1,3
/proc/24399/stat : 24399 (qutersat_releas) R 24397 24399 24030 0 -1 4202496 117210 0 0 0 46213 17 0 0 25 0 1 0 462363472 661131264 112336 33554432000 4194304 6016207 140736248562416 18446744073709551615 4425096 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/24399/statm: 161409 112336 730 445 0 154953 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 645636

[startup+522.3 s]
/proc/loadavg: 4.08 3.96 3.85 5/190 24440
/proc/meminfo: memFree=13309216/32951124 swapFree=67111524/67111528
[pid=24399] ppid=24397 vsize=645636 CPUtime=522.3 cores=1,3
/proc/24399/stat : 24399 (qutersat_releas) R 24397 24399 24030 0 -1 4202496 119344 0 0 0 52212 18 0 0 25 0 1 0 462363472 661131264 114470 33554432000 4194304 6016207 140736248562416 18446744073709551615 4424223 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/24399/statm: 161409 114470 730 445 0 154953 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 645636

[startup+582.301 s]
/proc/loadavg: 4.03 3.97 3.86 5/190 24442
/proc/meminfo: memFree=13249188/32951124 swapFree=67111524/67111528
[pid=24399] ppid=24397 vsize=645636 CPUtime=582.3 cores=1,3
/proc/24399/stat : 24399 (qutersat_releas) R 24397 24399 24030 0 -1 4202496 119418 0 0 0 58212 18 0 0 25 0 1 0 462363472 661131264 114544 33554432000 4194304 6016207 140736248562416 18446744073709551615 4424309 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/24399/statm: 161409 114544 730 445 0 154953 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 645636

[startup+642.3 s]
/proc/loadavg: 4.01 3.97 3.86 5/190 24444
/proc/meminfo: memFree=13189892/32951124 swapFree=67111524/67111528
[pid=24399] ppid=24397 vsize=645636 CPUtime=642.31 cores=1,3
/proc/24399/stat : 24399 (qutersat_releas) R 24397 24399 24030 0 -1 4202496 119425 0 0 0 64213 18 0 0 25 0 1 0 462363472 661131264 114551 33554432000 4194304 6016207 140736248562416 18446744073709551615 4425530 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/24399/statm: 161409 114551 730 445 0 154953 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 645636

[startup+702.301 s]
/proc/loadavg: 4.00 3.97 3.87 5/190 24445
/proc/meminfo: memFree=13186032/32951124 swapFree=67111524/67111528
[pid=24399] ppid=24397 vsize=645636 CPUtime=702.31 cores=1,3
/proc/24399/stat : 24399 (qutersat_releas) R 24397 24399 24030 0 -1 4202496 120059 0 0 0 70212 19 0 0 25 0 1 0 462363472 661131264 115185 33554432000 4194304 6016207 140736248562416 18446744073709551615 4425530 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/24399/statm: 161409 115185 730 445 0 154953 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 645636

[startup+762.307 s]
/proc/loadavg: 4.00 3.97 3.87 5/190 24447
/proc/meminfo: memFree=13167668/32951124 swapFree=67111524/67111528
[pid=24399] ppid=24397 vsize=757680 CPUtime=762.32 cores=1,3
/proc/24399/stat : 24399 (qutersat_releas) R 24397 24399 24030 0 -1 4202496 120395 0 0 0 76213 19 0 0 25 0 1 0 462363472 775864320 115521 33554432000 4194304 6016207 140736248562416 18446744073709551615 4425185 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/24399/statm: 189420 115521 730 445 0 182964 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 757680

[startup+822.301 s]
/proc/loadavg: 4.00 3.97 3.88 5/190 24448
/proc/meminfo: memFree=13121656/32951124 swapFree=67111524/67111528
[pid=24399] ppid=24397 vsize=757808 CPUtime=822.31 cores=1,3
/proc/24399/stat : 24399 (qutersat_releas) R 24397 24399 24030 0 -1 4202496 121514 0 0 0 82212 19 0 0 25 0 1 0 462363472 775995392 116640 33554432000 4194304 6016207 140736248562416 18446744073709551615 4425745 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/24399/statm: 189452 116640 730 445 0 182996 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 757808

[startup+882.3 s]
/proc/loadavg: 4.03 3.99 3.89 5/190 24450
/proc/meminfo: memFree=13096228/32951124 swapFree=67111524/67111528
[pid=24399] ppid=24397 vsize=757808 CPUtime=882.31 cores=1,3
/proc/24399/stat : 24399 (qutersat_releas) R 24397 24399 24030 0 -1 4202496 121592 0 0 0 88212 19 0 0 25 0 1 0 462363472 775995392 116718 33554432000 4194304 6016207 140736248562416 18446744073709551615 4425389 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/24399/statm: 189452 116718 730 445 0 182996 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 757808

[startup+942.301 s]
/proc/loadavg: 4.01 3.99 3.90 5/190 24452
/proc/meminfo: memFree=13018224/32951124 swapFree=67111524/67111528
[pid=24399] ppid=24397 vsize=757808 CPUtime=942.32 cores=1,3
/proc/24399/stat : 24399 (qutersat_releas) R 24397 24399 24030 0 -1 4202496 128840 0 0 0 94211 21 0 0 25 0 1 0 462363472 775995392 123966 33554432000 4194304 6016207 140736248562416 18446744073709551615 4425574 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/24399/statm: 189452 123966 730 445 0 182996 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 757808

[startup+1002.3 s]
/proc/loadavg: 4.03 4.00 3.91 5/190 24453
/proc/meminfo: memFree=12995272/32951124 swapFree=67111524/67111528
[pid=24399] ppid=24397 vsize=875856 CPUtime=1002.32 cores=1,3
/proc/24399/stat : 24399 (qutersat_releas) R 24397 24399 24030 0 -1 4202496 130342 0 0 0 100210 22 0 0 25 0 1 0 462363472 896876544 125468 33554432000 4194304 6016207 140736248562416 18446744073709551615 4741520 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/24399/statm: 218964 125468 730 445 0 212508 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 875856

[startup+1062.3 s]
/proc/loadavg: 4.01 4.00 3.91 5/190 24455
/proc/meminfo: memFree=12962148/32951124 swapFree=67111524/67111528
[pid=24399] ppid=24397 vsize=875856 CPUtime=1062.31 cores=1,3
/proc/24399/stat : 24399 (qutersat_releas) R 24397 24399 24030 0 -1 4202496 138295 0 0 0 106207 24 0 0 25 0 1 0 462363472 896876544 133421 33554432000 4194304 6016207 140736248562416 18446744073709551615 4425149 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/24399/statm: 218964 133421 730 445 0 212508 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 875856

[startup+1122.3 s]
/proc/loadavg: 4.03 4.01 3.91 5/190 24456
/proc/meminfo: memFree=12875340/32951124 swapFree=67111524/67111528
[pid=24399] ppid=24397 vsize=995776 CPUtime=1122.31 cores=1,3
/proc/24399/stat : 24399 (qutersat_releas) R 24397 24399 24030 0 -1 4202496 139200 0 0 0 112207 24 0 0 25 0 1 0 462363472 1019674624 134219 33554432000 4194304 6016207 140736248562416 18446744073709551615 4425742 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/24399/statm: 248944 134219 730 445 0 242488 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 995776

[startup+1182.3 s]
/proc/loadavg: 4.01 4.01 3.91 5/190 24458
/proc/meminfo: memFree=12822128/32951124 swapFree=67111524/67111528
[pid=24399] ppid=24397 vsize=995776 CPUtime=1182.32 cores=1,3
/proc/24399/stat : 24399 (qutersat_releas) R 24397 24399 24030 0 -1 4202496 143283 0 0 0 118206 26 0 0 25 0 1 0 462363472 1019674624 138288 33554432000 4194304 6016207 140736248562416 18446744073709551615 4442547 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/24399/statm: 248944 138288 765 445 0 242488 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 995776

[startup+1242.3 s]
/proc/loadavg: 4.00 4.00 3.91 5/190 24460
/proc/meminfo: memFree=12768176/32951124 swapFree=67111524/67111528
[pid=24399] ppid=24397 vsize=995776 CPUtime=1242.32 cores=1,3
/proc/24399/stat : 24399 (qutersat_releas) R 24397 24399 24030 0 -1 4202496 156830 0 0 0 124203 29 0 0 25 0 1 0 462363472 1019674624 150397 33554432000 4194304 6016207 140736248562416 18446744073709551615 4424303 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/24399/statm: 248944 150397 730 445 0 242488 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 995776



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.00 4.00 3.91 3/186 24463
/proc/meminfo: memFree=13709104/32951124 swapFree=67111524/67111528
[pid=24399] ppid=24397 vsize=995776 CPUtime=1300.03 cores=1,3
/proc/24399/stat : 24399 (qutersat_releas) R 24397 24399 24030 0 -1 4202496 158194 0 0 0 129973 30 0 0 25 0 1 0 462363472 1019674624 151761 33554432000 4194304 6016207 140736248562416 18446744073709551615 4425616 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/24399/statm: 248944 151761 730 445 0 242488 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 995776

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.03
CPU time (s): 1300.07
CPU user time (s): 1299.73
CPU system time (s): 0.330949
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 995776

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

runsolver used 2.08568 second user time and 5.02024 second system time

The end

Launcher Data

Begin job on node136 at 2011-04-22 23:27:35
IDJOB=3259792
IDBENCH=71799
IDSOLVER=1607
FILE ID=node136/3259792-1303507655
RUNJOBID= node136-1303507653-24358
PBS_JOBID= 13134272
Free space on /tmp= 71372 MiB

SOLVER NAME= QuteRSat 2011-03-01
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-3259792-1303507655/watcher-3259792-1303507655 -o /tmp/evaluation-result-3259792-1303507655/solver-3259792-1303507655 -C 2400 -W 1300 -M 7680  qutersat_release HOME/instance-3259792-1303507655.cnf 1922744618

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

MD5SUM BENCH= 3e04f934e4f74a8e89587f6c1327f77e
RANDOM SEED=1922744618

node136.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.809
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.61
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.809
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.809
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.809
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.76
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.809
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.809
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.83
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.809
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.809
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:     32951124 kB
MemFree:      14277816 kB
Buffers:       1341520 kB
Cached:       16355752 kB
SwapCached:          4 kB
Active:        9546232 kB
Inactive:      8569980 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      14277816 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:           29900 kB
Writeback:           0 kB
AnonPages:      418772 kB
Mapped:          19232 kB
Slab:           492592 kB
PageTables:       6396 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   627880 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= 71388 MiB
End job on node136 at 2011-04-22 23:49:17