Trace number 3420977

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.07 4999.93

General information on the benchmark

Namecrafted/spence/sgen/
sgen3-n180-s34713902-sat.cnf
MD5SUM19292459de25c4f5e9e6f187c00d549d
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.223965
Satisfiable
(Un)Satisfiability was proved
Number of variables180
Number of clauses432
Sum of the clauses size1080
Maximum clause length5
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2360
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 572
Number of clauses of size over 50

Solver Data

0.00/0.00	c Set FPU double precision.
0.00/0.00	c Parse Cnf success: #var: 180 #clause: 432
0.00/0.00	c Find Units :          0
0.00/0.00	c Find Invs  :          0
0.00/0.00	c Find Ands  :          0 AvgFaninNum: nan
0.00/0.00	c Find Xors  :          0 AvgFaninNum: nan
0.00/0.00	c Find Ite   :          0
0.00/0.00	c UnDirect variable: 0
0.00/0.00	c UnDirect to Direct Gate: 0
0.00/0.00	c Forced Direct Gate: 0 Unuse unDirect Gate: 0
0.00/0.00	c Break Cycle : 0
0.00/0.00	c Total Root : 0 Undef Var: 180
0.00/0.00	c After covering, Total Root: 0 Leaf: 0
0.00/0.00	c Variable( cover/uncovered/unused ): 0 180 0
0.00/0.00	c Unit Clauses: 0
0.00/0.00	c Binary Clauses( cover/uncovered ): 0 360
0.00/0.00	c Clauses( cover/uncovered ): 0 72
0.00/0.00	c Total Clauses( cover/uncovered ): 0 432 0%
0.00/0.00	c Covered Ands: 0 Invs: 0 Xors: 0 Ites: 0
0.00/0.00	c Uncover Clauses avg size: 2.5 max size: 5
0.00/0.00	c Final circuit: i/l/o/s     180       0     432       647
0.00/0.00	c CnfToAig: Time: 0 s
0.00/0.02	c TmMap: Set choices finish.
0.00/0.02	c TmMap: Set big and: 433
0.00/0.02	c TmMap: Origin: 828 ClauseNum: 1941 --> New: 614 ClauseNum: 1513
0.00/0.02	c TmMap: Time: 0
0.00/0.02	c Try to Add: #clause: 866 #xorclause: 0
0.00/0.02	c #var: 181 #clauses: 74 Solving... 
5000.03/4999.91	c Time Out !!
5000.03/4999.91	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-3420977-1306604434/watcher-3420977-1306604434 -o /tmp/evaluation-result-3420977-1306604434/solver-3420977-1306604434 -C 5000 -W 5100 -M 15500 qutersat_release HOME/instance-3420977-1306604434.cnf 351655788 

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

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


[startup+0 s]
/proc/loadavg: 1.93 2.01 2.00 3/442 7942
/proc/meminfo: memFree=15807304/32950928 swapFree=60044444/67111528
[pid=7942] ppid=7938 vsize=33388 CPUtime=0 cores=0,2,4,6
/proc/7942/stat : 7942 (qutersat_releas) R 7938 7942 6457 0 -1 4202496 1915 0 0 0 0 0 0 0 20 0 1 0 850674087 34189312 1851 33554432000 4194304 6014671 140735187045472 18446744073709551615 4340812 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/7942/statm: 8347 1853 426 445 0 1892 0

[startup+0.0252379 s]
/proc/loadavg: 1.93 2.01 2.00 3/442 7942
/proc/meminfo: memFree=15807304/32950928 swapFree=60044444/67111528
[pid=7942] ppid=7938 vsize=45688 CPUtime=0.01 cores=0,2,4,6
/proc/7942/stat : 7942 (qutersat_releas) R 7938 7942 6457 0 -1 4202496 3475 0 0 0 1 0 0 0 20 0 1 0 850674087 46784512 3411 33554432000 4194304 6014671 140735187045472 18446744073709551615 4378875 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/7942/statm: 11422 3411 721 445 0 4967 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 45688

[startup+0.100224 s]
/proc/loadavg: 1.93 2.01 2.00 3/442 7942
/proc/meminfo: memFree=15807304/32950928 swapFree=60044444/67111528
[pid=7942] ppid=7938 vsize=45688 CPUtime=0.09 cores=0,2,4,6
/proc/7942/stat : 7942 (qutersat_releas) R 7938 7942 6457 0 -1 4202496 3651 0 0 0 9 0 0 0 20 0 1 0 850674087 46784512 3587 33554432000 4194304 6014671 140735187045472 18446744073709551615 4379000 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/7942/statm: 11422 3587 722 445 0 4967 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 45688

