Trace number 1783804

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 1976.61 1977.16

General information on the benchmark

Namecrafted/Hard/contest02/
pyhala-braun-unsat-40-4-02.sat05-459.reshuffled-07.cnf
MD5SUMad877d677446ba8c798f8e71c4c035c2
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1073.97
Satisfiable
(Un)Satisfiability was proved
Number of variables9638
Number of clauses31795
Sum of the clauses size82345
Maximum clause length3
Minimum clause length1
Number of clauses of size 183
Number of clauses of size 212874
Number of clauses of size 318838
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c
0.00/0.00	c Starting SatElite Preprocessing
0.00/0.00	c
0.00/0.00	c Parsing...
0.00/0.03	c ==============================================================================
0.00/0.03	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.03	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.03	c ==============================================================================
0.00/0.03	c |         0 |   31531    81634 |    9459       0        0     nan |  0.000 % |
0.00/0.13	c |         0 |   13274    37444 |      --       0       --      -- |     --   | -17941/-43185
0.00/0.13	c ==============================================================================
0.00/0.13	c Result  :   #vars: 3005   #clauses: 13274   #literals: 37444
0.00/0.13	c CPU time:   0.12598 s
0.00/0.13	c ==============================================================================
0.00/0.15	c
0.00/0.15	c Starting glucose
0.00/0.15	c
0.00/0.15	
0.00/0.15	c This is glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
0.00/0.15	
0.00/0.15	c ============================[ Problem Statistics ]=============================
0.00/0.15	c |                                                                             |
0.00/0.15	c |  Number of variables:  3005                                                 |
0.00/0.15	c |  Number of clauses:    13274                                                |
0.00/0.16	c |  Parsing time:         0.01         s                                       |
1976.54/1977.14	c restarts              : 26
1976.54/1977.14	c nb ReduceDB           : 61
1976.54/1977.14	c nb learnts DL2        : 2978
1976.54/1977.14	c nb learnts size 2     : 606
1976.54/1977.14	c nb learnts size 1     : 23
1976.54/1977.14	c conflicts             : 2182166        (1104 /sec)
1976.54/1977.14	c decisions             : 2434135        (0.80 % random) (1232 /sec)
1976.54/1977.14	c propagations          : 884264221      (447422 /sec)
1976.54/1977.14	c conflict literals     : 83520105       (73.31 % deleted)
1976.54/1977.14	c Memory used           : 32.51 MB
1976.54/1977.14	c CPU time              : 1976.35 s
1976.54/1977.14	
1976.54/1977.15	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-1783804-1241887355/watcher-1783804-1241887355 -o /tmp/evaluation-result-1783804-1241887355/solver-1783804-1241887355 -C 5000 -W 6000 -M 1800 glucose.sh HOME/instance-1783804-1241887355.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.91 0.95 0.90 3/64 26665
/proc/meminfo: memFree=1692136/2055920 swapFree=4121000/4192956
[pid=26665] ppid=26663 vsize=5212 CPUtime=0
/proc/26665/stat : 26665 (glucose.sh) R 26663 26665 26548 0 -1 4194304 109 0 0 0 0 0 0 0 20 0 1 0 216768688 5337088 81 1992294400 4194304 4889804 548682068832 18446744073709551615 273952454001 0 0 4096 0 0 0 0 17 1 0 0
/proc/26665/statm: 1303 94 75 169 0 14 0

[startup+0.0884271 s]
/proc/loadavg: 0.91 0.95 0.90 3/64 26665
/proc/meminfo: memFree=1692136/2055920 swapFree=4121000/4192956
[pid=26665] ppid=26663 vsize=5360 CPUtime=0
/proc/26665/stat : 26665 (glucose.sh) S 26663 26665 26548 0 -1 4194304 287 0 0 0 0 0 0 0 20 0 1 0 216768688 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26665/statm: 1340 236 195 169 0 51 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5360

[startup+0.101423 s]
/proc/loadavg: 0.91 0.95 0.90 3/64 26665
/proc/meminfo: memFree=1692136/2055920 swapFree=4121000/4192956
[pid=26665] ppid=26663 vsize=5360 CPUtime=0
/proc/26665/stat : 26665 (glucose.sh) S 26663 26665 26548 0 -1 4194304 287 0 0 0 0 0 0 0 20 0 1 0 216768688 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26665/statm: 1340 236 195 169 0 51 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5360

