Trace number 3292383

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

NameSAT05/industrial/grieu05/vmpc/
vmpc_35.renamed-as.sat05-1921.cnf
MD5SUM5fda0e0fb8a21967728dfe29bf2d4ea5
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark473.18
Satisfiable
(Un)Satisfiability was proved
Number of variables1225
Number of clauses211785
Sum of the clauses size554190
Maximum clause length35
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 283405
Number of clauses of size 3128310
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 570

Solver Data

0.00/0.00	c Set FPU double precision.
0.09/0.16	c Parse Cnf success: #var: 1225 #clause: 211785
0.09/0.16	c Find Units :          0
0.09/0.16	c Find Invs  :          0
0.09/0.18	c Find Ands  :       2450 AvgFaninNum: 34
0.09/0.18	c Find Xors  :          0 AvgFaninNum: nan
0.09/0.19	c Find Ite   :          0
0.19/0.24	c UnDirect variable: 0
0.19/0.24	c UnDirect to Direct Gate: 0
0.19/0.24	c Forced Direct Gate: 0 Unuse unDirect Gate: 0
0.19/0.24	c Break Cycle : 1158
0.19/0.24	c Total Root : 0 Undef Var: 1158
0.19/0.24	c After covering, Total Root: 19 Leaf: 1158
0.19/0.24	c Variable( cover/uncovered/unused ): 1225 0 0
0.19/0.24	c Unit Clauses: 0
0.19/0.24	c Binary Clauses( cover/uncovered ): 2278 39477
0.19/0.24	c Clauses( cover/uncovered ): 67 128313
0.19/0.24	c Total Clauses( cover/uncovered ): 2345 167790 1.37832%
0.19/0.24	c Covered Ands: 67 Invs: 0 Xors: 0 Ites: 0
0.29/0.38	c Uncover Clauses avg size: 2.7653 max size: 35
0.29/0.38	c Final circuit: i/l/o/s    1158       0  165634    291093
0.29/0.38	c CnfToAig: Time: 0.37 s
0.49/0.55	c TmMap: Set choices finish.
0.59/0.64	c TmMap: Set big and: 165697
0.59/0.64	c TmMap: Origin: 292252 ClauseNum: 873279 --> New: 166856 ClauseNum: 624771
0.59/0.64	c TmMap: Time: 0.12
0.59/0.69	c Try to Add: #clause: 331394 #xorclause: 0
0.69/0.72	c #var: 1225 #clauses: 125508 Solving... 
1300.02/1300.00	c Time Out !!
1300.02/1300.00	s UNKNOWN

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

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

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

running on 2 cores: 1,3

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: 3.64 2.03 1.97 4/189 29789
/proc/meminfo: memFree=19667352/32951124 swapFree=67110396/67111528
[pid=29789] ppid=29787 vsize=32364 CPUtime=0 cores=1,3
/proc/29789/stat : 29789 (qutersat_releas) R 29787 29789 28890 0 -1 4202496 1825 0 0 0 0 0 0 0 25 0 1 0 569111690 33140736 1760 33554432000 4194304 6016207 140737318927536 18446744073709551615 224284623450 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/29789/statm: 8091 1762 379 445 0 1635 0

[startup+0.0888561 s]
/proc/loadavg: 3.64 2.03 1.97 4/189 29789
/proc/meminfo: memFree=19667352/32951124 swapFree=67110396/67111528
[pid=29789] ppid=29787 vsize=50796 CPUtime=0.08 cores=1,3
/proc/29789/stat : 29789 (qutersat_releas) R 29787 29789 28890 0 -1 4202496 6336 0 0 0 8 0 0 0 25 0 1 0 569111690 52015104 6271 33554432000 4194304 6016207 140737318927536 18446744073709551615 4779602 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/29789/statm: 12699 6273 379 445 0 6243 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 50796

[startup+0.10085 s]
/proc/loadavg: 3.64 2.03 1.97 4/189 29789
/proc/meminfo: memFree=19667352/32951124 swapFree=67110396/67111528
[pid=29789] ppid=29787 vsize=52972 CPUtime=0.09 cores=1,3
/proc/29789/stat : 29789 (qutersat_releas) R 29787 29789 28890 0 -1 4202496 6889 0 0 0 9 0 0 0 25 0 1 0 569111690 54243328 6824 33554432000 4194304 6016207 140737318927536 18446744073709551615 4278898 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/29789/statm: 13243 6824 379 445 0 6787 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 52972

