Trace number 3291647

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.12 1300.08

General information on the benchmark

NameSAT03/industrial/schuppan/l2s/
bc57-sensors-1-k303-unsat.shuffled-as.sat03-406.cnf
MD5SUMf16626953757fdd1326f2a14f01adca9
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1015.28
Satisfiable
(Un)Satisfiability was proved
Number of variables435701
Number of clauses1379987
Sum of the clauses size3544455
Maximum clause length304
Minimum clause length1
Number of clauses of size 1142
Number of clauses of size 2654099
Number of clauses of size 3705129
Number of clauses of size 412732
Number of clauses of size 54852
Number of clauses of size over 53033

Solver Data

0.00/0.01	c Set FPU double precision.
1.39/1.46	c Parse Cnf success: #var: 435701 #clause: 1379987
1.39/1.46	c Find Units :        142
1.49/1.52	c Find Invs  :       3645
1.78/1.88	c Find Ands  :     280330 AvgFaninNum: 2.20895
1.89/1.98	c Find Xors  :     113096 AvgFaninNum: 2
2.20/2.28	c Find Ite   :      35148
2.79/2.82	c UnDirect variable: 115633
2.79/2.89	c UnDirect to Direct Gate: 107397
2.79/2.89	c Forced Direct Gate: 29460 Unuse unDirect Gate: 38449
2.99/3.04	c Break Cycle : 15064
2.99/3.04	c Total Root : 103281 Undef Var: 60282
3.49/3.58	c After covering, Total Root: 80364 Leaf: 59648
3.49/3.58	c Variable( cover/uncovered/unused ): 435067 634 0
3.49/3.58	c Unit Clauses: 142
3.49/3.58	c Binary Clauses( cover/uncovered ): 604854 49245
3.49/3.58	c Clauses( cover/uncovered ): 676847 48899
3.49/3.58	c Total Clauses( cover/uncovered ): 1281843 98144 92.888%
3.49/3.58	c Covered Ands: 270487 Invs: 3342 Xors: 101336 Ites: 254
3.69/3.71	c Uncover Clauses avg size: 2.51537 max size: 304
3.69/3.71	c Final circuit: i/l/o/s   60209       0   98012    756611
3.69/3.71	c CnfToAig: Time: 3.71 s
6.19/6.24	c TmMap: Set choices finish.
6.60/6.60	c TmMap: Set big and: 86274
6.60/6.60	c TmMap: Origin: 816821 ClauseNum: 2269833 --> New: 282863 ClauseNum: 1012815
6.60/6.60	c TmMap: Time: 0.7
14.89/14.90	c Simulation --> TransNum: 898274/1012815 Try to Add: #clause: 517730 #xorclause: 54480
15.19/15.25	c #var: 181296 #clauses: 231641 Solving... 
37.69/37.72	c Abstract SAT
38.89/38.92	c Simulation --> TransNum: 966113/1012815 Try to Add: #clause: 558 #xorclause: 23
38.89/38.93	c #var: 181548 #clauses: 177286 Solving... 
109.39/109.44	c Abstract SAT
110.59/110.64	c Simulation --> TransNum: 967533/1012815 Try to Add: #clause: 137 #xorclause: 17
110.59/110.65	c #var: 181612 #clauses: 149235 Solving... 
121.10/121.19	c Abstract SAT
121.19/121.20	c Simulation --> TransNum: 1012815/1012815 Try to Add: #clause: 40846 #xorclause: 924
121.19/121.23	c #var: 184849 #clauses: 164837 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-3291647-1303786961/watcher-3291647-1303786961 -o /tmp/evaluation-result-3291647-1303786961/solver-3291647-1303786961 -C 2400 -W 1300 -M 7680 qutersat_release HOME/instance-3291647-1303786961.cnf 1078284851 

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: 3.38 3.87 3.91 4/189 29219
/proc/meminfo: memFree=31585232/32951124 swapFree=67111348/67111528
[pid=29219] ppid=29217 vsize=42576 CPUtime=0 cores=1,3
/proc/29219/stat : 29219 (qutersat_releas) R 29217 29219 28853 0 -1 4202496 2701 0 0 0 0 0 0 0 23 0 1 0 490296711 43597824 2637 33554432000 4194304 6016207 140735301400672 18446744073709551615 4272599 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/29219/statm: 10644 2650 371 445 0 4188 0

