Trace number 3309041

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
SAT09 reference solver:glucose 1.0UNSAT 125.994 125.999

General information on the benchmark

NameSAT03/industrial/simon/sat02/
6pipe_6_ooo.shuffled-as.sat03-413.cnf
MD5SUM8bd122b0caab0988cbc54e4731b25623
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark21.2178
Satisfiable
(Un)Satisfiability was proved
Number of variables17064
Number of clauses545612
Sum of the clauses size1608428
Maximum clause length187
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2476931
Number of clauses of size 356141
Number of clauses of size 4301
Number of clauses of size 5290
Number of clauses of size over 511948

Solver Data

0.00/0.00	c
0.00/0.00	c Starting SatElite Preprocessing
0.00/0.00	c
0.00/0.00	c Parsing...
0.00/0.29	c ==============================================================================
0.00/0.29	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.29	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.29	c ==============================================================================
0.00/0.29	c |         0 |  545611  1608427 |  163683       0        0     nan |  0.000 % |
3.48/3.54	c |         0 |  536137  1617433 |      --       0       --      -- |     --   | -9425/9117
3.48/3.54	c ==============================================================================
3.48/3.54	c Result  :   #vars: 14409   #clauses: 536137   #literals: 1617433
3.48/3.54	c CPU time:   3.52546 s
3.48/3.54	c ==============================================================================
3.79/3.86	c
3.79/3.86	c Starting glucose
3.79/3.86	c
3.79/3.86	
3.79/3.86	c This is glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
3.79/3.86	
3.79/3.86	c ============================[ Problem Statistics ]=============================
3.79/3.86	c |                                                                             |
3.79/3.86	c |  Number of variables:  14409                                                |
3.79/3.86	c |  Number of clauses:    536137                                               |
3.85/4.08	c |  Parsing time:         0.21         s                                       |
125.87/125.99	c restarts              : 533
125.87/125.99	c nb ReduceDB           : 20
125.87/125.99	c nb learnts DL2        : 3148
125.87/125.99	c nb learnts size 2     : 2726
125.87/125.99	c nb learnts size 1     : 18
125.87/125.99	c conflicts             : 616753         (5051 /sec)
125.87/125.99	c decisions             : 3353657        (1.18 % random) (27467 /sec)
125.87/125.99	c propagations          : 283729082      (2323811 /sec)
125.87/125.99	c conflict literals     : 68927855       (46.53 % deleted)
125.87/125.99	c Memory used           : 73.68 MB
125.87/125.99	c CPU time              : 122.096 s
125.87/125.99	
125.87/125.99	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

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-3309041-1303985086/watcher-3309041-1303985086 -o /tmp/evaluation-result-3309041-1303985086/solver-3309041-1303985086 -C 2400 -W 1300 -M 7680 glucose.sh HOME/instance-3309041-1303985086.cnf 

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: 3.92 3.98 3.45 4/192 4253
/proc/meminfo: memFree=14922436/32950928 swapFree=67111528/67111528
[pid=4253] ppid=4251 vsize=8704 CPUtime=0 cores=0,2
/proc/4253/stat : 4253 (glucose.sh) S 4251 4253 3639 0 -1 4202496 333 0 0 0 0 0 0 0 21 0 1 0 510107340 8912896 252 33554432000 4194304 4922060 140735628770224 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/4253/statm: 2176 252 211 178 0 69 0

