Trace number 3282355

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.09 1300.06

General information on the benchmark

NameAPPLICATIONS/bitverif/
maxor/maxor128.cnf
MD5SUMe050fe11c7c50ba82ac7126f49db3c10
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark2982.37
Satisfiable
(Un)Satisfiability was proved
Number of variables200308
Number of clauses598619
Sum of the clauses size1396775
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2399078
Number of clauses of size 3199539
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c Set FPU double precision.
0.39/0.41	c Parse Cnf success: #var: 200308 #clause: 598619
0.39/0.41	c Find Units :          2
0.39/0.44	c Find Invs  :          0
0.49/0.53	c Find Ands  :     199539 AvgFaninNum: 2
0.49/0.55	c Find Xors  :          0 AvgFaninNum: nan
0.59/0.60	c Find Ite   :          0
0.69/0.73	c UnDirect variable: 0
0.69/0.73	c UnDirect to Direct Gate: 0
0.69/0.73	c Forced Direct Gate: 0 Unuse unDirect Gate: 0
0.69/0.75	c Break Cycle : 0
0.69/0.75	c Total Root : 1 Undef Var: 769
0.79/0.88	c After covering, Total Root: 1 Leaf: 769
0.79/0.88	c Variable( cover/uncovered/unused ): 200308 0 0
0.79/0.88	c Unit Clauses: 2
0.79/0.88	c Binary Clauses( cover/uncovered ): 399078 0
0.79/0.88	c Clauses( cover/uncovered ): 199539 0
0.79/0.88	c Total Clauses( cover/uncovered ): 598619 0 100%
0.79/0.88	c Covered Ands: 199539 Invs: 0 Xors: 0 Ites: 0
0.79/0.89	c Uncover Clauses avg size: nan max size: 0
0.79/0.89	c Final circuit: i/l/o/s     768       0       1    199539
0.79/0.89	c CnfToAig: Time: 0.88 s
1.59/1.62	c TmMap: Set choices finish.
1.69/1.70	c TmMap: Set big and: 17020
1.69/1.70	c TmMap: Origin: 200308 ClauseNum: 598617 --> New: 67449 ClauseNum: 300390
1.69/1.70	c TmMap: Time: 0.15
2.69/2.72	c Simulation --> TransNum: 203360/300390 Try to Add: #clause: 105696 #xorclause: 16191
2.79/2.82	c #var: 66650 #clauses: 163043 Solving... 
9.39/9.48	c Abstract SAT
9.59/9.62	c Simulation --> TransNum: 287401/300390 Try to Add: #clause: 7966 #xorclause: 0
9.59/9.63	c #var: 66743 #clauses: 171153 Solving... 
9.69/9.78	c Abstract SAT
9.89/9.93	c Simulation --> TransNum: 295941/300390 Try to Add: #clause: 8088 #xorclause: 0
9.89/9.93	c #var: 66841 #clauses: 179342 Solving... 
9.89/9.98	c Abstract SAT
9.89/9.98	c Simulation --> TransNum: 300390/300390 Try to Add: #clause: 2774 #xorclause: 319
9.89/9.98	c #var: 67447 #clauses: 181450 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-3282355-1303753701/watcher-3282355-1303753701 -o /tmp/evaluation-result-3282355-1303753701/solver-3282355-1303753701 -C 2400 -W 1300 -M 7680 qutersat_release HOME/instance-3282355-1303753701.cnf 628733342 

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: 0.94 2.10 3.11 5/189 2913
/proc/meminfo: memFree=15422596/32950928 swapFree=67111528/67111528
[pid=2913] ppid=2911 vsize=32356 CPUtime=0 cores=4,6
/proc/2913/stat : 2913 (qutersat_releas) R 2911 2913 1823 0 -1 4202496 1589 0 0 0 0 0 0 0 21 0 1 0 486968938 33132544 1523 33554432000 4194304 6016207 140733351183184 18446744073709551615 268272382923 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/2913/statm: 8089 1537 302 445 0 1633 0

