Trace number 1723924

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 355.151 355.306

General information on the benchmark

Namemanol-pipe-f9n.cnf
MD5SUM61e4a04a828a2cd33ae3f3dde54ef320
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark280.7
Satisfiable
(Un)Satisfiability was proved
Number of variables185149
Number of clauses552412
Sum of the clauses size1288960
Maximum clause length3
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2368274
Number of clauses of size 3184137
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.39/0.47	c ==============================================================================
0.39/0.47	c |           |     ORIGINAL     |              LEARNT              |          |
0.39/0.47	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.39/0.47	c ==============================================================================
0.39/0.47	c |         0 |  552411  1288959 |  165723       0        0     nan |  0.000 % |
3.29/3.38	c |         0 |  224311   892727 |      --       0       --      -- |     --   | -328093/-396215
3.29/3.39	c ==============================================================================
3.29/3.39	c Result  :   #vars: 29191   #clauses: 224311   #literals: 892727
3.29/3.39	c CPU time:   3.20051 s
3.29/3.39	c ==============================================================================
3.59/3.69	c
3.59/3.69	c Starting glucose
3.59/3.69	c
3.59/3.69	
3.59/3.69	c This is glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
3.59/3.69	
3.59/3.69	c ============================[ Problem Statistics ]=============================
3.59/3.69	c |                                                                             |
3.59/3.69	c |  Number of variables:  29191                                                |
3.59/3.69	c |  Number of clauses:    224311                                               |
3.68/3.87	c |  Parsing time:         0.16         s                                       |
355.03/355.28	c restarts              : 535
355.03/355.28	c nb ReduceDB           : 33
355.03/355.28	c nb learnts DL2        : 1969
355.03/355.28	c nb learnts size 2     : 455
355.03/355.28	c nb learnts size 1     : 79
355.03/355.28	c conflicts             : 1216576        (3463 /sec)
355.03/355.28	c decisions             : 2700347        (1.54 % random) (7686 /sec)
355.03/355.28	c propagations          : 317371105      (903315 /sec)
355.03/355.28	c conflict literals     : 45647888       (31.82 % deleted)
355.03/355.28	c Memory used           : 46.23 MB
355.03/355.28	c CPU time              : 351.341 s
355.03/355.28	
355.03/355.29	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-1723924-1240690206/watcher-1723924-1240690206 -o /tmp/evaluation-result-1723924-1240690206/solver-1723924-1240690206 -C 1200 -W 1800 -M 1800 --output-limit 1,15 glucose.sh HOME/instance-1723924-1240690206.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.77 1.75 1.40 3/65 19082
/proc/meminfo: memFree=1704344/2055920 swapFree=4192192/4192956
[pid=19082] ppid=19080 vsize=5360 CPUtime=0
/proc/19082/stat : 19082 (glucose.sh) R 19080 19082 18319 0 -1 4194304 268 0 0 0 0 0 0 0 18 0 1 0 97050771 5488640 235 1992294400 4194304 4889804 548682068800 18446744073709551615 265674091167 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/19082/statm: 1340 235 194 169 0 51 0
[pid=19083] ppid=19082 vsize=1140 CPUtime=0
/proc/19083/stat : 19083 (SatELite_releas) R 19082 19082 18319 0 -1 4194304 154 0 0 0 0 0 0 0 18 0 1 0 97050772 1167360 138 1992294400 134512640 135225430 4294956160 18446744073709551615 134717494 0 0 4096 3 0 0 0 17 0 0 0
/proc/19083/statm: 285 141 50 174 0 108 0

[startup+0.05882 s]
/proc/loadavg: 1.77 1.75 1.40 3/65 19082
/proc/meminfo: memFree=1704344/2055920 swapFree=4192192/4192956
[pid=19082] ppid=19080 vsize=5360 CPUtime=0
/proc/19082/stat : 19082 (glucose.sh) S 19080 19082 18319 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 97050771 5488640 236 1992294400 4194304 4889804 548682068800 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19082/statm: 1340 236 195 169 0 51 0
[pid=19083] ppid=19082 vsize=10120 CPUtime=0.05
/proc/19083/stat : 19083 (SatELite_releas) R 19082 19082 18319 0 -1 4194304 2248 0 0 0 4 1 0 0 19 0 1 0 97050772 10362880 2232 1992294400 134512640 135225430 4294956160 18446744073709551615 134717494 0 0 4096 3 0 0 0 17 0 0 0
/proc/19083/statm: 2530 2234 50 174 0 2353 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 15480