[startup+0.0491659 s]
/proc/loadavg: 3.92 3.98 3.45 4/192 4253
/proc/meminfo: memFree=14922436/32950928 swapFree=67111528/67111528
[pid=4253] ppid=4251 vsize=8704 CPUtime=0 cores=0,2
/proc/4253/stat : 4253 (glucose.sh) S 4251 4253 3639 0 -1 4202496 333 0 0 0 0 0 0 0 21 0 1 0 510107340 8912896 252 33554432000 4194304 4922060 140735628770224 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/4253/statm: 2176 252 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.100157 s]
/proc/loadavg: 3.92 3.98 3.45 4/192 4253
/proc/meminfo: memFree=14922436/32950928 swapFree=67111528/67111528
[pid=4253] ppid=4251 vsize=8704 CPUtime=0 cores=0,2
/proc/4253/stat : 4253 (glucose.sh) S 4251 4253 3639 0 -1 4202496 333 0 0 0 0 0 0 0 21 0 1 0 510107340 8912896 252 33554432000 4194304 4922060 140735628770224 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/4253/statm: 2176 252 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.300174 s]
/proc/loadavg: 3.92 3.98 3.45 4/192 4253
/proc/meminfo: memFree=14922436/32950928 swapFree=67111528/67111528
[pid=4253] ppid=4251 vsize=8704 CPUtime=0 cores=0,2
/proc/4253/stat : 4253 (glucose.sh) S 4251 4253 3639 0 -1 4202496 333 0 0 0 0 0 0 0 21 0 1 0 510107340 8912896 252 33554432000 4194304 4922060 140735628770224 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/4253/statm: 2176 252 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.701117 s]
/proc/loadavg: 3.92 3.98 3.45 4/192 4253
/proc/meminfo: memFree=14922436/32950928 swapFree=67111528/67111528
[pid=4253] ppid=4251 vsize=8704 CPUtime=0 cores=0,2
/proc/4253/stat : 4253 (glucose.sh) S 4251 4253 3639 0 -1 4202496 333 0 0 0 0 0 0 0 21 0 1 0 510107340 8912896 252 33554432000 4194304 4922060 140735628770224 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/4253/statm: 2176 252 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+1.50098 s]
/proc/loadavg: 3.92 3.98 3.45 5/194 4255
/proc/meminfo: memFree=14880764/32950928 swapFree=67111528/67111528
[pid=4253] ppid=4251 vsize=8704 CPUtime=0 cores=0,2
/proc/4253/stat : 4253 (glucose.sh) S 4251 4253 3639 0 -1 4202496 333 0 0 0 0 0 0 0 21 0 1 0 510107340 8912896 252 33554432000 4194304 4922060 140735628770224 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/4253/statm: 2176 252 211 178 0 69 0
[pid=4254] ppid=4253 vsize=53544 CPUtime=1.49 cores=0,2
/proc/4254/stat : 4254 (SatELite_releas) R 4253 4253 3639 0 -1 4202496 12080 0 0 0 148 1 0 0 25 0 1 0 510107340 54829056 11250 33554432000 134512640 135225430 4294749808 18446744073709551615 134549560 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/4254/statm: 13386 11250 78 175 0 13209 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 62248

[startup+3.10072 s]
/proc/loadavg: 3.92 3.98 3.45 5/194 4255
/proc/meminfo: memFree=14874068/32950928 swapFree=67111528/67111528
[pid=4253] ppid=4251 vsize=8704 CPUtime=0 cores=0,2
/proc/4253/stat : 4253 (glucose.sh) S 4251 4253 3639 0 -1 4202496 333 0 0 0 0 0 0 0 21 0 1 0 510107340 8912896 252 33554432000 4194304 4922060 140735628770224 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/4253/statm: 2176 252 211 178 0 69 0
[pid=4254] ppid=4253 vsize=53684 CPUtime=3.08 cores=0,2
/proc/4254/stat : 4254 (SatELite_releas) R 4253 4253 3639 0 -1 4202496 12098 0 0 0 307 1 0 0 25 0 1 0 510107340 54972416 11268 33554432000 134512640 135225430 4294749808 18446744073709551615 134549560 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/4254/statm: 13421 11268 78 175 0 13244 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 62388

[startup+6.30117 s]
/proc/loadavg: 3.93 3.98 3.45 5/194 4256
/proc/meminfo: memFree=14871824/32950928 swapFree=67111528/67111528
[pid=4253] ppid=4251 vsize=8704 CPUtime=3.85 cores=0,2
/proc/4253/stat : 4253 (glucose.sh) S 4251 4253 3639 0 -1 4202496 359 13166 0 0 0 0 382 3 18 0 1 0 510107340 8912896 254 33554432000 4194304 4922060 140735628770224 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/4253/statm: 2176 254 211 178 0 69 0
[pid=4256] ppid=4253 vsize=37672 CPUtime=2.43 cores=0,2
/proc/4256/stat : 4256 (glucose_static) R 4253 4253 3639 0 -1 4202496 9068 0 0 0 242 1 0 0 25 0 1 0 510107726 38576128 9023 33554432000 134512640 135217611 4288464208 18446744073709551615 134533213 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/4256/statm: 9418 9023 77 173 0 9243 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 46376