[startup+0.082574 s]
/proc/loadavg: 0.94 2.10 3.11 5/189 2913
/proc/meminfo: memFree=15422596/32950928 swapFree=67111528/67111528
[pid=2913] ppid=2911 vsize=56516 CPUtime=0.07 cores=4,6
/proc/2913/stat : 2913 (qutersat_releas) R 2911 2913 1823 0 -1 4202496 7631 0 0 0 6 1 0 0 21 0 1 0 486968938 57872384 7565 33554432000 4194304 6016207 140733351183184 18446744073709551615 4271104 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/2913/statm: 14129 7569 378 445 0 7673 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 56516

[startup+0.10057 s]
/proc/loadavg: 0.94 2.10 3.11 5/189 2913
/proc/meminfo: memFree=15422596/32950928 swapFree=67111528/67111528
[pid=2913] ppid=2911 vsize=56516 CPUtime=0.09 cores=4,6
/proc/2913/stat : 2913 (qutersat_releas) R 2911 2913 1823 0 -1 4202496 7847 0 0 0 8 1 0 0 21 0 1 0 486968938 57872384 7781 33554432000 4194304 6016207 140733351183184 18446744073709551615 4779595 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/2913/statm: 14129 7782 378 445 0 7673 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 56516

[startup+0.300593 s]
/proc/loadavg: 0.94 2.10 3.11 5/189 2913
/proc/meminfo: memFree=15422596/32950928 swapFree=67111528/67111528
[pid=2913] ppid=2911 vsize=87492 CPUtime=0.29 cores=4,6
/proc/2913/stat : 2913 (qutersat_releas) R 2911 2913 1823 0 -1 4202496 15550 0 0 0 26 3 0 0 22 0 1 0 486968938 89591808 15484 33554432000 4194304 6016207 140733351183184 18446744073709551615 4779602 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/2913/statm: 21873 15484 378 445 0 15417 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 87492

[startup+0.700522 s]
/proc/loadavg: 0.94 2.10 3.11 5/189 2913
/proc/meminfo: memFree=15422596/32950928 swapFree=67111528/67111528
[pid=2913] ppid=2911 vsize=118340 CPUtime=0.69 cores=4,6
/proc/2913/stat : 2913 (qutersat_releas) R 2911 2913 1823 0 -1 4202496 22339 0 0 0 66 3 0 0 23 0 1 0 486968938 121180160 22273 33554432000 4194304 6016207 140733351183184 18446744073709551615 4778151 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/2913/statm: 29585 22273 398 445 0 23129 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 118340

[startup+1.50032 s]
/proc/loadavg: 0.94 2.10 3.11 5/190 2914
/proc/meminfo: memFree=15230512/32950928 swapFree=67111528/67111528
[pid=2913] ppid=2911 vsize=141380 CPUtime=1.49 cores=4,6
/proc/2913/stat : 2913 (qutersat_releas) R 2911 2913 1823 0 -1 4202496 29250 0 0 0 145 4 0 0 25 0 1 0 486968938 144773120 29184 33554432000 4194304 6016207 140733351183184 18446744073709551615 4779602 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/2913/statm: 35345 29184 670 445 0 28889 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 141380

[startup+3.10108 s]
/proc/loadavg: 1.18 2.13 3.12 5/190 2914
/proc/meminfo: memFree=15181408/32950928 swapFree=67111528/67111528
[pid=2913] ppid=2911 vsize=171196 CPUtime=3.09 cores=4,6
/proc/2913/stat : 2913 (qutersat_releas) R 2911 2913 1823 0 -1 4202496 35506 0 0 0 304 5 0 0 25 0 1 0 486968938 175304704 35440 33554432000 4194304 6016207 140733351183184 18446744073709551615 4425041 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/2913/statm: 42799 35440 699 445 0 36343 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 171196

[startup+6.30052 s]
/proc/loadavg: 1.18 2.13 3.12 5/190 2914
/proc/meminfo: memFree=14935268/32950928 swapFree=67111528/67111528
[pid=2913] ppid=2911 vsize=249020 CPUtime=6.29 cores=4,6
/proc/2913/stat : 2913 (qutersat_releas) R 2911 2913 1823 0 -1 4202496 52044 0 0 0 622 7 0 0 25 0 1 0 486968938 254996480 51978 33554432000 4194304 6016207 140733351183184 18446744073709551615 4425054 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/2913/statm: 62255 51978 701 445 0 55799 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 249020