[startup+0.301439 s]
/proc/loadavg: 0.91 0.95 0.90 3/64 26665
/proc/meminfo: memFree=1692136/2055920 swapFree=4121000/4192956
[pid=26665] ppid=26663 vsize=5360 CPUtime=0.14
/proc/26665/stat : 26665 (glucose.sh) S 26663 26665 26548 0 -1 4194304 313 1477 0 0 0 0 13 1 17 0 1 0 216768688 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26665/statm: 1340 238 195 169 0 51 0
Current children cumulated CPU time (s) 0.14
Current children cumulated vsize (KiB) 5360

[startup+0.701486 s]
/proc/loadavg: 0.91 0.95 0.90 3/64 26665
/proc/meminfo: memFree=1692136/2055920 swapFree=4121000/4192956
[pid=26665] ppid=26663 vsize=5360 CPUtime=0.14
/proc/26665/stat : 26665 (glucose.sh) S 26663 26665 26548 0 -1 4194304 313 1477 0 0 0 0 13 1 17 0 1 0 216768688 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26665/statm: 1340 238 195 169 0 51 0
Current children cumulated CPU time (s) 0.14
Current children cumulated vsize (KiB) 5360

[startup+1.50158 s]
/proc/loadavg: 0.91 0.95 0.90 2/66 26668
/proc/meminfo: memFree=1688984/2055920 swapFree=4121000/4192956
[pid=26665] ppid=26663 vsize=5360 CPUtime=0.14
/proc/26665/stat : 26665 (glucose.sh) S 26663 26665 26548 0 -1 4194304 313 1477 0 0 0 0 13 1 17 0 1 0 216768688 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26665/statm: 1340 238 195 169 0 51 0
[pid=26668] ppid=26665 vsize=4472 CPUtime=1.34
/proc/26668/stat : 26668 (glucose_static) R 26665 26665 26548 0 -1 4194304 795 0 0 0 134 0 0 0 25 0 1 0 216768703 4579328 781 1992294400 134512640 135217611 4294956304 18446744073709551615 134533155 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/26668/statm: 1118 781 76 172 0 943 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 9832

[startup+3.10176 s]
/proc/loadavg: 0.91 0.95 0.90 3/66 26668
/proc/meminfo: memFree=1688472/2055920 swapFree=4121000/4192956
[pid=26665] ppid=26663 vsize=5360 CPUtime=0.14
/proc/26665/stat : 26665 (glucose.sh) S 26663 26665 26548 0 -1 4194304 313 1477 0 0 0 0 13 1 17 0 1 0 216768688 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26665/statm: 1340 238 195 169 0 51 0
[pid=26668] ppid=26665 vsize=4736 CPUtime=2.94
/proc/26668/stat : 26668 (glucose_static) R 26665 26665 26548 0 -1 4194304 858 0 0 0 294 0 0 0 25 0 1 0 216768703 4849664 844 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/26668/statm: 1184 844 76 172 0 1009 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 10096

[startup+6.30113 s]
/proc/loadavg: 0.92 0.95 0.90 2/66 26668
/proc/meminfo: memFree=1687704/2055920 swapFree=4121000/4192956
[pid=26665] ppid=26663 vsize=5360 CPUtime=0.14
/proc/26665/stat : 26665 (glucose.sh) S 26663 26665 26548 0 -1 4194304 313 1477 0 0 0 0 13 1 17 0 1 0 216768688 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26665/statm: 1340 238 195 169 0 51 0
[pid=26668] ppid=26665 vsize=5680 CPUtime=6.13
/proc/26668/stat : 26668 (glucose_static) R 26665 26665 26548 0 -1 4194304 1092 0 0 0 613 0 0 0 25 0 1 0 216768703 5816320 1078 1992294400 134512640 135217611 4294956304 18446744073709551615 134528127 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/26668/statm: 1420 1078 76 172 0 1245 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 11040

[startup+12.7029 s]
/proc/loadavg: 0.93 0.95 0.90 2/66 26668
/proc/meminfo: memFree=1686104/2055920 swapFree=4121000/4192956
[pid=26665] ppid=26663 vsize=5360 CPUtime=0.14
/proc/26665/stat : 26665 (glucose.sh) S 26663 26665 26548 0 -1 4194304 313 1477 0 0 0 0 13 1 17 0 1 0 216768688 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26665/statm: 1340 238 195 169 0 51 0
[pid=26668] ppid=26665 vsize=6736 CPUtime=12.53
/proc/26668/stat : 26668 (glucose_static) R 26665 26665 26548 0 -1 4194304 1363 0 0 0 1253 0 0 0 25 0 1 0 216768703 6897664 1349 1992294400 134512640 135217611 4294956304 18446744073709551615 134527815 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/26668/statm: 1684 1349 76 172 0 1509 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 12096

