Trace number 3265292

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

General information on the benchmark

NameSAT05/crafted/sabharwal05/counting/fphp/unsat/
harder/fphp-030-029.shuffled-as.sat05-1234.cnf
MD5SUMc12aa6a0ac1bca448bef51c167f3bbbb
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark17.1704
Satisfiable
(Un)Satisfiability was proved
Number of variables870
Number of clauses24825
Sum of the clauses size50460
Maximum clause length29
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 224795
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 530

Solver Data

0.00/0.00	c Set FPU double precision.
0.02/0.02	c Parse Cnf success: #var: 870 #clause: 24825
0.02/0.02	c Find Units :          0
0.02/0.02	c Find Invs  :          0
0.02/0.02	c Find Ands  :        870 AvgFaninNum: 28
0.02/0.02	c Find Xors  :          0 AvgFaninNum: nan
0.02/0.02	c Find Ite   :          0
0.02/0.02	c UnDirect variable: 0
0.02/0.02	c UnDirect to Direct Gate: 0
0.02/0.02	c Forced Direct Gate: 0 Unuse unDirect Gate: 0
0.02/0.02	c Break Cycle : 840
0.02/0.02	c Total Root : 0 Undef Var: 840
0.02/0.02	c After covering, Total Root: 30 Leaf: 840
0.02/0.02	c Variable( cover/uncovered/unused ): 870 0 0
0.02/0.02	c Unit Clauses: 0
0.02/0.02	c Binary Clauses( cover/uncovered ): 840 23955
0.02/0.02	c Clauses( cover/uncovered ): 30 0
0.02/0.02	c Total Clauses( cover/uncovered ): 870 23955 3.50453%
0.02/0.02	c Covered Ands: 30 Invs: 0 Xors: 0 Ites: 0
0.02/0.02	c Uncover Clauses avg size: 2 max size: 2
0.02/0.02	c Final circuit: i/l/o/s     840       0   23955     24765
0.02/0.02	c CnfToAig: Time: 0.02 s
0.02/0.04	c TmMap: Set choices finish.
0.02/0.05	c TmMap: Set big and: 23985
0.02/0.05	c TmMap: Origin: 25606 ClauseNum: 74295 --> New: 24826 ClauseNum: 72735
0.02/0.05	c TmMap: Time: 0.01
0.02/0.06	c Try to Add: #clause: 47970 #xorclause: 0
0.02/0.06	c #var: 870 #clauses: 31 Solving... 
1300.03/1300.00	c Time Out !!
1300.03/1300.00	s UNKNOWN

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3265292-1303574958/watcher-3265292-1303574958 -o /tmp/evaluation-result-3265292-1303574958/solver-3265292-1303574958 -C 2400 -W 1300 -M 7680 qutersat_release HOME/instance-3265292-1303574958.cnf 920204782 

running on 2 cores: 4,6

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: 0.93 2.01 3.08 5/184 11649
/proc/meminfo: memFree=14467172/32951124 swapFree=67111528/67111528
[pid=11649] ppid=11647 vsize=32364 CPUtime=0 cores=4,6
/proc/11649/stat : 11649 (qutersat_releas) R 11647 11649 10828 0 -1 4202496 1786 0 0 0 0 0 0 0 22 0 1 0 469096780 33140736 1720 33554432000 4194304 6016207 140736447144352 18446744073709551615 4779602 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/11649/statm: 8091 1722 378 445 0 1635 0

[startup+0.027145 s]
/proc/loadavg: 0.93 2.01 3.08 5/184 11649
/proc/meminfo: memFree=14467172/32951124 swapFree=67111528/67111528
[pid=11649] ppid=11647 vsize=35436 CPUtime=0.02 cores=4,6
/proc/11649/stat : 11649 (qutersat_releas) R 11647 11649 10828 0 -1 4202496 2677 0 0 0 2 0 0 0 22 0 1 0 469096780 36286464 2611 33554432000 4194304 6016207 140736447144352 18446744073709551615 4342367 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/11649/statm: 8859 2611 453 445 0 2403 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 35436

