Trace number 1553254

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 1085.68 1086.27

General information on the benchmark

NameAPPLICATIONS/bitverif/
minxorminand/minxorminand064.cnf
MD5SUM1394bf507e3ed448c81b5502d6550d78
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark87.2857
Satisfiable
(Un)Satisfiability was proved
Number of variables40042
Number of clauses119357
Sum of the clauses size278497
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 279570
Number of clauses of size 339785
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.09/0.10	c ==============================================================================
0.09/0.10	c |           |     ORIGINAL     |              LEARNT              |          |
0.09/0.10	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.09/0.10	c ==============================================================================
0.09/0.10	c |         0 |  119355   278495 |   35806       0        0     nan |  0.000 % |
1.69/1.71	c |         0 |   48581   208867 |      --       0       --      -- |     --   | -70752/-69575
1.69/1.71	c ==============================================================================
1.69/1.71	c Result  :   #vars: 4857   #clauses: 48581   #literals: 208867
1.69/1.71	c CPU time:   1.63475 s
1.69/1.71	c ==============================================================================
1.69/1.78	c
1.69/1.78	c Starting glucose
1.69/1.78	c
1.69/1.78	
1.69/1.78	c This is glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
1.69/1.78	
1.69/1.78	c ============================[ Problem Statistics ]=============================
1.69/1.78	c |                                                                             |
1.69/1.78	c |  Number of variables:  4857                                                 |
1.69/1.78	c |  Number of clauses:    48581                                                |
1.77/1.82	c |  Parsing time:         0.04         s                                       |
1085.58/1086.25	c restarts              : 3614
1085.58/1086.25	c nb ReduceDB           : 55
1085.58/1086.25	c nb learnts DL2        : 1632
1085.58/1086.25	c nb learnts size 2     : 1086
1085.58/1086.25	c nb learnts size 1     : 64
1085.58/1086.25	c conflicts             : 1983005        (1830 /sec)
1085.58/1086.25	c decisions             : 5590022        (1.66 % random) (5158 /sec)
1085.58/1086.25	c propagations          : 439143587      (405220 /sec)
1085.58/1086.25	c conflict literals     : 321074677      (42.73 % deleted)
1085.58/1086.25	c Memory used           : 75.33 MB
1085.58/1086.25	c CPU time              : 1083.72 s
1085.58/1086.25	
1085.58/1086.26	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-1553254-1238712803/watcher-1553254-1238712803 -o /tmp/evaluation-result-1553254-1238712803/solver-1553254-1238712803 -C 1200 -W 1800 -M 1800 --output-limit 1,15 glucose.sh HOME/instance-1553254-1238712803.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.91 0.98 1.08 3/71 1131
/proc/meminfo: memFree=1077760/2055920 swapFree=4170332/4192956
[pid=1131] ppid=1129 vsize=5360 CPUtime=0
/proc/1131/stat : 1131 (glucose.sh) R 1129 1131 1061 0 -1 4194304 268 0 0 0 0 0 0 0 18 0 1 0 1143943448 5488640 235 1992294400 4194304 4889804 548682068832 18446744073709551615 266890439327 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/1131/statm: 1340 235 194 169 0 51 0
[pid=1132] ppid=1131 vsize=1296 CPUtime=0
/proc/1132/stat : 1132 (SatELite_releas) R 1131 1131 1061 0 -1 4194304 195 0 0 0 0 0 0 0 18 0 1 0 1143943448 1327104 179 1992294400 134512640 135225430 4294956176 18446744073709551615 134717494 0 0 4096 3 0 0 0 17 0 0 0
/proc/1132/statm: 324 180 50 174 0 147 0

[startup+0.094869 s]
/proc/loadavg: 0.91 0.98 1.08 3/71 1131
/proc/meminfo: memFree=1077760/2055920 swapFree=4170332/4192956
[pid=1131] ppid=1129 vsize=5360 CPUtime=0
/proc/1131/stat : 1131 (glucose.sh) S 1129 1131 1061 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 1143943448 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1131/statm: 1340 236 195 169 0 51 0
[pid=1132] ppid=1131 vsize=17920 CPUtime=0.09
/proc/1132/stat : 1132 (SatELite_releas) R 1131 1131 1061 0 -1 4194304 3823 0 0 0 7 2 0 0 19 0 1 0 1143943448 18350080 3807 1992294400 134512640 135225430 4294956176 18446744073709551615 134548165 0 0 4096 3 0 0 0 17 0 0 0
/proc/1132/statm: 4480 3807 51 174 0 4303 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 23280

