Trace number 3421029

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.13 5000.15

General information on the benchmark

Namecrafted/mosoi/289/
289-unsat-21x14.cnf
MD5SUMf76302f2442dfc7cabc2315e61e55fea
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables1176
Number of clauses78498
Sum of the clauses size310464
Maximum clause length4
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 21764
Number of clauses of size 30
Number of clauses of size 476734
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c Set FPU double precision.
0.00/0.03	c Parse Cnf success: #var: 1176 #clause: 78498
0.00/0.03	c Find Units :          0
0.00/0.03	c Find Invs  :          0
0.00/0.04	c Find Ands  :       1176 AvgFaninNum: 3
0.00/0.04	c Find Xors  :          0 AvgFaninNum: nan
0.00/0.05	c Find Ite   :          0
0.00/0.05	c UnDirect variable: 0
0.00/0.05	c UnDirect to Direct Gate: 0
0.00/0.05	c Forced Direct Gate: 0 Unuse unDirect Gate: 0
0.00/0.05	c Break Cycle : 882
0.00/0.05	c Total Root : 0 Undef Var: 882
0.00/0.05	c After covering, Total Root: 294 Leaf: 882
0.00/0.05	c Variable( cover/uncovered/unused ): 1176 0 0
0.00/0.05	c Unit Clauses: 0
0.00/0.05	c Binary Clauses( cover/uncovered ): 882 882
0.00/0.05	c Clauses( cover/uncovered ): 294 76440
0.00/0.05	c Total Clauses( cover/uncovered ): 1176 77322 1.49813%
0.00/0.05	c Covered Ands: 294 Invs: 0 Xors: 0 Ites: 0
0.09/0.12	c Uncover Clauses avg size: 3.97719 max size: 4
0.09/0.12	c Final circuit: i/l/o/s     882       0   77322     85554
0.09/0.12	c CnfToAig: Time: 0.11 s
0.18/0.23	c TmMap: Set choices finish.
0.18/0.27	c TmMap: Set big and: 85260
0.18/0.27	c TmMap: Origin: 86437 ClauseNum: 256662 --> New: 86143 ClauseNum: 256074
0.18/0.27	c TmMap: Time: 0.06
0.18/0.29	c Try to Add: #clause: 170520 #xorclause: 0
0.29/0.31	c #var: 8820 #clauses: 7939 Solving... 
5000.09/5000.11	c Time Out !!
5000.09/5000.11	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-3421029-1306606114/watcher-3421029-1306606114 -o /tmp/evaluation-result-3421029-1306606114/solver-3421029-1306606114 -C 5000 -W 5100 -M 15500 qutersat_release HOME/instance-3421029-1306606114.cnf 513880504 

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: 2.02 2.05 2.01 3/511 32398
/proc/meminfo: memFree=11964836/32951124 swapFree=63083240/67111528
[pid=32398] ppid=32396 vsize=35436 CPUtime=0.01 cores=0,2,4,6
/proc/32398/stat : 32398 (qutersat_releas) R 32396 32398 31221 0 -1 4202496 2531 0 0 0 1 0 0 0 22 0 1 0 753027022 36286464 2467 33554432000 4194304 6014671 140733388735648 18446744073709551615 4308258 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/32398/statm: 8859 2467 378 445 0 2404 0

[startup+0.0510101 s]
/proc/loadavg: 2.02 2.05 2.01 3/511 32398
/proc/meminfo: memFree=11964836/32951124 swapFree=63083240/67111528
[pid=32398] ppid=32396 vsize=38508 CPUtime=0.04 cores=0,2,4,6
/proc/32398/stat : 32398 (qutersat_releas) R 32396 32398 31221 0 -1 4202496 3412 0 0 0 4 0 0 0 22 0 1 0 753027022 39432192 3348 33554432000 4194304 6014671 140733388735648 18446744073709551615 4313890 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/32398/statm: 9627 3348 398 445 0 3172 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 38508

[startup+0.101025 s]
/proc/loadavg: 2.02 2.05 2.01 3/511 32398
/proc/meminfo: memFree=11964836/32951124 swapFree=63083240/67111528
[pid=32398] ppid=32396 vsize=44140 CPUtime=0.09 cores=0,2,4,6
/proc/32398/stat : 32398 (qutersat_releas) R 32396 32398 31221 0 -1 4202496 4502 0 0 0 9 0 0 0 22 0 1 0 753027022 45199360 4438 33554432000 4194304 6014671 140733388735648 18446744073709551615 4334441 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/32398/statm: 11035 4438 398 445 0 4580 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 44140

