Trace number 1773004

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 586.954 587.26

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 benchmark471.155
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.39/1.44	c |         0 |  121498   417368 |      --       0       --      -- |     --   | -86462/-68640
1.39/1.44	c ==============================================================================
1.39/1.44	c Result  :   #vars: 18081   #clauses: 121498   #literals: 417368
1.39/1.44	c CPU time:   1.37079 s
1.39/1.44	c ==============================================================================
1.48/1.58	c
1.48/1.58	c Starting glucose
1.48/1.58	c
1.48/1.58	
1.48/1.58	c This is glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
1.48/1.58	
1.48/1.58	c ============================[ Problem Statistics ]=============================
1.48/1.58	c |                                                                             |
1.48/1.59	c |  Number of variables:  18081                                                |
1.48/1.59	c |  Number of clauses:    121498                                               |
1.58/1.68	c |  Parsing time:         0.08         s                                       |
586.88/587.24	c restarts              : 804
586.88/587.24	c nb ReduceDB           : 18
586.88/587.24	c nb learnts DL2        : 6013
586.88/587.24	c nb learnts size 2     : 1525
586.88/587.24	c nb learnts size 1     : 312
586.88/587.24	c conflicts             : 550330         (940 /sec)
586.88/587.24	c decisions             : 1079424        (1.39 % random) (1844 /sec)
586.88/587.24	c propagations          : 581356162      (993311 /sec)
586.88/587.24	c conflict literals     : 28552204       (50.76 % deleted)
586.88/587.24	c Memory used           : 31.13 MB
586.88/587.24	c CPU time              : 585.271 s
586.88/587.24	
586.88/587.24	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-1773004-1241256020/watcher-1773004-1241256020 -o /tmp/evaluation-result-1773004-1241256020/solver-1773004-1241256020 -C 10000 -W 12000 -M 1800 glucose.sh HOME/instance-1773004-1241256020.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: 0.85 0.97 0.97 3/64 26855
/proc/meminfo: memFree=911680/2055920 swapFree=4182092/4192956
[pid=26855] ppid=26853 vsize=5360 CPUtime=0
/proc/26855/stat : 26855 (glucose.sh) R 26853 26855 26818 0 -1 4194304 268 0 0 0 0 0 0 0 18 0 1 0 153635646 5488640 235 1992294400 4194304 4889804 548682068816 18446744073709551615 262910044831 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/26855/statm: 1340 235 194 169 0 51 0
[pid=26856] ppid=26855 vsize=1360 CPUtime=0
/proc/26856/stat : 26856 (SatELite_releas) R 26855 26855 26818 0 -1 4194304 195 0 0 0 0 0 0 0 18 0 1 0 153635646 1392640 179 1992294400 134512640 135225430 4294956176 18446744073709551615 134717494 0 0 4096 3 0 0 0 17 0 0 0
/proc/26856/statm: 340 181 51 174 0 163 0

[startup+0.0991399 s]
/proc/loadavg: 0.85 0.97 0.97 3/64 26855
/proc/meminfo: memFree=911680/2055920 swapFree=4182092/4192956
[pid=26855] ppid=26853 vsize=5360 CPUtime=0
/proc/26855/stat : 26855 (glucose.sh) S 26853 26855 26818 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 153635646 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26855/statm: 1340 236 195 169 0 51 0
[pid=26856] ppid=26855 vsize=17884 CPUtime=0.08
/proc/26856/stat : 26856 (SatELite_releas) R 26855 26855 26818 0 -1 4194304 3888 0 0 0 6 2 0 0 20 0 1 0 153635646 18313216 3872 1992294400 134512640 135225430 4294956176 18446744073709551615 134735534 0 0 4096 3 0 0 0 17 0 0 0
/proc/26856/statm: 4471 3872 51 174 0 4294 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 23244

