Trace number 1783612

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 3810.39 3811.36

General information on the benchmark

Namecrafted/Hard/contest04/connamacher/
connm-ue-csp-sat-n800-d0.02-s925928766.sat05-538.reshuffled-07.cnf
MD5SUMc2cb7643bd8a1926480278b8bba0ef3d
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark773.277
Satisfiable
(Un)Satisfiability was proved
Number of variables700
Number of clauses8767
Sum of the clauses size26476
Maximum clause length4
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 38592
Number of clauses of size 4175
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.01	c ==============================================================================
0.00/0.01	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.01	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.01	c ==============================================================================
0.00/0.01	c |         0 |    8767    26476 |    2630       0        0     nan |  0.000 % |
0.01/0.08	c |         0 |    8592    28720 |      --       0       --      -- |     --   | -175/2244
0.01/0.08	c ==============================================================================
0.01/0.08	c Result  :   #vars: 525   #clauses: 8592   #literals: 28720
0.01/0.08	c CPU time:   0.077988 s
0.01/0.08	c ==============================================================================
0.01/0.09	c
0.01/0.09	c Starting glucose
0.01/0.09	c
0.01/0.09	
0.01/0.09	c This is glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
0.01/0.09	
0.01/0.09	c ============================[ Problem Statistics ]=============================
0.01/0.09	c |                                                                             |
0.01/0.09	c |  Number of variables:  525                                                  |
0.01/0.09	c |  Number of clauses:    8592                                                 |
0.08/0.10	c |  Parsing time:         0.00         s                                       |
3810.31/3811.34	c restarts              : 63
3810.31/3811.34	c nb ReduceDB           : 92
3810.31/3811.34	c nb learnts DL2        : 1834
3810.31/3811.34	c nb learnts size 2     : 277
3810.31/3811.34	c nb learnts size 1     : 17
3810.31/3811.34	c conflicts             : 4677590        (1228 /sec)
3810.31/3811.34	c decisions             : 4968866        (1.64 % random) (1304 /sec)
3810.31/3811.34	c propagations          : 470586148      (123511 /sec)
3810.31/3811.34	c conflict literals     : 97414069       (48.34 % deleted)
3810.31/3811.34	c Memory used           : 43.24 MB
3810.31/3811.34	c CPU time              : 3810.08 s
3810.31/3811.34	
3810.31/3811.35	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-1783612-1241861800/watcher-1783612-1241861800 -o /tmp/evaluation-result-1783612-1241861800/solver-1783612-1241861800 -C 5000 -W 6000 -M 1800 glucose.sh HOME/instance-1783612-1241861800.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: 0.00 0.00 0.00 3/64 23297
/proc/meminfo: memFree=1487864/2055920 swapFree=4181464/4192956
[pid=23297] ppid=23295 vsize=5360 CPUtime=0
/proc/23297/stat : 23297 (glucose.sh) R 23295 23297 23233 0 -1 4194304 268 0 0 0 0 0 0 0 20 0 1 0 214208614 5488640 235 1992294400 4194304 4889804 548682068832 18446744073709551615 240907774623 0 65538 4100 65536 0 0 0 17 1 0 0
/proc/23297/statm: 1340 235 194 169 0 51 0
[pid=23298] ppid=23297 vsize=1008 CPUtime=0
/proc/23298/stat : 23298 (SatELite_releas) R 23297 23297 23233 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 214208614 1032192 91 1992294400 134512640 135225430 4294956176 18446744073709551615 134735534 0 0 4096 3 0 0 0 17 1 0 0
/proc/23298/statm: 252 93 50 174 0 75 0