[startup+0.101161 s]
/proc/loadavg: 0.93 2.01 3.08 5/184 11649
/proc/meminfo: memFree=14467172/32951124 swapFree=67111528/67111528
[pid=11649] ppid=11647 vsize=54904 CPUtime=0.09 cores=4,6
/proc/11649/stat : 11649 (qutersat_releas) R 11647 11649 10828 0 -1 4202496 5877 0 0 0 9 0 0 0 22 0 1 0 469096780 56221696 5811 33554432000 4194304 6016207 140736447144352 18446744073709551615 4425654 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/11649/statm: 13726 5812 718 445 0 7270 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 54904

[startup+0.30112 s]
/proc/loadavg: 0.93 2.01 3.08 5/184 11649
/proc/meminfo: memFree=14467172/32951124 swapFree=67111528/67111528
[pid=11649] ppid=11647 vsize=64248 CPUtime=0.29 cores=4,6
/proc/11649/stat : 11649 (qutersat_releas) R 11647 11649 10828 0 -1 4202496 6736 0 0 0 29 0 0 0 23 0 1 0 469096780 65789952 6670 33554432000 4194304 6016207 140736447144352 18446744073709551615 4425619 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/11649/statm: 16062 6670 718 445 0 9606 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 64248

[startup+0.701064 s]
/proc/loadavg: 0.93 2.01 3.08 5/184 11649
/proc/meminfo: memFree=14467172/32951124 swapFree=67111528/67111528
[pid=11649] ppid=11647 vsize=74228 CPUtime=0.69 cores=4,6
/proc/11649/stat : 11649 (qutersat_releas) R 11647 11649 10828 0 -1 4202496 8111 0 0 0 69 0 0 0 25 0 1 0 469096780 76009472 8045 33554432000 4194304 6016207 140736447144352 18446744073709551615 4425650 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/11649/statm: 18557 8045 718 445 0 12101 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 74228

[startup+1.50091 s]
/proc/loadavg: 0.93 2.01 3.08 5/190 11682
/proc/meminfo: memFree=14388376/32951124 swapFree=67111528/67111528
[pid=11649] ppid=11647 vsize=84756 CPUtime=1.49 cores=4,6
/proc/11649/stat : 11649 (qutersat_releas) R 11647 11649 10828 0 -1 4202496 12756 0 0 0 148 1 0 0 25 0 1 0 469096780 86790144 12690 33554432000 4194304 6016207 140736447144352 18446744073709551615 4538609 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/11649/statm: 21189 12690 727 445 0 14733 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 84756

[startup+3.10063 s]
/proc/loadavg: 1.18 2.04 3.09 5/190 11682
/proc/meminfo: memFree=14323152/32951124 swapFree=67111528/67111528
[pid=11649] ppid=11647 vsize=84756 CPUtime=3.09 cores=4,6
/proc/11649/stat : 11649 (qutersat_releas) R 11647 11649 10828 0 -1 4202496 13118 0 0 0 308 1 0 0 25 0 1 0 469096780 86790144 13052 33554432000 4194304 6016207 140736447144352 18446744073709551615 4536925 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/11649/statm: 21189 13052 727 445 0 14733 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 84756

[startup+6.30106 s]
/proc/loadavg: 1.18 2.04 3.09 5/190 11682
/proc/meminfo: memFree=14248504/32951124 swapFree=67111528/67111528
[pid=11649] ppid=11647 vsize=107676 CPUtime=6.29 cores=4,6
/proc/11649/stat : 11649 (qutersat_releas) R 11647 11649 10828 0 -1 4202496 17090 0 0 0 627 2 0 0 25 0 1 0 469096780 110260224 17024 33554432000 4194304 6016207 140736447144352 18446744073709551615 270612807313 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/11649/statm: 26919 17024 727 445 0 20463 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 107676

[startup+12.7009 s]
/proc/loadavg: 1.61 2.11 3.10 5/190 11683
/proc/meminfo: memFree=14128824/32951124 swapFree=67111528/67111528
[pid=11649] ppid=11647 vsize=132816 CPUtime=12.69 cores=4,6
/proc/11649/stat : 11649 (qutersat_releas) R 11647 11649 10828 0 -1 4202496 24486 0 0 0 1266 3 0 0 25 0 1 0 469096780 136003584 24420 33554432000 4194304 6016207 140736447144352 18446744073709551615 4513147 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/11649/statm: 33204 24420 727 445 0 26748 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 132816