[startup+0.300998 s]
/proc/loadavg: 2.02 2.05 2.01 3/511 32398
/proc/meminfo: memFree=11964836/32951124 swapFree=63083240/67111528
[pid=32398] ppid=32396 vsize=87336 CPUtime=0.29 cores=0,2,4,6
/proc/32398/stat : 32398 (qutersat_releas) R 32396 32398 31221 0 -1 4202496 13489 0 0 0 28 1 0 0 23 0 1 0 753027022 89432064 13425 33554432000 4194304 6014671 140733388735648 18446744073709551615 264726101497 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/32398/statm: 21834 13425 691 445 0 15379 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 87336

[startup+0.700909 s]
/proc/loadavg: 2.02 2.05 2.01 3/511 32398
/proc/meminfo: memFree=11964836/32951124 swapFree=63083240/67111528
[pid=32398] ppid=32396 vsize=87336 CPUtime=0.69 cores=0,2,4,6
/proc/32398/stat : 32398 (qutersat_releas) R 32396 32398 31221 0 -1 4202496 14060 0 0 0 68 1 0 0 25 0 1 0 753027022 89432064 13996 33554432000 4194304 6014671 140733388735648 18446744073709551615 4422749 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/32398/statm: 21834 13996 721 445 0 15379 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 87336

[startup+1.50077 s]
/proc/loadavg: 2.02 2.05 2.01 3/515 32405
/proc/meminfo: memFree=11835900/32951124 swapFree=63083240/67111528
[pid=32398] ppid=32396 vsize=107312 CPUtime=1.49 cores=0,2,4,6
/proc/32398/stat : 32398 (qutersat_releas) R 32396 32398 31221 0 -1 4202496 15393 0 0 0 148 1 0 0 25 0 1 0 753027022 109887488 15329 33554432000 4194304 6014671 140733388735648 18446744073709551615 4424059 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/32398/statm: 26828 15329 722 445 0 20373 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 107312

[startup+3.10047 s]
/proc/loadavg: 2.02 2.05 2.01 3/515 32406
/proc/meminfo: memFree=11670484/32951124 swapFree=63083240/67111528
[pid=32398] ppid=32396 vsize=118136 CPUtime=3.09 cores=0,2,4,6
/proc/32398/stat : 32398 (qutersat_releas) R 32396 32398 31221 0 -1 4202496 18568 0 0 0 307 2 0 0 25 0 1 0 753027022 120971264 18484 33554432000 4194304 6014671 140733388735648 18446744073709551615 4384663 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/32398/statm: 29534 18484 726 445 0 23079 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 118136

[startup+6.30085 s]
/proc/loadavg: 2.02 2.05 2.01 3/515 32406
/proc/meminfo: memFree=11489996/32951124 swapFree=63083240/67111528
[pid=32398] ppid=32396 vsize=155192 CPUtime=6.29 cores=0,2,4,6
/proc/32398/stat : 32398 (qutersat_releas) R 32396 32398 31221 0 -1 4202496 28106 0 0 0 626 3 0 0 25 0 1 0 753027022 158916608 27960 33554432000 4194304 6014671 140733388735648 18446744073709551615 4384064 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/32398/statm: 38798 27960 726 445 0 32343 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 155192

[startup+12.7007 s]
/proc/loadavg: 2.02 2.04 2.01 3/515 32406
/proc/meminfo: memFree=11403168/32951124 swapFree=63083240/67111528
[pid=32398] ppid=32396 vsize=181916 CPUtime=12.69 cores=0,2,4,6
/proc/32398/stat : 32398 (qutersat_releas) R 32396 32398 31221 0 -1 4202496 34780 0 0 0 1265 4 0 0 25 0 1 0 753027022 186281984 34634 33554432000 4194304 6014671 140733388735648 18446744073709551615 4535264 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/32398/statm: 45479 34634 726 445 0 39024 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 181916