[startup+0.023439 s]
/proc/loadavg: 0.00 0.00 0.00 3/64 23297
/proc/meminfo: memFree=1487864/2055920 swapFree=4181464/4192956
[pid=23297] ppid=23295 vsize=5360 CPUtime=0
/proc/23297/stat : 23297 (glucose.sh) S 23295 23297 23233 0 -1 4194304 287 0 0 0 0 0 0 0 20 0 1 0 214208614 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23297/statm: 1340 236 195 169 0 51 0
[pid=23298] ppid=23297 vsize=1852 CPUtime=0.01
/proc/23298/stat : 23298 (SatELite_releas) R 23297 23297 23233 0 -1 4194304 346 0 0 0 1 0 0 0 21 0 1 0 214208614 1896448 330 1992294400 134512640 135225430 4294956176 18446744073709551615 134733135 0 0 4096 3 0 0 0 17 1 0 0
/proc/23298/statm: 463 330 76 174 0 286 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 7212

[startup+0.101452 s]
/proc/loadavg: 0.00 0.00 0.00 3/64 23297
/proc/meminfo: memFree=1487864/2055920 swapFree=4181464/4192956
[pid=23297] ppid=23295 vsize=5360 CPUtime=0.08
/proc/23297/stat : 23297 (glucose.sh) S 23295 23297 23233 0 -1 4194304 313 404 0 0 0 0 8 0 17 0 1 0 214208614 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23297/statm: 1340 238 195 169 0 51 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 5360

[startup+0.30147 s]
/proc/loadavg: 0.00 0.00 0.00 3/64 23297
/proc/meminfo: memFree=1487864/2055920 swapFree=4181464/4192956
[pid=23297] ppid=23295 vsize=5360 CPUtime=0.08
/proc/23297/stat : 23297 (glucose.sh) S 23295 23297 23233 0 -1 4194304 313 404 0 0 0 0 8 0 17 0 1 0 214208614 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23297/statm: 1340 238 195 169 0 51 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 5360

[startup+0.701512 s]
/proc/loadavg: 0.00 0.00 0.00 3/64 23297
/proc/meminfo: memFree=1487864/2055920 swapFree=4181464/4192956
[pid=23297] ppid=23295 vsize=5360 CPUtime=0.08
/proc/23297/stat : 23297 (glucose.sh) S 23295 23297 23233 0 -1 4194304 313 404 0 0 0 0 8 0 17 0 1 0 214208614 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23297/statm: 1340 238 195 169 0 51 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 5360

[startup+1.50158 s]
/proc/loadavg: 0.08 0.02 0.01 2/66 23300
/proc/meminfo: memFree=1485544/2055920 swapFree=4181464/4192956
[pid=23297] ppid=23295 vsize=5360 CPUtime=0.08
/proc/23297/stat : 23297 (glucose.sh) S 23295 23297 23233 0 -1 4194304 313 404 0 0 0 0 8 0 17 0 1 0 214208614 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23297/statm: 1340 238 195 169 0 51 0
[pid=23300] ppid=23297 vsize=3744 CPUtime=1.4
/proc/23300/stat : 23300 (glucose_static) R 23297 23297 23233 0 -1 4194304 600 0 0 0 140 0 0 0 25 0 1 0 214208624 3833856 586 1992294400 134512640 135217611 4294956304 18446744073709551615 134528205 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/23300/statm: 936 586 76 172 0 761 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 9104

[startup+3.10174 s]
/proc/loadavg: 0.08 0.02 0.01 2/66 23300
/proc/meminfo: memFree=1484776/2055920 swapFree=4181464/4192956
[pid=23297] ppid=23295 vsize=5360 CPUtime=0.08
/proc/23297/stat : 23297 (glucose.sh) S 23295 23297 23233 0 -1 4194304 313 404 0 0 0 0 8 0 17 0 1 0 214208614 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23297/statm: 1340 238 195 169 0 51 0
[pid=23300] ppid=23297 vsize=4152 CPUtime=2.99
/proc/23300/stat : 23300 (glucose_static) R 23297 23297 23233 0 -1 4194304 728 0 0 0 299 0 0 0 25 0 1 0 214208624 4251648 714 1992294400 134512640 135217611 4294956304 18446744073709551615 134537358 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/23300/statm: 1038 714 76 172 0 863 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 9512

