Trace number 1773244

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 789.295 789.577

General information on the benchmark

Nameindustrial/vliw_unsat_2.0/
9dlx_vliw_at_b_iq2.cnf
MD5SUMf0f4556999ccb446384994a4148fca28
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark218.744
Satisfiable
(Un)Satisfiability was proved
Number of variables44095
Number of clauses542253
Sum of the clauses size1554259
Maximum clause length93
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2500227
Number of clauses of size 310265
Number of clauses of size 43051
Number of clauses of size 55229
Number of clauses of size over 523480

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.00/0.40	c ==============================================================================
0.00/0.40	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.40	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.40	c ==============================================================================
0.00/0.40	c |         0 |  542252  1554258 |  162675       0        0     nan |  0.000 % |
3.69/3.77	c |         0 |  518020  1616108 |      --       0       --      -- |     --   | -24095/63495
3.69/3.77	c ==============================================================================
3.69/3.77	c Result  :   #vars: 32773   #clauses: 518020   #literals: 1616108
3.69/3.77	c CPU time:   3.67044 s
3.69/3.77	c ==============================================================================
4.28/4.32	c
4.28/4.32	c Starting glucose
4.28/4.32	c
4.28/4.32	
4.28/4.32	c This is glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
4.28/4.32	
4.28/4.32	c ============================[ Problem Statistics ]=============================
4.28/4.32	c |                                                                             |
4.28/4.32	c |  Number of variables:  32773                                                |
4.28/4.32	c |  Number of clauses:    518020                                               |
4.30/4.66	c |  Parsing time:         0.29         s                                       |
789.20/789.54	c restarts              : 1332
789.20/789.54	c nb ReduceDB           : 56
789.20/789.54	c nb learnts DL2        : 1547
789.20/789.54	c nb learnts size 2     : 1475
789.20/789.54	c nb learnts size 1     : 4
789.20/789.54	c conflicts             : 2695615        (3435 /sec)
789.20/789.54	c decisions             : 20691463       (1.14 % random) (26367 /sec)
789.20/789.54	c propagations          : 898647358      (1145132 /sec)
789.20/789.54	c conflict literals     : 168676181      (49.17 % deleted)
789.20/789.54	c Memory used           : 103.82 MB
789.20/789.54	c CPU time              : 784.755 s
789.20/789.54	
789.20/789.56	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-1773244-1241256863/watcher-1773244-1241256863 -o /tmp/evaluation-result-1773244-1241256863/solver-1773244-1241256863 -C 10000 -W 12000 -M 1800 glucose.sh HOME/instance-1773244-1241256863.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.85 0.97 0.99 3/64 3405
/proc/meminfo: memFree=1182624/2055920 swapFree=4180836/4192956
[pid=3405] ppid=3403 vsize=3004 CPUtime=0
/proc/3405/stat : 3405 (glucose.sh) R 3403 3405 3368 0 -1 4194304 53 0 0 0 0 0 0 0 20 0 1 0 153720449 3076096 38 1992294400 4194304 4889804 548682068816 18446744073709551615 206378697424 0 0 4096 0 0 0 0 17 1 0 0
/proc/3405/statm: 751 40 30 169 0 9 0

[startup+0.097732 s]
/proc/loadavg: 0.85 0.97 0.99 3/64 3405
/proc/meminfo: memFree=1182624/2055920 swapFree=4180836/4192956
[pid=3405] ppid=3403 vsize=5360 CPUtime=0
/proc/3405/stat : 3405 (glucose.sh) S 3403 3405 3368 0 -1 4194304 287 0 0 0 0 0 0 0 20 0 1 0 153720449 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3405/statm: 1340 236 195 169 0 51 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5360

[startup+0.102723 s]
/proc/loadavg: 0.85 0.97 0.99 3/64 3405
/proc/meminfo: memFree=1182624/2055920 swapFree=4180836/4192956
[pid=3405] ppid=3403 vsize=5360 CPUtime=0
/proc/3405/stat : 3405 (glucose.sh) S 3403 3405 3368 0 -1 4194304 287 0 0 0 0 0 0 0 20 0 1 0 153720449 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3405/statm: 1340 236 195 169 0 51 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5360

