Trace number 3258252

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

General information on the benchmark

NameCRAFTED/rbsat/random/unforced/
rbsat-v1375c111739g4.cnf
MD5SUMb2f1edd9e4045a375bcfedb2d5e5bd0e
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark51.2682
Satisfiable
(Un)Satisfiability was proved
Number of variables1375
Number of clauses111739
Sum of the clauses size224743
Maximum clause length25
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2111684
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 555

Solver Data

0.00/0.00	c Set FPU double precision.
0.00/0.02	c Parse Cnf success: #var: 1375 #clause: 111739
0.00/0.02	c Find Units :          0
0.00/0.03	c Find Invs  :          0
0.00/0.03	c Find Ands  :       1375 AvgFaninNum: 24
0.00/0.03	c Find Xors  :          0 AvgFaninNum: nan
0.00/0.03	c Find Ite   :          0
0.00/0.03	c UnDirect variable: 0
0.00/0.03	c UnDirect to Direct Gate: 0
0.00/0.03	c Forced Direct Gate: 0 Unuse unDirect Gate: 0
0.00/0.03	c Break Cycle : 1320
0.00/0.03	c Total Root : 0 Undef Var: 1320
0.00/0.03	c After covering, Total Root: 55 Leaf: 1320
0.00/0.03	c Variable( cover/uncovered/unused ): 1375 0 0
0.00/0.03	c Unit Clauses: 0
0.00/0.03	c Binary Clauses( cover/uncovered ): 1320 105525
0.00/0.03	c Clauses( cover/uncovered ): 55 0
0.00/0.03	c Total Clauses( cover/uncovered ): 1375 105525 1.28625%
0.00/0.03	c Covered Ands: 55 Invs: 0 Xors: 0 Ites: 0
0.00/0.07	c Uncover Clauses avg size: 2 max size: 2
0.00/0.08	c Final circuit: i/l/o/s    1320       0  105525    106790
0.00/0.08	c CnfToAig: Time: 0.07 s
0.09/0.14	c TmMap: Set choices finish.
0.09/0.18	c TmMap: Set big and: 105580
0.09/0.18	c TmMap: Origin: 108111 ClauseNum: 320370 --> New: 106901 ClauseNum: 317950
0.09/0.18	c TmMap: Time: 0.04
0.19/0.20	c Try to Add: #clause: 211160 #xorclause: 0
0.19/0.21	c #var: 1375 #clauses: 56 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-3258252-1303475705/watcher-3258252-1303475705 -o /tmp/evaluation-result-3258252-1303475705/solver-3258252-1303475705 -C 2400 -W 1300 -M 7680 qutersat_release HOME/instance-3258252-1303475705.cnf 1431795425 

running on 2 cores: 1,3

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


[startup+0 s]
/proc/loadavg: 1.42 3.10 3.48 3/176 2341
/proc/meminfo: memFree=13928824/32951124 swapFree=67111528/67111528
[pid=2341] ppid=2339 vsize=28644 CPUtime=0 cores=1,3
/proc/2341/stat : 2341 (qutersat_releas) R 2339 2341 1112 0 -1 4202496 679 0 0 0 0 0 0 0 18 0 1 0 459172827 29331456 614 33554432000 4194304 6016207 140734518717680 18446744073709551615 212435711035 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/2341/statm: 7161 626 289 445 0 705 0

[startup+0.0825349 s]
/proc/loadavg: 1.42 3.10 3.48 3/176 2341
/proc/meminfo: memFree=13928824/32951124 swapFree=67111528/67111528
[pid=2341] ppid=2339 vsize=43116 CPUtime=0.07 cores=1,3
/proc/2341/stat : 2341 (qutersat_releas) R 2339 2341 1112 0 -1 4202496 4570 0 0 0 7 0 0 0 18 0 1 0 459172827 44150784 4504 33554432000 4194304 6016207 140734518717680 18446744073709551615 4778135 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/2341/statm: 10779 4504 400 445 0 4323 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 43116

