Trace number 1720728

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 443.688 443.852

General information on the benchmark

Namemanol-pipe-c10nid_i.cnf
MD5SUM5845608382cee59cce4973c50f16416c
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark443.688
Satisfiable
(Un)Satisfiability was proved
Number of variables252516
Number of clauses750877
Sum of the clauses size1752045
Maximum clause length3
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2500584
Number of clauses of size 3250292
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c
0.00/0.00	c Starting SatElite Preprocessing
0.00/0.00	c
0.00/0.00	c Parsing...
0.69/0.70	c ==============================================================================
0.69/0.70	c |           |     ORIGINAL     |              LEARNT              |          |
0.69/0.70	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.69/0.70	c ==============================================================================
0.69/0.70	c |         0 |  750876  1752044 |  225262       0        0     nan |  0.000 % |
4.99/5.08	c |         0 |  320735  1252421 |      --       0       --      -- |     --   | -430139/-499618
4.99/5.08	c ==============================================================================
4.99/5.08	c Result  :   #vars: 41437   #clauses: 320735   #literals: 1252421
4.99/5.08	c CPU time:   4.81527 s
4.99/5.08	c ==============================================================================
5.49/5.54	c
5.49/5.54	c Starting glucose
5.49/5.54	c
5.49/5.54	
5.49/5.54	c This is glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
5.49/5.54	
5.49/5.54	c ============================[ Problem Statistics ]=============================
5.49/5.54	c |                                                                             |
5.49/5.54	c |  Number of variables:  41437                                                |
5.49/5.54	c |  Number of clauses:    320735                                               |
5.52/5.79	c |  Parsing time:         0.23         s                                       |
443.61/443.82	c restarts              : 1492
443.61/443.82	c nb ReduceDB           : 36
443.61/443.82	c nb learnts DL2        : 9602
443.61/443.82	c nb learnts size 2     : 1587
443.61/443.82	c nb learnts size 1     : 156
443.61/443.82	c conflicts             : 1381017        (3153 /sec)
443.61/443.82	c decisions             : 7038724        (1.49 % random) (16069 /sec)
443.61/443.82	c propagations          : 452301310      (1032570 /sec)
443.61/443.82	c conflict literals     : 30489021       (21.71 % deleted)
443.61/443.82	c Memory used           : 52.52 MB
443.61/443.82	c CPU time              : 438.034 s
443.61/443.82	
443.61/443.83	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-1720728-1240659337/watcher-1720728-1240659337 -o /tmp/evaluation-result-1720728-1240659337/solver-1720728-1240659337 -C 1200 -W 1800 -M 1800 --output-limit 1,15 glucose.sh HOME/instance-1720728-1240659337.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1800 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
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 16239
/proc/meminfo: memFree=1779864/2055920 swapFree=4181396/4192956
[pid=16239] ppid=16237 vsize=5360 CPUtime=0
/proc/16239/stat : 16239 (glucose.sh) S 16237 16239 15884 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 93966827 5488640 236 1992294400 4194304 4889804 548682068800 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16239/statm: 1340 236 195 169 0 51 0
[pid=16240] ppid=16239 vsize=1008 CPUtime=0
/proc/16240/stat : 16240 (SatELite_releas) R 16239 16239 15884 0 -1 4194304 140 0 0 0 0 0 0 0 20 0 1 0 93966827 1032192 124 1992294400 134512640 135225430 4294956160 18446744073709551615 134541632 0 0 4096 3 0 0 0 17 1 0 0
/proc/16240/statm: 285 125 50 174 0 108 0

