Trace number 3421397

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)? (TO) 5000.07 4999.96

General information on the benchmark

Namecrafted/anton/SRHD-SGI/
srhd-sgi-m62-q1327.5-n60-p30-s52708253.cnf
MD5SUM472b10ce0a2683d9355981037eea091e
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.52092
Satisfiable
(Un)Satisfiability was proved
Number of variables3672
Number of clauses1163952
Sum of the clauses size2331456
Maximum clause length62
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 21163892
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 560

Solver Data

0.00/0.00	c Set FPU double precision.
0.29/0.37	c Parse Cnf success: #var: 3672 #clause: 1163952
0.29/0.37	c Find Units :          0
0.39/0.46	c Find Invs  :          0
0.39/0.46	c Find Ands  :       3672 AvgFaninNum: 60.2418
0.39/0.46	c Find Xors  :          0 AvgFaninNum: nan
0.39/0.46	c Find Ite   :          0
0.39/0.46	c UnDirect variable: 0
0.39/0.46	c UnDirect to Direct Gate: 0
0.39/0.46	c Forced Direct Gate: 0 Unuse unDirect Gate: 0
0.39/0.47	c Break Cycle : 3612
0.39/0.47	c Total Root : 0 Undef Var: 3612
0.39/0.47	c After covering, Total Root: 60 Leaf: 3612
0.39/0.47	c Variable( cover/uncovered/unused ): 3672 0 0
0.39/0.47	c Unit Clauses: 0
0.39/0.47	c Binary Clauses( cover/uncovered ): 3612 1160280
0.39/0.47	c Clauses( cover/uncovered ): 60 0
0.39/0.47	c Total Clauses( cover/uncovered ): 3672 1160280 0.315477%
0.39/0.47	c Covered Ands: 60 Invs: 0 Xors: 0 Ites: 0
0.99/1.05	c Uncover Clauses avg size: 2 max size: 2
0.99/1.07	c Final circuit: i/l/o/s    3612       0 1160280   1163832
0.99/1.07	c CnfToAig: Time: 1.06 s
1.49/1.55	c TmMap: Set choices finish.
1.99/2.07	c TmMap: Set big and: 1160340
1.99/2.07	c TmMap: Origin: 1167445 ClauseNum: 3491496 --> New: 1163953 ClauseNum: 3484512
1.99/2.07	c TmMap: Time: 0.58
2.21/2.23	c Try to Add: #clause: 2320680 #xorclause: 0
2.29/2.37	c #var: 3672 #clauses: 61 Solving... 
5000.00/4999.91	c Time Out !!
5000.00/4999.91	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: 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-3421397-1306632871/watcher-3421397-1306632871 -o /tmp/evaluation-result-3421397-1306632871/solver-3421397-1306632871 -C 5000 -W 5100 -M 15500 qutersat_release HOME/instance-3421397-1306632871.cnf 1558835250 

running on 4 cores: 0,2,4,6

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: 1.12 1.04 1.18 3/488 570
/proc/meminfo: memFree=16314124/32951124 swapFree=46575304/67111528
[pid=570] ppid=568 vsize=26264 CPUtime=0 cores=0,2,4,6
/proc/570/stat : 570 (qutersat_releas) R 568 570 31758 0 -1 4194304 258 0 0 0 0 0 0 0 25 0 1 0 507478393 26894336 210 33554432000 4194304 6014671 140735342060160 18446744073709551615 268655738983 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/570/statm: 6566 219 177 445 0 98 0

[startup+0.0336669 s]
/proc/loadavg: 1.12 1.04 1.18 3/488 570
/proc/meminfo: memFree=16314124/32951124 swapFree=46575304/67111528
[pid=570] ppid=568 vsize=43628 CPUtime=0.02 cores=0,2,4,6
/proc/570/stat : 570 (qutersat_releas) R 568 570 31758 0 -1 4202496 4513 0 0 0 2 0 0 0 25 0 1 0 507478393 44675072 4450 33554432000 4194304 6014671 140735342060160 18446744073709551615 4308243 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/570/statm: 10907 4450 378 445 0 4452 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 43628

