Trace number 1772804

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
glucose 1.0UNSAT 391.936 392.132

General information on the benchmark

Nameindustrial/fuhs/medium/
AProVE07-09.cnf
MD5SUM50ed98553825ac1825482c1496260592
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark342.131
Satisfiable
(Un)Satisfiability was proved
Number of variables33582
Number of clauses160817
Sum of the clauses size423605
Maximum clause length4200
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2136464
Number of clauses of size 36536
Number of clauses of size 46374
Number of clauses of size 52328
Number of clauses of size over 59114

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.09/0.11	c ==============================================================================
0.09/0.11	c |           |     ORIGINAL     |              LEARNT              |          |
0.09/0.11	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.09/0.11	c ==============================================================================
0.09/0.11	c |         0 |  135474   356036 |   40642       0        0     nan |  0.000 % |
1.00/1.05	c |         0 |  114078   411814 |      --       0       --      -- |     --   | -21277/56123
1.00/1.05	c ==============================================================================
1.00/1.05	c Result  :   #vars: 18800   #clauses: 114078   #literals: 411814
1.00/1.05	c CPU time:   1.00685 s
1.00/1.05	c ==============================================================================
1.09/1.19	c
1.09/1.19	c Starting glucose
1.09/1.19	c
1.09/1.19	
1.09/1.19	c This is glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
1.09/1.19	
1.09/1.19	c ============================[ Problem Statistics ]=============================
1.09/1.19	c |                                                                             |
1.09/1.19	c |  Number of variables:  18800                                                |
1.09/1.19	c |  Number of clauses:    114078                                               |
1.19/1.28	c |  Parsing time:         0.08         s                                       |
391.89/392.11	c restarts              : 576
391.89/392.11	c nb ReduceDB           : 25
391.89/392.11	c nb learnts DL2        : 2240
391.89/392.11	c nb learnts size 2     : 756
391.89/392.11	c nb learnts size 1     : 20
391.89/392.11	c conflicts             : 836311         (2141 /sec)
391.89/392.11	c decisions             : 3362296        (1.17 % random) (8607 /sec)
391.89/392.11	c propagations          : 577773487      (1478962 /sec)
391.89/392.11	c conflict literals     : 36751937       (56.38 % deleted)
391.89/392.11	c Memory used           : 34.29 MB
391.89/392.11	c CPU time              : 390.662 s
391.89/392.11	
391.89/392.12	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1772804-1241250017/watcher-1772804-1241250017 -o /tmp/evaluation-result-1772804-1241250017/solver-1772804-1241250017 -C 10000 -W 12000 -M 1800 glucose.sh HOME/instance-1772804-1241250017.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 10000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 10030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 12000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.85 0.97 0.99 3/64 24178
/proc/meminfo: memFree=787488/2055920 swapFree=4181244/4192956
[pid=24178] ppid=24176 vsize=5360 CPUtime=0
/proc/24178/stat : 24178 (glucose.sh) R 24176 24178 24141 0 -1 4194304 268 0 0 0 0 0 0 0 20 0 1 0 153035245 5488640 235 1992294400 4194304 4889804 548682068816 18446744073709551615 272467815071 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/24178/statm: 1340 235 194 169 0 51 0
[pid=24179] ppid=24178 vsize=1360 CPUtime=0
/proc/24179/stat : 24179 (SatELite_releas) R 24178 24178 24141 0 -1 4194304 186 0 0 0 0 0 0 0 20 0 1 0 153035245 1392640 170 1992294400 134512640 135225430 4294956176 18446744073709551615 134543684 0 0 4096 3 0 0 0 17 0 0 0
/proc/24179/statm: 340 173 49 174 0 163 0