[startup+0.30019 s]
/proc/loadavg: 1.93 2.01 2.00 3/442 7942
/proc/meminfo: memFree=15807304/32950928 swapFree=60044444/67111528
[pid=7942] ppid=7938 vsize=55212 CPUtime=0.29 cores=0,2,4,6
/proc/7942/stat : 7942 (qutersat_releas) R 7938 7942 6457 0 -1 4202496 3967 0 0 0 29 0 0 0 21 0 1 0 850674087 56537088 3903 33554432000 4194304 6014671 140735187045472 18446744073709551615 4424120 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/7942/statm: 13803 3903 723 445 0 7348 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 55212

[startup+0.701119 s]
/proc/loadavg: 1.93 2.01 2.00 3/442 7942
/proc/meminfo: memFree=15807304/32950928 swapFree=60044444/67111528
[pid=7942] ppid=7938 vsize=63936 CPUtime=0.69 cores=0,2,4,6
/proc/7942/stat : 7942 (qutersat_releas) R 7938 7942 6457 0 -1 4202496 4422 0 0 0 69 0 0 0 22 0 1 0 850674087 65470464 4358 33554432000 4194304 6014671 140735187045472 18446744073709551615 231895187089 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/7942/statm: 15984 4358 723 445 0 9529 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 63936

[startup+1.50097 s]
/proc/loadavg: 1.93 2.01 2.00 4/444 7944
/proc/meminfo: memFree=15773432/32950928 swapFree=60044444/67111528
[pid=7942] ppid=7938 vsize=81744 CPUtime=1.49 cores=0,2,4,6
/proc/7942/stat : 7942 (qutersat_releas) R 7938 7942 6457 0 -1 4202496 5245 0 0 0 149 0 0 0 25 0 1 0 850674087 83705856 5181 33554432000 4194304 6014671 140735187045472 18446744073709551615 4424012 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/7942/statm: 20436 5181 723 445 0 13981 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 81744

[startup+3.10067 s]
/proc/loadavg: 1.93 2.01 2.00 4/444 7944
/proc/meminfo: memFree=15749936/32950928 swapFree=60044444/67111528
[pid=7942] ppid=7938 vsize=99972 CPUtime=3.09 cores=0,2,4,6
/proc/7942/stat : 7942 (qutersat_releas) R 7938 7942 6457 0 -1 4202496 8049 0 0 0 309 0 0 0 25 0 1 0 850674087 102371328 7985 33554432000 4194304 6014671 140735187045472 18446744073709551615 4423923 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/7942/statm: 24993 7985 727 445 0 18538 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 99972

[startup+6.30106 s]
/proc/loadavg: 1.94 2.01 2.00 4/444 7944
/proc/meminfo: memFree=15738404/32950928 swapFree=60044444/67111528
[pid=7942] ppid=7938 vsize=109200 CPUtime=6.29 cores=0,2,4,6
/proc/7942/stat : 7942 (qutersat_releas) R 7938 7942 6457 0 -1 4202496 9285 0 0 0 629 0 0 0 25 0 1 0 850674087 111820800 9221 33554432000 4194304 6014671 140735187045472 18446744073709551615 4424154 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/7942/statm: 27300 9221 727 445 0 20845 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 109200

[startup+12.7009 s]
/proc/loadavg: 1.94 2.01 2.00 4/444 7944
/proc/meminfo: memFree=15716416/32950928 swapFree=60044444/67111528
[pid=7942] ppid=7938 vsize=119188 CPUtime=12.69 cores=0,2,4,6
/proc/7942/stat : 7942 (qutersat_releas) R 7938 7942 6457 0 -1 4202496 11886 0 0 0 1268 1 0 0 25 0 1 0 850674087 122048512 11822 33554432000 4194304 6014671 140735187045472 18446744073709551615 4422773 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/7942/statm: 29797 11822 727 445 0 23342 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 119188

