Trace number 1773234

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 4245.33 4247.25

General information on the benchmark

Nameindustrial/vliw_unsat_2.0/
9dlx_vliw_at_b_iq6.cnf
MD5SUM580dc3969c4e46e50013253fd4ac9139
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark3577.9
Satisfiable
(Un)Satisfiability was proved
Number of variables209724
Number of clauses3634677
Sum of the clauses size10547961
Maximum clause length169
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 23415202
Number of clauses of size 349840
Number of clauses of size 46998
Number of clauses of size 514973
Number of clauses of size over 5147663

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.88/2.96	c ==============================================================================
2.88/2.96	c |           |     ORIGINAL     |              LEARNT              |          |
2.88/2.96	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
2.88/2.96	c ==============================================================================
2.88/2.96	c |         0 | 3634676 10547960 | 1090402       0        0     nan |  0.000 % |
37.74/37.84	c |         0 | 3532144 10927904 |      --       0       --      -- |     --   | -102383/383223
37.74/37.84	c ==============================================================================
37.74/37.84	c Result  :   #vars: 168000   #clauses: 3532144   #literals: 10927904
37.74/37.84	c CPU time:   37.1653 s
37.74/37.84	c ==============================================================================
41.24/41.54	c
41.24/41.54	c Starting glucose
41.24/41.54	c
41.24/41.54	
41.24/41.54	c This is glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
41.24/41.54	
41.24/41.54	c ============================[ Problem Statistics ]=============================
41.24/41.54	c |                                                                             |
41.24/41.54	c |  Number of variables:  168000                                               |
41.24/41.54	c |  Number of clauses:    3532144                                              |
43.52/43.80	c |  Parsing time:         1.97         s                                       |
4245.17/4247.15	c restarts              : 9694
4245.17/4247.15	c nb ReduceDB           : 71
4245.17/4247.15	c nb learnts DL2        : 5553
4245.17/4247.15	c nb learnts size 2     : 5170
4245.17/4247.15	c nb learnts size 1     : 42
4245.17/4247.15	c conflicts             : 3931997        (935 /sec)
4245.17/4247.15	c decisions             : 99883190       (0.74 % random) (23762 /sec)
4245.17/4247.15	c propagations          : 5610237749     (1334676 /sec)
4245.17/4247.15	c conflict literals     : 325213337      (57.16 % deleted)
4245.17/4247.15	c Memory used           : 290.97 MB
4245.17/4247.15	c CPU time              : 4203.45 s
4245.17/4247.15	
4245.17/4247.19	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-1773234-1241256849/watcher-1773234-1241256849 -o /tmp/evaluation-result-1773234-1241256849/solver-1773234-1241256849 -C 10000 -W 12000 -M 1800 glucose.sh HOME/instance-1773234-1241256849.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.86 0.97 0.99 3/64 31701
/proc/meminfo: memFree=1234152/2055920 swapFree=4175308/4192956
[pid=31701] ppid=31699 vsize=5360 CPUtime=0
/proc/31701/stat : 31701 (glucose.sh) R 31699 31701 31664 0 -1 4194304 268 0 0 0 0 0 0 0 18 0 1 0 153719344 5488640 235 1992294400 4194304 4889804 548682068816 18446744073709551615 252429527711 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/31701/statm: 1340 235 194 169 0 51 0
[pid=31702] ppid=31701 vsize=1140 CPUtime=0
/proc/31702/stat : 31702 (SatELite_releas) R 31701 31701 31664 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 153719344 1167360 127 1992294400 134512640 135225430 4294956176 18446744073709551615 134735534 0 0 4096 3 0 0 0 17 0 0 0
/proc/31702/statm: 285 128 50 174 0 108 0

