Trace number 1784140

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 3130.41 3131.8

General information on the benchmark

NameCRAFTED/sgen/unsat/
sgen1-unsat-85-100.cnf
MD5SUM5edff193beb565edf484fbb5f8f23427
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark60.1579
Satisfiable
(Un)Satisfiability was proved
Number of variables85
Number of clauses180
Sum of the clauses size540
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 3180
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.00/0.00	c ==============================================================================
0.00/0.00	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.00	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.00	c ==============================================================================
0.00/0.00	c |         0 |     180      540 |      53       0        0     nan |  0.000 % |
0.00/0.00	c ==============================================================================
0.00/0.00	c Result  :   #vars: 85   #clauses: 180   #literals: 540
0.00/0.00	c CPU time:   0 s
0.00/0.00	c ==============================================================================
0.00/0.00	c
0.00/0.00	c Starting glucose
0.00/0.00	c
0.00/0.00	
0.00/0.00	c This is glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
0.00/0.00	
0.00/0.00	c ============================[ Problem Statistics ]=============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |  Number of variables:  85                                                   |
0.00/0.00	c |  Number of clauses:    180                                                  |
0.00/0.00	c |  Parsing time:         0.00         s                                       |
3130.31/3131.78	c restarts              : 1
3130.31/3131.78	c nb ReduceDB           : 120
3130.31/3131.78	c nb learnts DL2        : 292
3130.31/3131.78	c nb learnts size 2     : 148
3130.31/3131.78	c nb learnts size 1     : 17
3130.31/3131.78	c conflicts             : 7793546        (2490 /sec)
3130.31/3131.78	c decisions             : 8802063        (1.58 % random) (2812 /sec)
3130.31/3131.78	c propagations          : 149783390      (47853 /sec)
3130.31/3131.78	c conflict literals     : 115906152      (23.62 % deleted)
3130.31/3131.78	c Memory used           : 45.31 MB
3130.31/3131.78	c CPU time              : 3130.07 s
3130.31/3131.78	
3130.31/3131.79	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-1784140-1241919196/watcher-1784140-1241919196 -o /tmp/evaluation-result-1784140-1241919196/solver-1784140-1241919196 -C 5000 -W 6000 -M 1800 glucose.sh HOME/instance-1784140-1241919196.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 9120
/proc/meminfo: memFree=1815960/2055912 swapFree=4126760/4192956
[pid=9120] ppid=9118 vsize=5360 CPUtime=0
/proc/9120/stat : 9120 (glucose.sh) R 9118 9120 9017 0 -1 4194304 295 112 0 0 0 0 0 0 18 0 1 0 219948655 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 255372880543 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/9120/statm: 1340 238 195 169 0 51 0
[pid=9122] ppid=9120 vsize=1896 CPUtime=0
/proc/9122/stat : 9122 (glucose_static) R 9120 9120 9017 0 -1 4194304 106 0 0 0 0 0 0 0 18 0 1 0 219948655 1941504 92 1992294400 134512640 135217611 4294956304 18446744073709551615 134541682 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/9122/statm: 474 93 73 172 0 299 0

[startup+0.06705 s]
/proc/loadavg: 1.00 1.00 1.00 3/65 9120
/proc/meminfo: memFree=1815960/2055912 swapFree=4126760/4192956
[pid=9120] ppid=9118 vsize=5360 CPUtime=0
/proc/9120/stat : 9120 (glucose.sh) S 9118 9120 9017 0 -1 4194304 313 112 0 0 0 0 0 0 18 0 1 0 219948655 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9120/statm: 1340 238 195 169 0 51 0
[pid=9122] ppid=9120 vsize=2160 CPUtime=0.06
/proc/9122/stat : 9122 (glucose_static) R 9120 9120 9017 0 -1 4194304 187 0 0 0 6 0 0 0 20 0 1 0 219948655 2211840 173 1992294400 134512640 135217611 4294956304 18446744073709551615 134533146 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/9122/statm: 540 173 74 172 0 365 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 7520