[startup+25.5005 s]
/proc/loadavg: 1.95 2.01 2.00 4/444 7944
/proc/meminfo: memFree=15670796/32950928 swapFree=60044444/67111528
[pid=7942] ppid=7938 vsize=129132 CPUtime=25.49 cores=0,2,4,6
/proc/7942/stat : 7942 (qutersat_releas) R 7938 7942 6457 0 -1 4202496 16900 0 0 0 2548 1 0 0 25 0 1 0 850674087 132231168 16836 33554432000 4194304 6014671 140735187045472 18446744073709551615 4535184 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/7942/statm: 32283 16836 727 445 0 25828 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 129132

[startup+51.1006 s]
/proc/loadavg: 1.97 2.01 2.00 4/444 7945
/proc/meminfo: memFree=15655516/32950928 swapFree=60044444/67111528
[pid=7942] ppid=7938 vsize=139320 CPUtime=51.08 cores=0,2,4,6
/proc/7942/stat : 7942 (qutersat_releas) R 7938 7942 6457 0 -1 4202496 18853 0 0 0 5106 2 0 0 25 0 1 0 850674087 142663680 18789 33554432000 4194304 6014671 140735187045472 18446744073709551615 4424123 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/7942/statm: 34830 18789 727 445 0 28375 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 139320

[startup+102.317 s]
/proc/loadavg: 1.98 2.00 2.00 4/444 7946
/proc/meminfo: memFree=15632420/32950928 swapFree=60044444/67111528
[pid=7942] ppid=7938 vsize=139320 CPUtime=102.3 cores=0,2,4,6
/proc/7942/stat : 7942 (qutersat_releas) R 7938 7942 6457 0 -1 4202496 21276 0 0 0 10228 2 0 0 25 0 1 0 850674087 142663680 21212 33554432000 4194304 6014671 140735187045472 18446744073709551615 4424090 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/7942/statm: 34830 21212 727 445 0 28375 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 139320

[startup+162.301 s]
/proc/loadavg: 1.99 2.00 2.00 4/444 7948
/proc/meminfo: memFree=15584652/32950928 swapFree=60044444/67111528
[pid=7942] ppid=7938 vsize=139320 CPUtime=162.28 cores=0,2,4,6
/proc/7942/stat : 7942 (qutersat_releas) R 7938 7942 6457 0 -1 4202496 26422 0 0 0 16225 3 0 0 25 0 1 0 850674087 142663680 26358 33554432000 4194304 6014671 140735187045472 18446744073709551615 4424459 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/7942/statm: 34830 26358 727 445 0 28375 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 139320

[startup+222.3 s]
/proc/loadavg: 1.99 2.00 2.00 4/444 7950
/proc/meminfo: memFree=15580292/32950928 swapFree=60044444/67111528
[pid=7942] ppid=7938 vsize=139320 CPUtime=222.28 cores=0,2,4,6
/proc/7942/stat : 7942 (qutersat_releas) R 7938 7942 6457 0 -1 4202496 26821 0 0 0 22225 3 0 0 25 0 1 0 850674087 142663680 26757 33554432000 4194304 6014671 140735187045472 18446744073709551615 4424090 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/7942/statm: 34830 26757 727 445 0 28375 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 139320

[startup+282.301 s]
/proc/loadavg: 1.99 2.00 2.00 4/444 7951
/proc/meminfo: memFree=15541708/32950928 swapFree=60044444/67111528
[pid=7942] ppid=7938 vsize=164004 CPUtime=282.29 cores=0,2,4,6
/proc/7942/stat : 7942 (qutersat_releas) R 7938 7942 6457 0 -1 4202496 30227 0 0 0 28226 3 0 0 25 0 1 0 850674087 167940096 30163 33554432000 4194304 6014671 140735187045472 18446744073709551615 4378622 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/7942/statm: 41001 30163 727 445 0 34546 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 164004

[startup+342.301 s]
/proc/loadavg: 1.99 2.00 2.00 4/444 7953
/proc/meminfo: memFree=15538200/32950928 swapFree=60044444/67111528
[pid=7942] ppid=7938 vsize=164004 CPUtime=342.29 cores=0,2,4,6
/proc/7942/stat : 7942 (qutersat_releas) R 7938 7942 6457 0 -1 4202496 30416 0 0 0 34226 3 0 0 25 0 1 0 850674087 167940096 30352 33554432000 4194304 6014671 140735187045472 18446744073709551615 4424094 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/7942/statm: 41001 30352 727 445 0 34546 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 164004

