Trace number 1719948

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 357.151 357.644

General information on the benchmark

Namemanol-pipe-f9b.cnf
MD5SUMc3e7cb16bced9d54ce489b6e95d89943
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark286.744
Satisfiable
(Un)Satisfiability was proved
Number of variables183371
Number of clauses547078
Sum of the clauses size1276514
Maximum clause length3
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2364718
Number of clauses of size 3182359
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.39/0.47	c ==============================================================================
0.39/0.47	c |           |     ORIGINAL     |              LEARNT              |          |
0.39/0.47	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.39/0.47	c ==============================================================================
0.39/0.47	c |         0 |  547077  1276513 |  164123       0        0     nan |  0.000 % |
2.08/3.38	c |         0 |  222774   884637 |      --       0       --      -- |     --   | -324296/-391859
2.08/3.38	c ==============================================================================
2.08/3.38	c Result  :   #vars: 28754   #clauses: 222774   #literals: 884637
2.08/3.38	c CPU time:   3.14952 s
2.08/3.38	c ==============================================================================
2.08/3.69	c
2.08/3.69	c Starting glucose
2.08/3.69	c
2.08/3.70	
2.08/3.70	c This is glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
2.08/3.70	
2.08/3.70	c ============================[ Problem Statistics ]=============================
2.08/3.70	c |                                                                             |
2.08/3.70	c |  Number of variables:  28754                                                |
2.08/3.70	c |  Number of clauses:    222774                                               |
2.08/3.88	c |  Parsing time:         0.16         s                                       |
357.09/357.61	c restarts              : 382
357.09/357.61	c nb ReduceDB           : 34
357.09/357.61	c nb learnts DL2        : 1690
357.09/357.61	c nb learnts size 2     : 297
357.09/357.61	c nb learnts size 1     : 71
357.09/357.61	c conflicts             : 1271534        (3599 /sec)
357.09/357.62	c decisions             : 2859045        (1.55 % random) (8091 /sec)
357.09/357.62	c propagations          : 307266610      (869591 /sec)
357.09/357.62	c conflict literals     : 49158535       (29.54 % deleted)
357.09/357.62	c Memory used           : 46.70 MB
357.09/357.62	c CPU time              : 353.346 s
357.09/357.62	
357.09/357.62	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-1719948-1240651001/watcher-1719948-1240651001 -o /tmp/evaluation-result-1719948-1240651001/solver-1719948-1240651001 -C 1200 -W 1800 -M 1800 --output-limit 1,15 glucose.sh HOME/instance-1719948-1240651001.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: 0.92 0.98 1.02 3/64 18588
/proc/meminfo: memFree=1708336/2055920 swapFree=4180280/4192956
[pid=18588] ppid=18586 vsize=5360 CPUtime=0
/proc/18588/stat : 18588 (glucose.sh) R 18586 18588 18490 0 -1 4194304 268 0 0 0 0 0 0 0 18 0 1 0 93133529 5488640 235 1992294400 4194304 4889804 548682068832 18446744073709551615 217871608479 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/18588/statm: 1340 235 194 169 0 51 0
[pid=18589] ppid=18588 vsize=1284 CPUtime=0
/proc/18589/stat : 18589 (SatELite_releas) R 18588 18588 18490 0 -1 4194304 169 0 0 0 0 0 0 0 18 0 1 0 93133529 1314816 153 1992294400 134512640 135225430 4294956176 18446744073709551615 134733135 0 0 4096 3 0 0 0 17 0 0 0
/proc/18589/statm: 321 161 50 174 0 144 0

[startup+0.0614079 s]
/proc/loadavg: 0.92 0.98 1.02 3/64 18588
/proc/meminfo: memFree=1708336/2055920 swapFree=4180280/4192956
[pid=18588] ppid=18586 vsize=5360 CPUtime=0
/proc/18588/stat : 18588 (glucose.sh) S 18586 18588 18490 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 93133529 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18588/statm: 1340 236 195 169 0 51 0
[pid=18589] ppid=18588 vsize=10384 CPUtime=0.05
/proc/18589/stat : 18589 (SatELite_releas) R 18588 18588 18490 0 -1 4194304 2327 0 0 0 4 1 0 0 19 0 1 0 93133529 10633216 2311 1992294400 134512640 135225430 4294956176 18446744073709551615 134717494 0 0 4096 3 0 0 0 17 0 0 0
/proc/18589/statm: 2596 2312 50 174 0 2419 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 15744

