Trace number 1773434

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 816.981 817.302

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 benchmark745.44
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.19/1.23	c ==============================================================================
1.19/1.23	c |           |     ORIGINAL     |              LEARNT              |          |
1.19/1.23	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
1.19/1.23	c ==============================================================================
1.19/1.23	c |         0 | 1291713  3013997 |  387513       0        0     nan |  0.000 % |
8.79/8.87	c |         0 |  547995  2160666 |      --       0       --      -- |     --   | -743716/-853326
8.79/8.87	c ==============================================================================
8.79/8.87	c Result  :   #vars: 68748   #clauses: 547995   #literals: 2160666
8.79/8.87	c CPU time:   8.38972 s
8.79/8.87	c ==============================================================================
9.58/9.68	c
9.58/9.68	c Starting glucose
9.58/9.68	c
9.58/9.68	
9.58/9.68	c This is glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
9.58/9.68	
9.58/9.68	c ============================[ Problem Statistics ]=============================
9.58/9.68	c |                                                                             |
9.58/9.68	c |  Number of variables:  68748                                                |
9.58/9.68	c |  Number of clauses:    547995                                               |
10.06/10.15	c |  Parsing time:         0.41         s                                       |
816.86/817.25	c restarts              : 1885
816.86/817.25	c nb ReduceDB           : 51
816.86/817.25	c nb learnts DL2        : 12588
816.86/817.25	c nb learnts size 2     : 2095
816.86/817.25	c nb learnts size 1     : 181
816.86/817.25	c conflicts             : 2304834        (2856 /sec)
816.86/817.25	c decisions             : 11146490       (1.52 % random) (13811 /sec)
816.86/817.25	c propagations          : 823669006      (1020535 /sec)
816.86/817.25	c conflict literals     : 55153320       (20.58 % deleted)
816.86/817.25	c Memory used           : 86.79 MB
816.86/817.25	c CPU time              : 807.095 s
816.86/817.25	
816.86/817.26	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-1773434-1241257616/watcher-1773434-1241257616 -o /tmp/evaluation-result-1773434-1241257616/solver-1773434-1241257616 -C 10000 -W 12000 -M 1800 glucose.sh HOME/instance-1773434-1241257616.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 31022
/proc/meminfo: memFree=1433920/2055920 swapFree=4180196/4192956
[pid=31022] ppid=31020 vsize=5360 CPUtime=0
/proc/31022/stat : 31022 (glucose.sh) S 31020 31022 30985 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 153795596 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31022/statm: 1340 236 195 169 0 51 0
[pid=31023] ppid=31022 vsize=1140 CPUtime=0
/proc/31023/stat : 31023 (SatELite_releas) R 31022 31022 30985 0 -1 4194304 150 0 0 0 0 0 0 0 18 0 1 0 153795596 1167360 134 1992294400 134512640 135225430 4294956176 18446744073709551615 134717494 0 0 4096 3 0 0 0 17 1 0 0
/proc/31023/statm: 285 134 50 174 0 108 0

[startup+0.081055 s]
/proc/loadavg: 0.85 0.97 0.99 3/64 31022
/proc/meminfo: memFree=1433920/2055920 swapFree=4180196/4192956
[pid=31022] ppid=31020 vsize=5360 CPUtime=0
/proc/31022/stat : 31022 (glucose.sh) S 31020 31022 30985 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 153795596 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31022/statm: 1340 236 195 169 0 51 0
[pid=31023] ppid=31022 vsize=14884 CPUtime=0.07
/proc/31023/stat : 31023 (SatELite_releas) R 31022 31022 30985 0 -1 4194304 2912 0 0 0 6 1 0 0 18 0 1 0 153795596 15241216 2896 1992294400 134512640 135225430 4294956176 18446744073709551615 134735534 0 0 4096 3 0 0 0 17 1 0 0
/proc/31023/statm: 3721 2896 50 174 0 3544 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 20244

