Trace number 3265512

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.08 1300.04

General information on the benchmark

NameSAT05/crafted/roussel05/visbmc-PHNF/
phnf-size10-exclusive-philo.used-as.sat04-988.shuffled-as.sat05-4195.cnf
MD5SUM32f22e9ac89bf164b7f5db6bef950d03
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1140.77
Satisfiable
(Un)Satisfiability was proved
Number of variables36304
Number of clauses1711065
Sum of the clauses size3450220
Maximum clause length10
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 21706958
Number of clauses of size 30
Number of clauses of size 45
Number of clauses of size 57
Number of clauses of size over 54095

Solver Data

0.00/0.00	c Set FPU double precision.
0.69/0.72	c Parse Cnf success: #var: 36304 #clause: 1711065
0.69/0.72	c Find Units :          0
0.79/0.88	c Find Invs  :          0
0.89/0.91	c Find Ands  :      36304 AvgFaninNum: 7.94678
0.89/0.91	c Find Xors  :          0 AvgFaninNum: nan
0.89/0.91	c Find Ite   :          0
0.89/0.91	c UnDirect variable: 0
0.89/0.91	c UnDirect to Direct Gate: 0
0.89/0.91	c Forced Direct Gate: 0 Unuse unDirect Gate: 0
0.89/0.92	c Break Cycle : 32197
0.89/0.92	c Total Root : 0 Undef Var: 32197
0.89/0.94	c After covering, Total Root: 4107 Leaf: 32197
0.89/0.94	c Variable( cover/uncovered/unused ): 36304 0 0
0.89/0.94	c Unit Clauses: 0
0.89/0.94	c Binary Clauses( cover/uncovered ): 32197 1674761
0.89/0.94	c Clauses( cover/uncovered ): 4107 0
0.89/0.94	c Total Clauses( cover/uncovered ): 36304 1674761 2.12172%
0.89/0.94	c Covered Ands: 4107 Invs: 0 Xors: 0 Ites: 0
1.89/1.93	c Uncover Clauses avg size: 2 max size: 2
1.89/1.96	c Final circuit: i/l/o/s   32197       0 1674761   1702851
1.89/1.96	c CnfToAig: Time: 1.96 s
3.39/3.40	c TmMap: Set choices finish.
4.30/4.32	c TmMap: Set big and: 1678868
4.30/4.32	c TmMap: Origin: 1735049 ClauseNum: 5108553 --> New: 1711066 ClauseNum: 5060587
4.30/4.32	c TmMap: Time: 1.16
4.49/4.59	c Try to Add: #clause: 3357736 #xorclause: 0
4.99/5.02	c #var: 36304 #clauses: 4108 Solving... 
1300.04/1300.00	c Time Out !!
1300.04/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-3265512-1303576214/watcher-3265512-1303576214 -o /tmp/evaluation-result-3265512-1303576214/solver-3265512-1303576214 -C 2400 -W 1300 -M 7680 qutersat_release HOME/instance-3265512-1303576214.cnf 111284622 

running on 2 cores: 4,6

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.43 3.87 3.72 4/189 17949
/proc/meminfo: memFree=15740268/32951124 swapFree=67111528/67111528
[pid=17949] ppid=17947 vsize=33388 CPUtime=0 cores=4,6
/proc/17949/stat : 17949 (qutersat_releas) R 17947 17949 16602 0 -1 4202496 2039 0 0 0 0 0 0 0 21 0 1 0 450037009 34189312 1973 33554432000 4194304 6016207 140736348056720 18446744073709551615 4309240 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/17949/statm: 8347 1973 379 445 0 1891 0

[startup+0.0295539 s]
/proc/loadavg: 3.43 3.87 3.72 4/189 17949
/proc/meminfo: memFree=15740268/32951124 swapFree=67111528/67111528
[pid=17949] ppid=17947 vsize=38508 CPUtime=0.02 cores=4,6
/proc/17949/stat : 17949 (qutersat_releas) R 17947 17949 16602 0 -1 4202496 3397 0 0 0 2 0 0 0 21 0 1 0 450037009 39432192 3331 33554432000 4194304 6016207 140736348056720 18446744073709551615 4279516 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/17949/statm: 9627 3331 379 445 0 3171 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 38508