[startup+0.101414 s]
/proc/loadavg: 0.92 0.98 1.02 3/64 18588
/proc/meminfo: memFree=1708336/2055920 swapFree=4180280/4192956
[pid=18588] ppid=18586 vsize=5360 CPUtime=0
/proc/18588/stat : 18588 (glucose.sh) S 18586 18588 18490 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 93133529 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18588/statm: 1340 236 195 169 0 51 0
[pid=18589] ppid=18588 vsize=18008 CPUtime=0.08
/proc/18589/stat : 18589 (SatELite_releas) R 18588 18588 18490 0 -1 4194304 3828 0 0 0 7 1 0 0 19 0 1 0 93133529 18440192 3812 1992294400 134512640 135225430 4294956176 18446744073709551615 134544080 0 0 4096 3 0 0 0 17 0 0 0
/proc/18589/statm: 4502 3812 50 174 0 4325 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 23368

[startup+0.301454 s]
/proc/loadavg: 0.92 0.98 1.02 3/64 18588
/proc/meminfo: memFree=1708336/2055920 swapFree=4180280/4192956
[pid=18588] ppid=18586 vsize=5360 CPUtime=0
/proc/18588/stat : 18588 (glucose.sh) S 18586 18588 18490 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 93133529 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18588/statm: 1340 236 195 169 0 51 0
[pid=18589] ppid=18588 vsize=56680 CPUtime=0.29
/proc/18589/stat : 18589 (SatELite_releas) R 18588 18588 18490 0 -1 4194304 10984 0 0 0 23 6 0 0 21 0 1 0 93133529 58040320 10968 1992294400 134512640 135225430 4294956176 18446744073709551615 134717494 0 0 4096 3 0 0 0 17 0 0 0
/proc/18589/statm: 14170 10969 50 174 0 13993 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 62040

[startup+0.701534 s]
/proc/loadavg: 0.92 0.98 1.02 3/64 18588
/proc/meminfo: memFree=1708336/2055920 swapFree=4180280/4192956
[pid=18588] ppid=18586 vsize=5360 CPUtime=0
/proc/18588/stat : 18588 (glucose.sh) S 18586 18588 18490 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 93133529 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18588/statm: 1340 236 195 169 0 51 0
[pid=18589] ppid=18588 vsize=86556 CPUtime=0.69
/proc/18589/stat : 18589 (SatELite_releas) R 18588 18588 18490 0 -1 4194304 20128 0 0 0 58 11 0 0 25 0 1 0 93133529 88633344 18593 1992294400 134512640 135225430 4294956176 18446744073709551615 134735630 0 0 4096 3 0 0 0 17 0 0 0
/proc/18589/statm: 21639 18593 77 174 0 21462 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 91916

[startup+1.50169 s]
/proc/loadavg: 0.92 0.98 1.02 2/66 18590
/proc/meminfo: memFree=1628704/2055920 swapFree=4180280/4192956
[pid=18588] ppid=18586 vsize=5360 CPUtime=0
/proc/18588/stat : 18588 (glucose.sh) S 18586 18588 18490 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 93133529 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18588/statm: 1340 236 195 169 0 51 0
[pid=18589] ppid=18588 vsize=90520 CPUtime=1.49
/proc/18589/stat : 18589 (SatELite_releas) R 18588 18588 18490 0 -1 4194304 20999 0 0 0 135 14 0 0 25 0 1 0 93133529 92692480 19464 1992294400 134512640 135225430 4294956176 18446744073709551615 134717494 0 0 4096 3 0 0 0 17 0 0 0
/proc/18589/statm: 22630 19464 77 174 0 22453 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 95880

[startup+7.86997 s]
/proc/loadavg: 0.92 0.98 1.02 3/66 18590
/proc/meminfo: memFree=1611488/2055920 swapFree=4180280/4192956
[pid=18588] ppid=18586 vsize=5360 CPUtime=3.65
/proc/18588/stat : 18588 (glucose.sh) S 18586 18588 18490 0 -1 4194304 313 23944 0 0 0 0 342 23 16 0 1 0 93133529 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18588/statm: 1340 238 195 169 0 51 0
[pid=18591] ppid=18588 vsize=25220 CPUtime=4.15
/proc/18591/stat : 18591 (glucose_static) R 18588 18588 18490 0 -1 4194304 6017 0 0 0 412 3 0 0 25 0 1 0 93133899 25825280 5996 1992294400 134512640 135217611 4294956304 18446744073709551615 134532938 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/18591/statm: 6305 5996 77 172 0 6130 0
Current children cumulated CPU time (s) 7.8
Current children cumulated vsize (KiB) 30580

