Trace number 3376954

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)? (MO) 1242.58 1242.55

General information on the benchmark

Namevelev-npe-1.0-9dlx-b71.cnf
MD5SUM75d91f0ba4398ccb5b452707c0e7fa27
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark20.3769
Satisfiable
(Un)Satisfiability was proved
Number of variables889302
Number of clauses14582074
Sum of the clauses size42006170
Maximum clause length5391
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 212803954
Number of clauses of size 3913633
Number of clauses of size 418493
Number of clauses of size 536153
Number of clauses of size over 5809840

Solver Data

0.00/0.01	c Set FPU double precision.
7.81/7.83	c Parse Cnf success: #var: 889302 #clause: 14582074
7.81/7.83	c Find Units :          1
8.99/9.07	c Find Invs  :          1
12.10/12.20	c Find Ands  :     870231 AvgFaninNum: 14.7139
12.20/12.28	c Find Xors  :          0 AvgFaninNum: nan
12.28/12.39	c Find Ite   :       2329
13.08/13.12	c UnDirect variable: 0
13.08/13.12	c UnDirect to Direct Gate: 1
13.08/13.12	c Forced Direct Gate: 0 Unuse unDirect Gate: 0
13.30/13.39	c Break Cycle : 70
13.30/13.39	c Total Root : 1 Undef Var: 17016
19.68/19.72	c After covering, Total Root: 52 Leaf: 16064
19.68/19.72	c Variable( cover/uncovered/unused ): 888350 952 0
19.68/19.72	c Unit Clauses: 1
19.68/19.72	c Binary Clauses( cover/uncovered ): 12803763 191
19.68/19.72	c Clauses( cover/uncovered ): 879272 898847
19.68/19.72	c Total Clauses( cover/uncovered ): 13683036 899038 93.8346%
19.68/19.72	c Covered Ands: 869956 Invs: 1 Xors: 0 Ites: 2329
20.38/20.46	c Uncover Clauses avg size: 2.99985 max size: 6
20.48/20.50	c Final circuit: i/l/o/s   17016       0  899039   7389385
20.48/20.50	c CnfToAig: Time: 20.49 s
38.19/38.22	c TmMap: Set choices finish.
41.09/41.14	c TmMap: Set big and: 1873738
41.09/41.14	c TmMap: Origin: 7406402 ClauseNum: 22168155 --> New: 2275910 ClauseNum: 11634797
41.09/41.14	c TmMap: Time: 4.89
42.39/42.44	c Try to Add: #clause: 5694284 #xorclause: 0
44.99/45.00	c #var: 1376870 #clauses: 3280406 Solving... 
1242.35/1242.31	c Time Out !!
1242.35/1242.31	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-3376954-1305468074/watcher-3376954-1305468074 -o /tmp/evaluation-result-3376954-1305468074/solver-3376954-1305468074 -C 2400 -W 1300 -M 7680 qutersat_release HOME/instance-3376954-1305468074.cnf 1702371864 

running on 2 cores: 1,3

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


[startup+0 s]
/proc/loadavg: 3.79 4.42 5.72 5/448 29709
/proc/meminfo: memFree=22357440/32950928 swapFree=38710900/67111528
[pid=29709] ppid=29707 vsize=53208 CPUtime=0 cores=1,3
/proc/29709/stat : 29709 (qutersat_releas) R 29707 29709 29649 0 -1 4202496 7052 0 0 0 0 0 0 0 22 0 1 0 737039217 54484992 6988 33554432000 4194304 6014671 140734692092128 18446744073709551615 4277980 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/29709/statm: 13302 6988 378 445 0 6847 0

[startup+0.108151 s]
/proc/loadavg: 3.79 4.42 5.72 5/448 29709
/proc/meminfo: memFree=22357440/32950928 swapFree=38710900/67111528
[pid=29709] ppid=29707 vsize=78296 CPUtime=0.09 cores=1,3
/proc/29709/stat : 29709 (qutersat_releas) R 29707 29709 29649 0 -1 4202496 12437 0 0 0 8 1 0 0 23 0 1 0 737039217 80175104 12374 33554432000 4194304 6014671 140734692092128 18446744073709551615 4307704 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/29709/statm: 19574 12401 378 445 0 13119 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 78296