[startup+25.5002 s]
/proc/loadavg: 2.02 2.04 2.01 3/515 32406
/proc/meminfo: memFree=11265420/32951124 swapFree=63083240/67111528
[pid=32398] ppid=32396 vsize=208892 CPUtime=25.49 cores=0,2,4,6
/proc/32398/stat : 32398 (qutersat_releas) R 32396 32398 31221 0 -1 4202496 40730 0 0 0 2544 5 0 0 25 0 1 0 753027022 213905408 40584 33554432000 4194304 6014671 140733388735648 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/32398/statm: 52223 40584 726 445 0 45768 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 208892

[startup+51.1004 s]
/proc/loadavg: 2.01 2.04 2.00 3/515 32407
/proc/meminfo: memFree=11062784/32951124 swapFree=63083240/67111528
[pid=32398] ppid=32396 vsize=250756 CPUtime=51.09 cores=0,2,4,6
/proc/32398/stat : 32398 (qutersat_releas) R 32396 32398 31221 0 -1 4202496 50162 0 0 0 5102 7 0 0 25 0 1 0 753027022 256774144 50016 33554432000 4194304 6014671 140733388735648 18446744073709551615 264726101660 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/32398/statm: 62689 50016 726 445 0 56234 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 250756

[startup+102.32 s]
/proc/loadavg: 2.00 2.03 2.00 3/515 32408
/proc/meminfo: memFree=10812208/32951124 swapFree=63083240/67111528
[pid=32398] ppid=32396 vsize=431704 CPUtime=102.31 cores=0,2,4,6
/proc/32398/stat : 32398 (qutersat_releas) R 32396 32398 31221 0 -1 4202496 65279 0 0 0 10222 9 0 0 25 0 1 0 753027022 442064896 65010 33554432000 4194304 6014671 140733388735648 18446744073709551615 4423950 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/32398/statm: 107926 65010 726 445 0 101471 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 431704

[startup+162.3 s]
/proc/loadavg: 2.06 2.05 2.01 3/515 32410
/proc/meminfo: memFree=10767036/32951124 swapFree=63083240/67111528
[pid=32398] ppid=32396 vsize=494744 CPUtime=162.29 cores=0,2,4,6
/proc/32398/stat : 32398 (qutersat_releas) R 32396 32398 31221 0 -1 4202496 71750 0 0 0 16219 10 0 0 25 0 1 0 753027022 506617856 71212 33554432000 4194304 6014671 140733388735648 18446744073709551615 4423953 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/32398/statm: 123686 71212 726 445 0 117231 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 494744

[startup+222.301 s]
/proc/loadavg: 2.02 2.04 2.00 3/515 32411
/proc/meminfo: memFree=10773188/32951124 swapFree=63083240/67111528
[pid=32398] ppid=32396 vsize=494744 CPUtime=222.29 cores=0,2,4,6
/proc/32398/stat : 32398 (qutersat_releas) R 32396 32398 31221 0 -1 4202496 73854 0 0 0 22219 10 0 0 25 0 1 0 753027022 506617856 73316 33554432000 4194304 6014671 140733388735648 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/32398/statm: 123686 73316 726 445 0 117231 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 494744

[startup+282.301 s]
/proc/loadavg: 2.01 2.03 2.00 3/515 32413
/proc/meminfo: memFree=10710152/32951124 swapFree=63083240/67111528
[pid=32398] ppid=32396 vsize=494744 CPUtime=282.3 cores=0,2,4,6
/proc/32398/stat : 32398 (qutersat_releas) R 32396 32398 31221 0 -1 4202496 77072 0 0 0 28219 11 0 0 25 0 1 0 753027022 506617856 76534 33554432000 4194304 6014671 140733388735648 18446744073709551615 4424112 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/32398/statm: 123686 76534 726 445 0 117231 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 494744

