Trace number 3384267

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
QuteRSat 2011-05-12 (fixed)UNSAT 1240.66 1240.62

General information on the benchmark

Namemanol-pipe-c10nidw.cnf
MD5SUM943fd86d922b13236c21a74c4f82b6d0
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark132.277
Satisfiable
(Un)Satisfiability was proved
Number of variables433601
Number of clauses1291714
Sum of the clauses size3013998
Maximum clause length3
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2861142
Number of clauses of size 3430571
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.89/0.93	c Parse Cnf success: #var: 433601 #clause: 1291714
0.89/0.93	c Find Units :          1
0.89/1.00	c Find Invs  :          0
1.19/1.21	c Find Ands  :     430587 AvgFaninNum: 2
1.19/1.23	c Find Xors  :          0 AvgFaninNum: nan
1.29/1.31	c Find Ite   :          0
1.59/1.62	c UnDirect variable: 0
1.59/1.62	c UnDirect to Direct Gate: 0
1.59/1.62	c Forced Direct Gate: 0 Unuse unDirect Gate: 0
1.59/1.67	c Break Cycle : 12
1.59/1.67	c Total Root : 1 Undef Var: 3042
1.89/1.95	c After covering, Total Root: 1 Leaf: 3042
1.89/1.95	c Variable( cover/uncovered/unused ): 433601 0 0
1.89/1.95	c Unit Clauses: 1
1.89/1.95	c Binary Clauses( cover/uncovered ): 861118 24
1.89/1.95	c Clauses( cover/uncovered ): 430559 12
1.89/1.95	c Total Clauses( cover/uncovered ): 1291678 36 99.9972%
1.89/1.95	c Covered Ands: 430559 Invs: 0 Xors: 0 Ites: 0
1.89/1.96	c Uncover Clauses avg size: 2.33333 max size: 3
1.89/1.96	c Final circuit: i/l/o/s    3042       0      37    428183
1.89/1.96	c CnfToAig: Time: 1.95 s
3.39/3.40	c TmMap: Set choices finish.
3.49/3.52	c TmMap: Set big and: 4530
3.49/3.52	c TmMap: Origin: 431226 ClauseNum: 1284549 --> New: 117426 ClauseNum: 548096
3.49/3.52	c TmMap: Time: 0.27
5.89/5.90	c Simulation --> TransNum: 384080/548096 Try to Add: #clause: 368293 #xorclause: 0
6.09/6.13	c #var: 112858 #clauses: 399503 Solving... 
29.79/29.87	c Abstract SAT
30.19/30.22	c Simulation --> TransNum: 481789/548096 Try to Add: #clause: 186 #xorclause: 0
30.19/30.22	c #var: 112887 #clauses: 218394 Solving... 
33.79/33.84	c Abstract SAT
34.11/34.19	c Simulation --> TransNum: 482155/548096 Try to Add: #clause: 285 #xorclause: 0
34.11/34.20	c #var: 112894 #clauses: 221681 Solving... 
37.79/37.88	c Abstract SAT
37.79/37.88	c Simulation --> TransNum: 548096/548096 Try to Add: #clause: 65634 #xorclause: 0
37.99/38.01	c #var: 117388 #clauses: 475881 Solving... 
1240.52/1240.59	s UNSATISFIABLE
1240.62/1240.60	c CPU time: 1240.63 s

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3384267-1305540200/watcher-3384267-1305540200 -o /tmp/evaluation-result-3384267-1305540200/solver-3384267-1305540200 -C 5000 -W 5100 -M 15500 qutersat_release HOME/instance-3384267-1305540200.cnf 617094919 

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

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