[startup+402.301 s]
/proc/loadavg: 1.99 2.00 2.00 4/444 7954
/proc/meminfo: memFree=15522428/32950928 swapFree=60044444/67111528
[pid=7942] ppid=7938 vsize=176920 CPUtime=402.28 cores=0,2,4,6
/proc/7942/stat : 7942 (qutersat_releas) R 7938 7942 6457 0 -1 4202496 33653 0 0 0 40225 3 0 0 25 0 1 0 850674087 181166080 33589 33554432000 4194304 6014671 140735187045472 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/7942/statm: 44230 33589 727 445 0 37775 0
Current children cumulated CPU time (s) 402.28
Current children cumulated vsize (KiB) 176920

[startup+462.3 s]
/proc/loadavg: 2.07 2.03 2.00 4/444 7956
/proc/meminfo: memFree=15508276/32950928 swapFree=60044444/67111528
[pid=7942] ppid=7938 vsize=189888 CPUtime=462.29 cores=0,2,4,6
/proc/7942/stat : 7942 (qutersat_releas) R 7938 7942 6457 0 -1 4202496 36680 0 0 0 46225 4 0 0 25 0 1 0 850674087 194445312 36616 33554432000 4194304 6014671 140735187045472 18446744073709551615 4422817 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/7942/statm: 47472 36616 727 445 0 41017 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 189888

[startup+522.301 s]
/proc/loadavg: 2.02 2.02 2.00 4/444 7958
/proc/meminfo: memFree=15503916/32950928 swapFree=60044444/67111528
[pid=7942] ppid=7938 vsize=189888 CPUtime=522.29 cores=0,2,4,6
/proc/7942/stat : 7942 (qutersat_releas) R 7938 7942 6457 0 -1 4202496 37796 0 0 0 52225 4 0 0 25 0 1 0 850674087 194445312 37729 33554432000 4194304 6014671 140735187045472 18446744073709551615 4535184 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/7942/statm: 47472 37729 727 445 0 41017 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 189888

[startup+582.301 s]
/proc/loadavg: 2.01 2.01 2.00 4/444 7959
/proc/meminfo: memFree=15499912/32950928 swapFree=60044444/67111528
[pid=7942] ppid=7938 vsize=189888 CPUtime=582.29 cores=0,2,4,6
/proc/7942/stat : 7942 (qutersat_releas) R 7938 7942 6457 0 -1 4202496 38374 0 0 0 58225 4 0 0 25 0 1 0 850674087 194445312 38300 33554432000 4194304 6014671 140735187045472 18446744073709551615 4424459 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/7942/statm: 47472 38300 727 445 0 41017 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 189888

[startup+642.3 s]

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

[startup+4062.32 s]
/proc/loadavg: 2.00 2.00 2.00 4/444 8064
/proc/meminfo: memFree=15059060/32950928 swapFree=60044444/67111528
[pid=7942] ppid=7938 vsize=565744 CPUtime=4062.42 cores=0,2,4,6
/proc/7942/stat : 7942 (qutersat_releas) R 7938 7942 6457 0 -1 4202496 94942 0 0 0 406223 19 0 0 25 0 1 0 850674087 579321856 90302 33554432000 4194304 6014671 140735187045472 18446744073709551615 4424123 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/7942/statm: 141436 90302 727 445 0 134981 0
Current children cumulated CPU time (s) 4062.42
Current children cumulated vsize (KiB) 565744

[startup+4122.3 s]
/proc/loadavg: 2.13 2.03 2.01 4/444 8066
/proc/meminfo: memFree=15059292/32950928 swapFree=60044444/67111528
[pid=7942] ppid=7938 vsize=565744 CPUtime=4122.41 cores=0,2,4,6
/proc/7942/stat : 7942 (qutersat_releas) R 7938 7942 6457 0 -1 4202496 94945 0 0 0 412222 19 0 0 25 0 1 0 850674087 579321856 90305 33554432000 4194304 6014671 140735187045472 18446744073709551615 4424094 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/7942/statm: 141436 90305 727 445 0 134981 0
Current children cumulated CPU time (s) 4122.41
Current children cumulated vsize (KiB) 565744

[startup+4182.3 s]
/proc/loadavg: 2.17 2.06 2.01 4/444 8067
/proc/meminfo: memFree=15059008/32950928 swapFree=60044444/67111528
[pid=7942] ppid=7938 vsize=565744 CPUtime=4182.41 cores=0,2,4,6
/proc/7942/stat : 7942 (qutersat_releas) R 7938 7942 6457 0 -1 4202496 94993 0 0 0 418222 19 0 0 25 0 1 0 850674087 579321856 90353 33554432000 4194304 6014671 140735187045472 18446744073709551615 4423931 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/7942/statm: 141436 90353 727 445 0 134981 0
Current children cumulated CPU time (s) 4182.41
Current children cumulated vsize (KiB) 565744