[startup+0.201119 s]
/proc/loadavg: 3.79 4.42 5.72 5/448 29709
/proc/meminfo: memFree=22357440/32950928 swapFree=38710900/67111528
[pid=29709] ppid=29707 vsize=86488 CPUtime=0.18 cores=1,3
/proc/29709/stat : 29709 (qutersat_releas) R 29707 29709 29649 0 -1 4202496 14499 0 0 0 17 1 0 0 23 0 1 0 737039217 88563712 14435 33554432000 4194304 6014671 140734692092128 18446744073709551615 4308243 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/29709/statm: 21622 14435 378 445 0 15167 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 86488

[startup+0.301105 s]
/proc/loadavg: 3.79 4.42 5.72 5/448 29709
/proc/meminfo: memFree=22357440/32950928 swapFree=38710900/67111528
[pid=29709] ppid=29707 vsize=103000 CPUtime=0.29 cores=1,3
/proc/29709/stat : 29709 (qutersat_releas) R 29707 29709 29649 0 -1 4202496 18952 0 0 0 27 2 0 0 23 0 1 0 737039217 105472000 18888 33554432000 4194304 6014671 140734692092128 18446744073709551615 4803069 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/29709/statm: 25750 18888 378 445 0 19295 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 103000

[startup+0.701031 s]
/proc/loadavg: 3.79 4.42 5.72 5/448 29709
/proc/meminfo: memFree=22357440/32950928 swapFree=38710900/67111528
[pid=29709] ppid=29707 vsize=152280 CPUtime=0.68 cores=1,3
/proc/29709/stat : 29709 (qutersat_releas) R 29707 29709 29649 0 -1 4202496 31077 0 0 0 64 4 0 0 25 0 1 0 737039217 155934720 31013 33554432000 4194304 6014671 140734692092128 18446744073709551615 4277980 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/29709/statm: 38070 31013 378 445 0 31615 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 152280

[startup+1.50088 s]
/proc/loadavg: 3.79 4.42 5.72 5/449 29710
/proc/meminfo: memFree=22115140/32950928 swapFree=38710900/67111528
[pid=29709] ppid=29707 vsize=250968 CPUtime=1.48 cores=1,3
/proc/29709/stat : 29709 (qutersat_releas) R 29707 29709 29649 0 -1 4202496 55081 0 0 0 140 8 0 0 25 0 1 0 737039217 256991232 55017 33554432000 4194304 6014671 140734692092128 18446744073709551615 4277980 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/29709/statm: 62742 55017 378 445 0 56287 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 250968

[startup+3.10058 s]
/proc/loadavg: 3.79 4.42 5.72 5/449 29710
/proc/meminfo: memFree=21935340/32950928 swapFree=38710900/67111528
[pid=29709] ppid=29707 vsize=448856 CPUtime=3.08 cores=1,3
/proc/29709/stat : 29709 (qutersat_releas) R 29707 29709 29649 0 -1 4202496 102898 0 0 0 292 16 0 0 25 0 1 0 737039217 459628544 102834 33554432000 4194304 6014671 140734692092128 18446744073709551615 4310496 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/29709/statm: 112214 102835 378 445 0 105759 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 448856

[startup+6.30099 s]
/proc/loadavg: 3.89 4.43 5.71 5/449 29710
/proc/meminfo: memFree=21549908/32950928 swapFree=38710900/67111528
[pid=29709] ppid=29707 vsize=843992 CPUtime=6.29 cores=1,3
/proc/29709/stat : 29709 (qutersat_releas) R 29707 29709 29649 0 -1 4202496 213963 0 0 0 598 31 0 0 25 0 1 0 737039217 864247808 197515 33554432000 4194304 6014671 140734692092128 18446744073709551615 4277980 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/29709/statm: 210998 197515 378 445 0 204543 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 843992

[startup+12.7008 s]
/proc/loadavg: 3.89 4.43 5.71 5/449 29710
/proc/meminfo: memFree=21135260/32950928 swapFree=38710900/67111528
[pid=29709] ppid=29707 vsize=1079000 CPUtime=12.68 cores=1,3
/proc/29709/stat : 29709 (qutersat_releas) R 29707 29709 29649 0 -1 4202496 275193 0 0 0 1229 39 0 0 25 0 1 0 737039217 1104896000 258745 33554432000 4194304 6014671 140734692092128 18446744073709551615 4808232 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/29709/statm: 269750 258745 395 445 0 263295 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 1079000