[startup+0 s]
/proc/loadavg: 0.00 0.00 0.03 2/485 31643
/proc/meminfo: memFree=16037228/32951124 swapFree=62248504/67111528
[pid=31643] ppid=31641 vsize=44576 CPUtime=0 cores=1,3,5,7
/proc/31643/stat : 31643 (qutersat_releas) R 31641 31643 31611 0 -1 4202496 4894 0 0 0 0 0 0 0 21 0 1 0 665617871 45645824 4830 33554432000 4194304 6014671 140736471342272 18446744073709551615 4778066 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/31643/statm: 11144 4831 378 445 0 4689 0

[startup+0.019899 s]
/proc/loadavg: 0.00 0.00 0.03 2/485 31643
/proc/meminfo: memFree=16037228/32951124 swapFree=62248504/67111528
[pid=31643] ppid=31641 vsize=45600 CPUtime=0.01 cores=1,3,5,7
/proc/31643/stat : 31643 (qutersat_releas) R 31641 31643 31611 0 -1 4202496 5038 0 0 0 1 0 0 0 21 0 1 0 665617871 46694400 4974 33554432000 4194304 6014671 140736471342272 18446744073709551615 4277980 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/31643/statm: 11400 4974 378 445 0 4945 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 45600

[startup+0.100886 s]
/proc/loadavg: 0.00 0.00 0.03 2/485 31643
/proc/meminfo: memFree=16037228/32951124 swapFree=62248504/67111528
[pid=31643] ppid=31641 vsize=61984 CPUtime=0.09 cores=1,3,5,7
/proc/31643/stat : 31643 (qutersat_releas) R 31641 31643 31611 0 -1 4202496 9249 0 0 0 8 1 0 0 21 0 1 0 665617871 63471616 9185 33554432000 4194304 6014671 140736471342272 18446744073709551615 4804088 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/31643/statm: 15496 9185 378 445 0 9041 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 61984

[startup+0.300853 s]
/proc/loadavg: 0.00 0.00 0.03 2/485 31643
/proc/meminfo: memFree=16037228/32951124 swapFree=62248504/67111528
[pid=31643] ppid=31641 vsize=93984 CPUtime=0.29 cores=1,3,5,7
/proc/31643/stat : 31643 (qutersat_releas) R 31641 31643 31611 0 -1 4202496 17254 0 0 0 27 2 0 0 22 0 1 0 665617871 96239616 17190 33554432000 4194304 6014671 140736471342272 18446744073709551615 4778066 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/31643/statm: 23496 17190 378 445 0 17041 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 93984

[startup+0.700779 s]
/proc/loadavg: 0.00 0.00 0.03 2/485 31643
/proc/meminfo: memFree=16037228/32951124 swapFree=62248504/67111528
[pid=31643] ppid=31641 vsize=166048 CPUtime=0.69 cores=1,3,5,7
/proc/31643/stat : 31643 (qutersat_releas) R 31641 31643 31611 0 -1 4202496 31162 0 0 0 66 3 0 0 24 0 1 0 665617871 170033152 31099 33554432000 4194304 6014671 140736471342272 18446744073709551615 218905428570 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/31643/statm: 41512 31123 378 445 0 35057 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 166048

[startup+1.50064 s]
/proc/loadavg: 0.24 0.05 0.04 3/484 31644
/proc/meminfo: memFree=15835268/32951124 swapFree=62248504/67111528
[pid=31643] ppid=31641 vsize=212512 CPUtime=1.49 cores=1,3,5,7
/proc/31643/stat : 31643 (qutersat_releas) R 31641 31643 31611 0 -1 4202496 45008 0 0 0 144 5 0 0 25 0 1 0 665617871 217612288 44944 33554432000 4194304 6014671 140736471342272 18446744073709551615 4808232 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/31643/statm: 53128 44944 395 445 0 46673 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 212512

[startup+3.10034 s]
/proc/loadavg: 0.24 0.05 0.04 3/489 31650
/proc/meminfo: memFree=15683964/32951124 swapFree=62248504/67111528
[pid=31643] ppid=31641 vsize=256800 CPUtime=3.09 cores=1,3,5,7
/proc/31643/stat : 31643 (qutersat_releas) R 31641 31643 31611 0 -1 4202496 58312 0 0 0 302 7 0 0 25 0 1 0 665617871 262963200 58248 33554432000 4194304 6014671 140736471342272 18446744073709551615 4778066 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/31643/statm: 64200 58249 668 445 0 57745 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 256800

