Trace number 3421335

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.12 5000.17

General information on the benchmark

NameSAT05/crafted/sabharwal05/counting/fphp/unsat/
harder/fphp-020-019.shuffled-as.sat05-1232.cnf
MD5SUMabb32bff5eb954e790612a6209864b5d
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark2.08668
Satisfiable
(Un)Satisfiability was proved
Number of variables380
Number of clauses7050
Sum of the clauses size14440
Maximum clause length19
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 27030
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 520

Solver Data

0.00/0.00	c Set FPU double precision.
0.00/0.00	c Parse Cnf success: #var: 380 #clause: 7050
0.00/0.00	c Find Units :          0
0.00/0.00	c Find Invs  :          0
0.00/0.00	c Find Ands  :        380 AvgFaninNum: 18
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 : 360
0.00/0.00	c Total Root : 0 Undef Var: 360
0.00/0.00	c After covering, Total Root: 20 Leaf: 360
0.00/0.00	c Variable( cover/uncovered/unused ): 380 0 0
0.00/0.00	c Unit Clauses: 0
0.00/0.00	c Binary Clauses( cover/uncovered ): 360 6670
0.00/0.00	c Clauses( cover/uncovered ): 20 0
0.00/0.00	c Total Clauses( cover/uncovered ): 380 6670 5.39007%
0.00/0.00	c Covered Ands: 20 Invs: 0 Xors: 0 Ites: 0
0.00/0.01	c Uncover Clauses avg size: 2 max size: 2
0.00/0.01	c Final circuit: i/l/o/s     360       0    6670      7010
0.00/0.01	c CnfToAig: Time: 0 s
0.00/0.02	c TmMap: Set choices finish.
0.00/0.03	c TmMap: Set big and: 6690
0.00/0.03	c TmMap: Origin: 7371 ClauseNum: 21030 --> New: 7051 ClauseNum: 20390
0.00/0.03	c TmMap: Time: 0
0.00/0.03	c Try to Add: #clause: 13380 #xorclause: 0
0.00/0.03	c #var: 380 #clauses: 21 Solving... 
5000.06/5000.12	c Time Out !!
5000.06/5000.12	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-3421335-1306630499/watcher-3421335-1306630499 -o /tmp/evaluation-result-3421335-1306630499/solver-3421335-1306630499 -C 5000 -W 5100 -M 15500 qutersat_release HOME/instance-3421335-1306630499.cnf 1780929667 

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

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


[startup+0 s]
/proc/loadavg: 1.00 1.17 1.55 1/525 23480
/proc/meminfo: memFree=6231204/32951132 swapFree=54105152/67111528
[pid=23480] ppid=23478 vsize=35436 CPUtime=0.01 cores=0,2,4,6
/proc/23480/stat : 23480 (qutersat_releas) R 23478 23480 22791 0 -1 4202496 2612 0 0 0 1 0 0 0 22 0 1 0 774648511 36286464 2549 33554432000 4194304 6014671 140734662841200 18446744073709551615 4778066 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/23480/statm: 8859 2551 532 445 0 2404 0

[startup+0.074702 s]
/proc/loadavg: 1.00 1.17 1.55 1/525 23480
/proc/meminfo: memFree=6231204/32951132 swapFree=54105152/67111528
[pid=23480] ppid=23478 vsize=47736 CPUtime=0.06 cores=0,2,4,6
/proc/23480/stat : 23480 (qutersat_releas) R 23478 23480 22791 0 -1 4202496 4229 0 0 0 6 0 0 0 22 0 1 0 774648511 48881664 4166 33554432000 4194304 6014671 140734662841200 18446744073709551615 4372029 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/23480/statm: 11934 4166 720 445 0 5479 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 47736

