Trace number 1715684

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 49.8154 49.8418

General information on the benchmark

Nameindustrial/anbulagan/
medium-unsat/total-5-13-u.cnf
MD5SUM127968d7d14f3ab7655995f561e62ed8
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark37.5733
Satisfiable
(Un)Satisfiability was proved
Number of variables178708
Number of clauses806681
Sum of the clauses size1842626
Maximum clause length10
Minimum clause length1
Number of clauses of size 115072
Number of clauses of size 2648853
Number of clauses of size 3108896
Number of clauses of size 43760
Number of clauses of size 515040
Number of clauses of size over 515060

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.58/0.61	c ==============================================================================
0.58/0.61	c |           |     ORIGINAL     |              LEARNT              |          |
0.58/0.61	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.58/0.61	c ==============================================================================
0.58/0.61	c |         0 |  791609  1827554 |  237482       0        0     nan |  0.000 % |
4.89/4.94	c |         0 |  330007   875573 |      --       0       --      -- |     --   | -246452/-463289
4.89/4.95	c ==============================================================================
4.89/4.95	c Result  :   #vars: 58111   #clauses: 330007   #literals: 875573
4.89/4.95	c CPU time:   4.74228 s
4.89/4.95	c ==============================================================================
5.19/5.29	c
5.19/5.29	c Starting glucose
5.19/5.29	c
5.19/5.29	
5.19/5.29	c This is glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
5.19/5.29	
5.19/5.29	c ============================[ Problem Statistics ]=============================
5.19/5.29	c |                                                                             |
5.19/5.29	c |  Number of variables:  58111                                                |
5.19/5.29	c |  Number of clauses:    330007                                               |
5.46/5.53	c |  Parsing time:         0.20         s                                       |
49.75/49.82	c restarts              : 15
49.75/49.82	c nb ReduceDB           : 1
49.75/49.82	c nb learnts DL2        : 191
49.75/49.82	c nb learnts size 2     : 108
49.75/49.82	c nb learnts size 1     : 79
49.75/49.82	c conflicts             : 33995          (764 /sec)
49.75/49.82	c decisions             : 46719          (0.82 % random) (1051 /sec)
49.75/49.82	c propagations          : 47344785       (1064664 /sec)
49.75/49.82	c conflict literals     : 1213543        (43.83 % deleted)
49.75/49.82	c Memory used           : 28.25 MB
49.75/49.82	c CPU time              : 44.4692 s
49.75/49.82	
49.75/49.83	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-1715684-1240605823/watcher-1715684-1240605823 -o /tmp/evaluation-result-1715684-1240605823/solver-1715684-1240605823 -C 1200 -W 1800 -M 1800 --output-limit 1,15 glucose.sh HOME/instance-1715684-1240605823.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1800 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
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.78 0.26 0.09 3/64 11284
/proc/meminfo: memFree=1093776/2055920 swapFree=4192956/4192956
[pid=11284] ppid=11282 vsize=5360 CPUtime=0
/proc/11284/stat : 11284 (glucose.sh) R 11282 11284 11215 0 -1 4194304 268 0 0 0 0 0 0 0 18 0 1 0 88617116 5488640 235 1992294400 4194304 4889804 548682068832 18446744073709551615 259353275039 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/11284/statm: 1340 235 194 169 0 51 0
[pid=11285] ppid=11284 vsize=1324 CPUtime=0
/proc/11285/stat : 11285 (SatELite_releas) R 11284 11284 11215 0 -1 4194304 209 0 0 0 0 0 0 0 18 0 1 0 88617116 1355776 193 1992294400 134512640 135225430 4294956176 18446744073709551615 134543744 0 0 4096 3 0 0 0 17 0 0 0
/proc/11285/statm: 331 195 50 174 0 154 0