[startup+6.30077 s]
/proc/loadavg: 0.54 0.12 0.06 3/489 31650
/proc/meminfo: memFree=15342036/32951124 swapFree=62248504/67111528
[pid=31643] ppid=31641 vsize=303608 CPUtime=6.29 cores=1,3,5,7
/proc/31643/stat : 31643 (qutersat_releas) R 31641 31643 31611 0 -1 4202496 69999 0 0 0 621 8 0 0 25 0 1 0 665617871 310894592 69935 33554432000 4194304 6014671 140736471342272 18446744073709551615 4423613 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/31643/statm: 75902 69935 697 445 0 69447 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 303608

[startup+12.7006 s]
/proc/loadavg: 0.66 0.15 0.07 3/489 31651
/proc/meminfo: memFree=14610704/32951124 swapFree=62248504/67111528
[pid=31643] ppid=31641 vsize=322284 CPUtime=12.69 cores=1,3,5,7
/proc/31643/stat : 31643 (qutersat_releas) R 31641 31643 31611 0 -1 4202496 72252 0 0 0 1261 8 0 0 25 0 1 0 665617871 330018816 72158 33554432000 4194304 6014671 140736471342272 18446744073709551615 4423491 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/31643/statm: 80571 72158 727 445 0 74116 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 322284

[startup+25.5003 s]
/proc/loadavg: 0.95 0.24 0.10 3/489 31651
/proc/meminfo: memFree=14594396/32951124 swapFree=62248504/67111528
[pid=31643] ppid=31641 vsize=322284 CPUtime=25.49 cores=1,3,5,7
/proc/31643/stat : 31643 (qutersat_releas) R 31641 31643 31611 0 -1 4202496 74736 0 0 0 2541 8 0 0 25 0 1 0 665617871 330018816 74594 33554432000 4194304 6014671 140736471342272 18446744073709551615 4423908 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/31643/statm: 80571 74594 728 445 0 74116 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 322284

[startup+51.1007 s]
/proc/loadavg: 1.43 0.41 0.16 3/489 31652
/proc/meminfo: memFree=14417448/32951124 swapFree=62248504/67111528
[pid=31643] ppid=31641 vsize=400804 CPUtime=51.09 cores=1,3,5,7
/proc/31643/stat : 31643 (qutersat_releas) R 31641 31643 31611 0 -1 4202496 77025 0 0 0 5100 9 0 0 25 0 1 0 665617871 410423296 76694 33554432000 4194304 6014671 140736471342272 18446744073709551615 4731614 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/31643/statm: 100201 76694 730 445 0 93746 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 400804

[startup+102.318 s]
/proc/loadavg: 1.86 0.68 0.27 3/489 31656
/proc/meminfo: memFree=14004684/32951124 swapFree=62248504/67111528
[pid=31643] ppid=31641 vsize=426692 CPUtime=102.31 cores=1,3,5,7
/proc/31643/stat : 31643 (qutersat_releas) R 31641 31643 31611 0 -1 4202496 85202 0 0 0 10220 11 0 0 25 0 1 0 665617871 436932608 84871 33554432000 4194304 6014671 140736471342272 18446744073709551615 4424123 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/31643/statm: 106673 84871 730 445 0 100218 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 426692

[startup+162.301 s]
/proc/loadavg: 1.98 0.93 0.38 3/489 31658
/proc/meminfo: memFree=13632076/32951124 swapFree=62248504/67111528
[pid=31643] ppid=31641 vsize=426692 CPUtime=162.29 cores=1,3,5,7
/proc/31643/stat : 31643 (qutersat_releas) R 31641 31643 31611 0 -1 4202496 96631 0 0 0 16216 13 0 0 25 0 1 0 665617871 436932608 96163 33554432000 4194304 6014671 140736471342272 18446744073709551615 4383500 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/31643/statm: 106673 96163 730 445 0 100218 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 426692