[startup+6.30106 s]
/proc/loadavg: 0.08 0.02 0.01 2/66 23300
/proc/meminfo: memFree=1483752/2055920 swapFree=4181464/4192956
[pid=23297] ppid=23295 vsize=5360 CPUtime=0.08
/proc/23297/stat : 23297 (glucose.sh) S 23295 23297 23233 0 -1 4194304 313 404 0 0 0 0 8 0 17 0 1 0 214208614 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23297/statm: 1340 238 195 169 0 51 0
[pid=23300] ppid=23297 vsize=5108 CPUtime=6.19
/proc/23300/stat : 23300 (glucose_static) R 23297 23297 23233 0 -1 4194304 931 0 0 0 619 0 0 0 25 0 1 0 214208624 5230592 917 1992294400 134512640 135217611 4294956304 18446744073709551615 134533135 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/23300/statm: 1277 917 76 172 0 1102 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 10468

[startup+12.7017 s]
/proc/loadavg: 0.22 0.05 0.02 2/66 23300
/proc/meminfo: memFree=1482792/2055920 swapFree=4181464/4192956
[pid=23297] ppid=23295 vsize=5360 CPUtime=0.08
/proc/23297/stat : 23297 (glucose.sh) S 23295 23297 23233 0 -1 4194304 313 404 0 0 0 0 8 0 17 0 1 0 214208614 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23297/statm: 1340 238 195 169 0 51 0
[pid=23300] ppid=23297 vsize=5956 CPUtime=12.59
/proc/23300/stat : 23300 (glucose_static) R 23297 23297 23233 0 -1 4194304 1154 0 0 0 1259 0 0 0 25 0 1 0 214208624 6098944 1140 1992294400 134512640 135217611 4294956304 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/23300/statm: 1489 1140 76 172 0 1314 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 11316

[startup+25.502 s]
/proc/loadavg: 0.34 0.08 0.02 2/66 23300
/proc/meminfo: memFree=1481640/2055920 swapFree=4181464/4192956
[pid=23297] ppid=23295 vsize=5360 CPUtime=0.08
/proc/23297/stat : 23297 (glucose.sh) S 23295 23297 23233 0 -1 4194304 313 404 0 0 0 0 8 0 17 0 1 0 214208614 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23297/statm: 1340 238 195 169 0 51 0
[pid=23300] ppid=23297 vsize=7196 CPUtime=25.39
/proc/23300/stat : 23300 (glucose_static) R 23297 23297 23233 0 -1 4194304 1436 0 0 0 2538 1 0 0 25 0 1 0 214208624 7368704 1422 1992294400 134512640 135217611 4294956304 18446744073709551615 134533396 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/23300/statm: 1799 1422 76 172 0 1624 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 12556

[startup+51.1015 s]
/proc/loadavg: 0.56 0.15 0.05 2/66 23300
/proc/meminfo: memFree=1480040/2055920 swapFree=4181464/4192956
[pid=23297] ppid=23295 vsize=5360 CPUtime=0.08
/proc/23297/stat : 23297 (glucose.sh) S 23295 23297 23233 0 -1 4194304 313 404 0 0 0 0 8 0 17 0 1 0 214208614 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23297/statm: 1340 238 195 169 0 51 0
[pid=23300] ppid=23297 vsize=8872 CPUtime=50.98
/proc/23300/stat : 23300 (glucose_static) R 23297 23297 23233 0 -1 4194304 1863 0 0 0 5097 1 0 0 25 0 1 0 214208624 9084928 1849 1992294400 134512640 135217611 4294956304 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/23300/statm: 2218 1849 76 172 0 2043 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 14232

[startup+102.306 s]
/proc/loadavg: 0.82 0.29 0.10 2/66 23300
/proc/meminfo: memFree=1477416/2055920 swapFree=4181464/4192956
[pid=23297] ppid=23295 vsize=5360 CPUtime=0.08
/proc/23297/stat : 23297 (glucose.sh) S 23295 23297 23233 0 -1 4194304 313 404 0 0 0 0 8 0 17 0 1 0 214208614 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23297/statm: 1340 238 195 169 0 51 0
[pid=23300] ppid=23297 vsize=11752 CPUtime=102.18
/proc/23300/stat : 23300 (glucose_static) R 23297 23297 23233 0 -1 4194304 2509 0 0 0 10216 2 0 0 25 0 1 0 214208624 12034048 2495 1992294400 134512640 135217611 4294956304 18446744073709551615 134537022 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/23300/statm: 2938 2495 76 172 0 2763 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 17112

