Trace number 1723248

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 97.5152 97.5534

General information on the benchmark

Namemanol-pipe-g10bidw.cnf
MD5SUM6ade683f6bfd116f49e58395d70ae6c0
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark97.5152
Satisfiable
(Un)Satisfiability was proved
Number of variables237485
Number of clauses705220
Sum of the clauses size1645512
Maximum clause length3
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2470146
Number of clauses of size 3235073
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.59/0.65	c ==============================================================================
0.59/0.65	c |           |     ORIGINAL     |              LEARNT              |          |
0.59/0.65	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.59/0.65	c ==============================================================================
0.59/0.65	c |         0 |  705219  1645511 |  211565       0        0     nan |  0.000 % |
4.48/4.54	c |         0 |  302951  1188077 |      --       0       --      -- |     --   | -402266/-457429
4.48/4.54	c ==============================================================================
4.48/4.54	c Result  :   #vars: 39231   #clauses: 302951   #literals: 1188077
4.48/4.54	c CPU time:   4.27435 s
4.48/4.54	c ==============================================================================
4.88/4.97	c
4.88/4.97	c Starting glucose
4.88/4.97	c
4.88/4.97	
4.88/4.97	c This is glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
4.88/4.97	
4.88/4.97	c ============================[ Problem Statistics ]=============================
4.88/4.97	c |                                                                             |
4.88/4.97	c |  Number of variables:  39231                                                |
4.88/4.97	c |  Number of clauses:    302951                                               |
4.95/5.21	c |  Parsing time:         0.21         s                                       |
97.44/97.52	c restarts              : 498
97.44/97.52	c nb ReduceDB           : 16
97.44/97.52	c nb learnts DL2        : 3108
97.44/97.52	c nb learnts size 2     : 769
97.44/97.52	c nb learnts size 1     : 163
97.44/97.52	c conflicts             : 460646         (4983 /sec)
97.44/97.52	c decisions             : 2365349        (1.66 % random) (25587 /sec)
97.44/97.52	c propagations          : 109569179      (1185263 /sec)
97.44/97.52	c conflict literals     : 12490470       (20.34 % deleted)
97.44/97.52	c Memory used           : 40.89 MB
97.44/97.52	c CPU time              : 92.4429 s
97.44/97.52	
97.44/97.53	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-1723248-1240684356/watcher-1723248-1240684356 -o /tmp/evaluation-result-1723248-1240684356/solver-1723248-1240684356 -C 1200 -W 1800 -M 1800 --output-limit 1,15 glucose.sh HOME/instance-1723248-1240684356.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.12 3/64 21947
/proc/meminfo: memFree=1718728/2055920 swapFree=4181324/4192956
[pid=21947] ppid=21945 vsize=5360 CPUtime=0
/proc/21947/stat : 21947 (glucose.sh) S 21945 21947 21750 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 96468941 5488640 236 1992294400 4194304 4889804 548682068800 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21947/statm: 1340 236 195 169 0 51 0
[pid=21948] ppid=21947 vsize=1828 CPUtime=0
/proc/21948/stat : 21948 (SatELite_releas) R 21947 21947 21750 0 -1 4194304 302 0 0 0 0 0 0 0 18 0 1 0 96468941 1871872 286 1992294400 134512640 135225430 4294956160 18446744073709551615 134717494 0 0 4096 3 0 0 0 17 1 0 0
/proc/21948/statm: 457 287 50 174 0 280 0

[startup+0.085397 s]
/proc/loadavg: 1.00 1.00 1.12 3/64 21947
/proc/meminfo: memFree=1718728/2055920 swapFree=4181324/4192956
[pid=21947] ppid=21945 vsize=5360 CPUtime=0
/proc/21947/stat : 21947 (glucose.sh) S 21945 21947 21750 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 96468941 5488640 236 1992294400 4194304 4889804 548682068800 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21947/statm: 1340 236 195 169 0 51 0
[pid=21948] ppid=21947 vsize=15240 CPUtime=0.07
/proc/21948/stat : 21948 (SatELite_releas) R 21947 21947 21750 0 -1 4194304 3081 0 0 0 6 1 0 0 18 0 1 0 96468941 15605760 3065 1992294400 134512640 135225430 4294956160 18446744073709551615 134735534 0 0 4096 3 0 0 0 17 1 0 0
/proc/21948/statm: 3810 3066 50 174 0 3633 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 20600