[startup+222.301 s]
/proc/loadavg: 1.99 1.12 0.48 3/489 31659
/proc/meminfo: memFree=13162208/32951124 swapFree=62248504/67111528
[pid=31643] ppid=31641 vsize=426692 CPUtime=222.3 cores=1,3,5,7
/proc/31643/stat : 31643 (qutersat_releas) R 31641 31643 31611 0 -1 4202496 98082 0 0 0 22216 14 0 0 25 0 1 0 665617871 436932608 97614 33554432000 4194304 6014671 140736471342272 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/31643/statm: 106673 97614 730 445 0 100218 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 426692

[startup+282.301 s]
/proc/loadavg: 1.99 1.28 0.57 3/489 31661
/proc/meminfo: memFree=13073896/32951124 swapFree=62248504/67111528
[pid=31643] ppid=31641 vsize=454408 CPUtime=282.3 cores=1,3,5,7
/proc/31643/stat : 31643 (qutersat_releas) R 31641 31643 31611 0 -1 4202496 99108 0 0 0 28215 15 0 0 25 0 1 0 665617871 465313792 98640 33554432000 4194304 6014671 140736471342272 18446744073709551615 4422808 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/31643/statm: 113602 98640 730 445 0 107147 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 454408

[startup+342.301 s]
/proc/loadavg: 1.99 1.41 0.66 3/489 31662
/proc/meminfo: memFree=12874100/32951124 swapFree=62248504/67111528
[pid=31643] ppid=31641 vsize=454408 CPUtime=342.3 cores=1,3,5,7
/proc/31643/stat : 31643 (qutersat_releas) R 31641 31643 31611 0 -1 4202496 100224 0 0 0 34215 15 0 0 25 0 1 0 665617871 465313792 99756 33554432000 4194304 6014671 140736471342272 18446744073709551615 4423487 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/31643/statm: 113602 99756 730 445 0 107147 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 454408

[startup+402.3 s]
/proc/loadavg: 1.99 1.51 0.74 3/489 31664
/proc/meminfo: memFree=12811448/32951124 swapFree=62248504/67111528
[pid=31643] ppid=31641 vsize=454408 CPUtime=402.3 cores=1,3,5,7
/proc/31643/stat : 31643 (qutersat_releas) R 31641 31643 31611 0 -1 4202496 101123 0 0 0 40214 16 0 0 25 0 1 0 665617871 465313792 100655 33554432000 4194304 6014671 140736471342272 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/31643/statm: 113602 100655 730 445 0 107147 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 454408

[startup+462.3 s]
/proc/loadavg: 1.99 1.60 0.81 3/489 31666
/proc/meminfo: memFree=12686776/32951124 swapFree=62248504/67111528
[pid=31643] ppid=31641 vsize=454408 CPUtime=462.31 cores=1,3,5,7
/proc/31643/stat : 31643 (qutersat_releas) R 31641 31643 31611 0 -1 4202496 101123 0 0 0 46215 16 0 0 25 0 1 0 665617871 465313792 100655 33554432000 4194304 6014671 140736471342272 18446744073709551615 4424123 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/31643/statm: 113602 100655 730 445 0 107147 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 454408

[startup+522.301 s]
/proc/loadavg: 1.99 1.67 0.89 3/489 31667
/proc/meminfo: memFree=12678556/32951124 swapFree=62248504/67111528
[pid=31643] ppid=31641 vsize=454408 CPUtime=522.31 cores=1,3,5,7
/proc/31643/stat : 31643 (qutersat_releas) R 31641 31643 31611 0 -1 4202496 101210 0 0 0 52215 16 0 0 25 0 1 0 665617871 465313792 100742 33554432000 4194304 6014671 140736471342272 18446744073709551615 4424288 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/31643/statm: 113602 100742 730 445 0 107147 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 454408

