Trace number 3291601

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.19 1300.16

General information on the benchmark

NameSAT03/industrial/schuppan/l2s/
valves-gates-1-k617-unsat.shuffled-as.sat03-412.cnf
MD5SUMcb369c4583eb075a3a8cb5a04701e120
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark4716.27
Satisfiable
(Un)Satisfiability was proved
Number of variables985042
Number of clauses3113540
Sum of the clauses size7976612
Maximum clause length618
Minimum clause length1
Number of clauses of size 1158
Number of clauses of size 21490897
Number of clauses of size 31578048
Number of clauses of size 428388
Number of clauses of size 59876
Number of clauses of size over 56173

Solver Data

0.00/0.00	c Set FPU double precision.
3.89/3.92	c Parse Cnf success: #var: 985042 #clause: 3113540
3.89/3.92	c Find Units :        158
3.99/4.08	c Find Invs  :       7413
4.89/4.92	c Find Ands  :     636795 AvgFaninNum: 2.19879
5.09/5.16	c Find Xors  :     249970 AvgFaninNum: 2
5.79/5.82	c Find Ite   :      71572
7.19/7.29	c UnDirect variable: 266141
7.39/7.46	c UnDirect to Direct Gate: 208574
7.39/7.46	c Forced Direct Gate: 61046 Unuse unDirect Gate: 109001
7.79/7.82	c Break Cycle : 30467
7.79/7.82	c Total Root : 227648 Undef Var: 164558
8.99/9.05	c After covering, Total Root: 184214 Leaf: 158789
8.99/9.05	c Variable( cover/uncovered/unused ): 979273 5769 0
8.99/9.05	c Unit Clauses: 158
8.99/9.05	c Binary Clauses( cover/uncovered ): 1371093 119804
8.99/9.05	c Clauses( cover/uncovered ): 1404262 218223
8.99/9.05	c Total Clauses( cover/uncovered ): 2775513 338027 89.1433%
8.99/9.05	c Covered Ands: 616830 Invs: 6796 Xors: 196347 Ites: 511
9.49/9.52	c Uncover Clauses avg size: 2.65553 max size: 618
9.49/9.54	c Final circuit: i/l/o/s  164456       0  337701   1839953
9.49/9.54	c CnfToAig: Time: 9.53 s
14.79/14.88	c TmMap: Set choices finish.
15.79/15.81	c TmMap: Set big and: 311672
15.79/15.81	c TmMap: Origin: 2004410 ClauseNum: 5519859 --> New: 760716 ClauseNum: 2635718
15.79/15.81	c TmMap: Time: 1.67
37.60/37.67	c Simulation --> TransNum: 2398270/2635718 Try to Add: #clause: 1365001 #xorclause: 108533
38.49/38.54	c #var: 416029 #clauses: 602222 Solving... 
146.80/146.87	c Abstract SAT
150.30/150.35	c Simulation --> TransNum: 2544531/2635718 Try to Add: #clause: 1027 #xorclause: 21
150.30/150.37	c #var: 416452 #clauses: 354026 Solving... 
1300.02/1300.00	c Time Out !!
1300.02/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-3291601-1303786209/watcher-3291601-1303786209 -o /tmp/evaluation-result-3291601-1303786209/solver-3291601-1303786209 -C 2400 -W 1300 -M 7680 qutersat_release HOME/instance-3291601-1303786209.cnf 2139226046 

running on 2 cores: 4,6

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


[startup+0 s]
/proc/loadavg: 1.17 1.56 2.66 5/189 4118
/proc/meminfo: memFree=18817852/32950940 swapFree=67111528/67111528
[pid=4118] ppid=4116 vsize=55452 CPUtime=0 cores=4,6
/proc/4118/stat : 4118 (qutersat_releas) R 4116 4118 2669 0 -1 4202496 2633 0 0 0 0 0 0 0 21 0 1 0 568852083 56782848 2568 33554432000 4194304 6016207 140735405015792 18446744073709551615 4272599 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/4118/statm: 13863 2581 372 445 0 7407 0

[startup+0.0304681 s]
/proc/loadavg: 1.17 1.56 2.66 5/189 4118
/proc/meminfo: memFree=18817852/32950940 swapFree=67111528/67111528
[pid=4118] ppid=4116 vsize=59548 CPUtime=0.02 cores=4,6
/proc/4118/stat : 4118 (qutersat_releas) R 4116 4118 2669 0 -1 4202496 8509 0 0 0 1 1 0 0 21 0 1 0 568852083 60977152 8443 33554432000 4194304 6016207 140735405015792 18446744073709551615 4278898 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/4118/statm: 14887 8443 379 445 0 8431 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 59548