[startup+0.100573 s]
/proc/loadavg: 3.43 3.87 3.72 4/189 17949
/proc/meminfo: memFree=15740268/32951124 swapFree=67111528/67111528
[pid=17949] ppid=17947 vsize=56940 CPUtime=0.09 cores=4,6
/proc/17949/stat : 17949 (qutersat_releas) R 17947 17949 16602 0 -1 4202496 7596 0 0 0 8 1 0 0 21 0 1 0 450037009 58306560 7530 33554432000 4194304 6016207 140736348056720 18446744073709551615 4309779 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/17949/statm: 14235 7530 379 445 0 7779 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 56940

[startup+0.300532 s]
/proc/loadavg: 3.43 3.87 3.72 4/189 17949
/proc/meminfo: memFree=15740268/32951124 swapFree=67111528/67111528
[pid=17949] ppid=17947 vsize=81644 CPUtime=0.29 cores=4,6
/proc/17949/stat : 17949 (qutersat_releas) R 17947 17949 16602 0 -1 4202496 13656 0 0 0 28 1 0 0 22 0 1 0 450037009 83603456 13590 33554432000 4194304 6016207 140736348056720 18446744073709551615 4279516 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/17949/statm: 20411 13590 379 445 0 13955 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 81644

[startup+0.700457 s]
/proc/loadavg: 3.43 3.87 3.72 4/189 17949
/proc/meminfo: memFree=15740268/32951124 swapFree=67111528/67111528
[pid=17949] ppid=17947 vsize=131436 CPUtime=0.69 cores=4,6
/proc/17949/stat : 17949 (qutersat_releas) R 17947 17949 16602 0 -1 4202496 25858 0 0 0 66 3 0 0 23 0 1 0 450037009 134590464 25792 33554432000 4194304 6016207 140736348056720 18446744073709551615 4279516 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/17949/statm: 32859 25792 379 445 0 26403 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 131436

[startup+1.50032 s]
/proc/loadavg: 3.43 3.87 3.72 5/190 17950
/proc/meminfo: memFree=15491572/32951124 swapFree=67111528/67111528
[pid=17949] ppid=17947 vsize=156012 CPUtime=1.49 cores=4,6
/proc/17949/stat : 17949 (qutersat_releas) R 17947 17949 16602 0 -1 4202496 32155 0 0 0 145 4 0 0 25 0 1 0 450037009 159756288 32089 33554432000 4194304 6016207 140736348056720 18446744073709551615 4364136 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/17949/statm: 39003 32089 400 445 0 32547 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 156012

[startup+3.10099 s]
/proc/loadavg: 3.47 3.87 3.72 5/190 17950
/proc/meminfo: memFree=15179340/32951124 swapFree=67111528/67111528
[pid=17949] ppid=17947 vsize=442460 CPUtime=3.09 cores=4,6
/proc/17949/stat : 17949 (qutersat_releas) R 17947 17949 16602 0 -1 4202496 104586 0 0 0 296 13 0 0 25 0 1 0 450037009 453079040 104520 33554432000 4194304 6016207 140736348056720 18446744073709551615 4779602 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/17949/statm: 110615 104521 670 445 0 104159 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 442460

[startup+6.30043 s]
/proc/loadavg: 3.47 3.87 3.72 5/190 17950
/proc/meminfo: memFree=14877716/32951124 swapFree=67111528/67111528
[pid=17949] ppid=17947 vsize=660644 CPUtime=6.29 cores=4,6
/proc/17949/stat : 17949 (qutersat_releas) R 17947 17949 16602 0 -1 4202496 157045 0 0 0 610 19 0 0 25 0 1 0 450037009 676499456 156296 33554432000 4194304 6016207 140736348056720 18446744073709551615 4370211 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/17949/statm: 165161 156296 713 445 0 158705 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 660644

[startup+12.7002 s]
/proc/loadavg: 3.55 3.87 3.72 5/190 17950
/proc/meminfo: memFree=14866760/32951124 swapFree=67111528/67111528
[pid=17949] ppid=17947 vsize=660644 CPUtime=12.69 cores=4,6
/proc/17949/stat : 17949 (qutersat_releas) R 17947 17949 16602 0 -1 4202496 157056 0 0 0 1250 19 0 0 25 0 1 0 450037009 676499456 156307 33554432000 4194304 6016207 140736348056720 18446744073709551615 4424260 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/17949/statm: 165161 156307 723 445 0 158705 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 660644

