Trace number 1563342

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 225.094 225.291

General information on the benchmark

NameAPPLICATIONS/c32sat/
post-c32s-gcdm16-23.cnf
MD5SUMa61ef2b7b3d16661e8162c430ffb1a51
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark99.6579
Satisfiable
(Un)Satisfiability was proved
Number of variables135543
Number of clauses404326
Sum of the clauses size943426
Maximum clause length3
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2269550
Number of clauses of size 3134775
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

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.28/0.32	c ==============================================================================
0.28/0.32	c |           |     ORIGINAL     |              LEARNT              |          |
0.28/0.32	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.28/0.32	c ==============================================================================
0.28/0.32	c |         0 |  404200   943125 |  121259       0        0     nan |  0.000 % |
3.58/3.65	c |         0 |  103664   388086 |      --       0       --      -- |     --   | -300210/-554257
3.58/3.65	c ==============================================================================
3.58/3.65	c Result  :   #vars: 14948   #clauses: 103664   #literals: 388086
3.58/3.65	c CPU time:   3.44648 s
3.58/3.65	c ==============================================================================
3.68/3.79	c
3.68/3.79	c Starting glucose
3.68/3.79	c
3.68/3.79	
3.68/3.79	c This is glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
3.68/3.79	
3.68/3.79	c ============================[ Problem Statistics ]=============================
3.68/3.79	c |                                                                             |
3.68/3.79	c |  Number of variables:  14948                                                |
3.68/3.79	c |  Number of clauses:    103664                                               |
3.77/3.87	c |  Parsing time:         0.06         s                                       |
224.98/225.27	c restarts              : 400
224.98/225.27	c nb ReduceDB           : 19
224.98/225.27	c nb learnts DL2        : 7079
224.98/225.27	c nb learnts size 2     : 1824
224.98/225.27	c nb learnts size 1     : 110
224.98/225.27	c conflicts             : 568192         (2569 /sec)
224.98/225.27	c decisions             : 913728         (1.67 % random) (4131 /sec)
224.98/225.27	c propagations          : 215298145      (973264 /sec)
224.98/225.27	c conflict literals     : 20228723       (45.87 % deleted)
224.98/225.27	c Memory used           : 27.36 MB
224.98/225.27	c CPU time              : 221.212 s
224.98/225.27	
224.98/225.27	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-1563342-1238785275/watcher-1563342-1238785275 -o /tmp/evaluation-result-1563342-1238785275/solver-1563342-1238785275 -C 1200 -W 1800 -M 1800 --output-limit 1,15 glucose.sh HOME/instance-1563342-1238785275.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.77 0.93 0.98 3/64 10051
/proc/meminfo: memFree=1828800/2055920 swapFree=4178884/4192956
[pid=10051] ppid=10049 vsize=5360 CPUtime=0
/proc/10051/stat : 10051 (glucose.sh) R 10049 10051 10014 0 -1 4194304 268 0 0 0 0 0 0 0 18 0 1 0 1151191294 5488640 235 1992294400 4194304 4889804 548682068832 18446744073709551615 231882680991 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/10051/statm: 1340 235 194 169 0 51 0
[pid=10052] ppid=10051 vsize=1172 CPUtime=0
/proc/10052/stat : 10052 (SatELite_releas) R 10051 10051 10014 0 -1 4194304 164 0 0 0 0 0 0 0 18 0 1 0 1151191294 1200128 148 1992294400 134512640 135225430 4294956176 18446744073709551615 134735534 0 0 4096 3 0 0 0 17 0 0 0
/proc/10052/statm: 293 151 51 174 0 116 0

[startup+0.105614 s]
/proc/loadavg: 0.77 0.93 0.98 3/64 10051
/proc/meminfo: memFree=1828800/2055920 swapFree=4178884/4192956
[pid=10051] ppid=10049 vsize=5360 CPUtime=0
/proc/10051/stat : 10051 (glucose.sh) S 10049 10051 10014 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 1151191294 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10051/statm: 1340 236 195 169 0 51 0
[pid=10052] ppid=10051 vsize=18228 CPUtime=0.09
/proc/10052/stat : 10052 (SatELite_releas) R 10051 10051 10014 0 -1 4194304 4008 0 0 0 7 2 0 0 19 0 1 0 1151191294 18665472 3993 1992294400 134512640 135225430 4294956176 18446744073709551615 134544333 0 0 4096 3 0 0 0 17 0 0 0
/proc/10052/statm: 4557 3994 51 174 0 4380 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 23588