[startup+12.7011 s]
/proc/loadavg: 3.93 3.98 3.45 5/194 4256
/proc/meminfo: memFree=14860096/32950928 swapFree=67111528/67111528
[pid=4253] ppid=4251 vsize=8704 CPUtime=3.85 cores=0,2
/proc/4253/stat : 4253 (glucose.sh) S 4251 4253 3639 0 -1 4202496 359 13166 0 0 0 0 382 3 18 0 1 0 510107340 8912896 254 33554432000 4194304 4922060 140735628770224 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/4253/statm: 2176 254 211 178 0 69 0
[pid=4256] ppid=4253 vsize=45824 CPUtime=8.82 cores=0,2
/proc/4256/stat : 4256 (glucose_static) R 4253 4253 3639 0 -1 4202496 11109 0 0 0 881 1 0 0 25 0 1 0 510107726 46923776 11064 33554432000 134512640 135217611 4288464208 18446744073709551615 134533770 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/4256/statm: 11456 11064 77 173 0 11281 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 54528

[startup+25.5009 s]
/proc/loadavg: 3.95 3.98 3.46 5/194 4257
/proc/meminfo: memFree=14851672/32950928 swapFree=67111528/67111528
[pid=4253] ppid=4251 vsize=8704 CPUtime=3.85 cores=0,2
/proc/4253/stat : 4253 (glucose.sh) S 4251 4253 3639 0 -1 4202496 359 13166 0 0 0 0 382 3 18 0 1 0 510107340 8912896 254 33554432000 4194304 4922060 140735628770224 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/4253/statm: 2176 254 211 178 0 69 0
[pid=4256] ppid=4253 vsize=51984 CPUtime=21.63 cores=0,2
/proc/4256/stat : 4256 (glucose_static) R 4253 4253 3639 0 -1 4202496 12620 0 0 0 2161 2 0 0 25 0 1 0 510107726 53231616 12575 33554432000 134512640 135217611 4288464208 18446744073709551615 134536936 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/4256/statm: 12996 12575 77 173 0 12821 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 60688

[startup+51.1006 s]
/proc/loadavg: 4.03 4.00 3.48 5/194 4257
/proc/meminfo: memFree=14822224/32950928 swapFree=67111528/67111528
[pid=4253] ppid=4251 vsize=8704 CPUtime=3.85 cores=0,2
/proc/4253/stat : 4253 (glucose.sh) S 4251 4253 3639 0 -1 4202496 359 13166 0 0 0 0 382 3 18 0 1 0 510107340 8912896 254 33554432000 4194304 4922060 140735628770224 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/4253/statm: 2176 254 211 178 0 69 0
[pid=4256] ppid=4253 vsize=75320 CPUtime=47.22 cores=0,2
/proc/4256/stat : 4256 (glucose_static) R 4253 4253 3639 0 -1 4202496 18438 0 0 0 4720 2 0 0 25 0 1 0 510107726 77127680 18393 33554432000 134512640 135217611 4288464208 18446744073709551615 134527899 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/4256/statm: 18830 18393 77 173 0 18655 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 84024

[startup+102.307 s]
/proc/loadavg: 4.08 4.02 3.51 5/194 4259
/proc/meminfo: memFree=14811852/32950928 swapFree=67111528/67111528
[pid=4253] ppid=4251 vsize=8704 CPUtime=3.85 cores=0,2
/proc/4253/stat : 4253 (glucose.sh) S 4251 4253 3639 0 -1 4202496 359 13166 0 0 0 0 382 3 18 0 1 0 510107340 8912896 254 33554432000 4194304 4922060 140735628770224 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/4253/statm: 2176 254 211 178 0 69 0
[pid=4256] ppid=4253 vsize=75440 CPUtime=98.43 cores=0,2
/proc/4256/stat : 4256 (glucose_static) R 4253 4253 3639 0 -1 4202496 18457 0 0 0 9841 2 0 0 25 0 1 0 510107726 77250560 18412 33554432000 134512640 135217611 4288464208 18446744073709551615 134532682 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/4256/statm: 18860 18412 77 173 0 18685 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 84144

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

