Trace number 1772834

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 2090.68 2091.26

General information on the benchmark

Nameindustrial/fuhs/hard/
AProVE07-08.cnf
MD5SUM81ed5ec4a2e7c208a4184383f9e53838
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1110.79
Satisfiable
(Un)Satisfiability was proved
Number of variables4614
Number of clauses16637
Sum of the clauses size44007
Maximum clause length97
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 27532
Number of clauses of size 38048
Number of clauses of size 4732
Number of clauses of size 5246
Number of clauses of size over 578

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.02	c ==============================================================================
0.00/0.02	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.02	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.02	c ==============================================================================
0.00/0.02	c |         0 |   16192    42927 |    4857       0        0     nan |  0.000 % |
0.00/0.09	c |         0 |   12797    40460 |      --       0       --      -- |     --   | -3395/-2467
0.00/0.09	c ==============================================================================
0.00/0.09	c Result  :   #vars: 2513   #clauses: 12797   #literals: 40460
0.00/0.09	c CPU time:   0.081987 s
0.00/0.09	c ==============================================================================
0.00/0.11	c
0.00/0.11	c Starting glucose
0.00/0.11	c
0.00/0.11	
0.00/0.11	c This is glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
0.00/0.11	
0.00/0.11	c ============================[ Problem Statistics ]=============================
0.00/0.11	c |                                                                             |
0.00/0.11	c |  Number of variables:  2513                                                 |
0.00/0.11	c |  Number of clauses:    12797                                                |
0.00/0.12	c |  Parsing time:         0.01         s                                       |
2090.60/2091.24	c restarts              : 684
2090.60/2091.24	c nb ReduceDB           : 77
2090.60/2091.24	c nb learnts DL2        : 934
2090.60/2091.24	c nb learnts size 2     : 322
2090.60/2091.24	c nb learnts size 1     : 10
2090.60/2091.24	c conflicts             : 3350840        (1603 /sec)
2090.60/2091.24	c decisions             : 4637526        (1.36 % random) (2218 /sec)
2090.60/2091.24	c propagations          : 892489630      (426946 /sec)
2090.60/2091.24	c conflict literals     : 127312172      (47.88 % deleted)
2090.60/2091.24	c Memory used           : 43.73 MB
2090.60/2091.24	c CPU time              : 2090.4 s
2090.60/2091.24	
2090.60/2091.25	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-1772834-1241250399/watcher-1772834-1241250399 -o /tmp/evaluation-result-1772834-1241250399/solver-1772834-1241250399 -C 10000 -W 12000 -M 1800 glucose.sh HOME/instance-1772834-1241250399.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 10000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 10030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 12000 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.85 0.97 0.99 1/64 18345
/proc/meminfo: memFree=1065128/2055920 swapFree=4191900/4192956
[pid=18345] ppid=18343 vsize=0 CPUtime=0
/proc/18345/stat : 18345 (runsolver) R 18343 18345 18308 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 153072499 0 0 1992294400 0 0 0 18446744073709551615 210824129831 0 0 4096 24578 0 0 0 17 1 0 0
/proc/18345/statm: 182 1 0 0 0 1 0

[startup+0.07744 s]
/proc/loadavg: 0.85 0.97 0.99 1/64 18345
/proc/meminfo: memFree=1065128/2055920 swapFree=4191900/4192956
[pid=18345] ppid=18343 vsize=5360 CPUtime=0
/proc/18345/stat : 18345 (glucose.sh) S 18343 18345 18308 0 -1 4194304 287 0 0 0 0 0 0 0 20 0 1 0 153072499 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18345/statm: 1340 236 195 169 0 51 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5360

[startup+0.101445 s]
/proc/loadavg: 0.85 0.97 0.99 1/64 18345
/proc/meminfo: memFree=1065128/2055920 swapFree=4191900/4192956
[pid=18345] ppid=18343 vsize=5360 CPUtime=0
/proc/18345/stat : 18345 (glucose.sh) S 18343 18345 18308 0 -1 4194304 287 0 0 0 0 0 0 0 20 0 1 0 153072499 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18345/statm: 1340 236 195 169 0 51 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5360