[startup+25.5007 s]
/proc/loadavg: 1.98 2.17 3.11 5/190 11683
/proc/meminfo: memFree=13939884/32951124 swapFree=67111528/67111528
[pid=11649] ppid=11647 vsize=161824 CPUtime=25.49 cores=4,6
/proc/11649/stat : 11649 (qutersat_releas) R 11647 11649 10828 0 -1 4202496 32450 0 0 0 2545 4 0 0 25 0 1 0 469096780 165707776 32384 33554432000 4194304 6016207 140736447144352 18446744073709551615 4425616 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/11649/statm: 40456 32384 727 445 0 34000 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 161824

[startup+51.1011 s]
/proc/loadavg: 2.67 2.32 3.13 5/190 11684
/proc/meminfo: memFree=13769016/32951124 swapFree=67111528/67111528
[pid=11649] ppid=11647 vsize=342960 CPUtime=51.09 cores=4,6
/proc/11649/stat : 11649 (qutersat_releas) R 11647 11649 10828 0 -1 4202496 50894 0 0 0 5102 7 0 0 25 0 1 0 469096780 351191040 50828 33554432000 4194304 6016207 140736447144352 18446744073709551615 4425619 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/11649/statm: 85740 50828 727 445 0 79284 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 342960

[startup+102.307 s]
/proc/loadavg: 3.47 2.60 3.18 5/190 11685
/proc/meminfo: memFree=13313420/32951124 swapFree=67111528/67111528
[pid=11649] ppid=11647 vsize=416152 CPUtime=102.3 cores=4,6
/proc/11649/stat : 11649 (qutersat_releas) R 11647 11649 10828 0 -1 4202496 79050 0 0 0 10218 12 0 0 25 0 1 0 469096780 426139648 78774 33554432000 4194304 6016207 140736447144352 18446744073709551615 4536896 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/11649/statm: 104038 78774 736 445 0 97582 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 416152

[startup+162.3 s]
/proc/loadavg: 3.80 2.85 3.22 5/190 11687
/proc/meminfo: memFree=13158276/32951124 swapFree=67111528/67111528
[pid=11649] ppid=11647 vsize=701488 CPUtime=162.29 cores=4,6
/proc/11649/stat : 11649 (qutersat_releas) R 11647 11649 10828 0 -1 4202496 102649 0 0 0 16215 14 0 0 25 0 1 0 469096780 718323712 100539 33554432000 4194304 6016207 140736447144352 18446744073709551615 4424353 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/11649/statm: 175372 100539 736 445 0 168916 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 701488

[startup+222.301 s]
/proc/loadavg: 3.93 3.06 3.27 5/190 11688
/proc/meminfo: memFree=12837092/32951124 swapFree=67111528/67111528
[pid=11649] ppid=11647 vsize=701488 CPUtime=222.3 cores=4,6
/proc/11649/stat : 11649 (qutersat_releas) R 11647 11649 10828 0 -1 4202496 124764 0 0 0 22212 18 0 0 25 0 1 0 469096780 718323712 122645 33554432000 4194304 6016207 140736447144352 18446744073709551615 4536468 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/11649/statm: 175372 122645 727 445 0 168916 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 701488

[startup+282.3 s]
/proc/loadavg: 3.97 3.23 3.31 5/190 11690
/proc/meminfo: memFree=12675632/32951124 swapFree=67111528/67111528
[pid=11649] ppid=11647 vsize=939144 CPUtime=282.3 cores=4,6
/proc/11649/stat : 11649 (qutersat_releas) R 11647 11649 10828 0 -1 4202496 141373 0 0 0 28210 20 0 0 25 0 1 0 469096780 961683456 139254 33554432000 4194304 6016207 140736447144352 18446744073709551615 4513147 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/11649/statm: 234786 139254 728 445 0 228330 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 939144