[startup+7.90297 s]
/proc/loadavg: 0.92 0.98 1.02 3/66 18590
/proc/meminfo: memFree=1611488/2055920 swapFree=4180280/4192956
[pid=18588] ppid=18586 vsize=5360 CPUtime=3.65
/proc/18588/stat : 18588 (glucose.sh) S 18586 18588 18490 0 -1 4194304 313 23944 0 0 0 0 342 23 16 0 1 0 93133529 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18588/statm: 1340 238 195 169 0 51 0
[pid=18591] ppid=18588 vsize=25220 CPUtime=4.17
/proc/18591/stat : 18591 (glucose_static) R 18588 18588 18490 0 -1 4194304 6017 0 0 0 413 4 0 0 25 0 1 0 93133899 25825280 5996 1992294400 134512640 135217611 4294956304 18446744073709551615 134532731 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/18591/statm: 6305 5996 77 172 0 6130 0
Current children cumulated CPU time (s) 7.82
Current children cumulated vsize (KiB) 30580

[startup+12.7029 s]
/proc/loadavg: 1.24 1.05 1.04 2/66 18591
/proc/meminfo: memFree=1660448/2055920 swapFree=4180280/4192956
[pid=18588] ppid=18586 vsize=5360 CPUtime=3.65
/proc/18588/stat : 18588 (glucose.sh) S 18586 18588 18490 0 -1 4194304 313 23944 0 0 0 0 342 23 16 0 1 0 93133529 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18588/statm: 1340 238 195 169 0 51 0
[pid=18591] ppid=18588 vsize=28592 CPUtime=8.74
/proc/18591/stat : 18591 (glucose_static) R 18588 18588 18490 0 -1 4194304 6878 0 0 0 869 5 0 0 25 0 1 0 93133899 29278208 6857 1992294400 134512640 135217611 4294956304 18446744073709551615 134532638 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/18591/statm: 7148 6857 77 172 0 6973 0
Current children cumulated CPU time (s) 12.39
Current children cumulated vsize (KiB) 33952

[startup+25.5015 s]
/proc/loadavg: 1.18 1.05 1.04 2/66 18591
/proc/meminfo: memFree=1657248/2055920 swapFree=4180280/4192956
[pid=18588] ppid=18586 vsize=5360 CPUtime=3.65
/proc/18588/stat : 18588 (glucose.sh) S 18586 18588 18490 0 -1 4194304 313 23944 0 0 0 0 342 23 16 0 1 0 93133529 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18588/statm: 1340 238 195 169 0 51 0
[pid=18591] ppid=18588 vsize=30808 CPUtime=21.52
/proc/18591/stat : 18591 (glucose_static) R 18588 18588 18490 0 -1 4194304 7422 0 0 0 2147 5 0 0 25 0 1 0 93133899 31547392 7401 1992294400 134512640 135217611 4294956304 18446744073709551615 134532989 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/18591/statm: 7702 7401 77 172 0 7527 0
Current children cumulated CPU time (s) 25.17
Current children cumulated vsize (KiB) 36168

[startup+51.1016 s]
/proc/loadavg: 1.12 1.04 1.04 2/66 18591
/proc/meminfo: memFree=1654048/2055920 swapFree=4180280/4192956
[pid=18588] ppid=18586 vsize=5360 CPUtime=3.65
/proc/18588/stat : 18588 (glucose.sh) S 18586 18588 18490 0 -1 4194304 313 23944 0 0 0 0 342 23 16 0 1 0 93133529 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18588/statm: 1340 238 195 169 0 51 0
[pid=18591] ppid=18588 vsize=34000 CPUtime=47.11
/proc/18591/stat : 18591 (glucose_static) R 18588 18588 18490 0 -1 4194304 8225 0 0 0 4704 7 0 0 25 0 1 0 93133899 34816000 8204 1992294400 134512640 135217611 4294956304 18446744073709551615 134533193 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/18591/statm: 8500 8204 77 172 0 8325 0
Current children cumulated CPU time (s) 50.76
Current children cumulated vsize (KiB) 39360