[startup+0.105725 s]
/proc/loadavg: 3.38 3.87 3.91 4/189 29219
/proc/meminfo: memFree=31585232/32951124 swapFree=67111348/67111528
[pid=29219] ppid=29217 vsize=61008 CPUtime=0.1 cores=1,3
/proc/29219/stat : 29219 (qutersat_releas) R 29217 29219 28853 0 -1 4202496 9055 0 0 0 9 1 0 0 24 0 1 0 490296711 62472192 8990 33554432000 4194304 6016207 140735301400672 18446744073709551615 4779602 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/29219/statm: 15252 8991 378 445 0 8796 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 61008

[startup+0.200707 s]
/proc/loadavg: 3.38 3.87 3.91 4/189 29219
/proc/meminfo: memFree=31585232/32951124 swapFree=67111348/67111528
[pid=29219] ppid=29217 vsize=74448 CPUtime=0.19 cores=1,3
/proc/29219/stat : 29219 (qutersat_releas) R 29217 29219 28853 0 -1 4202496 12200 0 0 0 18 1 0 0 24 0 1 0 490296711 76234752 12135 33554432000 4194304 6016207 140735301400672 18446744073709551615 4779602 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/29219/statm: 18612 12135 378 445 0 12156 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 74448

[startup+0.300689 s]
/proc/loadavg: 3.38 3.87 3.91 4/189 29219
/proc/meminfo: memFree=31585232/32951124 swapFree=67111348/67111528
[pid=29219] ppid=29217 vsize=88912 CPUtime=0.28 cores=1,3
/proc/29219/stat : 29219 (qutersat_releas) R 29217 29219 28853 0 -1 4202496 15604 0 0 0 27 1 0 0 25 0 1 0 490296711 91045888 15539 33554432000 4194304 6016207 140735301400672 18446744073709551615 4779602 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/29219/statm: 22228 15541 378 445 0 15772 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 88912

[startup+0.70062 s]
/proc/loadavg: 3.38 3.87 3.91 4/189 29219
/proc/meminfo: memFree=31585232/32951124 swapFree=67111348/67111528
[pid=29219] ppid=29217 vsize=169040 CPUtime=0.69 cores=1,3
/proc/29219/stat : 29219 (qutersat_releas) R 29217 29219 28853 0 -1 4202496 35223 0 0 0 64 5 0 0 25 0 1 0 490296711 173096960 35158 33554432000 4194304 6016207 140735301400672 18446744073709551615 4305269 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/29219/statm: 42260 35158 378 445 0 35804 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 169040

[startup+1.50049 s]
/proc/loadavg: 3.38 3.87 3.91 5/190 29220
/proc/meminfo: memFree=31186192/32951124 swapFree=67111348/67111528
[pid=29219] ppid=29217 vsize=229584 CPUtime=1.49 cores=1,3
/proc/29219/stat : 29219 (qutersat_releas) R 29217 29219 28853 0 -1 4202496 49681 0 0 0 143 6 0 0 25 0 1 0 490296711 235094016 49616 33554432000 4194304 6016207 140735301400672 18446744073709551615 4282325 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/29219/statm: 57396 49616 383 445 0 50940 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 229584

[startup+3.10018 s]
/proc/loadavg: 3.38 3.87 3.91 5/190 29220
/proc/meminfo: memFree=31036468/32951124 swapFree=67111348/67111528
[pid=29219] ppid=29217 vsize=257488 CPUtime=3.09 cores=1,3
/proc/29219/stat : 29219 (qutersat_releas) R 29217 29219 28853 0 -1 4202496 56431 0 0 0 302 7 0 0 25 0 1 0 490296711 263667712 56366 33554432000 4194304 6016207 140735301400672 18446744073709551615 4315521 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/29219/statm: 64372 56366 399 445 0 57916 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 257488

[startup+6.3006 s]
/proc/loadavg: 3.43 3.87 3.91 5/190 29220
/proc/meminfo: memFree=30722084/32951124 swapFree=67111348/67111528
[pid=29219] ppid=29217 vsize=487648 CPUtime=6.29 cores=1,3
/proc/29219/stat : 29219 (qutersat_releas) R 29217 29219 28853 0 -1 4202496 115917 0 0 0 614 15 0 0 25 0 1 0 490296711 499351552 115852 33554432000 4194304 6016207 140735301400672 18446744073709551615 4223990 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/29219/statm: 121912 115852 671 445 0 115456 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 487648

