Trace number 3188851

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
QuteRSat 2011-03-01? (TO) 1300.08 1300.02

General information on the benchmark

Namerandom/medium/
unif-k5-r21.3-v150-c3195-S1499315720-089.SATISFIABLE.cnf
MD5SUM2a32c611c54ab908b08295ea33000743
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1.24681
Satisfiable
(Un)Satisfiability was proved
Number of variables150
Number of clauses3195
Sum of the clauses size15975
Maximum clause length5
Minimum clause length5
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 53195
Number of clauses of size over 50

Solver Data

0.00/0.00	c Set FPU double precision.
0.00/0.00	c Parse Cnf success: #var: 150 #clause: 3195
0.00/0.00	c Find Units :          0
0.00/0.00	c Find Invs  :          0
0.00/0.00	c Find Ands  :          0 AvgFaninNum: nan
0.00/0.00	c Find Xors  :          0 AvgFaninNum: nan
0.00/0.00	c Find Ite   :          0
0.00/0.00	c UnDirect variable: 0
0.00/0.00	c UnDirect to Direct Gate: 0
0.00/0.00	c Forced Direct Gate: 0 Unuse unDirect Gate: 0
0.00/0.00	c Break Cycle : 0
0.00/0.00	c Total Root : 0 Undef Var: 150
0.00/0.00	c After covering, Total Root: 0 Leaf: 0
0.00/0.00	c Variable( cover/uncovered/unused ): 0 150 0
0.00/0.00	c Unit Clauses: 0
0.00/0.00	c Binary Clauses( cover/uncovered ): 0 0
0.00/0.00	c Clauses( cover/uncovered ): 0 3195
0.00/0.00	c Total Clauses( cover/uncovered ): 0 3195 0%
0.00/0.00	c Covered Ands: 0 Invs: 0 Xors: 0 Ites: 0
0.00/0.01	c Uncover Clauses avg size: 5 max size: 5
0.00/0.01	c Final circuit: i/l/o/s     150       0    3195     11989
0.00/0.01	c CnfToAig: Time: 0 s
0.00/0.03	c TmMap: Set choices finish.
0.00/0.03	c TmMap: Set big and: 3900
0.00/0.03	c TmMap: Origin: 12140 ClauseNum: 35967 --> New: 4051 ClauseNum: 19795
0.00/0.03	c TmMap: Time: 0
0.00/0.03	c Try to Add: #clause: 7800 #xorclause: 0
0.00/0.03	c #var: 855 #clauses: 3901 Solving... 
1300.05/1300.00	c Time Out !!
1300.05/1300.00	s UNKNOWN

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: UNKNOWN

Watcher Data

runsolver Copyright (C) 2010 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 893)

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-3188851-1302285855/watcher-3188851-1302285855 -o /tmp/evaluation-result-3188851-1302285855/solver-3188851-1302285855 -C 2400 -W 1300 -M 7680 qutersat_release HOME/instance-3188851-1302285855.cnf 488413238 

running on 2 cores: 5,7

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


[startup+0 s]
/proc/loadavg: 4.00 4.00 4.00 4/189 22708
/proc/meminfo: memFree=12716728/32951124 swapFree=67111528/67111528
[pid=22708] ppid=22706 vsize=32364 CPUtime=0 cores=5,7
/proc/22708/stat : 22708 (qutersat_releas) R 22706 22708 22015 0 -1 4202496 1782 0 0 0 0 0 0 0 25 0 1 0 321001091 33140736 1714 33554432000 4194304 6016207 140735750211840 18446744073709551615 270338383616 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/22708/statm: 8091 1717 381 445 0 1635 0

[startup+0.087589 s]
/proc/loadavg: 4.00 4.00 4.00 4/189 22708
/proc/meminfo: memFree=12716728/32951124 swapFree=67111528/67111528
[pid=22708] ppid=22706 vsize=49784 CPUtime=0.07 cores=5,7
/proc/22708/stat : 22708 (qutersat_releas) R 22706 22708 22015 0 -1 4202496 4643 0 0 0 7 0 0 0 25 0 1 0 321001091 50978816 4575 33554432000 4194304 6016207 140735750211840 18446744073709551615 4379416 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/22708/statm: 12446 4575 719 445 0 5990 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 49784