[startup+0.100537 s]
/proc/loadavg: 1.42 3.10 3.48 3/176 2341
/proc/meminfo: memFree=13928824/32951124 swapFree=67111528/67111528
[pid=2341] ppid=2339 vsize=54284 CPUtime=0.09 cores=1,3
/proc/2341/stat : 2341 (qutersat_releas) R 2339 2341 1112 0 -1 4202496 7542 0 0 0 9 0 0 0 18 0 1 0 459172827 55586816 7476 33554432000 4194304 6016207 140734518717680 18446744073709551615 4326786 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/2341/statm: 13571 7476 670 445 0 7115 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 54284

[startup+0.30051 s]
/proc/loadavg: 1.42 3.10 3.48 3/176 2341
/proc/meminfo: memFree=13928824/32951124 swapFree=67111528/67111528
[pid=2341] ppid=2339 vsize=74356 CPUtime=0.29 cores=1,3
/proc/2341/stat : 2341 (qutersat_releas) R 2339 2341 1112 0 -1 4202496 12560 0 0 0 28 1 0 0 18 0 1 0 459172827 76140544 12494 33554432000 4194304 6016207 140734518717680 18446744073709551615 4536862 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/2341/statm: 18589 12494 709 445 0 12133 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 74356

[startup+0.700421 s]
/proc/loadavg: 1.42 3.10 3.48 3/176 2341
/proc/meminfo: memFree=13928824/32951124 swapFree=67111528/67111528
[pid=2341] ppid=2339 vsize=83684 CPUtime=0.69 cores=1,3
/proc/2341/stat : 2341 (qutersat_releas) R 2339 2341 1112 0 -1 4202496 12878 0 0 0 68 1 0 0 18 0 1 0 459172827 85692416 12812 33554432000 4194304 6016207 140734518717680 18446744073709551615 4380298 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/2341/statm: 20921 12812 718 445 0 14465 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 83684

[startup+1.50027 s]
/proc/loadavg: 1.42 3.10 3.48 5/190 2363
/proc/meminfo: memFree=13609248/32951124 swapFree=67111528/67111528
[pid=2341] ppid=2339 vsize=103228 CPUtime=1.49 cores=1,3
/proc/2341/stat : 2341 (qutersat_releas) R 2339 2341 1112 0 -1 4202496 14110 0 0 0 148 1 0 0 19 0 1 0 459172827 105705472 14044 33554432000 4194304 6016207 140734518717680 18446744073709551615 4429850 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/2341/statm: 25807 14044 718 445 0 19351 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 103228

[startup+3.10096 s]
/proc/loadavg: 1.42 3.10 3.48 5/190 2363
/proc/meminfo: memFree=13603660/32951124 swapFree=67111528/67111528
[pid=2341] ppid=2339 vsize=103228 CPUtime=3.09 cores=1,3
/proc/2341/stat : 2341 (qutersat_releas) R 2339 2341 1112 0 -1 4202496 14381 0 0 0 308 1 0 0 25 0 1 0 459172827 105705472 14315 33554432000 4194304 6016207 140734518717680 18446744073709551615 4538716 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/2341/statm: 25807 14315 727 445 0 19351 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 103228

[startup+6.30036 s]
/proc/loadavg: 1.70 3.14 3.49 5/190 2363
/proc/meminfo: memFree=13594456/32951124 swapFree=67111528/67111528
[pid=2341] ppid=2339 vsize=113060 CPUtime=6.29 cores=1,3
/proc/2341/stat : 2341 (qutersat_releas) R 2339 2341 1112 0 -1 4202496 14802 0 0 0 628 1 0 0 25 0 1 0 459172827 115773440 14736 33554432000 4194304 6016207 140734518717680 18446744073709551615 4538721 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/2341/statm: 28265 14736 727 445 0 21809 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 113060

[startup+12.7001 s]
/proc/loadavg: 1.97 3.17 3.49 5/190 2363
/proc/meminfo: memFree=13570432/32951124 swapFree=67111528/67111528
[pid=2341] ppid=2339 vsize=113060 CPUtime=12.69 cores=1,3
/proc/2341/stat : 2341 (qutersat_releas) R 2339 2341 1112 0 -1 4202496 16554 0 0 0 1268 1 0 0 25 0 1 0 459172827 115773440 16488 33554432000 4194304 6016207 140734518717680 18446744073709551615 4425619 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/2341/statm: 28265 16488 727 445 0 21809 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 113060

