Trace number 1773094

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 905.967 906.404

General information on the benchmark

Nameindustrial/jarvisalo/
eq.atree.braun.10.unsat.cnf
MD5SUMb1a6497b6934405ef70bfcc51fa85893
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark413.163
Satisfiable
(Un)Satisfiability was proved
Number of variables1111
Number of clauses3756
Sum of the clauses size9786
Maximum clause length19
Minimum clause length1
Number of clauses of size 13
Number of clauses of size 21603
Number of clauses of size 32090
Number of clauses of size 430
Number of clauses of size 518
Number of clauses of size over 512

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.00	c ==============================================================================
0.00/0.00	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.00	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.00	c ==============================================================================
0.00/0.00	c |         0 |    3753     9783 |    1125       0        0     nan |  0.000 % |
0.00/0.01	c |         0 |    3159     9446 |      --       0       --      -- |     --   | -556/-258
0.00/0.01	c ==============================================================================
0.00/0.01	c Result  :   #vars: 759   #clauses: 3159   #literals: 9446
0.00/0.01	c CPU time:   0.014997 s
0.00/0.01	c ==============================================================================
0.00/0.02	c
0.00/0.02	c Starting glucose
0.00/0.02	c
0.00/0.02	
0.00/0.02	c This is glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
0.00/0.02	
0.00/0.02	c ============================[ Problem Statistics ]=============================
0.00/0.02	c |                                                                             |
0.00/0.02	c |  Number of variables:  759                                                  |
0.00/0.02	c |  Number of clauses:    3159                                                 |
0.00/0.02	c |  Parsing time:         0.00         s                                       |
905.84/906.39	c restarts              : 94
905.84/906.39	c nb ReduceDB           : 57
905.84/906.39	c nb learnts DL2        : 1441
905.84/906.39	c nb learnts size 2     : 281
905.84/906.39	c nb learnts size 1     : 17
905.84/906.39	c conflicts             : 1933625        (2135 /sec)
905.84/906.39	c decisions             : 2348562        (1.03 % random) (2593 /sec)
905.84/906.39	c propagations          : 257653558      (284422 /sec)
905.84/906.39	c conflict literals     : 46471972       (56.58 % deleted)
905.84/906.39	c Memory used           : 22.64 MB
905.84/906.39	c CPU time              : 905.886 s
905.84/906.39	
905.84/906.39	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-1773094-1241256256/watcher-1773094-1241256256 -o /tmp/evaluation-result-1773094-1241256256/solver-1773094-1241256256 -C 10000 -W 12000 -M 1800 glucose.sh HOME/instance-1773094-1241256256.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.90 0.97 0.99 3/64 10177
/proc/meminfo: memFree=1196456/2055920 swapFree=4174092/4192956
[pid=10177] ppid=10175 vsize=5360 CPUtime=0
/proc/10177/stat : 10177 (glucose.sh) R 10175 10177 10110 0 -1 4194304 268 0 0 0 0 0 0 0 18 0 1 0 153653679 5488640 235 1992294400 4194304 4889804 548682068816 18446744073709551615 240577473183 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/10177/statm: 1340 235 194 169 0 51 0
[pid=10178] ppid=10177 vsize=1140 CPUtime=0
/proc/10178/stat : 10178 (SatELite_releas) R 10177 10177 10110 0 -1 4194304 162 0 0 0 0 0 0 0 18 0 1 0 153653680 1167360 146 1992294400 134512640 135225430 4294956176 18446744073709551615 134717494 0 0 4096 3 0 0 0 17 0 0 0
/proc/10178/statm: 285 147 51 174 0 108 0

[startup+0.099191 s]
/proc/loadavg: 0.90 0.97 0.99 3/64 10177
/proc/meminfo: memFree=1196456/2055920 swapFree=4174092/4192956
[pid=10177] ppid=10175 vsize=5360 CPUtime=0.01
/proc/10177/stat : 10177 (glucose.sh) S 10175 10177 10110 0 -1 4194304 313 275 0 0 0 0 1 0 16 0 1 0 153653679 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10177/statm: 1340 238 195 169 0 51 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 5360

[startup+0.101191 s]
/proc/loadavg: 0.90 0.97 0.99 3/64 10177
/proc/meminfo: memFree=1196456/2055920 swapFree=4174092/4192956
[pid=10177] ppid=10175 vsize=5360 CPUtime=0.01
/proc/10177/stat : 10177 (glucose.sh) S 10175 10177 10110 0 -1 4194304 313 275 0 0 0 0 1 0 16 0 1 0 153653679 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10177/statm: 1340 238 195 169 0 51 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 5360