[startup+12.7004 s]
/proc/loadavg: 3.48 3.87 3.91 5/190 29221
/proc/meminfo: memFree=30623744/32951124 swapFree=67111348/67111528
[pid=29219] ppid=29217 vsize=521440 CPUtime=12.69 cores=1,3
/proc/29219/stat : 29219 (qutersat_releas) R 29217 29219 28853 0 -1 4202496 122659 0 0 0 1253 16 0 0 25 0 1 0 490296711 533954560 122516 33554432000 4194304 6016207 140735301400672 18446744073709551615 4246572 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/29219/statm: 130360 122516 680 445 0 123904 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 521440

[startup+25.5011 s]
/proc/loadavg: 3.59 3.88 3.91 5/190 29221
/proc/meminfo: memFree=30323084/32951124 swapFree=67111348/67111528
[pid=29219] ppid=29217 vsize=562400 CPUtime=25.49 cores=1,3
/proc/29219/stat : 29219 (qutersat_releas) R 29217 29219 28853 0 -1 4202496 129918 0 0 0 2533 16 0 0 25 0 1 0 490296711 575897600 129717 33554432000 4194304 6016207 140735301400672 18446744073709551615 4424851 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/29219/statm: 140600 129717 702 445 0 134144 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 562400

[startup+51.1004 s]
/proc/loadavg: 3.73 3.89 3.91 5/190 29222
/proc/meminfo: memFree=30037800/32951124 swapFree=67111348/67111528
[pid=29219] ppid=29217 vsize=820912 CPUtime=51.09 cores=1,3
/proc/29219/stat : 29219 (qutersat_releas) R 29217 29219 28853 0 -1 4202496 174956 0 0 0 5087 22 0 0 25 0 1 0 490296711 840613888 168654 33554432000 4194304 6016207 140735301400672 18446744073709551615 4741532 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/29219/statm: 205228 168654 724 445 0 198772 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 820912

[startup+102.301 s]
/proc/loadavg: 3.88 3.90 3.91 5/190 29226
/proc/meminfo: memFree=29155144/32951124 swapFree=67111348/67111528
[pid=29219] ppid=29217 vsize=1461144 CPUtime=102.3 cores=1,3
/proc/29219/stat : 29219 (qutersat_releas) R 29217 29219 28853 0 -1 4202496 329285 0 0 0 10190 40 0 0 25 0 1 0 490296711 1496211456 315406 33554432000 4194304 6016207 140735301400672 18446744073709551615 4530981 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/29219/statm: 365286 315406 735 445 0 358830 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 1461144

[startup+162.3 s]
/proc/loadavg: 3.95 3.92 3.91 5/190 29228
/proc/meminfo: memFree=28808964/32951124 swapFree=67111348/67111528
[pid=29219] ppid=29217 vsize=1680256 CPUtime=162.29 cores=1,3
/proc/29219/stat : 29219 (qutersat_releas) R 29217 29219 28853 0 -1 4202496 379229 0 0 0 16183 46 0 0 25 0 1 0 490296711 1720582144 364875 33554432000 4194304 6016207 140735301400672 18446744073709551615 4634864 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/29219/statm: 420064 364875 735 445 0 413608 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 1680256

[startup+222.307 s]
/proc/loadavg: 4.02 3.94 3.91 5/190 29229
/proc/meminfo: memFree=28526424/32951124 swapFree=67111348/67111528
[pid=29219] ppid=29217 vsize=1873780 CPUtime=222.31 cores=1,3
/proc/29219/stat : 29219 (qutersat_releas) R 29217 29219 28853 0 -1 4202496 414224 0 0 0 22178 53 0 0 25 0 1 0 490296711 1918750720 399856 33554432000 4194304 6016207 140735301400672 18446744073709551615 4513147 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/29219/statm: 468445 399856 763 445 0 461989 0
Current children cumulated CPU time (s) 222.31
Current children cumulated vsize (KiB) 1873780

[startup+282.3 s]
/proc/loadavg: 4.01 3.95 3.91 5/190 29231
/proc/meminfo: memFree=28220340/32951124 swapFree=67111348/67111528
[pid=29219] ppid=29217 vsize=2032080 CPUtime=282.3 cores=1,3
/proc/29219/stat : 29219 (qutersat_releas) R 29217 29219 28853 0 -1 4202496 424182 0 0 0 28173 57 0 0 25 0 1 0 490296711 2080849920 409786 33554432000 4194304 6016207 140735301400672 18446744073709551615 4426760 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/29219/statm: 508020 409786 735 445 0 501564 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 2032080