[startup+0.091686 s]
/proc/loadavg: 0.78 0.26 0.09 3/64 11284
/proc/meminfo: memFree=1093776/2055920 swapFree=4192956/4192956
[pid=11284] ppid=11282 vsize=5360 CPUtime=0
/proc/11284/stat : 11284 (glucose.sh) S 11282 11284 11215 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 88617116 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11284/statm: 1340 236 195 169 0 51 0
[pid=11285] ppid=11284 vsize=22088 CPUtime=0.08
/proc/11285/stat : 11285 (SatELite_releas) R 11284 11284 11215 0 -1 4194304 4827 0 0 0 6 2 0 0 19 0 1 0 88617116 22618112 4811 1992294400 134512640 135225430 4294956176 18446744073709551615 134735534 0 0 4096 3 0 0 0 17 0 0 0
/proc/11285/statm: 5522 4813 50 174 0 5345 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 27448

[startup+0.102688 s]
/proc/loadavg: 0.78 0.26 0.09 3/64 11284
/proc/meminfo: memFree=1093776/2055920 swapFree=4192956/4192956
[pid=11284] ppid=11282 vsize=5360 CPUtime=0
/proc/11284/stat : 11284 (glucose.sh) S 11282 11284 11215 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 88617116 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11284/statm: 1340 236 195 169 0 51 0
[pid=11285] ppid=11284 vsize=23144 CPUtime=0.09
/proc/11285/stat : 11285 (SatELite_releas) R 11284 11284 11215 0 -1 4194304 5523 0 0 0 7 2 0 0 19 0 1 0 88617116 23699456 5507 1992294400 134512640 135225430 4294956176 18446744073709551615 134544080 0 0 4096 3 0 0 0 17 0 0 0
/proc/11285/statm: 5786 5509 50 174 0 5609 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 28504

[startup+0.301727 s]
/proc/loadavg: 0.78 0.26 0.09 3/64 11284
/proc/meminfo: memFree=1093776/2055920 swapFree=4192956/4192956
[pid=11284] ppid=11282 vsize=5360 CPUtime=0
/proc/11284/stat : 11284 (glucose.sh) S 11282 11284 11215 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 88617116 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11284/statm: 1340 236 195 169 0 51 0
[pid=11285] ppid=11284 vsize=57156 CPUtime=0.29
/proc/11285/stat : 11285 (SatELite_releas) R 11284 11284 11215 0 -1 4194304 11770 0 0 0 22 7 0 0 21 0 1 0 88617116 58527744 11754 1992294400 134512640 135225430 4294956176 18446744073709551615 134717494 0 0 4096 3 0 0 0 17 0 0 0
/proc/11285/statm: 14289 11755 50 174 0 14112 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 62516

[startup+0.701806 s]
/proc/loadavg: 0.78 0.26 0.09 3/64 11284
/proc/meminfo: memFree=1093776/2055920 swapFree=4192956/4192956
[pid=11284] ppid=11282 vsize=5360 CPUtime=0
/proc/11284/stat : 11284 (glucose.sh) S 11282 11284 11215 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 88617116 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11284/statm: 1340 236 195 169 0 51 0
[pid=11285] ppid=11284 vsize=87536 CPUtime=0.69
/proc/11285/stat : 11285 (SatELite_releas) R 11284 11284 11215 0 -1 4194304 18923 0 0 0 58 11 0 0 25 0 1 0 88617116 89636864 18907 1992294400 134512640 135225430 4294956176 18446744073709551615 134712369 0 0 4096 3 0 0 0 17 0 0 0
/proc/11285/statm: 21884 18907 72 174 0 21707 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 92896

[startup+1.50196 s]
/proc/loadavg: 0.80 0.27 0.09 2/66 11286
/proc/meminfo: memFree=1012416/2055920 swapFree=4192956/4192956
[pid=11284] ppid=11282 vsize=5360 CPUtime=0
/proc/11284/stat : 11284 (glucose.sh) S 11282 11284 11215 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 88617116 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11284/statm: 1340 236 195 169 0 51 0
[pid=11285] ppid=11284 vsize=97280 CPUtime=1.48
/proc/11285/stat : 11285 (SatELite_releas) R 11284 11284 11215 0 -1 4194304 22724 0 0 0 135 13 0 0 25 0 1 0 88617116 99614720 20796 1992294400 134512640 135225430 4294956176 18446744073709551615 134587334 0 0 4096 3 0 0 0 17 0 0 0
/proc/11285/statm: 24320 20796 77 174 0 24143 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 102640