[startup+0.038351 s]
/proc/loadavg: 0.85 0.97 0.99 3/64 24178
/proc/meminfo: memFree=787488/2055920 swapFree=4181244/4192956
[pid=24178] ppid=24176 vsize=5360 CPUtime=0
/proc/24178/stat : 24178 (glucose.sh) S 24176 24178 24141 0 -1 4194304 287 0 0 0 0 0 0 0 20 0 1 0 153035245 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24178/statm: 1340 236 195 169 0 51 0
[pid=24179] ppid=24178 vsize=9236 CPUtime=0.02
/proc/24179/stat : 24179 (SatELite_releas) R 24178 24178 24141 0 -1 4194304 1531 0 0 0 2 0 0 0 20 0 1 0 153035245 9457664 1467 1992294400 134512640 135225430 4294956176 18446744073709551615 134735534 0 0 4096 3 0 0 0 17 0 0 0
/proc/24179/statm: 2309 1467 51 174 0 2132 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 14596

[startup+0.101355 s]
/proc/loadavg: 0.85 0.97 0.99 3/64 24178
/proc/meminfo: memFree=787488/2055920 swapFree=4181244/4192956
[pid=24178] ppid=24176 vsize=5360 CPUtime=0
/proc/24178/stat : 24178 (glucose.sh) S 24176 24178 24141 0 -1 4194304 287 0 0 0 0 0 0 0 20 0 1 0 153035245 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24178/statm: 1340 236 195 169 0 51 0
[pid=24179] ppid=24178 vsize=15548 CPUtime=0.09
/proc/24179/stat : 24179 (SatELite_releas) R 24178 24178 24141 0 -1 4194304 3035 0 0 0 7 2 0 0 22 0 1 0 153035245 15921152 2971 1992294400 134512640 135225430 4294956176 18446744073709551615 134717494 0 0 4096 3 0 0 0 17 0 0 0
/proc/24179/statm: 3887 2976 51 174 0 3710 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 20908

[startup+0.301367 s]
/proc/loadavg: 0.85 0.97 0.99 3/64 24178
/proc/meminfo: memFree=787488/2055920 swapFree=4181244/4192956
[pid=24178] ppid=24176 vsize=5360 CPUtime=0
/proc/24178/stat : 24178 (glucose.sh) S 24176 24178 24141 0 -1 4194304 287 0 0 0 0 0 0 0 20 0 1 0 153035245 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24178/statm: 1340 236 195 169 0 51 0
[pid=24179] ppid=24178 vsize=21004 CPUtime=0.29
/proc/24179/stat : 24179 (SatELite_releas) R 24178 24178 24141 0 -1 4194304 4586 0 0 0 26 3 0 0 24 0 1 0 153035245 21508096 4145 1992294400 134512640 135225430 4294956176 18446744073709551615 134717494 0 0 4096 3 0 0 0 17 0 0 0
/proc/24179/statm: 5251 4145 77 174 0 5074 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 26364

[startup+0.701393 s]
/proc/loadavg: 0.85 0.97 0.99 3/64 24178
/proc/meminfo: memFree=787488/2055920 swapFree=4181244/4192956
[pid=24178] ppid=24176 vsize=5360 CPUtime=0
/proc/24178/stat : 24178 (glucose.sh) S 24176 24178 24141 0 -1 4194304 287 0 0 0 0 0 0 0 20 0 1 0 153035245 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24178/statm: 1340 236 195 169 0 51 0
[pid=24179] ppid=24178 vsize=23752 CPUtime=0.68
/proc/24179/stat : 24179 (SatELite_releas) R 24178 24178 24141 0 -1 4194304 5145 0 0 0 65 3 0 0 25 0 1 0 153035245 24322048 4704 1992294400 134512640 135225430 4294956176 18446744073709551615 134586507 0 0 4096 3 0 0 0 17 0 0 0
/proc/24179/statm: 5938 4704 77 174 0 5761 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 29112