[startup+0.101399 s]
/proc/loadavg: 1.00 1.00 1.12 3/64 21947
/proc/meminfo: memFree=1718728/2055920 swapFree=4181324/4192956
[pid=21947] ppid=21945 vsize=5360 CPUtime=0
/proc/21947/stat : 21947 (glucose.sh) S 21945 21947 21750 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 96468941 5488640 236 1992294400 4194304 4889804 548682068800 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21947/statm: 1340 236 195 169 0 51 0
[pid=21948] ppid=21947 vsize=16824 CPUtime=0.09
/proc/21948/stat : 21948 (SatELite_releas) R 21947 21947 21750 0 -1 4194304 3628 0 0 0 7 2 0 0 18 0 1 0 96468941 17227776 3612 1992294400 134512640 135225430 4294956160 18446744073709551615 134735534 0 0 4096 3 0 0 0 17 1 0 0
/proc/21948/statm: 4206 3613 50 174 0 4029 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 22184

[startup+0.30142 s]
/proc/loadavg: 1.00 1.00 1.12 3/64 21947
/proc/meminfo: memFree=1718728/2055920 swapFree=4181324/4192956
[pid=21947] ppid=21945 vsize=5360 CPUtime=0
/proc/21947/stat : 21947 (glucose.sh) S 21945 21947 21750 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 96468941 5488640 236 1992294400 4194304 4889804 548682068800 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21947/statm: 1340 236 195 169 0 51 0
[pid=21948] ppid=21947 vsize=43132 CPUtime=0.28
/proc/21948/stat : 21948 (SatELite_releas) R 21947 21947 21750 0 -1 4194304 10395 0 0 0 22 6 0 0 19 0 1 0 96468941 44167168 10379 1992294400 134512640 135225430 4294956160 18446744073709551615 134735534 0 0 4096 3 0 0 0 17 1 0 0
/proc/21948/statm: 10783 10381 50 174 0 10606 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 48492

[startup+0.701463 s]
/proc/loadavg: 1.00 1.00 1.12 3/64 21947
/proc/meminfo: memFree=1718728/2055920 swapFree=4181324/4192956
[pid=21947] ppid=21945 vsize=5360 CPUtime=0
/proc/21947/stat : 21947 (glucose.sh) S 21945 21947 21750 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 96468941 5488640 236 1992294400 4194304 4889804 548682068800 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21947/statm: 1340 236 195 169 0 51 0
[pid=21948] ppid=21947 vsize=96268 CPUtime=0.69
/proc/21948/stat : 21948 (SatELite_releas) R 21947 21947 21750 0 -1 4194304 24513 0 0 0 56 13 0 0 23 0 1 0 96468941 98578432 23003 1992294400 134512640 135225430 4294956160 18446744073709551615 134577719 0 0 4096 3 0 0 0 17 1 0 0
/proc/21948/statm: 24067 23003 77 174 0 23890 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 101628

[startup+1.50255 s]
/proc/loadavg: 1.00 1.00 1.12 2/66 21949
/proc/meminfo: memFree=1620216/2055920 swapFree=4181324/4192956
[pid=21947] ppid=21945 vsize=5360 CPUtime=0
/proc/21947/stat : 21947 (glucose.sh) S 21945 21947 21750 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 96468941 5488640 236 1992294400 4194304 4889804 548682068800 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21947/statm: 1340 236 195 169 0 51 0
[pid=21948] ppid=21947 vsize=105864 CPUtime=1.49
/proc/21948/stat : 21948 (SatELite_releas) R 21947 21947 21750 0 -1 4194304 26640 0 0 0 132 17 0 0 25 0 1 0 96468941 108404736 24666 1992294400 134512640 135225430 4294956160 18446744073709551615 134735630 0 0 4096 3 0 0 0 17 1 0 0
/proc/21948/statm: 26466 24666 77 174 0 26289 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 111224