[startup+342.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/515 32415
/proc/meminfo: memFree=10621824/32951124 swapFree=63083240/67111528
[pid=32398] ppid=32396 vsize=494744 CPUtime=342.3 cores=0,2,4,6
/proc/32398/stat : 32398 (qutersat_releas) R 32396 32398 31221 0 -1 4202496 83317 0 0 0 34217 13 0 0 25 0 1 0 753027022 506617856 82779 33554432000 4194304 6014671 140733388735648 18446744073709551615 4424206 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/32398/statm: 123686 82779 726 445 0 117231 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 494744

[startup+402.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/515 32416
/proc/meminfo: memFree=10650676/32951124 swapFree=63083240/67111528
[pid=32398] ppid=32396 vsize=494744 CPUtime=402.3 cores=0,2,4,6
/proc/32398/stat : 32398 (qutersat_releas) R 32396 32398 31221 0 -1 4202496 84833 0 0 0 40217 13 0 0 25 0 1 0 753027022 506617856 84295 33554432000 4194304 6014671 140733388735648 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/32398/statm: 123686 84295 726 445 0 117231 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 494744

[startup+462.301 s]
/proc/loadavg: 2.00 2.01 2.00 3/515 32418
/proc/meminfo: memFree=10627940/32951124 swapFree=63083240/67111528
[pid=32398] ppid=32396 vsize=494744 CPUtime=462.31 cores=0,2,4,6
/proc/32398/stat : 32398 (qutersat_releas) R 32396 32398 31221 0 -1 4202496 86625 0 0 0 46217 14 0 0 25 0 1 0 753027022 506617856 86087 33554432000 4194304 6014671 140733388735648 18446744073709551615 4424025 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/32398/statm: 123686 86087 726 445 0 117231 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 494744

[startup+522.3 s]
/proc/loadavg: 2.09 2.03 2.01 3/515 32419
/proc/meminfo: memFree=10604096/32951124 swapFree=63083240/67111528
[pid=32398] ppid=32396 vsize=575376 CPUtime=522.3 cores=0,2,4,6
/proc/32398/stat : 32398 (qutersat_releas) R 32396 32398 31221 0 -1 4202496 90772 0 0 0 52216 14 0 0 25 0 1 0 753027022 589185024 90234 33554432000 4194304 6014671 140733388735648 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/32398/statm: 143844 90234 726 445 0 137389 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 575376

[startup+582.301 s]
/proc/loadavg: 2.03 2.03 2.00 3/515 32421
/proc/meminfo: memFree=10532008/32951124 swapFree=63083240/67111528
[pid=32398] ppid=32396 vsize=575376 CPUtime=582.31 cores=0,2,4,6
/proc/32398/stat : 32398 (qutersat_releas) R 32396 32398 31221 0 -1 4202496 94055 0 0 0 58216 15 0 0 25 0 1 0 753027022 589185024 93475 33554432000 4194304 6014671 140733388735648 18446744073709551615 4424165 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/32398/statm: 143844 93475 726 445 0 137389 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 575376

[startup+642.301 s]

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

[startup+4062.32 s]
/proc/loadavg: 2.00 2.03 2.00 3/515 32526
/proc/meminfo: memFree=9396224/32951124 swapFree=63083240/67111528
[pid=32398] ppid=32396 vsize=965744 CPUtime=4062.27 cores=0,2,4,6
/proc/32398/stat : 32398 (qutersat_releas) R 32396 32398 31221 0 -1 4202496 201671 0 0 0 406191 36 0 0 25 0 1 0 753027022 988921856 192646 33554432000 4194304 6014671 140733388735648 18446744073709551615 4424130 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/32398/statm: 241436 192646 726 445 0 234981 0
Current children cumulated CPU time (s) 4062.27
Current children cumulated vsize (KiB) 965744

[startup+4122.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/515 32527
/proc/meminfo: memFree=9394328/32951124 swapFree=63083240/67111528
[pid=32398] ppid=32396 vsize=965744 CPUtime=4122.25 cores=0,2,4,6
/proc/32398/stat : 32398 (qutersat_releas) R 32396 32398 31221 0 -1 4202496 201896 0 0 0 412189 36 0 0 25 0 1 0 753027022 988921856 192871 33554432000 4194304 6014671 140733388735648 18446744073709551615 4566205 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/32398/statm: 241436 192871 726 445 0 234981 0
Current children cumulated CPU time (s) 4122.25
Current children cumulated vsize (KiB) 965744

[startup+4182.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/515 32529
/proc/meminfo: memFree=9394272/32951124 swapFree=63083240/67111528
[pid=32398] ppid=32396 vsize=965744 CPUtime=4182.25 cores=0,2,4,6
/proc/32398/stat : 32398 (qutersat_releas) R 32396 32398 31221 0 -1 4202496 201896 0 0 0 418189 36 0 0 25 0 1 0 753027022 988921856 192871 33554432000 4194304 6014671 140733388735648 18446744073709551615 4534816 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/32398/statm: 241436 192871 726 445 0 234981 0
Current children cumulated CPU time (s) 4182.25
Current children cumulated vsize (KiB) 965744

[startup+4242.3 s]
/proc/loadavg: 2.11 2.04 2.01 3/515 32531
/proc/meminfo: memFree=9400444/32951124 swapFree=63083240/67111528
[pid=32398] ppid=32396 vsize=965744 CPUtime=4242.25 cores=0,2,4,6
/proc/32398/stat : 32398 (qutersat_releas) R 32396 32398 31221 0 -1 4202496 201912 0 0 0 424189 36 0 0 25 0 1 0 753027022 988921856 191037 33554432000 4194304 6014671 140733388735648 18446744073709551615 4422683 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/32398/statm: 241436 191037 726 445 0 234981 0
Current children cumulated CPU time (s) 4242.25
Current children cumulated vsize (KiB) 965744

[startup+4302.3 s]
/proc/loadavg: 2.04 2.03 2.00 3/515 32532
/proc/meminfo: memFree=9432636/32951124 swapFree=63083240/67111528
[pid=32398] ppid=32396 vsize=965744 CPUtime=4302.26 cores=0,2,4,6
/proc/32398/stat : 32398 (qutersat_releas) R 32396 32398 31221 0 -1 4202496 201978 0 0 0 430190 36 0 0 25 0 1 0 753027022 988921856 191103 33554432000 4194304 6014671 140733388735648 18446744073709551615 4424563 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/32398/statm: 241436 191103 726 445 0 234981 0
Current children cumulated CPU time (s) 4302.26
Current children cumulated vsize (KiB) 965744

[startup+4362.3 s]
/proc/loadavg: 2.05 2.04 2.00 3/515 32534
/proc/meminfo: memFree=9402972/32951124 swapFree=63083240/67111528
[pid=32398] ppid=32396 vsize=965744 CPUtime=4362.25 cores=0,2,4,6
/proc/32398/stat : 32398 (qutersat_releas) R 32396 32398 31221 0 -1 4202496 209665 0 0 0 436188 37 0 0 25 0 1 0 753027022 988921856 198790 33554432000 4194304 6014671 140733388735648 18446744073709551615 4566286 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/32398/statm: 241436 198790 726 445 0 234981 0
Current children cumulated CPU time (s) 4362.25
Current children cumulated vsize (KiB) 965744

[startup+4422.3 s]
/proc/loadavg: 2.05 2.04 2.00 3/515 32535
/proc/meminfo: memFree=9372804/32951124 swapFree=63083240/67111528
[pid=32398] ppid=32396 vsize=965744 CPUtime=4422.26 cores=0,2,4,6
/proc/32398/stat : 32398 (qutersat_releas) R 32396 32398 31221 0 -1 4202496 217403 0 0 0 442187 39 0 0 25 0 1 0 753027022 988921856 206528 33554432000 4194304 6014671 140733388735648 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/32398/statm: 241436 206528 726 445 0 234981 0
Current children cumulated CPU time (s) 4422.26
Current children cumulated vsize (KiB) 965744

[startup+4482.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/515 32537
/proc/meminfo: memFree=9372020/32951124 swapFree=63083240/67111528
[pid=32398] ppid=32396 vsize=965744 CPUtime=4482.26 cores=0,2,4,6
/proc/32398/stat : 32398 (qutersat_releas) R 32396 32398 31221 0 -1 4202496 217470 0 0 0 448187 39 0 0 25 0 1 0 753027022 988921856 206595 33554432000 4194304 6014671 140733388735648 18446744073709551615 4566205 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/32398/statm: 241436 206595 726 445 0 234981 0
Current children cumulated CPU time (s) 4482.26
Current children cumulated vsize (KiB) 965744

[startup+4542.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/515 32539
/proc/meminfo: memFree=9370984/32951124 swapFree=63083240/67111528
[pid=32398] ppid=32396 vsize=965744 CPUtime=4542.26 cores=0,2,4,6
/proc/32398/stat : 32398 (qutersat_releas) R 32396 32398 31221 0 -1 4202496 217584 0 0 0 454187 39 0 0 25 0 1 0 753027022 988921856 206709 33554432000 4194304 6014671 140733388735648 18446744073709551615 4424451 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/32398/statm: 241436 206709 726 445 0 234981 0
Current children cumulated CPU time (s) 4542.26
Current children cumulated vsize (KiB) 965744

[startup+4602.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/515 32543
/proc/meminfo: memFree=9366428/32951124 swapFree=63083240/67111528
[pid=32398] ppid=32396 vsize=965744 CPUtime=4602.28 cores=0,2,4,6
/proc/32398/stat : 32398 (qutersat_releas) R 32396 32398 31221 0 -1 4202496 217777 0 0 0 460189 39 0 0 25 0 1 0 753027022 988921856 206902 33554432000 4194304 6014671 140733388735648 18446744073709551615 4566205 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/32398/statm: 241436 206902 726 445 0 234981 0
Current children cumulated CPU time (s) 4602.28
Current children cumulated vsize (KiB) 965744

[startup+4662.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/515 32545
/proc/meminfo: memFree=9365904/32951124 swapFree=63083240/67111528
[pid=32398] ppid=32396 vsize=965744 CPUtime=4662.27 cores=0,2,4,6
/proc/32398/stat : 32398 (qutersat_releas) R 32396 32398 31221 0 -1 4202496 217777 0 0 0 466188 39 0 0 25 0 1 0 753027022 988921856 206902 33554432000 4194304 6014671 140733388735648 18446744073709551615 4535380 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/32398/statm: 241436 206902 726 445 0 234981 0
Current children cumulated CPU time (s) 4662.27
Current children cumulated vsize (KiB) 965744

[startup+4722.32 s]
/proc/loadavg: 2.05 2.02 2.00 3/515 32546
/proc/meminfo: memFree=9366484/32951124 swapFree=63083240/67111528
[pid=32398] ppid=32396 vsize=965744 CPUtime=4722.28 cores=0,2,4,6
/proc/32398/stat : 32398 (qutersat_releas) R 32396 32398 31221 0 -1 4202496 218084 0 0 0 472189 39 0 0 25 0 1 0 753027022 988921856 207209 33554432000 4194304 6014671 140733388735648 18446744073709551615 4424128 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/32398/statm: 241436 207209 726 445 0 234981 0
Current children cumulated CPU time (s) 4722.28
Current children cumulated vsize (KiB) 965744

[startup+4782.3 s]
/proc/loadavg: 2.06 2.03 2.00 3/515 32548
/proc/meminfo: memFree=9351064/32951124 swapFree=63083240/67111528
[pid=32398] ppid=32396 vsize=965744 CPUtime=4782.27 cores=0,2,4,6
/proc/32398/stat : 32398 (qutersat_releas) R 32396 32398 31221 0 -1 4202496 221959 0 0 0 478187 40 0 0 25 0 1 0 753027022 988921856 211084 33554432000 4194304 6014671 140733388735648 18446744073709551615 4566281 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/32398/statm: 241436 211084 726 445 0 234981 0
Current children cumulated CPU time (s) 4782.27
Current children cumulated vsize (KiB) 965744

[startup+4842.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/515 32550
/proc/meminfo: memFree=9349420/32951124 swapFree=63083240/67111528
[pid=32398] ppid=32396 vsize=965744 CPUtime=4842.27 cores=0,2,4,6
/proc/32398/stat : 32398 (qutersat_releas) R 32396 32398 31221 0 -1 4202496 221959 0 0 0 484187 40 0 0 25 0 1 0 753027022 988921856 211084 33554432000 4194304 6014671 140733388735648 18446744073709551615 4566281 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/32398/statm: 241436 211084 726 445 0 234981 0
Current children cumulated CPU time (s) 4842.27
Current children cumulated vsize (KiB) 965744

[startup+4902.3 s]
/proc/loadavg: 2.10 2.05 2.01 3/515 32551
/proc/meminfo: memFree=9349116/32951124 swapFree=63083240/67111528
[pid=32398] ppid=32396 vsize=965744 CPUtime=4902.27 cores=0,2,4,6
/proc/32398/stat : 32398 (qutersat_releas) R 32396 32398 31221 0 -1 4202496 222007 0 0 0 490187 40 0 0 25 0 1 0 753027022 988921856 211132 33554432000 4194304 6014671 140733388735648 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/32398/statm: 241436 211132 726 445 0 234981 0
Current children cumulated CPU time (s) 4902.27
Current children cumulated vsize (KiB) 965744

[startup+4962.3 s]
/proc/loadavg: 2.04 2.04 2.00 3/515 32553
/proc/meminfo: memFree=9347592/32951124 swapFree=63083240/67111528
[pid=32398] ppid=32396 vsize=965744 CPUtime=4962.27 cores=0,2,4,6
/proc/32398/stat : 32398 (qutersat_releas) R 32396 32398 31221 0 -1 4202496 222080 0 0 0 496187 40 0 0 25 0 1 0 753027022 988921856 211205 33554432000 4194304 6014671 140733388735648 18446744073709551615 4424206 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/32398/statm: 241436 211205 726 445 0 234981 0
Current children cumulated CPU time (s) 4962.27
Current children cumulated vsize (KiB) 965744



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5000.1 s]
/proc/loadavg: 2.02 2.03 2.00 3/515 32554
/proc/meminfo: memFree=9347188/32951124 swapFree=63083240/67111528
[pid=32398] ppid=32396 vsize=965744 CPUtime=5000.09 cores=0,2,4,6
/proc/32398/stat : 32398 (qutersat_releas) R 32396 32398 31221 0 -1 4202496 222192 0 0 0 499969 40 0 0 25 0 1 0 753027022 988921856 211317 33554432000 4194304 6014671 140733388735648 18446744073709551615 4424165 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/32398/statm: 241436 211317 726 445 0 234981 0
Current children cumulated CPU time (s) 5000.09
Current children cumulated vsize (KiB) 965744

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.02 2.03 2.00 3/515 32554
/proc/meminfo: memFree=9347188/32951124 swapFree=63083240/67111528
[pid=32398] ppid=32396 vsize=965744 CPUtime=5000.09 cores=0,2,4,6
/proc/32398/stat : 32398 (qutersat_releas) R 32396 32398 31221 0 -1 4202496 222192 0 0 0 499969 40 0 0 25 0 1 0 753027022 988921856 211317 33554432000 4194304 6014671 140733388735648 18446744073709551615 4424165 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/32398/statm: 241436 211317 726 445 0 234981 0
Current children cumulated CPU time (s) 5000.09
Current children cumulated vsize (KiB) 965744

Child status: 1
Real time (s): 5000.15
CPU time (s): 5000.13
CPU user time (s): 4999.7
CPU system time (s): 0.436933
CPU usage (%): 99.9996
Max. virtual memory (cumulated for all children) (KiB): 965744

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4999.7
system time used= 0.436933
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 222196
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= 28
involuntary context switches= 7789

runsolver used 26.6449 second user time and 55.8505 second system time

The end

Launcher Data

Begin job on node141 at 2011-05-28 20:08:34
IDJOB=3421029
IDBENCH=83167
IDSOLVER=1868
FILE ID=node141/3421029-1306606114
RUNJOBID= node141-1306606114-32384
PBS_JOBID= 13471539
Free space on /tmp= 73672 MiB

SOLVER NAME= QuteRSat 2011-05-12 (fixed)
BENCH NAME= SAT11/crafted/mosoi/289/289-unsat-21x14.cnf
COMMAND LINE= qutersat_release BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3421029-1306606114/watcher-3421029-1306606114 -o /tmp/evaluation-result-3421029-1306606114/solver-3421029-1306606114 -C 5000 -W 5100 -M 15500  qutersat_release HOME/instance-3421029-1306606114.cnf 513880504

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

MD5SUM BENCH= f76302f2442dfc7cabc2315e61e55fea
RANDOM SEED=513880504

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      11964992 kB
Buffers:        356272 kB
Cached:       10249424 kB
SwapCached:      15808 kB
Active:       12876776 kB
Inactive:      7809408 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      11964992 kB
SwapTotal:    67111528 kB
SwapFree:     63083240 kB
Dirty:            6256 kB
Writeback:           0 kB
AnonPages:    10071864 kB
Mapped:          25996 kB
Slab:           160152 kB
PageTables:      70268 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 150652552 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= 73652 MiB
End job on node141 at 2011-05-28 21:31:56