[startup+25.5007 s]
/proc/loadavg: 2.42 3.21 3.50 5/190 2363
/proc/meminfo: memFree=13516632/32951124 swapFree=67111528/67111528
[pid=2341] ppid=2339 vsize=122924 CPUtime=25.49 cores=1,3
/proc/2341/stat : 2341 (qutersat_releas) R 2339 2341 1112 0 -1 4202496 18754 0 0 0 2548 1 0 0 25 0 1 0 459172827 125874176 18688 33554432000 4194304 6016207 140734518717680 18446744073709551615 4425626 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/2341/statm: 30731 18688 727 445 0 24275 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 122924

[startup+51.1009 s]
/proc/loadavg: 2.96 3.27 3.51 5/190 2364
/proc/meminfo: memFree=13453572/32951124 swapFree=67111528/67111528
[pid=2341] ppid=2339 vsize=144004 CPUtime=51.09 cores=1,3
/proc/2341/stat : 2341 (qutersat_releas) R 2339 2341 1112 0 -1 4202496 23151 0 0 0 5107 2 0 0 25 0 1 0 459172827 147460096 23073 33554432000 4194304 6016207 140734518717680 18446744073709551615 4425643 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/2341/statm: 36001 23073 727 445 0 29545 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 144004

[startup+102.307 s]
/proc/loadavg: 3.55 3.38 3.54 5/190 2366
/proc/meminfo: memFree=13319744/32951124 swapFree=67111528/67111528
[pid=2341] ppid=2339 vsize=154992 CPUtime=102.3 cores=1,3
/proc/2341/stat : 2341 (qutersat_releas) R 2339 2341 1112 0 -1 4202496 27997 0 0 0 10227 3 0 0 25 0 1 0 459172827 158711808 27913 33554432000 4194304 6016207 140734518717680 18446744073709551615 4425987 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/2341/statm: 38748 27913 727 445 0 32292 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 154992

[startup+162.301 s]
/proc/loadavg: 3.83 3.49 3.56 5/190 2367
/proc/meminfo: memFree=13246412/32951124 swapFree=67111528/67111528
[pid=2341] ppid=2339 vsize=178900 CPUtime=162.3 cores=1,3
/proc/2341/stat : 2341 (qutersat_releas) R 2339 2341 1112 0 -1 4202496 32932 0 0 0 16225 5 0 0 25 0 1 0 459172827 183193600 32848 33554432000 4194304 6016207 140734518717680 18446744073709551615 4380188 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/2341/statm: 44725 32848 731 445 0 38269 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 178900

[startup+222.3 s]
/proc/loadavg: 3.94 3.58 3.59 5/190 2369
/proc/meminfo: memFree=13170368/32951124 swapFree=67111528/67111528
[pid=2341] ppid=2339 vsize=178900 CPUtime=222.29 cores=1,3
/proc/2341/stat : 2341 (qutersat_releas) R 2339 2341 1112 0 -1 4202496 35144 0 0 0 22224 5 0 0 25 0 1 0 459172827 183193600 35056 33554432000 4194304 6016207 140734518717680 18446744073709551615 4536896 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/2341/statm: 44725 35056 727 445 0 38269 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 178900

[startup+282.301 s]
/proc/loadavg: 3.97 3.65 3.61 5/190 2370
/proc/meminfo: memFree=13094716/32951124 swapFree=67111528/67111528
[pid=2341] ppid=2339 vsize=281568 CPUtime=282.3 cores=1,3
/proc/2341/stat : 2341 (qutersat_releas) R 2339 2341 1112 0 -1 4202496 45687 0 0 0 28222 8 0 0 25 0 1 0 459172827 288325632 45535 33554432000 4194304 6016207 140734518717680 18446744073709551615 4425705 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/2341/statm: 70392 45535 727 445 0 63936 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 281568

[startup+342.301 s]
/proc/loadavg: 3.99 3.71 3.63 5/190 2372
/proc/meminfo: memFree=13089604/32951124 swapFree=67111528/67111528
[pid=2341] ppid=2339 vsize=281568 CPUtime=342.3 cores=1,3
/proc/2341/stat : 2341 (qutersat_releas) R 2339 2341 1112 0 -1 4202496 46871 0 0 0 34222 8 0 0 25 0 1 0 459172827 288325632 45427 33554432000 4194304 6016207 140734518717680 18446744073709551615 4814981 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/2341/statm: 70392 45427 727 445 0 63936 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 281568