[startup+3.10172 s]
/proc/loadavg: 1.00 1.00 1.12 2/66 21949
/proc/meminfo: memFree=1606072/2055920 swapFree=4181324/4192956
[pid=21947] ppid=21945 vsize=5360 CPUtime=0
/proc/21947/stat : 21947 (glucose.sh) S 21945 21947 21750 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 96468941 5488640 236 1992294400 4194304 4889804 548682068800 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21947/statm: 1340 236 195 169 0 51 0
[pid=21948] ppid=21947 vsize=113192 CPUtime=3.08
/proc/21948/stat : 21948 (SatELite_releas) R 21947 21947 21750 0 -1 4194304 28358 0 0 0 285 23 0 0 25 0 1 0 96468941 115908608 26384 1992294400 134512640 135225430 4294956160 18446744073709551615 134564352 0 0 4096 3 0 0 0 17 1 0 0
/proc/21948/statm: 28298 26384 77 174 0 28121 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 118552

[startup+6.30106 s]
/proc/loadavg: 1.00 1.00 1.12 2/66 21950
/proc/meminfo: memFree=1666296/2055920 swapFree=4181324/4192956
[pid=21947] ppid=21945 vsize=5360 CPUtime=4.95
/proc/21947/stat : 21947 (glucose.sh) S 21945 21947 21750 0 -1 4194304 313 31163 0 0 0 0 465 30 16 0 1 0 96468941 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21947/statm: 1340 238 195 169 0 51 0
[pid=21950] ppid=21947 vsize=27564 CPUtime=1.31
/proc/21950/stat : 21950 (glucose_static) R 21947 21947 21750 0 -1 4194304 6684 0 0 0 128 3 0 0 25 0 1 0 96469438 28225536 6663 1992294400 134512640 135217611 4294956272 18446744073709551615 134532638 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/21950/statm: 6891 6663 77 172 0 6716 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 32924

[startup+12.7017 s]
/proc/loadavg: 1.00 1.00 1.11 2/66 21950
/proc/meminfo: memFree=1660536/2055920 swapFree=4181324/4192956
[pid=21947] ppid=21945 vsize=5360 CPUtime=4.95
/proc/21947/stat : 21947 (glucose.sh) S 21945 21947 21750 0 -1 4194304 313 31163 0 0 0 0 465 30 16 0 1 0 96468941 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21947/statm: 1340 238 195 169 0 51 0
[pid=21950] ppid=21947 vsize=31992 CPUtime=7.71
/proc/21950/stat : 21950 (glucose_static) R 21947 21947 21750 0 -1 4194304 7807 0 0 0 767 4 0 0 25 0 1 0 96469438 32759808 7786 1992294400 134512640 135217611 4294956272 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/21950/statm: 7998 7786 77 172 0 7823 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 37352

[startup+25.5011 s]
/proc/loadavg: 1.00 1.00 1.11 2/66 21950
/proc/meminfo: memFree=1656440/2055920 swapFree=4181324/4192956
[pid=21947] ppid=21945 vsize=5360 CPUtime=4.95
/proc/21947/stat : 21947 (glucose.sh) S 21945 21947 21750 0 -1 4194304 313 31163 0 0 0 0 465 30 16 0 1 0 96468941 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21947/statm: 1340 238 195 169 0 51 0
[pid=21950] ppid=21947 vsize=35432 CPUtime=20.5
/proc/21950/stat : 21950 (glucose_static) R 21947 21947 21750 0 -1 4194304 8644 0 0 0 2045 5 0 0 25 0 1 0 96469438 36282368 8623 1992294400 134512640 135217611 4294956272 18446744073709551615 134533118 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/21950/statm: 8858 8623 77 172 0 8683 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 40792

[startup+51.1019 s]
/proc/loadavg: 1.00 1.00 1.11 2/66 21950
/proc/meminfo: memFree=1653880/2055920 swapFree=4181324/4192956
[pid=21947] ppid=21945 vsize=5360 CPUtime=4.95
/proc/21947/stat : 21947 (glucose.sh) S 21945 21947 21750 0 -1 4194304 313 31163 0 0 0 0 465 30 16 0 1 0 96468941 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21947/statm: 1340 238 195 169 0 51 0
[pid=21950] ppid=21947 vsize=38280 CPUtime=46.11
/proc/21950/stat : 21950 (glucose_static) R 21947 21947 21750 0 -1 4194304 9363 0 0 0 4604 7 0 0 25 0 1 0 96469438 39198720 9342 1992294400 134512640 135217611 4294956272 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/21950/statm: 9570 9342 77 172 0 9395 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 43640

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