[startup+0.100582 s]
/proc/loadavg: 4.00 4.00 4.00 4/189 22708
/proc/meminfo: memFree=12716728/32951124 swapFree=67111528/67111528
[pid=22708] ppid=22706 vsize=49784 CPUtime=0.09 cores=5,7
/proc/22708/stat : 22708 (qutersat_releas) R 22706 22708 22015 0 -1 4202496 4656 0 0 0 9 0 0 0 25 0 1 0 321001091 50978816 4588 33554432000 4194304 6016207 140735750211840 18446744073709551615 4426107 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/22708/statm: 12446 4588 719 445 0 5990 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 49784

[startup+0.300544 s]
/proc/loadavg: 4.00 4.00 4.00 4/189 22708
/proc/meminfo: memFree=12716728/32951124 swapFree=67111528/67111528
[pid=22708] ppid=22706 vsize=58408 CPUtime=0.29 cores=5,7
/proc/22708/stat : 22708 (qutersat_releas) R 22706 22708 22015 0 -1 4202496 4939 0 0 0 29 0 0 0 25 0 1 0 321001091 59809792 4871 33554432000 4194304 6016207 140735750211840 18446744073709551615 4425486 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/22708/statm: 14602 4871 722 445 0 8146 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 58408

[startup+0.700464 s]
/proc/loadavg: 4.00 4.00 4.00 4/189 22708
/proc/meminfo: memFree=12716728/32951124 swapFree=67111528/67111528
[pid=22708] ppid=22706 vsize=67216 CPUtime=0.69 cores=5,7
/proc/22708/stat : 22708 (qutersat_releas) R 22706 22708 22015 0 -1 4202496 5366 0 0 0 69 0 0 0 25 0 1 0 321001091 68829184 5298 33554432000 4194304 6016207 140735750211840 18446744073709551615 4425526 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/22708/statm: 16804 5298 722 445 0 10348 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 67216

[startup+1.5003 s]
/proc/loadavg: 4.00 4.00 4.00 6/190 22709
/proc/meminfo: memFree=12692492/32951124 swapFree=67111528/67111528
[pid=22708] ppid=22706 vsize=85284 CPUtime=1.49 cores=5,7
/proc/22708/stat : 22708 (qutersat_releas) R 22706 22708 22015 0 -1 4202496 6219 0 0 0 148 1 0 0 25 0 1 0 321001091 87330816 6151 33554432000 4194304 6016207 140735750211840 18446744073709551615 4425626 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/22708/statm: 21321 6151 730 445 0 14865 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 85284

[startup+3.10099 s]
/proc/loadavg: 4.00 4.00 4.00 6/190 22709
/proc/meminfo: memFree=12685176/32951124 swapFree=67111528/67111528
[pid=22708] ppid=22706 vsize=94428 CPUtime=3.09 cores=5,7
/proc/22708/stat : 22708 (qutersat_releas) R 22706 22708 22015 0 -1 4202496 7038 0 0 0 308 1 0 0 25 0 1 0 321001091 96694272 6970 33554432000 4194304 6016207 140735750211840 18446744073709551615 4424344 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/22708/statm: 23607 6970 730 445 0 17151 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 94428

[startup+6.30035 s]
/proc/loadavg: 4.00 4.00 4.00 6/190 22709
/proc/meminfo: memFree=12664364/32951124 swapFree=67111528/67111528
[pid=22708] ppid=22706 vsize=94428 CPUtime=6.29 cores=5,7
/proc/22708/stat : 22708 (qutersat_releas) R 22706 22708 22015 0 -1 4202496 10842 0 0 0 628 1 0 0 25 0 1 0 321001091 96694272 10773 33554432000 4194304 6016207 140735750211840 18446744073709551615 4425664 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/22708/statm: 23607 10773 732 445 0 17151 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 94428

[startup+12.7011 s]
/proc/loadavg: 3.93 3.98 3.99 6/190 22737
/proc/meminfo: memFree=12778608/32951124 swapFree=67111528/67111528
[pid=22708] ppid=22706 vsize=104272 CPUtime=12.7 cores=5,7
/proc/22708/stat : 22708 (qutersat_releas) R 22706 22708 22015 0 -1 4202496 13768 0 0 0 1268 2 0 0 25 0 1 0 321001091 106774528 13699 33554432000 4194304 6016207 140735750211840 18446744073709551615 4425473 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/22708/statm: 26068 13699 732 445 0 19612 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 104272

