Trace number 1773284

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 1373.99 1374.78

General information on the benchmark

Nameindustrial/vliw_unsat_2.0/
9dlx_vliw_at_b_iq3.cnf
MD5SUMba6236c6cc840bb0208f73665843c375
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark435.504
Satisfiable
(Un)Satisfiability was proved
Number of variables69789
Number of clauses968295
Sum of the clauses size2788367
Maximum clause length110
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2899512
Number of clauses of size 316116
Number of clauses of size 43707
Number of clauses of size 56480
Number of clauses of size over 542479

Solver Data

0.00/0.00	c
0.00/0.00	c Starting SatElite Preprocessing
0.00/0.00	c
0.00/0.00	c Parsing...
0.69/0.72	c ==============================================================================
0.69/0.72	c |           |     ORIGINAL     |              LEARNT              |          |
0.69/0.72	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.69/0.72	c ==============================================================================
0.69/0.72	c |         0 |  968294  2788366 |  290488       0        0     nan |  0.000 % |
6.59/6.65	c |         0 |  933146  2895588 |      --       0       --      -- |     --   | -35008/109235
6.59/6.65	c ==============================================================================
6.59/6.65	c Result  :   #vars: 54024   #clauses: 933146   #literals: 2895588
6.59/6.65	c CPU time:   6.49301 s
6.59/6.65	c ==============================================================================
7.49/7.56	c
7.49/7.56	c Starting glucose
7.49/7.56	c
7.49/7.56	
7.49/7.56	c This is glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
7.49/7.56	
7.49/7.56	c ============================[ Problem Statistics ]=============================
7.49/7.56	c |                                                                             |
7.49/7.56	c |  Number of variables:  54024                                                |
7.49/7.56	c |  Number of clauses:    933146                                               |
8.07/8.17	c |  Parsing time:         0.53         s                                       |
1373.90/1374.73	c restarts              : 2649
1373.90/1374.73	c nb ReduceDB           : 64
1373.90/1374.73	c nb learnts DL2        : 2423
1373.90/1374.73	c nb learnts size 2     : 2275
1373.90/1374.73	c nb learnts size 1     : 12
1373.90/1374.73	c conflicts             : 3339134        (2444 /sec)
1373.90/1374.73	c decisions             : 35002309       (1.00 % random) (25621 /sec)
1373.90/1374.73	c propagations          : 1807393598     (1322955 /sec)
1373.90/1374.73	c conflict literals     : 224783489      (52.78 % deleted)
1373.90/1374.73	c Memory used           : 134.72 MB
1373.90/1374.73	c CPU time              : 1366.18 s
1373.90/1374.73	
1373.90/1374.75	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-1773284-1241257160/watcher-1773284-1241257160 -o /tmp/evaluation-result-1773284-1241257160/solver-1773284-1241257160 -C 10000 -W 12000 -M 1800 glucose.sh HOME/instance-1773284-1241257160.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: 1.04 1.02 1.00 3/64 29393
/proc/meminfo: memFree=1594680/2055920 swapFree=4178716/4192956
[pid=29393] ppid=29391 vsize=5360 CPUtime=0
/proc/29393/stat : 29393 (glucose.sh) S 29391 29393 29266 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 153749775 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29393/statm: 1340 236 195 169 0 51 0
[pid=29394] ppid=29393 vsize=1140 CPUtime=0
/proc/29394/stat : 29394 (SatELite_releas) R 29393 29393 29266 0 -1 4194304 140 0 0 0 0 0 0 0 19 0 1 0 153749775 1167360 124 1992294400 134512640 135225430 4294956176 18446744073709551615 134717494 0 0 4096 3 0 0 0 17 0 0 0
/proc/29394/statm: 285 127 50 174 0 108 0