[startup+0.100718 s]
/proc/loadavg: 1.00 1.17 1.55 1/525 23480
/proc/meminfo: memFree=6231204/32951132 swapFree=54105152/67111528
[pid=23480] ppid=23478 vsize=47736 CPUtime=0.09 cores=0,2,4,6
/proc/23480/stat : 23480 (qutersat_releas) R 23478 23480 22791 0 -1 4202496 4294 0 0 0 9 0 0 0 22 0 1 0 774648511 48881664 4231 33554432000 4194304 6014671 140734662841200 18446744073709551615 4372405 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/23480/statm: 11934 4231 720 445 0 5479 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 47736

[startup+0.300685 s]
/proc/loadavg: 1.00 1.17 1.55 1/525 23480
/proc/meminfo: memFree=6231204/32951132 swapFree=54105152/67111528
[pid=23480] ppid=23478 vsize=65768 CPUtime=0.29 cores=0,2,4,6
/proc/23480/stat : 23480 (qutersat_releas) R 23478 23480 22791 0 -1 4202496 5083 0 0 0 29 0 0 0 23 0 1 0 774648511 67346432 5020 33554432000 4194304 6014671 140734662841200 18446744073709551615 242970246846 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/23480/statm: 16442 5020 721 445 0 9987 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 65768

[startup+0.700615 s]
/proc/loadavg: 1.00 1.17 1.55 1/525 23480
/proc/meminfo: memFree=6231204/32951132 swapFree=54105152/67111528
[pid=23480] ppid=23478 vsize=75252 CPUtime=0.69 cores=0,2,4,6
/proc/23480/stat : 23480 (qutersat_releas) R 23478 23480 22791 0 -1 4202496 6174 0 0 0 69 0 0 0 25 0 1 0 774648511 77058048 6111 33554432000 4194304 6014671 140734662841200 18446744073709551615 4376477 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/23480/statm: 18813 6111 721 445 0 12358 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 75252

[startup+1.5005 s]
/proc/loadavg: 1.08 1.18 1.56 3/531 23489
/proc/meminfo: memFree=6061632/32951132 swapFree=54105152/67111528
[pid=23480] ppid=23478 vsize=75252 CPUtime=1.49 cores=0,2,4,6
/proc/23480/stat : 23480 (qutersat_releas) R 23478 23480 22791 0 -1 4202496 9497 0 0 0 149 0 0 0 25 0 1 0 774648511 77058048 9434 33554432000 4194304 6014671 140734662841200 18446744073709551615 4537064 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/23480/statm: 18813 9434 725 445 0 12358 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 75252

[startup+3.10017 s]
/proc/loadavg: 1.08 1.18 1.56 3/531 23489
/proc/meminfo: memFree=6059524/32951132 swapFree=54105152/67111528
[pid=23480] ppid=23478 vsize=95360 CPUtime=3.07 cores=0,2,4,6
/proc/23480/stat : 23480 (qutersat_releas) R 23478 23480 22791 0 -1 4202496 10491 0 0 0 306 1 0 0 25 0 1 0 774648511 97648640 10428 33554432000 4194304 6014671 140734662841200 18446744073709551615 4536732 0 0 4096 16386 0 0 0 17 6 0 0 0
/proc/23480/statm: 23840 10428 725 445 0 17385 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 95360

[startup+6.30068 s]
/proc/loadavg: 1.15 1.20 1.56 3/531 23489
/proc/meminfo: memFree=6048296/32951132 swapFree=54105152/67111528
[pid=23480] ppid=23478 vsize=105764 CPUtime=6.27 cores=0,2,4,6
/proc/23480/stat : 23480 (qutersat_releas) R 23478 23480 22791 0 -1 4202496 12899 0 0 0 626 1 0 0 25 0 1 0 774648511 108302336 12836 33554432000 4194304 6014671 140734662841200 18446744073709551615 4423940 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/23480/statm: 26441 12836 725 445 0 19986 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 105764