[startup+0.101139 s]
/proc/loadavg: 0.85 0.97 0.97 3/64 26855
/proc/meminfo: memFree=911680/2055920 swapFree=4182092/4192956
[pid=26855] ppid=26853 vsize=5360 CPUtime=0
/proc/26855/stat : 26855 (glucose.sh) S 26853 26855 26818 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 153635646 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26855/statm: 1340 236 195 169 0 51 0
[pid=26856] ppid=26855 vsize=18016 CPUtime=0.09
/proc/26856/stat : 26856 (SatELite_releas) R 26855 26855 26818 0 -1 4194304 3960 0 0 0 7 2 0 0 20 0 1 0 153635646 18448384 3944 1992294400 134512640 135225430 4294956176 18446744073709551615 134735534 0 0 4096 3 0 0 0 17 0 0 0
/proc/26856/statm: 4504 3945 51 174 0 4327 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 23376

[startup+0.301162 s]
/proc/loadavg: 0.85 0.97 0.97 3/64 26855
/proc/meminfo: memFree=911680/2055920 swapFree=4182092/4192956
[pid=26855] ppid=26853 vsize=5360 CPUtime=0
/proc/26855/stat : 26855 (glucose.sh) S 26853 26855 26818 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 153635646 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26855/statm: 1340 236 195 169 0 51 0
[pid=26856] ppid=26855 vsize=34984 CPUtime=0.29
/proc/26856/stat : 26856 (SatELite_releas) R 26855 26855 26818 0 -1 4194304 7159 0 0 0 25 4 0 0 21 0 1 0 153635646 35823616 6969 1992294400 134512640 135225430 4294956176 18446744073709551615 134723585 0 0 4096 3 0 0 0 17 0 0 0
/proc/26856/statm: 8746 6969 76 174 0 8569 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 40344

[startup+0.701208 s]
/proc/loadavg: 0.85 0.97 0.97 3/64 26855
/proc/meminfo: memFree=911680/2055920 swapFree=4182092/4192956
[pid=26855] ppid=26853 vsize=5360 CPUtime=0
/proc/26855/stat : 26855 (glucose.sh) S 26853 26855 26818 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 153635646 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26855/statm: 1340 236 195 169 0 51 0
[pid=26856] ppid=26855 vsize=38028 CPUtime=0.69
/proc/26856/stat : 26856 (SatELite_releas) R 26855 26855 26818 0 -1 4194304 7871 0 0 0 64 5 0 0 25 0 1 0 153635646 38940672 7681 1992294400 134512640 135225430 4294956176 18446744073709551615 134549539 0 0 4096 3 0 0 0 17 0 0 0
/proc/26856/statm: 9507 7681 76 174 0 9330 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 43388

[startup+1.5013 s]
/proc/loadavg: 0.85 0.97 0.97 2/66 26857
/proc/meminfo: memFree=874992/2055920 swapFree=4182092/4192956
[pid=26855] ppid=26853 vsize=5360 CPUtime=0
/proc/26855/stat : 26855 (glucose.sh) S 26853 26855 26818 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 153635646 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26855/statm: 1340 236 195 169 0 51 0
[pid=26856] ppid=26855 vsize=40348 CPUtime=1.48
/proc/26856/stat : 26856 (SatELite_releas) R 26855 26855 26818 0 -1 4194304 9166 0 0 0 142 6 0 0 25 0 1 0 153635646 41316352 8228 1992294400 134512640 135225430 4294956176 18446744073709551615 134735630 0 0 4096 3 0 0 0 17 0 0 0
/proc/26856/statm: 10087 8228 79 174 0 9910 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 45708