[startup+0.081871 s]
/proc/loadavg: 0.86 0.97 0.99 3/64 31701
/proc/meminfo: memFree=1234152/2055920 swapFree=4175308/4192956
[pid=31701] ppid=31699 vsize=5360 CPUtime=0
/proc/31701/stat : 31701 (glucose.sh) S 31699 31701 31664 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 153719344 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31701/statm: 1340 236 195 169 0 51 0
[pid=31702] ppid=31701 vsize=8480 CPUtime=0.07
/proc/31702/stat : 31702 (SatELite_releas) R 31701 31701 31664 0 -1 4194304 1933 0 0 0 6 1 0 0 19 0 1 0 153719344 8683520 1917 1992294400 134512640 135225430 4294956176 18446744073709551615 134717494 0 0 4096 3 0 0 0 17 0 0 0
/proc/31702/statm: 2120 1917 50 174 0 1943 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 13840

[startup+0.102872 s]
/proc/loadavg: 0.86 0.97 0.99 3/64 31701
/proc/meminfo: memFree=1234152/2055920 swapFree=4175308/4192956
[pid=31701] ppid=31699 vsize=5360 CPUtime=0
/proc/31701/stat : 31701 (glucose.sh) S 31699 31701 31664 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 153719344 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31701/statm: 1340 236 195 169 0 51 0
[pid=31702] ppid=31701 vsize=10444 CPUtime=0.09
/proc/31702/stat : 31702 (SatELite_releas) R 31701 31701 31664 0 -1 4194304 2365 0 0 0 8 1 0 0 19 0 1 0 153719344 10694656 2349 1992294400 134512640 135225430 4294956176 18446744073709551615 134717494 0 0 4096 3 0 0 0 17 0 0 0
/proc/31702/statm: 2611 2349 50 174 0 2434 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 15804

[startup+0.302902 s]
/proc/loadavg: 0.86 0.97 0.99 3/64 31701
/proc/meminfo: memFree=1234152/2055920 swapFree=4175308/4192956
[pid=31701] ppid=31699 vsize=5360 CPUtime=0
/proc/31701/stat : 31701 (glucose.sh) S 31699 31701 31664 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 153719344 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31701/statm: 1340 236 195 169 0 51 0
[pid=31702] ppid=31701 vsize=28412 CPUtime=0.28
/proc/31702/stat : 31702 (SatELite_releas) R 31701 31701 31664 0 -1 4194304 6279 0 0 0 24 4 0 0 22 0 1 0 153719344 29093888 6263 1992294400 134512640 135225430 4294956176 18446744073709551615 134541740 0 0 4096 3 0 0 0 17 1 0 0
/proc/31702/statm: 7103 6263 50 174 0 6926 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 33772

[startup+0.701944 s]
/proc/loadavg: 0.86 0.97 0.99 3/64 31701
/proc/meminfo: memFree=1234152/2055920 swapFree=4175308/4192956
[pid=31701] ppid=31699 vsize=5360 CPUtime=0
/proc/31701/stat : 31701 (glucose.sh) S 31699 31701 31664 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 153719344 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31701/statm: 1340 236 195 169 0 51 0
[pid=31702] ppid=31701 vsize=60068 CPUtime=0.68
/proc/31702/stat : 31702 (SatELite_releas) R 31701 31701 31664 0 -1 4194304 13487 0 0 0 58 10 0 0 25 0 1 0 153719344 61509632 13471 1992294400 134512640 135225430 4294956176 18446744073709551615 134528931 0 0 4096 3 0 0 0 17 1 0 0
/proc/31702/statm: 15017 13471 50 174 0 14840 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 65428

[startup+1.50202 s]
/proc/loadavg: 0.86 0.97 0.99 2/66 31703
/proc/meminfo: memFree=1155608/2055920 swapFree=4175308/4192956
[pid=31701] ppid=31699 vsize=5360 CPUtime=0
/proc/31701/stat : 31701 (glucose.sh) S 31699 31701 31664 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 153719344 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31701/statm: 1340 236 195 169 0 51 0
[pid=31702] ppid=31701 vsize=131508 CPUtime=1.48
/proc/31702/stat : 31702 (SatELite_releas) R 31701 31701 31664 0 -1 4194304 27868 0 0 0 126 22 0 0 25 0 1 0 153719344 134664192 27852 1992294400 134512640 135225430 4294956176 18446744073709551615 134578784 0 0 4096 3 0 0 0 17 1 0 0
/proc/31702/statm: 32877 27852 50 174 0 32700 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 136868

