Trace number 1772574

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 1960.41 1961.18

General information on the benchmark

Nameindustrial/anbulagan/
medium-unsat/total-10-13-u.cnf
MD5SUMa443b9e3a7093c1d9a47b42016a65c52
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark905.473
Satisfiable
(Un)Satisfiability was proved
Number of variables226208
Number of clauses1021181
Sum of the clauses size2332626
Maximum clause length10
Minimum clause length1
Number of clauses of size 119072
Number of clauses of size 2821353
Number of clauses of size 3137896
Number of clauses of size 44760
Number of clauses of size 519040
Number of clauses of size over 519060

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.69/0.78	c ==============================================================================
0.69/0.78	c |           |     ORIGINAL     |              LEARNT              |          |
0.69/0.78	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.69/0.78	c ==============================================================================
0.69/0.78	c |         0 | 1002109  2313554 |  300632       0        0     nan |  0.000 % |
6.39/6.43	c |         0 |  363891   939019 |      --       0       --      -- |     --   | -364511/-752771
6.39/6.44	c ==============================================================================
6.39/6.44	c Result  :   #vars: 61601   #clauses: 363891   #literals: 939019
6.39/6.44	c CPU time:   6.20706 s
6.39/6.44	c ==============================================================================
6.79/6.82	c
6.79/6.82	c Starting glucose
6.79/6.82	c
6.79/6.82	
6.79/6.82	c This is glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
6.79/6.82	
6.79/6.82	c ============================[ Problem Statistics ]=============================
6.79/6.82	c |                                                                             |
6.79/6.82	c |  Number of variables:  61601                                                |
6.79/6.82	c |  Number of clauses:    363891                                               |
6.82/7.09	c |  Parsing time:         0.23         s                                       |
1960.32/1961.15	c restarts              : 1348
1960.32/1961.15	c nb ReduceDB           : 31
1960.32/1961.15	c nb learnts DL2        : 1128
1960.32/1961.15	c nb learnts size 2     : 677
1960.32/1961.15	c nb learnts size 1     : 297
1960.32/1961.15	c conflicts             : 1129842        (578 /sec)
1960.32/1961.15	c decisions             : 1721311        (0.70 % random) (881 /sec)
1960.32/1961.15	c propagations          : 1351518848     (691863 /sec)
1960.32/1961.15	c conflict literals     : 110453830      (44.50 % deleted)
1960.32/1961.15	c Memory used           : 60.18 MB
1960.32/1961.15	c CPU time              : 1953.45 s
1960.32/1961.15	
1960.32/1961.16	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-1772574-1241174907/watcher-1772574-1241174907 -o /tmp/evaluation-result-1772574-1241174907/solver-1772574-1241174907 -C 10000 -W 6000 -M 1800 glucose.sh HOME/instance-1772574-1241174907.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): 6000 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.08 0.02 0.01 3/64 22926
/proc/meminfo: memFree=804920/2055920 swapFree=4181244/4192956
[pid=22926] ppid=22924 vsize=5360 CPUtime=0
/proc/22926/stat : 22926 (glucose.sh) R 22924 22926 22889 0 -1 4194304 268 0 0 0 0 0 0 0 18 0 1 0 145524394 5488640 235 1992294400 4194304 4889804 548682068816 18446744073709551615 272467815071 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/22926/statm: 1340 235 194 169 0 51 0
[pid=22927] ppid=22926 vsize=1324 CPUtime=0
/proc/22927/stat : 22927 (SatELite_releas) R 22926 22926 22889 0 -1 4194304 207 0 0 0 0 0 0 0 18 0 1 0 145524394 1355776 191 1992294400 134512640 135225430 4294956176 18446744073709551615 134735534 0 0 4096 3 0 0 0 17 0 0 0
/proc/22927/statm: 331 193 50 174 0 154 0