[startup+0.100512 s]
/proc/loadavg: 1.17 1.56 2.66 5/189 4118
/proc/meminfo: memFree=18817852/32950940 swapFree=67111528/67111528
[pid=4118] ppid=4116 vsize=70812 CPUtime=0.09 cores=4,6
/proc/4118/stat : 4118 (qutersat_releas) R 4116 4118 2669 0 -1 4202496 11546 0 0 0 8 1 0 0 21 0 1 0 568852083 72511488 11480 33554432000 4194304 6016207 140735405015792 18446744073709551615 4279516 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/4118/statm: 17703 11480 379 445 0 11247 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 70812

[startup+0.300479 s]
/proc/loadavg: 1.17 1.56 2.66 5/189 4118
/proc/meminfo: memFree=18817852/32950940 swapFree=67111528/67111528
[pid=4118] ppid=4116 vsize=100764 CPUtime=0.29 cores=4,6
/proc/4118/stat : 4118 (qutersat_releas) R 4116 4118 2669 0 -1 4202496 18661 0 0 0 27 2 0 0 22 0 1 0 568852083 103182336 18595 33554432000 4194304 6016207 140735405015792 18446744073709551615 215988592384 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/4118/statm: 25191 18596 379 445 0 18735 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 100764

[startup+0.700353 s]
/proc/loadavg: 1.17 1.56 2.66 5/189 4118
/proc/meminfo: memFree=18817852/32950940 swapFree=67111528/67111528
[pid=4118] ppid=4116 vsize=182428 CPUtime=0.69 cores=4,6
/proc/4118/stat : 4118 (qutersat_releas) R 4116 4118 2669 0 -1 4202496 38556 0 0 0 65 4 0 0 23 0 1 0 568852083 186806272 38490 33554432000 4194304 6016207 140735405015792 18446744073709551615 4305236 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/4118/statm: 45607 38490 379 445 0 39151 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 182428

[startup+1.50021 s]
/proc/loadavg: 1.17 1.56 2.66 5/190 4119
/proc/meminfo: memFree=18600728/32950940 swapFree=67111528/67111528
[pid=4118] ppid=4116 vsize=309020 CPUtime=1.49 cores=4,6
/proc/4118/stat : 4118 (qutersat_releas) R 4116 4118 2669 0 -1 4202496 69518 0 0 0 141 8 0 0 25 0 1 0 568852083 316436480 69452 33554432000 4194304 6016207 140735405015792 18446744073709551615 4305236 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/4118/statm: 77255 69452 379 445 0 70799 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 309020

[startup+3.10093 s]
/proc/loadavg: 1.17 1.56 2.66 5/190 4120
/proc/meminfo: memFree=18478960/32950940 swapFree=67111528/67111528
[pid=4118] ppid=4116 vsize=428444 CPUtime=3.09 cores=4,6
/proc/4118/stat : 4118 (qutersat_releas) R 4116 4118 2669 0 -1 4202496 98085 0 0 0 297 12 0 0 25 0 1 0 568852083 438726656 98019 33554432000 4194304 6016207 140735405015792 18446744073709551615 4779602 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/4118/statm: 107111 98019 379 445 0 100655 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 428444

[startup+6.30043 s]
/proc/loadavg: 1.39 1.60 2.66 5/190 4120
/proc/meminfo: memFree=18251404/32950940 swapFree=67111528/67111528
[pid=4118] ppid=4116 vsize=581916 CPUtime=6.29 cores=4,6
/proc/4118/stat : 4118 (qutersat_releas) R 4116 4118 2669 0 -1 4202496 137214 0 0 0 613 16 0 0 25 0 1 0 568852083 595881984 137148 33554432000 4194304 6016207 140735405015792 18446744073709551615 4809780 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/4118/statm: 145479 137148 397 445 0 139023 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 581916

[startup+12.7002 s]
/proc/loadavg: 1.60 1.64 2.67 5/190 4120
/proc/meminfo: memFree=18042740/32950940 swapFree=67111528/67111528
[pid=4118] ppid=4116 vsize=782632 CPUtime=12.69 cores=4,6
/proc/4118/stat : 4118 (qutersat_releas) R 4116 4118 2669 0 -1 4202496 189871 0 0 0 1247 22 0 0 25 0 1 0 568852083 801415168 189664 33554432000 4194304 6016207 140735405015792 18446744073709551615 4779602 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/4118/statm: 195658 189666 669 445 0 189202 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 782632