[startup+0.102052 s]
/proc/loadavg: 1.00 1.00 1.00 3/65 9120
/proc/meminfo: memFree=1815960/2055912 swapFree=4126760/4192956
[pid=9120] ppid=9118 vsize=5360 CPUtime=0
/proc/9120/stat : 9120 (glucose.sh) S 9118 9120 9017 0 -1 4194304 313 112 0 0 0 0 0 0 18 0 1 0 219948655 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9120/statm: 1340 238 195 169 0 51 0
[pid=9122] ppid=9120 vsize=2292 CPUtime=0.09
/proc/9122/stat : 9122 (glucose_static) R 9120 9120 9017 0 -1 4194304 215 0 0 0 9 0 0 0 20 0 1 0 219948655 2347008 201 1992294400 134512640 135217611 4294956304 18446744073709551615 134533263 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/9122/statm: 573 201 74 172 0 398 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 7652

[startup+0.301073 s]
/proc/loadavg: 1.00 1.00 1.00 3/65 9120
/proc/meminfo: memFree=1815960/2055912 swapFree=4126760/4192956
[pid=9120] ppid=9118 vsize=5360 CPUtime=0
/proc/9120/stat : 9120 (glucose.sh) S 9118 9120 9017 0 -1 4194304 313 112 0 0 0 0 0 0 18 0 1 0 219948655 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9120/statm: 1340 238 195 169 0 51 0
[pid=9122] ppid=9120 vsize=2556 CPUtime=0.29
/proc/9122/stat : 9122 (glucose_static) R 9120 9120 9017 0 -1 4194304 289 0 0 0 29 0 0 0 22 0 1 0 219948655 2617344 275 1992294400 134512640 135217611 4294956304 18446744073709551615 134533739 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/9122/statm: 639 275 74 172 0 464 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 7916

[startup+0.701114 s]
/proc/loadavg: 1.00 1.00 1.00 3/65 9120
/proc/meminfo: memFree=1815960/2055912 swapFree=4126760/4192956
[pid=9120] ppid=9118 vsize=5360 CPUtime=0
/proc/9120/stat : 9120 (glucose.sh) S 9118 9120 9017 0 -1 4194304 313 112 0 0 0 0 0 0 18 0 1 0 219948655 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9120/statm: 1340 238 195 169 0 51 0
[pid=9122] ppid=9120 vsize=2964 CPUtime=0.69
/proc/9122/stat : 9122 (glucose_static) R 9120 9120 9017 0 -1 4194304 396 0 0 0 69 0 0 0 25 0 1 0 219948655 3035136 382 1992294400 134512640 135217611 4294956304 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/9122/statm: 741 382 74 172 0 566 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 8324

