Trace number 1773254

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 1463.91 1464.45

General information on the benchmark

Nameindustrial/vliw_unsat_2.0/
9dlx_vliw_at_b_iq4.cnf
MD5SUM6fcbaf8c6c7ed0c41d8ac12258cafaee
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark844.523
Satisfiable
(Un)Satisfiability was proved
Number of variables106013
Number of clauses1598301
Sum of the clauses size4617403
Maximum clause length131
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 21491607
Number of clauses of size 324060
Number of clauses of size 45002
Number of clauses of size 59194
Number of clauses of size over 568437

Solver Data

0.00/0.00	c
0.00/0.00	c Starting SatElite Preprocessing
0.00/0.00	c
0.00/0.00	c Parsing...
1.10/1.19	c ==============================================================================
1.10/1.19	c |           |     ORIGINAL     |              LEARNT              |          |
1.10/1.19	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
1.10/1.19	c ==============================================================================
1.10/1.19	c |         0 | 1598300  4617402 |  479489       0        0     nan |  0.000 % |
12.29/12.30	c |         0 | 1545697  4776410 |      --       0       --      -- |     --   | -52460/161443
12.29/12.30	c ==============================================================================
12.29/12.30	c Result  :   #vars: 83095   #clauses: 1545697   #literals: 4776410
12.29/12.30	c CPU time:   12.0242 s
12.29/12.30	c ==============================================================================
13.69/13.79	c
13.69/13.79	c Starting glucose
13.69/13.79	c
13.69/13.79	
13.69/13.79	c This is glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
13.69/13.79	
13.69/13.79	c ============================[ Problem Statistics ]=============================
13.69/13.79	c |                                                                             |
13.69/13.79	c |  Number of variables:  83095                                                |
13.69/13.79	c |  Number of clauses:    1545697                                              |
14.76/14.86	c |  Parsing time:         0.95         s                                       |
1463.74/1464.39	c restarts              : 4402
1463.74/1464.39	c nb ReduceDB           : 59
1463.74/1464.39	c nb learnts DL2        : 3822
1463.74/1464.39	c nb learnts size 2     : 3522
1463.74/1464.39	c nb learnts size 1     : 40
1463.74/1464.39	c conflicts             : 2915403        (2011 /sec)
1463.74/1464.39	c decisions             : 41498588       (0.94 % random) (28624 /sec)
1463.74/1464.39	c propagations          : 2222648088     (1533087 /sec)
1463.74/1464.39	c conflict literals     : 143545275      (55.13 % deleted)
1463.74/1464.40	c Memory used           : 145.16 MB
1463.74/1464.40	c CPU time              : 1449.79 s
1463.74/1464.40	
1463.84/1464.42	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-1773254-1241257003/watcher-1773254-1241257003 -o /tmp/evaluation-result-1773254-1241257003/solver-1773254-1241257003 -C 10000 -W 12000 -M 1800 glucose.sh HOME/instance-1773254-1241257003.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.99 0.97 0.99 2/65 29966
/proc/meminfo: memFree=1928112/2055920 swapFree=4178656/4192956
[pid=29966] ppid=29964 vsize=5360 CPUtime=0
/proc/29966/stat : 29966 (glucose.sh) R 29964 29966 29867 0 -1 4194304 268 0 0 0 0 0 0 0 18 0 1 0 153733659 5488640 235 1992294400 4194304 4889804 548682068816 18446744073709551615 268213742239 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/29966/statm: 1340 235 194 169 0 51 0
[pid=29967] ppid=29966 vsize=1140 CPUtime=0
/proc/29967/stat : 29967 (SatELite_releas) R 29966 29966 29867 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 153733659 1167360 127 1992294400 134512640 135225430 4294956176 18446744073709551615 134717494 0 0 4096 3 0 0 0 17 0 0 0
/proc/29967/statm: 285 127 50 174 0 108 0