[startup+1.50146 s]
/proc/loadavg: 0.85 0.97 0.99 2/66 24180
/proc/meminfo: memFree=767248/2055920 swapFree=4181244/4192956
[pid=24178] ppid=24176 vsize=5360 CPUtime=1.19
/proc/24178/stat : 24178 (glucose.sh) S 24176 24178 24141 0 -1 4194304 313 5677 0 0 0 0 113 6 16 0 1 0 153035245 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24178/statm: 1340 238 195 169 0 51 0
Current children cumulated CPU time (s) 1.19
Current children cumulated vsize (KiB) 5360

[startup+3.10156 s]
/proc/loadavg: 0.85 0.97 0.99 2/66 24181
/proc/meminfo: memFree=771920/2055920 swapFree=4181244/4192956
[pid=24178] ppid=24176 vsize=5360 CPUtime=1.19
/proc/24178/stat : 24178 (glucose.sh) S 24176 24178 24141 0 -1 4194304 313 5677 0 0 0 0 113 6 16 0 1 0 153035245 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24178/statm: 1340 238 195 169 0 51 0
[pid=24181] ppid=24178 vsize=12624 CPUtime=1.89
/proc/24181/stat : 24181 (glucose_static) R 24178 24178 24141 0 -1 4194304 2953 0 0 0 188 1 0 0 25 0 1 0 153035364 12926976 2939 1992294400 134512640 135217611 4294956288 18446744073709551615 134532823 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/24181/statm: 3156 2939 77 172 0 2981 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 17984

[startup+6.30176 s]
/proc/loadavg: 0.86 0.97 0.99 2/66 24181
/proc/meminfo: memFree=769488/2055920 swapFree=4181244/4192956
[pid=24178] ppid=24176 vsize=5360 CPUtime=1.19
/proc/24178/stat : 24178 (glucose.sh) S 24176 24178 24141 0 -1 4194304 313 5677 0 0 0 0 113 6 16 0 1 0 153035245 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24178/statm: 1340 238 195 169 0 51 0
[pid=24181] ppid=24178 vsize=14648 CPUtime=5.09
/proc/24181/stat : 24181 (glucose_static) R 24178 24178 24141 0 -1 4194304 3472 0 0 0 507 2 0 0 25 0 1 0 153035364 14999552 3458 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/24181/statm: 3662 3458 77 172 0 3487 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 20008

[startup+12.7012 s]
/proc/loadavg: 0.87 0.97 0.99 2/66 24181
/proc/meminfo: memFree=767264/2055920 swapFree=4181244/4192956
[pid=24178] ppid=24176 vsize=5360 CPUtime=1.19
/proc/24178/stat : 24178 (glucose.sh) S 24176 24178 24141 0 -1 4194304 313 5677 0 0 0 0 113 6 16 0 1 0 153035245 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24178/statm: 1340 238 195 169 0 51 0
[pid=24181] ppid=24178 vsize=17508 CPUtime=11.48
/proc/24181/stat : 24181 (glucose_static) R 24178 24178 24141 0 -1 4194304 4189 0 0 0 1146 2 0 0 25 0 1 0 153035364 17928192 4175 1992294400 134512640 135217611 4294956288 18446744073709551615 134528193 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/24181/statm: 4377 4175 77 172 0 4202 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 22868

[startup+25.502 s]
/proc/loadavg: 0.90 0.97 0.99 2/66 24181
/proc/meminfo: memFree=764000/2055920 swapFree=4181244/4192956
[pid=24178] ppid=24176 vsize=5360 CPUtime=1.19
/proc/24178/stat : 24178 (glucose.sh) S 24176 24178 24141 0 -1 4194304 313 5677 0 0 0 0 113 6 16 0 1 0 153035245 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24178/statm: 1340 238 195 169 0 51 0
[pid=24181] ppid=24178 vsize=20072 CPUtime=24.28
/proc/24181/stat : 24181 (glucose_static) R 24178 24178 24141 0 -1 4194304 4815 0 0 0 2425 3 0 0 25 0 1 0 153035364 20553728 4801 1992294400 134512640 135217611 4294956288 18446744073709551615 134532731 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/24181/statm: 5018 4801 77 172 0 4843 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 25432