[startup+0.03397 s]
/proc/loadavg: 0.08 0.02 0.01 3/64 22926
/proc/meminfo: memFree=804920/2055920 swapFree=4181244/4192956
[pid=22926] ppid=22924 vsize=5360 CPUtime=0
/proc/22926/stat : 22926 (glucose.sh) S 22924 22926 22889 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 145524394 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22926/statm: 1340 236 195 169 0 51 0
[pid=22927] ppid=22926 vsize=7024 CPUtime=0.02
/proc/22927/stat : 22927 (SatELite_releas) R 22926 22926 22889 0 -1 4194304 1517 0 0 0 2 0 0 0 18 0 1 0 145524394 7192576 1501 1992294400 134512640 135225430 4294956176 18446744073709551615 134717415 0 0 4096 3 0 0 0 17 0 0 0
/proc/22927/statm: 1756 1504 50 174 0 1579 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 12384

[startup+0.102974 s]
/proc/loadavg: 0.08 0.02 0.01 3/64 22926
/proc/meminfo: memFree=804920/2055920 swapFree=4181244/4192956
[pid=22926] ppid=22924 vsize=5360 CPUtime=0
/proc/22926/stat : 22926 (glucose.sh) S 22924 22926 22889 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 145524394 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22926/statm: 1340 236 195 169 0 51 0
[pid=22927] ppid=22926 vsize=23172 CPUtime=0.09
/proc/22927/stat : 22927 (SatELite_releas) R 22926 22926 22889 0 -1 4194304 5350 0 0 0 7 2 0 0 19 0 1 0 145524394 23728128 5334 1992294400 134512640 135225430 4294956176 18446744073709551615 134717494 0 0 4096 3 0 0 0 17 0 0 0
/proc/22927/statm: 5793 5336 50 174 0 5616 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 28532

[startup+0.302986 s]
/proc/loadavg: 0.08 0.02 0.01 3/64 22926
/proc/meminfo: memFree=804920/2055920 swapFree=4181244/4192956
[pid=22926] ppid=22924 vsize=5360 CPUtime=0
/proc/22926/stat : 22926 (glucose.sh) S 22924 22926 22889 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 145524394 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22926/statm: 1340 236 195 169 0 51 0
[pid=22927] ppid=22926 vsize=56260 CPUtime=0.29
/proc/22927/stat : 22927 (SatELite_releas) R 22926 22926 22889 0 -1 4194304 12556 0 0 0 23 6 0 0 21 0 1 0 145524394 57610240 12540 1992294400 134512640 135225430 4294956176 18446744073709551615 134717494 0 0 4096 3 0 0 0 17 0 0 0
/proc/22927/statm: 14065 12543 50 174 0 13888 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 61620

[startup+0.703012 s]
/proc/loadavg: 0.08 0.02 0.01 3/64 22926
/proc/meminfo: memFree=804920/2055920 swapFree=4181244/4192956
[pid=22926] ppid=22924 vsize=5360 CPUtime=0
/proc/22926/stat : 22926 (glucose.sh) S 22924 22926 22889 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 145524394 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22926/statm: 1340 236 195 169 0 51 0
[pid=22927] ppid=22926 vsize=95008 CPUtime=0.69
/proc/22927/stat : 22927 (SatELite_releas) R 22926 22926 22889 0 -1 4194304 22748 0 0 0 57 12 0 0 25 0 1 0 145524394 97288192 22732 1992294400 134512640 135225430 4294956176 18446744073709551615 134548135 0 0 4096 3 0 0 0 17 0 0 0
/proc/22927/statm: 23752 22732 51 174 0 23575 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 100368

[startup+1.50106 s]
/proc/loadavg: 0.08 0.02 0.01 2/66 22928
/proc/meminfo: memFree=708328/2055920 swapFree=4181244/4192956
[pid=22926] ppid=22924 vsize=5360 CPUtime=0
/proc/22926/stat : 22926 (glucose.sh) S 22924 22926 22889 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 145524394 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22926/statm: 1340 236 195 169 0 51 0
[pid=22927] ppid=22926 vsize=111932 CPUtime=1.48
/proc/22927/stat : 22927 (SatELite_releas) R 22926 22926 22889 0 -1 4194304 28217 0 0 0 133 15 0 0 25 0 1 0 145524394 114618368 25606 1992294400 134512640 135225430 4294956176 18446744073709551615 134587264 0 0 4096 3 0 0 0 17 0 0 0
/proc/22927/statm: 27983 25606 77 174 0 27806 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 117292

