Trace number 1774734

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 623.37 623.646

General information on the benchmark

NameAPPLICATIONS/diagnosis/
UTI-15-5p0.cnf
MD5SUMb21b299f860c56270b509900cff82599
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark565.298
Satisfiable
(Un)Satisfiability was proved
Number of variables162926
Number of clauses821689
Sum of the clauses size1954581
Maximum clause length10
Minimum clause length1
Number of clauses of size 18386
Number of clauses of size 2618514
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.78/0.82	c ==============================================================================
0.78/0.82	c |           |     ORIGINAL     |              LEARNT              |          |
0.78/0.82	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.78/0.82	c ==============================================================================
0.78/0.82	c |         0 |  812763  1945115 |  243828       0        0     nan |  0.000 % |
5.09/5.12	c |         0 |  546996  1519613 |      --       0       --      -- |     --   | -74850/8386
5.09/5.12	c ==============================================================================
5.09/5.12	c Result  :   #vars: 85935   #clauses: 546996   #literals: 1519613
5.09/5.12	c CPU time:   4.93025 s
5.09/5.12	c ==============================================================================
5.59/5.67	c
5.59/5.67	c Starting glucose
5.59/5.67	c
5.59/5.67	
5.59/5.67	c This is glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
5.59/5.67	
5.59/5.67	c ============================[ Problem Statistics ]=============================
5.59/5.67	c |                                                                             |
5.59/5.67	c |  Number of variables:  85935                                                |
5.59/5.67	c |  Number of clauses:    546996                                               |
5.67/6.09	c |  Parsing time:         0.36         s                                       |
623.32/623.62	c restarts              : 797
623.32/623.62	c nb ReduceDB           : 14
623.32/623.62	c nb learnts DL2        : 7024
623.32/623.62	c nb learnts size 2     : 4542
623.32/623.62	c nb learnts size 1     : 626
623.32/623.62	c conflicts             : 386397         (626 /sec)
623.32/623.62	c decisions             : 1353098        (1.23 % random) (2191 /sec)
623.32/623.62	c propagations          : 563776594      (912961 /sec)
623.32/623.62	c conflict literals     : 51660011       (40.57 % deleted)
623.32/623.62	c Memory used           : 67.92 MB
623.32/623.62	c CPU time              : 617.525 s
623.32/623.62	
623.32/623.63	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-1774734-1241267316/watcher-1774734-1241267316 -o /tmp/evaluation-result-1774734-1241267316/solver-1774734-1241267316 -C 10000 -W 12000 -M 1800 glucose.sh HOME/instance-1774734-1241267316.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.94 0.97 0.99 3/64 10385
/proc/meminfo: memFree=1132008/2055920 swapFree=4174092/4192956
[pid=10385] ppid=10383 vsize=5360 CPUtime=0
/proc/10385/stat : 10385 (glucose.sh) S 10383 10385 10287 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 154759800 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10385/statm: 1340 236 195 169 0 51 0
[pid=10386] ppid=10385 vsize=1744 CPUtime=0
/proc/10386/stat : 10386 (SatELite_releas) R 10385 10385 10287 0 -1 4194304 277 0 0 0 0 0 0 0 19 0 1 0 154759800 1785856 261 1992294400 134512640 135225430 4294956176 18446744073709551615 134543531 0 0 4096 3 0 0 0 17 0 0 0
/proc/10386/statm: 436 266 50 174 0 259 0

[startup+0.099456 s]
/proc/loadavg: 0.94 0.97 0.99 3/64 10385
/proc/meminfo: memFree=1132008/2055920 swapFree=4174092/4192956
[pid=10385] ppid=10383 vsize=5360 CPUtime=0
/proc/10385/stat : 10385 (glucose.sh) S 10383 10385 10287 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 154759800 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10385/statm: 1340 236 195 169 0 51 0
[pid=10386] ppid=10385 vsize=32048 CPUtime=0.09
/proc/10386/stat : 10386 (SatELite_releas) R 10385 10385 10287 0 -1 4194304 5149 0 0 0 7 2 0 0 19 0 1 0 154759800 32817152 5029 1992294400 134512640 135225430 4294956176 18446744073709551615 134735534 0 0 4096 3 0 0 0 17 0 0 0
/proc/10386/statm: 8012 5031 50 174 0 7835 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 37408

