Trace number 1774794

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 191.411 191.56

General information on the benchmark

NameAPPLICATIONS/diagnosis/
UCG-15-5p0.cnf
MD5SUM4385f03fe3bdaf0f127ae989ddd7908d
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark107.13
Satisfiable
(Un)Satisfiability was proved
Number of variables162696
Number of clauses821000
Sum of the clauses size1953203
Maximum clause length10
Minimum clause length1
Number of clauses of size 18386
Number of clauses of size 2617825
Number of clauses of size 3153189
Number of clauses of size 44620
Number of clauses of size 518480
Number of clauses of size over 518500

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.79/0.83	c ==============================================================================
0.79/0.83	c |           |     ORIGINAL     |              LEARNT              |          |
0.79/0.83	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.79/0.83	c ==============================================================================
0.79/0.83	c |         0 |  812074  1943737 |  243622       0        0     nan |  0.000 % |
5.18/5.26	c |         0 |  545816  1527919 |      --       0       --      -- |     --   | -75341/18070
5.18/5.27	c ==============================================================================
5.18/5.27	c Result  :   #vars: 85539   #clauses: 545816   #literals: 1527919
5.18/5.27	c CPU time:   5.07823 s
5.18/5.27	c ==============================================================================
5.78/5.82	c
5.78/5.82	c Starting glucose
5.78/5.82	c
5.78/5.82	
5.78/5.82	c This is glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
5.78/5.82	
5.78/5.82	c ============================[ Problem Statistics ]=============================
5.78/5.82	c |                                                                             |
5.78/5.82	c |  Number of variables:  85539                                                |
5.78/5.82	c |  Number of clauses:    545816                                               |
5.80/6.24	c |  Parsing time:         0.37         s                                       |
191.33/191.53	c restarts              : 78
191.33/191.53	c nb ReduceDB           : 3
191.33/191.53	c nb learnts DL2        : 2285
191.33/191.53	c nb learnts size 2     : 1629
191.33/191.53	c nb learnts size 1     : 212
191.33/191.53	c conflicts             : 66969          (361 /sec)
191.33/191.53	c decisions             : 254772         (1.28 % random) (1374 /sec)
191.33/191.53	c propagations          : 280633851      (1512950 /sec)
191.33/191.53	c conflict literals     : 5872011        (40.04 % deleted)
191.33/191.53	c Memory used           : 51.61 MB
191.33/191.53	c CPU time              : 185.488 s
191.33/191.53	
191.33/191.54	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-1774794-1241267695/watcher-1774794-1241267695 -o /tmp/evaluation-result-1774794-1241267695/solver-1774794-1241267695 -C 10000 -W 12000 -M 1800 glucose.sh HOME/instance-1774794-1241267695.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 3/64 3552
/proc/meminfo: memFree=1173672/2055920 swapFree=4180836/4192956
[pid=3552] ppid=3550 vsize=5360 CPUtime=0
/proc/3552/stat : 3552 (glucose.sh) R 3550 3552 3515 0 -1 4194304 268 0 0 0 0 0 0 0 18 0 1 0 154803691 5488640 235 1992294400 4194304 4889804 548682068816 18446744073709551615 206381312671 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/3552/statm: 1340 235 194 169 0 51 0
[pid=3553] ppid=3552 vsize=1744 CPUtime=0
/proc/3553/stat : 3553 (SatELite_releas) R 3552 3552 3515 0 -1 4194304 275 0 0 0 0 0 0 0 18 0 1 0 154803691 1785856 259 1992294400 134512640 135225430 4294956176 18446744073709551615 134543744 0 0 4096 3 0 0 0 17 0 0 0
/proc/3553/statm: 436 261 50 174 0 259 0

[startup+0.0193751 s]
/proc/loadavg: 0.85 0.97 0.99 3/64 3552
/proc/meminfo: memFree=1173672/2055920 swapFree=4180836/4192956
[pid=3552] ppid=3550 vsize=5360 CPUtime=0
/proc/3552/stat : 3552 (glucose.sh) S 3550 3552 3515 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 154803691 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3552/statm: 1340 236 195 169 0 51 0
[pid=3553] ppid=3552 vsize=7248 CPUtime=0.01
/proc/3553/stat : 3553 (SatELite_releas) R 3552 3552 3515 0 -1 4194304 1421 0 0 0 1 0 0 0 19 0 1 0 154803691 7421952 1365 1992294400 134512640 135225430 4294956176 18446744073709551615 134735534 0 0 4096 3 0 0 0 17 0 0 0
/proc/3553/statm: 1812 1367 50 174 0 1635 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 12608

