Trace number 3291371

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-01UNSAT 1211.27 1211.29

General information on the benchmark

NameSAT03/industrial/goldberg/hard_eq_check/
x1mul.miter.shuffled-as.sat03-359.cnf
MD5SUM9edcffddbe07377cf6685697aafad673
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark16.6405
Satisfiable
(Un)Satisfiability was proved
Number of variables8756
Number of clauses55571
Sum of the clauses size187746
Maximum clause length70
Minimum clause length1
Number of clauses of size 128
Number of clauses of size 212786
Number of clauses of size 325852
Number of clauses of size 40
Number of clauses of size 516904
Number of clauses of size over 51

Solver Data

0.00/0.00	c Set FPU double precision.
0.03/0.04	c Parse Cnf success: #var: 8756 #clause: 55571
0.03/0.04	c Find Units :         28
0.03/0.04	c Find Invs  :          0
0.03/0.05	c Find Ands  :          0 AvgFaninNum: nan
0.03/0.05	c Find Xors  :         70 AvgFaninNum: 2
0.03/0.06	c Find Ite   :          0
0.03/0.07	c UnDirect variable: 210
0.03/0.07	c UnDirect to Direct Gate: 7
0.03/0.07	c Forced Direct Gate: 7 Unuse unDirect Gate: 70
0.03/0.07	c Break Cycle : 0
0.03/0.07	c Total Root : 7 Undef Var: 8749
0.03/0.07	c After covering, Total Root: 7 Leaf: 40
0.03/0.07	c Variable( cover/uncovered/unused ): 47 8709 0
0.03/0.07	c Unit Clauses: 28
0.03/0.07	c Binary Clauses( cover/uncovered ): 0 12786
0.03/0.07	c Clauses( cover/uncovered ): 28 42729
0.03/0.07	c Total Clauses( cover/uncovered ): 56 55515 0.100772%
0.03/0.07	c Covered Ands: 0 Invs: 0 Xors: 7 Ites: 0
0.09/0.13	c Uncover Clauses avg size: 3.37988 max size: 70
0.09/0.13	c Final circuit: i/l/o/s    8722       0   55477     99301
0.09/0.13	c CnfToAig: Time: 0.13 s
0.19/0.22	c TmMap: Set choices finish.
0.19/0.28	c TmMap: Set big and: 59052
0.19/0.28	c TmMap: Origin: 108024 ClauseNum: 297903 --> New: 67781 ClauseNum: 219981
0.19/0.28	c TmMap: Time: 0.08
0.29/0.30	c Try to Add: #clause: 118109 #xorclause: 5
0.29/0.33	c #var: 12303 #clauses: 34551 Solving... 
1211.16/1211.26	s UNSATISFIABLE
1211.16/1211.27	c CPU time: 1211.24 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: 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-3291371-1303785375/watcher-3291371-1303785375 -o /tmp/evaluation-result-3291371-1303785375/solver-3291371-1303785375 -C 2400 -W 1300 -M 7680 qutersat_release HOME/instance-3291371-1303785375.cnf 237572739 

running on 2 cores: 0,2

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.39 3.86 3.73 5/179 372
/proc/meminfo: memFree=14392716/32951124 swapFree=67111528/67111528
[pid=372] ppid=370 vsize=26264 CPUtime=0 cores=0,2
/proc/372/stat : 372 (qutersat_releas) R 370 372 30717 0 -1 4194304 247 0 0 0 0 0 0 0 23 0 1 0 490135474 26894336 196 33554432000 4194304 6016207 140734881885072 18446744073709551615 228117751272 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/372/statm: 6566 196 160 445 0 97 0

[startup+0.0439739 s]
/proc/loadavg: 3.39 3.86 3.73 5/179 372
/proc/meminfo: memFree=14392716/32951124 swapFree=67111528/67111528
[pid=372] ppid=370 vsize=38508 CPUtime=0.03 cores=0,2
/proc/372/stat : 372 (qutersat_releas) R 370 372 30717 0 -1 4202496 3382 0 0 0 3 0 0 0 23 0 1 0 490135474 39432192 3316 33554432000 4194304 6016207 140734881885072 18446744073709551615 4307650 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/372/statm: 9627 3317 379 445 0 3171 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 38508