[startup+25.5006 s]
/proc/loadavg: 3.94 3.98 3.99 5/190 22737
/proc/meminfo: memFree=12729284/32951124 swapFree=67111528/67111528
[pid=22708] ppid=22706 vsize=114232 CPUtime=25.49 cores=5,7
/proc/22708/stat : 22708 (qutersat_releas) R 22706 22708 22015 0 -1 4202496 16094 0 0 0 2547 2 0 0 25 0 1 0 321001091 116973568 16025 33554432000 4194304 6016207 140735750211840 18446744073709551615 4425742 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/22708/statm: 28558 16025 732 445 0 22102 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 114232

[startup+51.1005 s]
/proc/loadavg: 3.96 3.98 3.99 5/190 22738
/proc/meminfo: memFree=12680852/32951124 swapFree=67111528/67111528
[pid=22708] ppid=22706 vsize=135364 CPUtime=51.1 cores=5,7
/proc/22708/stat : 22708 (qutersat_releas) R 22706 22708 22015 0 -1 4202496 20208 0 0 0 5107 3 0 0 25 0 1 0 321001091 138612736 20137 33554432000 4194304 6016207 140735750211840 18446744073709551615 4425451 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/22708/statm: 33841 20137 730 445 0 27385 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 135364

[startup+102.306 s]
/proc/loadavg: 4.11 4.02 4.00 6/190 22739
/proc/meminfo: memFree=12619096/32951124 swapFree=67111528/67111528
[pid=22708] ppid=22706 vsize=157416 CPUtime=102.3 cores=5,7
/proc/22708/stat : 22708 (qutersat_releas) R 22706 22708 22015 0 -1 4202496 27327 0 0 0 10227 3 0 0 25 0 1 0 321001091 161193984 27256 33554432000 4194304 6016207 140735750211840 18446744073709551615 4425995 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/22708/statm: 39354 27256 752 445 0 32898 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 157416

[startup+162.3 s]
/proc/loadavg: 4.04 4.01 4.00 5/190 22741
/proc/meminfo: memFree=12559680/32951124 swapFree=67111528/67111528
[pid=22708] ppid=22706 vsize=157416 CPUtime=162.3 cores=5,7
/proc/22708/stat : 22708 (qutersat_releas) R 22706 22708 22015 0 -1 4202496 30869 0 0 0 16226 4 0 0 25 0 1 0 321001091 161193984 30795 33554432000 4194304 6016207 140735750211840 18446744073709551615 4426003 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/22708/statm: 39354 30795 749 445 0 32898 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 157416

[startup+222.301 s]
/proc/loadavg: 4.01 4.00 4.00 7/190 22742
/proc/meminfo: memFree=12502624/32951124 swapFree=67111528/67111528
[pid=22708] ppid=22706 vsize=169276 CPUtime=222.31 cores=5,7
/proc/22708/stat : 22708 (qutersat_releas) R 22706 22708 22015 0 -1 4202496 33154 0 0 0 22226 5 0 0 25 0 1 0 321001091 173338624 33080 33554432000 4194304 6016207 140735750211840 18446744073709551615 4425548 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/22708/statm: 42319 33080 749 445 0 35863 0
Current children cumulated CPU time (s) 222.31
Current children cumulated vsize (KiB) 169276

[startup+282.301 s]
/proc/loadavg: 4.00 4.00 4.00 5/190 22744
/proc/meminfo: memFree=12471488/32951124 swapFree=67111528/67111528
[pid=22708] ppid=22706 vsize=169276 CPUtime=282.31 cores=5,7
/proc/22708/stat : 22708 (qutersat_releas) R 22706 22708 22015 0 -1 4202496 33939 0 0 0 28226 5 0 0 25 0 1 0 321001091 173338624 33849 33554432000 4194304 6016207 140735750211840 18446744073709551615 4425530 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/22708/statm: 42319 33849 733 445 0 35863 0
Current children cumulated CPU time (s) 282.31
Current children cumulated vsize (KiB) 169276

[startup+342.301 s]
/proc/loadavg: 3.95 3.98 3.99 5/190 22774
/proc/meminfo: memFree=12575708/32951124 swapFree=67111528/67111528
[pid=22708] ppid=22706 vsize=194116 CPUtime=342.3 cores=5,7
/proc/22708/stat : 22708 (qutersat_releas) R 22706 22708 22015 0 -1 4202496 39798 0 0 0 34224 6 0 0 25 0 1 0 321001091 198774784 39708 33554432000 4194304 6016207 140735750211840 18446744073709551615 4425671 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/22708/statm: 48529 39708 733 445 0 42073 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 194116

