Trace number 1579382

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 41.6977 41.7516

General information on the benchmark

NameAPPLICATIONS/diagnosis/
ACG-10-5p0.cnf
MD5SUMb0f091d476e617a8697e9f8acfd1538f
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark41.6977
Satisfiable
(Un)Satisfiability was proved
Number of variables123925
Number of clauses539763
Sum of the clauses size1252804
Maximum clause length10
Minimum clause length1
Number of clauses of size 15498
Number of clauses of size 2437089
Number of clauses of size 369976
Number of clauses of size 43020
Number of clauses of size 512080
Number of clauses of size over 512100

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.48/0.52	c ==============================================================================
0.48/0.52	c |           |     ORIGINAL     |              LEARNT              |          |
0.48/0.52	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.48/0.52	c ==============================================================================
0.48/0.52	c |         0 |  533925  1246626 |  160177       0        0     nan |  0.000 % |
3.28/3.34	c |         0 |  337556   906141 |      --       0       --      -- |     --   | -46489/4489
3.28/3.34	c ==============================================================================
3.28/3.34	c Result  :   #vars: 65845   #clauses: 337556   #literals: 906141
3.28/3.34	c CPU time:   3.21551 s
3.28/3.34	c ==============================================================================
3.57/3.66	c
3.57/3.66	c Starting glucose
3.57/3.66	c
3.57/3.66	
3.57/3.66	c This is glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
3.57/3.66	
3.57/3.66	c ============================[ Problem Statistics ]=============================
3.57/3.66	c |                                                                             |
3.57/3.67	c |  Number of variables:  65845                                                |
3.57/3.67	c |  Number of clauses:    337556                                               |
3.64/3.91	c |  Parsing time:         0.22         s                                       |
41.64/41.71	c restarts              : 31
41.64/41.71	c nb ReduceDB           : 0
41.64/41.71	c nb learnts DL2        : 459
41.64/41.71	c nb learnts size 2     : 287
41.64/41.71	c nb learnts size 1     : 50
41.64/41.71	c conflicts             : 15371          (405 /sec)
41.64/41.71	c decisions             : 55386          (1.13 % random) (1458 /sec)
41.64/41.71	c propagations          : 67421605       (1775363 /sec)
41.64/41.71	c conflict literals     : 1488680        (37.87 % deleted)
41.64/41.71	c Memory used           : 33.33 MB
41.64/41.71	c CPU time              : 37.9762 s
41.64/41.71	
41.64/41.72	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-1579382-1238907110/watcher-1579382-1238907110 -o /tmp/evaluation-result-1579382-1238907110/solver-1579382-1238907110 -C 1200 -W 1800 -M 1800 --output-limit 1,15 glucose.sh HOME/instance-1579382-1238907110.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.00 1.00 1.17 3/81 18138
/proc/meminfo: memFree=1811968/2055920 swapFree=4169716/4192956
[pid=18138] ppid=18136 vsize=5360 CPUtime=0
/proc/18138/stat : 18138 (glucose.sh) R 18136 18138 17768 0 -1 4194304 268 0 0 0 0 0 0 0 18 0 1 0 517039932 5488640 235 1992294400 4194304 4889804 548682068800 18446744073709551615 249069890207 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/18138/statm: 1340 235 194 169 0 51 0
[pid=18139] ppid=18138 vsize=2544 CPUtime=0
/proc/18139/stat : 18139 (SatELite_releas) R 18138 18138 17768 0 -1 4194304 345 0 0 0 0 0 0 0 18 0 1 0 517039932 2605056 329 1992294400 134512640 135225430 4294956160 18446744073709551615 134733135 0 0 4096 3 0 0 0 17 0 0 0
/proc/18139/statm: 636 338 50 174 0 459 0

