Trace number 3188442

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) 1299.97 1300.02

General information on the benchmark

Namerandom/large/
unif-k7-r85-v150-c12750-S789865458-092-UNKNOWN.cnf
MD5SUM576af4ef397491948f4ca2b3f3b7cd4f
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark10.5984
Satisfiable
(Un)Satisfiability was proved
Number of variables150
Number of clauses12750
Sum of the clauses size89250
Maximum clause length7
Minimum clause length7
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 512750

Solver Data

0.00/0.03	c Set FPU double precision.
0.00/0.03	c Parse Cnf success: #var: 150 #clause: 12750
0.00/0.03	c Find Units :          0
0.00/0.03	c Find Invs  :          0
0.00/0.03	c Find Ands  :          0 AvgFaninNum: nan
0.00/0.03	c Find Xors  :          0 AvgFaninNum: nan
0.00/0.03	c Find Ite   :          0
0.00/0.03	c UnDirect variable: 0
0.00/0.03	c UnDirect to Direct Gate: 0
0.00/0.03	c Forced Direct Gate: 0 Unuse unDirect Gate: 0
0.00/0.03	c Break Cycle : 0
0.00/0.03	c Total Root : 0 Undef Var: 150
0.00/0.04	c After covering, Total Root: 0 Leaf: 0
0.00/0.04	c Variable( cover/uncovered/unused ): 0 150 0
0.00/0.04	c Unit Clauses: 0
0.00/0.04	c Binary Clauses( cover/uncovered ): 0 0
0.00/0.04	c Clauses( cover/uncovered ): 0 12750
0.00/0.04	c Total Clauses( cover/uncovered ): 0 12750 0%
0.00/0.04	c Covered Ands: 0 Invs: 0 Xors: 0 Ites: 0
0.00/0.06	c Uncover Clauses avg size: 7 max size: 7
0.00/0.06	c Final circuit: i/l/o/s     150       0   12750     56730
0.00/0.06	c CnfToAig: Time: 0.03 s
0.06/0.13	c TmMap: Set choices finish.
0.06/0.15	c TmMap: Set big and: 22008
0.06/0.15	c TmMap: Origin: 56881 ClauseNum: 170190 --> New: 22159 ClauseNum: 101568
0.06/0.15	c TmMap: Time: 0.04
0.06/0.16	c Try to Add: #clause: 44016 #xorclause: 0
0.06/0.17	c #var: 9408 #clauses: 22009 Solving... 
1299.95/1300.00	c Time Out !!
1299.95/1300.00	s UNKNOWN

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 893)

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

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

running on 2 cores: 5,7

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


[startup+0 s]
/proc/loadavg: 7.99 7.81 6.73 3/180 29410
/proc/meminfo: memFree=32690480/32950904 swapFree=67082008/67111528
[pid=29410] ppid=29406 vsize=6420 CPUtime=0 cores=5,7
/proc/29410/stat : 29410 (qutersat_releas) D 29406 29410 29367 0 -1 4194304 97 0 0 0 0 0 0 0 25 0 1 0 339668671 6574080 48 33554432000 4194304 6016207 140734696406784 18446744073709551615 237273955975 0 0 4096 0 18446744071562154983 0 0 17 5 0 0 0
/proc/29410/statm: 1605 48 37 445 0 65 0

[startup+0.0260811 s]
/proc/loadavg: 7.99 7.81 6.73 3/180 29410
/proc/meminfo: memFree=32690480/32950904 swapFree=67082008/67111528
[pid=29410] ppid=29406 vsize=18612 CPUtime=0 cores=5,7
/proc/29410/stat : 29410 (qutersat_releas) S 29406 29410 29367 0 -1 4194304 118 0 3 0 0 0 0 0 18 0 1 0 339668671 19058688 71 33554432000 4194304 6016207 140734696406784 18446744073709551615 237273955975 0 2147483391 4096 0 18446744071699945619 0 0 17 5 0 0 2
/proc/29410/statm: 4653 71 51 445 0 89 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18612