[startup+51.1017 s]
/proc/loadavg: 0.99 0.99 0.99 2/66 24181
/proc/meminfo: memFree=760992/2055920 swapFree=4181244/4192956
[pid=24178] ppid=24176 vsize=5360 CPUtime=1.19
/proc/24178/stat : 24178 (glucose.sh) S 24176 24178 24141 0 -1 4194304 313 5677 0 0 0 0 113 6 16 0 1 0 153035245 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24178/statm: 1340 238 195 169 0 51 0
[pid=24181] ppid=24178 vsize=23348 CPUtime=49.87
/proc/24181/stat : 24181 (glucose_static) R 24178 24178 24141 0 -1 4194304 5627 0 0 0 4983 4 0 0 25 0 1 0 153035364 23908352 5613 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/24181/statm: 5837 5613 77 172 0 5662 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 28708

[startup+102.306 s]
/proc/loadavg: 0.99 0.99 0.99 2/66 24181
/proc/meminfo: memFree=757408/2055920 swapFree=4181244/4192956
[pid=24178] ppid=24176 vsize=5360 CPUtime=1.19
/proc/24178/stat : 24178 (glucose.sh) S 24176 24178 24141 0 -1 4194304 313 5677 0 0 0 0 113 6 16 0 1 0 153035245 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24178/statm: 1340 238 195 169 0 51 0
[pid=24181] ppid=24178 vsize=26772 CPUtime=101.04
/proc/24181/stat : 24181 (glucose_static) R 24178 24178 24141 0 -1 4194304 6482 0 0 0 10100 4 0 0 25 0 1 0 153035364 27414528 6468 1992294400 134512640 135217611 4294956288 18446744073709551615 134533148 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/24181/statm: 6693 6468 77 172 0 6518 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 32132

[startup+162.302 s]
/proc/loadavg: 0.99 0.99 0.99 2/66 24181
/proc/meminfo: memFree=755936/2055920 swapFree=4181244/4192956
[pid=24178] ppid=24176 vsize=5360 CPUtime=1.19
/proc/24178/stat : 24178 (glucose.sh) S 24176 24178 24141 0 -1 4194304 313 5677 0 0 0 0 113 6 16 0 1 0 153035245 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24178/statm: 1340 238 195 169 0 51 0
[pid=24181] ppid=24178 vsize=28392 CPUtime=161.02
/proc/24181/stat : 24181 (glucose_static) R 24178 24178 24141 0 -1 4194304 6841 0 0 0 16097 5 0 0 25 0 1 0 153035364 29073408 6827 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/24181/statm: 7098 6827 77 172 0 6923 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 33752

[startup+222.302 s]
/proc/loadavg: 0.99 0.99 0.99 2/66 24181
/proc/meminfo: memFree=753952/2055920 swapFree=4181244/4192956
[pid=24178] ppid=24176 vsize=5360 CPUtime=1.19
/proc/24178/stat : 24178 (glucose.sh) S 24176 24178 24141 0 -1 4194304 313 5677 0 0 0 0 113 6 16 0 1 0 153035245 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24178/statm: 1340 238 195 169 0 51 0
[pid=24181] ppid=24178 vsize=30352 CPUtime=220.98
/proc/24181/stat : 24181 (glucose_static) R 24178 24178 24141 0 -1 4194304 7324 0 0 0 22093 5 0 0 25 0 1 0 153035364 31080448 7310 1992294400 134512640 135217611 4294956288 18446744073709551615 134532638 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/24181/statm: 7588 7310 77 172 0 7413 0
Current children cumulated CPU time (s) 222.17
Current children cumulated vsize (KiB) 35712