[startup+0.101456 s]
/proc/loadavg: 0.94 0.97 0.99 3/64 10385
/proc/meminfo: memFree=1132008/2055920 swapFree=4174092/4192956
[pid=10385] ppid=10383 vsize=5360 CPUtime=0
/proc/10385/stat : 10385 (glucose.sh) S 10383 10385 10287 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 154759800 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10385/statm: 1340 236 195 169 0 51 0
[pid=10386] ppid=10385 vsize=32312 CPUtime=0.09
/proc/10386/stat : 10386 (SatELite_releas) R 10385 10385 10287 0 -1 4194304 5219 0 0 0 7 2 0 0 19 0 1 0 154759800 33087488 5099 1992294400 134512640 135225430 4294956176 18446744073709551615 134717494 0 0 4096 3 0 0 0 17 0 0 0
/proc/10386/statm: 8078 5100 50 174 0 7901 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 37672

[startup+0.301473 s]
/proc/loadavg: 0.94 0.97 0.99 3/64 10385
/proc/meminfo: memFree=1132008/2055920 swapFree=4174092/4192956
[pid=10385] ppid=10383 vsize=5360 CPUtime=0
/proc/10385/stat : 10385 (glucose.sh) S 10383 10385 10287 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 154759800 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10385/statm: 1340 236 195 169 0 51 0
[pid=10386] ppid=10385 vsize=48632 CPUtime=0.28
/proc/10386/stat : 10386 (SatELite_releas) R 10385 10385 10287 0 -1 4194304 9160 0 0 0 24 4 0 0 21 0 1 0 154759800 49799168 9040 1992294400 134512640 135225430 4294956176 18446744073709551615 134735534 0 0 4096 3 0 0 0 17 0 0 0
/proc/10386/statm: 12158 9041 50 174 0 11981 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 53992

[startup+0.701509 s]
/proc/loadavg: 0.94 0.97 0.99 3/64 10385
/proc/meminfo: memFree=1132008/2055920 swapFree=4174092/4192956
[pid=10385] ppid=10383 vsize=5360 CPUtime=0
/proc/10385/stat : 10385 (glucose.sh) S 10383 10385 10287 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 154759800 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10385/statm: 1340 236 195 169 0 51 0
[pid=10386] ppid=10385 vsize=80388 CPUtime=0.68
/proc/10386/stat : 10386 (SatELite_releas) R 10385 10385 10287 0 -1 4194304 17584 0 0 0 58 10 0 0 24 0 1 0 154759800 82317312 17464 1992294400 134512640 135225430 4294956176 18446744073709551615 134548138 0 0 4096 3 0 0 0 17 0 0 0
/proc/10386/statm: 20097 17464 51 174 0 19920 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 85748

[startup+1.50158 s]
/proc/loadavg: 0.94 0.97 0.99 2/66 10387
/proc/meminfo: memFree=1057688/2055920 swapFree=4174092/4192956
[pid=10385] ppid=10383 vsize=5360 CPUtime=0
/proc/10385/stat : 10385 (glucose.sh) S 10383 10385 10287 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 154759800 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10385/statm: 1340 236 195 169 0 51 0
[pid=10386] ppid=10385 vsize=98960 CPUtime=1.49
/proc/10386/stat : 10386 (SatELite_releas) R 10385 10385 10287 0 -1 4194304 23347 0 0 0 135 14 0 0 25 0 1 0 154759800 101335040 21223 1992294400 134512640 135225430 4294956176 18446744073709551615 134735630 0 0 4096 3 0 0 0 17 0 0 0
/proc/10386/statm: 24740 21223 77 174 0 24563 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 104320

[startup+3.10172 s]
/proc/loadavg: 0.95 0.97 0.99 2/66 10387
/proc/meminfo: memFree=1040536/2055920 swapFree=4174092/4192956
[pid=10385] ppid=10383 vsize=5360 CPUtime=0
/proc/10385/stat : 10385 (glucose.sh) S 10383 10385 10287 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 154759800 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10385/statm: 1340 236 195 169 0 51 0
[pid=10386] ppid=10385 vsize=110328 CPUtime=3.09
/proc/10386/stat : 10386 (SatELite_releas) R 10385 10385 10287 0 -1 4194304 25923 0 0 0 293 16 0 0 25 0 1 0 154759800 112975872 23549 1992294400 134512640 135225430 4294956176 18446744073709551615 134612529 0 0 4096 3 0 0 0 17 0 0 0
/proc/10386/statm: 27582 23549 77 174 0 27405 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 115688

