Trace number 1784372

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.04 5002.82

General information on the benchmark

NameCRAFTED/rbsat/random/unforced/
rbsat-v2640c305320g2.cnf
MD5SUMa751c1722336404421531c8b945f61ee
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 variables2640
Number of clauses305320
Sum of the clauses size613120
Maximum clause length33
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2305240
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 580

Solver Data

0.00/0.00	c
0.00/0.00	c Starting SatElite Preprocessing
0.00/0.00	c
0.00/0.00	c Parsing...
0.09/0.15	c ==============================================================================
0.09/0.15	c |           |     ORIGINAL     |              LEARNT              |          |
0.09/0.15	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.09/0.15	c ==============================================================================
0.09/0.15	c |         0 |  305320   613120 |   91595       0        0     nan |  0.000 % |
1.89/1.97	c |         0 |  302045  1020095 |      --       0       --      -- |     --   | -3275/406975
1.89/1.97	c ==============================================================================
1.89/1.97	c Result  :   #vars: 2560   #clauses: 302045   #literals: 1020095
1.89/1.97	c CPU time:   1.9387 s
1.89/1.97	c ==============================================================================
2.19/2.27	c
2.19/2.27	c Starting glucose
2.19/2.27	c
2.19/2.27	
2.19/2.27	c This is glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
2.19/2.27	
2.19/2.27	c ============================[ Problem Statistics ]=============================
2.19/2.27	c |                                                                             |
2.19/2.27	c |  Number of variables:  2560                                                 |
2.19/2.27	c |  Number of clauses:    302045                                               |
2.26/2.45	c |  Parsing time:         0.15         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-1784372-1241936480/watcher-1784372-1241936480 -o /tmp/evaluation-result-1784372-1241936480/solver-1784372-1241936480 -C 5000 -W 6000 -M 1800 glucose.sh HOME/instance-1784372-1241936480.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/64 31736
/proc/meminfo: memFree=942456/2055920 swapFree=4180192/4192956
[pid=31736] ppid=31734 vsize=5360 CPUtime=0
/proc/31736/stat : 31736 (glucose.sh) R 31734 31736 31657 0 -1 4194304 268 0 0 0 0 0 0 0 18 0 1 0 221681332 5488640 235 1992294400 4194304 4889804 548682068832 18446744073709551615 217871608479 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/31736/statm: 1340 235 194 169 0 51 0
[pid=31737] ppid=31736 vsize=1008 CPUtime=0
/proc/31737/stat : 31737 (SatELite_releas) R 31736 31736 31657 0 -1 4194304 134 0 0 0 0 0 0 0 18 0 1 0 221681332 1032192 118 1992294400 134512640 135225430 4294956176 18446744073709551615 134735534 0 0 4096 3 0 0 0 17 0 0 0
/proc/31737/statm: 252 119 50 174 0 75 0

