Trace number 1773204

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 637.888 638.262

General information on the benchmark

Nameindustrial/vliw_unsat_2.0/
9dlx_vliw_at_b_iq1.cnf
MD5SUM9158de01004aff62af67cbb9db5bcbbb
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark92.4269
Satisfiable
(Un)Satisfiability was proved
Number of variables24604
Number of clauses261473
Sum of the clauses size744579
Maximum clause length73
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2238933
Number of clauses of size 36442
Number of clauses of size 41972
Number of clauses of size 52972
Number of clauses of size over 511153

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.09/0.19	c ==============================================================================
0.09/0.19	c |           |     ORIGINAL     |              LEARNT              |          |
0.09/0.19	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.09/0.19	c ==============================================================================
0.09/0.19	c |         0 |  261472   744578 |   78441       0        0     nan |  0.000 % |
1.79/1.82	c |         0 |  244145   773136 |      --       0       --      -- |     --   | -17305/28607
1.79/1.82	c ==============================================================================
1.79/1.82	c Result  :   #vars: 16889   #clauses: 244145   #literals: 773136
1.79/1.82	c CPU time:   1.76673 s
1.79/1.82	c ==============================================================================
1.99/2.06	c
1.99/2.06	c Starting glucose
1.99/2.06	c
1.99/2.06	
1.99/2.06	c This is glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
1.99/2.06	
1.99/2.06	c ============================[ Problem Statistics ]=============================
1.99/2.06	c |                                                                             |
1.99/2.07	c |  Number of variables:  16889                                                |
1.99/2.07	c |  Number of clauses:    244145                                               |
2.18/2.23	c |  Parsing time:         0.14         s                                       |
637.81/638.24	c restarts              : 386
637.81/638.24	c nb ReduceDB           : 63
637.81/638.24	c nb learnts DL2        : 987
637.81/638.24	c nb learnts size 2     : 966
637.81/638.24	c nb learnts size 1     : 2
637.81/638.24	c conflicts             : 3242798        (5102 /sec)
637.81/638.24	c decisions             : 16303828       (1.35 % random) (25649 /sec)
637.81/638.24	c propagations          : 658923868      (1036610 /sec)
637.81/638.24	c conflict literals     : 142444550      (50.62 % deleted)
637.81/638.24	c Memory used           : 71.39 MB
637.81/638.24	c CPU time              : 635.652 s
637.81/638.24	
637.81/638.25	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-1773204-1241256521/watcher-1773204-1241256521 -o /tmp/evaluation-result-1773204-1241256521/solver-1773204-1241256521 -C 10000 -W 12000 -M 1800 glucose.sh HOME/instance-1773204-1241256521.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.96 0.97 0.99 3/64 29363
/proc/meminfo: memFree=1612088/2055920 swapFree=4178716/4192956
[pid=29363] ppid=29361 vsize=5360 CPUtime=0
/proc/29363/stat : 29363 (glucose.sh) R 29361 29363 29266 0 -1 4194304 268 0 0 0 0 0 0 0 18 0 1 0 153685809 5488640 235 1992294400 4194304 4889804 548682068816 18446744073709551615 214919867039 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/29363/statm: 1340 235 194 169 0 51 0
[pid=29364] ppid=29363 vsize=1140 CPUtime=0
/proc/29364/stat : 29364 (SatELite_releas) R 29363 29363 29266 0 -1 4194304 139 0 0 0 0 0 0 0 18 0 1 0 153685809 1167360 123 1992294400 134512640 135225430 4294956176 18446744073709551615 134735534 0 0 4096 3 0 0 0 17 0 0 0
/proc/29364/statm: 285 124 50 174 0 108 0