[startup+162.301 s]
/proc/loadavg: 0.93 0.42 0.15 2/66 23300
/proc/meminfo: memFree=1475752/2055920 swapFree=4181464/4192956
[pid=23297] ppid=23295 vsize=5360 CPUtime=0.08
/proc/23297/stat : 23297 (glucose.sh) S 23295 23297 23233 0 -1 4194304 313 404 0 0 0 0 8 0 17 0 1 0 214208614 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23297/statm: 1340 238 195 169 0 51 0
[pid=23300] ppid=23297 vsize=13500 CPUtime=162.15
/proc/23300/stat : 23300 (glucose_static) R 23297 23297 23233 0 -1 4194304 2919 0 0 0 16213 2 0 0 25 0 1 0 214208624 13824000 2905 1992294400 134512640 135217611 4294956304 18446744073709551615 134533155 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/23300/statm: 3375 2905 76 172 0 3200 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 18860

[startup+222.301 s]
/proc/loadavg: 0.97 0.52 0.20 2/66 23300
/proc/meminfo: memFree=1472680/2055920 swapFree=4181464/4192956
[pid=23297] ppid=23295 vsize=5360 CPUtime=0.08
/proc/23297/stat : 23297 (glucose.sh) S 23295 23297 23233 0 -1 4194304 313 404 0 0 0 0 8 0 17 0 1 0 214208614 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23297/statm: 1340 238 195 169 0 51 0
[pid=23300] ppid=23297 vsize=16744 CPUtime=222.14
/proc/23300/stat : 23300 (glucose_static) R 23297 23297 23233 0 -1 4194304 3675 0 0 0 22211 3 0 0 25 0 1 0 214208624 17145856 3661 1992294400 134512640 135217611 4294956304 18446744073709551615 134533007 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/23300/statm: 4186 3661 76 172 0 4011 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 22104

[startup+282.301 s]
/proc/loadavg: 0.99 0.61 0.25 2/66 23302
/proc/meminfo: memFree=1470696/2055920 swapFree=4181464/4192956
[pid=23297] ppid=23295 vsize=5360 CPUtime=0.08
/proc/23297/stat : 23297 (glucose.sh) S 23295 23297 23233 0 -1 4194304 313 404 0 0 0 0 8 0 17 0 1 0 214208614 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23297/statm: 1340 238 195 169 0 51 0
[pid=23300] ppid=23297 vsize=18708 CPUtime=282.12
/proc/23300/stat : 23300 (glucose_static) R 23297 23297 23233 0 -1 4194304 4120 0 0 0 28208 4 0 0 25 0 1 0 214208624 19156992 4106 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/23300/statm: 4677 4106 76 172 0 4502 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 24068

[startup+342.301 s]
/proc/loadavg: 0.99 0.67 0.30 2/66 23302
/proc/meminfo: memFree=1469480/2055920 swapFree=4181464/4192956
[pid=23297] ppid=23295 vsize=5360 CPUtime=0.08
/proc/23297/stat : 23297 (glucose.sh) S 23295 23297 23233 0 -1 4194304 313 404 0 0 0 0 8 0 17 0 1 0 214208614 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23297/statm: 1340 238 195 169 0 51 0
[pid=23300] ppid=23297 vsize=19844 CPUtime=342.1
/proc/23300/stat : 23300 (glucose_static) R 23297 23297 23233 0 -1 4194304 4410 0 0 0 34206 4 0 0 25 0 1 0 214208624 20320256 4396 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/23300/statm: 4961 4396 76 172 0 4786 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 25204

