Trace number 1720052

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 783.793 784.109

General information on the benchmark

Namemanol-pipe-c10nidw.cnf
MD5SUM943fd86d922b13236c21a74c4f82b6d0
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark723.844
Satisfiable
(Un)Satisfiability was proved
Number of variables433601
Number of clauses1291714
Sum of the clauses size3013998
Maximum clause length3
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2861142
Number of clauses of size 3430571
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...
1.08/1.17	c ==============================================================================
1.08/1.17	c |           |     ORIGINAL     |              LEARNT              |          |
1.08/1.17	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
1.08/1.17	c ==============================================================================
1.08/1.17	c |         0 | 1291713  3013997 |  387513       0        0     nan |  0.000 % |
8.38/8.41	c |         0 |  547995  2160666 |      --       0       --      -- |     --   | -743716/-853326
8.38/8.42	c ==============================================================================
8.38/8.42	c Result  :   #vars: 68748   #clauses: 547995   #literals: 2160666
8.38/8.42	c CPU time:   7.99378 s
8.38/8.42	c ==============================================================================
9.08/9.15	c
9.08/9.15	c Starting glucose
9.08/9.15	c
9.08/9.15	
9.08/9.15	c This is glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
9.08/9.15	
9.08/9.15	c ============================[ Problem Statistics ]=============================
9.08/9.15	c |                                                                             |
9.08/9.15	c |  Number of variables:  68748                                                |
9.08/9.15	c |  Number of clauses:    547995                                               |
9.14/9.59	c |  Parsing time:         0.39         s                                       |
783.67/784.06	c restarts              : 1885
783.67/784.06	c nb ReduceDB           : 51
783.67/784.06	c nb learnts DL2        : 12588
783.67/784.06	c nb learnts size 2     : 2095
783.67/784.06	c nb learnts size 1     : 181
783.67/784.06	c conflicts             : 2304834        (2976 /sec)
783.67/784.06	c decisions             : 11146490       (1.52 % random) (14393 /sec)
783.67/784.06	c propagations          : 823669006      (1063571 /sec)
783.67/784.06	c conflict literals     : 55153320       (20.58 % deleted)
783.67/784.06	c Memory used           : 86.79 MB
783.67/784.06	c CPU time              : 774.437 s
783.67/784.06	
783.67/784.07	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-1720052-1240652143/watcher-1720052-1240652143 -o /tmp/evaluation-result-1720052-1240652143/solver-1720052-1240652143 -C 1200 -W 1800 -M 1800 --output-limit 1,15 glucose.sh HOME/instance-1720052-1240652143.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1800 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
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.00 1.00 1.01 3/65 12560
/proc/meminfo: memFree=1679856/2055924 swapFree=4181440/4192956
[pid=12560] ppid=12558 vsize=5356 CPUtime=0
/proc/12560/stat : 12560 (glucose.sh) R 12558 12560 12403 0 -1 4194304 266 0 0 0 0 0 0 0 20 0 1 0 93243754 5484544 233 1992294400 4194304 4889804 548682068800 18446744073709551615 230266431987 0 0 4100 65536 0 0 0 17 1 0 0
/proc/12560/statm: 1340 234 194 169 0 51 0

[startup+0.0847501 s]
/proc/loadavg: 1.00 1.00 1.01 3/65 12560
/proc/meminfo: memFree=1679856/2055924 swapFree=4181440/4192956
[pid=12560] ppid=12558 vsize=5360 CPUtime=0
/proc/12560/stat : 12560 (glucose.sh) S 12558 12560 12403 0 -1 4194304 287 0 0 0 0 0 0 0 20 0 1 0 93243754 5488640 236 1992294400 4194304 4889804 548682068800 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12560/statm: 1340 236 195 169 0 51 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5360