[startup+25.507 s]
/proc/loadavg: 2.13 1.75 2.69 5/190 4120
/proc/meminfo: memFree=17552924/32950940 swapFree=67111528/67111528
[pid=4118] ppid=4116 vsize=1108488 CPUtime=25.5 cores=4,6
/proc/4118/stat : 4118 (qutersat_releas) R 4116 4118 2669 0 -1 4202496 269204 0 0 0 2517 33 0 0 25 0 1 0 568852083 1135091712 268906 33554432000 4194304 6016207 140735405015792 18446744073709551615 4246125 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/4118/statm: 277122 268906 680 445 0 270666 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 1108488

[startup+51.1005 s]
/proc/loadavg: 2.77 1.93 2.72 5/190 4121
/proc/meminfo: memFree=17270384/32950940 swapFree=67111528/67111528
[pid=4118] ppid=4116 vsize=1108488 CPUtime=51.09 cores=4,6
/proc/4118/stat : 4118 (qutersat_releas) R 4116 4118 2669 0 -1 4202496 269426 0 0 0 5076 33 0 0 25 0 1 0 568852083 1135091712 269018 33554432000 4194304 6016207 140735405015792 18446744073709551615 4424125 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/4118/statm: 277122 269018 703 445 0 270666 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 1108488

[startup+102.301 s]
/proc/loadavg: 3.46 2.25 2.79 5/190 4122
/proc/meminfo: memFree=16413472/32950940 swapFree=67111528/67111528
[pid=4118] ppid=4116 vsize=1667264 CPUtime=102.29 cores=4,6
/proc/4118/stat : 4118 (qutersat_releas) R 4116 4118 2669 0 -1 4202496 480880 0 0 0 10172 57 0 0 25 0 1 0 568852083 1707278336 400069 33554432000 4194304 6016207 140735405015792 18446744073709551615 215988289870 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/4118/statm: 416816 400069 724 445 0 410360 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 1667264

[startup+162.301 s]
/proc/loadavg: 3.88 2.58 2.87 5/190 4124
/proc/meminfo: memFree=15517244/32950940 swapFree=67111528/67111528
[pid=4118] ppid=4116 vsize=2172620 CPUtime=162.3 cores=4,6
/proc/4118/stat : 4118 (qutersat_releas) R 4116 4118 2669 0 -1 4202496 597082 0 0 0 16159 71 0 0 25 0 1 0 568852083 2224762880 512648 33554432000 4194304 6016207 140735405015792 18446744073709551615 4385057 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/4118/statm: 543155 512648 735 445 0 536699 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 2172620

[startup+222.301 s]
/proc/loadavg: 4.03 2.85 2.94 5/190 4125
/proc/meminfo: memFree=14766396/32950940 swapFree=67111528/67111528
[pid=4118] ppid=4116 vsize=2633456 CPUtime=222.3 cores=4,6
/proc/4118/stat : 4118 (qutersat_releas) R 4116 4118 2669 0 -1 4202496 704419 0 0 0 22148 82 0 0 25 0 1 0 568852083 2696658944 618365 33554432000 4194304 6016207 140735405015792 18446744073709551615 4425411 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/4118/statm: 658364 618365 735 445 0 651908 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 2633456

[startup+282.301 s]
/proc/loadavg: 4.08 3.07 3.01 5/190 4127
/proc/meminfo: memFree=14483148/32950940 swapFree=67111528/67111528
[pid=4118] ppid=4116 vsize=2984756 CPUtime=282.3 cores=4,6
/proc/4118/stat : 4118 (qutersat_releas) R 4116 4118 2669 0 -1 4202496 764035 0 0 0 28140 90 0 0 25 0 1 0 568852083 3056390144 677981 33554432000 4194304 6016207 140735405015792 18446744073709551615 4424309 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/4118/statm: 746189 677981 735 445 0 739733 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 2984756

