Trace number 3308537

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 578.371 578.363

General information on the benchmark

NameAPPLICATIONS/diagnosis/
UCG-15-10p0.cnf
MD5SUMbcbcc9a4e4a7e3ebed9eeaa393ebdc32
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark187.595
Satisfiable
(Un)Satisfiability was proved
Number of variables199304
Number of clauses1005834
Sum of the clauses size2392967
Maximum clause length10
Minimum clause length1
Number of clauses of size 110249
Number of clauses of size 2756917
Number of clauses of size 3187708
Number of clauses of size 45660
Number of clauses of size 522640
Number of clauses of size over 522660

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.53	c ==============================================================================
0.00/0.53	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.53	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.53	c ==============================================================================
0.00/0.53	c |         0 |  994915  2381378 |  298474       0        0     nan |  0.000 % |
2.99/3.05	c |         0 |  656617  1827272 |      --       0       --      -- |     --   | -87269/19681
2.99/3.05	c ==============================================================================
2.99/3.05	c Result  :   #vars: 101783   #clauses: 656617   #literals: 1827272
2.99/3.05	c CPU time:   2.97155 s
2.99/3.05	c ==============================================================================
3.39/3.42	c
3.39/3.42	c Starting glucose
3.39/3.42	c
3.39/3.42	
3.39/3.42	c This is glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
3.39/3.42	
3.39/3.42	c ============================[ Problem Statistics ]=============================
3.39/3.42	c |                                                                             |
3.39/3.42	c |  Number of variables:  101783                                               |
3.39/3.42	c |  Number of clauses:    656617                                               |
3.40/3.65	c |  Parsing time:         0.21         s                                       |
578.29/578.35	c restarts              : 158
578.29/578.35	c nb ReduceDB           : 14
578.29/578.35	c nb learnts DL2        : 1285
578.29/578.35	c nb learnts size 2     : 807
578.29/578.35	c nb learnts size 1     : 162
578.29/578.35	c conflicts             : 378215         (658 /sec)
578.29/578.35	c decisions             : 668997         (1.27 % random) (1164 /sec)
578.29/578.35	c propagations          : 2380539950     (4140901 /sec)
578.29/578.35	c conflict literals     : 48460474       (55.74 % deleted)
578.29/578.35	c Memory used           : 79.72 MB
578.29/578.35	c CPU time              : 574.885 s
578.29/578.35	
578.29/578.35	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-3308537-1303983243/watcher-3308537-1303983243 -o /tmp/evaluation-result-3308537-1303983243/solver-3308537-1303983243 -C 2400 -W 1300 -M 7680 glucose.sh HOME/instance-3308537-1303983243.cnf 

running on 2 cores: 1,3

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


[startup+0 s]
/proc/loadavg: 2.28 0.63 0.21 5/192 14105
/proc/meminfo: memFree=15652916/32950928 swapFree=67087032/67111528
[pid=14105] ppid=14103 vsize=8704 CPUtime=0 cores=1,3
/proc/14105/stat : 14105 (glucose.sh) S 14103 14105 13978 0 -1 4202496 332 0 0 0 0 0 0 0 22 0 1 0 509921430 8912896 252 33554432000 4194304 4922060 140735141805808 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/14105/statm: 2176 252 211 178 0 69 0

