Trace number 3384502

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

General information on the benchmark

NameSAT05/industrial/grieu05/vmpc/
vmpc_36.renamed-as.sat05-1922.cnf
MD5SUMc9c90d9af49f4c08c7262ecb9a0b2a3d
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark2647.1
Satisfiable
(Un)Satisfiability was proved
Number of variables1296
Number of clauses230544
Sum of the clauses size603180
Maximum clause length36
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 290828
Number of clauses of size 3139644
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 572

Solver Data

0.00/0.00	c Set FPU double precision.
0.10/0.17	c Parse Cnf success: #var: 1296 #clause: 230544
0.10/0.17	c Find Units :          0
0.10/0.17	c Find Invs  :          0
0.10/0.19	c Find Ands  :       2592 AvgFaninNum: 35
0.10/0.20	c Find Xors  :          0 AvgFaninNum: nan
0.19/0.20	c Find Ite   :          0
0.19/0.26	c UnDirect variable: 0
0.19/0.26	c UnDirect to Direct Gate: 0
0.19/0.26	c Forced Direct Gate: 0 Unuse unDirect Gate: 0
0.19/0.26	c Break Cycle : 1226
0.19/0.26	c Total Root : 0 Undef Var: 1226
0.19/0.26	c After covering, Total Root: 36 Leaf: 1226
0.19/0.26	c Variable( cover/uncovered/unused ): 1296 0 0
0.19/0.26	c Unit Clauses: 0
0.19/0.26	c Binary Clauses( cover/uncovered ): 2450 43018
0.19/0.26	c Clauses( cover/uncovered ): 70 139646
0.19/0.26	c Total Clauses( cover/uncovered ): 2520 182664 1.36081%
0.19/0.26	c Covered Ands: 70 Invs: 0 Xors: 0 Ites: 0
0.39/0.40	c Uncover Clauses avg size: 2.76486 max size: 36
0.39/0.41	c Final circuit: i/l/o/s    1226       0  180069    316683
0.39/0.41	c CnfToAig: Time: 0.4 s
0.49/0.59	c TmMap: Set choices finish.
0.59/0.69	c TmMap: Set big and: 180136
0.59/0.69	c TmMap: Origin: 317910 ClauseNum: 950049 --> New: 181363 ClauseNum: 679343
0.59/0.69	c TmMap: Time: 0.13
0.69/0.73	c Try to Add: #clause: 360272 #xorclause: 0
0.69/0.77	c #var: 1296 #clauses: 136630 Solving... 
5000.02/4999.91	c Time Out !!
5000.02/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-3384502-1305555214/watcher-3384502-1305555214 -o /tmp/evaluation-result-3384502-1305555214/solver-3384502-1305555214 -C 5000 -W 5100 -M 15500 qutersat_release HOME/instance-3384502-1305555214.cnf 829977331 

running on 4 cores: 1,3,5,7

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.58 1.53 1.77 2/405 15322
/proc/meminfo: memFree=13154180/32951124 swapFree=67111348/67111528
[pid=15322] ppid=15320 vsize=34412 CPUtime=0 cores=1,3,5,7
/proc/15322/stat : 15322 (qutersat_releas) R 15320 15322 14451 0 -1 4202496 2320 0 0 0 0 0 0 0 23 0 1 0 647937523 35237888 2256 33554432000 4194304 6014671 140735648505568 18446744073709551615 4277551 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/15322/statm: 8603 2256 377 445 0 2148 0

[startup+0.109162 s]
/proc/loadavg: 1.58 1.53 1.77 2/405 15322
/proc/meminfo: memFree=13154180/32951124 swapFree=67111348/67111528
[pid=15322] ppid=15320 vsize=61676 CPUtime=0.1 cores=1,3,5,7
/proc/15322/stat : 15322 (qutersat_releas) R 15320 15322 14451 0 -1 4202496 9097 0 0 0 9 1 0 0 24 0 1 0 647937523 63156224 9033 33554432000 4194304 6014671 140735648505568 18446744073709551615 4303700 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/15322/statm: 15419 9033 377 445 0 8964 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 61676