[startup+402.301 s]
/proc/loadavg: 3.98 3.98 3.99 5/190 22775
/proc/meminfo: memFree=12529428/32951124 swapFree=67111528/67111528
[pid=22708] ppid=22706 vsize=245264 CPUtime=402.3 cores=5,7
/proc/22708/stat : 22708 (qutersat_releas) R 22706 22708 22015 0 -1 4202496 42057 0 0 0 40224 6 0 0 25 0 1 0 321001091 251150336 41946 33554432000 4194304 6016207 140735750211840 18446744073709551615 4381759 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/22708/statm: 61316 41946 733 445 0 54860 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 245264

[startup+462.301 s]
/proc/loadavg: 3.99 3.98 3.99 5/190 22777
/proc/meminfo: memFree=12511796/32951124 swapFree=67111528/67111528
[pid=22708] ppid=22706 vsize=245264 CPUtime=462.32 cores=5,7
/proc/22708/stat : 22708 (qutersat_releas) R 22706 22708 22015 0 -1 4202496 45467 0 0 0 46224 8 0 0 25 0 1 0 321001091 251150336 45332 33554432000 4194304 6016207 140735750211840 18446744073709551615 4426003 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/22708/statm: 61316 45332 733 445 0 54860 0
Current children cumulated CPU time (s) 462.32
Current children cumulated vsize (KiB) 245264

[startup+522.301 s]
/proc/loadavg: 3.99 3.98 3.99 6/190 22778
/proc/meminfo: memFree=12445300/32951124 swapFree=67111528/67111528
[pid=22708] ppid=22706 vsize=298168 CPUtime=522.32 cores=5,7
/proc/22708/stat : 22708 (qutersat_releas) R 22706 22708 22015 0 -1 4202496 54402 0 0 0 52221 11 0 0 25 0 1 0 321001091 305324032 54234 33554432000 4194304 6016207 140735750211840 18446744073709551615 4513198 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/22708/statm: 74542 54234 733 445 0 68086 0
Current children cumulated CPU time (s) 522.32
Current children cumulated vsize (KiB) 298168

[startup+582.3 s]
/proc/loadavg: 3.99 3.98 3.99 6/190 22780
/proc/meminfo: memFree=12387480/32951124 swapFree=67111528/67111528
[pid=22708] ppid=22706 vsize=298168 CPUtime=582.32 cores=5,7
/proc/22708/stat : 22708 (qutersat_releas) R 22706 22708 22015 0 -1 4202496 57276 0 0 0 58220 12 0 0 25 0 1 0 321001091 305324032 57065 33554432000 4194304 6016207 140735750211840 18446744073709551615 4425530 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/22708/statm: 74542 57065 733 445 0 68086 0
Current children cumulated CPU time (s) 582.32
Current children cumulated vsize (KiB) 298168

[startup+642.3 s]
/proc/loadavg: 4.07 4.01 4.00 6/190 22782
/proc/meminfo: memFree=12347764/32951124 swapFree=67111528/67111528
[pid=22708] ppid=22706 vsize=298168 CPUtime=642.32 cores=5,7
/proc/22708/stat : 22708 (qutersat_releas) R 22706 22708 22015 0 -1 4202496 58755 0 0 0 64220 12 0 0 25 0 1 0 321001091 305324032 58490 33554432000 4194304 6016207 140735750211840 18446744073709551615 4425666 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/22708/statm: 74542 58490 733 445 0 68086 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 298168

[startup+702.3 s]
/proc/loadavg: 4.02 4.01 4.00 6/190 22783
/proc/meminfo: memFree=12329876/32951124 swapFree=67111528/67111528
[pid=22708] ppid=22706 vsize=298168 CPUtime=702.32 cores=5,7
/proc/22708/stat : 22708 (qutersat_releas) R 22706 22708 22015 0 -1 4202496 60683 0 0 0 70219 13 0 0 25 0 1 0 321001091 305324032 60377 33554432000 4194304 6016207 140735750211840 18446744073709551615 4426912 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/22708/statm: 74542 60377 733 445 0 68086 0
Current children cumulated CPU time (s) 702.32
Current children cumulated vsize (KiB) 298168