[startup+282.302 s]
/proc/loadavg: 0.99 0.99 0.99 2/66 24181
/proc/meminfo: memFree=752032/2055920 swapFree=4181244/4192956
[pid=24178] ppid=24176 vsize=5360 CPUtime=1.19
/proc/24178/stat : 24178 (glucose.sh) S 24176 24178 24141 0 -1 4194304 313 5677 0 0 0 0 113 6 16 0 1 0 153035245 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24178/statm: 1340 238 195 169 0 51 0
[pid=24181] ppid=24178 vsize=32460 CPUtime=280.96
/proc/24181/stat : 24181 (glucose_static) R 24178 24178 24141 0 -1 4194304 7816 0 0 0 28090 6 0 0 25 0 1 0 153035364 33239040 7802 1992294400 134512640 135217611 4294956288 18446744073709551615 134527815 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/24181/statm: 8115 7802 77 172 0 7940 0
Current children cumulated CPU time (s) 282.15
Current children cumulated vsize (KiB) 37820

[startup+342.301 s]
/proc/loadavg: 0.99 0.99 0.99 2/66 24181
/proc/meminfo: memFree=751136/2055920 swapFree=4181244/4192956
[pid=24178] ppid=24176 vsize=5360 CPUtime=1.19
/proc/24178/stat : 24178 (glucose.sh) S 24176 24178 24141 0 -1 4194304 313 5677 0 0 0 0 113 6 16 0 1 0 153035245 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24178/statm: 1340 238 195 169 0 51 0
[pid=24181] ppid=24178 vsize=33460 CPUtime=340.93
/proc/24181/stat : 24181 (glucose_static) R 24178 24178 24141 0 -1 4194304 8070 0 0 0 34087 6 0 0 25 0 1 0 153035364 34263040 8056 1992294400 134512640 135217611 4294956288 18446744073709551615 134532912 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/24181/statm: 8365 8056 77 172 0 8190 0
Current children cumulated CPU time (s) 342.12
Current children cumulated vsize (KiB) 38820

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

[startup+358.302 s]
/proc/loadavg: 0.99 0.99 0.99 2/66 24181
/proc/meminfo: memFree=750752/2055920 swapFree=4181244/4192956
[pid=24178] ppid=24176 vsize=5360 CPUtime=1.19
/proc/24178/stat : 24178 (glucose.sh) S 24176 24178 24141 0 -1 4194304 313 5677 0 0 0 0 113 6 16 0 1 0 153035245 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24178/statm: 1340 238 195 169 0 51 0
[pid=24181] ppid=24178 vsize=33732 CPUtime=356.92
/proc/24181/stat : 24181 (glucose_static) R 24178 24178 24141 0 -1 4194304 8149 0 0 0 35686 6 0 0 25 0 1 0 153035364 34541568 8135 1992294400 134512640 135217611 4294956288 18446744073709551615 134537459 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/24181/statm: 8433 8135 77 172 0 8258 0
Current children cumulated CPU time (s) 358.11
Current children cumulated vsize (KiB) 39092

[startup+371.101 s]
/proc/loadavg: 0.99 0.99 0.99 2/66 24181
/proc/meminfo: memFree=749600/2055920 swapFree=4181244/4192956
[pid=24178] ppid=24176 vsize=5360 CPUtime=1.19
/proc/24178/stat : 24178 (glucose.sh) S 24176 24178 24141 0 -1 4194304 313 5677 0 0 0 0 113 6 16 0 1 0 153035245 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24178/statm: 1340 238 195 169 0 51 0
[pid=24181] ppid=24178 vsize=34972 CPUtime=369.71
/proc/24181/stat : 24181 (glucose_static) R 24178 24178 24141 0 -1 4194304 8433 0 0 0 36965 6 0 0 25 0 1 0 153035364 35811328 8419 1992294400 134512640 135217611 4294956288 18446744073709551615 134532638 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/24181/statm: 8743 8419 77 172 0 8568 0
Current children cumulated CPU time (s) 370.9
Current children cumulated vsize (KiB) 40332