[startup+0.101747 s]
/proc/loadavg: 1.00 1.00 1.01 3/65 12560
/proc/meminfo: memFree=1679856/2055924 swapFree=4181440/4192956
[pid=12560] ppid=12558 vsize=5360 CPUtime=0
/proc/12560/stat : 12560 (glucose.sh) S 12558 12560 12403 0 -1 4194304 287 0 0 0 0 0 0 0 20 0 1 0 93243754 5488640 236 1992294400 4194304 4889804 548682068800 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12560/statm: 1340 236 195 169 0 51 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5360

[startup+0.301769 s]
/proc/loadavg: 1.00 1.00 1.01 3/65 12560
/proc/meminfo: memFree=1679856/2055924 swapFree=4181440/4192956
[pid=12560] ppid=12558 vsize=5360 CPUtime=0
/proc/12560/stat : 12560 (glucose.sh) S 12558 12560 12403 0 -1 4194304 287 0 0 0 0 0 0 0 20 0 1 0 93243754 5488640 236 1992294400 4194304 4889804 548682068800 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12560/statm: 1340 236 195 169 0 51 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5360

[startup+0.701812 s]
/proc/loadavg: 1.00 1.00 1.01 3/65 12560
/proc/meminfo: memFree=1679856/2055924 swapFree=4181440/4192956
[pid=12560] ppid=12558 vsize=5360 CPUtime=0
/proc/12560/stat : 12560 (glucose.sh) S 12558 12560 12403 0 -1 4194304 287 0 0 0 0 0 0 0 20 0 1 0 93243754 5488640 236 1992294400 4194304 4889804 548682068800 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12560/statm: 1340 236 195 169 0 51 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5360

[startup+1.50188 s]
/proc/loadavg: 1.00 1.00 1.01 2/67 12562
/proc/meminfo: memFree=1538656/2055924 swapFree=4181440/4192956
[pid=12560] ppid=12558 vsize=5360 CPUtime=0
/proc/12560/stat : 12560 (glucose.sh) S 12558 12560 12403 0 -1 4194304 287 0 0 0 0 0 0 0 20 0 1 0 93243754 5488640 236 1992294400 4194304 4889804 548682068800 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12560/statm: 1340 236 195 169 0 51 0
[pid=12561] ppid=12560 vsize=191536 CPUtime=1.48
/proc/12561/stat : 12561 (SatELite_releas) R 12560 12560 12403 0 -1 4194304 47134 0 0 0 126 22 0 0 25 0 1 0 93243755 196132864 43535 1992294400 134512640 135225430 4294956160 18446744073709551615 134735630 0 0 4096 3 0 0 0 17 1 0 0
/proc/12561/statm: 47884 43535 77 174 0 47707 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 196896

[startup+3.10205 s]
/proc/loadavg: 1.00 1.00 1.01 2/67 12562
/proc/meminfo: memFree=1495648/2055924 swapFree=4181440/4192956
[pid=12560] ppid=12558 vsize=5360 CPUtime=0
/proc/12560/stat : 12560 (glucose.sh) S 12558 12560 12403 0 -1 4194304 287 0 0 0 0 0 0 0 20 0 1 0 93243754 5488640 236 1992294400 4194304 4889804 548682068800 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12560/statm: 1340 236 195 169 0 51 0
[pid=12561] ppid=12560 vsize=198992 CPUtime=3.09
/proc/12561/stat : 12561 (SatELite_releas) R 12560 12560 12403 0 -1 4194304 48908 0 0 0 281 28 0 0 25 0 1 0 93243755 203767808 45309 1992294400 134512640 135225430 4294956160 18446744073709551615 134587482 0 0 4096 3 0 0 0 17 1 0 0
/proc/12561/statm: 49748 45309 77 174 0 49571 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 204352