[startup+342.3 s]
/proc/loadavg: 4.00 3.95 3.91 5/190 29233
/proc/meminfo: memFree=28039524/32951124 swapFree=67111348/67111528
[pid=29219] ppid=29217 vsize=2116268 CPUtime=342.3 cores=1,3
/proc/29219/stat : 29219 (qutersat_releas) R 29217 29219 28853 0 -1 4202496 453416 0 0 0 34169 61 0 0 25 0 1 0 490296711 2167058432 438936 33554432000 4194304 6016207 140735301400672 18446744073709551615 4425079 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/29219/statm: 529067 438936 737 445 0 522611 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 2116268

[startup+402.301 s]
/proc/loadavg: 4.07 3.98 3.92 5/190 29234
/proc/meminfo: memFree=27985912/32951124 swapFree=67111348/67111528
[pid=29219] ppid=29217 vsize=2134412 CPUtime=402.3 cores=1,3
/proc/29219/stat : 29219 (qutersat_releas) R 29217 29219 28853 0 -1 4202496 460480 0 0 0 40166 64 0 0 25 0 1 0 490296711 2185637888 445797 33554432000 4194304 6016207 140735301400672 18446744073709551615 4424219 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/29219/statm: 533603 445797 737 445 0 527147 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 2134412

[startup+462.301 s]
/proc/loadavg: 4.08 3.99 3.93 5/190 29236
/proc/meminfo: memFree=27778144/32951124 swapFree=67111348/67111528
[pid=29219] ppid=29217 vsize=2248608 CPUtime=462.31 cores=1,3
/proc/29219/stat : 29219 (qutersat_releas) R 29217 29219 28853 0 -1 4202496 486382 0 0 0 46162 69 0 0 25 0 1 0 490296711 2302574592 470705 33554432000 4194304 6016207 140735301400672 18446744073709551615 4538208 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/29219/statm: 562152 470705 737 445 0 555696 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 2248608

[startup+522.301 s]
/proc/loadavg: 4.03 3.99 3.93 5/190 29237
/proc/meminfo: memFree=27632020/32951124 swapFree=67111348/67111528
[pid=29219] ppid=29217 vsize=2272956 CPUtime=522.31 cores=1,3
/proc/29219/stat : 29219 (qutersat_releas) R 29217 29219 28853 0 -1 4202496 492745 0 0 0 52160 71 0 0 25 0 1 0 490296711 2327506944 477048 33554432000 4194304 6016207 140735301400672 18446744073709551615 4374032 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/29219/statm: 568239 477048 738 445 0 561783 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 2272956

[startup+582.301 s]
/proc/loadavg: 4.01 3.99 3.93 5/190 29239
/proc/meminfo: memFree=27523348/32951124 swapFree=67111348/67111528
[pid=29219] ppid=29217 vsize=2347524 CPUtime=582.31 cores=1,3
/proc/29219/stat : 29219 (qutersat_releas) R 29217 29219 28853 0 -1 4202496 495771 0 0 0 58159 72 0 0 25 0 1 0 490296711 2403864576 480073 33554432000 4194304 6016207 140735301400672 18446744073709551615 4424898 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/29219/statm: 586881 480073 737 445 0 580425 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 2347524

[startup+642.301 s]
/proc/loadavg: 4.00 3.99 3.93 5/190 29241
/proc/meminfo: memFree=27455988/32951124 swapFree=67111348/67111528
[pid=29219] ppid=29217 vsize=2347524 CPUtime=642.31 cores=1,3
/proc/29219/stat : 29219 (qutersat_releas) R 29217 29219 28853 0 -1 4202496 507719 0 0 0 64156 75 0 0 25 0 1 0 490296711 2403864576 492021 33554432000 4194304 6016207 140735301400672 18446744073709551615 4425392 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/29219/statm: 586881 492021 737 445 0 580425 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 2347524

[startup+702.301 s]
/proc/loadavg: 4.00 3.99 3.93 5/190 29242
/proc/meminfo: memFree=27204844/32951124 swapFree=67111348/67111528
[pid=29219] ppid=29217 vsize=2424824 CPUtime=702.31 cores=1,3
/proc/29219/stat : 29219 (qutersat_releas) R 29217 29219 28853 0 -1 4202496 514348 0 0 0 70154 77 0 0 25 0 1 0 490296711 2483019776 498650 33554432000 4194304 6016207 140735301400672 18446744073709551615 4373420 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/29219/statm: 606206 498650 737 445 0 599750 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 2424824