[startup+3.1025 s]
/proc/loadavg: 0.85 0.97 0.97 2/66 26858
/proc/meminfo: memFree=892912/2055920 swapFree=4182092/4192956
[pid=26855] ppid=26853 vsize=5360 CPUtime=1.58
/proc/26855/stat : 26855 (glucose.sh) S 26853 26855 26818 0 -1 4194304 313 9167 0 0 0 0 150 8 16 0 1 0 153635646 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26855/statm: 1340 238 195 169 0 51 0
[pid=26858] ppid=26855 vsize=12584 CPUtime=1.5
/proc/26858/stat : 26858 (glucose_static) R 26855 26855 26818 0 -1 4194304 2989 0 0 0 148 2 0 0 25 0 1 0 153635805 12886016 2975 1992294400 134512640 135217611 4294956288 18446744073709551615 134528205 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/26858/statm: 3146 2975 76 172 0 2971 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 17944

[startup+6.30187 s]
/proc/loadavg: 0.86 0.97 0.97 2/66 26858
/proc/meminfo: memFree=891312/2055920 swapFree=4182092/4192956
[pid=26855] ppid=26853 vsize=5360 CPUtime=1.58
/proc/26855/stat : 26855 (glucose.sh) S 26853 26855 26818 0 -1 4194304 313 9167 0 0 0 0 150 8 16 0 1 0 153635646 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26855/statm: 1340 238 195 169 0 51 0
[pid=26858] ppid=26855 vsize=13652 CPUtime=4.68
/proc/26858/stat : 26858 (glucose_static) R 26855 26855 26818 0 -1 4194304 3268 0 0 0 466 2 0 0 25 0 1 0 153635805 13979648 3254 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/26858/statm: 3413 3254 77 172 0 3238 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 19012

[startup+12.7026 s]
/proc/loadavg: 0.87 0.97 0.97 2/66 26858
/proc/meminfo: memFree=889328/2055920 swapFree=4182092/4192956
[pid=26855] ppid=26853 vsize=5360 CPUtime=1.58
/proc/26855/stat : 26855 (glucose.sh) S 26853 26855 26818 0 -1 4194304 313 9167 0 0 0 0 150 8 16 0 1 0 153635646 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26855/statm: 1340 238 195 169 0 51 0
[pid=26858] ppid=26855 vsize=15928 CPUtime=11.07
/proc/26858/stat : 26858 (glucose_static) R 26855 26855 26818 0 -1 4194304 3834 0 0 0 1104 3 0 0 25 0 1 0 153635805 16310272 3820 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/26858/statm: 3982 3820 77 172 0 3807 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 21288

[startup+25.5011 s]
/proc/loadavg: 0.90 0.97 0.97 2/66 26858
/proc/meminfo: memFree=888048/2055920 swapFree=4182092/4192956
[pid=26855] ppid=26853 vsize=5360 CPUtime=1.58
/proc/26855/stat : 26855 (glucose.sh) S 26853 26855 26818 0 -1 4194304 313 9167 0 0 0 0 150 8 16 0 1 0 153635646 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26855/statm: 1340 238 195 169 0 51 0
[pid=26858] ppid=26855 vsize=17244 CPUtime=23.87
/proc/26858/stat : 26858 (glucose_static) R 26855 26855 26818 0 -1 4194304 4135 0 0 0 2383 4 0 0 25 0 1 0 153635805 17657856 4121 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/26858/statm: 4311 4121 77 172 0 4136 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 22604

[startup+51.1011 s]
/proc/loadavg: 0.93 0.97 0.97 2/66 26858
/proc/meminfo: memFree=886128/2055920 swapFree=4182092/4192956
[pid=26855] ppid=26853 vsize=5360 CPUtime=1.58
/proc/26855/stat : 26855 (glucose.sh) S 26853 26855 26818 0 -1 4194304 313 9167 0 0 0 0 150 8 16 0 1 0 153635646 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26855/statm: 1340 238 195 169 0 51 0
[pid=26858] ppid=26855 vsize=19140 CPUtime=49.44
/proc/26858/stat : 26858 (glucose_static) R 26855 26855 26818 0 -1 4194304 4637 0 0 0 4940 4 0 0 25 0 1 0 153635805 19599360 4623 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/26858/statm: 4785 4623 77 172 0 4610 0
Current children cumulated CPU time (s) 51.02
Current children cumulated vsize (KiB) 24500