[startup+76.7016 s]
/proc/loadavg: 1.00 1.00 1.10 2/66 21950
/proc/meminfo: memFree=1651768/2055920 swapFree=4181324/4192956
[pid=21947] ppid=21945 vsize=5360 CPUtime=4.95
/proc/21947/stat : 21947 (glucose.sh) S 21945 21947 21750 0 -1 4194304 313 31163 0 0 0 0 465 30 16 0 1 0 96468941 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21947/statm: 1340 238 195 169 0 51 0
[pid=21950] ppid=21947 vsize=40384 CPUtime=71.69
/proc/21950/stat : 21950 (glucose_static) R 21947 21947 21750 0 -1 4194304 9849 0 0 0 7162 7 0 0 25 0 1 0 96469438 41353216 9828 1992294400 134512640 135217611 4294956272 18446744073709551615 134723558 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/21950/statm: 10096 9828 77 172 0 9921 0
Current children cumulated CPU time (s) 76.64
Current children cumulated vsize (KiB) 45744

[startup+89.502 s]
/proc/loadavg: 1.00 1.00 1.10 2/66 21950
/proc/meminfo: memFree=1650424/2055920 swapFree=4181324/4192956
[pid=21947] ppid=21945 vsize=5360 CPUtime=4.95
/proc/21947/stat : 21947 (glucose.sh) S 21945 21947 21750 0 -1 4194304 313 31163 0 0 0 0 465 30 16 0 1 0 96468941 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21947/statm: 1340 238 195 169 0 51 0
[pid=21950] ppid=21947 vsize=41716 CPUtime=84.49
/proc/21950/stat : 21950 (glucose_static) R 21947 21947 21750 0 -1 4194304 10170 0 0 0 8442 7 0 0 25 0 1 0 96469438 42717184 10149 1992294400 134512640 135217611 4294956272 18446744073709551615 134533377 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/21950/statm: 10429 10149 77 172 0 10254 0
Current children cumulated CPU time (s) 89.44
Current children cumulated vsize (KiB) 47076

[startup+92.7013 s]
/proc/loadavg: 1.00 1.00 1.10 2/66 21950
/proc/meminfo: memFree=1650424/2055920 swapFree=4181324/4192956
[pid=21947] ppid=21945 vsize=5360 CPUtime=4.95
/proc/21947/stat : 21947 (glucose.sh) S 21945 21947 21750 0 -1 4194304 313 31163 0 0 0 0 465 30 16 0 1 0 96468941 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21947/statm: 1340 238 195 169 0 51 0
[pid=21950] ppid=21947 vsize=41716 CPUtime=87.68
/proc/21950/stat : 21950 (glucose_static) R 21947 21947 21750 0 -1 4194304 10170 0 0 0 8761 7 0 0 25 0 1 0 96469438 42717184 10149 1992294400 134512640 135217611 4294956272 18446744073709551615 134526273 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/21950/statm: 10429 10149 77 172 0 10254 0
Current children cumulated CPU time (s) 92.63
Current children cumulated vsize (KiB) 47076

[startup+95.9027 s]
/proc/loadavg: 1.00 1.00 1.10 2/66 21950
/proc/meminfo: memFree=1650296/2055920 swapFree=4181324/4192956
[pid=21947] ppid=21945 vsize=5360 CPUtime=4.95
/proc/21947/stat : 21947 (glucose.sh) S 21945 21947 21750 0 -1 4194304 313 31163 0 0 0 0 465 30 16 0 1 0 96468941 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21947/statm: 1340 238 195 169 0 51 0
[pid=21950] ppid=21947 vsize=41716 CPUtime=90.89
/proc/21950/stat : 21950 (glucose_static) R 21947 21947 21750 0 -1 4194304 10201 0 0 0 9082 7 0 0 25 0 1 0 96469438 42717184 10180 1992294400 134512640 135217611 4294956272 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/21950/statm: 10429 10180 77 172 0 10254 0
Current children cumulated CPU time (s) 95.84
Current children cumulated vsize (KiB) 47076