[startup+342.307 s]
/proc/loadavg: 4.10 3.26 3.07 5/190 4129
/proc/meminfo: memFree=13910716/32950940 swapFree=67111528/67111528
[pid=4118] ppid=4116 vsize=3312140 CPUtime=342.31 cores=4,6
/proc/4118/stat : 4118 (qutersat_releas) R 4116 4118 2669 0 -1 4202496 821023 0 0 0 34135 96 0 0 25 0 1 0 568852083 3391631360 734969 33554432000 4194304 6016207 140735405015792 18446744073709551615 4424559 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/4118/statm: 828035 734969 735 445 0 821579 0
Current children cumulated CPU time (s) 342.31
Current children cumulated vsize (KiB) 3312140

[startup+402.301 s]
/proc/loadavg: 4.04 3.39 3.13 5/190 4130
/proc/meminfo: memFree=13611600/32950940 swapFree=67111528/67111528
[pid=4118] ppid=4116 vsize=3579816 CPUtime=402.3 cores=4,6
/proc/4118/stat : 4118 (qutersat_releas) R 4116 4118 2669 0 -1 4202496 873873 0 0 0 40127 103 0 0 25 0 1 0 568852083 3665731584 781050 33554432000 4194304 6016207 140735405015792 18446744073709551615 4530916 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/4118/statm: 894954 781050 735 445 0 888498 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 3579816

[startup+462.301 s]
/proc/loadavg: 4.01 3.50 3.18 5/190 4132
/proc/meminfo: memFree=13505152/32950940 swapFree=67111528/67111528
[pid=4118] ppid=4116 vsize=3606260 CPUtime=462.3 cores=4,6
/proc/4118/stat : 4118 (qutersat_releas) R 4116 4118 2669 0 -1 4202496 880657 0 0 0 46126 104 0 0 25 0 1 0 568852083 3692810240 787834 33554432000 4194304 6016207 140735405015792 18446744073709551615 4380855 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/4118/statm: 901565 787834 735 445 0 895109 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 3606260

[startup+522.301 s]
/proc/loadavg: 4.00 3.59 3.23 5/190 4133
/proc/meminfo: memFree=13252648/32950940 swapFree=67111528/67111528
[pid=4118] ppid=4116 vsize=3720688 CPUtime=522.3 cores=4,6
/proc/4118/stat : 4118 (qutersat_releas) R 4116 4118 2669 0 -1 4202496 905038 0 0 0 52122 108 0 0 25 0 1 0 568852083 3809984512 812215 33554432000 4194304 6016207 140735405015792 18446744073709551615 4424898 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/4118/statm: 930172 812215 735 445 0 923716 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 3720688

[startup+582.301 s]
/proc/loadavg: 4.00 3.66 3.27 5/190 4135
/proc/meminfo: memFree=13180564/32950940 swapFree=67111528/67111528
[pid=4118] ppid=4116 vsize=3854120 CPUtime=582.3 cores=4,6
/proc/4118/stat : 4118 (qutersat_releas) R 4116 4118 2669 0 -1 4202496 913456 0 0 0 58120 110 0 0 25 0 1 0 568852083 3946618880 820633 33554432000 4194304 6016207 140735405015792 18446744073709551615 4425705 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/4118/statm: 963530 820633 735 445 0 957074 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 3854120

[startup+642.301 s]
/proc/loadavg: 4.00 3.72 3.32 5/190 4137
/proc/meminfo: memFree=13105004/32950940 swapFree=67111528/67111528
[pid=4118] ppid=4116 vsize=3909592 CPUtime=642.31 cores=4,6
/proc/4118/stat : 4118 (qutersat_releas) R 4116 4118 2669 0 -1 4202496 927656 0 0 0 64118 113 0 0 25 0 1 0 568852083 4003422208 834833 33554432000 4194304 6016207 140735405015792 18446744073709551615 4425476 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/4118/statm: 977398 834833 735 445 0 970942 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 3909592

[startup+702.3 s]
/proc/loadavg: 4.00 3.77 3.36 5/190 4147
/proc/meminfo: memFree=12707196/32950940 swapFree=67111528/67111528
[pid=4118] ppid=4116 vsize=4047536 CPUtime=702.31 cores=4,6
/proc/4118/stat : 4118 (qutersat_releas) R 4116 4118 2669 0 -1 4202496 972313 0 0 0 70113 118 0 0 25 0 1 0 568852083 4144676864 879490 33554432000 4194304 6016207 140735405015792 18446744073709551615 4424410 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/4118/statm: 1011884 879490 735 445 0 1005428 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 4047536