[startup+0.301456 s]
/proc/loadavg: 0.85 0.97 0.99 1/64 18345
/proc/meminfo: memFree=1065128/2055920 swapFree=4191900/4192956
[pid=18345] ppid=18343 vsize=5360 CPUtime=0.1
/proc/18345/stat : 18345 (glucose.sh) S 18343 18345 18308 0 -1 4194304 313 836 0 0 0 0 9 1 16 0 1 0 153072499 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18345/statm: 1340 238 195 169 0 51 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 5360

[startup+0.701503 s]
/proc/loadavg: 0.85 0.97 0.99 1/64 18345
/proc/meminfo: memFree=1065128/2055920 swapFree=4191900/4192956
[pid=18345] ppid=18343 vsize=5360 CPUtime=0.1
/proc/18345/stat : 18345 (glucose.sh) S 18343 18345 18308 0 -1 4194304 313 836 0 0 0 0 9 1 16 0 1 0 153072499 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18345/statm: 1340 238 195 169 0 51 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 5360

[startup+1.5016 s]
/proc/loadavg: 0.85 0.97 0.99 2/66 18348
/proc/meminfo: memFree=1061784/2055920 swapFree=4191900/4192956
[pid=18345] ppid=18343 vsize=5360 CPUtime=0.1
/proc/18345/stat : 18345 (glucose.sh) S 18343 18345 18308 0 -1 4194304 313 836 0 0 0 0 9 1 16 0 1 0 153072499 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18345/statm: 1340 238 195 169 0 51 0
[pid=18348] ppid=18345 vsize=4296 CPUtime=1.38
/proc/18348/stat : 18348 (glucose_static) R 18345 18345 18308 0 -1 4194304 754 0 0 0 138 0 0 0 25 0 1 0 153072511 4399104 740 1992294400 134512640 135217611 4294956288 18446744073709551615 134533757 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/18348/statm: 1074 740 77 172 0 899 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 9656

[startup+3.10179 s]
/proc/loadavg: 0.85 0.97 0.99 2/66 18348
/proc/meminfo: memFree=1061464/2055920 swapFree=4191900/4192956
[pid=18345] ppid=18343 vsize=5360 CPUtime=0.1
/proc/18345/stat : 18345 (glucose.sh) S 18343 18345 18308 0 -1 4194304 313 836 0 0 0 0 9 1 16 0 1 0 153072499 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18345/statm: 1340 238 195 169 0 51 0
[pid=18348] ppid=18345 vsize=5240 CPUtime=2.97
/proc/18348/stat : 18348 (glucose_static) R 18345 18345 18308 0 -1 4194304 1012 0 0 0 297 0 0 0 25 0 1 0 153072511 5365760 998 1992294400 134512640 135217611 4294956288 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/18348/statm: 1310 998 77 172 0 1135 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 10600

[startup+6.30117 s]
/proc/loadavg: 0.86 0.97 0.99 2/66 18348
/proc/meminfo: memFree=1059608/2055920 swapFree=4191900/4192956
[pid=18345] ppid=18343 vsize=5360 CPUtime=0.1
/proc/18345/stat : 18345 (glucose.sh) S 18343 18345 18308 0 -1 4194304 313 836 0 0 0 0 9 1 16 0 1 0 153072499 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18345/statm: 1340 238 195 169 0 51 0
[pid=18348] ppid=18345 vsize=6316 CPUtime=6.18
/proc/18348/stat : 18348 (glucose_static) R 18345 18345 18308 0 -1 4194304 1261 0 0 0 617 1 0 0 25 0 1 0 153072511 6467584 1247 1992294400 134512640 135217611 4294956288 18446744073709551615 134532680 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/18348/statm: 1579 1247 77 172 0 1404 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 11676

[startup+12.7019 s]
/proc/loadavg: 0.87 0.97 0.99 2/66 18348
/proc/meminfo: memFree=1058856/2055920 swapFree=4191900/4192956
[pid=18345] ppid=18343 vsize=5360 CPUtime=0.1
/proc/18345/stat : 18345 (glucose.sh) S 18343 18345 18308 0 -1 4194304 313 836 0 0 0 0 9 1 16 0 1 0 153072499 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18345/statm: 1340 238 195 169 0 51 0
[pid=18348] ppid=18345 vsize=7024 CPUtime=12.58
/proc/18348/stat : 18348 (glucose_static) R 18345 18345 18308 0 -1 4194304 1428 0 0 0 1257 1 0 0 25 0 1 0 153072511 7192576 1414 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/18348/statm: 1756 1414 77 172 0 1581 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 12384