[startup+3.10824 s]
/proc/loadavg: 0.08 0.02 0.01 2/66 22928
/proc/meminfo: memFree=695272/2055920 swapFree=4181244/4192956
[pid=22926] ppid=22924 vsize=5360 CPUtime=0
/proc/22926/stat : 22926 (glucose.sh) S 22924 22926 22889 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 145524394 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22926/statm: 1340 236 195 169 0 51 0
[pid=22927] ppid=22926 vsize=116488 CPUtime=3.09
/proc/22927/stat : 22927 (SatELite_releas) R 22926 22926 22889 0 -1 4194304 29548 0 0 0 293 16 0 0 25 0 1 0 145524394 119283712 26774 1992294400 134512640 135225430 4294956176 18446744073709551615 134587945 0 0 4096 3 0 0 0 17 0 0 0
/proc/22927/statm: 29122 26774 77 174 0 28945 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 121848

[startup+6.30137 s]
/proc/loadavg: 0.15 0.03 0.01 2/66 22928
/proc/meminfo: memFree=690088/2055920 swapFree=4181244/4192956
[pid=22926] ppid=22924 vsize=5360 CPUtime=0
/proc/22926/stat : 22926 (glucose.sh) S 22924 22926 22889 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 145524394 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22926/statm: 1340 236 195 169 0 51 0
[pid=22927] ppid=22926 vsize=119260 CPUtime=6.29
/proc/22927/stat : 22927 (SatELite_releas) R 22926 22926 22889 0 -1 4194304 38223 0 0 0 609 20 0 0 25 0 1 0 145524394 122122240 27464 1992294400 134512640 135225430 4294956176 18446744073709551615 134587574 0 0 4096 3 0 0 0 17 0 0 0
/proc/22927/statm: 29815 27464 77 174 0 29638 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 124620

[startup+12.7018 s]
/proc/loadavg: 0.22 0.05 0.02 2/66 22929
/proc/meminfo: memFree=764648/2055920 swapFree=4181244/4192956
[pid=22926] ppid=22924 vsize=5360 CPUtime=6.82
/proc/22926/stat : 22926 (glucose.sh) S 22924 22926 22889 0 -1 4194304 313 43053 0 0 0 0 655 27 16 0 1 0 145524394 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22926/statm: 1340 238 195 169 0 51 0
[pid=22929] ppid=22926 vsize=29776 CPUtime=5.86
/proc/22929/stat : 22929 (glucose_static) R 22926 22926 22889 0 -1 4194304 6950 0 0 0 583 3 0 0 25 0 1 0 145525077 30490624 6911 1992294400 134512640 135217611 4294956288 18446744073709551615 134532731 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/22929/statm: 7444 6911 77 172 0 7269 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 35136

[startup+25.5016 s]
/proc/loadavg: 0.39 0.09 0.03 2/66 22929
/proc/meminfo: memFree=760616/2055920 swapFree=4181244/4192956
[pid=22926] ppid=22924 vsize=5360 CPUtime=6.82
/proc/22926/stat : 22926 (glucose.sh) S 22924 22926 22889 0 -1 4194304 313 43053 0 0 0 0 655 27 16 0 1 0 145524394 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22926/statm: 1340 238 195 169 0 51 0
[pid=22929] ppid=22926 vsize=33868 CPUtime=18.66
/proc/22929/stat : 22929 (glucose_static) R 22926 22926 22889 0 -1 4194304 7954 0 0 0 1862 4 0 0 25 0 1 0 145525077 34680832 7915 1992294400 134512640 135217611 4294956288 18446744073709551615 134532912 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/22929/statm: 8467 7915 77 172 0 8292 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 39228

[startup+51.1023 s]
/proc/loadavg: 0.60 0.17 0.05 2/66 22929
/proc/meminfo: memFree=751016/2055920 swapFree=4181244/4192956
[pid=22926] ppid=22924 vsize=5360 CPUtime=6.82
/proc/22926/stat : 22926 (glucose.sh) S 22924 22926 22889 0 -1 4194304 313 43053 0 0 0 0 655 27 16 0 1 0 145524394 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22926/statm: 1340 238 195 169 0 51 0
[pid=22929] ppid=22926 vsize=43440 CPUtime=44.24
/proc/22929/stat : 22929 (glucose_static) R 22926 22926 22889 0 -1 4194304 10333 0 0 0 4419 5 0 0 25 0 1 0 145525077 44482560 10294 1992294400 134512640 135217611 4294956288 18446744073709551615 134527905 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/22929/statm: 10860 10294 77 172 0 10685 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 48800