[startup+0.100965 s]
/proc/loadavg: 3.39 3.86 3.73 5/179 372
/proc/meminfo: memFree=14392716/32951124 swapFree=67111528/67111528
[pid=372] ppid=370 vsize=41068 CPUtime=0.09 cores=0,2
/proc/372/stat : 372 (qutersat_releas) R 370 372 30717 0 -1 4202496 4013 0 0 0 9 0 0 0 23 0 1 0 490135474 42053632 3947 33554432000 4194304 6016207 140734881885072 18446744073709551615 4234872 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/372/statm: 10267 3947 400 445 0 3811 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 41068

[startup+0.300958 s]
/proc/loadavg: 3.39 3.86 3.73 5/179 372
/proc/meminfo: memFree=14392716/32951124 swapFree=67111528/67111528
[pid=372] ppid=370 vsize=76636 CPUtime=0.29 cores=0,2
/proc/372/stat : 372 (qutersat_releas) R 370 372 30717 0 -1 4202496 12820 0 0 0 27 2 0 0 24 0 1 0 490135474 78475264 12754 33554432000 4194304 6016207 140734881885072 18446744073709551615 4260619 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/372/statm: 19159 12754 672 445 0 12703 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 76636

[startup+0.700856 s]
/proc/loadavg: 3.39 3.86 3.73 5/179 372
/proc/meminfo: memFree=14392716/32951124 swapFree=67111528/67111528
[pid=372] ppid=370 vsize=76636 CPUtime=0.69 cores=0,2
/proc/372/stat : 372 (qutersat_releas) R 370 372 30717 0 -1 4202496 12847 0 0 0 67 2 0 0 25 0 1 0 490135474 78475264 12781 33554432000 4194304 6016207 140734881885072 18446744073709551615 4425149 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/372/statm: 19159 12781 696 445 0 12703 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 76636

[startup+1.50074 s]
/proc/loadavg: 3.39 3.86 3.73 5/190 388
/proc/meminfo: memFree=14204272/32951124 swapFree=67111528/67111528
[pid=372] ppid=370 vsize=76636 CPUtime=1.49 cores=0,2
/proc/372/stat : 372 (qutersat_releas) R 370 372 30717 0 -1 4202496 12861 0 0 0 147 2 0 0 25 0 1 0 490135474 78475264 12795 33554432000 4194304 6016207 140734881885072 18446744073709551615 4538504 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/372/statm: 19159 12795 710 445 0 12703 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 76636

[startup+3.10045 s]
/proc/loadavg: 3.39 3.86 3.73 5/190 389
/proc/meminfo: memFree=14194972/32951124 swapFree=67111528/67111528
[pid=372] ppid=370 vsize=89864 CPUtime=3.09 cores=0,2
/proc/372/stat : 372 (qutersat_releas) R 370 372 30717 0 -1 4202496 13949 0 0 0 307 2 0 0 25 0 1 0 490135474 92020736 13866 33554432000 4194304 6016207 140734881885072 18446744073709551615 4424258 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/372/statm: 22466 13866 743 445 0 16010 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 89864

[startup+6.30087 s]
/proc/loadavg: 3.44 3.86 3.73 5/190 389
/proc/meminfo: memFree=14169960/32951124 swapFree=67111528/67111528
[pid=372] ppid=370 vsize=109440 CPUtime=6.29 cores=0,2
/proc/372/stat : 372 (qutersat_releas) R 370 372 30717 0 -1 4202496 15332 0 0 0 627 2 0 0 25 0 1 0 490135474 112066560 15242 33554432000 4194304 6016207 140734881885072 18446744073709551615 4425113 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/372/statm: 27360 15242 748 445 0 20904 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 109440

[startup+12.7007 s]
/proc/loadavg: 3.48 3.86 3.73 5/190 389
/proc/meminfo: memFree=14147404/32951124 swapFree=67111528/67111528
[pid=372] ppid=370 vsize=119580 CPUtime=12.69 cores=0,2
/proc/372/stat : 372 (qutersat_releas) R 370 372 30717 0 -1 4202496 16235 0 0 0 1267 2 0 0 25 0 1 0 490135474 122449920 16145 33554432000 4194304 6016207 140734881885072 18446744073709551615 4425185 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/372/statm: 29895 16145 748 445 0 23439 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 119580