[startup+12.7006 s]
/proc/loadavg: 1.22 1.21 1.56 3/531 23489
/proc/meminfo: memFree=6008656/32951132 swapFree=54105152/67111528
[pid=23480] ppid=23478 vsize=139760 CPUtime=12.67 cores=0,2,4,6
/proc/23480/stat : 23480 (qutersat_releas) R 23478 23480 22791 0 -1 4202496 22125 0 0 0 1264 3 0 0 25 0 1 0 774648511 143114240 22062 33554432000 4194304 6014671 140734662841200 18446744073709551615 4535165 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/23480/statm: 34940 22062 725 445 0 28485 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 139760

[startup+25.5004 s]
/proc/loadavg: 1.34 1.23 1.56 3/531 23489
/proc/meminfo: memFree=5963652/32951132 swapFree=54105152/67111528
[pid=23480] ppid=23478 vsize=177740 CPUtime=25.47 cores=0,2,4,6
/proc/23480/stat : 23480 (qutersat_releas) R 23478 23480 22791 0 -1 4202496 32343 0 0 0 2543 4 0 0 25 0 1 0 774648511 182005760 32280 33554432000 4194304 6014671 140734662841200 18446744073709551615 4535268 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/23480/statm: 44435 32280 725 445 0 37980 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 177740

[startup+51.101 s]
/proc/loadavg: 1.65 1.32 1.58 3/531 23518
/proc/meminfo: memFree=5998296/32951132 swapFree=54105152/67111528
[pid=23480] ppid=23478 vsize=193208 CPUtime=51.06 cores=0,2,4,6
/proc/23480/stat : 23480 (qutersat_releas) R 23478 23480 22791 0 -1 4202496 38783 0 0 0 5102 4 0 0 25 0 1 0 774648511 197844992 38720 33554432000 4194304 6014671 140734662841200 18446744073709551615 4534878 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/23480/statm: 48302 38720 725 445 0 41847 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 193208

[startup+102.32 s]
/proc/loadavg: 1.85 1.42 1.60 3/531 23518
/proc/meminfo: memFree=5835564/32951132 swapFree=54105152/67111528
[pid=23480] ppid=23478 vsize=345620 CPUtime=102.28 cores=0,2,4,6
/proc/23480/stat : 23480 (qutersat_releas) R 23478 23480 22791 0 -1 4202496 66835 0 0 0 10219 9 0 0 25 0 1 0 774648511 353914880 66509 33554432000 4194304 6014671 140734662841200 18446744073709551615 4537068 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/23480/statm: 86405 66509 725 445 0 79950 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 345620

[startup+162.301 s]
/proc/loadavg: 2.00 1.54 1.63 3/531 23547
/proc/meminfo: memFree=5581520/32951132 swapFree=54105152/67111528
[pid=23480] ppid=23478 vsize=426584 CPUtime=162.26 cores=0,2,4,6
/proc/23480/stat : 23480 (qutersat_releas) R 23478 23480 22791 0 -1 4202496 80285 0 0 0 16215 11 0 0 25 0 1 0 774648511 436822016 79763 33554432000 4194304 6014671 140734662841200 18446744073709551615 4534912 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/23480/statm: 106646 79763 725 445 0 100191 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 426584

[startup+222.301 s]
/proc/loadavg: 2.00 1.62 1.65 3/531 23549
/proc/meminfo: memFree=5458692/32951132 swapFree=54105152/67111528
[pid=23480] ppid=23478 vsize=694040 CPUtime=222.26 cores=0,2,4,6
/proc/23480/stat : 23480 (qutersat_releas) R 23478 23480 22791 0 -1 4202496 84435 0 0 0 22214 12 0 0 25 0 1 0 774648511 710696960 83601 33554432000 4194304 6014671 140734662841200 18446744073709551615 4424130 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/23480/statm: 173510 83601 725 445 0 167055 0
Current children cumulated CPU time (s) 222.26
Current children cumulated vsize (KiB) 694040