[startup+0.101825 s]
/proc/loadavg: 1.77 1.75 1.40 3/65 19082
/proc/meminfo: memFree=1704344/2055920 swapFree=4192192/4192956
[pid=19082] ppid=19080 vsize=5360 CPUtime=0
/proc/19082/stat : 19082 (glucose.sh) S 19080 19082 18319 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 97050771 5488640 236 1992294400 4194304 4889804 548682068800 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19082/statm: 1340 236 195 169 0 51 0
[pid=19083] ppid=19082 vsize=18008 CPUtime=0.09
/proc/19083/stat : 19083 (SatELite_releas) R 19082 19082 18319 0 -1 4194304 3867 0 0 0 8 1 0 0 19 0 1 0 97050772 18440192 3851 1992294400 134512640 135225430 4294956160 18446744073709551615 134717494 0 0 4096 3 0 0 0 17 0 0 0
/proc/19083/statm: 4502 3853 50 174 0 4325 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 23368

[startup+0.301847 s]
/proc/loadavg: 1.77 1.75 1.40 3/65 19082
/proc/meminfo: memFree=1704344/2055920 swapFree=4192192/4192956
[pid=19082] ppid=19080 vsize=5360 CPUtime=0
/proc/19082/stat : 19082 (glucose.sh) S 19080 19082 18319 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 97050771 5488640 236 1992294400 4194304 4889804 548682068800 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19082/statm: 1340 236 195 169 0 51 0
[pid=19083] ppid=19082 vsize=56940 CPUtime=0.29
/proc/19083/stat : 19083 (SatELite_releas) R 19082 19082 18319 0 -1 4194304 11051 0 0 0 23 6 0 0 21 0 1 0 97050772 58306560 11035 1992294400 134512640 135225430 4294956160 18446744073709551615 134735534 0 0 4096 3 0 0 0 17 0 0 0
/proc/19083/statm: 14235 11036 50 174 0 14058 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 62300

[startup+0.70189 s]
/proc/loadavg: 1.77 1.75 1.40 3/65 19082
/proc/meminfo: memFree=1704344/2055920 swapFree=4192192/4192956
[pid=19082] ppid=19080 vsize=5360 CPUtime=0
/proc/19082/stat : 19082 (glucose.sh) S 19080 19082 18319 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 97050771 5488640 236 1992294400 4194304 4889804 548682068800 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19082/statm: 1340 236 195 169 0 51 0
[pid=19083] ppid=19082 vsize=87072 CPUtime=0.68
/proc/19083/stat : 19083 (SatELite_releas) R 19082 19082 18319 0 -1 4194304 20303 0 0 0 58 10 0 0 25 0 1 0 97050772 89161728 18754 1992294400 134512640 135225430 4294956160 18446744073709551615 134735630 0 0 4096 3 0 0 0 17 0 0 0
/proc/19083/statm: 21768 18754 77 174 0 21591 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 92432

[startup+1.50198 s]
/proc/loadavg: 1.77 1.75 1.40 2/67 19084
/proc/meminfo: memFree=1624136/2055920 swapFree=4192192/4192956
[pid=19082] ppid=19080 vsize=5360 CPUtime=0
/proc/19082/stat : 19082 (glucose.sh) S 19080 19082 18319 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 97050771 5488640 236 1992294400 4194304 4889804 548682068800 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19082/statm: 1340 236 195 169 0 51 0
[pid=19083] ppid=19082 vsize=90904 CPUtime=1.48
/proc/19083/stat : 19083 (SatELite_releas) R 19082 19082 18319 0 -1 4194304 21164 0 0 0 135 13 0 0 25 0 1 0 97050772 93085696 19615 1992294400 134512640 135225430 4294956160 18446744073709551615 134587334 0 0 4096 3 0 0 0 17 0 0 0
/proc/19083/statm: 22726 19615 77 174 0 22549 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 96264