[startup+25.5004 s]
/proc/loadavg: 3.60 3.87 3.74 5/190 389
/proc/meminfo: memFree=14109624/32951124 swapFree=67111528/67111528
[pid=372] ppid=370 vsize=129796 CPUtime=25.49 cores=0,2
/proc/372/stat : 372 (qutersat_releas) R 370 372 30717 0 -1 4202496 17154 0 0 0 2546 3 0 0 25 0 1 0 490135474 132911104 17064 33554432000 4194304 6016207 140734881885072 18446744073709551615 4425540 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/372/statm: 32449 17064 748 445 0 25993 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 129796

[startup+51.1008 s]
/proc/loadavg: 3.73 3.87 3.74 5/190 390
/proc/meminfo: memFree=14034028/32951124 swapFree=67111528/67111528
[pid=372] ppid=370 vsize=129796 CPUtime=51.09 cores=0,2
/proc/372/stat : 372 (qutersat_releas) R 370 372 30717 0 -1 4202496 19483 0 0 0 5106 3 0 0 25 0 1 0 490135474 132911104 19384 33554432000 4194304 6016207 140734881885072 18446744073709551615 4425626 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/372/statm: 32449 19384 748 445 0 25993 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 129796

[startup+102.306 s]
/proc/loadavg: 3.88 3.89 3.75 5/190 391
/proc/meminfo: memFree=13943124/32951124 swapFree=67111528/67111528
[pid=372] ppid=370 vsize=163652 CPUtime=102.3 cores=0,2
/proc/372/stat : 372 (qutersat_releas) R 370 372 30717 0 -1 4202496 26864 0 0 0 10225 5 0 0 25 0 1 0 490135474 167579648 26690 33554432000 4194304 6016207 140734881885072 18446744073709551615 4378481 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/372/statm: 40913 26690 748 445 0 34457 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 163652

[startup+162.301 s]
/proc/loadavg: 3.95 3.91 3.76 5/190 393
/proc/meminfo: memFree=13848604/32951124 swapFree=67111528/67111528
[pid=372] ppid=370 vsize=175292 CPUtime=162.29 cores=0,2
/proc/372/stat : 372 (qutersat_releas) R 370 372 30717 0 -1 4202496 32663 0 0 0 16223 6 0 0 25 0 1 0 490135474 179499008 32489 33554432000 4194304 6016207 140734881885072 18446744073709551615 4425176 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/372/statm: 43823 32489 748 445 0 37367 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 175292

[startup+222.301 s]
/proc/loadavg: 3.89 3.91 3.77 4/184 411
/proc/meminfo: memFree=13932192/32951124 swapFree=67111528/67111528
[pid=372] ppid=370 vsize=187244 CPUtime=222.29 cores=0,2
/proc/372/stat : 372 (qutersat_releas) R 370 372 30717 0 -1 4202496 36678 0 0 0 22222 7 0 0 25 0 1 0 490135474 191737856 36482 33554432000 4194304 6016207 140734881885072 18446744073709551615 4373676 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/372/statm: 46811 36482 754 445 0 40355 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 187244

[startup+282.301 s]
/proc/loadavg: 3.32 3.74 3.72 4/184 413
/proc/meminfo: memFree=13909116/32951124 swapFree=67111528/67111528
[pid=372] ppid=370 vsize=199384 CPUtime=282.28 cores=0,2
/proc/372/stat : 372 (qutersat_releas) R 370 372 30717 0 -1 4202496 40073 0 0 0 28220 8 0 0 25 0 1 0 490135474 204169216 39871 33554432000 4194304 6016207 140734881885072 18446744073709551615 4380162 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/372/statm: 49846 39871 748 445 0 43390 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 199384

[startup+342.301 s]
/proc/loadavg: 3.12 3.60 3.67 4/184 415
/proc/meminfo: memFree=13884404/32951124 swapFree=67111528/67111528
[pid=372] ppid=370 vsize=211652 CPUtime=342.29 cores=0,2
/proc/372/stat : 372 (qutersat_releas) R 370 372 30717 0 -1 4202496 40323 0 0 0 34220 9 0 0 25 0 1 0 490135474 216731648 40121 33554432000 4194304 6016207 140734881885072 18446744073709551615 4425054 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/372/statm: 52913 40121 748 445 0 46457 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 211652