[startup+25.5009 s]
/proc/loadavg: 3.62 3.88 3.72 5/190 17951
/proc/meminfo: memFree=14842008/32951124 swapFree=67111528/67111528
[pid=17949] ppid=17947 vsize=660644 CPUtime=25.49 cores=4,6
/proc/17949/stat : 17949 (qutersat_releas) R 17947 17949 16602 0 -1 4202496 157065 0 0 0 2530 19 0 0 25 0 1 0 450037009 676499456 156316 33554432000 4194304 6016207 140736348056720 18446744073709551615 4538056 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/17949/statm: 165161 156316 731 445 0 158705 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 660644

[startup+51.1012 s]
/proc/loadavg: 3.75 3.89 3.73 5/190 17978
/proc/meminfo: memFree=14014964/32951124 swapFree=67111528/67111528
[pid=17949] ppid=17947 vsize=660644 CPUtime=51.09 cores=4,6
/proc/17949/stat : 17949 (qutersat_releas) R 17947 17949 16602 0 -1 4202496 157065 0 0 0 5090 19 0 0 25 0 1 0 450037009 676499456 156316 33554432000 4194304 6016207 140736348056720 18446744073709551615 4634850 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/17949/statm: 165161 156316 731 445 0 158705 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 660644

[startup+102.307 s]
/proc/loadavg: 3.75 3.87 3.73 4/184 17997
/proc/meminfo: memFree=14856380/32951124 swapFree=67111528/67111528
[pid=17949] ppid=17947 vsize=660644 CPUtime=102.3 cores=4,6
/proc/17949/stat : 17949 (qutersat_releas) R 17947 17949 16602 0 -1 4202496 157073 0 0 0 10211 19 0 0 25 0 1 0 450037009 676499456 156324 33554432000 4194304 6016207 140736348056720 18446744073709551615 4424214 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/17949/statm: 165161 156324 731 445 0 158705 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 660644

[startup+162.301 s]
/proc/loadavg: 3.27 3.71 3.68 4/184 17998
/proc/meminfo: memFree=14794544/32951124 swapFree=67111528/67111528
[pid=17949] ppid=17947 vsize=660772 CPUtime=162.29 cores=4,6
/proc/17949/stat : 17949 (qutersat_releas) R 17947 17949 16602 0 -1 4202496 157102 0 0 0 16210 19 0 0 25 0 1 0 450037009 676630528 156353 33554432000 4194304 6016207 140736348056720 18446744073709551615 4424231 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/17949/statm: 165193 156353 731 445 0 158737 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 660772

[startup+222.301 s]
/proc/loadavg: 3.13 3.59 3.64 4/184 18000
/proc/meminfo: memFree=14725060/32951124 swapFree=67111528/67111528
[pid=17949] ppid=17947 vsize=660900 CPUtime=222.29 cores=4,6
/proc/17949/stat : 17949 (qutersat_releas) R 17947 17949 16602 0 -1 4202496 157119 0 0 0 22210 19 0 0 25 0 1 0 450037009 676761600 156370 33554432000 4194304 6016207 140736348056720 18446744073709551615 4425530 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/17949/statm: 165225 156370 731 445 0 158769 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 660900

[startup+282.301 s]
/proc/loadavg: 3.05 3.48 3.60 4/184 18002
/proc/meminfo: memFree=14666872/32951124 swapFree=67111528/67111528
[pid=17949] ppid=17947 vsize=660900 CPUtime=282.3 cores=4,6
/proc/17949/stat : 17949 (qutersat_releas) R 17947 17949 16602 0 -1 4202496 157120 0 0 0 28210 20 0 0 25 0 1 0 450037009 676761600 156371 33554432000 4194304 6016207 140736348056720 18446744073709551615 4378013 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/17949/statm: 165225 156371 731 445 0 158769 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 660900