[startup+0.038845 s]
/proc/loadavg: 1.04 1.02 1.00 3/64 29393
/proc/meminfo: memFree=1594680/2055920 swapFree=4178716/4192956
[pid=29393] ppid=29391 vsize=5360 CPUtime=0
/proc/29393/stat : 29393 (glucose.sh) S 29391 29393 29266 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 153749775 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29393/statm: 1340 236 195 169 0 51 0
[pid=29394] ppid=29393 vsize=4548 CPUtime=0.02
/proc/29394/stat : 29394 (SatELite_releas) R 29393 29393 29266 0 -1 4194304 982 0 0 0 2 0 0 0 19 0 1 0 153749775 4657152 966 1992294400 134512640 135225430 4294956176 18446744073709551615 134717494 0 0 4096 3 0 0 0 17 0 0 0
/proc/29394/statm: 1137 966 50 174 0 960 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 9908

[startup+0.10186 s]
/proc/loadavg: 1.04 1.02 1.00 3/64 29393
/proc/meminfo: memFree=1594680/2055920 swapFree=4178716/4192956
[pid=29393] ppid=29391 vsize=5360 CPUtime=0
/proc/29393/stat : 29393 (glucose.sh) S 29391 29393 29266 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 153749775 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29393/statm: 1340 236 195 169 0 51 0
[pid=29394] ppid=29393 vsize=10312 CPUtime=0.09
/proc/29394/stat : 29394 (SatELite_releas) R 29393 29393 29266 0 -1 4194304 2342 0 0 0 8 1 0 0 19 0 1 0 153749775 10559488 2326 1992294400 134512640 135225430 4294956176 18446744073709551615 134735534 0 0 4096 3 0 0 0 17 0 0 0
/proc/29394/statm: 2611 2327 50 174 0 2434 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 15672

[startup+0.301902 s]
/proc/loadavg: 1.04 1.02 1.00 3/64 29393
/proc/meminfo: memFree=1594680/2055920 swapFree=4178716/4192956
[pid=29393] ppid=29391 vsize=5360 CPUtime=0
/proc/29393/stat : 29393 (glucose.sh) S 29391 29393 29266 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 153749775 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29393/statm: 1340 236 195 169 0 51 0
[pid=29394] ppid=29393 vsize=29176 CPUtime=0.28
/proc/29394/stat : 29394 (SatELite_releas) R 29393 29393 29266 0 -1 4194304 6587 0 0 0 24 4 0 0 21 0 1 0 153749775 29876224 6571 1992294400 134512640 135225430 4294956176 18446744073709551615 134717494 0 0 4096 3 0 0 0 17 0 0 0
/proc/29394/statm: 7294 6571 50 174 0 7117 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 34536

[startup+0.701987 s]
/proc/loadavg: 1.04 1.02 1.00 3/64 29393
/proc/meminfo: memFree=1594680/2055920 swapFree=4178716/4192956
[pid=29393] ppid=29391 vsize=5360 CPUtime=0
/proc/29393/stat : 29393 (glucose.sh) S 29391 29393 29266 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 153749775 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29393/statm: 1340 236 195 169 0 51 0
[pid=29394] ppid=29393 vsize=69900 CPUtime=0.69
/proc/29394/stat : 29394 (SatELite_releas) R 29393 29393 29266 0 -1 4194304 15834 0 0 0 59 10 0 0 24 0 1 0 153749775 71577600 15818 1992294400 134512640 135225430 4294956176 18446744073709551615 134548138 0 0 4096 3 0 0 0 17 0 0 0
/proc/29394/statm: 17475 15818 51 174 0 17298 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 75260

[startup+1.50116 s]
/proc/loadavg: 1.04 1.02 1.00 2/66 29395
/proc/meminfo: memFree=1522536/2055920 swapFree=4178716/4192956
[pid=29393] ppid=29391 vsize=5360 CPUtime=0
/proc/29393/stat : 29393 (glucose.sh) S 29391 29393 29266 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 153749775 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29393/statm: 1340 236 195 169 0 51 0
[pid=29394] ppid=29393 vsize=87088 CPUtime=1.49
/proc/29394/stat : 29394 (SatELite_releas) R 29393 29393 29266 0 -1 4194304 21137 0 0 0 136 13 0 0 25 0 1 0 153749775 89178112 19057 1992294400 134512640 135225430 4294956176 18446744073709551615 134717494 0 0 4096 3 0 0 0 17 0 0 0
/proc/29394/statm: 21772 19057 77 174 0 21595 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 92448