[startup+25.5004 s]
/proc/loadavg: 3.92 4.40 5.68 5/449 29738
/proc/meminfo: memFree=20417568/32950928 swapFree=38710900/67111528
[pid=29709] ppid=29707 vsize=1799060 CPUtime=25.49 cores=1,3
/proc/29709/stat : 29709 (qutersat_releas) R 29707 29709 29649 0 -1 4202496 460310 0 0 0 2490 59 0 0 25 0 1 0 737039217 1842237440 443862 33554432000 4194304 6014671 140734692092128 18446744073709551615 4257600 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/29709/statm: 449765 443862 668 445 0 443310 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 1799060

[startup+51.1007 s]
/proc/loadavg: 3.94 4.37 5.63 5/449 29738
/proc/meminfo: memFree=18045732/32950928 swapFree=38710900/67111528
[pid=29709] ppid=29707 vsize=3797560 CPUtime=51.09 cores=1,3
/proc/29709/stat : 29709 (qutersat_releas) R 29707 29709 29649 0 -1 4202496 945806 0 0 0 4999 110 0 0 25 0 1 0 737039217 3888701440 928429 33554432000 4194304 6014671 140734692092128 18446744073709551615 4666544 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/29709/statm: 949390 928429 701 445 0 942935 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 3797560

[startup+102.301 s]
/proc/loadavg: 4.13 4.34 5.55 5/449 29740
/proc/meminfo: memFree=17682988/32950928 swapFree=38710900/67111528
[pid=29709] ppid=29707 vsize=3797560 CPUtime=102.31 cores=1,3
/proc/29709/stat : 29709 (qutersat_releas) R 29707 29709 29649 0 -1 4202496 945858 0 0 0 10121 110 0 0 25 0 1 0 737039217 3888701440 925921 33554432000 4194304 6014671 140734692092128 18446744073709551615 4423853 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/29709/statm: 949390 925921 719 445 0 942935 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 3797560

[startup+162.301 s]
/proc/loadavg: 4.19 4.31 5.46 5/449 29795
/proc/meminfo: memFree=17247532/32950928 swapFree=38710900/67111528
[pid=29709] ppid=29707 vsize=3797560 CPUtime=162.29 cores=1,3
/proc/29709/stat : 29709 (qutersat_releas) R 29707 29709 29649 0 -1 4202496 947550 0 0 0 16119 110 0 0 25 0 1 0 737039217 3888701440 927613 33554432000 4194304 6014671 140734692092128 18446744073709551615 4422652 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/29709/statm: 949390 927613 719 445 0 942935 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 3797560

[startup+222.317 s]
/proc/loadavg: 4.40 4.34 5.40 5/449 29797
/proc/meminfo: memFree=13486612/32950928 swapFree=38710900/67111528
[pid=29709] ppid=29707 vsize=3797560 CPUtime=222.31 cores=1,3
/proc/29709/stat : 29709 (qutersat_releas) R 29707 29709 29649 0 -1 4202496 947551 0 0 0 22121 110 0 0 25 0 1 0 737039217 3888701440 927614 33554432000 4194304 6014671 140734692092128 18446744073709551615 4424094 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/29709/statm: 949390 927614 720 445 0 942935 0
Current children cumulated CPU time (s) 222.31
Current children cumulated vsize (KiB) 3797560

[startup+282.301 s]
/proc/loadavg: 4.30 4.32 5.33 6/449 29826
/proc/meminfo: memFree=16547176/32950928 swapFree=38710900/67111528
[pid=29709] ppid=29707 vsize=3797560 CPUtime=282.3 cores=1,3
/proc/29709/stat : 29709 (qutersat_releas) R 29707 29709 29649 0 -1 4202496 947555 0 0 0 28120 110 0 0 25 0 1 0 737039217 3888701440 927618 33554432000 4194304 6014671 140734692092128 18446744073709551615 4423856 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/29709/statm: 949390 927618 724 445 0 942935 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 3797560

[startup+342.301 s]
/proc/loadavg: 4.11 4.26 5.24 6/449 29827
/proc/meminfo: memFree=15756256/32950928 swapFree=38710900/67111528
[pid=29709] ppid=29707 vsize=4031604 CPUtime=342.3 cores=1,3
/proc/29709/stat : 29709 (qutersat_releas) R 29707 29709 29649 0 -1 4202496 999898 0 0 0 34114 116 0 0 25 0 1 0 737039217 4128362496 979961 33554432000 4194304 6014671 140734692092128 18446744073709551615 4423856 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/29709/statm: 1007901 979961 724 445 0 1001446 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 4031604

