Trace number 3421243

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.11 4999.94

General information on the benchmark

NameSAT03/handmade/anton/UNSAT/
SGI_30_70_20_70_1-dir.shuffled-as.sat03-146.cnf
MD5SUM7ef2b563e57ba91e22d23e55abe69485
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark2999.01
Satisfiable
(Un)Satisfiability was proved
Number of variables600
Number of clauses46988
Sum of the clauses size94536
Maximum clause length30
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 246968
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 520

Solver Data

0.00/0.00	c Set FPU double precision.
0.00/0.01	c Parse Cnf success: #var: 600 #clause: 46988
0.00/0.01	c Find Units :          0
0.00/0.01	c Find Invs  :          0
0.00/0.01	c Find Ands  :        600 AvgFaninNum: 29
0.00/0.01	c Find Xors  :          0 AvgFaninNum: nan
0.00/0.01	c Find Ite   :          0
0.00/0.01	c UnDirect variable: 0
0.00/0.01	c UnDirect to Direct Gate: 0
0.00/0.01	c Forced Direct Gate: 0 Unuse unDirect Gate: 0
0.00/0.01	c Break Cycle : 580
0.00/0.01	c Total Root : 0 Undef Var: 580
0.00/0.02	c After covering, Total Root: 20 Leaf: 580
0.00/0.02	c Variable( cover/uncovered/unused ): 600 0 0
0.00/0.02	c Unit Clauses: 0
0.00/0.02	c Binary Clauses( cover/uncovered ): 580 46388
0.00/0.02	c Clauses( cover/uncovered ): 20 0
0.00/0.02	c Total Clauses( cover/uncovered ): 600 46388 1.27692%
0.00/0.02	c Covered Ands: 20 Invs: 0 Xors: 0 Ites: 0
0.00/0.03	c Uncover Clauses avg size: 2 max size: 2
0.00/0.04	c Final circuit: i/l/o/s     580       0   46388     46948
0.00/0.04	c CnfToAig: Time: 0.03 s
0.05/0.07	c TmMap: Set choices finish.
0.05/0.09	c TmMap: Set big and: 46408
0.05/0.09	c TmMap: Origin: 47529 ClauseNum: 140844 --> New: 46989 ClauseNum: 139764
0.05/0.09	c TmMap: Time: 0.02
0.05/0.09	c Try to Add: #clause: 92816 #xorclause: 0
0.09/0.10	c #var: 600 #clauses: 21 Solving... 
5000.07/4999.91	c Time Out !!
5000.07/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-3421243-1306619893/watcher-3421243-1306619893 -o /tmp/evaluation-result-3421243-1306619893/solver-3421243-1306619893 -C 5000 -W 5100 -M 15500 qutersat_release HOME/instance-3421243-1306619893.cnf 1139957384 

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

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


[startup+0 s]
/proc/loadavg: 2.00 2.01 2.00 2/469 1448
/proc/meminfo: memFree=12078036/32951124 swapFree=57414376/67111528
[pid=1448] ppid=1446 vsize=28644 CPUtime=0 cores=1,3,5,7
/proc/1448/stat : 1448 (qutersat_releas) R 1446 1448 1139 0 -1 4202496 720 0 0 0 0 0 0 0 25 0 1 0 852219776 29331456 657 33554432000 4194304 6014671 140735845030880 18446744073709551615 252457759803 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/1448/statm: 7161 670 290 445 0 706 0

[startup+0.0641579 s]
/proc/loadavg: 2.00 2.01 2.00 2/469 1448
/proc/meminfo: memFree=12078036/32951124 swapFree=57414376/67111528
[pid=1448] ppid=1446 vsize=46648 CPUtime=0.05 cores=1,3,5,7
/proc/1448/stat : 1448 (qutersat_releas) R 1446 1448 1139 0 -1 4202496 5593 0 0 0 5 0 0 0 18 0 1 0 852219776 47767552 5529 33554432000 4194304 6014671 140735845030880 18446744073709551615 4778066 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/1448/statm: 11662 5533 668 445 0 5207 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 46648