[startup+0.101069 s]
/proc/loadavg: 7.99 7.81 6.73 3/180 29410
/proc/meminfo: memFree=32690480/32950904 swapFree=67082008/67111528
[pid=29410] ppid=29406 vsize=48772 CPUtime=0.06 cores=5,7
/proc/29410/stat : 29410 (qutersat_releas) R 29406 29410 29367 0 -1 4202496 6227 0 3 0 6 0 0 0 18 0 1 0 339668671 49942528 6162 33554432000 4194304 6016207 140734696406784 18446744073709551615 4779602 0 0 4096 16386 0 0 0 17 5 0 0 2
/proc/29410/statm: 12193 6163 670 445 0 5737 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 48772

[startup+0.301031 s]
/proc/loadavg: 7.99 7.81 6.73 3/180 29410
/proc/meminfo: memFree=32690480/32950904 swapFree=67082008/67111528
[pid=29410] ppid=29406 vsize=65608 CPUtime=0.26 cores=5,7
/proc/29410/stat : 29410 (qutersat_releas) R 29406 29410 29367 0 -1 4202496 8584 0 3 0 26 0 0 0 18 0 1 0 339668671 67182592 8519 33554432000 4194304 6016207 140734696406784 18446744073709551615 4424109 0 0 4096 16386 0 0 0 17 5 0 0 2
/proc/29410/statm: 16402 8519 692 445 0 9946 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 65608

[startup+0.700963 s]
/proc/loadavg: 7.99 7.81 6.73 3/180 29410
/proc/meminfo: memFree=32690480/32950904 swapFree=67082008/67111528
[pid=29410] ppid=29406 vsize=65608 CPUtime=0.66 cores=5,7
/proc/29410/stat : 29410 (qutersat_releas) R 29406 29410 29367 0 -1 4202496 8595 0 3 0 66 0 0 0 18 0 1 0 339668671 67182592 8530 33554432000 4194304 6016207 140734696406784 18446744073709551615 4424851 0 0 4096 16386 0 0 0 17 5 0 0 2
/proc/29410/statm: 16402 8530 695 445 0 9946 0
Current children cumulated CPU time (s) 0.66
Current children cumulated vsize (KiB) 65608

[startup+1.50082 s]
/proc/loadavg: 7.99 7.81 6.73 5/190 29428
/proc/meminfo: memFree=32458480/32950904 swapFree=67082008/67111528
[pid=29410] ppid=29406 vsize=68680 CPUtime=1.46 cores=5,7
/proc/29410/stat : 29410 (qutersat_releas) R 29406 29410 29367 0 -1 4202496 9578 0 3 0 146 0 0 0 19 0 1 0 339668671 70328320 9513 33554432000 4194304 6016207 140734696406784 18446744073709551615 4425705 0 0 4096 16386 0 0 0 17 5 0 0 2
/proc/29410/statm: 17170 9513 719 445 0 10714 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 68680

[startup+3.10053 s]
/proc/loadavg: 7.99 7.81 6.73 6/190 29428
/proc/meminfo: memFree=32450172/32950904 swapFree=67082008/67111528
[pid=29410] ppid=29406 vsize=87328 CPUtime=3.07 cores=5,7
/proc/29410/stat : 29410 (qutersat_releas) R 29406 29410 29367 0 -1 4202496 10559 0 3 0 306 1 0 0 25 0 1 0 339668671 89423872 10494 33554432000 4194304 6016207 140734696406784 18446744073709551615 4425392 0 0 4096 16386 0 0 0 17 5 0 0 2
/proc/29410/statm: 21832 10494 719 445 0 15376 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 87328

[startup+6.30097 s]
/proc/loadavg: 7.67 7.75 6.71 6/190 29428
/proc/meminfo: memFree=32402316/32950904 swapFree=67082008/67111528
[pid=29410] ppid=29406 vsize=106468 CPUtime=6.26 cores=5,7
/proc/29410/stat : 29410 (qutersat_releas) R 29406 29410 29367 0 -1 4202496 12588 0 3 0 625 1 0 0 25 0 1 0 339668671 109023232 12523 33554432000 4194304 6016207 140734696406784 18446744073709551615 4425654 0 0 4096 16386 0 0 0 17 5 0 0 2
/proc/29410/statm: 26617 12523 728 445 0 20161 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 106468