[startup+0.0878279 s]
/proc/loadavg: 2.28 0.63 0.21 5/192 14105
/proc/meminfo: memFree=15652916/32950928 swapFree=67087032/67111528
[pid=14105] ppid=14103 vsize=8704 CPUtime=0 cores=1,3
/proc/14105/stat : 14105 (glucose.sh) S 14103 14105 13978 0 -1 4202496 332 0 0 0 0 0 0 0 22 0 1 0 509921430 8912896 252 33554432000 4194304 4922060 140735141805808 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/14105/statm: 2176 252 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.100829 s]
/proc/loadavg: 2.28 0.63 0.21 5/192 14105
/proc/meminfo: memFree=15652916/32950928 swapFree=67087032/67111528
[pid=14105] ppid=14103 vsize=8704 CPUtime=0 cores=1,3
/proc/14105/stat : 14105 (glucose.sh) S 14103 14105 13978 0 -1 4202496 332 0 0 0 0 0 0 0 22 0 1 0 509921430 8912896 252 33554432000 4194304 4922060 140735141805808 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/14105/statm: 2176 252 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.300792 s]
/proc/loadavg: 2.28 0.63 0.21 5/192 14105
/proc/meminfo: memFree=15652916/32950928 swapFree=67087032/67111528
[pid=14105] ppid=14103 vsize=8704 CPUtime=0 cores=1,3
/proc/14105/stat : 14105 (glucose.sh) S 14103 14105 13978 0 -1 4202496 332 0 0 0 0 0 0 0 22 0 1 0 509921430 8912896 252 33554432000 4194304 4922060 140735141805808 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/14105/statm: 2176 252 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.700715 s]
/proc/loadavg: 2.28 0.63 0.21 5/192 14105
/proc/meminfo: memFree=15652916/32950928 swapFree=67087032/67111528
[pid=14105] ppid=14103 vsize=8704 CPUtime=0 cores=1,3
/proc/14105/stat : 14105 (glucose.sh) S 14103 14105 13978 0 -1 4202496 332 0 0 0 0 0 0 0 22 0 1 0 509921430 8912896 252 33554432000 4194304 4922060 140735141805808 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/14105/statm: 2176 252 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+1.50056 s]
/proc/loadavg: 2.28 0.63 0.21 5/194 14107
/proc/meminfo: memFree=15543912/32950928 swapFree=67087032/67111528
[pid=14105] ppid=14103 vsize=8704 CPUtime=0 cores=1,3
/proc/14105/stat : 14105 (glucose.sh) S 14103 14105 13978 0 -1 4202496 332 0 0 0 0 0 0 0 22 0 1 0 509921430 8912896 252 33554432000 4194304 4922060 140735141805808 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/14105/statm: 2176 252 211 178 0 69 0
[pid=14106] ppid=14105 vsize=116712 CPUtime=1.49 cores=1,3
/proc/14106/stat : 14106 (SatELite_releas) R 14105 14105 13978 0 -1 4202496 29419 0 0 0 143 6 0 0 25 0 1 0 509921430 119513088 26627 33554432000 134512640 135225430 4289734816 18446744073709551615 134587289 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/14106/statm: 29178 26627 78 175 0 29001 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 125416

[startup+3.10025 s]
/proc/loadavg: 2.41 0.68 0.23 5/194 14107
/proc/meminfo: memFree=15535736/32950928 swapFree=67087032/67111528
[pid=14105] ppid=14103 vsize=8704 CPUtime=0 cores=1,3
/proc/14105/stat : 14105 (glucose.sh) S 14103 14105 13978 0 -1 4202496 332 0 0 0 0 0 0 0 22 0 1 0 509921430 8912896 252 33554432000 4194304 4922060 140735141805808 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/14105/statm: 2176 252 211 178 0 69 0
[pid=14106] ppid=14105 vsize=117816 CPUtime=3.09 cores=1,3
/proc/14106/stat : 14106 (SatELite_releas) R 14105 14105 13978 0 -1 4202496 36141 0 0 0 301 8 0 0 25 0 1 0 509921430 120643584 27107 33554432000 134512640 135225430 4289734816 18446744073709551615 134735630 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/14106/statm: 29454 27107 80 175 0 29277 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 126520

[startup+6.30064 s]
/proc/loadavg: 2.41 0.68 0.23 5/194 14108
/proc/meminfo: memFree=15569840/32950928 swapFree=67087032/67111528
[pid=14105] ppid=14103 vsize=8704 CPUtime=3.4 cores=1,3
/proc/14105/stat : 14105 (glucose.sh) S 14103 14105 13978 0 -1 4202496 359 36142 0 0 0 0 330 10 18 0 1 0 509921430 8912896 254 33554432000 4194304 4922060 140735141805808 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/14105/statm: 2176 254 211 178 0 69 0
[pid=14108] ppid=14105 vsize=51684 CPUtime=2.86 cores=1,3
/proc/14108/stat : 14108 (glucose_static) R 14105 14105 13978 0 -1 4202496 12506 0 0 0 284 2 0 0 25 0 1 0 509921772 52924416 12452 33554432000 134512640 135217611 4286989776 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/14108/statm: 12921 12452 77 173 0 12746 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 60388