[startup+402.301 s]
/proc/loadavg: 3.04 3.49 3.62 4/184 416
/proc/meminfo: memFree=13797440/32951124 swapFree=67111528/67111528
[pid=372] ppid=370 vsize=286228 CPUtime=402.28 cores=0,2
/proc/372/stat : 372 (qutersat_releas) R 370 372 30717 0 -1 4202496 46779 0 0 0 40217 11 0 0 25 0 1 0 490135474 293097472 46554 33554432000 4194304 6016207 140734881885072 18446744073709551615 4378468 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/372/statm: 71557 46554 748 445 0 65101 0
Current children cumulated CPU time (s) 402.28
Current children cumulated vsize (KiB) 286228

[startup+462.3 s]
/proc/loadavg: 3.01 3.40 3.58 4/184 418
/proc/meminfo: memFree=13753512/32951124 swapFree=67111528/67111528
[pid=372] ppid=370 vsize=286228 CPUtime=462.28 cores=0,2
/proc/372/stat : 372 (qutersat_releas) R 370 372 30717 0 -1 4202496 52751 0 0 0 46214 14 0 0 25 0 1 0 490135474 293097472 52526 33554432000 4194304 6016207 140734881885072 18446744073709551615 4373565 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/372/statm: 71557 52526 748 445 0 65101 0
Current children cumulated CPU time (s) 462.28
Current children cumulated vsize (KiB) 286228

[startup+522.3 s]
/proc/loadavg: 3.05 3.34 3.55 4/184 419
/proc/meminfo: memFree=13718508/32951124 swapFree=67111528/67111528
[pid=372] ppid=370 vsize=336280 CPUtime=522.27 cores=0,2
/proc/372/stat : 372 (qutersat_releas) R 370 372 30717 0 -1 4202496 61303 0 0 0 52211 16 0 0 25 0 1 0 490135474 344350720 60987 33554432000 4194304 6016207 140734881885072 18446744073709551615 4425626 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/372/statm: 84070 60987 748 445 0 77614 0
Current children cumulated CPU time (s) 522.27
Current children cumulated vsize (KiB) 336280

[startup+582.301 s]
/proc/loadavg: 3.06 3.29 3.52 4/184 421
/proc/meminfo: memFree=13703344/32951124 swapFree=67111528/67111528
[pid=372] ppid=370 vsize=336280 CPUtime=582.27 cores=0,2
/proc/372/stat : 372 (qutersat_releas) R 370 372 30717 0 -1 4202496 62321 0 0 0 58211 16 0 0 25 0 1 0 490135474 344350720 62005 33554432000 4194304 6016207 140734881885072 18446744073709551615 4425840 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/372/statm: 84070 62005 748 445 0 77614 0
Current children cumulated CPU time (s) 582.27
Current children cumulated vsize (KiB) 336280

[startup+642.301 s]
/proc/loadavg: 3.02 3.23 3.48 4/184 423
/proc/meminfo: memFree=13685324/32951124 swapFree=67111528/67111528
[pid=372] ppid=370 vsize=336408 CPUtime=642.28 cores=0,2
/proc/372/stat : 372 (qutersat_releas) R 370 372 30717 0 -1 4202496 64898 0 0 0 64210 18 0 0 25 0 1 0 490135474 344481792 64362 33554432000 4194304 6016207 140734881885072 18446744073709551615 4378500 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/372/statm: 84102 64362 748 445 0 77646 0
Current children cumulated CPU time (s) 642.28
Current children cumulated vsize (KiB) 336408

[startup+702.301 s]
/proc/loadavg: 3.01 3.19 3.45 4/184 424
/proc/meminfo: memFree=13660600/32951124 swapFree=67111528/67111528
[pid=372] ppid=370 vsize=336408 CPUtime=702.28 cores=0,2
/proc/372/stat : 372 (qutersat_releas) R 370 372 30717 0 -1 4202496 65153 0 0 0 70210 18 0 0 25 0 1 0 490135474 344481792 64617 33554432000 4194304 6016207 140734881885072 18446744073709551615 4425530 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/372/statm: 84102 64617 748 445 0 77646 0
Current children cumulated CPU time (s) 702.28
Current children cumulated vsize (KiB) 336408