[startup+762.307 s]
/proc/loadavg: 4.01 4.00 4.00 6/190 22785
/proc/meminfo: memFree=12292280/32951124 swapFree=67111528/67111528
[pid=22708] ppid=22706 vsize=298168 CPUtime=762.33 cores=5,7
/proc/22708/stat : 22708 (qutersat_releas) R 22706 22708 22015 0 -1 4202496 61106 0 0 0 76220 13 0 0 25 0 1 0 321001091 305324032 60755 33554432000 4194304 6016207 140735750211840 18446744073709551615 4425619 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/22708/statm: 74542 60755 733 445 0 68086 0
Current children cumulated CPU time (s) 762.33
Current children cumulated vsize (KiB) 298168

[startup+822.301 s]
/proc/loadavg: 4.00 4.00 4.00 5/190 22786
/proc/meminfo: memFree=12263732/32951124 swapFree=67111528/67111528
[pid=22708] ppid=22706 vsize=298168 CPUtime=822.33 cores=5,7
/proc/22708/stat : 22708 (qutersat_releas) R 22706 22708 22015 0 -1 4202496 61152 0 0 0 82220 13 0 0 25 0 1 0 321001091 305324032 60774 33554432000 4194304 6016207 140735750211840 18446744073709551615 4425643 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/22708/statm: 74542 60774 733 445 0 68086 0
Current children cumulated CPU time (s) 822.33
Current children cumulated vsize (KiB) 298168

[startup+882.301 s]
/proc/loadavg: 4.00 4.00 4.00 5/190 22788
/proc/meminfo: memFree=12220804/32951124 swapFree=67111528/67111528
[pid=22708] ppid=22706 vsize=354680 CPUtime=882.33 cores=5,7
/proc/22708/stat : 22708 (qutersat_releas) R 22706 22708 22015 0 -1 4202496 62905 0 0 0 88219 14 0 0 25 0 1 0 321001091 363192320 62466 33554432000 4194304 6016207 140735750211840 18446744073709551615 4425473 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/22708/statm: 88670 62466 733 445 0 82214 0
Current children cumulated CPU time (s) 882.33
Current children cumulated vsize (KiB) 354680

[startup+942.301 s]
/proc/loadavg: 4.00 4.00 4.00 5/190 22790
/proc/meminfo: memFree=12186932/32951124 swapFree=67111528/67111528
[pid=22708] ppid=22706 vsize=411772 CPUtime=942.34 cores=5,7
/proc/22708/stat : 22708 (qutersat_releas) R 22706 22708 22015 0 -1 4202496 62951 0 0 0 94220 14 0 0 25 0 1 0 321001091 421654528 62480 33554432000 4194304 6016207 140735750211840 18446744073709551615 4425987 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/22708/statm: 102943 62480 733 445 0 96487 0
Current children cumulated CPU time (s) 942.34
Current children cumulated vsize (KiB) 411772

[startup+1002.3 s]
/proc/loadavg: 4.00 4.00 4.00 5/190 22791
/proc/meminfo: memFree=12152440/32951124 swapFree=67111528/67111528
[pid=22708] ppid=22706 vsize=411772 CPUtime=1002.34 cores=5,7
/proc/22708/stat : 22708 (qutersat_releas) R 22706 22708 22015 0 -1 4202496 63425 0 0 0 100220 14 0 0 25 0 1 0 321001091 421654528 62919 33554432000 4194304 6016207 140735750211840 18446744073709551615 4425476 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/22708/statm: 102943 62919 733 445 0 96487 0
Current children cumulated CPU time (s) 1002.34
Current children cumulated vsize (KiB) 411772

[startup+1062.3 s]
/proc/loadavg: 4.00 4.00 4.00 6/190 22793
/proc/meminfo: memFree=12115576/32951124 swapFree=67111528/67111528
[pid=22708] ppid=22706 vsize=411772 CPUtime=1062.34 cores=5,7
/proc/22708/stat : 22708 (qutersat_releas) R 22706 22708 22015 0 -1 4202496 65404 0 0 0 106220 14 0 0 25 0 1 0 321001091 421654528 64860 33554432000 4194304 6016207 140735750211840 18446744073709551615 4378873 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/22708/statm: 102943 64860 733 445 0 96487 0
Current children cumulated CPU time (s) 1062.34
Current children cumulated vsize (KiB) 411772