[startup+0.101058 s]
/proc/loadavg: 0.85 0.97 0.99 3/64 31022
/proc/meminfo: memFree=1433920/2055920 swapFree=4180196/4192956
[pid=31022] ppid=31020 vsize=5360 CPUtime=0
/proc/31022/stat : 31022 (glucose.sh) S 31020 31022 30985 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 153795596 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31022/statm: 1340 236 195 169 0 51 0
[pid=31023] ppid=31022 vsize=16732 CPUtime=0.09
/proc/31023/stat : 31023 (SatELite_releas) R 31022 31022 30985 0 -1 4194304 3592 0 0 0 7 2 0 0 18 0 1 0 153795596 17133568 3576 1992294400 134512640 135225430 4294956176 18446744073709551615 134717494 0 0 4096 3 0 0 0 17 1 0 0
/proc/31023/statm: 4183 3576 50 174 0 4006 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 22092

[startup+0.301094 s]
/proc/loadavg: 0.85 0.97 0.99 3/64 31022
/proc/meminfo: memFree=1433920/2055920 swapFree=4180196/4192956
[pid=31022] ppid=31020 vsize=5360 CPUtime=0
/proc/31022/stat : 31022 (glucose.sh) S 31020 31022 30985 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 153795596 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31022/statm: 1340 236 195 169 0 51 0
[pid=31023] ppid=31022 vsize=42896 CPUtime=0.29
/proc/31023/stat : 31023 (SatELite_releas) R 31022 31022 30985 0 -1 4194304 10338 0 0 0 23 6 0 0 19 0 1 0 153795596 43925504 10322 1992294400 134512640 135225430 4294956176 18446744073709551615 134735534 0 0 4096 3 0 0 0 17 1 0 0
/proc/31023/statm: 10724 10323 50 174 0 10547 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 48256

[startup+0.701167 s]
/proc/loadavg: 0.85 0.97 0.99 3/64 31022
/proc/meminfo: memFree=1433920/2055920 swapFree=4180196/4192956
[pid=31022] ppid=31020 vsize=5360 CPUtime=0
/proc/31022/stat : 31022 (glucose.sh) S 31020 31022 30985 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 153795596 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31022/statm: 1340 236 195 169 0 51 0
[pid=31023] ppid=31022 vsize=117076 CPUtime=0.69
/proc/31023/stat : 31023 (SatELite_releas) R 31022 31022 30985 0 -1 4194304 23469 0 0 0 55 14 0 0 22 0 1 0 153795596 119885824 23453 1992294400 134512640 135225430 4294956176 18446744073709551615 134735534 0 0 4096 3 0 0 0 17 1 0 0
/proc/31023/statm: 29269 23455 50 174 0 29092 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 122436

[startup+1.50131 s]
/proc/loadavg: 0.86 0.97 0.99 2/66 31024
/proc/meminfo: memFree=1300912/2055920 swapFree=4180196/4192956
[pid=31022] ppid=31020 vsize=5360 CPUtime=0
/proc/31022/stat : 31022 (glucose.sh) S 31020 31022 30985 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 153795596 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31022/statm: 1340 236 195 169 0 51 0
[pid=31023] ppid=31022 vsize=191168 CPUtime=1.49
/proc/31023/stat : 31023 (SatELite_releas) R 31022 31022 30985 0 -1 4194304 47029 0 0 0 124 25 0 0 25 0 1 0 153795596 195756032 43430 1992294400 134512640 135225430 4294956176 18446744073709551615 134670570 0 0 4096 3 0 0 0 17 1 0 0
/proc/31023/statm: 47792 43430 77 174 0 47615 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 196528