[startup+102.305 s]
/proc/loadavg: 0.97 0.97 0.97 2/66 26858
/proc/meminfo: memFree=883632/2055920 swapFree=4182092/4192956
[pid=26855] ppid=26853 vsize=5360 CPUtime=1.58
/proc/26855/stat : 26855 (glucose.sh) S 26853 26855 26818 0 -1 4194304 313 9167 0 0 0 0 150 8 16 0 1 0 153635646 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26855/statm: 1340 238 195 169 0 51 0
[pid=26858] ppid=26855 vsize=21616 CPUtime=100.63
/proc/26858/stat : 26858 (glucose_static) R 26855 26855 26818 0 -1 4194304 5240 0 0 0 10058 5 0 0 25 0 1 0 153635805 22134784 5226 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/26858/statm: 5404 5226 77 172 0 5229 0
Current children cumulated CPU time (s) 102.21
Current children cumulated vsize (KiB) 26976

[startup+162.301 s]
/proc/loadavg: 0.99 0.97 0.97 2/66 26858
/proc/meminfo: memFree=881584/2055920 swapFree=4182092/4192956
[pid=26855] ppid=26853 vsize=5360 CPUtime=1.58
/proc/26855/stat : 26855 (glucose.sh) S 26853 26855 26818 0 -1 4194304 313 9167 0 0 0 0 150 8 16 0 1 0 153635646 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26855/statm: 1340 238 195 169 0 51 0
[pid=26858] ppid=26855 vsize=23648 CPUtime=160.59
/proc/26858/stat : 26858 (glucose_static) R 26855 26855 26818 0 -1 4194304 5740 0 0 0 16054 5 0 0 25 0 1 0 153635805 24215552 5726 1992294400 134512640 135217611 4294956288 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/26858/statm: 5912 5726 77 172 0 5737 0
Current children cumulated CPU time (s) 162.17
Current children cumulated vsize (KiB) 29008

[startup+222.301 s]
/proc/loadavg: 0.99 0.97 0.97 2/66 26858
/proc/meminfo: memFree=881200/2055920 swapFree=4182092/4192956
[pid=26855] ppid=26853 vsize=5360 CPUtime=1.58
/proc/26855/stat : 26855 (glucose.sh) S 26853 26855 26818 0 -1 4194304 313 9167 0 0 0 0 150 8 16 0 1 0 153635646 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26855/statm: 1340 238 195 169 0 51 0
[pid=26858] ppid=26855 vsize=24044 CPUtime=220.57
/proc/26858/stat : 26858 (glucose_static) R 26855 26855 26818 0 -1 4194304 5838 0 0 0 22051 6 0 0 25 0 1 0 153635805 24621056 5824 1992294400 134512640 135217611 4294956288 18446744073709551615 134528185 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/26858/statm: 6011 5824 77 172 0 5836 0
Current children cumulated CPU time (s) 222.15
Current children cumulated vsize (KiB) 29404

[startup+282.301 s]
/proc/loadavg: 0.99 0.97 0.97 2/66 26858
/proc/meminfo: memFree=879920/2055920 swapFree=4182092/4192956
[pid=26855] ppid=26853 vsize=5360 CPUtime=1.58
/proc/26855/stat : 26855 (glucose.sh) S 26853 26855 26818 0 -1 4194304 313 9167 0 0 0 0 150 8 16 0 1 0 153635646 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26855/statm: 1340 238 195 169 0 51 0
[pid=26858] ppid=26855 vsize=25376 CPUtime=280.55
/proc/26858/stat : 26858 (glucose_static) R 26855 26855 26818 0 -1 4194304 6152 0 0 0 28049 6 0 0 25 0 1 0 153635805 25985024 6138 1992294400 134512640 135217611 4294956288 18446744073709551615 134533344 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/26858/statm: 6344 6138 77 172 0 6169 0
Current children cumulated CPU time (s) 282.13
Current children cumulated vsize (KiB) 30736