[startup+4242.3 s]
/proc/loadavg: 2.06 2.04 2.01 4/444 8069
/proc/meminfo: memFree=15059108/32950928 swapFree=60044444/67111528
[pid=7942] ppid=7938 vsize=565744 CPUtime=4242.41 cores=0,2,4,6
/proc/7942/stat : 7942 (qutersat_releas) R 7938 7942 6457 0 -1 4202496 94993 0 0 0 424222 19 0 0 25 0 1 0 850674087 579321856 90353 33554432000 4194304 6014671 140735187045472 18446744073709551615 4424004 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/7942/statm: 141436 90353 727 445 0 134981 0
Current children cumulated CPU time (s) 4242.41
Current children cumulated vsize (KiB) 565744

[startup+4302.3 s]
/proc/loadavg: 2.02 2.03 2.00 4/444 8070
/proc/meminfo: memFree=15058964/32950928 swapFree=60044444/67111528
[pid=7942] ppid=7938 vsize=565744 CPUtime=4302.41 cores=0,2,4,6
/proc/7942/stat : 7942 (qutersat_releas) R 7938 7942 6457 0 -1 4202496 94993 0 0 0 430222 19 0 0 25 0 1 0 850674087 579321856 90353 33554432000 4194304 6014671 140735187045472 18446744073709551615 4424169 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/7942/statm: 141436 90353 727 445 0 134981 0
Current children cumulated CPU time (s) 4302.41
Current children cumulated vsize (KiB) 565744

[startup+4362.3 s]
/proc/loadavg: 2.01 2.02 2.00 4/444 8072
/proc/meminfo: memFree=15059300/32950928 swapFree=60044444/67111528
[pid=7942] ppid=7938 vsize=565744 CPUtime=4362.41 cores=0,2,4,6
/proc/7942/stat : 7942 (qutersat_releas) R 7938 7942 6457 0 -1 4202496 94994 0 0 0 436222 19 0 0 25 0 1 0 850674087 579321856 90354 33554432000 4194304 6014671 140735187045472 18446744073709551615 4424206 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/7942/statm: 141436 90354 727 445 0 134981 0
Current children cumulated CPU time (s) 4362.41
Current children cumulated vsize (KiB) 565744

[startup+4422.3 s]
/proc/loadavg: 2.00 2.02 2.00 4/444 8074
/proc/meminfo: memFree=15059280/32950928 swapFree=60044444/67111528
[pid=7942] ppid=7938 vsize=565744 CPUtime=4422.42 cores=0,2,4,6
/proc/7942/stat : 7942 (qutersat_releas) R 7938 7942 6457 0 -1 4202496 94994 0 0 0 442223 19 0 0 25 0 1 0 850674087 579321856 90354 33554432000 4194304 6014671 140735187045472 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/7942/statm: 141436 90354 727 445 0 134981 0
Current children cumulated CPU time (s) 4422.42
Current children cumulated vsize (KiB) 565744

[startup+4482.3 s]
/proc/loadavg: 2.00 2.01 2.00 4/444 8075
/proc/meminfo: memFree=15059124/32950928 swapFree=60044444/67111528
[pid=7942] ppid=7938 vsize=565744 CPUtime=4482.42 cores=0,2,4,6
/proc/7942/stat : 7942 (qutersat_releas) R 7938 7942 6457 0 -1 4202496 94994 0 0 0 448223 19 0 0 25 0 1 0 850674087 579321856 90354 33554432000 4194304 6014671 140735187045472 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/7942/statm: 141436 90354 727 445 0 134981 0
Current children cumulated CPU time (s) 4482.42
Current children cumulated vsize (KiB) 565744

[startup+4542.3 s]
/proc/loadavg: 2.00 2.01 2.00 4/444 8077
/proc/meminfo: memFree=15058588/32950928 swapFree=60044444/67111528
[pid=7942] ppid=7938 vsize=565744 CPUtime=4542.42 cores=0,2,4,6
/proc/7942/stat : 7942 (qutersat_releas) R 7938 7942 6457 0 -1 4202496 95098 0 0 0 454223 19 0 0 25 0 1 0 850674087 579321856 90458 33554432000 4194304 6014671 140735187045472 18446744073709551615 4423904 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/7942/statm: 141436 90458 727 445 0 134981 0
Current children cumulated CPU time (s) 4542.42
Current children cumulated vsize (KiB) 565744