[startup+3.10161 s]
/proc/loadavg: 0.86 0.97 0.99 2/66 31024
/proc/meminfo: memFree=1251824/2055920 swapFree=4180196/4192956
[pid=31022] ppid=31020 vsize=5360 CPUtime=0
/proc/31022/stat : 31022 (glucose.sh) S 31020 31022 30985 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 153795596 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31022/statm: 1340 236 195 169 0 51 0
[pid=31023] ppid=31022 vsize=198464 CPUtime=3.09
/proc/31023/stat : 31023 (SatELite_releas) R 31022 31022 30985 0 -1 4194304 48749 0 0 0 279 30 0 0 25 0 1 0 153795596 203227136 45150 1992294400 134512640 135225430 4294956176 18446744073709551615 134735630 0 0 4096 3 0 0 0 17 1 0 0
/proc/31023/statm: 49616 45150 77 174 0 49439 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 203824

[startup+6.3012 s]
/proc/loadavg: 0.86 0.97 0.99 2/66 31024
/proc/meminfo: memFree=1217776/2055920 swapFree=4180196/4192956
[pid=31022] ppid=31020 vsize=5360 CPUtime=0
/proc/31022/stat : 31022 (glucose.sh) S 31020 31022 30985 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 153795596 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31022/statm: 1340 236 195 169 0 51 0
[pid=31023] ppid=31022 vsize=211656 CPUtime=6.28
/proc/31023/stat : 31023 (SatELite_releas) R 31022 31022 30985 0 -1 4194304 51717 0 0 0 588 40 0 0 25 0 1 0 153795596 216735744 48118 1992294400 134512640 135225430 4294956176 18446744073709551615 134717494 0 0 4096 3 0 0 0 17 1 0 0
/proc/31023/statm: 52914 48118 77 174 0 52737 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 217016

[startup+12.7014 s]
/proc/loadavg: 0.88 0.97 0.99 2/66 31025
/proc/meminfo: memFree=1334776/2055920 swapFree=4180196/4192956
[pid=31022] ppid=31020 vsize=5360 CPUtime=9.66
/proc/31022/stat : 31022 (glucose.sh) S 31020 31022 30985 0 -1 4194304 313 56822 0 0 0 0 911 55 16 0 1 0 153795596 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31022/statm: 1340 238 195 169 0 51 0
[pid=31025] ppid=31022 vsize=49572 CPUtime=3
/proc/31025/stat : 31025 (glucose_static) R 31022 31022 30985 0 -1 4194304 11975 0 0 0 294 6 0 0 25 0 1 0 153796564 50761728 11935 1992294400 134512640 135217611 4294956288 18446744073709551615 134533622 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/31025/statm: 12393 11935 77 172 0 12218 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 54932

[startup+25.5018 s]
/proc/loadavg: 0.90 0.97 0.99 2/66 31025
/proc/meminfo: memFree=1330304/2055920 swapFree=4180196/4192956
[pid=31022] ppid=31020 vsize=5360 CPUtime=9.66
/proc/31022/stat : 31022 (glucose.sh) S 31020 31022 30985 0 -1 4194304 313 56822 0 0 0 0 911 55 16 0 1 0 153795596 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31022/statm: 1340 238 195 169 0 51 0
[pid=31025] ppid=31022 vsize=53516 CPUtime=15.8
/proc/31025/stat : 31025 (glucose_static) R 31022 31022 30985 0 -1 4194304 12953 0 0 0 1572 8 0 0 25 0 1 0 153796564 54800384 12913 1992294400 134512640 135217611 4294956288 18446744073709551615 134526239 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/31025/statm: 13379 12913 77 172 0 13204 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 58876