[startup+402.3 s]
/proc/loadavg: 4.07 3.78 3.66 5/190 2374
/proc/meminfo: memFree=13041088/32951124 swapFree=67111528/67111528
[pid=2341] ppid=2339 vsize=336632 CPUtime=402.31 cores=1,3
/proc/2341/stat : 2341 (qutersat_releas) R 2339 2341 1112 0 -1 4202496 49021 0 0 0 40222 9 0 0 25 0 1 0 459172827 344711168 47577 33554432000 4194304 6016207 140734518717680 18446744073709551615 4425467 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/2341/statm: 84158 47577 727 445 0 77702 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 336632

[startup+462.301 s]
/proc/loadavg: 4.03 3.82 3.68 5/190 2375
/proc/meminfo: memFree=13014508/32951124 swapFree=67111528/67111528
[pid=2341] ppid=2339 vsize=336632 CPUtime=462.31 cores=1,3
/proc/2341/stat : 2341 (qutersat_releas) R 2339 2341 1112 0 -1 4202496 56357 0 0 0 46221 10 0 0 25 0 1 0 459172827 344711168 54913 33554432000 4194304 6016207 140734518717680 18446744073709551615 4380487 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/2341/statm: 84158 54913 727 445 0 77702 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 336632

[startup+522.301 s]
/proc/loadavg: 4.08 3.86 3.70 5/190 2377
/proc/meminfo: memFree=12919984/32951124 swapFree=67111528/67111528
[pid=2341] ppid=2339 vsize=336632 CPUtime=522.31 cores=1,3
/proc/2341/stat : 2341 (qutersat_releas) R 2339 2341 1112 0 -1 4202496 57312 0 0 0 52221 10 0 0 25 0 1 0 459172827 344711168 55868 33554432000 4194304 6016207 140734518717680 18446744073709551615 4424229 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/2341/statm: 84158 55868 727 445 0 77702 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 336632

[startup+582.3 s]
/proc/loadavg: 4.03 3.89 3.72 5/190 2378
/proc/meminfo: memFree=12896016/32951124 swapFree=67111528/67111528
[pid=2341] ppid=2339 vsize=336632 CPUtime=582.31 cores=1,3
/proc/2341/stat : 2341 (qutersat_releas) R 2339 2341 1112 0 -1 4202496 57327 0 0 0 58221 10 0 0 25 0 1 0 459172827 344711168 55883 33554432000 4194304 6016207 140734518717680 18446744073709551615 4425486 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/2341/statm: 84158 55883 727 445 0 77702 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 336632

[startup+642.301 s]
/proc/loadavg: 4.01 3.90 3.73 5/190 2380
/proc/meminfo: memFree=12826036/32951124 swapFree=67111528/67111528
[pid=2341] ppid=2339 vsize=336632 CPUtime=642.31 cores=1,3
/proc/2341/stat : 2341 (qutersat_releas) R 2339 2341 1112 0 -1 4202496 58459 0 0 0 64221 10 0 0 25 0 1 0 459172827 344711168 56903 33554432000 4194304 6016207 140734518717680 18446744073709551615 4425476 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/2341/statm: 84158 56903 749 445 0 77702 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 336632

[startup+702.301 s]
/proc/loadavg: 4.00 3.92 3.74 5/190 2382
/proc/meminfo: memFree=12783088/32951124 swapFree=67111528/67111528
[pid=2341] ppid=2339 vsize=336632 CPUtime=702.31 cores=1,3
/proc/2341/stat : 2341 (qutersat_releas) R 2339 2341 1112 0 -1 4202496 58475 0 0 0 70221 10 0 0 25 0 1 0 459172827 344711168 56919 33554432000 4194304 6016207 140734518717680 18446744073709551615 4380836 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/2341/statm: 84158 56919 749 445 0 77702 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 336632

