Trace number 3291509

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.12 1300.09

General information on the benchmark

NameSAT03/industrial/li/li-test4/
li-test4-100.shuffled-as.sat03-370.cnf
MD5SUM5e5606ae7367b9272c60adc115594912
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables36809
Number of clauses142491
Sum of the clauses size559708
Maximum clause length172
Minimum clause length1
Number of clauses of size 114
Number of clauses of size 224558
Number of clauses of size 367458
Number of clauses of size 449000
Number of clauses of size 51
Number of clauses of size over 51460

Solver Data

0.00/0.00	c Set FPU double precision.
0.09/0.13	c Parse Cnf success: #var: 36809 #clause: 142491
0.09/0.13	c Find Units :         14
0.09/0.13	c Find Invs  :       6138
0.09/0.16	c Find Ands  :       6141 AvgFaninNum: 2
0.09/0.18	c Find Xors  :      12266 AvgFaninNum: 2.49935
0.19/0.20	c Find Ite   :          0
0.19/0.23	c UnDirect variable: 25819
0.19/0.23	c UnDirect to Direct Gate: 9005
0.19/0.23	c Forced Direct Gate: 2692 Unuse unDirect Gate: 12086
0.19/0.23	c Break Cycle : 0
0.19/0.23	c Total Root : 1187 Undef Var: 21663
0.19/0.25	c After covering, Total Root: 1166 Leaf: 12657
0.19/0.25	c Variable( cover/uncovered/unused ): 27803 9006 0
0.19/0.25	c Unit Clauses: 14
0.19/0.25	c Binary Clauses( cover/uncovered ): 20070 4488
0.19/0.25	c Clauses( cover/uncovered ): 40561 77358
0.19/0.25	c Total Clauses( cover/uncovered ): 60645 81846 42.5606%
0.19/0.25	c Covered Ands: 6141 Invs: 3894 Xors: 5111 Ites: 0
0.39/0.41	c Uncover Clauses avg size: 4.5197 max size: 172
0.39/0.41	c Final circuit: i/l/o/s   21651       0   81803    261811
0.39/0.41	c CnfToAig: Time: 0.41 s
0.79/0.88	c TmMap: Set choices finish.
1.00/1.02	c TmMap: Set big and: 99867
1.00/1.02	c TmMap: Origin: 283463 ClauseNum: 785433 --> New: 130066 ClauseNum: 500875
1.00/1.02	c TmMap: Time: 0.22
1.00/1.07	c Try to Add: #clause: 199760 #xorclause: 8539
1.10/1.15	c #var: 48735 #clauses: 91893 Solving... 
1300.03/1300.00	c Time Out !!
1300.03/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-3291509-1303786209/watcher-3291509-1303786209 -o /tmp/evaluation-result-3291509-1303786209/solver-3291509-1303786209 -C 2400 -W 1300 -M 7680 qutersat_release HOME/instance-3291509-1303786209.cnf 2139226046 

running on 2 cores: 0,2

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: 0.92 1.52 2.65 4/186 4112
/proc/meminfo: memFree=19123592/32950940 swapFree=67111528/67111528
[pid=4112] ppid=4110 vsize=34412 CPUtime=0 cores=0,2
/proc/4112/stat : 4112 (qutersat_releas) R 4110 4112 2669 0 -1 4202496 2263 0 0 0 0 0 0 0 21 0 1 0 568851672 35237888 2197 33554432000 4194304 6016207 140736753054720 18446744073709551615 215988290138 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/4112/statm: 8603 2197 379 445 0 2147 0

[startup+0.0215739 s]
/proc/loadavg: 0.92 1.52 2.65 4/186 4112
/proc/meminfo: memFree=19123592/32950940 swapFree=67111528/67111528
[pid=4112] ppid=4110 vsize=37484 CPUtime=0.01 cores=0,2
/proc/4112/stat : 4112 (qutersat_releas) R 4110 4112 2669 0 -1 4202496 3006 0 0 0 1 0 0 0 21 0 1 0 568851672 38383616 2940 33554432000 4194304 6016207 140736753054720 18446744073709551615 4305236 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/4112/statm: 9371 2940 379 445 0 2915 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 37484