[startup+51.1015 s]
/proc/loadavg: 0.93 0.97 0.99 2/66 31025
/proc/meminfo: memFree=1328192/2055920 swapFree=4180196/4192956
[pid=31022] ppid=31020 vsize=5360 CPUtime=9.66
/proc/31022/stat : 31022 (glucose.sh) S 31020 31022 30985 0 -1 4194304 313 56822 0 0 0 0 911 55 16 0 1 0 153795596 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31022/statm: 1340 238 195 169 0 51 0
[pid=31025] ppid=31022 vsize=55976 CPUtime=41.38
/proc/31025/stat : 31025 (glucose_static) R 31022 31022 30985 0 -1 4194304 13573 0 0 0 4129 9 0 0 25 0 1 0 153796564 57319424 13533 1992294400 134512640 135217611 4294956288 18446744073709551615 134723558 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/31025/statm: 13994 13533 77 172 0 13819 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 61336

[startup+102.306 s]
/proc/loadavg: 0.97 0.97 0.99 2/66 31025
/proc/meminfo: memFree=1320896/2055920 swapFree=4180196/4192956
[pid=31022] ppid=31020 vsize=5360 CPUtime=9.66
/proc/31022/stat : 31022 (glucose.sh) S 31020 31022 30985 0 -1 4194304 313 56822 0 0 0 0 911 55 16 0 1 0 153795596 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31022/statm: 1340 238 195 169 0 51 0
[pid=31025] ppid=31022 vsize=63488 CPUtime=92.56
/proc/31025/stat : 31025 (glucose_static) R 31022 31022 30985 0 -1 4194304 15373 0 0 0 9246 10 0 0 25 0 1 0 153796564 65011712 15333 1992294400 134512640 135217611 4294956288 18446744073709551615 134532883 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/31025/statm: 15872 15333 77 172 0 15697 0
Current children cumulated CPU time (s) 102.22
Current children cumulated vsize (KiB) 68848