[startup+0.201632 s]
/proc/loadavg: 0.77 0.93 0.98 3/64 10051
/proc/meminfo: memFree=1828800/2055920 swapFree=4178884/4192956
[pid=10051] ppid=10049 vsize=5360 CPUtime=0
/proc/10051/stat : 10051 (glucose.sh) S 10049 10051 10014 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 1151191294 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10051/statm: 1340 236 195 169 0 51 0
[pid=10052] ppid=10051 vsize=34852 CPUtime=0.19
/proc/10052/stat : 10052 (SatELite_releas) R 10051 10051 10014 0 -1 4194304 7578 0 0 0 14 5 0 0 20 0 1 0 1151191294 35688448 7562 1992294400 134512640 135225430 4294956176 18446744073709551615 134717494 0 0 4096 3 0 0 0 17 0 0 0
/proc/10052/statm: 8713 7563 51 174 0 8536 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 40212

[startup+0.301653 s]
/proc/loadavg: 0.77 0.93 0.98 3/64 10051
/proc/meminfo: memFree=1828800/2055920 swapFree=4178884/4192956
[pid=10051] ppid=10049 vsize=5360 CPUtime=0
/proc/10051/stat : 10051 (glucose.sh) S 10049 10051 10014 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 1151191294 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10051/statm: 1340 236 195 169 0 51 0
[pid=10052] ppid=10051 vsize=59276 CPUtime=0.28
/proc/10052/stat : 10052 (SatELite_releas) R 10051 10051 10014 0 -1 4194304 11677 0 0 0 22 6 0 0 21 0 1 0 1151191294 60698624 11661 1992294400 134512640 135225430 4294956176 18446744073709551615 134717494 0 0 4096 3 0 0 0 17 0 0 0
/proc/10052/statm: 14819 11663 51 174 0 14642 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 64636

[startup+0.701731 s]
/proc/loadavg: 0.77 0.93 0.98 3/64 10051
/proc/meminfo: memFree=1828800/2055920 swapFree=4178884/4192956
[pid=10051] ppid=10049 vsize=5360 CPUtime=0
/proc/10051/stat : 10051 (glucose.sh) S 10049 10051 10014 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 1151191294 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10051/statm: 1340 236 195 169 0 51 0
[pid=10052] ppid=10051 vsize=68148 CPUtime=0.69
/proc/10052/stat : 10052 (SatELite_releas) R 10051 10051 10014 0 -1 4194304 13864 0 0 0 60 9 0 0 25 0 1 0 1151191294 69783552 13514 1992294400 134512640 135225430 4294956176 18446744073709551615 134735630 0 0 4096 3 0 0 0 17 0 0 0
/proc/10052/statm: 17037 13514 77 174 0 16860 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 73508

[startup+1.50189 s]
/proc/loadavg: 0.79 0.94 0.98 2/66 10053
/proc/meminfo: memFree=1763824/2055920 swapFree=4178884/4192956
[pid=10051] ppid=10049 vsize=5360 CPUtime=0
/proc/10051/stat : 10051 (glucose.sh) S 10049 10051 10014 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 1151191294 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10051/statm: 1340 236 195 169 0 51 0
[pid=10052] ppid=10051 vsize=74348 CPUtime=1.48
/proc/10052/stat : 10052 (SatELite_releas) R 10051 10051 10014 0 -1 4194304 15403 0 0 0 136 12 0 0 25 0 1 0 1151191294 76132352 14906 1992294400 134512640 135225430 4294956176 18446744073709551615 134587608 0 0 4096 3 0 0 0 17 0 0 0
/proc/10052/statm: 18587 14906 77 174 0 18410 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 79708

