Trace number 1717816

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 588.308 588.351

General information on the benchmark

Nameindustrial/palacios/
medium/emptyroom-4-h21-unsat.cnf
MD5SUM175ec3119584300988ad366c4a04cccc
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark316.247
Satisfiable
(Un)Satisfiability was proved
Number of variables69148
Number of clauses208728
Sum of the clauses size487544
Maximum clause length28
Minimum clause length1
Number of clauses of size 1256
Number of clauses of size 2139492
Number of clauses of size 368730
Number of clauses of size 4102
Number of clauses of size 513
Number of clauses of size over 5135

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.09/0.16	c ==============================================================================
0.09/0.16	c |           |     ORIGINAL     |              LEARNT              |          |
0.09/0.16	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.09/0.16	c ==============================================================================
0.09/0.16	c |         0 |  207960   486008 |   62387       0        0     nan |  0.000 % |
1.38/1.45	c |         0 |  121498   417368 |      --       0       --      -- |     --   | -86462/-68640
1.38/1.45	c ==============================================================================
1.38/1.45	c Result  :   #vars: 18081   #clauses: 121498   #literals: 417368
1.38/1.45	c CPU time:   1.39079 s
1.38/1.45	c ==============================================================================
1.49/1.59	c
1.49/1.59	c Starting glucose
1.49/1.59	c
1.49/1.59	
1.49/1.59	c This is glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
1.49/1.59	
1.49/1.59	c ============================[ Problem Statistics ]=============================
1.49/1.59	c |                                                                             |
1.49/1.59	c |  Number of variables:  18081                                                |
1.49/1.59	c |  Number of clauses:    121498                                               |
1.58/1.69	c |  Parsing time:         0.08         s                                       |
588.23/588.33	c restarts              : 804
588.23/588.33	c nb ReduceDB           : 18
588.23/588.33	c nb learnts DL2        : 6013
588.23/588.33	c nb learnts size 2     : 1525
588.23/588.33	c nb learnts size 1     : 312
588.23/588.33	c conflicts             : 550330         (938 /sec)
588.23/588.33	c decisions             : 1079424        (1.39 % random) (1840 /sec)
588.23/588.33	c propagations          : 581356162      (991005 /sec)
588.23/588.33	c conflict literals     : 28552204       (50.76 % deleted)
588.23/588.33	c Memory used           : 31.13 MB
588.23/588.33	c CPU time              : 586.633 s
588.23/588.33	
588.23/588.34	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-1717816-1240631030/watcher-1717816-1240631030 -o /tmp/evaluation-result-1717816-1240631030/solver-1717816-1240631030 -C 1200 -W 1800 -M 1800 --output-limit 1,15 glucose.sh HOME/instance-1717816-1240631030.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.00 3/64 16857
/proc/meminfo: memFree=1726920/2055920 swapFree=4181344/4192956
[pid=16857] ppid=16855 vsize=5360 CPUtime=0
/proc/16857/stat : 16857 (glucose.sh) S 16855 16857 16027 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 91136392 5488640 236 1992294400 4194304 4889804 548682068800 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16857/statm: 1340 236 195 169 0 51 0
[pid=16858] ppid=16857 vsize=1360 CPUtime=0
/proc/16858/stat : 16858 (SatELite_releas) R 16857 16857 16027 0 -1 4194304 191 0 0 0 0 0 0 0 19 0 1 0 91136393 1392640 175 1992294400 134512640 135225430 4294956160 18446744073709551615 134717494 0 0 4096 3 0 0 0 17 0 0 0
/proc/16858/statm: 340 177 51 174 0 163 0