[startup+0.300821 s]
/proc/loadavg: 3.64 2.03 1.97 4/189 29789
/proc/meminfo: memFree=19667352/32951124 swapFree=67110396/67111528
[pid=29789] ppid=29787 vsize=69356 CPUtime=0.29 cores=1,3
/proc/29789/stat : 29789 (qutersat_releas) R 29787 29789 28890 0 -1 4202496 11191 0 0 0 28 1 0 0 25 0 1 0 569111690 71020544 11126 33554432000 4194304 6016207 140737318927536 18446744073709551615 4315848 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/29789/statm: 17339 11126 400 445 0 10883 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 69356

[startup+0.700753 s]
/proc/loadavg: 3.64 2.03 1.97 4/189 29789
/proc/meminfo: memFree=19667352/32951124 swapFree=67110396/67111528
[pid=29789] ppid=29787 vsize=138968 CPUtime=0.69 cores=1,3
/proc/29789/stat : 29789 (qutersat_releas) R 29787 29789 28890 0 -1 4202496 27727 0 0 0 67 2 0 0 18 0 1 0 569111690 142303232 27662 33554432000 4194304 6016207 140737318927536 18446744073709551615 4767686 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/29789/statm: 34742 27662 687 445 0 28286 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 138968

[startup+1.50062 s]
/proc/loadavg: 3.64 2.03 1.97 5/190 29790
/proc/meminfo: memFree=19558356/32951124 swapFree=67110396/67111528
[pid=29789] ppid=29787 vsize=138968 CPUtime=1.49 cores=1,3
/proc/29789/stat : 29789 (qutersat_releas) R 29787 29789 28890 0 -1 4202496 27738 0 0 0 147 2 0 0 19 0 1 0 569111690 142303232 27673 33554432000 4194304 6016207 140737318927536 18446744073709551615 4424313 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/29789/statm: 34742 27673 698 445 0 28286 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 138968

[startup+3.10036 s]
/proc/loadavg: 3.66 2.07 1.98 5/190 29790
/proc/meminfo: memFree=19557472/32951124 swapFree=67110396/67111528
[pid=29789] ppid=29787 vsize=138968 CPUtime=3.09 cores=1,3
/proc/29789/stat : 29789 (qutersat_releas) R 29787 29789 28890 0 -1 4202496 27760 0 0 0 307 2 0 0 23 0 1 0 569111690 142303232 27695 33554432000 4194304 6016207 140737318927536 18446744073709551615 4425008 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/29789/statm: 34742 27695 719 445 0 28286 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 138968

[startup+6.30082 s]
/proc/loadavg: 3.66 2.07 1.98 5/190 29790
/proc/meminfo: memFree=19556976/32951124 swapFree=67110396/67111528
[pid=29789] ppid=29787 vsize=138968 CPUtime=6.29 cores=1,3
/proc/29789/stat : 29789 (qutersat_releas) R 29787 29789 28890 0 -1 4202496 27760 0 0 0 627 2 0 0 25 0 1 0 569111690 142303232 27695 33554432000 4194304 6016207 140737318927536 18446744073709551615 4425041 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/29789/statm: 34742 27695 719 445 0 28286 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 138968

[startup+12.7007 s]
/proc/loadavg: 3.72 2.13 2.00 5/190 29790
/proc/meminfo: memFree=19556356/32951124 swapFree=67110396/67111528
[pid=29789] ppid=29787 vsize=138968 CPUtime=12.69 cores=1,3
/proc/29789/stat : 29789 (qutersat_releas) R 29787 29789 28890 0 -1 4202496 27770 0 0 0 1267 2 0 0 25 0 1 0 569111690 142303232 27705 33554432000 4194304 6016207 140737318927536 18446744073709551615 4425104 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/29789/statm: 34742 27705 728 445 0 28286 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 138968