[startup+25.5014 s]
/proc/loadavg: 0.94 0.96 0.91 2/66 26668
/proc/meminfo: memFree=1684824/2055920 swapFree=4121000/4192956
[pid=26665] ppid=26663 vsize=5360 CPUtime=0.14
/proc/26665/stat : 26665 (glucose.sh) S 26663 26665 26548 0 -1 4194304 313 1477 0 0 0 0 13 1 17 0 1 0 216768688 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26665/statm: 1340 238 195 169 0 51 0
[pid=26668] ppid=26665 vsize=8016 CPUtime=25.33
/proc/26668/stat : 26668 (glucose_static) R 26665 26665 26548 0 -1 4194304 1669 0 0 0 2532 1 0 0 25 0 1 0 216768703 8208384 1655 1992294400 134512640 135217611 4294956304 18446744073709551615 134533523 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/26668/statm: 2004 1655 76 172 0 1829 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 13376

[startup+51.1013 s]
/proc/loadavg: 0.96 0.96 0.91 2/66 26668
/proc/meminfo: memFree=1681944/2055920 swapFree=4121000/4192956
[pid=26665] ppid=26663 vsize=5360 CPUtime=0.14
/proc/26665/stat : 26665 (glucose.sh) S 26663 26665 26548 0 -1 4194304 313 1477 0 0 0 0 13 1 17 0 1 0 216768688 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26665/statm: 1340 238 195 169 0 51 0
[pid=26668] ppid=26665 vsize=10856 CPUtime=50.92
/proc/26668/stat : 26668 (glucose_static) R 26665 26665 26548 0 -1 4194304 2381 0 0 0 5091 1 0 0 25 0 1 0 216768703 11116544 2367 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/26668/statm: 2714 2367 76 172 0 2539 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 16216

[startup+102.305 s]
/proc/loadavg: 0.98 0.96 0.91 2/66 26668
/proc/meminfo: memFree=1678488/2055920 swapFree=4121000/4192956
[pid=26665] ppid=26663 vsize=5360 CPUtime=0.14
/proc/26665/stat : 26665 (glucose.sh) S 26663 26665 26548 0 -1 4194304 313 1477 0 0 0 0 13 1 17 0 1 0 216768688 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26665/statm: 1340 238 195 169 0 51 0
[pid=26668] ppid=26665 vsize=14316 CPUtime=102.11
/proc/26668/stat : 26668 (glucose_static) R 26665 26665 26548 0 -1 4194304 3240 0 0 0 10209 2 0 0 25 0 1 0 216768703 14659584 3226 1992294400 134512640 135217611 4294956304 18446744073709551615 134533313 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/26668/statm: 3579 3226 76 172 0 3404 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 19676