[startup+342.301 s]
/proc/loadavg: 3.02 3.39 3.56 4/184 18003
/proc/meminfo: memFree=14570488/32951124 swapFree=67111528/67111528
[pid=17949] ppid=17947 vsize=660900 CPUtime=342.3 cores=4,6
/proc/17949/stat : 17949 (qutersat_releas) R 17947 17949 16602 0 -1 4202496 157135 0 0 0 34210 20 0 0 25 0 1 0 450037009 676761600 156386 33554432000 4194304 6016207 140736348056720 18446744073709551615 4425478 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/17949/statm: 165225 156386 731 445 0 158769 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 660900

[startup+402.301 s]
/proc/loadavg: 3.06 3.33 3.53 4/184 18005
/proc/meminfo: memFree=14542800/32951124 swapFree=67111528/67111528
[pid=17949] ppid=17947 vsize=660900 CPUtime=402.3 cores=4,6
/proc/17949/stat : 17949 (qutersat_releas) R 17947 17949 16602 0 -1 4202496 157135 0 0 0 40210 20 0 0 25 0 1 0 450037009 676761600 156386 33554432000 4194304 6016207 140736348056720 18446744073709551615 4425486 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/17949/statm: 165225 156386 731 445 0 158769 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 660900

[startup+462.301 s]
/proc/loadavg: 3.02 3.27 3.49 4/184 18006
/proc/meminfo: memFree=14534948/32951124 swapFree=67111528/67111528
[pid=17949] ppid=17947 vsize=661028 CPUtime=462.31 cores=4,6
/proc/17949/stat : 17949 (qutersat_releas) R 17947 17949 16602 0 -1 4202496 157150 0 0 0 46211 20 0 0 25 0 1 0 450037009 676892672 156401 33554432000 4194304 6016207 140736348056720 18446744073709551615 4425561 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/17949/statm: 165257 156401 731 445 0 158801 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 661028

[startup+522.301 s]
/proc/loadavg: 3.00 3.22 3.46 4/184 18008
/proc/meminfo: memFree=14510368/32951124 swapFree=67111528/67111528
[pid=17949] ppid=17947 vsize=661028 CPUtime=522.31 cores=4,6
/proc/17949/stat : 17949 (qutersat_releas) R 17947 17949 16602 0 -1 4202496 157150 0 0 0 52211 20 0 0 25 0 1 0 450037009 676892672 156401 33554432000 4194304 6016207 140736348056720 18446744073709551615 4425530 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/17949/statm: 165257 156401 731 445 0 158801 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 661028

[startup+582.301 s]
/proc/loadavg: 3.00 3.17 3.43 4/184 18010
/proc/meminfo: memFree=14503392/32951124 swapFree=67111528/67111528
[pid=17949] ppid=17947 vsize=661028 CPUtime=582.31 cores=4,6
/proc/17949/stat : 17949 (qutersat_releas) R 17947 17949 16602 0 -1 4202496 157150 0 0 0 58211 20 0 0 25 0 1 0 450037009 676892672 156401 33554432000 4194304 6016207 140736348056720 18446744073709551615 4424854 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/17949/statm: 165257 156401 731 445 0 158801 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 661028

[startup+642.301 s]
/proc/loadavg: 3.00 3.14 3.40 4/184 18011
/proc/meminfo: memFree=14497040/32951124 swapFree=67111528/67111528
[pid=17949] ppid=17947 vsize=730872 CPUtime=642.31 cores=4,6
/proc/17949/stat : 17949 (qutersat_releas) R 17947 17949 16602 0 -1 4202496 157161 0 0 0 64211 20 0 0 25 0 1 0 450037009 748412928 156412 33554432000 4194304 6016207 140736348056720 18446744073709551615 4425530 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/17949/statm: 182718 156412 731 445 0 176262 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 730872

[startup+702.3 s]
/proc/loadavg: 3.00 3.11 3.37 4/184 18013
/proc/meminfo: memFree=14447656/32951124 swapFree=67111528/67111528
[pid=17949] ppid=17947 vsize=801160 CPUtime=702.31 cores=4,6
/proc/17949/stat : 17949 (qutersat_releas) R 17947 17949 16602 0 -1 4202496 157304 0 0 0 70211 20 0 0 25 0 1 0 450037009 820387840 156555 33554432000 4194304 6016207 140736348056720 18446744073709551615 4424273 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/17949/statm: 200290 156555 731 445 0 193834 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 801160