[startup+6.30301 s]
/proc/loadavg: 0.95 0.97 0.99 2/66 10387
/proc/meminfo: memFree=1032024/2055920 swapFree=4174092/4192956
[pid=10385] ppid=10383 vsize=5360 CPUtime=5.67
/proc/10385/stat : 10385 (glucose.sh) S 10383 10385 10287 0 -1 4194304 313 29152 0 0 0 0 542 25 19 0 1 0 154759800 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10385/statm: 1340 238 195 169 0 51 0
Current children cumulated CPU time (s) 5.67
Current children cumulated vsize (KiB) 5360

[startup+12.7016 s]
/proc/loadavg: 0.95 0.97 0.99 2/66 10388
/proc/meminfo: memFree=1074264/2055920 swapFree=4174092/4192956
[pid=10385] ppid=10383 vsize=5360 CPUtime=5.67
/proc/10385/stat : 10385 (glucose.sh) S 10383 10385 10287 0 -1 4194304 313 29152 0 0 0 0 542 25 19 0 1 0 154759800 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10385/statm: 1340 238 195 169 0 51 0
[pid=10388] ppid=10385 vsize=43628 CPUtime=7.01
/proc/10388/stat : 10388 (glucose_static) R 10385 10385 10287 0 -1 4194304 10434 0 0 0 694 7 0 0 25 0 1 0 154760367 44675072 10384 1992294400 134512640 135217611 4294956288 18446744073709551615 134533193 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/10388/statm: 10907 10384 77 172 0 10732 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 48988

[startup+25.5017 s]
/proc/loadavg: 0.96 0.97 0.99 2/66 10388
/proc/meminfo: memFree=1069720/2055920 swapFree=4174092/4192956
[pid=10385] ppid=10383 vsize=5360 CPUtime=5.67
/proc/10385/stat : 10385 (glucose.sh) S 10383 10385 10287 0 -1 4194304 313 29152 0 0 0 0 542 25 19 0 1 0 154759800 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10385/statm: 1340 238 195 169 0 51 0
[pid=10388] ppid=10385 vsize=48432 CPUtime=19.8
/proc/10388/stat : 10388 (glucose_static) R 10385 10385 10287 0 -1 4194304 11635 0 0 0 1972 8 0 0 25 0 1 0 154760367 49594368 11585 1992294400 134512640 135217611 4294956288 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/10388/statm: 12108 11585 77 172 0 11933 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 53792

[startup+51.1019 s]
/proc/loadavg: 0.97 0.97 0.99 2/66 10388
/proc/meminfo: memFree=1065816/2055920 swapFree=4174092/4192956
[pid=10385] ppid=10383 vsize=5360 CPUtime=5.67
/proc/10385/stat : 10385 (glucose.sh) S 10383 10385 10287 0 -1 4194304 313 29152 0 0 0 0 542 25 19 0 1 0 154759800 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10385/statm: 1340 238 195 169 0 51 0
[pid=10388] ppid=10385 vsize=52408 CPUtime=45.38
/proc/10388/stat : 10388 (glucose_static) R 10385 10385 10287 0 -1 4194304 12611 0 0 0 4530 8 0 0 25 0 1 0 154760367 53665792 12561 1992294400 134512640 135217611 4294956288 18446744073709551615 134532723 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/10388/statm: 13102 12561 77 172 0 12927 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 57768