[startup+0.100659 s]
/proc/loadavg: 1.12 1.04 1.18 3/488 570
/proc/meminfo: memFree=16314124/32951124 swapFree=46575304/67111528
[pid=570] ppid=568 vsize=55916 CPUtime=0.09 cores=0,2,4,6
/proc/570/stat : 570 (qutersat_releas) R 568 570 31758 0 -1 4202496 7582 0 0 0 9 0 0 0 25 0 1 0 507478393 57257984 7519 33554432000 4194304 6014671 140735342060160 18446744073709551615 4277980 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/570/statm: 13979 7520 378 445 0 7524 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 55916

[startup+0.300629 s]
/proc/loadavg: 1.12 1.04 1.18 3/488 570
/proc/meminfo: memFree=16314124/32951124 swapFree=46575304/67111528
[pid=570] ppid=568 vsize=129772 CPUtime=0.29 cores=0,2,4,6
/proc/570/stat : 570 (qutersat_releas) R 568 570 31758 0 -1 4202496 24267 0 0 0 27 2 0 0 25 0 1 0 507478393 132886528 24204 33554432000 4194304 6014671 140735342060160 18446744073709551615 4308608 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/570/statm: 32443 24204 378 445 0 25988 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 129772

[startup+0.70055 s]
/proc/loadavg: 1.12 1.04 1.18 3/488 570
/proc/meminfo: memFree=16314124/32951124 swapFree=46575304/67111528
[pid=570] ppid=568 vsize=154348 CPUtime=0.69 cores=0,2,4,6
/proc/570/stat : 570 (qutersat_releas) R 568 570 31758 0 -1 4202496 27372 0 0 0 66 3 0 0 25 0 1 0 507478393 158052352 27309 33554432000 4194304 6014671 140735342060160 18446744073709551615 4313888 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/570/statm: 38587 27309 398 445 0 32132 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 154348

[startup+1.50041 s]
/proc/loadavg: 1.12 1.04 1.18 3/489 572
/proc/meminfo: memFree=16142264/32951124 swapFree=46575304/67111528
[pid=570] ppid=568 vsize=346436 CPUtime=1.49 cores=0,2,4,6
/proc/570/stat : 570 (qutersat_releas) R 568 570 31758 0 -1 4202496 80590 0 0 0 140 9 0 0 25 0 1 0 507478393 354750464 80527 33554432000 4194304 6014671 140735342060160 18446744073709551615 4229912 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/570/statm: 86609 80527 669 445 0 80154 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 346436

[startup+3.1011 s]
/proc/loadavg: 1.19 1.06 1.18 3/489 572
/proc/meminfo: memFree=15877896/32951124 swapFree=46575304/67111528
[pid=570] ppid=568 vsize=487492 CPUtime=3.09 cores=0,2,4,6
/proc/570/stat : 570 (qutersat_releas) R 568 570 31758 0 -1 4202496 108997 0 0 0 297 12 0 0 25 0 1 0 507478393 499191808 108736 33554432000 4194304 6014671 140735342060160 18446744073709551615 4751348 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/570/statm: 121873 108736 713 445 0 115418 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 487492

[startup+6.30056 s]
/proc/loadavg: 1.19 1.06 1.18 3/489 572
/proc/meminfo: memFree=15873132/32951124 swapFree=46575304/67111528
[pid=570] ppid=568 vsize=487492 CPUtime=6.29 cores=0,2,4,6
/proc/570/stat : 570 (qutersat_releas) R 568 570 31758 0 -1 4202496 109005 0 0 0 617 12 0 0 25 0 1 0 507478393 499191808 108744 33554432000 4194304 6014671 140735342060160 18446744073709551615 4424004 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/570/statm: 121873 108744 721 445 0 115418 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 487492

[startup+12.7004 s]
/proc/loadavg: 1.32 1.09 1.19 3/489 572
/proc/meminfo: memFree=15859392/32951124 swapFree=46575304/67111528
[pid=570] ppid=568 vsize=487492 CPUtime=12.69 cores=0,2,4,6
/proc/570/stat : 570 (qutersat_releas) R 568 570 31758 0 -1 4202496 109009 0 0 0 1257 12 0 0 25 0 1 0 507478393 499191808 108748 33554432000 4194304 6014671 140735342060160 18446744073709551615 4537064 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/570/statm: 121873 108748 725 445 0 115418 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 487492