[startup+0.10187 s]
/proc/loadavg: 0.91 0.98 1.08 3/71 1131
/proc/meminfo: memFree=1077760/2055920 swapFree=4170332/4192956
[pid=1131] ppid=1129 vsize=5360 CPUtime=0
/proc/1131/stat : 1131 (glucose.sh) S 1129 1131 1061 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 1143943448 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1131/statm: 1340 236 195 169 0 51 0
[pid=1132] ppid=1131 vsize=18388 CPUtime=0.09
/proc/1132/stat : 1132 (SatELite_releas) R 1131 1131 1061 0 -1 4194304 3965 0 0 0 7 2 0 0 19 0 1 0 1143943448 18829312 3949 1992294400 134512640 135225430 4294956176 18446744073709551615 134601911 0 0 4096 3 0 0 0 17 0 0 0
/proc/1132/statm: 4597 3952 73 174 0 4420 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 23748

[startup+0.301908 s]
/proc/loadavg: 0.91 0.98 1.08 3/71 1131
/proc/meminfo: memFree=1077760/2055920 swapFree=4170332/4192956
[pid=1131] ppid=1129 vsize=5360 CPUtime=0
/proc/1131/stat : 1131 (glucose.sh) S 1129 1131 1061 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 1143943448 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1131/statm: 1340 236 195 169 0 51 0
[pid=1132] ppid=1131 vsize=20224 CPUtime=0.29
/proc/1132/stat : 1132 (SatELite_releas) R 1131 1131 1061 0 -1 4194304 4638 0 0 0 26 3 0 0 21 0 1 0 1143943448 20709376 4309 1992294400 134512640 135225430 4294956176 18446744073709551615 134735630 0 0 4096 3 0 0 0 17 0 0 0
/proc/1132/statm: 5056 4309 77 174 0 4879 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 25584

[startup+0.701984 s]
/proc/loadavg: 0.91 0.98 1.08 3/71 1131
/proc/meminfo: memFree=1077760/2055920 swapFree=4170332/4192956
[pid=1131] ppid=1129 vsize=5360 CPUtime=0
/proc/1131/stat : 1131 (glucose.sh) S 1129 1131 1061 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 1143943448 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1131/statm: 1340 236 195 169 0 51 0
[pid=1132] ppid=1131 vsize=21296 CPUtime=0.69
/proc/1132/stat : 1132 (SatELite_releas) R 1131 1131 1061 0 -1 4194304 4855 0 0 0 65 4 0 0 25 0 1 0 1143943448 21807104 4526 1992294400 134512640 135225430 4294956176 18446744073709551615 134735630 0 0 4096 3 0 0 0 17 0 0 0
/proc/1132/statm: 5324 4527 77 174 0 5147 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 26656

[startup+1.50114 s]
/proc/loadavg: 0.91 0.98 1.08 2/73 1133
/proc/meminfo: memFree=1052976/2055920 swapFree=4170332/4192956
[pid=1131] ppid=1129 vsize=5360 CPUtime=0
/proc/1131/stat : 1131 (glucose.sh) S 1129 1131 1061 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 1143943448 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1131/statm: 1340 236 195 169 0 51 0
[pid=1132] ppid=1131 vsize=22932 CPUtime=1.49
/proc/1132/stat : 1132 (SatELite_releas) R 1131 1131 1061 0 -1 4194304 5243 0 0 0 142 7 0 0 25 0 1 0 1143943448 23482368 4914 1992294400 134512640 135225430 4294956176 18446744073709551615 134587432 0 0 4096 3 0 0 0 17 0 0 0
/proc/1132/statm: 5733 4914 77 174 0 5556 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 28292