[startup+342.301 s]
/proc/loadavg: 3.99 3.36 3.35 5/190 11691
/proc/meminfo: memFree=12595632/32951124 swapFree=67111528/67111528
[pid=11649] ppid=11647 vsize=939144 CPUtime=342.3 cores=4,6
/proc/11649/stat : 11649 (qutersat_releas) R 11647 11649 10828 0 -1 4202496 142508 0 0 0 34210 20 0 0 25 0 1 0 469096780 961683456 140361 33554432000 4194304 6016207 140736447144352 18446744073709551615 4513178 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/11649/statm: 234786 140361 728 445 0 228330 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 939144

[startup+402.301 s]
/proc/loadavg: 4.04 3.49 3.40 5/190 11693
/proc/meminfo: memFree=12354196/32951124 swapFree=67111528/67111528
[pid=11649] ppid=11647 vsize=1079556 CPUtime=402.3 cores=4,6
/proc/11649/stat : 11649 (qutersat_releas) R 11647 11649 10828 0 -1 4202496 172519 0 0 0 40205 25 0 0 25 0 1 0 469096780 1105465344 170175 33554432000 4194304 6016207 140736447144352 18446744073709551615 4425626 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/11649/statm: 269889 170175 728 445 0 263433 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 1079556

[startup+462.3 s]
/proc/loadavg: 4.01 3.58 3.43 5/190 11695
/proc/meminfo: memFree=12245932/32951124 swapFree=67111528/67111528
[pid=11649] ppid=11647 vsize=1234968 CPUtime=462.3 cores=4,6
/proc/11649/stat : 11649 (qutersat_releas) R 11647 11649 10828 0 -1 4202496 178583 0 0 0 46204 26 0 0 25 0 1 0 469096780 1264607232 176074 33554432000 4194304 6016207 140736447144352 18446744073709551615 4425530 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/11649/statm: 308742 176074 728 445 0 302286 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 1234968

[startup+522.301 s]
/proc/loadavg: 4.00 3.66 3.46 5/190 11696
/proc/meminfo: memFree=11957252/32951124 swapFree=67111528/67111528
[pid=11649] ppid=11647 vsize=1234968 CPUtime=522.3 cores=4,6
/proc/11649/stat : 11649 (qutersat_releas) R 11647 11649 10828 0 -1 4202496 181105 0 0 0 52203 27 0 0 25 0 1 0 469096780 1264607232 178442 33554432000 4194304 6016207 140736447144352 18446744073709551615 4425619 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/11649/statm: 308742 178442 728 445 0 302286 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 1234968

[startup+582.301 s]
/proc/loadavg: 4.04 3.73 3.50 5/190 11698
/proc/meminfo: memFree=11846020/32951124 swapFree=67111528/67111528
[pid=11649] ppid=11647 vsize=1234968 CPUtime=582.3 cores=4,6
/proc/11649/stat : 11649 (qutersat_releas) R 11647 11649 10828 0 -1 4202496 187412 0 0 0 58203 27 0 0 25 0 1 0 469096780 1264607232 184567 33554432000 4194304 6016207 140736447144352 18446744073709551615 4513280 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/11649/statm: 308742 184567 728 445 0 302286 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 1234968

[startup+642.301 s]
/proc/loadavg: 4.08 3.79 3.53 5/190 11699
/proc/meminfo: memFree=11821192/32951124 swapFree=67111528/67111528
[pid=11649] ppid=11647 vsize=1234968 CPUtime=642.31 cores=4,6
/proc/11649/stat : 11649 (qutersat_releas) R 11647 11649 10828 0 -1 4202496 188628 0 0 0 64203 28 0 0 25 0 1 0 469096780 1264607232 185636 33554432000 4194304 6016207 140736447144352 18446744073709551615 4382592 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/11649/statm: 308742 185636 728 445 0 302286 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 1234968

[startup+702.301 s]
/proc/loadavg: 4.03 3.83 3.56 5/190 11701
/proc/meminfo: memFree=11793404/32951124 swapFree=67111528/67111528
[pid=11649] ppid=11647 vsize=1234968 CPUtime=702.31 cores=4,6
/proc/11649/stat : 11649 (qutersat_releas) R 11647 11649 10828 0 -1 4202496 189312 0 0 0 70203 28 0 0 25 0 1 0 469096780 1264607232 186110 33554432000 4194304 6016207 140736447144352 18446744073709551615 4425530 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/11649/statm: 308742 186110 728 445 0 302286 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 1234968

