Trace number 1784008

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 2039.55 2040.4

General information on the benchmark

Namecrafted/Difficult/contest-02-03-04/
contest03-SGI_30_50_30_20_3-dir.sat05-440.reshuffled-07.cnf
MD5SUM4a0cf034172f796c42342e79509e3449
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark334.451
Satisfiable
(Un)Satisfiability was proved
Number of variables900
Number of clauses71378
Sum of the clauses size143596
Maximum clause length30
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 271348
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 530

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.04	c ==============================================================================
0.00/0.04	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.04	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.04	c ==============================================================================
0.00/0.04	c |         0 |   71378   143596 |   21413       0        0     nan |  0.000 % |
0.00/0.59	c |         0 |   70478   203615 |      --       0       --      -- |     --   | -900/60019
0.00/0.59	c ==============================================================================
0.00/0.59	c Result  :   #vars: 870   #clauses: 70478   #literals: 203615
0.00/0.59	c CPU time:   0.58891 s
0.00/0.59	c ==============================================================================
0.00/0.65	c
0.00/0.65	c Starting glucose
0.00/0.65	c
0.00/0.65	
0.00/0.65	c This is glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
0.00/0.65	
0.00/0.65	c ============================[ Problem Statistics ]=============================
0.00/0.65	c |                                                                             |
0.00/0.66	c |  Number of variables:  870                                                  |
0.00/0.66	c |  Number of clauses:    70478                                                |
0.00/0.70	c |  Parsing time:         0.03         s                                       |
2039.44/2040.37	c restarts              : 903
2039.44/2040.37	c nb ReduceDB           : 48
2039.44/2040.37	c nb learnts DL2        : 227
2039.44/2040.37	c nb learnts size 2     : 65
2039.44/2040.37	c nb learnts size 1     : 22
2039.44/2040.38	c conflicts             : 2090690        (1025 /sec)
2039.44/2040.38	c decisions             : 3246086        (1.20 % random) (1592 /sec)
2039.44/2040.38	c propagations          : 159711606      (78339 /sec)
2039.44/2040.38	c conflict literals     : 185255994      (38.44 % deleted)
2039.44/2040.38	c Memory used           : 73.47 MB
2039.44/2040.38	c CPU time              : 2038.72 s
2039.44/2040.38	
2039.44/2040.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-1784008-1241909249/watcher-1784008-1241909249 -o /tmp/evaluation-result-1784008-1241909249/solver-1784008-1241909249 -C 5000 -W 6000 -M 1800 glucose.sh HOME/instance-1784008-1241909249.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 6000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.00 1.00 1.00 3/65 12383
/proc/meminfo: memFree=1847464/2055920 swapFree=4177536/4192956
[pid=12383] ppid=12381 vsize=5356 CPUtime=0
/proc/12383/stat : 12383 (glucose.sh) R 12381 12383 12306 0 -1 4194304 266 0 0 0 0 0 0 0 18 0 1 0 218954207 5484544 233 1992294400 4194304 4889804 548682068832 18446744073709551615 224264382963 0 0 4100 65536 0 0 0 17 1 0 0
/proc/12383/statm: 1339 233 194 169 0 50 0

[startup+0.035147 s]
/proc/loadavg: 1.00 1.00 1.00 3/65 12383
/proc/meminfo: memFree=1847464/2055920 swapFree=4177536/4192956
[pid=12383] ppid=12381 vsize=5360 CPUtime=0
/proc/12383/stat : 12383 (glucose.sh) S 12381 12383 12306 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 218954207 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12383/statm: 1340 236 195 169 0 51 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5360

[startup+0.101157 s]
/proc/loadavg: 1.00 1.00 1.00 3/65 12383
/proc/meminfo: memFree=1847464/2055920 swapFree=4177536/4192956
[pid=12383] ppid=12381 vsize=5360 CPUtime=0
/proc/12383/stat : 12383 (glucose.sh) S 12381 12383 12306 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 218954207 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12383/statm: 1340 236 195 169 0 51 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5360