[startup+0.100564 s]
/proc/loadavg: 0.92 1.52 2.65 4/186 4112
/proc/meminfo: memFree=19123592/32950940 swapFree=67111528/67111528
[pid=4112] ppid=4110 vsize=51308 CPUtime=0.09 cores=0,2
/proc/4112/stat : 4112 (qutersat_releas) R 4110 4112 2669 0 -1 4202496 6179 0 0 0 9 0 0 0 21 0 1 0 568851672 52539392 6113 33554432000 4194304 6016207 140736753054720 18446744073709551615 4304998 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/4112/statm: 12827 6141 379 445 0 6371 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 51308

[startup+0.30047 s]
/proc/loadavg: 0.92 1.52 2.65 4/186 4112
/proc/meminfo: memFree=19123592/32950940 swapFree=67111528/67111528
[pid=4112] ppid=4110 vsize=57580 CPUtime=0.29 cores=0,2
/proc/4112/stat : 4112 (qutersat_releas) R 4110 4112 2669 0 -1 4202496 7825 0 0 0 28 1 0 0 18 0 1 0 568851672 58961920 7759 33554432000 4194304 6016207 140736753054720 18446744073709551615 4264179 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/4112/statm: 14395 7759 399 445 0 7939 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 57580

[startup+0.700459 s]
/proc/loadavg: 0.92 1.52 2.65 4/186 4112
/proc/meminfo: memFree=19123592/32950940 swapFree=67111528/67111528
[pid=4112] ppid=4110 vsize=120632 CPUtime=0.69 cores=0,2
/proc/4112/stat : 4112 (qutersat_releas) R 4110 4112 2669 0 -1 4202496 23731 0 0 0 67 2 0 0 18 0 1 0 568851672 123527168 23665 33554432000 4194304 6016207 140736753054720 18446744073709551615 4779602 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/4112/statm: 30158 23667 669 445 0 23702 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 120632

[startup+1.50032 s]
/proc/loadavg: 0.92 1.52 2.65 5/187 4113
/proc/meminfo: memFree=18905536/32950940 swapFree=67111528/67111528
[pid=4112] ppid=4110 vsize=156412 CPUtime=1.49 cores=0,2
/proc/4112/stat : 4112 (qutersat_releas) R 4110 4112 2669 0 -1 4202496 32793 0 0 0 145 4 0 0 19 0 1 0 568851672 160165888 32727 33554432000 4194304 6016207 140736753054720 18446744073709551615 4535612 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/4112/statm: 39103 32727 705 445 0 32647 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 156412

[startup+3.10098 s]
/proc/loadavg: 1.17 1.56 2.66 5/187 4113
/proc/meminfo: memFree=18863464/32950940 swapFree=67111528/67111528
[pid=4112] ppid=4110 vsize=189228 CPUtime=3.09 cores=0,2
/proc/4112/stat : 4112 (qutersat_releas) R 4110 4112 2669 0 -1 4202496 34462 0 0 0 305 4 0 0 24 0 1 0 568851672 193769472 34396 33554432000 4194304 6016207 140736753054720 18446744073709551615 4424125 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/4112/statm: 47307 34396 728 445 0 40851 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 189228

[startup+6.30048 s]
/proc/loadavg: 1.17 1.56 2.66 5/190 4119
/proc/meminfo: memFree=18600108/32950940 swapFree=67111528/67111528
[pid=4112] ppid=4110 vsize=189228 CPUtime=6.29 cores=0,2
/proc/4112/stat : 4112 (qutersat_releas) R 4110 4112 2669 0 -1 4202496 34557 0 0 0 625 4 0 0 25 0 1 0 568851672 193769472 34491 33554432000 4194304 6016207 140736753054720 18446744073709551615 4425179 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/4112/statm: 47307 34491 728 445 0 40851 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 189228

[startup+12.7004 s]
/proc/loadavg: 1.60 1.64 2.67 5/190 4120
/proc/meminfo: memFree=18249072/32950940 swapFree=67111528/67111528
[pid=4112] ppid=4110 vsize=189228 CPUtime=12.69 cores=0,2
/proc/4112/stat : 4112 (qutersat_releas) R 4110 4112 2669 0 -1 4202496 34595 0 0 0 1265 4 0 0 25 0 1 0 568851672 193769472 34529 33554432000 4194304 6016207 140736753054720 18446744073709551615 4528924 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/4112/statm: 47307 34529 732 445 0 40851 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 189228