[startup+3.10128 s]
/proc/loadavg: 0.80 0.27 0.09 2/66 11286
/proc/meminfo: memFree=1006336/2055920 swapFree=4192956/4192956
[pid=11284] ppid=11282 vsize=5360 CPUtime=0
/proc/11284/stat : 11284 (glucose.sh) S 11282 11284 11215 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 88617116 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11284/statm: 1340 236 195 169 0 51 0
[pid=11285] ppid=11284 vsize=106132 CPUtime=3.09
/proc/11285/stat : 11285 (SatELite_releas) R 11284 11284 11215 0 -1 4194304 25265 0 0 0 294 15 0 0 25 0 1 0 88617116 108679168 23004 1992294400 134512640 135225430 4294956176 18446744073709551615 134549676 0 0 4096 3 0 0 0 17 0 0 0
/proc/11285/statm: 26533 23005 77 174 0 26356 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 111492

[startup+6.30292 s]
/proc/loadavg: 0.81 0.28 0.10 2/66 11287
/proc/meminfo: memFree=1068864/2055920 swapFree=4192956/4192956
[pid=11284] ppid=11282 vsize=5360 CPUtime=5.27
/proc/11284/stat : 11284 (glucose.sh) S 11282 11284 11215 0 -1 4194304 313 33769 0 0 0 0 503 24 16 0 1 0 88617116 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11284/statm: 1340 238 195 169 0 51 0
[pid=11287] ppid=11284 vsize=26572 CPUtime=1
/proc/11287/stat : 11287 (glucose_static) R 11284 11284 11215 0 -1 4194304 6254 0 0 0 97 3 0 0 25 0 1 0 88617645 27209728 6230 1992294400 134512640 135217611 4294956304 18446744073709551615 134532638 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/11287/statm: 6643 6230 75 172 0 6468 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 31932

[startup+12.7012 s]
/proc/loadavg: 0.83 0.29 0.10 2/66 11287
/proc/meminfo: memFree=1057600/2055920 swapFree=4192956/4192956
[pid=11284] ppid=11282 vsize=5360 CPUtime=5.27
/proc/11284/stat : 11284 (glucose.sh) S 11282 11284 11215 0 -1 4194304 313 33769 0 0 0 0 503 24 16 0 1 0 88617116 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11284/statm: 1340 238 195 169 0 51 0
[pid=11287] ppid=11284 vsize=26704 CPUtime=7.39
/proc/11287/stat : 11287 (glucose_static) R 11284 11284 11215 0 -1 4194304 6284 0 0 0 736 3 0 0 25 0 1 0 88617645 27344896 6260 1992294400 134512640 135217611 4294956304 18446744073709551615 134532693 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/11287/statm: 6676 6260 77 172 0 6501 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 32064

[startup+25.5017 s]
/proc/loadavg: 0.85 0.32 0.11 2/66 11287
/proc/meminfo: memFree=1056640/2055920 swapFree=4192956/4192956
[pid=11284] ppid=11282 vsize=5360 CPUtime=5.27
/proc/11284/stat : 11284 (glucose.sh) S 11282 11284 11215 0 -1 4194304 313 33769 0 0 0 0 503 24 16 0 1 0 88617116 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11284/statm: 1340 238 195 169 0 51 0
[pid=11287] ppid=11284 vsize=27968 CPUtime=20.18
/proc/11287/stat : 11287 (glucose_static) R 11284 11284 11215 0 -1 4194304 6592 0 0 0 2015 3 0 0 25 0 1 0 88617645 28639232 6568 1992294400 134512640 135217611 4294956304 18446744073709551615 134542249 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/11287/statm: 6992 6568 77 172 0 6817 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 33328

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