[startup+12.7008 s]
/proc/loadavg: 7.38 7.69 6.70 6/190 29428
/proc/meminfo: memFree=32286432/32950904 swapFree=67082008/67111528
[pid=29410] ppid=29406 vsize=136384 CPUtime=12.67 cores=5,7
/proc/29410/stat : 29410 (qutersat_releas) R 29406 29410 29367 0 -1 4202496 19246 0 3 0 1265 2 0 0 25 0 1 0 339668671 139657216 19175 33554432000 4194304 6016207 140734696406784 18446744073709551615 4536800 0 0 4096 16386 0 0 0 17 5 0 0 2
/proc/29410/statm: 34096 19175 728 445 0 27640 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 136384

[startup+25.5006 s]
/proc/loadavg: 6.63 7.51 6.65 6/190 29428
/proc/meminfo: memFree=32133252/32950904 swapFree=67082008/67111528
[pid=29410] ppid=29406 vsize=136384 CPUtime=25.47 cores=5,7
/proc/29410/stat : 29410 (qutersat_releas) R 29406 29410 29367 0 -1 4202496 21439 0 3 0 2544 3 0 0 25 0 1 0 339668671 139657216 21344 33554432000 4194304 6016207 140734696406784 18446744073709551615 4425530 0 0 4096 16386 0 0 0 17 5 0 0 2
/proc/29410/statm: 34096 21344 731 445 0 27640 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 136384

[startup+51.101 s]
/proc/loadavg: 5.73 7.22 6.58 6/190 29429
/proc/meminfo: memFree=31943848/32950904 swapFree=67082008/67111528
[pid=29410] ppid=29406 vsize=157748 CPUtime=51.06 cores=5,7
/proc/29410/stat : 29410 (qutersat_releas) R 29406 29410 29367 0 -1 4202496 27089 0 3 0 5103 3 0 0 25 0 1 0 339668671 161533952 26993 33554432000 4194304 6016207 140734696406784 18446744073709551615 4425709 0 0 4096 16386 0 0 0 17 5 0 0 2
/proc/29410/statm: 39437 26993 730 445 0 32981 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 157748

[startup+102.307 s]
/proc/loadavg: 4.75 6.72 6.44 6/190 29430
/proc/meminfo: memFree=31814732/32950904 swapFree=67082008/67111528
[pid=29410] ppid=29406 vsize=169320 CPUtime=102.27 cores=5,7
/proc/29410/stat : 29410 (qutersat_releas) R 29406 29410 29367 0 -1 4202496 30684 0 3 0 10223 4 0 0 25 0 1 0 339668671 173383680 30585 33554432000 4194304 6016207 140734696406784 18446744073709551615 4425987 0 0 4096 16386 0 0 0 17 5 0 0 2
/proc/29410/statm: 42330 30585 734 445 0 35874 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 169320

[startup+162.3 s]
/proc/loadavg: 4.27 6.23 6.29 6/190 29432
/proc/meminfo: memFree=31685480/32950904 swapFree=67082008/67111528
[pid=29410] ppid=29406 vsize=192996 CPUtime=162.26 cores=5,7
/proc/29410/stat : 29410 (qutersat_releas) R 29406 29410 29367 0 -1 4202496 38143 0 3 0 16221 5 0 0 25 0 1 0 339668671 197627904 38042 33554432000 4194304 6016207 140734696406784 18446744073709551615 4424229 0 0 4096 16386 0 0 0 17 5 0 0 2
/proc/29410/statm: 48249 38042 732 445 0 41793 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 192996

[startup+222.301 s]
/proc/loadavg: 4.10 5.82 6.14 6/190 29433
/proc/meminfo: memFree=31553504/32950904 swapFree=67082008/67111528
[pid=29410] ppid=29406 vsize=290352 CPUtime=222.26 cores=5,7
/proc/29410/stat : 29410 (qutersat_releas) R 29406 29410 29367 0 -1 4202496 43828 0 3 0 22220 6 0 0 25 0 1 0 339668671 297320448 43717 33554432000 4194304 6016207 140734696406784 18446744073709551615 4425630 0 0 4096 16386 0 0 0 17 5 0 0 2
/proc/29410/statm: 72588 43717 744 445 0 66132 0
Current children cumulated CPU time (s) 222.26
Current children cumulated vsize (KiB) 290352