[startup+0.101135 s]
/proc/loadavg: 2.00 2.01 2.00 2/469 1448
/proc/meminfo: memFree=12078036/32951124 swapFree=57414376/67111528
[pid=1448] ppid=1446 vsize=62112 CPUtime=0.09 cores=1,3,5,7
/proc/1448/stat : 1448 (qutersat_releas) R 1446 1448 1139 0 -1 4202496 7479 0 0 0 9 0 0 0 18 0 1 0 852219776 63602688 7415 33554432000 4194304 6014671 140735845030880 18446744073709551615 4241016 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/1448/statm: 15528 7415 691 445 0 9073 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 62112

[startup+0.301097 s]
/proc/loadavg: 2.00 2.01 2.00 2/469 1448
/proc/meminfo: memFree=12078036/32951124 swapFree=57414376/67111528
[pid=1448] ppid=1446 vsize=62112 CPUtime=0.29 cores=1,3,5,7
/proc/1448/stat : 1448 (qutersat_releas) R 1446 1448 1139 0 -1 4202496 7798 0 0 0 29 0 0 0 18 0 1 0 852219776 63602688 7734 33554432000 4194304 6014671 140735845030880 18446744073709551615 4424120 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/1448/statm: 15528 7734 720 445 0 9073 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 62112

[startup+0.701023 s]
/proc/loadavg: 2.00 2.01 2.00 2/469 1448
/proc/meminfo: memFree=12078036/32951124 swapFree=57414376/67111528
[pid=1448] ppid=1446 vsize=80400 CPUtime=0.69 cores=1,3,5,7
/proc/1448/stat : 1448 (qutersat_releas) R 1446 1448 1139 0 -1 4202496 8636 0 0 0 69 0 0 0 18 0 1 0 852219776 82329600 8572 33554432000 4194304 6014671 140735845030880 18446744073709551615 4379104 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/1448/statm: 20100 8572 721 445 0 13645 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 80400

[startup+1.50088 s]
/proc/loadavg: 2.00 2.01 2.00 3/470 1449
/proc/meminfo: memFree=12044680/32951124 swapFree=57414376/67111528
[pid=1448] ppid=1446 vsize=89960 CPUtime=1.49 cores=1,3,5,7
/proc/1448/stat : 1448 (qutersat_releas) R 1446 1448 1139 0 -1 4202496 9656 0 0 0 149 0 0 0 20 0 1 0 852219776 92119040 9592 33554432000 4194304 6014671 140735845030880 18446744073709551615 4424083 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/1448/statm: 22490 9592 721 445 0 16035 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 89960

[startup+3.10057 s]
/proc/loadavg: 2.00 2.01 2.00 3/470 1449
/proc/meminfo: memFree=12038168/32951124 swapFree=57414376/67111528
[pid=1448] ppid=1446 vsize=90088 CPUtime=3.09 cores=1,3,5,7
/proc/1448/stat : 1448 (qutersat_releas) R 1446 1448 1139 0 -1 4202496 10363 0 0 0 309 0 0 0 25 0 1 0 852219776 92250112 10299 33554432000 4194304 6014671 140735845030880 18446744073709551615 4536737 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/1448/statm: 22522 10299 725 445 0 16067 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 90088

[startup+6.30098 s]
/proc/loadavg: 2.00 2.00 2.00 3/470 1449
/proc/meminfo: memFree=12030944/32951124 swapFree=57414376/67111528
[pid=1448] ppid=1446 vsize=100088 CPUtime=6.3 cores=1,3,5,7
/proc/1448/stat : 1448 (qutersat_releas) R 1446 1448 1139 0 -1 4202496 12045 0 0 0 629 1 0 0 25 0 1 0 852219776 102490112 11981 33554432000 4194304 6014671 140735845030880 18446744073709551615 4424123 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/1448/statm: 25022 11981 725 445 0 18567 0
Current children cumulated CPU time (s) 6.3
Current children cumulated vsize (KiB) 100088

[startup+12.7008 s]
/proc/loadavg: 2.00 2.00 2.00 3/470 1449
/proc/meminfo: memFree=12022416/32951124 swapFree=57414376/67111528
[pid=1448] ppid=1446 vsize=110776 CPUtime=12.69 cores=1,3,5,7
/proc/1448/stat : 1448 (qutersat_releas) R 1446 1448 1139 0 -1 4202496 14936 0 0 0 1268 1 0 0 25 0 1 0 852219776 113434624 14860 33554432000 4194304 6014671 140735845030880 18446744073709551615 4537048 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/1448/statm: 27694 14860 725 445 0 21239 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 110776