[startup+12.7004 s]
/proc/loadavg: 1.62 2.19 3.13 5/190 2914
/proc/meminfo: memFree=14788508/32950928 swapFree=67111528/67111528
[pid=2913] ppid=2911 vsize=312688 CPUtime=12.69 cores=4,6
/proc/2913/stat : 2913 (qutersat_releas) R 2911 2913 1823 0 -1 4202496 65748 0 0 0 1260 9 0 0 25 0 1 0 486968938 320192512 65682 33554432000 4194304 6016207 140733351183184 18446744073709551615 4425054 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/2913/statm: 78172 65682 719 445 0 71716 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 312688

[startup+25.501 s]
/proc/loadavg: 1.98 2.25 3.14 5/190 2915
/proc/meminfo: memFree=14457720/32950928 swapFree=67111528/67111528
[pid=2913] ppid=2911 vsize=465100 CPUtime=25.49 cores=4,6
/proc/2913/stat : 2913 (qutersat_releas) R 2911 2913 1823 0 -1 4202496 96983 0 0 0 2536 13 0 0 25 0 1 0 486968938 476262400 96917 33554432000 4194304 6016207 140733351183184 18446744073709551615 4378285 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/2913/statm: 116275 96917 734 445 0 109819 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 465100

[startup+51.1005 s]
/proc/loadavg: 2.67 2.39 3.16 5/190 2916
/proc/meminfo: memFree=14015156/32950928 swapFree=67111528/67111528
[pid=2913] ppid=2911 vsize=641916 CPUtime=51.09 cores=4,6
/proc/2913/stat : 2913 (qutersat_releas) R 2911 2913 1823 0 -1 4202496 134527 0 0 0 5091 18 0 0 25 0 1 0 486968938 657321984 134401 33554432000 4194304 6016207 140733351183184 18446744073709551615 4424496 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/2913/statm: 160479 134401 734 445 0 154023 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 641916

[startup+102.306 s]
/proc/loadavg: 3.47 2.66 3.20 5/190 2917
/proc/meminfo: memFree=13710840/32950928 swapFree=67111528/67111528
[pid=2913] ppid=2911 vsize=791568 CPUtime=102.3 cores=4,6
/proc/2913/stat : 2913 (qutersat_releas) R 2911 2913 1823 0 -1 4202496 165832 0 0 0 10207 23 0 0 25 0 1 0 486968938 810565632 165072 33554432000 4194304 6016207 140733351183184 18446744073709551615 4387580 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/2913/statm: 197892 165072 734 445 0 191436 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 791568

[startup+162.301 s]
/proc/loadavg: 3.80 2.90 3.25 5/190 2918
/proc/meminfo: memFree=13474604/32950928 swapFree=67111528/67111528
[pid=2913] ppid=2911 vsize=880480 CPUtime=162.29 cores=4,6
/proc/2913/stat : 2913 (qutersat_releas) R 2911 2913 1823 0 -1 4202496 189874 0 0 0 16203 26 0 0 25 0 1 0 486968938 901611520 189091 33554432000 4194304 6016207 140733351183184 18446744073709551615 4415075 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/2913/statm: 220120 189091 768 445 0 213664 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 880480

[startup+222.301 s]
/proc/loadavg: 3.93 3.10 3.30 5/190 2920
/proc/meminfo: memFree=13344116/32950928 swapFree=67111528/67111528
[pid=2913] ppid=2911 vsize=942388 CPUtime=222.3 cores=4,6
/proc/2913/stat : 2913 (qutersat_releas) R 2911 2913 1823 0 -1 4202496 205488 0 0 0 22201 29 0 0 25 0 1 0 486968938 965005312 204612 33554432000 4194304 6016207 140733351183184 18446744073709551615 4634850 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/2913/statm: 235597 204612 742 445 0 229141 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 942388

[startup+282.3 s]
/proc/loadavg: 3.97 3.25 3.33 5/190 2922
/proc/meminfo: memFree=13262740/32950928 swapFree=67111528/67111528
[pid=2913] ppid=2911 vsize=1002468 CPUtime=282.3 cores=4,6
/proc/2913/stat : 2913 (qutersat_releas) R 2911 2913 1823 0 -1 4202496 218011 0 0 0 28199 31 0 0 25 0 1 0 486968938 1026527232 217128 33554432000 4194304 6016207 140733351183184 18446744073709551615 4424309 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/2913/statm: 250617 217128 735 445 0 244161 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 1002468

