Trace number 3264632

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
QuteRSat 2011-03-01? (TO) 1300.07 1300.03

General information on the benchmark

NameSAT04/handmade/marijn/equilarge-l/
equilarge_l2.used-as.sat04-894.cnf
MD5SUMb3ddb2ee2bb2b83e1c98b2a9018351fc
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark590.41
Satisfiable
(Un)Satisfiability was proved
Number of variables4487
Number of clauses18555
Sum of the clauses size54310
Maximum clause length3
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 21355
Number of clauses of size 317200
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.00/0.01	c Parse Cnf success: #var: 4487 #clause: 18555
0.00/0.01	c Find Units :          0
0.00/0.01	c Find Invs  :          0
0.00/0.02	c Find Ands  :        856 AvgFaninNum: 2
0.00/0.02	c Find Xors  :       4176 AvgFaninNum: 2
0.00/0.02	c Find Ite   :        236
0.00/0.03	c UnDirect variable: 3927
0.00/0.03	c UnDirect to Direct Gate: 4001
0.00/0.03	c Forced Direct Gate: 450 Unuse unDirect Gate: 150
0.00/0.03	c Break Cycle : 135
0.00/0.03	c Total Root : 8 Undef Var: 243
0.00/0.03	c After covering, Total Root: 148 Leaf: 226
0.00/0.03	c Variable( cover/uncovered/unused ): 4470 17 0
0.00/0.03	c Unit Clauses: 0
0.00/0.03	c Binary Clauses( cover/uncovered ): 566 789
0.00/0.03	c Clauses( cover/uncovered ): 16127 1073
0.00/0.03	c Total Clauses( cover/uncovered ): 16693 1862 89.965%
0.00/0.03	c Covered Ands: 283 Invs: 0 Xors: 3961 Ites: 0
0.03/0.03	c Uncover Clauses avg size: 2.57626 max size: 3
0.03/0.03	c Final circuit: i/l/o/s     243       0    1738     14287
0.03/0.03	c CnfToAig: Time: 0.03 s
0.09/0.11	c TmMap: Set choices finish.
0.09/0.12	c TmMap: Set big and: 1340
0.09/0.12	c TmMap: Origin: 14531 ClauseNum: 42861 --> New: 5370 ClauseNum: 19744
0.09/0.12	c TmMap: Time: 0.01
0.19/0.20	c Simulation --> TransNum: 19744/19744 Try to Add: #clause: 2680 #xorclause: 3786
0.19/0.20	c #var: 4312 #clauses: 864 Solving... 
1300.04/1300.00	c Time Out !!
1300.04/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-3264632-1303572182/watcher-3264632-1303572182 -o /tmp/evaluation-result-3264632-1303572182/solver-3264632-1303572182 -C 2400 -W 1300 -M 7680 qutersat_release HOME/instance-3264632-1303572182.cnf 144214296 

running on 2 cores: 5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.88 5.28 7.71 4/186 1592
/proc/meminfo: memFree=12937764/32951124 swapFree=67111528/67111528
[pid=1592] ppid=1589 vsize=31844 CPUtime=0 cores=5,7
/proc/1592/stat : 1592 (qutersat_releas) R 1589 1592 504 0 -1 4202496 1181 0 0 0 0 0 0 0 22 0 1 0 468820582 32608256 1115 33554432000 4194304 6016207 140735754089664 18446744073709551615 212435711035 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/1592/statm: 7961 1129 303 445 0 1505 0

[startup+0.037944 s]
/proc/loadavg: 2.88 5.28 7.71 4/186 1592
/proc/meminfo: memFree=12937764/32951124 swapFree=67111528/67111528
[pid=1592] ppid=1589 vsize=36460 CPUtime=0.03 cores=5,7
/proc/1592/stat : 1592 (qutersat_releas) R 1589 1592 504 0 -1 4202496 2983 0 0 0 3 0 0 0 22 0 1 0 468820582 37335040 2917 33554432000 4194304 6016207 140735754089664 18446744073709551615 4234689 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/1592/statm: 9115 2917 399 445 0 2659 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 36460