[startup+25.5015 s]
/proc/loadavg: 0.90 0.97 0.99 2/66 18348
/proc/meminfo: memFree=1056872/2055920 swapFree=4191900/4192956
[pid=18345] ppid=18343 vsize=5360 CPUtime=0.1
/proc/18345/stat : 18345 (glucose.sh) S 18343 18345 18308 0 -1 4194304 313 836 0 0 0 0 9 1 16 0 1 0 153072499 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18345/statm: 1340 238 195 169 0 51 0
[pid=18348] ppid=18345 vsize=8896 CPUtime=25.37
/proc/18348/stat : 18348 (glucose_static) R 18345 18345 18308 0 -1 4194304 1915 0 0 0 2536 1 0 0 25 0 1 0 153072511 9109504 1901 1992294400 134512640 135217611 4294956288 18446744073709551615 134532907 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/18348/statm: 2224 1901 77 172 0 2049 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 14256

[startup+51.1015 s]
/proc/loadavg: 0.93 0.97 0.99 2/66 18348
/proc/meminfo: memFree=1055272/2055920 swapFree=4191900/4192956
[pid=18345] ppid=18343 vsize=5360 CPUtime=0.1
/proc/18345/stat : 18345 (glucose.sh) S 18343 18345 18308 0 -1 4194304 313 836 0 0 0 0 9 1 16 0 1 0 153072499 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18345/statm: 1340 238 195 169 0 51 0
[pid=18348] ppid=18345 vsize=10680 CPUtime=50.96
/proc/18348/stat : 18348 (glucose_static) R 18345 18345 18308 0 -1 4194304 2336 0 0 0 5094 2 0 0 25 0 1 0 153072511 10936320 2322 1992294400 134512640 135217611 4294956288 18446744073709551615 134533127 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/18348/statm: 2670 2322 77 172 0 2495 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 16040

[startup+102.306 s]
/proc/loadavg: 0.97 0.97 0.99 2/66 18348
/proc/meminfo: memFree=1051112/2055920 swapFree=4191900/4192956
[pid=18345] ppid=18343 vsize=5360 CPUtime=0.1
/proc/18345/stat : 18345 (glucose.sh) S 18343 18345 18308 0 -1 4194304 313 836 0 0 0 0 9 1 16 0 1 0 153072499 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18345/statm: 1340 238 195 169 0 51 0
[pid=18348] ppid=18345 vsize=15172 CPUtime=102.15
/proc/18348/stat : 18348 (glucose_static) R 18345 18345 18308 0 -1 4194304 3401 0 0 0 10212 3 0 0 25 0 1 0 153072511 15536128 3387 1992294400 134512640 135217611 4294956288 18446744073709551615 134533115 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/18348/statm: 3793 3387 77 172 0 3618 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 20532