[startup+3.1015 s]
/proc/loadavg: 1.04 1.02 1.00 2/66 29395
/proc/meminfo: memFree=1513704/2055920 swapFree=4178716/4192956
[pid=29393] ppid=29391 vsize=5360 CPUtime=0
/proc/29393/stat : 29393 (glucose.sh) S 29391 29393 29266 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 153749775 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29393/statm: 1340 236 195 169 0 51 0
[pid=29394] ppid=29393 vsize=91308 CPUtime=3.08
/proc/29394/stat : 29394 (SatELite_releas) R 29393 29393 29266 0 -1 4194304 22107 0 0 0 295 13 0 0 25 0 1 0 153749775 93499392 19958 1992294400 134512640 135225430 4294956176 18446744073709551615 134587298 0 0 4096 3 0 0 0 17 0 0 0
/proc/29394/statm: 22827 19958 77 174 0 22650 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 96668

[startup+6.30119 s]
/proc/loadavg: 1.12 1.04 1.01 2/66 29395
/proc/meminfo: memFree=1504232/2055920 swapFree=4178716/4192956
[pid=29393] ppid=29391 vsize=5360 CPUtime=0
/proc/29393/stat : 29393 (glucose.sh) S 29391 29393 29266 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 153749775 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29393/statm: 1340 236 195 169 0 51 0
[pid=29394] ppid=29393 vsize=91740 CPUtime=6.29
/proc/29394/stat : 29394 (SatELite_releas) R 29393 29393 29266 0 -1 4194304 24325 0 0 0 614 15 0 0 25 0 1 0 153749775 93941760 20132 1992294400 134512640 135225430 4294956176 18446744073709551615 134587348 0 0 4096 3 0 0 0 17 0 0 0
/proc/29394/statm: 22935 20132 77 174 0 22758 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 97100

[startup+12.7016 s]
/proc/loadavg: 1.11 1.04 1.00 2/66 29396
/proc/meminfo: memFree=1512872/2055920 swapFree=4178716/4192956
[pid=29393] ppid=29391 vsize=5360 CPUtime=7.55
/proc/29393/stat : 29393 (glucose.sh) S 29391 29393 29266 0 -1 4194304 313 26221 0 0 0 0 732 23 16 0 1 0 153749775 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29393/statm: 1340 238 195 169 0 51 0
[pid=29396] ppid=29393 vsize=62724 CPUtime=5.12
/proc/29396/stat : 29396 (glucose_static) R 29393 29393 29266 0 -1 4194304 15232 0 0 0 504 8 0 0 25 0 1 0 153750531 64229376 15167 1992294400 134512640 135217611 4294956288 18446744073709551615 134532638 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/29396/statm: 15681 15167 77 172 0 15506 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 68084

[startup+25.5013 s]
/proc/loadavg: 1.09 1.03 1.00 2/66 29396
/proc/meminfo: memFree=1507432/2055920 swapFree=4178716/4192956
[pid=29393] ppid=29391 vsize=5360 CPUtime=7.55
/proc/29393/stat : 29393 (glucose.sh) S 29391 29393 29266 0 -1 4194304 313 26221 0 0 0 0 732 23 16 0 1 0 153749775 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29393/statm: 1340 238 195 169 0 51 0
[pid=29396] ppid=29393 vsize=67972 CPUtime=17.91
/proc/29396/stat : 29396 (glucose_static) R 29393 29393 29266 0 -1 4194304 16554 0 0 0 1782 9 0 0 25 0 1 0 153750531 69603328 16489 1992294400 134512640 135217611 4294956288 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/29396/statm: 16993 16489 77 172 0 16818 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 73332