[startup+102.302 s]
/proc/loadavg: 1.05 1.03 1.03 2/66 18591
/proc/meminfo: memFree=1649760/2055920 swapFree=4180280/4192956
[pid=18588] ppid=18586 vsize=5360 CPUtime=3.65
/proc/18588/stat : 18588 (glucose.sh) S 18586 18588 18490 0 -1 4194304 313 23944 0 0 0 0 342 23 16 0 1 0 93133529 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18588/statm: 1340 238 195 169 0 51 0
[pid=18591] ppid=18588 vsize=38464 CPUtime=98.29
/proc/18591/stat : 18591 (glucose_static) R 18588 18588 18490 0 -1 4194304 9300 0 0 0 9821 8 0 0 25 0 1 0 93133899 39387136 9279 1992294400 134512640 135217611 4294956304 18446744073709551615 134533131 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/18591/statm: 9616 9279 77 172 0 9441 0
Current children cumulated CPU time (s) 101.94
Current children cumulated vsize (KiB) 43824

[startup+162.302 s]
/proc/loadavg: 1.02 1.02 1.03 2/66 18591
/proc/meminfo: memFree=1645984/2055920 swapFree=4180280/4192956
[pid=18588] ppid=18586 vsize=5360 CPUtime=3.65
/proc/18588/stat : 18588 (glucose.sh) S 18586 18588 18490 0 -1 4194304 313 23944 0 0 0 0 342 23 16 0 1 0 93133529 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18588/statm: 1340 238 195 169 0 51 0
[pid=18591] ppid=18588 vsize=42196 CPUtime=158.25
/proc/18591/stat : 18591 (glucose_static) R 18588 18588 18490 0 -1 4194304 10234 0 0 0 15816 9 0 0 25 0 1 0 93133899 43208704 10213 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/18591/statm: 10549 10213 77 172 0 10374 0
Current children cumulated CPU time (s) 161.9
Current children cumulated vsize (KiB) 47556

[startup+222.306 s]
/proc/loadavg: 1.00 1.02 1.02 2/66 18591
/proc/meminfo: memFree=1643744/2055920 swapFree=4180280/4192956
[pid=18588] ppid=18586 vsize=5360 CPUtime=3.65
/proc/18588/stat : 18588 (glucose.sh) S 18586 18588 18490 0 -1 4194304 313 23944 0 0 0 0 342 23 16 0 1 0 93133529 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18588/statm: 1340 238 195 169 0 51 0
[pid=18591] ppid=18588 vsize=44432 CPUtime=218.22
/proc/18591/stat : 18591 (glucose_static) R 18588 18588 18490 0 -1 4194304 10787 0 0 0 21812 10 0 0 25 0 1 0 93133899 45498368 10766 1992294400 134512640 135217611 4294956304 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/18591/statm: 11108 10766 77 172 0 10933 0
Current children cumulated CPU time (s) 221.87
Current children cumulated vsize (KiB) 49792

[startup+282.303 s]
/proc/loadavg: 1.00 1.01 1.02 2/66 18591
/proc/meminfo: memFree=1641504/2055920 swapFree=4180280/4192956
[pid=18588] ppid=18586 vsize=5360 CPUtime=3.65
/proc/18588/stat : 18588 (glucose.sh) S 18586 18588 18490 0 -1 4194304 313 23944 0 0 0 0 342 23 16 0 1 0 93133529 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18588/statm: 1340 238 195 169 0 51 0
[pid=18591] ppid=18588 vsize=46780 CPUtime=278.18
/proc/18591/stat : 18591 (glucose_static) R 18588 18588 18490 0 -1 4194304 11339 0 0 0 27807 11 0 0 25 0 1 0 93133899 47902720 11318 1992294400 134512640 135217611 4294956304 18446744073709551615 134533127 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/18591/statm: 11695 11318 77 172 0 11520 0
Current children cumulated CPU time (s) 281.83
Current children cumulated vsize (KiB) 52140

[startup+342.302 s]
/proc/loadavg: 1.00 1.01 1.01 2/66 18591
/proc/meminfo: memFree=1640992/2055920 swapFree=4180280/4192956
[pid=18588] ppid=18586 vsize=5360 CPUtime=3.65
/proc/18588/stat : 18588 (glucose.sh) S 18586 18588 18490 0 -1 4194304 313 23944 0 0 0 0 342 23 16 0 1 0 93133529 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18588/statm: 1340 238 195 169 0 51 0
[pid=18591] ppid=18588 vsize=47284 CPUtime=338.15
/proc/18591/stat : 18591 (glucose_static) R 18588 18588 18490 0 -1 4194304 11474 0 0 0 33804 11 0 0 25 0 1 0 93133899 48418816 11453 1992294400 134512640 135217611 4294956304 18446744073709551615 134528185 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/18591/statm: 11821 11453 77 172 0 11646 0
Current children cumulated CPU time (s) 341.8
Current children cumulated vsize (KiB) 52644

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