[startup+762.307 s]
/proc/loadavg: 3.00 3.15 3.42 4/184 426
/proc/meminfo: memFree=13637368/32951124 swapFree=67111528/67111528
[pid=372] ppid=370 vsize=336408 CPUtime=762.28 cores=0,2
/proc/372/stat : 372 (qutersat_releas) R 370 372 30717 0 -1 4202496 66242 0 0 0 76209 19 0 0 25 0 1 0 490135474 344481792 65706 33554432000 4194304 6016207 140734881885072 18446744073709551615 4424226 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/372/statm: 84102 65706 748 445 0 77646 0
Current children cumulated CPU time (s) 762.28
Current children cumulated vsize (KiB) 336408

[startup+822.301 s]
/proc/loadavg: 3.00 3.12 3.39 4/184 428
/proc/meminfo: memFree=13631248/32951124 swapFree=67111528/67111528
[pid=372] ppid=370 vsize=336408 CPUtime=822.28 cores=0,2
/proc/372/stat : 372 (qutersat_releas) R 370 372 30717 0 -1 4202496 66994 0 0 0 82209 19 0 0 25 0 1 0 490135474 344481792 66458 33554432000 4194304 6016207 140734881885072 18446744073709551615 4424344 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/372/statm: 84102 66458 748 445 0 77646 0
Current children cumulated CPU time (s) 822.28
Current children cumulated vsize (KiB) 336408

[startup+882.3 s]
/proc/loadavg: 3.00 3.10 3.36 4/184 430
/proc/meminfo: memFree=13606048/32951124 swapFree=67111528/67111528
[pid=372] ppid=370 vsize=336408 CPUtime=882.27 cores=0,2
/proc/372/stat : 372 (qutersat_releas) R 370 372 30717 0 -1 4202496 67004 0 0 0 88208 19 0 0 25 0 1 0 490135474 344481792 66468 33554432000 4194304 6016207 140734881885072 18446744073709551615 4425705 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/372/statm: 84102 66468 748 445 0 77646 0
Current children cumulated CPU time (s) 882.27
Current children cumulated vsize (KiB) 336408

[startup+942.3 s]
/proc/loadavg: 3.00 3.08 3.34 4/184 432
/proc/meminfo: memFree=13604644/32951124 swapFree=67111528/67111528
[pid=372] ppid=370 vsize=336408 CPUtime=942.27 cores=0,2
/proc/372/stat : 372 (qutersat_releas) R 370 372 30717 0 -1 4202496 67005 0 0 0 94208 19 0 0 25 0 1 0 490135474 344481792 63268 33554432000 4194304 6016207 140734881885072 18446744073709551615 4373953 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/372/statm: 84102 63268 748 445 0 77646 0
Current children cumulated CPU time (s) 942.27
Current children cumulated vsize (KiB) 336408

[startup+1002.3 s]
/proc/loadavg: 3.00 3.06 3.31 4/184 433
/proc/meminfo: memFree=13598028/32951124 swapFree=67111528/67111528
[pid=372] ppid=370 vsize=336408 CPUtime=1002.27 cores=0,2
/proc/372/stat : 372 (qutersat_releas) R 370 372 30717 0 -1 4202496 67005 0 0 0 100208 19 0 0 25 0 1 0 490135474 344481792 63268 33554432000 4194304 6016207 140734881885072 18446744073709551615 4425643 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/372/statm: 84102 63268 748 445 0 77646 0
Current children cumulated CPU time (s) 1002.27
Current children cumulated vsize (KiB) 336408

[startup+1062.3 s]
/proc/loadavg: 3.00 3.05 3.29 4/184 435
/proc/meminfo: memFree=13610272/32951124 swapFree=67111528/67111528
[pid=372] ppid=370 vsize=336408 CPUtime=1062.27 cores=0,2
/proc/372/stat : 372 (qutersat_releas) R 370 372 30717 0 -1 4202496 67110 0 0 0 106208 19 0 0 25 0 1 0 490135474 344481792 63373 33554432000 4194304 6016207 140734881885072 18446744073709551615 4425856 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/372/statm: 84102 63373 748 445 0 77646 0
Current children cumulated CPU time (s) 1062.27
Current children cumulated vsize (KiB) 336408