[startup+0.201143 s]
/proc/loadavg: 1.58 1.53 1.77 2/405 15322
/proc/meminfo: memFree=13154180/32951124 swapFree=67111348/67111528
[pid=15322] ppid=15320 vsize=67820 CPUtime=0.19 cores=1,3,5,7
/proc/15322/stat : 15322 (qutersat_releas) R 15320 15322 14451 0 -1 4202496 10856 0 0 0 18 1 0 0 24 0 1 0 647937523 69447680 10792 33554432000 4194304 6014671 140735648505568 18446744073709551615 4284493 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/15322/statm: 16955 10792 395 445 0 10500 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 67820

[startup+0.301127 s]
/proc/loadavg: 1.58 1.53 1.77 2/405 15322
/proc/meminfo: memFree=13154180/32951124 swapFree=67111348/67111528
[pid=15322] ppid=15320 vsize=67820 CPUtime=0.29 cores=1,3,5,7
/proc/15322/stat : 15322 (qutersat_releas) R 15320 15322 14451 0 -1 4202496 10859 0 0 0 28 1 0 0 25 0 1 0 647937523 69447680 10795 33554432000 4194304 6014671 140735648505568 18446744073709551615 4313890 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/15322/statm: 16955 10795 398 445 0 10500 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 67820

[startup+0.70106 s]
/proc/loadavg: 1.58 1.53 1.77 2/405 15322
/proc/meminfo: memFree=13154180/32951124 swapFree=67111348/67111528
[pid=15322] ppid=15320 vsize=146736 CPUtime=0.69 cores=1,3,5,7
/proc/15322/stat : 15322 (qutersat_releas) R 15320 15322 14451 0 -1 4202496 30222 0 0 0 66 3 0 0 25 0 1 0 647937523 150257664 30158 33554432000 4194304 6014671 140735648505568 18446744073709551615 4259088 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/15322/statm: 36684 30158 670 445 0 30229 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 146736

[startup+1.50092 s]
/proc/loadavg: 1.58 1.53 1.77 3/406 15323
/proc/meminfo: memFree=13035256/32951124 swapFree=67111348/67111528
[pid=15322] ppid=15320 vsize=146736 CPUtime=1.49 cores=1,3,5,7
/proc/15322/stat : 15322 (qutersat_releas) R 15320 15322 14451 0 -1 4202496 30264 0 0 0 146 3 0 0 25 0 1 0 647937523 150257664 30200 33554432000 4194304 6014671 140735648505568 18446744073709551615 4536517 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/15322/statm: 36684 30200 709 445 0 30229 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 146736

[startup+3.10063 s]
/proc/loadavg: 1.58 1.53 1.77 3/406 15323
/proc/meminfo: memFree=13034756/32951124 swapFree=67111348/67111528
[pid=15322] ppid=15320 vsize=146736 CPUtime=3.09 cores=1,3,5,7
/proc/15322/stat : 15322 (qutersat_releas) R 15320 15322 14451 0 -1 4202496 30277 0 0 0 306 3 0 0 25 0 1 0 647937523 150257664 30213 33554432000 4194304 6014671 140735648505568 18446744073709551615 4423336 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/15322/statm: 36684 30213 721 445 0 30229 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 146736

[startup+6.30107 s]
/proc/loadavg: 1.70 1.55 1.78 3/406 15323
/proc/meminfo: memFree=13034196/32951124 swapFree=67111348/67111528
[pid=15322] ppid=15320 vsize=146736 CPUtime=6.29 cores=1,3,5,7
/proc/15322/stat : 15322 (qutersat_releas) R 15320 15322 14451 0 -1 4202496 30277 0 0 0 626 3 0 0 25 0 1 0 647937523 150257664 30213 33554432000 4194304 6014671 140735648505568 18446744073709551615 4371931 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/15322/statm: 36684 30213 721 445 0 30229 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 146736