[startup+762.301 s]
/proc/loadavg: 4.06 4.01 3.93 5/190 29244
/proc/meminfo: memFree=27110664/32951124 swapFree=67111348/67111528
[pid=29219] ppid=29217 vsize=2501676 CPUtime=762.32 cores=1,3
/proc/29219/stat : 29219 (qutersat_releas) R 29217 29219 28853 0 -1 4202496 519010 0 0 0 76153 79 0 0 25 0 1 0 490296711 2561716224 503312 33554432000 4194304 6016207 140735301400672 18446744073709551615 4424410 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/29219/statm: 625419 503312 737 445 0 618963 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 2501676

[startup+822.3 s]
/proc/loadavg: 4.02 4.00 3.93 5/190 29245
/proc/meminfo: memFree=27060880/32951124 swapFree=67111348/67111528
[pid=29219] ppid=29217 vsize=2579744 CPUtime=822.31 cores=1,3
/proc/29219/stat : 29219 (qutersat_releas) R 29217 29219 28853 0 -1 4202496 529636 0 0 0 82149 82 0 0 25 0 1 0 490296711 2641657856 513938 33554432000 4194304 6016207 140735301400672 18446744073709551615 4373618 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/29219/statm: 644936 513938 737 445 0 638480 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 2579744

[startup+882.307 s]
/proc/loadavg: 4.00 4.00 3.93 5/190 29247
/proc/meminfo: memFree=27045564/32951124 swapFree=67111348/67111528
[pid=29219] ppid=29217 vsize=2579744 CPUtime=882.32 cores=1,3
/proc/29219/stat : 29219 (qutersat_releas) R 29217 29219 28853 0 -1 4202496 530654 0 0 0 88149 83 0 0 25 0 1 0 490296711 2641657856 514956 33554432000 4194304 6016207 140735301400672 18446744073709551615 4425530 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/29219/statm: 644936 514956 737 445 0 638480 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 2579744

[startup+942.3 s]
/proc/loadavg: 4.00 4.00 3.93 5/190 29249
/proc/meminfo: memFree=26978204/32951124 swapFree=67111348/67111528
[pid=29219] ppid=29217 vsize=2579744 CPUtime=942.32 cores=1,3
/proc/29219/stat : 29219 (qutersat_releas) R 29217 29219 28853 0 -1 4202496 534467 0 0 0 94149 83 0 0 25 0 1 0 490296711 2641657856 518762 33554432000 4194304 6016207 140735301400672 18446744073709551615 4427181 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/29219/statm: 644936 518762 737 445 0 638480 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 2579744

[startup+1002.3 s]
/proc/loadavg: 4.04 4.01 3.94 5/190 29250
/proc/meminfo: memFree=26874992/32951124 swapFree=67111348/67111528
[pid=29219] ppid=29217 vsize=2579744 CPUtime=1002.32 cores=1,3
/proc/29219/stat : 29219 (qutersat_releas) R 29217 29219 28853 0 -1 4202496 539474 0 0 0 100147 85 0 0 25 0 1 0 490296711 2641657856 523769 33554432000 4194304 6016207 140735301400672 18446744073709551615 4425619 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/29219/statm: 644936 523769 737 445 0 638480 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 2579744

[startup+1062.3 s]
/proc/loadavg: 4.01 4.01 3.94 5/190 29252
/proc/meminfo: memFree=26799912/32951124 swapFree=67111348/67111528
[pid=29219] ppid=29217 vsize=2579744 CPUtime=1062.32 cores=1,3
/proc/29219/stat : 29219 (qutersat_releas) R 29217 29219 28853 0 -1 4202496 539498 0 0 0 106147 85 0 0 25 0 1 0 490296711 2641657856 523793 33554432000 4194304 6016207 140735301400672 18446744073709551615 4424344 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/29219/statm: 644936 523793 737 445 0 638480 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 2579744

[startup+1122.3 s]
/proc/loadavg: 4.07 4.02 3.94 5/190 29253
/proc/meminfo: memFree=26741832/32951124 swapFree=67111348/67111528
[pid=29219] ppid=29217 vsize=2579744 CPUtime=1122.32 cores=1,3
/proc/29219/stat : 29219 (qutersat_releas) R 29217 29219 28853 0 -1 4202496 544885 0 0 0 112144 88 0 0 25 0 1 0 490296711 2641657856 529180 33554432000 4194304 6016207 140735301400672 18446744073709551615 4373679 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/29219/statm: 644936 529180 737 445 0 638480 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 2579744