[startup+762.306 s]
/proc/loadavg: 3.00 3.09 3.34 4/184 18014
/proc/meminfo: memFree=14391464/32951124 swapFree=67111528/67111528
[pid=17949] ppid=17947 vsize=801160 CPUtime=762.33 cores=4,6
/proc/17949/stat : 17949 (qutersat_releas) R 17947 17949 16602 0 -1 4202496 161587 0 0 0 76211 22 0 0 25 0 1 0 450037009 820387840 160838 33554432000 4194304 6016207 140736348056720 18446744073709551615 4424828 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/17949/statm: 200290 160838 731 445 0 193834 0
Current children cumulated CPU time (s) 762.33
Current children cumulated vsize (KiB) 801160

[startup+822.3 s]
/proc/loadavg: 3.00 3.07 3.32 4/184 18016
/proc/meminfo: memFree=14349396/32951124 swapFree=67111528/67111528
[pid=17949] ppid=17947 vsize=801160 CPUtime=822.32 cores=4,6
/proc/17949/stat : 17949 (qutersat_releas) R 17947 17949 16602 0 -1 4202496 164589 0 0 0 82210 22 0 0 25 0 1 0 450037009 820387840 163840 33554432000 4194304 6016207 140736348056720 18446744073709551615 4424273 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/17949/statm: 200290 163840 731 445 0 193834 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 801160

[startup+882.3 s]
/proc/loadavg: 3.00 3.05 3.30 4/184 18018
/proc/meminfo: memFree=14320592/32951124 swapFree=67111528/67111528
[pid=17949] ppid=17947 vsize=801160 CPUtime=882.32 cores=4,6
/proc/17949/stat : 17949 (qutersat_releas) R 17947 17949 16602 0 -1 4202496 169929 0 0 0 88208 24 0 0 25 0 1 0 450037009 820387840 169180 33554432000 4194304 6016207 140736348056720 18446744073709551615 4425987 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/17949/statm: 200290 169180 731 445 0 193834 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 801160

[startup+942.3 s]
/proc/loadavg: 3.00 3.04 3.27 4/184 18019
/proc/meminfo: memFree=14298984/32951124 swapFree=67111528/67111528
[pid=17949] ppid=17947 vsize=801160 CPUtime=942.32 cores=4,6
/proc/17949/stat : 17949 (qutersat_releas) R 17947 17949 16602 0 -1 4202496 175362 0 0 0 94207 25 0 0 25 0 1 0 450037009 820387840 174613 33554432000 4194304 6016207 140736348056720 18446744073709551615 4425705 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/17949/statm: 200290 174613 731 445 0 193834 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 801160

[startup+1002.3 s]
/proc/loadavg: 3.00 3.03 3.25 4/184 18021
/proc/meminfo: memFree=14213024/32951124 swapFree=67111528/67111528
[pid=17949] ppid=17947 vsize=801160 CPUtime=1002.32 cores=4,6
/proc/17949/stat : 17949 (qutersat_releas) R 17947 17949 16602 0 -1 4202496 175378 0 0 0 100207 25 0 0 25 0 1 0 450037009 820387840 174629 33554432000 4194304 6016207 140736348056720 18446744073709551615 4425530 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/17949/statm: 200290 174629 731 445 0 193834 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 801160

[startup+1062.3 s]
/proc/loadavg: 3.00 3.02 3.24 4/184 18022
/proc/meminfo: memFree=14211988/32951124 swapFree=67111528/67111528
[pid=17949] ppid=17947 vsize=801288 CPUtime=1062.32 cores=4,6
/proc/17949/stat : 17949 (qutersat_releas) R 17947 17949 16602 0 -1 4202496 175395 0 0 0 106207 25 0 0 25 0 1 0 450037009 820518912 174646 33554432000 4194304 6016207 140736348056720 18446744073709551615 4424837 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/17949/statm: 200322 174646 731 445 0 193866 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 801288