[startup+1122.3 s]
/proc/loadavg: 3.07 3.05 3.27 4/184 436
/proc/meminfo: memFree=13610120/32951124 swapFree=67111528/67111528
[pid=372] ppid=370 vsize=336408 CPUtime=1122.26 cores=0,2
/proc/372/stat : 372 (qutersat_releas) R 370 372 30717 0 -1 4202496 67110 0 0 0 112207 19 0 0 25 0 1 0 490135474 344481792 63373 33554432000 4194304 6016207 140734881885072 18446744073709551615 4424344 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/372/statm: 84102 63373 748 445 0 77646 0
Current children cumulated CPU time (s) 1122.26
Current children cumulated vsize (KiB) 336408

[startup+1182.3 s]
/proc/loadavg: 3.02 3.04 3.25 4/184 438
/proc/meminfo: memFree=13596076/32951124 swapFree=67111528/67111528
[pid=372] ppid=370 vsize=336408 CPUtime=1182.26 cores=0,2
/proc/372/stat : 372 (qutersat_releas) R 370 372 30717 0 -1 4202496 67110 0 0 0 118207 19 0 0 25 0 1 0 490135474 344481792 63373 33554432000 4194304 6016207 140734881885072 18446744073709551615 4425476 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/372/statm: 84102 63373 748 445 0 77646 0
Current children cumulated CPU time (s) 1182.26
Current children cumulated vsize (KiB) 336408

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

[startup+1190.3 s]
/proc/loadavg: 3.02 3.04 3.25 4/184 438
/proc/meminfo: memFree=13593580/32951124 swapFree=67111528/67111528
[pid=372] ppid=370 vsize=336408 CPUtime=1190.26 cores=0,2
/proc/372/stat : 372 (qutersat_releas) R 370 372 30717 0 -1 4202496 67110 0 0 0 119007 19 0 0 25 0 1 0 490135474 344481792 63373 33554432000 4194304 6016207 140734881885072 18446744073709551615 4424255 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/372/statm: 84102 63373 748 445 0 77646 0
Current children cumulated CPU time (s) 1190.26
Current children cumulated vsize (KiB) 336408

[startup+1203.1 s]
/proc/loadavg: 3.02 3.04 3.25 4/184 439
/proc/meminfo: memFree=13588000/32951124 swapFree=67111528/67111528
[pid=372] ppid=370 vsize=336408 CPUtime=1203.06 cores=0,2
/proc/372/stat : 372 (qutersat_releas) R 370 372 30717 0 -1 4202496 67115 0 0 0 120287 19 0 0 25 0 1 0 490135474 344481792 63378 33554432000 4194304 6016207 140734881885072 18446744073709551615 4424344 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/372/statm: 84102 63378 748 445 0 77646 0
Current children cumulated CPU time (s) 1203.06
Current children cumulated vsize (KiB) 336408

[startup+1206.3 s]
/proc/loadavg: 3.01 3.04 3.25 4/184 439
/proc/meminfo: memFree=13587008/32951124 swapFree=67111528/67111528
[pid=372] ppid=370 vsize=336408 CPUtime=1206.26 cores=0,2
/proc/372/stat : 372 (qutersat_releas) R 370 372 30717 0 -1 4202496 67115 0 0 0 120607 19 0 0 25 0 1 0 490135474 344481792 63378 33554432000 4194304 6016207 140734881885072 18446744073709551615 4424898 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/372/statm: 84102 63378 748 445 0 77646 0
Current children cumulated CPU time (s) 1206.26
Current children cumulated vsize (KiB) 336408

[startup+1209.5 s]
/proc/loadavg: 3.01 3.04 3.25 4/184 439
/proc/meminfo: memFree=13586264/32951124 swapFree=67111528/67111528
[pid=372] ppid=370 vsize=336408 CPUtime=1209.46 cores=0,2
/proc/372/stat : 372 (qutersat_releas) R 370 372 30717 0 -1 4202496 67115 0 0 0 120927 19 0 0 25 0 1 0 490135474 344481792 63378 33554432000 4194304 6016207 140734881885072 18446744073709551615 4425742 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/372/statm: 84102 63378 748 445 0 77646 0
Current children cumulated CPU time (s) 1209.46
Current children cumulated vsize (KiB) 336408