[startup+3.10144 s]
/proc/loadavg: 0.91 0.98 1.08 2/73 1134
/proc/meminfo: memFree=1061616/2055920 swapFree=4170332/4192956
[pid=1131] ppid=1129 vsize=5360 CPUtime=1.77
/proc/1131/stat : 1131 (glucose.sh) S 1129 1131 1061 0 -1 4194304 313 5935 0 0 0 0 169 8 16 0 1 0 1143943448 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1131/statm: 1340 238 195 169 0 51 0
[pid=1134] ppid=1131 vsize=8260 CPUtime=1.3
/proc/1134/stat : 1134 (glucose_static) R 1131 1131 1061 0 -1 4194304 1936 0 0 0 129 1 0 0 25 0 1 0 1143943626 8458240 1922 1992294400 134512640 135217611 4294956304 18446744073709551615 134723558 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/1134/statm: 2065 1922 77 172 0 1890 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 13620

[startup+6.30205 s]
/proc/loadavg: 1.00 1.00 1.08 2/73 1134
/proc/meminfo: memFree=1055728/2055920 swapFree=4170332/4192956
[pid=1131] ppid=1129 vsize=5360 CPUtime=1.77
/proc/1131/stat : 1131 (glucose.sh) S 1129 1131 1061 0 -1 4194304 313 5935 0 0 0 0 169 8 16 0 1 0 1143943448 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1131/statm: 1340 238 195 169 0 51 0
[pid=1134] ppid=1131 vsize=13276 CPUtime=4.5
/proc/1134/stat : 1134 (glucose_static) R 1131 1131 1061 0 -1 4194304 3180 0 0 0 448 2 0 0 25 0 1 0 1143943626 13594624 3166 1992294400 134512640 135217611 4294956304 18446744073709551615 134533307 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/1134/statm: 3319 3166 77 172 0 3144 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 18636

[startup+12.7013 s]
/proc/loadavg: 1.00 1.00 1.08 2/73 1134
/proc/meminfo: memFree=1052464/2055920 swapFree=4170332/4192956
[pid=1131] ppid=1129 vsize=5360 CPUtime=1.77
/proc/1131/stat : 1131 (glucose.sh) S 1129 1131 1061 0 -1 4194304 313 5935 0 0 0 0 169 8 16 0 1 0 1143943448 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1131/statm: 1340 238 195 169 0 51 0
[pid=1134] ppid=1131 vsize=15560 CPUtime=10.9
/proc/1134/stat : 1134 (glucose_static) R 1131 1131 1061 0 -1 4194304 3744 0 0 0 1088 2 0 0 25 0 1 0 1143943626 15933440 3730 1992294400 134512640 135217611 4294956304 18446744073709551615 134527815 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/1134/statm: 3890 3730 77 172 0 3715 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 20920

[startup+25.5017 s]
/proc/loadavg: 1.00 1.00 1.08 2/73 1134
/proc/meminfo: memFree=1047280/2055920 swapFree=4170332/4192956
[pid=1131] ppid=1129 vsize=5360 CPUtime=1.77
/proc/1131/stat : 1131 (glucose.sh) S 1129 1131 1061 0 -1 4194304 313 5935 0 0 0 0 169 8 16 0 1 0 1143943448 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1131/statm: 1340 238 195 169 0 51 0
[pid=1134] ppid=1131 vsize=21372 CPUtime=23.69
/proc/1134/stat : 1134 (glucose_static) R 1131 1131 1061 0 -1 4194304 5207 0 0 0 2366 3 0 0 25 0 1 0 1143943626 21884928 5193 1992294400 134512640 135217611 4294956304 18446744073709551615 134532731 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/1134/statm: 5343 5193 77 172 0 5168 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 26732

[startup+51.1016 s]
/proc/loadavg: 1.00 1.00 1.08 2/73 1134
/proc/meminfo: memFree=1039920/2055920 swapFree=4170332/4192956
[pid=1131] ppid=1129 vsize=5360 CPUtime=1.77
/proc/1131/stat : 1131 (glucose.sh) S 1129 1131 1061 0 -1 4194304 313 5935 0 0 0 0 169 8 16 0 1 0 1143943448 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1131/statm: 1340 238 195 169 0 51 0
[pid=1134] ppid=1131 vsize=28276 CPUtime=49.28
/proc/1134/stat : 1134 (glucose_static) R 1131 1131 1061 0 -1 4194304 6923 0 0 0 4924 4 0 0 25 0 1 0 1143943626 28954624 6909 1992294400 134512640 135217611 4294956304 18446744073709551615 134528068 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/1134/statm: 7069 6909 77 172 0 6894 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 33636