[startup+1.5022 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 9123
/proc/meminfo: memFree=1814088/2055912 swapFree=4126760/4192956
[pid=9120] ppid=9118 vsize=5360 CPUtime=0
/proc/9120/stat : 9120 (glucose.sh) S 9118 9120 9017 0 -1 4194304 313 112 0 0 0 0 0 0 18 0 1 0 219948655 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9120/statm: 1340 238 195 169 0 51 0
[pid=9122] ppid=9120 vsize=3652 CPUtime=1.49
/proc/9122/stat : 9122 (glucose_static) R 9120 9120 9017 0 -1 4194304 538 0 0 0 149 0 0 0 25 0 1 0 219948655 3739648 524 1992294400 134512640 135217611 4294956304 18446744073709551615 134533293 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/9122/statm: 913 524 74 172 0 738 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 9012

[startup+3.10136 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 9123
/proc/meminfo: memFree=1813512/2055912 swapFree=4126760/4192956
[pid=9120] ppid=9118 vsize=5360 CPUtime=0
/proc/9120/stat : 9120 (glucose.sh) S 9118 9120 9017 0 -1 4194304 313 112 0 0 0 0 0 0 18 0 1 0 219948655 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9120/statm: 1340 238 195 169 0 51 0
[pid=9122] ppid=9120 vsize=4200 CPUtime=3.09
/proc/9122/stat : 9122 (glucose_static) R 9120 9120 9017 0 -1 4194304 694 0 0 0 309 0 0 0 25 0 1 0 219948655 4300800 680 1992294400 134512640 135217611 4294956304 18446744073709551615 134533146 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/9122/statm: 1050 680 74 172 0 875 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 9560

[startup+6.3017 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 9123
/proc/meminfo: memFree=1812360/2055912 swapFree=4126760/4192956
[pid=9120] ppid=9118 vsize=5360 CPUtime=0
/proc/9120/stat : 9120 (glucose.sh) S 9118 9120 9017 0 -1 4194304 313 112 0 0 0 0 0 0 18 0 1 0 219948655 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9120/statm: 1340 238 195 169 0 51 0
[pid=9122] ppid=9120 vsize=5192 CPUtime=6.29
/proc/9122/stat : 9122 (glucose_static) R 9120 9120 9017 0 -1 4194304 915 0 0 0 629 0 0 0 25 0 1 0 219948655 5316608 901 1992294400 134512640 135217611 4294956304 18446744073709551615 134537322 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/9122/statm: 1298 901 74 172 0 1123 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 10552

[startup+12.7014 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 9123
/proc/meminfo: memFree=1811144/2055912 swapFree=4126760/4192956
[pid=9120] ppid=9118 vsize=5360 CPUtime=0
/proc/9120/stat : 9120 (glucose.sh) S 9118 9120 9017 0 -1 4194304 313 112 0 0 0 0 0 0 18 0 1 0 219948655 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9120/statm: 1340 238 195 169 0 51 0
[pid=9122] ppid=9120 vsize=6060 CPUtime=12.68
/proc/9122/stat : 9122 (glucose_static) R 9120 9120 9017 0 -1 4194304 1139 0 0 0 1268 0 0 0 25 0 1 0 219948655 6205440 1125 1992294400 134512640 135217611 4294956304 18446744073709551615 134532989 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/9122/statm: 1515 1125 74 172 0 1340 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 11420

[startup+25.5017 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 9123
/proc/meminfo: memFree=1809544/2055912 swapFree=4126760/4192956
[pid=9120] ppid=9118 vsize=5360 CPUtime=0
/proc/9120/stat : 9120 (glucose.sh) S 9118 9120 9017 0 -1 4194304 313 112 0 0 0 0 0 0 18 0 1 0 219948655 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9120/statm: 1340 238 195 169 0 51 0
[pid=9122] ppid=9120 vsize=7780 CPUtime=25.48
/proc/9122/stat : 9122 (glucose_static) R 9120 9120 9017 0 -1 4194304 1546 0 0 0 2548 0 0 0 25 0 1 0 219948655 7966720 1532 1992294400 134512640 135217611 4294956304 18446744073709551615 134522432 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/9122/statm: 1945 1532 74 172 0 1770 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 13140

[startup+51.1014 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 9123
/proc/meminfo: memFree=1807752/2055912 swapFree=4126760/4192956
[pid=9120] ppid=9118 vsize=5360 CPUtime=0
/proc/9120/stat : 9120 (glucose.sh) S 9118 9120 9017 0 -1 4194304 313 112 0 0 0 0 0 0 18 0 1 0 219948655 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9120/statm: 1340 238 195 169 0 51 0
[pid=9122] ppid=9120 vsize=9820 CPUtime=51.07
/proc/9122/stat : 9122 (glucose_static) R 9120 9120 9017 0 -1 4194304 2005 0 0 0 5106 1 0 0 25 0 1 0 219948655 10055680 1991 1992294400 134512640 135217611 4294956304 18446744073709551615 134532989 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/9122/statm: 2455 1991 74 172 0 2280 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 15180

[startup+102.307 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 9123
/proc/meminfo: memFree=1804680/2055912 swapFree=4126760/4192956
[pid=9120] ppid=9118 vsize=5360 CPUtime=0
/proc/9120/stat : 9120 (glucose.sh) S 9118 9120 9017 0 -1 4194304 313 112 0 0 0 0 0 0 18 0 1 0 219948655 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9120/statm: 1340 238 195 169 0 51 0
[pid=9122] ppid=9120 vsize=13204 CPUtime=102.25
/proc/9122/stat : 9122 (glucose_static) R 9120 9120 9017 0 -1 4194304 2741 0 0 0 10224 1 0 0 25 0 1 0 219948655 13520896 2727 1992294400 134512640 135217611 4294956304 18446744073709551615 134533291 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/9122/statm: 3301 2727 74 172 0 3126 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 18564

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 9123
/proc/meminfo: memFree=1802568/2055912 swapFree=4126760/4192956
[pid=9120] ppid=9118 vsize=5360 CPUtime=0
/proc/9120/stat : 9120 (glucose.sh) S 9118 9120 9017 0 -1 4194304 313 112 0 0 0 0 0 0 18 0 1 0 219948655 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9120/statm: 1340 238 195 169 0 51 0
[pid=9122] ppid=9120 vsize=15572 CPUtime=162.23
/proc/9122/stat : 9122 (glucose_static) R 9120 9120 9017 0 -1 4194304 3249 0 0 0 16221 2 0 0 25 0 1 0 219948655 15945728 3235 1992294400 134512640 135217611 4294956304 18446744073709551615 134532996 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/9122/statm: 3893 3235 74 172 0 3718 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 20932

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 9123
/proc/meminfo: memFree=1801032/2055912 swapFree=4126760/4192956
[pid=9120] ppid=9118 vsize=5360 CPUtime=0
/proc/9120/stat : 9120 (glucose.sh) S 9118 9120 9017 0 -1 4194304 313 112 0 0 0 0 0 0 18 0 1 0 219948655 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9120/statm: 1340 238 195 169 0 51 0
[pid=9122] ppid=9120 vsize=17324 CPUtime=222.2
/proc/9122/stat : 9122 (glucose_static) R 9120 9120 9017 0 -1 4194304 3623 0 0 0 22217 3 0 0 25 0 1 0 219948655 17739776 3609 1992294400 134512640 135217611 4294956304 18446744073709551615 134533112 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/9122/statm: 4331 3609 74 172 0 4156 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 22684

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 9123
/proc/meminfo: memFree=1799048/2055912 swapFree=4126760/4192956
[pid=9120] ppid=9118 vsize=5360 CPUtime=0
/proc/9120/stat : 9120 (glucose.sh) S 9118 9120 9017 0 -1 4194304 313 112 0 0 0 0 0 0 18 0 1 0 219948655 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9120/statm: 1340 238 195 169 0 51 0
[pid=9122] ppid=9120 vsize=19340 CPUtime=282.18
/proc/9122/stat : 9122 (glucose_static) R 9120 9120 9017 0 -1 4194304 4128 0 0 0 28215 3 0 0 25 0 1 0 219948655 19804160 4114 1992294400 134512640 135217611 4294956304 18446744073709551615 134533336 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/9122/statm: 4835 4114 74 172 0 4660 0
Current children cumulated CPU time (s) 282.18
Current children cumulated vsize (KiB) 24700

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 9123
/proc/meminfo: memFree=1797832/2055912 swapFree=4126760/4192956
[pid=9120] ppid=9118 vsize=5360 CPUtime=0
/proc/9120/stat : 9120 (glucose.sh) S 9118 9120 9017 0 -1 4194304 313 112 0 0 0 0 0 0 18 0 1 0 219948655 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9120/statm: 1340 238 195 169 0 51 0
[pid=9122] ppid=9120 vsize=20664 CPUtime=342.16
/proc/9122/stat : 9122 (glucose_static) R 9120 9120 9017 0 -1 4194304 4447 0 0 0 34212 4 0 0 25 0 1 0 219948655 21159936 4412 1992294400 134512640 135217611 4294956304 18446744073709551615 134533291 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/9122/statm: 5166 4412 74 172 0 4991 0
Current children cumulated CPU time (s) 342.16

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


[startup+2742.31 s]
/proc/loadavg: 1.00 1.00 1.00 3/67 9611
/proc/meminfo: memFree=1776328/2055912 swapFree=4126764/4192956
[pid=9120] ppid=9118 vsize=5360 CPUtime=0
/proc/9120/stat : 9120 (glucose.sh) S 9118 9120 9017 0 -1 4194304 313 112 0 0 0 0 0 0 18 0 1 0 219948655 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9120/statm: 1340 238 195 169 0 51 0
[pid=9122] ppid=9120 vsize=43844 CPUtime=2741.16
/proc/9122/stat : 9122 (glucose_static) R 9120 9120 9017 0 -1 4194304 9501 0 0 0 274104 12 0 0 25 0 1 0 219948655 44896256 9441 1992294400 134512640 135217611 4294956304 18446744073709551615 134533133 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/9122/statm: 10961 9441 74 172 0 10786 0
Current children cumulated CPU time (s) 2741.16
Current children cumulated vsize (KiB) 49204

[startup+2802.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 9611
/proc/meminfo: memFree=1776136/2055912 swapFree=4126764/4192956
[pid=9120] ppid=9118 vsize=5360 CPUtime=0
/proc/9120/stat : 9120 (glucose.sh) S 9118 9120 9017 0 -1 4194304 313 112 0 0 0 0 0 0 18 0 1 0 219948655 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9120/statm: 1340 238 195 169 0 51 0
[pid=9122] ppid=9120 vsize=44216 CPUtime=2801.14
/proc/9122/stat : 9122 (glucose_static) R 9120 9120 9017 0 -1 4194304 9541 0 0 0 280102 12 0 0 25 0 1 0 219948655 45277184 9481 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/9122/statm: 11054 9481 74 172 0 10879 0
Current children cumulated CPU time (s) 2801.14
Current children cumulated vsize (KiB) 49576

[startup+2862.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 9611
/proc/meminfo: memFree=1775944/2055912 swapFree=4126764/4192956
[pid=9120] ppid=9118 vsize=5360 CPUtime=0
/proc/9120/stat : 9120 (glucose.sh) S 9118 9120 9017 0 -1 4194304 313 112 0 0 0 0 0 0 18 0 1 0 219948655 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9120/statm: 1340 238 195 169 0 51 0
[pid=9122] ppid=9120 vsize=44500 CPUtime=2861.11
/proc/9122/stat : 9122 (glucose_static) R 9120 9120 9017 0 -1 4194304 9577 0 0 0 286099 12 0 0 25 0 1 0 219948655 45568000 9517 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/9122/statm: 11125 9517 74 172 0 10950 0
Current children cumulated CPU time (s) 2861.11
Current children cumulated vsize (KiB) 49860

[startup+2922.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 9611
/proc/meminfo: memFree=1775048/2055912 swapFree=4126764/4192956
[pid=9120] ppid=9118 vsize=5360 CPUtime=0
/proc/9120/stat : 9120 (glucose.sh) S 9118 9120 9017 0 -1 4194304 313 112 0 0 0 0 0 0 18 0 1 0 219948655 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9120/statm: 1340 238 195 169 0 51 0
[pid=9122] ppid=9120 vsize=45324 CPUtime=2921.09
/proc/9122/stat : 9122 (glucose_static) R 9120 9120 9017 0 -1 4194304 9769 0 0 0 292096 13 0 0 25 0 1 0 219948655 46411776 9709 1992294400 134512640 135217611 4294956304 18446744073709551615 134533291 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/9122/statm: 11331 9709 74 172 0 11156 0
Current children cumulated CPU time (s) 2921.09
Current children cumulated vsize (KiB) 50684

[startup+2982.3 s]
/proc/loadavg: 1.88 1.24 1.08 5/74 31236
/proc/meminfo: memFree=1749248/2055912 swapFree=4126764/4192956
[pid=9120] ppid=9118 vsize=5360 CPUtime=0
/proc/9120/stat : 9120 (glucose.sh) S 9118 9120 9017 0 -1 4194304 313 112 0 0 0 0 0 0 18 0 1 0 219948655 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9120/statm: 1340 238 195 169 0 51 0
[pid=9122] ppid=9120 vsize=45836 CPUtime=2981.02
/proc/9122/stat : 9122 (glucose_static) R 9120 9120 9017 0 -1 4194304 9875 0 0 0 298080 22 0 0 25 0 1 0 219948655 46936064 9815 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/9122/statm: 11459 9815 74 172 0 11284 0
Current children cumulated CPU time (s) 2981.02
Current children cumulated vsize (KiB) 51196

[startup+3042.3 s]
/proc/loadavg: 1.75 1.34 1.12 2/67 12202
/proc/meminfo: memFree=1734024/2055912 swapFree=4126764/4192956
[pid=9120] ppid=9118 vsize=5360 CPUtime=0
/proc/9120/stat : 9120 (glucose.sh) S 9118 9120 9017 0 -1 4194304 313 112 0 0 0 0 0 0 18 0 1 0 219948655 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9120/statm: 1340 238 195 169 0 51 0
[pid=9122] ppid=9120 vsize=45980 CPUtime=3040.95
/proc/9122/stat : 9122 (glucose_static) R 9120 9120 9017 0 -1 4194304 9915 0 0 0 304063 32 0 0 25 0 1 0 219948655 47083520 9855 1992294400 134512640 135217611 4294956304 18446744073709551615 134533037 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/9122/statm: 11495 9855 74 172 0 11320 0
Current children cumulated CPU time (s) 3040.95
Current children cumulated vsize (KiB) 51340

[startup+3102.3 s]
/proc/loadavg: 1.27 1.28 1.11 2/67 12202
/proc/meminfo: memFree=1734024/2055912 swapFree=4126764/4192956
[pid=9120] ppid=9118 vsize=5360 CPUtime=0
/proc/9120/stat : 9120 (glucose.sh) S 9118 9120 9017 0 -1 4194304 313 112 0 0 0 0 0 0 18 0 1 0 219948655 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9120/statm: 1340 238 195 169 0 51 0
[pid=9122] ppid=9120 vsize=46232 CPUtime=3100.91
/proc/9122/stat : 9122 (glucose_static) R 9120 9120 9017 0 -1 4194304 9964 0 0 0 310059 32 0 0 25 0 1 0 219948655 47341568 9904 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/9122/statm: 11558 9904 74 172 0 11383 0
Current children cumulated CPU time (s) 3100.91
Current children cumulated vsize (KiB) 51592

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

[startup+3110.3 s]
/proc/loadavg: 1.23 1.27 1.11 2/67 12202
/proc/meminfo: memFree=1733960/2055912 swapFree=4126764/4192956
[pid=9120] ppid=9118 vsize=5360 CPUtime=0
/proc/9120/stat : 9120 (glucose.sh) S 9118 9120 9017 0 -1 4194304 313 112 0 0 0 0 0 0 18 0 1 0 219948655 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9120/statm: 1340 238 195 169 0 51 0
[pid=9122] ppid=9120 vsize=46392 CPUtime=3108.91
/proc/9122/stat : 9122 (glucose_static) R 9120 9120 9017 0 -1 4194304 9984 0 0 0 310859 32 0 0 25 0 1 0 219948655 47505408 9924 1992294400 134512640 135217611 4294956304 18446744073709551615 134522443 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/9122/statm: 11598 9924 74 172 0 11423 0
Current children cumulated CPU time (s) 3108.91
Current children cumulated vsize (KiB) 51752

[startup+3123.1 s]
/proc/loadavg: 1.20 1.26 1.11 2/67 12202
/proc/meminfo: memFree=1733960/2055912 swapFree=4126764/4192956
[pid=9120] ppid=9118 vsize=5360 CPUtime=0
/proc/9120/stat : 9120 (glucose.sh) S 9118 9120 9017 0 -1 4194304 313 112 0 0 0 0 0 0 18 0 1 0 219948655 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9120/statm: 1340 238 195 169 0 51 0
[pid=9122] ppid=9120 vsize=46392 CPUtime=3121.71
/proc/9122/stat : 9122 (glucose_static) R 9120 9120 9017 0 -1 4194304 9984 0 0 0 312139 32 0 0 25 0 1 0 219948655 47505408 9924 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/9122/statm: 11598 9924 74 172 0 11423 0
Current children cumulated CPU time (s) 3121.71
Current children cumulated vsize (KiB) 51752

[startup+3126.3 s]
/proc/loadavg: 1.18 1.25 1.11 2/67 12202
/proc/meminfo: memFree=1733960/2055912 swapFree=4126764/4192956
[pid=9120] ppid=9118 vsize=5360 CPUtime=0
/proc/9120/stat : 9120 (glucose.sh) S 9118 9120 9017 0 -1 4194304 313 112 0 0 0 0 0 0 18 0 1 0 219948655 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9120/statm: 1340 238 195 169 0 51 0
[pid=9122] ppid=9120 vsize=46392 CPUtime=3124.91
/proc/9122/stat : 9122 (glucose_static) R 9120 9120 9017 0 -1 4194304 9984 0 0 0 312459 32 0 0 25 0 1 0 219948655 47505408 9924 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/9122/statm: 11598 9924 74 172 0 11423 0
Current children cumulated CPU time (s) 3124.91
Current children cumulated vsize (KiB) 51752

[startup+3129.51 s]
/proc/loadavg: 1.18 1.25 1.11 2/67 12202
/proc/meminfo: memFree=1733960/2055912 swapFree=4126764/4192956
[pid=9120] ppid=9118 vsize=5360 CPUtime=0
/proc/9120/stat : 9120 (glucose.sh) S 9118 9120 9017 0 -1 4194304 313 112 0 0 0 0 0 0 18 0 1 0 219948655 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9120/statm: 1340 238 195 169 0 51 0
[pid=9122] ppid=9120 vsize=46392 CPUtime=3128.11
/proc/9122/stat : 9122 (glucose_static) R 9120 9120 9017 0 -1 4194304 9984 0 0 0 312779 32 0 0 25 0 1 0 219948655 47505408 9924 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/9122/statm: 11598 9924 74 172 0 11423 0
Current children cumulated CPU time (s) 3128.11
Current children cumulated vsize (KiB) 51752

[startup+3131.1 s]
/proc/loadavg: 1.16 1.25 1.11 2/67 12202
/proc/meminfo: memFree=1733960/2055912 swapFree=4126764/4192956
[pid=9120] ppid=9118 vsize=5360 CPUtime=0
/proc/9120/stat : 9120 (glucose.sh) S 9118 9120 9017 0 -1 4194304 313 112 0 0 0 0 0 0 18 0 1 0 219948655 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9120/statm: 1340 238 195 169 0 51 0
[pid=9122] ppid=9120 vsize=46392 CPUtime=3129.7
/proc/9122/stat : 9122 (glucose_static) R 9120 9120 9017 0 -1 4194304 9984 0 0 0 312938 32 0 0 25 0 1 0 219948655 47505408 9924 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/9122/statm: 11598 9924 74 172 0 11423 0
Current children cumulated CPU time (s) 3129.7
Current children cumulated vsize (KiB) 51752

[startup+3131.5 s]
/proc/loadavg: 1.16 1.25 1.11 2/67 12202
/proc/meminfo: memFree=1733960/2055912 swapFree=4126764/4192956
[pid=9120] ppid=9118 vsize=5360 CPUtime=0
/proc/9120/stat : 9120 (glucose.sh) S 9118 9120 9017 0 -1 4194304 313 112 0 0 0 0 0 0 18 0 1 0 219948655 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9120/statm: 1340 238 195 169 0 51 0
[pid=9122] ppid=9120 vsize=46392 CPUtime=3130.1
/proc/9122/stat : 9122 (glucose_static) R 9120 9120 9017 0 -1 4194304 9984 0 0 0 312978 32 0 0 25 0 1 0 219948655 47505408 9924 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/9122/statm: 11598 9924 74 172 0 11423 0
Current children cumulated CPU time (s) 3130.1
Current children cumulated vsize (KiB) 51752

[startup+3131.71 s]
/proc/loadavg: 1.16 1.25 1.11 2/67 12202
/proc/meminfo: memFree=1733960/2055912 swapFree=4126764/4192956
[pid=9120] ppid=9118 vsize=5360 CPUtime=0
/proc/9120/stat : 9120 (glucose.sh) S 9118 9120 9017 0 -1 4194304 313 112 0 0 0 0 0 0 18 0 1 0 219948655 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9120/statm: 1340 238 195 169 0 51 0
[pid=9122] ppid=9120 vsize=46392 CPUtime=3130.31
/proc/9122/stat : 9122 (glucose_static) R 9120 9120 9017 0 -1 4194304 9984 0 0 0 312999 32 0 0 25 0 1 0 219948655 47505408 9924 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/9122/statm: 11598 9924 74 172 0 11423 0
Current children cumulated CPU time (s) 3130.31
Current children cumulated vsize (KiB) 51752

Child status: 20
Real time (s): 3131.8
CPU time (s): 3130.41
CPU user time (s): 3130.08
CPU system time (s): 0.338948
CPU usage (%): 99.9558
Max. virtual memory (cumulated for all children) (KiB): 51752

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

runsolver used 2.75058 second user time and 8.73567 second system time

The end

Launcher Data

Begin job on node78 at 2009-05-10 03:33:16
IDJOB=1784140
IDBENCH=71106
IDSOLVER=610
FILE ID=node78/1784140-1241919196
PBS_JOBID= 9264881
Free space on /tmp= 126684 MiB

SOLVER NAME= glucose 1.0
BENCH NAME= SAT09/CRAFTED/sgen/unsat/sgen1-unsat-85-100.cnf
COMMAND LINE= glucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1784140-1241919196/watcher-1784140-1241919196 -o /tmp/evaluation-result-1784140-1241919196/solver-1784140-1241919196 -C 5000 -W 6000 -M 1800  glucose.sh HOME/instance-1784140-1241919196.cnf

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

MD5SUM BENCH= 5edff193beb565edf484fbb5f8f23427
RANDOM SEED=498875801

node78.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.243
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.243
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:      2055912 kB
MemFree:       1816440 kB
Buffers:         45728 kB
Cached:          91508 kB
SwapCached:      59692 kB
Active:          63052 kB
Inactive:       135192 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055912 kB
LowFree:       1816440 kB
SwapTotal:     4192956 kB
SwapFree:      4126760 kB
Dirty:            1580 kB
Writeback:           0 kB
Mapped:          14180 kB
Slab:            27024 kB
Committed_AS:   554932 kB
PageTables:       1428 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= 126684 MiB
End job on node78 at 2009-05-10 04:25:28