[startup+51.1018 s]
/proc/loadavg: 1.06 1.03 1.00 2/66 29398
/proc/meminfo: memFree=1503208/2055920 swapFree=4178716/4192956
[pid=29393] ppid=29391 vsize=5360 CPUtime=7.55
/proc/29393/stat : 29393 (glucose.sh) S 29391 29393 29266 0 -1 4194304 313 26221 0 0 0 0 732 23 16 0 1 0 153749775 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29393/statm: 1340 238 195 169 0 51 0
[pid=29396] ppid=29393 vsize=71980 CPUtime=43.48
/proc/29396/stat : 29396 (glucose_static) R 29393 29393 29266 0 -1 4194304 17516 0 0 0 4338 10 0 0 25 0 1 0 153750531 73707520 17451 1992294400 134512640 135217611 4294956288 18446744073709551615 134526222 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/29396/statm: 17995 17451 77 172 0 17820 0
Current children cumulated CPU time (s) 51.03
Current children cumulated vsize (KiB) 77340

[startup+102.306 s]
/proc/loadavg: 1.02 1.02 1.00 2/66 29398
/proc/meminfo: memFree=1496680/2055920 swapFree=4178716/4192956
[pid=29393] ppid=29391 vsize=5360 CPUtime=7.55
/proc/29393/stat : 29393 (glucose.sh) S 29391 29393 29266 0 -1 4194304 313 26221 0 0 0 0 732 23 16 0 1 0 153749775 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29393/statm: 1340 238 195 169 0 51 0
[pid=29396] ppid=29393 vsize=78732 CPUtime=94.63
/proc/29396/stat : 29396 (glucose_static) R 29393 29393 29266 0 -1 4194304 19217 0 0 0 9453 10 0 0 25 0 1 0 153750531 80621568 19152 1992294400 134512640 135217611 4294956288 18446744073709551615 134532989 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/29396/statm: 19683 19152 77 172 0 19508 0
Current children cumulated CPU time (s) 102.18
Current children cumulated vsize (KiB) 84092

[startup+162.302 s]
/proc/loadavg: 1.01 1.02 1.00 2/66 29398
/proc/meminfo: memFree=1493224/2055920 swapFree=4178716/4192956
[pid=29393] ppid=29391 vsize=5360 CPUtime=7.55
/proc/29393/stat : 29393 (glucose.sh) S 29391 29393 29266 0 -1 4194304 313 26221 0 0 0 0 732 23 16 0 1 0 153749775 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29393/statm: 1340 238 195 169 0 51 0
[pid=29396] ppid=29393 vsize=82480 CPUtime=154.6
/proc/29396/stat : 29396 (glucose_static) R 29393 29393 29266 0 -1 4194304 20087 0 0 0 15449 11 0 0 25 0 1 0 153750531 84459520 20022 1992294400 134512640 135217611 4294956288 18446744073709551615 134533150 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/29396/statm: 20620 20022 77 172 0 20445 0
Current children cumulated CPU time (s) 162.15
Current children cumulated vsize (KiB) 87840

[startup+222.302 s]
/proc/loadavg: 1.00 1.01 1.00 2/66 29398
/proc/meminfo: memFree=1489960/2055920 swapFree=4178716/4192956
[pid=29393] ppid=29391 vsize=5360 CPUtime=7.55
/proc/29393/stat : 29393 (glucose.sh) S 29391 29393 29266 0 -1 4194304 313 26221 0 0 0 0 732 23 16 0 1 0 153749775 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29393/statm: 1340 238 195 169 0 51 0
[pid=29396] ppid=29393 vsize=86204 CPUtime=214.57
/proc/29396/stat : 29396 (glucose_static) R 29393 29393 29266 0 -1 4194304 20919 0 0 0 21445 12 0 0 25 0 1 0 153750531 88272896 20854 1992294400 134512640 135217611 4294956288 18446744073709551615 134522427 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/29396/statm: 21551 20854 77 172 0 21376 0
Current children cumulated CPU time (s) 222.12
Current children cumulated vsize (KiB) 91564