[startup+102.306 s]
/proc/loadavg: 1.00 1.00 1.07 2/73 1134
/proc/meminfo: memFree=1033648/2055920 swapFree=4170332/4192956
[pid=1131] ppid=1129 vsize=5360 CPUtime=1.77
/proc/1131/stat : 1131 (glucose.sh) S 1129 1131 1061 0 -1 4194304 313 5935 0 0 0 0 169 8 16 0 1 0 1143943448 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1131/statm: 1340 238 195 169 0 51 0
[pid=1134] ppid=1131 vsize=34564 CPUtime=100.46
/proc/1134/stat : 1134 (glucose_static) R 1131 1131 1061 0 -1 4194304 8488 0 0 0 10041 5 0 0 25 0 1 0 1143943626 35393536 8474 1992294400 134512640 135217611 4294956304 18446744073709551615 134527815 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/1134/statm: 8641 8474 77 172 0 8466 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 39924

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 1.07 2/73 1134
/proc/meminfo: memFree=1028336/2055920 swapFree=4170332/4192956
[pid=1131] ppid=1129 vsize=5360 CPUtime=1.77
/proc/1131/stat : 1131 (glucose.sh) S 1129 1131 1061 0 -1 4194304 313 5935 0 0 0 0 169 8 16 0 1 0 1143943448 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1131/statm: 1340 238 195 169 0 51 0
[pid=1134] ppid=1131 vsize=39712 CPUtime=160.42
/proc/1134/stat : 1134 (glucose_static) R 1131 1131 1061 0 -1 4194304 9800 0 0 0 16036 6 0 0 25 0 1 0 1143943626 40665088 9786 1992294400 134512640 135217611 4294956304 18446744073709551615 134533146 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/1134/statm: 9928 9786 77 172 0 9753 0
Current children cumulated CPU time (s) 162.19
Current children cumulated vsize (KiB) 45072

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 1.06 2/73 1134
/proc/meminfo: memFree=1022064/2055920 swapFree=4170332/4192956
[pid=1131] ppid=1129 vsize=5360 CPUtime=1.77
/proc/1131/stat : 1131 (glucose.sh) S 1129 1131 1061 0 -1 4194304 313 5935 0 0 0 0 169 8 16 0 1 0 1143943448 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1131/statm: 1340 238 195 169 0 51 0
[pid=1134] ppid=1131 vsize=46172 CPUtime=220.39
/proc/1134/stat : 1134 (glucose_static) R 1131 1131 1061 0 -1 4194304 11369 0 0 0 22031 8 0 0 25 0 1 0 1143943626 47280128 11355 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/1134/statm: 11543 11355 77 172 0 11368 0
Current children cumulated CPU time (s) 222.16
Current children cumulated vsize (KiB) 51532

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 1.05 2/73 1134
/proc/meminfo: memFree=1020720/2055920 swapFree=4170332/4192956
[pid=1131] ppid=1129 vsize=5360 CPUtime=1.77
/proc/1131/stat : 1131 (glucose.sh) S 1129 1131 1061 0 -1 4194304 313 5935 0 0 0 0 169 8 16 0 1 0 1143943448 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1131/statm: 1340 238 195 169 0 51 0
[pid=1134] ppid=1131 vsize=47484 CPUtime=280.36
/proc/1134/stat : 1134 (glucose_static) R 1131 1131 1061 0 -1 4194304 11713 0 0 0 28028 8 0 0 25 0 1 0 1143943626 48623616 11699 1992294400 134512640 135217611 4294956304 18446744073709551615 134527825 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/1134/statm: 11871 11699 77 172 0 11696 0
Current children cumulated CPU time (s) 282.13
Current children cumulated vsize (KiB) 52844

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 1.05 2/73 1134
/proc/meminfo: memFree=1012272/2055920 swapFree=4170332/4192956
[pid=1131] ppid=1129 vsize=5360 CPUtime=1.77
/proc/1131/stat : 1131 (glucose.sh) S 1129 1131 1061 0 -1 4194304 313 5935 0 0 0 0 169 8 16 0 1 0 1143943448 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1131/statm: 1340 238 195 169 0 51 0
[pid=1134] ppid=1131 vsize=56228 CPUtime=340.32
/proc/1134/stat : 1134 (glucose_static) R 1131 1131 1061 0 -1 4194304 13912 0 0 0 34023 9 0 0 25 0 1 0 1143943626 57577472 13898 1992294400 134512640 135217611 4294956304 18446744073709551615 134533155 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/1134/statm: 14057 13898 77 172 0 13882 0

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