[startup+351.102 s]
/proc/loadavg: 1.00 1.01 1.01 2/66 18591
/proc/meminfo: memFree=1640352/2055920 swapFree=4180280/4192956
[pid=18588] ppid=18586 vsize=5360 CPUtime=3.65
/proc/18588/stat : 18588 (glucose.sh) S 18586 18588 18490 0 -1 4194304 313 23944 0 0 0 0 342 23 16 0 1 0 93133529 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18588/statm: 1340 238 195 169 0 51 0
[pid=18591] ppid=18588 vsize=47812 CPUtime=346.94
/proc/18591/stat : 18591 (glucose_static) R 18588 18588 18490 0 -1 4194304 11606 0 0 0 34683 11 0 0 25 0 1 0 93133899 48959488 11585 1992294400 134512640 135217611 4294956304 18446744073709551615 134533222 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/18591/statm: 11953 11585 77 172 0 11778 0
Current children cumulated CPU time (s) 350.59
Current children cumulated vsize (KiB) 53172

[startup+354.305 s]
/proc/loadavg: 1.00 1.01 1.01 2/66 18591
/proc/meminfo: memFree=1640352/2055920 swapFree=4180280/4192956
[pid=18588] ppid=18586 vsize=5360 CPUtime=3.65
/proc/18588/stat : 18588 (glucose.sh) S 18586 18588 18490 0 -1 4194304 313 23944 0 0 0 0 342 23 16 0 1 0 93133529 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18588/statm: 1340 238 195 169 0 51 0
[pid=18591] ppid=18588 vsize=47812 CPUtime=350.14
/proc/18591/stat : 18591 (glucose_static) R 18588 18588 18490 0 -1 4194304 11606 0 0 0 35003 11 0 0 25 0 1 0 93133899 48959488 11585 1992294400 134512640 135217611 4294956304 18446744073709551615 134533146 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/18591/statm: 11953 11585 77 172 0 11778 0
Current children cumulated CPU time (s) 353.79
Current children cumulated vsize (KiB) 53172

[startup+355.901 s]
/proc/loadavg: 1.00 1.01 1.01 2/66 18591
/proc/meminfo: memFree=1640352/2055920 swapFree=4180280/4192956
[pid=18588] ppid=18586 vsize=5360 CPUtime=3.65
/proc/18588/stat : 18588 (glucose.sh) S 18586 18588 18490 0 -1 4194304 313 23944 0 0 0 0 342 23 16 0 1 0 93133529 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18588/statm: 1340 238 195 169 0 51 0
[pid=18591] ppid=18588 vsize=47812 CPUtime=351.74
/proc/18591/stat : 18591 (glucose_static) R 18588 18588 18490 0 -1 4194304 11606 0 0 0 35163 11 0 0 25 0 1 0 93133899 48959488 11585 1992294400 134512640 135217611 4294956304 18446744073709551615 134533142 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/18591/statm: 11953 11585 77 172 0 11778 0
Current children cumulated CPU time (s) 355.39
Current children cumulated vsize (KiB) 53172

[startup+356.702 s]
/proc/loadavg: 1.00 1.01 1.01 2/66 18591
/proc/meminfo: memFree=1640352/2055920 swapFree=4180280/4192956
[pid=18588] ppid=18586 vsize=5360 CPUtime=3.65
/proc/18588/stat : 18588 (glucose.sh) S 18586 18588 18490 0 -1 4194304 313 23944 0 0 0 0 342 23 16 0 1 0 93133529 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18588/statm: 1340 238 195 169 0 51 0
[pid=18591] ppid=18588 vsize=47812 CPUtime=352.53
/proc/18591/stat : 18591 (glucose_static) R 18588 18588 18490 0 -1 4194304 11606 0 0 0 35242 11 0 0 25 0 1 0 93133899 48959488 11585 1992294400 134512640 135217611 4294956304 18446744073709551615 134533148 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/18591/statm: 11953 11585 77 172 0 11778 0
Current children cumulated CPU time (s) 356.18
Current children cumulated vsize (KiB) 53172