[startup+3.10116 s]
/proc/loadavg: 1.71 1.73 1.40 2/67 19084
/proc/meminfo: memFree=1610128/2055920 swapFree=4192192/4192956
[pid=19082] ppid=19080 vsize=5360 CPUtime=0
/proc/19082/stat : 19082 (glucose.sh) S 19080 19082 18319 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 97050771 5488640 236 1992294400 4194304 4889804 548682068800 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19082/statm: 1340 236 195 169 0 51 0
[pid=19083] ppid=19082 vsize=94080 CPUtime=3.09
/proc/19083/stat : 19083 (SatELite_releas) R 19082 19082 18319 0 -1 4194304 22236 0 0 0 292 17 0 0 25 0 1 0 97050772 96337920 20325 1992294400 134512640 135225430 4294956160 18446744073709551615 134586736 0 0 4096 3 0 0 0 17 0 0 0
/proc/19083/statm: 23520 20325 77 174 0 23343 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 99440

[startup+6.30151 s]
/proc/loadavg: 1.71 1.73 1.40 2/67 19085
/proc/meminfo: memFree=1660112/2055920 swapFree=4192192/4192956
[pid=19082] ppid=19080 vsize=5360 CPUtime=3.68
/proc/19082/stat : 19082 (glucose.sh) S 19080 19082 18319 0 -1 4194304 313 24132 0 0 0 0 346 22 16 0 1 0 97050771 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19082/statm: 1340 238 195 169 0 51 0
[pid=19085] ppid=19082 vsize=23024 CPUtime=2.6
/proc/19085/stat : 19085 (glucose_static) R 19082 19082 18319 0 -1 4194304 5490 0 0 0 257 3 0 0 25 0 1 0 97051141 23576576 5460 1992294400 134512640 135217611 4294956272 18446744073709551615 134538238 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/19085/statm: 5756 5460 77 172 0 5581 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 28384

[startup+12.7022 s]
/proc/loadavg: 1.76 1.74 1.40 2/67 19085
/proc/meminfo: memFree=1656592/2055920 swapFree=4192192/4192956
[pid=19082] ppid=19080 vsize=5360 CPUtime=3.68
/proc/19082/stat : 19082 (glucose.sh) S 19080 19082 18319 0 -1 4194304 313 24132 0 0 0 0 346 22 16 0 1 0 97050771 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19082/statm: 1340 238 195 169 0 51 0
[pid=19085] ppid=19082 vsize=26512 CPUtime=8.99
/proc/19085/stat : 19085 (glucose_static) R 19082 19082 18319 0 -1 4194304 6383 0 0 0 895 4 0 0 25 0 1 0 97051141 27148288 6353 1992294400 134512640 135217611 4294956272 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/19085/statm: 6628 6353 77 172 0 6453 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 31872

[startup+25.5016 s]
/proc/loadavg: 1.64 1.72 1.40 2/67 19085
/proc/meminfo: memFree=1652560/2055920 swapFree=4192192/4192956
[pid=19082] ppid=19080 vsize=5360 CPUtime=3.68
/proc/19082/stat : 19082 (glucose.sh) S 19080 19082 18319 0 -1 4194304 313 24132 0 0 0 0 346 22 16 0 1 0 97050771 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19082/statm: 1340 238 195 169 0 51 0
[pid=19085] ppid=19082 vsize=31048 CPUtime=21.79
/proc/19085/stat : 19085 (glucose_static) R 19082 19082 18319 0 -1 4194304 7478 0 0 0 2174 5 0 0 25 0 1 0 97051141 31793152 7448 1992294400 134512640 135217611 4294956272 18446744073709551615 134524317 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/19085/statm: 7762 7448 77 172 0 7587 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 36408

[startup+51.1015 s]
/proc/loadavg: 1.42 1.66 1.39 2/67 19085
/proc/meminfo: memFree=1650384/2055920 swapFree=4192192/4192956
[pid=19082] ppid=19080 vsize=5360 CPUtime=3.68
/proc/19082/stat : 19082 (glucose.sh) S 19080 19082 18319 0 -1 4194304 313 24132 0 0 0 0 346 22 16 0 1 0 97050771 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19082/statm: 1340 238 195 169 0 51 0
[pid=19085] ppid=19082 vsize=33344 CPUtime=47.38
/proc/19085/stat : 19085 (glucose_static) R 19082 19082 18319 0 -1 4194304 8057 0 0 0 4732 6 0 0 25 0 1 0 97051141 34144256 8027 1992294400 134512640 135217611 4294956272 18446744073709551615 134533131 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/19085/statm: 8336 8027 77 172 0 8161 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 38704