[startup+25.5011 s]
/proc/loadavg: 1.97 1.71 2.68 5/190 4120
/proc/meminfo: memFree=17592852/32950940 swapFree=67111528/67111528
[pid=4112] ppid=4110 vsize=247404 CPUtime=25.49 cores=0,2
/proc/4112/stat : 4112 (qutersat_releas) R 4110 4112 2669 0 -1 4202496 46210 0 0 0 2543 6 0 0 25 0 1 0 568851672 253341696 46128 33554432000 4194304 6016207 140736753054720 18446744073709551615 4425659 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/4112/statm: 61851 46128 732 445 0 55395 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 247404

[startup+51.1006 s]
/proc/loadavg: 2.66 1.90 2.72 5/190 4121
/proc/meminfo: memFree=17316312/32950940 swapFree=67111528/67111528
[pid=4112] ppid=4110 vsize=467704 CPUtime=51.1 cores=0,2
/proc/4112/stat : 4112 (qutersat_releas) R 4110 4112 2669 0 -1 4202496 79753 0 0 0 5097 13 0 0 25 0 1 0 568851672 478928896 79641 33554432000 4194304 6016207 140736753054720 18446744073709551615 4536800 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/4112/statm: 116926 79641 732 445 0 110470 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 467704

[startup+102.307 s]
/proc/loadavg: 3.46 2.25 2.79 5/190 4122
/proc/meminfo: memFree=16605908/32950940 swapFree=67111528/67111528
[pid=4112] ppid=4110 vsize=832964 CPUtime=102.3 cores=0,2
/proc/4112/stat : 4112 (qutersat_releas) R 4110 4112 2669 0 -1 4202496 143093 0 0 0 10206 24 0 0 25 0 1 0 568851672 852955136 142644 33554432000 4194304 6016207 140736753054720 18446744073709551615 4380318 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/4112/statm: 208241 142644 732 445 0 201785 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 832964

[startup+162.301 s]
/proc/loadavg: 3.88 2.58 2.87 5/190 4124
/proc/meminfo: memFree=15517496/32950940 swapFree=67111528/67111528
[pid=4112] ppid=4110 vsize=1292992 CPUtime=162.29 cores=0,2
/proc/4112/stat : 4112 (qutersat_releas) R 4110 4112 2669 0 -1 4202496 221723 0 0 0 16191 38 0 0 25 0 1 0 568851672 1324023808 221274 33554432000 4194304 6016207 140736753054720 18446744073709551615 4513280 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/4112/statm: 323248 221274 732 445 0 316792 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 1292992

[startup+222.301 s]
/proc/loadavg: 4.03 2.85 2.94 5/190 4125
/proc/meminfo: memFree=14780784/32950940 swapFree=67111528/67111528
[pid=4112] ppid=4110 vsize=1555648 CPUtime=222.3 cores=0,2
/proc/4112/stat : 4112 (qutersat_releas) R 4110 4112 2669 0 -1 4202496 292845 0 0 0 22180 50 0 0 25 0 1 0 568851672 1592983552 292396 33554432000 4194304 6016207 140736753054720 18446744073709551615 4380175 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/4112/statm: 388912 292396 732 445 0 382456 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 1555648

[startup+282.301 s]
/proc/loadavg: 4.08 3.06 3.00 5/190 4127
/proc/meminfo: memFree=14500140/32950940 swapFree=67111528/67111528
[pid=4112] ppid=4110 vsize=1555648 CPUtime=282.3 cores=0,2
/proc/4112/stat : 4112 (qutersat_releas) R 4110 4112 2669 0 -1 4202496 298873 0 0 0 28179 51 0 0 25 0 1 0 568851672 1592983552 298424 33554432000 4194304 6016207 140736753054720 18446744073709551615 4425389 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/4112/statm: 388912 298424 732 445 0 382456 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 1555648