[startup+4602.3 s]
/proc/loadavg: 2.00 2.00 2.00 4/444 8078
/proc/meminfo: memFree=15058564/32950928 swapFree=60044444/67111528
[pid=7942] ppid=7938 vsize=565744 CPUtime=4602.43 cores=0,2,4,6
/proc/7942/stat : 7942 (qutersat_releas) R 7938 7942 6457 0 -1 4202496 95098 0 0 0 460224 19 0 0 25 0 1 0 850674087 579321856 90458 33554432000 4194304 6014671 140735187045472 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/7942/statm: 141436 90458 727 445 0 134981 0
Current children cumulated CPU time (s) 4602.43
Current children cumulated vsize (KiB) 565744

[startup+4662.3 s]
/proc/loadavg: 2.00 2.00 2.00 4/444 8080
/proc/meminfo: memFree=15056544/32950928 swapFree=60044444/67111528
[pid=7942] ppid=7938 vsize=565744 CPUtime=4662.42 cores=0,2,4,6
/proc/7942/stat : 7942 (qutersat_releas) R 7938 7942 6457 0 -1 4202496 95098 0 0 0 466223 19 0 0 25 0 1 0 850674087 579321856 90458 33554432000 4194304 6014671 140735187045472 18446744073709551615 4424090 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/7942/statm: 141436 90458 727 445 0 134981 0
Current children cumulated CPU time (s) 4662.42
Current children cumulated vsize (KiB) 565744

[startup+4722.32 s]
/proc/loadavg: 2.07 2.03 2.01 4/444 8082
/proc/meminfo: memFree=15056528/32950928 swapFree=60044444/67111528
[pid=7942] ppid=7938 vsize=565744 CPUtime=4722.44 cores=0,2,4,6
/proc/7942/stat : 7942 (qutersat_releas) R 7938 7942 6457 0 -1 4202496 95098 0 0 0 472225 19 0 0 25 0 1 0 850674087 579321856 90458 33554432000 4194304 6014671 140735187045472 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/7942/statm: 141436 90458 727 445 0 134981 0
Current children cumulated CPU time (s) 4722.44
Current children cumulated vsize (KiB) 565744

[startup+4782.3 s]
/proc/loadavg: 2.02 2.02 2.00 4/444 8083
/proc/meminfo: memFree=15056748/32950928 swapFree=60044444/67111528
[pid=7942] ppid=7938 vsize=565744 CPUtime=4782.42 cores=0,2,4,6
/proc/7942/stat : 7942 (qutersat_releas) R 7938 7942 6457 0 -1 4202496 95098 0 0 0 478223 19 0 0 25 0 1 0 850674087 579321856 90458 33554432000 4194304 6014671 140735187045472 18446744073709551615 4423983 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/7942/statm: 141436 90458 727 445 0 134981 0
Current children cumulated CPU time (s) 4782.42
Current children cumulated vsize (KiB) 565744

[startup+4842.3 s]
/proc/loadavg: 2.01 2.01 2.00 4/444 8094
/proc/meminfo: memFree=15057292/32950928 swapFree=60044444/67111528
[pid=7942] ppid=7938 vsize=565744 CPUtime=4842.42 cores=0,2,4,6
/proc/7942/stat : 7942 (qutersat_releas) R 7938 7942 6457 0 -1 4202496 95098 0 0 0 484223 19 0 0 25 0 1 0 850674087 579321856 90458 33554432000 4194304 6014671 140735187045472 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/7942/statm: 141436 90458 727 445 0 134981 0
Current children cumulated CPU time (s) 4842.42
Current children cumulated vsize (KiB) 565744

[startup+4902.3 s]
/proc/loadavg: 2.00 2.01 2.00 4/444 8095
/proc/meminfo: memFree=15057560/32950928 swapFree=60044444/67111528
[pid=7942] ppid=7938 vsize=565744 CPUtime=4902.42 cores=0,2,4,6
/proc/7942/stat : 7942 (qutersat_releas) R 7938 7942 6457 0 -1 4202496 95099 0 0 0 490223 19 0 0 25 0 1 0 850674087 579321856 90459 33554432000 4194304 6014671 140735187045472 18446744073709551615 4424130 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/7942/statm: 141436 90459 727 445 0 134981 0
Current children cumulated CPU time (s) 4902.42
Current children cumulated vsize (KiB) 565744