[startup+762.307 s]
/proc/loadavg: 4.01 3.86 3.58 5/190 11703
/proc/meminfo: memFree=11683276/32951124 swapFree=67111528/67111528
[pid=11649] ppid=11647 vsize=1234968 CPUtime=762.31 cores=4,6
/proc/11649/stat : 11649 (qutersat_releas) R 11647 11649 10828 0 -1 4202496 189593 0 0 0 76203 28 0 0 25 0 1 0 469096780 1264607232 186223 33554432000 4194304 6016207 140736447144352 18446744073709551615 4425473 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/11649/statm: 308742 186223 728 445 0 302286 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 1234968

[startup+822.301 s]
/proc/loadavg: 4.00 3.88 3.61 5/190 11704
/proc/meminfo: memFree=11590760/32951124 swapFree=67111528/67111528
[pid=11649] ppid=11647 vsize=1235096 CPUtime=822.3 cores=4,6
/proc/11649/stat : 11649 (qutersat_releas) R 11647 11649 10828 0 -1 4202496 191144 0 0 0 82202 28 0 0 25 0 1 0 469096780 1264738304 187530 33554432000 4194304 6016207 140736447144352 18446744073709551615 4425463 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/11649/statm: 308774 187530 728 445 0 302318 0
Current children cumulated CPU time (s) 822.3
Current children cumulated vsize (KiB) 1235096

[startup+882.301 s]
/proc/loadavg: 4.00 3.90 3.63 5/190 11706
/proc/meminfo: memFree=11543872/32951124 swapFree=67111528/67111528
[pid=11649] ppid=11647 vsize=1235096 CPUtime=882.31 cores=4,6
/proc/11649/stat : 11649 (qutersat_releas) R 11647 11649 10828 0 -1 4202496 191659 0 0 0 88202 29 0 0 25 0 1 0 469096780 1264738304 187916 33554432000 4194304 6016207 140736447144352 18446744073709551615 4536448 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/11649/statm: 308774 187916 728 445 0 302318 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 1235096

[startup+942.3 s]
/proc/loadavg: 4.06 3.93 3.66 5/190 11707
/proc/meminfo: memFree=11397168/32951124 swapFree=67111528/67111528
[pid=11649] ppid=11647 vsize=1235096 CPUtime=942.31 cores=4,6
/proc/11649/stat : 11649 (qutersat_releas) R 11647 11649 10828 0 -1 4202496 212991 0 0 0 94198 33 0 0 25 0 1 0 469096780 1264738304 208978 33554432000 4194304 6016207 140736447144352 18446744073709551615 4536352 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/11649/statm: 308774 208978 728 445 0 302318 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 1235096

[startup+1002.3 s]
/proc/loadavg: 4.02 3.94 3.67 5/190 11709
/proc/meminfo: memFree=11344208/32951124 swapFree=67111528/67111528
[pid=11649] ppid=11647 vsize=1235096 CPUtime=1002.31 cores=4,6
/proc/11649/stat : 11649 (qutersat_releas) R 11647 11649 10828 0 -1 4202496 213371 0 0 0 100198 33 0 0 25 0 1 0 469096780 1264738304 209217 33554432000 4194304 6016207 140736447144352 18446744073709551615 4513280 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/11649/statm: 308774 209217 728 445 0 302318 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 1235096

[startup+1062.3 s]
/proc/loadavg: 4.01 3.95 3.69 5/190 11711
/proc/meminfo: memFree=11299188/32951124 swapFree=67111528/67111528
[pid=11649] ppid=11647 vsize=1235096 CPUtime=1062.31 cores=4,6
/proc/11649/stat : 11649 (qutersat_releas) R 11647 11649 10828 0 -1 4202496 213929 0 0 0 106198 33 0 0 25 0 1 0 469096780 1264738304 209554 33554432000 4194304 6016207 140736447144352 18446744073709551615 4513284 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/11649/statm: 308774 209554 728 445 0 302318 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 1235096