[startup+0.017758 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 16239
/proc/meminfo: memFree=1779864/2055920 swapFree=4181396/4192956
[pid=16239] ppid=16237 vsize=5360 CPUtime=0
/proc/16239/stat : 16239 (glucose.sh) S 16237 16239 15884 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 93966827 5488640 236 1992294400 4194304 4889804 548682068800 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16239/statm: 1340 236 195 169 0 51 0
[pid=16240] ppid=16239 vsize=3208 CPUtime=0.01
/proc/16240/stat : 16240 (SatELite_releas) R 16239 16239 15884 0 -1 4194304 635 0 0 0 1 0 0 0 20 0 1 0 93966827 3284992 619 1992294400 134512640 135225430 4294956160 18446744073709551615 134735534 0 0 4096 3 0 0 0 17 1 0 0
/proc/16240/statm: 802 621 50 174 0 625 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 8568

[startup+0.102772 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 16239
/proc/meminfo: memFree=1779864/2055920 swapFree=4181396/4192956
[pid=16239] ppid=16237 vsize=5360 CPUtime=0
/proc/16239/stat : 16239 (glucose.sh) S 16237 16239 15884 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 93966827 5488640 236 1992294400 4194304 4889804 548682068800 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16239/statm: 1340 236 195 169 0 51 0
[pid=16240] ppid=16239 vsize=16868 CPUtime=0.08
/proc/16240/stat : 16240 (SatELite_releas) R 16239 16239 15884 0 -1 4194304 3640 0 0 0 7 1 0 0 20 0 1 0 93966827 17272832 3624 1992294400 134512640 135225430 4294956160 18446744073709551615 134717494 0 0 4096 3 0 0 0 17 1 0 0
/proc/16240/statm: 4217 3625 50 174 0 4040 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 22228

[startup+0.301805 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 16239
/proc/meminfo: memFree=1779864/2055920 swapFree=4181396/4192956
[pid=16239] ppid=16237 vsize=5360 CPUtime=0
/proc/16239/stat : 16239 (glucose.sh) S 16237 16239 15884 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 93966827 5488640 236 1992294400 4194304 4889804 548682068800 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16239/statm: 1340 236 195 169 0 51 0
[pid=16240] ppid=16239 vsize=42808 CPUtime=0.29
/proc/16240/stat : 16240 (SatELite_releas) R 16239 16239 15884 0 -1 4194304 10287 0 0 0 24 5 0 0 21 0 1 0 93966827 43835392 10271 1992294400 134512640 135225430 4294956160 18446744073709551615 134717494 0 0 4096 3 0 0 0 17 1 0 0
/proc/16240/statm: 10702 10272 50 174 0 10525 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 48168

[startup+0.702874 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 16239
/proc/meminfo: memFree=1779864/2055920 swapFree=4181396/4192956
[pid=16239] ppid=16237 vsize=5360 CPUtime=0
/proc/16239/stat : 16239 (glucose.sh) S 16237 16239 15884 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 93966827 5488640 236 1992294400 4194304 4889804 548682068800 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16239/statm: 1340 236 195 169 0 51 0
[pid=16240] ppid=16239 vsize=95156 CPUtime=0.69
/proc/16240/stat : 16240 (SatELite_releas) R 16239 16239 15884 0 -1 4194304 23150 0 0 0 57 12 0 0 24 0 1 0 93966827 97439744 23134 1992294400 134512640 135225430 4294956160 18446744073709551615 134548067 0 0 4096 3 0 0 0 17 1 0 0
/proc/16240/statm: 23789 23134 51 174 0 23612 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 100516

[startup+1.50201 s]
/proc/loadavg: 0.92 0.98 0.99 2/66 16241
/proc/meminfo: memFree=1676232/2055920 swapFree=4181396/4192956
[pid=16239] ppid=16237 vsize=5360 CPUtime=0
/proc/16239/stat : 16239 (glucose.sh) S 16237 16239 15884 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 93966827 5488640 236 1992294400 4194304 4889804 548682068800 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16239/statm: 1340 236 195 169 0 51 0
[pid=16240] ppid=16239 vsize=109980 CPUtime=1.49
/proc/16240/stat : 16240 (SatELite_releas) R 16239 16239 15884 0 -1 4194304 28138 0 0 0 132 17 0 0 25 0 1 0 93966827 112619520 26036 1992294400 134512640 135225430 4294956160 18446744073709551615 134587351 0 0 4096 3 0 0 0 17 1 0 0
/proc/16240/statm: 27495 26036 77 174 0 27318 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 115340

[startup+3.10128 s]
/proc/loadavg: 0.92 0.98 0.99 2/66 16241
/proc/meminfo: memFree=1663304/2055920 swapFree=4181396/4192956
[pid=16239] ppid=16237 vsize=5360 CPUtime=0
/proc/16239/stat : 16239 (glucose.sh) S 16237 16239 15884 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 93966827 5488640 236 1992294400 4194304 4889804 548682068800 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16239/statm: 1340 236 195 169 0 51 0
[pid=16240] ppid=16239 vsize=116780 CPUtime=3.09
/proc/16240/stat : 16240 (SatELite_releas) R 16239 16239 15884 0 -1 4194304 29720 0 0 0 285 24 0 0 25 0 1 0 93966827 119582720 27618 1992294400 134512640 135225430 4294956160 18446744073709551615 134735630 0 0 4096 3 0 0 0 17 1 0 0
/proc/16240/statm: 29195 27618 77 174 0 29018 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 122140

[startup+6.30196 s]
/proc/loadavg: 1.01 1.00 1.00 2/66 16241
/proc/meminfo: memFree=1638984/2055920 swapFree=4181396/4192956
[pid=16239] ppid=16237 vsize=5360 CPUtime=5.52
/proc/16239/stat : 16239 (glucose.sh) S 16237 16239 15884 0 -1 4194304 313 33237 0 0 0 0 521 31 19 0 1 0 93966827 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16239/statm: 1340 238 195 169 0 51 0
Current children cumulated CPU time (s) 5.52
Current children cumulated vsize (KiB) 5360

[startup+12.7019 s]
/proc/loadavg: 1.09 1.02 1.01 2/66 16242
/proc/meminfo: memFree=1718984/2055920 swapFree=4181396/4192956
[pid=16239] ppid=16237 vsize=5360 CPUtime=5.52
/proc/16239/stat : 16239 (glucose.sh) S 16237 16239 15884 0 -1 4194304 313 33237 0 0 0 0 521 31 19 0 1 0 93966827 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16239/statm: 1340 238 195 169 0 51 0
[pid=16242] ppid=16239 vsize=33244 CPUtime=7.14
/proc/16242/stat : 16242 (glucose_static) R 16239 16239 15884 0 -1 4194304 7884 0 0 0 711 3 0 0 25 0 1 0 93967381 34041856 7844 1992294400 134512640 135217611 4294956272 18446744073709551615 134526323 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/16242/statm: 8311 7844 77 172 0 8136 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 38604

[startup+25.5011 s]
/proc/loadavg: 1.07 1.02 1.00 2/66 16242
/proc/meminfo: memFree=1716104/2055920 swapFree=4181396/4192956
[pid=16239] ppid=16237 vsize=5360 CPUtime=5.52
/proc/16239/stat : 16239 (glucose.sh) S 16237 16239 15884 0 -1 4194304 313 33237 0 0 0 0 521 31 19 0 1 0 93966827 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16239/statm: 1340 238 195 169 0 51 0
[pid=16242] ppid=16239 vsize=36000 CPUtime=19.94
/proc/16242/stat : 16242 (glucose_static) R 16239 16239 15884 0 -1 4194304 8573 0 0 0 1990 4 0 0 25 0 1 0 93967381 36864000 8533 1992294400 134512640 135217611 4294956272 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/16242/statm: 9000 8533 77 172 0 8825 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 41360

[startup+51.1025 s]
/proc/loadavg: 1.04 1.01 1.00 2/66 16242
/proc/meminfo: memFree=1713608/2055920 swapFree=4181396/4192956
[pid=16239] ppid=16237 vsize=5360 CPUtime=5.52
/proc/16239/stat : 16239 (glucose.sh) S 16237 16239 15884 0 -1 4194304 313 33237 0 0 0 0 521 31 19 0 1 0 93966827 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16239/statm: 1340 238 195 169 0 51 0
[pid=16242] ppid=16239 vsize=38588 CPUtime=45.53
/proc/16242/stat : 16242 (glucose_static) R 16239 16239 15884 0 -1 4194304 9216 0 0 0 4549 4 0 0 25 0 1 0 93967381 39514112 9176 1992294400 134512640 135217611 4294956272 18446744073709551615 134532886 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/16242/statm: 9647 9176 77 172 0 9472 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 43948

[startup+102.305 s]
/proc/loadavg: 1.02 1.01 1.00 2/66 16242
/proc/meminfo: memFree=1710920/2055920 swapFree=4181396/4192956
[pid=16239] ppid=16237 vsize=5360 CPUtime=5.52
/proc/16239/stat : 16239 (glucose.sh) S 16237 16239 15884 0 -1 4194304 313 33237 0 0 0 0 521 31 19 0 1 0 93966827 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16239/statm: 1340 238 195 169 0 51 0
[pid=16242] ppid=16239 vsize=41484 CPUtime=96.72
/proc/16242/stat : 16242 (glucose_static) R 16239 16239 15884 0 -1 4194304 9898 0 0 0 9667 5 0 0 25 0 1 0 93967381 42479616 9858 1992294400 134512640 135217611 4294956272 18446744073709551615 134537459 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/16242/statm: 10371 9858 77 172 0 10196 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 46844

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 16244
/proc/meminfo: memFree=1707528/2055920 swapFree=4181396/4192956
[pid=16239] ppid=16237 vsize=5360 CPUtime=5.52
/proc/16239/stat : 16239 (glucose.sh) S 16237 16239 15884 0 -1 4194304 313 33237 0 0 0 0 521 31 19 0 1 0 93966827 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16239/statm: 1340 238 195 169 0 51 0
[pid=16242] ppid=16239 vsize=44664 CPUtime=156.69
/proc/16242/stat : 16242 (glucose_static) R 16239 16239 15884 0 -1 4194304 10735 0 0 0 15663 6 0 0 25 0 1 0 93967381 45735936 10695 1992294400 134512640 135217611 4294956272 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/16242/statm: 11166 10695 77 172 0 10991 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 50024

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 16244
/proc/meminfo: memFree=1705096/2055920 swapFree=4181396/4192956
[pid=16239] ppid=16237 vsize=5360 CPUtime=5.52
/proc/16239/stat : 16239 (glucose.sh) S 16237 16239 15884 0 -1 4194304 313 33237 0 0 0 0 521 31 19 0 1 0 93966827 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16239/statm: 1340 238 195 169 0 51 0
[pid=16242] ppid=16239 vsize=47220 CPUtime=216.66
/proc/16242/stat : 16242 (glucose_static) R 16239 16239 15884 0 -1 4194304 11341 0 0 0 21660 6 0 0 25 0 1 0 93967381 48353280 11301 1992294400 134512640 135217611 4294956272 18446744073709551615 134532880 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/16242/statm: 11805 11301 77 172 0 11630 0
Current children cumulated CPU time (s) 222.18
Current children cumulated vsize (KiB) 52580

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 16244
/proc/meminfo: memFree=1702536/2055920 swapFree=4181396/4192956
[pid=16239] ppid=16237 vsize=5360 CPUtime=5.52
/proc/16239/stat : 16239 (glucose.sh) S 16237 16239 15884 0 -1 4194304 313 33237 0 0 0 0 521 31 19 0 1 0 93966827 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16239/statm: 1340 238 195 169 0 51 0
[pid=16242] ppid=16239 vsize=49748 CPUtime=276.64
/proc/16242/stat : 16242 (glucose_static) R 16239 16239 15884 0 -1 4194304 11979 0 0 0 27657 7 0 0 25 0 1 0 93967381 50941952 11939 1992294400 134512640 135217611 4294956272 18446744073709551615 134533155 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/16242/statm: 12437 11939 77 172 0 12262 0
Current children cumulated CPU time (s) 282.16
Current children cumulated vsize (KiB) 55108

[startup+342.301 s]
/proc/loadavg: 1.06 1.02 1.00 2/66 16244
/proc/meminfo: memFree=1700616/2055920 swapFree=4181396/4192956
[pid=16239] ppid=16237 vsize=5360 CPUtime=5.52
/proc/16239/stat : 16239 (glucose.sh) S 16237 16239 15884 0 -1 4194304 313 33237 0 0 0 0 521 31 19 0 1 0 93966827 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16239/statm: 1340 238 195 169 0 51 0
[pid=16242] ppid=16239 vsize=51676 CPUtime=336.62
/proc/16242/stat : 16242 (glucose_static) R 16239 16239 15884 0 -1 4194304 12442 0 0 0 33655 7 0 0 25 0 1 0 93967381 52916224 12402 1992294400 134512640 135217611 4294956272 18446744073709551615 134536986 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/16242/statm: 12919 12402 77 172 0 12744 0
Current children cumulated CPU time (s) 342.14
Current children cumulated vsize (KiB) 57036

[startup+402.302 s]
/proc/loadavg: 1.08 1.03 1.00 2/66 16244
/proc/meminfo: memFree=1699144/2055920 swapFree=4181396/4192956
[pid=16239] ppid=16237 vsize=5360 CPUtime=5.52
/proc/16239/stat : 16239 (glucose.sh) S 16237 16239 15884 0 -1 4194304 313 33237 0 0 0 0 521 31 19 0 1 0 93966827 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16239/statm: 1340 238 195 169 0 51 0
[pid=16242] ppid=16239 vsize=53100 CPUtime=396.6
/proc/16242/stat : 16242 (glucose_static) R 16239 16239 15884 0 -1 4194304 12822 0 0 0 39653 7 0 0 25 0 1 0 93967381 54374400 12782 1992294400 134512640 135217611 4294956272 18446744073709551615 134522688 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/16242/statm: 13275 12782 77 172 0 13100 0
Current children cumulated CPU time (s) 402.12
Current children cumulated vsize (KiB) 58460

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

[startup+409.502 s]
/proc/loadavg: 1.07 1.02 1.00 2/66 16244
/proc/meminfo: memFree=1699080/2055920 swapFree=4181396/4192956
[pid=16239] ppid=16237 vsize=5360 CPUtime=5.52
/proc/16239/stat : 16239 (glucose.sh) S 16237 16239 15884 0 -1 4194304 313 33237 0 0 0 0 521 31 19 0 1 0 93966827 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16239/statm: 1340 238 195 169 0 51 0
[pid=16242] ppid=16239 vsize=53100 CPUtime=403.81
/proc/16242/stat : 16242 (glucose_static) R 16239 16239 15884 0 -1 4194304 12826 0 0 0 40373 8 0 0 25 0 1 0 93967381 54374400 12786 1992294400 134512640 135217611 4294956272 18446744073709551615 134526280 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/16242/statm: 13275 12786 77 172 0 13100 0
Current children cumulated CPU time (s) 409.33
Current children cumulated vsize (KiB) 58460

[startup+422.303 s]
/proc/loadavg: 1.13 1.04 1.01 2/66 16244
/proc/meminfo: memFree=1698952/2055920 swapFree=4181396/4192956
[pid=16239] ppid=16237 vsize=5360 CPUtime=5.52
/proc/16239/stat : 16239 (glucose.sh) S 16237 16239 15884 0 -1 4194304 313 33237 0 0 0 0 521 31 19 0 1 0 93966827 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16239/statm: 1340 238 195 169 0 51 0
[pid=16242] ppid=16239 vsize=53248 CPUtime=416.6
/proc/16242/stat : 16242 (glucose_static) R 16239 16239 15884 0 -1 4194304 12856 0 0 0 41652 8 0 0 25 0 1 0 93967381 54525952 12816 1992294400 134512640 135217611 4294956272 18446744073709551615 134532985 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/16242/statm: 13312 12816 77 172 0 13137 0
Current children cumulated CPU time (s) 422.12
Current children cumulated vsize (KiB) 58608

[startup+435.101 s]
/proc/loadavg: 1.26 1.07 1.02 2/66 16244
/proc/meminfo: memFree=1698376/2055920 swapFree=4181396/4192956
[pid=16239] ppid=16237 vsize=5360 CPUtime=5.52
/proc/16239/stat : 16239 (glucose.sh) S 16237 16239 15884 0 -1 4194304 313 33237 0 0 0 0 521 31 19 0 1 0 93966827 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16239/statm: 1340 238 195 169 0 51 0
[pid=16242] ppid=16239 vsize=53776 CPUtime=429.39
/proc/16242/stat : 16242 (glucose_static) R 16239 16239 15884 0 -1 4194304 12999 0 0 0 42931 8 0 0 25 0 1 0 93967381 55066624 12959 1992294400 134512640 135217611 4294956272 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/16242/statm: 13444 12959 77 172 0 13269 0
Current children cumulated CPU time (s) 434.91
Current children cumulated vsize (KiB) 59136

[startup+438.302 s]
/proc/loadavg: 1.32 1.09 1.02 2/66 16244
/proc/meminfo: memFree=1698376/2055920 swapFree=4181396/4192956
[pid=16239] ppid=16237 vsize=5360 CPUtime=5.52
/proc/16239/stat : 16239 (glucose.sh) S 16237 16239 15884 0 -1 4194304 313 33237 0 0 0 0 521 31 19 0 1 0 93966827 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16239/statm: 1340 238 195 169 0 51 0
[pid=16242] ppid=16239 vsize=53776 CPUtime=432.59
/proc/16242/stat : 16242 (glucose_static) R 16239 16239 15884 0 -1 4194304 12999 0 0 0 43251 8 0 0 25 0 1 0 93967381 55066624 12959 1992294400 134512640 135217611 4294956272 18446744073709551615 134533115 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/16242/statm: 13444 12959 77 172 0 13269 0
Current children cumulated CPU time (s) 438.11
Current children cumulated vsize (KiB) 59136

[startup+441.501 s]
/proc/loadavg: 1.32 1.09 1.02 2/66 16244
/proc/meminfo: memFree=1698376/2055920 swapFree=4181396/4192956
[pid=16239] ppid=16237 vsize=5360 CPUtime=5.52
/proc/16239/stat : 16239 (glucose.sh) S 16237 16239 15884 0 -1 4194304 313 33237 0 0 0 0 521 31 19 0 1 0 93966827 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16239/statm: 1340 238 195 169 0 51 0
[pid=16242] ppid=16239 vsize=53776 CPUtime=435.79
/proc/16242/stat : 16242 (glucose_static) R 16239 16239 15884 0 -1 4194304 12999 0 0 0 43571 8 0 0 25 0 1 0 93967381 55066624 12959 1992294400 134512640 135217611 4294956272 18446744073709551615 134533131 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/16242/statm: 13444 12959 77 172 0 13269 0
Current children cumulated CPU time (s) 441.31
Current children cumulated vsize (KiB) 59136

[startup+443.102 s]
/proc/loadavg: 1.32 1.09 1.02 2/66 16244
/proc/meminfo: memFree=1698376/2055920 swapFree=4181396/4192956
[pid=16239] ppid=16237 vsize=5360 CPUtime=5.52
/proc/16239/stat : 16239 (glucose.sh) S 16237 16239 15884 0 -1 4194304 313 33237 0 0 0 0 521 31 19 0 1 0 93966827 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16239/statm: 1340 238 195 169 0 51 0
[pid=16242] ppid=16239 vsize=53776 CPUtime=437.39
/proc/16242/stat : 16242 (glucose_static) R 16239 16239 15884 0 -1 4194304 12999 0 0 0 43731 8 0 0 25 0 1 0 93967381 55066624 12959 1992294400 134512640 135217611 4294956272 18446744073709551615 134532638 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/16242/statm: 13444 12959 77 172 0 13269 0
Current children cumulated CPU time (s) 442.91
Current children cumulated vsize (KiB) 59136

[startup+443.502 s]
/proc/loadavg: 1.30 1.08 1.02 2/66 16244
/proc/meminfo: memFree=1698376/2055920 swapFree=4181396/4192956
[pid=16239] ppid=16237 vsize=5360 CPUtime=5.52
/proc/16239/stat : 16239 (glucose.sh) S 16237 16239 15884 0 -1 4194304 313 33237 0 0 0 0 521 31 19 0 1 0 93966827 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16239/statm: 1340 238 195 169 0 51 0
[pid=16242] ppid=16239 vsize=53776 CPUtime=437.79
/proc/16242/stat : 16242 (glucose_static) R 16239 16239 15884 0 -1 4194304 12999 0 0 0 43771 8 0 0 25 0 1 0 93967381 55066624 12959 1992294400 134512640 135217611 4294956272 18446744073709551615 134532638 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/16242/statm: 13444 12959 77 172 0 13269 0
Current children cumulated CPU time (s) 443.31
Current children cumulated vsize (KiB) 59136

[startup+443.702 s]
/proc/loadavg: 1.30 1.08 1.02 2/66 16244
/proc/meminfo: memFree=1698376/2055920 swapFree=4181396/4192956
[pid=16239] ppid=16237 vsize=5360 CPUtime=5.52
/proc/16239/stat : 16239 (glucose.sh) S 16237 16239 15884 0 -1 4194304 313 33237 0 0 0 0 521 31 19 0 1 0 93966827 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16239/statm: 1340 238 195 169 0 51 0
[pid=16242] ppid=16239 vsize=53776 CPUtime=437.99
/proc/16242/stat : 16242 (glucose_static) R 16239 16239 15884 0 -1 4194304 12999 0 0 0 43791 8 0 0 25 0 1 0 93967381 55066624 12959 1992294400 134512640 135217611 4294956272 18446744073709551615 134533263 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/16242/statm: 13444 12959 77 172 0 13269 0
Current children cumulated CPU time (s) 443.51
Current children cumulated vsize (KiB) 59136

[startup+443.802 s]
/proc/loadavg: 1.30 1.08 1.02 2/66 16244
/proc/meminfo: memFree=1698376/2055920 swapFree=4181396/4192956
[pid=16239] ppid=16237 vsize=5360 CPUtime=5.52
/proc/16239/stat : 16239 (glucose.sh) S 16237 16239 15884 0 -1 4194304 313 33237 0 0 0 0 521 31 19 0 1 0 93966827 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16239/statm: 1340 238 195 169 0 51 0
[pid=16242] ppid=16239 vsize=53776 CPUtime=438.09
/proc/16242/stat : 16242 (glucose_static) R 16239 16239 15884 0 -1 4194304 13003 0 0 0 43801 8 0 0 25 0 1 0 93967381 55066624 12963 1992294400 134512640 135217611 4294956272 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/16242/statm: 13444 12963 77 172 0 13269 0
Current children cumulated CPU time (s) 443.61
Current children cumulated vsize (KiB) 59136

Child status: 20
Real time (s): 443.852
CPU time (s): 443.688
CPU user time (s): 443.256
CPU system time (s): 0.431934
CPU usage (%): 99.9629
Max. virtual memory (cumulated for all children) (KiB): 127860

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 443.256
system time used= 0.431934
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 46720
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= 39
involuntary context switches= 862

runsolver used 0.488925 second user time and 1.12083 second system time

The end

Launcher Data

Begin job on node25 at 2009-04-25 13:35:38
IDJOB=1720728
IDBENCH=69630
IDSOLVER=503
FILE ID=node25/1720728-1240659337
PBS_JOBID= 9186528
Free space on /tmp= 66364 MiB

SOLVER NAME= glucose 1.0
BENCH NAME= SAT_RACE08/cnf/manol-pipe-c10nid_i.cnf
COMMAND LINE= glucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1720728-1240659337/watcher-1720728-1240659337 -o /tmp/evaluation-result-1720728-1240659337/solver-1720728-1240659337 -C 1200 -W 1800 -M 1800 --output-limit 1,15  glucose.sh HOME/instance-1720728-1240659337.cnf

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

MD5SUM BENCH= 5845608382cee59cce4973c50f16416c
RANDOM SEED=454782214

node25.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.259
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.259
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:       1780344 kB
Buffers:         14160 kB
Cached:         211076 kB
SwapCached:       5080 kB
Active:         149612 kB
Inactive:        83216 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1780344 kB
SwapTotal:     4192956 kB
SwapFree:      4181396 kB
Dirty:           14988 kB
Writeback:           0 kB
Mapped:          13472 kB
Slab:            28784 kB
Committed_AS:   342396 kB
PageTables:       1464 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= 66364 MiB
End job on node25 at 2009-04-25 13:43:02