[startup+3.10118 s]
/proc/loadavg: 0.86 0.97 0.99 2/66 31703
/proc/meminfo: memFree=1079968/2055920 swapFree=4175308/4192956
[pid=31701] ppid=31699 vsize=5360 CPUtime=0
/proc/31701/stat : 31701 (glucose.sh) S 31699 31701 31664 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 153719344 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31701/statm: 1340 236 195 169 0 51 0
[pid=31702] ppid=31701 vsize=285068 CPUtime=3.08
/proc/31702/stat : 31702 (SatELite_releas) R 31701 31701 31664 0 -1 4194304 67606 0 0 0 261 47 0 0 25 0 1 0 153719344 291909632 67590 1992294400 134512640 135225430 4294956176 18446744073709551615 134549609 0 0 4096 3 0 0 0 17 1 0 0
/proc/31702/statm: 71267 67590 77 174 0 71090 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 290428

[startup+6.3015 s]
/proc/loadavg: 0.87 0.97 0.99 2/66 31703
/proc/meminfo: memFree=976160/2055920 swapFree=4175308/4192956
[pid=31701] ppid=31699 vsize=5360 CPUtime=0
/proc/31701/stat : 31701 (glucose.sh) S 31699 31701 31664 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 153719344 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31701/statm: 1340 236 195 169 0 51 0
[pid=31702] ppid=31701 vsize=285104 CPUtime=6.27
/proc/31702/stat : 31702 (SatELite_releas) R 31701 31701 31664 0 -1 4194304 72724 0 0 0 576 51 0 0 25 0 1 0 153719344 291946496 65095 1992294400 134512640 135225430 4294956176 18446744073709551615 134549618 0 0 4096 3 0 0 0 17 1 0 0
/proc/31702/statm: 71276 65095 77 174 0 71099 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 290464

[startup+12.7011 s]
/proc/loadavg: 0.88 0.97 0.99 2/66 31703
/proc/meminfo: memFree=945824/2055920 swapFree=4175308/4192956
[pid=31701] ppid=31699 vsize=5360 CPUtime=0
/proc/31701/stat : 31701 (glucose.sh) S 31699 31701 31664 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 153719344 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31701/statm: 1340 236 195 169 0 51 0
[pid=31702] ppid=31701 vsize=311024 CPUtime=12.66
/proc/31702/stat : 31702 (SatELite_releas) R 31701 31701 31664 0 -1 4194304 78647 0 0 0 1210 56 0 0 25 0 1 0 153719344 318488576 71018 1992294400 134512640 135225430 4294956176 18446744073709551615 134549569 0 0 4096 3 0 0 0 17 0 0 0
/proc/31702/statm: 77756 71018 77 174 0 77579 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 316384

[startup+25.5024 s]
/proc/loadavg: 0.91 0.97 0.99 2/66 31703
/proc/meminfo: memFree=912928/2055920 swapFree=4175308/4192956
[pid=31701] ppid=31699 vsize=5360 CPUtime=0
/proc/31701/stat : 31701 (glucose.sh) S 31699 31701 31664 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 153719344 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31701/statm: 1340 236 195 169 0 51 0
[pid=31702] ppid=31701 vsize=359336 CPUtime=25.45
/proc/31702/stat : 31702 (SatELite_releas) R 31701 31701 31664 0 -1 4194304 87033 0 0 0 2486 59 0 0 25 0 1 0 153719344 367960064 78836 1992294400 134512640 135225430 4294956176 18446744073709551615 134549118 0 0 4096 3 0 0 0 17 0 0 0
/proc/31702/statm: 89834 78836 77 174 0 89657 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 364696