[startup+342.301 s]
/proc/loadavg: 3.99 3.39 3.38 5/190 2923
/proc/meminfo: memFree=13137836/32950928 swapFree=67111528/67111528
[pid=2913] ppid=2911 vsize=1024308 CPUtime=342.3 cores=4,6
/proc/2913/stat : 2913 (qutersat_releas) R 2911 2913 1823 0 -1 4202496 225705 0 0 0 34198 32 0 0 25 0 1 0 486968938 1048891392 224821 33554432000 4194304 6016207 140733351183184 18446744073709551615 4385057 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/2913/statm: 256077 224821 734 445 0 249621 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 1024308

[startup+402.301 s]
/proc/loadavg: 3.99 3.49 3.41 5/190 2927
/proc/meminfo: memFree=13078032/32950928 swapFree=67111528/67111528
[pid=2913] ppid=2911 vsize=1069488 CPUtime=402.3 cores=4,6
/proc/2913/stat : 2913 (qutersat_releas) R 2911 2913 1823 0 -1 4202496 234826 0 0 0 40196 34 0 0 25 0 1 0 486968938 1095155712 233942 33554432000 4194304 6016207 140733351183184 18446744073709551615 4377061 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/2913/statm: 267372 233942 734 445 0 260916 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 1069488

[startup+462.3 s]
/proc/loadavg: 4.10 3.62 3.46 5/190 2928
/proc/meminfo: memFree=13024808/32950928 swapFree=67111528/67111528
[pid=2913] ppid=2911 vsize=1093188 CPUtime=462.3 cores=4,6
/proc/2913/stat : 2913 (qutersat_releas) R 2911 2913 1823 0 -1 4202496 238132 0 0 0 46195 35 0 0 25 0 1 0 486968938 1119424512 237095 33554432000 4194304 6016207 140733351183184 18446744073709551615 4536804 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/2913/statm: 273297 237095 784 445 0 266841 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 1093188

[startup+522.3 s]
/proc/loadavg: 4.04 3.68 3.48 5/190 2930
/proc/meminfo: memFree=12979636/32950928 swapFree=67111528/67111528
[pid=2913] ppid=2911 vsize=1142400 CPUtime=522.31 cores=4,6
/proc/2913/stat : 2913 (qutersat_releas) R 2911 2913 1823 0 -1 4202496 244355 0 0 0 52194 37 0 0 25 0 1 0 486968938 1169817600 243318 33554432000 4194304 6016207 140733351183184 18446744073709551615 4380352 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/2913/statm: 285600 243318 784 445 0 279144 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 1142400

[startup+582.301 s]
/proc/loadavg: 4.07 3.77 3.53 5/190 2932
/proc/meminfo: memFree=12972780/32950928 swapFree=67111528/67111528
[pid=2913] ppid=2911 vsize=1142400 CPUtime=582.31 cores=4,6
/proc/2913/stat : 2913 (qutersat_releas) R 2911 2913 1823 0 -1 4202496 244936 0 0 0 58194 37 0 0 25 0 1 0 486968938 1169817600 243899 33554432000 4194304 6016207 140733351183184 18446744073709551615 4424353 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/2913/statm: 285600 243899 784 445 0 279144 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 1142400

[startup+642.3 s]
/proc/loadavg: 4.02 3.81 3.55 5/190 2933
/proc/meminfo: memFree=12915200/32950928 swapFree=67111528/67111528
[pid=2913] ppid=2911 vsize=1142400 CPUtime=642.31 cores=4,6
/proc/2913/stat : 2913 (qutersat_releas) R 2911 2913 1823 0 -1 4202496 245605 0 0 0 64194 37 0 0 25 0 1 0 486968938 1169817600 244568 33554432000 4194304 6016207 140733351183184 18446744073709551615 4425659 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/2913/statm: 285600 244568 784 445 0 279144 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 1142400