[startup+402.301 s]
/proc/loadavg: 0.99 0.73 0.34 2/66 23302
/proc/meminfo: memFree=1468456/2055920 swapFree=4181464/4192956
[pid=23297] ppid=23295 vsize=5360 CPUtime=0.08
/proc/23297/stat : 23297 (glucose.sh) S 23295 23297 23233 0 -1 4194304 313 404 0 0 0 0 8 0 17 0 1 0 214208614 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23297/statm: 1340 238 195 169 0 51 0
[pid=23300] ppid=23297 vsize=21064 CPUtime=402.09

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


[startup+3462.3 s]
/proc/loadavg: 1.00 1.00 0.91 2/66 23308
/proc/meminfo: memFree=1447016/2055920 swapFree=4181464/4192956
[pid=23297] ppid=23295 vsize=5360 CPUtime=0.08
/proc/23297/stat : 23297 (glucose.sh) S 23295 23297 23233 0 -1 4194304 313 404 0 0 0 0 8 0 17 0 1 0 214208614 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23297/statm: 1340 238 195 169 0 51 0
[pid=23300] ppid=23297 vsize=43912 CPUtime=3461.31
/proc/23300/stat : 23300 (glucose_static) R 23297 23297 23233 0 -1 4194304 9725 0 0 0 346113 18 0 0 25 0 1 0 214208624 44965888 9711 1992294400 134512640 135217611 4294956304 18446744073709551615 134533552 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/23300/statm: 10978 9711 76 172 0 10803 0
Current children cumulated CPU time (s) 3461.39
Current children cumulated vsize (KiB) 49272

[startup+3522.3 s]
/proc/loadavg: 1.00 1.00 0.91 2/66 23308
/proc/meminfo: memFree=1446760/2055920 swapFree=4181464/4192956
[pid=23297] ppid=23295 vsize=5360 CPUtime=0.08
/proc/23297/stat : 23297 (glucose.sh) S 23295 23297 23233 0 -1 4194304 313 404 0 0 0 0 8 0 17 0 1 0 214208614 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23297/statm: 1340 238 195 169 0 51 0
[pid=23300] ppid=23297 vsize=44056 CPUtime=3521.3
/proc/23300/stat : 23300 (glucose_static) R 23297 23297 23233 0 -1 4194304 9787 0 0 0 352111 19 0 0 25 0 1 0 214208624 45113344 9773 1992294400 134512640 135217611 4294956304 18446744073709551615 134533307 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/23300/statm: 11014 9773 76 172 0 10839 0
Current children cumulated CPU time (s) 3521.38
Current children cumulated vsize (KiB) 49416

[startup+3582.3 s]
/proc/loadavg: 1.00 1.00 0.91 2/66 23308
/proc/meminfo: memFree=1446568/2055920 swapFree=4181464/4192956
[pid=23297] ppid=23295 vsize=5360 CPUtime=0.08
/proc/23297/stat : 23297 (glucose.sh) S 23295 23297 23233 0 -1 4194304 313 404 0 0 0 0 8 0 17 0 1 0 214208614 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23297/statm: 1340 238 195 169 0 51 0
[pid=23300] ppid=23297 vsize=44200 CPUtime=3581.28
/proc/23300/stat : 23300 (glucose_static) R 23297 23297 23233 0 -1 4194304 9817 0 0 0 358109 19 0 0 25 0 1 0 214208624 45260800 9803 1992294400 134512640 135217611 4294956304 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/23300/statm: 11050 9803 76 172 0 10875 0
Current children cumulated CPU time (s) 3581.36
Current children cumulated vsize (KiB) 49560

[startup+3642.3 s]
/proc/loadavg: 1.00 1.00 0.91 2/66 23308
/proc/meminfo: memFree=1446568/2055920 swapFree=4181464/4192956
[pid=23297] ppid=23295 vsize=5360 CPUtime=0.08
/proc/23297/stat : 23297 (glucose.sh) S 23295 23297 23233 0 -1 4194304 313 404 0 0 0 0 8 0 17 0 1 0 214208614 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23297/statm: 1340 238 195 169 0 51 0
[pid=23300] ppid=23297 vsize=44200 CPUtime=3641.27
/proc/23300/stat : 23300 (glucose_static) R 23297 23297 23233 0 -1 4194304 9817 0 0 0 364108 19 0 0 25 0 1 0 214208624 45260800 9803 1992294400 134512640 135217611 4294956304 18446744073709551615 134533046 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/23300/statm: 11050 9803 76 172 0 10875 0
Current children cumulated CPU time (s) 3641.35
Current children cumulated vsize (KiB) 49560

