Trace number 1773364

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 4227.26 4229.21

General information on the benchmark

Namevelev-vliw-uns-4.0-9-i1.cnf
MD5SUM590cca3a58efdeb1c95ef988a53daa1d
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark3280.04
Satisfiable
(Un)Satisfiability was proved
Number of variables154309
Number of clauses3230738
Sum of the clauses size9429252
Maximum clause length3625
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 22024994
Number of clauses of size 31081436
Number of clauses of size 48866
Number of clauses of size 58692
Number of clauses of size over 5106749

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...
2.39/2.44	c ==============================================================================
2.39/2.44	c |           |     ORIGINAL     |              LEARNT              |          |
2.39/2.44	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
2.39/2.44	c ==============================================================================
2.39/2.44	c |         0 | 3230737  9429251 |  969221       0        0     nan |  0.000 % |
22.88/22.96	c |         0 | 3193200  9687142 |      --       0       --      -- |     --   | -37507/257956
22.88/22.96	c ==============================================================================
22.88/22.96	c Result  :   #vars: 136989   #clauses: 3193200   #literals: 9687142
22.88/22.96	c CPU time:   22.4366 s
22.88/22.96	c ==============================================================================
25.97/26.07	c
25.97/26.07	c Starting glucose
25.97/26.07	c
25.97/26.07	
25.97/26.07	c This is glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
25.97/26.07	
25.97/26.07	c ============================[ Problem Statistics ]=============================
25.97/26.07	c |                                                                             |
25.97/26.07	c |  Number of variables:  136989                                               |
25.97/26.07	c |  Number of clauses:    3193200                                              |
28.06/28.15	c |  Parsing time:         1.79         s                                       |
4227.14/4229.12	c restarts              : 7139
4227.14/4229.12	c nb ReduceDB           : 88
4227.14/4229.12	c nb learnts DL2        : 3177
4227.14/4229.12	c nb learnts size 2     : 2626
4227.14/4229.12	c nb learnts size 1     : 15
4227.14/4229.12	c conflicts             : 5648722        (1345 /sec)
4227.14/4229.12	c decisions             : 79552021       (0.65 % random) (18939 /sec)
4227.14/4229.12	c propagations          : 5071861473     (1207433 /sec)
4227.14/4229.12	c conflict literals     : 387317597      (46.34 % deleted)
4227.14/4229.12	c Memory used           : 287.44 MB
4227.14/4229.12	c CPU time              : 4200.53 s
4227.14/4229.12	
4227.14/4229.16	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-1773364-1241257287/watcher-1773364-1241257287 -o /tmp/evaluation-result-1773364-1241257287/solver-1773364-1241257287 -C 10000 -W 12000 -M 1800 glucose.sh HOME/instance-1773364-1241257287.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.93 0.98 0.99 3/64 18422
/proc/meminfo: memFree=1123008/2055920 swapFree=4179760/4192956
[pid=18422] ppid=18420 vsize=5360 CPUtime=0
/proc/18422/stat : 18422 (glucose.sh) R 18420 18422 18385 0 -1 4194304 268 0 0 0 0 0 0 0 18 0 1 0 153762522 5488640 235 1992294400 4194304 4889804 548682068816 18446744073709551615 240472615583 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/18422/statm: 1340 235 194 169 0 51 0
[pid=18423] ppid=18422 vsize=1140 CPUtime=0
/proc/18423/stat : 18423 (SatELite_releas) R 18422 18422 18385 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 153762522 1167360 127 1992294400 134512640 135225430 4294956176 18446744073709551615 134717494 0 0 4096 3 0 0 0 17 0 0 0
/proc/18423/statm: 285 127 50 174 0 108 0