[startup+51.1029 s]
/proc/loadavg: 1.08 1.00 1.00 2/66 31704
/proc/meminfo: memFree=939616/2055920 swapFree=4175308/4192956
[pid=31701] ppid=31699 vsize=5360 CPUtime=41.28
/proc/31701/stat : 31701 (glucose.sh) S 31699 31701 31664 0 -1 4194304 313 94738 0 0 0 0 4031 97 16 0 1 0 153719344 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31701/statm: 1340 238 195 169 0 51 0
[pid=31704] ppid=31701 vsize=213936 CPUtime=9.55
/proc/31704/stat : 31704 (glucose_static) R 31701 31701 31664 0 -1 4194304 52004 0 0 0 924 31 0 0 25 0 1 0 153723498 219070464 51972 1992294400 134512640 135217611 4294956288 18446744073709551615 134723558 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/31704/statm: 53484 51972 76 172 0 53309 0
Current children cumulated CPU time (s) 50.83
Current children cumulated vsize (KiB) 219296

[startup+102.306 s]
/proc/loadavg: 1.03 1.00 1.00 2/66 31704
/proc/meminfo: memFree=927840/2055920 swapFree=4175308/4192956
[pid=31701] ppid=31699 vsize=5360 CPUtime=41.28
/proc/31701/stat : 31701 (glucose.sh) S 31699 31701 31664 0 -1 4194304 313 94738 0 0 0 0 4031 97 16 0 1 0 153719344 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31701/statm: 1340 238 195 169 0 51 0
[pid=31704] ppid=31701 vsize=225764 CPUtime=60.73
/proc/31704/stat : 31704 (glucose_static) R 31701 31701 31664 0 -1 4194304 54901 0 0 0 6040 33 0 0 25 0 1 0 153723498 231182336 54869 1992294400 134512640 135217611 4294956288 18446744073709551615 134532638 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/31704/statm: 56441 54869 76 172 0 56266 0
Current children cumulated CPU time (s) 102.01
Current children cumulated vsize (KiB) 231124

[startup+162.303 s]
/proc/loadavg: 1.01 1.00 1.00 2/66 31704
/proc/meminfo: memFree=922080/2055920 swapFree=4175308/4192956
[pid=31701] ppid=31699 vsize=5360 CPUtime=41.28
/proc/31701/stat : 31701 (glucose.sh) S 31699 31701 31664 0 -1 4194304 313 94738 0 0 0 0 4031 97 16 0 1 0 153719344 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31701/statm: 1340 238 195 169 0 51 0
[pid=31704] ppid=31701 vsize=231608 CPUtime=120.71
/proc/31704/stat : 31704 (glucose_static) R 31701 31701 31664 0 -1 4194304 56337 0 0 0 12036 35 0 0 25 0 1 0 153723498 237166592 56305 1992294400 134512640 135217611 4294956288 18446744073709551615 134532912 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/31704/statm: 57902 56305 76 172 0 57727 0
Current children cumulated CPU time (s) 161.99
Current children cumulated vsize (KiB) 236968

