Trace number 1784368

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.0? (TO) 5000.09 5002.51

General information on the benchmark

NameCRAFTED/rbsat/random/unforced/
rbsat-v1820c171155g3.cnf
MD5SUM90cca356988434eb537dfe19d4b4da93
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables1820
Number of clauses171155
Sum of the clauses size344000
Maximum clause length28
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2171090
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 565

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.03/0.08	c ==============================================================================
0.03/0.08	c |           |     ORIGINAL     |              LEARNT              |          |
0.03/0.08	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.03/0.08	c ==============================================================================
0.03/0.08	c |         0 |  171155   344000 |   51346       0        0     nan |  0.000 % |
0.79/0.86	c |         0 |  168808   562435 |      --       0       --      -- |     --   | -2347/218435
0.79/0.86	c ==============================================================================
0.79/0.86	c Result  :   #vars: 1755   #clauses: 168808   #literals: 562435
0.79/0.86	c CPU time:   0.839872 s
0.79/0.86	c ==============================================================================
0.99/1.02	c
0.99/1.02	c Starting glucose
0.99/1.02	c
0.99/1.02	
0.99/1.02	c This is glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
0.99/1.02	
0.99/1.02	c ============================[ Problem Statistics ]=============================
0.99/1.02	c |                                                                             |
0.99/1.02	c |  Number of variables:  1755                                                 |
0.99/1.02	c |  Number of clauses:    168808                                               |
1.01/1.13	c |  Parsing time:         0.09         s                                       |

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1784368-1241936237/watcher-1784368-1241936237 -o /tmp/evaluation-result-1784368-1241936237/solver-1784368-1241936237 -C 5000 -W 6000 -M 1800 glucose.sh HOME/instance-1784368-1241936237.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 5918
/proc/meminfo: memFree=1674112/2055920 swapFree=4180156/4192956
[pid=5918] ppid=5916 vsize=5360 CPUtime=0
/proc/5918/stat : 5918 (glucose.sh) R 5916 5918 5839 0 -1 4194304 268 0 0 0 0 0 0 0 18 0 1 0 221652050 5488640 235 1992294400 4194304 4889804 548682068832 18446744073709551615 234211568287 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/5918/statm: 1340 235 194 169 0 51 0
[pid=5919] ppid=5918 vsize=1008 CPUtime=0
/proc/5919/stat : 5919 (SatELite_releas) R 5918 5918 5839 0 -1 4194304 111 0 0 0 0 0 0 0 18 0 1 0 221652051 1032192 95 1992294400 134512640 135225430 4294956176 18446744073709551615 134717494 0 0 4096 3 0 0 0 17 0 0 0
/proc/5919/statm: 252 96 50 174 0 75 0

[startup+0.044165 s]
/proc/loadavg: 1.00 1.00 1.00 3/65 5918
/proc/meminfo: memFree=1674112/2055920 swapFree=4180156/4192956
[pid=5918] ppid=5916 vsize=5360 CPUtime=0
/proc/5918/stat : 5918 (glucose.sh) S 5916 5918 5839 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 221652050 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5918/statm: 1340 236 195 169 0 51 0
[pid=5919] ppid=5918 vsize=5184 CPUtime=0.03
/proc/5919/stat : 5919 (SatELite_releas) R 5918 5918 5839 0 -1 4194304 1135 0 0 0 3 0 0 0 18 0 1 0 221652051 5308416 1119 1992294400 134512640 135225430 4294956176 18446744073709551615 134735534 0 0 4096 3 0 0 0 17 0 0 0
/proc/5919/statm: 1296 1120 50 174 0 1119 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 10544

[startup+0.10117 s]
/proc/loadavg: 1.00 1.00 1.00 3/65 5918
/proc/meminfo: memFree=1674112/2055920 swapFree=4180156/4192956
[pid=5918] ppid=5916 vsize=5360 CPUtime=0
/proc/5918/stat : 5918 (glucose.sh) S 5916 5918 5839 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 221652050 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5918/statm: 1340 236 195 169 0 51 0
[pid=5919] ppid=5918 vsize=11136 CPUtime=0.09
/proc/5919/stat : 5919 (SatELite_releas) R 5918 5918 5839 0 -1 4194304 2430 0 0 0 8 1 0 0 19 0 1 0 221652051 11403264 2414 1992294400 134512640 135225430 4294956176 18446744073709551615 134717494 0 0 4096 3 0 0 0 17 0 0 0
/proc/5919/statm: 2784 2414 76 174 0 2607 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 16496