[startup+0.043826 s]
/proc/loadavg: 1.00 1.00 1.17 3/81 18138
/proc/meminfo: memFree=1811968/2055920 swapFree=4169716/4192956
[pid=18138] ppid=18136 vsize=5360 CPUtime=0
/proc/18138/stat : 18138 (glucose.sh) S 18136 18138 17768 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 517039932 5488640 236 1992294400 4194304 4889804 548682068800 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18138/statm: 1340 236 195 169 0 51 0
[pid=18139] ppid=18138 vsize=14356 CPUtime=0.03
/proc/18139/stat : 18139 (SatELite_releas) R 18138 18138 17768 0 -1 4194304 2665 0 0 0 2 1 0 0 20 0 1 0 517039932 14700544 2545 1992294400 134512640 135225430 4294956160 18446744073709551615 134735534 0 0 4096 3 0 0 0 17 0 0 0
/proc/18139/statm: 3589 2546 50 174 0 3412 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 19716

[startup+0.101831 s]
/proc/loadavg: 1.00 1.00 1.17 3/81 18138
/proc/meminfo: memFree=1811968/2055920 swapFree=4169716/4192956
[pid=18138] ppid=18136 vsize=5360 CPUtime=0
/proc/18138/stat : 18138 (glucose.sh) S 18136 18138 17768 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 517039932 5488640 236 1992294400 4194304 4889804 548682068800 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18138/statm: 1340 236 195 169 0 51 0
[pid=18139] ppid=18138 vsize=21996 CPUtime=0.09
/proc/18139/stat : 18139 (SatELite_releas) R 18138 18138 17768 0 -1 4194304 4562 0 0 0 7 2 0 0 20 0 1 0 517039932 22523904 4442 1992294400 134512640 135225430 4294956160 18446744073709551615 134717494 0 0 4096 3 0 0 0 17 0 0 0
/proc/18139/statm: 5499 4444 50 174 0 5322 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 27356

[startup+0.301851 s]
/proc/loadavg: 1.00 1.00 1.17 3/81 18138
/proc/meminfo: memFree=1811968/2055920 swapFree=4169716/4192956
[pid=18138] ppid=18136 vsize=5360 CPUtime=0
/proc/18138/stat : 18138 (glucose.sh) S 18136 18138 17768 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 517039932 5488640 236 1992294400 4194304 4889804 548682068800 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18138/statm: 1340 236 195 169 0 51 0
[pid=18139] ppid=18138 vsize=35544 CPUtime=0.28
/proc/18139/stat : 18139 (SatELite_releas) R 18138 18138 17768 0 -1 4194304 7839 0 0 0 24 4 0 0 21 0 1 0 517039932 36397056 7719 1992294400 134512640 135225430 4294956160 18446744073709551615 134735534 0 0 4096 3 0 0 0 17 0 0 0
/proc/18139/statm: 8886 7719 50 174 0 8709 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 40904

[startup+0.70189 s]
/proc/loadavg: 1.00 1.00 1.17 3/81 18138
/proc/meminfo: memFree=1811968/2055920 swapFree=4169716/4192956
[pid=18138] ppid=18136 vsize=5360 CPUtime=0
/proc/18138/stat : 18138 (glucose.sh) S 18136 18138 17768 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 517039932 5488640 236 1992294400 4194304 4889804 548682068800 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18138/statm: 1340 236 195 169 0 51 0
[pid=18139] ppid=18138 vsize=64248 CPUtime=0.69
/proc/18139/stat : 18139 (SatELite_releas) R 18138 18138 17768 0 -1 4194304 14492 0 0 0 62 7 0 0 25 0 1 0 517039932 65789952 14372 1992294400 134512640 135225430 4294956160 18446744073709551615 134586121 0 0 4096 3 0 0 0 17 0 0 0
/proc/18139/statm: 16062 14372 77 174 0 15885 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 69608