[startup+0.301209 s]
/proc/loadavg: 0.90 0.97 0.99 3/64 10177
/proc/meminfo: memFree=1196456/2055920 swapFree=4174092/4192956
[pid=10177] ppid=10175 vsize=5360 CPUtime=0.01
/proc/10177/stat : 10177 (glucose.sh) S 10175 10177 10110 0 -1 4194304 313 275 0 0 0 0 1 0 16 0 1 0 153653679 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10177/statm: 1340 238 195 169 0 51 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 5360

[startup+0.701244 s]
/proc/loadavg: 0.90 0.97 0.99 3/64 10177
/proc/meminfo: memFree=1196456/2055920 swapFree=4174092/4192956
[pid=10177] ppid=10175 vsize=5360 CPUtime=0.01
/proc/10177/stat : 10177 (glucose.sh) S 10175 10177 10110 0 -1 4194304 313 275 0 0 0 0 1 0 16 0 1 0 153653679 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10177/statm: 1340 238 195 169 0 51 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 5360

[startup+1.50131 s]
/proc/loadavg: 0.90 0.97 0.99 2/66 10180
/proc/meminfo: memFree=1194456/2055920 swapFree=4174092/4192956
[pid=10177] ppid=10175 vsize=5360 CPUtime=0.01
/proc/10177/stat : 10177 (glucose.sh) S 10175 10177 10110 0 -1 4194304 313 275 0 0 0 0 1 0 16 0 1 0 153653679 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10177/statm: 1340 238 195 169 0 51 0
[pid=10180] ppid=10177 vsize=3520 CPUtime=1.47
/proc/10180/stat : 10180 (glucose_static) R 10177 10177 10110 0 -1 4194304 545 0 0 0 147 0 0 0 25 0 1 0 153653682 3604480 531 1992294400 134512640 135217611 4294956288 18446744073709551615 134538348 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/10180/statm: 880 531 75 172 0 705 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 8880

[startup+3.10145 s]
/proc/loadavg: 0.90 0.97 0.99 2/66 10180
/proc/meminfo: memFree=1193752/2055920 swapFree=4174092/4192956
[pid=10177] ppid=10175 vsize=5360 CPUtime=0.01
/proc/10177/stat : 10177 (glucose.sh) S 10175 10177 10110 0 -1 4194304 313 275 0 0 0 0 1 0 16 0 1 0 153653679 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10177/statm: 1340 238 195 169 0 51 0
[pid=10180] ppid=10177 vsize=4052 CPUtime=3.07
/proc/10180/stat : 10180 (glucose_static) R 10177 10177 10110 0 -1 4194304 679 0 0 0 307 0 0 0 25 0 1 0 153653682 4149248 665 1992294400 134512640 135217611 4294956288 18446744073709551615 134533146 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/10180/statm: 1013 665 75 172 0 838 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 9412

[startup+6.30173 s]
/proc/loadavg: 0.91 0.97 0.99 2/66 10180
/proc/meminfo: memFree=1192856/2055920 swapFree=4174092/4192956
[pid=10177] ppid=10175 vsize=5360 CPUtime=0.01
/proc/10177/stat : 10177 (glucose.sh) S 10175 10177 10110 0 -1 4194304 313 275 0 0 0 0 1 0 16 0 1 0 153653679 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10177/statm: 1340 238 195 169 0 51 0
[pid=10180] ppid=10177 vsize=4996 CPUtime=6.27
/proc/10180/stat : 10180 (glucose_static) R 10177 10177 10110 0 -1 4194304 886 0 0 0 627 0 0 0 25 0 1 0 153653682 5115904 872 1992294400 134512640 135217611 4294956288 18446744073709551615 134533007 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/10180/statm: 1249 872 76 172 0 1074 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 10356