[startup+12.7009 s]
/proc/loadavg: 1.72 1.56 1.78 3/406 15323
/proc/meminfo: memFree=13035072/32951124 swapFree=67111348/67111528
[pid=15322] ppid=15320 vsize=146736 CPUtime=12.69 cores=1,3,5,7
/proc/15322/stat : 15322 (qutersat_releas) R 15320 15322 14451 0 -1 4202496 30282 0 0 0 1266 3 0 0 25 0 1 0 647937523 150257664 30218 33554432000 4194304 6014671 140735648505568 18446744073709551615 4422687 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/15322/statm: 36684 30218 726 445 0 30229 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 146736

[startup+25.5007 s]
/proc/loadavg: 1.78 1.58 1.78 3/406 15323
/proc/meminfo: memFree=13034552/32951124 swapFree=67111348/67111528
[pid=15322] ppid=15320 vsize=146736 CPUtime=25.49 cores=1,3,5,7
/proc/15322/stat : 15322 (qutersat_releas) R 15320 15322 14451 0 -1 4202496 30282 0 0 0 2546 3 0 0 25 0 1 0 647937523 150257664 30218 33554432000 4194304 6014671 140735648505568 18446744073709551615 4423518 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/15322/statm: 36684 30218 726 445 0 30229 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 146736

[startup+51.1012 s]
/proc/loadavg: 1.85 1.61 1.79 3/406 15324
/proc/meminfo: memFree=13035208/32951124 swapFree=67111348/67111528
[pid=15322] ppid=15320 vsize=146736 CPUtime=51.09 cores=1,3,5,7
/proc/15322/stat : 15322 (qutersat_releas) R 15320 15322 14451 0 -1 4202496 30282 0 0 0 5106 3 0 0 25 0 1 0 647937523 150257664 30218 33554432000 4194304 6014671 140735648505568 18446744073709551615 4537185 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/15322/statm: 36684 30218 726 445 0 30229 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 146736

[startup+102.301 s]
/proc/loadavg: 2.00 1.69 1.80 3/406 15326
/proc/meminfo: memFree=13026320/32951124 swapFree=67111348/67111528
[pid=15322] ppid=15320 vsize=159544 CPUtime=102.3 cores=1,3,5,7
/proc/15322/stat : 15322 (qutersat_releas) R 15320 15322 14451 0 -1 4202496 32193 0 0 0 10226 4 0 0 25 0 1 0 647937523 163373056 32129 33554432000 4194304 6014671 140735648505568 18446744073709551615 4423518 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/15322/statm: 39886 32129 726 445 0 33431 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 159544

[startup+162.301 s]
/proc/loadavg: 2.00 1.74 1.81 3/406 15327
/proc/meminfo: memFree=13018596/32951124 swapFree=67111348/67111528
[pid=15322] ppid=15320 vsize=185200 CPUtime=162.3 cores=1,3,5,7
/proc/15322/stat : 15322 (qutersat_releas) R 15320 15322 14451 0 -1 4202496 34359 0 0 0 16225 5 0 0 25 0 1 0 647937523 189644800 34295 33554432000 4194304 6014671 140735648505568 18446744073709551615 4424288 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/15322/statm: 46300 34295 726 445 0 39845 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 185200

[startup+222.315 s]
/proc/loadavg: 2.07 1.80 1.83 3/406 15329
/proc/meminfo: memFree=12946664/32951124 swapFree=67111348/67111528
[pid=15322] ppid=15320 vsize=185200 CPUtime=222.31 cores=1,3,5,7
/proc/15322/stat : 15322 (qutersat_releas) R 15320 15322 14451 0 -1 4202496 34822 0 0 0 22226 5 0 0 25 0 1 0 647937523 189644800 34758 33554432000 4194304 6014671 140735648505568 18446744073709551615 4422773 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/15322/statm: 46300 34758 726 445 0 39845 0
Current children cumulated CPU time (s) 222.31
Current children cumulated vsize (KiB) 185200