[startup+102.307 s]
/proc/loadavg: 0.82 0.29 0.10 2/66 22929
/proc/meminfo: memFree=737512/2055920 swapFree=4181244/4192956
[pid=22926] ppid=22924 vsize=5360 CPUtime=6.82
/proc/22926/stat : 22926 (glucose.sh) S 22924 22926 22889 0 -1 4194304 313 43053 0 0 0 0 655 27 16 0 1 0 145524394 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22926/statm: 1340 238 195 169 0 51 0
[pid=22929] ppid=22926 vsize=57112 CPUtime=95.42
/proc/22929/stat : 22929 (glucose_static) R 22926 22926 22889 0 -1 4194304 13749 0 0 0 9533 9 0 0 25 0 1 0 145525077 58482688 13710 1992294400 134512640 135217611 4294956288 18446744073709551615 134528159 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/22929/statm: 14278 13710 77 172 0 14103 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 62472

[startup+162.301 s]
/proc/loadavg: 0.93 0.42 0.15 2/66 22929
/proc/meminfo: memFree=737448/2055920 swapFree=4181244/4192956
[pid=22926] ppid=22924 vsize=5360 CPUtime=6.82
/proc/22926/stat : 22926 (glucose.sh) S 22924 22926 22889 0 -1 4194304 313 43053 0 0 0 0 655 27 16 0 1 0 145524394 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22926/statm: 1340 238 195 169 0 51 0
[pid=22929] ppid=22926 vsize=57112 CPUtime=155.39
/proc/22929/stat : 22929 (glucose_static) R 22926 22926 22889 0 -1 4194304 13755 0 0 0 15530 9 0 0 25 0 1 0 145525077 58482688 13716 1992294400 134512640 135217611 4294956288 18446744073709551615 134532638 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/22929/statm: 14278 13716 77 172 0 14103 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 62472

[startup+222.301 s]
/proc/loadavg: 0.97 0.52 0.20 2/66 22929
/proc/meminfo: memFree=737448/2055920 swapFree=4181244/4192956
[pid=22926] ppid=22924 vsize=5360 CPUtime=6.82
/proc/22926/stat : 22926 (glucose.sh) S 22924 22926 22889 0 -1 4194304 313 43053 0 0 0 0 655 27 16 0 1 0 145524394 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22926/statm: 1340 238 195 169 0 51 0
[pid=22929] ppid=22926 vsize=57192 CPUtime=215.37
/proc/22929/stat : 22929 (glucose_static) R 22926 22926 22889 0 -1 4194304 13761 0 0 0 21528 9 0 0 25 0 1 0 145525077 58564608 13722 1992294400 134512640 135217611 4294956288 18446744073709551615 134532834 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/22929/statm: 14298 13722 77 172 0 14123 0
Current children cumulated CPU time (s) 222.19
Current children cumulated vsize (KiB) 62552

[startup+282.302 s]
/proc/loadavg: 0.99 0.61 0.25 2/66 22929
/proc/meminfo: memFree=737384/2055920 swapFree=4181244/4192956
[pid=22926] ppid=22924 vsize=5360 CPUtime=6.82
/proc/22926/stat : 22926 (glucose.sh) S 22924 22926 22889 0 -1 4194304 313 43053 0 0 0 0 655 27 16 0 1 0 145524394 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22926/statm: 1340 238 195 169 0 51 0
[pid=22929] ppid=22926 vsize=57192 CPUtime=275.35
/proc/22929/stat : 22929 (glucose_static) R 22926 22926 22889 0 -1 4194304 13768 0 0 0 27526 9 0 0 25 0 1 0 145525077 58564608 13729 1992294400 134512640 135217611 4294956288 18446744073709551615 134532731 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/22929/statm: 14298 13729 77 172 0 14123 0
Current children cumulated CPU time (s) 282.17
Current children cumulated vsize (KiB) 62552