[startup+702.3 s]
/proc/loadavg: 4.01 3.84 3.58 5/190 2935
/proc/meminfo: memFree=12830976/32950928 swapFree=67111528/67111528
[pid=2913] ppid=2911 vsize=1142528 CPUtime=702.3 cores=4,6
/proc/2913/stat : 2913 (qutersat_releas) R 2911 2913 1823 0 -1 4202496 251013 0 0 0 70192 38 0 0 25 0 1 0 486968938 1169948672 249949 33554432000 4194304 6016207 140733351183184 18446744073709551615 4425092 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/2913/statm: 285632 249949 757 445 0 279176 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 1142528

[startup+762.307 s]
/proc/loadavg: 4.00 3.86 3.60 5/190 2946
/proc/meminfo: memFree=12813948/32950928 swapFree=67111528/67111528
[pid=2913] ppid=2911 vsize=1142528 CPUtime=762.31 cores=4,6
/proc/2913/stat : 2913 (qutersat_releas) R 2911 2913 1823 0 -1 4202496 251095 0 0 0 76193 38 0 0 25 0 1 0 486968938 1169948672 250031 33554432000 4194304 6016207 140733351183184 18446744073709551615 4424219 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/2913/statm: 285632 250031 757 445 0 279176 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 1142528

[startup+822.301 s]
/proc/loadavg: 4.00 3.89 3.62 5/190 2948
/proc/meminfo: memFree=12763744/32950928 swapFree=67111528/67111528
[pid=2913] ppid=2911 vsize=1171392 CPUtime=822.31 cores=4,6
/proc/2913/stat : 2913 (qutersat_releas) R 2911 2913 1823 0 -1 4202496 258151 0 0 0 82191 40 0 0 25 0 1 0 486968938 1199505408 257087 33554432000 4194304 6016207 140733351183184 18446744073709551615 4425392 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/2913/statm: 292848 257087 757 445 0 286392 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 1171392

[startup+882.3 s]
/proc/loadavg: 4.00 3.90 3.64 5/190 2950
/proc/meminfo: memFree=12747696/32950928 swapFree=67111528/67111528
[pid=2913] ppid=2911 vsize=1201404 CPUtime=882.31 cores=4,6
/proc/2913/stat : 2913 (qutersat_releas) R 2911 2913 1823 0 -1 4202496 258797 0 0 0 88191 40 0 0 25 0 1 0 486968938 1230237696 257733 33554432000 4194304 6016207 140733351183184 18446744073709551615 4424199 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/2913/statm: 300351 257733 757 445 0 293895 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 1201404

[startup+942.301 s]
/proc/loadavg: 4.00 3.92 3.66 5/190 2951
/proc/meminfo: memFree=12728296/32950928 swapFree=67111528/67111528
[pid=2913] ppid=2911 vsize=1324496 CPUtime=942.32 cores=4,6
/proc/2913/stat : 2913 (qutersat_releas) R 2911 2913 1823 0 -1 4202496 269493 0 0 0 94189 43 0 0 25 0 1 0 486968938 1356283904 268409 33554432000 4194304 6016207 140733351183184 18446744073709551615 4425392 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/2913/statm: 331124 268409 737 445 0 324668 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 1324496

[startup+1002.3 s]
/proc/loadavg: 4.05 3.94 3.69 5/190 2957
/proc/meminfo: memFree=12675976/32950928 swapFree=67111528/67111528
[pid=2913] ppid=2911 vsize=1324496 CPUtime=1002.31 cores=4,6
/proc/2913/stat : 2913 (qutersat_releas) R 2911 2913 1823 0 -1 4202496 275224 0 0 0 100187 44 0 0 25 0 1 0 486968938 1356283904 274140 33554432000 4194304 6016207 140733351183184 18446744073709551615 4425643 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/2913/statm: 331124 274140 737 445 0 324668 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 1324496

[startup+1062.3 s]
/proc/loadavg: 4.05 3.97 3.71 5/190 2958
/proc/meminfo: memFree=12566832/32950928 swapFree=67111528/67111528
[pid=2913] ppid=2911 vsize=1324496 CPUtime=1062.32 cores=4,6
/proc/2913/stat : 2913 (qutersat_releas) R 2911 2913 1823 0 -1 4202496 289196 0 0 0 106184 48 0 0 25 0 1 0 486968938 1356283904 288112 33554432000 4194304 6016207 140733351183184 18446744073709551615 4425444 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/2913/statm: 331124 288112 737 445 0 324668 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 1324496