[startup+0.081034 s]
/proc/loadavg: 0.96 0.97 0.99 3/64 29363
/proc/meminfo: memFree=1612088/2055920 swapFree=4178716/4192956
[pid=29363] ppid=29361 vsize=5360 CPUtime=0
/proc/29363/stat : 29363 (glucose.sh) S 29361 29363 29266 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 153685809 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29363/statm: 1340 236 195 169 0 51 0
[pid=29364] ppid=29363 vsize=8552 CPUtime=0.07
/proc/29364/stat : 29364 (SatELite_releas) R 29363 29363 29266 0 -1 4194304 1947 0 0 0 6 1 0 0 20 0 1 0 153685809 8757248 1931 1992294400 134512640 135225430 4294956176 18446744073709551615 134735534 0 0 4096 3 0 0 0 17 0 0 0
/proc/29364/statm: 2138 1932 50 174 0 1961 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 13912

[startup+0.101038 s]
/proc/loadavg: 0.96 0.97 0.99 3/64 29363
/proc/meminfo: memFree=1612088/2055920 swapFree=4178716/4192956
[pid=29363] ppid=29361 vsize=5360 CPUtime=0
/proc/29363/stat : 29363 (glucose.sh) S 29361 29363 29266 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 153685809 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29363/statm: 1340 236 195 169 0 51 0
[pid=29364] ppid=29363 vsize=10384 CPUtime=0.09
/proc/29364/stat : 29364 (SatELite_releas) R 29363 29363 29266 0 -1 4194304 2360 0 0 0 8 1 0 0 20 0 1 0 153685809 10633216 2344 1992294400 134512640 135225430 4294956176 18446744073709551615 134735534 0 0 4096 3 0 0 0 17 0 0 0
/proc/29364/statm: 2596 2345 50 174 0 2419 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 15744

[startup+0.30108 s]
/proc/loadavg: 0.96 0.97 0.99 3/64 29363
/proc/meminfo: memFree=1612088/2055920 swapFree=4178716/4192956
[pid=29363] ppid=29361 vsize=5360 CPUtime=0
/proc/29363/stat : 29363 (glucose.sh) S 29361 29363 29266 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 153685809 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29363/statm: 1340 236 195 169 0 51 0
[pid=29364] ppid=29363 vsize=23908 CPUtime=0.29
/proc/29364/stat : 29364 (SatELite_releas) R 29363 29363 29266 0 -1 4194304 5972 0 0 0 26 3 0 0 21 0 1 0 153685809 24481792 5444 1992294400 134512640 135225430 4294956176 18446744073709551615 134717494 0 0 4096 3 0 0 0 17 0 0 0
/proc/29364/statm: 5977 5444 77 174 0 5800 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 29268

[startup+0.701166 s]
/proc/loadavg: 0.96 0.97 0.99 3/64 29363
/proc/meminfo: memFree=1612088/2055920 swapFree=4178716/4192956
[pid=29363] ppid=29361 vsize=5360 CPUtime=0
/proc/29363/stat : 29363 (glucose.sh) S 29361 29363 29266 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 153685809 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29363/statm: 1340 236 195 169 0 51 0
[pid=29364] ppid=29363 vsize=25516 CPUtime=0.68
/proc/29364/stat : 29364 (SatELite_releas) R 29363 29363 29266 0 -1 4194304 6372 0 0 0 65 3 0 0 25 0 1 0 153685809 26128384 5844 1992294400 134512640 135225430 4294956176 18446744073709551615 134587281 0 0 4096 3 0 0 0 17 0 0 0
/proc/29364/statm: 6379 5844 77 174 0 6202 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 30876

[startup+1.50134 s]
/proc/loadavg: 0.96 0.97 0.99 2/66 29365
/proc/meminfo: memFree=1587880/2055920 swapFree=4178716/4192956
[pid=29363] ppid=29361 vsize=5360 CPUtime=0
/proc/29363/stat : 29363 (glucose.sh) S 29361 29363 29266 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 153685809 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29363/statm: 1340 236 195 169 0 51 0
[pid=29364] ppid=29363 vsize=25680 CPUtime=1.49
/proc/29364/stat : 29364 (SatELite_releas) R 29363 29363 29266 0 -1 4194304 6960 0 0 0 145 4 0 0 25 0 1 0 153685809 26296320 5894 1992294400 134512640 135225430 4294956176 18446744073709551615 134587630 0 0 4096 3 0 0 0 17 0 0 0
/proc/29364/statm: 6420 5894 77 174 0 6243 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 31040