[startup+702.302 s]
/proc/loadavg: 1.00 1.00 1.01 2/73 1140
/proc/meminfo: memFree=997872/2055920 swapFree=4170332/4192956
[pid=1131] ppid=1129 vsize=5360 CPUtime=1.77
/proc/1131/stat : 1131 (glucose.sh) S 1129 1131 1061 0 -1 4194304 313 5935 0 0 0 0 169 8 16 0 1 0 1143943448 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1131/statm: 1340 238 195 169 0 51 0
[pid=1134] ppid=1131 vsize=70328 CPUtime=700.12
/proc/1134/stat : 1134 (glucose_static) R 1131 1131 1061 0 -1 4194304 17427 0 0 0 69999 13 0 0 25 0 1 0 1143943626 72015872 17391 1992294400 134512640 135217611 4294956304 18446744073709551615 134537448 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/1134/statm: 17582 17391 77 172 0 17407 0
Current children cumulated CPU time (s) 701.89
Current children cumulated vsize (KiB) 75688

[startup+762.307 s]
/proc/loadavg: 1.00 1.00 1.01 2/73 1140
/proc/meminfo: memFree=997808/2055920 swapFree=4170332/4192956
[pid=1131] ppid=1129 vsize=5360 CPUtime=1.77
/proc/1131/stat : 1131 (glucose.sh) S 1129 1131 1061 0 -1 4194304 313 5935 0 0 0 0 169 8 16 0 1 0 1143943448 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1131/statm: 1340 238 195 169 0 51 0
[pid=1134] ppid=1131 vsize=70328 CPUtime=760.09
/proc/1134/stat : 1134 (glucose_static) R 1131 1131 1061 0 -1 4194304 17432 0 0 0 75996 13 0 0 25 0 1 0 1143943626 72015872 17396 1992294400 134512640 135217611 4294956304 18446744073709551615 134533757 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/1134/statm: 17582 17396 77 172 0 17407 0
Current children cumulated CPU time (s) 761.86
Current children cumulated vsize (KiB) 75688