[startup+0.094875 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 31736
/proc/meminfo: memFree=942456/2055920 swapFree=4180192/4192956
[pid=31736] ppid=31734 vsize=5360 CPUtime=0
/proc/31736/stat : 31736 (glucose.sh) S 31734 31736 31657 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 221681332 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31736/statm: 1340 236 195 169 0 51 0
[pid=31737] ppid=31736 vsize=10404 CPUtime=0.08
/proc/31737/stat : 31737 (SatELite_releas) R 31736 31736 31657 0 -1 4194304 2406 0 0 0 8 0 0 0 19 0 1 0 221681332 10653696 2390 1992294400 134512640 135225430 4294956176 18446744073709551615 134735534 0 0 4096 3 0 0 0 17 0 0 0
/proc/31737/statm: 2601 2391 50 174 0 2424 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 15764

[startup+0.101875 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 31736
/proc/meminfo: memFree=942456/2055920 swapFree=4180192/4192956
[pid=31736] ppid=31734 vsize=5360 CPUtime=0
/proc/31736/stat : 31736 (glucose.sh) S 31734 31736 31657 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 221681332 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31736/statm: 1340 236 195 169 0 51 0
[pid=31737] ppid=31736 vsize=10932 CPUtime=0.09
/proc/31737/stat : 31737 (SatELite_releas) R 31736 31736 31657 0 -1 4194304 2549 0 0 0 8 1 0 0 19 0 1 0 221681332 11194368 2533 1992294400 134512640 135225430 4294956176 18446744073709551615 134735534 0 0 4096 3 0 0 0 17 0 0 0
/proc/31737/statm: 2733 2533 50 174 0 2556 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 16292

[startup+0.301914 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 31736
/proc/meminfo: memFree=942456/2055920 swapFree=4180192/4192956
[pid=31736] ppid=31734 vsize=5360 CPUtime=0
/proc/31736/stat : 31736 (glucose.sh) S 31734 31736 31657 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 221681332 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31736/statm: 1340 236 195 169 0 51 0
[pid=31737] ppid=31736 vsize=23456 CPUtime=0.29
/proc/31737/stat : 31737 (SatELite_releas) R 31736 31736 31657 0 -1 4194304 5235 0 0 0 27 2 0 0 21 0 1 0 221681332 24018944 5219 1992294400 134512640 135225430 4294956176 18446744073709551615 134549560 0 0 4096 3 0 0 0 17 0 0 0
/proc/31737/statm: 5864 5219 76 174 0 5687 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 28816

[startup+0.701993 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 31736
/proc/meminfo: memFree=942456/2055920 swapFree=4180192/4192956
[pid=31736] ppid=31734 vsize=5360 CPUtime=0
/proc/31736/stat : 31736 (glucose.sh) S 31734 31736 31657 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 221681332 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31736/statm: 1340 236 195 169 0 51 0
[pid=31737] ppid=31736 vsize=28792 CPUtime=0.69
/proc/31737/stat : 31737 (SatELite_releas) R 31736 31736 31657 0 -1 4194304 6189 0 0 0 66 3 0 0 25 0 1 0 221681332 29483008 6173 1992294400 134512640 135225430 4294956176 18446744073709551615 134586104 0 0 4096 3 0 0 0 17 0 0 0
/proc/31737/statm: 7198 6173 77 174 0 7021 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 34152

[startup+1.50115 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 31738
/proc/meminfo: memFree=917544/2055920 swapFree=4180192/4192956
[pid=31736] ppid=31734 vsize=5360 CPUtime=0
/proc/31736/stat : 31736 (glucose.sh) S 31734 31736 31657 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 221681332 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31736/statm: 1340 236 195 169 0 51 0
[pid=31737] ppid=31736 vsize=28792 CPUtime=1.49
/proc/31737/stat : 31737 (SatELite_releas) R 31736 31736 31657 0 -1 4194304 6189 0 0 0 146 3 0 0 25 0 1 0 221681332 29483008 6173 1992294400 134512640 135225430 4294956176 18446744073709551615 134586136 0 0 4096 3 0 0 0 17 0 0 0
/proc/31737/statm: 7198 6173 77 174 0 7021 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 34152

[startup+3.10247 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 31738
/proc/meminfo: memFree=917160/2055920 swapFree=4180192/4192956
[pid=31736] ppid=31734 vsize=5360 CPUtime=2.26
/proc/31736/stat : 31736 (glucose.sh) S 31734 31736 31657 0 -1 4194304 313 6194 0 0 0 0 221 5 16 0 1 0 221681332 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31736/statm: 1340 238 195 169 0 51 0
Current children cumulated CPU time (s) 2.26
Current children cumulated vsize (KiB) 5360
heavy processes:

[startup+6.3011 s]
/proc/loadavg: 1.00 1.00 1.00 3/66 31739
/proc/meminfo: memFree=909352/2055920 swapFree=4180192/4192956
[pid=31736] ppid=31734 vsize=5360 CPUtime=2.26
/proc/31736/stat : 31736 (glucose.sh) S 31734 31736 31657 0 -1 4194304 313 6194 0 0 0 0 221 5 16 0 1 0 221681332 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31736/statm: 1340 238 195 169 0 51 0
[pid=31739] ppid=31736 vsize=28200 CPUtime=3.87
/proc/31739/stat : 31739 (glucose_static) R 31736 31736 31657 0 -1 4194304 6935 0 0 0 383 4 0 0 25 0 1 0 221681559 28876800 6921 1992294400 134512640 135217611 4294956304 18446744073709551615 134533133 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/31739/statm: 7050 6921 77 172 0 6875 0
Current children cumulated CPU time (s) 6.13
Current children cumulated vsize (KiB) 33560

[startup+12.7013 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 31739
/proc/meminfo: memFree=905192/2055920 swapFree=4180192/4192956
[pid=31736] ppid=31734 vsize=5360 CPUtime=2.26
/proc/31736/stat : 31736 (glucose.sh) S 31734 31736 31657 0 -1 4194304 313 6194 0 0 0 0 221 5 16 0 1 0 221681332 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31736/statm: 1340 238 195 169 0 51 0
[pid=31739] ppid=31736 vsize=31280 CPUtime=10.28
/proc/31739/stat : 31739 (glucose_static) R 31736 31736 31657 0 -1 4194304 7720 0 0 0 1023 5 0 0 25 0 1 0 221681559 32030720 7706 1992294400 134512640 135217611 4294956304 18446744073709551615 134537025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/31739/statm: 7820 7706 77 172 0 7645 0
Current children cumulated CPU time (s) 12.54
Current children cumulated vsize (KiB) 36640

[startup+25.5018 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 31739
/proc/meminfo: memFree=900200/2055920 swapFree=4180192/4192956
[pid=31736] ppid=31734 vsize=5360 CPUtime=2.26
/proc/31736/stat : 31736 (glucose.sh) S 31734 31736 31657 0 -1 4194304 313 6194 0 0 0 0 221 5 16 0 1 0 221681332 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31736/statm: 1340 238 195 169 0 51 0
[pid=31739] ppid=31736 vsize=36480 CPUtime=23.06
/proc/31739/stat : 31739 (glucose_static) R 31736 31736 31657 0 -1 4194304 8996 0 0 0 2301 5 0 0 25 0 1 0 221681559 37355520 8982 1992294400 134512640 135217611 4294956304 18446744073709551615 134533757 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/31739/statm: 9120 8982 77 172 0 8945 0
Current children cumulated CPU time (s) 25.32
Current children cumulated vsize (KiB) 41840

[startup+51.1018 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 31739
/proc/meminfo: memFree=897448/2055920 swapFree=4180192/4192956
[pid=31736] ppid=31734 vsize=5360 CPUtime=2.26
/proc/31736/stat : 31736 (glucose.sh) S 31734 31736 31657 0 -1 4194304 313 6194 0 0 0 0 221 5 16 0 1 0 221681332 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31736/statm: 1340 238 195 169 0 51 0
[pid=31739] ppid=31736 vsize=39252 CPUtime=48.64
/proc/31739/stat : 31739 (glucose_static) R 31736 31736 31657 0 -1 4194304 9667 0 0 0 4858 6 0 0 25 0 1 0 221681559 40194048 9653 1992294400 134512640 135217611 4294956304 18446744073709551615 134537495 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/31739/statm: 9813 9653 77 172 0 9638 0
Current children cumulated CPU time (s) 50.9
Current children cumulated vsize (KiB) 44612

[startup+102.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 31739
/proc/meminfo: memFree=896104/2055920 swapFree=4180192/4192956
[pid=31736] ppid=31734 vsize=5360 CPUtime=2.26
/proc/31736/stat : 31736 (glucose.sh) S 31734 31736 31657 0 -1 4194304 313 6194 0 0 0 0 221 5 16 0 1 0 221681332 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31736/statm: 1340 238 195 169 0 51 0
[pid=31739] ppid=31736 vsize=40612 CPUtime=99.81
/proc/31739/stat : 31739 (glucose_static) R 31736 31736 31657 0 -1 4194304 10028 0 0 0 9975 6 0 0 25 0 1 0 221681559 41586688 10014 1992294400 134512640 135217611 4294956304 18446744073709551615 134533124 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/31739/statm: 10153 10014 77 172 0 9978 0
Current children cumulated CPU time (s) 102.07
Current children cumulated vsize (KiB) 45972

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 31739
/proc/meminfo: memFree=894504/2055920 swapFree=4180192/4192956
[pid=31736] ppid=31734 vsize=5360 CPUtime=2.26
/proc/31736/stat : 31736 (glucose.sh) S 31734 31736 31657 0 -1 4194304 313 6194 0 0 0 0 221 5 16 0 1 0 221681332 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31736/statm: 1340 238 195 169 0 51 0
[pid=31739] ppid=31736 vsize=42244 CPUtime=159.79
/proc/31739/stat : 31739 (glucose_static) R 31736 31736 31657 0 -1 4194304 10423 0 0 0 15972 7 0 0 25 0 1 0 221681559 43257856 10409 1992294400 134512640 135217611 4294956304 18446744073709551615 134533148 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/31739/statm: 10561 10409 77 172 0 10386 0
Current children cumulated CPU time (s) 162.05
Current children cumulated vsize (KiB) 47604

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 31739
/proc/meminfo: memFree=890088/2055920 swapFree=4180192/4192956
[pid=31736] ppid=31734 vsize=5360 CPUtime=2.26
/proc/31736/stat : 31736 (glucose.sh) S 31734 31736 31657 0 -1 4194304 313 6194 0 0 0 0 221 5 16 0 1 0 221681332 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31736/statm: 1340 238 195 169 0 51 0
[pid=31739] ppid=31736 vsize=46916 CPUtime=219.75
/proc/31739/stat : 31739 (glucose_static) R 31736 31736 31657 0 -1 4194304 11537 0 0 0 21967 8 0 0 25 0 1 0 221681559 48041984 11523 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/31739/statm: 11729 11523 77 172 0 11554 0
Current children cumulated CPU time (s) 222.01
Current children cumulated vsize (KiB) 52276

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 31739
/proc/meminfo: memFree=882792/2055920 swapFree=4180192/4192956
[pid=31736] ppid=31734 vsize=5360 CPUtime=2.26
/proc/31736/stat : 31736 (glucose.sh) S 31734 31736 31657 0 -1 4194304 313 6194 0 0 0 0 221 5 16 0 1 0 221681332 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31736/statm: 1340 238 195 169 0 51 0
[pid=31739] ppid=31736 vsize=54044 CPUtime=279.72
/proc/31739/stat : 31739 (glucose_static) R 31736 31736 31657 0 -1 4194304 13340 0 0 0 27963 9 0 0 25 0 1 0 221681559 55341056 13326 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/31739/statm: 13511 13326 77 172 0 13336 0
Current children cumulated CPU time (s) 281.98
Current children cumulated vsize (KiB) 59404

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 31739
/proc/meminfo: memFree=880488/2055920 swapFree=4180192/4192956
[pid=31736] ppid=31734 vsize=5360 CPUtime=2.26
/proc/31736/stat : 31736 (glucose.sh) S 31734 31736 31657 0 -1 4194304 313 6194 0 0 0 0 221 5 16 0 1 0 221681332 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31736/statm: 1340 238 195 169 0 51 0
[pid=31739] ppid=31736 vsize=56312 CPUtime=339.7
/proc/31739/stat : 31739 (glucose_static) R 31736 31736 31657 0 -1 4194304 13919 0 0 0 33960 10 0 0 25 0 1 0 221681559 57663488 13905 1992294400 134512640 135217611 4294956304 18446744073709551615 134533219 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/31739/statm: 14078 13905 77 172 0 13903 0
Current children cumulated CPU time (s) 341.96
Current children cumulated vsize (KiB) 61672


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

/proc/31739/statm: 34771 34381 77 172 0 34596 0
Current children cumulated CPU time (s) 4299.9
Current children cumulated vsize (KiB) 144444

[startup+4362.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 31747
/proc/meminfo: memFree=797928/2055920 swapFree=4180192/4192956
[pid=31736] ppid=31734 vsize=5360 CPUtime=2.26
/proc/31736/stat : 31736 (glucose.sh) S 31734 31736 31657 0 -1 4194304 313 6194 0 0 0 0 221 5 16 0 1 0 221681332 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31736/statm: 1340 238 195 169 0 51 0
[pid=31739] ppid=31736 vsize=139084 CPUtime=4357.6
/proc/31739/stat : 31739 (glucose_static) R 31736 31736 31657 0 -1 4194304 34411 0 0 0 435725 35 0 0 25 0 1 0 221681559 142422016 34381 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/31739/statm: 34771 34381 77 172 0 34596 0
Current children cumulated CPU time (s) 4359.86
Current children cumulated vsize (KiB) 144444

[startup+4422.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 31747
/proc/meminfo: memFree=797928/2055920 swapFree=4180192/4192956
[pid=31736] ppid=31734 vsize=5360 CPUtime=2.26
/proc/31736/stat : 31736 (glucose.sh) S 31734 31736 31657 0 -1 4194304 313 6194 0 0 0 0 221 5 16 0 1 0 221681332 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31736/statm: 1340 238 195 169 0 51 0
[pid=31739] ppid=31736 vsize=139084 CPUtime=4417.57
/proc/31739/stat : 31739 (glucose_static) R 31736 31736 31657 0 -1 4194304 34413 0 0 0 441722 35 0 0 25 0 1 0 221681559 142422016 34383 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/31739/statm: 34771 34383 77 172 0 34596 0
Current children cumulated CPU time (s) 4419.83
Current children cumulated vsize (KiB) 144444

[startup+4482.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 31747
/proc/meminfo: memFree=797928/2055920 swapFree=4180192/4192956
[pid=31736] ppid=31734 vsize=5360 CPUtime=2.26
/proc/31736/stat : 31736 (glucose.sh) S 31734 31736 31657 0 -1 4194304 313 6194 0 0 0 0 221 5 16 0 1 0 221681332 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31736/statm: 1340 238 195 169 0 51 0
[pid=31739] ppid=31736 vsize=139084 CPUtime=4477.55
/proc/31739/stat : 31739 (glucose_static) R 31736 31736 31657 0 -1 4194304 34415 0 0 0 447720 35 0 0 25 0 1 0 221681559 142422016 34385 1992294400 134512640 135217611 4294956304 18446744073709551615 134537007 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/31739/statm: 34771 34385 77 172 0 34596 0
Current children cumulated CPU time (s) 4479.81
Current children cumulated vsize (KiB) 144444

[startup+4542.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 31747
/proc/meminfo: memFree=797928/2055920 swapFree=4180192/4192956
[pid=31736] ppid=31734 vsize=5360 CPUtime=2.26
/proc/31736/stat : 31736 (glucose.sh) S 31734 31736 31657 0 -1 4194304 313 6194 0 0 0 0 221 5 16 0 1 0 221681332 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31736/statm: 1340 238 195 169 0 51 0
[pid=31739] ppid=31736 vsize=139084 CPUtime=4537.51
/proc/31739/stat : 31739 (glucose_static) R 31736 31736 31657 0 -1 4194304 34417 0 0 0 453716 35 0 0 25 0 1 0 221681559 142422016 34387 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/31739/statm: 34771 34387 77 172 0 34596 0
Current children cumulated CPU time (s) 4539.77
Current children cumulated vsize (KiB) 144444

[startup+4602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 31747
/proc/meminfo: memFree=797800/2055920 swapFree=4180192/4192956
[pid=31736] ppid=31734 vsize=5360 CPUtime=2.26
/proc/31736/stat : 31736 (glucose.sh) S 31734 31736 31657 0 -1 4194304 313 6194 0 0 0 0 221 5 16 0 1 0 221681332 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31736/statm: 1340 238 195 169 0 51 0
[pid=31739] ppid=31736 vsize=139084 CPUtime=4597.49
/proc/31739/stat : 31739 (glucose_static) R 31736 31736 31657 0 -1 4194304 34417 0 0 0 459714 35 0 0 25 0 1 0 221681559 142422016 34387 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/31739/statm: 34771 34387 77 172 0 34596 0
Current children cumulated CPU time (s) 4599.75
Current children cumulated vsize (KiB) 144444

[startup+4662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 31747
/proc/meminfo: memFree=797800/2055920 swapFree=4180192/4192956
[pid=31736] ppid=31734 vsize=5360 CPUtime=2.26
/proc/31736/stat : 31736 (glucose.sh) S 31734 31736 31657 0 -1 4194304 313 6194 0 0 0 0 221 5 16 0 1 0 221681332 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31736/statm: 1340 238 195 169 0 51 0
[pid=31739] ppid=31736 vsize=139084 CPUtime=4657.46
/proc/31739/stat : 31739 (glucose_static) R 31736 31736 31657 0 -1 4194304 34419 0 0 0 465711 35 0 0 25 0 1 0 221681559 142422016 34389 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/31739/statm: 34771 34389 77 172 0 34596 0
Current children cumulated CPU time (s) 4659.72
Current children cumulated vsize (KiB) 144444

[startup+4722.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 31747
/proc/meminfo: memFree=797800/2055920 swapFree=4180192/4192956
[pid=31736] ppid=31734 vsize=5360 CPUtime=2.26
/proc/31736/stat : 31736 (glucose.sh) S 31734 31736 31657 0 -1 4194304 313 6194 0 0 0 0 221 5 16 0 1 0 221681332 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31736/statm: 1340 238 195 169 0 51 0
[pid=31739] ppid=31736 vsize=139084 CPUtime=4717.43
/proc/31739/stat : 31739 (glucose_static) R 31736 31736 31657 0 -1 4194304 34419 0 0 0 471708 35 0 0 25 0 1 0 221681559 142422016 34389 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/31739/statm: 34771 34389 77 172 0 34596 0
Current children cumulated CPU time (s) 4719.69
Current children cumulated vsize (KiB) 144444

[startup+4782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 31747
/proc/meminfo: memFree=796392/2055920 swapFree=4180192/4192956
[pid=31736] ppid=31734 vsize=5360 CPUtime=2.26
/proc/31736/stat : 31736 (glucose.sh) S 31734 31736 31657 0 -1 4194304 313 6194 0 0 0 0 221 5 16 0 1 0 221681332 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31736/statm: 1340 238 195 169 0 51 0
[pid=31739] ppid=31736 vsize=140556 CPUtime=4777.4
/proc/31739/stat : 31739 (glucose_static) R 31736 31736 31657 0 -1 4194304 34792 0 0 0 477704 36 0 0 25 0 1 0 221681559 143929344 34762 1992294400 134512640 135217611 4294956304 18446744073709551615 134533131 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/31739/statm: 35139 34762 77 172 0 34964 0
Current children cumulated CPU time (s) 4779.66
Current children cumulated vsize (KiB) 145916

[startup+4842.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 31749
/proc/meminfo: memFree=796264/2055920 swapFree=4180192/4192956
[pid=31736] ppid=31734 vsize=5360 CPUtime=2.26
/proc/31736/stat : 31736 (glucose.sh) S 31734 31736 31657 0 -1 4194304 313 6194 0 0 0 0 221 5 16 0 1 0 221681332 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31736/statm: 1340 238 195 169 0 51 0
[pid=31739] ppid=31736 vsize=140556 CPUtime=4837.37
/proc/31739/stat : 31739 (glucose_static) R 31736 31736 31657 0 -1 4194304 34792 0 0 0 483701 36 0 0 25 0 1 0 221681559 143929344 34762 1992294400 134512640 135217611 4294956304 18446744073709551615 134533115 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/31739/statm: 35139 34762 77 172 0 34964 0
Current children cumulated CPU time (s) 4839.63
Current children cumulated vsize (KiB) 145916

[startup+4902.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 31749
/proc/meminfo: memFree=796136/2055920 swapFree=4180192/4192956
[pid=31736] ppid=31734 vsize=5360 CPUtime=2.26
/proc/31736/stat : 31736 (glucose.sh) S 31734 31736 31657 0 -1 4194304 313 6194 0 0 0 0 221 5 16 0 1 0 221681332 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31736/statm: 1340 238 195 169 0 51 0
[pid=31739] ppid=31736 vsize=140988 CPUtime=4897.33
/proc/31739/stat : 31739 (glucose_static) R 31736 31736 31657 0 -1 4194304 34879 0 0 0 489697 36 0 0 25 0 1 0 221681559 144371712 34849 1992294400 134512640 135217611 4294956304 18446744073709551615 134533131 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/31739/statm: 35247 34849 77 172 0 35072 0
Current children cumulated CPU time (s) 4899.59
Current children cumulated vsize (KiB) 146348

[startup+4962.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 31749
/proc/meminfo: memFree=795496/2055920 swapFree=4180192/4192956
[pid=31736] ppid=31734 vsize=5360 CPUtime=2.26
/proc/31736/stat : 31736 (glucose.sh) S 31734 31736 31657 0 -1 4194304 313 6194 0 0 0 0 221 5 16 0 1 0 221681332 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31736/statm: 1340 238 195 169 0 51 0
[pid=31739] ppid=31736 vsize=141744 CPUtime=4957.3
/proc/31739/stat : 31739 (glucose_static) R 31736 31736 31657 0 -1 4194304 35052 0 0 0 495694 36 0 0 25 0 1 0 221681559 145145856 35022 1992294400 134512640 135217611 4294956304 18446744073709551615 134532744 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/31739/statm: 35436 35022 77 172 0 35261 0
Current children cumulated CPU time (s) 4959.56
Current children cumulated vsize (KiB) 147104



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5002.81 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 31749
/proc/meminfo: memFree=795240/2055920 swapFree=4180192/4192956
[pid=31736] ppid=31734 vsize=5360 CPUtime=2.26
/proc/31736/stat : 31736 (glucose.sh) S 31734 31736 31657 0 -1 4194304 313 6194 0 0 0 0 221 5 16 0 1 0 221681332 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31736/statm: 1340 238 195 169 0 51 0
[pid=31739] ppid=31736 vsize=141944 CPUtime=4997.78
/proc/31739/stat : 31739 (glucose_static) R 31736 31736 31657 0 -1 4194304 35101 0 0 0 499742 36 0 0 25 0 1 0 221681559 145350656 35071 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/31739/statm: 35486 35071 77 172 0 35311 0
Current children cumulated CPU time (s) 5000.04
Current children cumulated vsize (KiB) 147304

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

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

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 5002.82
CPU time (s): 5000.04
CPU user time (s): 4999.63
CPU system time (s): 0.41
CPU usage (%): 99.9445
Max. virtual memory (cumulated for all children) (KiB): 147304

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

runsolver used 4.43532 second user time and 13.7779 second system time

The end

Launcher Data

Begin job on node28 at 2009-05-10 08:21:20
IDJOB=1784372
IDBENCH=71311
IDSOLVER=610
FILE ID=node28/1784372-1241936480
PBS_JOBID= 9264978
Free space on /tmp= 66064 MiB

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

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

MD5SUM BENCH= a751c1722336404421531c8b945f61ee
RANDOM SEED=174924667

node28.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.261
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.261
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:        942944 kB
Buffers:         63348 kB
Cached:         959256 kB
SwapCached:       6032 kB
Active:         226824 kB
Inactive:       804456 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        942944 kB
SwapTotal:     4192956 kB
SwapFree:      4180192 kB
Dirty:            5500 kB
Writeback:           0 kB
Mapped:          14268 kB
Slab:            67580 kB
Committed_AS:   779256 kB
PageTables:       1420 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= 66056 MiB
End job on node28 at 2009-05-10 09:44:45