Trace number 1580526

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 190.066 190.173

General information on the benchmark

NameAPPLICATIONS/diagnosis/
UCG-15-5p0.cnf
MD5SUM4385f03fe3bdaf0f127ae989ddd7908d
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark107.285
Satisfiable
(Un)Satisfiability was proved
Number of variables162696
Number of clauses821000
Sum of the clauses size1953203
Maximum clause length10
Minimum clause length1
Number of clauses of size 18386
Number of clauses of size 2617825
Number of clauses of size 3153189
Number of clauses of size 44620
Number of clauses of size 518480
Number of clauses of size over 518500

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.79/0.82	c ==============================================================================
0.79/0.82	c |           |     ORIGINAL     |              LEARNT              |          |
0.79/0.82	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.79/0.82	c ==============================================================================
0.79/0.82	c |         0 |  812074  1943737 |  243622       0        0     nan |  0.000 % |
5.09/5.19	c |         0 |  545816  1527919 |      --       0       --      -- |     --   | -75341/18070
5.09/5.19	c ==============================================================================
5.09/5.19	c Result  :   #vars: 85539   #clauses: 545816   #literals: 1527919
5.09/5.19	c CPU time:   5.00324 s
5.09/5.19	c ==============================================================================
5.69/5.74	c
5.69/5.74	c Starting glucose
5.69/5.74	c
5.69/5.74	
5.69/5.74	c This is glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
5.69/5.74	
5.69/5.74	c ============================[ Problem Statistics ]=============================
5.69/5.74	c |                                                                             |
5.69/5.74	c |  Number of variables:  85539                                                |
5.69/5.74	c |  Number of clauses:    545816                                               |
5.73/6.14	c |  Parsing time:         0.34         s                                       |
189.97/190.15	c restarts              : 78
189.97/190.15	c nb ReduceDB           : 3
189.97/190.15	c nb learnts DL2        : 2285
189.97/190.15	c nb learnts size 2     : 1629
189.97/190.15	c nb learnts size 1     : 212
189.97/190.15	c conflicts             : 66969          (364 /sec)
189.97/190.15	c decisions             : 254772         (1.28 % random) (1383 /sec)
189.97/190.15	c propagations          : 280633851      (1523470 /sec)
189.97/190.15	c conflict literals     : 5872011        (40.04 % deleted)
189.97/190.15	c Memory used           : 51.62 MB
189.97/190.15	c CPU time              : 184.207 s
189.97/190.15	
189.97/190.15	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-1580526-1238919907/watcher-1580526-1238919907 -o /tmp/evaluation-result-1580526-1238919907/solver-1580526-1238919907 -C 1200 -W 1800 -M 1800 --output-limit 1,15 glucose.sh HOME/instance-1580526-1238919907.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: 1.02 1.02 1.00 3/81 13917
/proc/meminfo: memFree=1414512/2055920 swapFree=4174556/4192956
[pid=13917] ppid=13915 vsize=5360 CPUtime=0
/proc/13917/stat : 13917 (glucose.sh) R 13915 13917 13728 0 -1 4194304 268 0 0 0 0 0 0 0 18 0 1 0 768885853 5488640 235 1992294400 4194304 4889804 548682068832 18446744073709551615 270187162271 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/13917/statm: 1340 235 194 169 0 51 0
[pid=13918] ppid=13917 vsize=2544 CPUtime=0
/proc/13918/stat : 13918 (SatELite_releas) R 13917 13917 13728 0 -1 4194304 367 0 0 0 0 0 0 0 18 0 1 0 768885853 2605056 351 1992294400 134512640 135225430 4294956176 18446744073709551615 134543812 0 0 4096 3 0 0 0 17 0 0 0
/proc/13918/statm: 636 353 50 174 0 459 0

