Trace number 3384477

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.93

General information on the benchmark

NameSAT03/industrial/maris/CNF/
gripper13u.shuffled-as.sat03-395.cnf
MD5SUM3889b7ed90cc1fbe8bc8d140a1763832
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1519.95
Satisfiable
(Un)Satisfiability was proved
Number of variables4268
Number of clauses38965
Sum of the clauses size86077
Maximum clause length28
Minimum clause length1
Number of clauses of size 169
Number of clauses of size 235984
Number of clauses of size 3104
Number of clauses of size 42704
Number of clauses of size 50
Number of clauses of size over 5104

Solver Data

0.00/0.00	c Set FPU double precision.
0.00/0.01	c Parse Cnf success: #var: 4268 #clause: 38965
0.00/0.01	c Find Units :         69
0.00/0.01	c Find Invs  :          0
0.00/0.02	c Find Ands  :       4108 AvgFaninNum: 10.8861
0.00/0.02	c Find Xors  :          0 AvgFaninNum: nan
0.00/0.02	c Find Ite   :          0
0.00/0.02	c UnDirect variable: 0
0.00/0.02	c UnDirect to Direct Gate: 0
0.00/0.02	c Forced Direct Gate: 0 Unuse unDirect Gate: 0
0.00/0.02	c Break Cycle : 1580
0.00/0.02	c Total Root : 52 Undef Var: 3092
0.00/0.02	c After covering, Total Root: 778 Leaf: 2982
0.00/0.02	c Variable( cover/uncovered/unused ): 4158 110 0
0.00/0.02	c Unit Clauses: 69
0.00/0.02	c Binary Clauses( cover/uncovered ): 4724 31260
0.00/0.02	c Clauses( cover/uncovered ): 1176 1736
0.00/0.02	c Total Clauses( cover/uncovered ): 5969 32996 15.3189%
0.00/0.02	c Covered Ands: 1176 Invs: 0 Xors: 0 Ites: 0
0.02/0.04	c Uncover Clauses avg size: 2.14147 max size: 28
0.02/0.04	c Final circuit: i/l/o/s    3023       0   31752     39558
0.02/0.04	c CnfToAig: Time: 0.03 s
0.02/0.08	c TmMap: Set choices finish.
0.08/0.10	c TmMap: Set big and: 32816
0.08/0.10	c TmMap: Origin: 42582 ClauseNum: 118674 --> New: 35840 ClauseNum: 105195
0.08/0.10	c TmMap: Time: 0.03
0.08/0.10	c Try to Add: #clause: 65632 #xorclause: 0
0.08/0.11	c #var: 4087 #clauses: 2796 Solving... 
5000.04/4999.91	c Time Out !!
5000.04/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-3384477-1305551048/watcher-3384477-1305551048 -o /tmp/evaluation-result-3384477-1305551048/solver-3384477-1305551048 -C 5000 -W 5100 -M 15500 qutersat_release HOME/instance-3384477-1305551048.cnf 442950868 

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.02 2.00 2.00 2/361 1657
/proc/meminfo: memFree=14080772/32951124 swapFree=54427468/67111528
[pid=1657] ppid=1655 vsize=28644 CPUtime=0 cores=1,3,5,7
/proc/1657/stat : 1657 (qutersat_releas) R 1655 1657 937 0 -1 4202496 583 0 0 0 0 0 0 0 22 0 1 0 666702782 29331456 519 33554432000 4194304 6014671 140735699104368 18446744073709551615 228122407995 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/1657/statm: 7161 531 290 445 0 706 0

[startup+0.027817 s]
/proc/loadavg: 2.02 2.00 2.00 2/361 1657
/proc/meminfo: memFree=14080772/32951124 swapFree=54427468/67111528
[pid=1657] ppid=1655 vsize=35436 CPUtime=0.02 cores=1,3,5,7
/proc/1657/stat : 1657 (qutersat_releas) R 1655 1657 937 0 -1 4202496 2688 0 0 0 2 0 0 0 22 0 1 0 666702782 36286464 2624 33554432000 4194304 6014671 140735699104368 18446744073709551615 4362600 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/1657/statm: 8859 2624 398 445 0 2404 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 35436