[startup+38.3013 s]
/proc/loadavg: 0.89 0.35 0.12 2/66 11287
/proc/meminfo: memFree=1055936/2055920 swapFree=4192956/4192956
[pid=11284] ppid=11282 vsize=5360 CPUtime=5.27
/proc/11284/stat : 11284 (glucose.sh) S 11282 11284 11215 0 -1 4194304 313 33769 0 0 0 0 503 24 16 0 1 0 88617116 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11284/statm: 1340 238 195 169 0 51 0
[pid=11287] ppid=11284 vsize=28632 CPUtime=32.98
/proc/11287/stat : 11287 (glucose_static) R 11284 11284 11215 0 -1 4194304 6767 0 0 0 3295 3 0 0 25 0 1 0 88617645 29319168 6743 1992294400 134512640 135217611 4294956304 18446744073709551615 134533146 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/11287/statm: 7158 6743 77 172 0 6983 0
Current children cumulated CPU time (s) 38.25
Current children cumulated vsize (KiB) 33992

[startup+44.7015 s]
/proc/loadavg: 0.89 0.36 0.13 2/66 11287
/proc/meminfo: memFree=1055744/2055920 swapFree=4192956/4192956
[pid=11284] ppid=11282 vsize=5360 CPUtime=5.27
/proc/11284/stat : 11284 (glucose.sh) S 11282 11284 11215 0 -1 4194304 313 33769 0 0 0 0 503 24 16 0 1 0 88617116 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11284/statm: 1340 238 195 169 0 51 0
[pid=11287] ppid=11284 vsize=28764 CPUtime=39.37
/proc/11287/stat : 11287 (glucose_static) R 11284 11284 11215 0 -1 4194304 6783 0 0 0 3934 3 0 0 25 0 1 0 88617645 29454336 6759 1992294400 134512640 135217611 4294956304 18446744073709551615 134532955 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/11287/statm: 7191 6759 77 172 0 7016 0
Current children cumulated CPU time (s) 44.64
Current children cumulated vsize (KiB) 34124

[startup+47.9012 s]
/proc/loadavg: 0.90 0.37 0.13 2/66 11287
/proc/meminfo: memFree=1055616/2055920 swapFree=4192956/4192956
[pid=11284] ppid=11282 vsize=5360 CPUtime=5.27
/proc/11284/stat : 11284 (glucose.sh) S 11282 11284 11215 0 -1 4194304 313 33769 0 0 0 0 503 24 16 0 1 0 88617116 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11284/statm: 1340 238 195 169 0 51 0
[pid=11287] ppid=11284 vsize=28924 CPUtime=42.58
/proc/11287/stat : 11287 (glucose_static) R 11284 11284 11215 0 -1 4194304 6824 0 0 0 4254 4 0 0 25 0 1 0 88617645 29618176 6800 1992294400 134512640 135217611 4294956304 18446744073709551615 134533131 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/11287/statm: 7231 6800 77 172 0 7056 0
Current children cumulated CPU time (s) 47.85
Current children cumulated vsize (KiB) 34284

[startup+48.7013 s]
/proc/loadavg: 0.90 0.37 0.13 2/66 11287
/proc/meminfo: memFree=1055616/2055920 swapFree=4192956/4192956
[pid=11284] ppid=11282 vsize=5360 CPUtime=5.27
/proc/11284/stat : 11284 (glucose.sh) S 11282 11284 11215 0 -1 4194304 313 33769 0 0 0 0 503 24 16 0 1 0 88617116 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11284/statm: 1340 238 195 169 0 51 0
[pid=11287] ppid=11284 vsize=28924 CPUtime=43.38
/proc/11287/stat : 11287 (glucose_static) R 11284 11284 11215 0 -1 4194304 6824 0 0 0 4334 4 0 0 25 0 1 0 88617645 29618176 6800 1992294400 134512640 135217611 4294956304 18446744073709551615 134532731 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/11287/statm: 7231 6800 77 172 0 7056 0
Current children cumulated CPU time (s) 48.65
Current children cumulated vsize (KiB) 34284

[startup+49.5055 s]
/proc/loadavg: 0.90 0.37 0.13 2/66 11287
/proc/meminfo: memFree=1055616/2055920 swapFree=4192956/4192956
[pid=11284] ppid=11282 vsize=5360 CPUtime=5.27
/proc/11284/stat : 11284 (glucose.sh) S 11282 11284 11215 0 -1 4194304 313 33769 0 0 0 0 503 24 16 0 1 0 88617116 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11284/statm: 1340 238 195 169 0 51 0
[pid=11287] ppid=11284 vsize=28924 CPUtime=44.18
/proc/11287/stat : 11287 (glucose_static) R 11284 11284 11215 0 -1 4194304 6824 0 0 0 4414 4 0 0 25 0 1 0 88617645 29618176 6800 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/11287/statm: 7231 6800 77 172 0 7056 0
Current children cumulated CPU time (s) 49.45
Current children cumulated vsize (KiB) 34284

