Trace number 1773224

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 2342.65 2343.79

General information on the benchmark

Nameindustrial/vliw_unsat_2.0/
9dlx_vliw_at_b_iq5.cnf
MD5SUM79c983ee7a6671238604da3040f85341
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1440.74
Satisfiable
(Un)Satisfiability was proved
Number of variables151669
Number of clauses2465731
Sum of the clauses size7141423
Maximum clause length150
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 22309834
Number of clauses of size 335167
Number of clauses of size 45995
Number of clauses of size 511790
Number of clauses of size over 5102944

Solver Data

0.00/0.00	c
0.00/0.00	c Starting SatElite Preprocessing
0.00/0.00	c
0.00/0.00	c Parsing...
1.79/1.86	c ==============================================================================
1.79/1.86	c |           |     ORIGINAL     |              LEARNT              |          |
1.79/1.86	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
1.79/1.86	c ==============================================================================
1.79/1.86	c |         0 | 2465730  7141422 |  739718       0        0     nan |  0.000 % |
21.18/21.28	c |         0 | 2391111  7388117 |      --       0       --      -- |     --   | -74473/249552
21.18/21.28	c ==============================================================================
21.18/21.28	c Result  :   #vars: 120317   #clauses: 2391111   #literals: 7388117
21.18/21.28	c CPU time:   20.8138 s
21.18/21.28	c ==============================================================================
23.58/23.61	c
23.58/23.61	c Starting glucose
23.58/23.61	c
23.58/23.61	
23.58/23.61	c This is glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
23.58/23.61	
23.58/23.61	c ============================[ Problem Statistics ]=============================
23.58/23.61	c |                                                                             |
23.58/23.61	c |  Number of variables:  120317                                               |
23.58/23.61	c |  Number of clauses:    2391111                                              |
25.07/25.16	c |  Parsing time:         1.37         s                                       |
2342.54/2343.71	c restarts              : 6146
2342.54/2343.71	c nb ReduceDB           : 59
2342.54/2343.71	c nb learnts DL2        : 4211
2342.54/2343.71	c nb learnts size 2     : 3966
2342.54/2343.71	c nb learnts size 1     : 36
2342.54/2343.71	c conflicts             : 2947349        (1271 /sec)
2342.54/2343.71	c decisions             : 64906242       (0.79 % random) (27994 /sec)
2342.54/2343.71	c propagations          : 3309768636     (1427485 /sec)
2342.54/2343.71	c conflict literals     : 209789022      (56.31 % deleted)
2342.54/2343.71	c Memory used           : 217.04 MB
2342.54/2343.71	c CPU time              : 2318.6 s
2342.54/2343.71	
2342.54/2343.74	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-1773224-1241256840/watcher-1773224-1241256840 -o /tmp/evaluation-result-1773224-1241256840/solver-1773224-1241256840 -C 10000 -W 12000 -M 1800 glucose.sh HOME/instance-1773224-1241256840.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 10000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 10030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 12000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.99 0.97 0.98 2/64 25250
/proc/meminfo: memFree=1069320/2055920 swapFree=4180748/4192956
[pid=25250] ppid=25248 vsize=5360 CPUtime=0
/proc/25250/stat : 25250 (glucose.sh) R 25248 25250 25182 0 -1 4194304 268 0 0 0 0 0 0 0 18 0 1 0 153717850 5488640 235 1992294400 4194304 4889804 548682068816 18446744073709551615 238487661215 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/25250/statm: 1340 235 194 169 0 51 0
[pid=25251] ppid=25250 vsize=1140 CPUtime=0
/proc/25251/stat : 25251 (SatELite_releas) R 25250 25250 25182 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 153717851 1167360 127 1992294400 134512640 135225430 4294956176 18446744073709551615 134717494 0 0 4096 3 0 0 0 17 0 0 0
/proc/25251/statm: 285 127 50 174 0 108 0