[startup+0.059568 s]
/proc/loadavg: 0.93 0.98 0.99 3/64 18422
/proc/meminfo: memFree=1123008/2055920 swapFree=4179760/4192956
[pid=18422] ppid=18420 vsize=5360 CPUtime=0
/proc/18422/stat : 18422 (glucose.sh) S 18420 18422 18385 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 153762522 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18422/statm: 1340 236 195 169 0 51 0
[pid=18423] ppid=18422 vsize=7096 CPUtime=0.05
/proc/18423/stat : 18423 (SatELite_releas) R 18422 18422 18385 0 -1 4194304 1570 0 0 0 4 1 0 0 19 0 1 0 153762522 7266304 1554 1992294400 134512640 135225430 4294956176 18446744073709551615 134735534 0 0 4096 3 0 0 0 17 0 0 0
/proc/18423/statm: 1807 1556 50 174 0 1630 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 12456

[startup+0.10157 s]
/proc/loadavg: 0.93 0.98 0.99 3/64 18422
/proc/meminfo: memFree=1123008/2055920 swapFree=4179760/4192956
[pid=18422] ppid=18420 vsize=5360 CPUtime=0
/proc/18422/stat : 18422 (glucose.sh) S 18420 18422 18385 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 153762522 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18422/statm: 1340 236 195 169 0 51 0
[pid=18423] ppid=18422 vsize=12292 CPUtime=0.08
/proc/18423/stat : 18423 (SatELite_releas) R 18422 18422 18385 0 -1 4194304 2619 0 0 0 7 1 0 0 19 0 1 0 153762522 12587008 2603 1992294400 134512640 135225430 4294956176 18446744073709551615 134543684 0 0 4096 3 0 0 0 17 0 0 0
/proc/18423/statm: 3073 2603 50 174 0 2896 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 17652

[startup+0.301587 s]
/proc/loadavg: 0.93 0.98 0.99 3/64 18422
/proc/meminfo: memFree=1123008/2055920 swapFree=4179760/4192956
[pid=18422] ppid=18420 vsize=5360 CPUtime=0
/proc/18422/stat : 18422 (glucose.sh) S 18420 18422 18385 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 153762522 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18422/statm: 1340 236 195 169 0 51 0
[pid=18423] ppid=18422 vsize=29636 CPUtime=0.29
/proc/18423/stat : 18423 (SatELite_releas) R 18422 18422 18385 0 -1 4194304 6797 0 0 0 24 5 0 0 21 0 1 0 153762522 30347264 6782 1992294400 134512640 135225430 4294956176 18446744073709551615 134543671 0 0 4096 3 0 0 0 17 0 0 0
/proc/18423/statm: 7409 6783 50 174 0 7232 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 34996

[startup+0.701633 s]
/proc/loadavg: 0.93 0.98 0.99 3/64 18422
/proc/meminfo: memFree=1123008/2055920 swapFree=4179760/4192956
[pid=18422] ppid=18420 vsize=5360 CPUtime=0
/proc/18422/stat : 18422 (glucose.sh) S 18420 18422 18385 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 153762522 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18422/statm: 1340 236 195 169 0 51 0
[pid=18423] ppid=18422 vsize=66832 CPUtime=0.69
/proc/18423/stat : 18423 (SatELite_releas) R 18422 18422 18385 0 -1 4194304 14489 0 0 0 58 11 0 0 25 0 1 0 153762522 68435968 14473 1992294400 134512640 135225430 4294956176 18446744073709551615 134564766 0 0 4096 3 0 0 0 17 1 0 0
/proc/18423/statm: 16708 14473 50 174 0 16531 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 72192

[startup+1.50269 s]
/proc/loadavg: 0.93 0.98 0.99 2/66 18424
/proc/meminfo: memFree=1041904/2055920 swapFree=4179760/4192956
[pid=18422] ppid=18420 vsize=5360 CPUtime=0
/proc/18422/stat : 18422 (glucose.sh) S 18420 18422 18385 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 153762522 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18422/statm: 1340 236 195 169 0 51 0
[pid=18423] ppid=18422 vsize=134624 CPUtime=1.48
/proc/18423/stat : 18423 (SatELite_releas) R 18422 18422 18385 0 -1 4194304 28742 0 0 0 126 22 0 0 25 0 1 0 153762522 137854976 28726 1992294400 134512640 135225430 4294956176 18446744073709551615 134717494 0 0 4096 3 0 0 0 17 0 0 0
/proc/18423/statm: 33656 28727 51 174 0 33479 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 139984