[startup+0.105141 s]
/proc/loadavg: 1.02 1.02 1.00 3/81 13917
/proc/meminfo: memFree=1414512/2055920 swapFree=4174556/4192956
[pid=13917] ppid=13915 vsize=5360 CPUtime=0
/proc/13917/stat : 13917 (glucose.sh) S 13915 13917 13728 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 768885853 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13917/statm: 1340 236 195 169 0 51 0
[pid=13918] ppid=13917 vsize=32708 CPUtime=0.09
/proc/13918/stat : 13918 (SatELite_releas) R 13917 13917 13728 0 -1 4194304 5341 0 0 0 7 2 0 0 20 0 1 0 768885853 33492992 5221 1992294400 134512640 135225430 4294956176 18446744073709551615 134717494 0 0 4096 3 0 0 0 17 0 0 0
/proc/13918/statm: 8177 5222 50 174 0 8000 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 38068

[startup+0.20116 s]
/proc/loadavg: 1.02 1.02 1.00 3/81 13917
/proc/meminfo: memFree=1414512/2055920 swapFree=4174556/4192956
[pid=13917] ppid=13915 vsize=5360 CPUtime=0
/proc/13917/stat : 13917 (glucose.sh) S 13915 13917 13728 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 768885853 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13917/statm: 1340 236 195 169 0 51 0
[pid=13918] ppid=13917 vsize=42328 CPUtime=0.19
/proc/13918/stat : 13918 (SatELite_releas) R 13917 13917 13728 0 -1 4194304 7719 0 0 0 15 4 0 0 20 0 1 0 768885853 43343872 7599 1992294400 134512640 135225430 4294956176 18446744073709551615 134735534 0 0 4096 3 0 0 0 17 0 0 0
/proc/13918/statm: 10582 7599 50 174 0 10405 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 47688

[startup+0.301178 s]
/proc/loadavg: 1.02 1.02 1.00 3/81 13917
/proc/meminfo: memFree=1414512/2055920 swapFree=4174556/4192956
[pid=13917] ppid=13915 vsize=5360 CPUtime=0
/proc/13917/stat : 13917 (glucose.sh) S 13915 13917 13728 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 768885853 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13917/statm: 1340 236 195 169 0 51 0
[pid=13918] ppid=13917 vsize=48632 CPUtime=0.29
/proc/13918/stat : 13918 (SatELite_releas) R 13917 13917 13728 0 -1 4194304 9159 0 0 0 24 5 0 0 22 0 1 0 768885853 49799168 9039 1992294400 134512640 135225430 4294956176 18446744073709551615 134717494 0 0 4096 3 0 0 0 17 0 0 0
/proc/13918/statm: 12158 9039 50 174 0 11981 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 53992

[startup+0.701257 s]
/proc/loadavg: 1.02 1.02 1.00 3/81 13917
/proc/meminfo: memFree=1414512/2055920 swapFree=4174556/4192956
[pid=13917] ppid=13915 vsize=5360 CPUtime=0
/proc/13917/stat : 13917 (glucose.sh) S 13915 13917 13728 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 768885853 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13917/statm: 1340 236 195 169 0 51 0
[pid=13918] ppid=13917 vsize=80436 CPUtime=0.69
/proc/13918/stat : 13918 (SatELite_releas) R 13917 13917 13728 0 -1 4194304 17604 0 0 0 58 11 0 0 25 0 1 0 768885853 82366464 17484 1992294400 134512640 135225430 4294956176 18446744073709551615 134548138 0 0 4096 3 0 0 0 17 0 0 0
/proc/13918/statm: 20109 17484 51 174 0 19932 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 85796

[startup+1.50141 s]
/proc/loadavg: 1.02 1.02 1.00 2/83 13919
/proc/meminfo: memFree=1337696/2055920 swapFree=4174556/4192956
[pid=13917] ppid=13915 vsize=5360 CPUtime=0
/proc/13917/stat : 13917 (glucose.sh) S 13915 13917 13728 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 768885853 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13917/statm: 1340 236 195 169 0 51 0
[pid=13918] ppid=13917 vsize=99192 CPUtime=1.49
/proc/13918/stat : 13918 (SatELite_releas) R 13917 13917 13728 0 -1 4194304 23324 0 0 0 135 14 0 0 25 0 1 0 768885853 101572608 21218 1992294400 134512640 135225430 4294956176 18446744073709551615 134587624 0 0 4096 3 0 0 0 17 0 0 0
/proc/13918/statm: 24798 21218 77 174 0 24621 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 104552