[startup+383.905 s]
/proc/loadavg: 0.99 0.99 0.99 2/66 24181
/proc/meminfo: memFree=749472/2055920 swapFree=4181244/4192956
[pid=24178] ppid=24176 vsize=5360 CPUtime=1.19
/proc/24178/stat : 24178 (glucose.sh) S 24176 24178 24141 0 -1 4194304 313 5677 0 0 0 0 113 6 16 0 1 0 153035245 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24178/statm: 1340 238 195 169 0 51 0
[pid=24181] ppid=24178 vsize=34972 CPUtime=382.51
/proc/24181/stat : 24181 (glucose_static) R 24178 24178 24141 0 -1 4194304 8450 0 0 0 38245 6 0 0 25 0 1 0 153035364 35811328 8436 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/24181/statm: 8743 8436 77 172 0 8568 0
Current children cumulated CPU time (s) 383.7
Current children cumulated vsize (KiB) 40332

[startup+387.102 s]
/proc/loadavg: 0.99 0.99 0.99 2/66 24181
/proc/meminfo: memFree=749472/2055920 swapFree=4181244/4192956
[pid=24178] ppid=24176 vsize=5360 CPUtime=1.19
/proc/24178/stat : 24178 (glucose.sh) S 24176 24178 24141 0 -1 4194304 313 5677 0 0 0 0 113 6 16 0 1 0 153035245 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24178/statm: 1340 238 195 169 0 51 0
[pid=24181] ppid=24178 vsize=34972 CPUtime=385.71
/proc/24181/stat : 24181 (glucose_static) R 24178 24178 24141 0 -1 4194304 8451 0 0 0 38565 6 0 0 25 0 1 0 153035364 35811328 8437 1992294400 134512640 135217611 4294956288 18446744073709551615 134536942 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/24181/statm: 8743 8437 77 172 0 8568 0
Current children cumulated CPU time (s) 386.9
Current children cumulated vsize (KiB) 40332

[startup+390.302 s]
/proc/loadavg: 0.99 0.99 0.99 2/66 24181
/proc/meminfo: memFree=749408/2055920 swapFree=4181244/4192956
[pid=24178] ppid=24176 vsize=5360 CPUtime=1.19
/proc/24178/stat : 24178 (glucose.sh) S 24176 24178 24141 0 -1 4194304 313 5677 0 0 0 0 113 6 16 0 1 0 153035245 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24178/statm: 1340 238 195 169 0 51 0
[pid=24181] ppid=24178 vsize=35108 CPUtime=388.91
/proc/24181/stat : 24181 (glucose_static) R 24178 24178 24141 0 -1 4194304 8464 0 0 0 38885 6 0 0 25 0 1 0 153035364 35950592 8450 1992294400 134512640 135217611 4294956288 18446744073709551615 134532874 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/24181/statm: 8777 8450 77 172 0 8602 0
Current children cumulated CPU time (s) 390.1
Current children cumulated vsize (KiB) 40468

[startup+391.102 s]
/proc/loadavg: 0.99 0.99 0.99 2/66 24181
/proc/meminfo: memFree=749408/2055920 swapFree=4181244/4192956
[pid=24178] ppid=24176 vsize=5360 CPUtime=1.19
/proc/24178/stat : 24178 (glucose.sh) S 24176 24178 24141 0 -1 4194304 313 5677 0 0 0 0 113 6 16 0 1 0 153035245 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24178/statm: 1340 238 195 169 0 51 0
[pid=24181] ppid=24178 vsize=35108 CPUtime=389.7
/proc/24181/stat : 24181 (glucose_static) R 24178 24178 24141 0 -1 4194304 8464 0 0 0 38964 6 0 0 25 0 1 0 153035364 35950592 8450 1992294400 134512640 135217611 4294956288 18446744073709551615 134533146 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/24181/statm: 8777 8450 77 172 0 8602 0
Current children cumulated CPU time (s) 390.89
Current children cumulated vsize (KiB) 40468