[startup+762.307 s]
/proc/loadavg: 4.00 3.93 3.75 5/190 2383
/proc/meminfo: memFree=12750812/32951124 swapFree=67111528/67111528
[pid=2341] ppid=2339 vsize=336632 CPUtime=762.33 cores=1,3
/proc/2341/stat : 2341 (qutersat_releas) R 2339 2341 1112 0 -1 4202496 58492 0 0 0 76222 11 0 0 25 0 1 0 459172827 344711168 56936 33554432000 4194304 6016207 140734518717680 18446744073709551615 4425530 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/2341/statm: 84158 56936 749 445 0 77702 0
Current children cumulated CPU time (s) 762.33
Current children cumulated vsize (KiB) 336632

[startup+822.301 s]
/proc/loadavg: 4.07 3.96 3.77 5/190 2385
/proc/meminfo: memFree=12671916/32951124 swapFree=67111528/67111528
[pid=2341] ppid=2339 vsize=399968 CPUtime=822.32 cores=1,3
/proc/2341/stat : 2341 (qutersat_releas) R 2339 2341 1112 0 -1 4202496 63995 0 0 0 82220 12 0 0 25 0 1 0 459172827 409567232 62439 33554432000 4194304 6016207 140734518717680 18446744073709551615 4425530 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/2341/statm: 99992 62439 749 445 0 93536 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 399968

[startup+882.301 s]
/proc/loadavg: 4.02 3.96 3.78 5/190 2386
/proc/meminfo: memFree=12634696/32951124 swapFree=67111528/67111528
[pid=2341] ppid=2339 vsize=399968 CPUtime=882.32 cores=1,3
/proc/2341/stat : 2341 (qutersat_releas) R 2339 2341 1112 0 -1 4202496 66772 0 0 0 88219 13 0 0 25 0 1 0 459172827 409567232 65205 33554432000 4194304 6016207 140734518717680 18446744073709551615 4425671 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/2341/statm: 99992 65205 738 445 0 93536 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 399968

[startup+942.3 s]
/proc/loadavg: 4.01 3.97 3.80 5/190 2388
/proc/meminfo: memFree=12579348/32951124 swapFree=67111528/67111528
[pid=2341] ppid=2339 vsize=464688 CPUtime=942.32 cores=1,3
/proc/2341/stat : 2341 (qutersat_releas) R 2339 2341 1112 0 -1 4202496 78356 0 0 0 94217 15 0 0 25 0 1 0 459172827 475840512 76789 33554432000 4194304 6016207 140734518717680 18446744073709551615 4425530 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/2341/statm: 116172 76789 738 445 0 109716 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 464688

[startup+1002.3 s]
/proc/loadavg: 4.00 3.97 3.81 5/190 2390
/proc/meminfo: memFree=12562448/32951124 swapFree=67111528/67111528
[pid=2341] ppid=2339 vsize=530252 CPUtime=1002.33 cores=1,3
/proc/2341/stat : 2341 (qutersat_releas) R 2339 2341 1112 0 -1 4202496 78741 0 0 0 100217 16 0 0 25 0 1 0 459172827 542978048 77174 33554432000 4194304 6016207 140734518717680 18446744073709551615 4424309 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/2341/statm: 132563 77174 738 445 0 126107 0
Current children cumulated CPU time (s) 1002.33
Current children cumulated vsize (KiB) 530252

[startup+1062.3 s]
/proc/loadavg: 4.00 3.97 3.82 5/190 2391
/proc/meminfo: memFree=12578648/32951124 swapFree=67111528/67111528
[pid=2341] ppid=2339 vsize=530252 CPUtime=1062.33 cores=1,3
/proc/2341/stat : 2341 (qutersat_releas) R 2339 2341 1112 0 -1 4202496 80584 0 0 0 106217 16 0 0 25 0 1 0 459172827 542978048 79015 33554432000 4194304 6016207 140734518717680 18446744073709551615 4379970 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/2341/statm: 132563 79015 738 445 0 126107 0
Current children cumulated CPU time (s) 1062.33
Current children cumulated vsize (KiB) 530252