[startup+25.5006 s]
/proc/loadavg: 3.76 2.19 2.02 5/190 29790
/proc/meminfo: memFree=19543044/32951124 swapFree=67110396/67111528
[pid=29789] ppid=29787 vsize=151672 CPUtime=25.49 cores=1,3
/proc/29789/stat : 29789 (qutersat_releas) R 29787 29789 28890 0 -1 4202496 29041 0 0 0 2547 2 0 0 25 0 1 0 569111690 155312128 28976 33554432000 4194304 6016207 140737318927536 18446744073709551615 4425075 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/29789/statm: 37918 28976 728 445 0 31462 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 151672

[startup+51.1003 s]
/proc/loadavg: 3.91 2.35 2.08 5/190 29790
/proc/meminfo: memFree=19527012/32951124 swapFree=67110396/67111528
[pid=29789] ppid=29787 vsize=151672 CPUtime=51.09 cores=1,3
/proc/29789/stat : 29789 (qutersat_releas) R 29787 29789 28890 0 -1 4202496 29512 0 0 0 5107 2 0 0 25 0 1 0 569111690 155312128 29447 33554432000 4194304 6016207 140737318927536 18446744073709551615 4425486 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/29789/statm: 37918 29447 728 445 0 31462 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 151672

[startup+102.307 s]
/proc/loadavg: 4.04 2.64 2.19 5/190 29792
/proc/meminfo: memFree=19512864/32951124 swapFree=67110396/67111528
[pid=29789] ppid=29787 vsize=164220 CPUtime=102.3 cores=1,3
/proc/29789/stat : 29789 (qutersat_releas) R 29787 29789 28890 0 -1 4202496 30155 0 0 0 10228 2 0 0 25 0 1 0 569111690 168161280 30090 33554432000 4194304 6016207 140737318927536 18446744073709551615 4425530 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/29789/statm: 41055 30090 728 445 0 34599 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 164220

[startup+162.301 s]
/proc/loadavg: 4.01 2.89 2.30 5/190 29794
/proc/meminfo: memFree=19476008/32951124 swapFree=67110396/67111528
[pid=29789] ppid=29787 vsize=164220 CPUtime=162.29 cores=1,3
/proc/29789/stat : 29789 (qutersat_releas) R 29787 29789 28890 0 -1 4202496 30558 0 0 0 16227 2 0 0 25 0 1 0 569111690 168161280 30493 33554432000 4194304 6016207 140737318927536 18446744073709551615 4429412 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/29789/statm: 41055 30493 728 445 0 34599 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 164220

[startup+222.301 s]
/proc/loadavg: 4.00 3.09 2.41 5/190 29796
/proc/meminfo: memFree=19453172/32951124 swapFree=67110396/67111528
[pid=29789] ppid=29787 vsize=164220 CPUtime=222.3 cores=1,3
/proc/29789/stat : 29789 (qutersat_releas) R 29787 29789 28890 0 -1 4202496 32906 0 0 0 22227 3 0 0 25 0 1 0 569111690 168161280 32841 33554432000 4194304 6016207 140737318927536 18446744073709551615 4536921 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/29789/statm: 41055 32841 728 445 0 34599 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 164220

[startup+282.301 s]
/proc/loadavg: 4.00 3.25 2.50 5/190 29798
/proc/meminfo: memFree=19403924/32951124 swapFree=67110396/67111528
[pid=29789] ppid=29787 vsize=202660 CPUtime=282.3 cores=1,3
/proc/29789/stat : 29789 (qutersat_releas) R 29787 29789 28890 0 -1 4202496 37482 0 0 0 28226 4 0 0 25 0 1 0 569111690 207523840 37417 33554432000 4194304 6016207 140737318927536 18446744073709551615 4385186 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/29789/statm: 50665 37417 728 445 0 44209 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 202660

[startup+342.301 s]
/proc/loadavg: 4.00 3.38 2.59 5/190 29801
/proc/meminfo: memFree=19363832/32951124 swapFree=67110396/67111528
[pid=29789] ppid=29787 vsize=215552 CPUtime=342.3 cores=1,3
/proc/29789/stat : 29789 (qutersat_releas) R 29787 29789 28890 0 -1 4202496 40943 0 0 0 34225 5 0 0 25 0 1 0 569111690 220725248 40878 33554432000 4194304 6016207 140737318927536 18446744073709551615 4425054 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/29789/statm: 53888 40878 728 445 0 47432 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 215552