[startup+282.301 s]
/proc/loadavg: 2.00 1.69 1.67 3/531 23551
/proc/meminfo: memFree=5392044/32951132 swapFree=54105152/67111528
[pid=23480] ppid=23478 vsize=694040 CPUtime=282.26 cores=0,2,4,6
/proc/23480/stat : 23480 (qutersat_releas) R 23478 23480 22791 0 -1 4202496 84881 0 0 0 28214 12 0 0 25 0 1 0 774648511 710696960 83891 33554432000 4194304 6014671 140734662841200 18446744073709551615 4535264 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/23480/statm: 173510 83891 725 445 0 167055 0
Current children cumulated CPU time (s) 282.26
Current children cumulated vsize (KiB) 694040

[startup+342.301 s]
/proc/loadavg: 2.00 1.74 1.68 3/531 23553
/proc/meminfo: memFree=5375412/32951132 swapFree=54105152/67111528
[pid=23480] ppid=23478 vsize=694040 CPUtime=342.26 cores=0,2,4,6
/proc/23480/stat : 23480 (qutersat_releas) R 23478 23480 22791 0 -1 4202496 85532 0 0 0 34214 12 0 0 25 0 1 0 774648511 710696960 84256 33554432000 4194304 6014671 140734662841200 18446744073709551615 4378652 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/23480/statm: 173510 84256 725 445 0 167055 0
Current children cumulated CPU time (s) 342.26
Current children cumulated vsize (KiB) 694040

[startup+402.301 s]
/proc/loadavg: 2.00 1.79 1.70 3/531 23562
/proc/meminfo: memFree=5297520/32951132 swapFree=54105152/67111528
[pid=23480] ppid=23478 vsize=816720 CPUtime=402.25 cores=0,2,4,6
/proc/23480/stat : 23480 (qutersat_releas) R 23478 23480 22791 0 -1 4202496 96922 0 0 0 40212 13 0 0 25 0 1 0 774648511 836321280 95445 33554432000 4194304 6014671 140734662841200 18446744073709551615 4422773 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/23480/statm: 204180 95445 725 445 0 197725 0
Current children cumulated CPU time (s) 402.25
Current children cumulated vsize (KiB) 816720

[startup+462.3 s]
/proc/loadavg: 2.00 1.82 1.72 3/531 23564
/proc/meminfo: memFree=5204512/32951132 swapFree=54105152/67111528
[pid=23480] ppid=23478 vsize=816720 CPUtime=462.26 cores=0,2,4,6
/proc/23480/stat : 23480 (qutersat_releas) R 23478 23480 22791 0 -1 4202496 104470 0 0 0 46211 15 0 0 25 0 1 0 774648511 836321280 102768 33554432000 4194304 6014671 140734662841200 18446744073709551615 4424451 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/23480/statm: 204180 102768 733 445 0 197725 0
Current children cumulated CPU time (s) 462.26
Current children cumulated vsize (KiB) 816720

[startup+522.301 s]
/proc/loadavg: 2.07 1.88 1.74 3/531 23566
/proc/meminfo: memFree=5058176/32951132 swapFree=54105152/67111528
[pid=23480] ppid=23478 vsize=816720 CPUtime=522.25 cores=0,2,4,6
/proc/23480/stat : 23480 (qutersat_releas) R 23478 23480 22791 0 -1 4202496 133258 0 0 0 52207 18 0 0 25 0 1 0 774648511 836321280 131389 33554432000 4194304 6014671 140734662841200 18446744073709551615 4511642 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/23480/statm: 204180 131389 725 445 0 197725 0
Current children cumulated CPU time (s) 522.25
Current children cumulated vsize (KiB) 816720

[startup+582.301 s]
/proc/loadavg: 2.06 1.91 1.76 3/531 23568
/proc/meminfo: memFree=5052828/32951132 swapFree=54105152/67111528
[pid=23480] ppid=23478 vsize=816720 CPUtime=582.25 cores=0,2,4,6
/proc/23480/stat : 23480 (qutersat_releas) R 23478 23480 22791 0 -1 4202496 133560 0 0 0 58207 18 0 0 25 0 1 0 774648511 836321280 131528 33554432000 4194304 6014671 140734662841200 18446744073709551615 4379493 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/23480/statm: 204180 131528 725 445 0 197725 0
Current children cumulated CPU time (s) 582.25
Current children cumulated vsize (KiB) 816720