[startup+6.30138 s]
/proc/loadavg: 1.00 1.00 1.01 2/67 12562
/proc/meminfo: memFree=1459552/2055924 swapFree=4181440/4192956
[pid=12560] ppid=12558 vsize=5360 CPUtime=0
/proc/12560/stat : 12560 (glucose.sh) S 12558 12560 12403 0 -1 4194304 287 0 0 0 0 0 0 0 20 0 1 0 93243754 5488640 236 1992294400 4194304 4889804 548682068800 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12560/statm: 1340 236 195 169 0 51 0
[pid=12561] ppid=12560 vsize=212580 CPUtime=6.29
/proc/12561/stat : 12561 (SatELite_releas) R 12560 12560 12403 0 -1 4194304 52032 0 0 0 590 39 0 0 25 0 1 0 93243755 217681920 48433 1992294400 134512640 135225430 4294956160 18446744073709551615 134717494 0 0 4096 3 0 0 0 17 1 0 0
/proc/12561/statm: 53145 48433 77 174 0 52968 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 217940

[startup+12.701 s]
/proc/loadavg: 1.31 1.07 1.03 2/67 12563
/proc/meminfo: memFree=1578720/2055924 swapFree=4181440/4192956
[pid=12560] ppid=12558 vsize=5360 CPUtime=9.14
/proc/12560/stat : 12560 (glucose.sh) S 12558 12560 12403 0 -1 4194304 313 56819 0 0 0 0 864 50 16 0 1 0 93243754 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12560/statm: 1340 238 195 169 0 51 0
[pid=12563] ppid=12560 vsize=49968 CPUtime=3.53
/proc/12563/stat : 12563 (glucose_static) R 12560 12560 12403 0 -1 4194304 12081 0 0 0 347 6 0 0 25 0 1 0 93244670 51167232 12041 1992294400 134512640 135217611 4294956272 18446744073709551615 134533061 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/12563/statm: 12492 12041 77 172 0 12317 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 55328

[startup+25.5014 s]
/proc/loadavg: 1.49 1.11 1.05 2/67 12563
/proc/meminfo: memFree=1574752/2055924 swapFree=4181440/4192956
[pid=12560] ppid=12558 vsize=5360 CPUtime=9.14
/proc/12560/stat : 12560 (glucose.sh) S 12558 12560 12403 0 -1 4194304 313 56819 0 0 0 0 864 50 16 0 1 0 93243754 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12560/statm: 1340 238 195 169 0 51 0
[pid=12563] ppid=12560 vsize=53784 CPUtime=16.32
/proc/12563/stat : 12563 (glucose_static) R 12560 12560 12403 0 -1 4194304 13038 0 0 0 1625 7 0 0 25 0 1 0 93244670 55074816 12998 1992294400 134512640 135217611 4294956272 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/12563/statm: 13446 12998 77 172 0 13271 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 59144

[startup+51.1011 s]
/proc/loadavg: 1.82 1.23 1.09 2/67 12563
/proc/meminfo: memFree=1571040/2055924 swapFree=4181440/4192956
[pid=12560] ppid=12558 vsize=5360 CPUtime=9.14
/proc/12560/stat : 12560 (glucose.sh) S 12558 12560 12403 0 -1 4194304 313 56819 0 0 0 0 864 50 16 0 1 0 93243754 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12560/statm: 1340 238 195 169 0 51 0
[pid=12563] ppid=12560 vsize=55976 CPUtime=41.89
/proc/12563/stat : 12563 (glucose_static) R 12560 12560 12403 0 -1 4194304 13577 0 0 0 4180 9 0 0 25 0 1 0 93244670 57319424 13537 1992294400 134512640 135217611 4294956272 18446744073709551615 134542210 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/12563/statm: 13994 13537 77 172 0 13819 0
Current children cumulated CPU time (s) 51.03
Current children cumulated vsize (KiB) 61336

[startup+102.305 s]
/proc/loadavg: 2.10 1.39 1.15 2/67 12563
/proc/meminfo: memFree=1564192/2055924 swapFree=4181440/4192956
[pid=12560] ppid=12558 vsize=5360 CPUtime=9.14
/proc/12560/stat : 12560 (glucose.sh) S 12558 12560 12403 0 -1 4194304 313 56819 0 0 0 0 864 50 16 0 1 0 93243754 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12560/statm: 1340 238 195 169 0 51 0
[pid=12563] ppid=12560 vsize=64016 CPUtime=93.05
/proc/12563/stat : 12563 (glucose_static) R 12560 12560 12403 0 -1 4194304 15516 0 0 0 9293 12 0 0 25 0 1 0 93244670 65552384 15476 1992294400 134512640 135217611 4294956272 18446744073709551615 134532800 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/12563/statm: 16004 15476 77 172 0 15829 0
Current children cumulated CPU time (s) 102.19
Current children cumulated vsize (KiB) 69376