[startup+282.301 s]
/proc/loadavg: 4.03 5.49 6.00 6/190 29435
/proc/meminfo: memFree=31413708/32950904 swapFree=67082008/67111528
[pid=29410] ppid=29406 vsize=389040 CPUtime=282.25 cores=5,7
/proc/29410/stat : 29410 (qutersat_releas) R 29406 29410 29367 0 -1 4202496 45222 0 3 0 28218 7 0 0 25 0 1 0 339668671 398376960 45037 33554432000 4194304 6016207 140734696406784 18446744073709551615 4425742 0 0 4096 16386 0 0 0 17 5 0 0 2
/proc/29410/statm: 97260 45037 743 445 0 90804 0
Current children cumulated CPU time (s) 282.25
Current children cumulated vsize (KiB) 389040

[startup+342.3 s]
/proc/loadavg: 4.01 5.21 5.88 6/190 29437
/proc/meminfo: memFree=31374228/32950904 swapFree=67082008/67111528
[pid=29410] ppid=29406 vsize=389040 CPUtime=342.25 cores=5,7
/proc/29410/stat : 29410 (qutersat_releas) R 29406 29410 29367 0 -1 4202496 53381 0 3 0 34215 10 0 0 25 0 1 0 339668671 398376960 53149 33554432000 4194304 6016207 140734696406784 18446744073709551615 4425639 0 0 4096 16386 0 0 0 17 5 0 0 2
/proc/29410/statm: 97260 53149 731 445 0 90804 0
Current children cumulated CPU time (s) 342.25
Current children cumulated vsize (KiB) 389040

[startup+402.301 s]
/proc/loadavg: 4.04 5.00 5.76 6/190 29438
/proc/meminfo: memFree=31355964/32950904 swapFree=67082008/67111528
[pid=29410] ppid=29406 vsize=389040 CPUtime=402.25 cores=5,7
/proc/29410/stat : 29410 (qutersat_releas) R 29406 29410 29367 0 -1 4202496 53683 0 3 0 40215 10 0 0 25 0 1 0 339668671 398376960 53408 33554432000 4194304 6016207 140734696406784 18446744073709551615 4425742 0 0 4096 16386 0 0 0 17 5 0 0 2
/proc/29410/statm: 97260 53408 731 445 0 90804 0
Current children cumulated CPU time (s) 402.25
Current children cumulated vsize (KiB) 389040

[startup+462.301 s]
/proc/loadavg: 4.09 4.83 5.65 6/190 29440
/proc/meminfo: memFree=31342788/32950904 swapFree=67082008/67111528
[pid=29410] ppid=29406 vsize=389040 CPUtime=462.25 cores=5,7
/proc/29410/stat : 29410 (qutersat_releas) R 29406 29410 29367 0 -1 4202496 54440 0 3 0 46215 10 0 0 25 0 1 0 339668671 398376960 54115 33554432000 4194304 6016207 140734696406784 18446744073709551615 4426912 0 0 4096 16386 0 0 0 17 5 0 0 2
/proc/29410/statm: 97260 54115 728 445 0 90804 0
Current children cumulated CPU time (s) 462.25
Current children cumulated vsize (KiB) 389040

[startup+522.3 s]
/proc/loadavg: 4.03 4.68 5.55 6/190 29441
/proc/meminfo: memFree=31360736/32950904 swapFree=67082008/67111528
[pid=29410] ppid=29406 vsize=389040 CPUtime=522.25 cores=5,7
/proc/29410/stat : 29410 (qutersat_releas) R 29406 29410 29367 0 -1 4202496 54865 0 3 0 52215 10 0 0 25 0 1 0 339668671 398376960 54487 33554432000 4194304 6016207 140734696406784 18446744073709551615 4425526 0 0 4096 16386 0 0 0 17 5 0 0 2
/proc/29410/statm: 97260 54487 728 445 0 90804 0
Current children cumulated CPU time (s) 522.25
Current children cumulated vsize (KiB) 389040