[startup+25.5002 s]
/proc/loadavg: 1.42 1.12 1.20 3/489 572
/proc/meminfo: memFree=15830032/32951124 swapFree=46575304/67111528
[pid=570] ppid=568 vsize=487492 CPUtime=25.49 cores=0,2,4,6
/proc/570/stat : 570 (qutersat_releas) R 568 570 31758 0 -1 4202496 109009 0 0 0 2537 12 0 0 25 0 1 0 507478393 499191808 108748 33554432000 4194304 6014671 140735342060160 18446744073709551615 4537125 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/570/statm: 121873 108748 725 445 0 115418 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 487492

[startup+51.1007 s]
/proc/loadavg: 1.62 1.19 1.22 3/489 573
/proc/meminfo: memFree=15801476/32951124 swapFree=46575304/67111528
[pid=570] ppid=568 vsize=487492 CPUtime=51.08 cores=0,2,4,6
/proc/570/stat : 570 (qutersat_releas) R 568 570 31758 0 -1 4202496 109009 0 0 0 5096 12 0 0 25 0 1 0 507478393 499191808 108748 33554432000 4194304 6014671 140735342060160 18446744073709551615 4423931 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/570/statm: 121873 108748 725 445 0 115418 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 487492

[startup+102.319 s]
/proc/loadavg: 1.85 1.32 1.26 3/489 611
/proc/meminfo: memFree=15710736/32951124 swapFree=46575304/67111528
[pid=570] ppid=568 vsize=487492 CPUtime=102.31 cores=0,2,4,6
/proc/570/stat : 570 (qutersat_releas) R 568 570 31758 0 -1 4202496 109009 0 0 0 10218 13 0 0 25 0 1 0 507478393 499191808 108748 33554432000 4194304 6014671 140735342060160 18446744073709551615 4423336 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/570/statm: 121873 108748 725 445 0 115418 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 487492

[startup+162.301 s]
/proc/loadavg: 1.94 1.44 1.31 3/489 613
/proc/meminfo: memFree=15685876/32951124 swapFree=46575304/67111528
[pid=570] ppid=568 vsize=712860 CPUtime=162.29 cores=0,2,4,6
/proc/570/stat : 570 (qutersat_releas) R 568 570 31758 0 -1 4202496 110643 0 0 0 16216 13 0 0 25 0 1 0 507478393 729968640 109700 33554432000 4194304 6014671 140735342060160 18446744073709551615 4424128 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/570/statm: 178215 109700 725 445 0 171760 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 712860

[startup+222.3 s]
/proc/loadavg: 2.05 1.57 1.36 3/489 614
/proc/meminfo: memFree=15606952/32951124 swapFree=46575304/67111528
[pid=570] ppid=568 vsize=712860 CPUtime=222.29 cores=0,2,4,6
/proc/570/stat : 570 (qutersat_releas) R 568 570 31758 0 -1 4202496 111310 0 0 0 22216 13 0 0 25 0 1 0 507478393 729968640 110367 33554432000 4194304 6014671 140735342060160 18446744073709551615 4422683 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/570/statm: 178215 110367 725 445 0 171760 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 712860

[startup+282.301 s]
/proc/loadavg: 2.05 1.65 1.40 3/489 616
/proc/meminfo: memFree=15564852/32951124 swapFree=46575304/67111528
[pid=570] ppid=568 vsize=712860 CPUtime=282.29 cores=0,2,4,6
/proc/570/stat : 570 (qutersat_releas) R 568 570 31758 0 -1 4202496 113344 0 0 0 28216 13 0 0 25 0 1 0 507478393 729968640 112401 33554432000 4194304 6014671 140735342060160 18446744073709551615 4537185 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/570/statm: 178215 112401 725 445 0 171760 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 712860

[startup+342.3 s]
/proc/loadavg: 2.02 1.72 1.43 3/489 618
/proc/meminfo: memFree=15426760/32951124 swapFree=46575304/67111528
[pid=570] ppid=568 vsize=811256 CPUtime=342.29 cores=0,2,4,6
/proc/570/stat : 570 (qutersat_releas) R 568 570 31758 0 -1 4202496 138989 0 0 0 34213 16 0 0 25 0 1 0 507478393 830726144 138046 33554432000 4194304 6014671 140735342060160 18446744073709551615 4424107 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/570/statm: 202814 138046 725 445 0 196359 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 811256