[startup+762.301 s]
/proc/loadavg: 4.04 3.82 3.40 5/190 4149
/proc/meminfo: memFree=12575704/32950940 swapFree=67111528/67111528
[pid=4118] ppid=4116 vsize=4189404 CPUtime=762.31 cores=4,6
/proc/4118/stat : 4118 (qutersat_releas) R 4116 4118 2669 0 -1 4202496 983236 0 0 0 76111 120 0 0 25 0 1 0 568852083 4289949696 890413 33554432000 4194304 6016207 140735405015792 18446744073709551615 4424559 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/4118/statm: 1047351 890413 735 445 0 1040895 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 4189404

[startup+822.301 s]
/proc/loadavg: 4.05 3.86 3.44 5/190 4150
/proc/meminfo: memFree=12533380/32950940 swapFree=67111528/67111528
[pid=4118] ppid=4116 vsize=4299612 CPUtime=822.31 cores=4,6
/proc/4118/stat : 4118 (qutersat_releas) R 4116 4118 2669 0 -1 4202496 991277 0 0 0 82109 122 0 0 25 0 1 0 568852083 4402802688 898454 33554432000 4194304 6016207 140735405015792 18446744073709551615 4425392 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/4118/statm: 1074903 898454 735 445 0 1068447 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 4299612

[startup+882.301 s]
/proc/loadavg: 4.05 3.90 3.48 5/190 4152
/proc/meminfo: memFree=12454096/32950940 swapFree=67111528/67111528
[pid=4118] ppid=4116 vsize=4299612 CPUtime=882.32 cores=4,6
/proc/4118/stat : 4118 (qutersat_releas) R 4116 4118 2669 0 -1 4202496 1010475 0 0 0 88107 125 0 0 25 0 1 0 568852083 4402802688 910841 33554432000 4194304 6016207 140735405015792 18446744073709551615 4425392 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/4118/statm: 1074903 910841 735 445 0 1068447 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 4299612

[startup+942.3 s]
/proc/loadavg: 4.02 3.92 3.50 5/190 4154
/proc/meminfo: memFree=12285788/32950940 swapFree=67111528/67111528
[pid=4118] ppid=4116 vsize=4413540 CPUtime=942.31 cores=4,6
/proc/4118/stat : 4118 (qutersat_releas) R 4116 4118 2669 0 -1 4202496 1028606 0 0 0 94104 127 0 0 25 0 1 0 568852083 4519464960 928972 33554432000 4194304 6016207 140735405015792 18446744073709551615 4424485 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/4118/statm: 1103385 928972 735 445 0 1096929 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 4413540

[startup+1002.31 s]
/proc/loadavg: 4.00 3.93 3.53 5/190 4155
/proc/meminfo: memFree=12216292/32950940 swapFree=67111528/67111528
[pid=4118] ppid=4116 vsize=4527648 CPUtime=1002.31 cores=4,6
/proc/4118/stat : 4118 (qutersat_releas) R 4116 4118 2669 0 -1 4202496 1037137 0 0 0 100102 129 0 0 25 0 1 0 568852083 4636311552 937503 33554432000 4194304 6016207 140735405015792 18446744073709551615 4378285 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/4118/statm: 1131912 937503 735 445 0 1125456 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 4527648

[startup+1062.3 s]
/proc/loadavg: 4.00 3.94 3.56 5/190 4157
/proc/meminfo: memFree=12154488/32950940 swapFree=67111528/67111528
[pid=4118] ppid=4116 vsize=4643184 CPUtime=1062.31 cores=4,6
/proc/4118/stat : 4118 (qutersat_releas) R 4116 4118 2669 0 -1 4202496 1052439 0 0 0 106099 132 0 0 25 0 1 0 568852083 4754620416 952805 33554432000 4194304 6016207 140735405015792 18446744073709551615 4373679 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/4118/statm: 1160796 952805 735 445 0 1154340 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 4643184

[startup+1122.3 s]
/proc/loadavg: 4.00 3.95 3.58 5/190 4158
/proc/meminfo: memFree=12115256/32950940 swapFree=67111528/67111528
[pid=4118] ppid=4116 vsize=4643184 CPUtime=1122.32 cores=4,6
/proc/4118/stat : 4118 (qutersat_releas) R 4116 4118 2669 0 -1 4202496 1061037 0 0 0 112098 134 0 0 25 0 1 0 568852083 4754620416 961403 33554432000 4194304 6016207 140735405015792 18446744073709551615 4425392 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/4118/statm: 1160796 961403 735 445 0 1154340 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 4643184