[startup+0.301194 s]
/proc/loadavg: 1.00 1.00 1.00 3/65 12383
/proc/meminfo: memFree=1847464/2055920 swapFree=4177536/4192956
[pid=12383] ppid=12381 vsize=5360 CPUtime=0
/proc/12383/stat : 12383 (glucose.sh) S 12381 12383 12306 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 218954207 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12383/statm: 1340 236 195 169 0 51 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5360

[startup+0.701273 s]
/proc/loadavg: 1.00 1.00 1.00 3/65 12383
/proc/meminfo: memFree=1847464/2055920 swapFree=4177536/4192956
[pid=12383] ppid=12381 vsize=5360 CPUtime=0.64
/proc/12383/stat : 12383 (glucose.sh) S 12381 12383 12306 0 -1 4194304 313 1494 0 0 0 0 64 0 15 0 1 0 218954207 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12383/statm: 1340 238 195 169 0 51 0
Current children cumulated CPU time (s) 0.64
Current children cumulated vsize (KiB) 5360

[startup+1.50142 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 12386
/proc/meminfo: memFree=1839960/2055920 swapFree=4177536/4192956
[pid=12383] ppid=12381 vsize=5360 CPUtime=0.64
/proc/12383/stat : 12383 (glucose.sh) S 12381 12383 12306 0 -1 4194304 313 1494 0 0 0 0 64 0 15 0 1 0 218954207 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12383/statm: 1340 238 195 169 0 51 0
[pid=12386] ppid=12383 vsize=8112 CPUtime=0.83
/proc/12386/stat : 12386 (glucose_static) R 12383 12383 12306 0 -1 4194304 1903 0 0 0 83 0 0 0 24 0 1 0 218954272 8306688 1889 1992294400 134512640 135217611 4294956304 18446744073709551615 134723558 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/12386/statm: 2028 1889 76 172 0 1853 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 13472

[startup+3.10172 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 12386
/proc/meminfo: memFree=1837336/2055920 swapFree=4177536/4192956
[pid=12383] ppid=12381 vsize=5360 CPUtime=0.64
/proc/12383/stat : 12383 (glucose.sh) S 12381 12383 12306 0 -1 4194304 313 1494 0 0 0 0 64 0 15 0 1 0 218954207 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12383/statm: 1340 238 195 169 0 51 0
[pid=12386] ppid=12383 vsize=11072 CPUtime=2.43
/proc/12386/stat : 12386 (glucose_static) R 12383 12383 12306 0 -1 4194304 2642 0 0 0 242 1 0 0 25 0 1 0 218954272 11337728 2628 1992294400 134512640 135217611 4294956304 18446744073709551615 134533146 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/12386/statm: 2768 2628 76 172 0 2593 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 16432

[startup+6.30131 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 12386
/proc/meminfo: memFree=1832480/2055920 swapFree=4177536/4192956
[pid=12383] ppid=12381 vsize=5360 CPUtime=0.64
/proc/12383/stat : 12383 (glucose.sh) S 12381 12383 12306 0 -1 4194304 313 1494 0 0 0 0 64 0 15 0 1 0 218954207 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12383/statm: 1340 238 195 169 0 51 0
[pid=12386] ppid=12383 vsize=15120 CPUtime=5.63
/proc/12386/stat : 12386 (glucose_static) R 12383 12383 12306 0 -1 4194304 3649 0 0 0 561 2 0 0 25 0 1 0 218954272 15482880 3635 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/12386/statm: 3780 3635 77 172 0 3605 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 20480

[startup+12.7015 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 12386
/proc/meminfo: memFree=1830056/2055920 swapFree=4177536/4192956
[pid=12383] ppid=12381 vsize=5360 CPUtime=0.64
/proc/12383/stat : 12383 (glucose.sh) S 12381 12383 12306 0 -1 4194304 313 1494 0 0 0 0 64 0 15 0 1 0 218954207 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12383/statm: 1340 238 195 169 0 51 0
[pid=12386] ppid=12383 vsize=17116 CPUtime=12.02
/proc/12386/stat : 12386 (glucose_static) R 12383 12383 12306 0 -1 4194304 4141 0 0 0 1199 3 0 0 25 0 1 0 218954272 17526784 4127 1992294400 134512640 135217611 4294956304 18446744073709551615 134533148 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/12386/statm: 4279 4127 77 172 0 4104 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 22476

[startup+25.5019 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 12386
/proc/meminfo: memFree=1825960/2055920 swapFree=4177536/4192956
[pid=12383] ppid=12381 vsize=5360 CPUtime=0.64
/proc/12383/stat : 12383 (glucose.sh) S 12381 12383 12306 0 -1 4194304 313 1494 0 0 0 0 64 0 15 0 1 0 218954207 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12383/statm: 1340 238 195 169 0 51 0
[pid=12386] ppid=12383 vsize=21064 CPUtime=24.82
/proc/12386/stat : 12386 (glucose_static) R 12383 12383 12306 0 -1 4194304 5128 0 0 0 2478 4 0 0 25 0 1 0 218954272 21569536 5114 1992294400 134512640 135217611 4294956304 18446744073709551615 134533148 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/12386/statm: 5266 5114 77 172 0 5091 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 26424

[startup+51.1017 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 12386
/proc/meminfo: memFree=1823208/2055920 swapFree=4177536/4192956
[pid=12383] ppid=12381 vsize=5360 CPUtime=0.64
/proc/12383/stat : 12383 (glucose.sh) S 12381 12383 12306 0 -1 4194304 313 1494 0 0 0 0 64 0 15 0 1 0 218954207 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12383/statm: 1340 238 195 169 0 51 0
[pid=12386] ppid=12383 vsize=23716 CPUtime=50.4
/proc/12386/stat : 12386 (glucose_static) R 12383 12383 12306 0 -1 4194304 5775 0 0 0 5036 4 0 0 25 0 1 0 218954272 24285184 5761 1992294400 134512640 135217611 4294956304 18446744073709551615 134533146 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/12386/statm: 5929 5761 77 172 0 5754 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 29076

[startup+102.305 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 12386
/proc/meminfo: memFree=1817512/2055920 swapFree=4177536/4192956
[pid=12383] ppid=12381 vsize=5360 CPUtime=0.64
/proc/12383/stat : 12383 (glucose.sh) S 12381 12383 12306 0 -1 4194304 313 1494 0 0 0 0 64 0 15 0 1 0 218954207 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12383/statm: 1340 238 195 169 0 51 0
[pid=12386] ppid=12383 vsize=29488 CPUtime=101.58
/proc/12386/stat : 12386 (glucose_static) R 12383 12383 12306 0 -1 4194304 7165 0 0 0 10153 5 0 0 25 0 1 0 218954272 30195712 7151 1992294400 134512640 135217611 4294956304 18446744073709551615 134533058 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/12386/statm: 7372 7151 77 172 0 7197 0
Current children cumulated CPU time (s) 102.22
Current children cumulated vsize (KiB) 34848

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 12386
/proc/meminfo: memFree=1813544/2055920 swapFree=4177536/4192956
[pid=12383] ppid=12381 vsize=5360 CPUtime=0.64
/proc/12383/stat : 12383 (glucose.sh) S 12381 12383 12306 0 -1 4194304 313 1494 0 0 0 0 64 0 15 0 1 0 218954207 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12383/statm: 1340 238 195 169 0 51 0
[pid=12386] ppid=12383 vsize=33452 CPUtime=161.54
/proc/12386/stat : 12386 (glucose_static) R 12383 12383 12306 0 -1 4194304 8150 0 0 0 16148 6 0 0 25 0 1 0 218954272 34254848 8136 1992294400 134512640 135217611 4294956304 18446744073709551615 134533131 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/12386/statm: 8363 8136 77 172 0 8188 0
Current children cumulated CPU time (s) 162.18
Current children cumulated vsize (KiB) 38812

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 12386
/proc/meminfo: memFree=1810344/2055920 swapFree=4177536/4192956
[pid=12383] ppid=12381 vsize=5360 CPUtime=0.64
/proc/12383/stat : 12383 (glucose.sh) S 12381 12383 12306 0 -1 4194304 313 1494 0 0 0 0 64 0 15 0 1 0 218954207 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12383/statm: 1340 238 195 169 0 51 0
[pid=12386] ppid=12383 vsize=36756 CPUtime=221.52
/proc/12386/stat : 12386 (glucose_static) R 12383 12383 12306 0 -1 4194304 8939 0 0 0 22145 7 0 0 25 0 1 0 218954272 37638144 8925 1992294400 134512640 135217611 4294956304 18446744073709551615 134533146 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/12386/statm: 9189 8925 77 172 0 9014 0
Current children cumulated CPU time (s) 222.16
Current children cumulated vsize (KiB) 42116

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 12386
/proc/meminfo: memFree=1807464/2055920 swapFree=4177536/4192956
[pid=12383] ppid=12381 vsize=5360 CPUtime=0.64
/proc/12383/stat : 12383 (glucose.sh) S 12381 12383 12306 0 -1 4194304 313 1494 0 0 0 0 64 0 15 0 1 0 218954207 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12383/statm: 1340 238 195 169 0 51 0
[pid=12386] ppid=12383 vsize=39904 CPUtime=281.48
/proc/12386/stat : 12386 (glucose_static) R 12383 12383 12306 0 -1 4194304 9685 0 0 0 28141 7 0 0 25 0 1 0 218954272 40861696 9671 1992294400 134512640 135217611 4294956304 18446744073709551615 134533181 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/12386/statm: 9976 9671 77 172 0 9801 0
Current children cumulated CPU time (s) 282.12
Current children cumulated vsize (KiB) 45264

[startup+342.303 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 12386
/proc/meminfo: memFree=1804840/2055920 swapFree=4177536/4192956
[pid=12383] ppid=12381 vsize=5360 CPUtime=0.64
/proc/12383/stat : 12383 (glucose.sh) S 12381 12383 12306 0 -1 4194304 313 1494 0 0 0 0 64 0 15 0 1 0 218954207 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12383/statm: 1340 238 195 169 0 51 0
[pid=12386] ppid=12383 vsize=42284 CPUtime=341.46
/proc/12386/stat : 12386 (glucose_static) R 12383 12383 12306 0 -1 4194304 10303 0 0 0 34138 8 0 0 25 0 1 0 218954272 43298816 10289 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/12386/statm: 10571 10289 77 172 0 10396 0
Current children cumulated CPU time (s) 342.1
Current children cumulated vsize (KiB) 47644

[startup+402.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 12386
/proc/meminfo: memFree=1804200/2055920 swapFree=4177536/4192956
[pid=12383] ppid=12381 vsize=5360 CPUtime=0.64
/proc/12383/stat : 12383 (glucose.sh) S 12381 12383 12306 0 -1 4194304 313 1494 0 0 0 0 64 0 15 0 1 0 218954207 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12383/statm: 1340 238 195 169 0 51 0
[pid=12386] ppid=12383 vsize=42956 CPUtime=401.43
/proc/12386/stat : 12386 (glucose_static) R 12383 12383 12306 0 -1 4194304 10473 0 0 0 40135 8 0 0 25 0 1 0 218954272 43986944 10459 1992294400 134512640 135217611 4294956304 18446744073709551615 134533146 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/12386/statm: 10739 10459 77 172 0 10564 0
Current children cumulated CPU time (s) 402.07
Current children cumulated vsize (KiB) 48316

[startup+462.301 s]

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


[startup+1602.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/67 12392
/proc/meminfo: memFree=1783656/2055920 swapFree=4177536/4192956
[pid=12383] ppid=12381 vsize=5360 CPUtime=0.64
/proc/12383/stat : 12383 (glucose.sh) S 12381 12383 12306 0 -1 4194304 313 1494 0 0 0 0 64 0 15 0 1 0 218954207 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12383/statm: 1340 238 195 169 0 51 0
[pid=12386] ppid=12383 vsize=64684 CPUtime=1600.95
/proc/12386/stat : 12386 (glucose_static) R 12383 12383 12306 0 -1 4194304 15518 0 0 0 160083 12 0 0 25 0 1 0 218954272 66236416 15501 1992294400 134512640 135217611 4294956304 18446744073709551615 134533146 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/12386/statm: 16171 15501 77 172 0 15996 0
Current children cumulated CPU time (s) 1601.59
Current children cumulated vsize (KiB) 70044

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 12392
/proc/meminfo: memFree=1781224/2055920 swapFree=4177536/4192956
[pid=12383] ppid=12381 vsize=5360 CPUtime=0.64
/proc/12383/stat : 12383 (glucose.sh) S 12381 12383 12306 0 -1 4194304 313 1494 0 0 0 0 64 0 15 0 1 0 218954207 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12383/statm: 1340 238 195 169 0 51 0
[pid=12386] ppid=12383 vsize=67320 CPUtime=1660.93
/proc/12386/stat : 12386 (glucose_static) R 12383 12383 12306 0 -1 4194304 16114 0 0 0 166080 13 0 0 25 0 1 0 218954272 68935680 16097 1992294400 134512640 135217611 4294956304 18446744073709551615 134533142 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/12386/statm: 16830 16097 77 172 0 16655 0
Current children cumulated CPU time (s) 1661.57
Current children cumulated vsize (KiB) 72680

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 12392
/proc/meminfo: memFree=1780648/2055920 swapFree=4177536/4192956
[pid=12383] ppid=12381 vsize=5360 CPUtime=0.64
/proc/12383/stat : 12383 (glucose.sh) S 12381 12383 12306 0 -1 4194304 313 1494 0 0 0 0 64 0 15 0 1 0 218954207 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12383/statm: 1340 238 195 169 0 51 0
[pid=12386] ppid=12383 vsize=68072 CPUtime=1720.91
/proc/12386/stat : 12386 (glucose_static) R 12383 12383 12306 0 -1 4194304 16265 0 0 0 172078 13 0 0 25 0 1 0 218954272 69705728 16248 1992294400 134512640 135217611 4294956304 18446744073709551615 134533219 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/12386/statm: 17018 16248 77 172 0 16843 0
Current children cumulated CPU time (s) 1721.55
Current children cumulated vsize (KiB) 73432

[startup+1782.3 s]
/proc/loadavg: 1.06 1.02 1.00 2/67 12392
/proc/meminfo: memFree=1778216/2055920 swapFree=4177536/4192956
[pid=12383] ppid=12381 vsize=5360 CPUtime=0.64
/proc/12383/stat : 12383 (glucose.sh) S 12381 12383 12306 0 -1 4194304 313 1494 0 0 0 0 64 0 15 0 1 0 218954207 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12383/statm: 1340 238 195 169 0 51 0
[pid=12386] ppid=12383 vsize=70184 CPUtime=1780.89
/proc/12386/stat : 12386 (glucose_static) R 12383 12383 12306 0 -1 4194304 16822 0 0 0 178075 14 0 0 25 0 1 0 218954272 71868416 16805 1992294400 134512640 135217611 4294956304 18446744073709551615 134533131 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/12386/statm: 17546 16805 77 172 0 17371 0
Current children cumulated CPU time (s) 1781.53
Current children cumulated vsize (KiB) 75544

[startup+1842.3 s]
/proc/loadavg: 1.10 1.03 1.01 2/67 12392
/proc/meminfo: memFree=1778152/2055920 swapFree=4177536/4192956
[pid=12383] ppid=12381 vsize=5360 CPUtime=0.64
/proc/12383/stat : 12383 (glucose.sh) S 12381 12383 12306 0 -1 4194304 313 1494 0 0 0 0 64 0 15 0 1 0 218954207 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12383/statm: 1340 238 195 169 0 51 0
[pid=12386] ppid=12383 vsize=70184 CPUtime=1840.87
/proc/12386/stat : 12386 (glucose_static) R 12383 12383 12306 0 -1 4194304 16822 0 0 0 184073 14 0 0 25 0 1 0 218954272 71868416 16805 1992294400 134512640 135217611 4294956304 18446744073709551615 134533148 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/12386/statm: 17546 16805 77 172 0 17371 0
Current children cumulated CPU time (s) 1841.51
Current children cumulated vsize (KiB) 75544

[startup+1902.3 s]
/proc/loadavg: 1.04 1.02 1.00 2/67 12392
/proc/meminfo: memFree=1778152/2055920 swapFree=4177536/4192956
[pid=12383] ppid=12381 vsize=5360 CPUtime=0.64
/proc/12383/stat : 12383 (glucose.sh) S 12381 12383 12306 0 -1 4194304 313 1494 0 0 0 0 64 0 15 0 1 0 218954207 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12383/statm: 1340 238 195 169 0 51 0
[pid=12386] ppid=12383 vsize=70184 CPUtime=1900.85
/proc/12386/stat : 12386 (glucose_static) R 12383 12383 12306 0 -1 4194304 16829 0 0 0 190071 14 0 0 25 0 1 0 218954272 71868416 16812 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/12386/statm: 17546 16812 77 172 0 17371 0
Current children cumulated CPU time (s) 1901.49
Current children cumulated vsize (KiB) 75544

[startup+1962.3 s]
/proc/loadavg: 1.07 1.03 1.00 2/67 12392
/proc/meminfo: memFree=1778088/2055920 swapFree=4177536/4192956
[pid=12383] ppid=12381 vsize=5360 CPUtime=0.64
/proc/12383/stat : 12383 (glucose.sh) S 12381 12383 12306 0 -1 4194304 313 1494 0 0 0 0 64 0 15 0 1 0 218954207 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12383/statm: 1340 238 195 169 0 51 0
[pid=12386] ppid=12383 vsize=70184 CPUtime=1960.83
/proc/12386/stat : 12386 (glucose_static) R 12383 12383 12306 0 -1 4194304 16832 0 0 0 196069 14 0 0 25 0 1 0 218954272 71868416 16815 1992294400 134512640 135217611 4294956304 18446744073709551615 134533118 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/12386/statm: 17546 16815 77 172 0 17371 0
Current children cumulated CPU time (s) 1961.47
Current children cumulated vsize (KiB) 75544

[startup+2022.3 s]
/proc/loadavg: 1.02 1.02 1.00 2/67 12392
/proc/meminfo: memFree=1774312/2055920 swapFree=4177536/4192956
[pid=12383] ppid=12381 vsize=5360 CPUtime=0.64
/proc/12383/stat : 12383 (glucose.sh) S 12381 12383 12306 0 -1 4194304 313 1494 0 0 0 0 64 0 15 0 1 0 218954207 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12383/statm: 1340 238 195 169 0 51 0
[pid=12386] ppid=12383 vsize=74508 CPUtime=2020.8
/proc/12386/stat : 12386 (glucose_static) R 12383 12383 12306 0 -1 4194304 17808 0 0 0 202065 15 0 0 25 0 1 0 218954272 76296192 17775 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/12386/statm: 18627 17775 77 172 0 18452 0
Current children cumulated CPU time (s) 2021.44
Current children cumulated vsize (KiB) 79868

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

[startup+2028.7 s]
/proc/loadavg: 1.02 1.02 1.00 2/67 12392
/proc/meminfo: memFree=1773864/2055920 swapFree=4177536/4192956
[pid=12383] ppid=12381 vsize=5360 CPUtime=0.64
/proc/12383/stat : 12383 (glucose.sh) S 12381 12383 12306 0 -1 4194304 313 1494 0 0 0 0 64 0 15 0 1 0 218954207 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12383/statm: 1340 238 195 169 0 51 0
[pid=12386] ppid=12383 vsize=74940 CPUtime=2027.19
/proc/12386/stat : 12386 (glucose_static) R 12383 12383 12306 0 -1 4194304 17911 0 0 0 202704 15 0 0 25 0 1 0 218954272 76738560 17878 1992294400 134512640 135217611 4294956304 18446744073709551615 134533131 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/12386/statm: 18735 17878 77 172 0 18560 0
Current children cumulated CPU time (s) 2027.83
Current children cumulated vsize (KiB) 80300

[startup+2035.1 s]
/proc/loadavg: 1.02 1.02 1.00 2/67 12392
/proc/meminfo: memFree=1773736/2055920 swapFree=4177536/4192956
[pid=12383] ppid=12381 vsize=5360 CPUtime=0.64
/proc/12383/stat : 12383 (glucose.sh) S 12381 12383 12306 0 -1 4194304 313 1494 0 0 0 0 64 0 15 0 1 0 218954207 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12383/statm: 1340 238 195 169 0 51 0
[pid=12386] ppid=12383 vsize=75120 CPUtime=2033.6
/proc/12386/stat : 12386 (glucose_static) R 12383 12383 12306 0 -1 4194304 17946 0 0 0 203344 16 0 0 25 0 1 0 218954272 76922880 17913 1992294400 134512640 135217611 4294956304 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/12386/statm: 18780 17913 77 172 0 18605 0
Current children cumulated CPU time (s) 2034.24
Current children cumulated vsize (KiB) 80480

[startup+2038.31 s]
/proc/loadavg: 1.02 1.02 1.00 2/67 12392
/proc/meminfo: memFree=1773736/2055920 swapFree=4177536/4192956
[pid=12383] ppid=12381 vsize=5360 CPUtime=0.64
/proc/12383/stat : 12383 (glucose.sh) S 12381 12383 12306 0 -1 4194304 313 1494 0 0 0 0 64 0 15 0 1 0 218954207 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12383/statm: 1340 238 195 169 0 51 0
[pid=12386] ppid=12383 vsize=75228 CPUtime=2036.8
/proc/12386/stat : 12386 (glucose_static) R 12383 12383 12306 0 -1 4194304 17950 0 0 0 203664 16 0 0 25 0 1 0 218954272 77033472 17917 1992294400 134512640 135217611 4294956304 18446744073709551615 134533155 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/12386/statm: 18807 17917 77 172 0 18632 0
Current children cumulated CPU time (s) 2037.44
Current children cumulated vsize (KiB) 80588

[startup+2039.1 s]
/proc/loadavg: 1.02 1.02 1.00 2/67 12392
/proc/meminfo: memFree=1773736/2055920 swapFree=4177536/4192956
[pid=12383] ppid=12381 vsize=5360 CPUtime=0.64
/proc/12383/stat : 12383 (glucose.sh) S 12381 12383 12306 0 -1 4194304 313 1494 0 0 0 0 64 0 15 0 1 0 218954207 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12383/statm: 1340 238 195 169 0 51 0
[pid=12386] ppid=12383 vsize=75228 CPUtime=2037.6
/proc/12386/stat : 12386 (glucose_static) R 12383 12383 12306 0 -1 4194304 17950 0 0 0 203744 16 0 0 25 0 1 0 218954272 77033472 17917 1992294400 134512640 135217611 4294956304 18446744073709551615 134533307 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/12386/statm: 18807 17917 77 172 0 18632 0
Current children cumulated CPU time (s) 2038.24
Current children cumulated vsize (KiB) 80588

[startup+2039.9 s]
/proc/loadavg: 1.02 1.02 1.00 2/67 12392
/proc/meminfo: memFree=1773736/2055920 swapFree=4177536/4192956
[pid=12383] ppid=12381 vsize=5360 CPUtime=0.64
/proc/12383/stat : 12383 (glucose.sh) S 12381 12383 12306 0 -1 4194304 313 1494 0 0 0 0 64 0 15 0 1 0 218954207 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12383/statm: 1340 238 195 169 0 51 0
[pid=12386] ppid=12383 vsize=75228 CPUtime=2038.4
/proc/12386/stat : 12386 (glucose_static) R 12383 12383 12306 0 -1 4194304 17950 0 0 0 203824 16 0 0 25 0 1 0 218954272 77033472 17917 1992294400 134512640 135217611 4294956304 18446744073709551615 134532989 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/12386/statm: 18807 17917 77 172 0 18632 0
Current children cumulated CPU time (s) 2039.04
Current children cumulated vsize (KiB) 80588

[startup+2040.3 s]
/proc/loadavg: 1.02 1.02 1.00 2/67 12392
/proc/meminfo: memFree=1773736/2055920 swapFree=4177536/4192956
[pid=12383] ppid=12381 vsize=5360 CPUtime=0.64
/proc/12383/stat : 12383 (glucose.sh) S 12381 12383 12306 0 -1 4194304 313 1494 0 0 0 0 64 0 15 0 1 0 218954207 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12383/statm: 1340 238 195 169 0 51 0
[pid=12386] ppid=12383 vsize=75228 CPUtime=2038.8
/proc/12386/stat : 12386 (glucose_static) R 12383 12383 12306 0 -1 4194304 17950 0 0 0 203864 16 0 0 25 0 1 0 218954272 77033472 17917 1992294400 134512640 135217611 4294956304 18446744073709551615 134533322 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/12386/statm: 18807 17917 77 172 0 18632 0
Current children cumulated CPU time (s) 2039.44
Current children cumulated vsize (KiB) 80588

Child status: 20
Real time (s): 2040.4
CPU time (s): 2039.55
CPU user time (s): 2039.37
CPU system time (s): 0.182972
CPU usage (%): 99.9586
Max. virtual memory (cumulated for all children) (KiB): 80588

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2039.37
system time used= 0.182972
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19924
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= 42
involuntary context switches= 4500

runsolver used 2.20666 second user time and 5.22021 second system time

The end

Launcher Data

Begin job on node82 at 2009-05-10 00:47:29
IDJOB=1784008
IDBENCH=24756
IDSOLVER=610
FILE ID=node82/1784008-1241909249
PBS_JOBID= 9264827
Free space on /tmp= 66124 MiB

SOLVER NAME= glucose 1.0
BENCH NAME= SAT07/crafted/Difficult/contest-02-03-04/contest03-SGI_30_50_30_20_3-dir.sat05-440.reshuffled-07.cnf
COMMAND LINE= glucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1784008-1241909249/watcher-1784008-1241909249 -o /tmp/evaluation-result-1784008-1241909249/solver-1784008-1241909249 -C 5000 -W 6000 -M 1800  glucose.sh HOME/instance-1784008-1241909249.cnf

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

MD5SUM BENCH= 4a0cf034172f796c42342e79509e3449
RANDOM SEED=763511452

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1847880 kB
Buffers:         43316 kB
Cached:         113476 kB
SwapCached:       9468 kB
Active:          63908 kB
Inactive:       104472 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1847880 kB
SwapTotal:     4192956 kB
SwapFree:      4177536 kB
Dirty:            2316 kB
Writeback:           0 kB
Mapped:          13828 kB
Slab:            25572 kB
Committed_AS:   601600 kB
PageTables:       1384 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66120 MiB
End job on node82 at 2009-05-10 01:21:29