[startup+4962.3 s]
/proc/loadavg: 2.00 2.00 2.00 4/444 8097
/proc/meminfo: memFree=15058656/32950928 swapFree=60044444/67111528
[pid=7942] ppid=7938 vsize=565744 CPUtime=4962.43 cores=0,2,4,6
/proc/7942/stat : 7942 (qutersat_releas) R 7938 7942 6457 0 -1 4202496 95204 0 0 0 496224 19 0 0 25 0 1 0 850674087 579321856 90564 33554432000 4194304 6014671 140735187045472 18446744073709551615 4372143 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/7942/statm: 141436 90564 727 445 0 134981 0
Current children cumulated CPU time (s) 4962.43
Current children cumulated vsize (KiB) 565744



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 2.00 2.00 2.00 4/444 8098
/proc/meminfo: memFree=15057648/32950928 swapFree=60044444/67111528
[pid=7942] ppid=7938 vsize=565744 CPUtime=5000.03 cores=0,2,4,6
/proc/7942/stat : 7942 (qutersat_releas) R 7938 7942 6457 0 -1 4202496 95462 0 0 0 499984 19 0 0 25 0 1 0 850674087 579321856 90822 33554432000 4194304 6014671 140735187045472 18446744073709551615 4424459 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/7942/statm: 141436 90822 727 445 0 134981 0
Current children cumulated CPU time (s) 5000.03
Current children cumulated vsize (KiB) 565744

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

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

[startup+4999.9 s]
/proc/loadavg: 2.00 2.00 2.00 4/444 8098
/proc/meminfo: memFree=15057648/32950928 swapFree=60044444/67111528
[pid=7942] ppid=7938 vsize=565744 CPUtime=5000.03 cores=0,2,4,6
/proc/7942/stat : 7942 (qutersat_releas) R 7938 7942 6457 0 -1 4202496 95462 0 0 0 499984 19 0 0 25 0 1 0 850674087 579321856 90822 33554432000 4194304 6014671 140735187045472 18446744073709551615 4424459 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/7942/statm: 141436 90822 727 445 0 134981 0
Current children cumulated CPU time (s) 5000.03
Current children cumulated vsize (KiB) 565744

Child status: 1
Real time (s): 4999.93
CPU time (s): 5000.07
CPU user time (s): 4999.86
CPU system time (s): 0.212967
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 565744

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4999.86
system time used= 0.212967
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 95466
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= 9
involuntary context switches= 7996

runsolver used 22.7985 second user time and 51.0572 second system time

The end

Launcher Data

Begin job on node114 at 2011-05-28 19:40:34
IDJOB=3420977
IDBENCH=83141
IDSOLVER=1868
FILE ID=node114/3420977-1306604434
RUNJOBID= node114-1306604434-7923
PBS_JOBID= 13471566
Free space on /tmp= 73216 MiB

SOLVER NAME= QuteRSat 2011-05-12 (fixed)
BENCH NAME= SAT11/crafted/spence/sgen/sgen3-n180-s34713902-sat.cnf
COMMAND LINE= qutersat_release BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3420977-1306604434/watcher-3420977-1306604434 -o /tmp/evaluation-result-3420977-1306604434/solver-3420977-1306604434 -C 5000 -W 5100 -M 15500  qutersat_release HOME/instance-3420977-1306604434.cnf 351655788

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

MD5SUM BENCH= 19292459de25c4f5e9e6f187c00d549d
RANDOM SEED=351655788

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

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.848
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.848
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.73
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.848
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.75
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.848
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.848
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.74
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.848
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:     32950928 kB
MemFree:      15807732 kB
Buffers:        265232 kB
Cached:        6734828 kB
SwapCached:      48932 kB
Active:        5017400 kB
Inactive:     11854664 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      15807732 kB
SwapTotal:    67111528 kB
SwapFree:     60044444 kB
Dirty:            3124 kB
Writeback:          40 kB
AnonPages:     9829712 kB
Mapped:          28012 kB
Slab:           139968 kB
PageTables:      62420 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 108157488 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= 73212 MiB
End job on node114 at 2011-05-28 21:03:56