[startup+282.301 s]
/proc/loadavg: 1.00 1.01 1.00 2/66 29398
/proc/meminfo: memFree=1464680/2055920 swapFree=4178716/4192956
[pid=29393] ppid=29391 vsize=5360 CPUtime=7.55
/proc/29393/stat : 29393 (glucose.sh) S 29391 29393 29266 0 -1 4194304 313 26221 0 0 0 0 732 23 16 0 1 0 153749775 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29393/statm: 1340 238 195 169 0 51 0
[pid=29396] ppid=29393 vsize=111368 CPUtime=274.53
/proc/29396/stat : 29396 (glucose_static) R 29393 29393 29266 0 -1 4194304 27215 0 0 0 27438 15 0 0 25 0 1 0 153750531 114040832 27150 1992294400 134512640 135217611 4294956288 18446744073709551615 134533155 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/29396/statm: 27842 27150 77 172 0 27667 0
Current children cumulated CPU time (s) 282.08
Current children cumulated vsize (KiB) 116728

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 29398
/proc/meminfo: memFree=1460776/2055920 swapFree=4178716/4192956
[pid=29393] ppid=29391 vsize=5360 CPUtime=7.55
/proc/29393/stat : 29393 (glucose.sh) S 29391 29393 29266 0 -1 4194304 313 26221 0 0 0 0 732 23 16 0 1 0 153749775 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29393/statm: 1340 238 195 169 0 51 0
[pid=29396] ppid=29393 vsize=115520 CPUtime=334.51
/proc/29396/stat : 29396 (glucose_static) R 29393 29393 29266 0 -1 4194304 28189 0 0 0 33435 16 0 0 25 0 1 0 153750531 118292480 28124 1992294400 134512640 135217611 4294956288 18446744073709551615 134542195 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/29396/statm: 28880 28124 77 172 0 28705 0
Current children cumulated CPU time (s) 342.06

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