[startup+162.302 s]
/proc/loadavg: 1.72 1.43 1.18 2/67 12563
/proc/meminfo: memFree=1562848/2055924 swapFree=4181440/4192956
[pid=12560] ppid=12558 vsize=5360 CPUtime=9.14
/proc/12560/stat : 12560 (glucose.sh) S 12558 12560 12403 0 -1 4194304 313 56819 0 0 0 0 864 50 16 0 1 0 93243754 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12560/statm: 1340 238 195 169 0 51 0
[pid=12563] ppid=12560 vsize=68040 CPUtime=152.99
/proc/12563/stat : 12563 (glucose_static) R 12560 12560 12403 0 -1 4194304 16495 0 0 0 15287 12 0 0 25 0 1 0 93244670 69672960 16455 1992294400 134512640 135217611 4294956272 18446744073709551615 134533037 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/12563/statm: 17010 16455 77 172 0 16835 0
Current children cumulated CPU time (s) 162.13
Current children cumulated vsize (KiB) 73400

[startup+222.302 s]
/proc/loadavg: 1.26 1.35 1.17 2/67 12563
/proc/meminfo: memFree=1559392/2055924 swapFree=4181440/4192956
[pid=12560] ppid=12558 vsize=5360 CPUtime=9.14
/proc/12560/stat : 12560 (glucose.sh) S 12558 12560 12403 0 -1 4194304 313 56819 0 0 0 0 864 50 16 0 1 0 93243754 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12560/statm: 1340 238 195 169 0 51 0
[pid=12563] ppid=12560 vsize=71628 CPUtime=212.98
/proc/12563/stat : 12563 (glucose_static) R 12560 12560 12403 0 -1 4194304 17397 0 0 0 21285 13 0 0 25 0 1 0 93244670 73347072 17357 1992294400 134512640 135217611 4294956272 18446744073709551615 134533649 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/12563/statm: 17907 17357 77 172 0 17732 0
Current children cumulated CPU time (s) 222.12
Current children cumulated vsize (KiB) 76988

[startup+282.301 s]
/proc/loadavg: 1.10 1.28 1.16 2/67 12565
/proc/meminfo: memFree=1558240/2055924 swapFree=4181440/4192956
[pid=12560] ppid=12558 vsize=5360 CPUtime=9.14
/proc/12560/stat : 12560 (glucose.sh) S 12558 12560 12403 0 -1 4194304 313 56819 0 0 0 0 864 50 16 0 1 0 93243754 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12560/statm: 1340 238 195 169 0 51 0
[pid=12563] ppid=12560 vsize=72884 CPUtime=272.95
/proc/12563/stat : 12563 (glucose_static) R 12560 12560 12403 0 -1 4194304 17667 0 0 0 27282 13 0 0 25 0 1 0 93244670 74633216 17627 1992294400 134512640 135217611 4294956272 18446744073709551615 134533127 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/12563/statm: 18221 17627 77 172 0 18046 0
Current children cumulated CPU time (s) 282.09
Current children cumulated vsize (KiB) 78244