[startup+0.00749588 s]
/proc/loadavg: 0.99 0.97 0.98 2/64 25250
/proc/meminfo: memFree=1069320/2055920 swapFree=4180748/4192956
[pid=25250] ppid=25248 vsize=5360 CPUtime=0
/proc/25250/stat : 25250 (glucose.sh) S 25248 25250 25182 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 153717850 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25250/statm: 1340 236 195 169 0 51 0
[pid=25251] ppid=25250 vsize=1416 CPUtime=0
/proc/25251/stat : 25251 (SatELite_releas) R 25250 25250 25182 0 -1 4194304 214 0 0 0 0 0 0 0 18 0 1 0 153717851 1449984 198 1992294400 134512640 135225430 4294956176 18446744073709551615 134717494 0 0 4096 3 0 0 0 17 0 0 0
/proc/25251/statm: 354 200 50 174 0 177 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 6776

[startup+0.101503 s]
/proc/loadavg: 0.99 0.97 0.98 2/64 25250
/proc/meminfo: memFree=1069320/2055920 swapFree=4180748/4192956
[pid=25250] ppid=25248 vsize=5360 CPUtime=0
/proc/25250/stat : 25250 (glucose.sh) S 25248 25250 25182 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 153717850 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25250/statm: 1340 236 195 169 0 51 0
[pid=25251] ppid=25250 vsize=10440 CPUtime=0.09
/proc/25251/stat : 25251 (SatELite_releas) R 25250 25250 25182 0 -1 4194304 2351 0 0 0 8 1 0 0 19 0 1 0 153717851 10690560 2335 1992294400 134512640 135225430 4294956176 18446744073709551615 134717494 0 0 4096 3 0 0 0 17 0 0 0
/proc/25251/statm: 2610 2335 50 174 0 2433 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 15800

[startup+0.301524 s]
/proc/loadavg: 0.99 0.97 0.98 2/64 25250
/proc/meminfo: memFree=1069320/2055920 swapFree=4180748/4192956
[pid=25250] ppid=25248 vsize=5360 CPUtime=0
/proc/25250/stat : 25250 (glucose.sh) S 25248 25250 25182 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 153717850 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25250/statm: 1340 236 195 169 0 51 0
[pid=25251] ppid=25250 vsize=28944 CPUtime=0.29
/proc/25251/stat : 25251 (SatELite_releas) R 25250 25250 25182 0 -1 4194304 6461 0 0 0 25 4 0 0 21 0 1 0 153717851 29638656 6445 1992294400 134512640 135225430 4294956176 18446744073709551615 134717494 0 0 4096 3 0 0 0 17 0 0 0
/proc/25251/statm: 7236 6446 50 174 0 7059 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 34304

[startup+0.701572 s]
/proc/loadavg: 0.99 0.97 0.98 2/64 25250
/proc/meminfo: memFree=1069320/2055920 swapFree=4180748/4192956
[pid=25250] ppid=25248 vsize=5360 CPUtime=0
/proc/25250/stat : 25250 (glucose.sh) S 25248 25250 25182 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 153717850 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25250/statm: 1340 236 195 169 0 51 0
[pid=25251] ppid=25250 vsize=67212 CPUtime=0.69
/proc/25251/stat : 25251 (SatELite_releas) R 25250 25250 25182 0 -1 4194304 14525 0 0 0 58 11 0 0 25 0 1 0 153717851 68825088 14509 1992294400 134512640 135225430 4294956176 18446744073709551615 134735534 0 0 4096 3 0 0 0 17 0 0 0
/proc/25251/statm: 16803 14510 50 174 0 16626 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 72572