[startup+282.301 s]
/proc/loadavg: 2.02 1.83 1.83 3/406 15330
/proc/meminfo: memFree=12824636/32951124 swapFree=67111348/67111528
[pid=15322] ppid=15320 vsize=211288 CPUtime=282.29 cores=1,3,5,7
/proc/15322/stat : 15322 (qutersat_releas) R 15320 15322 14451 0 -1 4202496 40663 0 0 0 28223 6 0 0 25 0 1 0 647937523 216358912 40599 33554432000 4194304 6014671 140735648505568 18446744073709551615 4422773 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/15322/statm: 52822 40599 726 445 0 46367 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 211288

[startup+342.301 s]
/proc/loadavg: 2.01 1.86 1.84 3/406 15332
/proc/meminfo: memFree=12508432/32951124 swapFree=67111348/67111528
[pid=15322] ppid=15320 vsize=211288 CPUtime=342.29 cores=1,3,5,7
/proc/15322/stat : 15322 (qutersat_releas) R 15320 15322 14451 0 -1 4202496 41248 0 0 0 34223 6 0 0 25 0 1 0 647937523 216358912 41184 33554432000 4194304 6014671 140735648505568 18446744073709551615 4376749 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/15322/statm: 52822 41184 726 445 0 46367 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 211288

[startup+402.301 s]
/proc/loadavg: 2.00 1.88 1.84 3/406 15333
/proc/meminfo: memFree=12347716/32951124 swapFree=67111348/67111528
[pid=15322] ppid=15320 vsize=211288 CPUtime=402.29 cores=1,3,5,7
/proc/15322/stat : 15322 (qutersat_releas) R 15320 15322 14451 0 -1 4202496 41857 0 0 0 40223 6 0 0 25 0 1 0 647937523 216358912 41787 33554432000 4194304 6014671 140735648505568 18446744073709551615 4422683 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/15322/statm: 52822 41787 726 445 0 46367 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 211288

[startup+462.301 s]
/proc/loadavg: 2.00 1.90 1.85 3/406 15335
/proc/meminfo: memFree=12279380/32951124 swapFree=67111348/67111528
[pid=15322] ppid=15320 vsize=211288 CPUtime=462.3 cores=1,3,5,7
/proc/15322/stat : 15322 (qutersat_releas) R 15320 15322 14451 0 -1 4202496 42364 0 0 0 46223 7 0 0 25 0 1 0 647937523 216358912 42279 33554432000 4194304 6014671 140735648505568 18446744073709551615 4423613 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/15322/statm: 52822 42279 726 445 0 46367 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 211288

[startup+522.3 s]
/proc/loadavg: 2.00 1.92 1.86 3/406 15337
/proc/meminfo: memFree=12133552/32951124 swapFree=67111348/67111528
[pid=15322] ppid=15320 vsize=265456 CPUtime=522.3 cores=1,3,5,7
/proc/15322/stat : 15322 (qutersat_releas) R 15320 15322 14451 0 -1 4202496 46109 0 0 0 52223 7 0 0 25 0 1 0 647937523 271826944 45861 33554432000 4194304 6014671 140735648505568 18446744073709551615 4423640 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/15322/statm: 66364 45861 726 445 0 59909 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 265456

[startup+582.301 s]
/proc/loadavg: 2.00 1.93 1.86 3/406 15338
/proc/meminfo: memFree=11950016/32951124 swapFree=67111348/67111528
[pid=15322] ppid=15320 vsize=265456 CPUtime=582.3 cores=1,3,5,7
/proc/15322/stat : 15322 (qutersat_releas) R 15320 15322 14451 0 -1 4202496 46586 0 0 0 58223 7 0 0 25 0 1 0 647937523 271826944 46338 33554432000 4194304 6014671 140735648505568 18446744073709551615 4422683 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/15322/statm: 66364 46338 726 445 0 59909 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 265456