[startup+49.7015 s]
/proc/loadavg: 0.90 0.37 0.13 2/66 11287
/proc/meminfo: memFree=1055616/2055920 swapFree=4192956/4192956
[pid=11284] ppid=11282 vsize=5360 CPUtime=5.27
/proc/11284/stat : 11284 (glucose.sh) S 11282 11284 11215 0 -1 4194304 313 33769 0 0 0 0 503 24 16 0 1 0 88617116 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11284/statm: 1340 238 195 169 0 51 0
[pid=11287] ppid=11284 vsize=28924 CPUtime=44.38
/proc/11287/stat : 11287 (glucose_static) R 11284 11284 11215 0 -1 4194304 6824 0 0 0 4434 4 0 0 25 0 1 0 88617645 29618176 6800 1992294400 134512640 135217611 4294956304 18446744073709551615 134532912 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/11287/statm: 7231 6800 77 172 0 7056 0
Current children cumulated CPU time (s) 49.65
Current children cumulated vsize (KiB) 34284

[startup+49.8015 s]
/proc/loadavg: 0.90 0.37 0.13 2/66 11287
/proc/meminfo: memFree=1055616/2055920 swapFree=4192956/4192956
[pid=11284] ppid=11282 vsize=5360 CPUtime=5.27
/proc/11284/stat : 11284 (glucose.sh) S 11282 11284 11215 0 -1 4194304 313 33769 0 0 0 0 503 24 16 0 1 0 88617116 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11284/statm: 1340 238 195 169 0 51 0
[pid=11287] ppid=11284 vsize=28924 CPUtime=44.48
/proc/11287/stat : 11287 (glucose_static) R 11284 11284 11215 0 -1 4194304 6824 0 0 0 4444 4 0 0 25 0 1 0 88617645 29618176 6800 1992294400 134512640 135217611 4294956304 18446744073709551615 134533371 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/11287/statm: 7231 6800 77 172 0 7056 0
Current children cumulated CPU time (s) 49.75
Current children cumulated vsize (KiB) 34284

Child status: 20
Real time (s): 49.8418
CPU time (s): 49.8154
CPU user time (s): 49.5105
CPU system time (s): 0.304953
CPU usage (%): 99.9471
Max. virtual memory (cumulated for all children) (KiB): 114604

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 49.5105
system time used= 0.304953
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 41072
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= 13
involuntary context switches= 124

runsolver used 0.051992 second user time and 0.138978 second system time

The end

Launcher Data

Begin job on node1 at 2009-04-24 22:43:44
IDJOB=1715684
IDBENCH=20347
IDSOLVER=503
FILE ID=node1/1715684-1240605823
PBS_JOBID= 9186313
Free space on /tmp= 66324 MiB

SOLVER NAME= glucose 1.0
BENCH NAME= SAT07/industrial/anbulagan/medium-unsat/total-5-13-u.cnf
COMMAND LINE= glucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1715684-1240605823/watcher-1715684-1240605823 -o /tmp/evaluation-result-1715684-1240605823/solver-1715684-1240605823 -C 1200 -W 1800 -M 1800 --output-limit 1,15  glucose.sh HOME/instance-1715684-1240605823.cnf

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

MD5SUM BENCH= 127968d7d14f3ab7655995f561e62ed8
RANDOM SEED=1230302676

node1.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.259
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	: 5931.00
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.259
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:       1094256 kB
Buffers:         95992 kB
Cached:         757612 kB
SwapCached:          0 kB
Active:         128860 kB
Inactive:       738652 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1094256 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:           15700 kB
Writeback:           0 kB
Mapped:          23688 kB
Slab:            80160 kB
Committed_AS:   276508 kB
PageTables:       1436 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= 66324 MiB
End job on node1 at 2009-04-24 22:44:34