[startup+3.10183 s]
/proc/loadavg: 1.01 1.00 1.00 2/66 18424
/proc/meminfo: memFree=963760/2055920 swapFree=4179760/4192956
[pid=18422] ppid=18420 vsize=5360 CPUtime=0
/proc/18422/stat : 18422 (glucose.sh) S 18420 18422 18385 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 153762522 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18422/statm: 1340 236 195 169 0 51 0
[pid=18423] ppid=18422 vsize=253196 CPUtime=3.09
/proc/18423/stat : 18423 (SatELite_releas) R 18422 18422 18385 0 -1 4194304 61777 0 0 0 269 40 0 0 25 0 1 0 153762522 259272704 57121 1992294400 134512640 135225430 4294956176 18446744073709551615 134565313 0 0 4096 3 0 0 0 17 0 0 0
/proc/18423/statm: 63299 57121 77 174 0 63122 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 258556

[startup+6.3011 s]
/proc/loadavg: 1.01 1.00 1.00 2/66 18424
/proc/meminfo: memFree=881776/2055920 swapFree=4179760/4192956
[pid=18422] ppid=18420 vsize=5360 CPUtime=0
/proc/18422/stat : 18422 (glucose.sh) S 18420 18422 18385 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 153762522 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18422/statm: 1340 236 195 169 0 51 0
[pid=18423] ppid=18422 vsize=265752 CPUtime=6.29
/proc/18423/stat : 18423 (SatELite_releas) R 18422 18422 18385 0 -1 4194304 64496 0 0 0 585 44 0 0 25 0 1 0 153762522 272130048 59689 1992294400 134512640 135225430 4294956176 18446744073709551615 134596700 0 0 4096 3 0 0 0 17 0 0 0
/proc/18423/statm: 66438 59689 77 174 0 66261 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 271112

[startup+12.7017 s]
/proc/loadavg: 1.01 1.00 1.00 2/66 18424
/proc/meminfo: memFree=861168/2055920 swapFree=4179760/4192956
[pid=18422] ppid=18420 vsize=5360 CPUtime=0
/proc/18422/stat : 18422 (glucose.sh) S 18420 18422 18385 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 153762522 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18422/statm: 1340 236 195 169 0 51 0
[pid=18423] ppid=18422 vsize=299256 CPUtime=12.68
/proc/18423/stat : 18423 (SatELite_releas) R 18422 18422 18385 0 -1 4194304 69845 0 0 0 1222 46 0 0 25 0 1 0 153762522 306438144 64848 1992294400 134512640 135225430 4294956176 18446744073709551615 134602600 0 0 4096 3 0 0 0 17 0 0 0
/proc/18423/statm: 74814 64848 77 174 0 74637 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 304616

[startup+25.5018 s]
/proc/loadavg: 1.01 1.00 1.00 2/66 18424
/proc/meminfo: memFree=828656/2055920 swapFree=4179760/4192956
[pid=18422] ppid=18420 vsize=5360 CPUtime=0
/proc/18422/stat : 18422 (glucose.sh) S 18420 18422 18385 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 153762522 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18422/statm: 1340 236 195 169 0 51 0
[pid=18423] ppid=18422 vsize=265608 CPUtime=25.47
/proc/18423/stat : 18423 (SatELite_releas) R 18422 18422 18385 0 -1 4194304 81708 0 0 0 2476 71 0 0 25 0 1 0 153762522 271982592 59772 1992294400 134512640 135225430 4294956176 18446744073709551615 134735630 0 0 4096 3 0 0 0 17 0 0 0
/proc/18423/statm: 66402 59772 82 174 0 66225 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 270968