[startup+12.7004 s]
/proc/loadavg: 2.66 0.79 0.27 5/194 14109
/proc/meminfo: memFree=15552972/32950928 swapFree=67087032/67111528
[pid=14105] ppid=14103 vsize=8704 CPUtime=3.4 cores=1,3
/proc/14105/stat : 14105 (glucose.sh) S 14103 14105 13978 0 -1 4202496 359 36142 0 0 0 0 330 10 18 0 1 0 509921430 8912896 254 33554432000 4194304 4922060 140735141805808 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/14105/statm: 2176 254 211 178 0 69 0
[pid=14108] ppid=14105 vsize=57132 CPUtime=9.26 cores=1,3
/proc/14108/stat : 14108 (glucose_static) R 14105 14105 13978 0 -1 4202496 13859 0 0 0 924 2 0 0 25 0 1 0 509921772 58503168 13805 33554432000 134512640 135217611 4286989776 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/14108/statm: 14283 13805 77 173 0 14108 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 65836

[startup+25.5009 s]
/proc/loadavg: 2.86 0.90 0.31 5/194 14109
/proc/meminfo: memFree=15538048/32950928 swapFree=67087032/67111528
[pid=14105] ppid=14103 vsize=8704 CPUtime=3.4 cores=1,3
/proc/14105/stat : 14105 (glucose.sh) S 14103 14105 13978 0 -1 4202496 359 36142 0 0 0 0 330 10 18 0 1 0 509921430 8912896 254 33554432000 4194304 4922060 140735141805808 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/14105/statm: 2176 254 211 178 0 69 0
[pid=14108] ppid=14105 vsize=67912 CPUtime=22.06 cores=1,3
/proc/14108/stat : 14108 (glucose_static) R 14105 14105 13978 0 -1 4202496 16562 0 0 0 2203 3 0 0 25 0 1 0 509921772 69541888 16508 33554432000 134512640 135217611 4286989776 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/14108/statm: 16978 16508 77 173 0 16803 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 76616

[startup+51.101 s]
/proc/loadavg: 3.32 1.16 0.41 5/194 14110
/proc/meminfo: memFree=15501084/32950928 swapFree=67087032/67111528
[pid=14105] ppid=14103 vsize=8704 CPUtime=3.4 cores=1,3
/proc/14105/stat : 14105 (glucose.sh) S 14103 14105 13978 0 -1 4202496 359 36142 0 0 0 0 330 10 18 0 1 0 509921430 8912896 254 33554432000 4194304 4922060 140735141805808 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/14105/statm: 2176 254 211 178 0 69 0
[pid=14108] ppid=14105 vsize=73860 CPUtime=47.67 cores=1,3
/proc/14108/stat : 14108 (glucose_static) R 14105 14105 13978 0 -1 4202496 18044 0 0 0 4763 4 0 0 25 0 1 0 509921772 75632640 17990 33554432000 134512640 135217611 4286989776 18446744073709551615 134527801 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/14108/statm: 18465 17990 77 173 0 18290 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 82564

[startup+102.307 s]
/proc/loadavg: 3.76 1.65 0.62 5/194 14111
/proc/meminfo: memFree=15469328/32950928 swapFree=67087032/67111528
[pid=14105] ppid=14103 vsize=8704 CPUtime=3.4 cores=1,3
/proc/14105/stat : 14105 (glucose.sh) S 14103 14105 13978 0 -1 4202496 359 36142 0 0 0 0 330 10 18 0 1 0 509921430 8912896 254 33554432000 4194304 4922060 140735141805808 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/14105/statm: 2176 254 211 178 0 69 0
[pid=14108] ppid=14105 vsize=80240 CPUtime=98.87 cores=1,3
/proc/14108/stat : 14108 (glucose_static) R 14105 14105 13978 0 -1 4202496 19647 0 0 0 9882 5 0 0 25 0 1 0 509921772 82165760 19593 33554432000 134512640 135217611 4286989776 18446744073709551615 134527815 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/14108/statm: 20060 19593 77 173 0 19885 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 88944

[startup+162.301 s]
/proc/loadavg: 3.91 2.08 0.83 5/194 14113
/proc/meminfo: memFree=15435028/32950928 swapFree=67087032/67111528
[pid=14105] ppid=14103 vsize=8704 CPUtime=3.4 cores=1,3
/proc/14105/stat : 14105 (glucose.sh) S 14103 14105 13978 0 -1 4202496 359 36142 0 0 0 0 330 10 18 0 1 0 509921430 8912896 254 33554432000 4194304 4922060 140735141805808 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/14105/statm: 2176 254 211 178 0 69 0
[pid=14108] ppid=14105 vsize=80484 CPUtime=158.87 cores=1,3
/proc/14108/stat : 14108 (glucose_static) R 14105 14105 13978 0 -1 4202496 19692 0 0 0 15882 5 0 0 25 0 1 0 509921772 82415616 19638 33554432000 134512640 135217611 4286989776 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/14108/statm: 20121 19638 77 173 0 19946 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 89188

