Trace number 1774694

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 43.1504 43.1878

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 benchmark40.3869
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.49/0.55	c ==============================================================================
0.49/0.55	c |           |     ORIGINAL     |              LEARNT              |          |
0.49/0.55	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.49/0.55	c ==============================================================================
0.49/0.55	c |         0 |  533925  1246626 |  160177       0        0     nan |  0.000 % |
3.39/3.47	c |         0 |  337556   906141 |      --       0       --      -- |     --   | -46489/4489
3.39/3.47	c ==============================================================================
3.39/3.47	c Result  :   #vars: 65845   #clauses: 337556   #literals: 906141
3.39/3.47	c CPU time:   3.33649 s
3.39/3.47	c ==============================================================================
3.79/3.83	c
3.79/3.83	c Starting glucose
3.79/3.83	c
3.79/3.83	
3.79/3.83	c This is glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
3.79/3.83	
3.79/3.83	c ============================[ Problem Statistics ]=============================
3.79/3.83	c |                                                                             |
3.79/3.83	c |  Number of variables:  65845                                                |
3.79/3.83	c |  Number of clauses:    337556                                               |
3.82/4.08	c |  Parsing time:         0.21         s                                       |
43.04/43.17	c restarts              : 31
43.04/43.17	c nb ReduceDB           : 0
43.04/43.17	c nb learnts DL2        : 459
43.04/43.17	c nb learnts size 2     : 287
43.04/43.17	c nb learnts size 1     : 50
43.04/43.17	c conflicts             : 15371          (392 /sec)
43.04/43.17	c decisions             : 55386          (1.13 % random) (1411 /sec)
43.04/43.17	c propagations          : 67421605       (1717834 /sec)
43.04/43.17	c conflict literals     : 1488680        (37.87 % deleted)
43.04/43.17	c Memory used           : 33.33 MB
43.04/43.17	c CPU time              : 39.248 s
43.04/43.17	
43.04/43.18	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-1774694-1241267223/watcher-1774694-1241267223 -o /tmp/evaluation-result-1774694-1241267223/solver-1774694-1241267223 -C 10000 -W 12000 -M 1800 glucose.sh HOME/instance-1774694-1241267223.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: 1.00 1.00 1.00 3/64 27143
/proc/meminfo: memFree=1300832/2055920 swapFree=4181360/4192956
[pid=27143] ppid=27141 vsize=5360 CPUtime=0
/proc/27143/stat : 27143 (glucose.sh) R 27141 27143 27010 0 -1 4194304 268 0 0 0 0 0 0 0 18 0 1 0 154755736 5488640 235 1992294400 4194304 4889804 548682068816 18446744073709551615 245482711711 0 65538 4100 65536 0 0 0 17 1 0 0
/proc/27143/statm: 1340 235 194 169 0 51 0
[pid=27144] ppid=27143 vsize=1552 CPUtime=0
/proc/27144/stat : 27144 (SatELite_releas) R 27143 27143 27010 0 -1 4194304 229 0 0 0 0 0 0 0 18 0 1 0 154755736 1589248 213 1992294400 134512640 135225430 4294956176 18446744073709551615 134733135 0 0 4096 3 0 0 0 17 1 0 0
/proc/27144/statm: 436 220 50 174 0 259 0