[startup+391.902 s]
/proc/loadavg: 0.99 0.99 0.99 2/66 24181
/proc/meminfo: memFree=749408/2055920 swapFree=4181244/4192956
[pid=24178] ppid=24176 vsize=5360 CPUtime=1.19
/proc/24178/stat : 24178 (glucose.sh) S 24176 24178 24141 0 -1 4194304 313 5677 0 0 0 0 113 6 16 0 1 0 153035245 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24178/statm: 1340 238 195 169 0 51 0
[pid=24181] ppid=24178 vsize=35108 CPUtime=390.5
/proc/24181/stat : 24181 (glucose_static) R 24178 24178 24141 0 -1 4194304 8464 0 0 0 39044 6 0 0 25 0 1 0 153035364 35950592 8450 1992294400 134512640 135217611 4294956288 18446744073709551615 134533124 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/24181/statm: 8777 8450 77 172 0 8602 0
Current children cumulated CPU time (s) 391.69
Current children cumulated vsize (KiB) 40468

[startup+392.102 s]
/proc/loadavg: 0.99 0.99 0.99 2/66 24181
/proc/meminfo: memFree=749408/2055920 swapFree=4181244/4192956
[pid=24178] ppid=24176 vsize=5360 CPUtime=1.19
/proc/24178/stat : 24178 (glucose.sh) S 24176 24178 24141 0 -1 4194304 313 5677 0 0 0 0 113 6 16 0 1 0 153035245 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24178/statm: 1340 238 195 169 0 51 0
[pid=24181] ppid=24178 vsize=35108 CPUtime=390.7
/proc/24181/stat : 24181 (glucose_static) R 24178 24178 24141 0 -1 4194304 8464 0 0 0 39064 6 0 0 25 0 1 0 153035364 35950592 8450 1992294400 134512640 135217611 4294956288 18446744073709551615 134533631 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/24181/statm: 8777 8450 77 172 0 8602 0
Current children cumulated CPU time (s) 391.89
Current children cumulated vsize (KiB) 40468

Child status: 20
Real time (s): 392.132
CPU time (s): 391.936
CPU user time (s): 391.793
CPU system time (s): 0.142978
CPU usage (%): 99.9502
Max. virtual memory (cumulated for all children) (KiB): 40468

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

runsolver used 0.352946 second user time and 1.07984 second system time

The end

Launcher Data

Begin job on node22 at 2009-05-02 09:40:17
IDJOB=1772804
IDBENCH=20390
IDSOLVER=610
FILE ID=node22/1772804-1241250017
PBS_JOBID= 9224905
Free space on /tmp= 66424 MiB

SOLVER NAME= glucose 1.0
BENCH NAME= SAT07/industrial/fuhs/medium/AProVE07-09.cnf
COMMAND LINE= glucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1772804-1241250017/watcher-1772804-1241250017 -o /tmp/evaluation-result-1772804-1241250017/solver-1772804-1241250017 -C 10000 -W 12000 -M 1800  glucose.sh HOME/instance-1772804-1241250017.cnf

TIME LIMIT= 10000 seconds
MEMORY LIMIT= 1800 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 50ed98553825ac1825482c1496260592
RANDOM SEED=408779469

node22.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.232
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
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 lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.232
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
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 lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:        787968 kB
Buffers:         82280 kB
Cached:        1078772 kB
SwapCached:       5556 kB
Active:         241388 kB
Inactive:       927496 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        787968 kB
SwapTotal:     4192956 kB
SwapFree:      4181244 kB
Dirty:            4520 kB
Writeback:           0 kB
Mapped:          13464 kB
Slab:            85168 kB
Committed_AS:   759852 kB
PageTables:       1368 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66424 MiB
End job on node22 at 2009-05-02 09:46:49