[startup+0.038167 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 29966
/proc/meminfo: memFree=1928112/2055920 swapFree=4178656/4192956
[pid=29966] ppid=29964 vsize=5360 CPUtime=0
/proc/29966/stat : 29966 (glucose.sh) S 29964 29966 29867 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 153733659 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29966/statm: 1340 236 195 169 0 51 0
[pid=29967] ppid=29966 vsize=4520 CPUtime=0.02
/proc/29967/stat : 29967 (SatELite_releas) R 29966 29966 29867 0 -1 4194304 970 0 0 0 2 0 0 0 19 0 1 0 153733659 4628480 954 1992294400 134512640 135225430 4294956176 18446744073709551615 134735534 0 0 4096 3 0 0 0 17 0 0 0
/proc/29967/statm: 1130 955 50 174 0 953 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 9880

[startup+0.101173 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 29966
/proc/meminfo: memFree=1928112/2055920 swapFree=4178656/4192956
[pid=29966] ppid=29964 vsize=5360 CPUtime=0
/proc/29966/stat : 29966 (glucose.sh) S 29964 29966 29867 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 153733659 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29966/statm: 1340 236 195 169 0 51 0
[pid=29967] ppid=29966 vsize=10324 CPUtime=0.09
/proc/29967/stat : 29967 (SatELite_releas) R 29966 29966 29867 0 -1 4194304 2323 0 0 0 7 2 0 0 19 0 1 0 153733659 10571776 2307 1992294400 134512640 135225430 4294956176 18446744073709551615 134735534 0 0 4096 3 0 0 0 17 0 0 0
/proc/29967/statm: 2581 2307 50 174 0 2404 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 15684

[startup+0.301194 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 29966
/proc/meminfo: memFree=1928112/2055920 swapFree=4178656/4192956
[pid=29966] ppid=29964 vsize=5360 CPUtime=0
/proc/29966/stat : 29966 (glucose.sh) S 29964 29966 29867 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 153733659 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29966/statm: 1340 236 195 169 0 51 0
[pid=29967] ppid=29966 vsize=29008 CPUtime=0.29
/proc/29967/stat : 29967 (SatELite_releas) R 29966 29966 29867 0 -1 4194304 6491 0 0 0 23 6 0 0 21 0 1 0 153733659 29704192 6475 1992294400 134512640 135225430 4294956176 18446744073709551615 134717494 0 0 4096 3 0 0 0 17 0 0 0
/proc/29967/statm: 7252 6476 50 174 0 7075 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 34368

[startup+0.70124 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 29966
/proc/meminfo: memFree=1928112/2055920 swapFree=4178656/4192956
[pid=29966] ppid=29964 vsize=5360 CPUtime=0
/proc/29966/stat : 29966 (glucose.sh) S 29964 29966 29867 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 153733659 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29966/statm: 1340 236 195 169 0 51 0
[pid=29967] ppid=29966 vsize=67116 CPUtime=0.69
/proc/29967/stat : 29967 (SatELite_releas) R 29966 29966 29867 0 -1 4194304 14494 0 0 0 57 12 0 0 25 0 1 0 153733659 68726784 14478 1992294400 134512640 135225430 4294956176 18446744073709551615 134735534 0 0 4096 3 0 0 0 17 0 0 0
/proc/29967/statm: 16779 14479 50 174 0 16602 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 72476

[startup+1.50133 s]
/proc/loadavg: 0.99 0.97 0.99 2/67 29968
/proc/meminfo: memFree=1847328/2055920 swapFree=4178656/4192956
[pid=29966] ppid=29964 vsize=5360 CPUtime=0
/proc/29966/stat : 29966 (glucose.sh) S 29964 29966 29867 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 153733659 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29966/statm: 1340 236 195 169 0 51 0
[pid=29967] ppid=29966 vsize=117336 CPUtime=1.48
/proc/29967/stat : 29967 (SatELite_releas) R 29966 29966 29867 0 -1 4194304 30967 0 0 0 128 20 0 0 25 0 1 0 153733659 120152064 27569 1992294400 134512640 135225430 4294956176 18446744073709551615 134548921 0 0 4096 3 0 0 0 17 0 0 0
/proc/29967/statm: 29334 27569 77 174 0 29157 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 122696

[startup+3.10151 s]
/proc/loadavg: 0.99 0.97 0.99 2/67 29968
/proc/meminfo: memFree=1809184/2055920 swapFree=4178656/4192956
[pid=29966] ppid=29964 vsize=5360 CPUtime=0
/proc/29966/stat : 29966 (glucose.sh) S 29964 29966 29867 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 153733659 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29966/statm: 1340 236 195 169 0 51 0
[pid=29967] ppid=29966 vsize=138232 CPUtime=3.09
/proc/29967/stat : 29967 (SatELite_releas) R 29966 29966 29867 0 -1 4194304 34505 0 0 0 286 23 0 0 25 0 1 0 153733659 141549568 31107 1992294400 134512640 135225430 4294956176 18446744073709551615 134586053 0 0 4096 3 0 0 0 17 0 0 0
/proc/29967/statm: 34558 31107 77 174 0 34381 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 143592

[startup+6.30288 s]
/proc/loadavg: 0.99 0.97 0.99 2/67 29968
/proc/meminfo: memFree=1795488/2055920 swapFree=4178656/4192956
[pid=29966] ppid=29964 vsize=5360 CPUtime=0
/proc/29966/stat : 29966 (glucose.sh) S 29964 29966 29867 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 153733659 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29966/statm: 1340 236 195 169 0 51 0
[pid=29967] ppid=29966 vsize=143832 CPUtime=6.29
/proc/29967/stat : 29967 (SatELite_releas) R 29966 29966 29867 0 -1 4194304 35840 0 0 0 605 24 0 0 25 0 1 0 153733659 147283968 32338 1992294400 134512640 135225430 4294956176 18446744073709551615 134587327 0 0 4096 3 0 0 0 17 0 0 0
/proc/29967/statm: 35958 32338 77 174 0 35781 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 149192

[startup+12.7016 s]
/proc/loadavg: 0.99 0.97 0.99 2/67 29968
/proc/meminfo: memFree=1795560/2055920 swapFree=4178656/4192956
[pid=29966] ppid=29964 vsize=5360 CPUtime=0
/proc/29966/stat : 29966 (glucose.sh) S 29964 29966 29867 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 153733659 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29966/statm: 1340 236 195 169 0 51 0
[pid=29967] ppid=29966 vsize=143548 CPUtime=12.69
/proc/29967/stat : 29967 (SatELite_releas) R 29966 29966 29867 0 -1 4194304 42794 0 0 0 1239 30 0 0 25 0 1 0 153733659 146993152 32368 1992294400 134512640 135225430 4294956176 18446744073709551615 134735630 0 0 4096 3 0 0 0 17 0 0 0
/proc/29967/statm: 35887 32368 82 174 0 35710 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 148908

[startup+25.5011 s]
/proc/loadavg: 0.99 0.97 0.99 2/67 29969
/proc/meminfo: memFree=1794792/2055920 swapFree=4178656/4192956
[pid=29966] ppid=29964 vsize=5360 CPUtime=13.77
/proc/29966/stat : 29966 (glucose.sh) S 29964 29966 29867 0 -1 4194304 313 42795 0 0 0 0 1337 40 16 0 1 0 153733659 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29966/statm: 1340 238 195 169 0 51 0
[pid=29969] ppid=29966 vsize=99600 CPUtime=11.68
/proc/29969/stat : 29969 (glucose_static) R 29966 29966 29867 0 -1 4194304 24370 0 0 0 1155 13 0 0 25 0 1 0 153735039 101990400 24356 1992294400 134512640 135217611 4294956288 18446744073709551615 134542219 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/29969/statm: 24900 24356 77 172 0 24725 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 104960

[startup+51.102 s]
/proc/loadavg: 0.99 0.97 0.99 2/67 29969
/proc/meminfo: memFree=1787112/2055920 swapFree=4178656/4192956
[pid=29966] ppid=29964 vsize=5360 CPUtime=13.77
/proc/29966/stat : 29966 (glucose.sh) S 29964 29966 29867 0 -1 4194304 313 42795 0 0 0 0 1337 40 16 0 1 0 153733659 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29966/statm: 1340 238 195 169 0 51 0
[pid=29969] ppid=29966 vsize=106552 CPUtime=37.26
/proc/29969/stat : 29969 (glucose_static) R 29966 29966 29867 0 -1 4194304 26042 0 0 0 3710 16 0 0 25 0 1 0 153735039 109109248 26028 1992294400 134512640 135217611 4294956288 18446744073709551615 134537887 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/29969/statm: 26638 26028 77 172 0 26463 0
Current children cumulated CPU time (s) 51.03
Current children cumulated vsize (KiB) 111912

[startup+102.306 s]
/proc/loadavg: 0.99 0.97 0.99 2/67 29969
/proc/meminfo: memFree=1782440/2055920 swapFree=4178656/4192956
[pid=29966] ppid=29964 vsize=5360 CPUtime=13.77
/proc/29966/stat : 29966 (glucose.sh) S 29964 29966 29867 0 -1 4194304 313 42795 0 0 0 0 1337 40 16 0 1 0 153733659 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29966/statm: 1340 238 195 169 0 51 0
[pid=29969] ppid=29966 vsize=112632 CPUtime=88.43
/proc/29969/stat : 29969 (glucose_static) R 29966 29966 29867 0 -1 4194304 27461 0 0 0 8826 17 0 0 25 0 1 0 153735039 115335168 27447 1992294400 134512640 135217611 4294956288 18446744073709551615 134532734 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/29969/statm: 28158 27447 77 172 0 27983 0
Current children cumulated CPU time (s) 102.2
Current children cumulated vsize (KiB) 117992

[startup+162.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/67 29969
/proc/meminfo: memFree=1777576/2055920 swapFree=4178656/4192956
[pid=29966] ppid=29964 vsize=5360 CPUtime=13.77
/proc/29966/stat : 29966 (glucose.sh) S 29964 29966 29867 0 -1 4194304 313 42795 0 0 0 0 1337 40 16 0 1 0 153733659 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29966/statm: 1340 238 195 169 0 51 0
[pid=29969] ppid=29966 vsize=117572 CPUtime=148.4
/proc/29969/stat : 29969 (glucose_static) R 29966 29966 29867 0 -1 4194304 28665 0 0 0 14822 18 0 0 25 0 1 0 153735039 120393728 28651 1992294400 134512640 135217611 4294956288 18446744073709551615 134526282 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/29969/statm: 29393 28651 77 172 0 29218 0
Current children cumulated CPU time (s) 162.17
Current children cumulated vsize (KiB) 122932

[startup+222.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/67 29971
/proc/meminfo: memFree=1775912/2055920 swapFree=4178656/4192956
[pid=29966] ppid=29964 vsize=5360 CPUtime=13.77
/proc/29966/stat : 29966 (glucose.sh) S 29964 29966 29867 0 -1 4194304 313 42795 0 0 0 0 1337 40 16 0 1 0 153733659 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29966/statm: 1340 238 195 169 0 51 0
[pid=29969] ppid=29966 vsize=119128 CPUtime=208.36
/proc/29969/stat : 29969 (glucose_static) R 29966 29966 29867 0 -1 4194304 29041 0 0 0 20818 18 0 0 25 0 1 0 153735039 121987072 29027 1992294400 134512640 135217611 4294956288 18446744073709551615 134532912 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/29969/statm: 29782 29027 77 172 0 29607 0
Current children cumulated CPU time (s) 222.13
Current children cumulated vsize (KiB) 124488

[startup+282.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/67 29971
/proc/meminfo: memFree=1773736/2055920 swapFree=4178656/4192956
[pid=29966] ppid=29964 vsize=5360 CPUtime=13.77
/proc/29966/stat : 29966 (glucose.sh) S 29964 29966 29867 0 -1 4194304 313 42795 0 0 0 0 1337 40 16 0 1 0 153733659 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29966/statm: 1340 238 195 169 0 51 0
[pid=29969] ppid=29966 vsize=121516 CPUtime=268.34
/proc/29969/stat : 29969 (glucose_static) R 29966 29966 29867 0 -1 4194304 29602 0 0 0 26815 19 0 0 25 0 1 0 153735039 124432384 29585 1992294400 134512640 135217611 4294956288 18446744073709551615 134542153 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/29969/statm: 30379 29585 77 172 0 30204 0
Current children cumulated CPU time (s) 282.11
Current children cumulated vsize (KiB) 126876

[startup+342.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/67 29971
/proc/meminfo: memFree=1770024/2055920 swapFree=4178656/4192956
[pid=29966] ppid=29964 vsize=5360 CPUtime=13.77
/proc/29966/stat : 29966 (glucose.sh) S 29964 29966 29867 0 -1 4194304 313 42795 0 0 0 0 1337 40 16 0 1 0 153733659 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29966/statm: 1340 238 195 169 0 51 0
[pid=29969] ppid=29966 vsize=125228 CPUtime=328.32
/proc/29969/stat : 29969 (glucose_static) R 29966 29966 29867 0 -1 4194304 30523 0 0 0 32812 20 0 0 25 0 1 0 153735039 128233472 30506 1992294400 134512640 135217611 4294956288 18446744073709551615 134532731 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/29969/statm: 31307 30506 77 172 0 31132 0
Current children cumulated CPU time (s) 342.09

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


[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/67 29971
/proc/meminfo: memFree=1749416/2055920 swapFree=4178656/4192956
[pid=29966] ppid=29964 vsize=5360 CPUtime=13.77
/proc/29966/stat : 29966 (glucose.sh) S 29964 29966 29867 0 -1 4194304 313 42795 0 0 0 0 1337 40 16 0 1 0 153733659 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29966/statm: 1340 238 195 169 0 51 0
[pid=29969] ppid=29966 vsize=146224 CPUtime=1168.05
/proc/29969/stat : 29969 (glucose_static) R 29966 29966 29867 0 -1 4194304 35560 0 0 0 116778 27 0 0 25 0 1 0 153735039 149733376 35543 1992294400 134512640 135217611 4294956288 18446744073709551615 134532638 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/29969/statm: 36556 35543 77 172 0 36381 0
Current children cumulated CPU time (s) 1181.82
Current children cumulated vsize (KiB) 151584

[startup+1242.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/67 29971
/proc/meminfo: memFree=1748904/2055920 swapFree=4178656/4192956
[pid=29966] ppid=29964 vsize=5360 CPUtime=13.77
/proc/29966/stat : 29966 (glucose.sh) S 29964 29966 29867 0 -1 4194304 313 42795 0 0 0 0 1337 40 16 0 1 0 153733659 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29966/statm: 1340 238 195 169 0 51 0
[pid=29969] ppid=29966 vsize=146880 CPUtime=1228.04
/proc/29969/stat : 29969 (glucose_static) R 29966 29966 29867 0 -1 4194304 35683 0 0 0 122776 28 0 0 25 0 1 0 153735039 150405120 35666 1992294400 134512640 135217611 4294956288 18446744073709551615 134532731 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/29969/statm: 36720 35666 77 172 0 36545 0
Current children cumulated CPU time (s) 1241.81
Current children cumulated vsize (KiB) 152240

[startup+1302.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/67 29971
/proc/meminfo: memFree=1748840/2055920 swapFree=4178656/4192956
[pid=29966] ppid=29964 vsize=5360 CPUtime=13.77
/proc/29966/stat : 29966 (glucose.sh) S 29964 29966 29867 0 -1 4194304 313 42795 0 0 0 0 1337 40 16 0 1 0 153733659 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29966/statm: 1340 238 195 169 0 51 0
[pid=29969] ppid=29966 vsize=146880 CPUtime=1288.03
/proc/29969/stat : 29969 (glucose_static) R 29966 29966 29867 0 -1 4194304 35685 0 0 0 128775 28 0 0 25 0 1 0 153735039 150405120 35668 1992294400 134512640 135217611 4294956288 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/29969/statm: 36720 35668 77 172 0 36545 0
Current children cumulated CPU time (s) 1301.8
Current children cumulated vsize (KiB) 152240

[startup+1362.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/67 29971
/proc/meminfo: memFree=1747560/2055920 swapFree=4178656/4192956
[pid=29966] ppid=29964 vsize=5360 CPUtime=13.77
/proc/29966/stat : 29966 (glucose.sh) S 29964 29966 29867 0 -1 4194304 313 42795 0 0 0 0 1337 40 16 0 1 0 153733659 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29966/statm: 1340 238 195 169 0 51 0
[pid=29969] ppid=29966 vsize=148136 CPUtime=1348
/proc/29969/stat : 29969 (glucose_static) R 29966 29966 29867 0 -1 4194304 35999 0 0 0 134772 28 0 0 25 0 1 0 153735039 151691264 35982 1992294400 134512640 135217611 4294956288 18446744073709551615 134525868 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/29969/statm: 37034 35982 77 172 0 36859 0
Current children cumulated CPU time (s) 1361.77
Current children cumulated vsize (KiB) 153496

[startup+1422.31 s]
/proc/loadavg: 0.99 0.97 0.99 2/67 29971
/proc/meminfo: memFree=1747240/2055920 swapFree=4178656/4192956
[pid=29966] ppid=29964 vsize=5360 CPUtime=13.77
/proc/29966/stat : 29966 (glucose.sh) S 29964 29966 29867 0 -1 4194304 313 42795 0 0 0 0 1337 40 16 0 1 0 153733659 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29966/statm: 1340 238 195 169 0 51 0
[pid=29969] ppid=29966 vsize=148492 CPUtime=1407.99
/proc/29969/stat : 29969 (glucose_static) R 29966 29966 29867 0 -1 4194304 36059 0 0 0 140770 29 0 0 25 0 1 0 153735039 152055808 36042 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/29969/statm: 37123 36042 77 172 0 36948 0
Current children cumulated CPU time (s) 1421.76
Current children cumulated vsize (KiB) 153852

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

[startup+1433.5 s]
/proc/loadavg: 1.07 0.99 0.99 2/67 29971
/proc/meminfo: memFree=1747240/2055920 swapFree=4178656/4192956
[pid=29966] ppid=29964 vsize=5360 CPUtime=13.77
/proc/29966/stat : 29966 (glucose.sh) S 29964 29966 29867 0 -1 4194304 313 42795 0 0 0 0 1337 40 16 0 1 0 153733659 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29966/statm: 1340 238 195 169 0 51 0
[pid=29969] ppid=29966 vsize=148492 CPUtime=1419.19
/proc/29969/stat : 29969 (glucose_static) R 29966 29966 29867 0 -1 4194304 36059 0 0 0 141890 29 0 0 25 0 1 0 153735039 152055808 36042 1992294400 134512640 135217611 4294956288 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/29969/statm: 37123 36042 77 172 0 36948 0
Current children cumulated CPU time (s) 1432.96
Current children cumulated vsize (KiB) 153852

[startup+1446.3 s]
/proc/loadavg: 1.06 0.99 0.99 2/67 29971
/proc/meminfo: memFree=1747112/2055920 swapFree=4178656/4192956
[pid=29966] ppid=29964 vsize=5360 CPUtime=13.77
/proc/29966/stat : 29966 (glucose.sh) S 29964 29966 29867 0 -1 4194304 313 42795 0 0 0 0 1337 40 16 0 1 0 153733659 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29966/statm: 1340 238 195 169 0 51 0
[pid=29969] ppid=29966 vsize=148636 CPUtime=1431.98
/proc/29969/stat : 29969 (glucose_static) R 29966 29966 29867 0 -1 4194304 36084 0 0 0 143169 29 0 0 25 0 1 0 153735039 152203264 36067 1992294400 134512640 135217611 4294956288 18446744073709551615 134532912 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/29969/statm: 37159 36067 77 172 0 36984 0
Current children cumulated CPU time (s) 1445.75
Current children cumulated vsize (KiB) 153996

[startup+1452.7 s]
/proc/loadavg: 1.05 0.99 0.99 2/67 29971
/proc/meminfo: memFree=1747112/2055920 swapFree=4178656/4192956
[pid=29966] ppid=29964 vsize=5360 CPUtime=13.77
/proc/29966/stat : 29966 (glucose.sh) S 29964 29966 29867 0 -1 4194304 313 42795 0 0 0 0 1337 40 16 0 1 0 153733659 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29966/statm: 1340 238 195 169 0 51 0
[pid=29969] ppid=29966 vsize=148636 CPUtime=1438.38
/proc/29969/stat : 29969 (glucose_static) R 29966 29966 29867 0 -1 4194304 36085 0 0 0 143809 29 0 0 25 0 1 0 153735039 152203264 36068 1992294400 134512640 135217611 4294956288 18446744073709551615 134527914 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/29969/statm: 37159 36068 77 172 0 36984 0
Current children cumulated CPU time (s) 1452.15
Current children cumulated vsize (KiB) 153996

[startup+1459.1 s]
/proc/loadavg: 1.04 0.99 0.99 2/67 29977
/proc/meminfo: memFree=1746976/2055920 swapFree=4178656/4192956
[pid=29966] ppid=29964 vsize=5360 CPUtime=13.77
/proc/29966/stat : 29966 (glucose.sh) S 29964 29966 29867 0 -1 4194304 313 42795 0 0 0 0 1337 40 16 0 1 0 153733659 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29966/statm: 1340 238 195 169 0 51 0
[pid=29969] ppid=29966 vsize=148636 CPUtime=1444.77
/proc/29969/stat : 29969 (glucose_static) R 29966 29966 29867 0 -1 4194304 36085 0 0 0 144448 29 0 0 25 0 1 0 153735039 152203264 36068 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/29969/statm: 37159 36068 77 172 0 36984 0
Current children cumulated CPU time (s) 1458.54
Current children cumulated vsize (KiB) 153996

[startup+1462.3 s]
/proc/loadavg: 1.04 0.99 0.99 2/67 29977
/proc/meminfo: memFree=1746984/2055920 swapFree=4178656/4192956
[pid=29966] ppid=29964 vsize=5360 CPUtime=13.77
/proc/29966/stat : 29966 (glucose.sh) S 29964 29966 29867 0 -1 4194304 313 42795 0 0 0 0 1337 40 16 0 1 0 153733659 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29966/statm: 1340 238 195 169 0 51 0
[pid=29969] ppid=29966 vsize=148636 CPUtime=1447.97
/proc/29969/stat : 29969 (glucose_static) R 29966 29966 29867 0 -1 4194304 36085 0 0 0 144768 29 0 0 25 0 1 0 153735039 152203264 36068 1992294400 134512640 135217611 4294956288 18446744073709551615 134533622 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/29969/statm: 37159 36068 77 172 0 36984 0
Current children cumulated CPU time (s) 1461.74
Current children cumulated vsize (KiB) 153996

[startup+1463.1 s]
/proc/loadavg: 1.04 0.99 0.99 2/67 29977
/proc/meminfo: memFree=1746984/2055920 swapFree=4178656/4192956
[pid=29966] ppid=29964 vsize=5360 CPUtime=13.77
/proc/29966/stat : 29966 (glucose.sh) S 29964 29966 29867 0 -1 4194304 313 42795 0 0 0 0 1337 40 16 0 1 0 153733659 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29966/statm: 1340 238 195 169 0 51 0
[pid=29969] ppid=29966 vsize=148636 CPUtime=1448.77
/proc/29969/stat : 29969 (glucose_static) R 29966 29966 29867 0 -1 4194304 36085 0 0 0 144848 29 0 0 25 0 1 0 153735039 152203264 36068 1992294400 134512640 135217611 4294956288 18446744073709551615 134532843 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/29969/statm: 37159 36068 77 172 0 36984 0
Current children cumulated CPU time (s) 1462.54
Current children cumulated vsize (KiB) 153996

[startup+1463.9 s]
/proc/loadavg: 1.04 0.99 0.99 2/67 29977
/proc/meminfo: memFree=1746984/2055920 swapFree=4178656/4192956
[pid=29966] ppid=29964 vsize=5360 CPUtime=13.77
/proc/29966/stat : 29966 (glucose.sh) S 29964 29966 29867 0 -1 4194304 313 42795 0 0 0 0 1337 40 16 0 1 0 153733659 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29966/statm: 1340 238 195 169 0 51 0
[pid=29969] ppid=29966 vsize=148636 CPUtime=1449.57
/proc/29969/stat : 29969 (glucose_static) R 29966 29966 29867 0 -1 4194304 36085 0 0 0 144928 29 0 0 25 0 1 0 153735039 152203264 36068 1992294400 134512640 135217611 4294956288 18446744073709551615 134542219 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/29969/statm: 37159 36068 77 172 0 36984 0
Current children cumulated CPU time (s) 1463.34
Current children cumulated vsize (KiB) 153996

[startup+1464.3 s]
/proc/loadavg: 1.04 0.99 0.99 2/67 29977
/proc/meminfo: memFree=1746984/2055920 swapFree=4178656/4192956
[pid=29966] ppid=29964 vsize=5360 CPUtime=13.77
/proc/29966/stat : 29966 (glucose.sh) S 29964 29966 29867 0 -1 4194304 313 42795 0 0 0 0 1337 40 16 0 1 0 153733659 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29966/statm: 1340 238 195 169 0 51 0
[pid=29969] ppid=29966 vsize=148636 CPUtime=1449.97
/proc/29969/stat : 29969 (glucose_static) R 29966 29966 29867 0 -1 4194304 36085 0 0 0 144968 29 0 0 25 0 1 0 153735039 152203264 36068 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/29969/statm: 37159 36068 77 172 0 36984 0
Current children cumulated CPU time (s) 1463.74
Current children cumulated vsize (KiB) 153996

[startup+1464.4 s]
/proc/loadavg: 1.04 0.99 0.99 2/67 29977
/proc/meminfo: memFree=1746984/2055920 swapFree=4178656/4192956
[pid=29966] ppid=29964 vsize=5360 CPUtime=13.77
/proc/29966/stat : 29966 (glucose.sh) S 29964 29966 29867 0 -1 4194304 313 42795 0 0 0 0 1337 40 16 0 1 0 153733659 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29966/statm: 1340 238 195 169 0 51 0
[pid=29969] ppid=29966 vsize=0 CPUtime=1450.07
/proc/29969/stat : 29969 (glucose_static) R 29966 29966 29867 0 -1 4194308 36097 0 0 0 144978 29 0 0 25 0 1 0 153735039 0 0 1992294400 0 0 0 0 0 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/29969/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1463.84
Current children cumulated vsize (KiB) 5360

Child status: 20
Real time (s): 1464.45
CPU time (s): 1463.91
CPU user time (s): 1463.17
CPU system time (s): 0.746886
CPU usage (%): 99.9637
Max. virtual memory (cumulated for all children) (KiB): 174212

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1463.17
system time used= 0.746886
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 79359
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= 37
involuntary context switches= 3015

runsolver used 1.26281 second user time and 4.06938 second system time

The end

Launcher Data

Begin job on node32 at 2009-05-02 11:36:45
IDJOB=1773254
IDBENCH=20578
IDSOLVER=610
FILE ID=node32/1773254-1241257003
PBS_JOBID= 9224921
Free space on /tmp= 66464 MiB

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

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

MD5SUM BENCH= 6fcbaf8c6c7ed0c41d8ac12258cafaee
RANDOM SEED=820120730

node32.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:       1928528 kB
Buffers:         11036 kB
Cached:          68828 kB
SwapCached:       7652 kB
Active:          55128 kB
Inactive:        33724 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1928528 kB
SwapTotal:     4192956 kB
SwapFree:      4178656 kB
Dirty:           33304 kB
Writeback:           0 kB
Mapped:          14116 kB
Slab:            24228 kB
Committed_AS:   702396 kB
PageTables:       1488 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66464 MiB
End job on node32 at 2009-05-02 12:01:10