[startup+342.301 s]
/proc/loadavg: 4.10 3.26 3.07 5/190 4128
/proc/meminfo: memFree=13918164/32950940 swapFree=67111528/67111528
[pid=4112] ppid=4110 vsize=1556800 CPUtime=342.3 cores=0,2
/proc/4112/stat : 4112 (qutersat_releas) R 4110 4112 2669 0 -1 4202496 358711 0 0 0 34171 59 0 0 25 0 1 0 568851672 1594163200 358262 33554432000 4194304 6016207 140736753054720 18446744073709551615 4425659 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/4112/statm: 389200 358262 732 445 0 382744 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 1556800

[startup+402.301 s]
/proc/loadavg: 4.04 3.38 3.12 5/190 4130
/proc/meminfo: memFree=13637396/32950940 swapFree=67111528/67111528
[pid=4112] ppid=4110 vsize=1640408 CPUtime=402.3 cores=0,2
/proc/4112/stat : 4112 (qutersat_releas) R 4110 4112 2669 0 -1 4202496 379707 0 0 0 40167 63 0 0 25 0 1 0 568851672 1679777792 379257 33554432000 4194304 6016207 140736753054720 18446744073709551615 4425645 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/4112/statm: 410102 379257 732 445 0 403646 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 1640408

[startup+462.301 s]
/proc/loadavg: 4.01 3.50 3.18 5/190 4132
/proc/meminfo: memFree=13508256/32950940 swapFree=67111528/67111528
[pid=4112] ppid=4110 vsize=1640408 CPUtime=462.3 cores=0,2
/proc/4112/stat : 4112 (qutersat_releas) R 4110 4112 2669 0 -1 4202496 379803 0 0 0 46167 63 0 0 25 0 1 0 568851672 1679777792 379163 33554432000 4194304 6016207 140736753054720 18446744073709551615 4373787 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/4112/statm: 410102 379163 732 445 0 403646 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 1640408

[startup+522.301 s]
/proc/loadavg: 4.00 3.58 3.22 5/190 4133
/proc/meminfo: memFree=13262328/32950940 swapFree=67111528/67111528
[pid=4112] ppid=4110 vsize=1640408 CPUtime=522.3 cores=0,2
/proc/4112/stat : 4112 (qutersat_releas) R 4110 4112 2669 0 -1 4202496 380361 0 0 0 52167 63 0 0 25 0 1 0 568851672 1679777792 379641 33554432000 4194304 6016207 140736753054720 18446744073709551615 4373679 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/4112/statm: 410102 379641 732 445 0 403646 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 1640408

[startup+582.301 s]
/proc/loadavg: 4.00 3.66 3.27 5/190 4135
/proc/meminfo: memFree=13183176/32950940 swapFree=67111528/67111528
[pid=4112] ppid=4110 vsize=1640408 CPUtime=582.31 cores=0,2
/proc/4112/stat : 4112 (qutersat_releas) R 4110 4112 2669 0 -1 4202496 380440 0 0 0 58167 64 0 0 25 0 1 0 568851672 1679777792 371071 33554432000 4194304 6016207 140736753054720 18446744073709551615 4373947 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/4112/statm: 410102 371071 732 445 0 403646 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 1640408

[startup+642.301 s]
/proc/loadavg: 4.00 3.72 3.32 5/190 4136
/proc/meminfo: memFree=13114184/32950940 swapFree=67111528/67111528
[pid=4112] ppid=4110 vsize=1640408 CPUtime=642.31 cores=0,2
/proc/4112/stat : 4112 (qutersat_releas) R 4110 4112 2669 0 -1 4202496 380445 0 0 0 64167 64 0 0 25 0 1 0 568851672 1679777792 371076 33554432000 4194304 6016207 140736753054720 18446744073709551615 4378013 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/4112/statm: 410102 371076 732 445 0 403646 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 1640408

[startup+702.301 s]
/proc/loadavg: 4.00 3.77 3.36 5/190 4147
/proc/meminfo: memFree=12718360/32950940 swapFree=67111528/67111528
[pid=4112] ppid=4110 vsize=1642456 CPUtime=702.31 cores=0,2
/proc/4112/stat : 4112 (qutersat_releas) R 4110 4112 2669 0 -1 4202496 390001 0 0 0 70166 65 0 0 25 0 1 0 568851672 1681874944 380632 33554432000 4194304 6016207 140736753054720 18446744073709551615 4425659 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/4112/statm: 410614 380632 732 445 0 404158 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 1642456