[startup+342.301 s]
/proc/loadavg: 0.99 0.97 0.97 2/66 26858
/proc/meminfo: memFree=878512/2055920 swapFree=4182092/4192956
[pid=26855] ppid=26853 vsize=5360 CPUtime=1.58
/proc/26855/stat : 26855 (glucose.sh) S 26853 26855 26818 0 -1 4194304 313 9167 0 0 0 0 150 8 16 0 1 0 153635646 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26855/statm: 1340 238 195 169 0 51 0
[pid=26858] ppid=26855 vsize=26856 CPUtime=340.51
/proc/26858/stat : 26858 (glucose_static) R 26855 26855 26818 0 -1 4194304 6539 0 0 0 34045 6 0 0 25 0 1 0 153635805 27500544 6525 1992294400 134512640 135217611 4294956288 18446744073709551615 134533388 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/26858/statm: 6714 6525 77 172 0 6539 0
Current children cumulated CPU time (s) 342.09
Current children cumulated vsize (KiB) 32216

[startup+402.301 s]
/proc/loadavg: 0.99 0.97 0.97 2/66 26858
/proc/meminfo: memFree=876208/2055920 swapFree=4182092/4192956
[pid=26855] ppid=26853 vsize=5360 CPUtime=1.58
/proc/26855/stat : 26855 (glucose.sh) S 26853 26855 26818 0 -1 4194304 313 9167 0 0 0 0 150 8 16 0 1 0 153635646 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26855/statm: 1340 238 195 169 0 51 0
[pid=26858] ppid=26855 vsize=29100 CPUtime=400.49
/proc/26858/stat : 26858 (glucose_static) R 26855 26855 26818 0 -1 4194304 7100 0 0 0 40042 7 0 0 25 0 1 0 153635805 29798400 7086 1992294400 134512640 135217611 4294956288 18446744073709551615 134532912 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/26858/statm: 7275 7086 77 172 0 7100 0
Current children cumulated CPU time (s) 402.07
Current children cumulated vsize (KiB) 34460

[startup+462.301 s]
/proc/loadavg: 0.99 0.97 0.97 2/66 26858
/proc/meminfo: memFree=876016/2055920 swapFree=4182092/4192956
[pid=26855] ppid=26853 vsize=5360 CPUtime=1.58
/proc/26855/stat : 26855 (glucose.sh) S 26853 26855 26818 0 -1 4194304 313 9167 0 0 0 0 150 8 16 0 1 0 153635646 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26855/statm: 1340 238 195 169 0 51 0
[pid=26858] ppid=26855 vsize=29304 CPUtime=460.46
/proc/26858/stat : 26858 (glucose_static) R 26855 26855 26818 0 -1 4194304 7146 0 0 0 46039 7 0 0 25 0 1 0 153635805 30007296 7132 1992294400 134512640 135217611 4294956288 18446744073709551615 134532731 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/26858/statm: 7326 7132 77 172 0 7151 0
Current children cumulated CPU time (s) 462.04
Current children cumulated vsize (KiB) 34664

[startup+522.301 s]
/proc/loadavg: 0.99 0.97 0.97 2/66 26858
/proc/meminfo: memFree=875440/2055920 swapFree=4182092/4192956
[pid=26855] ppid=26853 vsize=5360 CPUtime=1.58
/proc/26855/stat : 26855 (glucose.sh) S 26853 26855 26818 0 -1 4194304 313 9167 0 0 0 0 150 8 16 0 1 0 153635646 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26855/statm: 1340 238 195 169 0 51 0
[pid=26858] ppid=26855 vsize=30156 CPUtime=520.42
/proc/26858/stat : 26858 (glucose_static) R 26855 26855 26818 0 -1 4194304 7353 0 0 0 52035 7 0 0 25 0 1 0 153635805 30879744 7339 1992294400 134512640 135217611 4294956288 18446744073709551615 134542240 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/26858/statm: 7539 7339 77 172 0 7364 0
Current children cumulated CPU time (s) 522
Current children cumulated vsize (KiB) 35516