[startup+942.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 29398
/proc/meminfo: memFree=1446376/2055920 swapFree=4178716/4192956
[pid=29393] ppid=29391 vsize=5360 CPUtime=7.55
/proc/29393/stat : 29393 (glucose.sh) S 29391 29393 29266 0 -1 4194304 313 26221 0 0 0 0 732 23 16 0 1 0 153749775 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29393/statm: 1340 238 195 169 0 51 0
[pid=29396] ppid=29393 vsize=129876 CPUtime=934.18
/proc/29396/stat : 29396 (glucose_static) R 29393 29393 29266 0 -1 4194304 31770 0 0 0 93399 19 0 0 25 0 1 0 153750531 132993024 31705 1992294400 134512640 135217611 4294956288 18446744073709551615 134532729 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/29396/statm: 32469 31705 77 172 0 32294 0
Current children cumulated CPU time (s) 941.73
Current children cumulated vsize (KiB) 135236

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 29398
/proc/meminfo: memFree=1438568/2055920 swapFree=4178716/4192956
[pid=29393] ppid=29391 vsize=5360 CPUtime=7.55
/proc/29393/stat : 29393 (glucose.sh) S 29391 29393 29266 0 -1 4194304 313 26221 0 0 0 0 732 23 16 0 1 0 153749775 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29393/statm: 1340 238 195 169 0 51 0
[pid=29396] ppid=29393 vsize=137680 CPUtime=994.14
/proc/29396/stat : 29396 (glucose_static) R 29393 29393 29266 0 -1 4194304 33739 0 0 0 99394 20 0 0 25 0 1 0 153750531 140984320 33674 1992294400 134512640 135217611 4294956288 18446744073709551615 134537945 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/29396/statm: 34420 33674 77 172 0 34245 0
Current children cumulated CPU time (s) 1001.69
Current children cumulated vsize (KiB) 143040

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 29398
/proc/meminfo: memFree=1438504/2055920 swapFree=4178716/4192956
[pid=29393] ppid=29391 vsize=5360 CPUtime=7.55
/proc/29393/stat : 29393 (glucose.sh) S 29391 29393 29266 0 -1 4194304 313 26221 0 0 0 0 732 23 16 0 1 0 153749775 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29393/statm: 1340 238 195 169 0 51 0
[pid=29396] ppid=29393 vsize=137680 CPUtime=1054.11
/proc/29396/stat : 29396 (glucose_static) R 29393 29393 29266 0 -1 4194304 33741 0 0 0 105391 20 0 0 25 0 1 0 153750531 140984320 33676 1992294400 134512640 135217611 4294956288 18446744073709551615 134528056 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/29396/statm: 34420 33676 77 172 0 34245 0
Current children cumulated CPU time (s) 1061.66
Current children cumulated vsize (KiB) 143040

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 29398
/proc/meminfo: memFree=1438504/2055920 swapFree=4178716/4192956
[pid=29393] ppid=29391 vsize=5360 CPUtime=7.55
/proc/29393/stat : 29393 (glucose.sh) S 29391 29393 29266 0 -1 4194304 313 26221 0 0 0 0 732 23 16 0 1 0 153749775 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29393/statm: 1340 238 195 169 0 51 0
[pid=29396] ppid=29393 vsize=137680 CPUtime=1114.07
/proc/29396/stat : 29396 (glucose_static) R 29393 29393 29266 0 -1 4194304 33746 0 0 0 111387 20 0 0 25 0 1 0 153750531 140984320 33681 1992294400 134512640 135217611 4294956288 18446744073709551615 134532638 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/29396/statm: 34420 33681 77 172 0 34245 0
Current children cumulated CPU time (s) 1121.62
Current children cumulated vsize (KiB) 143040

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 29398
/proc/meminfo: memFree=1438504/2055920 swapFree=4178716/4192956
[pid=29393] ppid=29391 vsize=5360 CPUtime=7.55
/proc/29393/stat : 29393 (glucose.sh) S 29391 29393 29266 0 -1 4194304 313 26221 0 0 0 0 732 23 16 0 1 0 153749775 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29393/statm: 1340 238 195 169 0 51 0
[pid=29396] ppid=29393 vsize=137680 CPUtime=1174.04
/proc/29396/stat : 29396 (glucose_static) R 29393 29393 29266 0 -1 4194304 33748 0 0 0 117384 20 0 0 25 0 1 0 153750531 140984320 33683 1992294400 134512640 135217611 4294956288 18446744073709551615 134532638 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/29396/statm: 34420 33683 77 172 0 34245 0
Current children cumulated CPU time (s) 1181.59
Current children cumulated vsize (KiB) 143040

[startup+1242.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 29398
/proc/meminfo: memFree=1438248/2055920 swapFree=4178716/4192956
[pid=29393] ppid=29391 vsize=5360 CPUtime=7.55
/proc/29393/stat : 29393 (glucose.sh) S 29391 29393 29266 0 -1 4194304 313 26221 0 0 0 0 732 23 16 0 1 0 153749775 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29393/statm: 1340 238 195 169 0 51 0
[pid=29396] ppid=29393 vsize=137788 CPUtime=1234.01
/proc/29396/stat : 29396 (glucose_static) R 29393 29393 29266 0 -1 4194304 33762 0 0 0 123381 20 0 0 25 0 1 0 153750531 141094912 33697 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/29396/statm: 34447 33697 77 172 0 34272 0
Current children cumulated CPU time (s) 1241.56
Current children cumulated vsize (KiB) 143148

[startup+1302.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 29404
/proc/meminfo: memFree=1438048/2055920 swapFree=4178716/4192956
[pid=29393] ppid=29391 vsize=5360 CPUtime=7.55
/proc/29393/stat : 29393 (glucose.sh) S 29391 29393 29266 0 -1 4194304 313 26221 0 0 0 0 732 23 16 0 1 0 153749775 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29393/statm: 1340 238 195 169 0 51 0
[pid=29396] ppid=29393 vsize=137788 CPUtime=1293.99
/proc/29396/stat : 29396 (glucose_static) R 29393 29393 29266 0 -1 4194304 33764 0 0 0 129379 20 0 0 25 0 1 0 153750531 141094912 33699 1992294400 134512640 135217611 4294956288 18446744073709551615 134532729 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/29396/statm: 34447 33699 77 172 0 34272 0
Current children cumulated CPU time (s) 1301.54
Current children cumulated vsize (KiB) 143148

[startup+1362.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 29404
/proc/meminfo: memFree=1437984/2055920 swapFree=4178716/4192956
[pid=29393] ppid=29391 vsize=5360 CPUtime=7.55
/proc/29393/stat : 29393 (glucose.sh) S 29391 29393 29266 0 -1 4194304 313 26221 0 0 0 0 732 23 16 0 1 0 153749775 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29393/statm: 1340 238 195 169 0 51 0
[pid=29396] ppid=29393 vsize=137948 CPUtime=1353.96
/proc/29396/stat : 29396 (glucose_static) R 29393 29393 29266 0 -1 4194304 33785 0 0 0 135375 21 0 0 25 0 1 0 153750531 141258752 33720 1992294400 134512640 135217611 4294956288 18446744073709551615 134533193 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/29396/statm: 34487 33720 77 172 0 34312 0
Current children cumulated CPU time (s) 1361.51
Current children cumulated vsize (KiB) 143308

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

[startup+1363.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 29404
/proc/meminfo: memFree=1437984/2055920 swapFree=4178716/4192956
[pid=29393] ppid=29391 vsize=5360 CPUtime=7.55
/proc/29393/stat : 29393 (glucose.sh) S 29391 29393 29266 0 -1 4194304 313 26221 0 0 0 0 732 23 16 0 1 0 153749775 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29393/statm: 1340 238 195 169 0 51 0
[pid=29396] ppid=29393 vsize=137948 CPUtime=1354.76
/proc/29396/stat : 29396 (glucose_static) R 29393 29393 29266 0 -1 4194304 33785 0 0 0 135455 21 0 0 25 0 1 0 153750531 141258752 33720 1992294400 134512640 135217611 4294956288 18446744073709551615 134528205 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/29396/statm: 34487 33720 77 172 0 34312 0
Current children cumulated CPU time (s) 1362.31
Current children cumulated vsize (KiB) 143308

[startup+1369.51 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 29404
/proc/meminfo: memFree=1437984/2055920 swapFree=4178716/4192956
[pid=29393] ppid=29391 vsize=5360 CPUtime=7.55
/proc/29393/stat : 29393 (glucose.sh) S 29391 29393 29266 0 -1 4194304 313 26221 0 0 0 0 732 23 16 0 1 0 153749775 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29393/statm: 1340 238 195 169 0 51 0
[pid=29396] ppid=29393 vsize=137948 CPUtime=1361.16
/proc/29396/stat : 29396 (glucose_static) R 29393 29393 29266 0 -1 4194304 33785 0 0 0 136095 21 0 0 25 0 1 0 153750531 141258752 33720 1992294400 134512640 135217611 4294956288 18446744073709551615 134532996 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/29396/statm: 34487 33720 77 172 0 34312 0
Current children cumulated CPU time (s) 1368.71
Current children cumulated vsize (KiB) 143308

[startup+1372.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 29404
/proc/meminfo: memFree=1437984/2055920 swapFree=4178716/4192956
[pid=29393] ppid=29391 vsize=5360 CPUtime=7.55
/proc/29393/stat : 29393 (glucose.sh) S 29391 29393 29266 0 -1 4194304 313 26221 0 0 0 0 732 23 16 0 1 0 153749775 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29393/statm: 1340 238 195 169 0 51 0
[pid=29396] ppid=29393 vsize=137948 CPUtime=1364.36
/proc/29396/stat : 29396 (glucose_static) R 29393 29393 29266 0 -1 4194304 33785 0 0 0 136415 21 0 0 25 0 1 0 153750531 141258752 33720 1992294400 134512640 135217611 4294956288 18446744073709551615 134532731 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/29396/statm: 34487 33720 77 172 0 34312 0
Current children cumulated CPU time (s) 1371.91
Current children cumulated vsize (KiB) 143308

[startup+1373.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 29404
/proc/meminfo: memFree=1437984/2055920 swapFree=4178716/4192956
[pid=29393] ppid=29391 vsize=5360 CPUtime=7.55
/proc/29393/stat : 29393 (glucose.sh) S 29391 29393 29266 0 -1 4194304 313 26221 0 0 0 0 732 23 16 0 1 0 153749775 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29393/statm: 1340 238 195 169 0 51 0
[pid=29396] ppid=29393 vsize=137948 CPUtime=1365.15
/proc/29396/stat : 29396 (glucose_static) R 29393 29393 29266 0 -1 4194304 33785 0 0 0 136494 21 0 0 25 0 1 0 153750531 141258752 33720 1992294400 134512640 135217611 4294956288 18446744073709551615 134533219 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/29396/statm: 34487 33720 77 172 0 34312 0
Current children cumulated CPU time (s) 1372.7
Current children cumulated vsize (KiB) 143308

[startup+1374.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 29404
/proc/meminfo: memFree=1437984/2055920 swapFree=4178716/4192956
[pid=29393] ppid=29391 vsize=5360 CPUtime=7.55
/proc/29393/stat : 29393 (glucose.sh) S 29391 29393 29266 0 -1 4194304 313 26221 0 0 0 0 732 23 16 0 1 0 153749775 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29393/statm: 1340 238 195 169 0 51 0
[pid=29396] ppid=29393 vsize=137948 CPUtime=1365.95
/proc/29396/stat : 29396 (glucose_static) R 29393 29393 29266 0 -1 4194304 33787 0 0 0 136574 21 0 0 25 0 1 0 153750531 141258752 33722 1992294400 134512640 135217611 4294956288 18446744073709551615 134523001 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/29396/statm: 34487 33722 77 172 0 34312 0
Current children cumulated CPU time (s) 1373.5
Current children cumulated vsize (KiB) 143308

[startup+1374.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 29404
/proc/meminfo: memFree=1437984/2055920 swapFree=4178716/4192956
[pid=29393] ppid=29391 vsize=5360 CPUtime=7.55
/proc/29393/stat : 29393 (glucose.sh) S 29391 29393 29266 0 -1 4194304 313 26221 0 0 0 0 732 23 16 0 1 0 153749775 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29393/statm: 1340 238 195 169 0 51 0
[pid=29396] ppid=29393 vsize=137948 CPUtime=1366.35
/proc/29396/stat : 29396 (glucose_static) R 29393 29393 29266 0 -1 4194304 33787 0 0 0 136614 21 0 0 25 0 1 0 153750531 141258752 33722 1992294400 134512640 135217611 4294956288 18446744073709551615 134523003 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/29396/statm: 34487 33722 77 172 0 34312 0
Current children cumulated CPU time (s) 1373.9
Current children cumulated vsize (KiB) 143308

Child status: 20
Real time (s): 1374.78
CPU time (s): 1373.99
CPU user time (s): 1373.51
CPU system time (s): 0.487925
CPU usage (%): 99.9431
Max. virtual memory (cumulated for all children) (KiB): 143308

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

runsolver used 1.2858 second user time and 3.71943 second system time

The end

Launcher Data

Begin job on node10 at 2009-05-02 11:39:21
IDJOB=1773284
IDBENCH=20581
IDSOLVER=610
FILE ID=node10/1773284-1241257160
PBS_JOBID= 9224924
Free space on /tmp= 66540 MiB

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

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

MD5SUM BENCH= ba6236c6cc840bb0208f73665843c375
RANDOM SEED=789592609

node10.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.263
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.263
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:       1595224 kB
Buffers:         72332 kB
Cached:         290992 kB
SwapCached:       8024 kB
Active:          89256 kB
Inactive:       283776 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1595224 kB
SwapTotal:     4192956 kB
SwapFree:      4178716 kB
Dirty:           20324 kB
Writeback:           0 kB
Mapped:          13472 kB
Slab:            73836 kB
Committed_AS:   682636 kB
PageTables:       1372 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66536 MiB
End job on node10 at 2009-05-02 12:02:16