[startup+0.100931 s]
/proc/loadavg: 2.88 5.28 7.71 4/186 1592
/proc/meminfo: memFree=12937764/32951124 swapFree=67111528/67111528
[pid=1592] ppid=1589 vsize=46828 CPUtime=0.09 cores=5,7
/proc/1592/stat : 1592 (qutersat_releas) R 1589 1592 504 0 -1 4202496 5639 0 0 0 9 0 0 0 22 0 1 0 468820582 47951872 5573 33554432000 4194304 6016207 140735754089664 18446744073709551615 4779602 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/1592/statm: 11707 5574 669 445 0 5251 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 46828

[startup+0.300893 s]
/proc/loadavg: 2.88 5.28 7.71 4/186 1592
/proc/meminfo: memFree=12937764/32951124 swapFree=67111528/67111528
[pid=1592] ppid=1589 vsize=57080 CPUtime=0.29 cores=5,7
/proc/1592/stat : 1592 (qutersat_releas) R 1589 1592 504 0 -1 4202496 6383 0 0 0 29 0 0 0 23 0 1 0 468820582 58449920 6317 33554432000 4194304 6016207 140735754089664 18446744073709551615 4427221 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/1592/statm: 14270 6317 713 445 0 7814 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 57080

[startup+0.700818 s]
/proc/loadavg: 2.88 5.28 7.71 4/186 1592
/proc/meminfo: memFree=12937764/32951124 swapFree=67111528/67111528
[pid=1592] ppid=1589 vsize=65624 CPUtime=0.69 cores=5,7
/proc/1592/stat : 1592 (qutersat_releas) R 1589 1592 504 0 -1 4202496 6760 0 0 0 69 0 0 0 25 0 1 0 468820582 67198976 6694 33554432000 4194304 6016207 140735754089664 18446744073709551615 4374016 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/1592/statm: 16406 6694 716 445 0 9950 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 65624

[startup+1.50067 s]
/proc/loadavg: 2.88 5.28 7.71 5/190 1596
/proc/meminfo: memFree=12860124/32951124 swapFree=67111528/67111528
[pid=1592] ppid=1589 vsize=74540 CPUtime=1.49 cores=5,7
/proc/1592/stat : 1592 (qutersat_releas) R 1589 1592 504 0 -1 4202496 7493 0 0 0 149 0 0 0 25 0 1 0 468820582 76328960 7427 33554432000 4194304 6016207 140735754089664 18446744073709551615 4370943 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/1592/statm: 18635 7427 716 445 0 12179 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 74540

[startup+3.10036 s]
/proc/loadavg: 2.88 5.28 7.71 5/190 1596
/proc/meminfo: memFree=12846732/32951124 swapFree=67111528/67111528
[pid=1592] ppid=1589 vsize=74540 CPUtime=3.09 cores=5,7
/proc/1592/stat : 1592 (qutersat_releas) R 1589 1592 504 0 -1 4202496 8359 0 0 0 309 0 0 0 25 0 1 0 468820582 76328960 8293 33554432000 4194304 6016207 140735754089664 18446744073709551615 4424677 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/1592/statm: 18635 8293 733 445 0 12179 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 74540

[startup+6.30076 s]
/proc/loadavg: 2.97 5.26 7.69 6/190 1596
/proc/meminfo: memFree=12812632/32951124 swapFree=67111528/67111528
[pid=1592] ppid=1589 vsize=74540 CPUtime=6.29 cores=5,7
/proc/1592/stat : 1592 (qutersat_releas) R 1589 1592 504 0 -1 4202496 9502 0 0 0 629 0 0 0 25 0 1 0 468820582 76328960 9436 33554432000 4194304 6016207 140735754089664 18446744073709551615 4425650 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/1592/statm: 18635 9436 733 445 0 12179 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 74540

[startup+12.7005 s]
/proc/loadavg: 3.05 5.24 7.67 5/190 1596
/proc/meminfo: memFree=12764368/32951124 swapFree=67111528/67111528
[pid=1592] ppid=1589 vsize=94208 CPUtime=12.69 cores=5,7
/proc/1592/stat : 1592 (qutersat_releas) R 1589 1592 504 0 -1 4202496 13633 0 0 0 1268 1 0 0 25 0 1 0 468820582 96468992 13567 33554432000 4194304 6016207 140735754089664 18446744073709551615 4513215 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/1592/statm: 23552 13567 734 445 0 17096 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 94208