[startup+582.301 s]
/proc/loadavg: 0.99 0.97 0.97 2/66 26858
/proc/meminfo: memFree=873584/2055920 swapFree=4182092/4192956
[pid=26855] ppid=26853 vsize=5360 CPUtime=1.58
/proc/26855/stat : 26855 (glucose.sh) S 26853 26855 26818 0 -1 4194304 313 9167 0 0 0 0 150 8 16 0 1 0 153635646 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26855/statm: 1340 238 195 169 0 51 0
[pid=26858] ppid=26855 vsize=31872 CPUtime=580.4
/proc/26858/stat : 26858 (glucose_static) R 26855 26855 26818 0 -1 4194304 7765 0 0 0 58032 8 0 0 25 0 1 0 153635805 32636928 7751 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/26858/statm: 7968 7751 77 172 0 7793 0
Current children cumulated CPU time (s) 581.98
Current children cumulated vsize (KiB) 37232

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

[startup+585.503 s]
/proc/loadavg: 0.99 0.97 0.97 2/66 26858
/proc/meminfo: memFree=873584/2055920 swapFree=4182092/4192956
[pid=26855] ppid=26853 vsize=5360 CPUtime=1.58
/proc/26855/stat : 26855 (glucose.sh) S 26853 26855 26818 0 -1 4194304 313 9167 0 0 0 0 150 8 16 0 1 0 153635646 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26855/statm: 1340 238 195 169 0 51 0
[pid=26858] ppid=26855 vsize=31872 CPUtime=583.61
/proc/26858/stat : 26858 (glucose_static) R 26855 26855 26818 0 -1 4194304 7765 0 0 0 58353 8 0 0 25 0 1 0 153635805 32636928 7751 1992294400 134512640 135217611 4294956288 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/26858/statm: 7968 7751 77 172 0 7793 0
Current children cumulated CPU time (s) 585.19
Current children cumulated vsize (KiB) 37232

[startup+586.306 s]
/proc/loadavg: 0.99 0.97 0.97 2/66 26858
/proc/meminfo: memFree=873584/2055920 swapFree=4182092/4192956
[pid=26855] ppid=26853 vsize=5360 CPUtime=1.58
/proc/26855/stat : 26855 (glucose.sh) S 26853 26855 26818 0 -1 4194304 313 9167 0 0 0 0 150 8 16 0 1 0 153635646 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26855/statm: 1340 238 195 169 0 51 0
[pid=26858] ppid=26855 vsize=31872 CPUtime=584.41
/proc/26858/stat : 26858 (glucose_static) R 26855 26855 26818 0 -1 4194304 7765 0 0 0 58433 8 0 0 25 0 1 0 153635805 32636928 7751 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/26858/statm: 7968 7751 77 172 0 7793 0
Current children cumulated CPU time (s) 585.99
Current children cumulated vsize (KiB) 37232

[startup+586.702 s]
/proc/loadavg: 0.99 0.97 0.97 2/66 26858
/proc/meminfo: memFree=873584/2055920 swapFree=4182092/4192956
[pid=26855] ppid=26853 vsize=5360 CPUtime=1.58
/proc/26855/stat : 26855 (glucose.sh) S 26853 26855 26818 0 -1 4194304 313 9167 0 0 0 0 150 8 16 0 1 0 153635646 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26855/statm: 1340 238 195 169 0 51 0
[pid=26858] ppid=26855 vsize=31872 CPUtime=584.8
/proc/26858/stat : 26858 (glucose_static) R 26855 26855 26818 0 -1 4194304 7765 0 0 0 58472 8 0 0 25 0 1 0 153635805 32636928 7751 1992294400 134512640 135217611 4294956288 18446744073709551615 134533263 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/26858/statm: 7968 7751 77 172 0 7793 0
Current children cumulated CPU time (s) 586.38
Current children cumulated vsize (KiB) 37232