[startup+222.303 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 31704
/proc/meminfo: memFree=920992/2055920 swapFree=4175308/4192956
[pid=31701] ppid=31699 vsize=5360 CPUtime=41.28
/proc/31701/stat : 31701 (glucose.sh) S 31699 31701 31664 0 -1 4194304 313 94738 0 0 0 0 4031 97 16 0 1 0 153719344 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31701/statm: 1340 238 195 169 0 51 0
[pid=31704] ppid=31701 vsize=232736 CPUtime=180.68
/proc/31704/stat : 31704 (glucose_static) R 31701 31701 31664 0 -1 4194304 56631 0 0 0 18033 35 0 0 25 0 1 0 153723498 238321664 56599 1992294400 134512640 135217611 4294956288 18446744073709551615 134532912 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/31704/statm: 58184 56599 76 172 0 58009 0
Current children cumulated CPU time (s) 221.96
Current children cumulated vsize (KiB) 238096

[startup+282.303 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 31706
/proc/meminfo: memFree=916512/2055920 swapFree=4175308/4192956
[pid=31701] ppid=31699 vsize=5360 CPUtime=41.28
/proc/31701/stat : 31701 (glucose.sh) S 31699 31701 31664 0 -1 4194304 313 94738 0 0 0 0 4031 97 16 0 1 0 153719344 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31701/statm: 1340 238 195 169 0 51 0
[pid=31704] ppid=31701 vsize=237200 CPUtime=240.65
/proc/31704/stat : 31704 (glucose_static) R 31701 31701 31664 0 -1 4194304 57702 0 0 0 24029 36 0 0 25 0 1 0 153723498 242892800 57670 1992294400 134512640 135217611 4294956288 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/31704/statm: 59300 57670 76 172 0 59125 0
Current children cumulated CPU time (s) 281.93
Current children cumulated vsize (KiB) 242560

[startup+342.303 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 31706
/proc/meminfo: memFree=916000/2055920 swapFree=4175308/4192956
[pid=31701] ppid=31699 vsize=5360 CPUtime=41.28
/proc/31701/stat : 31701 (glucose.sh) S 31699 31701 31664 0 -1 4194304 313 94738 0 0 0 0 4031 97 16 0 1 0 153719344 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31701/statm: 1340 238 195 169 0 51 0
[pid=31704] ppid=31701 vsize=238072 CPUtime=300.63
/proc/31704/stat : 31704 (glucose_static) R 31701 31701 31664 0 -1 4194304 57887 0 0 0 30027 36 0 0 25 0 1 0 153723498 243785728 57855 1992294400 134512640 135217611 4294956288 18446744073709551615 134532748 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/31704/statm: 59518 57855 76 172 0 59343 0
Current children cumulated CPU time (s) 341.91

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

/proc/31704/statm: 72749 71015 76 172 0 72574 0
Current children cumulated CPU time (s) 3760.57
Current children cumulated vsize (KiB) 296356

[startup+3822.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 31712
/proc/meminfo: memFree=862816/2055920 swapFree=4175308/4192956
[pid=31701] ppid=31699 vsize=5360 CPUtime=41.28
/proc/31701/stat : 31701 (glucose.sh) S 31699 31701 31664 0 -1 4194304 313 94738 0 0 0 0 4031 97 16 0 1 0 153719344 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31701/statm: 1340 238 195 169 0 51 0
[pid=31704] ppid=31701 vsize=290996 CPUtime=3779.27
/proc/31704/stat : 31704 (glucose_static) R 31701 31701 31664 0 -1 4194304 71047 0 0 0 377880 47 0 0 25 0 1 0 153723498 297979904 71015 1992294400 134512640 135217611 4294956288 18446744073709551615 134527705 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/31704/statm: 72749 71015 76 172 0 72574 0
Current children cumulated CPU time (s) 3820.55
Current children cumulated vsize (KiB) 296356

[startup+3882.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 31714
/proc/meminfo: memFree=859936/2055920 swapFree=4175308/4192956
[pid=31701] ppid=31699 vsize=5360 CPUtime=41.28
/proc/31701/stat : 31701 (glucose.sh) S 31699 31701 31664 0 -1 4194304 313 94738 0 0 0 0 4031 97 16 0 1 0 153719344 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31701/statm: 1340 238 195 169 0 51 0
[pid=31704] ppid=31701 vsize=293928 CPUtime=3839.24
/proc/31704/stat : 31704 (glucose_static) R 31701 31701 31664 0 -1 4194304 71762 0 0 0 383876 48 0 0 25 0 1 0 153723498 300982272 71730 1992294400 134512640 135217611 4294956288 18446744073709551615 134532912 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/31704/statm: 73482 71730 76 172 0 73307 0
Current children cumulated CPU time (s) 3880.52
Current children cumulated vsize (KiB) 299288

[startup+3942.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 31714
/proc/meminfo: memFree=860000/2055920 swapFree=4175308/4192956
[pid=31701] ppid=31699 vsize=5360 CPUtime=41.28
/proc/31701/stat : 31701 (glucose.sh) S 31699 31701 31664 0 -1 4194304 313 94738 0 0 0 0 4031 97 16 0 1 0 153719344 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31701/statm: 1340 238 195 169 0 51 0
[pid=31704] ppid=31701 vsize=293928 CPUtime=3899.23
/proc/31704/stat : 31704 (glucose_static) R 31701 31701 31664 0 -1 4194304 71762 0 0 0 389875 48 0 0 25 0 1 0 153723498 300982272 71730 1992294400 134512640 135217611 4294956288 18446744073709551615 134527815 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/31704/statm: 73482 71730 76 172 0 73307 0
Current children cumulated CPU time (s) 3940.51
Current children cumulated vsize (KiB) 299288

[startup+4002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 31714
/proc/meminfo: memFree=859936/2055920 swapFree=4175308/4192956
[pid=31701] ppid=31699 vsize=5360 CPUtime=41.28
/proc/31701/stat : 31701 (glucose.sh) S 31699 31701 31664 0 -1 4194304 313 94738 0 0 0 0 4031 97 16 0 1 0 153719344 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31701/statm: 1340 238 195 169 0 51 0
[pid=31704] ppid=31701 vsize=293928 CPUtime=3959.18
/proc/31704/stat : 31704 (glucose_static) R 31701 31701 31664 0 -1 4194304 71762 0 0 0 395870 48 0 0 25 0 1 0 153723498 300982272 71730 1992294400 134512640 135217611 4294956288 18446744073709551615 134527914 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/31704/statm: 73482 71730 76 172 0 73307 0
Current children cumulated CPU time (s) 4000.46
Current children cumulated vsize (KiB) 299288

[startup+4062.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 31714
/proc/meminfo: memFree=859872/2055920 swapFree=4175308/4192956
[pid=31701] ppid=31699 vsize=5360 CPUtime=41.28
/proc/31701/stat : 31701 (glucose.sh) S 31699 31701 31664 0 -1 4194304 313 94738 0 0 0 0 4031 97 16 0 1 0 153719344 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31701/statm: 1340 238 195 169 0 51 0
[pid=31704] ppid=31701 vsize=293928 CPUtime=4019.16
/proc/31704/stat : 31704 (glucose_static) R 31701 31701 31664 0 -1 4194304 71762 0 0 0 401868 48 0 0 25 0 1 0 153723498 300982272 71730 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/31704/statm: 73482 71730 76 172 0 73307 0
Current children cumulated CPU time (s) 4060.44
Current children cumulated vsize (KiB) 299288

[startup+4122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 31714
/proc/meminfo: memFree=856288/2055920 swapFree=4175308/4192956
[pid=31701] ppid=31699 vsize=5360 CPUtime=41.28
/proc/31701/stat : 31701 (glucose.sh) S 31699 31701 31664 0 -1 4194304 313 94738 0 0 0 0 4031 97 16 0 1 0 153719344 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31701/statm: 1340 238 195 169 0 51 0
[pid=31704] ppid=31701 vsize=297628 CPUtime=4079.14
/proc/31704/stat : 31704 (glucose_static) R 31701 31701 31664 0 -1 4194304 72692 0 0 0 407864 50 0 0 25 0 1 0 153723498 304771072 72660 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/31704/statm: 74407 72660 76 172 0 74232 0
Current children cumulated CPU time (s) 4120.42
Current children cumulated vsize (KiB) 302988

[startup+4182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 31714
/proc/meminfo: memFree=856096/2055920 swapFree=4175308/4192956
[pid=31701] ppid=31699 vsize=5360 CPUtime=41.28
/proc/31701/stat : 31701 (glucose.sh) S 31699 31701 31664 0 -1 4194304 313 94738 0 0 0 0 4031 97 16 0 1 0 153719344 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31701/statm: 1340 238 195 169 0 51 0
[pid=31704] ppid=31701 vsize=297952 CPUtime=4139.11
/proc/31704/stat : 31704 (glucose_static) R 31701 31701 31664 0 -1 4194304 72750 0 0 0 413861 50 0 0 25 0 1 0 153723498 305102848 72718 1992294400 134512640 135217611 4294956288 18446744073709551615 134533007 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/31704/statm: 74488 72718 76 172 0 74313 0
Current children cumulated CPU time (s) 4180.39
Current children cumulated vsize (KiB) 303312

[startup+4242.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 31714
/proc/meminfo: memFree=856096/2055920 swapFree=4175308/4192956
[pid=31701] ppid=31699 vsize=5360 CPUtime=41.28
/proc/31701/stat : 31701 (glucose.sh) S 31699 31701 31664 0 -1 4194304 313 94738 0 0 0 0 4031 97 16 0 1 0 153719344 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31701/statm: 1340 238 195 169 0 51 0
[pid=31704] ppid=31701 vsize=297948 CPUtime=4199.09
/proc/31704/stat : 31704 (glucose_static) R 31701 31701 31664 0 -1 4194304 72751 0 0 0 419859 50 0 0 25 0 1 0 153723498 305098752 72719 1992294400 134512640 135217611 4294956288 18446744073709551615 134532912 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/31704/statm: 74487 72719 76 172 0 74312 0
Current children cumulated CPU time (s) 4240.37
Current children cumulated vsize (KiB) 303308

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

[startup+4243.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 31714
/proc/meminfo: memFree=856096/2055920 swapFree=4175308/4192956
[pid=31701] ppid=31699 vsize=5360 CPUtime=41.28
/proc/31701/stat : 31701 (glucose.sh) S 31699 31701 31664 0 -1 4194304 313 94738 0 0 0 0 4031 97 16 0 1 0 153719344 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31701/statm: 1340 238 195 169 0 51 0
[pid=31704] ppid=31701 vsize=297948 CPUtime=4199.89
/proc/31704/stat : 31704 (glucose_static) R 31701 31701 31664 0 -1 4194304 72751 0 0 0 419939 50 0 0 25 0 1 0 153723498 305098752 72719 1992294400 134512640 135217611 4294956288 18446744073709551615 134532795 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/31704/statm: 74487 72719 76 172 0 74312 0
Current children cumulated CPU time (s) 4241.17
Current children cumulated vsize (KiB) 303308

[startup+4244.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 31714
/proc/meminfo: memFree=856096/2055920 swapFree=4175308/4192956
[pid=31701] ppid=31699 vsize=5360 CPUtime=41.28
/proc/31701/stat : 31701 (glucose.sh) S 31699 31701 31664 0 -1 4194304 313 94738 0 0 0 0 4031 97 16 0 1 0 153719344 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31701/statm: 1340 238 195 169 0 51 0
[pid=31704] ppid=31701 vsize=297948 CPUtime=4201.49
/proc/31704/stat : 31704 (glucose_static) R 31701 31701 31664 0 -1 4194304 72751 0 0 0 420099 50 0 0 25 0 1 0 153723498 305098752 72719 1992294400 134512640 135217611 4294956288 18446744073709551615 134533760 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/31704/statm: 74487 72719 76 172 0 74312 0
Current children cumulated CPU time (s) 4242.77
Current children cumulated vsize (KiB) 303308

[startup+4246.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 31714
/proc/meminfo: memFree=856096/2055920 swapFree=4175308/4192956
[pid=31701] ppid=31699 vsize=5360 CPUtime=41.28
/proc/31701/stat : 31701 (glucose.sh) S 31699 31701 31664 0 -1 4194304 313 94738 0 0 0 0 4031 97 16 0 1 0 153719344 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31701/statm: 1340 238 195 169 0 51 0
[pid=31704] ppid=31701 vsize=297948 CPUtime=4203.09
/proc/31704/stat : 31704 (glucose_static) R 31701 31701 31664 0 -1 4194304 72751 0 0 0 420259 50 0 0 25 0 1 0 153723498 305098752 72719 1992294400 134512640 135217611 4294956288 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/31704/statm: 74487 72719 76 172 0 74312 0
Current children cumulated CPU time (s) 4244.37
Current children cumulated vsize (KiB) 303308

[startup+4246.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 31714
/proc/meminfo: memFree=856096/2055920 swapFree=4175308/4192956
[pid=31701] ppid=31699 vsize=5360 CPUtime=41.28
/proc/31701/stat : 31701 (glucose.sh) S 31699 31701 31664 0 -1 4194304 313 94738 0 0 0 0 4031 97 16 0 1 0 153719344 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31701/statm: 1340 238 195 169 0 51 0
[pid=31704] ppid=31701 vsize=297948 CPUtime=4203.49
/proc/31704/stat : 31704 (glucose_static) R 31701 31701 31664 0 -1 4194304 72751 0 0 0 420299 50 0 0 25 0 1 0 153723498 305098752 72719 1992294400 134512640 135217611 4294956288 18446744073709551615 134532985 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/31704/statm: 74487 72719 76 172 0 74312 0
Current children cumulated CPU time (s) 4244.77
Current children cumulated vsize (KiB) 303308

[startup+4247.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 31714
/proc/meminfo: memFree=856096/2055920 swapFree=4175308/4192956
[pid=31701] ppid=31699 vsize=5360 CPUtime=41.28
/proc/31701/stat : 31701 (glucose.sh) S 31699 31701 31664 0 -1 4194304 313 94738 0 0 0 0 4031 97 16 0 1 0 153719344 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31701/statm: 1340 238 195 169 0 51 0
[pid=31704] ppid=31701 vsize=297948 CPUtime=4203.89
/proc/31704/stat : 31704 (glucose_static) R 31701 31701 31664 0 -1 4194304 72751 0 0 0 420339 50 0 0 25 0 1 0 153723498 305098752 72719 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/31704/statm: 74487 72719 76 172 0 74312 0
Current children cumulated CPU time (s) 4245.17
Current children cumulated vsize (KiB) 303308

[startup+4247.2 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 31714
/proc/meminfo: memFree=856096/2055920 swapFree=4175308/4192956
[pid=31701] ppid=31699 vsize=5360 CPUtime=4245.26
/proc/31701/stat : 31701 (glucose.sh) R 31699 31701 31664 0 -1 4194304 339 167502 0 0 0 0 424375 151 19 0 1 0 153719344 5488640 240 1992294400 4194304 4889804 548682068816 18446744073709551615 252429134323 0 65536 4100 65536 0 0 0 17 0 0 0
/proc/31701/statm: 1340 240 196 169 0 51 0
Current children cumulated CPU time (s) 4245.26
Current children cumulated vsize (KiB) 5360

Child status: 20
Real time (s): 4247.25
CPU time (s): 4245.33
CPU user time (s): 4243.76
CPU system time (s): 1.56876
CPU usage (%): 99.9548
Max. virtual memory (cumulated for all children) (KiB): 365080

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4243.76
system time used= 1.56876
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 167969
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= 39
involuntary context switches= 8793

runsolver used 4.03039 second user time and 11.4203 second system time

The end

Launcher Data

Begin job on node12 at 2009-05-02 11:34:13
IDJOB=1773234
IDBENCH=20576
IDSOLVER=610
FILE ID=node12/1773234-1241256849
PBS_JOBID= 9224926
Free space on /tmp= 66408 MiB

SOLVER NAME= glucose 1.0
BENCH NAME= SAT07/industrial/vliw_unsat_2.0/9dlx_vliw_at_b_iq6.cnf
COMMAND LINE= glucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1773234-1241256849/watcher-1773234-1241256849 -o /tmp/evaluation-result-1773234-1241256849/solver-1773234-1241256849 -C 10000 -W 12000 -M 1800  glucose.sh HOME/instance-1773234-1241256849.cnf

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

MD5SUM BENCH= 580dc3969c4e46e50013253fd4ac9139
RANDOM SEED=1376820457

node12.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.213
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.213
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:       1234568 kB
Buffers:         77748 kB
Cached:         640168 kB
SwapCached:      11928 kB
Active:         169672 kB
Inactive:       562484 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1234568 kB
SwapTotal:     4192956 kB
SwapFree:      4175308 kB
Dirty:           78596 kB
Writeback:           0 kB
Mapped:          13424 kB
Slab:            75244 kB
Committed_AS:   827460 kB
PageTables:       1376 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= 66404 MiB
End job on node12 at 2009-05-02 12:45:01