[startup+1182.3 s]
/proc/loadavg: 4.00 3.95 3.61 5/190 4160
/proc/meminfo: memFree=12009584/32950940 swapFree=67111528/67111528
[pid=4118] ppid=4116 vsize=4643184 CPUtime=1182.31 cores=4,6
/proc/4118/stat : 4118 (qutersat_releas) R 4116 4118 2669 0 -1 4202496 1067063 0 0 0 118097 134 0 0 25 0 1 0 568852083 4754620416 967429 33554432000 4194304 6016207 140735405015792 18446744073709551615 4424410 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/4118/statm: 1160796 967429 735 445 0 1154340 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 4643184

[startup+1242.3 s]
/proc/loadavg: 4.00 3.96 3.63 5/190 4162
/proc/meminfo: memFree=11833836/32950940 swapFree=67111528/67111528
[pid=4118] ppid=4116 vsize=4643184 CPUtime=1242.31 cores=4,6
/proc/4118/stat : 4118 (qutersat_releas) R 4116 4118 2669 0 -1 4202496 1076321 0 0 0 124095 136 0 0 25 0 1 0 568852083 4754620416 976687 33554432000 4194304 6016207 140735405015792 18446744073709551615 4424612 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/4118/statm: 1160796 976687 735 445 0 1154340 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 4643184



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.82 3.93 3.64 2/175 4217
/proc/meminfo: memFree=15029712/32950940 swapFree=67111528/67111528
[pid=4118] ppid=4116 vsize=4643184 CPUtime=1300.02 cores=4,6
/proc/4118/stat : 4118 (qutersat_releas) R 4116 4118 2669 0 -1 4202496 1112055 0 0 0 129862 140 0 0 25 0 1 0 568852083 4754620416 1012299 33554432000 4194304 6016207 140735405015792 18446744073709551615 4380234 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/4118/statm: 1160796 1012299 735 445 0 1154340 0
Current children cumulated CPU time (s) 1300.02
Current children cumulated vsize (KiB) 4643184

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

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

[startup+1300.11 s]
/proc/loadavg: 3.82 3.93 3.64 2/175 4217
/proc/meminfo: memFree=15029712/32950940 swapFree=67111528/67111528
[pid=4118] ppid=4116 vsize=0 CPUtime=1300.12 cores=4,6
/proc/4118/stat : 4118 (qutersat_releas) R 4116 4118 2669 0 -1 4194308 1112060 0 0 0 129862 150 0 0 25 0 1 0 568852083 0 0 33554432000 0 0 0 0 0 0 16384 4096 16386 18446744073709551615 0 0 17 4 0 0 0
/proc/4118/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1300.12
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 1300.16
CPU time (s): 1300.19
CPU user time (s): 1298.63
CPU system time (s): 1.55776
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 4643184

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1298.63
system time used= 1.55776
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1112060
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6
involuntary context switches= 1049

runsolver used 1.9797 second user time and 5.12122 second system time

The end

Launcher Data

Begin job on node117 at 2011-04-26 04:50:13
IDJOB=3291601
IDBENCH=84238
IDSOLVER=1607
FILE ID=node117/3291601-1303786209
RUNJOBID= node117-1303786209-4077
PBS_JOBID= 13157218
Free space on /tmp= 71880 MiB

SOLVER NAME= QuteRSat 2011-03-01
BENCH NAME= SAT03/industrial/schuppan/l2s/valves-gates-1-k617-unsat.shuffled-as.sat03-412.cnf
COMMAND LINE= qutersat_release BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3291601-1303786209/watcher-3291601-1303786209 -o /tmp/evaluation-result-3291601-1303786209/solver-3291601-1303786209 -C 2400 -W 1300 -M 7680  qutersat_release HOME/instance-3291601-1303786209.cnf 2139226046

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

MD5SUM BENCH= cb369c4583eb075a3a8cb5a04701e120
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:      18818132 kB
Buffers:       2333352 kB
Cached:       10915092 kB
SwapCached:          0 kB
Active:        6587708 kB
Inactive:      6980888 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950940 kB
LowFree:      18818132 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           77436 kB
Writeback:           0 kB
AnonPages:      318924 kB
Mapped:          20196 kB
Slab:           500556 kB
PageTables:       5888 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586996 kB
Committed_AS:   565364 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= 71888 MiB
End job on node117 at 2011-04-26 05:11:55