[startup+587.102 s]
/proc/loadavg: 0.99 0.97 0.97 2/66 26858
/proc/meminfo: memFree=873584/2055920 swapFree=4182092/4192956
[pid=26855] ppid=26853 vsize=5360 CPUtime=1.58
/proc/26855/stat : 26855 (glucose.sh) S 26853 26855 26818 0 -1 4194304 313 9167 0 0 0 0 150 8 16 0 1 0 153635646 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26855/statm: 1340 238 195 169 0 51 0
[pid=26858] ppid=26855 vsize=31872 CPUtime=585.2
/proc/26858/stat : 26858 (glucose_static) R 26855 26855 26818 0 -1 4194304 7765 0 0 0 58512 8 0 0 25 0 1 0 153635805 32636928 7751 1992294400 134512640 135217611 4294956288 18446744073709551615 134533291 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/26858/statm: 7968 7751 77 172 0 7793 0
Current children cumulated CPU time (s) 586.78
Current children cumulated vsize (KiB) 37232

[startup+587.202 s]
/proc/loadavg: 0.99 0.97 0.97 2/66 26858
/proc/meminfo: memFree=873584/2055920 swapFree=4182092/4192956
[pid=26855] ppid=26853 vsize=5360 CPUtime=1.58
/proc/26855/stat : 26855 (glucose.sh) S 26853 26855 26818 0 -1 4194304 313 9167 0 0 0 0 150 8 16 0 1 0 153635646 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26855/statm: 1340 238 195 169 0 51 0
[pid=26858] ppid=26855 vsize=31872 CPUtime=585.3
/proc/26858/stat : 26858 (glucose_static) R 26855 26855 26818 0 -1 4194304 7765 0 0 0 58522 8 0 0 25 0 1 0 153635805 32636928 7751 1992294400 134512640 135217611 4294956288 18446744073709551615 134533368 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/26858/statm: 7968 7751 77 172 0 7793 0
Current children cumulated CPU time (s) 586.88
Current children cumulated vsize (KiB) 37232

Child status: 20
Real time (s): 587.26
CPU time (s): 586.954
CPU user time (s): 586.778
CPU system time (s): 0.175973
CPU usage (%): 99.9479
Max. virtual memory (cumulated for all children) (KiB): 46576

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

runsolver used 0.52192 second user time and 1.62475 second system time

The end

Launcher Data

Begin job on node11 at 2009-05-02 11:20:20
IDJOB=1773004
IDBENCH=20425
IDSOLVER=610
FILE ID=node11/1773004-1241256020
PBS_JOBID= 9224914
Free space on /tmp= 66460 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-1773004-1241256020/watcher-1773004-1241256020 -o /tmp/evaluation-result-1773004-1241256020/solver-1773004-1241256020 -C 10000 -W 12000 -M 1800  glucose.sh HOME/instance-1773004-1241256020.cnf

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

MD5SUM BENCH= 175ec3119584300988ad366c4a04cccc
RANDOM SEED=94183455

node11.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.214
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.214
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:        912224 kB
Buffers:         83984 kB
Cached:         949876 kB
SwapCached:       4976 kB
Active:         134892 kB
Inactive:       907064 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        912224 kB
SwapTotal:     4192956 kB
SwapFree:      4182092 kB
Dirty:            5104 kB
Writeback:           0 kB
Mapped:          14324 kB
Slab:            87836 kB
Committed_AS:   685948 kB
PageTables:       1448 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= 66456 MiB
End job on node11 at 2009-05-02 11:30:07