[startup+25.5011 s]
/proc/loadavg: 3.26 5.18 7.61 5/190 1596
/proc/meminfo: memFree=12691332/32951124 swapFree=67111528/67111528
[pid=1592] ppid=1589 vsize=116244 CPUtime=25.49 cores=5,7
/proc/1592/stat : 1592 (qutersat_releas) R 1589 1592 504 0 -1 4202496 18350 0 0 0 2548 1 0 0 25 0 1 0 468820582 119033856 18284 33554432000 4194304 6016207 140735754089664 18446744073709551615 4513168 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/1592/statm: 29061 18284 734 445 0 22605 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 116244

[startup+51.1003 s]
/proc/loadavg: 3.51 5.08 7.52 5/190 1597
/proc/meminfo: memFree=12632744/32951124 swapFree=67111528/67111528
[pid=1592] ppid=1589 vsize=128128 CPUtime=51.09 cores=5,7
/proc/1592/stat : 1592 (qutersat_releas) R 1589 1592 504 0 -1 4202496 22091 0 0 0 5107 2 0 0 25 0 1 0 468820582 131203072 22024 33554432000 4194304 6016207 140735754089664 18446744073709551615 4513178 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/1592/statm: 32032 22024 733 445 0 25576 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 128128

[startup+102.307 s]
/proc/loadavg: 3.79 4.91 7.33 5/190 1598
/proc/meminfo: memFree=12519024/32951124 swapFree=67111528/67111528
[pid=1592] ppid=1589 vsize=167576 CPUtime=102.3 cores=5,7
/proc/1592/stat : 1592 (qutersat_releas) R 1589 1592 504 0 -1 4202496 30382 0 0 0 10227 3 0 0 25 0 1 0 468820582 171597824 30287 33554432000 4194304 6016207 140735754089664 18446744073709551615 4425457 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/1592/statm: 41894 30287 733 445 0 35438 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 167576

[startup+162.3 s]
/proc/loadavg: 3.92 4.74 7.12 5/190 1600
/proc/meminfo: memFree=12452168/32951124 swapFree=67111528/67111528
[pid=1592] ppid=1589 vsize=167576 CPUtime=162.3 cores=5,7
/proc/1592/stat : 1592 (qutersat_releas) R 1589 1592 504 0 -1 4202496 34928 0 0 0 16226 4 0 0 25 0 1 0 468820582 171597824 34802 33554432000 4194304 6016207 140735754089664 18446744073709551615 4513168 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/1592/statm: 41894 34802 733 445 0 35438 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 167576

[startup+222.301 s]
/proc/loadavg: 3.97 4.60 6.92 5/190 1628
/proc/meminfo: memFree=12447160/32951124 swapFree=67111528/67111528
[pid=1592] ppid=1589 vsize=228992 CPUtime=222.3 cores=5,7
/proc/1592/stat : 1592 (qutersat_releas) R 1589 1592 504 0 -1 4202496 39450 0 0 0 22225 5 0 0 25 0 1 0 468820582 234487808 39324 33554432000 4194304 6016207 140735754089664 18446744073709551615 4425467 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/1592/statm: 57248 39324 733 445 0 50792 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 228992

[startup+282.3 s]
/proc/loadavg: 3.99 4.49 6.74 6/190 1630
/proc/meminfo: memFree=12382616/32951124 swapFree=67111528/67111528
[pid=1592] ppid=1589 vsize=295800 CPUtime=282.3 cores=5,7
/proc/1592/stat : 1592 (qutersat_releas) R 1589 1592 504 0 -1 4202496 39808 0 0 0 28225 5 0 0 25 0 1 0 468820582 302899200 39667 33554432000 4194304 6016207 140735754089664 18446744073709551615 4513201 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/1592/statm: 73950 39667 733 445 0 67494 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 295800

[startup+342.301 s]
/proc/loadavg: 3.99 4.40 6.56 5/190 1632
/proc/meminfo: memFree=12193752/32951124 swapFree=67111528/67111528
[pid=1592] ppid=1589 vsize=365836 CPUtime=342.31 cores=5,7
/proc/1592/stat : 1592 (qutersat_releas) R 1589 1592 504 0 -1 4202496 61557 0 0 0 34223 8 0 0 25 0 1 0 468820582 374616064 61308 33554432000 4194304 6016207 140735754089664 18446744073709551615 4425619 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/1592/statm: 91459 61308 733 445 0 85003 0
Current children cumulated CPU time (s) 342.31
Current children cumulated vsize (KiB) 365836