[startup+1122.3 s]
/proc/loadavg: 4.04 3.99 3.83 5/190 2394
/proc/meminfo: memFree=12535968/32951124 swapFree=67111528/67111528
[pid=2341] ppid=2339 vsize=530252 CPUtime=1122.33 cores=1,3
/proc/2341/stat : 2341 (qutersat_releas) R 2339 2341 1112 0 -1 4202496 80590 0 0 0 112217 16 0 0 25 0 1 0 459172827 542978048 79021 33554432000 4194304 6016207 140734518717680 18446744073709551615 4424219 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/2341/statm: 132563 79021 738 445 0 126107 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 530252

[startup+1182.3 s]
/proc/loadavg: 4.01 3.99 3.84 5/190 2395
/proc/meminfo: memFree=12499724/32951124 swapFree=67111528/67111528
[pid=2341] ppid=2339 vsize=530252 CPUtime=1182.34 cores=1,3
/proc/2341/stat : 2341 (qutersat_releas) R 2339 2341 1112 0 -1 4202496 83631 0 0 0 118217 17 0 0 25 0 1 0 459172827 542978048 82024 33554432000 4194304 6016207 140734518717680 18446744073709551615 4425534 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/2341/statm: 132563 82024 730 445 0 126107 0
Current children cumulated CPU time (s) 1182.34
Current children cumulated vsize (KiB) 530252

[startup+1242.3 s]
/proc/loadavg: 4.00 3.99 3.84 5/190 2397
/proc/meminfo: memFree=12432364/32951124 swapFree=67111528/67111528
[pid=2341] ppid=2339 vsize=530252 CPUtime=1242.34 cores=1,3
/proc/2341/stat : 2341 (qutersat_releas) R 2339 2341 1112 0 -1 4202496 83803 0 0 0 124217 17 0 0 25 0 1 0 459172827 542978048 82161 33554432000 4194304 6016207 140734518717680 18446744073709551615 4425705 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/2341/statm: 132563 82161 730 445 0 126107 0
Current children cumulated CPU time (s) 1242.34
Current children cumulated vsize (KiB) 530252



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.00 3.99 3.85 5/190 2398
/proc/meminfo: memFree=12415220/32951124 swapFree=67111528/67111528
[pid=2341] ppid=2339 vsize=530252 CPUtime=1300.04 cores=1,3
/proc/2341/stat : 2341 (qutersat_releas) R 2339 2341 1112 0 -1 4202496 84157 0 0 0 129987 17 0 0 25 0 1 0 459172827 542978048 82486 33554432000 4194304 6016207 140734518717680 18446744073709551615 4425728 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/2341/statm: 132563 82486 730 445 0 126107 0
Current children cumulated CPU time (s) 1300.04
Current children cumulated vsize (KiB) 530252

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

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

Child status: 1
Real time (s): 1300.02
CPU time (s): 1300.07
CPU user time (s): 1299.88
CPU system time (s): 0.19097
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 530252

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

runsolver used 2.07069 second user time and 5.02724 second system time

The end

Launcher Data

Begin job on node102 at 2011-04-22 14:35:05
IDJOB=3258252
IDBENCH=71317
IDSOLVER=1607
FILE ID=node102/3258252-1303475705
RUNJOBID= node102-1303475705-2322
PBS_JOBID= 13107187
Free space on /tmp= 70928 MiB

SOLVER NAME= QuteRSat 2011-03-01
BENCH NAME= SAT09/CRAFTED/rbsat/random/unforced/rbsat-v1375c111739g4.cnf
COMMAND LINE= qutersat_release BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3258252-1303475705/watcher-3258252-1303475705 -o /tmp/evaluation-result-3258252-1303475705/solver-3258252-1303475705 -C 2400 -W 1300 -M 7680  qutersat_release HOME/instance-3258252-1303475705.cnf 1431795425

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

MD5SUM BENCH= b2f1edd9e4045a375bcfedb2d5e5bd0e
RANDOM SEED=1431795425

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

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.828
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.828
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.828
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:      13929104 kB
Buffers:       1209228 kB
Cached:       17210784 kB
SwapCached:          0 kB
Active:        8997288 kB
Inactive:      9488064 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      13929104 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            5568 kB
Writeback:           0 kB
AnonPages:       65188 kB
Mapped:          14492 kB
Slab:           473556 kB
PageTables:       5500 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   198480 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= 70912 MiB
End job on node102 at 2011-04-22 14:56:47