[startup+402.301 s]
/proc/loadavg: 4.00 3.49 2.68 5/190 29803
/proc/meminfo: memFree=19349636/32951124 swapFree=67110396/67111528
[pid=29789] ppid=29787 vsize=215552 CPUtime=402.29 cores=1,3
/proc/29789/stat : 29789 (qutersat_releas) R 29787 29789 28890 0 -1 4202496 41368 0 0 0 40224 5 0 0 25 0 1 0 569111690 220725248 41300 33554432000 4194304 6016207 140737318927536 18446744073709551615 4425742 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/29789/statm: 53888 41300 728 445 0 47432 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 215552

[startup+462.301 s]
/proc/loadavg: 4.00 3.58 2.76 5/190 29805
/proc/meminfo: memFree=19317992/32951124 swapFree=67110396/67111528
[pid=29789] ppid=29787 vsize=215552 CPUtime=462.3 cores=1,3
/proc/29789/stat : 29789 (qutersat_releas) R 29787 29789 28890 0 -1 4202496 42364 0 0 0 46224 6 0 0 25 0 1 0 569111690 220725248 42236 33554432000 4194304 6016207 140737318927536 18446744073709551615 4425832 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/29789/statm: 53888 42236 740 445 0 47432 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 215552

[startup+522.301 s]
/proc/loadavg: 4.00 3.66 2.83 5/190 29807
/proc/meminfo: memFree=19302212/32951124 swapFree=67110396/67111528
[pid=29789] ppid=29787 vsize=268644 CPUtime=522.3 cores=1,3
/proc/29789/stat : 29789 (qutersat_releas) R 29787 29789 28890 0 -1 4202496 45373 0 0 0 52224 6 0 0 25 0 1 0 569111690 275091456 45199 33554432000 4194304 6016207 140737318927536 18446744073709551615 4425167 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/29789/statm: 67161 45199 740 445 0 60705 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 268644

[startup+582.301 s]
/proc/loadavg: 4.06 3.73 2.91 5/190 29809
/proc/meminfo: memFree=19297108/32951124 swapFree=67110396/67111528
[pid=29789] ppid=29787 vsize=268644 CPUtime=582.3 cores=1,3
/proc/29789/stat : 29789 (qutersat_releas) R 29787 29789 28890 0 -1 4202496 45843 0 0 0 58224 6 0 0 25 0 1 0 569111690 275091456 45669 33554432000 4194304 6016207 140737318927536 18446744073709551615 4424344 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/29789/statm: 67161 45669 740 445 0 60705 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 268644

[startup+642.301 s]
/proc/loadavg: 4.02 3.78 2.97 5/190 29809
/proc/meminfo: memFree=19282072/32951124 swapFree=67110396/67111528
[pid=29789] ppid=29787 vsize=268644 CPUtime=642.31 cores=1,3
/proc/29789/stat : 29789 (qutersat_releas) R 29787 29789 28890 0 -1 4202496 49164 0 0 0 64224 7 0 0 25 0 1 0 569111690 275091456 48906 33554432000 4194304 6016207 140737318927536 18446744073709551615 4425054 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/29789/statm: 67161 48906 740 445 0 60705 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 268644

[startup+702.301 s]
/proc/loadavg: 4.15 3.86 3.05 5/190 29838
/proc/meminfo: memFree=19340012/32951124 swapFree=67110396/67111528
[pid=29789] ppid=29787 vsize=268644 CPUtime=702.3 cores=1,3
/proc/29789/stat : 29789 (qutersat_releas) R 29787 29789 28890 0 -1 4202496 49972 0 0 0 70223 7 0 0 25 0 1 0 569111690 275091456 49714 33554432000 4194304 6016207 140737318927536 18446744073709551615 4424219 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/29789/statm: 67161 49714 740 445 0 60705 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 268644