[startup+342.301 s]
/proc/loadavg: 1.03 1.23 1.14 2/67 12565
/proc/meminfo: memFree=1555232/2055924 swapFree=4181440/4192956
[pid=12560] ppid=12558 vsize=5360 CPUtime=9.14
/proc/12560/stat : 12560 (glucose.sh) S 12558 12560 12403 0 -1 4194304 313 56819 0 0 0 0 864 50 16 0 1 0 93243754 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12560/statm: 1340 238 195 169 0 51 0
[pid=12563] ppid=12560 vsize=75804 CPUtime=332.94
/proc/12563/stat : 12563 (glucose_static) R 12560 12560 12403 0 -1 4194304 18413 0 0 0 33280 14 0 0 25 0 1 0 93244670 77623296 18373 1992294400 134512640 135217611 4294956272 18446744073709551615 134532985 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/12563/statm: 18951 18373 77 172 0 18776 0
Current children cumulated CPU time (s) 342.08
Current children cumulated vsize (KiB) 81164

[startup+402.302 s]
/proc/loadavg: 1.01 1.19 1.13 2/67 12565
/proc/meminfo: memFree=1553760/2055924 swapFree=4181440/4192956
[pid=12560] ppid=12558 vsize=5360 CPUtime=9.14
/proc/12560/stat : 12560 (glucose.sh) S 12558 12560 12403 0 -1 4194304 313 56819 0 0 0 0 864 50 16 0 1 0 93243754 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12560/statm: 1340 238 195 169 0 51 0
[pid=12563] ppid=12560 vsize=77256 CPUtime=392.92
/proc/12563/stat : 12563 (glucose_static) R 12560 12560 12403 0 -1 4194304 18773 0 0 0 39278 14 0 0 25 0 1 0 93244670 79110144 18733 1992294400 134512640 135217611 4294956272 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/12563/statm: 19314 18733 77 172 0 19139 0
Current children cumulated CPU time (s) 402.06
Current children cumulated vsize (KiB) 82616

[startup+462.302 s]
/proc/loadavg: 1.00 1.15 1.12 2/67 12565
/proc/meminfo: memFree=1551392/2055924 swapFree=4181440/4192956
[pid=12560] ppid=12558 vsize=5360 CPUtime=9.14
/proc/12560/stat : 12560 (glucose.sh) S 12558 12560 12403 0 -1 4194304 313 56819 0 0 0 0 864 50 16 0 1 0 93243754 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12560/statm: 1340 238 195 169 0 51 0
[pid=12563] ppid=12560 vsize=79644 CPUtime=452.92
/proc/12563/stat : 12563 (glucose_static) R 12560 12560 12403 0 -1 4194304 19370 0 0 0 45277 15 0 0 25 0 1 0 93244670 81555456 19330 1992294400 134512640 135217611 4294956272 18446744073709551615 134533307 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/12563/statm: 19911 19330 77 172 0 19736 0
Current children cumulated CPU time (s) 462.06
Current children cumulated vsize (KiB) 85004

[startup+522.301 s]
/proc/loadavg: 1.00 1.12 1.11 2/67 12565
/proc/meminfo: memFree=1548512/2055924 swapFree=4181440/4192956
[pid=12560] ppid=12558 vsize=5360 CPUtime=9.14
/proc/12560/stat : 12560 (glucose.sh) S 12558 12560 12403 0 -1 4194304 313 56819 0 0 0 0 864 50 16 0 1 0 93243754 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12560/statm: 1340 238 195 169 0 51 0
[pid=12563] ppid=12560 vsize=83232 CPUtime=512.9
/proc/12563/stat : 12563 (glucose_static) R 12560 12560 12403 0 -1 4194304 20196 0 0 0 51275 15 0 0 25 0 1 0 93244670 85229568 20156 1992294400 134512640 135217611 4294956272 18446744073709551615 134532731 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/12563/statm: 20808 20156 77 172 0 20633 0
Current children cumulated CPU time (s) 522.04
Current children cumulated vsize (KiB) 88592