[startup+0.302769 s]
/proc/loadavg: 0.85 0.97 0.99 3/64 3405
/proc/meminfo: memFree=1182624/2055920 swapFree=4180836/4192956
[pid=3405] ppid=3403 vsize=5360 CPUtime=0
/proc/3405/stat : 3405 (glucose.sh) S 3403 3405 3368 0 -1 4194304 287 0 0 0 0 0 0 0 20 0 1 0 153720449 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3405/statm: 1340 236 195 169 0 51 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5360

[startup+0.702841 s]
/proc/loadavg: 0.85 0.97 0.99 3/64 3405
/proc/meminfo: memFree=1182624/2055920 swapFree=4180836/4192956
[pid=3405] ppid=3403 vsize=5360 CPUtime=0
/proc/3405/stat : 3405 (glucose.sh) S 3403 3405 3368 0 -1 4194304 287 0 0 0 0 0 0 0 20 0 1 0 153720449 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3405/statm: 1340 236 195 169 0 51 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5360

[startup+1.50198 s]
/proc/loadavg: 0.85 0.97 0.99 2/66 3407
/proc/meminfo: memFree=1136136/2055920 swapFree=4180836/4192956
[pid=3405] ppid=3403 vsize=5360 CPUtime=0
/proc/3405/stat : 3405 (glucose.sh) S 3403 3405 3368 0 -1 4194304 287 0 0 0 0 0 0 0 20 0 1 0 153720449 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3405/statm: 1340 236 195 169 0 51 0
[pid=3407] ppid=3405 vsize=54960 CPUtime=1.48
/proc/3407/stat : 3407 (SatELite_releas) R 3405 3405 3368 0 -1 4194304 12735 0 0 0 140 8 0 0 25 0 1 0 153720449 56279040 11572 1992294400 134512640 135225430 4294956176 18446744073709551615 134587334 0 0 4096 3 0 0 0 17 1 0 0
/proc/3407/statm: 13740 11572 77 174 0 13563 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 60320

[startup+3.10127 s]
/proc/loadavg: 0.85 0.97 0.99 2/66 3407
/proc/meminfo: memFree=1134920/2055920 swapFree=4180836/4192956
[pid=3405] ppid=3403 vsize=5360 CPUtime=0
/proc/3405/stat : 3405 (glucose.sh) S 3403 3405 3368 0 -1 4194304 287 0 0 0 0 0 0 0 20 0 1 0 153720449 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3405/statm: 1340 236 195 169 0 51 0
[pid=3407] ppid=3405 vsize=62344 CPUtime=3.08
/proc/3407/stat : 3407 (SatELite_releas) R 3405 3405 3368 0 -1 4194304 13978 0 0 0 300 8 0 0 25 0 1 0 153720449 63840256 12727 1992294400 134512640 135225430 4294956176 18446744073709551615 134586121 0 0 4096 3 0 0 0 17 1 0 0
/proc/3407/statm: 15586 12727 77 174 0 15409 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 67704

[startup+6.30185 s]
/proc/loadavg: 0.86 0.97 0.99 2/66 3408
/proc/meminfo: memFree=1136840/2055920 swapFree=4180836/4192956
[pid=3405] ppid=3403 vsize=5360 CPUtime=4.3
/proc/3405/stat : 3405 (glucose.sh) S 3403 3405 3368 0 -1 4194304 313 15046 0 0 0 0 416 14 16 0 1 0 153720449 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3405/statm: 1340 238 195 169 0 51 0
[pid=3408] ppid=3405 vsize=36596 CPUtime=1.96
/proc/3408/stat : 3408 (glucose_static) R 3405 3405 3368 0 -1 4194304 8634 0 0 0 190 6 0 0 25 0 1 0 153720881 37474304 8620 1992294400 134512640 135217611 4294956304 18446744073709551615 134532955 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/3408/statm: 9149 8620 77 172 0 8974 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 41956