[startup+0.301195 s]
/proc/loadavg: 1.00 1.00 1.00 3/65 5918
/proc/meminfo: memFree=1674112/2055920 swapFree=4180156/4192956
[pid=5918] ppid=5916 vsize=5360 CPUtime=0
/proc/5918/stat : 5918 (glucose.sh) S 5916 5918 5839 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 221652050 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5918/statm: 1340 236 195 169 0 51 0
[pid=5919] ppid=5918 vsize=16876 CPUtime=0.29
/proc/5919/stat : 5919 (SatELite_releas) R 5918 5918 5839 0 -1 4194304 3519 0 0 0 27 2 0 0 22 0 1 0 221652051 17281024 3503 1992294400 134512640 135225430 4294956176 18446744073709551615 134586456 0 0 4096 3 0 0 0 17 0 0 0
/proc/5919/statm: 4219 3503 77 174 0 4042 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 22236

[startup+0.701246 s]
/proc/loadavg: 1.00 1.00 1.00 3/65 5918
/proc/meminfo: memFree=1674112/2055920 swapFree=4180156/4192956
[pid=5918] ppid=5916 vsize=5360 CPUtime=0
/proc/5918/stat : 5918 (glucose.sh) S 5916 5918 5839 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 221652050 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5918/statm: 1340 236 195 169 0 51 0
[pid=5919] ppid=5918 vsize=16876 CPUtime=0.69
/proc/5919/stat : 5919 (SatELite_releas) R 5918 5918 5839 0 -1 4194304 3519 0 0 0 67 2 0 0 25 0 1 0 221652051 17281024 3503 1992294400 134512640 135225430 4294956176 18446744073709551615 134586063 0 0 4096 3 0 0 0 17 0 0 0
/proc/5919/statm: 4219 3503 77 174 0 4042 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 22236