[startup+582.301 s]
/proc/loadavg: 1.00 1.10 1.10 2/67 12565
/proc/meminfo: memFree=1547232/2055924 swapFree=4181440/4192956
[pid=12560] ppid=12558 vsize=5360 CPUtime=9.14
/proc/12560/stat : 12560 (glucose.sh) S 12558 12560 12403 0 -1 4194304 313 56819 0 0 0 0 864 50 16 0 1 0 93243754 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12560/statm: 1340 238 195 169 0 51 0
[pid=12563] ppid=12560 vsize=84128 CPUtime=572.88
/proc/12563/stat : 12563 (glucose_static) R 12560 12560 12403 0 -1 4194304 20412 0 0 0 57273 15 0 0 25 0 1 0 93244670 86147072 20372 1992294400 134512640 135217611 4294956272 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/12563/statm: 21032 20372 77 172 0 20857 0
Current children cumulated CPU time (s) 582.02
Current children cumulated vsize (KiB) 89488

[startup+642.302 s]
/proc/loadavg: 1.00 1.08 1.09 2/67 12565
/proc/meminfo: memFree=1545376/2055924 swapFree=4181440/4192956
[pid=12560] ppid=12558 vsize=5360 CPUtime=9.14
/proc/12560/stat : 12560 (glucose.sh) S 12558 12560 12403 0 -1 4194304 313 56819 0 0 0 0 864 50 16 0 1 0 93243754 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12560/statm: 1340 238 195 169 0 51 0
[pid=12563] ppid=12560 vsize=85844 CPUtime=632.86
/proc/12563/stat : 12563 (glucose_static) R 12560 12560 12403 0 -1 4194304 20850 0 0 0 63271 15 0 0 25 0 1 0 93244670 87904256 20810 1992294400 134512640 135217611 4294956272 18446744073709551615 134533193 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/12563/statm: 21461 20810 77 172 0 21286 0
Current children cumulated CPU time (s) 642
Current children cumulated vsize (KiB) 91204

[startup+702.302 s]
/proc/loadavg: 1.00 1.06 1.08 2/67 12565
/proc/meminfo: memFree=1544672/2055924 swapFree=4181440/4192956
[pid=12560] ppid=12558 vsize=5360 CPUtime=9.14
/proc/12560/stat : 12560 (glucose.sh) S 12558 12560 12403 0 -1 4194304 313 56819 0 0 0 0 864 50 16 0 1 0 93243754 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12560/statm: 1340 238 195 169 0 51 0
[pid=12563] ppid=12560 vsize=86564 CPUtime=692.85
/proc/12563/stat : 12563 (glucose_static) R 12560 12560 12403 0 -1 4194304 21018 0 0 0 69269 16 0 0 25 0 1 0 93244670 88641536 20978 1992294400 134512640 135217611 4294956272 18446744073709551615 134537010 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/12563/statm: 21641 20978 77 172 0 21466 0
Current children cumulated CPU time (s) 701.99
Current children cumulated vsize (KiB) 91924

[startup+762.305 s]
/proc/loadavg: 1.05 1.06 1.08 2/67 12565
/proc/meminfo: memFree=1543072/2055924 swapFree=4181440/4192956
[pid=12560] ppid=12558 vsize=5360 CPUtime=9.14
/proc/12560/stat : 12560 (glucose.sh) S 12558 12560 12403 0 -1 4194304 313 56819 0 0 0 0 864 50 16 0 1 0 93243754 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12560/statm: 1340 238 195 169 0 51 0
[pid=12563] ppid=12560 vsize=88236 CPUtime=752.84
/proc/12563/stat : 12563 (glucose_static) R 12560 12560 12403 0 -1 4194304 21418 0 0 0 75268 16 0 0 25 0 1 0 93244670 90353664 21378 1992294400 134512640 135217611 4294956272 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/12563/statm: 22059 21378 77 172 0 21884 0
Current children cumulated CPU time (s) 761.98
Current children cumulated vsize (KiB) 93596

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