[startup+162.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 26668
/proc/meminfo: memFree=1677912/2055920 swapFree=4121000/4192956
[pid=26665] ppid=26663 vsize=5360 CPUtime=0.14
/proc/26665/stat : 26665 (glucose.sh) S 26663 26665 26548 0 -1 4194304 313 1477 0 0 0 0 13 1 17 0 1 0 216768688 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26665/statm: 1340 238 195 169 0 51 0
[pid=26668] ppid=26665 vsize=14940 CPUtime=162.09
/proc/26668/stat : 26668 (glucose_static) R 26665 26665 26548 0 -1 4194304 3392 0 0 0 16207 2 0 0 25 0 1 0 216768703 15298560 3378 1992294400 134512640 135217611 4294956304 18446744073709551615 134532989 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/26668/statm: 3735 3378 76 172 0 3560 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 20300

[startup+222.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 26668
/proc/meminfo: memFree=1677016/2055920 swapFree=4121000/4192956
[pid=26665] ppid=26663 vsize=5360 CPUtime=0.14
/proc/26665/stat : 26665 (glucose.sh) S 26663 26665 26548 0 -1 4194304 313 1477 0 0 0 0 13 1 17 0 1 0 216768688 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26665/statm: 1340 238 195 169 0 51 0
[pid=26668] ppid=26665 vsize=15900 CPUtime=222.07
/proc/26668/stat : 26668 (glucose_static) R 26665 26665 26548 0 -1 4194304 3605 0 0 0 22205 2 0 0 25 0 1 0 216768703 16281600 3591 1992294400 134512640 135217611 4294956304 18446744073709551615 134533222 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/26668/statm: 3975 3591 76 172 0 3800 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 21260

[startup+282.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 26668
/proc/meminfo: memFree=1675608/2055920 swapFree=4121000/4192956
[pid=26665] ppid=26663 vsize=5360 CPUtime=0.14
/proc/26665/stat : 26665 (glucose.sh) S 26663 26665 26548 0 -1 4194304 313 1477 0 0 0 0 13 1 17 0 1 0 216768688 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26665/statm: 1340 238 195 169 0 51 0
[pid=26668] ppid=26665 vsize=17284 CPUtime=282.06
/proc/26668/stat : 26668 (glucose_static) R 26665 26665 26548 0 -1 4194304 3950 0 0 0 28203 3 0 0 25 0 1 0 216768703 17698816 3936 1992294400 134512640 135217611 4294956304 18446744073709551615 134536822 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/26668/statm: 4321 3936 76 172 0 4146 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 22644

[startup+342.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 26668
/proc/meminfo: memFree=1674968/2055920 swapFree=4121000/4192956
[pid=26665] ppid=26663 vsize=5360 CPUtime=0.14
/proc/26665/stat : 26665 (glucose.sh) S 26663 26665 26548 0 -1 4194304 313 1477 0 0 0 0 13 1 17 0 1 0 216768688 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26665/statm: 1340 238 195 169 0 51 0
[pid=26668] ppid=26665 vsize=18036 CPUtime=342.04
/proc/26668/stat : 26668 (glucose_static) R 26665 26665 26548 0 -1 4194304 4097 0 0 0 34201 3 0 0 25 0 1 0 216768703 18468864 4083 1992294400 134512640 135217611 4294956304 18446744073709551615 134533313 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/26668/statm: 4509 4083 76 172 0 4334 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 23396

[startup+402.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 26668
/proc/meminfo: memFree=1672984/2055920 swapFree=4121000/4192956
[pid=26665] ppid=26663 vsize=5360 CPUtime=0.14
/proc/26665/stat : 26665 (glucose.sh) S 26663 26665 26548 0 -1 4194304 313 1477 0 0 0 0 13 1 17 0 1 0 216768688 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26665/statm: 1340 238 195 169 0 51 0
[pid=26668] ppid=26665 vsize=20040 CPUtime=402.03
/proc/26668/stat : 26668 (glucose_static) R 26665 26665 26548 0 -1 4194304 4602 0 0 0 40199 4 0 0 25 0 1 0 216768703 20520960 4588 1992294400 134512640 135217611 4294956304 18446744073709551615 134532996 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/26668/statm: 5010 4588 76 172 0 4835 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 25400

[startup+462.302 s]

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


[startup+1542.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 26674
/proc/meminfo: memFree=1663000/2055920 swapFree=4121000/4192956
[pid=26665] ppid=26663 vsize=5360 CPUtime=0.14
/proc/26665/stat : 26665 (glucose.sh) S 26663 26665 26548 0 -1 4194304 313 1477 0 0 0 0 13 1 17 0 1 0 216768688 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26665/statm: 1340 238 195 169 0 51 0
[pid=26668] ppid=26665 vsize=30032 CPUtime=1541.72
/proc/26668/stat : 26668 (glucose_static) R 26665 26665 26548 0 -1 4194304 6941 0 0 0 154164 8 0 0 25 0 1 0 216768703 30752768 6927 1992294400 134512640 135217611 4294956304 18446744073709551615 134532907 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/26668/statm: 7508 6927 76 172 0 7333 0
Current children cumulated CPU time (s) 1541.86
Current children cumulated vsize (KiB) 35392

[startup+1602.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 26674
/proc/meminfo: memFree=1662808/2055920 swapFree=4121000/4192956
[pid=26665] ppid=26663 vsize=5360 CPUtime=0.14
/proc/26665/stat : 26665 (glucose.sh) S 26663 26665 26548 0 -1 4194304 313 1477 0 0 0 0 13 1 17 0 1 0 216768688 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26665/statm: 1340 238 195 169 0 51 0
[pid=26668] ppid=26665 vsize=30344 CPUtime=1601.7
/proc/26668/stat : 26668 (glucose_static) R 26665 26665 26548 0 -1 4194304 7004 0 0 0 160162 8 0 0 25 0 1 0 216768703 31072256 6990 1992294400 134512640 135217611 4294956304 18446744073709551615 134522547 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/26668/statm: 7586 6990 76 172 0 7411 0
Current children cumulated CPU time (s) 1601.84
Current children cumulated vsize (KiB) 35704

[startup+1662.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 26674
/proc/meminfo: memFree=1661272/2055920 swapFree=4121000/4192956
[pid=26665] ppid=26663 vsize=5360 CPUtime=0.14
/proc/26665/stat : 26665 (glucose.sh) S 26663 26665 26548 0 -1 4194304 313 1477 0 0 0 0 13 1 17 0 1 0 216768688 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26665/statm: 1340 238 195 169 0 51 0
[pid=26668] ppid=26665 vsize=31932 CPUtime=1661.69
/proc/26668/stat : 26668 (glucose_static) R 26665 26665 26548 0 -1 4194304 7378 0 0 0 166160 9 0 0 25 0 1 0 216768703 32698368 7364 1992294400 134512640 135217611 4294956304 18446744073709551615 134533146 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/26668/statm: 7983 7364 76 172 0 7808 0
Current children cumulated CPU time (s) 1661.83
Current children cumulated vsize (KiB) 37292

[startup+1722.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 26674
/proc/meminfo: memFree=1660440/2055920 swapFree=4121000/4192956
[pid=26665] ppid=26663 vsize=5360 CPUtime=0.14
/proc/26665/stat : 26665 (glucose.sh) S 26663 26665 26548 0 -1 4194304 313 1477 0 0 0 0 13 1 17 0 1 0 216768688 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26665/statm: 1340 238 195 169 0 51 0
[pid=26668] ppid=26665 vsize=32728 CPUtime=1721.67
/proc/26668/stat : 26668 (glucose_static) R 26665 26665 26548 0 -1 4194304 7585 0 0 0 172158 9 0 0 25 0 1 0 216768703 33513472 7571 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/26668/statm: 8182 7571 76 172 0 8007 0
Current children cumulated CPU time (s) 1721.81
Current children cumulated vsize (KiB) 38088

[startup+1782.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 26674
/proc/meminfo: memFree=1659928/2055920 swapFree=4121000/4192956
[pid=26665] ppid=26663 vsize=5360 CPUtime=0.14
/proc/26665/stat : 26665 (glucose.sh) S 26663 26665 26548 0 -1 4194304 313 1477 0 0 0 0 13 1 17 0 1 0 216768688 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26665/statm: 1340 238 195 169 0 51 0
[pid=26668] ppid=26665 vsize=32992 CPUtime=1781.65
/proc/26668/stat : 26668 (glucose_static) R 26665 26665 26548 0 -1 4194304 7671 0 0 0 178156 9 0 0 25 0 1 0 216768703 33783808 7657 1992294400 134512640 135217611 4294956304 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/26668/statm: 8248 7657 76 172 0 8073 0
Current children cumulated CPU time (s) 1781.79
Current children cumulated vsize (KiB) 38352

[startup+1842.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 26674
/proc/meminfo: memFree=1659928/2055920 swapFree=4121000/4192956
[pid=26665] ppid=26663 vsize=5360 CPUtime=0.14
/proc/26665/stat : 26665 (glucose.sh) S 26663 26665 26548 0 -1 4194304 313 1477 0 0 0 0 13 1 17 0 1 0 216768688 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26665/statm: 1340 238 195 169 0 51 0
[pid=26668] ppid=26665 vsize=32992 CPUtime=1841.64
/proc/26668/stat : 26668 (glucose_static) R 26665 26665 26548 0 -1 4194304 7672 0 0 0 184155 9 0 0 25 0 1 0 216768703 33783808 7658 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/26668/statm: 8248 7658 76 172 0 8073 0
Current children cumulated CPU time (s) 1841.78
Current children cumulated vsize (KiB) 38352

[startup+1902.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 26674
/proc/meminfo: memFree=1659736/2055920 swapFree=4121000/4192956
[pid=26665] ppid=26663 vsize=5360 CPUtime=0.14
/proc/26665/stat : 26665 (glucose.sh) S 26663 26665 26548 0 -1 4194304 313 1477 0 0 0 0 13 1 17 0 1 0 216768688 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26665/statm: 1340 238 195 169 0 51 0
[pid=26668] ppid=26665 vsize=33180 CPUtime=1901.62
/proc/26668/stat : 26668 (glucose_static) R 26665 26665 26548 0 -1 4194304 7691 0 0 0 190153 9 0 0 25 0 1 0 216768703 33976320 7677 1992294400 134512640 135217611 4294956304 18446744073709551615 134532985 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/26668/statm: 8295 7677 76 172 0 8120 0
Current children cumulated CPU time (s) 1901.76
Current children cumulated vsize (KiB) 38540

[startup+1962.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 26674
/proc/meminfo: memFree=1659608/2055920 swapFree=4121000/4192956
[pid=26665] ppid=26663 vsize=5360 CPUtime=0.14
/proc/26665/stat : 26665 (glucose.sh) S 26663 26665 26548 0 -1 4194304 313 1477 0 0 0 0 13 1 17 0 1 0 216768688 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26665/statm: 1340 238 195 169 0 51 0
[pid=26668] ppid=26665 vsize=33288 CPUtime=1961.6
/proc/26668/stat : 26668 (glucose_static) R 26665 26665 26548 0 -1 4194304 7730 0 0 0 196151 9 0 0 25 0 1 0 216768703 34086912 7716 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/26668/statm: 8322 7716 76 172 0 8147 0
Current children cumulated CPU time (s) 1961.74
Current children cumulated vsize (KiB) 38648

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

[startup+1964.7 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 26674
/proc/meminfo: memFree=1659608/2055920 swapFree=4121000/4192956
[pid=26665] ppid=26663 vsize=5360 CPUtime=0.14
/proc/26665/stat : 26665 (glucose.sh) S 26663 26665 26548 0 -1 4194304 313 1477 0 0 0 0 13 1 17 0 1 0 216768688 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26665/statm: 1340 238 195 169 0 51 0
[pid=26668] ppid=26665 vsize=33288 CPUtime=1964.01
/proc/26668/stat : 26668 (glucose_static) R 26665 26665 26548 0 -1 4194304 7730 0 0 0 196391 10 0 0 25 0 1 0 216768703 34086912 7716 1992294400 134512640 135217611 4294956304 18446744073709551615 134533291 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/26668/statm: 8322 7716 76 172 0 8147 0
Current children cumulated CPU time (s) 1964.15
Current children cumulated vsize (KiB) 38648

[startup+1971.1 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 26674
/proc/meminfo: memFree=1659608/2055920 swapFree=4121000/4192956
[pid=26665] ppid=26663 vsize=5360 CPUtime=0.14
/proc/26665/stat : 26665 (glucose.sh) S 26663 26665 26548 0 -1 4194304 313 1477 0 0 0 0 13 1 17 0 1 0 216768688 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26665/statm: 1340 238 195 169 0 51 0
[pid=26668] ppid=26665 vsize=33288 CPUtime=1970.41
/proc/26668/stat : 26668 (glucose_static) R 26665 26665 26548 0 -1 4194304 7730 0 0 0 197031 10 0 0 25 0 1 0 216768703 34086912 7716 1992294400 134512640 135217611 4294956304 18446744073709551615 134533222 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/26668/statm: 8322 7716 76 172 0 8147 0
Current children cumulated CPU time (s) 1970.55
Current children cumulated vsize (KiB) 38648

[startup+1974.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 26674
/proc/meminfo: memFree=1659608/2055920 swapFree=4121000/4192956
[pid=26665] ppid=26663 vsize=5360 CPUtime=0.14
/proc/26665/stat : 26665 (glucose.sh) S 26663 26665 26548 0 -1 4194304 313 1477 0 0 0 0 13 1 17 0 1 0 216768688 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26665/statm: 1340 238 195 169 0 51 0
[pid=26668] ppid=26665 vsize=33288 CPUtime=1973.6
/proc/26668/stat : 26668 (glucose_static) R 26665 26665 26548 0 -1 4194304 7730 0 0 0 197350 10 0 0 25 0 1 0 216768703 34086912 7716 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/26668/statm: 8322 7716 76 172 0 8147 0
Current children cumulated CPU time (s) 1973.74
Current children cumulated vsize (KiB) 38648

[startup+1975.9 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 26674
/proc/meminfo: memFree=1659608/2055920 swapFree=4121000/4192956
[pid=26665] ppid=26663 vsize=5360 CPUtime=0.14
/proc/26665/stat : 26665 (glucose.sh) S 26663 26665 26548 0 -1 4194304 313 1477 0 0 0 0 13 1 17 0 1 0 216768688 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26665/statm: 1340 238 195 169 0 51 0
[pid=26668] ppid=26665 vsize=33288 CPUtime=1975.2
/proc/26668/stat : 26668 (glucose_static) R 26665 26665 26548 0 -1 4194304 7730 0 0 0 197510 10 0 0 25 0 1 0 216768703 34086912 7716 1992294400 134512640 135217611 4294956304 18446744073709551615 134533768 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/26668/statm: 8322 7716 76 172 0 8147 0
Current children cumulated CPU time (s) 1975.34
Current children cumulated vsize (KiB) 38648

[startup+1976.71 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 26674
/proc/meminfo: memFree=1659608/2055920 swapFree=4121000/4192956
[pid=26665] ppid=26663 vsize=5360 CPUtime=0.14
/proc/26665/stat : 26665 (glucose.sh) S 26663 26665 26548 0 -1 4194304 313 1477 0 0 0 0 13 1 17 0 1 0 216768688 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26665/statm: 1340 238 195 169 0 51 0
[pid=26668] ppid=26665 vsize=33288 CPUtime=1976.01
/proc/26668/stat : 26668 (glucose_static) R 26665 26665 26548 0 -1 4194304 7730 0 0 0 197591 10 0 0 25 0 1 0 216768703 34086912 7716 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/26668/statm: 8322 7716 76 172 0 8147 0
Current children cumulated CPU time (s) 1976.15
Current children cumulated vsize (KiB) 38648

[startup+1977.1 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 26674
/proc/meminfo: memFree=1659608/2055920 swapFree=4121000/4192956
[pid=26665] ppid=26663 vsize=5360 CPUtime=0.14
/proc/26665/stat : 26665 (glucose.sh) S 26663 26665 26548 0 -1 4194304 313 1477 0 0 0 0 13 1 17 0 1 0 216768688 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26665/statm: 1340 238 195 169 0 51 0
[pid=26668] ppid=26665 vsize=33288 CPUtime=1976.4
/proc/26668/stat : 26668 (glucose_static) R 26665 26665 26548 0 -1 4194304 7730 0 0 0 197630 10 0 0 25 0 1 0 216768703 34086912 7716 1992294400 134512640 135217611 4294956304 18446744073709551615 134541036 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/26668/statm: 8322 7716 76 172 0 8147 0
Current children cumulated CPU time (s) 1976.54
Current children cumulated vsize (KiB) 38648

Child status: 20
Real time (s): 1977.16
CPU time (s): 1976.61
CPU user time (s): 1976.49
CPU system time (s): 0.122981
CPU usage (%): 99.9724
Max. virtual memory (cumulated for all children) (KiB): 38648

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

runsolver used 2.21166 second user time and 4.69928 second system time

The end

Launcher Data

Begin job on node20 at 2009-05-09 18:42:35
IDJOB=1783804
IDBENCH=24690
IDSOLVER=610
FILE ID=node20/1783804-1241887355
PBS_JOBID= 9264689
Free space on /tmp= 66340 MiB

SOLVER NAME= glucose 1.0
BENCH NAME= SAT07/crafted/Hard/contest02/pyhala-braun-unsat-40-4-02.sat05-459.reshuffled-07.cnf
COMMAND LINE= glucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1783804-1241887355/watcher-1783804-1241887355 -o /tmp/evaluation-result-1783804-1241887355/solver-1783804-1241887355 -C 5000 -W 6000 -M 1800  glucose.sh HOME/instance-1783804-1241887355.cnf

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

MD5SUM BENCH= ad877d677446ba8c798f8e71c4c035c2
RANDOM SEED=1460107140

node20.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.214
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	: 5931.00
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.214
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:       1692552 kB
Buffers:         40532 kB
Cached:         193220 kB
SwapCached:      66264 kB
Active:          76112 kB
Inactive:       225676 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1692552 kB
SwapTotal:     4192956 kB
SwapFree:      4121000 kB
Dirty:            2076 kB
Writeback:           0 kB
Mapped:          13516 kB
Slab:            47624 kB
Committed_AS:   819248 kB
PageTables:       1396 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= 66336 MiB
End job on node20 at 2009-05-09 19:15:32