[startup+582.301 s]
/proc/loadavg: 1.99 1.73 0.95 3/489 31669
/proc/meminfo: memFree=12607952/32951124 swapFree=62248504/67111528
[pid=31643] ppid=31641 vsize=454408 CPUtime=582.31 cores=1,3,5,7
/proc/31643/stat : 31643 (qutersat_releas) R 31641 31643 31611 0 -1 4202496 101404 0 0 0 58215 16 0 0 25 0 1 0 665617871 465313792 100936 33554432000 4194304 6014671 140736471342272 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/31643/statm: 113602 100936 730 445 0 107147 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 454408

[startup+642.301 s]

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

/proc/meminfo: memFree=12612628/32951124 swapFree=62248504/67111528
[pid=31643] ppid=31641 vsize=454408 CPUtime=642.32 cores=1,3,5,7
/proc/31643/stat : 31643 (qutersat_releas) R 31641 31643 31611 0 -1 4202496 102966 0 0 0 64216 16 0 0 25 0 1 0 665617871 465313792 97819 33554432000 4194304 6014671 140736471342272 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/31643/statm: 113602 97819 730 445 0 107147 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 454408

[startup+702.301 s]
/proc/loadavg: 2.15 1.89 1.10 3/489 31672
/proc/meminfo: memFree=12602172/32951124 swapFree=62248504/67111528
[pid=31643] ppid=31641 vsize=454408 CPUtime=702.31 cores=1,3,5,7
/proc/31643/stat : 31643 (qutersat_releas) R 31641 31643 31611 0 -1 4202496 103441 0 0 0 70214 17 0 0 25 0 1 0 665617871 465313792 98294 33554432000 4194304 6014671 140736471342272 18446744073709551615 4424049 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/31643/statm: 113602 98294 730 445 0 107147 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 454408

[startup+762.318 s]
/proc/loadavg: 2.05 1.91 1.16 3/489 31674
/proc/meminfo: memFree=12601396/32951124 swapFree=62248504/67111528
[pid=31643] ppid=31641 vsize=454408 CPUtime=762.33 cores=1,3,5,7
/proc/31643/stat : 31643 (qutersat_releas) R 31641 31643 31611 0 -1 4202496 103525 0 0 0 76216 17 0 0 25 0 1 0 665617871 465313792 98378 33554432000 4194304 6014671 140736471342272 18446744073709551615 4424324 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/31643/statm: 113602 98378 730 445 0 107147 0
Current children cumulated CPU time (s) 762.33
Current children cumulated vsize (KiB) 454408

[startup+822.3 s]
/proc/loadavg: 2.02 1.92 1.21 3/489 31675
/proc/meminfo: memFree=12589188/32951124 swapFree=62248504/67111528
[pid=31643] ppid=31641 vsize=454408 CPUtime=822.31 cores=1,3,5,7
/proc/31643/stat : 31643 (qutersat_releas) R 31641 31643 31611 0 -1 4202496 103746 0 0 0 82214 17 0 0 25 0 1 0 665617871 465313792 98599 33554432000 4194304 6014671 140736471342272 18446744073709551615 4422687 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/31643/statm: 113602 98599 730 445 0 107147 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 454408

[startup+882.301 s]
/proc/loadavg: 2.00 1.93 1.25 3/489 31677
/proc/meminfo: memFree=12535580/32951124 swapFree=62248504/67111528
[pid=31643] ppid=31641 vsize=583908 CPUtime=882.32 cores=1,3,5,7
/proc/31643/stat : 31643 (qutersat_releas) R 31641 31643 31611 0 -1 4202496 112869 0 0 0 88213 19 0 0 25 0 1 0 665617871 597921792 107712 33554432000 4194304 6014671 140736471342272 18446744073709551615 4425360 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/31643/statm: 145977 107712 730 445 0 139522 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 583908