[startup+1.5027 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 25252
/proc/meminfo: memFree=987384/2055920 swapFree=4180748/4192956
[pid=25250] ppid=25248 vsize=5360 CPUtime=0
/proc/25250/stat : 25250 (glucose.sh) S 25248 25250 25182 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 153717850 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25250/statm: 1340 236 195 169 0 51 0
[pid=25251] ppid=25250 vsize=138072 CPUtime=1.49
/proc/25251/stat : 25251 (SatELite_releas) R 25250 25250 25182 0 -1 4194304 29633 0 0 0 126 23 0 0 25 0 1 0 153717851 141385728 29617 1992294400 134512640 135225430 4294956176 18446744073709551615 134717494 0 0 4096 3 0 0 0 17 0 0 0
/proc/25251/statm: 34518 29617 50 174 0 34341 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 143432

[startup+3.10184 s]
/proc/loadavg: 1.07 0.99 0.98 2/66 25252
/proc/meminfo: memFree=881656/2055920 swapFree=4180748/4192956
[pid=25250] ppid=25248 vsize=5360 CPUtime=0
/proc/25250/stat : 25250 (glucose.sh) S 25248 25250 25182 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 153717850 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25250/statm: 1340 236 195 169 0 51 0
[pid=25251] ppid=25250 vsize=202388 CPUtime=3.09
/proc/25251/stat : 25251 (SatELite_releas) R 25250 25250 25182 0 -1 4194304 49476 0 0 0 274 35 0 0 25 0 1 0 153717851 207245312 44272 1992294400 134512640 135225430 4294956176 18446744073709551615 134549566 0 0 4096 3 0 0 0 17 0 0 0
/proc/25251/statm: 50597 44272 77 174 0 50420 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 207748

[startup+6.30121 s]
/proc/loadavg: 1.07 0.99 0.98 2/66 25252
/proc/meminfo: memFree=877880/2055920 swapFree=4180748/4192956
[pid=25250] ppid=25248 vsize=5360 CPUtime=0
/proc/25250/stat : 25250 (glucose.sh) S 25248 25250 25182 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 153717850 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25250/statm: 1340 236 195 169 0 51 0
[pid=25251] ppid=25250 vsize=228304 CPUtime=6.29
/proc/25251/stat : 25251 (SatELite_releas) R 25250 25250 25182 0 -1 4194304 53299 0 0 0 590 39 0 0 25 0 1 0 153717851 233783296 48095 1992294400 134512640 135225430 4294956176 18446744073709551615 134713823 0 0 4096 3 0 0 0 17 0 0 0
/proc/25251/statm: 57076 48095 77 174 0 56899 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 233664

[startup+12.7019 s]
/proc/loadavg: 1.06 0.99 0.98 2/66 25252
/proc/meminfo: memFree=848248/2055920 swapFree=4180748/4192956
[pid=25250] ppid=25248 vsize=5360 CPUtime=0
/proc/25250/stat : 25250 (glucose.sh) S 25248 25250 25182 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 153717850 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25250/statm: 1340 236 195 169 0 51 0
[pid=25251] ppid=25250 vsize=264364 CPUtime=12.69
/proc/25251/stat : 25251 (SatELite_releas) R 25250 25250 25182 0 -1 4194304 59791 0 0 0 1226 43 0 0 25 0 1 0 153717851 270708736 54176 1992294400 134512640 135225430 4294956176 18446744073709551615 134549603 0 0 4096 3 0 0 0 17 0 0 0
/proc/25251/statm: 66091 54176 77 174 0 65914 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 269724

[startup+25.5014 s]
/proc/loadavg: 1.05 0.99 0.98 2/66 25253
/proc/meminfo: memFree=875448/2055920 swapFree=4180748/4192956
[pid=25250] ppid=25248 vsize=5360 CPUtime=23.59
/proc/25250/stat : 25250 (glucose.sh) S 25248 25250 25182 0 -1 4194304 313 65008 0 0 0 0 2291 68 16 0 1 0 153717850 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25250/statm: 1340 238 195 169 0 51 0
[pid=25253] ppid=25250 vsize=145284 CPUtime=1.87
/proc/25253/stat : 25253 (glucose_static) R 25250 25250 25182 0 -1 4194304 34380 0 0 0 169 18 0 0 25 0 1 0 153720212 148770816 34344 1992294400 134512640 135217611 4294956288 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/25253/statm: 36321 34344 74 172 0 36146 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 150644

[startup+51.1013 s]
/proc/loadavg: 1.03 0.99 0.98 2/66 25253
/proc/meminfo: memFree=864952/2055920 swapFree=4180748/4192956
[pid=25250] ppid=25248 vsize=5360 CPUtime=23.59
/proc/25250/stat : 25250 (glucose.sh) S 25248 25250 25182 0 -1 4194304 313 65008 0 0 0 0 2291 68 16 0 1 0 153717850 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25250/statm: 1340 238 195 169 0 51 0
[pid=25253] ppid=25250 vsize=155440 CPUtime=27.46
/proc/25253/stat : 25253 (glucose_static) R 25250 25250 25182 0 -1 4194304 36863 0 0 0 2726 20 0 0 25 0 1 0 153720212 159170560 36827 1992294400 134512640 135217611 4294956288 18446744073709551615 134532638 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/25253/statm: 38860 36827 76 172 0 38685 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 160800

[startup+102.305 s]
/proc/loadavg: 1.01 0.99 0.98 2/66 25253
/proc/meminfo: memFree=856376/2055920 swapFree=4180748/4192956
[pid=25250] ppid=25248 vsize=5360 CPUtime=23.59
/proc/25250/stat : 25250 (glucose.sh) S 25248 25250 25182 0 -1 4194304 313 65008 0 0 0 0 2291 68 16 0 1 0 153717850 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25250/statm: 1340 238 195 169 0 51 0
[pid=25253] ppid=25250 vsize=163816 CPUtime=78.61
/proc/25253/stat : 25253 (glucose_static) R 25250 25250 25182 0 -1 4194304 38937 0 0 0 7839 22 0 0 25 0 1 0 153720212 167747584 38901 1992294400 134512640 135217611 4294956288 18446744073709551615 134527763 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/25253/statm: 40954 38901 76 172 0 40779 0
Current children cumulated CPU time (s) 102.2
Current children cumulated vsize (KiB) 169176

[startup+162.302 s]
/proc/loadavg: 1.00 0.99 0.98 2/66 25253
/proc/meminfo: memFree=855544/2055920 swapFree=4180748/4192956
[pid=25250] ppid=25248 vsize=5360 CPUtime=23.59
/proc/25250/stat : 25250 (glucose.sh) S 25248 25250 25182 0 -1 4194304 313 65008 0 0 0 0 2291 68 16 0 1 0 153717850 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25250/statm: 1340 238 195 169 0 51 0
[pid=25253] ppid=25250 vsize=164648 CPUtime=138.58
/proc/25253/stat : 25253 (glucose_static) R 25250 25250 25182 0 -1 4194304 39165 0 0 0 13836 22 0 0 25 0 1 0 153720212 168599552 39129 1992294400 134512640 135217611 4294956288 18446744073709551615 134532731 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/25253/statm: 41162 39129 76 172 0 40987 0
Current children cumulated CPU time (s) 162.17
Current children cumulated vsize (KiB) 170008

[startup+222.302 s]
/proc/loadavg: 1.00 0.99 0.98 2/66 25253
/proc/meminfo: memFree=852024/2055920 swapFree=4180748/4192956
[pid=25250] ppid=25248 vsize=5360 CPUtime=23.59
/proc/25250/stat : 25250 (glucose.sh) S 25248 25250 25182 0 -1 4194304 313 65008 0 0 0 0 2291 68 16 0 1 0 153717850 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25250/statm: 1340 238 195 169 0 51 0
[pid=25253] ppid=25250 vsize=168392 CPUtime=198.55
/proc/25253/stat : 25253 (glucose_static) R 25250 25250 25182 0 -1 4194304 40046 0 0 0 19832 23 0 0 25 0 1 0 153720212 172433408 40010 1992294400 134512640 135217611 4294956288 18446744073709551615 134533131 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/25253/statm: 42098 40010 76 172 0 41923 0
Current children cumulated CPU time (s) 222.14
Current children cumulated vsize (KiB) 173752

[startup+282.302 s]
/proc/loadavg: 1.00 0.99 0.98 2/66 25253
/proc/meminfo: memFree=850680/2055920 swapFree=4180748/4192956
[pid=25250] ppid=25248 vsize=5360 CPUtime=23.59
/proc/25250/stat : 25250 (glucose.sh) S 25248 25250 25182 0 -1 4194304 313 65008 0 0 0 0 2291 68 16 0 1 0 153717850 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25250/statm: 1340 238 195 169 0 51 0
[pid=25253] ppid=25250 vsize=169788 CPUtime=258.53
/proc/25253/stat : 25253 (glucose_static) R 25250 25250 25182 0 -1 4194304 40379 0 0 0 25829 24 0 0 25 0 1 0 153720212 173862912 40343 1992294400 134512640 135217611 4294956288 18446744073709551615 134536968 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/25253/statm: 42447 40343 76 172 0 42272 0
Current children cumulated CPU time (s) 282.12
Current children cumulated vsize (KiB) 175148

[startup+342.301 s]
/proc/loadavg: 1.00 0.99 0.98 2/66 25255
/proc/meminfo: memFree=845112/2055920 swapFree=4180748/4192956
[pid=25250] ppid=25248 vsize=5360 CPUtime=23.59
/proc/25250/stat : 25250 (glucose.sh) S 25248 25250 25182 0 -1 4194304 313 65008 0 0 0 0 2291 68 16 0 1 0 153717850 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25250/statm: 1340 238 195 169 0 51 0
[pid=25253] ppid=25250 vsize=175296 CPUtime=318.5
/proc/25253/stat : 25253 (glucose_static) R 25250 25250 25182 0 -1 4194304 41752 0 0 0 31826 24 0 0 25 0 1 0 153720212 179503104 41716 1992294400 134512640 135217611 4294956288 18446744073709551615 134532638 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/25253/statm: 43824 41716 76 172 0 43649 0
Current children cumulated CPU time (s) 342.09

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


[startup+1962.3 s]
/proc/loadavg: 1.00 0.99 0.98 2/66 25261
/proc/meminfo: memFree=805432/2055920 swapFree=4180748/4192956
[pid=25250] ppid=25248 vsize=5360 CPUtime=23.59
/proc/25250/stat : 25250 (glucose.sh) S 25248 25250 25182 0 -1 4194304 313 65008 0 0 0 0 2291 68 16 0 1 0 153717850 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25250/statm: 1340 238 195 169 0 51 0
[pid=25253] ppid=25250 vsize=215684 CPUtime=1937.75
/proc/25253/stat : 25253 (glucose_static) R 25250 25250 25182 0 -1 4194304 51655 0 0 0 193740 35 0 0 25 0 1 0 153720212 220860416 51619 1992294400 134512640 135217611 4294956288 18446744073709551615 134527815 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/25253/statm: 53921 51619 76 172 0 53746 0
Current children cumulated CPU time (s) 1961.34
Current children cumulated vsize (KiB) 221044

[startup+2022.3 s]
/proc/loadavg: 1.06 1.00 0.99 2/66 25261
/proc/meminfo: memFree=805176/2055920 swapFree=4180748/4192956
[pid=25250] ppid=25248 vsize=5360 CPUtime=23.59
/proc/25250/stat : 25250 (glucose.sh) S 25248 25250 25182 0 -1 4194304 313 65008 0 0 0 0 2291 68 16 0 1 0 153717850 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25250/statm: 1340 238 195 169 0 51 0
[pid=25253] ppid=25250 vsize=215972 CPUtime=1997.72
/proc/25253/stat : 25253 (glucose_static) R 25250 25250 25182 0 -1 4194304 51721 0 0 0 199737 35 0 0 25 0 1 0 153720212 221155328 51685 1992294400 134512640 135217611 4294956288 18446744073709551615 134537381 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/25253/statm: 53993 51685 76 172 0 53818 0
Current children cumulated CPU time (s) 2021.31
Current children cumulated vsize (KiB) 221332

[startup+2082.31 s]
/proc/loadavg: 1.02 1.00 0.99 2/66 25261
/proc/meminfo: memFree=804984/2055920 swapFree=4180748/4192956
[pid=25250] ppid=25248 vsize=5360 CPUtime=23.59
/proc/25250/stat : 25250 (glucose.sh) S 25248 25250 25182 0 -1 4194304 313 65008 0 0 0 0 2291 68 16 0 1 0 153717850 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25250/statm: 1340 238 195 169 0 51 0
[pid=25253] ppid=25250 vsize=216284 CPUtime=2057.69
/proc/25253/stat : 25253 (glucose_static) R 25250 25250 25182 0 -1 4194304 51776 0 0 0 205734 35 0 0 25 0 1 0 153720212 221474816 51740 1992294400 134512640 135217611 4294956288 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/25253/statm: 54071 51740 76 172 0 53896 0
Current children cumulated CPU time (s) 2081.28
Current children cumulated vsize (KiB) 221644

[startup+2142.3 s]
/proc/loadavg: 1.01 1.00 0.99 2/66 25261
/proc/meminfo: memFree=803320/2055920 swapFree=4180748/4192956
[pid=25250] ppid=25248 vsize=5360 CPUtime=23.59
/proc/25250/stat : 25250 (glucose.sh) S 25248 25250 25182 0 -1 4194304 313 65008 0 0 0 0 2291 68 16 0 1 0 153717850 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25250/statm: 1340 238 195 169 0 51 0
[pid=25253] ppid=25250 vsize=217892 CPUtime=2117.67
/proc/25253/stat : 25253 (glucose_static) R 25250 25250 25182 0 -1 4194304 52200 0 0 0 211731 36 0 0 25 0 1 0 153720212 223121408 52164 1992294400 134512640 135217611 4294956288 18446744073709551615 134532840 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/25253/statm: 54473 52164 76 172 0 54298 0
Current children cumulated CPU time (s) 2141.26
Current children cumulated vsize (KiB) 223252

[startup+2202.3 s]
/proc/loadavg: 1.00 1.00 0.99 2/66 25261
/proc/meminfo: memFree=801400/2055920 swapFree=4180748/4192956
[pid=25250] ppid=25248 vsize=5360 CPUtime=23.59
/proc/25250/stat : 25250 (glucose.sh) S 25248 25250 25182 0 -1 4194304 313 65008 0 0 0 0 2291 68 16 0 1 0 153717850 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25250/statm: 1340 238 195 169 0 51 0
[pid=25253] ppid=25250 vsize=219872 CPUtime=2177.64
/proc/25253/stat : 25253 (glucose_static) R 25250 25250 25182 0 -1 4194304 52667 0 0 0 217728 36 0 0 25 0 1 0 153720212 225148928 52631 1992294400 134512640 135217611 4294956288 18446744073709551615 134533150 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/25253/statm: 54968 52631 76 172 0 54793 0
Current children cumulated CPU time (s) 2201.23
Current children cumulated vsize (KiB) 225232

[startup+2262.3 s]
/proc/loadavg: 1.00 1.00 0.99 2/66 25261
/proc/meminfo: memFree=801400/2055920 swapFree=4180748/4192956
[pid=25250] ppid=25248 vsize=5360 CPUtime=23.59
/proc/25250/stat : 25250 (glucose.sh) S 25248 25250 25182 0 -1 4194304 313 65008 0 0 0 0 2291 68 16 0 1 0 153717850 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25250/statm: 1340 238 195 169 0 51 0
[pid=25253] ppid=25250 vsize=219872 CPUtime=2237.58
/proc/25253/stat : 25253 (glucose_static) R 25250 25250 25182 0 -1 4194304 52667 0 0 0 223722 36 0 0 25 0 1 0 153720212 225148928 52631 1992294400 134512640 135217611 4294956288 18446744073709551615 134527815 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/25253/statm: 54968 52631 76 172 0 54793 0
Current children cumulated CPU time (s) 2261.17
Current children cumulated vsize (KiB) 225232

[startup+2322.3 s]
/proc/loadavg: 1.00 1.00 0.99 2/66 25261
/proc/meminfo: memFree=798904/2055920 swapFree=4180748/4192956
[pid=25250] ppid=25248 vsize=5360 CPUtime=23.59
/proc/25250/stat : 25250 (glucose.sh) S 25248 25250 25182 0 -1 4194304 313 65008 0 0 0 0 2291 68 16 0 1 0 153717850 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25250/statm: 1340 238 195 169 0 51 0
[pid=25253] ppid=25250 vsize=222248 CPUtime=2297.56
/proc/25253/stat : 25253 (glucose_static) R 25250 25250 25182 0 -1 4194304 53295 0 0 0 229719 37 0 0 25 0 1 0 153720212 227581952 53259 1992294400 134512640 135217611 4294956288 18446744073709551615 134527815 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/25253/statm: 55562 53259 76 172 0 55387 0
Current children cumulated CPU time (s) 2321.15
Current children cumulated vsize (KiB) 227608

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

[startup+2329.5 s]
/proc/loadavg: 1.00 1.00 0.99 2/66 25261
/proc/meminfo: memFree=798904/2055920 swapFree=4180748/4192956
[pid=25250] ppid=25248 vsize=5360 CPUtime=23.59
/proc/25250/stat : 25250 (glucose.sh) S 25248 25250 25182 0 -1 4194304 313 65008 0 0 0 0 2291 68 16 0 1 0 153717850 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25250/statm: 1340 238 195 169 0 51 0
[pid=25253] ppid=25250 vsize=222248 CPUtime=2304.76
/proc/25253/stat : 25253 (glucose_static) R 25250 25250 25182 0 -1 4194304 53295 0 0 0 230439 37 0 0 25 0 1 0 153720212 227581952 53259 1992294400 134512640 135217611 4294956288 18446744073709551615 134533631 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/25253/statm: 55562 53259 76 172 0 55387 0
Current children cumulated CPU time (s) 2328.35
Current children cumulated vsize (KiB) 227608

[startup+2335.9 s]
/proc/loadavg: 1.00 1.00 0.99 2/66 25261
/proc/meminfo: memFree=798840/2055920 swapFree=4180748/4192956
[pid=25250] ppid=25248 vsize=5360 CPUtime=23.59
/proc/25250/stat : 25250 (glucose.sh) S 25248 25250 25182 0 -1 4194304 313 65008 0 0 0 0 2291 68 16 0 1 0 153717850 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25250/statm: 1340 238 195 169 0 51 0
[pid=25253] ppid=25250 vsize=222248 CPUtime=2311.16
/proc/25253/stat : 25253 (glucose_static) R 25250 25250 25182 0 -1 4194304 53295 0 0 0 231079 37 0 0 25 0 1 0 153720212 227581952 53259 1992294400 134512640 135217611 4294956288 18446744073709551615 134533778 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/25253/statm: 55562 53259 76 172 0 55387 0
Current children cumulated CPU time (s) 2334.75
Current children cumulated vsize (KiB) 227608

[startup+2339.1 s]
/proc/loadavg: 1.00 1.00 0.99 2/66 25261
/proc/meminfo: memFree=798840/2055920 swapFree=4180748/4192956
[pid=25250] ppid=25248 vsize=5360 CPUtime=23.59
/proc/25250/stat : 25250 (glucose.sh) S 25248 25250 25182 0 -1 4194304 313 65008 0 0 0 0 2291 68 16 0 1 0 153717850 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25250/statm: 1340 238 195 169 0 51 0
[pid=25253] ppid=25250 vsize=222248 CPUtime=2314.35
/proc/25253/stat : 25253 (glucose_static) R 25250 25250 25182 0 -1 4194304 53295 0 0 0 231398 37 0 0 25 0 1 0 153720212 227581952 53259 1992294400 134512640 135217611 4294956288 18446744073709551615 134528224 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/25253/statm: 55562 53259 76 172 0 55387 0
Current children cumulated CPU time (s) 2337.94
Current children cumulated vsize (KiB) 227608

[startup+2342.3 s]
/proc/loadavg: 1.00 1.00 0.99 2/66 25261
/proc/meminfo: memFree=798840/2055920 swapFree=4180748/4192956
[pid=25250] ppid=25248 vsize=5360 CPUtime=23.59
/proc/25250/stat : 25250 (glucose.sh) S 25248 25250 25182 0 -1 4194304 313 65008 0 0 0 0 2291 68 16 0 1 0 153717850 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25250/statm: 1340 238 195 169 0 51 0
[pid=25253] ppid=25250 vsize=222248 CPUtime=2317.55
/proc/25253/stat : 25253 (glucose_static) R 25250 25250 25182 0 -1 4194304 53295 0 0 0 231718 37 0 0 25 0 1 0 153720212 227581952 53259 1992294400 134512640 135217611 4294956288 18446744073709551615 134522819 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/25253/statm: 55562 53259 76 172 0 55387 0
Current children cumulated CPU time (s) 2341.14
Current children cumulated vsize (KiB) 227608

[startup+2343.1 s]
/proc/loadavg: 1.00 1.00 0.99 2/66 25261
/proc/meminfo: memFree=798776/2055920 swapFree=4180748/4192956
[pid=25250] ppid=25248 vsize=5360 CPUtime=23.59
/proc/25250/stat : 25250 (glucose.sh) S 25248 25250 25182 0 -1 4194304 313 65008 0 0 0 0 2291 68 16 0 1 0 153717850 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25250/statm: 1340 238 195 169 0 51 0
[pid=25253] ppid=25250 vsize=222248 CPUtime=2318.35
/proc/25253/stat : 25253 (glucose_static) R 25250 25250 25182 0 -1 4194304 53295 0 0 0 231798 37 0 0 25 0 1 0 153720212 227581952 53259 1992294400 134512640 135217611 4294956288 18446744073709551615 134522819 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/25253/statm: 55562 53259 76 172 0 55387 0
Current children cumulated CPU time (s) 2341.94
Current children cumulated vsize (KiB) 227608

[startup+2343.5 s]
/proc/loadavg: 1.00 1.00 0.99 2/66 25261
/proc/meminfo: memFree=798776/2055920 swapFree=4180748/4192956
[pid=25250] ppid=25248 vsize=5360 CPUtime=23.59
/proc/25250/stat : 25250 (glucose.sh) S 25248 25250 25182 0 -1 4194304 313 65008 0 0 0 0 2291 68 16 0 1 0 153717850 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25250/statm: 1340 238 195 169 0 51 0
[pid=25253] ppid=25250 vsize=222248 CPUtime=2318.75
/proc/25253/stat : 25253 (glucose_static) R 25250 25250 25182 0 -1 4194304 53295 0 0 0 231838 37 0 0 25 0 1 0 153720212 227581952 53259 1992294400 134512640 135217611 4294956288 18446744073709551615 134532638 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/25253/statm: 55562 53259 76 172 0 55387 0
Current children cumulated CPU time (s) 2342.34
Current children cumulated vsize (KiB) 227608

[startup+2343.7 s]
/proc/loadavg: 1.00 1.00 0.99 2/66 25261
/proc/meminfo: memFree=798776/2055920 swapFree=4180748/4192956
[pid=25250] ppid=25248 vsize=5360 CPUtime=23.59
/proc/25250/stat : 25250 (glucose.sh) S 25248 25250 25182 0 -1 4194304 313 65008 0 0 0 0 2291 68 16 0 1 0 153717850 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25250/statm: 1340 238 195 169 0 51 0
[pid=25253] ppid=25250 vsize=222248 CPUtime=2318.95
/proc/25253/stat : 25253 (glucose_static) R 25250 25250 25182 0 -1 4194304 53295 0 0 0 231858 37 0 0 25 0 1 0 153720212 227581952 53259 1992294400 134512640 135217611 4294956288 18446744073709551615 134532748 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/25253/statm: 55562 53259 76 172 0 55387 0
Current children cumulated CPU time (s) 2342.54
Current children cumulated vsize (KiB) 227608

Child status: 20
Real time (s): 2343.79
CPU time (s): 2342.65
CPU user time (s): 2341.52
CPU system time (s): 1.13183
CPU usage (%): 99.9514
Max. virtual memory (cumulated for all children) (KiB): 270236

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

runsolver used 1.89571 second user time and 6.63299 second system time

The end

Launcher Data

Begin job on node23 at 2009-05-02 11:34:03
IDJOB=1773224
IDBENCH=20575
IDSOLVER=610
FILE ID=node23/1773224-1241256840
PBS_JOBID= 9224922
Free space on /tmp= 66392 MiB

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

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

MD5SUM BENCH= 79c983ee7a6671238604da3040f85341
RANDOM SEED=61625635

node23.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.238
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.238
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:       1069736 kB
Buffers:         86868 kB
Cached:         794520 kB
SwapCached:       6080 kB
Active:         119268 kB
Inactive:       770508 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1069736 kB
SwapTotal:     4192956 kB
SwapFree:      4180748 kB
Dirty:           52468 kB
Writeback:           0 kB
Mapped:          14076 kB
Slab:            82436 kB
Committed_AS:   718592 kB
PageTables:       1388 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= 66392 MiB
End job on node23 at 2009-05-02 12:13:07