[startup+1.50297 s]
/proc/loadavg: 1.00 1.00 1.17 2/83 18140
/proc/meminfo: memFree=1751664/2055920 swapFree=4169716/4192956
[pid=18138] ppid=18136 vsize=5360 CPUtime=0
/proc/18138/stat : 18138 (glucose.sh) S 18136 18138 17768 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 517039932 5488640 236 1992294400 4194304 4889804 548682068800 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18138/statm: 1340 236 195 169 0 51 0
[pid=18139] ppid=18138 vsize=69084 CPUtime=1.49
/proc/18139/stat : 18139 (SatELite_releas) R 18138 18138 17768 0 -1 4194304 17305 0 0 0 140 9 0 0 25 0 1 0 517039932 70742016 15837 1992294400 134512640 135225430 4294956160 18446744073709551615 134587334 0 0 4096 3 0 0 0 17 0 0 0
/proc/18139/statm: 17271 15837 77 174 0 17094 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 74444

[startup+3.10113 s]
/proc/loadavg: 1.08 1.02 1.17 2/83 18140
/proc/meminfo: memFree=1740784/2055920 swapFree=4169716/4192956
[pid=18138] ppid=18136 vsize=5360 CPUtime=0
/proc/18138/stat : 18138 (glucose.sh) S 18136 18138 17768 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 517039932 5488640 236 1992294400 4194304 4889804 548682068800 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18138/statm: 1340 236 195 169 0 51 0
[pid=18139] ppid=18138 vsize=68980 CPUtime=3.08
/proc/18139/stat : 18139 (SatELite_releas) R 18138 18138 17768 0 -1 4194304 19876 0 0 0 297 11 0 0 25 0 1 0 517039932 70635520 15848 1992294400 134512640 135225430 4294956160 18446744073709551615 134735630 0 0 4096 3 0 0 0 17 0 0 0
/proc/18139/statm: 17245 15848 77 174 0 17068 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 74340

[startup+6.30144 s]
/proc/loadavg: 1.08 1.02 1.17 2/83 18141
/proc/meminfo: memFree=1774704/2055920 swapFree=4169716/4192956
[pid=18138] ppid=18136 vsize=5360 CPUtime=3.64
/proc/18138/stat : 18138 (glucose.sh) S 18136 18138 17768 0 -1 4194304 313 21103 0 0 0 0 350 14 16 0 1 0 517039932 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18138/statm: 1340 238 195 169 0 51 0
[pid=18141] ppid=18138 vsize=28828 CPUtime=2.62
/proc/18141/stat : 18141 (glucose_static) R 18138 18138 17768 0 -1 4194304 6738 0 0 0 259 3 0 0 25 0 1 0 517040299 29519872 6724 1992294400 134512640 135217611 4294956272 18446744073709551615 134542153 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/18141/statm: 7207 6724 77 172 0 7032 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 34188

[startup+12.7011 s]
/proc/loadavg: 1.14 1.03 1.18 2/83 18141
/proc/meminfo: memFree=1773104/2055920 swapFree=4169716/4192956
[pid=18138] ppid=18136 vsize=5360 CPUtime=3.64
/proc/18138/stat : 18138 (glucose.sh) S 18136 18138 17768 0 -1 4194304 313 21103 0 0 0 0 350 14 16 0 1 0 517039932 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18138/statm: 1340 238 195 169 0 51 0
[pid=18141] ppid=18138 vsize=30296 CPUtime=9.01
/proc/18141/stat : 18141 (glucose_static) R 18138 18138 17768 0 -1 4194304 7134 0 0 0 898 3 0 0 25 0 1 0 517040299 31023104 7120 1992294400 134512640 135217611 4294956272 18446744073709551615 134542222 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/18141/statm: 7574 7120 77 172 0 7399 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 35656