[startup+1122.3 s]
/proc/loadavg: 4.10 4.00 3.73 5/190 2961
/proc/meminfo: memFree=12536412/32950928 swapFree=67111528/67111528
[pid=2913] ppid=2911 vsize=1324496 CPUtime=1122.32 cores=4,6
/proc/2913/stat : 2913 (qutersat_releas) R 2911 2913 1823 0 -1 4202496 292784 0 0 0 112183 49 0 0 25 0 1 0 486968938 1356283904 291700 33554432000 4194304 6016207 140733351183184 18446744073709551615 4424844 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/2913/statm: 331124 291700 737 445 0 324668 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 1324496

[startup+1182.3 s]
/proc/loadavg: 4.04 4.00 3.74 5/190 2963
/proc/meminfo: memFree=12465328/32950928 swapFree=67111528/67111528
[pid=2913] ppid=2911 vsize=1453392 CPUtime=1182.32 cores=4,6
/proc/2913/stat : 2913 (qutersat_releas) R 2911 2913 1823 0 -1 4202496 294919 0 0 0 118183 49 0 0 25 0 1 0 486968938 1488273408 293835 33554432000 4194304 6016207 140733351183184 18446744073709551615 4424412 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/2913/statm: 363348 293835 737 445 0 356892 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 1453392

[startup+1242.3 s]
/proc/loadavg: 4.01 4.00 3.76 5/190 2964
/proc/meminfo: memFree=12365352/32950928 swapFree=67111528/67111528
[pid=2913] ppid=2911 vsize=1453392 CPUtime=1242.33 cores=4,6
/proc/2913/stat : 2913 (qutersat_releas) R 2911 2913 1823 0 -1 4202496 296051 0 0 0 124183 50 0 0 25 0 1 0 486968938 1488273408 294967 33554432000 4194304 6016207 140733351183184 18446744073709551615 4425530 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/2913/statm: 363348 294967 737 445 0 356892 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 1453392



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.00 4.00 3.77 2/184 2969
/proc/meminfo: memFree=14350592/32950928 swapFree=67111528/67111528
[pid=2913] ppid=2911 vsize=1453520 CPUtime=1300.03 cores=4,6
/proc/2913/stat : 2913 (qutersat_releas) R 2911 2913 1823 0 -1 4202496 296054 0 0 0 129953 50 0 0 25 0 1 0 486968938 1488404480 294970 33554432000 4194304 6016207 140733351183184 18446744073709551615 4425151 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/2913/statm: 363380 294970 737 445 0 356924 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 1453520

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.06
CPU time (s): 1300.09
CPU user time (s): 1299.54
CPU system time (s): 0.554915
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 1453520

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

runsolver used 2.07468 second user time and 5.02823 second system time

The end

Launcher Data

Begin job on node122 at 2011-04-25 19:48:21
IDJOB=3282355
IDBENCH=70808
IDSOLVER=1607
FILE ID=node122/3282355-1303753701
RUNJOBID= node122-1303753701-2871
PBS_JOBID= 13154040
Free space on /tmp= 70884 MiB

SOLVER NAME= QuteRSat 2011-03-01
BENCH NAME= SAT09/APPLICATIONS/bitverif/maxor/maxor128.cnf
COMMAND LINE= qutersat_release BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3282355-1303753701/watcher-3282355-1303753701 -o /tmp/evaluation-result-3282355-1303753701/solver-3282355-1303753701 -C 2400 -W 1300 -M 7680  qutersat_release HOME/instance-3282355-1303753701.cnf 628733342

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

MD5SUM BENCH= e050fe11c7c50ba82ac7126f49db3c10
RANDOM SEED=628733342

node122.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.820
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.64
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.820
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.820
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.820
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.820
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.820
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.820
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.820
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.97
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      15422876 kB
Buffers:       1782000 kB
Cached:       15012456 kB
SwapCached:          0 kB
Active:        5727424 kB
Inactive:     11245104 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      15422876 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           27308 kB
Writeback:           0 kB
AnonPages:      178308 kB
Mapped:          17788 kB
Slab:           489972 kB
PageTables:       5492 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   380164 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= 70896 MiB
End job on node122 at 2011-04-25 20:10:03