[startup+402.301 s]
/proc/loadavg: 2.00 1.76 1.46 3/489 619
/proc/meminfo: memFree=15398188/32951124 swapFree=46575304/67111528
[pid=570] ppid=568 vsize=811256 CPUtime=402.29 cores=0,2,4,6
/proc/570/stat : 570 (qutersat_releas) R 568 570 31758 0 -1 4202496 143491 0 0 0 40212 17 0 0 25 0 1 0 507478393 830726144 142548 33554432000 4194304 6014671 140735342060160 18446744073709551615 4424966 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/570/statm: 202814 142548 725 445 0 196359 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 811256

[startup+462.3 s]
/proc/loadavg: 2.00 1.81 1.50 3/489 621
/proc/meminfo: memFree=15381396/32951124 swapFree=46575304/67111528
[pid=570] ppid=568 vsize=811256 CPUtime=462.29 cores=0,2,4,6
/proc/570/stat : 570 (qutersat_releas) R 568 570 31758 0 -1 4202496 146698 0 0 0 46212 17 0 0 25 0 1 0 507478393 830726144 145755 33554432000 4194304 6014671 140735342060160 18446744073709551615 4424118 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/570/statm: 202814 145755 725 445 0 196359 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 811256

[startup+522.301 s]
/proc/loadavg: 2.00 1.84 1.52 3/489 622
/proc/meminfo: memFree=15343748/32951124 swapFree=46575304/67111528
[pid=570] ppid=568 vsize=811256 CPUtime=522.3 cores=0,2,4,6
/proc/570/stat : 570 (qutersat_releas) R 568 570 31758 0 -1 4202496 149505 0 0 0 52212 18 0 0 25 0 1 0 507478393 830726144 148562 33554432000 4194304 6014671 140735342060160 18446744073709551615 4423362 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/570/statm: 202814 148562 725 445 0 196359 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 811256

[startup+582.301 s]
/proc/loadavg: 2.05 1.88 1.56 3/489 624
/proc/meminfo: memFree=15335360/32951124 swapFree=46575304/67111528
[pid=570] ppid=568 vsize=919892 CPUtime=582.3 cores=0,2,4,6
/proc/570/stat : 570 (qutersat_releas) R 568 570 31758 0 -1 4202496 151635 0 0 0 58212 18 0 0 25 0 1 0 507478393 941969408 150677 33554432000 4194304 6014671 140735342060160 18446744073709551615 4424094 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/570/statm: 229973 150677 725 445 0 223518 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 919892

[startup+642.3 s]

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

[startup+4062.32 s]
/proc/loadavg: 2.03 2.04 2.00 3/489 7370
/proc/meminfo: memFree=14293088/32951124 swapFree=46575304/67111528
[pid=570] ppid=568 vsize=1633588 CPUtime=4062.4 cores=0,2,4,6
/proc/570/stat : 570 (qutersat_releas) R 568 570 31758 0 -1 4202496 282392 0 0 0 406199 41 0 0 25 0 1 0 507478393 1672794112 268830 33554432000 4194304 6014671 140735342060160 18446744073709551615 4535360 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/570/statm: 408397 268830 725 445 0 401942 0
Current children cumulated CPU time (s) 4062.4
Current children cumulated vsize (KiB) 1633588