[startup+96.7018 s]
/proc/loadavg: 1.00 1.00 1.10 2/66 21950
/proc/meminfo: memFree=1650232/2055920 swapFree=4181324/4192956
[pid=21947] ppid=21945 vsize=5360 CPUtime=4.95
/proc/21947/stat : 21947 (glucose.sh) S 21945 21947 21750 0 -1 4194304 313 31163 0 0 0 0 465 30 16 0 1 0 96468941 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21947/statm: 1340 238 195 169 0 51 0
[pid=21950] ppid=21947 vsize=41864 CPUtime=91.69
/proc/21950/stat : 21950 (glucose_static) R 21947 21947 21750 0 -1 4194304 10219 0 0 0 9162 7 0 0 25 0 1 0 96469438 42868736 10198 1992294400 134512640 135217611 4294956272 18446744073709551615 134522435 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/21950/statm: 10466 10198 77 172 0 10291 0
Current children cumulated CPU time (s) 96.64
Current children cumulated vsize (KiB) 47224

[startup+97.1018 s]
/proc/loadavg: 1.00 1.00 1.10 2/66 21950
/proc/meminfo: memFree=1650232/2055920 swapFree=4181324/4192956
[pid=21947] ppid=21945 vsize=5360 CPUtime=4.95
/proc/21947/stat : 21947 (glucose.sh) S 21945 21947 21750 0 -1 4194304 313 31163 0 0 0 0 465 30 16 0 1 0 96468941 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21947/statm: 1340 238 195 169 0 51 0
[pid=21950] ppid=21947 vsize=41864 CPUtime=92.09
/proc/21950/stat : 21950 (glucose_static) R 21947 21947 21750 0 -1 4194304 10219 0 0 0 9201 8 0 0 25 0 1 0 96469438 42868736 10198 1992294400 134512640 135217611 4294956272 18446744073709551615 134527886 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/21950/statm: 10466 10198 77 172 0 10291 0
Current children cumulated CPU time (s) 97.04
Current children cumulated vsize (KiB) 47224

[startup+97.5018 s]
/proc/loadavg: 1.00 1.00 1.10 2/66 21950
/proc/meminfo: memFree=1650232/2055920 swapFree=4181324/4192956
[pid=21947] ppid=21945 vsize=5360 CPUtime=4.95
/proc/21947/stat : 21947 (glucose.sh) S 21945 21947 21750 0 -1 4194304 313 31163 0 0 0 0 465 30 16 0 1 0 96468941 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21947/statm: 1340 238 195 169 0 51 0
[pid=21950] ppid=21947 vsize=41864 CPUtime=92.49
/proc/21950/stat : 21950 (glucose_static) R 21947 21947 21750 0 -1 4194304 10232 0 0 0 9241 8 0 0 25 0 1 0 96469438 42868736 10211 1992294400 134512640 135217611 4294956272 18446744073709551615 134528185 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/21950/statm: 10466 10211 77 172 0 10291 0
Current children cumulated CPU time (s) 97.44
Current children cumulated vsize (KiB) 47224

Child status: 20
Real time (s): 97.5534
CPU time (s): 97.5152
CPU user time (s): 97.1002
CPU system time (s): 0.414936
CPU usage (%): 99.9608
Max. virtual memory (cumulated for all children) (KiB): 123988

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 97.1002
system time used= 0.414936
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 41875
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= 38
involuntary context switches= 175

runsolver used 0.117982 second user time and 0.242963 second system time

The end

Launcher Data

Begin job on node19 at 2009-04-25 20:32:37
IDJOB=1723248
IDBENCH=71689
IDSOLVER=503
FILE ID=node19/1723248-1240684356
PBS_JOBID= 9186699
Free space on /tmp= 66228 MiB

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

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

MD5SUM BENCH= 6ade683f6bfd116f49e58395d70ae6c0
RANDOM SEED=811213090

node19.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.236
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.236
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:       1719144 kB
Buffers:         48820 kB
Cached:         212588 kB
SwapCached:       5424 kB
Active:          85512 kB
Inactive:       183756 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1719144 kB
SwapTotal:     4192956 kB
SwapFree:      4181324 kB
Dirty:           14132 kB
Writeback:           0 kB
Mapped:          13508 kB
Slab:            53464 kB
Committed_AS:   337776 kB
PageTables:       1452 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= 66228 MiB
End job on node19 at 2009-04-25 20:34:14