[startup+3.10121 s]
/proc/loadavg: 0.79 0.94 0.98 2/66 10053
/proc/meminfo: memFree=1759344/2055920 swapFree=4178884/4192956
[pid=10051] ppid=10049 vsize=5360 CPUtime=0
/proc/10051/stat : 10051 (glucose.sh) S 10049 10051 10014 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 1151191294 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10051/statm: 1340 236 195 169 0 51 0
[pid=10052] ppid=10051 vsize=75384 CPUtime=3.08
/proc/10052/stat : 10052 (SatELite_releas) R 10051 10051 10014 0 -1 4194304 21748 0 0 0 292 16 0 0 25 0 1 0 1151191294 77193216 15132 1992294400 134512640 135225430 4294956176 18446744073709551615 134587416 0 0 4096 3 0 0 0 17 0 0 0
/proc/10052/statm: 18846 15132 77 174 0 18669 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 80744

[startup+6.30285 s]
/proc/loadavg: 0.79 0.94 0.98 2/66 10054
/proc/meminfo: memFree=1801840/2055920 swapFree=4178884/4192956
[pid=10051] ppid=10049 vsize=5360 CPUtime=3.77
/proc/10051/stat : 10051 (glucose.sh) S 10049 10051 10014 0 -1 4194304 313 27442 0 0 0 0 356 21 16 0 1 0 1151191294 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10051/statm: 1340 238 195 169 0 51 0
[pid=10054] ppid=10051 vsize=13808 CPUtime=2.49
/proc/10054/stat : 10054 (glucose_static) R 10051 10051 10014 0 -1 4194304 3253 0 0 0 246 3 0 0 25 0 1 0 1151191674 14139392 3215 1992294400 134512640 135217611 4294956304 18446744073709551615 134536977 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/10054/statm: 3452 3215 77 172 0 3277 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 19168

[startup+12.7011 s]
/proc/loadavg: 0.82 0.94 0.98 2/66 10054
/proc/meminfo: memFree=1799224/2055920 swapFree=4178884/4192956
[pid=10051] ppid=10049 vsize=5360 CPUtime=3.77
/proc/10051/stat : 10051 (glucose.sh) S 10049 10051 10014 0 -1 4194304 313 27442 0 0 0 0 356 21 16 0 1 0 1151191294 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10051/statm: 1340 238 195 169 0 51 0
[pid=10054] ppid=10051 vsize=16084 CPUtime=8.88
/proc/10054/stat : 10054 (glucose_static) R 10051 10051 10014 0 -1 4194304 3838 0 0 0 885 3 0 0 25 0 1 0 1151191674 16470016 3800 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/10054/statm: 4021 3800 77 172 0 3846 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 21444

[startup+25.5016 s]
/proc/loadavg: 0.85 0.94 0.98 2/66 10054
/proc/meminfo: memFree=1797560/2055920 swapFree=4178884/4192956
[pid=10051] ppid=10049 vsize=5360 CPUtime=3.77
/proc/10051/stat : 10051 (glucose.sh) S 10049 10051 10014 0 -1 4194304 313 27442 0 0 0 0 356 21 16 0 1 0 1151191294 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10051/statm: 1340 238 195 169 0 51 0
[pid=10054] ppid=10051 vsize=17932 CPUtime=21.68
/proc/10054/stat : 10054 (glucose_static) R 10051 10051 10014 0 -1 4194304 4286 0 0 0 2164 4 0 0 25 0 1 0 1151191674 18362368 4248 1992294400 134512640 135217611 4294956304 18446744073709551615 134527801 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/10054/statm: 4483 4248 77 172 0 4308 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 23292

[startup+51.1017 s]
/proc/loadavg: 0.91 0.94 0.98 2/66 10054
/proc/meminfo: memFree=1795704/2055920 swapFree=4178884/4192956
[pid=10051] ppid=10049 vsize=5360 CPUtime=3.77
/proc/10051/stat : 10051 (glucose.sh) S 10049 10051 10014 0 -1 4194304 313 27442 0 0 0 0 356 21 16 0 1 0 1151191294 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10051/statm: 1340 238 195 169 0 51 0
[pid=10054] ppid=10051 vsize=19996 CPUtime=47.23
/proc/10054/stat : 10054 (glucose_static) R 10051 10051 10014 0 -1 4194304 4788 0 0 0 4719 4 0 0 25 0 1 0 1151191674 20475904 4750 1992294400 134512640 135217611 4294956304 18446744073709551615 134536950 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/10054/statm: 4999 4750 77 172 0 4824 0
Current children cumulated CPU time (s) 51
Current children cumulated vsize (KiB) 25356