[startup+51.102 s]
/proc/loadavg: 1.06 1.01 1.00 2/66 18425
/proc/meminfo: memFree=850480/2055920 swapFree=4179760/4192956
[pid=18422] ppid=18420 vsize=5360 CPUtime=26.05
/proc/18422/stat : 18422 (glucose.sh) S 18420 18422 18385 0 -1 4194304 313 81709 0 0 0 0 2525 80 16 0 1 0 153762522 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18422/statm: 1340 238 195 169 0 51 0
[pid=18425] ppid=18422 vsize=202568 CPUtime=25
/proc/18425/stat : 18425 (glucose_static) R 18422 18422 18385 0 -1 4194304 49696 0 0 0 2468 32 0 0 25 0 1 0 153765129 207429632 49639 1992294400 134512640 135217611 4294956288 18446744073709551615 134525865 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/18425/statm: 50642 49639 76 172 0 50467 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 207928

[startup+102.305 s]
/proc/loadavg: 1.02 1.01 1.00 2/66 18425
/proc/meminfo: memFree=843504/2055920 swapFree=4179760/4192956
[pid=18422] ppid=18420 vsize=5360 CPUtime=26.05
/proc/18422/stat : 18422 (glucose.sh) S 18420 18422 18385 0 -1 4194304 313 81709 0 0 0 0 2525 80 16 0 1 0 153762522 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18422/statm: 1340 238 195 169 0 51 0
[pid=18425] ppid=18422 vsize=209528 CPUtime=76.15
/proc/18425/stat : 18425 (glucose_static) R 18422 18422 18385 0 -1 4194304 51391 0 0 0 7582 33 0 0 25 0 1 0 153765129 214556672 51334 1992294400 134512640 135217611 4294956288 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/18425/statm: 52382 51334 76 172 0 52207 0
Current children cumulated CPU time (s) 102.2
Current children cumulated vsize (KiB) 214888

[startup+162.302 s]
/proc/loadavg: 1.01 1.00 1.00 2/66 18425
/proc/meminfo: memFree=840304/2055920 swapFree=4179760/4192956
[pid=18422] ppid=18420 vsize=5360 CPUtime=26.05
/proc/18422/stat : 18422 (glucose.sh) S 18420 18422 18385 0 -1 4194304 313 81709 0 0 0 0 2525 80 16 0 1 0 153762522 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18422/statm: 1340 238 195 169 0 51 0
[pid=18425] ppid=18422 vsize=212680 CPUtime=136.12
/proc/18425/stat : 18425 (glucose_static) R 18422 18422 18385 0 -1 4194304 52187 0 0 0 13578 34 0 0 25 0 1 0 153765129 217784320 52130 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/18425/statm: 53170 52130 76 172 0 52995 0
Current children cumulated CPU time (s) 162.17
Current children cumulated vsize (KiB) 218040

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 18425
/proc/meminfo: memFree=837552/2055920 swapFree=4179760/4192956
[pid=18422] ppid=18420 vsize=5360 CPUtime=26.05
/proc/18422/stat : 18422 (glucose.sh) S 18420 18422 18385 0 -1 4194304 313 81709 0 0 0 0 2525 80 16 0 1 0 153762522 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18422/statm: 1340 238 195 169 0 51 0
[pid=18425] ppid=18422 vsize=215536 CPUtime=196.1
/proc/18425/stat : 18425 (glucose_static) R 18422 18422 18385 0 -1 4194304 52879 0 0 0 19575 35 0 0 25 0 1 0 153765129 220708864 52822 1992294400 134512640 135217611 4294956288 18446744073709551615 134532840 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/18425/statm: 53884 52822 76 172 0 53709 0
Current children cumulated CPU time (s) 222.15
Current children cumulated vsize (KiB) 220896

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 18425
/proc/meminfo: memFree=834736/2055920 swapFree=4179760/4192956
[pid=18422] ppid=18420 vsize=5360 CPUtime=26.05
/proc/18422/stat : 18422 (glucose.sh) S 18420 18422 18385 0 -1 4194304 313 81709 0 0 0 0 2525 80 16 0 1 0 153762522 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18422/statm: 1340 238 195 169 0 51 0
[pid=18425] ppid=18422 vsize=218564 CPUtime=256.07
/proc/18425/stat : 18425 (glucose_static) R 18422 18422 18385 0 -1 4194304 53587 0 0 0 25571 36 0 0 25 0 1 0 153765129 223809536 53530 1992294400 134512640 135217611 4294956288 18446744073709551615 134542153 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/18425/statm: 54641 53530 76 172 0 54466 0
Current children cumulated CPU time (s) 282.12
Current children cumulated vsize (KiB) 223924

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 18425
/proc/meminfo: memFree=832368/2055920 swapFree=4179760/4192956
[pid=18422] ppid=18420 vsize=5360 CPUtime=26.05
/proc/18422/stat : 18422 (glucose.sh) S 18420 18422 18385 0 -1 4194304 313 81709 0 0 0 0 2525 80 16 0 1 0 153762522 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18422/statm: 1340 238 195 169 0 51 0
[pid=18425] ppid=18422 vsize=220952 CPUtime=316.04
/proc/18425/stat : 18425 (glucose_static) R 18422 18422 18385 0 -1 4194304 54208 0 0 0 31568 36 0 0 25 0 1 0 153765129 226254848 54151 1992294400 134512640 135217611 4294956288 18446744073709551615 134532736 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/18425/statm: 55238 54151 76 172 0 55063 0
Current children cumulated CPU time (s) 342.09

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