[startup+222.301 s]
/proc/loadavg: 3.97 2.42 1.03 5/194 14114
/proc/meminfo: memFree=15425156/32950928 swapFree=67087032/67111528
[pid=14105] ppid=14103 vsize=8704 CPUtime=3.4 cores=1,3
/proc/14105/stat : 14105 (glucose.sh) S 14103 14105 13978 0 -1 4202496 359 36142 0 0 0 0 330 10 18 0 1 0 509921430 8912896 254 33554432000 4194304 4922060 140735141805808 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/14105/statm: 2176 254 211 178 0 69 0
[pid=14108] ppid=14105 vsize=80652 CPUtime=218.87 cores=1,3
/proc/14108/stat : 14108 (glucose_static) R 14105 14105 13978 0 -1 4202496 19732 0 0 0 21882 5 0 0 25 0 1 0 509921772 82587648 19678 33554432000 134512640 135217611 4286989776 18446744073709551615 134533327 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/14108/statm: 20163 19678 77 173 0 19988 0
Current children cumulated CPU time (s) 222.27
Current children cumulated vsize (KiB) 89356

[startup+282.301 s]
/proc/loadavg: 3.98 2.71 1.21 5/194 14116
/proc/meminfo: memFree=15417164/32950928 swapFree=67087032/67111528
[pid=14105] ppid=14103 vsize=8704 CPUtime=3.4 cores=1,3
/proc/14105/stat : 14105 (glucose.sh) S 14103 14105 13978 0 -1 4202496 359 36142 0 0 0 0 330 10 18 0 1 0 509921430 8912896 254 33554432000 4194304 4922060 140735141805808 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/14105/statm: 2176 254 211 178 0 69 0
[pid=14108] ppid=14105 vsize=80816 CPUtime=278.87 cores=1,3
/proc/14108/stat : 14108 (glucose_static) R 14105 14105 13978 0 -1 4202496 19761 0 0 0 27882 5 0 0 25 0 1 0 509921772 82755584 19707 33554432000 134512640 135217611 4286989776 18446744073709551615 134532731 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/14108/statm: 20204 19707 77 173 0 20029 0
Current children cumulated CPU time (s) 282.27
Current children cumulated vsize (KiB) 89520

[startup+342.301 s]
/proc/loadavg: 3.99 2.94 1.38 5/194 14117
/proc/meminfo: memFree=15406320/32950928 swapFree=67087032/67111528
[pid=14105] ppid=14103 vsize=8704 CPUtime=3.4 cores=1,3
/proc/14105/stat : 14105 (glucose.sh) S 14103 14105 13978 0 -1 4202496 359 36142 0 0 0 0 330 10 18 0 1 0 509921430 8912896 254 33554432000 4194304 4922060 140735141805808 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/14105/statm: 2176 254 211 178 0 69 0
[pid=14108] ppid=14105 vsize=80972 CPUtime=338.87 cores=1,3
/proc/14108/stat : 14108 (glucose_static) R 14105 14105 13978 0 -1 4202496 19789 0 0 0 33882 5 0 0 25 0 1 0 509921772 82915328 19735 33554432000 134512640 135217611 4286989776 18446744073709551615 134532638 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/14108/statm: 20243 19735 77 173 0 20068 0
Current children cumulated CPU time (s) 342.27
Current children cumulated vsize (KiB) 89676

[startup+402.3 s]
/proc/loadavg: 3.99 3.13 1.54 5/194 14119
/proc/meminfo: memFree=15382692/32950928 swapFree=67087032/67111528
[pid=14105] ppid=14103 vsize=8704 CPUtime=3.4 cores=1,3
/proc/14105/stat : 14105 (glucose.sh) S 14103 14105 13978 0 -1 4202496 359 36142 0 0 0 0 330 10 18 0 1 0 509921430 8912896 254 33554432000 4194304 4922060 140735141805808 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/14105/statm: 2176 254 211 178 0 69 0
[pid=14108] ppid=14105 vsize=80972 CPUtime=398.87 cores=1,3
/proc/14108/stat : 14108 (glucose_static) R 14105 14105 13978 0 -1 4202496 19803 0 0 0 39882 5 0 0 25 0 1 0 509921772 82915328 19749 33554432000 134512640 135217611 4286989776 18446744073709551615 134533219 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/14108/statm: 20243 19749 77 173 0 20068 0
Current children cumulated CPU time (s) 402.27
Current children cumulated vsize (KiB) 89676