[startup+12.702 s]
/proc/loadavg: 0.87 0.97 0.99 2/66 3408
/proc/meminfo: memFree=1131728/2055920 swapFree=4180836/4192956
[pid=3405] ppid=3403 vsize=5360 CPUtime=4.3
/proc/3405/stat : 3405 (glucose.sh) S 3403 3405 3368 0 -1 4194304 313 15046 0 0 0 0 416 14 16 0 1 0 153720449 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3405/statm: 1340 238 195 169 0 51 0
[pid=3408] ppid=3405 vsize=42200 CPUtime=8.36
/proc/3408/stat : 3408 (glucose_static) R 3405 3405 3368 0 -1 4194304 10024 0 0 0 830 6 0 0 25 0 1 0 153720881 43212800 10010 1992294400 134512640 135217611 4294956304 18446744073709551615 134723558 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/3408/statm: 10550 10010 77 172 0 10375 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 47560

[startup+25.5014 s]
/proc/loadavg: 0.90 0.97 0.99 2/66 3408
/proc/meminfo: memFree=1127248/2055920 swapFree=4180836/4192956
[pid=3405] ppid=3403 vsize=5360 CPUtime=4.3
/proc/3405/stat : 3405 (glucose.sh) S 3403 3405 3368 0 -1 4194304 313 15046 0 0 0 0 416 14 16 0 1 0 153720449 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3405/statm: 1340 238 195 169 0 51 0
[pid=3408] ppid=3405 vsize=45660 CPUtime=21.16
/proc/3408/stat : 3408 (glucose_static) R 3405 3405 3368 0 -1 4194304 10862 0 0 0 2109 7 0 0 25 0 1 0 153720881 46755840 10848 1992294400 134512640 135217611 4294956304 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/3408/statm: 11415 10848 77 172 0 11240 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 51020

[startup+51.102 s]
/proc/loadavg: 0.93 0.97 0.99 2/66 3408
/proc/meminfo: memFree=1121872/2055920 swapFree=4180836/4192956
[pid=3405] ppid=3403 vsize=5360 CPUtime=4.3
/proc/3405/stat : 3405 (glucose.sh) S 3403 3405 3368 0 -1 4194304 313 15046 0 0 0 0 416 14 16 0 1 0 153720449 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3405/statm: 1340 238 195 169 0 51 0
[pid=3408] ppid=3405 vsize=51152 CPUtime=46.75
/proc/3408/stat : 3408 (glucose_static) R 3405 3405 3368 0 -1 4194304 12224 0 0 0 4667 8 0 0 25 0 1 0 153720881 52379648 12210 1992294400 134512640 135217611 4294956304 18446744073709551615 134538454 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/3408/statm: 12788 12210 77 172 0 12613 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 56512

[startup+102.306 s]
/proc/loadavg: 0.97 0.97 0.99 2/66 3408
/proc/meminfo: memFree=1117392/2055920 swapFree=4180836/4192956
[pid=3405] ppid=3403 vsize=5360 CPUtime=4.3
/proc/3405/stat : 3405 (glucose.sh) S 3403 3405 3368 0 -1 4194304 313 15046 0 0 0 0 416 14 16 0 1 0 153720449 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3405/statm: 1340 238 195 169 0 51 0
[pid=3408] ppid=3405 vsize=55908 CPUtime=97.93
/proc/3408/stat : 3408 (glucose_static) R 3405 3405 3368 0 -1 4194304 13348 0 0 0 9784 9 0 0 25 0 1 0 153720881 57249792 13334 1992294400 134512640 135217611 4294956304 18446744073709551615 134533219 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/3408/statm: 13977 13334 77 172 0 13802 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 61268