[startup+3.10173 s]
/proc/loadavg: 1.02 1.02 1.00 2/83 13919
/proc/meminfo: memFree=1322976/2055920 swapFree=4174556/4192956
[pid=13917] ppid=13915 vsize=5360 CPUtime=0
/proc/13917/stat : 13917 (glucose.sh) S 13915 13917 13728 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 768885853 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13917/statm: 1340 236 195 169 0 51 0
[pid=13918] ppid=13917 vsize=102748 CPUtime=3.09
/proc/13918/stat : 13918 (SatELite_releas) R 13917 13917 13728 0 -1 4194304 25951 0 0 0 293 16 0 0 25 0 1 0 768885853 105213952 22092 1992294400 134512640 135225430 4294956176 18446744073709551615 134577704 0 0 4096 3 0 0 0 17 0 0 0
/proc/13918/statm: 25687 22092 77 174 0 25510 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 108108

[startup+6.30134 s]
/proc/loadavg: 1.09 1.04 1.01 2/83 13919
/proc/meminfo: memFree=1313568/2055920 swapFree=4174556/4192956
[pid=13917] ppid=13915 vsize=5360 CPUtime=5.73
/proc/13917/stat : 13917 (glucose.sh) S 13915 13917 13728 0 -1 4194304 313 29130 0 0 0 0 549 24 16 0 1 0 768885853 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13917/statm: 1340 238 195 169 0 51 0
Current children cumulated CPU time (s) 5.73
Current children cumulated vsize (KiB) 5360

[startup+12.7026 s]
/proc/loadavg: 1.17 1.06 1.01 2/83 13920
/proc/meminfo: memFree=1356704/2055920 swapFree=4174556/4192956
[pid=13917] ppid=13915 vsize=5360 CPUtime=5.73
/proc/13917/stat : 13917 (glucose.sh) S 13915 13917 13728 0 -1 4194304 313 29130 0 0 0 0 549 24 16 0 1 0 768885853 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13917/statm: 1340 238 195 169 0 51 0
[pid=13920] ppid=13917 vsize=43640 CPUtime=6.93
/proc/13920/stat : 13920 (glucose_static) R 13917 13917 13728 0 -1 4194304 10419 0 0 0 687 6 0 0 25 0 1 0 768886428 44687360 10369 1992294400 134512640 135217611 4294956304 18446744073709551615 134532582 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/13920/statm: 10910 10369 77 172 0 10735 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 49000

[startup+25.5011 s]
/proc/loadavg: 1.13 1.05 1.01 2/83 13920
/proc/meminfo: memFree=1354016/2055920 swapFree=4174556/4192956
[pid=13917] ppid=13915 vsize=5360 CPUtime=5.73
/proc/13917/stat : 13917 (glucose.sh) S 13915 13917 13728 0 -1 4194304 313 29130 0 0 0 0 549 24 16 0 1 0 768885853 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13917/statm: 1340 238 195 169 0 51 0
[pid=13920] ppid=13917 vsize=46476 CPUtime=19.73
/proc/13920/stat : 13920 (glucose_static) R 13917 13917 13728 0 -1 4194304 11117 0 0 0 1966 7 0 0 25 0 1 0 768886428 47591424 11067 1992294400 134512640 135217611 4294956304 18446744073709551615 134532787 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/13920/statm: 11619 11067 77 172 0 11444 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 51836

[startup+51.101 s]
/proc/loadavg: 1.08 1.05 1.01 2/83 13920
/proc/meminfo: memFree=1347872/2055920 swapFree=4174556/4192956
[pid=13917] ppid=13915 vsize=5360 CPUtime=5.73
/proc/13917/stat : 13917 (glucose.sh) S 13915 13917 13728 0 -1 4194304 313 29130 0 0 0 0 549 24 16 0 1 0 768885853 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13917/statm: 1340 238 195 169 0 51 0
[pid=13920] ppid=13917 vsize=52388 CPUtime=45.32
/proc/13920/stat : 13920 (glucose_static) R 13917 13917 13728 0 -1 4194304 12609 0 0 0 4523 9 0 0 25 0 1 0 768886428 53645312 12559 1992294400 134512640 135217611 4294956304 18446744073709551615 134533291 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/13920/statm: 13097 12559 77 172 0 12922 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 57748