[startup+642.3 s]

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

[startup+4062.32 s]
/proc/loadavg: 2.21 2.08 2.02 3/531 24172
/proc/meminfo: memFree=4537756/32951132 swapFree=54105152/67111528
[pid=23480] ppid=23478 vsize=2741048 CPUtime=4062.25 cores=0,2,4,6
/proc/23480/stat : 23480 (qutersat_releas) R 23478 23480 22791 0 -1 4202496 327738 0 0 0 406176 49 0 0 25 0 1 0 774648511 2806833152 319731 33554432000 4194304 6014671 140734662841200 18446744073709551615 4371827 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/23480/statm: 685262 319731 731 445 0 678807 0
Current children cumulated CPU time (s) 4062.25
Current children cumulated vsize (KiB) 2741048

[startup+4122.3 s]
/proc/loadavg: 2.14 2.08 2.02 3/531 24174
/proc/meminfo: memFree=4537500/32951132 swapFree=54105152/67111528
[pid=23480] ppid=23478 vsize=2741048 CPUtime=4122.24 cores=0,2,4,6
/proc/23480/stat : 23480 (qutersat_releas) R 23478 23480 22791 0 -1 4202496 327816 0 0 0 412175 49 0 0 25 0 1 0 774648511 2806833152 319809 33554432000 4194304 6014671 140734662841200 18446744073709551615 4511668 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/23480/statm: 685262 319809 731 445 0 678807 0
Current children cumulated CPU time (s) 4122.24
Current children cumulated vsize (KiB) 2741048

[startup+4182.3 s]
/proc/loadavg: 2.05 2.06 2.01 3/531 24176
/proc/meminfo: memFree=4513044/32951132 swapFree=54105152/67111528
[pid=23480] ppid=23478 vsize=2741048 CPUtime=4182.24 cores=0,2,4,6
/proc/23480/stat : 23480 (qutersat_releas) R 23478 23480 22791 0 -1 4202496 328512 0 0 0 418175 49 0 0 25 0 1 0 774648511 2806833152 320505 33554432000 4194304 6014671 140734662841200 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/23480/statm: 685262 320505 731 445 0 678807 0
Current children cumulated CPU time (s) 4182.24
Current children cumulated vsize (KiB) 2741048

[startup+4242.3 s]
/proc/loadavg: 2.02 2.05 2.01 3/531 24178
/proc/meminfo: memFree=4503856/32951132 swapFree=54105152/67111528
[pid=23480] ppid=23478 vsize=2741048 CPUtime=4242.24 cores=0,2,4,6
/proc/23480/stat : 23480 (qutersat_releas) R 23478 23480 22791 0 -1 4202496 329035 0 0 0 424175 49 0 0 25 0 1 0 774648511 2806833152 321022 33554432000 4194304 6014671 140734662841200 18446744073709551615 4566281 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/23480/statm: 685262 321022 726 445 0 678807 0
Current children cumulated CPU time (s) 4242.24
Current children cumulated vsize (KiB) 2741048

[startup+4302.3 s]
/proc/loadavg: 2.13 2.07 2.01 3/531 24180
/proc/meminfo: memFree=4497396/32951132 swapFree=54105152/67111528
[pid=23480] ppid=23478 vsize=2741048 CPUtime=4302.24 cores=0,2,4,6
/proc/23480/stat : 23480 (qutersat_releas) R 23478 23480 22791 0 -1 4202496 329035 0 0 0 430175 49 0 0 25 0 1 0 774648511 2806833152 321022 33554432000 4194304 6014671 140734662841200 18446744073709551615 4535264 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/23480/statm: 685262 321022 726 445 0 678807 0
Current children cumulated CPU time (s) 4302.24
Current children cumulated vsize (KiB) 2741048