[startup+162.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 3408
/proc/meminfo: memFree=1110992/2055920 swapFree=4180836/4192956
[pid=3405] ppid=3403 vsize=5360 CPUtime=4.3
/proc/3405/stat : 3405 (glucose.sh) S 3403 3405 3368 0 -1 4194304 313 15046 0 0 0 0 416 14 16 0 1 0 153720449 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3405/statm: 1340 238 195 169 0 51 0
[pid=3408] ppid=3405 vsize=62380 CPUtime=157.91
/proc/3408/stat : 3408 (glucose_static) R 3405 3405 3368 0 -1 4194304 14957 0 0 0 15781 10 0 0 25 0 1 0 153720881 63877120 14943 1992294400 134512640 135217611 4294956304 18446744073709551615 134533142 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/3408/statm: 15595 14943 77 172 0 15420 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 67740

[startup+222.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 3408
/proc/meminfo: memFree=1110032/2055920 swapFree=4180836/4192956
[pid=3405] ppid=3403 vsize=5360 CPUtime=4.3
/proc/3405/stat : 3405 (glucose.sh) S 3403 3405 3368 0 -1 4194304 313 15046 0 0 0 0 416 14 16 0 1 0 153720449 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3405/statm: 1340 238 195 169 0 51 0
[pid=3408] ppid=3405 vsize=63380 CPUtime=217.89
/proc/3408/stat : 3408 (glucose_static) R 3405 3405 3368 0 -1 4194304 15204 0 0 0 21778 11 0 0 25 0 1 0 153720881 64901120 15190 1992294400 134512640 135217611 4294956304 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/3408/statm: 15845 15190 77 172 0 15670 0
Current children cumulated CPU time (s) 222.19
Current children cumulated vsize (KiB) 68740

[startup+282.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 3410
/proc/meminfo: memFree=1088592/2055920 swapFree=4180836/4192956
[pid=3405] ppid=3403 vsize=5360 CPUtime=4.3
/proc/3405/stat : 3405 (glucose.sh) S 3403 3405 3368 0 -1 4194304 313 15046 0 0 0 0 416 14 16 0 1 0 153720449 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3405/statm: 1340 238 195 169 0 51 0
[pid=3408] ppid=3405 vsize=84804 CPUtime=277.86
/proc/3408/stat : 3408 (glucose_static) R 3405 3405 3368 0 -1 4194304 20513 0 0 0 27772 14 0 0 25 0 1 0 153720881 86839296 20499 1992294400 134512640 135217611 4294956304 18446744073709551615 134542153 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/3408/statm: 21201 20499 77 172 0 21026 0
Current children cumulated CPU time (s) 282.16
Current children cumulated vsize (KiB) 90164

[startup+342.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 3410
/proc/meminfo: memFree=1088016/2055920 swapFree=4180836/4192956
[pid=3405] ppid=3403 vsize=5360 CPUtime=4.3
/proc/3405/stat : 3405 (glucose.sh) S 3403 3405 3368 0 -1 4194304 313 15046 0 0 0 0 416 14 16 0 1 0 153720449 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3405/statm: 1340 238 195 169 0 51 0
[pid=3408] ppid=3405 vsize=85560 CPUtime=337.85
/proc/3408/stat : 3408 (glucose_static) R 3405 3405 3368 0 -1 4194304 20660 0 0 0 33770 15 0 0 25 0 1 0 153720881 87613440 20646 1992294400 134512640 135217611 4294956304 18446744073709551615 134532676 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/3408/statm: 21390 20646 77 172 0 21215 0
Current children cumulated CPU time (s) 342.15
Current children cumulated vsize (KiB) 90920

[startup+402.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 3410
/proc/meminfo: memFree=1074960/2055920 swapFree=4180836/4192956
[pid=3405] ppid=3403 vsize=5360 CPUtime=4.3
/proc/3405/stat : 3405 (glucose.sh) S 3403 3405 3368 0 -1 4194304 313 15046 0 0 0 0 416 14 16 0 1 0 153720449 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3405/statm: 1340 238 195 169 0 51 0
[pid=3408] ppid=3405 vsize=98464 CPUtime=397.83
/proc/3408/stat : 3408 (glucose_static) R 3405 3405 3368 0 -1 4194304 23907 0 0 0 39766 17 0 0 25 0 1 0 153720881 100827136 23864 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/3408/statm: 24616 23864 77 172 0 24441 0
Current children cumulated CPU time (s) 402.13
Current children cumulated vsize (KiB) 103824

[startup+462.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 3410
/proc/meminfo: memFree=1067984/2055920 swapFree=4180836/4192956
[pid=3405] ppid=3403 vsize=5360 CPUtime=4.3
/proc/3405/stat : 3405 (glucose.sh) S 3403 3405 3368 0 -1 4194304 313 15046 0 0 0 0 416 14 16 0 1 0 153720449 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3405/statm: 1340 238 195 169 0 51 0
[pid=3408] ppid=3405 vsize=105740 CPUtime=457.81
/proc/3408/stat : 3408 (glucose_static) R 3405 3405 3368 0 -1 4194304 25683 0 0 0 45763 18 0 0 25 0 1 0 153720881 108277760 25640 1992294400 134512640 135217611 4294956304 18446744073709551615 134533007 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/3408/statm: 26435 25640 77 172 0 26260 0
Current children cumulated CPU time (s) 462.11
Current children cumulated vsize (KiB) 111100

[startup+522.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 3410
/proc/meminfo: memFree=1067984/2055920 swapFree=4180836/4192956
[pid=3405] ppid=3403 vsize=5360 CPUtime=4.3
/proc/3405/stat : 3405 (glucose.sh) S 3403 3405 3368 0 -1 4194304 313 15046 0 0 0 0 416 14 16 0 1 0 153720449 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3405/statm: 1340 238 195 169 0 51 0
[pid=3408] ppid=3405 vsize=105740 CPUtime=517.79
/proc/3408/stat : 3408 (glucose_static) R 3405 3405 3368 0 -1 4194304 25689 0 0 0 51760 19 0 0 25 0 1 0 153720881 108277760 25646 1992294400 134512640 135217611 4294956304 18446744073709551615 134533757 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/3408/statm: 26435 25646 77 172 0 26260 0
Current children cumulated CPU time (s) 522.09
Current children cumulated vsize (KiB) 111100

[startup+582.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 3410
/proc/meminfo: memFree=1067856/2055920 swapFree=4180836/4192956
[pid=3405] ppid=3403 vsize=5360 CPUtime=4.3
/proc/3405/stat : 3405 (glucose.sh) S 3403 3405 3368 0 -1 4194304 313 15046 0 0 0 0 416 14 16 0 1 0 153720449 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3405/statm: 1340 238 195 169 0 51 0
[pid=3408] ppid=3405 vsize=105920 CPUtime=577.77
/proc/3408/stat : 3408 (glucose_static) R 3405 3405 3368 0 -1 4194304 25714 0 0 0 57758 19 0 0 25 0 1 0 153720881 108462080 25671 1992294400 134512640 135217611 4294956304 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/3408/statm: 26480 25671 77 172 0 26305 0
Current children cumulated CPU time (s) 582.07
Current children cumulated vsize (KiB) 111280

[startup+642.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 3410
/proc/meminfo: memFree=1067600/2055920 swapFree=4180836/4192956
[pid=3405] ppid=3403 vsize=5360 CPUtime=4.3
/proc/3405/stat : 3405 (glucose.sh) S 3403 3405 3368 0 -1 4194304 313 15046 0 0 0 0 416 14 16 0 1 0 153720449 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3405/statm: 1340 238 195 169 0 51 0
[pid=3408] ppid=3405 vsize=106080 CPUtime=637.75
/proc/3408/stat : 3408 (glucose_static) R 3405 3405 3368 0 -1 4194304 25776 0 0 0 63756 19 0 0 25 0 1 0 153720881 108625920 25733 1992294400 134512640 135217611 4294956304 18446744073709551615 134527828 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/3408/statm: 26520 25733 77 172 0 26345 0
Current children cumulated CPU time (s) 642.05
Current children cumulated vsize (KiB) 111440

[startup+702.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 3410
/proc/meminfo: memFree=1067600/2055920 swapFree=4180836/4192956
[pid=3405] ppid=3403 vsize=5360 CPUtime=4.3
/proc/3405/stat : 3405 (glucose.sh) S 3403 3405 3368 0 -1 4194304 313 15046 0 0 0 0 416 14 16 0 1 0 153720449 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3405/statm: 1340 238 195 169 0 51 0
[pid=3408] ppid=3405 vsize=106304 CPUtime=697.73
/proc/3408/stat : 3408 (glucose_static) R 3405 3405 3368 0 -1 4194304 25797 0 0 0 69754 19 0 0 25 0 1 0 153720881 108855296 25730 1992294400 134512640 135217611 4294956304 18446744073709551615 134527815 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/3408/statm: 26576 25730 77 172 0 26401 0
Current children cumulated CPU time (s) 702.03
Current children cumulated vsize (KiB) 111664

[startup+762.306 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 3410
/proc/meminfo: memFree=1067472/2055920 swapFree=4180836/4192956
[pid=3405] ppid=3403 vsize=5360 CPUtime=4.3
/proc/3405/stat : 3405 (glucose.sh) S 3403 3405 3368 0 -1 4194304 313 15046 0 0 0 0 416 14 16 0 1 0 153720449 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3405/statm: 1340 238 195 169 0 51 0
[pid=3408] ppid=3405 vsize=106304 CPUtime=757.71
/proc/3408/stat : 3408 (glucose_static) R 3405 3405 3368 0 -1 4194304 25820 0 0 0 75752 19 0 0 25 0 1 0 153720881 108855296 25753 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/3408/statm: 26576 25753 77 172 0 26401 0
Current children cumulated CPU time (s) 762.01
Current children cumulated vsize (KiB) 111664

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

[startup+767.903 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 3410
/proc/meminfo: memFree=1067472/2055920 swapFree=4180836/4192956
[pid=3405] ppid=3403 vsize=5360 CPUtime=4.3
/proc/3405/stat : 3405 (glucose.sh) S 3403 3405 3368 0 -1 4194304 313 15046 0 0 0 0 416 14 16 0 1 0 153720449 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3405/statm: 1340 238 195 169 0 51 0
[pid=3408] ppid=3405 vsize=106304 CPUtime=763.3
/proc/3408/stat : 3408 (glucose_static) R 3405 3405 3368 0 -1 4194304 25820 0 0 0 76311 19 0 0 25 0 1 0 153720881 108855296 25753 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/3408/statm: 26576 25753 77 172 0 26401 0
Current children cumulated CPU time (s) 767.6
Current children cumulated vsize (KiB) 111664

[startup+780.701 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 3410
/proc/meminfo: memFree=1067472/2055920 swapFree=4180836/4192956
[pid=3405] ppid=3403 vsize=5360 CPUtime=4.3
/proc/3405/stat : 3405 (glucose.sh) S 3403 3405 3368 0 -1 4194304 313 15046 0 0 0 0 416 14 16 0 1 0 153720449 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3405/statm: 1340 238 195 169 0 51 0
[pid=3408] ppid=3405 vsize=106304 CPUtime=776.1
/proc/3408/stat : 3408 (glucose_static) R 3405 3405 3368 0 -1 4194304 25831 0 0 0 77591 19 0 0 25 0 1 0 153720881 108855296 25764 1992294400 134512640 135217611 4294956304 18446744073709551615 134526275 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/3408/statm: 26576 25764 77 172 0 26401 0
Current children cumulated CPU time (s) 780.4
Current children cumulated vsize (KiB) 111664

[startup+783.902 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 3410
/proc/meminfo: memFree=1067472/2055920 swapFree=4180836/4192956
[pid=3405] ppid=3403 vsize=5360 CPUtime=4.3
/proc/3405/stat : 3405 (glucose.sh) S 3403 3405 3368 0 -1 4194304 313 15046 0 0 0 0 416 14 16 0 1 0 153720449 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3405/statm: 1340 238 195 169 0 51 0
[pid=3408] ppid=3405 vsize=106304 CPUtime=779.3
/proc/3408/stat : 3408 (glucose_static) R 3405 3405 3368 0 -1 4194304 25831 0 0 0 77911 19 0 0 25 0 1 0 153720881 108855296 25764 1992294400 134512640 135217611 4294956304 18446744073709551615 134537448 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/3408/statm: 26576 25764 77 172 0 26401 0
Current children cumulated CPU time (s) 783.6
Current children cumulated vsize (KiB) 111664

[startup+787.101 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 3410
/proc/meminfo: memFree=1067472/2055920 swapFree=4180836/4192956
[pid=3405] ppid=3403 vsize=5360 CPUtime=4.3
/proc/3405/stat : 3405 (glucose.sh) S 3403 3405 3368 0 -1 4194304 313 15046 0 0 0 0 416 14 16 0 1 0 153720449 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3405/statm: 1340 238 195 169 0 51 0
[pid=3408] ppid=3405 vsize=106304 CPUtime=782.5
/proc/3408/stat : 3408 (glucose_static) R 3405 3405 3368 0 -1 4194304 25831 0 0 0 78231 19 0 0 25 0 1 0 153720881 108855296 25764 1992294400 134512640 135217611 4294956304 18446744073709551615 134533148 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/3408/statm: 26576 25764 77 172 0 26401 0
Current children cumulated CPU time (s) 786.8
Current children cumulated vsize (KiB) 111664

[startup+788.706 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 3410
/proc/meminfo: memFree=1067472/2055920 swapFree=4180836/4192956
[pid=3405] ppid=3403 vsize=5360 CPUtime=4.3
/proc/3405/stat : 3405 (glucose.sh) S 3403 3405 3368 0 -1 4194304 313 15046 0 0 0 0 416 14 16 0 1 0 153720449 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3405/statm: 1340 238 195 169 0 51 0
[pid=3408] ppid=3405 vsize=106304 CPUtime=784.1
/proc/3408/stat : 3408 (glucose_static) R 3405 3405 3368 0 -1 4194304 25831 0 0 0 78391 19 0 0 25 0 1 0 153720881 108855296 25764 1992294400 134512640 135217611 4294956304 18446744073709551615 134522427 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/3408/statm: 26576 25764 77 172 0 26401 0
Current children cumulated CPU time (s) 788.4
Current children cumulated vsize (KiB) 111664

[startup+789.102 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 3410
/proc/meminfo: memFree=1067472/2055920 swapFree=4180836/4192956
[pid=3405] ppid=3403 vsize=5360 CPUtime=4.3
/proc/3405/stat : 3405 (glucose.sh) S 3403 3405 3368 0 -1 4194304 313 15046 0 0 0 0 416 14 16 0 1 0 153720449 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3405/statm: 1340 238 195 169 0 51 0
[pid=3408] ppid=3405 vsize=106304 CPUtime=784.5
/proc/3408/stat : 3408 (glucose_static) R 3405 3405 3368 0 -1 4194304 25831 0 0 0 78431 19 0 0 25 0 1 0 153720881 108855296 25764 1992294400 134512640 135217611 4294956304 18446744073709551615 134522700 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/3408/statm: 26576 25764 77 172 0 26401 0
Current children cumulated CPU time (s) 788.8
Current children cumulated vsize (KiB) 111664

[startup+789.502 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 3410
/proc/meminfo: memFree=1067472/2055920 swapFree=4180836/4192956
[pid=3405] ppid=3403 vsize=5360 CPUtime=4.3
/proc/3405/stat : 3405 (glucose.sh) S 3403 3405 3368 0 -1 4194304 313 15046 0 0 0 0 416 14 16 0 1 0 153720449 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3405/statm: 1340 238 195 169 0 51 0
[pid=3408] ppid=3405 vsize=106304 CPUtime=784.9
/proc/3408/stat : 3408 (glucose_static) R 3405 3405 3368 0 -1 4194304 25831 0 0 0 78471 19 0 0 25 0 1 0 153720881 108855296 25764 1992294400 134512640 135217611 4294956304 18446744073709551615 134522827 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/3408/statm: 26576 25764 77 172 0 26401 0
Current children cumulated CPU time (s) 789.2
Current children cumulated vsize (KiB) 111664

Child status: 20
Real time (s): 789.577
CPU time (s): 789.295
CPU user time (s): 788.921
CPU system time (s): 0.373943
CPU usage (%): 99.9643
Max. virtual memory (cumulated for all children) (KiB): 111664

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 788.921
system time used= 0.373943
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 41356
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= 41
involuntary context switches= 1598

runsolver used 0.924859 second user time and 1.9527 second system time

The end

Launcher Data

Begin job on node2 at 2009-05-02 11:34:23
IDJOB=1773244
IDBENCH=20577
IDSOLVER=610
FILE ID=node2/1773244-1241256863
PBS_JOBID= 9224927
Free space on /tmp= 66352 MiB

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

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

MD5SUM BENCH= f0f4556999ccb446384994a4148fca28
RANDOM SEED=341139230

node2.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.265
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.265
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:       1183104 kB
Buffers:         87060 kB
Cached:         674660 kB
SwapCached:       5932 kB
Active:          62268 kB
Inactive:       707768 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1183104 kB
SwapTotal:     4192956 kB
SwapFree:      4180836 kB
Dirty:           11896 kB
Writeback:           0 kB
Mapped:          13968 kB
Slab:            88676 kB
Committed_AS:   887744 kB
PageTables:       1468 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= 66352 MiB
End job on node2 at 2009-05-02 11:47:33