[startup+1182.3 s]
/proc/loadavg: 4.02 4.01 3.94 5/190 29255
/proc/meminfo: memFree=26678044/32951124 swapFree=67111348/67111528
[pid=29219] ppid=29217 vsize=2660700 CPUtime=1182.32 cores=1,3
/proc/29219/stat : 29219 (qutersat_releas) R 29217 29219 28853 0 -1 4202496 551725 0 0 0 118141 91 0 0 25 0 1 0 490296711 2724556800 536020 33554432000 4194304 6016207 140735301400672 18446744073709551615 4425473 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/29219/statm: 665175 536020 737 445 0 658719 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 2660700

[startup+1242.3 s]
/proc/loadavg: 4.01 4.01 3.94 5/190 29257
/proc/meminfo: memFree=26524604/32951124 swapFree=67111348/67111528
[pid=29219] ppid=29217 vsize=2660700 CPUtime=1242.33 cores=1,3
/proc/29219/stat : 29219 (qutersat_releas) R 29217 29219 28853 0 -1 4202496 553493 0 0 0 124141 92 0 0 25 0 1 0 490296711 2724556800 537788 33554432000 4194304 6016207 140735301400672 18446744073709551615 4425389 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/29219/statm: 665175 537788 737 445 0 658719 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 2660700



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.00 4.00 3.94 2/184 29261
/proc/meminfo: memFree=29741644/32951124 swapFree=67111348/67111528
[pid=29219] ppid=29217 vsize=2743068 CPUtime=1300.03 cores=1,3
/proc/29219/stat : 29219 (qutersat_releas) R 29217 29219 28853 0 -1 4202496 559988 0 0 0 129909 94 0 0 25 0 1 0 490296711 2808901632 544283 33554432000 4194304 6016207 140735301400672 18446744073709551615 4425987 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/29219/statm: 685767 544283 737 445 0 679311 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 2743068

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

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

[startup+1300 s]
/proc/loadavg: 4.00 4.00 3.94 2/184 29261
/proc/meminfo: memFree=29741644/32951124 swapFree=67111348/67111528
[pid=29219] ppid=29217 vsize=2743068 CPUtime=1300.03 cores=1,3
/proc/29219/stat : 29219 (qutersat_releas) R 29217 29219 28853 0 -1 4202496 559988 0 0 0 129909 94 0 0 25 0 1 0 490296711 2808901632 544283 33554432000 4194304 6016207 140735301400672 18446744073709551615 4425987 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/29219/statm: 685767 544283 737 445 0 679311 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 2743068

Child status: 1
Real time (s): 1300.08
CPU time (s): 1300.12
CPU user time (s): 1299.1
CPU system time (s): 1.02284
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 2743068

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

runsolver used 2.10168 second user time and 4.99924 second system time

The end

Launcher Data

Begin job on node106 at 2011-04-26 05:02:43
IDJOB=3291647
IDBENCH=84246
IDSOLVER=1607
FILE ID=node106/3291647-1303786961
RUNJOBID= node106-1303786961-29179
PBS_JOBID= 13157240
Free space on /tmp= 72396 MiB

SOLVER NAME= QuteRSat 2011-03-01
BENCH NAME= SAT03/industrial/schuppan/l2s/bc57-sensors-1-k303-unsat.shuffled-as.sat03-406.cnf
COMMAND LINE= qutersat_release BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3291647-1303786961/watcher-3291647-1303786961 -o /tmp/evaluation-result-3291647-1303786961/solver-3291647-1303786961 -C 2400 -W 1300 -M 7680  qutersat_release HOME/instance-3291647-1303786961.cnf 1078284851

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

MD5SUM BENCH= f16626953757fdd1326f2a14f01adca9
RANDOM SEED=1078284851

node106.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      31585504 kB
Buffers:         88000 kB
Cached:         661824 kB
SwapCached:         96 kB
Active:         712292 kB
Inactive:       442116 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31585504 kB
SwapTotal:    67111528 kB
SwapFree:     67111348 kB
Dirty:           78024 kB
Writeback:           0 kB
AnonPages:      404592 kB
Mapped:          17272 kB
Slab:           146004 kB
PageTables:       5844 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   601276 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= 72444 MiB
End job on node106 at 2011-04-26 05:24:25