[startup+642.3 s]

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

[startup+4002.3 s]
/proc/loadavg: 1.00 1.24 1.62 2/400 15458
/proc/meminfo: memFree=15173400/32951124 swapFree=67111348/67111528
[pid=15322] ppid=15320 vsize=511820 CPUtime=4002.38 cores=1,3,5,7
/proc/15322/stat : 15322 (qutersat_releas) R 15320 15322 14451 0 -1 4202496 97949 0 0 0 400219 19 0 0 25 0 1 0 647937523 524103680 93658 33554432000 4194304 6014671 140735648505568 18446744073709551615 4423518 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/15322/statm: 127955 93658 742 445 0 121500 0
Current children cumulated CPU time (s) 4002.38
Current children cumulated vsize (KiB) 511820

[startup+4062.3 s]
/proc/loadavg: 1.07 1.21 1.58 2/400 15460
/proc/meminfo: memFree=15173892/32951124 swapFree=67111348/67111528
[pid=15322] ppid=15320 vsize=511820 CPUtime=4062.39 cores=1,3,5,7
/proc/15322/stat : 15322 (qutersat_releas) R 15320 15322 14451 0 -1 4202496 98051 0 0 0 406220 19 0 0 25 0 1 0 647937523 524103680 93656 33554432000 4194304 6014671 140735648505568 18446744073709551615 4423518 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/15322/statm: 127955 93656 742 445 0 121500 0
Current children cumulated CPU time (s) 4062.39
Current children cumulated vsize (KiB) 511820

[startup+4122.3 s]
/proc/loadavg: 1.03 1.17 1.55 2/400 15462
/proc/meminfo: memFree=15173888/32951124 swapFree=67111348/67111528
[pid=15322] ppid=15320 vsize=511820 CPUtime=4122.38 cores=1,3,5,7
/proc/15322/stat : 15322 (qutersat_releas) R 15320 15322 14451 0 -1 4202496 98099 0 0 0 412219 19 0 0 25 0 1 0 647937523 524103680 93704 33554432000 4194304 6014671 140735648505568 18446744073709551615 4422683 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/15322/statm: 127955 93704 742 445 0 121500 0
Current children cumulated CPU time (s) 4122.38
Current children cumulated vsize (KiB) 511820

[startup+4182.32 s]
/proc/loadavg: 1.01 1.13 1.51 2/400 15463
/proc/meminfo: memFree=15174128/32951124 swapFree=67111348/67111528
[pid=15322] ppid=15320 vsize=511820 CPUtime=4182.4 cores=1,3,5,7
/proc/15322/stat : 15322 (qutersat_releas) R 15320 15322 14451 0 -1 4202496 98104 0 0 0 418221 19 0 0 25 0 1 0 647937523 524103680 93709 33554432000 4194304 6014671 140735648505568 18446744073709551615 4423518 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/15322/statm: 127955 93709 742 445 0 121500 0
Current children cumulated CPU time (s) 4182.4
Current children cumulated vsize (KiB) 511820

[startup+4242.3 s]
/proc/loadavg: 1.00 1.11 1.48 2/400 15465
/proc/meminfo: memFree=15182432/32951124 swapFree=67111348/67111528
[pid=15322] ppid=15320 vsize=511820 CPUtime=4242.39 cores=1,3,5,7
/proc/15322/stat : 15322 (qutersat_releas) R 15320 15322 14451 0 -1 4202496 98104 0 0 0 424220 19 0 0 25 0 1 0 647937523 524103680 91543 33554432000 4194304 6014671 140735648505568 18446744073709551615 4425460 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/15322/statm: 127955 91543 742 445 0 121500 0
Current children cumulated CPU time (s) 4242.39
Current children cumulated vsize (KiB) 511820