[startup+0.101389 s]
/proc/loadavg: 0.85 0.97 0.99 3/64 3552
/proc/meminfo: memFree=1173672/2055920 swapFree=4180836/4192956
[pid=3552] ppid=3550 vsize=5360 CPUtime=0
/proc/3552/stat : 3552 (glucose.sh) S 3550 3552 3515 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 154803691 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3552/statm: 1340 236 195 169 0 51 0
[pid=3553] ppid=3552 vsize=32180 CPUtime=0.09
/proc/3553/stat : 3553 (SatELite_releas) R 3552 3552 3515 0 -1 4194304 5195 0 0 0 7 2 0 0 19 0 1 0 154803691 32952320 5075 1992294400 134512640 135225430 4294956176 18446744073709551615 134717494 0 0 4096 3 0 0 0 17 0 0 0
/proc/3553/statm: 8045 5077 50 174 0 7868 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 37540

[startup+0.301425 s]
/proc/loadavg: 0.85 0.97 0.99 3/64 3552
/proc/meminfo: memFree=1173672/2055920 swapFree=4180836/4192956
[pid=3552] ppid=3550 vsize=5360 CPUtime=0
/proc/3552/stat : 3552 (glucose.sh) S 3550 3552 3515 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 154803691 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3552/statm: 1340 236 195 169 0 51 0
[pid=3553] ppid=3552 vsize=48500 CPUtime=0.29
/proc/3553/stat : 3553 (SatELite_releas) R 3552 3552 3515 0 -1 4194304 9129 0 0 0 24 5 0 0 21 0 1 0 154803691 49664000 9009 1992294400 134512640 135225430 4294956176 18446744073709551615 134735534 0 0 4096 3 0 0 0 17 0 0 0
/proc/3553/statm: 12125 9010 50 174 0 11948 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 53860

[startup+0.701498 s]
/proc/loadavg: 0.85 0.97 0.99 3/64 3552
/proc/meminfo: memFree=1173672/2055920 swapFree=4180836/4192956
[pid=3552] ppid=3550 vsize=5360 CPUtime=0
/proc/3552/stat : 3552 (glucose.sh) S 3550 3552 3515 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 154803691 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3552/statm: 1340 236 195 169 0 51 0
[pid=3553] ppid=3552 vsize=80436 CPUtime=0.69
/proc/3553/stat : 3553 (SatELite_releas) R 3552 3552 3515 0 -1 4194304 17604 0 0 0 59 10 0 0 25 0 1 0 154803691 82366464 17484 1992294400 134512640 135225430 4294956176 18446744073709551615 134548138 0 0 4096 3 0 0 0 17 0 0 0
/proc/3553/statm: 20109 17484 51 174 0 19932 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 85796

[startup+1.50164 s]
/proc/loadavg: 0.85 0.97 0.99 2/66 3554
/proc/meminfo: memFree=1099416/2055920 swapFree=4180836/4192956
[pid=3552] ppid=3550 vsize=5360 CPUtime=0
/proc/3552/stat : 3552 (glucose.sh) S 3550 3552 3515 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 154803691 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3552/statm: 1340 236 195 169 0 51 0
[pid=3553] ppid=3552 vsize=99060 CPUtime=1.49
/proc/3553/stat : 3553 (SatELite_releas) R 3552 3552 3515 0 -1 4194304 23319 0 0 0 136 13 0 0 25 0 1 0 154803691 101437440 21213 1992294400 134512640 135225430 4294956176 18446744073709551615 134717494 0 0 4096 3 0 0 0 17 0 0 0
/proc/3553/statm: 24765 21213 77 174 0 24588 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 104420

[startup+3.10194 s]
/proc/loadavg: 0.86 0.97 0.99 2/66 3554
/proc/meminfo: memFree=1082456/2055920 swapFree=4180836/4192956
[pid=3552] ppid=3550 vsize=5360 CPUtime=0
/proc/3552/stat : 3552 (glucose.sh) S 3550 3552 3515 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 154803691 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3552/statm: 1340 236 195 169 0 51 0
[pid=3553] ppid=3552 vsize=110224 CPUtime=3.08
/proc/3553/stat : 3553 (SatELite_releas) R 3552 3552 3515 0 -1 4194304 25819 0 0 0 294 14 0 0 25 0 1 0 154803691 112869376 23463 1992294400 134512640 135225430 4294956176 18446744073709551615 134612529 0 0 4096 3 0 0 0 17 0 0 0
/proc/3553/statm: 27556 23463 77 174 0 27379 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 115584