[startup+582.3 s]
/proc/loadavg: 4.01 4.55 5.45 6/190 29443
/proc/meminfo: memFree=31356740/32950904 swapFree=67082008/67111528
[pid=29410] ppid=29406 vsize=389040 CPUtime=582.25 cores=5,7
/proc/29410/stat : 29410 (qutersat_releas) R 29406 29410 29367 0 -1 4202496 55194 0 3 0 58214 11 0 0 25 0 1 0 339668671 398376960 54787 33554432000 4194304 6016207 140734696406784 18446744073709551615 4513178 0 0 4096 16386 0 0 0 17 5 0 0 2
/proc/29410/statm: 97260 54787 728 445 0 90804 0
Current children cumulated CPU time (s) 582.25
Current children cumulated vsize (KiB) 389040

[startup+642.301 s]
/proc/loadavg: 4.00 4.45 5.35 6/190 29445
/proc/meminfo: memFree=31333608/32950904 swapFree=67082008/67111528
[pid=29410] ppid=29406 vsize=443044 CPUtime=642.25 cores=5,7
/proc/29410/stat : 29410 (qutersat_releas) R 29406 29410 29367 0 -1 4202496 59470 0 3 0 64213 12 0 0 25 0 1 0 339668671 453677056 59033 33554432000 4194304 6016207 140734696406784 18446744073709551615 4387162 0 0 4096 16386 0 0 0 17 5 0 0 2
/proc/29410/statm: 110761 59033 728 445 0 104305 0
Current children cumulated CPU time (s) 642.25
Current children cumulated vsize (KiB) 443044

[startup+702.3 s]
/proc/loadavg: 4.00 4.37 5.27 6/190 29446
/proc/meminfo: memFree=31258920/32950904 swapFree=67082008/67111528
[pid=29410] ppid=29406 vsize=443044 CPUtime=702.25 cores=5,7
/proc/29410/stat : 29410 (qutersat_releas) R 29406 29410 29367 0 -1 4202496 62450 0 3 0 70210 15 0 0 25 0 1 0 339668671 453677056 61950 33554432000 4194304 6016207 140734696406784 18446744073709551615 4426916 0 0 4096 16386 0 0 0 17 5 0 0 2
/proc/29410/statm: 110761 61950 728 445 0 104305 0
Current children cumulated CPU time (s) 702.25
Current children cumulated vsize (KiB) 443044

[startup+762.307 s]
/proc/loadavg: 4.00 4.30 5.18 6/190 29448
/proc/meminfo: memFree=31125200/32950904 swapFree=67082008/67111528
[pid=29410] ppid=29406 vsize=443044 CPUtime=762.26 cores=5,7
/proc/29410/stat : 29410 (qutersat_releas) R 29406 29410 29367 0 -1 4202496 62580 0 3 0 76211 15 0 0 25 0 1 0 339668671 453677056 62047 33554432000 4194304 6016207 140734696406784 18446744073709551615 4425626 0 0 4096 16386 0 0 0 17 5 0 0 2
/proc/29410/statm: 110761 62047 728 445 0 104305 0
Current children cumulated CPU time (s) 762.26
Current children cumulated vsize (KiB) 443044

[startup+822.301 s]
/proc/loadavg: 4.00 4.24 5.11 6/190 29449
/proc/meminfo: memFree=31120460/32950904 swapFree=67082008/67111528
[pid=29410] ppid=29406 vsize=443044 CPUtime=822.25 cores=5,7
/proc/29410/stat : 29410 (qutersat_releas) R 29406 29410 29367 0 -1 4202496 62743 0 3 0 82210 15 0 0 25 0 1 0 339668671 453677056 62141 33554432000 4194304 6016207 140734696406784 18446744073709551615 4426003 0 0 4096 16386 0 0 0 17 5 0 0 2
/proc/29410/statm: 110761 62141 728 445 0 104305 0
Current children cumulated CPU time (s) 822.25
Current children cumulated vsize (KiB) 443044