[startup+102.302 s]
/proc/loadavg: 0.96 0.95 0.98 2/66 10054
/proc/meminfo: memFree=1792760/2055920 swapFree=4178884/4192956
[pid=10051] ppid=10049 vsize=5360 CPUtime=3.77
/proc/10051/stat : 10051 (glucose.sh) S 10049 10051 10014 0 -1 4194304 313 27442 0 0 0 0 356 21 16 0 1 0 1151191294 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10051/statm: 1340 238 195 169 0 51 0
[pid=10054] ppid=10051 vsize=22768 CPUtime=98.39
/proc/10054/stat : 10054 (glucose_static) R 10051 10051 10014 0 -1 4194304 5483 0 0 0 9834 5 0 0 25 0 1 0 1151191674 23314432 5445 1992294400 134512640 135217611 4294956304 18446744073709551615 134533146 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/10054/statm: 5692 5445 77 172 0 5517 0
Current children cumulated CPU time (s) 102.16
Current children cumulated vsize (KiB) 28128

[startup+162.302 s]
/proc/loadavg: 0.98 0.95 0.98 2/66 10054
/proc/meminfo: memFree=1789752/2055920 swapFree=4178884/4192956
[pid=10051] ppid=10049 vsize=5360 CPUtime=3.77
/proc/10051/stat : 10051 (glucose.sh) S 10049 10051 10014 0 -1 4194304 313 27442 0 0 0 0 356 21 16 0 1 0 1151191294 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10051/statm: 1340 238 195 169 0 51 0
[pid=10054] ppid=10051 vsize=25732 CPUtime=158.36
/proc/10054/stat : 10054 (glucose_static) R 10051 10051 10014 0 -1 4194304 6227 0 0 0 15830 6 0 0 25 0 1 0 1151191674 26349568 6189 1992294400 134512640 135217611 4294956304 18446744073709551615 134528185 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/10054/statm: 6433 6189 77 172 0 6258 0
Current children cumulated CPU time (s) 162.13
Current children cumulated vsize (KiB) 31092

[startup+222.306 s]
/proc/loadavg: 0.99 0.96 0.98 2/66 10054
/proc/meminfo: memFree=1787320/2055920 swapFree=4178884/4192956
[pid=10051] ppid=10049 vsize=5360 CPUtime=3.77
/proc/10051/stat : 10051 (glucose.sh) S 10049 10051 10014 0 -1 4194304 313 27442 0 0 0 0 356 21 16 0 1 0 1151191294 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10051/statm: 1340 238 195 169 0 51 0
[pid=10054] ppid=10051 vsize=28012 CPUtime=218.31
/proc/10054/stat : 10054 (glucose_static) R 10051 10051 10014 0 -1 4194304 6822 0 0 0 21824 7 0 0 25 0 1 0 1151191674 28684288 6784 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/10054/statm: 7003 6784 77 172 0 6828 0
Current children cumulated CPU time (s) 222.08
Current children cumulated vsize (KiB) 33372

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

[startup+222.402 s]
/proc/loadavg: 0.99 0.96 0.98 2/66 10054
/proc/meminfo: memFree=1787320/2055920 swapFree=4178884/4192956
[pid=10051] ppid=10049 vsize=5360 CPUtime=3.77
/proc/10051/stat : 10051 (glucose.sh) S 10049 10051 10014 0 -1 4194304 313 27442 0 0 0 0 356 21 16 0 1 0 1151191294 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10051/statm: 1340 238 195 169 0 51 0
[pid=10054] ppid=10051 vsize=28012 CPUtime=218.41
/proc/10054/stat : 10054 (glucose_static) R 10051 10051 10014 0 -1 4194304 6822 0 0 0 21834 7 0 0 25 0 1 0 1151191674 28684288 6784 1992294400 134512640 135217611 4294956304 18446744073709551615 134533133 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/10054/statm: 7003 6784 77 172 0 6828 0
Current children cumulated CPU time (s) 222.18
Current children cumulated vsize (KiB) 33372