[startup+942.301 s]
/proc/loadavg: 2.00 1.94 1.30 3/489 31678
/proc/meminfo: memFree=12482848/32951124 swapFree=62248504/67111528
[pid=31643] ppid=31641 vsize=583908 CPUtime=942.32 cores=1,3,5,7
/proc/31643/stat : 31643 (qutersat_releas) R 31641 31643 31611 0 -1 4202496 114651 0 0 0 94212 20 0 0 25 0 1 0 665617871 597921792 109494 33554432000 4194304 6014671 140736471342272 18446744073709551615 4383500 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/31643/statm: 145977 109494 730 445 0 139522 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 583908

[startup+1002.3 s]
/proc/loadavg: 2.00 1.95 1.34 3/489 31680
/proc/meminfo: memFree=12470408/32951124 swapFree=62248504/67111528
[pid=31643] ppid=31641 vsize=583908 CPUtime=1002.31 cores=1,3,5,7
/proc/31643/stat : 31643 (qutersat_releas) R 31641 31643 31611 0 -1 4202496 115306 0 0 0 100211 20 0 0 25 0 1 0 665617871 597921792 110149 33554432000 4194304 6014671 140736471342272 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/31643/statm: 145977 110149 730 445 0 139522 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 583908

[startup+1062.3 s]
/proc/loadavg: 2.00 1.95 1.38 3/489 31682
/proc/meminfo: memFree=12425228/32951124 swapFree=62248504/67111528
[pid=31643] ppid=31641 vsize=583908 CPUtime=1062.32 cores=1,3,5,7
/proc/31643/stat : 31643 (qutersat_releas) R 31641 31643 31611 0 -1 4202496 115962 0 0 0 106211 21 0 0 25 0 1 0 665617871 597921792 110805 33554432000 4194304 6014671 140736471342272 18446744073709551615 4423498 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/31643/statm: 145977 110805 730 445 0 139522 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 583908

[startup+1122.3 s]
/proc/loadavg: 2.00 1.96 1.41 3/489 31683
/proc/meminfo: memFree=12421484/32951124 swapFree=62248504/67111528
[pid=31643] ppid=31641 vsize=583908 CPUtime=1122.32 cores=1,3,5,7
/proc/31643/stat : 31643 (qutersat_releas) R 31641 31643 31611 0 -1 4202496 115962 0 0 0 112211 21 0 0 25 0 1 0 665617871 597921792 110805 33554432000 4194304 6014671 140736471342272 18446744073709551615 4372304 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/31643/statm: 145977 110805 730 445 0 139522 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 583908

[startup+1182.3 s]
/proc/loadavg: 2.20 2.01 1.46 3/489 31685
/proc/meminfo: memFree=12419456/32951124 swapFree=62248504/67111528
[pid=31643] ppid=31641 vsize=583908 CPUtime=1182.32 cores=1,3,5,7
/proc/31643/stat : 31643 (qutersat_releas) R 31641 31643 31611 0 -1 4202496 116305 0 0 0 118211 21 0 0 25 0 1 0 665617871 597921792 111148 33554432000 4194304 6014671 140736471342272 18446744073709551615 4423023 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/31643/statm: 145977 111148 730 445 0 139522 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 583908

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

[startup+1203.1 s]
/proc/loadavg: 2.14 2.01 1.47 3/489 31685
/proc/meminfo: memFree=12417700/32951124 swapFree=62248504/67111528
[pid=31643] ppid=31641 vsize=583908 CPUtime=1203.13 cores=1,3,5,7
/proc/31643/stat : 31643 (qutersat_releas) R 31641 31643 31611 0 -1 4202496 116828 0 0 0 120291 22 0 0 25 0 1 0 665617871 597921792 111671 33554432000 4194304 6014671 140736471342272 18446744073709551615 4424451 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/31643/statm: 145977 111671 730 445 0 139522 0
Current children cumulated CPU time (s) 1203.13
Current children cumulated vsize (KiB) 583908