[startup+25.5004 s]
/proc/loadavg: 2.00 2.00 2.00 3/470 1450
/proc/meminfo: memFree=11991060/32951124 swapFree=57414376/67111528
[pid=1448] ppid=1446 vsize=143764 CPUtime=25.49 cores=1,3,5,7
/proc/1448/stat : 1448 (qutersat_releas) R 1446 1448 1139 0 -1 4202496 21737 0 0 0 2547 2 0 0 25 0 1 0 852219776 147214336 21659 33554432000 4194304 6014671 140735845030880 18446744073709551615 4423288 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/1448/statm: 35941 21659 725 445 0 29486 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 143764

[startup+51.1006 s]
/proc/loadavg: 2.00 2.00 2.00 3/470 1450
/proc/meminfo: memFree=11960748/32951124 swapFree=57414376/67111528
[pid=1448] ppid=1446 vsize=155708 CPUtime=51.09 cores=1,3,5,7
/proc/1448/stat : 1448 (qutersat_releas) R 1446 1448 1139 0 -1 4202496 25761 0 0 0 5107 2 0 0 25 0 1 0 852219776 159444992 25683 33554432000 4194304 6014671 140735845030880 18446744073709551615 4424123 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/1448/statm: 38927 25683 725 445 0 32472 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 155708

[startup+102.317 s]
/proc/loadavg: 2.17 2.04 2.01 3/470 1452
/proc/meminfo: memFree=11929836/32951124 swapFree=57414376/67111528
[pid=1448] ppid=1446 vsize=168652 CPUtime=102.31 cores=1,3,5,7
/proc/1448/stat : 1448 (qutersat_releas) R 1446 1448 1139 0 -1 4202496 32369 0 0 0 10228 3 0 0 25 0 1 0 852219776 172699648 32269 33554432000 4194304 6014671 140735845030880 18446744073709551615 4424083 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/1448/statm: 42163 32269 726 445 0 35708 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 168652

[startup+162.301 s]
/proc/loadavg: 2.16 2.06 2.02 3/470 1453
/proc/meminfo: memFree=11908488/32951124 swapFree=57414376/67111528
[pid=1448] ppid=1446 vsize=228252 CPUtime=162.29 cores=1,3,5,7
/proc/1448/stat : 1448 (qutersat_releas) R 1446 1448 1139 0 -1 4202496 34074 0 0 0 16226 3 0 0 25 0 1 0 852219776 233730048 33973 33554432000 4194304 6014671 140735845030880 18446744073709551615 4376392 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/1448/statm: 57063 33973 725 445 0 50608 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 228252

[startup+222.301 s]
/proc/loadavg: 2.06 2.05 2.01 3/470 1464
/proc/meminfo: memFree=11903392/32951124 swapFree=57414376/67111528
[pid=1448] ppid=1446 vsize=289556 CPUtime=222.3 cores=1,3,5,7
/proc/1448/stat : 1448 (qutersat_releas) R 1446 1448 1139 0 -1 4202496 35324 0 0 0 22226 4 0 0 25 0 1 0 852219776 296505344 35195 33554432000 4194304 6014671 140735845030880 18446744073709551615 4372266 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/1448/statm: 72389 35195 733 445 0 65934 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 289556

[startup+282.301 s]
/proc/loadavg: 2.02 2.04 2.00 3/470 1466
/proc/meminfo: memFree=11856500/32951124 swapFree=57414376/67111528
[pid=1448] ppid=1446 vsize=289556 CPUtime=282.3 cores=1,3,5,7
/proc/1448/stat : 1448 (qutersat_releas) R 1446 1448 1139 0 -1 4202496 40215 0 0 0 28225 5 0 0 25 0 1 0 852219776 296505344 40029 33554432000 4194304 6014671 140735845030880 18446744073709551615 4535264 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/1448/statm: 72389 40029 733 445 0 65934 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 289556