[startup+102.305 s]
/proc/loadavg: 1.17 1.54 1.36 2/67 19085
/proc/meminfo: memFree=1646736/2055920 swapFree=4192192/4192956
[pid=19082] ppid=19080 vsize=5360 CPUtime=3.68
/proc/19082/stat : 19082 (glucose.sh) S 19080 19082 18319 0 -1 4194304 313 24132 0 0 0 0 346 22 16 0 1 0 97050771 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19082/statm: 1340 238 195 169 0 51 0
[pid=19085] ppid=19082 vsize=37088 CPUtime=98.55
/proc/19085/stat : 19085 (glucose_static) R 19082 19082 18319 0 -1 4194304 8987 0 0 0 9848 7 0 0 25 0 1 0 97051141 37978112 8957 1992294400 134512640 135217611 4294956272 18446744073709551615 134533037 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/19085/statm: 9272 8957 77 172 0 9097 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 42448

[startup+162.302 s]
/proc/loadavg: 1.06 1.45 1.34 2/67 19085
/proc/meminfo: memFree=1643216/2055920 swapFree=4192192/4192956
[pid=19082] ppid=19080 vsize=5360 CPUtime=3.68
/proc/19082/stat : 19082 (glucose.sh) S 19080 19082 18319 0 -1 4194304 313 24132 0 0 0 0 346 22 16 0 1 0 97050771 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19082/statm: 1340 238 195 169 0 51 0
[pid=19085] ppid=19082 vsize=40664 CPUtime=158.53
/proc/19085/stat : 19085 (glucose_static) R 19082 19082 18319 0 -1 4194304 9858 0 0 0 15845 8 0 0 25 0 1 0 97051141 41639936 9828 1992294400 134512640 135217611 4294956272 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/19085/statm: 10166 9828 77 172 0 9991 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 46024

[startup+222.301 s]
/proc/loadavg: 1.02 1.36 1.31 2/67 19085
/proc/meminfo: memFree=1638928/2055920 swapFree=4192192/4192956
[pid=19082] ppid=19080 vsize=5360 CPUtime=3.68
/proc/19082/stat : 19082 (glucose.sh) S 19080 19082 18319 0 -1 4194304 313 24132 0 0 0 0 346 22 16 0 1 0 97050771 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19082/statm: 1340 238 195 169 0 51 0
[pid=19085] ppid=19082 vsize=44956 CPUtime=218.5
/proc/19085/stat : 19085 (glucose_static) R 19082 19082 18319 0 -1 4194304 10904 0 0 0 21841 9 0 0 25 0 1 0 97051141 46034944 10874 1992294400 134512640 135217611 4294956272 18446744073709551615 134533219 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/19085/statm: 11239 10874 77 172 0 11064 0
Current children cumulated CPU time (s) 222.18
Current children cumulated vsize (KiB) 50316

[startup+282.301 s]
/proc/loadavg: 1.01 1.30 1.29 2/67 19085
/proc/meminfo: memFree=1638608/2055920 swapFree=4192192/4192956
[pid=19082] ppid=19080 vsize=5360 CPUtime=3.68
/proc/19082/stat : 19082 (glucose.sh) S 19080 19082 18319 0 -1 4194304 313 24132 0 0 0 0 346 22 16 0 1 0 97050771 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19082/statm: 1340 238 195 169 0 51 0
[pid=19085] ppid=19082 vsize=45428 CPUtime=278.47
/proc/19085/stat : 19085 (glucose_static) R 19082 19082 18319 0 -1 4194304 10985 0 0 0 27838 9 0 0 25 0 1 0 97051141 46518272 10955 1992294400 134512640 135217611 4294956272 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/19085/statm: 11357 10955 77 172 0 11182 0
Current children cumulated CPU time (s) 282.15
Current children cumulated vsize (KiB) 50788

[startup+342.302 s]
/proc/loadavg: 1.00 1.24 1.27 2/67 19085
/proc/meminfo: memFree=1636688/2055920 swapFree=4192192/4192956
[pid=19082] ppid=19080 vsize=5360 CPUtime=3.68
/proc/19082/stat : 19082 (glucose.sh) S 19080 19082 18319 0 -1 4194304 313 24132 0 0 0 0 346 22 16 0 1 0 97050771 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19082/statm: 1340 238 195 169 0 51 0
[pid=19085] ppid=19082 vsize=47336 CPUtime=338.45
/proc/19085/stat : 19085 (glucose_static) R 19082 19082 18319 0 -1 4194304 11480 0 0 0 33836 9 0 0 25 0 1 0 97051141 48472064 11450 1992294400 134512640 135217611 4294956272 18446744073709551615 134533555 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/19085/statm: 11834 11450 77 172 0 11659 0
Current children cumulated CPU time (s) 342.13
Current children cumulated vsize (KiB) 52696

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