[startup+357.102 s]
/proc/loadavg: 1.00 1.01 1.01 2/66 18591
/proc/meminfo: memFree=1640352/2055920 swapFree=4180280/4192956
[pid=18588] ppid=18586 vsize=5360 CPUtime=3.65
/proc/18588/stat : 18588 (glucose.sh) S 18586 18588 18490 0 -1 4194304 313 23944 0 0 0 0 342 23 16 0 1 0 93133529 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18588/statm: 1340 238 195 169 0 51 0
[pid=18591] ppid=18588 vsize=47812 CPUtime=352.93
/proc/18591/stat : 18591 (glucose_static) R 18588 18588 18490 0 -1 4194304 11606 0 0 0 35282 11 0 0 25 0 1 0 93133899 48959488 11585 1992294400 134512640 135217611 4294956304 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/18591/statm: 11953 11585 77 172 0 11778 0
Current children cumulated CPU time (s) 356.58
Current children cumulated vsize (KiB) 53172

[startup+357.502 s]
/proc/loadavg: 1.00 1.00 1.01 2/66 18591
/proc/meminfo: memFree=1640352/2055920 swapFree=4180280/4192956
[pid=18588] ppid=18586 vsize=5360 CPUtime=3.65
/proc/18588/stat : 18588 (glucose.sh) S 18586 18588 18490 0 -1 4194304 313 23944 0 0 0 0 342 23 16 0 1 0 93133529 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18588/statm: 1340 238 195 169 0 51 0
[pid=18591] ppid=18588 vsize=47812 CPUtime=353.34
/proc/18591/stat : 18591 (glucose_static) R 18588 18588 18490 0 -1 4194304 11606 0 0 0 35323 11 0 0 25 0 1 0 93133899 48959488 11585 1992294400 134512640 135217611 4294956304 18446744073709551615 134533184 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/18591/statm: 11953 11585 77 172 0 11778 0
Current children cumulated CPU time (s) 356.99
Current children cumulated vsize (KiB) 53172

[startup+357.607 s]
/proc/loadavg: 1.00 1.00 1.01 2/66 18591
/proc/meminfo: memFree=1640352/2055920 swapFree=4180280/4192956
[pid=18588] ppid=18586 vsize=5360 CPUtime=3.65
/proc/18588/stat : 18588 (glucose.sh) S 18586 18588 18490 0 -1 4194304 313 23944 0 0 0 0 342 23 16 0 1 0 93133529 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18588/statm: 1340 238 195 169 0 51 0
[pid=18591] ppid=18588 vsize=47812 CPUtime=353.44
/proc/18591/stat : 18591 (glucose_static) R 18588 18588 18490 0 -1 4194304 11606 0 0 0 35333 11 0 0 25 0 1 0 93133899 48959488 11585 1992294400 134512640 135217611 4294956304 18446744073709551615 134532971 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/18591/statm: 11953 11585 77 172 0 11778 0
Current children cumulated CPU time (s) 357.09
Current children cumulated vsize (KiB) 53172

Child status: 20
Real time (s): 357.644
CPU time (s): 357.151
CPU user time (s): 356.776
CPU system time (s): 0.374943
CPU usage (%): 99.8619
Max. virtual memory (cumulated for all children) (KiB): 98108

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 356.776
system time used= 0.374943
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 36029
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= 40
involuntary context switches= 1086

runsolver used 0.85287 second user time and 2.50062 second system time

The end

Launcher Data

Begin job on node28 at 2009-04-25 11:16:42
IDJOB=1719948
IDBENCH=69586
IDSOLVER=503
FILE ID=node28/1719948-1240651001
PBS_JOBID= 9186513
Free space on /tmp= 66236 MiB

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

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

MD5SUM BENCH= c3e7cb16bced9d54ce489b6e95d89943
RANDOM SEED=125480102

node28.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.261
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.261
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:       1708880 kB
Buffers:         18644 kB
Cached:         274292 kB
SwapCached:       5856 kB
Active:         118664 kB
Inactive:       182688 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1708880 kB
SwapTotal:     4192956 kB
SwapFree:      4180280 kB
Dirty:           11116 kB
Writeback:           0 kB
Mapped:          13708 kB
Slab:            31612 kB
Committed_AS:   368796 kB
PageTables:       1420 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66232 MiB
End job on node28 at 2009-04-25 11:22:40