[startup+1210.3 s]
/proc/loadavg: 3.01 3.03 3.25 4/184 439
/proc/meminfo: memFree=13586140/32951124 swapFree=67111528/67111528
[pid=372] ppid=370 vsize=336408 CPUtime=1210.26 cores=0,2
/proc/372/stat : 372 (qutersat_releas) R 370 372 30717 0 -1 4202496 67121 0 0 0 121007 19 0 0 25 0 1 0 490135474 344481792 63384 33554432000 4194304 6016207 140734881885072 18446744073709551615 4378285 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/372/statm: 84102 63384 748 445 0 77646 0
Current children cumulated CPU time (s) 1210.26
Current children cumulated vsize (KiB) 336408

[startup+1210.7 s]
/proc/loadavg: 3.01 3.03 3.25 4/184 439
/proc/meminfo: memFree=13586140/32951124 swapFree=67111528/67111528
[pid=372] ppid=370 vsize=336408 CPUtime=1210.66 cores=0,2
/proc/372/stat : 372 (qutersat_releas) R 370 372 30717 0 -1 4202496 67121 0 0 0 121047 19 0 0 25 0 1 0 490135474 344481792 63384 33554432000 4194304 6016207 140734881885072 18446744073709551615 4633224 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/372/statm: 84102 63384 748 445 0 77646 0
Current children cumulated CPU time (s) 1210.66
Current children cumulated vsize (KiB) 336408

[startup+1211.11 s]
/proc/loadavg: 3.01 3.03 3.25 4/184 439
/proc/meminfo: memFree=13585892/32951124 swapFree=67111528/67111528
[pid=372] ppid=370 vsize=336408 CPUtime=1211.07 cores=0,2
/proc/372/stat : 372 (qutersat_releas) R 370 372 30717 0 -1 4202496 67124 0 0 0 121088 19 0 0 25 0 1 0 490135474 344481792 63387 33554432000 4194304 6016207 140734881885072 18446744073709551615 4424309 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/372/statm: 84102 63387 748 445 0 77646 0
Current children cumulated CPU time (s) 1211.07
Current children cumulated vsize (KiB) 336408

[startup+1211.2 s]
/proc/loadavg: 3.01 3.03 3.25 4/184 439
/proc/meminfo: memFree=13585892/32951124 swapFree=67111528/67111528
[pid=372] ppid=370 vsize=336408 CPUtime=1211.16 cores=0,2
/proc/372/stat : 372 (qutersat_releas) R 370 372 30717 0 -1 4202496 67124 0 0 0 121097 19 0 0 25 0 1 0 490135474 344481792 63387 33554432000 4194304 6016207 140734881885072 18446744073709551615 4373844 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/372/statm: 84102 63387 748 445 0 77646 0
Current children cumulated CPU time (s) 1211.16
Current children cumulated vsize (KiB) 336408

Child status: 0
Real time (s): 1211.29
CPU time (s): 1211.27
CPU user time (s): 1211.06
CPU system time (s): 0.209968
CPU usage (%): 99.9978
Max. virtual memory (cumulated for all children) (KiB): 336408

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1211.06
system time used= 0.209968
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 67134
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= 8
involuntary context switches= 2311

runsolver used 2.15567 second user time and 4.45732 second system time

The end

Launcher Data

Begin job on node138 at 2011-04-26 04:36:15
IDJOB=3291371
IDBENCH=84211
IDSOLVER=1607
FILE ID=node138/3291371-1303785375
RUNJOBID= node138-1303785375-345
PBS_JOBID= 13157192
Free space on /tmp= 71876 MiB

SOLVER NAME= QuteRSat 2011-03-01
BENCH NAME= SAT03/industrial/goldberg/hard_eq_check/x1mul.miter.shuffled-as.sat03-359.cnf
COMMAND LINE= qutersat_release BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3291371-1303785375/watcher-3291371-1303785375 -o /tmp/evaluation-result-3291371-1303785375/solver-3291371-1303785375 -C 2400 -W 1300 -M 7680  qutersat_release HOME/instance-3291371-1303785375.cnf 237572739

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

MD5SUM BENCH= 9edcffddbe07377cf6685697aafad673
RANDOM SEED=237572739

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      14394608 kB
Buffers:       2069676 kB
Cached:       15852656 kB
SwapCached:          0 kB
Active:       10139396 kB
Inactive:      7858036 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      14394608 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            7996 kB
Writeback:           0 kB
AnonPages:       74592 kB
Mapped:          15264 kB
Slab:           495644 kB
PageTables:       5580 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   227192 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= 71872 MiB
End job on node138 at 2011-04-26 04:56:26