/proc/18425/statm: 72366 71017 76 172 0 72191 0
Current children cumulated CPU time (s) 3880.49
Current children cumulated vsize (KiB) 294824

[startup+3942.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 18433
/proc/meminfo: memFree=764656/2055920 swapFree=4179760/4192956
[pid=18422] ppid=18420 vsize=5360 CPUtime=26.05
/proc/18422/stat : 18422 (glucose.sh) S 18420 18422 18385 0 -1 4194304 313 81709 0 0 0 0 2525 80 16 0 1 0 153762522 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18422/statm: 1340 238 195 169 0 51 0
[pid=18425] ppid=18422 vsize=289536 CPUtime=3914.42
/proc/18425/stat : 18425 (glucose_static) R 18422 18422 18385 0 -1 4194304 71310 0 0 0 391386 56 0 0 25 0 1 0 153765129 296484864 71028 1992294400 134512640 135217611 4294956288 18446744073709551615 134532638 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/18425/statm: 72384 71028 76 172 0 72209 0
Current children cumulated CPU time (s) 3940.47
Current children cumulated vsize (KiB) 294896

[startup+4002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 18433
/proc/meminfo: memFree=764656/2055920 swapFree=4179760/4192956
[pid=18422] ppid=18420 vsize=5360 CPUtime=26.05
/proc/18422/stat : 18422 (glucose.sh) S 18420 18422 18385 0 -1 4194304 313 81709 0 0 0 0 2525 80 16 0 1 0 153762522 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18422/statm: 1340 238 195 169 0 51 0
[pid=18425] ppid=18422 vsize=289940 CPUtime=3974.39
/proc/18425/stat : 18425 (glucose_static) R 18422 18422 18385 0 -1 4194304 71314 0 0 0 397383 56 0 0 25 0 1 0 153765129 296898560 71032 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/18425/statm: 72485 71032 76 172 0 72310 0
Current children cumulated CPU time (s) 4000.44
Current children cumulated vsize (KiB) 295300

[startup+4062.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 18433
/proc/meminfo: memFree=764528/2055920 swapFree=4179760/4192956
[pid=18422] ppid=18420 vsize=5360 CPUtime=26.05
/proc/18422/stat : 18422 (glucose.sh) S 18420 18422 18385 0 -1 4194304 313 81709 0 0 0 0 2525 80 16 0 1 0 153762522 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18422/statm: 1340 238 195 169 0 51 0
[pid=18425] ppid=18422 vsize=289940 CPUtime=4034.37
/proc/18425/stat : 18425 (glucose_static) R 18422 18422 18385 0 -1 4194304 71314 0 0 0 403381 56 0 0 25 0 1 0 153765129 296898560 71032 1992294400 134512640 135217611 4294956288 18446744073709551615 134527914 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/18425/statm: 72485 71032 76 172 0 72310 0
Current children cumulated CPU time (s) 4060.42
Current children cumulated vsize (KiB) 295300

[startup+4122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 18433
/proc/meminfo: memFree=760624/2055920 swapFree=4179760/4192956
[pid=18422] ppid=18420 vsize=5360 CPUtime=26.05
/proc/18422/stat : 18422 (glucose.sh) S 18420 18422 18385 0 -1 4194304 313 81709 0 0 0 0 2525 80 16 0 1 0 153762522 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18422/statm: 1340 238 195 169 0 51 0
[pid=18425] ppid=18422 vsize=293772 CPUtime=4094.34
/proc/18425/stat : 18425 (glucose_static) R 18422 18422 18385 0 -1 4194304 72282 0 0 0 409377 57 0 0 25 0 1 0 153765129 300822528 72000 1992294400 134512640 135217611 4294956288 18446744073709551615 134536986 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/18425/statm: 73443 72000 76 172 0 73268 0
Current children cumulated CPU time (s) 4120.39
Current children cumulated vsize (KiB) 299132

[startup+4182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 18433
/proc/meminfo: memFree=760304/2055920 swapFree=4179760/4192956
[pid=18422] ppid=18420 vsize=5360 CPUtime=26.05
/proc/18422/stat : 18422 (glucose.sh) S 18420 18422 18385 0 -1 4194304 313 81709 0 0 0 0 2525 80 16 0 1 0 153762522 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18422/statm: 1340 238 195 169 0 51 0
[pid=18425] ppid=18422 vsize=294336 CPUtime=4154.31
/proc/18425/stat : 18425 (glucose_static) R 18422 18422 18385 0 -1 4194304 72383 0 0 0 415374 57 0 0 25 0 1 0 153765129 301400064 72101 1992294400 134512640 135217611 4294956288 18446744073709551615 134532731 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/18425/statm: 73584 72101 76 172 0 73409 0
Current children cumulated CPU time (s) 4180.36
Current children cumulated vsize (KiB) 299696

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

[startup+4198.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 18433
/proc/meminfo: memFree=760304/2055920 swapFree=4179760/4192956
[pid=18422] ppid=18420 vsize=5360 CPUtime=26.05
/proc/18422/stat : 18422 (glucose.sh) S 18420 18422 18385 0 -1 4194304 313 81709 0 0 0 0 2525 80 16 0 1 0 153762522 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18422/statm: 1340 238 195 169 0 51 0
[pid=18425] ppid=18422 vsize=294336 CPUtime=4170.3
/proc/18425/stat : 18425 (glucose_static) R 18422 18422 18385 0 -1 4194304 72383 0 0 0 416973 57 0 0 25 0 1 0 153765129 301400064 72101 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/18425/statm: 73584 72101 76 172 0 73409 0
Current children cumulated CPU time (s) 4196.35
Current children cumulated vsize (KiB) 299696

[startup+4211.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 18433
/proc/meminfo: memFree=760304/2055920 swapFree=4179760/4192956
[pid=18422] ppid=18420 vsize=5360 CPUtime=26.05
/proc/18422/stat : 18422 (glucose.sh) S 18420 18422 18385 0 -1 4194304 313 81709 0 0 0 0 2525 80 16 0 1 0 153762522 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18422/statm: 1340 238 195 169 0 51 0
[pid=18425] ppid=18422 vsize=294336 CPUtime=4183.11
/proc/18425/stat : 18425 (glucose_static) R 18422 18422 18385 0 -1 4194304 72383 0 0 0 418253 58 0 0 25 0 1 0 153765129 301400064 72101 1992294400 134512640 135217611 4294956288 18446744073709551615 134532803 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/18425/statm: 73584 72101 76 172 0 73409 0
Current children cumulated CPU time (s) 4209.16
Current children cumulated vsize (KiB) 299696

[startup+4217.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 18433
/proc/meminfo: memFree=760304/2055920 swapFree=4179760/4192956
[pid=18422] ppid=18420 vsize=5360 CPUtime=26.05
/proc/18422/stat : 18422 (glucose.sh) S 18420 18422 18385 0 -1 4194304 313 81709 0 0 0 0 2525 80 16 0 1 0 153762522 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18422/statm: 1340 238 195 169 0 51 0
[pid=18425] ppid=18422 vsize=294336 CPUtime=4189.5
/proc/18425/stat : 18425 (glucose_static) R 18422 18422 18385 0 -1 4194304 72383 0 0 0 418892 58 0 0 25 0 1 0 153765129 301400064 72101 1992294400 134512640 135217611 4294956288 18446744073709551615 134533781 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/18425/statm: 73584 72101 76 172 0 73409 0
Current children cumulated CPU time (s) 4215.55
Current children cumulated vsize (KiB) 299696

[startup+4223.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 18433
/proc/meminfo: memFree=760304/2055920 swapFree=4179760/4192956
[pid=18422] ppid=18420 vsize=5360 CPUtime=26.05
/proc/18422/stat : 18422 (glucose.sh) S 18420 18422 18385 0 -1 4194304 313 81709 0 0 0 0 2525 80 16 0 1 0 153762522 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18422/statm: 1340 238 195 169 0 51 0
[pid=18425] ppid=18422 vsize=294336 CPUtime=4195.89
/proc/18425/stat : 18425 (glucose_static) R 18422 18422 18385 0 -1 4194304 72383 0 0 0 419531 58 0 0 25 0 1 0 153765129 301400064 72101 1992294400 134512640 135217611 4294956288 18446744073709551615 134522819 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/18425/statm: 73584 72101 76 172 0 73409 0
Current children cumulated CPU time (s) 4221.94
Current children cumulated vsize (KiB) 299696

[startup+4227.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 18433
/proc/meminfo: memFree=760304/2055920 swapFree=4179760/4192956
[pid=18422] ppid=18420 vsize=5360 CPUtime=26.05
/proc/18422/stat : 18422 (glucose.sh) S 18420 18422 18385 0 -1 4194304 313 81709 0 0 0 0 2525 80 16 0 1 0 153762522 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18422/statm: 1340 238 195 169 0 51 0
[pid=18425] ppid=18422 vsize=294336 CPUtime=4199.09
/proc/18425/stat : 18425 (glucose_static) R 18422 18422 18385 0 -1 4194304 72383 0 0 0 419851 58 0 0 25 0 1 0 153765129 301400064 72101 1992294400 134512640 135217611 4294956288 18446744073709551615 134522830 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/18425/statm: 73584 72101 76 172 0 73409 0
Current children cumulated CPU time (s) 4225.14
Current children cumulated vsize (KiB) 299696

[startup+4227.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 18433
/proc/meminfo: memFree=760304/2055920 swapFree=4179760/4192956
[pid=18422] ppid=18420 vsize=5360 CPUtime=26.05
/proc/18422/stat : 18422 (glucose.sh) S 18420 18422 18385 0 -1 4194304 313 81709 0 0 0 0 2525 80 16 0 1 0 153762522 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18422/statm: 1340 238 195 169 0 51 0
[pid=18425] ppid=18422 vsize=294336 CPUtime=4199.89
/proc/18425/stat : 18425 (glucose_static) R 18422 18422 18385 0 -1 4194304 72383 0 0 0 419931 58 0 0 25 0 1 0 153765129 301400064 72101 1992294400 134512640 135217611 4294956288 18446744073709551615 134522835 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/18425/statm: 73584 72101 76 172 0 73409 0
Current children cumulated CPU time (s) 4225.94
Current children cumulated vsize (KiB) 299696

[startup+4228.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 18433
/proc/meminfo: memFree=760304/2055920 swapFree=4179760/4192956
[pid=18422] ppid=18420 vsize=5360 CPUtime=26.05
/proc/18422/stat : 18422 (glucose.sh) S 18420 18422 18385 0 -1 4194304 313 81709 0 0 0 0 2525 80 16 0 1 0 153762522 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18422/statm: 1340 238 195 169 0 51 0
[pid=18425] ppid=18422 vsize=294336 CPUtime=4200.69
/proc/18425/stat : 18425 (glucose_static) R 18422 18422 18385 0 -1 4194304 72383 0 0 0 420011 58 0 0 25 0 1 0 153765129 301400064 72101 1992294400 134512640 135217611 4294956288 18446744073709551615 134532638 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/18425/statm: 73584 72101 76 172 0 73409 0
Current children cumulated CPU time (s) 4226.74
Current children cumulated vsize (KiB) 299696

[startup+4229.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 18433
/proc/meminfo: memFree=760304/2055920 swapFree=4179760/4192956
[pid=18422] ppid=18420 vsize=5360 CPUtime=26.05
/proc/18422/stat : 18422 (glucose.sh) S 18420 18422 18385 0 -1 4194304 313 81709 0 0 0 0 2525 80 16 0 1 0 153762522 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18422/statm: 1340 238 195 169 0 51 0
[pid=18425] ppid=18422 vsize=294336 CPUtime=4201.09
/proc/18425/stat : 18425 (glucose_static) R 18422 18422 18385 0 -1 4194304 72383 0 0 0 420051 58 0 0 25 0 1 0 153765129 301400064 72101 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/18425/statm: 73584 72101 76 172 0 73409 0
Current children cumulated CPU time (s) 4227.14
Current children cumulated vsize (KiB) 299696

[startup+4229.2 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 18433
/proc/meminfo: memFree=760304/2055920 swapFree=4179760/4192956
[pid=18422] ppid=18420 vsize=5360 CPUtime=4227.21
/proc/18422/stat : 18422 (glucose.sh) S 18420 18422 18385 0 -1 4194304 340 154105 0 0 0 0 422578 143 19 0 1 0 153762522 5488640 240 1992294400 4194304 4889804 548682068816 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18422/statm: 1340 240 196 169 0 51 0
Current children cumulated CPU time (s) 4227.21
Current children cumulated vsize (KiB) 5360

Child status: 20
Real time (s): 4229.21
CPU time (s): 4227.26
CPU user time (s): 4225.78
CPU system time (s): 1.47378
CPU usage (%): 99.9538
Max. virtual memory (cumulated for all children) (KiB): 317572

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

runsolver used 3.82642 second user time and 11.5592 second system time

The end

Launcher Data

Begin job on node15 at 2009-05-02 11:41:31
IDJOB=1773364
IDBENCH=69571
IDSOLVER=610
FILE ID=node15/1773364-1241257287
PBS_JOBID= 9224932
Free space on /tmp= 66480 MiB

SOLVER NAME= glucose 1.0
BENCH NAME= SAT_RACE08/cnf/velev-vliw-uns-4.0-9-i1.cnf
COMMAND LINE= glucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1773364-1241257287/watcher-1773364-1241257287 -o /tmp/evaluation-result-1773364-1241257287/solver-1773364-1241257287 -C 10000 -W 12000 -M 1800  glucose.sh HOME/instance-1773364-1241257287.cnf

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

MD5SUM BENCH= 590cca3a58efdeb1c95ef988a53daa1d
RANDOM SEED=243947744

node15.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.220
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	: 5931.00
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.220
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:       1123552 kB
Buffers:         79980 kB
Cached:         756988 kB
SwapCached:       7388 kB
Active:         198944 kB
Inactive:       647452 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1123552 kB
SwapTotal:     4192956 kB
SwapFree:      4179760 kB
Dirty:           70484 kB
Writeback:           0 kB
Mapped:          14416 kB
Slab:            71980 kB
Committed_AS:   658196 kB
PageTables:       1464 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= 66480 MiB
End job on node15 at 2009-05-02 12:52:00