[startup+762.307 s]
/proc/loadavg: 4.04 3.82 3.40 5/190 4149
/proc/meminfo: memFree=12578560/32950940 swapFree=67111528/67111528
[pid=4112] ppid=4110 vsize=1708508 CPUtime=762.31 cores=0,2
/proc/4112/stat : 4112 (qutersat_releas) R 4110 4112 2669 0 -1 4202496 406144 0 0 0 76164 67 0 0 25 0 1 0 568851672 1749512192 396775 33554432000 4194304 6016207 140736753054720 18446744073709551615 4373525 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/4112/statm: 427127 396775 732 445 0 420671 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 1708508

[startup+822.301 s]
/proc/loadavg: 4.05 3.86 3.44 5/190 4150
/proc/meminfo: memFree=12542684/32950940 swapFree=67111528/67111528
[pid=4112] ppid=4110 vsize=1708508 CPUtime=822.31 cores=0,2
/proc/4112/stat : 4112 (qutersat_releas) R 4110 4112 2669 0 -1 4202496 406145 0 0 0 82164 67 0 0 25 0 1 0 568851672 1749512192 396776 33554432000 4194304 6016207 140736753054720 18446744073709551615 4425641 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/4112/statm: 427127 396776 732 445 0 420671 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 1708508

[startup+882.301 s]
/proc/loadavg: 4.05 3.90 3.48 5/190 4152
/proc/meminfo: memFree=12459432/32950940 swapFree=67111528/67111528
[pid=4112] ppid=4110 vsize=1971164 CPUtime=882.31 cores=0,2
/proc/4112/stat : 4112 (qutersat_releas) R 4110 4112 2669 0 -1 4202496 406285 0 0 0 88164 67 0 0 25 0 1 0 568851672 2018471936 396916 33554432000 4194304 6016207 140736753054720 18446744073709551615 4425530 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/4112/statm: 492791 396916 732 445 0 486335 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 1971164

[startup+942.3 s]
/proc/loadavg: 4.02 3.92 3.50 5/190 4153
/proc/meminfo: memFree=12307992/32950940 swapFree=67111528/67111528
[pid=4112] ppid=4110 vsize=1971164 CPUtime=942.31 cores=0,2
/proc/4112/stat : 4112 (qutersat_releas) R 4110 4112 2669 0 -1 4202496 428598 0 0 0 94161 70 0 0 25 0 1 0 568851672 2018471936 419229 33554432000 4194304 6016207 140736753054720 18446744073709551615 4373645 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/4112/statm: 492791 419229 732 445 0 486335 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 1971164

[startup+1002.3 s]
/proc/loadavg: 4.00 3.93 3.53 5/190 4155
/proc/meminfo: memFree=12217536/32950940 swapFree=67111528/67111528
[pid=4112] ppid=4110 vsize=1971164 CPUtime=1002.31 cores=0,2
/proc/4112/stat : 4112 (qutersat_releas) R 4110 4112 2669 0 -1 4202496 428598 0 0 0 100161 70 0 0 25 0 1 0 568851672 2018471936 419229 33554432000 4194304 6016207 140736753054720 18446744073709551615 4373657 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/4112/statm: 492791 419229 732 445 0 486335 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 1971164

[startup+1062.3 s]
/proc/loadavg: 4.00 3.94 3.56 5/190 4157
/proc/meminfo: memFree=12156104/32950940 swapFree=67111528/67111528
[pid=4112] ppid=4110 vsize=1971164 CPUtime=1062.31 cores=0,2
/proc/4112/stat : 4112 (qutersat_releas) R 4110 4112 2669 0 -1 4202496 428636 0 0 0 106161 70 0 0 25 0 1 0 568851672 2018471936 419267 33554432000 4194304 6016207 140736753054720 18446744073709551615 4425530 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/4112/statm: 492791 419267 732 445 0 486335 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 1971164