[startup+3.10268 s]
/proc/loadavg: 0.96 0.97 0.99 2/66 29366
/proc/meminfo: memFree=1601320/2055920 swapFree=4178716/4192956
[pid=29363] ppid=29361 vsize=5360 CPUtime=2.06
/proc/29363/stat : 29363 (glucose.sh) S 29361 29363 29266 0 -1 4194304 313 8988 0 0 0 0 198 8 16 0 1 0 153685809 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29363/statm: 1340 238 195 169 0 51 0
[pid=29366] ppid=29363 vsize=18752 CPUtime=1.02
/proc/29366/stat : 29366 (glucose_static) R 29363 29363 29266 0 -1 4194304 4490 0 0 0 100 2 0 0 25 0 1 0 153686016 19202048 4454 1992294400 134512640 135217611 4294956288 18446744073709551615 134533344 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/29366/statm: 4688 4454 77 172 0 4513 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 24112

[startup+6.30136 s]
/proc/loadavg: 0.96 0.97 0.99 2/66 29366
/proc/meminfo: memFree=1584872/2055920 swapFree=4178716/4192956
[pid=29363] ppid=29361 vsize=5360 CPUtime=2.06
/proc/29363/stat : 29363 (glucose.sh) S 29361 29363 29266 0 -1 4194304 313 8988 0 0 0 0 198 8 16 0 1 0 153685809 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29363/statm: 1340 238 195 169 0 51 0
[pid=29366] ppid=29363 vsize=22372 CPUtime=4.21
/proc/29366/stat : 29366 (glucose_static) R 29363 29363 29266 0 -1 4194304 5380 0 0 0 418 3 0 0 25 0 1 0 153686016 22908928 5344 1992294400 134512640 135217611 4294956288 18446744073709551615 134533115 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/29366/statm: 5593 5344 77 172 0 5418 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 27732

[startup+12.7017 s]
/proc/loadavg: 0.97 0.97 0.99 2/66 29366
/proc/meminfo: memFree=1580776/2055920 swapFree=4178716/4192956
[pid=29363] ppid=29361 vsize=5360 CPUtime=2.06
/proc/29363/stat : 29363 (glucose.sh) S 29361 29363 29266 0 -1 4194304 313 8988 0 0 0 0 198 8 16 0 1 0 153685809 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29363/statm: 1340 238 195 169 0 51 0
[pid=29366] ppid=29363 vsize=26520 CPUtime=10.61
/proc/29366/stat : 29366 (glucose_static) R 29363 29363 29266 0 -1 4194304 6413 0 0 0 1056 5 0 0 25 0 1 0 153686016 27156480 6377 1992294400 134512640 135217611 4294956288 18446744073709551615 134538561 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/29366/statm: 6630 6377 77 172 0 6455 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 31880

[startup+25.5015 s]
/proc/loadavg: 0.97 0.97 0.99 2/66 29366
/proc/meminfo: memFree=1576808/2055920 swapFree=4178716/4192956
[pid=29363] ppid=29361 vsize=5360 CPUtime=2.06
/proc/29363/stat : 29363 (glucose.sh) S 29361 29363 29266 0 -1 4194304 313 8988 0 0 0 0 198 8 16 0 1 0 153685809 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29363/statm: 1340 238 195 169 0 51 0
[pid=29366] ppid=29363 vsize=30448 CPUtime=23.4
/proc/29366/stat : 29366 (glucose_static) R 29363 29363 29266 0 -1 4194304 7392 0 0 0 2334 6 0 0 25 0 1 0 153686016 31178752 7356 1992294400 134512640 135217611 4294956288 18446744073709551615 134533609 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/29366/statm: 7612 7356 77 172 0 7437 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 35808