[startup+1.50136 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 5920
/proc/meminfo: memFree=1658544/2055920 swapFree=4180156/4192956
[pid=5918] ppid=5916 vsize=5360 CPUtime=1.01
/proc/5918/stat : 5918 (glucose.sh) S 5916 5918 5839 0 -1 4194304 313 3525 0 0 0 0 98 3 16 0 1 0 221652050 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5918/statm: 1340 238 195 169 0 51 0
Current children cumulated CPU time (s) 1.01
Current children cumulated vsize (KiB) 5360

[startup+3.10155 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 5921
/proc/meminfo: memFree=1656432/2055920 swapFree=4180156/4192956
[pid=5918] ppid=5916 vsize=5360 CPUtime=1.01
/proc/5918/stat : 5918 (glucose.sh) S 5916 5918 5839 0 -1 4194304 313 3525 0 0 0 0 98 3 16 0 1 0 221652050 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5918/statm: 1340 238 195 169 0 51 0
[pid=5921] ppid=5918 vsize=17292 CPUtime=2.06
/proc/5921/stat : 5921 (glucose_static) R 5918 5918 5839 0 -1 4194304 4184 0 0 0 205 1 0 0 25 0 1 0 221652153 17707008 4170 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/5921/statm: 4323 4170 77 172 0 4148 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 22652

[startup+6.30296 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 5921
/proc/meminfo: memFree=1649072/2055920 swapFree=4180156/4192956
[pid=5918] ppid=5916 vsize=5360 CPUtime=1.01
/proc/5918/stat : 5918 (glucose.sh) S 5916 5918 5839 0 -1 4194304 313 3525 0 0 0 0 98 3 16 0 1 0 221652050 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5918/statm: 1340 238 195 169 0 51 0
[pid=5921] ppid=5918 vsize=21964 CPUtime=5.26
/proc/5921/stat : 5921 (glucose_static) R 5918 5918 5839 0 -1 4194304 5339 0 0 0 524 2 0 0 25 0 1 0 221652153 22491136 5325 1992294400 134512640 135217611 4294956304 18446744073709551615 134533124 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/5921/statm: 5491 5325 77 172 0 5316 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 27324

[startup+12.7018 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 5921
/proc/meminfo: memFree=1645424/2055920 swapFree=4180156/4192956
[pid=5918] ppid=5916 vsize=5360 CPUtime=1.01
/proc/5918/stat : 5918 (glucose.sh) S 5916 5918 5839 0 -1 4194304 313 3525 0 0 0 0 98 3 16 0 1 0 221652050 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5918/statm: 1340 238 195 169 0 51 0
[pid=5921] ppid=5918 vsize=25692 CPUtime=11.65
/proc/5921/stat : 5921 (glucose_static) R 5918 5918 5839 0 -1 4194304 6282 0 0 0 1163 2 0 0 25 0 1 0 221652153 26308608 6268 1992294400 134512640 135217611 4294956304 18446744073709551615 134533142 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/5921/statm: 6423 6268 77 172 0 6248 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 31052

[startup+25.5014 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 5921
/proc/meminfo: memFree=1644144/2055920 swapFree=4180156/4192956
[pid=5918] ppid=5916 vsize=5360 CPUtime=1.01
/proc/5918/stat : 5918 (glucose.sh) S 5916 5918 5839 0 -1 4194304 313 3525 0 0 0 0 98 3 16 0 1 0 221652050 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5918/statm: 1340 238 195 169 0 51 0
[pid=5921] ppid=5918 vsize=27272 CPUtime=24.45
/proc/5921/stat : 5921 (glucose_static) R 5918 5918 5839 0 -1 4194304 6645 0 0 0 2442 3 0 0 25 0 1 0 221652153 27926528 6631 1992294400 134512640 135217611 4294956304 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/5921/statm: 6818 6631 77 172 0 6643 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 32632

[startup+51.1016 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 5921
/proc/meminfo: memFree=1642992/2055920 swapFree=4180156/4192956
[pid=5918] ppid=5916 vsize=5360 CPUtime=1.01
/proc/5918/stat : 5918 (glucose.sh) S 5916 5918 5839 0 -1 4194304 313 3525 0 0 0 0 98 3 16 0 1 0 221652050 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5918/statm: 1340 238 195 169 0 51 0
[pid=5921] ppid=5918 vsize=28500 CPUtime=50.03
/proc/5921/stat : 5921 (glucose_static) R 5918 5918 5839 0 -1 4194304 6942 0 0 0 5000 3 0 0 25 0 1 0 221652153 29184000 6928 1992294400 134512640 135217611 4294956304 18446744073709551615 134533219 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/5921/statm: 7125 6928 77 172 0 6950 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 33860

[startup+102.305 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 5921
/proc/meminfo: memFree=1640624/2055920 swapFree=4180156/4192956
[pid=5918] ppid=5916 vsize=5360 CPUtime=1.01
/proc/5918/stat : 5918 (glucose.sh) S 5916 5918 5839 0 -1 4194304 313 3525 0 0 0 0 98 3 16 0 1 0 221652050 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5918/statm: 1340 238 195 169 0 51 0
[pid=5921] ppid=5918 vsize=30664 CPUtime=101.21
/proc/5921/stat : 5921 (glucose_static) R 5918 5918 5839 0 -1 4194304 7503 0 0 0 10117 4 0 0 25 0 1 0 221652153 31399936 7489 1992294400 134512640 135217611 4294956304 18446744073709551615 134533291 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/5921/statm: 7666 7489 77 172 0 7491 0
Current children cumulated CPU time (s) 102.22
Current children cumulated vsize (KiB) 36024

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 5921
/proc/meminfo: memFree=1638640/2055920 swapFree=4180156/4192956
[pid=5918] ppid=5916 vsize=5360 CPUtime=1.01
/proc/5918/stat : 5918 (glucose.sh) S 5916 5918 5839 0 -1 4194304 313 3525 0 0 0 0 98 3 16 0 1 0 221652050 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5918/statm: 1340 238 195 169 0 51 0
[pid=5921] ppid=5918 vsize=32860 CPUtime=161.18
/proc/5921/stat : 5921 (glucose_static) R 5918 5918 5839 0 -1 4194304 8000 0 0 0 16114 4 0 0 25 0 1 0 221652153 33648640 7986 1992294400 134512640 135217611 4294956304 18446744073709551615 134533168 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/5921/statm: 8215 7986 77 172 0 8040 0
Current children cumulated CPU time (s) 162.19
Current children cumulated vsize (KiB) 38220

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 5921
/proc/meminfo: memFree=1635824/2055920 swapFree=4180156/4192956
[pid=5918] ppid=5916 vsize=5360 CPUtime=1.01
/proc/5918/stat : 5918 (glucose.sh) S 5916 5918 5839 0 -1 4194304 313 3525 0 0 0 0 98 3 16 0 1 0 221652050 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5918/statm: 1340 238 195 169 0 51 0
[pid=5921] ppid=5918 vsize=35852 CPUtime=221.15
/proc/5921/stat : 5921 (glucose_static) R 5918 5918 5839 0 -1 4194304 8716 0 0 0 22110 5 0 0 25 0 1 0 221652153 36712448 8702 1992294400 134512640 135217611 4294956304 18446744073709551615 134533336 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/5921/statm: 8963 8702 77 172 0 8788 0
Current children cumulated CPU time (s) 222.16
Current children cumulated vsize (KiB) 41212

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 5921
/proc/meminfo: memFree=1633008/2055920 swapFree=4180156/4192956
[pid=5918] ppid=5916 vsize=5360 CPUtime=1.01
/proc/5918/stat : 5918 (glucose.sh) S 5916 5918 5839 0 -1 4194304 313 3525 0 0 0 0 98 3 16 0 1 0 221652050 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5918/statm: 1340 238 195 169 0 51 0
[pid=5921] ppid=5918 vsize=38636 CPUtime=281.13
/proc/5921/stat : 5921 (glucose_static) R 5918 5918 5839 0 -1 4194304 9417 0 0 0 28107 6 0 0 25 0 1 0 221652153 39563264 9403 1992294400 134512640 135217611 4294956304 18446744073709551615 134533150 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/5921/statm: 9659 9403 77 172 0 9484 0
Current children cumulated CPU time (s) 282.14
Current children cumulated vsize (KiB) 43996

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 5921
/proc/meminfo: memFree=1628464/2055920 swapFree=4180156/4192956
[pid=5918] ppid=5916 vsize=5360 CPUtime=1.01
/proc/5918/stat : 5918 (glucose.sh) S 5916 5918 5839 0 -1 4194304 313 3525 0 0 0 0 98 3 16 0 1 0 221652050 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5918/statm: 1340 238 195 169 0 51 0
[pid=5921] ppid=5918 vsize=43196 CPUtime=341.09
/proc/5921/stat : 5921 (glucose_static) R 5918 5918 5839 0 -1 4194304 10550 0 0 0 34102 7 0 0 25 0 1 0 221652153 44232704 10536 1992294400 134512640 135217611 4294956304 18446744073709551615 134532744 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/5921/statm: 10799 10536 77 172 0 10624 0
Current children cumulated CPU time (s) 342.1
Current children cumulated vsize (KiB) 48556

[startup+402.301 s]

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

/proc/5921/statm: 29567 28872 77 172 0 29392 0
Current children cumulated CPU time (s) 4360.2
Current children cumulated vsize (KiB) 123628

[startup+4422.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 5929
/proc/meminfo: memFree=1554032/2055920 swapFree=4180156/4192956
[pid=5918] ppid=5916 vsize=5360 CPUtime=1.01
/proc/5918/stat : 5918 (glucose.sh) S 5916 5918 5839 0 -1 4194304 313 3525 0 0 0 0 98 3 16 0 1 0 221652050 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5918/statm: 1340 238 195 169 0 51 0
[pid=5921] ppid=5918 vsize=118268 CPUtime=4419.16
/proc/5921/stat : 5921 (glucose_static) R 5918 5918 5839 0 -1 4194304 28887 0 0 0 441888 28 0 0 25 0 1 0 221652153 121106432 28873 1992294400 134512640 135217611 4294956304 18446744073709551615 134533131 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/5921/statm: 29567 28873 77 172 0 29392 0
Current children cumulated CPU time (s) 4420.17
Current children cumulated vsize (KiB) 123628

[startup+4482.3 s]
/proc/loadavg: 1.00 1.00 1.00 3/67 5929
/proc/meminfo: memFree=1554032/2055920 swapFree=4180156/4192956
[pid=5918] ppid=5916 vsize=5360 CPUtime=1.01
/proc/5918/stat : 5918 (glucose.sh) S 5916 5918 5839 0 -1 4194304 313 3525 0 0 0 0 98 3 16 0 1 0 221652050 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5918/statm: 1340 238 195 169 0 51 0
[pid=5921] ppid=5918 vsize=118240 CPUtime=4479.13
/proc/5921/stat : 5921 (glucose_static) R 5918 5918 5839 0 -1 4194304 28890 0 0 0 447885 28 0 0 25 0 1 0 221652153 121077760 28876 1992294400 134512640 135217611 4294956304 18446744073709551615 134533131 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/5921/statm: 29560 28876 77 172 0 29385 0
Current children cumulated CPU time (s) 4480.14
Current children cumulated vsize (KiB) 123600

[startup+4542.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 5929
/proc/meminfo: memFree=1554032/2055920 swapFree=4180156/4192956
[pid=5918] ppid=5916 vsize=5360 CPUtime=1.01
/proc/5918/stat : 5918 (glucose.sh) S 5916 5918 5839 0 -1 4194304 313 3525 0 0 0 0 98 3 16 0 1 0 221652050 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5918/statm: 1340 238 195 169 0 51 0
[pid=5921] ppid=5918 vsize=118240 CPUtime=4539.09
/proc/5921/stat : 5921 (glucose_static) R 5918 5918 5839 0 -1 4194304 28892 0 0 0 453881 28 0 0 25 0 1 0 221652153 121077760 28878 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/5921/statm: 29560 28878 77 172 0 29385 0
Current children cumulated CPU time (s) 4540.1
Current children cumulated vsize (KiB) 123600

[startup+4602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 5929
/proc/meminfo: memFree=1553968/2055920 swapFree=4180156/4192956
[pid=5918] ppid=5916 vsize=5360 CPUtime=1.01
/proc/5918/stat : 5918 (glucose.sh) S 5916 5918 5839 0 -1 4194304 313 3525 0 0 0 0 98 3 16 0 1 0 221652050 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5918/statm: 1340 238 195 169 0 51 0
[pid=5921] ppid=5918 vsize=118240 CPUtime=4599.07
/proc/5921/stat : 5921 (glucose_static) R 5918 5918 5839 0 -1 4194304 28893 0 0 0 459879 28 0 0 25 0 1 0 221652153 121077760 28879 1992294400 134512640 135217611 4294956304 18446744073709551615 134533219 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/5921/statm: 29560 28879 77 172 0 29385 0
Current children cumulated CPU time (s) 4600.08
Current children cumulated vsize (KiB) 123600

[startup+4662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 5929
/proc/meminfo: memFree=1552496/2055920 swapFree=4180156/4192956
[pid=5918] ppid=5916 vsize=5360 CPUtime=1.01
/proc/5918/stat : 5918 (glucose.sh) S 5916 5918 5839 0 -1 4194304 313 3525 0 0 0 0 98 3 16 0 1 0 221652050 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5918/statm: 1340 238 195 169 0 51 0
[pid=5921] ppid=5918 vsize=119824 CPUtime=4659.05
/proc/5921/stat : 5921 (glucose_static) R 5918 5918 5839 0 -1 4194304 29280 0 0 0 465876 29 0 0 25 0 1 0 221652153 122699776 29266 1992294400 134512640 135217611 4294956304 18446744073709551615 134533148 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/5921/statm: 29956 29266 77 172 0 29781 0
Current children cumulated CPU time (s) 4660.06
Current children cumulated vsize (KiB) 125184

[startup+4722.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 5929
/proc/meminfo: memFree=1552496/2055920 swapFree=4180156/4192956
[pid=5918] ppid=5916 vsize=5360 CPUtime=1.01
/proc/5918/stat : 5918 (glucose.sh) S 5916 5918 5839 0 -1 4194304 313 3525 0 0 0 0 98 3 16 0 1 0 221652050 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5918/statm: 1340 238 195 169 0 51 0
[pid=5921] ppid=5918 vsize=119824 CPUtime=4719.02
/proc/5921/stat : 5921 (glucose_static) R 5918 5918 5839 0 -1 4194304 29282 0 0 0 471873 29 0 0 25 0 1 0 221652153 122699776 29268 1992294400 134512640 135217611 4294956304 18446744073709551615 134533131 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/5921/statm: 29956 29268 77 172 0 29781 0
Current children cumulated CPU time (s) 4720.03
Current children cumulated vsize (KiB) 125184

[startup+4782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 5929
/proc/meminfo: memFree=1552432/2055920 swapFree=4180156/4192956
[pid=5918] ppid=5916 vsize=5360 CPUtime=1.01
/proc/5918/stat : 5918 (glucose.sh) S 5916 5918 5839 0 -1 4194304 313 3525 0 0 0 0 98 3 16 0 1 0 221652050 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5918/statm: 1340 238 195 169 0 51 0
[pid=5921] ppid=5918 vsize=119824 CPUtime=4778.99
/proc/5921/stat : 5921 (glucose_static) R 5918 5918 5839 0 -1 4194304 29283 0 0 0 477870 29 0 0 25 0 1 0 221652153 122699776 29269 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/5921/statm: 29956 29269 77 172 0 29781 0
Current children cumulated CPU time (s) 4780
Current children cumulated vsize (KiB) 125184

[startup+4842.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 5929
/proc/meminfo: memFree=1551664/2055920 swapFree=4180156/4192956
[pid=5918] ppid=5916 vsize=5360 CPUtime=1.01
/proc/5918/stat : 5918 (glucose.sh) S 5916 5918 5839 0 -1 4194304 313 3525 0 0 0 0 98 3 16 0 1 0 221652050 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5918/statm: 1340 238 195 169 0 51 0
[pid=5921] ppid=5918 vsize=120616 CPUtime=4838.96
/proc/5921/stat : 5921 (glucose_static) R 5918 5918 5839 0 -1 4194304 29482 0 0 0 483867 29 0 0 25 0 1 0 221652153 123510784 29468 1992294400 134512640 135217611 4294956304 18446744073709551615 134533115 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/5921/statm: 30154 29468 77 172 0 29979 0
Current children cumulated CPU time (s) 4839.97
Current children cumulated vsize (KiB) 125976

[startup+4902.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 5929
/proc/meminfo: memFree=1549360/2055920 swapFree=4180156/4192956
[pid=5918] ppid=5916 vsize=5360 CPUtime=1.01
/proc/5918/stat : 5918 (glucose.sh) S 5916 5918 5839 0 -1 4194304 313 3525 0 0 0 0 98 3 16 0 1 0 221652050 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5918/statm: 1340 238 195 169 0 51 0
[pid=5921] ppid=5918 vsize=123124 CPUtime=4898.92
/proc/5921/stat : 5921 (glucose_static) R 5918 5918 5839 0 -1 4194304 30124 0 0 0 489863 29 0 0 25 0 1 0 221652153 126078976 30110 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/5921/statm: 30781 30110 77 172 0 30606 0
Current children cumulated CPU time (s) 4899.93
Current children cumulated vsize (KiB) 128484

[startup+4962.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 5929
/proc/meminfo: memFree=1548976/2055920 swapFree=4180156/4192956
[pid=5918] ppid=5916 vsize=5360 CPUtime=1.01
/proc/5918/stat : 5918 (glucose.sh) S 5916 5918 5839 0 -1 4194304 313 3525 0 0 0 0 98 3 16 0 1 0 221652050 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5918/statm: 1340 238 195 169 0 51 0
[pid=5921] ppid=5918 vsize=123256 CPUtime=4958.9
/proc/5921/stat : 5921 (glucose_static) R 5918 5918 5839 0 -1 4194304 30152 0 0 0 495861 29 0 0 25 0 1 0 221652153 126214144 30138 1992294400 134512640 135217611 4294956304 18446744073709551615 134533131 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/5921/statm: 30814 30138 77 172 0 30639 0
Current children cumulated CPU time (s) 4959.91
Current children cumulated vsize (KiB) 128616



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5002.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 5929
/proc/meminfo: memFree=1548976/2055920 swapFree=4180156/4192956
[pid=5918] ppid=5916 vsize=5360 CPUtime=1.01
/proc/5918/stat : 5918 (glucose.sh) S 5916 5918 5839 0 -1 4194304 313 3525 0 0 0 0 98 3 16 0 1 0 221652050 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5918/statm: 1340 238 195 169 0 51 0
[pid=5921] ppid=5918 vsize=123256 CPUtime=4999.08
/proc/5921/stat : 5921 (glucose_static) R 5918 5918 5839 0 -1 4194304 30152 0 0 0 499879 29 0 0 25 0 1 0 221652153 126214144 30138 1992294400 134512640 135217611 4294956304 18446744073709551615 134532989 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/5921/statm: 30814 30138 77 172 0 30639 0
Current children cumulated CPU time (s) 5000.09
Current children cumulated vsize (KiB) 128616

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

[startup+5002.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 5929
/proc/meminfo: memFree=1548976/2055920 swapFree=4180156/4192956
[pid=5918] ppid=5916 vsize=5360 CPUtime=1.01
/proc/5918/stat : 5918 (glucose.sh) S 5916 5918 5839 0 -1 4194304 313 3525 0 0 0 0 98 3 16 0 1 0 221652050 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5918/statm: 1340 238 195 169 0 51 0
[pid=5921] ppid=5918 vsize=123256 CPUtime=4999.08
/proc/5921/stat : 5921 (glucose_static) R 5918 5918 5839 0 -1 4194304 30152 0 0 0 499879 29 0 0 25 0 1 0 221652153 126214144 30138 1992294400 134512640 135217611 4294956304 18446744073709551615 134532989 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/5921/statm: 30814 30138 77 172 0 30639 0
Current children cumulated CPU time (s) 5000.09
Current children cumulated vsize (KiB) 128616

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 5918 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=985850
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=39993
# CPU time returned by wait4() is 1.02584
# while last known CPU time is 5000.09
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 5002.51
CPU time (s): 5000.09
CPU user time (s): 4999.77
CPU system time (s): 0.32
CPU usage (%): 99.9516
Max. virtual memory (cumulated for all children) (KiB): 128616

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

runsolver used 4.73028 second user time and 13.5679 second system time

The end

Launcher Data

Begin job on node54 at 2009-05-10 08:17:17
IDJOB=1784368
IDBENCH=71295
IDSOLVER=610
FILE ID=node54/1784368-1241936237
PBS_JOBID= 9264976
Free space on /tmp= 66344 MiB

SOLVER NAME= glucose 1.0
BENCH NAME= SAT09/CRAFTED/rbsat/random/unforced/rbsat-v1820c171155g3.cnf
COMMAND LINE= glucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1784368-1241936237/watcher-1784368-1241936237 -o /tmp/evaluation-result-1784368-1241936237/solver-1784368-1241936237 -C 5000 -W 6000 -M 1800  glucose.sh HOME/instance-1784368-1241936237.cnf

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

MD5SUM BENCH= 90cca356988434eb537dfe19d4b4da93
RANDOM SEED=1507779791

node54.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.234
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.234
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:       1674664 kB
Buffers:         60440 kB
Cached:         244652 kB
SwapCached:       6552 kB
Active:         140872 kB
Inactive:       173432 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1674664 kB
SwapTotal:     4192956 kB
SwapFree:      4180156 kB
Dirty:            3712 kB
Writeback:           0 kB
Mapped:          14288 kB
Slab:            53004 kB
Committed_AS:   706532 kB
PageTables:       1368 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= 66340 MiB
End job on node54 at 2009-05-10 09:40:41