[startup+25.5013 s]
/proc/loadavg: 1.12 1.03 1.17 2/83 18141
/proc/meminfo: memFree=1770736/2055920 swapFree=4169716/4192956
[pid=18138] ppid=18136 vsize=5360 CPUtime=3.64
/proc/18138/stat : 18138 (glucose.sh) S 18136 18138 17768 0 -1 4194304 313 21103 0 0 0 0 350 14 16 0 1 0 517039932 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18138/statm: 1340 238 195 169 0 51 0
[pid=18141] ppid=18138 vsize=32936 CPUtime=21.81
/proc/18141/stat : 18141 (glucose_static) R 18138 18138 17768 0 -1 4194304 7770 0 0 0 2177 4 0 0 25 0 1 0 517040299 33726464 7756 1992294400 134512640 135217611 4294956272 18446744073709551615 134532721 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/18141/statm: 8234 7756 77 172 0 8059 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 38296

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

[startup+31.907 s]
/proc/loadavg: 1.11 1.03 1.17 2/83 18141
/proc/meminfo: memFree=1769776/2055920 swapFree=4169716/4192956
[pid=18138] ppid=18136 vsize=5360 CPUtime=3.64
/proc/18138/stat : 18138 (glucose.sh) S 18136 18138 17768 0 -1 4194304 313 21103 0 0 0 0 350 14 16 0 1 0 517039932 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18138/statm: 1340 238 195 169 0 51 0
[pid=18141] ppid=18138 vsize=33860 CPUtime=28.21
/proc/18141/stat : 18141 (glucose_static) R 18138 18138 17768 0 -1 4194304 8016 0 0 0 2817 4 0 0 25 0 1 0 517040299 34672640 8002 1992294400 134512640 135217611 4294956272 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/18141/statm: 8465 8002 77 172 0 8290 0
Current children cumulated CPU time (s) 31.85
Current children cumulated vsize (KiB) 39220

[startup+38.3016 s]
/proc/loadavg: 1.09 1.03 1.17 2/83 18141
/proc/meminfo: memFree=1769328/2055920 swapFree=4169716/4192956
[pid=18138] ppid=18136 vsize=5360 CPUtime=3.64
/proc/18138/stat : 18138 (glucose.sh) S 18136 18138 17768 0 -1 4194304 313 21103 0 0 0 0 350 14 16 0 1 0 517039932 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18138/statm: 1340 238 195 169 0 51 0
[pid=18141] ppid=18138 vsize=34124 CPUtime=34.6
/proc/18141/stat : 18141 (glucose_static) R 18138 18138 17768 0 -1 4194304 8064 0 0 0 3456 4 0 0 25 0 1 0 517040299 34942976 8050 1992294400 134512640 135217611 4294956272 18446744073709551615 134532912 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/18141/statm: 8531 8050 77 172 0 8356 0
Current children cumulated CPU time (s) 38.24
Current children cumulated vsize (KiB) 39484

[startup+39.9018 s]
/proc/loadavg: 1.09 1.03 1.17 2/83 18141
/proc/meminfo: memFree=1769328/2055920 swapFree=4169716/4192956
[pid=18138] ppid=18136 vsize=5360 CPUtime=3.64
/proc/18138/stat : 18138 (glucose.sh) S 18136 18138 17768 0 -1 4194304 313 21103 0 0 0 0 350 14 16 0 1 0 517039932 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18138/statm: 1340 238 195 169 0 51 0
[pid=18141] ppid=18138 vsize=34124 CPUtime=36.2
/proc/18141/stat : 18141 (glucose_static) R 18138 18138 17768 0 -1 4194304 8064 0 0 0 3616 4 0 0 25 0 1 0 517040299 34942976 8050 1992294400 134512640 135217611 4294956272 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/18141/statm: 8531 8050 77 172 0 8356 0
Current children cumulated CPU time (s) 39.84
Current children cumulated vsize (KiB) 39484