[startup+342.303 s]
/proc/loadavg: 0.99 0.67 0.30 2/66 22929
/proc/meminfo: memFree=737320/2055920 swapFree=4181244/4192956
[pid=22926] ppid=22924 vsize=5360 CPUtime=6.82
/proc/22926/stat : 22926 (glucose.sh) S 22924 22926 22889 0 -1 4194304 313 43053 0 0 0 0 655 27 16 0 1 0 145524394 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22926/statm: 1340 238 195 169 0 51 0
[pid=22929] ppid=22926 vsize=57192 CPUtime=335.33
/proc/22929/stat : 22929 (glucose_static) R 22926 22926 22889 0 -1 4194304 13770 0 0 0 33524 9 0 0 25 0 1 0 145525077 58564608 13731 1992294400 134512640 135217611 4294956288 18446744073709551615 134532731 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/22929/statm: 14298 13731 77 172 0 14123 0
Current children cumulated CPU time (s) 342.15

################
# More data... #
################


[startup+1602.3 s]
/proc/loadavg: 1.00 0.97 0.78 2/66 22935
/proc/meminfo: memFree=734248/2055920 swapFree=4181244/4192956
[pid=22926] ppid=22924 vsize=5360 CPUtime=6.82
/proc/22926/stat : 22926 (glucose.sh) S 22924 22926 22889 0 -1 4194304 313 43053 0 0 0 0 655 27 16 0 1 0 145524394 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22926/statm: 1340 238 195 169 0 51 0
[pid=22929] ppid=22926 vsize=60608 CPUtime=1594.87
/proc/22929/stat : 22929 (glucose_static) R 22926 22926 22889 0 -1 4194304 14533 0 0 0 159476 11 0 0 25 0 1 0 145525077 62062592 14494 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/22929/statm: 15152 14494 77 172 0 14977 0
Current children cumulated CPU time (s) 1601.69
Current children cumulated vsize (KiB) 65968

[startup+1662.3 s]
/proc/loadavg: 1.00 0.97 0.80 2/66 22935
/proc/meminfo: memFree=734120/2055920 swapFree=4181244/4192956
[pid=22926] ppid=22924 vsize=5360 CPUtime=6.82
/proc/22926/stat : 22926 (glucose.sh) S 22924 22926 22889 0 -1 4194304 313 43053 0 0 0 0 655 27 16 0 1 0 145524394 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22926/statm: 1340 238 195 169 0 51 0
[pid=22929] ppid=22926 vsize=60752 CPUtime=1654.82
/proc/22929/stat : 22929 (glucose_static) R 22926 22926 22889 0 -1 4194304 14567 0 0 0 165471 11 0 0 25 0 1 0 145525077 62210048 14528 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/22929/statm: 15188 14528 77 172 0 15013 0
Current children cumulated CPU time (s) 1661.64
Current children cumulated vsize (KiB) 66112

[startup+1722.3 s]
/proc/loadavg: 1.00 0.97 0.81 2/66 22935
/proc/meminfo: memFree=733992/2055920 swapFree=4181244/4192956
[pid=22926] ppid=22924 vsize=5360 CPUtime=6.82
/proc/22926/stat : 22926 (glucose.sh) S 22924 22926 22889 0 -1 4194304 313 43053 0 0 0 0 655 27 16 0 1 0 145524394 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22926/statm: 1340 238 195 169 0 51 0
[pid=22929] ppid=22926 vsize=60932 CPUtime=1714.8
/proc/22929/stat : 22929 (glucose_static) R 22926 22926 22889 0 -1 4194304 14595 0 0 0 171469 11 0 0 25 0 1 0 145525077 62394368 14556 1992294400 134512640 135217611 4294956288 18446744073709551615 134532907 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/22929/statm: 15233 14556 77 172 0 15058 0
Current children cumulated CPU time (s) 1721.62
Current children cumulated vsize (KiB) 66292