[startup+224.002 s]
/proc/loadavg: 0.99 0.96 0.98 2/66 10054
/proc/meminfo: memFree=1787320/2055920 swapFree=4178884/4192956
[pid=10051] ppid=10049 vsize=5360 CPUtime=3.77
/proc/10051/stat : 10051 (glucose.sh) S 10049 10051 10014 0 -1 4194304 313 27442 0 0 0 0 356 21 16 0 1 0 1151191294 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10051/statm: 1340 238 195 169 0 51 0
[pid=10054] ppid=10051 vsize=28012 CPUtime=220.01
/proc/10054/stat : 10054 (glucose_static) R 10051 10051 10014 0 -1 4194304 6822 0 0 0 21994 7 0 0 25 0 1 0 1151191674 28684288 6784 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/10054/statm: 7003 6784 77 172 0 6828 0
Current children cumulated CPU time (s) 223.78
Current children cumulated vsize (KiB) 33372

[startup+224.801 s]
/proc/loadavg: 0.99 0.96 0.98 2/66 10054
/proc/meminfo: memFree=1787320/2055920 swapFree=4178884/4192956
[pid=10051] ppid=10049 vsize=5360 CPUtime=3.77
/proc/10051/stat : 10051 (glucose.sh) S 10049 10051 10014 0 -1 4194304 313 27442 0 0 0 0 356 21 16 0 1 0 1151191294 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10051/statm: 1340 238 195 169 0 51 0
[pid=10054] ppid=10051 vsize=28012 CPUtime=220.81
/proc/10054/stat : 10054 (glucose_static) R 10051 10051 10014 0 -1 4194304 6822 0 0 0 22074 7 0 0 25 0 1 0 1151191674 28684288 6784 1992294400 134512640 135217611 4294956304 18446744073709551615 134533344 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/10054/statm: 7003 6784 77 172 0 6828 0
Current children cumulated CPU time (s) 224.58
Current children cumulated vsize (KiB) 33372

[startup+225.202 s]
/proc/loadavg: 0.99 0.96 0.98 2/66 10054
/proc/meminfo: memFree=1787320/2055920 swapFree=4178884/4192956
[pid=10051] ppid=10049 vsize=5360 CPUtime=3.77
/proc/10051/stat : 10051 (glucose.sh) S 10049 10051 10014 0 -1 4194304 313 27442 0 0 0 0 356 21 16 0 1 0 1151191294 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10051/statm: 1340 238 195 169 0 51 0
[pid=10054] ppid=10051 vsize=28012 CPUtime=221.21
/proc/10054/stat : 10054 (glucose_static) R 10051 10051 10014 0 -1 4194304 6822 0 0 0 22114 7 0 0 25 0 1 0 1151191674 28684288 6784 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/10054/statm: 7003 6784 77 172 0 6828 0
Current children cumulated CPU time (s) 224.98
Current children cumulated vsize (KiB) 33372

Child status: 20
Real time (s): 225.291
CPU time (s): 225.094
CPU user time (s): 224.785
CPU system time (s): 0.308953
CPU usage (%): 99.9124
Max. virtual memory (cumulated for all children) (KiB): 86024

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 224.785
system time used= 0.308953
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 34743
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 37
involuntary context switches= 926

runsolver used 0.215967 second user time and 0.610907 second system time

The end

Launcher Data

Begin job on node75 at 2009-04-03 21:01:16
IDJOB=1563342
IDBENCH=70952
IDSOLVER=503
FILE ID=node75/1563342-1238785275
PBS_JOBID= 9085624
Free space on /tmp= 66432 MiB

SOLVER NAME= glucose 1.0
BENCH NAME= SAT09/APPLICATIONS/c32sat/post-c32s-gcdm16-23.cnf
COMMAND LINE= glucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1563342-1238785275/watcher-1563342-1238785275 -o /tmp/evaluation-result-1563342-1238785275/solver-1563342-1238785275 -C 1200 -W 1800 -M 1800 --output-limit 1,15  glucose.sh HOME/instance-1563342-1238785275.cnf

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

MD5SUM BENCH= a61ef2b7b3d16661e8162c430ffb1a51
RANDOM SEED=39315703

node75.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.263
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.263
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1829280 kB
Buffers:         21548 kB
Cached:         129888 kB
SwapCached:       8160 kB
Active:          65056 kB
Inactive:        95968 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1829280 kB
SwapTotal:     4192956 kB
SwapFree:      4178884 kB
Dirty:            8784 kB
Writeback:           0 kB
Mapped:          15268 kB
Slab:            51552 kB
Committed_AS:  2375744 kB
PageTables:       1420 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= 66432 MiB
End job on node75 at 2009-04-03 21:05:01