[startup+402.301 s]
/proc/loadavg: 4.04 4.21 5.16 6/449 29829
/proc/meminfo: memFree=15535624/32950928 swapFree=38710900/67111528
[pid=29709] ppid=29707 vsize=4129908 CPUtime=402.3 cores=1,3
/proc/29709/stat : 29709 (qutersat_releas) R 29707 29709 29649 0 -1 4202496 1021622 0 0 0 40111 119 0 0 25 0 1 0 737039217 4229025792 1001685 33554432000 4194304 6014671 140734692092128 18446744073709551615 4423853 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/29709/statm: 1032477 1001685 724 445 0 1026022 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 4129908

[startup+462.301 s]
/proc/loadavg: 4.13 4.21 5.10 5/449 29857
/proc/meminfo: memFree=12350308/32950928 swapFree=38710900/67111528
[pid=29709] ppid=29707 vsize=4947880 CPUtime=462.31 cores=1,3
/proc/29709/stat : 29709 (qutersat_releas) R 29707 29709 29649 0 -1 4202496 1193703 0 0 0 46094 137 0 0 25 0 1 0 737039217 5066629120 1170458 33554432000 4194304 6014671 140734692092128 18446744073709551615 4413568 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/29709/statm: 1236970 1170458 726 445 0 1230515 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 4947880

[startup+522.301 s]
/proc/loadavg: 4.01 4.17 5.03 5/449 29886
/proc/meminfo: memFree=14599820/32950928 swapFree=38710900/67111528
[pid=29709] ppid=29707 vsize=4947880 CPUtime=522.31 cores=1,3
/proc/29709/stat : 29709 (qutersat_releas) R 29707 29709 29649 0 -1 4202496 1194032 0 0 0 52094 137 0 0 25 0 1 0 737039217 5066629120 1170786 33554432000 4194304 6014671 140734692092128 18446744073709551615 4376964 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/29709/statm: 1236970 1170786 725 445 0 1230515 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 4947880

[startup+582.3 s]
/proc/loadavg: 4.11 4.17 4.97 5/449 29888
/proc/meminfo: memFree=14326032/32950928 swapFree=38710900/67111528
[pid=29709] ppid=29707 vsize=5082536 CPUtime=582.31 cores=1,3
/proc/29709/stat : 29709 (qutersat_releas) R 29707 29709 29649 0 -1 4202496 1220319 0 0 0 58091 140 0 0 25 0 1 0 737039217 5204516864 1197073 33554432000 4194304 6014671 140734692092128 18446744073709551615 4423853 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/29709/statm: 1270634 1197073 725 445 0 1264179 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 5082536

[startup+642.3 s]
/proc/loadavg: 4.04 4.13 4.91 5/449 29889
/proc/meminfo: memFree=13800776/32950928 swapFree=38710900/67111528
[pid=29709] ppid=29707 vsize=5734836 CPUtime=642.3 cores=1,3
/proc/29709/stat : 29709 (qutersat_releas) R 29707 29709 29649 0 -1 4202496 1344183 0 0 0 64079 151 0 0 25 0 1 0 737039217 5872472064 1320937 33554432000 4194304 6014671 140734692092128 18446744073709551615 4385281 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/29709/statm: 1433709 1320937 725 445 0 1427254 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 5734836

[startup+702.301 s]
/proc/loadavg: 4.01 4.11 4.85 5/449 29891
/proc/meminfo: memFree=13243604/32950928 swapFree=38710900/67111528
[pid=29709] ppid=29707 vsize=5945148 CPUtime=702.31 cores=1,3
/proc/29709/stat : 29709 (qutersat_releas) R 29707 29709 29649 0 -1 4202496 1391731 0 0 0 70075 156 0 0 25 0 1 0 737039217 6087831552 1368485 33554432000 4194304 6014671 140734692092128 18446744073709551615 4376433 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/29709/statm: 1486287 1368485 725 445 0 1479832 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 5945148

[startup+762.301 s]
/proc/loadavg: 4.10 4.11 4.80 5/449 29892
/proc/meminfo: memFree=13087588/32950928 swapFree=38710900/67111528
[pid=29709] ppid=29707 vsize=5965628 CPUtime=762.33 cores=1,3
/proc/29709/stat : 29709 (qutersat_releas) R 29707 29709 29649 0 -1 4202496 1399627 0 0 0 76076 157 0 0 25 0 1 0 737039217 6108803072 1376381 33554432000 4194304 6014671 140734692092128 18446744073709551615 4424083 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/29709/statm: 1491407 1376381 725 445 0 1484952 0
Current children cumulated CPU time (s) 762.33
Current children cumulated vsize (KiB) 5965628