[startup+1782.3 s]
/proc/loadavg: 1.00 0.97 0.82 2/66 22935
/proc/meminfo: memFree=733928/2055920 swapFree=4181244/4192956
[pid=22926] ppid=22924 vsize=5360 CPUtime=6.82
/proc/22926/stat : 22926 (glucose.sh) S 22924 22926 22889 0 -1 4194304 313 43053 0 0 0 0 655 27 16 0 1 0 145524394 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22926/statm: 1340 238 195 169 0 51 0
[pid=22929] ppid=22926 vsize=61112 CPUtime=1774.78
/proc/22929/stat : 22929 (glucose_static) R 22926 22926 22889 0 -1 4194304 14618 0 0 0 177467 11 0 0 25 0 1 0 145525077 62578688 14579 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/22929/statm: 15278 14579 77 172 0 15103 0
Current children cumulated CPU time (s) 1781.6
Current children cumulated vsize (KiB) 66472

[startup+1842.3 s]
/proc/loadavg: 1.00 0.97 0.82 2/66 22935
/proc/meminfo: memFree=733800/2055920 swapFree=4181244/4192956
[pid=22926] ppid=22924 vsize=5360 CPUtime=6.82
/proc/22926/stat : 22926 (glucose.sh) S 22924 22926 22889 0 -1 4194304 313 43053 0 0 0 0 655 27 16 0 1 0 145524394 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22926/statm: 1340 238 195 169 0 51 0
[pid=22929] ppid=22926 vsize=61112 CPUtime=1834.75
/proc/22929/stat : 22929 (glucose_static) R 22926 22926 22889 0 -1 4194304 14634 0 0 0 183464 11 0 0 25 0 1 0 145525077 62578688 14595 1992294400 134512640 135217611 4294956288 18446744073709551615 134527815 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/22929/statm: 15278 14595 77 172 0 15103 0
Current children cumulated CPU time (s) 1841.57
Current children cumulated vsize (KiB) 66472

[startup+1902.3 s]
/proc/loadavg: 1.00 0.97 0.83 2/66 22935
/proc/meminfo: memFree=733608/2055920 swapFree=4181244/4192956
[pid=22926] ppid=22924 vsize=5360 CPUtime=6.82
/proc/22926/stat : 22926 (glucose.sh) S 22924 22926 22889 0 -1 4194304 313 43053 0 0 0 0 655 27 16 0 1 0 145524394 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22926/statm: 1340 238 195 169 0 51 0
[pid=22929] ppid=22926 vsize=61352 CPUtime=1894.73
/proc/22929/stat : 22929 (glucose_static) R 22926 22926 22889 0 -1 4194304 14683 0 0 0 189462 11 0 0 25 0 1 0 145525077 62824448 14644 1992294400 134512640 135217611 4294956288 18446744073709551615 134537019 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/22929/statm: 15338 14644 77 172 0 15163 0
Current children cumulated CPU time (s) 1901.55
Current children cumulated vsize (KiB) 66712

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

[startup+1919.9 s]
/proc/loadavg: 1.00 0.97 0.83 2/66 22935
/proc/meminfo: memFree=733608/2055920 swapFree=4181244/4192956
[pid=22926] ppid=22924 vsize=5360 CPUtime=6.82
/proc/22926/stat : 22926 (glucose.sh) S 22924 22926 22889 0 -1 4194304 313 43053 0 0 0 0 655 27 16 0 1 0 145524394 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22926/statm: 1340 238 195 169 0 51 0
[pid=22929] ppid=22926 vsize=61352 CPUtime=1912.32
/proc/22929/stat : 22929 (glucose_static) R 22926 22926 22889 0 -1 4194304 14683 0 0 0 191221 11 0 0 25 0 1 0 145525077 62824448 14644 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/22929/statm: 15338 14644 77 172 0 15163 0
Current children cumulated CPU time (s) 1919.14
Current children cumulated vsize (KiB) 66712