[startup+51.102 s]
/proc/loadavg: 0.98 0.97 0.99 2/66 29366
/proc/meminfo: memFree=1574184/2055920 swapFree=4178716/4192956
[pid=29363] ppid=29361 vsize=5360 CPUtime=2.06
/proc/29363/stat : 29363 (glucose.sh) S 29361 29363 29266 0 -1 4194304 313 8988 0 0 0 0 198 8 16 0 1 0 153685809 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29363/statm: 1340 238 195 169 0 51 0
[pid=29366] ppid=29363 vsize=33408 CPUtime=48.97
/proc/29366/stat : 29366 (glucose_static) R 29363 29363 29266 0 -1 4194304 8077 0 0 0 4891 6 0 0 25 0 1 0 153686016 34209792 8041 1992294400 134512640 135217611 4294956288 18446744073709551615 134532912 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/29366/statm: 8352 8041 77 172 0 8177 0
Current children cumulated CPU time (s) 51.03
Current children cumulated vsize (KiB) 38768

[startup+102.307 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 29366
/proc/meminfo: memFree=1566120/2055920 swapFree=4178716/4192956
[pid=29363] ppid=29361 vsize=5360 CPUtime=2.06
/proc/29363/stat : 29363 (glucose.sh) S 29361 29363 29266 0 -1 4194304 313 8988 0 0 0 0 198 8 16 0 1 0 153685809 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29363/statm: 1340 238 195 169 0 51 0
[pid=29366] ppid=29363 vsize=41860 CPUtime=100.13
/proc/29366/stat : 29366 (glucose_static) R 29363 29363 29266 0 -1 4194304 10096 0 0 0 10005 8 0 0 25 0 1 0 153686016 42864640 10060 1992294400 134512640 135217611 4294956288 18446744073709551615 134527845 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/29366/statm: 10465 10060 77 172 0 10290 0
Current children cumulated CPU time (s) 102.19
Current children cumulated vsize (KiB) 47220

[startup+162.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 29366
/proc/meminfo: memFree=1559656/2055920 swapFree=4178716/4192956
[pid=29363] ppid=29361 vsize=5360 CPUtime=2.06
/proc/29363/stat : 29363 (glucose.sh) S 29361 29363 29266 0 -1 4194304 313 8988 0 0 0 0 198 8 16 0 1 0 153685809 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29363/statm: 1340 238 195 169 0 51 0
[pid=29366] ppid=29363 vsize=48400 CPUtime=160.09
/proc/29366/stat : 29366 (glucose_static) R 29363 29363 29266 0 -1 4194304 11673 0 0 0 16000 9 0 0 25 0 1 0 153686016 49561600 11637 1992294400 134512640 135217611 4294956288 18446744073709551615 134532912 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/29366/statm: 12100 11637 77 172 0 11925 0
Current children cumulated CPU time (s) 162.15
Current children cumulated vsize (KiB) 53760

[startup+222.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 29366
/proc/meminfo: memFree=1557160/2055920 swapFree=4178716/4192956
[pid=29363] ppid=29361 vsize=5360 CPUtime=2.06
/proc/29363/stat : 29363 (glucose.sh) S 29361 29363 29266 0 -1 4194304 313 8988 0 0 0 0 198 8 16 0 1 0 153685809 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29363/statm: 1340 238 195 169 0 51 0
[pid=29366] ppid=29363 vsize=51032 CPUtime=220.06
/proc/29366/stat : 29366 (glucose_static) R 29363 29363 29266 0 -1 4194304 12292 0 0 0 21997 9 0 0 25 0 1 0 153686016 52256768 12256 1992294400 134512640 135217611 4294956288 18446744073709551615 134527815 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/29366/statm: 12758 12256 77 172 0 12583 0
Current children cumulated CPU time (s) 222.12
Current children cumulated vsize (KiB) 56392

[startup+282.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 29366
/proc/meminfo: memFree=1551336/2055920 swapFree=4178716/4192956
[pid=29363] ppid=29361 vsize=5360 CPUtime=2.06
/proc/29363/stat : 29363 (glucose.sh) S 29361 29363 29266 0 -1 4194304 313 8988 0 0 0 0 198 8 16 0 1 0 153685809 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29363/statm: 1340 238 195 169 0 51 0
[pid=29366] ppid=29363 vsize=56908 CPUtime=280.03
/proc/29366/stat : 29366 (glucose_static) R 29363 29363 29266 0 -1 4194304 13757 0 0 0 27992 11 0 0 25 0 1 0 153686016 58273792 13721 1992294400 134512640 135217611 4294956288 18446744073709551615 134522710 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/29366/statm: 14227 13721 77 172 0 14052 0
Current children cumulated CPU time (s) 282.09
Current children cumulated vsize (KiB) 62268

[startup+342.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 29366
/proc/meminfo: memFree=1548456/2055920 swapFree=4178716/4192956
[pid=29363] ppid=29361 vsize=5360 CPUtime=2.06
/proc/29363/stat : 29363 (glucose.sh) S 29361 29363 29266 0 -1 4194304 313 8988 0 0 0 0 198 8 16 0 1 0 153685809 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29363/statm: 1340 238 195 169 0 51 0
[pid=29366] ppid=29363 vsize=59932 CPUtime=339.99
/proc/29366/stat : 29366 (glucose_static) R 29363 29363 29266 0 -1 4194304 14480 0 0 0 33988 11 0 0 25 0 1 0 153686016 61370368 14444 1992294400 134512640 135217611 4294956288 18446744073709551615 134533146 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/29366/statm: 14983 14444 77 172 0 14808 0
Current children cumulated CPU time (s) 342.05
Current children cumulated vsize (KiB) 65292

[startup+402.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 29366
/proc/meminfo: memFree=1547816/2055920 swapFree=4178716/4192956
[pid=29363] ppid=29361 vsize=5360 CPUtime=2.06
/proc/29363/stat : 29363 (glucose.sh) S 29361 29363 29266 0 -1 4194304 313 8988 0 0 0 0 198 8 16 0 1 0 153685809 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29363/statm: 1340 238 195 169 0 51 0
[pid=29366] ppid=29363 vsize=60764 CPUtime=399.98
/proc/29366/stat : 29366 (glucose_static) R 29363 29363 29266 0 -1 4194304 14642 0 0 0 39986 12 0 0 25 0 1 0 153686016 62222336 14606 1992294400 134512640 135217611 4294956288 18446744073709551615 134533155 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/29366/statm: 15191 14606 77 172 0 15016 0
Current children cumulated CPU time (s) 402.04
Current children cumulated vsize (KiB) 66124

[startup+462.302 s]
/proc/loadavg: 1.03 0.99 0.99 2/66 29366
/proc/meminfo: memFree=1543336/2055920 swapFree=4178716/4192956
[pid=29363] ppid=29361 vsize=5360 CPUtime=2.06
/proc/29363/stat : 29363 (glucose.sh) S 29361 29363 29266 0 -1 4194304 313 8988 0 0 0 0 198 8 16 0 1 0 153685809 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29363/statm: 1340 238 195 169 0 51 0
[pid=29366] ppid=29363 vsize=65592 CPUtime=459.95
/proc/29366/stat : 29366 (glucose_static) R 29363 29363 29266 0 -1 4194304 15766 0 0 0 45982 13 0 0 25 0 1 0 153686016 67166208 15730 1992294400 134512640 135217611 4294956288 18446744073709551615 134542477 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/29366/statm: 16398 15730 77 172 0 16223 0
Current children cumulated CPU time (s) 462.01
Current children cumulated vsize (KiB) 70952

[startup+522.302 s]
/proc/loadavg: 1.05 1.00 1.00 2/66 29366
/proc/meminfo: memFree=1542376/2055920 swapFree=4178716/4192956
[pid=29363] ppid=29361 vsize=5360 CPUtime=2.06
/proc/29363/stat : 29363 (glucose.sh) S 29361 29363 29266 0 -1 4194304 313 8988 0 0 0 0 198 8 16 0 1 0 153685809 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29363/statm: 1340 238 195 169 0 51 0
[pid=29366] ppid=29363 vsize=66508 CPUtime=519.92
/proc/29366/stat : 29366 (glucose_static) R 29363 29363 29266 0 -1 4194304 15994 0 0 0 51979 13 0 0 25 0 1 0 153686016 68104192 15958 1992294400 134512640 135217611 4294956288 18446744073709551615 134528187 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/29366/statm: 16627 15958 77 172 0 16452 0
Current children cumulated CPU time (s) 521.98
Current children cumulated vsize (KiB) 71868

[startup+582.303 s]
/proc/loadavg: 1.13 1.03 1.01 2/66 29366
/proc/meminfo: memFree=1541416/2055920 swapFree=4178716/4192956
[pid=29363] ppid=29361 vsize=5360 CPUtime=2.06
/proc/29363/stat : 29363 (glucose.sh) S 29361 29363 29266 0 -1 4194304 313 8988 0 0 0 0 198 8 16 0 1 0 153685809 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29363/statm: 1340 238 195 169 0 51 0
[pid=29366] ppid=29363 vsize=67708 CPUtime=579.89
/proc/29366/stat : 29366 (glucose_static) R 29363 29363 29266 0 -1 4194304 16248 0 0 0 57976 13 0 0 25 0 1 0 153686016 69332992 16212 1992294400 134512640 135217611 4294956288 18446744073709551615 134532736 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/29366/statm: 16927 16212 77 172 0 16752 0
Current children cumulated CPU time (s) 581.95
Current children cumulated vsize (KiB) 73068

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

[startup+588.702 s]
/proc/loadavg: 1.12 1.03 1.00 2/66 29366
/proc/meminfo: memFree=1541416/2055920 swapFree=4178716/4192956
[pid=29363] ppid=29361 vsize=5360 CPUtime=2.06
/proc/29363/stat : 29363 (glucose.sh) S 29361 29363 29266 0 -1 4194304 313 8988 0 0 0 0 198 8 16 0 1 0 153685809 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29363/statm: 1340 238 195 169 0 51 0
[pid=29366] ppid=29363 vsize=67708 CPUtime=586.29
/proc/29366/stat : 29366 (glucose_static) R 29363 29363 29266 0 -1 4194304 16248 0 0 0 58616 13 0 0 25 0 1 0 153686016 69332992 16212 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/29366/statm: 16927 16212 77 172 0 16752 0
Current children cumulated CPU time (s) 588.35
Current children cumulated vsize (KiB) 73068

[startup+614.302 s]
/proc/loadavg: 1.07 1.02 1.00 2/66 29366
/proc/meminfo: memFree=1535976/2055920 swapFree=4178716/4192956
[pid=29363] ppid=29361 vsize=5360 CPUtime=2.06
/proc/29363/stat : 29363 (glucose.sh) S 29361 29363 29266 0 -1 4194304 313 8988 0 0 0 0 198 8 16 0 1 0 153685809 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29363/statm: 1340 238 195 169 0 51 0
[pid=29366] ppid=29363 vsize=73132 CPUtime=611.87
/proc/29366/stat : 29366 (glucose_static) R 29363 29363 29266 0 -1 4194304 17594 0 0 0 61173 14 0 0 25 0 1 0 153686016 74887168 17558 1992294400 134512640 135217611 4294956288 18446744073709551615 134537625 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/29366/statm: 18283 17558 77 172 0 18108 0
Current children cumulated CPU time (s) 613.93
Current children cumulated vsize (KiB) 78492

[startup+627.101 s]
/proc/loadavg: 1.06 1.02 1.00 2/66 29366
/proc/meminfo: memFree=1535912/2055920 swapFree=4178716/4192956
[pid=29363] ppid=29361 vsize=5360 CPUtime=2.06
/proc/29363/stat : 29363 (glucose.sh) S 29361 29363 29266 0 -1 4194304 313 8988 0 0 0 0 198 8 16 0 1 0 153685809 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29363/statm: 1340 238 195 169 0 51 0
[pid=29366] ppid=29363 vsize=73240 CPUtime=624.66
/proc/29366/stat : 29366 (glucose_static) R 29363 29363 29266 0 -1 4194304 17612 0 0 0 62452 14 0 0 25 0 1 0 153686016 74997760 17576 1992294400 134512640 135217611 4294956288 18446744073709551615 134721212 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/29366/statm: 18310 17576 77 172 0 18135 0
Current children cumulated CPU time (s) 626.72
Current children cumulated vsize (KiB) 78600

[startup+633.502 s]
/proc/loadavg: 1.05 1.02 1.00 2/66 29366
/proc/meminfo: memFree=1535912/2055920 swapFree=4178716/4192956
[pid=29363] ppid=29361 vsize=5360 CPUtime=2.06
/proc/29363/stat : 29363 (glucose.sh) S 29361 29363 29266 0 -1 4194304 313 8988 0 0 0 0 198 8 16 0 1 0 153685809 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29363/statm: 1340 238 195 169 0 51 0
[pid=29366] ppid=29363 vsize=73104 CPUtime=631.06
/proc/29366/stat : 29366 (glucose_static) R 29363 29363 29266 0 -1 4194304 17612 0 0 0 63092 14 0 0 25 0 1 0 153686016 74858496 17570 1992294400 134512640 135217611 4294956288 18446744073709551615 134533770 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/29366/statm: 18276 17570 77 172 0 18101 0
Current children cumulated CPU time (s) 633.12
Current children cumulated vsize (KiB) 78464

[startup+636.701 s]
/proc/loadavg: 1.05 1.02 1.00 2/66 29366
/proc/meminfo: memFree=1535912/2055920 swapFree=4178716/4192956
[pid=29363] ppid=29361 vsize=5360 CPUtime=2.06
/proc/29363/stat : 29363 (glucose.sh) S 29361 29363 29266 0 -1 4194304 313 8988 0 0 0 0 198 8 16 0 1 0 153685809 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29363/statm: 1340 238 195 169 0 51 0
[pid=29366] ppid=29363 vsize=73104 CPUtime=634.26
/proc/29366/stat : 29366 (glucose_static) R 29363 29363 29266 0 -1 4194304 17612 0 0 0 63412 14 0 0 25 0 1 0 153686016 74858496 17570 1992294400 134512640 135217611 4294956288 18446744073709551615 134533263 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/29366/statm: 18276 17570 77 172 0 18101 0
Current children cumulated CPU time (s) 636.32
Current children cumulated vsize (KiB) 78464

[startup+637.503 s]
/proc/loadavg: 1.05 1.02 1.00 2/66 29366
/proc/meminfo: memFree=1535912/2055920 swapFree=4178716/4192956
[pid=29363] ppid=29361 vsize=5360 CPUtime=2.06
/proc/29363/stat : 29363 (glucose.sh) S 29361 29363 29266 0 -1 4194304 313 8988 0 0 0 0 198 8 16 0 1 0 153685809 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29363/statm: 1340 238 195 169 0 51 0
[pid=29366] ppid=29363 vsize=73104 CPUtime=635.05
/proc/29366/stat : 29366 (glucose_static) R 29363 29363 29266 0 -1 4194304 17612 0 0 0 63491 14 0 0 25 0 1 0 153686016 74858496 17570 1992294400 134512640 135217611 4294956288 18446744073709551615 134538135 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/29366/statm: 18276 17570 77 172 0 18101 0
Current children cumulated CPU time (s) 637.11
Current children cumulated vsize (KiB) 78464

[startup+637.903 s]
/proc/loadavg: 1.05 1.02 1.00 2/66 29366
/proc/meminfo: memFree=1535912/2055920 swapFree=4178716/4192956
[pid=29363] ppid=29361 vsize=5360 CPUtime=2.06
/proc/29363/stat : 29363 (glucose.sh) S 29361 29363 29266 0 -1 4194304 313 8988 0 0 0 0 198 8 16 0 1 0 153685809 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29363/statm: 1340 238 195 169 0 51 0
[pid=29366] ppid=29363 vsize=73104 CPUtime=635.45
/proc/29366/stat : 29366 (glucose_static) R 29363 29363 29266 0 -1 4194304 17612 0 0 0 63531 14 0 0 25 0 1 0 153686016 74858496 17570 1992294400 134512640 135217611 4294956288 18446744073709551615 134536783 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/29366/statm: 18276 17570 77 172 0 18101 0
Current children cumulated CPU time (s) 637.51
Current children cumulated vsize (KiB) 78464

[startup+638.103 s]
/proc/loadavg: 1.05 1.02 1.00 2/66 29366
/proc/meminfo: memFree=1535912/2055920 swapFree=4178716/4192956
[pid=29363] ppid=29361 vsize=5360 CPUtime=2.06
/proc/29363/stat : 29363 (glucose.sh) S 29361 29363 29266 0 -1 4194304 313 8988 0 0 0 0 198 8 16 0 1 0 153685809 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29363/statm: 1340 238 195 169 0 51 0
[pid=29366] ppid=29363 vsize=73104 CPUtime=635.65
/proc/29366/stat : 29366 (glucose_static) R 29363 29363 29266 0 -1 4194304 17612 0 0 0 63551 14 0 0 25 0 1 0 153686016 74858496 17570 1992294400 134512640 135217611 4294956288 18446744073709551615 134539564 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/29366/statm: 18276 17570 77 172 0 18101 0
Current children cumulated CPU time (s) 637.71
Current children cumulated vsize (KiB) 78464

[startup+638.203 s]
/proc/loadavg: 1.05 1.02 1.00 2/66 29366
/proc/meminfo: memFree=1535912/2055920 swapFree=4178716/4192956
[pid=29363] ppid=29361 vsize=5360 CPUtime=2.06
/proc/29363/stat : 29363 (glucose.sh) S 29361 29363 29266 0 -1 4194304 313 8988 0 0 0 0 198 8 16 0 1 0 153685809 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29363/statm: 1340 238 195 169 0 51 0
[pid=29366] ppid=29363 vsize=73104 CPUtime=635.75
/proc/29366/stat : 29366 (glucose_static) R 29363 29363 29266 0 -1 4194304 17612 0 0 0 63561 14 0 0 25 0 1 0 153686016 74858496 17570 1992294400 134512640 135217611 4294956288 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/29366/statm: 18276 17570 77 172 0 18101 0
Current children cumulated CPU time (s) 637.81
Current children cumulated vsize (KiB) 78464

Child status: 20
Real time (s): 638.262
CPU time (s): 637.888
CPU user time (s): 637.637
CPU system time (s): 0.250961
CPU usage (%): 99.9415
Max. virtual memory (cumulated for all children) (KiB): 78600

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 637.637
system time used= 0.250961
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 27079
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38
involuntary context switches= 1685

runsolver used 0.491925 second user time and 1.83772 second system time

The end

Launcher Data

Begin job on node10 at 2009-05-02 11:28:42
IDJOB=1773204
IDBENCH=20573
IDSOLVER=610
FILE ID=node10/1773204-1241256521
PBS_JOBID= 9224924
Free space on /tmp= 66552 MiB

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

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

MD5SUM BENCH= 9158de01004aff62af67cbb9db5bcbbb
RANDOM SEED=1613280569

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:       1612568 kB
Buffers:         72192 kB
Cached:         274064 kB
SwapCached:       8024 kB
Active:          75072 kB
Inactive:       280852 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1612568 kB
SwapTotal:     4192956 kB
SwapFree:      4178716 kB
Dirty:            6360 kB
Writeback:           0 kB
Mapped:          13460 kB
Slab:            73508 kB
Committed_AS:   681580 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= 66552 MiB
End job on node10 at 2009-05-02 11:39:20