[startup+1122.3 s]
/proc/loadavg: 4.00 3.95 3.58 5/190 4158
/proc/meminfo: memFree=12115136/32950940 swapFree=67111528/67111528
[pid=4112] ppid=4110 vsize=1971164 CPUtime=1122.31 cores=0,2
/proc/4112/stat : 4112 (qutersat_releas) R 4110 4112 2669 0 -1 4202496 428731 0 0 0 112161 70 0 0 25 0 1 0 568851672 2018471936 419362 33554432000 4194304 6016207 140736753054720 18446744073709551615 4381581 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/4112/statm: 492791 419362 732 445 0 486335 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 1971164

[startup+1182.3 s]
/proc/loadavg: 4.00 3.95 3.60 5/190 4160
/proc/meminfo: memFree=12020004/32950940 swapFree=67111528/67111528
[pid=4112] ppid=4110 vsize=1971164 CPUtime=1182.32 cores=0,2
/proc/4112/stat : 4112 (qutersat_releas) R 4110 4112 2669 0 -1 4202496 445299 0 0 0 118158 74 0 0 25 0 1 0 568851672 2018471936 435930 33554432000 4194304 6016207 140736753054720 18446744073709551615 4425709 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/4112/statm: 492791 435930 732 445 0 486335 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 1971164

[startup+1242.3 s]
/proc/loadavg: 4.00 3.96 3.63 5/190 4161
/proc/meminfo: memFree=11843264/32950940 swapFree=67111528/67111528
[pid=4112] ppid=4110 vsize=2233820 CPUtime=1242.32 cores=0,2
/proc/4112/stat : 4112 (qutersat_releas) R 4110 4112 2669 0 -1 4202496 478194 0 0 0 124150 82 0 0 25 0 1 0 568851672 2287431680 468815 33554432000 4194304 6016207 140736753054720 18446744073709551615 4427239 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/4112/statm: 558455 468815 732 445 0 551999 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 2233820



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.06 3.98 3.65 3/188 4165
/proc/meminfo: memFree=13061776/32950940 swapFree=67111528/67111528
[pid=4112] ppid=4110 vsize=2233820 CPUtime=1300.03 cores=0,2
/proc/4112/stat : 4112 (qutersat_releas) R 4110 4112 2669 0 -1 4202496 498404 0 0 0 129914 89 0 0 25 0 1 0 568851672 2287431680 489014 33554432000 4194304 6016207 140736753054720 18446744073709551615 4378013 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/4112/statm: 558455 489014 732 445 0 551999 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 2233820

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.09
CPU time (s): 1300.12
CPU user time (s): 1299.14
CPU system time (s): 0.979851
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 2233820

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

runsolver used 2.01469 second user time and 5.08923 second system time

The end

Launcher Data

Begin job on node117 at 2011-04-26 04:50:09
IDJOB=3291509
IDBENCH=84227
IDSOLVER=1607
FILE ID=node117/3291509-1303786209
RUNJOBID= node117-1303786209-4076
PBS_JOBID= 13157218
Free space on /tmp= 71940 MiB

SOLVER NAME= QuteRSat 2011-03-01
BENCH NAME= SAT03/industrial/li/li-test4/li-test4-100.shuffled-as.sat03-370.cnf
COMMAND LINE= qutersat_release BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3291509-1303786209/watcher-3291509-1303786209 -o /tmp/evaluation-result-3291509-1303786209/solver-3291509-1303786209 -C 2400 -W 1300 -M 7680  qutersat_release HOME/instance-3291509-1303786209.cnf 2139226046

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

MD5SUM BENCH= 5e5606ae7367b9272c60adc115594912
RANDOM SEED=2139226046

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


/proc/meminfo:
MemTotal:     32950940 kB
MemFree:      19123872 kB
Buffers:       2333288 kB
Cached:       10829280 kB
SwapCached:          0 kB
Active:        6304324 kB
Inactive:      6960980 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950940 kB
LowFree:      19123872 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           13984 kB
Writeback:           0 kB
AnonPages:      101004 kB
Mapped:          16820 kB
Slab:           498064 kB
PageTables:       4684 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586996 kB
Committed_AS:   268456 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= 71884 MiB
End job on node117 at 2011-04-26 05:11:51