[startup+1122.3 s]
/proc/loadavg: 4.11 4.03 4.01 6/190 22794
/proc/meminfo: memFree=12085412/32951124 swapFree=67111528/67111528
[pid=22708] ppid=22706 vsize=411772 CPUtime=1122.34 cores=5,7
/proc/22708/stat : 22708 (qutersat_releas) R 22706 22708 22015 0 -1 4202496 65404 0 0 0 112220 14 0 0 25 0 1 0 321001091 421654528 64818 33554432000 4194304 6016207 140735750211840 18446744073709551615 4425745 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/22708/statm: 102943 64818 733 445 0 96487 0
Current children cumulated CPU time (s) 1122.34
Current children cumulated vsize (KiB) 411772

[startup+1182.3 s]
/proc/loadavg: 4.04 4.02 4.00 6/190 22796
/proc/meminfo: memFree=12039620/32951124 swapFree=67111528/67111528
[pid=22708] ppid=22706 vsize=411772 CPUtime=1182.34 cores=5,7
/proc/22708/stat : 22708 (qutersat_releas) R 22706 22708 22015 0 -1 4202496 68245 0 0 0 118219 15 0 0 25 0 1 0 321001091 421654528 67659 33554432000 4194304 6016207 140735750211840 18446744073709551615 4513192 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/22708/statm: 102943 67659 733 445 0 96487 0
Current children cumulated CPU time (s) 1182.34
Current children cumulated vsize (KiB) 411772

[startup+1242.3 s]
/proc/loadavg: 4.01 4.02 4.00 6/190 22798
/proc/meminfo: memFree=12013420/32951124 swapFree=67111528/67111528
[pid=22708] ppid=22706 vsize=411772 CPUtime=1242.35 cores=5,7
/proc/22708/stat : 22708 (qutersat_releas) R 22706 22708 22015 0 -1 4202496 68245 0 0 0 124220 15 0 0 25 0 1 0 321001091 421654528 67659 33554432000 4194304 6016207 140735750211840 18446744073709551615 4513192 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/22708/statm: 102943 67659 733 445 0 96487 0
Current children cumulated CPU time (s) 1242.35
Current children cumulated vsize (KiB) 411772



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.00 4.01 4.00 5/189 22803
/proc/meminfo: memFree=12243440/32951124 swapFree=67111528/67111528
[pid=22708] ppid=22706 vsize=411772 CPUtime=1300.05 cores=5,7
/proc/22708/stat : 22708 (qutersat_releas) R 22706 22708 22015 0 -1 4202496 68245 0 0 0 129990 15 0 0 25 0 1 0 321001091 421654528 67616 33554432000 4194304 6016207 140735750211840 18446744073709551615 4424309 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/22708/statm: 102943 67616 733 445 0 96487 0
Current children cumulated CPU time (s) 1300.05
Current children cumulated vsize (KiB) 411772

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

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

Child status: 1
Real time (s): 1300.02
CPU time (s): 1300.08
CPU user time (s): 1299.91
CPU system time (s): 0.168974
CPU usage (%): 100.005
Max. virtual memory (cumulated for all children) (KiB): 411772

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

runsolver used 2.03669 second user time and 5.02923 second system time

The end

Launcher Data

Begin job on node143 at 2011-04-08 20:04:15
IDJOB=3188851
IDBENCH=82982
IDSOLVER=1607
FILE ID=node143/3188851-1302285855
RUNJOBID= node143-1302280646-22036
PBS_JOBID= 12919083
Free space on /tmp= 71384 MiB

SOLVER NAME= QuteRSat 2011-03-01
BENCH NAME= SAT11/random/medium/unif-k5-r21.3-v150-c3195-S1499315720-089.SATISFIABLE.cnf
COMMAND LINE= qutersat_release BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3188851-1302285855/watcher-3188851-1302285855 -o /tmp/evaluation-result-3188851-1302285855/solver-3188851-1302285855 -C 2400 -W 1300 -M 7680  qutersat_release HOME/instance-3188851-1302285855.cnf 488413238

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

MD5SUM BENCH= 2a32c611c54ab908b08295ea33000743
RANDOM SEED=488413238

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

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.846
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.74
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.846
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.83
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.846
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.846
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.846
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.74
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.846
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:      12716760 kB
Buffers:        557324 kB
Cached:       18833420 kB
SwapCached:          0 kB
Active:       10133424 kB
Inactive:      9672236 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      12716760 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            3528 kB
Writeback:           0 kB
AnonPages:      414960 kB
Mapped:          20256 kB
Slab:           363740 kB
PageTables:       6040 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   811268 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= 71384 MiB
End job on node143 at 2011-04-08 20:25:57