[startup+1122.3 s]
/proc/loadavg: 3.00 3.02 3.22 4/184 18024
/proc/meminfo: memFree=14198068/32951124 swapFree=67111528/67111528
[pid=17949] ppid=17947 vsize=801288 CPUtime=1122.33 cores=4,6
/proc/17949/stat : 17949 (qutersat_releas) R 17947 17949 16602 0 -1 4202496 178716 0 0 0 112206 27 0 0 25 0 1 0 450037009 820518912 177966 33554432000 4194304 6016207 140736348056720 18446744073709551615 4425742 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/17949/statm: 200322 177966 731 445 0 193866 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 801288

[startup+1182.3 s]
/proc/loadavg: 3.00 3.01 3.20 4/184 18026
/proc/meminfo: memFree=14146696/32951124 swapFree=67111528/67111528
[pid=17949] ppid=17947 vsize=801288 CPUtime=1182.33 cores=4,6
/proc/17949/stat : 17949 (qutersat_releas) R 17947 17949 16602 0 -1 4202496 178827 0 0 0 118206 27 0 0 25 0 1 0 450037009 820518912 178044 33554432000 4194304 6016207 140736348056720 18446744073709551615 4425054 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/17949/statm: 200322 178044 731 445 0 193866 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 801288

[startup+1242.3 s]
/proc/loadavg: 3.07 3.02 3.19 4/184 18027
/proc/meminfo: memFree=14117644/32951124 swapFree=67111528/67111528
[pid=17949] ppid=17947 vsize=801288 CPUtime=1242.33 cores=4,6
/proc/17949/stat : 17949 (qutersat_releas) R 17947 17949 16602 0 -1 4202496 178871 0 0 0 124206 27 0 0 25 0 1 0 450037009 820518912 178053 33554432000 4194304 6016207 140736348056720 18446744073709551615 4426099 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/17949/statm: 200322 178053 731 445 0 193866 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 801288



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.02 3.02 3.18 3/182 18030
/proc/meminfo: memFree=14980908/32951124 swapFree=67111528/67111528
[pid=17949] ppid=17947 vsize=801288 CPUtime=1300.04 cores=4,6
/proc/17949/stat : 17949 (qutersat_releas) R 17947 17949 16602 0 -1 4202496 178902 0 0 0 129977 27 0 0 25 0 1 0 450037009 820518912 178084 33554432000 4194304 6016207 140736348056720 18446744073709551615 4426099 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/17949/statm: 200322 178084 731 445 0 193866 0
Current children cumulated CPU time (s) 1300.04
Current children cumulated vsize (KiB) 801288

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.04
CPU time (s): 1300.08
CPU user time (s): 1299.77
CPU system time (s): 0.307953
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 801288

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.77
system time used= 0.307953
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 178907
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= 6
involuntary context switches= 1940

runsolver used 2.30865 second user time and 4.79227 second system time

The end

Launcher Data

Begin job on node142 at 2011-04-23 18:30:15
IDJOB=3265512
IDBENCH=85764
IDSOLVER=1607
FILE ID=node142/3265512-1303576214
RUNJOBID= node142-1303576214-17908
PBS_JOBID= 13150289
Free space on /tmp= 71320 MiB

SOLVER NAME= QuteRSat 2011-03-01
BENCH NAME= SAT05/crafted/roussel05/visbmc-PHNF/phnf-size10-exclusive-philo.used-as.sat04-988.shuffled-as.sat05-4195.cnf
COMMAND LINE= qutersat_release BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3265512-1303576214/watcher-3265512-1303576214 -o /tmp/evaluation-result-3265512-1303576214/solver-3265512-1303576214 -C 2400 -W 1300 -M 7680  qutersat_release HOME/instance-3265512-1303576214.cnf 111284622

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

MD5SUM BENCH= 32f22e9ac89bf164b7f5db6bef950d03
RANDOM SEED=111284622

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.846
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.67
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.846
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.81
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.846
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.846
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.846
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      15740548 kB
Buffers:       2064756 kB
Cached:       14263372 kB
SwapCached:          0 kB
Active:        7011648 kB
Inactive:      9628368 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      15740548 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           47460 kB
Writeback:           0 kB
AnonPages:      310436 kB
Mapped:          18624 kB
Slab:           506384 kB
PageTables:       5560 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   532272 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= 71336 MiB
End job on node142 at 2011-04-23 18:51:57