[startup+767.902 s]
/proc/loadavg: 1.04 1.06 1.08 2/67 12565
/proc/meminfo: memFree=1542432/2055924 swapFree=4181440/4192956
[pid=12560] ppid=12558 vsize=5360 CPUtime=9.14
/proc/12560/stat : 12560 (glucose.sh) S 12558 12560 12403 0 -1 4194304 313 56819 0 0 0 0 864 50 16 0 1 0 93243754 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12560/statm: 1340 238 195 169 0 51 0
[pid=12563] ppid=12560 vsize=88864 CPUtime=758.43
/proc/12563/stat : 12563 (glucose_static) R 12560 12560 12403 0 -1 4194304 21577 0 0 0 75827 16 0 0 25 0 1 0 93244670 90996736 21537 1992294400 134512640 135217611 4294956272 18446744073709551615 134533313 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/12563/statm: 22216 21537 77 172 0 22041 0
Current children cumulated CPU time (s) 767.57
Current children cumulated vsize (KiB) 94224

[startup+774.301 s]
/proc/loadavg: 1.04 1.06 1.08 2/67 12565
/proc/meminfo: memFree=1542432/2055924 swapFree=4181440/4192956
[pid=12560] ppid=12558 vsize=5360 CPUtime=9.14
/proc/12560/stat : 12560 (glucose.sh) S 12558 12560 12403 0 -1 4194304 313 56819 0 0 0 0 864 50 16 0 1 0 93243754 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12560/statm: 1340 238 195 169 0 51 0
[pid=12563] ppid=12560 vsize=88864 CPUtime=764.84
/proc/12563/stat : 12563 (glucose_static) R 12560 12560 12403 0 -1 4194304 21577 0 0 0 76468 16 0 0 25 0 1 0 93244670 90996736 21537 1992294400 134512640 135217611 4294956272 18446744073709551615 134533065 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/12563/statm: 22216 21537 77 172 0 22041 0
Current children cumulated CPU time (s) 773.98
Current children cumulated vsize (KiB) 94224

[startup+780.701 s]
/proc/loadavg: 1.04 1.06 1.08 2/67 12565
/proc/meminfo: memFree=1542432/2055924 swapFree=4181440/4192956
[pid=12560] ppid=12558 vsize=5360 CPUtime=9.14
/proc/12560/stat : 12560 (glucose.sh) S 12558 12560 12403 0 -1 4194304 313 56819 0 0 0 0 864 50 16 0 1 0 93243754 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12560/statm: 1340 238 195 169 0 51 0
[pid=12563] ppid=12560 vsize=88864 CPUtime=771.23
/proc/12563/stat : 12563 (glucose_static) R 12560 12560 12403 0 -1 4194304 21577 0 0 0 77107 16 0 0 25 0 1 0 93244670 90996736 21537 1992294400 134512640 135217611 4294956272 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/12563/statm: 22216 21537 77 172 0 22041 0
Current children cumulated CPU time (s) 780.37
Current children cumulated vsize (KiB) 94224

[startup+782.301 s]
/proc/loadavg: 1.03 1.06 1.08 2/67 12565
/proc/meminfo: memFree=1542432/2055924 swapFree=4181440/4192956
[pid=12560] ppid=12558 vsize=5360 CPUtime=9.14
/proc/12560/stat : 12560 (glucose.sh) S 12558 12560 12403 0 -1 4194304 313 56819 0 0 0 0 864 50 16 0 1 0 93243754 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12560/statm: 1340 238 195 169 0 51 0
[pid=12563] ppid=12560 vsize=88864 CPUtime=772.83
/proc/12563/stat : 12563 (glucose_static) R 12560 12560 12403 0 -1 4194304 21577 0 0 0 77267 16 0 0 25 0 1 0 93244670 90996736 21537 1992294400 134512640 135217611 4294956272 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/12563/statm: 22216 21537 77 172 0 22041 0
Current children cumulated CPU time (s) 781.97
Current children cumulated vsize (KiB) 94224