[startup+1945.5 s]
/proc/loadavg: 1.00 0.97 0.83 2/66 22935
/proc/meminfo: memFree=733608/2055920 swapFree=4181244/4192956
[pid=22926] ppid=22924 vsize=5360 CPUtime=6.82
/proc/22926/stat : 22926 (glucose.sh) S 22924 22926 22889 0 -1 4194304 313 43053 0 0 0 0 655 27 16 0 1 0 145524394 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22926/statm: 1340 238 195 169 0 51 0
[pid=22929] ppid=22926 vsize=61424 CPUtime=1937.9
/proc/22929/stat : 22929 (glucose_static) R 22926 22926 22889 0 -1 4194304 14683 0 0 0 193779 11 0 0 25 0 1 0 145525077 62898176 14644 1992294400 134512640 135217611 4294956288 18446744073709551615 134527815 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/22929/statm: 15356 14644 77 172 0 15181 0
Current children cumulated CPU time (s) 1944.72
Current children cumulated vsize (KiB) 66784

[startup+1951.9 s]
/proc/loadavg: 1.00 0.97 0.84 2/66 22935
/proc/meminfo: memFree=733608/2055920 swapFree=4181244/4192956
[pid=22926] ppid=22924 vsize=5360 CPUtime=6.82
/proc/22926/stat : 22926 (glucose.sh) S 22924 22926 22889 0 -1 4194304 313 43053 0 0 0 0 655 27 16 0 1 0 145524394 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22926/statm: 1340 238 195 169 0 51 0
[pid=22929] ppid=22926 vsize=61424 CPUtime=1944.3
/proc/22929/stat : 22929 (glucose_static) R 22926 22926 22889 0 -1 4194304 14691 0 0 0 194419 11 0 0 25 0 1 0 145525077 62898176 14652 1992294400 134512640 135217611 4294956288 18446744073709551615 134528185 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/22929/statm: 15356 14652 77 172 0 15181 0
Current children cumulated CPU time (s) 1951.12
Current children cumulated vsize (KiB) 66784

[startup+1955.1 s]
/proc/loadavg: 1.00 0.97 0.84 2/66 22935
/proc/meminfo: memFree=733608/2055920 swapFree=4181244/4192956
[pid=22926] ppid=22924 vsize=5360 CPUtime=6.82
/proc/22926/stat : 22926 (glucose.sh) S 22924 22926 22889 0 -1 4194304 313 43053 0 0 0 0 655 27 16 0 1 0 145524394 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22926/statm: 1340 238 195 169 0 51 0
[pid=22929] ppid=22926 vsize=61424 CPUtime=1947.5
/proc/22929/stat : 22929 (glucose_static) R 22926 22926 22889 0 -1 4194304 14692 0 0 0 194739 11 0 0 25 0 1 0 145525077 62898176 14653 1992294400 134512640 135217611 4294956288 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/22929/statm: 15356 14653 77 172 0 15181 0
Current children cumulated CPU time (s) 1954.32
Current children cumulated vsize (KiB) 66784

[startup+1958.3 s]
/proc/loadavg: 1.00 0.97 0.84 2/66 22935
/proc/meminfo: memFree=733608/2055920 swapFree=4181244/4192956
[pid=22926] ppid=22924 vsize=5360 CPUtime=6.82
/proc/22926/stat : 22926 (glucose.sh) S 22924 22926 22889 0 -1 4194304 313 43053 0 0 0 0 655 27 16 0 1 0 145524394 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22926/statm: 1340 238 195 169 0 51 0
[pid=22929] ppid=22926 vsize=61424 CPUtime=1950.7
/proc/22929/stat : 22929 (glucose_static) R 22926 22926 22889 0 -1 4194304 14692 0 0 0 195059 11 0 0 25 0 1 0 145525077 62898176 14653 1992294400 134512640 135217611 4294956288 18446744073709551615 134532638 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/22929/statm: 15356 14653 77 172 0 15181 0
Current children cumulated CPU time (s) 1957.52
Current children cumulated vsize (KiB) 66784

[startup+1959.9 s]
/proc/loadavg: 1.00 0.97 0.84 2/66 22935
/proc/meminfo: memFree=733544/2055920 swapFree=4181244/4192956
[pid=22926] ppid=22924 vsize=5360 CPUtime=6.82
/proc/22926/stat : 22926 (glucose.sh) S 22924 22926 22889 0 -1 4194304 313 43053 0 0 0 0 655 27 16 0 1 0 145524394 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22926/statm: 1340 238 195 169 0 51 0
[pid=22929] ppid=22926 vsize=61624 CPUtime=1952.3
/proc/22929/stat : 22929 (glucose_static) R 22926 22926 22889 0 -1 4194304 14710 0 0 0 195219 11 0 0 25 0 1 0 145525077 63102976 14671 1992294400 134512640 135217611 4294956288 18446744073709551615 134533146 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/22929/statm: 15406 14671 77 172 0 15231 0
Current children cumulated CPU time (s) 1959.12
Current children cumulated vsize (KiB) 66984