[startup+882.301 s]
/proc/loadavg: 4.00 4.19 5.04 6/190 29451
/proc/meminfo: memFree=31105528/32950904 swapFree=67082008/67111528
[pid=29410] ppid=29406 vsize=443044 CPUtime=882.25 cores=5,7
/proc/29410/stat : 29410 (qutersat_releas) R 29406 29410 29367 0 -1 4202496 62826 0 3 0 88210 15 0 0 25 0 1 0 339668671 453677056 62188 33554432000 4194304 6016207 140734696406784 18446744073709551615 4425995 0 0 4096 16386 0 0 0 17 5 0 0 2
/proc/29410/statm: 110761 62188 728 445 0 104305 0
Current children cumulated CPU time (s) 882.25
Current children cumulated vsize (KiB) 443044

[startup+942.3 s]
/proc/loadavg: 4.05 4.17 4.97 6/190 29453
/proc/meminfo: memFree=31085772/32950904 swapFree=67082008/67111528
[pid=29410] ppid=29406 vsize=443044 CPUtime=942.25 cores=5,7
/proc/29410/stat : 29410 (qutersat_releas) R 29406 29410 29367 0 -1 4202496 63162 0 3 0 94210 15 0 0 25 0 1 0 339668671 453677056 62487 33554432000 4194304 6016207 140734696406784 18446744073709551615 4425585 0 0 4096 16386 0 0 0 17 5 0 0 2
/proc/29410/statm: 110761 62487 728 445 0 104305 0
Current children cumulated CPU time (s) 942.25
Current children cumulated vsize (KiB) 443044

[startup+1002.3 s]
/proc/loadavg: 4.02 4.14 4.91 6/190 29454
/proc/meminfo: memFree=31068728/32950904 swapFree=67082008/67111528
[pid=29410] ppid=29406 vsize=443044 CPUtime=1002.25 cores=5,7
/proc/29410/stat : 29410 (qutersat_releas) R 29406 29410 29367 0 -1 4202496 63263 0 3 0 100210 15 0 0 25 0 1 0 339668671 453677056 62550 33554432000 4194304 6016207 140734696406784 18446744073709551615 4426916 0 0 4096 16386 0 0 0 17 5 0 0 2
/proc/29410/statm: 110761 62550 728 445 0 104305 0
Current children cumulated CPU time (s) 1002.25
Current children cumulated vsize (KiB) 443044

[startup+1062.3 s]
/proc/loadavg: 4.04 4.12 4.85 6/190 29456
/proc/meminfo: memFree=30919400/32950904 swapFree=67082008/67111528
[pid=29410] ppid=29406 vsize=443044 CPUtime=1062.25 cores=5,7
/proc/29410/stat : 29410 (qutersat_releas) R 29406 29410 29367 0 -1 4202496 63322 0 3 0 106210 15 0 0 25 0 1 0 339668671 453677056 62609 33554432000 4194304 6016207 140734696406784 18446744073709551615 4425530 0 0 4096 16386 0 0 0 17 5 0 0 2
/proc/29410/statm: 110761 62609 728 445 0 104305 0
Current children cumulated CPU time (s) 1062.25
Current children cumulated vsize (KiB) 443044

[startup+1122.3 s]
/proc/loadavg: 4.01 4.10 4.80 6/190 29457
/proc/meminfo: memFree=30816944/32950904 swapFree=67082008/67111528
[pid=29410] ppid=29406 vsize=443044 CPUtime=1122.24 cores=5,7
/proc/29410/stat : 29410 (qutersat_releas) R 29406 29410 29367 0 -1 4202496 64548 0 3 0 112209 15 0 0 25 0 1 0 339668671 453677056 63796 33554432000 4194304 6016207 140734696406784 18446744073709551615 4425530 0 0 4096 16386 0 0 0 17 5 0 0 2
/proc/29410/statm: 110761 63796 728 445 0 104305 0
Current children cumulated CPU time (s) 1122.24
Current children cumulated vsize (KiB) 443044