[startup+4362.3 s]
/proc/loadavg: 2.16 2.08 2.02 3/531 24183
/proc/meminfo: memFree=4489608/32951132 swapFree=54105152/67111528
[pid=23480] ppid=23478 vsize=2741048 CPUtime=4362.24 cores=0,2,4,6
/proc/23480/stat : 23480 (qutersat_releas) R 23478 23480 22791 0 -1 4202496 329876 0 0 0 436174 50 0 0 25 0 1 0 774648511 2806833152 321686 33554432000 4194304 6014671 140734662841200 18446744073709551615 4423937 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/23480/statm: 685262 321686 726 445 0 678807 0
Current children cumulated CPU time (s) 4362.24
Current children cumulated vsize (KiB) 2741048

[startup+4422.3 s]
/proc/loadavg: 2.06 2.07 2.01 3/531 24185
/proc/meminfo: memFree=4475332/32951132 swapFree=54105152/67111528
[pid=23480] ppid=23478 vsize=2741048 CPUtime=4422.24 cores=0,2,4,6
/proc/23480/stat : 23480 (qutersat_releas) R 23478 23480 22791 0 -1 4202496 330693 0 0 0 442174 50 0 0 25 0 1 0 774648511 2806833152 322322 33554432000 4194304 6014671 140734662841200 18446744073709551615 4424575 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/23480/statm: 685262 322322 726 445 0 678807 0
Current children cumulated CPU time (s) 4422.24
Current children cumulated vsize (KiB) 2741048

[startup+4482.3 s]
/proc/loadavg: 2.02 2.05 2.00 3/531 24187
/proc/meminfo: memFree=4472588/32951132 swapFree=54105152/67111528
[pid=23480] ppid=23478 vsize=2741048 CPUtime=4482.24 cores=0,2,4,6
/proc/23480/stat : 23480 (qutersat_releas) R 23478 23480 22791 0 -1 4202496 331643 0 0 0 448174 50 0 0 25 0 1 0 774648511 2806833152 323272 33554432000 4194304 6014671 140734662841200 18446744073709551615 4424080 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/23480/statm: 685262 323272 726 445 0 678807 0
Current children cumulated CPU time (s) 4482.24
Current children cumulated vsize (KiB) 2741048

[startup+4542.3 s]
/proc/loadavg: 2.00 2.04 2.00 3/531 24189
/proc/meminfo: memFree=4469472/32951132 swapFree=54105152/67111528
[pid=23480] ppid=23478 vsize=2741048 CPUtime=4542.24 cores=0,2,4,6
/proc/23480/stat : 23480 (qutersat_releas) R 23478 23480 22791 0 -1 4202496 332583 0 0 0 454173 51 0 0 25 0 1 0 774648511 2806833152 324030 33554432000 4194304 6014671 140734662841200 18446744073709551615 4511744 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/23480/statm: 685262 324030 726 445 0 678807 0
Current children cumulated CPU time (s) 4542.24
Current children cumulated vsize (KiB) 2741048