[startup+4122.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/489 7371
/proc/meminfo: memFree=14254072/32951124 swapFree=46575304/67111528
[pid=570] ppid=568 vsize=1633588 CPUtime=4122.38 cores=0,2,4,6
/proc/570/stat : 570 (qutersat_releas) R 568 570 31758 0 -1 4202496 292140 0 0 0 412196 42 0 0 25 0 1 0 507478393 1672794112 278555 33554432000 4194304 6014671 140735342060160 18446744073709551615 4423921 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/570/statm: 408397 278555 725 445 0 401942 0
Current children cumulated CPU time (s) 4122.38
Current children cumulated vsize (KiB) 1633588

[startup+4182.3 s]
/proc/loadavg: 2.09 2.05 2.01 3/489 7373
/proc/meminfo: memFree=14248296/32951124 swapFree=46575304/67111528
[pid=570] ppid=568 vsize=1633588 CPUtime=4182.39 cores=0,2,4,6
/proc/570/stat : 570 (qutersat_releas) R 568 570 31758 0 -1 4202496 293582 0 0 0 418196 43 0 0 25 0 1 0 507478393 1672794112 279973 33554432000 4194304 6014671 140735342060160 18446744073709551615 4371736 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/570/statm: 408397 279973 725 445 0 401942 0
Current children cumulated CPU time (s) 4182.39
Current children cumulated vsize (KiB) 1633588

[startup+4242.3 s]
/proc/loadavg: 2.07 2.06 2.01 3/489 7375
/proc/meminfo: memFree=14247732/32951124 swapFree=46575304/67111528
[pid=570] ppid=568 vsize=1633588 CPUtime=4242.39 cores=0,2,4,6
/proc/570/stat : 570 (qutersat_releas) R 568 570 31758 0 -1 4202496 293699 0 0 0 424196 43 0 0 25 0 1 0 507478393 1672794112 280065 33554432000 4194304 6014671 140735342060160 18446744073709551615 4424123 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/570/statm: 408397 280065 725 445 0 401942 0
Current children cumulated CPU time (s) 4242.39
Current children cumulated vsize (KiB) 1633588

[startup+4302.3 s]
/proc/loadavg: 2.02 2.04 2.00 3/489 7376
/proc/meminfo: memFree=14247776/32951124 swapFree=46575304/67111528
[pid=570] ppid=568 vsize=1633588 CPUtime=4302.39 cores=0,2,4,6
/proc/570/stat : 570 (qutersat_releas) R 568 570 31758 0 -1 4202496 293763 0 0 0 430196 43 0 0 25 0 1 0 507478393 1672794112 280129 33554432000 4194304 6014671 140735342060160 18446744073709551615 4423904 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/570/statm: 408397 280129 725 445 0 401942 0
Current children cumulated CPU time (s) 4302.39
Current children cumulated vsize (KiB) 1633588

[startup+4362.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/489 7378
/proc/meminfo: memFree=14244248/32951124 swapFree=46575304/67111528
[pid=570] ppid=568 vsize=1633588 CPUtime=4362.39 cores=0,2,4,6
/proc/570/stat : 570 (qutersat_releas) R 568 570 31758 0 -1 4202496 294638 0 0 0 436196 43 0 0 25 0 1 0 507478393 1672794112 280978 33554432000 4194304 6014671 140735342060160 18446744073709551615 4424105 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/570/statm: 408397 280978 725 445 0 401942 0
Current children cumulated CPU time (s) 4362.39
Current children cumulated vsize (KiB) 1633588

[startup+4422.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/489 7379
/proc/meminfo: memFree=14245680/32951124 swapFree=46575304/67111528
[pid=570] ppid=568 vsize=1633588 CPUtime=4422.39 cores=0,2,4,6
/proc/570/stat : 570 (qutersat_releas) R 568 570 31758 0 -1 4202496 294665 0 0 0 442196 43 0 0 25 0 1 0 507478393 1672794112 280978 33554432000 4194304 6014671 140735342060160 18446744073709551615 4424130 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/570/statm: 408397 280978 725 445 0 401942 0
Current children cumulated CPU time (s) 4422.39
Current children cumulated vsize (KiB) 1633588

[startup+4482.3 s]
/proc/loadavg: 2.15 2.05 2.01 3/489 7381
/proc/meminfo: memFree=14245496/32951124 swapFree=46575304/67111528
[pid=570] ppid=568 vsize=1633588 CPUtime=4482.39 cores=0,2,4,6
/proc/570/stat : 570 (qutersat_releas) R 568 570 31758 0 -1 4202496 294665 0 0 0 448196 43 0 0 25 0 1 0 507478393 1672794112 280949 33554432000 4194304 6014671 140735342060160 18446744073709551615 4424169 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/570/statm: 408397 280949 725 445 0 401942 0
Current children cumulated CPU time (s) 4482.39
Current children cumulated vsize (KiB) 1633588

[startup+4542.3 s]
/proc/loadavg: 2.12 2.06 2.01 3/489 7383
/proc/meminfo: memFree=14243060/32951124 swapFree=46575304/67111528
[pid=570] ppid=568 vsize=1633588 CPUtime=4542.39 cores=0,2,4,6
/proc/570/stat : 570 (qutersat_releas) R 568 570 31758 0 -1 4202496 295267 0 0 0 454196 43 0 0 25 0 1 0 507478393 1672794112 281520 33554432000 4194304 6014671 140735342060160 18446744073709551615 4379381 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/570/statm: 408397 281520 725 445 0 401942 0
Current children cumulated CPU time (s) 4542.39
Current children cumulated vsize (KiB) 1633588

[startup+4602.3 s]
/proc/loadavg: 2.04 2.04 2.00 3/489 7384
/proc/meminfo: memFree=14241980/32951124 swapFree=46575304/67111528
[pid=570] ppid=568 vsize=1633588 CPUtime=4602.4 cores=0,2,4,6
/proc/570/stat : 570 (qutersat_releas) R 568 570 31758 0 -1 4202496 295267 0 0 0 460197 43 0 0 25 0 1 0 507478393 1672794112 281488 33554432000 4194304 6014671 140735342060160 18446744073709551615 4424118 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/570/statm: 408397 281488 725 445 0 401942 0
Current children cumulated CPU time (s) 4602.4
Current children cumulated vsize (KiB) 1633588

[startup+4662.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/489 7386
/proc/meminfo: memFree=14206828/32951124 swapFree=46575304/67111528
[pid=570] ppid=568 vsize=1633588 CPUtime=4662.39 cores=0,2,4,6
/proc/570/stat : 570 (qutersat_releas) R 568 570 31758 0 -1 4202496 304253 0 0 0 466195 44 0 0 25 0 1 0 507478393 1672794112 290441 33554432000 4194304 6014671 140735342060160 18446744073709551615 4379115 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/570/statm: 408397 290441 725 445 0 401942 0
Current children cumulated CPU time (s) 4662.39
Current children cumulated vsize (KiB) 1633588

[startup+4722.32 s]
/proc/loadavg: 2.13 2.06 2.01 3/489 7387
/proc/meminfo: memFree=14201048/32951124 swapFree=46575304/67111528
[pid=570] ppid=568 vsize=1633588 CPUtime=4722.41 cores=0,2,4,6
/proc/570/stat : 570 (qutersat_releas) R 568 570 31758 0 -1 4202496 305437 0 0 0 472197 44 0 0 25 0 1 0 507478393 1672794112 291591 33554432000 4194304 6014671 140735342060160 18446744073709551615 4384510 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/570/statm: 408397 291591 725 445 0 401942 0
Current children cumulated CPU time (s) 4722.41
Current children cumulated vsize (KiB) 1633588

[startup+4782.3 s]
/proc/loadavg: 2.10 2.06 2.01 3/489 7389
/proc/meminfo: memFree=14199248/32951124 swapFree=46575304/67111528
[pid=570] ppid=568 vsize=1633588 CPUtime=4782.39 cores=0,2,4,6
/proc/570/stat : 570 (qutersat_releas) R 568 570 31758 0 -1 4202496 305437 0 0 0 478195 44 0 0 25 0 1 0 507478393 1672794112 291591 33554432000 4194304 6014671 140735342060160 18446744073709551615 4424118 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/570/statm: 408397 291591 725 445 0 401942 0
Current children cumulated CPU time (s) 4782.39
Current children cumulated vsize (KiB) 1633588

[startup+4842.3 s]
/proc/loadavg: 2.04 2.05 2.00 3/489 7391
/proc/meminfo: memFree=14198064/32951124 swapFree=46575304/67111528
[pid=570] ppid=568 vsize=1633588 CPUtime=4842.39 cores=0,2,4,6
/proc/570/stat : 570 (qutersat_releas) R 568 570 31758 0 -1 4202496 305747 0 0 0 484195 44 0 0 25 0 1 0 507478393 1672794112 291866 33554432000 4194304 6014671 140735342060160 18446744073709551615 4424206 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/570/statm: 408397 291866 725 445 0 401942 0
Current children cumulated CPU time (s) 4842.39
Current children cumulated vsize (KiB) 1633588

[startup+4902.3 s]
/proc/loadavg: 2.01 2.04 2.00 3/489 7395
/proc/meminfo: memFree=14197768/32951124 swapFree=46575304/67111528
[pid=570] ppid=568 vsize=1633588 CPUtime=4902.39 cores=0,2,4,6
/proc/570/stat : 570 (qutersat_releas) R 568 570 31758 0 -1 4202496 305747 0 0 0 490195 44 0 0 25 0 1 0 507478393 1672794112 291830 33554432000 4194304 6014671 140735342060160 18446744073709551615 4376749 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/570/statm: 408397 291830 725 445 0 401942 0
Current children cumulated CPU time (s) 4902.39
Current children cumulated vsize (KiB) 1633588

[startup+4962.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/489 7397
/proc/meminfo: memFree=14197536/32951124 swapFree=46575304/67111528
[pid=570] ppid=568 vsize=1633588 CPUtime=4962.4 cores=0,2,4,6
/proc/570/stat : 570 (qutersat_releas) R 568 570 31758 0 -1 4202496 305752 0 0 0 496196 44 0 0 25 0 1 0 507478393 1672794112 291797 33554432000 4194304 6014671 140735342060160 18446744073709551615 4424206 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/570/statm: 408397 291797 725 445 0 401942 0
Current children cumulated CPU time (s) 4962.4
Current children cumulated vsize (KiB) 1633588



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 2.00 2.02 2.00 3/489 7398
/proc/meminfo: memFree=14197256/32951124 swapFree=46575304/67111528
[pid=570] ppid=568 vsize=1633588 CPUtime=5000 cores=0,2,4,6
/proc/570/stat : 570 (qutersat_releas) R 568 570 31758 0 -1 4202496 305754 0 0 0 499956 44 0 0 25 0 1 0 507478393 1672794112 291799 33554432000 4194304 6014671 140735342060160 18446744073709551615 4424105 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/570/statm: 408397 291799 725 445 0 401942 0
Current children cumulated CPU time (s) 5000
Current children cumulated vsize (KiB) 1633588

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

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

[startup+4999.9 s]
/proc/loadavg: 2.00 2.02 2.00 3/489 7398
/proc/meminfo: memFree=14197256/32951124 swapFree=46575304/67111528
[pid=570] ppid=568 vsize=1633588 CPUtime=5000 cores=0,2,4,6
/proc/570/stat : 570 (qutersat_releas) R 568 570 31758 0 -1 4202496 305754 0 0 0 499956 44 0 0 25 0 1 0 507478393 1672794112 291799 33554432000 4194304 6014671 140735342060160 18446744073709551615 4424105 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/570/statm: 408397 291799 725 445 0 401942 0
Current children cumulated CPU time (s) 5000
Current children cumulated vsize (KiB) 1633588

Child status: 1
Real time (s): 4999.96
CPU time (s): 5000.07
CPU user time (s): 4999.58
CPU system time (s): 0.492925
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 1633588

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

runsolver used 24.9082 second user time and 52.523 second system time

The end

Launcher Data

Begin job on node107 at 2011-05-29 03:34:31
IDJOB=3421397
IDBENCH=88203
IDSOLVER=1868
FILE ID=node107/3421397-1306632871
RUNJOBID= node107-1306632867-467
PBS_JOBID= 13471583
Free space on /tmp= 73516 MiB

SOLVER NAME= QuteRSat 2011-05-12 (fixed)
BENCH NAME= SAT11/crafted/anton/SRHD-SGI/srhd-sgi-m62-q1327.5-n60-p30-s52708253.cnf
COMMAND LINE= qutersat_release BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3421397-1306632871/watcher-3421397-1306632871 -o /tmp/evaluation-result-3421397-1306632871/solver-3421397-1306632871 -C 5000 -W 5100 -M 15500  qutersat_release HOME/instance-3421397-1306632871.cnf 1558835250

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

MD5SUM BENCH= 472b10ce0a2683d9355981037eea091e
RANDOM SEED=1558835250

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      16314280 kB
Buffers:        328920 kB
Cached:        7234396 kB
SwapCached:       9840 kB
Active:       12109756 kB
Inactive:      4202384 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      16314280 kB
SwapTotal:    67111528 kB
SwapFree:     46575304 kB
Dirty:           20084 kB
Writeback:           0 kB
AnonPages:     8745748 kB
Mapped:          34420 kB
Slab:           162084 kB
PageTables:      94676 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 145162596 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= 73508 MiB
End job on node107 at 2011-05-29 04:57:53