[startup+1215.9 s]
/proc/loadavg: 2.18 2.03 1.49 3/489 31686
/proc/meminfo: memFree=12395128/32951124 swapFree=62248504/67111528
[pid=31643] ppid=31641 vsize=616188 CPUtime=1215.92 cores=1,3,5,7
/proc/31643/stat : 31643 (qutersat_releas) R 31641 31643 31611 0 -1 4202496 122208 0 0 0 121570 22 0 0 25 0 1 0 665617871 630976512 117051 33554432000 4194304 6014671 140736471342272 18446744073709551615 4423904 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/31643/statm: 154047 117051 730 445 0 147592 0
Current children cumulated CPU time (s) 1215.92
Current children cumulated vsize (KiB) 616188

[startup+1228.72 s]
/proc/loadavg: 2.15 2.02 1.49 4/489 31686
/proc/meminfo: memFree=12393016/32951124 swapFree=62248504/67111528
[pid=31643] ppid=31641 vsize=616188 CPUtime=1228.74 cores=1,3,5,7
/proc/31643/stat : 31643 (qutersat_releas) R 31641 31643 31611 0 -1 4202496 122785 0 0 0 122852 22 0 0 25 0 1 0 665617871 630976512 117628 33554432000 4194304 6014671 140736471342272 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/31643/statm: 154047 117628 730 445 0 147592 0
Current children cumulated CPU time (s) 1228.74
Current children cumulated vsize (KiB) 616188

[startup+1235.1 s]
/proc/loadavg: 2.22 2.04 1.50 3/489 31686
/proc/meminfo: memFree=12392396/32951124 swapFree=62248504/67111528
[pid=31643] ppid=31641 vsize=616188 CPUtime=1235.12 cores=1,3,5,7
/proc/31643/stat : 31643 (qutersat_releas) R 31641 31643 31611 0 -1 4202496 123028 0 0 0 123490 22 0 0 25 0 1 0 665617871 630976512 117871 33554432000 4194304 6014671 140736471342272 18446744073709551615 4424130 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/31643/statm: 154047 117871 730 445 0 147592 0
Current children cumulated CPU time (s) 1235.12
Current children cumulated vsize (KiB) 616188

[startup+1238.3 s]
/proc/loadavg: 2.20 2.04 1.50 3/489 31686
/proc/meminfo: memFree=12391772/32951124 swapFree=62248504/67111528
[pid=31643] ppid=31641 vsize=616188 CPUtime=1238.32 cores=1,3,5,7
/proc/31643/stat : 31643 (qutersat_releas) R 31641 31643 31611 0 -1 4202496 123165 0 0 0 123810 22 0 0 25 0 1 0 665617871 630976512 118008 33554432000 4194304 6014671 140736471342272 18446744073709551615 4379319 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/31643/statm: 154047 118008 730 445 0 147592 0
Current children cumulated CPU time (s) 1238.32
Current children cumulated vsize (KiB) 616188

[startup+1239.9 s]
/proc/loadavg: 2.20 2.04 1.50 3/489 31686
/proc/meminfo: memFree=12391152/32951124 swapFree=62248504/67111528
[pid=31643] ppid=31641 vsize=616188 CPUtime=1239.92 cores=1,3,5,7
/proc/31643/stat : 31643 (qutersat_releas) R 31641 31643 31611 0 -1 4202496 123213 0 0 0 123970 22 0 0 25 0 1 0 665617871 630976512 118056 33554432000 4194304 6014671 140736471342272 18446744073709551615 4385694 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/31643/statm: 154047 118056 730 445 0 147592 0
Current children cumulated CPU time (s) 1239.92
Current children cumulated vsize (KiB) 616188