[startup+1122.3 s]
/proc/loadavg: 4.06 3.97 3.71 5/190 11712
/proc/meminfo: memFree=11148024/32951124 swapFree=67111528/67111528
[pid=11649] ppid=11647 vsize=1235096 CPUtime=1122.31 cores=4,6
/proc/11649/stat : 11649 (qutersat_releas) R 11647 11649 10828 0 -1 4202496 214206 0 0 0 112198 33 0 0 25 0 1 0 469096780 1264738304 209587 33554432000 4194304 6016207 140736447144352 18446744073709551615 4425595 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/11649/statm: 308774 209587 728 445 0 302318 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 1235096

[startup+1182.3 s]
/proc/loadavg: 4.02 3.97 3.73 5/190 11714
/proc/meminfo: memFree=11108340/32951124 swapFree=67111528/67111528
[pid=11649] ppid=11647 vsize=1235096 CPUtime=1182.32 cores=4,6
/proc/11649/stat : 11649 (qutersat_releas) R 11647 11649 10828 0 -1 4202496 215486 0 0 0 118198 34 0 0 25 0 1 0 469096780 1264738304 210779 33554432000 4194304 6016207 140736447144352 18446744073709551615 4425659 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/11649/statm: 308774 210779 728 445 0 302318 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 1235096

[startup+1242.3 s]
/proc/loadavg: 4.04 3.99 3.75 5/190 11715
/proc/meminfo: memFree=11078436/32951124 swapFree=67111528/67111528
[pid=11649] ppid=11647 vsize=1235096 CPUtime=1242.32 cores=4,6
/proc/11649/stat : 11649 (qutersat_releas) R 11647 11649 10828 0 -1 4202496 217162 0 0 0 124198 34 0 0 25 0 1 0 469096780 1264738304 212363 33554432000 4194304 6016207 140736447144352 18446744073709551615 4425530 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/11649/statm: 308774 212363 728 445 0 302318 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 1235096



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.01 3.99 3.76 4/189 11718
/proc/meminfo: memFree=11739228/32951124 swapFree=67111528/67111528
[pid=11649] ppid=11647 vsize=1235096 CPUtime=1300.03 cores=4,6
/proc/11649/stat : 11649 (qutersat_releas) R 11647 11649 10828 0 -1 4202496 217331 0 0 0 129969 34 0 0 25 0 1 0 469096780 1264738304 212280 33554432000 4194304 6016207 140736447144352 18446744073709551615 4513147 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/11649/statm: 308774 212280 760 445 0 302318 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 1235096

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.05
CPU time (s): 1300.08
CPU user time (s): 1299.69
CPU system time (s): 0.385941
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 1235096

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

runsolver used 2.30665 second user time and 4.79727 second system time

The end

Launcher Data

Begin job on node108 at 2011-04-23 18:09:18
IDJOB=3265292
IDBENCH=85538
IDSOLVER=1607
FILE ID=node108/3265292-1303574958
RUNJOBID= node108-1303574958-11613
PBS_JOBID= 13150313
Free space on /tmp= 71400 MiB

SOLVER NAME= QuteRSat 2011-03-01
BENCH NAME= SAT05/crafted/sabharwal05/counting/fphp/unsat/harder/fphp-030-029.shuffled-as.sat05-1234.cnf
COMMAND LINE= qutersat_release BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3265292-1303574958/watcher-3265292-1303574958 -o /tmp/evaluation-result-3265292-1303574958/solver-3265292-1303574958 -C 2400 -W 1300 -M 7680  qutersat_release HOME/instance-3265292-1303574958.cnf 920204782

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

MD5SUM BENCH= c12aa6a0ac1bca448bef51c167f3bbbb
RANDOM SEED=920204782

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.820
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:      14467568 kB
Buffers:       2252316 kB
Cached:       15573248 kB
SwapCached:          0 kB
Active:        9925696 kB
Inactive:      7988800 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      14467568 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            7800 kB
Writeback:           0 kB
AnonPages:       88812 kB
Mapped:          18216 kB
Slab:           505884 kB
PageTables:       4996 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   271320 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= 71396 MiB
End job on node108 at 2011-04-23 18:31:00