[startup+3702.3 s]
/proc/loadavg: 1.00 1.00 0.91 2/66 23308
/proc/meminfo: memFree=1446568/2055920 swapFree=4181464/4192956
[pid=23297] ppid=23295 vsize=5360 CPUtime=0.08
/proc/23297/stat : 23297 (glucose.sh) S 23295 23297 23233 0 -1 4194304 313 404 0 0 0 0 8 0 17 0 1 0 214208614 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23297/statm: 1340 238 195 169 0 51 0
[pid=23300] ppid=23297 vsize=44200 CPUtime=3701.26
/proc/23300/stat : 23300 (glucose_static) R 23297 23297 23233 0 -1 4194304 9819 0 0 0 370106 20 0 0 25 0 1 0 214208624 45260800 9805 1992294400 134512640 135217611 4294956304 18446744073709551615 134532989 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/23300/statm: 11050 9805 76 172 0 10875 0
Current children cumulated CPU time (s) 3701.34
Current children cumulated vsize (KiB) 49560

[startup+3762.3 s]
/proc/loadavg: 1.00 1.00 0.91 2/66 23308
/proc/meminfo: memFree=1446504/2055920 swapFree=4181464/4192956
[pid=23297] ppid=23295 vsize=5360 CPUtime=0.08
/proc/23297/stat : 23297 (glucose.sh) S 23295 23297 23233 0 -1 4194304 313 404 0 0 0 0 8 0 17 0 1 0 214208614 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23297/statm: 1340 238 195 169 0 51 0
[pid=23300] ppid=23297 vsize=44272 CPUtime=3761.24
/proc/23300/stat : 23300 (glucose_static) R 23297 23297 23233 0 -1 4194304 9832 0 0 0 376104 20 0 0 25 0 1 0 214208624 45334528 9818 1992294400 134512640 135217611 4294956304 18446744073709551615 134533219 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/23300/statm: 11068 9818 76 172 0 10893 0
Current children cumulated CPU time (s) 3761.32
Current children cumulated vsize (KiB) 49632

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

[startup+3763.11 s]
/proc/loadavg: 1.00 1.00 0.91 2/66 23308
/proc/meminfo: memFree=1446504/2055920 swapFree=4181464/4192956
[pid=23297] ppid=23295 vsize=5360 CPUtime=0.08
/proc/23297/stat : 23297 (glucose.sh) S 23295 23297 23233 0 -1 4194304 313 404 0 0 0 0 8 0 17 0 1 0 214208614 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23297/statm: 1340 238 195 169 0 51 0
[pid=23300] ppid=23297 vsize=44272 CPUtime=3762.05
/proc/23300/stat : 23300 (glucose_static) R 23297 23297 23233 0 -1 4194304 9832 0 0 0 376185 20 0 0 25 0 1 0 214208624 45334528 9818 1992294400 134512640 135217611 4294956304 18446744073709551615 134533307 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/23300/statm: 11068 9818 76 172 0 10893 0
Current children cumulated CPU time (s) 3762.13
Current children cumulated vsize (KiB) 49632

[startup+3788.7 s]
/proc/loadavg: 1.00 1.00 0.91 2/66 23308
/proc/meminfo: memFree=1446504/2055920 swapFree=4181464/4192956
[pid=23297] ppid=23295 vsize=5360 CPUtime=0.08
/proc/23297/stat : 23297 (glucose.sh) S 23295 23297 23233 0 -1 4194304 313 404 0 0 0 0 8 0 17 0 1 0 214208614 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23297/statm: 1340 238 195 169 0 51 0
[pid=23300] ppid=23297 vsize=44272 CPUtime=3787.64
/proc/23300/stat : 23300 (glucose_static) R 23297 23297 23233 0 -1 4194304 9832 0 0 0 378744 20 0 0 25 0 1 0 214208624 45334528 9818 1992294400 134512640 135217611 4294956304 18446744073709551615 134532656 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/23300/statm: 11068 9818 76 172 0 10893 0
Current children cumulated CPU time (s) 3787.72
Current children cumulated vsize (KiB) 49632