[startup+1182.3 s]
/proc/loadavg: 4.00 4.08 4.75 6/190 29459
/proc/meminfo: memFree=30772128/32950904 swapFree=67082008/67111528
[pid=29410] ppid=29406 vsize=443044 CPUtime=1182.25 cores=5,7
/proc/29410/stat : 29410 (qutersat_releas) R 29406 29410 29367 0 -1 4202496 64881 0 3 0 118209 16 0 0 25 0 1 0 339668671 453677056 64088 33554432000 4194304 6016207 140734696406784 18446744073709551615 4425486 0 0 4096 16386 0 0 0 17 5 0 0 2
/proc/29410/statm: 110761 64088 728 445 0 104305 0
Current children cumulated CPU time (s) 1182.25
Current children cumulated vsize (KiB) 443044

[startup+1242.3 s]
/proc/loadavg: 4.00 4.06 4.70 6/190 29461
/proc/meminfo: memFree=30764632/32950904 swapFree=67082008/67111528
[pid=29410] ppid=29406 vsize=443044 CPUtime=1242.25 cores=5,7
/proc/29410/stat : 29410 (qutersat_releas) R 29406 29410 29367 0 -1 4202496 64958 0 3 0 124209 16 0 0 25 0 1 0 339668671 453677056 64165 33554432000 4194304 6016207 140734696406784 18446744073709551615 4425984 0 0 4096 16386 0 0 0 17 5 0 0 2
/proc/29410/statm: 110761 64165 728 445 0 104305 0
Current children cumulated CPU time (s) 1242.25
Current children cumulated vsize (KiB) 443044



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.00 4.05 4.65 6/190 29462
/proc/meminfo: memFree=30745628/32950904 swapFree=67082008/67111528
[pid=29410] ppid=29406 vsize=443044 CPUtime=1299.95 cores=5,7
/proc/29410/stat : 29410 (qutersat_releas) R 29406 29410 29367 0 -1 4202496 64959 0 3 0 129979 16 0 0 25 0 1 0 339668671 453677056 64124 33554432000 4194304 6016207 140734696406784 18446744073709551615 4425530 0 0 4096 16386 0 0 0 17 5 0 0 2
/proc/29410/statm: 110761 64124 728 445 0 104305 0
Current children cumulated CPU time (s) 1299.95
Current children cumulated vsize (KiB) 443044

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

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

Child status: 1
Real time (s): 1300.02
CPU time (s): 1299.97
CPU user time (s): 1299.79
CPU system time (s): 0.176973
CPU usage (%): 99.9963
Max. virtual memory (cumulated for all children) (KiB): 443044

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.79
system time used= 0.176973
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 64964
page faults= 3
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 97
involuntary context switches= 1951

runsolver used 1.9667 second user time and 5.13122 second system time

The end

Launcher Data

Begin job on node121 at 2011-04-08 18:38:09
IDJOB=3188442
IDBENCH=82573
IDSOLVER=1607
FILE ID=node121/3188442-1302280689
RUNJOBID= node121-1302280689-29388
PBS_JOBID= 12919087
Free space on /tmp= 72156 MiB

SOLVER NAME= QuteRSat 2011-03-01
BENCH NAME= SAT11/random/large/unif-k7-r85-v150-c12750-S789865458-092-UNKNOWN.cnf
COMMAND LINE= qutersat_release BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3188442-1302280689/watcher-3188442-1302280689 -o /tmp/evaluation-result-3188442-1302280689/solver-3188442-1302280689 -C 2400 -W 1300 -M 7680  qutersat_release HOME/instance-3188442-1302280689.cnf 1457445288

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

MD5SUM BENCH= 576af4ef397491948f4ca2b3f3b7cd4f
RANDOM SEED=1457445288

node121.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.817
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.63
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.817
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.07
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.817
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.84
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.817
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.817
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.817
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.74
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.817
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.817
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:     32950904 kB
MemFree:      32693800 kB
Buffers:          3824 kB
Cached:          89936 kB
SwapCached:       2900 kB
Active:          45640 kB
Inactive:        89312 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950904 kB
LowFree:      32693800 kB
SwapTotal:    67111528 kB
SwapFree:     67082008 kB
Dirty:            5860 kB
Writeback:           0 kB
AnonPages:       39124 kB
Mapped:          13360 kB
Slab:            53876 kB
PageTables:       5732 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586980 kB
Committed_AS:   191756 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= 72148 MiB
End job on node121 at 2011-04-08 18:59:51