[startup+40.7068 s]
/proc/loadavg: 1.09 1.03 1.17 2/83 18141
/proc/meminfo: memFree=1769456/2055920 swapFree=4169716/4192956
[pid=18138] ppid=18136 vsize=5360 CPUtime=3.64
/proc/18138/stat : 18138 (glucose.sh) S 18136 18138 17768 0 -1 4194304 313 21103 0 0 0 0 350 14 16 0 1 0 517039932 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18138/statm: 1340 238 195 169 0 51 0
[pid=18141] ppid=18138 vsize=34124 CPUtime=37
/proc/18141/stat : 18141 (glucose_static) R 18138 18138 17768 0 -1 4194304 8064 0 0 0 3696 4 0 0 25 0 1 0 517040299 34942976 8050 1992294400 134512640 135217611 4294956272 18446744073709551615 134532912 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/18141/statm: 8531 8050 77 172 0 8356 0
Current children cumulated CPU time (s) 40.64
Current children cumulated vsize (KiB) 39484

[startup+41.5019 s]
/proc/loadavg: 1.09 1.03 1.17 2/83 18141
/proc/meminfo: memFree=1769456/2055920 swapFree=4169716/4192956
[pid=18138] ppid=18136 vsize=5360 CPUtime=3.64
/proc/18138/stat : 18138 (glucose.sh) S 18136 18138 17768 0 -1 4194304 313 21103 0 0 0 0 350 14 16 0 1 0 517039932 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18138/statm: 1340 238 195 169 0 51 0
[pid=18141] ppid=18138 vsize=34124 CPUtime=37.8
/proc/18141/stat : 18141 (glucose_static) R 18138 18138 17768 0 -1 4194304 8064 0 0 0 3776 4 0 0 25 0 1 0 517040299 34942976 8050 1992294400 134512640 135217611 4294956272 18446744073709551615 134532912 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/18141/statm: 8531 8050 77 172 0 8356 0
Current children cumulated CPU time (s) 41.44
Current children cumulated vsize (KiB) 39484

[startup+41.7019 s]
/proc/loadavg: 1.09 1.03 1.17 2/83 18141
/proc/meminfo: memFree=1769456/2055920 swapFree=4169716/4192956
[pid=18138] ppid=18136 vsize=5360 CPUtime=3.64
/proc/18138/stat : 18138 (glucose.sh) S 18136 18138 17768 0 -1 4194304 313 21103 0 0 0 0 350 14 16 0 1 0 517039932 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18138/statm: 1340 238 195 169 0 51 0
[pid=18141] ppid=18138 vsize=34124 CPUtime=38
/proc/18141/stat : 18141 (glucose_static) R 18138 18138 17768 0 -1 4194304 8064 0 0 0 3796 4 0 0 25 0 1 0 517040299 34942976 8050 1992294400 134512640 135217611 4294956272 18446744073709551615 134542186 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/18141/statm: 8531 8050 77 172 0 8356 0
Current children cumulated CPU time (s) 41.64
Current children cumulated vsize (KiB) 39484

Child status: 20
Real time (s): 41.7516
CPU time (s): 41.6977
CPU user time (s): 41.4867
CPU system time (s): 0.210967
CPU usage (%): 99.8709
Max. virtual memory (cumulated for all children) (KiB): 81008

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 41.4867
system time used= 0.210967
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 29647
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= 11
involuntary context switches= 149

runsolver used 0.054991 second user time and 0.144977 second system time

The end

Launcher Data

Begin job on node89 at 2009-04-05 06:51:51
IDJOB=1579382
IDBENCH=70997
IDSOLVER=503
FILE ID=node89/1579382-1238907110
PBS_JOBID= 9101342
Free space on /tmp= 66508 MiB

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

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

MD5SUM BENCH= b0f091d476e617a8697e9f8acfd1538f
RANDOM SEED=1622887223

node89.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.240
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.240
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:       1812448 kB
Buffers:         13036 kB
Cached:         155840 kB
SwapCached:      12344 kB
Active:          52344 kB
Inactive:       130468 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1812448 kB
SwapTotal:     4192956 kB
SwapFree:      4169716 kB
Dirty:           10764 kB
Writeback:           0 kB
Mapped:          19632 kB
Slab:            44884 kB
Committed_AS:  1829868 kB
PageTables:       2628 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= 66508 MiB
End job on node89 at 2009-04-05 06:52:32