[startup+3801.5 s]
/proc/loadavg: 1.00 1.00 0.91 2/66 23308
/proc/meminfo: memFree=1446504/2055920 swapFree=4181464/4192956
[pid=23297] ppid=23295 vsize=5360 CPUtime=0.08
/proc/23297/stat : 23297 (glucose.sh) S 23295 23297 23233 0 -1 4194304 313 404 0 0 0 0 8 0 17 0 1 0 214208614 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23297/statm: 1340 238 195 169 0 51 0
[pid=23300] ppid=23297 vsize=44272 CPUtime=3800.43
/proc/23300/stat : 23300 (glucose_static) R 23297 23297 23233 0 -1 4194304 9832 0 0 0 380023 20 0 0 25 0 1 0 214208624 45334528 9818 1992294400 134512640 135217611 4294956304 18446744073709551615 134533007 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/23300/statm: 11068 9818 76 172 0 10893 0
Current children cumulated CPU time (s) 3800.51
Current children cumulated vsize (KiB) 49632

[startup+3807.9 s]
/proc/loadavg: 1.00 1.00 0.91 2/66 23308
/proc/meminfo: memFree=1446504/2055920 swapFree=4181464/4192956
[pid=23297] ppid=23295 vsize=5360 CPUtime=0.08
/proc/23297/stat : 23297 (glucose.sh) S 23295 23297 23233 0 -1 4194304 313 404 0 0 0 0 8 0 17 0 1 0 214208614 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23297/statm: 1340 238 195 169 0 51 0
[pid=23300] ppid=23297 vsize=44272 CPUtime=3806.83
/proc/23300/stat : 23300 (glucose_static) R 23297 23297 23233 0 -1 4194304 9832 0 0 0 380663 20 0 0 25 0 1 0 214208624 45334528 9818 1992294400 134512640 135217611 4294956304 18446744073709551615 134532996 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/23300/statm: 11068 9818 76 172 0 10893 0
Current children cumulated CPU time (s) 3806.91
Current children cumulated vsize (KiB) 49632

[startup+3809.5 s]
/proc/loadavg: 1.00 1.00 0.91 2/66 23308
/proc/meminfo: memFree=1446504/2055920 swapFree=4181464/4192956
[pid=23297] ppid=23295 vsize=5360 CPUtime=0.08
/proc/23297/stat : 23297 (glucose.sh) S 23295 23297 23233 0 -1 4194304 313 404 0 0 0 0 8 0 17 0 1 0 214208614 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23297/statm: 1340 238 195 169 0 51 0
[pid=23300] ppid=23297 vsize=44272 CPUtime=3808.43
/proc/23300/stat : 23300 (glucose_static) R 23297 23297 23233 0 -1 4194304 9832 0 0 0 380823 20 0 0 25 0 1 0 214208624 45334528 9818 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/23300/statm: 11068 9818 76 172 0 10893 0
Current children cumulated CPU time (s) 3808.51
Current children cumulated vsize (KiB) 49632

[startup+3810.3 s]
/proc/loadavg: 1.00 1.00 0.91 2/66 23308
/proc/meminfo: memFree=1446504/2055920 swapFree=4181464/4192956
[pid=23297] ppid=23295 vsize=5360 CPUtime=0.08
/proc/23297/stat : 23297 (glucose.sh) S 23295 23297 23233 0 -1 4194304 313 404 0 0 0 0 8 0 17 0 1 0 214208614 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23297/statm: 1340 238 195 169 0 51 0
[pid=23300] ppid=23297 vsize=44272 CPUtime=3809.23
/proc/23300/stat : 23300 (glucose_static) R 23297 23297 23233 0 -1 4194304 9832 0 0 0 380903 20 0 0 25 0 1 0 214208624 45334528 9818 1992294400 134512640 135217611 4294956304 18446744073709551615 134533148 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/23300/statm: 11068 9818 76 172 0 10893 0
Current children cumulated CPU time (s) 3809.31
Current children cumulated vsize (KiB) 49632