[startup+102.305 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 10388
/proc/meminfo: memFree=1061016/2055920 swapFree=4174092/4192956
[pid=10385] ppid=10383 vsize=5360 CPUtime=5.67
/proc/10385/stat : 10385 (glucose.sh) S 10383 10385 10287 0 -1 4194304 313 29152 0 0 0 0 542 25 19 0 1 0 154759800 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10385/statm: 1340 238 195 169 0 51 0
[pid=10388] ppid=10385 vsize=57060 CPUtime=96.57
/proc/10388/stat : 10388 (glucose_static) R 10385 10385 10287 0 -1 4194304 13775 0 0 0 9647 10 0 0 25 0 1 0 154760367 58429440 13725 1992294400 134512640 135217611 4294956288 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/10388/statm: 14265 13725 77 172 0 14090 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 62420

[startup+162.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 10388
/proc/meminfo: memFree=1056664/2055920 swapFree=4174092/4192956
[pid=10385] ppid=10383 vsize=5360 CPUtime=5.67
/proc/10385/stat : 10385 (glucose.sh) S 10383 10385 10287 0 -1 4194304 313 29152 0 0 0 0 542 25 19 0 1 0 154759800 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10385/statm: 1340 238 195 169 0 51 0
[pid=10388] ppid=10385 vsize=61500 CPUtime=156.53
/proc/10388/stat : 10388 (glucose_static) R 10385 10385 10287 0 -1 4194304 14867 0 0 0 15642 11 0 0 25 0 1 0 154760367 62976000 14817 1992294400 134512640 135217611 4294956288 18446744073709551615 134532912 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/10388/statm: 15375 14817 77 172 0 15200 0
Current children cumulated CPU time (s) 162.2
Current children cumulated vsize (KiB) 66860

[startup+222.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 10388
/proc/meminfo: memFree=1056216/2055920 swapFree=4174092/4192956
[pid=10385] ppid=10383 vsize=5360 CPUtime=5.67
/proc/10385/stat : 10385 (glucose.sh) S 10383 10385 10287 0 -1 4194304 313 29152 0 0 0 0 542 25 19 0 1 0 154759800 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10385/statm: 1340 238 195 169 0 51 0
[pid=10388] ppid=10385 vsize=61896 CPUtime=216.51
/proc/10388/stat : 10388 (glucose_static) R 10385 10385 10287 0 -1 4194304 14967 0 0 0 21640 11 0 0 25 0 1 0 154760367 63381504 14917 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/10388/statm: 15474 14917 77 172 0 15299 0
Current children cumulated CPU time (s) 222.18
Current children cumulated vsize (KiB) 67256

[startup+282.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 10388
/proc/meminfo: memFree=1053016/2055920 swapFree=4174092/4192956
[pid=10385] ppid=10383 vsize=5360 CPUtime=5.67
/proc/10385/stat : 10385 (glucose.sh) S 10383 10385 10287 0 -1 4194304 313 29152 0 0 0 0 542 25 19 0 1 0 154759800 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10385/statm: 1340 238 195 169 0 51 0
[pid=10388] ppid=10385 vsize=65064 CPUtime=276.49
/proc/10388/stat : 10388 (glucose_static) R 10385 10385 10287 0 -1 4194304 15777 0 0 0 27637 12 0 0 25 0 1 0 154760367 66625536 15727 1992294400 134512640 135217611 4294956288 18446744073709551615 134532712 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/10388/statm: 16266 15727 77 172 0 16091 0
Current children cumulated CPU time (s) 282.16
Current children cumulated vsize (KiB) 70424

[startup+342.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 10388
/proc/meminfo: memFree=1050328/2055920 swapFree=4174092/4192956
[pid=10385] ppid=10383 vsize=5360 CPUtime=5.67
/proc/10385/stat : 10385 (glucose.sh) S 10383 10385 10287 0 -1 4194304 313 29152 0 0 0 0 542 25 19 0 1 0 154759800 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10385/statm: 1340 238 195 169 0 51 0
[pid=10388] ppid=10385 vsize=67712 CPUtime=336.46
/proc/10388/stat : 10388 (glucose_static) R 10385 10385 10287 0 -1 4194304 16445 0 0 0 33633 13 0 0 25 0 1 0 154760367 69337088 16395 1992294400 134512640 135217611 4294956288 18446744073709551615 134533193 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/10388/statm: 16928 16395 77 172 0 16753 0
Current children cumulated CPU time (s) 342.13
Current children cumulated vsize (KiB) 73072

[startup+402.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 10388
/proc/meminfo: memFree=1050328/2055920 swapFree=4174092/4192956
[pid=10385] ppid=10383 vsize=5360 CPUtime=5.67
/proc/10385/stat : 10385 (glucose.sh) S 10383 10385 10287 0 -1 4194304 313 29152 0 0 0 0 542 25 19 0 1 0 154759800 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10385/statm: 1340 238 195 169 0 51 0
[pid=10388] ppid=10385 vsize=67712 CPUtime=396.44
/proc/10388/stat : 10388 (glucose_static) R 10385 10385 10287 0 -1 4194304 16446 0 0 0 39631 13 0 0 25 0 1 0 154760367 69337088 16396 1992294400 134512640 135217611 4294956288 18446744073709551615 134532731 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/10388/statm: 16928 16396 77 172 0 16753 0
Current children cumulated CPU time (s) 402.11
Current children cumulated vsize (KiB) 73072

[startup+462.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 10388
/proc/meminfo: memFree=1050008/2055920 swapFree=4174092/4192956
[pid=10385] ppid=10383 vsize=5360 CPUtime=5.67
/proc/10385/stat : 10385 (glucose.sh) S 10383 10385 10287 0 -1 4194304 313 29152 0 0 0 0 542 25 19 0 1 0 154759800 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10385/statm: 1340 238 195 169 0 51 0
[pid=10388] ppid=10385 vsize=68108 CPUtime=456.42
/proc/10388/stat : 10388 (glucose_static) R 10385 10385 10287 0 -1 4194304 16540 0 0 0 45629 13 0 0 25 0 1 0 154760367 69742592 16490 1992294400 134512640 135217611 4294956288 18446744073709551615 134532912 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/10388/statm: 17027 16490 77 172 0 16852 0
Current children cumulated CPU time (s) 462.09
Current children cumulated vsize (KiB) 73468

[startup+522.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 10388
/proc/meminfo: memFree=1048664/2055920 swapFree=4174092/4192956
[pid=10385] ppid=10383 vsize=5360 CPUtime=5.67
/proc/10385/stat : 10385 (glucose.sh) S 10383 10385 10287 0 -1 4194304 313 29152 0 0 0 0 542 25 19 0 1 0 154759800 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10385/statm: 1340 238 195 169 0 51 0
[pid=10388] ppid=10385 vsize=69428 CPUtime=516.4
/proc/10388/stat : 10388 (glucose_static) R 10385 10385 10287 0 -1 4194304 16882 0 0 0 51626 14 0 0 25 0 1 0 154760367 71094272 16832 1992294400 134512640 135217611 4294956288 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/10388/statm: 17357 16832 77 172 0 17182 0
Current children cumulated CPU time (s) 522.07
Current children cumulated vsize (KiB) 74788

[startup+582.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 10388
/proc/meminfo: memFree=1048664/2055920 swapFree=4174092/4192956
[pid=10385] ppid=10383 vsize=5360 CPUtime=5.67
/proc/10385/stat : 10385 (glucose.sh) S 10383 10385 10287 0 -1 4194304 313 29152 0 0 0 0 542 25 19 0 1 0 154759800 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10385/statm: 1340 238 195 169 0 51 0
[pid=10388] ppid=10385 vsize=69428 CPUtime=576.36
/proc/10388/stat : 10388 (glucose_static) R 10385 10385 10287 0 -1 4194304 16884 0 0 0 57622 14 0 0 25 0 1 0 154760367 71094272 16834 1992294400 134512640 135217611 4294956288 18446744073709551615 134527931 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/10388/statm: 17357 16834 77 172 0 17182 0
Current children cumulated CPU time (s) 582.03
Current children cumulated vsize (KiB) 74788

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

[startup+588.702 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 10388
/proc/meminfo: memFree=1048664/2055920 swapFree=4174092/4192956
[pid=10385] ppid=10383 vsize=5360 CPUtime=5.67
/proc/10385/stat : 10385 (glucose.sh) S 10383 10385 10287 0 -1 4194304 313 29152 0 0 0 0 542 25 19 0 1 0 154759800 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10385/statm: 1340 238 195 169 0 51 0
[pid=10388] ppid=10385 vsize=69428 CPUtime=582.76
/proc/10388/stat : 10388 (glucose_static) R 10385 10385 10287 0 -1 4194304 16884 0 0 0 58262 14 0 0 25 0 1 0 154760367 71094272 16834 1992294400 134512640 135217611 4294956288 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/10388/statm: 17357 16834 77 172 0 17182 0
Current children cumulated CPU time (s) 588.43
Current children cumulated vsize (KiB) 74788

[startup+601.501 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 10388
/proc/meminfo: memFree=1048664/2055920 swapFree=4174092/4192956
[pid=10385] ppid=10383 vsize=5360 CPUtime=5.67
/proc/10385/stat : 10385 (glucose.sh) S 10383 10385 10287 0 -1 4194304 313 29152 0 0 0 0 542 25 19 0 1 0 154759800 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10385/statm: 1340 238 195 169 0 51 0
[pid=10388] ppid=10385 vsize=69548 CPUtime=595.55
/proc/10388/stat : 10388 (glucose_static) R 10385 10385 10287 0 -1 4194304 16887 0 0 0 59541 14 0 0 25 0 1 0 154760367 71217152 16837 1992294400 134512640 135217611 4294956288 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/10388/statm: 17387 16837 77 172 0 17212 0
Current children cumulated CPU time (s) 601.22
Current children cumulated vsize (KiB) 74908

[startup+614.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 10388
/proc/meminfo: memFree=1048664/2055920 swapFree=4174092/4192956
[pid=10385] ppid=10383 vsize=5360 CPUtime=5.67
/proc/10385/stat : 10385 (glucose.sh) S 10383 10385 10287 0 -1 4194304 313 29152 0 0 0 0 542 25 19 0 1 0 154759800 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10385/statm: 1340 238 195 169 0 51 0
[pid=10388] ppid=10385 vsize=69548 CPUtime=608.34
/proc/10388/stat : 10388 (glucose_static) R 10385 10385 10287 0 -1 4194304 16887 0 0 0 60820 14 0 0 25 0 1 0 154760367 71217152 16837 1992294400 134512640 135217611 4294956288 18446744073709551615 134532656 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/10388/statm: 17387 16837 77 172 0 17212 0
Current children cumulated CPU time (s) 614.01
Current children cumulated vsize (KiB) 74908

[startup+617.502 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 10388
/proc/meminfo: memFree=1048664/2055920 swapFree=4174092/4192956
[pid=10385] ppid=10383 vsize=5360 CPUtime=5.67
/proc/10385/stat : 10385 (glucose.sh) S 10383 10385 10287 0 -1 4194304 313 29152 0 0 0 0 542 25 19 0 1 0 154759800 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10385/statm: 1340 238 195 169 0 51 0
[pid=10388] ppid=10385 vsize=69548 CPUtime=611.54
/proc/10388/stat : 10388 (glucose_static) R 10385 10385 10287 0 -1 4194304 16887 0 0 0 61140 14 0 0 25 0 1 0 154760367 71217152 16837 1992294400 134512640 135217611 4294956288 18446744073709551615 134532731 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/10388/statm: 17387 16837 77 172 0 17212 0
Current children cumulated CPU time (s) 617.21
Current children cumulated vsize (KiB) 74908

[startup+620.702 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 10388
/proc/meminfo: memFree=1048664/2055920 swapFree=4174092/4192956
[pid=10385] ppid=10383 vsize=5360 CPUtime=5.67
/proc/10385/stat : 10385 (glucose.sh) S 10383 10385 10287 0 -1 4194304 313 29152 0 0 0 0 542 25 19 0 1 0 154759800 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10385/statm: 1340 238 195 169 0 51 0
[pid=10388] ppid=10385 vsize=69548 CPUtime=614.74
/proc/10388/stat : 10388 (glucose_static) R 10385 10385 10287 0 -1 4194304 16887 0 0 0 61460 14 0 0 25 0 1 0 154760367 71217152 16837 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/10388/statm: 17387 16837 77 172 0 17212 0
Current children cumulated CPU time (s) 620.41
Current children cumulated vsize (KiB) 74908

[startup+622.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 10388
/proc/meminfo: memFree=1048664/2055920 swapFree=4174092/4192956
[pid=10385] ppid=10383 vsize=5360 CPUtime=5.67
/proc/10385/stat : 10385 (glucose.sh) S 10383 10385 10287 0 -1 4194304 313 29152 0 0 0 0 542 25 19 0 1 0 154759800 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10385/statm: 1340 238 195 169 0 51 0
[pid=10388] ppid=10385 vsize=69548 CPUtime=616.34
/proc/10388/stat : 10388 (glucose_static) R 10385 10385 10287 0 -1 4194304 16887 0 0 0 61620 14 0 0 25 0 1 0 154760367 71217152 16837 1992294400 134512640 135217611 4294956288 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/10388/statm: 17387 16837 77 172 0 17212 0
Current children cumulated CPU time (s) 622.01
Current children cumulated vsize (KiB) 74908

[startup+623.102 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 10388
/proc/meminfo: memFree=1048664/2055920 swapFree=4174092/4192956
[pid=10385] ppid=10383 vsize=5360 CPUtime=5.67
/proc/10385/stat : 10385 (glucose.sh) S 10383 10385 10287 0 -1 4194304 313 29152 0 0 0 0 542 25 19 0 1 0 154759800 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10385/statm: 1340 238 195 169 0 51 0
[pid=10388] ppid=10385 vsize=69548 CPUtime=617.14
/proc/10388/stat : 10388 (glucose_static) R 10385 10385 10287 0 -1 4194304 16887 0 0 0 61700 14 0 0 25 0 1 0 154760367 71217152 16837 1992294400 134512640 135217611 4294956288 18446744073709551615 134533148 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/10388/statm: 17387 16837 77 172 0 17212 0
Current children cumulated CPU time (s) 622.81
Current children cumulated vsize (KiB) 74908

[startup+623.502 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 10388
/proc/meminfo: memFree=1048664/2055920 swapFree=4174092/4192956
[pid=10385] ppid=10383 vsize=5360 CPUtime=5.67
/proc/10385/stat : 10385 (glucose.sh) S 10383 10385 10287 0 -1 4194304 313 29152 0 0 0 0 542 25 19 0 1 0 154759800 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10385/statm: 1340 238 195 169 0 51 0
[pid=10388] ppid=10385 vsize=69548 CPUtime=617.54
/proc/10388/stat : 10388 (glucose_static) R 10385 10385 10287 0 -1 4194304 16887 0 0 0 61740 14 0 0 25 0 1 0 154760367 71217152 16837 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/10388/statm: 17387 16837 77 172 0 17212 0
Current children cumulated CPU time (s) 623.21
Current children cumulated vsize (KiB) 74908

[startup+623.601 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 10388
/proc/meminfo: memFree=1048664/2055920 swapFree=4174092/4192956
[pid=10385] ppid=10383 vsize=5360 CPUtime=5.67
/proc/10385/stat : 10385 (glucose.sh) S 10383 10385 10287 0 -1 4194304 313 29152 0 0 0 0 542 25 19 0 1 0 154759800 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10385/statm: 1340 238 195 169 0 51 0
[pid=10388] ppid=10385 vsize=69548 CPUtime=617.65
/proc/10388/stat : 10388 (glucose_static) R 10385 10385 10287 0 -1 4194304 16887 0 0 0 61751 14 0 0 25 0 1 0 154760367 71217152 16837 1992294400 134512640 135217611 4294956288 18446744073709551615 134532605 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/10388/statm: 17387 16837 77 172 0 17212 0
Current children cumulated CPU time (s) 623.32
Current children cumulated vsize (KiB) 74908

Child status: 20
Real time (s): 623.646
CPU time (s): 623.37
CPU user time (s): 622.947
CPU system time (s): 0.422935
CPU usage (%): 99.9558
Max. virtual memory (cumulated for all children) (KiB): 118496

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 622.947
system time used= 0.422935
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 46518
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38
involuntary context switches= 1544

runsolver used 0.532918 second user time and 1.74473 second system time

The end

Launcher Data

Begin job on node50 at 2009-05-02 14:28:38
IDJOB=1774734
IDBENCH=71008
IDSOLVER=610
FILE ID=node50/1774734-1241267316
PBS_JOBID= 9224969
Free space on /tmp= 66488 MiB

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

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

MD5SUM BENCH= b21b299f860c56270b509900cff82599
RANDOM SEED=1508001302

node50.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.216
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.216
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:       1132488 kB
Buffers:         81316 kB
Cached:         733048 kB
SwapCached:      13128 kB
Active:          66960 kB
Inactive:       762192 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1132488 kB
SwapTotal:     4192956 kB
SwapFree:      4174092 kB
Dirty:           16564 kB
Writeback:           0 kB
Mapped:          13516 kB
Slab:            80264 kB
Committed_AS:   612228 kB
PageTables:       1456 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= 66488 MiB
End job on node50 at 2009-05-02 14:39:01