[startup+162.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 18348
/proc/meminfo: memFree=1048040/2055920 swapFree=4191900/4192956
[pid=18345] ppid=18343 vsize=5360 CPUtime=0.1
/proc/18345/stat : 18345 (glucose.sh) S 18343 18345 18308 0 -1 4194304 313 836 0 0 0 0 9 1 16 0 1 0 153072499 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18345/statm: 1340 238 195 169 0 51 0
[pid=18348] ppid=18345 vsize=18264 CPUtime=162.13
/proc/18348/stat : 18348 (glucose_static) R 18345 18345 18308 0 -1 4194304 4151 0 0 0 16209 4 0 0 25 0 1 0 153072511 18702336 4137 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/18348/statm: 4566 4137 77 172 0 4391 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 23624

[startup+222.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 18348
/proc/meminfo: memFree=1045800/2055920 swapFree=4191900/4192956
[pid=18345] ppid=18343 vsize=5360 CPUtime=0.1
/proc/18345/stat : 18345 (glucose.sh) S 18343 18345 18308 0 -1 4194304 313 836 0 0 0 0 9 1 16 0 1 0 153072499 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18345/statm: 1340 238 195 169 0 51 0
[pid=18348] ppid=18345 vsize=20348 CPUtime=222.12
/proc/18348/stat : 18348 (glucose_static) R 18345 18345 18308 0 -1 4194304 4678 0 0 0 22207 5 0 0 25 0 1 0 153072511 20836352 4664 1992294400 134512640 135217611 4294956288 18446744073709551615 134533037 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/18348/statm: 5087 4664 77 172 0 4912 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 25708

[startup+282.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 18348
/proc/meminfo: memFree=1045096/2055920 swapFree=4191900/4192956
[pid=18345] ppid=18343 vsize=5360 CPUtime=0.1
/proc/18345/stat : 18345 (glucose.sh) S 18343 18345 18308 0 -1 4194304 313 836 0 0 0 0 9 1 16 0 1 0 153072499 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18345/statm: 1340 238 195 169 0 51 0
[pid=18348] ppid=18345 vsize=21036 CPUtime=282.1
/proc/18348/stat : 18348 (glucose_static) R 18345 18345 18308 0 -1 4194304 4844 0 0 0 28205 5 0 0 25 0 1 0 153072511 21540864 4830 1992294400 134512640 135217611 4294956288 18446744073709551615 134533124 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/18348/statm: 5259 4830 77 172 0 5084 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 26396

[startup+342.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 18348
/proc/meminfo: memFree=1044200/2055920 swapFree=4191900/4192956
[pid=18345] ppid=18343 vsize=5360 CPUtime=0.1
/proc/18345/stat : 18345 (glucose.sh) S 18343 18345 18308 0 -1 4194304 313 836 0 0 0 0 9 1 16 0 1 0 153072499 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18345/statm: 1340 238 195 169 0 51 0
[pid=18348] ppid=18345 vsize=21896 CPUtime=342.08
/proc/18348/stat : 18348 (glucose_static) R 18345 18345 18308 0 -1 4194304 5060 0 0 0 34203 5 0 0 25 0 1 0 153072511 22421504 5046 1992294400 134512640 135217611 4294956288 18446744073709551615 134533146 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/18348/statm: 5474 5046 77 172 0 5299 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 27256

[startup+402.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 18348
/proc/meminfo: memFree=1042920/2055920 swapFree=4191900/4192956
[pid=18345] ppid=18343 vsize=5360 CPUtime=0.1
/proc/18345/stat : 18345 (glucose.sh) S 18343 18345 18308 0 -1 4194304 313 836 0 0 0 0 9 1 16 0 1 0 153072499 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18345/statm: 1340 238 195 169 0 51 0
[pid=18348] ppid=18345 vsize=23388 CPUtime=402.07
/proc/18348/stat : 18348 (glucose_static) R 18345 18345 18308 0 -1 4194304 5390 0 0 0 40201 6 0 0 25 0 1 0 153072511 23949312 5376 1992294400 134512640 135217611 4294956288 18446744073709551615 134533046 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/18348/statm: 5847 5376 77 172 0 5672 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 28748

[startup+462.302 s]

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


[startup+1662.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 18354
/proc/meminfo: memFree=1025512/2055920 swapFree=4191900/4192956
[pid=18345] ppid=18343 vsize=5360 CPUtime=0.1
/proc/18345/stat : 18345 (glucose.sh) S 18343 18345 18308 0 -1 4194304 313 836 0 0 0 0 9 1 16 0 1 0 153072499 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18345/statm: 1340 238 195 169 0 51 0
[pid=18348] ppid=18345 vsize=41756 CPUtime=1661.72
/proc/18348/stat : 18348 (glucose_static) R 18345 18345 18308 0 -1 4194304 9738 0 0 0 166159 13 0 0 25 0 1 0 153072511 42758144 9724 1992294400 134512640 135217611 4294956288 18446744073709551615 134533146 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/18348/statm: 10439 9724 77 172 0 10264 0
Current children cumulated CPU time (s) 1661.82
Current children cumulated vsize (KiB) 47116

[startup+1722.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 18354
/proc/meminfo: memFree=1025192/2055920 swapFree=4191900/4192956
[pid=18345] ppid=18343 vsize=5360 CPUtime=0.1
/proc/18345/stat : 18345 (glucose.sh) S 18343 18345 18308 0 -1 4194304 313 836 0 0 0 0 9 1 16 0 1 0 153072499 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18345/statm: 1340 238 195 169 0 51 0
[pid=18348] ppid=18345 vsize=42040 CPUtime=1721.7
/proc/18348/stat : 18348 (glucose_static) R 18345 18345 18308 0 -1 4194304 9812 0 0 0 172157 13 0 0 25 0 1 0 153072511 43048960 9798 1992294400 134512640 135217611 4294956288 18446744073709551615 134532996 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/18348/statm: 10510 9798 77 172 0 10335 0
Current children cumulated CPU time (s) 1721.8
Current children cumulated vsize (KiB) 47400

[startup+1782.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 18354
/proc/meminfo: memFree=1024872/2055920 swapFree=4191900/4192956
[pid=18345] ppid=18343 vsize=5360 CPUtime=0.1
/proc/18345/stat : 18345 (glucose.sh) S 18343 18345 18308 0 -1 4194304 313 836 0 0 0 0 9 1 16 0 1 0 153072499 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18345/statm: 1340 238 195 169 0 51 0
[pid=18348] ppid=18345 vsize=42256 CPUtime=1781.69
/proc/18348/stat : 18348 (glucose_static) R 18345 18345 18308 0 -1 4194304 9904 0 0 0 178156 13 0 0 25 0 1 0 153072511 43270144 9890 1992294400 134512640 135217611 4294956288 18446744073709551615 134528205 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/18348/statm: 10564 9890 77 172 0 10389 0
Current children cumulated CPU time (s) 1781.79
Current children cumulated vsize (KiB) 47616

[startup+1842.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 18354
/proc/meminfo: memFree=1024104/2055920 swapFree=4191900/4192956
[pid=18345] ppid=18343 vsize=5360 CPUtime=0.1
/proc/18345/stat : 18345 (glucose.sh) S 18343 18345 18308 0 -1 4194304 313 836 0 0 0 0 9 1 16 0 1 0 153072499 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18345/statm: 1340 238 195 169 0 51 0
[pid=18348] ppid=18345 vsize=43688 CPUtime=1841.67
/proc/18348/stat : 18348 (glucose_static) R 18345 18345 18308 0 -1 4194304 10142 0 0 0 184153 14 0 0 25 0 1 0 153072511 44736512 10128 1992294400 134512640 135217611 4294956288 18446744073709551615 134533523 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/18348/statm: 10922 10128 77 172 0 10747 0
Current children cumulated CPU time (s) 1841.77
Current children cumulated vsize (KiB) 49048

[startup+1902.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 18354
/proc/meminfo: memFree=1023144/2055920 swapFree=4191900/4192956
[pid=18345] ppid=18343 vsize=5360 CPUtime=0.1
/proc/18345/stat : 18345 (glucose.sh) S 18343 18345 18308 0 -1 4194304 313 836 0 0 0 0 9 1 16 0 1 0 153072499 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18345/statm: 1340 238 195 169 0 51 0
[pid=18348] ppid=18345 vsize=44224 CPUtime=1901.65
/proc/18348/stat : 18348 (glucose_static) R 18345 18345 18308 0 -1 4194304 10317 0 0 0 190151 14 0 0 25 0 1 0 153072511 45285376 10303 1992294400 134512640 135217611 4294956288 18446744073709551615 134522607 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/18348/statm: 11056 10303 77 172 0 10881 0
Current children cumulated CPU time (s) 1901.75
Current children cumulated vsize (KiB) 49584

[startup+1962.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 18354
/proc/meminfo: memFree=1023016/2055920 swapFree=4191900/4192956
[pid=18345] ppid=18343 vsize=5360 CPUtime=0.1
/proc/18345/stat : 18345 (glucose.sh) S 18343 18345 18308 0 -1 4194304 313 836 0 0 0 0 9 1 16 0 1 0 153072499 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18345/statm: 1340 238 195 169 0 51 0
[pid=18348] ppid=18345 vsize=44528 CPUtime=1961.64
/proc/18348/stat : 18348 (glucose_static) R 18345 18345 18308 0 -1 4194304 10357 0 0 0 196150 14 0 0 25 0 1 0 153072511 45596672 10343 1992294400 134512640 135217611 4294956288 18446744073709551615 134533146 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/18348/statm: 11132 10343 77 172 0 10957 0
Current children cumulated CPU time (s) 1961.74
Current children cumulated vsize (KiB) 49888

[startup+2022.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 18354
/proc/meminfo: memFree=1022696/2055920 swapFree=4191900/4192956
[pid=18345] ppid=18343 vsize=5360 CPUtime=0.1
/proc/18345/stat : 18345 (glucose.sh) S 18343 18345 18308 0 -1 4194304 313 836 0 0 0 0 9 1 16 0 1 0 153072499 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18345/statm: 1340 238 195 169 0 51 0
[pid=18348] ppid=18345 vsize=44636 CPUtime=2021.62
/proc/18348/stat : 18348 (glucose_static) R 18345 18345 18308 0 -1 4194304 10428 0 0 0 202147 15 0 0 25 0 1 0 153072511 45707264 10414 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/18348/statm: 11159 10414 77 172 0 10984 0
Current children cumulated CPU time (s) 2021.72
Current children cumulated vsize (KiB) 49996

[startup+2082.31 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 18354
/proc/meminfo: memFree=1022632/2055920 swapFree=4191900/4192956
[pid=18345] ppid=18343 vsize=5360 CPUtime=0.1
/proc/18345/stat : 18345 (glucose.sh) S 18343 18345 18308 0 -1 4194304 313 836 0 0 0 0 9 1 16 0 1 0 153072499 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18345/statm: 1340 238 195 169 0 51 0
[pid=18348] ppid=18345 vsize=44772 CPUtime=2081.61
/proc/18348/stat : 18348 (glucose_static) R 18345 18345 18308 0 -1 4194304 10453 0 0 0 208146 15 0 0 25 0 1 0 153072511 45846528 10439 1992294400 134512640 135217611 4294956288 18446744073709551615 134533127 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/18348/statm: 11193 10439 77 172 0 11018 0
Current children cumulated CPU time (s) 2081.71
Current children cumulated vsize (KiB) 50132

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

[startup+2086.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 18354
/proc/meminfo: memFree=1022632/2055920 swapFree=4191900/4192956
[pid=18345] ppid=18343 vsize=5360 CPUtime=0.1
/proc/18345/stat : 18345 (glucose.sh) S 18343 18345 18308 0 -1 4194304 313 836 0 0 0 0 9 1 16 0 1 0 153072499 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18345/statm: 1340 238 195 169 0 51 0
[pid=18348] ppid=18345 vsize=44772 CPUtime=2085.6
/proc/18348/stat : 18348 (glucose_static) R 18345 18345 18308 0 -1 4194304 10453 0 0 0 208545 15 0 0 25 0 1 0 153072511 45846528 10439 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/18348/statm: 11193 10439 77 172 0 11018 0
Current children cumulated CPU time (s) 2085.7
Current children cumulated vsize (KiB) 50132

[startup+2089.5 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 18354
/proc/meminfo: memFree=1022696/2055920 swapFree=4191900/4192956
[pid=18345] ppid=18343 vsize=5360 CPUtime=0.1
/proc/18345/stat : 18345 (glucose.sh) S 18343 18345 18308 0 -1 4194304 313 836 0 0 0 0 9 1 16 0 1 0 153072499 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18345/statm: 1340 238 195 169 0 51 0
[pid=18348] ppid=18345 vsize=44772 CPUtime=2088.8
/proc/18348/stat : 18348 (glucose_static) R 18345 18345 18308 0 -1 4194304 10453 0 0 0 208865 15 0 0 25 0 1 0 153072511 45846528 10439 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/18348/statm: 11193 10439 77 172 0 11018 0
Current children cumulated CPU time (s) 2088.9
Current children cumulated vsize (KiB) 50132

[startup+2090.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 18354
/proc/meminfo: memFree=1022696/2055920 swapFree=4191900/4192956
[pid=18345] ppid=18343 vsize=5360 CPUtime=0.1
/proc/18345/stat : 18345 (glucose.sh) S 18343 18345 18308 0 -1 4194304 313 836 0 0 0 0 9 1 16 0 1 0 153072499 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18345/statm: 1340 238 195 169 0 51 0
[pid=18348] ppid=18345 vsize=44772 CPUtime=2089.6
/proc/18348/stat : 18348 (glucose_static) R 18345 18345 18308 0 -1 4194304 10453 0 0 0 208945 15 0 0 25 0 1 0 153072511 45846528 10439 1992294400 134512640 135217611 4294956288 18446744073709551615 134532960 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/18348/statm: 11193 10439 77 172 0 11018 0
Current children cumulated CPU time (s) 2089.7
Current children cumulated vsize (KiB) 50132

[startup+2090.7 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 18354
/proc/meminfo: memFree=1022696/2055920 swapFree=4191900/4192956
[pid=18345] ppid=18343 vsize=5360 CPUtime=0.1
/proc/18345/stat : 18345 (glucose.sh) S 18343 18345 18308 0 -1 4194304 313 836 0 0 0 0 9 1 16 0 1 0 153072499 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18345/statm: 1340 238 195 169 0 51 0
[pid=18348] ppid=18345 vsize=44772 CPUtime=2090
/proc/18348/stat : 18348 (glucose_static) R 18345 18345 18308 0 -1 4194304 10453 0 0 0 208985 15 0 0 25 0 1 0 153072511 45846528 10439 1992294400 134512640 135217611 4294956288 18446744073709551615 134533007 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/18348/statm: 11193 10439 77 172 0 11018 0
Current children cumulated CPU time (s) 2090.1
Current children cumulated vsize (KiB) 50132

[startup+2091.11 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 18354
/proc/meminfo: memFree=1022696/2055920 swapFree=4191900/4192956
[pid=18345] ppid=18343 vsize=5360 CPUtime=0.1
/proc/18345/stat : 18345 (glucose.sh) S 18343 18345 18308 0 -1 4194304 313 836 0 0 0 0 9 1 16 0 1 0 153072499 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18345/statm: 1340 238 195 169 0 51 0
[pid=18348] ppid=18345 vsize=44772 CPUtime=2090.41
/proc/18348/stat : 18348 (glucose_static) R 18345 18345 18308 0 -1 4194304 10453 0 0 0 209026 15 0 0 25 0 1 0 153072511 45846528 10439 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/18348/statm: 11193 10439 77 172 0 11018 0
Current children cumulated CPU time (s) 2090.51
Current children cumulated vsize (KiB) 50132

[startup+2091.2 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 18354
/proc/meminfo: memFree=1022696/2055920 swapFree=4191900/4192956
[pid=18345] ppid=18343 vsize=5360 CPUtime=0.1
/proc/18345/stat : 18345 (glucose.sh) S 18343 18345 18308 0 -1 4194304 313 836 0 0 0 0 9 1 16 0 1 0 153072499 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18345/statm: 1340 238 195 169 0 51 0
[pid=18348] ppid=18345 vsize=44772 CPUtime=2090.5
/proc/18348/stat : 18348 (glucose_static) R 18345 18345 18308 0 -1 4194304 10453 0 0 0 209035 15 0 0 25 0 1 0 153072511 45846528 10439 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/18348/statm: 11193 10439 77 172 0 11018 0
Current children cumulated CPU time (s) 2090.6
Current children cumulated vsize (KiB) 50132

Child status: 20
Real time (s): 2091.26
CPU time (s): 2090.68
CPU user time (s): 2090.5
CPU system time (s): 0.180972
CPU usage (%): 99.972
Max. virtual memory (cumulated for all children) (KiB): 50132

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

runsolver used 2.45163 second user time and 5.13522 second system time

The end

Launcher Data

Begin job on node33 at 2009-05-02 09:46:39
IDJOB=1772834
IDBENCH=20400
IDSOLVER=610
FILE ID=node33/1772834-1241250399
PBS_JOBID= 9224908
Free space on /tmp= 66476 MiB

SOLVER NAME= glucose 1.0
BENCH NAME= SAT07/industrial/fuhs/hard/AProVE07-08.cnf
COMMAND LINE= glucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1772834-1241250399/watcher-1772834-1241250399 -o /tmp/evaluation-result-1772834-1241250399/solver-1772834-1241250399 -C 10000 -W 12000 -M 1800  glucose.sh HOME/instance-1772834-1241250399.cnf

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

MD5SUM BENCH= 81ed5ec4a2e7c208a4184383f9e53838
RANDOM SEED=1267395902

node33.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.212
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.212
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:       1065544 kB
Buffers:         77096 kB
Cached:         808152 kB
SwapCached:        384 kB
Active:          48184 kB
Inactive:       850348 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1065544 kB
SwapTotal:     4192956 kB
SwapFree:      4191900 kB
Dirty:            1960 kB
Writeback:           0 kB
Mapped:          21692 kB
Slab:            77832 kB
Committed_AS:   652036 kB
PageTables:       1388 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= 66476 MiB
End job on node33 at 2009-05-02 10:21:30