[startup+822.301 s]
/proc/loadavg: 4.07 4.11 4.76 5/449 29894
/proc/meminfo: memFree=12935416/32950928 swapFree=38710900/67111528
[pid=29709] ppid=29707 vsize=6141968 CPUtime=822.31 cores=1,3
/proc/29709/stat : 29709 (qutersat_releas) R 29707 29709 29649 0 -1 4202496 1436655 0 0 0 82070 161 0 0 25 0 1 0 737039217 6289375232 1413409 33554432000 4194304 6014671 140734692092128 18446744073709551615 4423853 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/29709/statm: 1535492 1413409 725 445 0 1529037 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 6141968

[startup+882.317 s]
/proc/loadavg: 4.02 4.08 4.71 5/449 29896
/proc/meminfo: memFree=12398472/32950928 swapFree=38710900/67111528
[pid=29709] ppid=29707 vsize=6586324 CPUtime=882.33 cores=1,3
/proc/29709/stat : 29709 (qutersat_releas) R 29707 29709 29649 0 -1 4202496 1525682 0 0 0 88061 172 0 0 25 0 1 0 737039217 6744395776 1502381 33554432000 4194304 6014671 140734692092128 18446744073709551615 4423856 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/29709/statm: 1646581 1502381 725 445 0 1640126 0
Current children cumulated CPU time (s) 882.33
Current children cumulated vsize (KiB) 6586324

[startup+942.301 s]
/proc/loadavg: 4.14 4.10 4.67 5/449 29897
/proc/meminfo: memFree=12148816/32950928 swapFree=38710900/67111528
[pid=29709] ppid=29707 vsize=6847316 CPUtime=942.31 cores=1,3
/proc/29709/stat : 29709 (qutersat_releas) R 29707 29709 29649 0 -1 4202496 1584770 0 0 0 94055 176 0 0 25 0 1 0 737039217 7011651584 1561232 33554432000 4194304 6014671 140734692092128 18446744073709551615 4423362 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/29709/statm: 1711829 1561232 725 445 0 1705374 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 6847316

[startup+1002.3 s]
/proc/loadavg: 4.05 4.08 4.62 5/449 29899
/proc/meminfo: memFree=12129832/32950928 swapFree=38710900/67111528
[pid=29709] ppid=29707 vsize=6848340 CPUtime=1002.32 cores=1,3
/proc/29709/stat : 29709 (qutersat_releas) R 29707 29709 29649 0 -1 4202496 1587922 0 0 0 100054 178 0 0 25 0 1 0 737039217 7012700160 1564384 33554432000 4194304 6014671 140734692092128 18446744073709551615 4424307 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/29709/statm: 1712085 1564384 725 445 0 1705630 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 6848340

[startup+1062.3 s]
/proc/loadavg: 4.02 4.06 4.58 5/449 29900
/proc/meminfo: memFree=11820416/32950928 swapFree=38710900/67111528
[pid=29709] ppid=29707 vsize=7258964 CPUtime=1062.32 cores=1,3
/proc/29709/stat : 29709 (qutersat_releas) R 29707 29709 29649 0 -1 4202496 1618739 0 0 0 106050 182 0 0 25 0 1 0 737039217 7433179136 1595131 33554432000 4194304 6014671 140734692092128 18446744073709551615 4423853 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/29709/statm: 1814741 1595131 725 445 0 1808286 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 7258964

[startup+1122.3 s]
/proc/loadavg: 4.08 4.06 4.55 5/449 29902
/proc/meminfo: memFree=11656896/32950928 swapFree=38710900/67111528
[pid=29709] ppid=29707 vsize=7422420 CPUtime=1122.33 cores=1,3
/proc/29709/stat : 29709 (qutersat_releas) R 29707 29709 29649 0 -1 4202496 1650912 0 0 0 112044 189 0 0 25 0 1 0 737039217 7600558080 1627304 33554432000 4194304 6014671 140734692092128 18446744073709551615 4424736 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/29709/statm: 1855605 1627304 725 445 0 1849150 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 7422420