[startup+402.301 s]
/proc/loadavg: 3.99 4.32 6.40 6/190 1633
/proc/meminfo: memFree=12094876/32951124 swapFree=67111528/67111528
[pid=1592] ppid=1589 vsize=365836 CPUtime=402.31 cores=5,7
/proc/1592/stat : 1592 (qutersat_releas) R 1589 1592 504 0 -1 4202496 63192 0 0 0 40223 8 0 0 25 0 1 0 468820582 374616064 62926 33554432000 4194304 6016207 140735754089664 18446744073709551615 4513198 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/1592/statm: 91459 62926 733 445 0 85003 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 365836

[startup+462.3 s]
/proc/loadavg: 3.99 4.26 6.25 5/190 1635
/proc/meminfo: memFree=12028632/32951124 swapFree=67111528/67111528
[pid=1592] ppid=1589 vsize=365836 CPUtime=462.31 cores=5,7
/proc/1592/stat : 1592 (qutersat_releas) R 1589 1592 504 0 -1 4202496 63194 0 0 0 46223 8 0 0 25 0 1 0 468820582 374616064 62928 33554432000 4194304 6016207 140735754089664 18446744073709551615 4513147 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/1592/statm: 91459 62928 733 445 0 85003 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 365836

[startup+522.301 s]
/proc/loadavg: 3.99 4.21 6.10 5/190 1636
/proc/meminfo: memFree=11992396/32951124 swapFree=67111528/67111528
[pid=1592] ppid=1589 vsize=365836 CPUtime=522.3 cores=5,7
/proc/1592/stat : 1592 (qutersat_releas) R 1589 1592 504 0 -1 4202496 67009 0 0 0 52222 8 0 0 25 0 1 0 468820582 374616064 66655 33554432000 4194304 6016207 140735754089664 18446744073709551615 4424501 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/1592/statm: 91459 66655 733 445 0 85003 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 365836

[startup+582.301 s]
/proc/loadavg: 3.99 4.17 5.97 6/190 1638
/proc/meminfo: memFree=11949824/32951124 swapFree=67111528/67111528
[pid=1592] ppid=1589 vsize=365836 CPUtime=582.31 cores=5,7
/proc/1592/stat : 1592 (qutersat_releas) R 1589 1592 504 0 -1 4202496 74342 0 0 0 58221 10 0 0 25 0 1 0 468820582 374616064 73869 33554432000 4194304 6016207 140735754089664 18446744073709551615 4513192 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/1592/statm: 91459 73869 733 445 0 85003 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 365836

[startup+642.3 s]
/proc/loadavg: 3.99 4.14 5.84 5/190 1640
/proc/meminfo: memFree=11941988/32951124 swapFree=67111528/67111528
[pid=1592] ppid=1589 vsize=365836 CPUtime=642.31 cores=5,7
/proc/1592/stat : 1592 (qutersat_releas) R 1589 1592 504 0 -1 4202496 74342 0 0 0 64221 10 0 0 25 0 1 0 468820582 374616064 73869 33554432000 4194304 6016207 140735754089664 18446744073709551615 4513284 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/1592/statm: 91459 73869 733 445 0 85003 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 365836

[startup+702.301 s]
/proc/loadavg: 3.99 4.11 5.72 6/190 1641
/proc/meminfo: memFree=11907232/32951124 swapFree=67111528/67111528
[pid=1592] ppid=1589 vsize=525320 CPUtime=702.31 cores=5,7
/proc/1592/stat : 1592 (qutersat_releas) R 1589 1592 504 0 -1 4202496 80775 0 0 0 70220 11 0 0 25 0 1 0 468820582 537927680 80195 33554432000 4194304 6016207 140735754089664 18446744073709551615 4425467 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/1592/statm: 131330 80195 733 445 0 124874 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 525320