[startup+4602.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/531 24189
/proc/meminfo: memFree=4468460/32951132 swapFree=54105152/67111528
[pid=23480] ppid=23478 vsize=2741048 CPUtime=4602.26 cores=0,2,4,6
/proc/23480/stat : 23480 (qutersat_releas) R 23478 23480 22791 0 -1 4202496 332628 0 0 0 460175 51 0 0 25 0 1 0 774648511 2806833152 324075 33554432000 4194304 6014671 140734662841200 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/23480/statm: 685262 324075 726 445 0 678807 0
Current children cumulated CPU time (s) 4602.26
Current children cumulated vsize (KiB) 2741048

[startup+4662.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/531 24191
/proc/meminfo: memFree=4466972/32951132 swapFree=54105152/67111528
[pid=23480] ppid=23478 vsize=2741048 CPUtime=4662.25 cores=0,2,4,6
/proc/23480/stat : 23480 (qutersat_releas) R 23478 23480 22791 0 -1 4202496 333317 0 0 0 466174 51 0 0 25 0 1 0 774648511 2806833152 324764 33554432000 4194304 6014671 140734662841200 18446744073709551615 4535273 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/23480/statm: 685262 324764 726 445 0 678807 0
Current children cumulated CPU time (s) 4662.25
Current children cumulated vsize (KiB) 2741048

[startup+4722.32 s]
/proc/loadavg: 2.07 2.05 2.01 3/531 24193
/proc/meminfo: memFree=4465712/32951132 swapFree=54105152/67111528
[pid=23480] ppid=23478 vsize=2741048 CPUtime=4722.27 cores=0,2,4,6
/proc/23480/stat : 23480 (qutersat_releas) R 23478 23480 22791 0 -1 4202496 333534 0 0 0 472176 51 0 0 25 0 1 0 774648511 2806833152 324798 33554432000 4194304 6014671 140734662841200 18446744073709551615 4422687 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/23480/statm: 685262 324798 726 445 0 678807 0
Current children cumulated CPU time (s) 4722.27
Current children cumulated vsize (KiB) 2741048

[startup+4782.3 s]
/proc/loadavg: 2.06 2.05 2.01 3/531 24195
/proc/meminfo: memFree=4461112/32951132 swapFree=54105152/67111528
[pid=23480] ppid=23478 vsize=2741048 CPUtime=4782.25 cores=0,2,4,6
/proc/23480/stat : 23480 (qutersat_releas) R 23478 23480 22791 0 -1 4202496 333950 0 0 0 478174 51 0 0 25 0 1 0 774648511 2806833152 325214 33554432000 4194304 6014671 140734662841200 18446744073709551615 4534825 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/23480/statm: 685262 325214 726 445 0 678807 0
Current children cumulated CPU time (s) 4782.25
Current children cumulated vsize (KiB) 2741048

[startup+4842.3 s]
/proc/loadavg: 2.02 2.04 2.00 3/531 24197
/proc/meminfo: memFree=4431344/32951132 swapFree=54105152/67111528
[pid=23480] ppid=23478 vsize=2741048 CPUtime=4842.24 cores=0,2,4,6
/proc/23480/stat : 23480 (qutersat_releas) R 23478 23480 22791 0 -1 4202496 334104 0 0 0 484173 51 0 0 25 0 1 0 774648511 2806833152 325368 33554432000 4194304 6014671 140734662841200 18446744073709551615 4369612 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/23480/statm: 685262 325368 726 445 0 678807 0
Current children cumulated CPU time (s) 4842.24
Current children cumulated vsize (KiB) 2741048

[startup+4902.3 s]
/proc/loadavg: 2.16 2.06 2.01 3/531 24197
/proc/meminfo: memFree=4380112/32951132 swapFree=54105152/67111528
[pid=23480] ppid=23478 vsize=2741048 CPUtime=4902.24 cores=0,2,4,6
/proc/23480/stat : 23480 (qutersat_releas) R 23478 23480 22791 0 -1 4202496 334589 0 0 0 490173 51 0 0 25 0 1 0 774648511 2806833152 325669 33554432000 4194304 6014671 140734662841200 18446744073709551615 4511744 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/23480/statm: 685262 325669 726 445 0 678807 0
Current children cumulated CPU time (s) 4902.24
Current children cumulated vsize (KiB) 2741048

[startup+4962.3 s]
/proc/loadavg: 2.13 2.06 2.01 3/531 24199
/proc/meminfo: memFree=4303832/32951132 swapFree=54105152/67111528
[pid=23480] ppid=23478 vsize=2741048 CPUtime=4962.25 cores=0,2,4,6
/proc/23480/stat : 23480 (qutersat_releas) R 23478 23480 22791 0 -1 4202496 349465 0 0 0 496172 53 0 0 25 0 1 0 774648511 2806833152 340545 33554432000 4194304 6014671 140734662841200 18446744073709551615 4424038 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/23480/statm: 685262 340545 726 445 0 678807 0
Current children cumulated CPU time (s) 4962.25
Current children cumulated vsize (KiB) 2741048



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5000.1 s]
/proc/loadavg: 2.07 2.05 2.01 3/531 24201
/proc/meminfo: memFree=4302088/32951132 swapFree=54105152/67111528
[pid=23480] ppid=23478 vsize=2741048 CPUtime=5000.06 cores=0,2,4,6
/proc/23480/stat : 23480 (qutersat_releas) R 23478 23480 22791 0 -1 4202496 349905 0 0 0 499953 53 0 0 25 0 1 0 774648511 2806833152 340985 33554432000 4194304 6014671 140734662841200 18446744073709551615 4566272 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/23480/statm: 685262 340985 726 445 0 678807 0
Current children cumulated CPU time (s) 5000.06
Current children cumulated vsize (KiB) 2741048

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

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

[startup+5000.1 s]
/proc/loadavg: 2.07 2.05 2.01 3/531 24201
/proc/meminfo: memFree=4302088/32951132 swapFree=54105152/67111528
[pid=23480] ppid=23478 vsize=2741048 CPUtime=5000.06 cores=0,2,4,6
/proc/23480/stat : 23480 (qutersat_releas) R 23478 23480 22791 0 -1 4202496 349905 0 0 0 499953 53 0 0 25 0 1 0 774648511 2806833152 340985 33554432000 4194304 6014671 140734662841200 18446744073709551615 4566272 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/23480/statm: 685262 340985 726 445 0 678807 0
Current children cumulated CPU time (s) 5000.06
Current children cumulated vsize (KiB) 2741048

Child status: 1
Real time (s): 5000.17
CPU time (s): 5000.12
CPU user time (s): 4999.54
CPU system time (s): 0.584911
CPU usage (%): 99.999
Max. virtual memory (cumulated for all children) (KiB): 2741048

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4999.54
system time used= 0.584911
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 349909
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= 13
involuntary context switches= 8005

runsolver used 27.5688 second user time and 59.6569 second system time

The end

Launcher Data

Begin job on node128 at 2011-05-29 02:54:59
IDJOB=3421335
IDBENCH=85542
IDSOLVER=1868
FILE ID=node128/3421335-1306630499
RUNJOBID= node128-1306630499-23468
PBS_JOBID= 13471632
Free space on /tmp= 73576 MiB

SOLVER NAME= QuteRSat 2011-05-12 (fixed)
BENCH NAME= SAT05/crafted/sabharwal05/counting/fphp/unsat/harder/fphp-020-019.shuffled-as.sat05-1232.cnf
COMMAND LINE= qutersat_release BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3421335-1306630499/watcher-3421335-1306630499 -o /tmp/evaluation-result-3421335-1306630499/solver-3421335-1306630499 -C 5000 -W 5100 -M 15500  qutersat_release HOME/instance-3421335-1306630499.cnf 1780929667

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

MD5SUM BENCH= abb32bff5eb954e790612a6209864b5d
RANDOM SEED=1780929667

node128.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.852
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.852
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.852
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.852
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.852
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.852
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.852
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.852
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	: 5434.49
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:       6231484 kB
Buffers:        260216 kB
Cached:        5001604 kB
SwapCached:      78304 kB
Active:       10268952 kB
Inactive:     16145640 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:       6231484 kB
SwapTotal:    67111528 kB
SwapFree:     54105152 kB
Dirty:            1960 kB
Writeback:          16 kB
AnonPages:    21084076 kB
Mapped:          19140 kB
Slab:           123952 kB
PageTables:     111896 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS: 174775020 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73572 MiB
End job on node128 at 2011-05-29 04:18:21