[startup+0.0357029 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 16857
/proc/meminfo: memFree=1726920/2055920 swapFree=4181344/4192956
[pid=16857] ppid=16855 vsize=5360 CPUtime=0
/proc/16857/stat : 16857 (glucose.sh) S 16855 16857 16027 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 91136392 5488640 236 1992294400 4194304 4889804 548682068800 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16857/statm: 1340 236 195 169 0 51 0
[pid=16858] ppid=16857 vsize=7508 CPUtime=0.02
/proc/16858/stat : 16858 (SatELite_releas) R 16857 16857 16027 0 -1 4194304 1468 0 0 0 2 0 0 0 19 0 1 0 91136393 7688192 1452 1992294400 134512640 135225430 4294956160 18446744073709551615 134735534 0 0 4096 3 0 0 0 17 0 0 0
/proc/16858/statm: 1877 1454 51 174 0 1700 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 12868

[startup+0.102683 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 16857
/proc/meminfo: memFree=1726920/2055920 swapFree=4181344/4192956
[pid=16857] ppid=16855 vsize=5360 CPUtime=0
/proc/16857/stat : 16857 (glucose.sh) S 16855 16857 16027 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 91136392 5488640 236 1992294400 4194304 4889804 548682068800 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16857/statm: 1340 236 195 169 0 51 0
[pid=16858] ppid=16857 vsize=18148 CPUtime=0.09
/proc/16858/stat : 16858 (SatELite_releas) R 16857 16857 16027 0 -1 4194304 3997 0 0 0 8 1 0 0 19 0 1 0 91136393 18583552 3981 1992294400 134512640 135225430 4294956160 18446744073709551615 134735534 0 0 4096 3 0 0 0 17 0 0 0
/proc/16858/statm: 4537 3983 51 174 0 4360 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 23508

[startup+0.302625 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 16857
/proc/meminfo: memFree=1726920/2055920 swapFree=4181344/4192956
[pid=16857] ppid=16855 vsize=5360 CPUtime=0
/proc/16857/stat : 16857 (glucose.sh) S 16855 16857 16027 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 91136392 5488640 236 1992294400 4194304 4889804 548682068800 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16857/statm: 1340 236 195 169 0 51 0
[pid=16858] ppid=16857 vsize=34984 CPUtime=0.29
/proc/16858/stat : 16858 (SatELite_releas) R 16857 16857 16027 0 -1 4194304 7159 0 0 0 26 3 0 0 21 0 1 0 91136393 35823616 6969 1992294400 134512640 135225430 4294956160 18446744073709551615 134549511 0 0 4096 3 0 0 0 17 0 0 0
/proc/16858/statm: 8746 6969 76 174 0 8569 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 40344

[startup+0.701513 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 16857
/proc/meminfo: memFree=1726920/2055920 swapFree=4181344/4192956
[pid=16857] ppid=16855 vsize=5360 CPUtime=0
/proc/16857/stat : 16857 (glucose.sh) S 16855 16857 16027 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 91136392 5488640 236 1992294400 4194304 4889804 548682068800 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16857/statm: 1340 236 195 169 0 51 0
[pid=16858] ppid=16857 vsize=37896 CPUtime=0.69
/proc/16858/stat : 16858 (SatELite_releas) R 16857 16857 16027 0 -1 4194304 7860 0 0 0 65 4 0 0 25 0 1 0 91136393 38805504 7670 1992294400 134512640 135225430 4294956160 18446744073709551615 134548846 0 0 4096 3 0 0 0 17 0 0 0
/proc/16858/statm: 9474 7670 76 174 0 9297 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 43256

[startup+1.50129 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 16859
/proc/meminfo: memFree=1690296/2055920 swapFree=4181344/4192956
[pid=16857] ppid=16855 vsize=5360 CPUtime=0
/proc/16857/stat : 16857 (glucose.sh) S 16855 16857 16027 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 91136392 5488640 236 1992294400 4194304 4889804 548682068800 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16857/statm: 1340 236 195 169 0 51 0
[pid=16858] ppid=16857 vsize=40348 CPUtime=1.49
/proc/16858/stat : 16858 (SatELite_releas) R 16857 16857 16027 0 -1 4194304 9166 0 0 0 143 6 0 0 25 0 1 0 91136393 41316352 8228 1992294400 134512640 135225430 4294956160 18446744073709551615 134735630 0 0 4096 3 0 0 0 17 0 0 0
/proc/16858/statm: 10087 8228 79 174 0 9910 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 45708

[startup+3.10183 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 16860
/proc/meminfo: memFree=1708152/2055920 swapFree=4181344/4192956
[pid=16857] ppid=16855 vsize=5360 CPUtime=1.58
/proc/16857/stat : 16857 (glucose.sh) S 16855 16857 16027 0 -1 4194304 313 9167 0 0 0 0 151 7 19 0 1 0 91136392 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16857/statm: 1340 238 195 169 0 51 0
[pid=16860] ppid=16857 vsize=12584 CPUtime=1.49
/proc/16860/stat : 16860 (glucose_static) R 16857 16857 16027 0 -1 4194304 2991 0 0 0 148 1 0 0 25 0 1 0 91136552 12886016 2977 1992294400 134512640 135217611 4294956272 18446744073709551615 134532638 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/16860/statm: 3146 2977 76 172 0 2971 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 17944

[startup+6.30193 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 16860
/proc/meminfo: memFree=1706680/2055920 swapFree=4181344/4192956
[pid=16857] ppid=16855 vsize=5360 CPUtime=1.58
/proc/16857/stat : 16857 (glucose.sh) S 16855 16857 16027 0 -1 4194304 313 9167 0 0 0 0 151 7 19 0 1 0 91136392 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16857/statm: 1340 238 195 169 0 51 0
[pid=16860] ppid=16857 vsize=13652 CPUtime=4.69
/proc/16860/stat : 16860 (glucose_static) R 16857 16857 16027 0 -1 4194304 3275 0 0 0 468 1 0 0 25 0 1 0 91136552 13979648 3261 1992294400 134512640 135217611 4294956272 18446744073709551615 134533219 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/16860/statm: 3413 3261 77 172 0 3238 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 19012

[startup+12.7011 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 16860
/proc/meminfo: memFree=1704504/2055920 swapFree=4181344/4192956
[pid=16857] ppid=16855 vsize=5360 CPUtime=1.58
/proc/16857/stat : 16857 (glucose.sh) S 16855 16857 16027 0 -1 4194304 313 9167 0 0 0 0 151 7 19 0 1 0 91136392 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16857/statm: 1340 238 195 169 0 51 0
[pid=16860] ppid=16857 vsize=16060 CPUtime=11.09
/proc/16860/stat : 16860 (glucose_static) R 16857 16857 16027 0 -1 4194304 3847 0 0 0 1107 2 0 0 25 0 1 0 91136552 16445440 3833 1992294400 134512640 135217611 4294956272 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/16860/statm: 4015 3833 77 172 0 3840 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 21420

[startup+25.5025 s]
/proc/loadavg: 1.08 1.02 1.01 2/66 16860
/proc/meminfo: memFree=1703288/2055920 swapFree=4181344/4192956
[pid=16857] ppid=16855 vsize=5360 CPUtime=1.58
/proc/16857/stat : 16857 (glucose.sh) S 16855 16857 16027 0 -1 4194304 313 9167 0 0 0 0 151 7 19 0 1 0 91136392 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16857/statm: 1340 238 195 169 0 51 0
[pid=16860] ppid=16857 vsize=17244 CPUtime=23.89
/proc/16860/stat : 16860 (glucose_static) R 16857 16857 16027 0 -1 4194304 4135 0 0 0 2387 2 0 0 25 0 1 0 91136552 17657856 4121 1992294400 134512640 135217611 4294956272 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/16860/statm: 4311 4121 77 172 0 4136 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 22604

[startup+51.1022 s]
/proc/loadavg: 1.05 1.01 1.00 2/66 16860
/proc/meminfo: memFree=1701368/2055920 swapFree=4181344/4192956
[pid=16857] ppid=16855 vsize=5360 CPUtime=1.58
/proc/16857/stat : 16857 (glucose.sh) S 16855 16857 16027 0 -1 4194304 313 9167 0 0 0 0 151 7 19 0 1 0 91136392 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16857/statm: 1340 238 195 169 0 51 0
[pid=16860] ppid=16857 vsize=19140 CPUtime=49.48
/proc/16860/stat : 16860 (glucose_static) R 16857 16857 16027 0 -1 4194304 4639 0 0 0 4945 3 0 0 25 0 1 0 91136552 19599360 4625 1992294400 134512640 135217611 4294956272 18446744073709551615 134533637 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/16860/statm: 4785 4625 77 172 0 4610 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 24500

[startup+102.307 s]
/proc/loadavg: 1.02 1.01 1.00 2/66 16860
/proc/meminfo: memFree=1698808/2055920 swapFree=4181344/4192956
[pid=16857] ppid=16855 vsize=5360 CPUtime=1.58
/proc/16857/stat : 16857 (glucose.sh) S 16855 16857 16027 0 -1 4194304 313 9167 0 0 0 0 151 7 19 0 1 0 91136392 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16857/statm: 1340 238 195 169 0 51 0
[pid=16860] ppid=16857 vsize=21616 CPUtime=100.68
/proc/16860/stat : 16860 (glucose_static) R 16857 16857 16027 0 -1 4194304 5240 0 0 0 10064 4 0 0 25 0 1 0 91136552 22134784 5226 1992294400 134512640 135217611 4294956272 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/16860/statm: 5404 5226 77 172 0 5229 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 26976

[startup+162.303 s]
/proc/loadavg: 1.01 1.00 1.00 2/66 16860
/proc/meminfo: memFree=1696824/2055920 swapFree=4181344/4192956
[pid=16857] ppid=16855 vsize=5360 CPUtime=1.58
/proc/16857/stat : 16857 (glucose.sh) S 16855 16857 16027 0 -1 4194304 313 9167 0 0 0 0 151 7 19 0 1 0 91136392 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16857/statm: 1340 238 195 169 0 51 0
[pid=16860] ppid=16857 vsize=23648 CPUtime=160.67
/proc/16860/stat : 16860 (glucose_static) R 16857 16857 16027 0 -1 4194304 5740 0 0 0 16063 4 0 0 25 0 1 0 91136552 24215552 5726 1992294400 134512640 135217611 4294956272 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/16860/statm: 5912 5726 77 172 0 5737 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 29008

[startup+222.303 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 16860
/proc/meminfo: memFree=1696376/2055920 swapFree=4181344/4192956
[pid=16857] ppid=16855 vsize=5360 CPUtime=1.58
/proc/16857/stat : 16857 (glucose.sh) S 16855 16857 16027 0 -1 4194304 313 9167 0 0 0 0 151 7 19 0 1 0 91136392 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16857/statm: 1340 238 195 169 0 51 0
[pid=16860] ppid=16857 vsize=24044 CPUtime=220.67
/proc/16860/stat : 16860 (glucose_static) R 16857 16857 16027 0 -1 4194304 5838 0 0 0 22063 4 0 0 25 0 1 0 91136552 24621056 5824 1992294400 134512640 135217611 4294956272 18446744073709551615 134533286 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/16860/statm: 6011 5824 77 172 0 5836 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 29404

[startup+282.303 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 16860
/proc/meminfo: memFree=1695096/2055920 swapFree=4181344/4192956
[pid=16857] ppid=16855 vsize=5360 CPUtime=1.58
/proc/16857/stat : 16857 (glucose.sh) S 16855 16857 16027 0 -1 4194304 313 9167 0 0 0 0 151 7 19 0 1 0 91136392 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16857/statm: 1340 238 195 169 0 51 0
[pid=16860] ppid=16857 vsize=25376 CPUtime=280.67
/proc/16860/stat : 16860 (glucose_static) R 16857 16857 16027 0 -1 4194304 6152 0 0 0 28062 5 0 0 25 0 1 0 91136552 25985024 6138 1992294400 134512640 135217611 4294956272 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/16860/statm: 6344 6138 77 172 0 6169 0
Current children cumulated CPU time (s) 282.25
Current children cumulated vsize (KiB) 30736

[startup+342.303 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 16860
/proc/meminfo: memFree=1693752/2055920 swapFree=4181344/4192956
[pid=16857] ppid=16855 vsize=5360 CPUtime=1.58
/proc/16857/stat : 16857 (glucose.sh) S 16855 16857 16027 0 -1 4194304 313 9167 0 0 0 0 151 7 19 0 1 0 91136392 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16857/statm: 1340 238 195 169 0 51 0
[pid=16860] ppid=16857 vsize=26856 CPUtime=340.67
/proc/16860/stat : 16860 (glucose_static) R 16857 16857 16027 0 -1 4194304 6508 0 0 0 34062 5 0 0 25 0 1 0 91136552 27500544 6494 1992294400 134512640 135217611 4294956272 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/16860/statm: 6714 6494 77 172 0 6539 0
Current children cumulated CPU time (s) 342.25
Current children cumulated vsize (KiB) 32216

[startup+402.303 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 16860
/proc/meminfo: memFree=1691384/2055920 swapFree=4181344/4192956
[pid=16857] ppid=16855 vsize=5360 CPUtime=1.58
/proc/16857/stat : 16857 (glucose.sh) S 16855 16857 16027 0 -1 4194304 313 9167 0 0 0 0 151 7 19 0 1 0 91136392 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16857/statm: 1340 238 195 169 0 51 0
[pid=16860] ppid=16857 vsize=29100 CPUtime=400.67
/proc/16860/stat : 16860 (glucose_static) R 16857 16857 16027 0 -1 4194304 7100 0 0 0 40061 6 0 0 25 0 1 0 91136552 29798400 7086 1992294400 134512640 135217611 4294956272 18446744073709551615 134533307 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/16860/statm: 7275 7086 77 172 0 7100 0
Current children cumulated CPU time (s) 402.25
Current children cumulated vsize (KiB) 34460

[startup+462.303 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 16860
/proc/meminfo: memFree=1691192/2055920 swapFree=4181344/4192956
[pid=16857] ppid=16855 vsize=5360 CPUtime=1.58
/proc/16857/stat : 16857 (glucose.sh) S 16855 16857 16027 0 -1 4194304 313 9167 0 0 0 0 151 7 19 0 1 0 91136392 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16857/statm: 1340 238 195 169 0 51 0
[pid=16860] ppid=16857 vsize=29304 CPUtime=460.66
/proc/16860/stat : 16860 (glucose_static) R 16857 16857 16027 0 -1 4194304 7146 0 0 0 46060 6 0 0 25 0 1 0 91136552 30007296 7132 1992294400 134512640 135217611 4294956272 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/16860/statm: 7326 7132 77 172 0 7151 0
Current children cumulated CPU time (s) 462.24
Current children cumulated vsize (KiB) 34664

[startup+522.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 16860
/proc/meminfo: memFree=1690680/2055920 swapFree=4181344/4192956
[pid=16857] ppid=16855 vsize=5360 CPUtime=1.58
/proc/16857/stat : 16857 (glucose.sh) S 16855 16857 16027 0 -1 4194304 313 9167 0 0 0 0 151 7 19 0 1 0 91136392 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16857/statm: 1340 238 195 169 0 51 0
[pid=16860] ppid=16857 vsize=30024 CPUtime=520.65
/proc/16860/stat : 16860 (glucose_static) R 16857 16857 16027 0 -1 4194304 7310 0 0 0 52059 6 0 0 25 0 1 0 91136552 30744576 7296 1992294400 134512640 135217611 4294956272 18446744073709551615 134527815 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/16860/statm: 7506 7296 77 172 0 7331 0
Current children cumulated CPU time (s) 522.23
Current children cumulated vsize (KiB) 35384

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 16860
/proc/meminfo: memFree=1688696/2055920 swapFree=4181344/4192956
[pid=16857] ppid=16855 vsize=5360 CPUtime=1.58
/proc/16857/stat : 16857 (glucose.sh) S 16855 16857 16027 0 -1 4194304 313 9167 0 0 0 0 151 7 19 0 1 0 91136392 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16857/statm: 1340 238 195 169 0 51 0
[pid=16860] ppid=16857 vsize=31872 CPUtime=580.65
/proc/16860/stat : 16860 (glucose_static) R 16857 16857 16027 0 -1 4194304 7765 0 0 0 58059 6 0 0 25 0 1 0 91136552 32636928 7751 1992294400 134512640 135217611 4294956272 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/16860/statm: 7968 7751 77 172 0 7793 0
Current children cumulated CPU time (s) 582.23
Current children cumulated vsize (KiB) 37232

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

[startup+585.502 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 16860
/proc/meminfo: memFree=1688696/2055920 swapFree=4181344/4192956
[pid=16857] ppid=16855 vsize=5360 CPUtime=1.58
/proc/16857/stat : 16857 (glucose.sh) S 16855 16857 16027 0 -1 4194304 313 9167 0 0 0 0 151 7 19 0 1 0 91136392 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16857/statm: 1340 238 195 169 0 51 0
[pid=16860] ppid=16857 vsize=31872 CPUtime=583.85
/proc/16860/stat : 16860 (glucose_static) R 16857 16857 16027 0 -1 4194304 7765 0 0 0 58379 6 0 0 25 0 1 0 91136552 32636928 7751 1992294400 134512640 135217611 4294956272 18446744073709551615 134532989 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/16860/statm: 7968 7751 77 172 0 7793 0
Current children cumulated CPU time (s) 585.43
Current children cumulated vsize (KiB) 37232

[startup+587.102 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 16860
/proc/meminfo: memFree=1688696/2055920 swapFree=4181344/4192956
[pid=16857] ppid=16855 vsize=5360 CPUtime=1.58
/proc/16857/stat : 16857 (glucose.sh) S 16855 16857 16027 0 -1 4194304 313 9167 0 0 0 0 151 7 19 0 1 0 91136392 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16857/statm: 1340 238 195 169 0 51 0
[pid=16860] ppid=16857 vsize=31872 CPUtime=585.45
/proc/16860/stat : 16860 (glucose_static) R 16857 16857 16027 0 -1 4194304 7765 0 0 0 58539 6 0 0 25 0 1 0 91136552 32636928 7751 1992294400 134512640 135217611 4294956272 18446744073709551615 134533115 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/16860/statm: 7968 7751 77 172 0 7793 0
Current children cumulated CPU time (s) 587.03
Current children cumulated vsize (KiB) 37232

[startup+587.901 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 16860
/proc/meminfo: memFree=1688696/2055920 swapFree=4181344/4192956
[pid=16857] ppid=16855 vsize=5360 CPUtime=1.58
/proc/16857/stat : 16857 (glucose.sh) S 16855 16857 16027 0 -1 4194304 313 9167 0 0 0 0 151 7 19 0 1 0 91136392 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16857/statm: 1340 238 195 169 0 51 0
[pid=16860] ppid=16857 vsize=31872 CPUtime=586.25
/proc/16860/stat : 16860 (glucose_static) R 16857 16857 16027 0 -1 4194304 7765 0 0 0 58619 6 0 0 25 0 1 0 91136552 32636928 7751 1992294400 134512640 135217611 4294956272 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/16860/statm: 7968 7751 77 172 0 7793 0
Current children cumulated CPU time (s) 587.83
Current children cumulated vsize (KiB) 37232

[startup+588.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 16860
/proc/meminfo: memFree=1688696/2055920 swapFree=4181344/4192956
[pid=16857] ppid=16855 vsize=5360 CPUtime=1.58
/proc/16857/stat : 16857 (glucose.sh) S 16855 16857 16027 0 -1 4194304 313 9167 0 0 0 0 151 7 19 0 1 0 91136392 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16857/statm: 1340 238 195 169 0 51 0
[pid=16860] ppid=16857 vsize=31872 CPUtime=586.65
/proc/16860/stat : 16860 (glucose_static) R 16857 16857 16027 0 -1 4194304 7765 0 0 0 58659 6 0 0 25 0 1 0 91136552 32636928 7751 1992294400 134512640 135217611 4294956272 18446744073709551615 134533078 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/16860/statm: 7968 7751 77 172 0 7793 0
Current children cumulated CPU time (s) 588.23
Current children cumulated vsize (KiB) 37232

Child status: 20
Real time (s): 588.351
CPU time (s): 588.308
CPU user time (s): 588.15
CPU system time (s): 0.157975
CPU usage (%): 99.9926
Max. virtual memory (cumulated for all children) (KiB): 46576

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 588.15
system time used= 0.157975
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17412
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= 2125

runsolver used 0.531919 second user time and 1.61875 second system time

The end

Launcher Data

Begin job on node16 at 2009-04-25 05:43:50
IDJOB=1717816
IDBENCH=20425
IDSOLVER=503
FILE ID=node16/1717816-1240631030
PBS_JOBID= 9186341
Free space on /tmp= 66316 MiB

SOLVER NAME= glucose 1.0
BENCH NAME= SAT07/industrial/palacios/medium/emptyroom-4-h21-unsat.cnf
COMMAND LINE= glucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1717816-1240631030/watcher-1717816-1240631030 -o /tmp/evaluation-result-1717816-1240631030/solver-1717816-1240631030 -C 1200 -W 1800 -M 1800 --output-limit 1,15  glucose.sh HOME/instance-1717816-1240631030.cnf

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

MD5SUM BENCH= 175ec3119584300988ad366c4a04cccc
RANDOM SEED=1331202388

node16.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:       1727400 kB
Buffers:         45144 kB
Cached:         232144 kB
SwapCached:       6408 kB
Active:         120588 kB
Inactive:       165636 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1727400 kB
SwapTotal:     4192956 kB
SwapFree:      4181344 kB
Dirty:            4976 kB
Writeback:           0 kB
Mapped:          13568 kB
Slab:            28316 kB
Committed_AS:   291632 kB
PageTables:       1436 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= 66316 MiB
End job on node16 at 2009-04-25 05:53:38