[startup+762.307 s]
/proc/loadavg: 4.08 4.12 5.62 6/190 1643
/proc/meminfo: memFree=11868272/32951124 swapFree=67111528/67111528
[pid=1592] ppid=1589 vsize=606076 CPUtime=762.32 cores=5,7
/proc/1592/stat : 1592 (qutersat_releas) R 1589 1592 504 0 -1 4202496 81009 0 0 0 76221 11 0 0 25 0 1 0 468820582 620621824 80308 33554432000 4194304 6016207 140735754089664 18446744073709551615 4513284 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/1592/statm: 151519 80308 733 445 0 145063 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 606076

[startup+822.301 s]
/proc/loadavg: 4.03 4.09 5.52 5/190 1644
/proc/meminfo: memFree=11860164/32951124 swapFree=67111528/67111528
[pid=1592] ppid=1589 vsize=606076 CPUtime=822.32 cores=5,7
/proc/1592/stat : 1592 (qutersat_releas) R 1589 1592 504 0 -1 4202496 81009 0 0 0 82221 11 0 0 25 0 1 0 468820582 620621824 80308 33554432000 4194304 6016207 140735754089664 18446744073709551615 4513284 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/1592/statm: 151519 80308 733 445 0 145063 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 606076

[startup+882.301 s]
/proc/loadavg: 4.01 4.07 5.42 6/190 1646
/proc/meminfo: memFree=11836816/32951124 swapFree=67111528/67111528
[pid=1592] ppid=1589 vsize=606076 CPUtime=882.33 cores=5,7
/proc/1592/stat : 1592 (qutersat_releas) R 1589 1592 504 0 -1 4202496 82178 0 0 0 88221 12 0 0 25 0 1 0 468820582 620621824 81333 33554432000 4194304 6016207 140735754089664 18446744073709551615 4425987 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/1592/statm: 151519 81333 733 445 0 145063 0
Current children cumulated CPU time (s) 882.33
Current children cumulated vsize (KiB) 606076

[startup+942.3 s]
/proc/loadavg: 4.15 4.09 5.34 6/190 1648
/proc/meminfo: memFree=11821788/32951124 swapFree=67111528/67111528
[pid=1592] ppid=1589 vsize=606076 CPUtime=942.33 cores=5,7
/proc/1592/stat : 1592 (qutersat_releas) R 1589 1592 504 0 -1 4202496 82299 0 0 0 94221 12 0 0 25 0 1 0 468820582 620621824 81454 33554432000 4194304 6016207 140735754089664 18446744073709551615 4513192 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/1592/statm: 151519 81454 733 445 0 145063 0
Current children cumulated CPU time (s) 942.33
Current children cumulated vsize (KiB) 606076

[startup+1002.3 s]
/proc/loadavg: 4.05 4.07 5.25 6/190 1649
/proc/meminfo: memFree=11811092/32951124 swapFree=67111528/67111528
[pid=1592] ppid=1589 vsize=606076 CPUtime=1002.33 cores=5,7
/proc/1592/stat : 1592 (qutersat_releas) R 1589 1592 504 0 -1 4202496 82299 0 0 0 100221 12 0 0 25 0 1 0 468820582 620621824 81454 33554432000 4194304 6016207 140735754089664 18446744073709551615 4513213 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/1592/statm: 151519 81454 733 445 0 145063 0
Current children cumulated CPU time (s) 1002.33
Current children cumulated vsize (KiB) 606076

[startup+1062.3 s]
/proc/loadavg: 4.02 4.05 5.17 6/190 1651
/proc/meminfo: memFree=11803616/32951124 swapFree=67111528/67111528
[pid=1592] ppid=1589 vsize=606076 CPUtime=1062.33 cores=5,7
/proc/1592/stat : 1592 (qutersat_releas) R 1589 1592 504 0 -1 4202496 82299 0 0 0 106221 12 0 0 25 0 1 0 468820582 620621824 81454 33554432000 4194304 6016207 140735754089664 18446744073709551615 4513198 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/1592/statm: 151519 81454 733 445 0 145063 0
Current children cumulated CPU time (s) 1062.33
Current children cumulated vsize (KiB) 606076