[startup+12.7013 s]
/proc/loadavg: 0.91 0.97 0.99 2/66 10180
/proc/meminfo: memFree=1191704/2055920 swapFree=4174092/4192956
[pid=10177] ppid=10175 vsize=5360 CPUtime=0.01
/proc/10177/stat : 10177 (glucose.sh) S 10175 10177 10110 0 -1 4194304 313 275 0 0 0 0 1 0 16 0 1 0 153653679 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10177/statm: 1340 238 195 169 0 51 0
[pid=10180] ppid=10177 vsize=5796 CPUtime=12.66
/proc/10180/stat : 10180 (glucose_static) R 10177 10177 10110 0 -1 4194304 1113 0 0 0 1266 0 0 0 25 0 1 0 153653682 5935104 1099 1992294400 134512640 135217611 4294956288 18446744073709551615 134533523 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/10180/statm: 1449 1099 76 172 0 1274 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 11156

[startup+25.5014 s]
/proc/loadavg: 0.93 0.97 0.99 2/66 10180
/proc/meminfo: memFree=1190360/2055920 swapFree=4174092/4192956
[pid=10177] ppid=10175 vsize=5360 CPUtime=0.01
/proc/10177/stat : 10177 (glucose.sh) S 10175 10177 10110 0 -1 4194304 313 275 0 0 0 0 1 0 16 0 1 0 153653679 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10177/statm: 1340 238 195 169 0 51 0
[pid=10180] ppid=10177 vsize=7324 CPUtime=25.45
/proc/10180/stat : 10180 (glucose_static) R 10177 10177 10110 0 -1 4194304 1470 0 0 0 2545 0 0 0 25 0 1 0 153653682 7499776 1456 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/10180/statm: 1831 1456 76 172 0 1656 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 12684

[startup+51.1017 s]
/proc/loadavg: 0.95 0.97 0.99 2/66 10180
/proc/meminfo: memFree=1188696/2055920 swapFree=4174092/4192956
[pid=10177] ppid=10175 vsize=5360 CPUtime=0.01
/proc/10177/stat : 10177 (glucose.sh) S 10175 10177 10110 0 -1 4194304 313 275 0 0 0 0 1 0 16 0 1 0 153653679 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10177/statm: 1340 238 195 169 0 51 0
[pid=10180] ppid=10177 vsize=9088 CPUtime=51.04
/proc/10180/stat : 10180 (glucose_static) R 10177 10177 10110 0 -1 4194304 1909 0 0 0 5104 0 0 0 25 0 1 0 153653682 9306112 1895 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/10180/statm: 2272 1895 76 172 0 2097 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 14448

[startup+102.305 s]
/proc/loadavg: 0.98 0.97 0.99 2/66 10180
/proc/meminfo: memFree=1186264/2055920 swapFree=4174092/4192956
[pid=10177] ppid=10175 vsize=5360 CPUtime=0.01
/proc/10177/stat : 10177 (glucose.sh) S 10175 10177 10110 0 -1 4194304 313 275 0 0 0 0 1 0 16 0 1 0 153653679 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10177/statm: 1340 238 195 169 0 51 0
[pid=10180] ppid=10177 vsize=11584 CPUtime=102.23
/proc/10180/stat : 10180 (glucose_static) R 10177 10177 10110 0 -1 4194304 2493 0 0 0 10222 1 0 0 25 0 1 0 153653682 11862016 2479 1992294400 134512640 135217611 4294956288 18446744073709551615 134532989 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/10180/statm: 2896 2479 76 172 0 2721 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 16944