[startup+115.101 s]
/proc/loadavg: 4.06 4.01 3.52 5/194 4259
/proc/meminfo: memFree=14810984/32950928 swapFree=67111528/67111528
[pid=4253] ppid=4251 vsize=8704 CPUtime=3.85 cores=0,2
/proc/4253/stat : 4253 (glucose.sh) S 4251 4253 3639 0 -1 4202496 359 13166 0 0 0 0 382 3 18 0 1 0 510107340 8912896 254 33554432000 4194304 4922060 140735628770224 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/4253/statm: 2176 254 211 178 0 69 0
[pid=4256] ppid=4253 vsize=75440 CPUtime=111.22 cores=0,2
/proc/4256/stat : 4256 (glucose_static) R 4253 4253 3639 0 -1 4202496 18461 0 0 0 11120 2 0 0 25 0 1 0 510107726 77250560 18416 33554432000 134512640 135217611 4288464208 18446744073709551615 134522915 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/4256/statm: 18860 18416 77 173 0 18685 0
Current children cumulated CPU time (s) 115.07
Current children cumulated vsize (KiB) 84144

[startup+121.501 s]
/proc/loadavg: 4.06 4.01 3.52 5/194 4259
/proc/meminfo: memFree=14809868/32950928 swapFree=67111528/67111528
[pid=4253] ppid=4251 vsize=8704 CPUtime=3.85 cores=0,2
/proc/4253/stat : 4253 (glucose.sh) S 4251 4253 3639 0 -1 4202496 359 13166 0 0 0 0 382 3 18 0 1 0 510107340 8912896 254 33554432000 4194304 4922060 140735628770224 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/4253/statm: 2176 254 211 178 0 69 0
[pid=4256] ppid=4253 vsize=75440 CPUtime=117.62 cores=0,2
/proc/4256/stat : 4256 (glucose_static) R 4253 4253 3639 0 -1 4202496 18461 0 0 0 11760 2 0 0 25 0 1 0 510107726 77250560 18416 33554432000 134512640 135217611 4288464208 18446744073709551615 134533007 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/4256/statm: 18860 18416 77 173 0 18685 0
Current children cumulated CPU time (s) 121.47
Current children cumulated vsize (KiB) 84144

[startup+123.1 s]
/proc/loadavg: 4.05 4.01 3.52 5/194 4259
/proc/meminfo: memFree=14809620/32950928 swapFree=67111528/67111528
[pid=4253] ppid=4251 vsize=8704 CPUtime=3.85 cores=0,2
/proc/4253/stat : 4253 (glucose.sh) S 4251 4253 3639 0 -1 4202496 359 13166 0 0 0 0 382 3 18 0 1 0 510107340 8912896 254 33554432000 4194304 4922060 140735628770224 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/4253/statm: 2176 254 211 178 0 69 0
[pid=4256] ppid=4253 vsize=75440 CPUtime=119.23 cores=0,2
/proc/4256/stat : 4256 (glucose_static) R 4253 4253 3639 0 -1 4202496 18461 0 0 0 11921 2 0 0 25 0 1 0 510107726 77250560 18416 33554432000 134512640 135217611 4288464208 18446744073709551615 134532989 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/4256/statm: 18860 18416 77 173 0 18685 0
Current children cumulated CPU time (s) 123.08
Current children cumulated vsize (KiB) 84144

[startup+124.7 s]
/proc/loadavg: 4.05 4.01 3.52 5/194 4259
/proc/meminfo: memFree=14809496/32950928 swapFree=67111528/67111528
[pid=4253] ppid=4251 vsize=8704 CPUtime=3.85 cores=0,2
/proc/4253/stat : 4253 (glucose.sh) S 4251 4253 3639 0 -1 4202496 359 13166 0 0 0 0 382 3 18 0 1 0 510107340 8912896 254 33554432000 4194304 4922060 140735628770224 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/4253/statm: 2176 254 211 178 0 69 0
[pid=4256] ppid=4253 vsize=75440 CPUtime=120.82 cores=0,2
/proc/4256/stat : 4256 (glucose_static) R 4253 4253 3639 0 -1 4202496 18461 0 0 0 12080 2 0 0 25 0 1 0 510107726 77250560 18416 33554432000 134512640 135217611 4288464208 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/4256/statm: 18860 18416 77 173 0 18685 0
Current children cumulated CPU time (s) 124.67
Current children cumulated vsize (KiB) 84144