[startup+1122.3 s]
/proc/loadavg: 4.00 4.04 5.10 5/190 1652
/proc/meminfo: memFree=11796764/32951124 swapFree=67111528/67111528
[pid=1592] ppid=1589 vsize=606076 CPUtime=1122.34 cores=5,7
/proc/1592/stat : 1592 (qutersat_releas) R 1589 1592 504 0 -1 4202496 82299 0 0 0 112222 12 0 0 25 0 1 0 468820582 620621824 81454 33554432000 4194304 6016207 140735754089664 18446744073709551615 4513215 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/1592/statm: 151519 81454 733 445 0 145063 0
Current children cumulated CPU time (s) 1122.34
Current children cumulated vsize (KiB) 606076

[startup+1182.3 s]
/proc/loadavg: 4.00 4.03 5.02 6/190 1654
/proc/meminfo: memFree=11747372/32951124 swapFree=67111528/67111528
[pid=1592] ppid=1589 vsize=606076 CPUtime=1182.34 cores=5,7
/proc/1592/stat : 1592 (qutersat_releas) R 1589 1592 504 0 -1 4202496 82299 0 0 0 118222 12 0 0 25 0 1 0 468820582 620621824 81454 33554432000 4194304 6016207 140735754089664 18446744073709551615 4513198 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/1592/statm: 151519 81454 733 445 0 145063 0
Current children cumulated CPU time (s) 1182.34
Current children cumulated vsize (KiB) 606076

[startup+1242.3 s]
/proc/loadavg: 4.05 4.04 4.96 6/190 1656
/proc/meminfo: memFree=11724904/32951124 swapFree=67111528/67111528
[pid=1592] ppid=1589 vsize=606076 CPUtime=1242.34 cores=5,7
/proc/1592/stat : 1592 (qutersat_releas) R 1589 1592 504 0 -1 4202496 82299 0 0 0 124222 12 0 0 25 0 1 0 468820582 620621824 81454 33554432000 4194304 6016207 140735754089664 18446744073709551615 4513284 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/1592/statm: 151519 81454 733 445 0 145063 0
Current children cumulated CPU time (s) 1242.34
Current children cumulated vsize (KiB) 606076



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.02 4.03 4.90 5/188 1658
/proc/meminfo: memFree=12063904/32951124 swapFree=67111528/67111528
[pid=1592] ppid=1589 vsize=606076 CPUtime=1300.04 cores=5,7
/proc/1592/stat : 1592 (qutersat_releas) R 1589 1592 504 0 -1 4202496 93878 0 0 0 129991 13 0 0 25 0 1 0 468820582 620621824 92852 33554432000 4194304 6016207 140735754089664 18446744073709551615 4425995 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/1592/statm: 151519 92852 733 445 0 145063 0
Current children cumulated CPU time (s) 1300.04
Current children cumulated vsize (KiB) 606076

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

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

Child status: 1
Real time (s): 1300.03
CPU time (s): 1300.07
CPU user time (s): 1299.92
CPU system time (s): 0.156976
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 606076

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

runsolver used 2.09168 second user time and 5.30519 second system time

The end

Launcher Data

Begin job on node102 at 2011-04-23 17:23:02
IDJOB=3264632
IDBENCH=84761
IDSOLVER=1607
FILE ID=node102/3264632-1303572182
RUNJOBID= node102-1303572182-1556
PBS_JOBID= 13150307
Free space on /tmp= 70724 MiB

SOLVER NAME= QuteRSat 2011-03-01
BENCH NAME= SAT04/handmade/marijn/equilarge-l/equilarge_l2.used-as.sat04-894.cnf
COMMAND LINE= qutersat_release BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3264632-1303572182/watcher-3264632-1303572182 -o /tmp/evaluation-result-3264632-1303572182/solver-3264632-1303572182 -C 2400 -W 1300 -M 7680  qutersat_release HOME/instance-3264632-1303572182.cnf 144214296

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

MD5SUM BENCH= b3ddb2ee2bb2b83e1c98b2a9018351fc
RANDOM SEED=144214296

node102.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.828
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.65
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.828
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.15
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.828
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.828
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.828
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.828
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.828
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.828
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:      12938068 kB
Buffers:       1838184 kB
Cached:       17534052 kB
SwapCached:          0 kB
Active:        9807804 kB
Inactive:      9649484 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      12938068 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            7500 kB
Writeback:           0 kB
AnonPages:       84700 kB
Mapped:          17116 kB
Slab:           493240 kB
PageTables:       5128 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   270068 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= 70724 MiB
End job on node102 at 2011-04-23 17:44:44