[startup+462.301 s]
/proc/loadavg: 3.99 3.29 1.69 5/194 14121
/proc/meminfo: memFree=15370832/32950928 swapFree=67087032/67111528
[pid=14105] ppid=14103 vsize=8704 CPUtime=3.4 cores=1,3
/proc/14105/stat : 14105 (glucose.sh) S 14103 14105 13978 0 -1 4202496 359 36142 0 0 0 0 330 10 18 0 1 0 509921430 8912896 254 33554432000 4194304 4922060 140735141805808 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/14105/statm: 2176 254 211 178 0 69 0
[pid=14108] ppid=14105 vsize=81272 CPUtime=458.88 cores=1,3
/proc/14108/stat : 14108 (glucose_static) R 14105 14105 13978 0 -1 4202496 19854 0 0 0 45883 5 0 0 25 0 1 0 509921772 83222528 19800 33554432000 134512640 135217611 4286989776 18446744073709551615 134532731 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/14108/statm: 20318 19800 77 173 0 20143 0
Current children cumulated CPU time (s) 462.28
Current children cumulated vsize (KiB) 89976

[startup+522.3 s]
/proc/loadavg: 3.99 3.40 1.82 5/194 14122
/proc/meminfo: memFree=15358096/32950928 swapFree=67087032/67111528
[pid=14105] ppid=14103 vsize=8704 CPUtime=3.4 cores=1,3
/proc/14105/stat : 14105 (glucose.sh) S 14103 14105 13978 0 -1 4202496 359 36142 0 0 0 0 330 10 18 0 1 0 509921430 8912896 254 33554432000 4194304 4922060 140735141805808 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/14105/statm: 2176 254 211 178 0 69 0
[pid=14108] ppid=14105 vsize=81464 CPUtime=518.89 cores=1,3
/proc/14108/stat : 14108 (glucose_static) R 14105 14105 13978 0 -1 4202496 19910 0 0 0 51883 6 0 0 25 0 1 0 509921772 83419136 19856 33554432000 134512640 135217611 4286989776 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/14108/statm: 20366 19856 77 173 0 20191 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 90168

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

[startup+537.5 s]
/proc/loadavg: 4.06 3.46 1.87 5/194 14123
/proc/meminfo: memFree=15357584/32950928 swapFree=67087032/67111528
[pid=14105] ppid=14103 vsize=8704 CPUtime=3.4 cores=1,3
/proc/14105/stat : 14105 (glucose.sh) S 14103 14105 13978 0 -1 4202496 359 36142 0 0 0 0 330 10 18 0 1 0 509921430 8912896 254 33554432000 4194304 4922060 140735141805808 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/14105/statm: 2176 254 211 178 0 69 0
[pid=14108] ppid=14105 vsize=81464 CPUtime=534.09 cores=1,3
/proc/14108/stat : 14108 (glucose_static) R 14105 14105 13978 0 -1 4202496 19910 0 0 0 53403 6 0 0 25 0 1 0 509921772 83419136 19856 33554432000 134512640 135217611 4286989776 18446744073709551615 134536761 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/14108/statm: 20366 19856 77 173 0 20191 0
Current children cumulated CPU time (s) 537.49
Current children cumulated vsize (KiB) 90168

[startup+563.101 s]
/proc/loadavg: 4.17 3.53 1.94 5/194 14123
/proc/meminfo: memFree=15351096/32950928 swapFree=67087032/67111528
[pid=14105] ppid=14103 vsize=8704 CPUtime=3.4 cores=1,3
/proc/14105/stat : 14105 (glucose.sh) S 14103 14105 13978 0 -1 4202496 359 36142 0 0 0 0 330 10 18 0 1 0 509921430 8912896 254 33554432000 4194304 4922060 140735141805808 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/14105/statm: 2176 254 211 178 0 69 0
[pid=14108] ppid=14105 vsize=81464 CPUtime=559.69 cores=1,3
/proc/14108/stat : 14108 (glucose_static) R 14105 14105 13978 0 -1 4202496 19921 0 0 0 55963 6 0 0 25 0 1 0 509921772 83419136 19867 33554432000 134512640 135217611 4286989776 18446744073709551615 134538442 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/14108/statm: 20366 19867 77 173 0 20191 0
Current children cumulated CPU time (s) 563.09
Current children cumulated vsize (KiB) 90168