[startup+345.501 s]
/proc/loadavg: 1.00 1.24 1.27 2/67 19085
/proc/meminfo: memFree=1636624/2055920 swapFree=4192192/4192956
[pid=19082] ppid=19080 vsize=5360 CPUtime=3.68
/proc/19082/stat : 19082 (glucose.sh) S 19080 19082 18319 0 -1 4194304 313 24132 0 0 0 0 346 22 16 0 1 0 97050771 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19082/statm: 1340 238 195 169 0 51 0
[pid=19085] ppid=19082 vsize=47336 CPUtime=341.65
/proc/19085/stat : 19085 (glucose_static) R 19082 19082 18319 0 -1 4194304 11482 0 0 0 34156 9 0 0 25 0 1 0 97051141 48472064 11452 1992294400 134512640 135217611 4294956272 18446744073709551615 134533307 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/19085/statm: 11834 11452 77 172 0 11659 0
Current children cumulated CPU time (s) 345.33
Current children cumulated vsize (KiB) 52696

[startup+351.902 s]
/proc/loadavg: 1.00 1.23 1.27 2/67 19085
/proc/meminfo: memFree=1636624/2055920 swapFree=4192192/4192956
[pid=19082] ppid=19080 vsize=5360 CPUtime=3.68
/proc/19082/stat : 19082 (glucose.sh) S 19080 19082 18319 0 -1 4194304 313 24132 0 0 0 0 346 22 16 0 1 0 97050771 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19082/statm: 1340 238 195 169 0 51 0
[pid=19085] ppid=19082 vsize=47336 CPUtime=348.05
/proc/19085/stat : 19085 (glucose_static) R 19082 19082 18319 0 -1 4194304 11482 0 0 0 34796 9 0 0 25 0 1 0 97051141 48472064 11452 1992294400 134512640 135217611 4294956272 18446744073709551615 134533219 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/19085/statm: 11834 11452 77 172 0 11659 0
Current children cumulated CPU time (s) 351.73
Current children cumulated vsize (KiB) 52696

[startup+353.502 s]
/proc/loadavg: 1.00 1.23 1.27 2/67 19085
/proc/meminfo: memFree=1636624/2055920 swapFree=4192192/4192956
[pid=19082] ppid=19080 vsize=5360 CPUtime=3.68
/proc/19082/stat : 19082 (glucose.sh) S 19080 19082 18319 0 -1 4194304 313 24132 0 0 0 0 346 22 16 0 1 0 97050771 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19082/statm: 1340 238 195 169 0 51 0
[pid=19085] ppid=19082 vsize=47336 CPUtime=349.65
/proc/19085/stat : 19085 (glucose_static) R 19082 19082 18319 0 -1 4194304 11482 0 0 0 34956 9 0 0 25 0 1 0 97051141 48472064 11452 1992294400 134512640 135217611 4294956272 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/19085/statm: 11834 11452 77 172 0 11659 0
Current children cumulated CPU time (s) 353.33
Current children cumulated vsize (KiB) 52696

[startup+354.303 s]
/proc/loadavg: 1.00 1.23 1.27 2/67 19085
/proc/meminfo: memFree=1636624/2055920 swapFree=4192192/4192956
[pid=19082] ppid=19080 vsize=5360 CPUtime=3.68
/proc/19082/stat : 19082 (glucose.sh) S 19080 19082 18319 0 -1 4194304 313 24132 0 0 0 0 346 22 16 0 1 0 97050771 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19082/statm: 1340 238 195 169 0 51 0
[pid=19085] ppid=19082 vsize=47336 CPUtime=350.45
/proc/19085/stat : 19085 (glucose_static) R 19082 19082 18319 0 -1 4194304 11482 0 0 0 35036 9 0 0 25 0 1 0 97051141 48472064 11452 1992294400 134512640 135217611 4294956272 18446744073709551615 134532723 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/19085/statm: 11834 11452 77 172 0 11659 0
Current children cumulated CPU time (s) 354.13
Current children cumulated vsize (KiB) 52696