[startup+0.100819 s]
/proc/loadavg: 2.02 2.00 2.00 2/361 1657
/proc/meminfo: memFree=14080772/32951124 swapFree=54427468/67111528
[pid=1657] ppid=1655 vsize=54380 CPUtime=0.08 cores=1,3,5,7
/proc/1657/stat : 1657 (qutersat_releas) R 1655 1657 937 0 -1 4202496 7246 0 0 0 8 0 0 0 18 0 1 0 666702782 55685120 7182 33554432000 4194304 6014671 140735699104368 18446744073709551615 4256084 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/1657/statm: 13595 7191 670 445 0 7140 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 54380

[startup+0.300771 s]
/proc/loadavg: 2.02 2.00 2.00 2/361 1657
/proc/meminfo: memFree=14080772/32951124 swapFree=54427468/67111528
[pid=1657] ppid=1655 vsize=62584 CPUtime=0.29 cores=1,3,5,7
/proc/1657/stat : 1657 (qutersat_releas) R 1655 1657 937 0 -1 4202496 7798 0 0 0 28 1 0 0 18 0 1 0 666702782 64086016 7734 33554432000 4194304 6014671 140735699104368 18446744073709551615 4424090 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/1657/statm: 15646 7734 723 445 0 9191 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 62584

[startup+0.700695 s]
/proc/loadavg: 2.02 2.00 2.00 2/361 1657
/proc/meminfo: memFree=14080772/32951124 swapFree=54427468/67111528
[pid=1657] ppid=1655 vsize=79508 CPUtime=0.69 cores=1,3,5,7
/proc/1657/stat : 1657 (qutersat_releas) R 1655 1657 937 0 -1 4202496 8167 0 0 0 68 1 0 0 18 0 1 0 666702782 81416192 8103 33554432000 4194304 6014671 140735699104368 18446744073709551615 4422589 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/1657/statm: 19877 8103 724 445 0 13422 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 79508

[startup+1.50055 s]
/proc/loadavg: 2.02 2.00 2.00 3/362 1658
/proc/meminfo: memFree=14049144/32951124 swapFree=54427468/67111528
[pid=1657] ppid=1655 vsize=88160 CPUtime=1.49 cores=1,3,5,7
/proc/1657/stat : 1657 (qutersat_releas) R 1655 1657 937 0 -1 4202496 8541 0 0 0 148 1 0 0 19 0 1 0 666702782 90275840 8477 33554432000 4194304 6014671 140735699104368 18446744073709551615 4662889 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/1657/statm: 22040 8477 728 445 0 15585 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 88160

[startup+3.10026 s]
/proc/loadavg: 2.02 2.00 2.00 3/362 1658
/proc/meminfo: memFree=14043676/32951124 swapFree=54427468/67111528
[pid=1657] ppid=1655 vsize=88160 CPUtime=3.09 cores=1,3,5,7
/proc/1657/stat : 1657 (qutersat_releas) R 1655 1657 937 0 -1 4202496 9793 0 0 0 308 1 0 0 25 0 1 0 666702782 90275840 9729 33554432000 4194304 6014671 140735699104368 18446744073709551615 4536421 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/1657/statm: 22040 9729 728 445 0 15585 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 88160

[startup+6.30068 s]
/proc/loadavg: 2.02 2.00 2.00 3/362 1660
/proc/meminfo: memFree=14032504/32951124 swapFree=54427468/67111528
[pid=1657] ppid=1655 vsize=96812 CPUtime=6.28 cores=1,3,5,7
/proc/1657/stat : 1657 (qutersat_releas) R 1655 1657 937 0 -1 4202496 12226 0 0 0 627 1 0 0 25 0 1 0 666702782 99135488 12148 33554432000 4194304 6014671 140735699104368 18446744073709551615 4422544 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/1657/statm: 24203 12148 728 445 0 17748 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 96812

[startup+12.7005 s]
/proc/loadavg: 2.02 2.00 2.00 3/362 1660
/proc/meminfo: memFree=14021564/32951124 swapFree=54427468/67111528
[pid=1657] ppid=1655 vsize=105768 CPUtime=12.69 cores=1,3,5,7
/proc/1657/stat : 1657 (qutersat_releas) R 1655 1657 937 0 -1 4202496 13849 0 0 0 1267 2 0 0 25 0 1 0 666702782 108306432 13771 33554432000 4194304 6014671 140735699104368 18446744073709551615 4422576 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/1657/statm: 26442 13771 728 445 0 19987 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 105768