[startup+569.5 s]
/proc/loadavg: 4.16 3.54 1.95 5/194 14124
/proc/meminfo: memFree=15351092/32950928 swapFree=67087032/67111528
[pid=14105] ppid=14103 vsize=8704 CPUtime=3.4 cores=1,3
/proc/14105/stat : 14105 (glucose.sh) S 14103 14105 13978 0 -1 4202496 359 36142 0 0 0 0 330 10 18 0 1 0 509921430 8912896 254 33554432000 4194304 4922060 140735141805808 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/14105/statm: 2176 254 211 178 0 69 0
[pid=14108] ppid=14105 vsize=81632 CPUtime=566.09 cores=1,3
/proc/14108/stat : 14108 (glucose_static) R 14105 14105 13978 0 -1 4202496 19931 0 0 0 56603 6 0 0 25 0 1 0 509921772 83591168 19877 33554432000 134512640 135217611 4286989776 18446744073709551615 134533313 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/14108/statm: 20408 19877 77 173 0 20233 0
Current children cumulated CPU time (s) 569.49
Current children cumulated vsize (KiB) 90336

[startup+572.701 s]
/proc/loadavg: 4.15 3.55 1.96 5/194 14124
/proc/meminfo: memFree=15351088/32950928 swapFree=67087032/67111528
[pid=14105] ppid=14103 vsize=8704 CPUtime=3.4 cores=1,3
/proc/14105/stat : 14105 (glucose.sh) S 14103 14105 13978 0 -1 4202496 359 36142 0 0 0 0 330 10 18 0 1 0 509921430 8912896 254 33554432000 4194304 4922060 140735141805808 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/14105/statm: 2176 254 211 178 0 69 0
[pid=14108] ppid=14105 vsize=81632 CPUtime=569.29 cores=1,3
/proc/14108/stat : 14108 (glucose_static) R 14105 14105 13978 0 -1 4202496 19931 0 0 0 56923 6 0 0 25 0 1 0 509921772 83591168 19877 33554432000 134512640 135217611 4286989776 18446744073709551615 134533344 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/14108/statm: 20408 19877 77 173 0 20233 0
Current children cumulated CPU time (s) 572.69
Current children cumulated vsize (KiB) 90336

[startup+575.901 s]
/proc/loadavg: 4.15 3.55 1.96 5/194 14124
/proc/meminfo: memFree=15351088/32950928 swapFree=67087032/67111528
[pid=14105] ppid=14103 vsize=8704 CPUtime=3.4 cores=1,3
/proc/14105/stat : 14105 (glucose.sh) S 14103 14105 13978 0 -1 4202496 359 36142 0 0 0 0 330 10 18 0 1 0 509921430 8912896 254 33554432000 4194304 4922060 140735141805808 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/14105/statm: 2176 254 211 178 0 69 0
[pid=14108] ppid=14105 vsize=81632 CPUtime=572.49 cores=1,3
/proc/14108/stat : 14108 (glucose_static) R 14105 14105 13978 0 -1 4202496 19931 0 0 0 57243 6 0 0 25 0 1 0 509921772 83591168 19877 33554432000 134512640 135217611 4286989776 18446744073709551615 134533193 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/14108/statm: 20408 19877 77 173 0 20233 0
Current children cumulated CPU time (s) 575.89
Current children cumulated vsize (KiB) 90336

[startup+577.507 s]
/proc/loadavg: 4.13 3.55 1.97 5/194 14124
/proc/meminfo: memFree=15351088/32950928 swapFree=67087032/67111528
[pid=14105] ppid=14103 vsize=8704 CPUtime=3.4 cores=1,3
/proc/14105/stat : 14105 (glucose.sh) S 14103 14105 13978 0 -1 4202496 359 36142 0 0 0 0 330 10 18 0 1 0 509921430 8912896 254 33554432000 4194304 4922060 140735141805808 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/14105/statm: 2176 254 211 178 0 69 0
[pid=14108] ppid=14105 vsize=81632 CPUtime=574.1 cores=1,3
/proc/14108/stat : 14108 (glucose_static) R 14105 14105 13978 0 -1 4202496 19931 0 0 0 57404 6 0 0 25 0 1 0 509921772 83591168 19877 33554432000 134512640 135217611 4286989776 18446744073709551615 134527815 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/14108/statm: 20408 19877 77 173 0 20233 0
Current children cumulated CPU time (s) 577.5
Current children cumulated vsize (KiB) 90336