[startup+162.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 10180
/proc/meminfo: memFree=1184408/2055920 swapFree=4174092/4192956
[pid=10177] ppid=10175 vsize=5360 CPUtime=0.01
/proc/10177/stat : 10177 (glucose.sh) S 10175 10177 10110 0 -1 4194304 313 275 0 0 0 0 1 0 16 0 1 0 153653679 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10177/statm: 1340 238 195 169 0 51 0
[pid=10180] ppid=10177 vsize=13612 CPUtime=162.18
/proc/10180/stat : 10180 (glucose_static) R 10177 10177 10110 0 -1 4194304 2948 0 0 0 16216 2 0 0 25 0 1 0 153653682 13938688 2934 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/10180/statm: 3403 2934 76 172 0 3228 0
Current children cumulated CPU time (s) 162.19
Current children cumulated vsize (KiB) 18972

[startup+222.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 10180
/proc/meminfo: memFree=1183448/2055920 swapFree=4174092/4192956
[pid=10177] ppid=10175 vsize=5360 CPUtime=0.01
/proc/10177/stat : 10177 (glucose.sh) S 10175 10177 10110 0 -1 4194304 313 275 0 0 0 0 1 0 16 0 1 0 153653679 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10177/statm: 1340 238 195 169 0 51 0
[pid=10180] ppid=10177 vsize=14728 CPUtime=222.14
/proc/10180/stat : 10180 (glucose_static) R 10177 10177 10110 0 -1 4194304 3226 0 0 0 22212 2 0 0 25 0 1 0 153653682 15081472 3212 1992294400 134512640 135217611 4294956288 18446744073709551615 134532989 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/10180/statm: 3682 3212 76 172 0 3507 0
Current children cumulated CPU time (s) 222.15
Current children cumulated vsize (KiB) 20088

[startup+282.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 10180
/proc/meminfo: memFree=1181720/2055920 swapFree=4174092/4192956
[pid=10177] ppid=10175 vsize=5360 CPUtime=0.01
/proc/10177/stat : 10177 (glucose.sh) S 10175 10177 10110 0 -1 4194304 313 275 0 0 0 0 1 0 16 0 1 0 153653679 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10177/statm: 1340 238 195 169 0 51 0
[pid=10180] ppid=10177 vsize=16508 CPUtime=282.11
/proc/10180/stat : 10180 (glucose_static) R 10177 10177 10110 0 -1 4194304 3649 0 0 0 28208 3 0 0 25 0 1 0 153653682 16904192 3635 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/10180/statm: 4127 3635 76 172 0 3952 0
Current children cumulated CPU time (s) 282.12
Current children cumulated vsize (KiB) 21868

[startup+342.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 10180
/proc/meminfo: memFree=1180632/2055920 swapFree=4174092/4192956
[pid=10177] ppid=10175 vsize=5360 CPUtime=0.01
/proc/10177/stat : 10177 (glucose.sh) S 10175 10177 10110 0 -1 4194304 313 275 0 0 0 0 1 0 16 0 1 0 153653679 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10177/statm: 1340 238 195 169 0 51 0
[pid=10180] ppid=10177 vsize=17512 CPUtime=342.08
/proc/10180/stat : 10180 (glucose_static) R 10177 10177 10110 0 -1 4194304 3918 0 0 0 34205 3 0 0 25 0 1 0 153653682 17932288 3904 1992294400 134512640 135217611 4294956288 18446744073709551615 134537495 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/10180/statm: 4378 3904 76 172 0 4203 0
Current children cumulated CPU time (s) 342.09
Current children cumulated vsize (KiB) 22872

[startup+402.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 10180
/proc/meminfo: memFree=1179608/2055920 swapFree=4174092/4192956
[pid=10177] ppid=10175 vsize=5360 CPUtime=0.01
/proc/10177/stat : 10177 (glucose.sh) S 10175 10177 10110 0 -1 4194304 313 275 0 0 0 0 1 0 16 0 1 0 153653679 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10177/statm: 1340 238 195 169 0 51 0
[pid=10180] ppid=10177 vsize=18668 CPUtime=402.06
/proc/10180/stat : 10180 (glucose_static) R 10177 10177 10110 0 -1 4194304 4175 0 0 0 40203 3 0 0 25 0 1 0 153653682 19116032 4161 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/10180/statm: 4667 4161 76 172 0 4492 0
Current children cumulated CPU time (s) 402.07

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


[startup+522.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 10180
/proc/meminfo: memFree=1178456/2055920 swapFree=4174092/4192956
[pid=10177] ppid=10175 vsize=5360 CPUtime=0.01
/proc/10177/stat : 10177 (glucose.sh) S 10175 10177 10110 0 -1 4194304 313 275 0 0 0 0 1 0 16 0 1 0 153653679 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10177/statm: 1340 238 195 169 0 51 0
[pid=10180] ppid=10177 vsize=20052 CPUtime=522
/proc/10180/stat : 10180 (glucose_static) R 10177 10177 10110 0 -1 4194304 4468 0 0 0 52197 3 0 0 25 0 1 0 153653682 20533248 4454 1992294400 134512640 135217611 4294956288 18446744073709551615 134533131 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/10180/statm: 5013 4454 76 172 0 4838 0
Current children cumulated CPU time (s) 522.01
Current children cumulated vsize (KiB) 25412

[startup+582.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 10180
/proc/meminfo: memFree=1177176/2055920 swapFree=4174092/4192956
[pid=10177] ppid=10175 vsize=5360 CPUtime=0.01
/proc/10177/stat : 10177 (glucose.sh) S 10175 10177 10110 0 -1 4194304 313 275 0 0 0 0 1 0 16 0 1 0 153653679 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10177/statm: 1340 238 195 169 0 51 0
[pid=10180] ppid=10177 vsize=21352 CPUtime=581.99
/proc/10180/stat : 10180 (glucose_static) R 10177 10177 10110 0 -1 4194304 4782 0 0 0 58195 4 0 0 25 0 1 0 153653682 21864448 4768 1992294400 134512640 135217611 4294956288 18446744073709551615 134533146 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/10180/statm: 5338 4768 76 172 0 5163 0
Current children cumulated CPU time (s) 582
Current children cumulated vsize (KiB) 26712

[startup+642.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 10180
/proc/meminfo: memFree=1176728/2055920 swapFree=4174092/4192956
[pid=10177] ppid=10175 vsize=5360 CPUtime=0.01
/proc/10177/stat : 10177 (glucose.sh) S 10175 10177 10110 0 -1 4194304 313 275 0 0 0 0 1 0 16 0 1 0 153653679 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10177/statm: 1340 238 195 169 0 51 0
[pid=10180] ppid=10177 vsize=21760 CPUtime=641.95
/proc/10180/stat : 10180 (glucose_static) R 10177 10177 10110 0 -1 4194304 4873 0 0 0 64191 4 0 0 25 0 1 0 153653682 22282240 4859 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/10180/statm: 5440 4859 76 172 0 5265 0
Current children cumulated CPU time (s) 641.96
Current children cumulated vsize (KiB) 27120

[startup+702.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 10180
/proc/meminfo: memFree=1176280/2055920 swapFree=4174092/4192956
[pid=10177] ppid=10175 vsize=5360 CPUtime=0.01
/proc/10177/stat : 10177 (glucose.sh) S 10175 10177 10110 0 -1 4194304 313 275 0 0 0 0 1 0 16 0 1 0 153653679 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10177/statm: 1340 238 195 169 0 51 0
[pid=10180] ppid=10177 vsize=22120 CPUtime=701.93
/proc/10180/stat : 10180 (glucose_static) R 10177 10177 10110 0 -1 4194304 4969 0 0 0 70189 4 0 0 25 0 1 0 153653682 22650880 4955 1992294400 134512640 135217611 4294956288 18446744073709551615 134533240 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/10180/statm: 5530 4955 76 172 0 5355 0
Current children cumulated CPU time (s) 701.94
Current children cumulated vsize (KiB) 27480

[startup+762.305 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 10180
/proc/meminfo: memFree=1176024/2055920 swapFree=4174092/4192956
[pid=10177] ppid=10175 vsize=5360 CPUtime=0.01
/proc/10177/stat : 10177 (glucose.sh) S 10175 10177 10110 0 -1 4194304 313 275 0 0 0 0 1 0 16 0 1 0 153653679 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10177/statm: 1340 238 195 169 0 51 0
[pid=10180] ppid=10177 vsize=22636 CPUtime=761.91
/proc/10180/stat : 10180 (glucose_static) R 10177 10177 10110 0 -1 4194304 5042 0 0 0 76187 4 0 0 25 0 1 0 153653682 23179264 5028 1992294400 134512640 135217611 4294956288 18446744073709551615 134533131 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/10180/statm: 5659 5028 76 172 0 5484 0
Current children cumulated CPU time (s) 761.92
Current children cumulated vsize (KiB) 27996

[startup+822.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 10180
/proc/meminfo: memFree=1175704/2055920 swapFree=4174092/4192956
[pid=10177] ppid=10175 vsize=5360 CPUtime=0.01
/proc/10177/stat : 10177 (glucose.sh) S 10175 10177 10110 0 -1 4194304 313 275 0 0 0 0 1 0 16 0 1 0 153653679 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10177/statm: 1340 238 195 169 0 51 0
[pid=10180] ppid=10177 vsize=22960 CPUtime=821.86
/proc/10180/stat : 10180 (glucose_static) R 10177 10177 10110 0 -1 4194304 5115 0 0 0 82182 4 0 0 25 0 1 0 153653682 23511040 5101 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/10180/statm: 5740 5101 76 172 0 5565 0
Current children cumulated CPU time (s) 821.87
Current children cumulated vsize (KiB) 28320

[startup+882.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 10180
/proc/meminfo: memFree=1175512/2055920 swapFree=4174092/4192956
[pid=10177] ppid=10175 vsize=5360 CPUtime=0.01
/proc/10177/stat : 10177 (glucose.sh) S 10175 10177 10110 0 -1 4194304 313 275 0 0 0 0 1 0 16 0 1 0 153653679 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10177/statm: 1340 238 195 169 0 51 0
[pid=10180] ppid=10177 vsize=23176 CPUtime=881.84
/proc/10180/stat : 10180 (glucose_static) R 10177 10177 10110 0 -1 4194304 5162 0 0 0 88180 4 0 0 25 0 1 0 153653682 23732224 5148 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/10180/statm: 5794 5148 76 172 0 5619 0
Current children cumulated CPU time (s) 881.85
Current children cumulated vsize (KiB) 28536

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

[startup+883.102 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 10180
/proc/meminfo: memFree=1175512/2055920 swapFree=4174092/4192956
[pid=10177] ppid=10175 vsize=5360 CPUtime=0.01
/proc/10177/stat : 10177 (glucose.sh) S 10175 10177 10110 0 -1 4194304 313 275 0 0 0 0 1 0 16 0 1 0 153653679 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10177/statm: 1340 238 195 169 0 51 0
[pid=10180] ppid=10177 vsize=23176 CPUtime=882.64
/proc/10180/stat : 10180 (glucose_static) R 10177 10177 10110 0 -1 4194304 5162 0 0 0 88260 4 0 0 25 0 1 0 153653682 23732224 5148 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/10180/statm: 5794 5148 76 172 0 5619 0
Current children cumulated CPU time (s) 882.65
Current children cumulated vsize (KiB) 28536

[startup+895.902 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 10180
/proc/meminfo: memFree=1175512/2055920 swapFree=4174092/4192956
[pid=10177] ppid=10175 vsize=5360 CPUtime=0.01
/proc/10177/stat : 10177 (glucose.sh) S 10175 10177 10110 0 -1 4194304 313 275 0 0 0 0 1 0 16 0 1 0 153653679 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10177/statm: 1340 238 195 169 0 51 0
[pid=10180] ppid=10177 vsize=23176 CPUtime=895.43
/proc/10180/stat : 10180 (glucose_static) R 10177 10177 10110 0 -1 4194304 5162 0 0 0 89539 4 0 0 25 0 1 0 153653682 23732224 5148 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/10180/statm: 5794 5148 76 172 0 5619 0
Current children cumulated CPU time (s) 895.44
Current children cumulated vsize (KiB) 28536

[startup+902.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 10180
/proc/meminfo: memFree=1175512/2055920 swapFree=4174092/4192956
[pid=10177] ppid=10175 vsize=5360 CPUtime=0.01
/proc/10177/stat : 10177 (glucose.sh) S 10175 10177 10110 0 -1 4194304 313 275 0 0 0 0 1 0 16 0 1 0 153653679 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10177/statm: 1340 238 195 169 0 51 0
[pid=10180] ppid=10177 vsize=23176 CPUtime=901.83
/proc/10180/stat : 10180 (glucose_static) R 10177 10177 10110 0 -1 4194304 5163 0 0 0 90179 4 0 0 25 0 1 0 153653682 23732224 5149 1992294400 134512640 135217611 4294956288 18446744073709551615 134533319 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/10180/statm: 5794 5149 76 172 0 5619 0
Current children cumulated CPU time (s) 901.84
Current children cumulated vsize (KiB) 28536

[startup+903.903 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 10180
/proc/meminfo: memFree=1175512/2055920 swapFree=4174092/4192956
[pid=10177] ppid=10175 vsize=5360 CPUtime=0.01
/proc/10177/stat : 10177 (glucose.sh) S 10175 10177 10110 0 -1 4194304 313 275 0 0 0 0 1 0 16 0 1 0 153653679 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10177/statm: 1340 238 195 169 0 51 0
[pid=10180] ppid=10177 vsize=23176 CPUtime=903.43
/proc/10180/stat : 10180 (glucose_static) R 10177 10177 10110 0 -1 4194304 5163 0 0 0 90339 4 0 0 25 0 1 0 153653682 23732224 5149 1992294400 134512640 135217611 4294956288 18446744073709551615 134532985 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/10180/statm: 5794 5149 76 172 0 5619 0
Current children cumulated CPU time (s) 903.44
Current children cumulated vsize (KiB) 28536

[startup+905.502 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 10180
/proc/meminfo: memFree=1175512/2055920 swapFree=4174092/4192956
[pid=10177] ppid=10175 vsize=5360 CPUtime=0.01
/proc/10177/stat : 10177 (glucose.sh) S 10175 10177 10110 0 -1 4194304 313 275 0 0 0 0 1 0 16 0 1 0 153653679 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10177/statm: 1340 238 195 169 0 51 0
[pid=10180] ppid=10177 vsize=23176 CPUtime=905.03
/proc/10180/stat : 10180 (glucose_static) R 10177 10177 10110 0 -1 4194304 5163 0 0 0 90499 4 0 0 25 0 1 0 153653682 23732224 5149 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/10180/statm: 5794 5149 76 172 0 5619 0
Current children cumulated CPU time (s) 905.04
Current children cumulated vsize (KiB) 28536

[startup+905.902 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 10180
/proc/meminfo: memFree=1175512/2055920 swapFree=4174092/4192956
[pid=10177] ppid=10175 vsize=5360 CPUtime=0.01
/proc/10177/stat : 10177 (glucose.sh) S 10175 10177 10110 0 -1 4194304 313 275 0 0 0 0 1 0 16 0 1 0 153653679 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10177/statm: 1340 238 195 169 0 51 0
[pid=10180] ppid=10177 vsize=23176 CPUtime=905.43
/proc/10180/stat : 10180 (glucose_static) R 10177 10177 10110 0 -1 4194304 5163 0 0 0 90539 4 0 0 25 0 1 0 153653682 23732224 5149 1992294400 134512640 135217611 4294956288 18446744073709551615 134537459 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/10180/statm: 5794 5149 76 172 0 5619 0
Current children cumulated CPU time (s) 905.44
Current children cumulated vsize (KiB) 28536

[startup+906.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 10180
/proc/meminfo: memFree=1175512/2055920 swapFree=4174092/4192956
[pid=10177] ppid=10175 vsize=5360 CPUtime=0.01
/proc/10177/stat : 10177 (glucose.sh) S 10175 10177 10110 0 -1 4194304 313 275 0 0 0 0 1 0 16 0 1 0 153653679 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10177/statm: 1340 238 195 169 0 51 0
[pid=10180] ppid=10177 vsize=23176 CPUtime=905.83
/proc/10180/stat : 10180 (glucose_static) R 10177 10177 10110 0 -1 4194304 5163 0 0 0 90579 4 0 0 25 0 1 0 153653682 23732224 5149 1992294400 134512640 135217611 4294956288 18446744073709551615 134534040 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/10180/statm: 5794 5149 76 172 0 5619 0
Current children cumulated CPU time (s) 905.84
Current children cumulated vsize (KiB) 28536

Child status: 20
Real time (s): 906.404
CPU time (s): 905.967
CPU user time (s): 905.905
CPU system time (s): 0.06199
CPU usage (%): 99.9518
Max. virtual memory (cumulated for all children) (KiB): 28536

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

runsolver used 0.728889 second user time and 2.57761 second system time

The end

Launcher Data

Begin job on node50 at 2009-05-02 11:24:16
IDJOB=1773094
IDBENCH=20474
IDSOLVER=610
FILE ID=node50/1773094-1241256256
PBS_JOBID= 9224919
Free space on /tmp= 66504 MiB

SOLVER NAME= glucose 1.0
BENCH NAME= SAT07/industrial/jarvisalo/eq.atree.braun.10.unsat.cnf
COMMAND LINE= glucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1773094-1241256256/watcher-1773094-1241256256 -o /tmp/evaluation-result-1773094-1241256256/solver-1773094-1241256256 -C 10000 -W 12000 -M 1800  glucose.sh HOME/instance-1773094-1241256256.cnf

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

MD5SUM BENCH= b1a6497b6934405ef70bfcc51fa85893
RANDOM SEED=1277678864

node50.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.216
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.216
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:       1196936 kB
Buffers:         80328 kB
Cached:         670388 kB
SwapCached:      13128 kB
Active:          48256 kB
Inactive:       717124 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1196936 kB
SwapTotal:     4192956 kB
SwapFree:      4174092 kB
Dirty:            1936 kB
Writeback:           0 kB
Mapped:          13424 kB
Slab:            79572 kB
Committed_AS:   606916 kB
PageTables:       1448 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= 66500 MiB
End job on node50 at 2009-05-02 11:39:23