[startup+342.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/470 1467
/proc/meminfo: memFree=11829820/32951124 swapFree=57414376/67111528
[pid=1448] ppid=1446 vsize=289556 CPUtime=342.31 cores=1,3,5,7
/proc/1448/stat : 1448 (qutersat_releas) R 1446 1448 1139 0 -1 4202496 45379 0 0 0 34225 6 0 0 25 0 1 0 852219776 296505344 45128 33554432000 4194304 6014671 140735845030880 18446744073709551615 4423940 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/1448/statm: 72389 45128 733 445 0 65934 0
Current children cumulated CPU time (s) 342.31
Current children cumulated vsize (KiB) 289556

[startup+402.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/470 1469
/proc/meminfo: memFree=11821120/32951124 swapFree=57414376/67111528
[pid=1448] ppid=1446 vsize=419600 CPUtime=402.3 cores=1,3,5,7
/proc/1448/stat : 1448 (qutersat_releas) R 1446 1448 1139 0 -1 4202496 47229 0 0 0 40224 6 0 0 25 0 1 0 852219776 429670400 46828 33554432000 4194304 6014671 140735845030880 18446744073709551615 4423904 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/1448/statm: 104900 46828 725 445 0 98445 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 419600

[startup+462.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/470 1470
/proc/meminfo: memFree=11787612/32951124 swapFree=57414376/67111528
[pid=1448] ppid=1446 vsize=419600 CPUtime=462.31 cores=1,3,5,7
/proc/1448/stat : 1448 (qutersat_releas) R 1446 1448 1139 0 -1 4202496 55896 0 0 0 46224 7 0 0 25 0 1 0 852219776 429670400 55389 33554432000 4194304 6014671 140735845030880 18446744073709551615 4369539 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/1448/statm: 104900 55389 725 445 0 98445 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 419600

[startup+522.301 s]
/proc/loadavg: 2.00 2.01 2.00 3/470 1472
/proc/meminfo: memFree=11718024/32951124 swapFree=57414376/67111528
[pid=1448] ppid=1446 vsize=419600 CPUtime=522.31 cores=1,3,5,7
/proc/1448/stat : 1448 (qutersat_releas) R 1446 1448 1139 0 -1 4202496 73540 0 0 0 52222 9 0 0 25 0 1 0 852219776 429670400 72761 33554432000 4194304 6014671 140735845030880 18446744073709551615 4424083 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/1448/statm: 104900 72761 725 445 0 98445 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 419600

[startup+582.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/470 1474
/proc/meminfo: memFree=11711428/32951124 swapFree=57414376/67111528
[pid=1448] ppid=1446 vsize=419600 CPUtime=582.31 cores=1,3,5,7
/proc/1448/stat : 1448 (qutersat_releas) R 1446 1448 1139 0 -1 4202496 74776 0 0 0 58221 10 0 0 25 0 1 0 852219776 429670400 73997 33554432000 4194304 6014671 140735845030880 18446744073709551615 4511668 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/1448/statm: 104900 73997 725 445 0 98445 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 419600

[startup+642.301 s]

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

[startup+4062.32 s]
/proc/loadavg: 2.01 2.04 2.01 3/470 1578
/proc/meminfo: memFree=11436728/32951124 swapFree=57414376/67111528
[pid=1448] ppid=1446 vsize=815304 CPUtime=4062.44 cores=1,3,5,7
/proc/1448/stat : 1448 (qutersat_releas) R 1446 1448 1139 0 -1 4202496 144746 0 0 0 406222 22 0 0 25 0 1 0 852219776 834871296 120551 33554432000 4194304 6014671 140735845030880 18446744073709551615 4424114 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/1448/statm: 203826 120551 725 445 0 197371 0
Current children cumulated CPU time (s) 4062.44
Current children cumulated vsize (KiB) 815304

[startup+4122.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/470 1580
/proc/meminfo: memFree=11436464/32951124 swapFree=57414376/67111528
[pid=1448] ppid=1446 vsize=815304 CPUtime=4122.43 cores=1,3,5,7
/proc/1448/stat : 1448 (qutersat_releas) R 1446 1448 1139 0 -1 4202496 144746 0 0 0 412221 22 0 0 25 0 1 0 852219776 834871296 120551 33554432000 4194304 6014671 140735845030880 18446744073709551615 4424094 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/1448/statm: 203826 120551 725 445 0 197371 0
Current children cumulated CPU time (s) 4122.43
Current children cumulated vsize (KiB) 815304

[startup+4182.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/470 1582
/proc/meminfo: memFree=11436444/32951124 swapFree=57414376/67111528
[pid=1448] ppid=1446 vsize=815304 CPUtime=4182.43 cores=1,3,5,7
/proc/1448/stat : 1448 (qutersat_releas) R 1446 1448 1139 0 -1 4202496 144859 0 0 0 418221 22 0 0 25 0 1 0 852219776 834871296 120664 33554432000 4194304 6014671 140735845030880 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/1448/statm: 203826 120664 725 445 0 197371 0
Current children cumulated CPU time (s) 4182.43
Current children cumulated vsize (KiB) 815304

[startup+4242.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/470 1583
/proc/meminfo: memFree=11433328/32951124 swapFree=57414376/67111528
[pid=1448] ppid=1446 vsize=815304 CPUtime=4242.43 cores=1,3,5,7
/proc/1448/stat : 1448 (qutersat_releas) R 1446 1448 1139 0 -1 4202496 144859 0 0 0 424221 22 0 0 25 0 1 0 852219776 834871296 120664 33554432000 4194304 6014671 140735845030880 18446744073709551615 4424448 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/1448/statm: 203826 120664 725 445 0 197371 0
Current children cumulated CPU time (s) 4242.43
Current children cumulated vsize (KiB) 815304

[startup+4302.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/470 1585
/proc/meminfo: memFree=11432560/32951124 swapFree=57414376/67111528
[pid=1448] ppid=1446 vsize=815304 CPUtime=4302.44 cores=1,3,5,7
/proc/1448/stat : 1448 (qutersat_releas) R 1446 1448 1139 0 -1 4202496 145021 0 0 0 430221 23 0 0 25 0 1 0 852219776 834871296 120826 33554432000 4194304 6014671 140735845030880 18446744073709551615 4535273 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/1448/statm: 203826 120826 725 445 0 197371 0
Current children cumulated CPU time (s) 4302.44
Current children cumulated vsize (KiB) 815304

[startup+4362.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/470 1586
/proc/meminfo: memFree=11432664/32951124 swapFree=57414376/67111528
[pid=1448] ppid=1446 vsize=815304 CPUtime=4362.44 cores=1,3,5,7
/proc/1448/stat : 1448 (qutersat_releas) R 1446 1448 1139 0 -1 4202496 145021 0 0 0 436221 23 0 0 25 0 1 0 852219776 834871296 120826 33554432000 4194304 6014671 140735845030880 18446744073709551615 4424123 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/1448/statm: 203826 120826 725 445 0 197371 0
Current children cumulated CPU time (s) 4362.44
Current children cumulated vsize (KiB) 815304

[startup+4422.3 s]
/proc/loadavg: 2.13 2.04 2.01 3/470 1588
/proc/meminfo: memFree=11432756/32951124 swapFree=57414376/67111528
[pid=1448] ppid=1446 vsize=815304 CPUtime=4422.45 cores=1,3,5,7
/proc/1448/stat : 1448 (qutersat_releas) R 1446 1448 1139 0 -1 4202496 145044 0 0 0 442222 23 0 0 25 0 1 0 852219776 834871296 120849 33554432000 4194304 6014671 140735845030880 18446744073709551615 4424120 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/1448/statm: 203826 120849 725 445 0 197371 0
Current children cumulated CPU time (s) 4422.45
Current children cumulated vsize (KiB) 815304

[startup+4482.3 s]
/proc/loadavg: 2.13 2.06 2.02 3/470 1590
/proc/meminfo: memFree=11431744/32951124 swapFree=57414376/67111528
[pid=1448] ppid=1446 vsize=815304 CPUtime=4482.45 cores=1,3,5,7
/proc/1448/stat : 1448 (qutersat_releas) R 1446 1448 1139 0 -1 4202496 145151 0 0 0 448222 23 0 0 25 0 1 0 852219776 834871296 120956 33554432000 4194304 6014671 140735845030880 18446744073709551615 4566205 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/1448/statm: 203826 120956 725 445 0 197371 0
Current children cumulated CPU time (s) 4482.45
Current children cumulated vsize (KiB) 815304

[startup+4542.3 s]
/proc/loadavg: 1.99 2.03 2.00 3/470 1619
/proc/meminfo: memFree=11788952/32951124 swapFree=57414376/67111528
[pid=1448] ppid=1446 vsize=815304 CPUtime=4542.45 cores=1,3,5,7
/proc/1448/stat : 1448 (qutersat_releas) R 1446 1448 1139 0 -1 4202496 145664 0 0 0 454222 23 0 0 25 0 1 0 852219776 834871296 121469 33554432000 4194304 6014671 140735845030880 18446744073709551615 4424169 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/1448/statm: 203826 121469 725 445 0 197371 0
Current children cumulated CPU time (s) 4542.45
Current children cumulated vsize (KiB) 815304

[startup+4602.3 s]
/proc/loadavg: 1.99 2.03 2.00 3/470 1621
/proc/meminfo: memFree=11754280/32951124 swapFree=57414376/67111528
[pid=1448] ppid=1446 vsize=815304 CPUtime=4602.45 cores=1,3,5,7
/proc/1448/stat : 1448 (qutersat_releas) R 1446 1448 1139 0 -1 4202496 145664 0 0 0 460222 23 0 0 25 0 1 0 852219776 834871296 121469 33554432000 4194304 6014671 140735845030880 18446744073709551615 4424080 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/1448/statm: 203826 121469 725 445 0 197371 0
Current children cumulated CPU time (s) 4602.45
Current children cumulated vsize (KiB) 815304

[startup+4662.3 s]
/proc/loadavg: 1.99 2.02 2.00 3/470 1622
/proc/meminfo: memFree=11735900/32951124 swapFree=57414376/67111528
[pid=1448] ppid=1446 vsize=815304 CPUtime=4662.45 cores=1,3,5,7
/proc/1448/stat : 1448 (qutersat_releas) R 1446 1448 1139 0 -1 4202496 145771 0 0 0 466222 23 0 0 25 0 1 0 852219776 834871296 121576 33554432000 4194304 6014671 140735845030880 18446744073709551615 4566205 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/1448/statm: 203826 121576 725 445 0 197371 0
Current children cumulated CPU time (s) 4662.45
Current children cumulated vsize (KiB) 815304

[startup+4722.32 s]
/proc/loadavg: 1.99 2.01 2.00 3/470 1624
/proc/meminfo: memFree=11729420/32951124 swapFree=57414376/67111528
[pid=1448] ppid=1446 vsize=815304 CPUtime=4722.47 cores=1,3,5,7
/proc/1448/stat : 1448 (qutersat_releas) R 1446 1448 1139 0 -1 4202496 145771 0 0 0 472224 23 0 0 25 0 1 0 852219776 834871296 121576 33554432000 4194304 6014671 140735845030880 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/1448/statm: 203826 121576 725 445 0 197371 0
Current children cumulated CPU time (s) 4722.47
Current children cumulated vsize (KiB) 815304

[startup+4782.3 s]
/proc/loadavg: 1.99 2.01 2.00 3/470 1626
/proc/meminfo: memFree=11707100/32951124 swapFree=57414376/67111528
[pid=1448] ppid=1446 vsize=815304 CPUtime=4782.45 cores=1,3,5,7
/proc/1448/stat : 1448 (qutersat_releas) R 1446 1448 1139 0 -1 4202496 145771 0 0 0 478222 23 0 0 25 0 1 0 852219776 834871296 121576 33554432000 4194304 6014671 140735845030880 18446744073709551615 4424963 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/1448/statm: 203826 121576 725 445 0 197371 0
Current children cumulated CPU time (s) 4782.45
Current children cumulated vsize (KiB) 815304

[startup+4842.3 s]
/proc/loadavg: 1.99 2.00 2.00 3/470 1627
/proc/meminfo: memFree=11674340/32951124 swapFree=57414376/67111528
[pid=1448] ppid=1446 vsize=815304 CPUtime=4842.46 cores=1,3,5,7
/proc/1448/stat : 1448 (qutersat_releas) R 1446 1448 1139 0 -1 4202496 145778 0 0 0 484223 23 0 0 25 0 1 0 852219776 834871296 121583 33554432000 4194304 6014671 140735845030880 18446744073709551615 4566281 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/1448/statm: 203826 121583 725 445 0 197371 0
Current children cumulated CPU time (s) 4842.46
Current children cumulated vsize (KiB) 815304

[startup+4902.3 s]
/proc/loadavg: 1.99 2.00 2.00 3/470 1629
/proc/meminfo: memFree=11673704/32951124 swapFree=57414376/67111528
[pid=1448] ppid=1446 vsize=815304 CPUtime=4902.46 cores=1,3,5,7
/proc/1448/stat : 1448 (qutersat_releas) R 1446 1448 1139 0 -1 4202496 146041 0 0 0 490223 23 0 0 25 0 1 0 852219776 834871296 121846 33554432000 4194304 6014671 140735845030880 18446744073709551615 4423937 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/1448/statm: 203826 121846 725 445 0 197371 0
Current children cumulated CPU time (s) 4902.46
Current children cumulated vsize (KiB) 815304

[startup+4962.3 s]
/proc/loadavg: 2.09 2.03 2.01 3/470 1630
/proc/meminfo: memFree=11643568/32951124 swapFree=57414376/67111528
[pid=1448] ppid=1446 vsize=815304 CPUtime=4962.46 cores=1,3,5,7
/proc/1448/stat : 1448 (qutersat_releas) R 1446 1448 1139 0 -1 4202496 153621 0 0 0 496222 24 0 0 25 0 1 0 852219776 834871296 129426 33554432000 4194304 6014671 140735845030880 18446744073709551615 4424563 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/1448/statm: 203826 129426 725 445 0 197371 0
Current children cumulated CPU time (s) 4962.46
Current children cumulated vsize (KiB) 815304



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 2.05 2.02 2.00 3/470 1631
/proc/meminfo: memFree=11619248/32951124 swapFree=57414376/67111528
[pid=1448] ppid=1446 vsize=815304 CPUtime=5000.07 cores=1,3,5,7
/proc/1448/stat : 1448 (qutersat_releas) R 1446 1448 1139 0 -1 4202496 159629 0 0 0 499982 25 0 0 25 0 1 0 852219776 834871296 135434 33554432000 4194304 6014671 140735845030880 18446744073709551615 4511744 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/1448/statm: 203826 135434 725 445 0 197371 0
Current children cumulated CPU time (s) 5000.07
Current children cumulated vsize (KiB) 815304

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.05 2.02 2.00 3/470 1631
/proc/meminfo: memFree=11619248/32951124 swapFree=57414376/67111528
[pid=1448] ppid=1446 vsize=815304 CPUtime=5000.07 cores=1,3,5,7
/proc/1448/stat : 1448 (qutersat_releas) R 1446 1448 1139 0 -1 4202496 159629 0 0 0 499982 25 0 0 25 0 1 0 852219776 834871296 135434 33554432000 4194304 6014671 140735845030880 18446744073709551615 4511744 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/1448/statm: 203826 135434 725 445 0 197371 0
Current children cumulated CPU time (s) 5000.07
Current children cumulated vsize (KiB) 815304

Child status: 1
Real time (s): 4999.94
CPU time (s): 5000.11
CPU user time (s): 4999.84
CPU system time (s): 0.272958
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 815304

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

runsolver used 21.1018 second user time and 54.8217 second system time

The end

Launcher Data

Begin job on node111 at 2011-05-28 23:58:13
IDJOB=3421243
IDBENCH=83952
IDSOLVER=1868
FILE ID=node111/3421243-1306619893
RUNJOBID= node111-1306614409-1158
PBS_JOBID= 13471624
Free space on /tmp= 73600 MiB

SOLVER NAME= QuteRSat 2011-05-12 (fixed)
BENCH NAME= SAT03/handmade/anton/UNSAT/SGI_30_70_20_70_1-dir.shuffled-as.sat03-146.cnf
COMMAND LINE= qutersat_release BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3421243-1306619893/watcher-3421243-1306619893 -o /tmp/evaluation-result-3421243-1306619893/solver-3421243-1306619893 -C 5000 -W 5100 -M 15500  qutersat_release HOME/instance-3421243-1306619893.cnf 1139957384

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

MD5SUM BENCH= 7ef2b563e57ba91e22d23e55abe69485
RANDOM SEED=1139957384

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.849
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.86
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.849
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.75
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.849
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.83
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.849
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.67
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.849
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:      12078068 kB
Buffers:        348300 kB
Cached:       11463244 kB
SwapCached:      19180 kB
Active:       10997684 kB
Inactive:      9583324 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      12078068 kB
SwapTotal:    67111528 kB
SwapFree:     57414376 kB
Dirty:            1996 kB
Writeback:           0 kB
AnonPages:     8759336 kB
Mapped:          29540 kB
Slab:           156192 kB
PageTables:      66824 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 149343360 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= 73600 MiB
End job on node111 at 2011-05-29 01:21:35