[startup+0.0844979 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 27143
/proc/meminfo: memFree=1300832/2055920 swapFree=4181360/4192956
[pid=27143] ppid=27141 vsize=5360 CPUtime=0
/proc/27143/stat : 27143 (glucose.sh) S 27141 27143 27010 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 154755736 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27143/statm: 1340 236 195 169 0 51 0
[pid=27144] ppid=27143 vsize=19488 CPUtime=0.07
/proc/27144/stat : 27144 (SatELite_releas) R 27143 27143 27010 0 -1 4194304 3898 0 0 0 6 1 0 0 19 0 1 0 154755736 19955712 3778 1992294400 134512640 135225430 4294956176 18446744073709551615 134717494 0 0 4096 3 0 0 0 17 1 0 0
/proc/27144/statm: 4872 3778 50 174 0 4695 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 24848

[startup+0.1015 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 27143
/proc/meminfo: memFree=1300832/2055920 swapFree=4181360/4192956
[pid=27143] ppid=27141 vsize=5360 CPUtime=0
/proc/27143/stat : 27143 (glucose.sh) S 27141 27143 27010 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 154755736 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27143/statm: 1340 236 195 169 0 51 0
[pid=27144] ppid=27143 vsize=21468 CPUtime=0.09
/proc/27144/stat : 27144 (SatELite_releas) R 27143 27143 27010 0 -1 4194304 4437 0 0 0 7 2 0 0 19 0 1 0 154755736 21983232 4317 1992294400 134512640 135225430 4294956176 18446744073709551615 134717494 0 0 4096 3 0 0 0 17 1 0 0
/proc/27144/statm: 5400 4318 50 174 0 5223 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 26828

[startup+0.30152 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 27143
/proc/meminfo: memFree=1300832/2055920 swapFree=4181360/4192956
[pid=27143] ppid=27141 vsize=5360 CPUtime=0
/proc/27143/stat : 27143 (glucose.sh) S 27141 27143 27010 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 154755736 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27143/statm: 1340 236 195 169 0 51 0
[pid=27144] ppid=27143 vsize=34884 CPUtime=0.29
/proc/27144/stat : 27144 (SatELite_releas) R 27143 27143 27010 0 -1 4194304 7645 0 0 0 25 4 0 0 21 0 1 0 154755736 35721216 7525 1992294400 134512640 135225430 4294956176 18446744073709551615 134717494 0 0 4096 3 0 0 0 17 1 0 0
/proc/27144/statm: 8721 7525 50 174 0 8544 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 40244

[startup+0.701561 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 27143
/proc/meminfo: memFree=1300832/2055920 swapFree=4181360/4192956
[pid=27143] ppid=27141 vsize=5360 CPUtime=0
/proc/27143/stat : 27143 (glucose.sh) S 27141 27143 27010 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 154755736 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27143/statm: 1340 236 195 169 0 51 0
[pid=27144] ppid=27143 vsize=57432 CPUtime=0.69
/proc/27144/stat : 27144 (SatELite_releas) R 27143 27143 27010 0 -1 4194304 13319 0 0 0 61 8 0 0 24 0 1 0 154755736 58810368 13199 1992294400 134512640 135225430 4294956176 18446744073709551615 134712412 0 0 4096 3 0 0 0 17 1 0 0
/proc/27144/statm: 14358 13199 72 174 0 14181 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 62792

[startup+1.50164 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 27145
/proc/meminfo: memFree=1241352/2055920 swapFree=4181360/4192956
[pid=27143] ppid=27141 vsize=5360 CPUtime=0
/proc/27143/stat : 27143 (glucose.sh) S 27141 27143 27010 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 154755736 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27143/statm: 1340 236 195 169 0 51 0
[pid=27144] ppid=27143 vsize=69084 CPUtime=1.49
/proc/27144/stat : 27144 (SatELite_releas) R 27143 27143 27010 0 -1 4194304 17305 0 0 0 138 11 0 0 25 0 1 0 154755736 70742016 15837 1992294400 134512640 135225430 4294956176 18446744073709551615 134587408 0 0 4096 3 0 0 0 17 1 0 0
/proc/27144/statm: 17271 15837 77 174 0 17094 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 74444

[startup+3.1018 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 27145
/proc/meminfo: memFree=1230280/2055920 swapFree=4181360/4192956
[pid=27143] ppid=27141 vsize=5360 CPUtime=0
/proc/27143/stat : 27143 (glucose.sh) S 27141 27143 27010 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 154755736 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27143/statm: 1340 236 195 169 0 51 0
[pid=27144] ppid=27143 vsize=75624 CPUtime=3.08
/proc/27144/stat : 27144 (SatELite_releas) R 27143 27143 27010 0 -1 4194304 19836 0 0 0 296 12 0 0 25 0 1 0 154755736 77438976 16847 1992294400 134512640 135225430 4294956176 18446744073709551615 134564269 0 0 4096 3 0 0 0 17 1 0 0
/proc/27144/statm: 18906 16847 77 174 0 18729 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 80984

[startup+6.30213 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 27146
/proc/meminfo: memFree=1264200/2055920 swapFree=4181360/4192956
[pid=27143] ppid=27141 vsize=5360 CPUtime=3.82
/proc/27143/stat : 27143 (glucose.sh) S 27141 27143 27010 0 -1 4194304 313 21103 0 0 0 0 365 17 16 0 1 0 154755736 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27143/statm: 1340 238 195 169 0 51 0
[pid=27146] ppid=27143 vsize=28696 CPUtime=2.44
/proc/27146/stat : 27146 (glucose_static) R 27143 27143 27010 0 -1 4194304 6710 0 0 0 241 3 0 0 25 0 1 0 154756119 29384704 6696 1992294400 134512640 135217611 4294956288 18446744073709551615 134723558 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/27146/statm: 7174 6696 77 172 0 6999 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 34056

[startup+12.7018 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 27146
/proc/meminfo: memFree=1262344/2055920 swapFree=4181360/4192956
[pid=27143] ppid=27141 vsize=5360 CPUtime=3.82
/proc/27143/stat : 27143 (glucose.sh) S 27141 27143 27010 0 -1 4194304 313 21103 0 0 0 0 365 17 16 0 1 0 154755736 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27143/statm: 1340 238 195 169 0 51 0
[pid=27146] ppid=27143 vsize=30296 CPUtime=8.85
/proc/27146/stat : 27146 (glucose_static) R 27143 27143 27010 0 -1 4194304 7126 0 0 0 881 4 0 0 25 0 1 0 154756119 31023104 7112 1992294400 134512640 135217611 4294956288 18446744073709551615 134533193 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/27146/statm: 7574 7112 77 172 0 7399 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 35656

[startup+25.5011 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 27146
/proc/meminfo: memFree=1259784/2055920 swapFree=4181360/4192956
[pid=27143] ppid=27141 vsize=5360 CPUtime=3.82
/proc/27143/stat : 27143 (glucose.sh) S 27141 27143 27010 0 -1 4194304 313 21103 0 0 0 0 365 17 16 0 1 0 154755736 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27143/statm: 1340 238 195 169 0 51 0
[pid=27146] ppid=27143 vsize=32804 CPUtime=21.64
/proc/27146/stat : 27146 (glucose_static) R 27143 27143 27010 0 -1 4194304 7740 0 0 0 2159 5 0 0 25 0 1 0 154756119 33591296 7726 1992294400 134512640 135217611 4294956288 18446744073709551615 134533371 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/27146/statm: 8201 7726 77 172 0 8026 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 38164

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

[startup+31.9067 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 27146
/proc/meminfo: memFree=1258824/2055920 swapFree=4181360/4192956
[pid=27143] ppid=27141 vsize=5360 CPUtime=3.82
/proc/27143/stat : 27143 (glucose.sh) S 27141 27143 27010 0 -1 4194304 313 21103 0 0 0 0 365 17 16 0 1 0 154755736 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27143/statm: 1340 238 195 169 0 51 0
[pid=27146] ppid=27143 vsize=33728 CPUtime=28.05
/proc/27146/stat : 27146 (glucose_static) R 27143 27143 27010 0 -1 4194304 7988 0 0 0 2800 5 0 0 25 0 1 0 154756119 34537472 7974 1992294400 134512640 135217611 4294956288 18446744073709551615 134723558 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/27146/statm: 8432 7974 77 172 0 8257 0
Current children cumulated CPU time (s) 31.87
Current children cumulated vsize (KiB) 39088

[startup+38.3014 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 27146
/proc/meminfo: memFree=1258376/2055920 swapFree=4181360/4192956
[pid=27143] ppid=27141 vsize=5360 CPUtime=3.82
/proc/27143/stat : 27143 (glucose.sh) S 27141 27143 27010 0 -1 4194304 313 21103 0 0 0 0 365 17 16 0 1 0 154755736 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27143/statm: 1340 238 195 169 0 51 0
[pid=27146] ppid=27143 vsize=34124 CPUtime=34.43
/proc/27146/stat : 27146 (glucose_static) R 27143 27143 27010 0 -1 4194304 8064 0 0 0 3438 5 0 0 25 0 1 0 154756119 34942976 8050 1992294400 134512640 135217611 4294956288 18446744073709551615 134537564 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/27146/statm: 8531 8050 77 172 0 8356 0
Current children cumulated CPU time (s) 38.25
Current children cumulated vsize (KiB) 39484

[startup+41.5017 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 27146
/proc/meminfo: memFree=1258376/2055920 swapFree=4181360/4192956
[pid=27143] ppid=27141 vsize=5360 CPUtime=3.82
/proc/27143/stat : 27143 (glucose.sh) S 27141 27143 27010 0 -1 4194304 313 21103 0 0 0 0 365 17 16 0 1 0 154755736 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27143/statm: 1340 238 195 169 0 51 0
[pid=27146] ppid=27143 vsize=34124 CPUtime=37.62
/proc/27146/stat : 27146 (glucose_static) R 27143 27143 27010 0 -1 4194304 8064 0 0 0 3757 5 0 0 25 0 1 0 154756119 34942976 8050 1992294400 134512640 135217611 4294956288 18446744073709551615 134532638 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/27146/statm: 8531 8050 77 172 0 8356 0
Current children cumulated CPU time (s) 41.44
Current children cumulated vsize (KiB) 39484

[startup+42.3018 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 27146
/proc/meminfo: memFree=1258376/2055920 swapFree=4181360/4192956
[pid=27143] ppid=27141 vsize=5360 CPUtime=3.82
/proc/27143/stat : 27143 (glucose.sh) S 27141 27143 27010 0 -1 4194304 313 21103 0 0 0 0 365 17 16 0 1 0 154755736 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27143/statm: 1340 238 195 169 0 51 0
[pid=27146] ppid=27143 vsize=34124 CPUtime=38.42
/proc/27146/stat : 27146 (glucose_static) R 27143 27143 27010 0 -1 4194304 8064 0 0 0 3837 5 0 0 25 0 1 0 154756119 34942976 8050 1992294400 134512640 135217611 4294956288 18446744073709551615 134532731 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/27146/statm: 8531 8050 77 172 0 8356 0
Current children cumulated CPU time (s) 42.24
Current children cumulated vsize (KiB) 39484

[startup+42.7018 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 27146
/proc/meminfo: memFree=1258376/2055920 swapFree=4181360/4192956
[pid=27143] ppid=27141 vsize=5360 CPUtime=3.82
/proc/27143/stat : 27143 (glucose.sh) S 27141 27143 27010 0 -1 4194304 313 21103 0 0 0 0 365 17 16 0 1 0 154755736 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27143/statm: 1340 238 195 169 0 51 0
[pid=27146] ppid=27143 vsize=34124 CPUtime=38.82
/proc/27146/stat : 27146 (glucose_static) R 27143 27143 27010 0 -1 4194304 8064 0 0 0 3877 5 0 0 25 0 1 0 154756119 34942976 8050 1992294400 134512640 135217611 4294956288 18446744073709551615 134527815 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/27146/statm: 8531 8050 77 172 0 8356 0
Current children cumulated CPU time (s) 42.64
Current children cumulated vsize (KiB) 39484

[startup+43.1018 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 27146
/proc/meminfo: memFree=1258504/2055920 swapFree=4181360/4192956
[pid=27143] ppid=27141 vsize=5360 CPUtime=3.82
/proc/27143/stat : 27143 (glucose.sh) S 27141 27143 27010 0 -1 4194304 313 21103 0 0 0 0 365 17 16 0 1 0 154755736 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27143/statm: 1340 238 195 169 0 51 0
[pid=27146] ppid=27143 vsize=34124 CPUtime=39.22
/proc/27146/stat : 27146 (glucose_static) R 27143 27143 27010 0 -1 4194304 8064 0 0 0 3917 5 0 0 25 0 1 0 154756119 34942976 8050 1992294400 134512640 135217611 4294956288 18446744073709551615 134532754 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/27146/statm: 8531 8050 77 172 0 8356 0
Current children cumulated CPU time (s) 43.04
Current children cumulated vsize (KiB) 39484

Child status: 20
Real time (s): 43.1878
CPU time (s): 43.1504
CPU user time (s): 42.9065
CPU system time (s): 0.243962
CPU usage (%): 99.9134
Max. virtual memory (cumulated for all children) (KiB): 81008

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 42.9065
system time used= 0.243962
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 29646
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= 10
involuntary context switches= 82

runsolver used 0.050992 second user time and 0.115982 second system time

The end

Launcher Data

Begin job on node17 at 2009-05-02 14:27:04
IDJOB=1774694
IDBENCH=70997
IDSOLVER=610
FILE ID=node17/1774694-1241267223
PBS_JOBID= 9224963
Free space on /tmp= 66440 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-1774694-1241267223/watcher-1774694-1241267223 -o /tmp/evaluation-result-1774694-1241267223/solver-1774694-1241267223 -C 10000 -W 12000 -M 1800  glucose.sh HOME/instance-1774694-1241267223.cnf

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

MD5SUM BENCH= b0f091d476e617a8697e9f8acfd1538f
RANDOM SEED=510863434

node17.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.234
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.234
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:       1301376 kB
Buffers:         71640 kB
Cached:         581852 kB
SwapCached:       5428 kB
Active:          68472 kB
Inactive:       592896 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1301376 kB
SwapTotal:     4192956 kB
SwapFree:      4181360 kB
Dirty:           10764 kB
Writeback:           0 kB
Mapped:          13564 kB
Slab:            79204 kB
Committed_AS:   679292 kB
PageTables:       1452 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= 66440 MiB
End job on node17 at 2009-05-02 14:27:47