[startup+25.5002 s]
/proc/loadavg: 2.09 2.02 2.00 3/362 1662
/proc/meminfo: memFree=14005432/32951124 swapFree=54427468/67111528
[pid=1657] ppid=1655 vsize=124576 CPUtime=25.48 cores=1,3,5,7
/proc/1657/stat : 1657 (qutersat_releas) R 1655 1657 937 0 -1 4202496 17281 0 0 0 2546 2 0 0 25 0 1 0 666702782 127565824 17203 33554432000 4194304 6014671 140735699104368 18446744073709551615 4424025 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/1657/statm: 31144 17203 728 445 0 24689 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 124576

[startup+51.1006 s]
/proc/loadavg: 2.06 2.02 2.00 3/362 1662
/proc/meminfo: memFree=13977376/32951124 swapFree=54427468/67111528
[pid=1657] ppid=1655 vsize=134808 CPUtime=51.09 cores=1,3,5,7
/proc/1657/stat : 1657 (qutersat_releas) R 1655 1657 937 0 -1 4202496 19963 0 0 0 5106 3 0 0 25 0 1 0 666702782 138043392 19861 33554432000 4194304 6014671 140735699104368 18446744073709551615 4424083 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/1657/statm: 33702 19861 729 445 0 27247 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 134808

[startup+102.313 s]
/proc/loadavg: 2.02 2.01 2.00 3/362 1664
/proc/meminfo: memFree=13940196/32951124 swapFree=54427468/67111528
[pid=1657] ppid=1655 vsize=168368 CPUtime=102.3 cores=1,3,5,7
/proc/1657/stat : 1657 (qutersat_releas) R 1655 1657 937 0 -1 4202496 27957 0 0 0 10226 4 0 0 25 0 1 0 666702782 172408832 27834 33554432000 4194304 6014671 140735699104368 18446744073709551615 4422690 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/1657/statm: 42092 27834 736 445 0 35637 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 168368