[startup+1182.3 s]
/proc/loadavg: 4.03 4.05 4.51 5/449 29904
/proc/meminfo: memFree=11484948/32950928 swapFree=38710900/67111528
[pid=29709] ppid=29707 vsize=7553492 CPUtime=1182.32 cores=1,3
/proc/29709/stat : 29709 (qutersat_releas) R 29707 29709 29649 0 -1 4202496 1677848 0 0 0 118039 193 0 0 25 0 1 0 737039217 7734775808 1654240 33554432000 4194304 6014671 140734692092128 18446744073709551615 4423362 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/29709/statm: 1888373 1654240 725 445 0 1881918 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 7553492



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+1242.3 s]
/proc/loadavg: 4.23 4.09 4.49 5/449 29905
/proc/meminfo: memFree=11204532/32950928 swapFree=38710900/67111528
[pid=29709] ppid=29707 vsize=7866960 CPUtime=1242.35 cores=1,3
/proc/29709/stat : 29709 (qutersat_releas) R 29707 29709 29649 0 -1 4202496 1743259 0 0 0 124032 203 0 0 25 0 1 0 737039217 8055767040 1719651 33554432000 4194304 6014671 140734692092128 18446744073709551615 4422687 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/29709/statm: 1966740 1719651 725 445 0 1960285 0
Current children cumulated CPU time (s) 1242.35
Current children cumulated vsize (KiB) 7866960

Sending SIGTERM to process tree (bottom up)

[startup+1242.3 s]
/proc/loadavg: 4.23 4.09 4.49 5/449 29905
/proc/meminfo: memFree=11204532/32950928 swapFree=38710900/67111528
[pid=29709] ppid=29707 vsize=7866960 CPUtime=1242.35 cores=1,3
/proc/29709/stat : 29709 (qutersat_releas) R 29707 29709 29649 0 -1 4202496 1743259 0 0 0 124032 203 0 0 25 0 1 0 737039217 8055767040 1719651 33554432000 4194304 6014671 140734692092128 18446744073709551615 4422687 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/29709/statm: 1966740 1719651 725 445 0 1960285 0
Current children cumulated CPU time (s) 1242.35
Current children cumulated vsize (KiB) 7866960
Sleeping 2 seconds

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

[startup+1242.5 s]
/proc/loadavg: 4.23 4.09 4.49 5/449 29905
/proc/meminfo: memFree=11204532/32950928 swapFree=38710900/67111528
[pid=29709] ppid=29707 vsize=0 CPUtime=1242.53 cores=1,3
/proc/29709/stat : 29709 (qutersat_releas) R 29707 29709 29649 0 -1 4194308 1743263 0 0 0 124032 221 0 0 25 0 1 0 737039217 0 0 33554432000 0 0 0 0 0 0 16384 4096 16386 18446744073709551615 0 0 17 1 0 0 0
/proc/29709/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1242.53
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 1242.55
CPU time (s): 1242.58
CPU user time (s): 1240.32
CPU system time (s): 2.26366
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 7866960

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

runsolver used 5.2862 second user time and 12.6661 second system time

The end

Launcher Data

Begin job on node113 at 2011-05-15 16:01:25
IDJOB=3376954
IDBENCH=71686
IDSOLVER=1856
FILE ID=node113/3376954-1305468074
RUNJOBID= node113-1305468074-29669
PBS_JOBID= 13325322
Free space on /tmp= 72924 MiB

SOLVER NAME= QuteRSat 2011-05-12 (fixed)
BENCH NAME= SAT_RACE06/velev-npe-1.0-9dlx-b71.cnf
COMMAND LINE= qutersat_release BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3376954-1305468074/watcher-3376954-1305468074 -o /tmp/evaluation-result-3376954-1305468074/solver-3376954-1305468074 -C 2400 -W 1300 -M 7680  qutersat_release HOME/instance-3376954-1305468074.cnf 1702371864

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

MD5SUM BENCH= 75d91f0ba4398ccb5b452707c0e7fa27
RANDOM SEED=1702371864

node113.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	: 5332.76
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      22357960 kB
Buffers:        289696 kB
Cached:        3662824 kB
SwapCached:      93704 kB
Active:        3386284 kB
Inactive:      6892776 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      22357960 kB
SwapTotal:    67111528 kB
SwapFree:     38710900 kB
Dirty:          498880 kB
Writeback:           0 kB
AnonPages:     6244392 kB
Mapped:          26380 kB
Slab:           143512 kB
PageTables:     104296 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 130903096 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= 72972 MiB
End job on node113 at 2011-05-15 16:22:10