[startup+4302.3 s]
/proc/loadavg: 1.00 1.08 1.44 2/400 15470
/proc/meminfo: memFree=15182420/32951124 swapFree=67111348/67111528
[pid=15322] ppid=15320 vsize=511820 CPUtime=4302.39 cores=1,3,5,7
/proc/15322/stat : 15322 (qutersat_releas) R 15320 15322 14451 0 -1 4202496 98104 0 0 0 430219 20 0 0 25 0 1 0 647937523 524103680 91543 33554432000 4194304 6014671 140735648505568 18446744073709551615 4424123 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/15322/statm: 127955 91543 742 445 0 121500 0
Current children cumulated CPU time (s) 4302.39
Current children cumulated vsize (KiB) 511820

[startup+4362.3 s]
/proc/loadavg: 1.00 1.07 1.41 2/400 15471
/proc/meminfo: memFree=15182720/32951124 swapFree=67111348/67111528
[pid=15322] ppid=15320 vsize=511820 CPUtime=4362.4 cores=1,3,5,7
/proc/15322/stat : 15322 (qutersat_releas) R 15320 15322 14451 0 -1 4202496 98112 0 0 0 436220 20 0 0 25 0 1 0 647937523 524103680 91551 33554432000 4194304 6014671 140735648505568 18446744073709551615 4377016 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/15322/statm: 127955 91551 742 445 0 121500 0
Current children cumulated CPU time (s) 4362.4
Current children cumulated vsize (KiB) 511820

[startup+4422.3 s]
/proc/loadavg: 1.00 1.05 1.38 2/400 15473
/proc/meminfo: memFree=15182340/32951124 swapFree=67111348/67111528
[pid=15322] ppid=15320 vsize=511820 CPUtime=4422.4 cores=1,3,5,7
/proc/15322/stat : 15322 (qutersat_releas) R 15320 15322 14451 0 -1 4202496 98112 0 0 0 442220 20 0 0 25 0 1 0 647937523 524103680 91551 33554432000 4194304 6014671 140735648505568 18446744073709551615 4423640 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/15322/statm: 127955 91551 742 445 0 121500 0
Current children cumulated CPU time (s) 4422.4
Current children cumulated vsize (KiB) 511820

[startup+4482.3 s]
/proc/loadavg: 1.00 1.04 1.36 2/400 15474
/proc/meminfo: memFree=15182196/32951124 swapFree=67111348/67111528
[pid=15322] ppid=15320 vsize=511820 CPUtime=4482.4 cores=1,3,5,7
/proc/15322/stat : 15322 (qutersat_releas) R 15320 15322 14451 0 -1 4202496 98114 0 0 0 448220 20 0 0 25 0 1 0 647937523 524103680 91553 33554432000 4194304 6014671 140735648505568 18446744073709551615 4423518 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/15322/statm: 127955 91553 742 445 0 121500 0
Current children cumulated CPU time (s) 4482.4
Current children cumulated vsize (KiB) 511820

[startup+4542.3 s]
/proc/loadavg: 1.00 1.03 1.33 2/400 15476
/proc/meminfo: memFree=15182192/32951124 swapFree=67111348/67111528
[pid=15322] ppid=15320 vsize=511820 CPUtime=4542.4 cores=1,3,5,7
/proc/15322/stat : 15322 (qutersat_releas) R 15320 15322 14451 0 -1 4202496 98114 0 0 0 454220 20 0 0 25 0 1 0 647937523 524103680 91553 33554432000 4194304 6014671 140735648505568 18446744073709551615 4376749 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/15322/statm: 127955 91553 742 445 0 121500 0
Current children cumulated CPU time (s) 4542.4
Current children cumulated vsize (KiB) 511820