[startup+762.307 s]
/proc/loadavg: 4.09 3.90 3.11 5/190 29840
/proc/meminfo: memFree=19320288/32951124 swapFree=67110396/67111528
[pid=29789] ppid=29787 vsize=268644 CPUtime=762.3 cores=1,3
/proc/29789/stat : 29789 (qutersat_releas) R 29787 29789 28890 0 -1 4202496 50257 0 0 0 76223 7 0 0 25 0 1 0 569111690 275091456 49999 33554432000 4194304 6016207 140737318927536 18446744073709551615 4385186 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/29789/statm: 67161 49999 740 445 0 60705 0
Current children cumulated CPU time (s) 762.3
Current children cumulated vsize (KiB) 268644

[startup+822.301 s]
/proc/loadavg: 4.03 3.91 3.17 5/190 29842
/proc/meminfo: memFree=19264216/32951124 swapFree=67110396/67111528
[pid=29789] ppid=29787 vsize=324304 CPUtime=822.31 cores=1,3
/proc/29789/stat : 29789 (qutersat_releas) R 29787 29789 28890 0 -1 4202496 59289 0 0 0 82221 10 0 0 25 0 1 0 569111690 332087296 58886 33554432000 4194304 6016207 140737318927536 18446744073709551615 4424344 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/29789/statm: 81076 58886 740 445 0 74620 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 324304

[startup+882.301 s]
/proc/loadavg: 4.01 3.92 3.21 5/190 29844
/proc/meminfo: memFree=19250788/32951124 swapFree=67110396/67111528
[pid=29789] ppid=29787 vsize=324304 CPUtime=882.3 cores=1,3
/proc/29789/stat : 29789 (qutersat_releas) R 29787 29789 28890 0 -1 4202496 61861 0 0 0 88220 10 0 0 25 0 1 0 569111690 332087296 61458 33554432000 4194304 6016207 140737318927536 18446744073709551615 4425530 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/29789/statm: 81076 61458 740 445 0 74620 0
Current children cumulated CPU time (s) 882.3
Current children cumulated vsize (KiB) 324304

[startup+942.301 s]
/proc/loadavg: 4.07 3.95 3.27 5/190 29844
/proc/meminfo: memFree=19212320/32951124 swapFree=67110396/67111528
[pid=29789] ppid=29787 vsize=324304 CPUtime=942.3 cores=1,3
/proc/29789/stat : 29789 (qutersat_releas) R 29787 29789 28890 0 -1 4202496 62195 0 0 0 94220 10 0 0 25 0 1 0 569111690 332087296 61792 33554432000 4194304 6016207 140737318927536 18446744073709551615 4378010 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/29789/statm: 81076 61792 740 445 0 74620 0
Current children cumulated CPU time (s) 942.3
Current children cumulated vsize (KiB) 324304

[startup+1002.3 s]
/proc/loadavg: 4.02 3.96 3.31 5/190 29846
/proc/meminfo: memFree=19196296/32951124 swapFree=67110396/67111528
[pid=29789] ppid=29787 vsize=324304 CPUtime=1002.3 cores=1,3
/proc/29789/stat : 29789 (qutersat_releas) R 29787 29789 28890 0 -1 4202496 62533 0 0 0 100219 11 0 0 25 0 1 0 569111690 332087296 61903 33554432000 4194304 6016207 140737318927536 18446744073709551615 4424344 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/29789/statm: 81076 61903 740 445 0 74620 0
Current children cumulated CPU time (s) 1002.3
Current children cumulated vsize (KiB) 324304

[startup+1062.3 s]
/proc/loadavg: 4.01 3.96 3.35 5/190 29848
/proc/meminfo: memFree=19153860/32951124 swapFree=67110396/67111528
[pid=29789] ppid=29787 vsize=324304 CPUtime=1062.3 cores=1,3
/proc/29789/stat : 29789 (qutersat_releas) R 29787 29789 28890 0 -1 4202496 63085 0 0 0 106219 11 0 0 25 0 1 0 569111690 332087296 62455 33554432000 4194304 6016207 140737318927536 18446744073709551615 4425530 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/29789/statm: 81076 62455 740 445 0 74620 0
Current children cumulated CPU time (s) 1062.3
Current children cumulated vsize (KiB) 324304