[startup+102.302 s]
/proc/loadavg: 1.04 1.04 1.00 2/83 13920
/proc/meminfo: memFree=1347808/2055920 swapFree=4174556/4192956
[pid=13917] ppid=13915 vsize=5360 CPUtime=5.73
/proc/13917/stat : 13917 (glucose.sh) S 13915 13917 13728 0 -1 4194304 313 29130 0 0 0 0 549 24 16 0 1 0 768885853 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13917/statm: 1340 238 195 169 0 51 0
[pid=13920] ppid=13917 vsize=52552 CPUtime=96.49
/proc/13920/stat : 13920 (glucose_static) R 13917 13917 13728 0 -1 4194304 12644 0 0 0 9640 9 0 0 25 0 1 0 768886428 53813248 12594 1992294400 134512640 135217611 4294956304 18446744073709551615 134532907 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/13920/statm: 13138 12594 77 172 0 12963 0
Current children cumulated CPU time (s) 102.22
Current children cumulated vsize (KiB) 57912

[startup+162.302 s]
/proc/loadavg: 1.01 1.03 1.00 2/83 13920
/proc/meminfo: memFree=1347616/2055920 swapFree=4174556/4192956
[pid=13917] ppid=13915 vsize=5360 CPUtime=5.73
/proc/13917/stat : 13917 (glucose.sh) S 13915 13917 13728 0 -1 4194304 313 29130 0 0 0 0 549 24 16 0 1 0 768885853 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13917/statm: 1340 238 195 169 0 51 0
[pid=13920] ppid=13917 vsize=52696 CPUtime=156.45
/proc/13920/stat : 13920 (glucose_static) R 13917 13917 13728 0 -1 4194304 12684 0 0 0 15636 9 0 0 25 0 1 0 768886428 53960704 12634 1992294400 134512640 135217611 4294956304 18446744073709551615 134527914 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/13920/statm: 13174 12634 77 172 0 12999 0
Current children cumulated CPU time (s) 162.18
Current children cumulated vsize (KiB) 58056

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

[startup+166.401 s]
/proc/loadavg: 1.01 1.03 1.00 2/83 13920
/proc/meminfo: memFree=1347616/2055920 swapFree=4174556/4192956
[pid=13917] ppid=13915 vsize=5360 CPUtime=5.73
/proc/13917/stat : 13917 (glucose.sh) S 13915 13917 13728 0 -1 4194304 313 29130 0 0 0 0 549 24 16 0 1 0 768885853 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13917/statm: 1340 238 195 169 0 51 0
[pid=13920] ppid=13917 vsize=52696 CPUtime=160.55
/proc/13920/stat : 13920 (glucose_static) R 13917 13917 13728 0 -1 4194304 12686 0 0 0 16046 9 0 0 25 0 1 0 768886428 53960704 12636 1992294400 134512640 135217611 4294956304 18446744073709551615 134542224 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/13920/statm: 13174 12636 77 172 0 12999 0
Current children cumulated CPU time (s) 166.28
Current children cumulated vsize (KiB) 58056

[startup+179.202 s]
/proc/loadavg: 1.01 1.03 1.00 2/83 13920
/proc/meminfo: memFree=1347552/2055920 swapFree=4174556/4192956
[pid=13917] ppid=13915 vsize=5360 CPUtime=5.73
/proc/13917/stat : 13917 (glucose.sh) S 13915 13917 13728 0 -1 4194304 313 29130 0 0 0 0 549 24 16 0 1 0 768885853 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13917/statm: 1340 238 195 169 0 51 0
[pid=13920] ppid=13917 vsize=52856 CPUtime=173.35
/proc/13920/stat : 13920 (glucose_static) R 13917 13917 13728 0 -1 4194304 12702 0 0 0 17326 9 0 0 25 0 1 0 768886428 54124544 12652 1992294400 134512640 135217611 4294956304 18446744073709551615 134532690 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/13920/statm: 13214 12652 77 172 0 13039 0
Current children cumulated CPU time (s) 179.08
Current children cumulated vsize (KiB) 58216