[startup+822.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/73 1140
/proc/meminfo: memFree=997808/2055920 swapFree=4170332/4192956
[pid=1131] ppid=1129 vsize=5360 CPUtime=1.77
/proc/1131/stat : 1131 (glucose.sh) S 1129 1131 1061 0 -1 4194304 313 5935 0 0 0 0 169 8 16 0 1 0 1143943448 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1131/statm: 1340 238 195 169 0 51 0
[pid=1134] ppid=1131 vsize=70328 CPUtime=820.05
/proc/1134/stat : 1134 (glucose_static) R 1131 1131 1061 0 -1 4194304 17432 0 0 0 81992 13 0 0 25 0 1 0 1143943626 72015872 17396 1992294400 134512640 135217611 4294956304 18446744073709551615 134533193 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/1134/statm: 17582 17396 77 172 0 17407 0
Current children cumulated CPU time (s) 821.82
Current children cumulated vsize (KiB) 75688

[startup+882.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/73 1140
/proc/meminfo: memFree=995952/2055920 swapFree=4170332/4192956
[pid=1131] ppid=1129 vsize=5360 CPUtime=1.77
/proc/1131/stat : 1131 (glucose.sh) S 1129 1131 1061 0 -1 4194304 313 5935 0 0 0 0 169 8 16 0 1 0 1143943448 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1131/statm: 1340 238 195 169 0 51 0
[pid=1134] ppid=1131 vsize=72308 CPUtime=880.02
/proc/1134/stat : 1134 (glucose_static) R 1131 1131 1061 0 -1 4194304 17915 0 0 0 87988 14 0 0 25 0 1 0 1143943626 74043392 17879 1992294400 134512640 135217611 4294956304 18446744073709551615 134527933 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/1134/statm: 18077 17879 77 172 0 17902 0
Current children cumulated CPU time (s) 881.79
Current children cumulated vsize (KiB) 77668

[startup+942.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/73 1140
/proc/meminfo: memFree=992368/2055920 swapFree=4170332/4192956
[pid=1131] ppid=1129 vsize=5360 CPUtime=1.77
/proc/1131/stat : 1131 (glucose.sh) S 1129 1131 1061 0 -1 4194304 313 5935 0 0 0 0 169 8 16 0 1 0 1143943448 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1131/statm: 1340 238 195 169 0 51 0
[pid=1134] ppid=1131 vsize=75876 CPUtime=940
/proc/1134/stat : 1134 (glucose_static) R 1131 1131 1061 0 -1 4194304 18821 0 0 0 93985 15 0 0 25 0 1 0 1143943626 77697024 18785 1992294400 134512640 135217611 4294956304 18446744073709551615 134532731 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/1134/statm: 18969 18785 77 172 0 18794 0
Current children cumulated CPU time (s) 941.77
Current children cumulated vsize (KiB) 81236

[startup+1002.3 s]
/proc/loadavg: 1.04 1.01 1.00 2/73 1140
/proc/meminfo: memFree=992304/2055920 swapFree=4170332/4192956
[pid=1131] ppid=1129 vsize=5360 CPUtime=1.77
/proc/1131/stat : 1131 (glucose.sh) S 1129 1131 1061 0 -1 4194304 313 5935 0 0 0 0 169 8 16 0 1 0 1143943448 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1131/statm: 1340 238 195 169 0 51 0
[pid=1134] ppid=1131 vsize=75816 CPUtime=999.97
/proc/1134/stat : 1134 (glucose_static) R 1131 1131 1061 0 -1 4194304 18821 0 0 0 99982 15 0 0 25 0 1 0 1143943626 77635584 18785 1992294400 134512640 135217611 4294956304 18446744073709551615 134533131 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/1134/statm: 18954 18785 77 172 0 18779 0
Current children cumulated CPU time (s) 1001.74
Current children cumulated vsize (KiB) 81176

[startup+1062.3 s]
/proc/loadavg: 1.01 1.01 1.00 2/73 1140
/proc/meminfo: memFree=991088/2055920 swapFree=4170332/4192956
[pid=1131] ppid=1129 vsize=5360 CPUtime=1.77
/proc/1131/stat : 1131 (glucose.sh) S 1129 1131 1061 0 -1 4194304 313 5935 0 0 0 0 169 8 16 0 1 0 1143943448 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1131/statm: 1340 238 195 169 0 51 0
[pid=1134] ppid=1131 vsize=77136 CPUtime=1059.92
/proc/1134/stat : 1134 (glucose_static) R 1131 1131 1061 0 -1 4194304 19134 0 0 0 105977 15 0 0 25 0 1 0 1143943626 78987264 19098 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/1134/statm: 19284 19098 77 172 0 19109 0
Current children cumulated CPU time (s) 1061.69
Current children cumulated vsize (KiB) 82496

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

[startup+1075.1 s]
/proc/loadavg: 1.08 1.02 1.00 2/73 1140
/proc/meminfo: memFree=991088/2055920 swapFree=4170332/4192956
[pid=1131] ppid=1129 vsize=5360 CPUtime=1.77
/proc/1131/stat : 1131 (glucose.sh) S 1129 1131 1061 0 -1 4194304 313 5935 0 0 0 0 169 8 16 0 1 0 1143943448 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1131/statm: 1340 238 195 169 0 51 0
[pid=1134] ppid=1131 vsize=77136 CPUtime=1072.72
/proc/1134/stat : 1134 (glucose_static) R 1131 1131 1061 0 -1 4194304 19136 0 0 0 107257 15 0 0 25 0 1 0 1143943626 78987264 19100 1992294400 134512640 135217611 4294956304 18446744073709551615 134533115 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/1134/statm: 19284 19100 77 172 0 19109 0
Current children cumulated CPU time (s) 1074.49
Current children cumulated vsize (KiB) 82496

[startup+1081.5 s]
/proc/loadavg: 1.07 1.02 1.00 2/73 1140
/proc/meminfo: memFree=991088/2055920 swapFree=4170332/4192956
[pid=1131] ppid=1129 vsize=5360 CPUtime=1.77
/proc/1131/stat : 1131 (glucose.sh) S 1129 1131 1061 0 -1 4194304 313 5935 0 0 0 0 169 8 16 0 1 0 1143943448 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1131/statm: 1340 238 195 169 0 51 0
[pid=1134] ppid=1131 vsize=77136 CPUtime=1079.11
/proc/1134/stat : 1134 (glucose_static) R 1131 1131 1061 0 -1 4194304 19136 0 0 0 107896 15 0 0 25 0 1 0 1143943626 78987264 19100 1992294400 134512640 135217611 4294956304 18446744073709551615 134538281 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/1134/statm: 19284 19100 77 172 0 19109 0
Current children cumulated CPU time (s) 1080.88
Current children cumulated vsize (KiB) 82496

[startup+1084.7 s]
/proc/loadavg: 1.06 1.02 1.00 2/73 1140
/proc/meminfo: memFree=991088/2055920 swapFree=4170332/4192956
[pid=1131] ppid=1129 vsize=5360 CPUtime=1.77
/proc/1131/stat : 1131 (glucose.sh) S 1129 1131 1061 0 -1 4194304 313 5935 0 0 0 0 169 8 16 0 1 0 1143943448 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1131/statm: 1340 238 195 169 0 51 0
[pid=1134] ppid=1131 vsize=77136 CPUtime=1082.31
/proc/1134/stat : 1134 (glucose_static) R 1131 1131 1061 0 -1 4194304 19136 0 0 0 108216 15 0 0 25 0 1 0 1143943626 78987264 19100 1992294400 134512640 135217611 4294956304 18446744073709551615 134536936 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/1134/statm: 19284 19100 77 172 0 19109 0
Current children cumulated CPU time (s) 1084.08
Current children cumulated vsize (KiB) 82496

[startup+1085.5 s]
/proc/loadavg: 1.06 1.02 1.00 2/73 1140
/proc/meminfo: memFree=991088/2055920 swapFree=4170332/4192956
[pid=1131] ppid=1129 vsize=5360 CPUtime=1.77
/proc/1131/stat : 1131 (glucose.sh) S 1129 1131 1061 0 -1 4194304 313 5935 0 0 0 0 169 8 16 0 1 0 1143943448 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1131/statm: 1340 238 195 169 0 51 0
[pid=1134] ppid=1131 vsize=77136 CPUtime=1083.11
/proc/1134/stat : 1134 (glucose_static) R 1131 1131 1061 0 -1 4194304 19136 0 0 0 108296 15 0 0 25 0 1 0 1143943626 78987264 19100 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/1134/statm: 19284 19100 77 172 0 19109 0
Current children cumulated CPU time (s) 1084.88
Current children cumulated vsize (KiB) 82496

[startup+1085.9 s]
/proc/loadavg: 1.06 1.02 1.00 2/73 1140
/proc/meminfo: memFree=991088/2055920 swapFree=4170332/4192956
[pid=1131] ppid=1129 vsize=5360 CPUtime=1.77
/proc/1131/stat : 1131 (glucose.sh) S 1129 1131 1061 0 -1 4194304 313 5935 0 0 0 0 169 8 16 0 1 0 1143943448 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1131/statm: 1340 238 195 169 0 51 0
[pid=1134] ppid=1131 vsize=77136 CPUtime=1083.51
/proc/1134/stat : 1134 (glucose_static) R 1131 1131 1061 0 -1 4194304 19136 0 0 0 108336 15 0 0 25 0 1 0 1143943626 78987264 19100 1992294400 134512640 135217611 4294956304 18446744073709551615 134527911 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/1134/statm: 19284 19100 77 172 0 19109 0
Current children cumulated CPU time (s) 1085.28
Current children cumulated vsize (KiB) 82496

[startup+1086.1 s]
/proc/loadavg: 1.06 1.02 1.00 2/73 1140
/proc/meminfo: memFree=991088/2055920 swapFree=4170332/4192956
[pid=1131] ppid=1129 vsize=5360 CPUtime=1.77
/proc/1131/stat : 1131 (glucose.sh) S 1129 1131 1061 0 -1 4194304 313 5935 0 0 0 0 169 8 16 0 1 0 1143943448 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1131/statm: 1340 238 195 169 0 51 0
[pid=1134] ppid=1131 vsize=77136 CPUtime=1083.71
/proc/1134/stat : 1134 (glucose_static) R 1131 1131 1061 0 -1 4194304 19136 0 0 0 108356 15 0 0 25 0 1 0 1143943626 78987264 19100 1992294400 134512640 135217611 4294956304 18446744073709551615 134533131 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/1134/statm: 19284 19100 77 172 0 19109 0
Current children cumulated CPU time (s) 1085.48
Current children cumulated vsize (KiB) 82496

[startup+1086.2 s]
/proc/loadavg: 1.06 1.02 1.00 2/73 1140
/proc/meminfo: memFree=991088/2055920 swapFree=4170332/4192956
[pid=1131] ppid=1129 vsize=5360 CPUtime=1.77
/proc/1131/stat : 1131 (glucose.sh) S 1129 1131 1061 0 -1 4194304 313 5935 0 0 0 0 169 8 16 0 1 0 1143943448 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1131/statm: 1340 238 195 169 0 51 0
[pid=1134] ppid=1131 vsize=77136 CPUtime=1083.81
/proc/1134/stat : 1134 (glucose_static) R 1131 1131 1061 0 -1 4194304 19136 0 0 0 108366 15 0 0 25 0 1 0 1143943626 78987264 19100 1992294400 134512640 135217611 4294956304 18446744073709551615 134532731 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/1134/statm: 19284 19100 77 172 0 19109 0
Current children cumulated CPU time (s) 1085.58
Current children cumulated vsize (KiB) 82496

Child status: 20
Real time (s): 1086.27
CPU time (s): 1085.68
CPU user time (s): 1085.42
CPU system time (s): 0.26296
CPU usage (%): 99.9452
Max. virtual memory (cumulated for all children) (KiB): 82496

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

runsolver used 1.03184 second user time and 2.96055 second system time

The end

Launcher Data

Begin job on node38 at 2009-04-03 00:53:24
IDJOB=1553254
IDBENCH=70758
IDSOLVER=503
FILE ID=node38/1553254-1238712803
PBS_JOBID= 9085307
Free space on /tmp= 65528 MiB

SOLVER NAME= glucose 1.0
BENCH NAME= SAT09/APPLICATIONS/bitverif/minxorminand/minxorminand064.cnf
COMMAND LINE= glucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1553254-1238712803/watcher-1553254-1238712803 -o /tmp/evaluation-result-1553254-1238712803/solver-1553254-1238712803 -C 1200 -W 1800 -M 1800 --output-limit 1,15  glucose.sh HOME/instance-1553254-1238712803.cnf

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

MD5SUM BENCH= 1394bf507e3ed448c81b5502d6550d78
RANDOM SEED=825500330

node38.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:       1078240 kB
Buffers:        101316 kB
Cached:         769540 kB
SwapCached:      11172 kB
Active:         260580 kB
Inactive:       622864 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1078240 kB
SwapTotal:     4192956 kB
SwapFree:      4170332 kB
Dirty:            3468 kB
Writeback:           0 kB
Mapped:          18376 kB
Slab:            79532 kB
Committed_AS:  3362260 kB
PageTables:       1988 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= 65524 MiB
End job on node38 at 2009-04-03 01:11:30