[startup+6.30153 s]
/proc/loadavg: 0.86 0.97 0.99 2/66 3554
/proc/meminfo: memFree=1076504/2055920 swapFree=4180836/4192956
[pid=3552] ppid=3550 vsize=5360 CPUtime=5.8
/proc/3552/stat : 3552 (glucose.sh) S 3550 3552 3515 0 -1 4194304 313 29130 0 0 0 0 557 23 16 0 1 0 154803691 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3552/statm: 1340 238 195 169 0 51 0
Current children cumulated CPU time (s) 5.8
Current children cumulated vsize (KiB) 5360

[startup+12.7017 s]
/proc/loadavg: 0.88 0.97 0.99 2/66 3555
/proc/meminfo: memFree=1116064/2055920 swapFree=4180836/4192956
[pid=3552] ppid=3550 vsize=5360 CPUtime=5.8
/proc/3552/stat : 3552 (glucose.sh) S 3550 3552 3515 0 -1 4194304 313 29130 0 0 0 0 557 23 16 0 1 0 154803691 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3552/statm: 1340 238 195 169 0 51 0
[pid=3555] ppid=3552 vsize=43640 CPUtime=6.86
/proc/3555/stat : 3555 (glucose_static) R 3552 3552 3515 0 -1 4194304 10416 0 0 0 681 5 0 0 25 0 1 0 154804273 44687360 10366 1992294400 134512640 135217611 4294956304 18446744073709551615 134533362 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/3555/statm: 10910 10366 77 172 0 10735 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 49000

[startup+25.502 s]
/proc/loadavg: 0.90 0.97 0.99 2/66 3555
/proc/meminfo: memFree=1113312/2055920 swapFree=4180836/4192956
[pid=3552] ppid=3550 vsize=5360 CPUtime=5.8
/proc/3552/stat : 3552 (glucose.sh) S 3550 3552 3515 0 -1 4194304 313 29130 0 0 0 0 557 23 16 0 1 0 154803691 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3552/statm: 1340 238 195 169 0 51 0
[pid=3555] ppid=3552 vsize=46476 CPUtime=19.65
/proc/3555/stat : 3555 (glucose_static) R 3552 3552 3515 0 -1 4194304 11106 0 0 0 1959 6 0 0 25 0 1 0 154804273 47591424 11056 1992294400 134512640 135217611 4294956304 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/3555/statm: 11619 11056 77 172 0 11444 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 51836

[startup+51.1017 s]
/proc/loadavg: 0.93 0.97 0.99 2/66 3555
/proc/meminfo: memFree=1107168/2055920 swapFree=4180836/4192956
[pid=3552] ppid=3550 vsize=5360 CPUtime=5.8
/proc/3552/stat : 3552 (glucose.sh) S 3550 3552 3515 0 -1 4194304 313 29130 0 0 0 0 557 23 16 0 1 0 154803691 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3552/statm: 1340 238 195 169 0 51 0
[pid=3555] ppid=3552 vsize=52388 CPUtime=45.2
/proc/3555/stat : 3555 (glucose_static) R 3552 3552 3515 0 -1 4194304 12607 0 0 0 4512 8 0 0 25 0 1 0 154804273 53645312 12557 1992294400 134512640 135217611 4294956304 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/3555/statm: 13097 12557 77 172 0 12922 0
Current children cumulated CPU time (s) 51
Current children cumulated vsize (KiB) 57748

[startup+102.305 s]
/proc/loadavg: 0.97 0.97 0.99 2/66 3555
/proc/meminfo: memFree=1107232/2055920 swapFree=4180836/4192956
[pid=3552] ppid=3550 vsize=5360 CPUtime=5.8
/proc/3552/stat : 3552 (glucose.sh) S 3550 3552 3515 0 -1 4194304 313 29130 0 0 0 0 557 23 16 0 1 0 154803691 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3552/statm: 1340 238 195 169 0 51 0
[pid=3555] ppid=3552 vsize=52552 CPUtime=96.37
/proc/3555/stat : 3555 (glucose_static) R 3552 3552 3515 0 -1 4194304 12643 0 0 0 9629 8 0 0 25 0 1 0 154804273 53813248 12593 1992294400 134512640 135217611 4294956304 18446744073709551615 134532907 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/3555/statm: 13138 12593 77 172 0 12963 0
Current children cumulated CPU time (s) 102.17
Current children cumulated vsize (KiB) 57912