[startup+354.702 s]
/proc/loadavg: 1.00 1.23 1.27 2/67 19085
/proc/meminfo: memFree=1636624/2055920 swapFree=4192192/4192956
[pid=19082] ppid=19080 vsize=5360 CPUtime=3.68
/proc/19082/stat : 19082 (glucose.sh) S 19080 19082 18319 0 -1 4194304 313 24132 0 0 0 0 346 22 16 0 1 0 97050771 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19082/statm: 1340 238 195 169 0 51 0
[pid=19085] ppid=19082 vsize=47336 CPUtime=350.85
/proc/19085/stat : 19085 (glucose_static) R 19082 19082 18319 0 -1 4194304 11482 0 0 0 35076 9 0 0 25 0 1 0 97051141 48472064 11452 1992294400 134512640 135217611 4294956272 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/19085/statm: 11834 11452 77 172 0 11659 0
Current children cumulated CPU time (s) 354.53
Current children cumulated vsize (KiB) 52696

[startup+355.102 s]
/proc/loadavg: 1.00 1.23 1.27 2/67 19085
/proc/meminfo: memFree=1636624/2055920 swapFree=4192192/4192956
[pid=19082] ppid=19080 vsize=5360 CPUtime=3.68
/proc/19082/stat : 19082 (glucose.sh) S 19080 19082 18319 0 -1 4194304 313 24132 0 0 0 0 346 22 16 0 1 0 97050771 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19082/statm: 1340 238 195 169 0 51 0
[pid=19085] ppid=19082 vsize=47336 CPUtime=351.25
/proc/19085/stat : 19085 (glucose_static) R 19082 19082 18319 0 -1 4194304 11482 0 0 0 35116 9 0 0 25 0 1 0 97051141 48472064 11452 1992294400 134512640 135217611 4294956272 18446744073709551615 134539848 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/19085/statm: 11834 11452 77 172 0 11659 0
Current children cumulated CPU time (s) 354.93
Current children cumulated vsize (KiB) 52696

[startup+355.202 s]
/proc/loadavg: 1.00 1.23 1.27 2/67 19085
/proc/meminfo: memFree=1636624/2055920 swapFree=4192192/4192956
[pid=19082] ppid=19080 vsize=5360 CPUtime=3.68
/proc/19082/stat : 19082 (glucose.sh) S 19080 19082 18319 0 -1 4194304 313 24132 0 0 0 0 346 22 16 0 1 0 97050771 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19082/statm: 1340 238 195 169 0 51 0
[pid=19085] ppid=19082 vsize=47336 CPUtime=351.35
/proc/19085/stat : 19085 (glucose_static) R 19082 19082 18319 0 -1 4194304 11482 0 0 0 35126 9 0 0 25 0 1 0 97051141 48472064 11452 1992294400 134512640 135217611 4294956272 18446744073709551615 134532989 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/19085/statm: 11834 11452 77 172 0 11659 0
Current children cumulated CPU time (s) 355.03
Current children cumulated vsize (KiB) 52696

Child status: 20
Real time (s): 355.306
CPU time (s): 355.151
CPU user time (s): 354.802
CPU system time (s): 0.348946
CPU usage (%): 99.9564
Max. virtual memory (cumulated for all children) (KiB): 101736

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 354.802
system time used= 0.348946
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 36094
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38
involuntary context switches= 1036

runsolver used 0.379942 second user time and 0.91986 second system time

The end

Launcher Data

Begin job on node76 at 2009-04-25 22:10:07
IDJOB=1723924
IDBENCH=71745
IDSOLVER=503
FILE ID=node76/1723924-1240690206
PBS_JOBID= 9186688
Free space on /tmp= 66192 MiB

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

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

MD5SUM BENCH= 61e4a04a828a2cd33ae3f3dde54ef320
RANDOM SEED=436475874

node76.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.220
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.220
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:       1704888 kB
Buffers:         31256 kB
Cached:         259164 kB
SwapCached:        620 kB
Active:         110796 kB
Inactive:       193428 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1704888 kB
SwapTotal:     4192956 kB
SwapFree:      4192192 kB
Dirty:           11224 kB
Writeback:           0 kB
Mapped:          22400 kB
Slab:            32716 kB
Committed_AS:   319128 kB
PageTables:       1440 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= 66188 MiB
End job on node76 at 2009-04-25 22:16:02