[startup+185.602 s]
/proc/loadavg: 1.01 1.03 1.00 2/83 13920
/proc/meminfo: memFree=1347552/2055920 swapFree=4174556/4192956
[pid=13917] ppid=13915 vsize=5360 CPUtime=5.73
/proc/13917/stat : 13917 (glucose.sh) S 13915 13917 13728 0 -1 4194304 313 29130 0 0 0 0 549 24 16 0 1 0 768885853 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13917/statm: 1340 238 195 169 0 51 0
[pid=13920] ppid=13917 vsize=52856 CPUtime=179.74
/proc/13920/stat : 13920 (glucose_static) R 13917 13917 13728 0 -1 4194304 12702 0 0 0 17965 9 0 0 25 0 1 0 768886428 54124544 12652 1992294400 134512640 135217611 4294956304 18446744073709551615 134537299 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/13920/statm: 13214 12652 77 172 0 13039 0
Current children cumulated CPU time (s) 185.47
Current children cumulated vsize (KiB) 58216

[startup+187.201 s]
/proc/loadavg: 1.01 1.03 1.00 2/83 13920
/proc/meminfo: memFree=1347552/2055920 swapFree=4174556/4192956
[pid=13917] ppid=13915 vsize=5360 CPUtime=5.73
/proc/13917/stat : 13917 (glucose.sh) S 13915 13917 13728 0 -1 4194304 313 29130 0 0 0 0 549 24 16 0 1 0 768885853 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13917/statm: 1340 238 195 169 0 51 0
[pid=13920] ppid=13917 vsize=52856 CPUtime=181.34
/proc/13920/stat : 13920 (glucose_static) R 13917 13917 13728 0 -1 4194304 12702 0 0 0 18125 9 0 0 25 0 1 0 768886428 54124544 12652 1992294400 134512640 135217611 4294956304 18446744073709551615 134532656 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/13920/statm: 13214 12652 77 172 0 13039 0
Current children cumulated CPU time (s) 187.07
Current children cumulated vsize (KiB) 58216

[startup+188.802 s]
/proc/loadavg: 1.01 1.02 1.00 2/83 13920
/proc/meminfo: memFree=1347552/2055920 swapFree=4174556/4192956
[pid=13917] ppid=13915 vsize=5360 CPUtime=5.73
/proc/13917/stat : 13917 (glucose.sh) S 13915 13917 13728 0 -1 4194304 313 29130 0 0 0 0 549 24 16 0 1 0 768885853 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13917/statm: 1340 238 195 169 0 51 0
[pid=13920] ppid=13917 vsize=52856 CPUtime=182.94
/proc/13920/stat : 13920 (glucose_static) R 13917 13917 13728 0 -1 4194304 12702 0 0 0 18285 9 0 0 25 0 1 0 768886428 54124544 12652 1992294400 134512640 135217611 4294956304 18446744073709551615 134542578 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/13920/statm: 13214 12652 77 172 0 13039 0
Current children cumulated CPU time (s) 188.67
Current children cumulated vsize (KiB) 58216

[startup+189.602 s]
/proc/loadavg: 1.01 1.02 1.00 2/83 13920
/proc/meminfo: memFree=1347552/2055920 swapFree=4174556/4192956
[pid=13917] ppid=13915 vsize=5360 CPUtime=5.73
/proc/13917/stat : 13917 (glucose.sh) S 13915 13917 13728 0 -1 4194304 313 29130 0 0 0 0 549 24 16 0 1 0 768885853 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13917/statm: 1340 238 195 169 0 51 0
[pid=13920] ppid=13917 vsize=52856 CPUtime=183.74
/proc/13920/stat : 13920 (glucose_static) R 13917 13917 13728 0 -1 4194304 12702 0 0 0 18365 9 0 0 25 0 1 0 768886428 54124544 12652 1992294400 134512640 135217611 4294956304 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/13920/statm: 13214 12652 77 172 0 13039 0
Current children cumulated CPU time (s) 189.47
Current children cumulated vsize (KiB) 58216