[startup+4602.3 s]
/proc/loadavg: 1.00 1.02 1.31 2/400 15477
/proc/meminfo: memFree=15181176/32951124 swapFree=67111348/67111528
[pid=15322] ppid=15320 vsize=511820 CPUtime=4602.4 cores=1,3,5,7
/proc/15322/stat : 15322 (qutersat_releas) R 15320 15322 14451 0 -1 4202496 98114 0 0 0 460220 20 0 0 25 0 1 0 647937523 524103680 91553 33554432000 4194304 6014671 140735648505568 18446744073709551615 4424320 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/15322/statm: 127955 91553 742 445 0 121500 0
Current children cumulated CPU time (s) 4602.4
Current children cumulated vsize (KiB) 511820

[startup+4662.3 s]
/proc/loadavg: 1.07 1.05 1.29 2/400 15479
/proc/meminfo: memFree=15181428/32951124 swapFree=67111348/67111528
[pid=15322] ppid=15320 vsize=511820 CPUtime=4662.4 cores=1,3,5,7
/proc/15322/stat : 15322 (qutersat_releas) R 15320 15322 14451 0 -1 4202496 98122 0 0 0 466220 20 0 0 25 0 1 0 647937523 524103680 91561 33554432000 4194304 6014671 140735648505568 18446744073709551615 4423508 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/15322/statm: 127955 91561 742 445 0 121500 0
Current children cumulated CPU time (s) 4662.4
Current children cumulated vsize (KiB) 511820

[startup+4722.3 s]
/proc/loadavg: 1.02 1.03 1.27 2/400 15481
/proc/meminfo: memFree=15182044/32951124 swapFree=67111348/67111528
[pid=15322] ppid=15320 vsize=511820 CPUtime=4722.42 cores=1,3,5,7
/proc/15322/stat : 15322 (qutersat_releas) R 15320 15322 14451 0 -1 4202496 98122 0 0 0 472222 20 0 0 25 0 1 0 647937523 524103680 91561 33554432000 4194304 6014671 140735648505568 18446744073709551615 4422683 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/15322/statm: 127955 91561 742 445 0 121500 0
Current children cumulated CPU time (s) 4722.42
Current children cumulated vsize (KiB) 511820

[startup+4782.3 s]
/proc/loadavg: 1.01 1.03 1.25 2/400 15482
/proc/meminfo: memFree=15182524/32951124 swapFree=67111348/67111528
[pid=15322] ppid=15320 vsize=511820 CPUtime=4782.4 cores=1,3,5,7
/proc/15322/stat : 15322 (qutersat_releas) R 15320 15322 14451 0 -1 4202496 98122 0 0 0 478220 20 0 0 25 0 1 0 647937523 524103680 91561 33554432000 4194304 6014671 140735648505568 18446744073709551615 4424288 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/15322/statm: 127955 91561 742 445 0 121500 0
Current children cumulated CPU time (s) 4782.4
Current children cumulated vsize (KiB) 511820

[startup+4842.32 s]
/proc/loadavg: 1.00 1.02 1.24 2/400 15484
/proc/meminfo: memFree=15181896/32951124 swapFree=67111348/67111528
[pid=15322] ppid=15320 vsize=511820 CPUtime=4842.42 cores=1,3,5,7
/proc/15322/stat : 15322 (qutersat_releas) R 15320 15322 14451 0 -1 4202496 98134 0 0 0 484222 20 0 0 25 0 1 0 647937523 524103680 91573 33554432000 4194304 6014671 140735648505568 18446744073709551615 4422687 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/15322/statm: 127955 91573 742 445 0 121500 0
Current children cumulated CPU time (s) 4842.42
Current children cumulated vsize (KiB) 511820