[startup+162.303 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 31025
/proc/meminfo: memFree=1316672/2055920 swapFree=4180196/4192956
[pid=31022] ppid=31020 vsize=5360 CPUtime=9.66
/proc/31022/stat : 31022 (glucose.sh) S 31020 31022 30985 0 -1 4194304 313 56822 0 0 0 0 911 55 16 0 1 0 153795596 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31022/statm: 1340 238 195 169 0 51 0
[pid=31025] ppid=31022 vsize=67776 CPUtime=152.54
/proc/31025/stat : 31025 (glucose_static) R 31022 31022 30985 0 -1 4194304 16452 0 0 0 15243 11 0 0 25 0 1 0 153796564 69402624 16412 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/31025/statm: 16944 16412 77 172 0 16769 0
Current children cumulated CPU time (s) 162.2
Current children cumulated vsize (KiB) 73136

[startup+222.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 31025
/proc/meminfo: memFree=1314112/2055920 swapFree=4180196/4192956
[pid=31022] ppid=31020 vsize=5360 CPUtime=9.66
/proc/31022/stat : 31022 (glucose.sh) S 31020 31022 30985 0 -1 4194304 313 56822 0 0 0 0 911 55 16 0 1 0 153795596 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31022/statm: 1340 238 195 169 0 51 0
[pid=31025] ppid=31022 vsize=70228 CPUtime=212.51
/proc/31025/stat : 31025 (glucose_static) R 31022 31022 30985 0 -1 4194304 17041 0 0 0 21240 11 0 0 25 0 1 0 153796564 71913472 17001 1992294400 134512640 135217611 4294956288 18446744073709551615 134532638 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/31025/statm: 17557 17001 77 172 0 17382 0
Current children cumulated CPU time (s) 222.17
Current children cumulated vsize (KiB) 75588

[startup+282.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 31025
/proc/meminfo: memFree=1312064/2055920 swapFree=4180196/4192956
[pid=31022] ppid=31020 vsize=5360 CPUtime=9.66
/proc/31022/stat : 31022 (glucose.sh) S 31020 31022 30985 0 -1 4194304 313 56822 0 0 0 0 911 55 16 0 1 0 153795596 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31022/statm: 1340 238 195 169 0 51 0
[pid=31025] ppid=31022 vsize=72600 CPUtime=272.49
/proc/31025/stat : 31025 (glucose_static) R 31022 31022 30985 0 -1 4194304 17606 0 0 0 27238 11 0 0 25 0 1 0 153796564 74342400 17566 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/31025/statm: 18150 17566 77 172 0 17975 0
Current children cumulated CPU time (s) 282.15
Current children cumulated vsize (KiB) 77960

[startup+342.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 31025
/proc/meminfo: memFree=1308544/2055920 swapFree=4180196/4192956
[pid=31022] ppid=31020 vsize=5360 CPUtime=9.66
/proc/31022/stat : 31022 (glucose.sh) S 31020 31022 30985 0 -1 4194304 313 56822 0 0 0 0 911 55 16 0 1 0 153795596 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31022/statm: 1340 238 195 169 0 51 0
[pid=31025] ppid=31022 vsize=75804 CPUtime=332.47
/proc/31025/stat : 31025 (glucose_static) R 31022 31022 30985 0 -1 4194304 18410 0 0 0 33235 12 0 0 25 0 1 0 153796564 77623296 18370 1992294400 134512640 135217611 4294956288 18446744073709551615 134537116 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/31025/statm: 18951 18370 77 172 0 18776 0
Current children cumulated CPU time (s) 342.13

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


[startup+522.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 31025
/proc/meminfo: memFree=1303168/2055920 swapFree=4180196/4192956
[pid=31022] ppid=31020 vsize=5360 CPUtime=9.66
/proc/31022/stat : 31022 (glucose.sh) S 31020 31022 30985 0 -1 4194304 313 56822 0 0 0 0 911 55 16 0 1 0 153795596 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31022/statm: 1340 238 195 169 0 51 0
[pid=31025] ppid=31022 vsize=81508 CPUtime=512.41
/proc/31025/stat : 31025 (glucose_static) R 31022 31022 30985 0 -1 4194304 19790 0 0 0 51227 14 0 0 25 0 1 0 153796564 83464192 19750 1992294400 134512640 135217611 4294956288 18446744073709551615 134533150 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/31025/statm: 20377 19750 77 172 0 20202 0
Current children cumulated CPU time (s) 522.07
Current children cumulated vsize (KiB) 86868

[startup+582.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 31025
/proc/meminfo: memFree=1300992/2055920 swapFree=4180196/4192956
[pid=31022] ppid=31020 vsize=5360 CPUtime=9.66
/proc/31022/stat : 31022 (glucose.sh) S 31020 31022 30985 0 -1 4194304 313 56822 0 0 0 0 911 55 16 0 1 0 153795596 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31022/statm: 1340 238 195 169 0 51 0
[pid=31025] ppid=31022 vsize=83732 CPUtime=572.39
/proc/31025/stat : 31025 (glucose_static) R 31022 31022 30985 0 -1 4194304 20322 0 0 0 57224 15 0 0 25 0 1 0 153796564 85741568 20282 1992294400 134512640 135217611 4294956288 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/31025/statm: 20933 20282 77 172 0 20758 0
Current children cumulated CPU time (s) 582.05
Current children cumulated vsize (KiB) 89092

[startup+642.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 31025
/proc/meminfo: memFree=1298944/2055920 swapFree=4180196/4192956
[pid=31022] ppid=31020 vsize=5360 CPUtime=9.66
/proc/31022/stat : 31022 (glucose.sh) S 31020 31022 30985 0 -1 4194304 313 56822 0 0 0 0 911 55 16 0 1 0 153795596 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31022/statm: 1340 238 195 169 0 51 0
[pid=31025] ppid=31022 vsize=85844 CPUtime=632.36
/proc/31025/stat : 31025 (glucose_static) R 31022 31022 30985 0 -1 4194304 20850 0 0 0 63221 15 0 0 25 0 1 0 153796564 87904256 20810 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/31025/statm: 21461 20810 77 172 0 21286 0
Current children cumulated CPU time (s) 642.02
Current children cumulated vsize (KiB) 91204

[startup+702.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 31025
/proc/meminfo: memFree=1298688/2055920 swapFree=4180196/4192956
[pid=31022] ppid=31020 vsize=5360 CPUtime=9.66
/proc/31022/stat : 31022 (glucose.sh) S 31020 31022 30985 0 -1 4194304 313 56822 0 0 0 0 911 55 16 0 1 0 153795596 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31022/statm: 1340 238 195 169 0 51 0
[pid=31025] ppid=31022 vsize=86112 CPUtime=692.34
/proc/31025/stat : 31025 (glucose_static) R 31022 31022 30985 0 -1 4194304 20919 0 0 0 69219 15 0 0 25 0 1 0 153796564 88178688 20879 1992294400 134512640 135217611 4294956288 18446744073709551615 134532638 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/31025/statm: 21528 20879 77 172 0 21353 0
Current children cumulated CPU time (s) 702
Current children cumulated vsize (KiB) 91472

[startup+762.306 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 31025
/proc/meminfo: memFree=1297152/2055920 swapFree=4180196/4192956
[pid=31022] ppid=31020 vsize=5360 CPUtime=9.66
/proc/31022/stat : 31022 (glucose.sh) S 31020 31022 30985 0 -1 4194304 313 56822 0 0 0 0 911 55 16 0 1 0 153795596 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31022/statm: 1340 238 195 169 0 51 0
[pid=31025] ppid=31022 vsize=87504 CPUtime=752.33
/proc/31025/stat : 31025 (glucose_static) R 31022 31022 30985 0 -1 4194304 21274 0 0 0 75217 16 0 0 25 0 1 0 153796564 89604096 21234 1992294400 134512640 135217611 4294956288 18446744073709551615 134532989 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/31025/statm: 21876 21234 77 172 0 21701 0
Current children cumulated CPU time (s) 761.99
Current children cumulated vsize (KiB) 92864

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

[startup+767.902 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 31025
/proc/meminfo: memFree=1297088/2055920 swapFree=4180196/4192956
[pid=31022] ppid=31020 vsize=5360 CPUtime=9.66
/proc/31022/stat : 31022 (glucose.sh) S 31020 31022 30985 0 -1 4194304 313 56822 0 0 0 0 911 55 16 0 1 0 153795596 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31022/statm: 1340 238 195 169 0 51 0
[pid=31025] ppid=31022 vsize=87672 CPUtime=757.92
/proc/31025/stat : 31025 (glucose_static) R 31022 31022 30985 0 -1 4194304 21291 0 0 0 75776 16 0 0 25 0 1 0 153796564 89776128 21251 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/31025/statm: 21918 21251 77 172 0 21743 0
Current children cumulated CPU time (s) 767.58
Current children cumulated vsize (KiB) 93032

[startup+793.502 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 31025
/proc/meminfo: memFree=1297088/2055920 swapFree=4180196/4192956
[pid=31022] ppid=31020 vsize=5360 CPUtime=9.66
/proc/31022/stat : 31022 (glucose.sh) S 31020 31022 30985 0 -1 4194304 313 56822 0 0 0 0 911 55 16 0 1 0 153795596 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31022/statm: 1340 238 195 169 0 51 0
[pid=31025] ppid=31022 vsize=87812 CPUtime=783.51
/proc/31025/stat : 31025 (glucose_static) R 31022 31022 30985 0 -1 4194304 21324 0 0 0 78335 16 0 0 25 0 1 0 153796564 89919488 21284 1992294400 134512640 135217611 4294956288 18446744073709551615 134537102 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/31025/statm: 21953 21284 77 172 0 21778 0
Current children cumulated CPU time (s) 793.17
Current children cumulated vsize (KiB) 93172

[startup+806.305 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 31025
/proc/meminfo: memFree=1296000/2055920 swapFree=4180196/4192956
[pid=31022] ppid=31020 vsize=5360 CPUtime=9.66
/proc/31022/stat : 31022 (glucose.sh) S 31020 31022 30985 0 -1 4194304 313 56822 0 0 0 0 911 55 16 0 1 0 153795596 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31022/statm: 1340 238 195 169 0 51 0
[pid=31025] ppid=31022 vsize=88864 CPUtime=796.3
/proc/31025/stat : 31025 (glucose_static) R 31022 31022 30985 0 -1 4194304 21577 0 0 0 79614 16 0 0 25 0 1 0 153796564 90996736 21537 1992294400 134512640 135217611 4294956288 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/31025/statm: 22216 21537 77 172 0 22041 0
Current children cumulated CPU time (s) 805.96
Current children cumulated vsize (KiB) 94224

[startup+812.701 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 31025
/proc/meminfo: memFree=1296000/2055920 swapFree=4180196/4192956
[pid=31022] ppid=31020 vsize=5360 CPUtime=9.66
/proc/31022/stat : 31022 (glucose.sh) S 31020 31022 30985 0 -1 4194304 313 56822 0 0 0 0 911 55 16 0 1 0 153795596 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31022/statm: 1340 238 195 169 0 51 0
[pid=31025] ppid=31022 vsize=88864 CPUtime=802.7
/proc/31025/stat : 31025 (glucose_static) R 31022 31022 30985 0 -1 4194304 21577 0 0 0 80254 16 0 0 25 0 1 0 153796564 90996736 21537 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/31025/statm: 22216 21537 77 172 0 22041 0
Current children cumulated CPU time (s) 812.36
Current children cumulated vsize (KiB) 94224

[startup+814.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 31025
/proc/meminfo: memFree=1296000/2055920 swapFree=4180196/4192956
[pid=31022] ppid=31020 vsize=5360 CPUtime=9.66
/proc/31022/stat : 31022 (glucose.sh) S 31020 31022 30985 0 -1 4194304 313 56822 0 0 0 0 911 55 16 0 1 0 153795596 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31022/statm: 1340 238 195 169 0 51 0
[pid=31025] ppid=31022 vsize=88864 CPUtime=804.3
/proc/31025/stat : 31025 (glucose_static) R 31022 31022 30985 0 -1 4194304 21577 0 0 0 80414 16 0 0 25 0 1 0 153796564 90996736 21537 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/31025/statm: 22216 21537 77 172 0 22041 0
Current children cumulated CPU time (s) 813.96
Current children cumulated vsize (KiB) 94224

[startup+815.902 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 31025
/proc/meminfo: memFree=1296000/2055920 swapFree=4180196/4192956
[pid=31022] ppid=31020 vsize=5360 CPUtime=9.66
/proc/31022/stat : 31022 (glucose.sh) S 31020 31022 30985 0 -1 4194304 313 56822 0 0 0 0 911 55 16 0 1 0 153795596 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31022/statm: 1340 238 195 169 0 51 0
[pid=31025] ppid=31022 vsize=88864 CPUtime=805.9
/proc/31025/stat : 31025 (glucose_static) R 31022 31022 30985 0 -1 4194304 21577 0 0 0 80574 16 0 0 25 0 1 0 153796564 90996736 21537 1992294400 134512640 135217611 4294956288 18446744073709551615 134537537 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/31025/statm: 22216 21537 77 172 0 22041 0
Current children cumulated CPU time (s) 815.56
Current children cumulated vsize (KiB) 94224

[startup+816.702 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 31025
/proc/meminfo: memFree=1296000/2055920 swapFree=4180196/4192956
[pid=31022] ppid=31020 vsize=5360 CPUtime=9.66
/proc/31022/stat : 31022 (glucose.sh) S 31020 31022 30985 0 -1 4194304 313 56822 0 0 0 0 911 55 16 0 1 0 153795596 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31022/statm: 1340 238 195 169 0 51 0
[pid=31025] ppid=31022 vsize=88864 CPUtime=806.7
/proc/31025/stat : 31025 (glucose_static) R 31022 31022 30985 0 -1 4194304 21577 0 0 0 80654 16 0 0 25 0 1 0 153796564 90996736 21537 1992294400 134512640 135217611 4294956288 18446744073709551615 134544663 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/31025/statm: 22216 21537 77 172 0 22041 0
Current children cumulated CPU time (s) 816.36
Current children cumulated vsize (KiB) 94224

[startup+817.101 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 31025
/proc/meminfo: memFree=1296000/2055920 swapFree=4180196/4192956
[pid=31022] ppid=31020 vsize=5360 CPUtime=9.66
/proc/31022/stat : 31022 (glucose.sh) S 31020 31022 30985 0 -1 4194304 313 56822 0 0 0 0 911 55 16 0 1 0 153795596 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31022/statm: 1340 238 195 169 0 51 0
[pid=31025] ppid=31022 vsize=88864 CPUtime=807.1
/proc/31025/stat : 31025 (glucose_static) R 31022 31022 30985 0 -1 4194304 21577 0 0 0 80694 16 0 0 25 0 1 0 153796564 90996736 21537 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/31025/statm: 22216 21537 77 172 0 22041 0
Current children cumulated CPU time (s) 816.76
Current children cumulated vsize (KiB) 94224

[startup+817.202 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 31025
/proc/meminfo: memFree=1296000/2055920 swapFree=4180196/4192956
[pid=31022] ppid=31020 vsize=5360 CPUtime=9.66
/proc/31022/stat : 31022 (glucose.sh) S 31020 31022 30985 0 -1 4194304 313 56822 0 0 0 0 911 55 16 0 1 0 153795596 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31022/statm: 1340 238 195 169 0 51 0
[pid=31025] ppid=31022 vsize=88864 CPUtime=807.2
/proc/31025/stat : 31025 (glucose_static) R 31022 31022 30985 0 -1 4194304 21577 0 0 0 80704 16 0 0 25 0 1 0 153796564 90996736 21537 1992294400 134512640 135217611 4294956288 18446744073709551615 134522664 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/31025/statm: 22216 21537 77 172 0 22041 0
Current children cumulated CPU time (s) 816.86
Current children cumulated vsize (KiB) 94224

Child status: 20
Real time (s): 817.302
CPU time (s): 816.981
CPU user time (s): 816.212
CPU system time (s): 0.768883
CPU usage (%): 99.9607
Max. virtual memory (cumulated for all children) (KiB): 222564

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

runsolver used 0.934857 second user time and 2.04569 second system time

The end

Launcher Data

Begin job on node7 at 2009-05-02 11:46:57
IDJOB=1773434
IDBENCH=69591
IDSOLVER=610
FILE ID=node7/1773434-1241257616
PBS_JOBID= 9224935
Free space on /tmp= 66540 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-1773434-1241257616/watcher-1773434-1241257616 -o /tmp/evaluation-result-1773434-1241257616/solver-1773434-1241257616 -C 10000 -W 12000 -M 1800  glucose.sh HOME/instance-1773434-1241257616.cnf

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

MD5SUM BENCH= 943fd86d922b13236c21a74c4f82b6d0
RANDOM SEED=40165311

node7.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.256
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.256
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:       1434400 kB
Buffers:         81808 kB
Cached:         441688 kB
SwapCached:       7108 kB
Active:          86364 kB
Inactive:       445440 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1434400 kB
SwapTotal:     4192956 kB
SwapFree:      4180196 kB
Dirty:           25384 kB
Writeback:           0 kB
Mapped:          13340 kB
Slab:            75652 kB
Committed_AS:  1020584 kB
PageTables:       1444 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= 66536 MiB
End job on node7 at 2009-05-02 12:00:35