[startup+190.002 s]
/proc/loadavg: 1.01 1.02 1.00 2/83 13920
/proc/meminfo: memFree=1347552/2055920 swapFree=4174556/4192956
[pid=13917] ppid=13915 vsize=5360 CPUtime=5.73
/proc/13917/stat : 13917 (glucose.sh) S 13915 13917 13728 0 -1 4194304 313 29130 0 0 0 0 549 24 16 0 1 0 768885853 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13917/statm: 1340 238 195 169 0 51 0
[pid=13920] ppid=13917 vsize=52856 CPUtime=184.14
/proc/13920/stat : 13920 (glucose_static) R 13917 13917 13728 0 -1 4194304 12702 0 0 0 18405 9 0 0 25 0 1 0 768886428 54124544 12652 1992294400 134512640 135217611 4294956304 18446744073709551615 134540945 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/13920/statm: 13214 12652 77 172 0 13039 0
Current children cumulated CPU time (s) 189.87
Current children cumulated vsize (KiB) 58216

[startup+190.101 s]
/proc/loadavg: 1.01 1.02 1.00 2/83 13920
/proc/meminfo: memFree=1347552/2055920 swapFree=4174556/4192956
[pid=13917] ppid=13915 vsize=5360 CPUtime=5.73
/proc/13917/stat : 13917 (glucose.sh) S 13915 13917 13728 0 -1 4194304 313 29130 0 0 0 0 549 24 16 0 1 0 768885853 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13917/statm: 1340 238 195 169 0 51 0
[pid=13920] ppid=13917 vsize=52856 CPUtime=184.24
/proc/13920/stat : 13920 (glucose_static) R 13917 13917 13728 0 -1 4194304 12702 0 0 0 18415 9 0 0 25 0 1 0 768886428 54124544 12652 1992294400 134512640 135217611 4294956304 18446744073709551615 134532731 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/13920/statm: 13214 12652 77 172 0 13039 0
Current children cumulated CPU time (s) 189.97
Current children cumulated vsize (KiB) 58216

Child status: 20
Real time (s): 190.173
CPU time (s): 190.066
CPU user time (s): 189.698
CPU system time (s): 0.367944
CPU usage (%): 99.944
Max. virtual memory (cumulated for all children) (KiB): 115584

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 189.698
system time used= 0.367944
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 42311
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 37
involuntary context switches= 731

runsolver used 0.231964 second user time and 0.638902 second system time

The end

Launcher Data

Begin job on node88 at 2009-04-05 10:25:08
IDJOB=1580526
IDBENCH=71019
IDSOLVER=503
FILE ID=node88/1580526-1238919907
PBS_JOBID= 9101406
Free space on /tmp= 66516 MiB

SOLVER NAME= glucose 1.0
BENCH NAME= SAT09/APPLICATIONS/diagnosis/UCG-15-5p0.cnf
COMMAND LINE= glucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1580526-1238919907/watcher-1580526-1238919907 -o /tmp/evaluation-result-1580526-1238919907/solver-1580526-1238919907 -C 1200 -W 1800 -M 1800 --output-limit 1,15  glucose.sh HOME/instance-1580526-1238919907.cnf

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

MD5SUM BENCH= 4385f03fe3bdaf0f127ae989ddd7908d
RANDOM SEED=72074964

node88.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.281
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.281
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1414992 kB
Buffers:         62212 kB
Cached:         489256 kB
SwapCached:       7356 kB
Active:         214196 kB
Inactive:       346284 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1414992 kB
SwapTotal:     4192956 kB
SwapFree:      4174556 kB
Dirty:           16472 kB
Writeback:           0 kB
Mapped:          14724 kB
Slab:            64720 kB
Committed_AS:  2102668 kB
PageTables:       2664 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= 66516 MiB
End job on node88 at 2009-04-05 10:28:19