[startup+4902.3 s]
/proc/loadavg: 1.00 1.01 1.22 2/400 15485
/proc/meminfo: memFree=15182000/32951124 swapFree=67111348/67111528
[pid=15322] ppid=15320 vsize=511820 CPUtime=4902.41 cores=1,3,5,7
/proc/15322/stat : 15322 (qutersat_releas) R 15320 15322 14451 0 -1 4202496 98134 0 0 0 490221 20 0 0 25 0 1 0 647937523 524103680 91573 33554432000 4194304 6014671 140735648505568 18446744073709551615 4425392 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/15322/statm: 127955 91573 742 445 0 121500 0
Current children cumulated CPU time (s) 4902.41
Current children cumulated vsize (KiB) 511820

[startup+4962.3 s]
/proc/loadavg: 1.00 1.01 1.20 2/400 15487
/proc/meminfo: memFree=15182244/32951124 swapFree=67111348/67111528
[pid=15322] ppid=15320 vsize=511820 CPUtime=4962.41 cores=1,3,5,7
/proc/15322/stat : 15322 (qutersat_releas) R 15320 15322 14451 0 -1 4202496 98134 0 0 0 496221 20 0 0 25 0 1 0 647937523 524103680 91573 33554432000 4194304 6014671 140735648505568 18446744073709551615 4424206 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/15322/statm: 127955 91573 742 445 0 121500 0
Current children cumulated CPU time (s) 4962.41
Current children cumulated vsize (KiB) 511820



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 1.00 1.00 1.19 2/400 15488
/proc/meminfo: memFree=15182364/32951124 swapFree=67111348/67111528
[pid=15322] ppid=15320 vsize=511820 CPUtime=5000.02 cores=1,3,5,7
/proc/15322/stat : 15322 (qutersat_releas) R 15320 15322 14451 0 -1 4202496 98134 0 0 0 499982 20 0 0 25 0 1 0 647937523 524103680 91573 33554432000 4194304 6014671 140735648505568 18446744073709551615 4424006 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/15322/statm: 127955 91573 742 445 0 121500 0
Current children cumulated CPU time (s) 5000.02
Current children cumulated vsize (KiB) 511820

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): 4999.93
CPU time (s): 5000.05
CPU user time (s): 4999.83
CPU system time (s): 0.219966
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 511820

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4999.83
system time used= 0.219966
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 98138
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= 61873

runsolver used 18.0783 second user time and 45.6471 second system time

The end

Launcher Data

Begin job on node144 at 2011-05-16 16:13:34
IDJOB=3384502
IDBENCH=85991
IDSOLVER=1868
FILE ID=node144/3384502-1305555214
RUNJOBID= node144-1305555157-15274
PBS_JOBID= 13329209
Free space on /tmp= 73076 MiB

SOLVER NAME= QuteRSat 2011-05-12 (fixed)
BENCH NAME= SAT05/industrial/grieu05/vmpc/vmpc_36.renamed-as.sat05-1922.cnf
COMMAND LINE= qutersat_release BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3384502-1305555214/watcher-3384502-1305555214 -o /tmp/evaluation-result-3384502-1305555214/solver-3384502-1305555214 -C 5000 -W 5100 -M 15500  qutersat_release HOME/instance-3384502-1305555214.cnf 829977331

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

MD5SUM BENCH= c9c90d9af49f4c08c7262ecb9a0b2a3d
RANDOM SEED=829977331

node144.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.850
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.70
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.850
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.16
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.850
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.75
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.850
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.83
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.850
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.850
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.82
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.850
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.850
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.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      13154452 kB
Buffers:        327092 kB
Cached:        4295960 kB
SwapCached:          0 kB
Active:       16580220 kB
Inactive:      2847632 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      13154452 kB
SwapTotal:    67111528 kB
SwapFree:     67111348 kB
Dirty:          118160 kB
Writeback:           0 kB
AnonPages:    14804400 kB
Mapped:          37632 kB
Slab:           245436 kB
PageTables:      56536 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 115822596 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= 73284 MiB
End job on node144 at 2011-05-16 17:36:56