[startup+783.101 s]
/proc/loadavg: 1.03 1.06 1.08 2/67 12565
/proc/meminfo: memFree=1542432/2055924 swapFree=4181440/4192956
[pid=12560] ppid=12558 vsize=5360 CPUtime=9.14
/proc/12560/stat : 12560 (glucose.sh) S 12558 12560 12403 0 -1 4194304 313 56819 0 0 0 0 864 50 16 0 1 0 93243754 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12560/statm: 1340 238 195 169 0 51 0
[pid=12563] ppid=12560 vsize=88864 CPUtime=773.63
/proc/12563/stat : 12563 (glucose_static) R 12560 12560 12403 0 -1 4194304 21577 0 0 0 77347 16 0 0 25 0 1 0 93244670 90996736 21537 1992294400 134512640 135217611 4294956272 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/12563/statm: 22216 21537 77 172 0 22041 0
Current children cumulated CPU time (s) 782.77
Current children cumulated vsize (KiB) 94224

[startup+783.901 s]
/proc/loadavg: 1.03 1.06 1.08 2/67 12565
/proc/meminfo: memFree=1542432/2055924 swapFree=4181440/4192956
[pid=12560] ppid=12558 vsize=5360 CPUtime=9.14
/proc/12560/stat : 12560 (glucose.sh) S 12558 12560 12403 0 -1 4194304 313 56819 0 0 0 0 864 50 16 0 1 0 93243754 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12560/statm: 1340 238 195 169 0 51 0
[pid=12563] ppid=12560 vsize=88864 CPUtime=774.43
/proc/12563/stat : 12563 (glucose_static) R 12560 12560 12403 0 -1 4194304 21577 0 0 0 77427 16 0 0 25 0 1 0 93244670 90996736 21537 1992294400 134512640 135217611 4294956272 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/12563/statm: 22216 21537 77 172 0 22041 0
Current children cumulated CPU time (s) 783.57
Current children cumulated vsize (KiB) 94224

[startup+784.101 s]
/proc/loadavg: 1.03 1.06 1.08 2/67 12565
/proc/meminfo: memFree=1542432/2055924 swapFree=4181440/4192956
[pid=12560] ppid=12558 vsize=5360 CPUtime=783.75
/proc/12560/stat : 12560 (glucose.sh) S 12558 12560 12403 0 -1 4194304 341 78408 0 0 0 0 78308 67 19 0 1 0 93243754 5488640 240 1992294400 4194304 4889804 548682068800 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12560/statm: 1340 240 196 169 0 51 0
Current children cumulated CPU time (s) 783.75
Current children cumulated vsize (KiB) 5360

Child status: 20
Real time (s): 784.109
CPU time (s): 783.793
CPU user time (s): 783.084
CPU system time (s): 0.708892
CPU usage (%): 99.9597
Max. virtual memory (cumulated for all children) (KiB): 233664

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

runsolver used 0.678896 second user time and 2.18167 second system time

The end

Launcher Data

Begin job on node83 at 2009-04-25 11:35:45
IDJOB=1720052
IDBENCH=69591
IDSOLVER=503
FILE ID=node83/1720052-1240652143
PBS_JOBID= 9186500
Free space on /tmp= 66008 MiB

SOLVER NAME= glucose 1.0
BENCH NAME= SAT_RACE08/cnf/manol-pipe-c10nidw.cnf
COMMAND LINE= glucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1720052-1240652143/watcher-1720052-1240652143 -o /tmp/evaluation-result-1720052-1240652143/solver-1720052-1240652143 -C 1200 -W 1800 -M 1800 --output-limit 1,15  glucose.sh HOME/instance-1720052-1240652143.cnf

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

MD5SUM BENCH= 943fd86d922b13236c21a74c4f82b6d0
RANDOM SEED=1768914909

node83.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.222
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.222
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055924 kB
MemFree:       1680272 kB
Buffers:         34096 kB
Cached:         282900 kB
SwapCached:       5392 kB
Active:          37808 kB
Inactive:       288028 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055924 kB
LowFree:       1680272 kB
SwapTotal:     4192956 kB
SwapFree:      4181440 kB
Dirty:           25208 kB
Writeback:           0 kB
Mapped:          13460 kB
Slab:            35740 kB
Committed_AS:   324004 kB
PageTables:       1384 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= 66004 MiB
End job on node83 at 2009-04-25 11:48:49