[startup+1122.3 s]
/proc/loadavg: 4.00 3.97 3.39 5/190 29850
/proc/meminfo: memFree=19127916/32951124 swapFree=67110396/67111528
[pid=29789] ppid=29787 vsize=324304 CPUtime=1122.31 cores=1,3
/proc/29789/stat : 29789 (qutersat_releas) R 29787 29789 28890 0 -1 4202496 63492 0 0 0 112219 12 0 0 25 0 1 0 569111690 332087296 62862 33554432000 4194304 6016207 140737318927536 18446744073709551615 4425530 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/29789/statm: 81076 62862 740 445 0 74620 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 324304

[startup+1182.3 s]
/proc/loadavg: 3.64 3.89 3.40 3/179 29887
/proc/meminfo: memFree=19555740/32951124 swapFree=67110396/67111528
[pid=29789] ppid=29787 vsize=324304 CPUtime=1182.31 cores=1,3
/proc/29789/stat : 29789 (qutersat_releas) R 29787 29789 28890 0 -1 4202496 63648 0 0 0 118219 12 0 0 25 0 1 0 569111690 332087296 63011 33554432000 4194304 6016207 140737318927536 18446744073709551615 4425054 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/29789/statm: 81076 63011 733 445 0 74620 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 324304

[startup+1242.3 s]
/proc/loadavg: 2.60 3.54 3.31 3/178 29887
/proc/meminfo: memFree=19545060/32951124 swapFree=67110396/67111528
[pid=29789] ppid=29787 vsize=383212 CPUtime=1242.31 cores=1,3
/proc/29789/stat : 29789 (qutersat_releas) R 29787 29789 28890 0 -1 4202496 66152 0 0 0 124219 12 0 0 25 0 1 0 569111690 392409088 65515 33554432000 4194304 6016207 140737318927536 18446744073709551615 4425641 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/29789/statm: 95803 65515 733 445 0 89347 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 383212



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 2.24 3.28 3.23 3/178 29889
/proc/meminfo: memFree=19536464/32951124 swapFree=67110396/67111528
[pid=29789] ppid=29787 vsize=383212 CPUtime=1300.02 cores=1,3
/proc/29789/stat : 29789 (qutersat_releas) R 29787 29789 28890 0 -1 4202496 71283 0 0 0 129988 14 0 0 25 0 1 0 569111690 392409088 67347 33554432000 4194304 6016207 140737318927536 18446744073709551615 4425832 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/29789/statm: 95803 67347 733 445 0 89347 0
Current children cumulated CPU time (s) 1300.02
Current children cumulated vsize (KiB) 383212

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

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

Child status: 1
Real time (s): 1300.02
CPU time (s): 1300.04
CPU user time (s): 1299.88
CPU system time (s): 0.153976
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 383212

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.88
system time used= 0.153976
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 71288
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= 8
involuntary context switches= 3195

runsolver used 1.9737 second user time and 5.02224 second system time

The end

Launcher Data

Begin job on node118 at 2011-04-26 05:33:30
IDJOB=3292383
IDBENCH=85987
IDSOLVER=1607
FILE ID=node118/3292383-1303788810
RUNJOBID= node118-1303788687-29664
PBS_JOBID= 13157236
Free space on /tmp= 71988 MiB

SOLVER NAME= QuteRSat 2011-03-01
BENCH NAME= SAT05/industrial/grieu05/vmpc/vmpc_35.renamed-as.sat05-1921.cnf
COMMAND LINE= qutersat_release BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3292383-1303788810/watcher-3292383-1303788810 -o /tmp/evaluation-result-3292383-1303788810/solver-3292383-1303788810 -C 2400 -W 1300 -M 7680  qutersat_release HOME/instance-3292383-1303788810.cnf 1997694145

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

MD5SUM BENCH= 5fda0e0fb8a21967728dfe29bf2d4ea5
RANDOM SEED=1997694145

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.842
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.842
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.68
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.842
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.842
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.842
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	: 5374.59
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      19667508 kB
Buffers:       1876148 kB
Cached:       10491508 kB
SwapCached:        600 kB
Active:        8987720 kB
Inactive:      3767908 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      19667508 kB
SwapTotal:    67111528 kB
SwapFree:     67110396 kB
Dirty:            4772 kB
Writeback:           0 kB
AnonPages:      386820 kB
Mapped:          20224 kB
Slab:           461580 kB
PageTables:       6024 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   664728 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= 71992 MiB
End job on node118 at 2011-04-26 05:55:12