[startup+162.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/362 1665
/proc/meminfo: memFree=13923408/32951124 swapFree=54427468/67111528
[pid=1657] ppid=1655 vsize=168368 CPUtime=162.29 cores=1,3,5,7
/proc/1657/stat : 1657 (qutersat_releas) R 1655 1657 937 0 -1 4202496 31865 0 0 0 16225 4 0 0 25 0 1 0 666702782 172408832 31715 33554432000 4194304 6014671 140735699104368 18446744073709551615 4423940 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/1657/statm: 42092 31715 732 445 0 35637 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 168368

[startup+222.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/362 1667
/proc/meminfo: memFree=13913068/32951124 swapFree=54427468/67111528
[pid=1657] ppid=1655 vsize=168368 CPUtime=222.29 cores=1,3,5,7
/proc/1657/stat : 1657 (qutersat_releas) R 1655 1657 937 0 -1 4202496 33673 0 0 0 22225 4 0 0 25 0 1 0 666702782 172408832 33519 33554432000 4194304 6014671 140735699104368 18446744073709551615 4424049 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/1657/statm: 42092 33519 728 445 0 35637 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 168368

[startup+282.301 s]
/proc/loadavg: 2.10 2.03 2.01 3/362 1669
/proc/meminfo: memFree=13908792/32951124 swapFree=54427468/67111528
[pid=1657] ppid=1655 vsize=168368 CPUtime=282.3 cores=1,3,5,7
/proc/1657/stat : 1657 (qutersat_releas) R 1655 1657 937 0 -1 4202496 33788 0 0 0 28225 5 0 0 25 0 1 0 666702782 172408832 33634 33554432000 4194304 6014671 140735699104368 18446744073709551615 4424080 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/1657/statm: 42092 33634 728 445 0 35637 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 168368

[startup+342.301 s]
/proc/loadavg: 2.08 2.04 2.01 3/362 1670
/proc/meminfo: memFree=13899584/32951124 swapFree=54427468/67111528
[pid=1657] ppid=1655 vsize=168496 CPUtime=342.3 cores=1,3,5,7
/proc/1657/stat : 1657 (qutersat_releas) R 1655 1657 937 0 -1 4202496 34988 0 0 0 34225 5 0 0 25 0 1 0 666702782 172539904 34823 33554432000 4194304 6014671 140735699104368 18446744073709551615 4566205 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/1657/statm: 42124 34823 739 445 0 35669 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 168496

[startup+402.301 s]
/proc/loadavg: 2.03 2.03 2.00 3/362 1672
/proc/meminfo: memFree=13882436/32951124 swapFree=54427468/67111528
[pid=1657] ppid=1655 vsize=184200 CPUtime=402.3 cores=1,3,5,7
/proc/1657/stat : 1657 (qutersat_releas) R 1655 1657 937 0 -1 4202496 38197 0 0 0 40224 6 0 0 25 0 1 0 666702782 188620800 38018 33554432000 4194304 6014671 140735699104368 18446744073709551615 4379112 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/1657/statm: 46050 38018 728 445 0 39595 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 184200

[startup+462.301 s]
/proc/loadavg: 2.01 2.02 2.00 3/362 1673
/proc/meminfo: memFree=13876432/32951124 swapFree=54427468/67111528
[pid=1657] ppid=1655 vsize=200340 CPUtime=462.3 cores=1,3,5,7
/proc/1657/stat : 1657 (qutersat_releas) R 1655 1657 937 0 -1 4202496 38360 0 0 0 46224 6 0 0 25 0 1 0 666702782 205148160 38178 33554432000 4194304 6014671 140735699104368 18446744073709551615 4424154 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/1657/statm: 50085 38178 728 445 0 43630 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 200340

[startup+522.3 s]
/proc/loadavg: 2.13 2.05 2.01 3/362 1675
/proc/meminfo: memFree=13858552/32951124 swapFree=54427468/67111528
[pid=1657] ppid=1655 vsize=200340 CPUtime=522.31 cores=1,3,5,7
/proc/1657/stat : 1657 (qutersat_releas) R 1655 1657 937 0 -1 4202496 42900 0 0 0 52224 7 0 0 25 0 1 0 666702782 205148160 42672 33554432000 4194304 6014671 140735699104368 18446744073709551615 4424090 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/1657/statm: 50085 42672 760 445 0 43630 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 200340

[startup+582.3 s]
/proc/loadavg: 2.04 2.03 2.00 3/362 1677
/proc/meminfo: memFree=13829956/32951124 swapFree=54427468/67111528
[pid=1657] ppid=1655 vsize=217640 CPUtime=582.31 cores=1,3,5,7
/proc/1657/stat : 1657 (qutersat_releas) R 1655 1657 937 0 -1 4202496 45931 0 0 0 58223 8 0 0 25 0 1 0 666702782 222863360 45605 33554432000 4194304 6014671 140735699104368 18446744073709551615 4424459 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/1657/statm: 54410 45605 728 445 0 47955 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 217640

[startup+642.3 s]

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

[startup+4062.31 s]
/proc/loadavg: 2.00 2.01 2.00 3/362 1781
/proc/meminfo: memFree=13419304/32951124 swapFree=54427468/67111528
[pid=1657] ppid=1655 vsize=483068 CPUtime=4062.42 cores=1,3,5,7
/proc/1657/stat : 1657 (qutersat_releas) R 1655 1657 937 0 -1 4202496 102676 0 0 0 406215 27 0 0 25 0 1 0 666702782 494661632 97306 33554432000 4194304 6014671 140735699104368 18446744073709551615 4424059 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/1657/statm: 120767 97306 731 445 0 114312 0
Current children cumulated CPU time (s) 4062.42
Current children cumulated vsize (KiB) 483068

[startup+4122.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/362 1783
/proc/meminfo: memFree=13418896/32951124 swapFree=54427468/67111528
[pid=1657] ppid=1655 vsize=483068 CPUtime=4122.4 cores=1,3,5,7
/proc/1657/stat : 1657 (qutersat_releas) R 1655 1657 937 0 -1 4202496 102683 0 0 0 412213 27 0 0 25 0 1 0 666702782 494661632 97313 33554432000 4194304 6014671 140735699104368 18446744073709551615 4422808 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/1657/statm: 120767 97313 731 445 0 114312 0
Current children cumulated CPU time (s) 4122.4
Current children cumulated vsize (KiB) 483068

[startup+4182.3 s]
/proc/loadavg: 1.75 1.95 1.98 2/356 1803
/proc/meminfo: memFree=13967072/32951124 swapFree=54427468/67111528
[pid=1657] ppid=1655 vsize=483068 CPUtime=4182.4 cores=1,3,5,7
/proc/1657/stat : 1657 (qutersat_releas) R 1655 1657 937 0 -1 4202496 102683 0 0 0 418213 27 0 0 25 0 1 0 666702782 494661632 97313 33554432000 4194304 6014671 140735699104368 18446744073709551615 4424169 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/1657/statm: 120767 97313 731 445 0 114312 0
Current children cumulated CPU time (s) 4182.4
Current children cumulated vsize (KiB) 483068

[startup+4242.3 s]
/proc/loadavg: 1.27 1.77 1.91 2/356 1804
/proc/meminfo: memFree=13967292/32951124 swapFree=54427468/67111528
[pid=1657] ppid=1655 vsize=483068 CPUtime=4242.42 cores=1,3,5,7
/proc/1657/stat : 1657 (qutersat_releas) R 1655 1657 937 0 -1 4202496 102765 0 0 0 424214 28 0 0 25 0 1 0 666702782 494661632 97394 33554432000 4194304 6014671 140735699104368 18446744073709551615 4633179 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/1657/statm: 120767 97394 730 445 0 114312 0
Current children cumulated CPU time (s) 4242.42
Current children cumulated vsize (KiB) 483068

[startup+4302.3 s]
/proc/loadavg: 1.10 1.63 1.86 2/356 1806
/proc/meminfo: memFree=13967004/32951124 swapFree=54427468/67111528
[pid=1657] ppid=1655 vsize=483068 CPUtime=4302.42 cores=1,3,5,7
/proc/1657/stat : 1657 (qutersat_releas) R 1655 1657 937 0 -1 4202496 102765 0 0 0 430214 28 0 0 25 0 1 0 666702782 494661632 97394 33554432000 4194304 6014671 140735699104368 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/1657/statm: 120767 97394 730 445 0 114312 0
Current children cumulated CPU time (s) 4302.42
Current children cumulated vsize (KiB) 483068

[startup+4362.3 s]
/proc/loadavg: 1.03 1.51 1.80 2/356 1807
/proc/meminfo: memFree=13967080/32951124 swapFree=54427468/67111528
[pid=1657] ppid=1655 vsize=483068 CPUtime=4362.42 cores=1,3,5,7
/proc/1657/stat : 1657 (qutersat_releas) R 1655 1657 937 0 -1 4202496 102765 0 0 0 436214 28 0 0 25 0 1 0 666702782 494661632 97394 33554432000 4194304 6014671 140735699104368 18446744073709551615 4424080 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/1657/statm: 120767 97394 730 445 0 114312 0
Current children cumulated CPU time (s) 4362.42
Current children cumulated vsize (KiB) 483068

[startup+4422.3 s]
/proc/loadavg: 1.01 1.42 1.75 2/356 1809
/proc/meminfo: memFree=13967036/32951124 swapFree=54427468/67111528
[pid=1657] ppid=1655 vsize=483068 CPUtime=4422.42 cores=1,3,5,7
/proc/1657/stat : 1657 (qutersat_releas) R 1655 1657 937 0 -1 4202496 102765 0 0 0 442214 28 0 0 25 0 1 0 666702782 494661632 97394 33554432000 4194304 6014671 140735699104368 18446744073709551615 4422773 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/1657/statm: 120767 97394 730 445 0 114312 0
Current children cumulated CPU time (s) 4422.42
Current children cumulated vsize (KiB) 483068

[startup+4482.3 s]
/proc/loadavg: 1.00 1.34 1.70 2/356 1810
/proc/meminfo: memFree=13966616/32951124 swapFree=54427468/67111528
[pid=1657] ppid=1655 vsize=607748 CPUtime=4482.42 cores=1,3,5,7
/proc/1657/stat : 1657 (qutersat_releas) R 1655 1657 937 0 -1 4202496 102912 0 0 0 448214 28 0 0 25 0 1 0 666702782 622333952 97541 33554432000 4194304 6014671 140735699104368 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/1657/statm: 151937 97541 730 445 0 145482 0
Current children cumulated CPU time (s) 4482.42
Current children cumulated vsize (KiB) 607748

[startup+4542.3 s]
/proc/loadavg: 1.00 1.27 1.65 2/356 1812
/proc/meminfo: memFree=13966456/32951124 swapFree=54427468/67111528
[pid=1657] ppid=1655 vsize=607748 CPUtime=4542.42 cores=1,3,5,7
/proc/1657/stat : 1657 (qutersat_releas) R 1655 1657 937 0 -1 4202496 102913 0 0 0 454214 28 0 0 25 0 1 0 666702782 622333952 97542 33554432000 4194304 6014671 140735699104368 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/1657/statm: 151937 97542 730 445 0 145482 0
Current children cumulated CPU time (s) 4542.42
Current children cumulated vsize (KiB) 607748

[startup+4602.3 s]
/proc/loadavg: 1.00 1.22 1.61 2/356 1814
/proc/meminfo: memFree=13965920/32951124 swapFree=54427468/67111528
[pid=1657] ppid=1655 vsize=607748 CPUtime=4602.42 cores=1,3,5,7
/proc/1657/stat : 1657 (qutersat_releas) R 1655 1657 937 0 -1 4202496 102914 0 0 0 460214 28 0 0 25 0 1 0 666702782 622333952 97543 33554432000 4194304 6014671 140735699104368 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/1657/statm: 151937 97543 730 445 0 145482 0
Current children cumulated CPU time (s) 4602.42
Current children cumulated vsize (KiB) 607748

[startup+4662.3 s]
/proc/loadavg: 1.00 1.18 1.57 2/356 1815
/proc/meminfo: memFree=13965880/32951124 swapFree=54427468/67111528
[pid=1657] ppid=1655 vsize=607748 CPUtime=4662.42 cores=1,3,5,7
/proc/1657/stat : 1657 (qutersat_releas) R 1655 1657 937 0 -1 4202496 102914 0 0 0 466214 28 0 0 25 0 1 0 666702782 622333952 97543 33554432000 4194304 6014671 140735699104368 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/1657/statm: 151937 97543 730 445 0 145482 0
Current children cumulated CPU time (s) 4662.42
Current children cumulated vsize (KiB) 607748

[startup+4722.31 s]
/proc/loadavg: 1.04 1.16 1.53 2/356 1817
/proc/meminfo: memFree=13966456/32951124 swapFree=54427468/67111528
[pid=1657] ppid=1655 vsize=734176 CPUtime=4722.44 cores=1,3,5,7
/proc/1657/stat : 1657 (qutersat_releas) R 1655 1657 937 0 -1 4202496 102952 0 0 0 472216 28 0 0 25 0 1 0 666702782 751796224 97581 33554432000 4194304 6014671 140735699104368 18446744073709551615 4424448 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/1657/statm: 183544 97581 730 445 0 177089 0
Current children cumulated CPU time (s) 4722.44
Current children cumulated vsize (KiB) 734176

[startup+4782.3 s]
/proc/loadavg: 1.01 1.13 1.50 2/356 1819
/proc/meminfo: memFree=13966788/32951124 swapFree=54427468/67111528
[pid=1657] ppid=1655 vsize=734176 CPUtime=4782.42 cores=1,3,5,7
/proc/1657/stat : 1657 (qutersat_releas) R 1655 1657 937 0 -1 4202496 102952 0 0 0 478214 28 0 0 25 0 1 0 666702782 751796224 97581 33554432000 4194304 6014671 140735699104368 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/1657/statm: 183544 97581 730 445 0 177089 0
Current children cumulated CPU time (s) 4782.42
Current children cumulated vsize (KiB) 734176

[startup+4842.3 s]
/proc/loadavg: 1.00 1.10 1.46 2/356 1820
/proc/meminfo: memFree=13966640/32951124 swapFree=54427468/67111528
[pid=1657] ppid=1655 vsize=734176 CPUtime=4842.42 cores=1,3,5,7
/proc/1657/stat : 1657 (qutersat_releas) R 1655 1657 937 0 -1 4202496 102953 0 0 0 484214 28 0 0 25 0 1 0 666702782 751796224 97582 33554432000 4194304 6014671 140735699104368 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/1657/statm: 183544 97582 730 445 0 177089 0
Current children cumulated CPU time (s) 4842.42
Current children cumulated vsize (KiB) 734176

[startup+4902.3 s]
/proc/loadavg: 1.00 1.08 1.43 2/356 1822
/proc/meminfo: memFree=13967092/32951124 swapFree=54427468/67111528
[pid=1657] ppid=1655 vsize=734176 CPUtime=4902.43 cores=1,3,5,7
/proc/1657/stat : 1657 (qutersat_releas) R 1655 1657 937 0 -1 4202496 102953 0 0 0 490214 29 0 0 25 0 1 0 666702782 751796224 97582 33554432000 4194304 6014671 140735699104368 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/1657/statm: 183544 97582 730 445 0 177089 0
Current children cumulated CPU time (s) 4902.43
Current children cumulated vsize (KiB) 734176

[startup+4962.3 s]
/proc/loadavg: 1.00 1.06 1.40 2/356 1823
/proc/meminfo: memFree=13966668/32951124 swapFree=54427468/67111528
[pid=1657] ppid=1655 vsize=734176 CPUtime=4962.43 cores=1,3,5,7
/proc/1657/stat : 1657 (qutersat_releas) R 1655 1657 937 0 -1 4202496 102953 0 0 0 496214 29 0 0 25 0 1 0 666702782 751796224 97582 33554432000 4194304 6014671 140735699104368 18446744073709551615 4424206 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/1657/statm: 183544 97582 730 445 0 177089 0
Current children cumulated CPU time (s) 4962.43
Current children cumulated vsize (KiB) 734176



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 1.00 1.05 1.38 2/356 1824
/proc/meminfo: memFree=13966644/32951124 swapFree=54427468/67111528
[pid=1657] ppid=1655 vsize=734176 CPUtime=5000.04 cores=1,3,5,7
/proc/1657/stat : 1657 (qutersat_releas) R 1655 1657 937 0 -1 4202496 102953 0 0 0 499975 29 0 0 25 0 1 0 666702782 751796224 97582 33554432000 4194304 6014671 140735699104368 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/1657/statm: 183544 97582 730 445 0 177089 0
Current children cumulated CPU time (s) 5000.04
Current children cumulated vsize (KiB) 734176

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: 1.00 1.05 1.38 2/356 1824
/proc/meminfo: memFree=13966644/32951124 swapFree=54427468/67111528
[pid=1657] ppid=1655 vsize=734176 CPUtime=5000.04 cores=1,3,5,7
/proc/1657/stat : 1657 (qutersat_releas) R 1655 1657 937 0 -1 4202496 102953 0 0 0 499975 29 0 0 25 0 1 0 666702782 751796224 97582 33554432000 4194304 6014671 140735699104368 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/1657/statm: 183544 97582 730 445 0 177089 0
Current children cumulated CPU time (s) 5000.04
Current children cumulated vsize (KiB) 734176

Child status: 1
Real time (s): 4999.93
CPU time (s): 5000.07
CPU user time (s): 4999.76
CPU system time (s): 0.306953
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 734176

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

runsolver used 16.9024 second user time and 42.1476 second system time

The end

Launcher Data

Begin job on node138 at 2011-05-16 15:04:08
IDJOB=3384477
IDBENCH=84180
IDSOLVER=1868
FILE ID=node138/3384477-1305551048
RUNJOBID= node138-1305540197-957
PBS_JOBID= 13329215
Free space on /tmp= 73452 MiB

SOLVER NAME= QuteRSat 2011-05-12 (fixed)
BENCH NAME= SAT03/industrial/maris/CNF/gripper13u.shuffled-as.sat03-395.cnf
COMMAND LINE= qutersat_release BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3384477-1305551048/watcher-3384477-1305551048 -o /tmp/evaluation-result-3384477-1305551048/solver-3384477-1305551048 -C 5000 -W 5100 -M 15500  qutersat_release HOME/instance-3384477-1305551048.cnf 442950868

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

MD5SUM BENCH= 3889b7ed90cc1fbe8bc8d140a1763832
RANDOM SEED=442950868

node138.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      14081168 kB
Buffers:        307056 kB
Cached:        4378644 kB
SwapCached:      18496 kB
Active:       15272668 kB
Inactive:      3322020 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      14081168 kB
SwapTotal:    67111528 kB
SwapFree:     54427468 kB
Dirty:            2044 kB
Writeback:           0 kB
AnonPages:    13902060 kB
Mapped:          20436 kB
Slab:           132648 kB
PageTables:      77768 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 83781896 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= 73452 MiB
End job on node138 at 2011-05-16 16:27:30