[startup+125.501 s]
/proc/loadavg: 4.05 4.01 3.52 5/194 4259
/proc/meminfo: memFree=14809248/32950928 swapFree=67111528/67111528
[pid=4253] ppid=4251 vsize=8704 CPUtime=3.85 cores=0,2
/proc/4253/stat : 4253 (glucose.sh) S 4251 4253 3639 0 -1 4202496 359 13166 0 0 0 0 382 3 18 0 1 0 510107340 8912896 254 33554432000 4194304 4922060 140735628770224 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/4253/statm: 2176 254 211 178 0 69 0
[pid=4256] ppid=4253 vsize=75440 CPUtime=121.62 cores=0,2
/proc/4256/stat : 4256 (glucose_static) R 4253 4253 3639 0 -1 4202496 18463 0 0 0 12160 2 0 0 25 0 1 0 510107726 77250560 18418 33554432000 134512640 135217611 4288464208 18446744073709551615 134532731 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/4256/statm: 18860 18418 77 173 0 18685 0
Current children cumulated CPU time (s) 125.47
Current children cumulated vsize (KiB) 84144

[startup+125.901 s]
/proc/loadavg: 4.05 4.01 3.52 5/194 4259
/proc/meminfo: memFree=14809248/32950928 swapFree=67111528/67111528
[pid=4253] ppid=4251 vsize=8704 CPUtime=3.85 cores=0,2
/proc/4253/stat : 4253 (glucose.sh) S 4251 4253 3639 0 -1 4202496 359 13166 0 0 0 0 382 3 18 0 1 0 510107340 8912896 254 33554432000 4194304 4922060 140735628770224 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/4253/statm: 2176 254 211 178 0 69 0
[pid=4256] ppid=4253 vsize=75440 CPUtime=122.02 cores=0,2
/proc/4256/stat : 4256 (glucose_static) R 4253 4253 3639 0 -1 4202496 18463 0 0 0 12200 2 0 0 25 0 1 0 510107726 77250560 18418 33554432000 134512640 135217611 4288464208 18446744073709551615 134532741 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/4256/statm: 18860 18418 77 173 0 18685 0
Current children cumulated CPU time (s) 125.87
Current children cumulated vsize (KiB) 84144

Child status: 20
Real time (s): 125.999
CPU time (s): 125.994
CPU user time (s): 125.918
CPU system time (s): 0.075988
CPU usage (%): 99.9956
Max. virtual memory (cumulated for all children) (KiB): 84144

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

runsolver used 0.209968 second user time and 0.480926 second system time

The end

Launcher Data

Begin job on node126 at 2011-04-28 12:04:46
IDJOB=3309041
IDBENCH=84172
IDSOLVER=1691
FILE ID=node126/3309041-1303985086
RUNJOBID= node126-1303983196-3657
PBS_JOBID= 13168700
Free space on /tmp= 71456 MiB

SOLVER NAME= SAT09 reference solver:glucose 1.0
BENCH NAME= SAT03/industrial/simon/sat02/6pipe_6_ooo.shuffled-as.sat03-413.cnf
COMMAND LINE= glucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3309041-1303985086/watcher-3309041-1303985086 -o /tmp/evaluation-result-3309041-1303985086/solver-3309041-1303985086 -C 2400 -W 1300 -M 7680  glucose.sh HOME/instance-3309041-1303985086.cnf

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

MD5SUM BENCH= 8bd122b0caab0988cbc54e4731b25623
RANDOM SEED=2099984934

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      14922468 kB
Buffers:       1837252 kB
Cached:       15310944 kB
SwapCached:          0 kB
Active:        6929092 kB
Inactive:     10514268 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      14922468 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:          131660 kB
Writeback:           0 kB
AnonPages:      294860 kB
Mapped:          16032 kB
Slab:           519968 kB
PageTables:       5772 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   489444 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= 71452 MiB
End job on node126 at 2011-04-28 12:06:52