[startup+3811.1 s]
/proc/loadavg: 1.00 1.00 0.91 2/66 23308
/proc/meminfo: memFree=1446504/2055920 swapFree=4181464/4192956
[pid=23297] ppid=23295 vsize=5360 CPUtime=0.08
/proc/23297/stat : 23297 (glucose.sh) S 23295 23297 23233 0 -1 4194304 313 404 0 0 0 0 8 0 17 0 1 0 214208614 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23297/statm: 1340 238 195 169 0 51 0
[pid=23300] ppid=23297 vsize=44272 CPUtime=3810.03
/proc/23300/stat : 23300 (glucose_static) R 23297 23297 23233 0 -1 4194304 9832 0 0 0 380983 20 0 0 25 0 1 0 214208624 45334528 9818 1992294400 134512640 135217611 4294956304 18446744073709551615 134532981 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/23300/statm: 11068 9818 76 172 0 10893 0
Current children cumulated CPU time (s) 3810.11
Current children cumulated vsize (KiB) 49632

[startup+3811.3 s]
/proc/loadavg: 1.00 1.00 0.91 2/66 23308
/proc/meminfo: memFree=1446504/2055920 swapFree=4181464/4192956
[pid=23297] ppid=23295 vsize=5360 CPUtime=0.08
/proc/23297/stat : 23297 (glucose.sh) S 23295 23297 23233 0 -1 4194304 313 404 0 0 0 0 8 0 17 0 1 0 214208614 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23297/statm: 1340 238 195 169 0 51 0
[pid=23300] ppid=23297 vsize=44272 CPUtime=3810.23
/proc/23300/stat : 23300 (glucose_static) R 23297 23297 23233 0 -1 4194304 9832 0 0 0 381003 20 0 0 25 0 1 0 214208624 45334528 9818 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/23300/statm: 11068 9818 76 172 0 10893 0
Current children cumulated CPU time (s) 3810.31
Current children cumulated vsize (KiB) 49632

Child status: 20
Real time (s): 3811.36
CPU time (s): 3810.39
CPU user time (s): 3810.17
CPU system time (s): 0.220966
CPU usage (%): 99.9745
Max. virtual memory (cumulated for all children) (KiB): 49632

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

runsolver used 4.27835 second user time and 9.58054 second system time

The end

Launcher Data

Begin job on node36 at 2009-05-09 11:36:40
IDJOB=1783612
IDBENCH=24613
IDSOLVER=610
FILE ID=node36/1783612-1241861800
PBS_JOBID= 9264576
Free space on /tmp= 66236 MiB

SOLVER NAME= glucose 1.0
BENCH NAME= SAT07/crafted/Hard/contest04/connamacher/connm-ue-csp-sat-n800-d0.02-s925928766.sat05-538.reshuffled-07.cnf
COMMAND LINE= glucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1783612-1241861800/watcher-1783612-1241861800 -o /tmp/evaluation-result-1783612-1241861800/solver-1783612-1241861800 -C 5000 -W 6000 -M 1800  glucose.sh HOME/instance-1783612-1241861800.cnf

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

MD5SUM BENCH= c2cb7643bd8a1926480278b8bba0ef3d
RANDOM SEED=336175132

node36.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.232
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.232
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:       1488344 kB
Buffers:         26012 kB
Cached:         469132 kB
SwapCached:       5268 kB
Active:          52240 kB
Inactive:       450672 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1488344 kB
SwapTotal:     4192956 kB
SwapFree:      4181464 kB
Dirty:            1904 kB
Writeback:           0 kB
Mapped:          13504 kB
Slab:            50740 kB
Committed_AS:   695584 kB
PageTables:       1356 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66236 MiB
End job on node36 at 2009-05-09 12:40:12