[startup+162.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 3555
/proc/meminfo: memFree=1107104/2055920 swapFree=4180836/4192956
[pid=3552] ppid=3550 vsize=5360 CPUtime=5.8
/proc/3552/stat : 3552 (glucose.sh) S 3550 3552 3515 0 -1 4194304 313 29130 0 0 0 0 557 23 16 0 1 0 154803691 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3552/statm: 1340 238 195 169 0 51 0
[pid=3555] ppid=3552 vsize=52708 CPUtime=156.35
/proc/3555/stat : 3555 (glucose_static) R 3552 3552 3515 0 -1 4194304 12679 0 0 0 15627 8 0 0 25 0 1 0 154804273 53972992 12629 1992294400 134512640 135217611 4294956304 18446744073709551615 134532787 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/3555/statm: 13177 12629 77 172 0 13002 0
Current children cumulated CPU time (s) 162.15
Current children cumulated vsize (KiB) 58068

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

[startup+166.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 3555
/proc/meminfo: memFree=1107104/2055920 swapFree=4180836/4192956
[pid=3552] ppid=3550 vsize=5360 CPUtime=5.8
/proc/3552/stat : 3552 (glucose.sh) S 3550 3552 3515 0 -1 4194304 313 29130 0 0 0 0 557 23 16 0 1 0 154803691 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3552/statm: 1340 238 195 169 0 51 0
[pid=3555] ppid=3552 vsize=52708 CPUtime=160.34
/proc/3555/stat : 3555 (glucose_static) R 3552 3552 3515 0 -1 4194304 12681 0 0 0 16026 8 0 0 25 0 1 0 154804273 53972992 12631 1992294400 134512640 135217611 4294956304 18446744073709551615 134533362 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/3555/statm: 13177 12631 77 172 0 13002 0
Current children cumulated CPU time (s) 166.14
Current children cumulated vsize (KiB) 58068

[startup+179.101 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 3555
/proc/meminfo: memFree=1107040/2055920 swapFree=4180836/4192956
[pid=3552] ppid=3550 vsize=5360 CPUtime=5.8
/proc/3552/stat : 3552 (glucose.sh) S 3550 3552 3515 0 -1 4194304 313 29130 0 0 0 0 557 23 16 0 1 0 154803691 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3552/statm: 1340 238 195 169 0 51 0
[pid=3555] ppid=3552 vsize=52840 CPUtime=173.13
/proc/3555/stat : 3555 (glucose_static) R 3552 3552 3515 0 -1 4194304 12700 0 0 0 17305 8 0 0 25 0 1 0 154804273 54108160 12650 1992294400 134512640 135217611 4294956304 18446744073709551615 134532823 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/3555/statm: 13210 12650 77 172 0 13035 0
Current children cumulated CPU time (s) 178.93
Current children cumulated vsize (KiB) 58200

[startup+185.501 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 3555
/proc/meminfo: memFree=1107040/2055920 swapFree=4180836/4192956
[pid=3552] ppid=3550 vsize=5360 CPUtime=5.8
/proc/3552/stat : 3552 (glucose.sh) S 3550 3552 3515 0 -1 4194304 313 29130 0 0 0 0 557 23 16 0 1 0 154803691 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3552/statm: 1340 238 195 169 0 51 0
[pid=3555] ppid=3552 vsize=52840 CPUtime=179.53
/proc/3555/stat : 3555 (glucose_static) R 3552 3552 3515 0 -1 4194304 12700 0 0 0 17945 8 0 0 25 0 1 0 154804273 54108160 12650 1992294400 134512640 135217611 4294956304 18446744073709551615 134532638 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/3555/statm: 13210 12650 77 172 0 13035 0
Current children cumulated CPU time (s) 185.33
Current children cumulated vsize (KiB) 58200

[startup+188.702 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 3555
/proc/meminfo: memFree=1107040/2055920 swapFree=4180836/4192956
[pid=3552] ppid=3550 vsize=5360 CPUtime=5.8
/proc/3552/stat : 3552 (glucose.sh) S 3550 3552 3515 0 -1 4194304 313 29130 0 0 0 0 557 23 16 0 1 0 154803691 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3552/statm: 1340 238 195 169 0 51 0
[pid=3555] ppid=3552 vsize=52840 CPUtime=182.73
/proc/3555/stat : 3555 (glucose_static) R 3552 3552 3515 0 -1 4194304 12700 0 0 0 18265 8 0 0 25 0 1 0 154804273 54108160 12650 1992294400 134512640 135217611 4294956304 18446744073709551615 134533142 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/3555/statm: 13210 12650 77 172 0 13035 0
Current children cumulated CPU time (s) 188.53
Current children cumulated vsize (KiB) 58200

[startup+190.306 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 3555
/proc/meminfo: memFree=1107040/2055920 swapFree=4180836/4192956
[pid=3552] ppid=3550 vsize=5360 CPUtime=5.8
/proc/3552/stat : 3552 (glucose.sh) S 3550 3552 3515 0 -1 4194304 313 29130 0 0 0 0 557 23 16 0 1 0 154803691 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3552/statm: 1340 238 195 169 0 51 0
[pid=3555] ppid=3552 vsize=52840 CPUtime=184.33
/proc/3555/stat : 3555 (glucose_static) R 3552 3552 3515 0 -1 4194304 12700 0 0 0 18425 8 0 0 25 0 1 0 154804273 54108160 12650 1992294400 134512640 135217611 4294956304 18446744073709551615 134532834 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/3555/statm: 13210 12650 77 172 0 13035 0
Current children cumulated CPU time (s) 190.13
Current children cumulated vsize (KiB) 58200

[startup+191.101 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 3555
/proc/meminfo: memFree=1107040/2055920 swapFree=4180836/4192956
[pid=3552] ppid=3550 vsize=5360 CPUtime=5.8
/proc/3552/stat : 3552 (glucose.sh) S 3550 3552 3515 0 -1 4194304 313 29130 0 0 0 0 557 23 16 0 1 0 154803691 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3552/statm: 1340 238 195 169 0 51 0
[pid=3555] ppid=3552 vsize=52840 CPUtime=185.13
/proc/3555/stat : 3555 (glucose_static) R 3552 3552 3515 0 -1 4194304 12700 0 0 0 18505 8 0 0 25 0 1 0 154804273 54108160 12650 1992294400 134512640 135217611 4294956304 18446744073709551615 134532638 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/3555/statm: 13210 12650 77 172 0 13035 0
Current children cumulated CPU time (s) 190.93
Current children cumulated vsize (KiB) 58200

[startup+191.501 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 3555
/proc/meminfo: memFree=1107040/2055920 swapFree=4180836/4192956
[pid=3552] ppid=3550 vsize=5360 CPUtime=5.8
/proc/3552/stat : 3552 (glucose.sh) S 3550 3552 3515 0 -1 4194304 313 29130 0 0 0 0 557 23 16 0 1 0 154803691 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3552/statm: 1340 238 195 169 0 51 0
[pid=3555] ppid=3552 vsize=52840 CPUtime=185.53
/proc/3555/stat : 3555 (glucose_static) R 3552 3552 3515 0 -1 4194304 12700 0 0 0 18545 8 0 0 25 0 1 0 154804273 54108160 12650 1992294400 134512640 135217611 4294956304 18446744073709551615 134532912 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/3555/statm: 13210 12650 77 172 0 13035 0
Current children cumulated CPU time (s) 191.33
Current children cumulated vsize (KiB) 58200

Child status: 20
Real time (s): 191.56
CPU time (s): 191.411
CPU user time (s): 191.063
CPU system time (s): 0.347947
CPU usage (%): 99.9223
Max. virtual memory (cumulated for all children) (KiB): 116536

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 191.063
system time used= 0.347947
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 42309
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= 37
involuntary context switches= 654

runsolver used 0.145977 second user time and 0.559914 second system time

The end

Launcher Data

Begin job on node2 at 2009-05-02 14:34:56
IDJOB=1774794
IDBENCH=71019
IDSOLVER=610
FILE ID=node2/1774794-1241267695
PBS_JOBID= 9224971
Free space on /tmp= 66348 MiB

SOLVER NAME= glucose 1.0
BENCH NAME= SAT09/APPLICATIONS/diagnosis/UCG-15-5p0.cnf
COMMAND LINE= glucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1774794-1241267695/watcher-1774794-1241267695 -o /tmp/evaluation-result-1774794-1241267695/solver-1774794-1241267695 -C 10000 -W 12000 -M 1800  glucose.sh HOME/instance-1774794-1241267695.cnf

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

MD5SUM BENCH= 4385f03fe3bdaf0f127ae989ddd7908d
RANDOM SEED=266269161

node2.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.265
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.265
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:       1174216 kB
Buffers:         87860 kB
Cached:         682836 kB
SwapCached:       5932 kB
Active:          72452 kB
Inactive:       706536 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1174216 kB
SwapTotal:     4192956 kB
SwapFree:      4180836 kB
Dirty:           16596 kB
Writeback:           0 kB
Mapped:          13968 kB
Slab:            88668 kB
Committed_AS:   890924 kB
PageTables:       1468 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= 66348 MiB
End job on node2 at 2009-05-02 14:38:07