[startup+1960.7 s]
/proc/loadavg: 1.00 0.97 0.84 2/66 22935
/proc/meminfo: memFree=733544/2055920 swapFree=4181244/4192956
[pid=22926] ppid=22924 vsize=5360 CPUtime=6.82
/proc/22926/stat : 22926 (glucose.sh) S 22924 22926 22889 0 -1 4194304 313 43053 0 0 0 0 655 27 16 0 1 0 145524394 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22926/statm: 1340 238 195 169 0 51 0
[pid=22929] ppid=22926 vsize=61624 CPUtime=1953.1
/proc/22929/stat : 22929 (glucose_static) R 22926 22926 22889 0 -1 4194304 14710 0 0 0 195299 11 0 0 25 0 1 0 145525077 63102976 14671 1992294400 134512640 135217611 4294956288 18446744073709551615 134532912 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/22929/statm: 15406 14671 77 172 0 15231 0
Current children cumulated CPU time (s) 1959.92
Current children cumulated vsize (KiB) 66984

[startup+1961.1 s]
/proc/loadavg: 1.00 0.97 0.84 2/66 22935
/proc/meminfo: memFree=733544/2055920 swapFree=4181244/4192956
[pid=22926] ppid=22924 vsize=5360 CPUtime=6.82
/proc/22926/stat : 22926 (glucose.sh) S 22924 22926 22889 0 -1 4194304 313 43053 0 0 0 0 655 27 16 0 1 0 145524394 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22926/statm: 1340 238 195 169 0 51 0
[pid=22929] ppid=22926 vsize=61624 CPUtime=1953.5
/proc/22929/stat : 22929 (glucose_static) R 22926 22926 22889 0 -1 4194304 14710 0 0 0 195339 11 0 0 25 0 1 0 145525077 63102976 14671 1992294400 134512640 135217611 4294956288 18446744073709551615 134532912 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/22929/statm: 15406 14671 77 172 0 15231 0
Current children cumulated CPU time (s) 1960.32
Current children cumulated vsize (KiB) 66984

Child status: 20
Real time (s): 1961.18
CPU time (s): 1960.41
CPU user time (s): 1960
CPU system time (s): 0.405938
CPU usage (%): 99.9606
Max. virtual memory (cumulated for all children) (KiB): 135212

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

runsolver used 1.54976 second user time and 5.59115 second system time

The end

Launcher Data

Begin job on node22 at 2009-05-01 12:48:28
IDJOB=1772574
IDBENCH=20342
IDSOLVER=610
FILE ID=node22/1772574-1241174907
PBS_JOBID= 9224536
Free space on /tmp= 66408 MiB

SOLVER NAME= glucose 1.0
BENCH NAME= SAT07/industrial/anbulagan/medium-unsat/total-10-13-u.cnf
COMMAND LINE= glucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1772574-1241174907/watcher-1772574-1241174907 -o /tmp/evaluation-result-1772574-1241174907/solver-1772574-1241174907 -C 10000 -W 6000 -M 1800  glucose.sh HOME/instance-1772574-1241174907.cnf

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

MD5SUM BENCH= a443b9e3a7093c1d9a47b42016a65c52
RANDOM SEED=1972163482

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:        805400 kB
Buffers:         79152 kB
Cached:        1064492 kB
SwapCached:       5556 kB
Active:         238140 kB
Inactive:       913376 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        805400 kB
SwapTotal:     4192956 kB
SwapFree:      4181244 kB
Dirty:           19912 kB
Writeback:           0 kB
Mapped:          13468 kB
Slab:            85024 kB
Committed_AS:   755488 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= 66408 MiB
End job on node22 at 2009-05-01 13:21:10