[startup+577.901 s]
/proc/loadavg: 4.13 3.55 1.97 5/194 14124
/proc/meminfo: memFree=15351088/32950928 swapFree=67087032/67111528
[pid=14105] ppid=14103 vsize=8704 CPUtime=3.4 cores=1,3
/proc/14105/stat : 14105 (glucose.sh) S 14103 14105 13978 0 -1 4202496 359 36142 0 0 0 0 330 10 18 0 1 0 509921430 8912896 254 33554432000 4194304 4922060 140735141805808 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/14105/statm: 2176 254 211 178 0 69 0
[pid=14108] ppid=14105 vsize=81632 CPUtime=574.49 cores=1,3
/proc/14108/stat : 14108 (glucose_static) R 14105 14105 13978 0 -1 4202496 19931 0 0 0 57443 6 0 0 25 0 1 0 509921772 83591168 19877 33554432000 134512640 135217611 4286989776 18446744073709551615 134532731 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/14108/statm: 20408 19877 77 173 0 20233 0
Current children cumulated CPU time (s) 577.89
Current children cumulated vsize (KiB) 90336

[startup+578.301 s]
/proc/loadavg: 4.13 3.55 1.97 5/194 14124
/proc/meminfo: memFree=15351088/32950928 swapFree=67087032/67111528
[pid=14105] ppid=14103 vsize=8704 CPUtime=3.4 cores=1,3
/proc/14105/stat : 14105 (glucose.sh) S 14103 14105 13978 0 -1 4202496 359 36142 0 0 0 0 330 10 18 0 1 0 509921430 8912896 254 33554432000 4194304 4922060 140735141805808 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/14105/statm: 2176 254 211 178 0 69 0
[pid=14108] ppid=14105 vsize=81632 CPUtime=574.89 cores=1,3
/proc/14108/stat : 14108 (glucose_static) R 14105 14105 13978 0 -1 4202496 19931 0 0 0 57483 6 0 0 25 0 1 0 509921772 83591168 19877 33554432000 134512640 135217611 4286989776 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/14108/statm: 20408 19877 77 173 0 20233 0
Current children cumulated CPU time (s) 578.29
Current children cumulated vsize (KiB) 90336

Child status: 20
Real time (s): 578.363
CPU time (s): 578.371
CPU user time (s): 578.193
CPU system time (s): 0.177972
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 135936

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

runsolver used 0.899863 second user time and 2.25666 second system time

The end

Launcher Data

Begin job on node148 at 2011-04-28 11:34:04
IDJOB=3308537
IDBENCH=71039
IDSOLVER=1691
FILE ID=node148/3308537-1303983243
RUNJOBID= node148-1303983193-13998
PBS_JOBID= 13168678
Free space on /tmp= 71280 MiB

SOLVER NAME= SAT09 reference solver:glucose 1.0
BENCH NAME= SAT09/APPLICATIONS/diagnosis/UCG-15-10p0.cnf
COMMAND LINE= glucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3308537-1303983243/watcher-3308537-1303983243 -o /tmp/evaluation-result-3308537-1303983243/solver-3308537-1303983243 -C 2400 -W 1300 -M 7680  glucose.sh HOME/instance-3308537-1303983243.cnf

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

MD5SUM BENCH= bcbcc9a4e4a7e3ebed9eeaa393ebdc32
RANDOM SEED=794960814

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      15653196 kB
Buffers:       2081688 kB
Cached:       14349436 kB
SwapCached:       5264 kB
Active:        7111516 kB
Inactive:      9617556 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      15653196 kB
SwapTotal:    67111528 kB
SwapFree:     67087032 kB
Dirty:           93508 kB
Writeback:           0 kB
AnonPages:      294924 kB
Mapped:          15008 kB
Slab:           504980 kB
PageTables:       5608 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   505332 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= 71280 MiB
End job on node148 at 2011-04-28 11:43:42