[startup+1240.3 s]
/proc/loadavg: 2.20 2.04 1.50 3/489 31686
/proc/meminfo: memFree=12391152/32951124 swapFree=62248504/67111528
[pid=31643] ppid=31641 vsize=616188 CPUtime=1240.32 cores=1,3,5,7
/proc/31643/stat : 31643 (qutersat_releas) R 31641 31643 31611 0 -1 4202496 123233 0 0 0 124010 22 0 0 25 0 1 0 665617871 630976512 118076 33554432000 4194304 6014671 140736471342272 18446744073709551615 4385694 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/31643/statm: 154047 118076 730 445 0 147592 0
Current children cumulated CPU time (s) 1240.32
Current children cumulated vsize (KiB) 616188

[startup+1240.5 s]
/proc/loadavg: 2.20 2.04 1.50 3/489 31686
/proc/meminfo: memFree=12391152/32951124 swapFree=62248504/67111528
[pid=31643] ppid=31641 vsize=616188 CPUtime=1240.52 cores=1,3,5,7
/proc/31643/stat : 31643 (qutersat_releas) R 31641 31643 31611 0 -1 4202496 123241 0 0 0 124030 22 0 0 25 0 1 0 665617871 630976512 118084 33554432000 4194304 6014671 140736471342272 18446744073709551615 4428330 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/31643/statm: 154047 118084 730 445 0 147592 0
Current children cumulated CPU time (s) 1240.52
Current children cumulated vsize (KiB) 616188

[startup+1240.6 s]
/proc/loadavg: 2.20 2.04 1.50 3/489 31686
/proc/meminfo: memFree=12391152/32951124 swapFree=62248504/67111528
[pid=31643] ppid=31641 vsize=616188 CPUtime=1240.62 cores=1,3,5,7
/proc/31643/stat : 31643 (qutersat_releas) R 31641 31643 31611 0 -1 4202496 123241 0 0 0 124040 22 0 0 25 0 1 0 665617871 630976512 118084 33554432000 4194304 6014671 140736471342272 18446744073709551615 4809059 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/31643/statm: 154047 118084 730 445 0 147592 0
Current children cumulated CPU time (s) 1240.62
Current children cumulated vsize (KiB) 616188

Child status: 0
Real time (s): 1240.62
CPU time (s): 1240.66
CPU user time (s): 1240.41
CPU system time (s): 0.244962
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 616188

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1240.41
system time used= 0.244962
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 123245
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 12
involuntary context switches= 15065

runsolver used 5.54716 second user time and 13.9329 second system time

The end

Launcher Data

Begin job on node137 at 2011-05-16 12:03:22
IDJOB=3384267
IDBENCH=69591
IDSOLVER=1868
FILE ID=node137/3384267-1305540200
RUNJOBID= node137-1305540200-31630
PBS_JOBID= 13329216
Free space on /tmp= 73608 MiB

SOLVER NAME= QuteRSat 2011-05-12 (fixed)
BENCH NAME= SAT_RACE08/cnf/manol-pipe-c10nidw.cnf
COMMAND LINE= qutersat_release BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3384267-1305540200/watcher-3384267-1305540200 -o /tmp/evaluation-result-3384267-1305540200/solver-3384267-1305540200 -C 5000 -W 5100 -M 15500  qutersat_release HOME/instance-3384267-1305540200.cnf 617094919

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

MD5SUM BENCH= 943fd86d922b13236c21a74c4f82b6d0
RANDOM SEED=617094919

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.844
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.844
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.83
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.844
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:      16037508 kB
Buffers:        323560 kB
Cached:        4400752 kB
SwapCached:      25020 kB
Active:        6852036 kB
Inactive:      9783640 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      16037508 kB
SwapTotal:    67111528 kB
SwapFree:     62248504 kB
Dirty:           59408 kB
Writeback:           0 kB
AnonPages:    11895768 kB
Mapped:          30744 kB
Slab:           140164 kB
PageTables:      68224 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 146929692 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= 73636 MiB
End job on node137 at 2011-05-16 12:24:02