Trace number 192013

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, and are wall clock time (not CPU 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
galac 1SAT 345.492 346.877

General information on the benchmark

Namequeens/
queens-200.xml
MD5SUMbc9638d33bc2eb3542de683de70ee98a
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark2.26565
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables200
Number of constraints19900
Maximum constraint arity2
Maximum domain size200
Number of constraints which are defined in extension0
Number of constraints which are defined in intension19900
Global constraints used (with number of constraints)

Solver Data (download as text)

0.03	c --- Preproc Stats ---
16.74	c start processing
16.74	c start relation processing
16.85	c start cnf exporting
335.51	c parsing time : 16.574
335.51	c preprocessing time : 335.341
335.52	
335.52	c Nary constraints - conflicts : 0 supports : 0
335.52	c Binary constraints - conflicts : 19900 supports :0
335.52	c max arity constraint : 2
335.52	c Max Tuples generated 40000
335.52	c relations : 199
335.52	c relations BDD: 0
335.52	c vars : 40001 - clauses :  13253600
335.52	
335.56	 
335.56	c --- Minisat Stats ---
335.56	 
342.67	c restarts              : 5
342.67	c conflicts             : 822            (128 /sec)
342.67	c decisions             : 91388          (1.35 % random) (14275 /sec)
342.67	c propagations          : 423327         (66124 /sec)
342.67	c conflict literals     : 2616450        (0.04 % deleted)
342.67	c Memory used           : 506.93 MB
342.67	c CPU time              : 6.40203 s
342.67	
342.69	s SATISFIABLE
346.77	v 161 29 61 70 23 69 59 81 103 63 138 102 89 144 119 147 105 5 177 156 49 171 120 123 110 51 192 182 180 71 194 99 17 139 191 181 83 43 116 127 200 10 72 34 189 45 32 52 20 172 137 108 185 90 27 100 14 149 60 122 141 197 58 176 183 80 151 91 164 46 79 174 143 35 77 199 92 12 129 28 2 150 109 159 96 39 134 97 101 121 146 56 196 19 195 74 64 30 42 66 38 167 48 67 186 125 47 37 68 85 16 169 155 131 187 170 106 118 135 133 11 82 78 148 157 57 26 179 193 175 93 8 163 31 1 124 54 65 113 75 33 22 36 55 188 115 53 50 145 184 158 76 130 3 13 162 154 168 98 111 126 25 15 114 198 84 95 190 107 44 4 142 24 165 117 88 9 160 94 132 173 73 6 21 62 166 7 18 136 40 140 128 87 41 153 112 178 152 86 104

Verifier Data (download as text)

OK

Watcher Data (download as text)

runsolver version 3.1.3 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node6/watcher-192013-1168096499 -o ROOT/results/node6/solver-192013-1168096499 -C 1800 -M 900 /tmp/evaluation/192013-1168096499/galac.sh /tmp/evaluation/192013-1168096499/unknown.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Current StackSize limit: 10240 KiB

/proc/loadavg: 0.19 0.72 1.34 2/81 14094
/proc/meminfo: memFree=1692176/2055924 swapFree=4165672/4192956
[pid=14093] ppid=14091 vsize=8564 CPUtime=0
/proc/14093/stat : 14093 (galac.sh) R 14091 14093 13828 0 -1 4194304 317 0 0 0 0 0 0 0 17 0 1 0 158045885 8769536 261 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 268583031495 0 2 4096 8192 0 0 0 17 1 0 0
/proc/14093/statm: 2145 264 201 79 0 138 0

[startup+0.10232 s]
/proc/loadavg: 0.19 0.72 1.34 2/81 14094
/proc/meminfo: memFree=1692176/2055924 swapFree=4165672/4192956
[pid=14093] ppid=14091 vsize=47568 CPUtime=0.01
/proc/14093/stat : 14093 (galac.sh) S 14091 14093 13828 0 -1 4194304 761 1704 0 0 0 0 0 1 17 0 1 0 158045885 48709632 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 268582447962 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/14093/statm: 11892 363 245 79 0 218 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47568

[startup+0.510365 s]
/proc/loadavg: 0.19 0.72 1.34 2/81 14094
/proc/meminfo: memFree=1692176/2055924 swapFree=4165672/4192956
[pid=14093] ppid=14091 vsize=47568 CPUtime=0.01
/proc/14093/stat : 14093 (galac.sh) S 14091 14093 13828 0 -1 4194304 761 1704 0 0 0 0 0 1 17 0 1 0 158045885 48709632 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 268582447962 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/14093/statm: 11892 363 245 79 0 218 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47568

[startup+1.33346 s]
/proc/loadavg: 0.19 0.72 1.34 2/89 14114
/proc/meminfo: memFree=1651856/2055924 swapFree=4165672/4192956
[pid=14093] ppid=14091 vsize=47568 CPUtime=0.01
/proc/14093/stat : 14093 (galac.sh) S 14091 14093 13828 0 -1 4194304 761 1704 0 0 0 0 0 1 17 0 1 0 158045885 48709632 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 268582447962 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/14093/statm: 11892 363 245 79 0 218 0
[pid=14107] ppid=14093 vsize=861516 CPUtime=1.28
/proc/14107/stat : 14107 (java) S 14093 14093 13828 0 -1 0 12157 0 1 0 121 7 0 0 16 0 8 0 158045889 882192384 11892 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/14107/statm: 215379 11892 1989 14 0 201584 0
[pid=14107/tid=14108] ppid=14093 vsize=861516 CPUtime=0.48
/proc/14107/task/14108/stat : 14108 (java) R 14093 14093 13828 0 -1 64 3533 0 0 0 47 1 0 0 16 0 8 0 158045894 882192384 11892 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4153985334 0 0 0 23759 0 0 0 -1 1 0 0
[pid=14107/tid=14109] ppid=14093 vsize=861516 CPUtime=0
/proc/14107/task/14109/stat : 14109 (java) S 14093 14093 13828 0 -1 64 12 0 0 0 0 0 0 0 15 0 8 0 158045894 882192384 11892 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14107/tid=14110] ppid=14093 vsize=861516 CPUtime=0
/proc/14107/task/14110/stat : 14110 (java) S 14093 14093 13828 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 158045894 882192384 11892 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14107/tid=14111] ppid=14093 vsize=861516 CPUtime=0
/proc/14107/task/14111/stat : 14111 (java) S 14093 14093 13828 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 158045898 882192384 11892 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14107/tid=14112] ppid=14093 vsize=861516 CPUtime=0.12
/proc/14107/task/14112/stat : 14112 (java) S 14093 14093 13828 0 -1 64 900 0 0 0 11 1 0 0 15 0 8 0 158045898 882192384 11892 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14107/tid=14113] ppid=14093 vsize=861516 CPUtime=0
/proc/14107/task/14113/stat : 14113 (java) S 14093 14093 13828 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 158045898 882192384 11892 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14107/tid=14114] ppid=14093 vsize=861516 CPUtime=0
/proc/14107/task/14114/stat : 14114 (java) S 14093 14093 13828 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 158045898 882192384 11892 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.29
Current children cumulated vsize (KiB) 909084

[startup+2.98165 s]
/proc/loadavg: 0.26 0.73 1.33 2/89 14114
/proc/meminfo: memFree=1650896/2055924 swapFree=4165672/4192956
[pid=14093] ppid=14091 vsize=47568 CPUtime=0.01
/proc/14093/stat : 14093 (galac.sh) S 14091 14093 13828 0 -1 4194304 761 1704 0 0 0 0 0 1 17 0 1 0 158045885 48709632 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 268582447962 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/14093/statm: 11892 363 245 79 0 218 0
[pid=14107] ppid=14093 vsize=861516 CPUtime=2.93
/proc/14107/stat : 14107 (java) S 14093 14093 13828 0 -1 0 12511 0 1 0 285 8 0 0 16 0 8 0 158045889 882192384 12206 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/14107/statm: 215379 12206 1989 14 0 201584 0
[pid=14107/tid=14108] ppid=14093 vsize=861516 CPUtime=1.48
/proc/14107/task/14108/stat : 14108 (java) R 14093 14093 13828 0 -1 64 3830 0 0 0 146 2 0 0 17 0 8 0 158045894 882192384 12206 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4155222440 0 0 0 23759 0 0 0 -1 1 0 0
[pid=14107/tid=14109] ppid=14093 vsize=861516 CPUtime=0
/proc/14107/task/14109/stat : 14109 (java) S 14093 14093 13828 0 -1 64 12 0 0 0 0 0 0 0 15 0 8 0 158045894 882192384 12206 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14107/tid=14110] ppid=14093 vsize=861516 CPUtime=0
/proc/14107/task/14110/stat : 14110 (java) S 14093 14093 13828 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 158045894 882192384 12206 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14107/tid=14111] ppid=14093 vsize=861516 CPUtime=0
/proc/14107/task/14111/stat : 14111 (java) S 14093 14093 13828 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 158045898 882192384 12206 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14107/tid=14112] ppid=14093 vsize=861516 CPUtime=0.15
/proc/14107/task/14112/stat : 14112 (java) S 14093 14093 13828 0 -1 64 917 0 0 0 14 1 0 0 15 0 8 0 158045898 882192384 12206 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14107/tid=14113] ppid=14093 vsize=861516 CPUtime=0
/proc/14107/task/14113/stat : 14113 (java) S 14093 14093 13828 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 158045898 882192384 12206 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14107/tid=14114] ppid=14093 vsize=861516 CPUtime=0
/proc/14107/task/14114/stat : 14114 (java) S 14093 14093 13828 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 158045898 882192384 12206 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.94
Current children cumulated vsize (KiB) 909084

[startup+6.27824 s]
/proc/loadavg: 0.26 0.73 1.33 2/89 14114
/proc/meminfo: memFree=1648848/2055924 swapFree=4165672/4192956
[pid=14093] ppid=14091 vsize=47568 CPUtime=0.01
/proc/14093/stat : 14093 (galac.sh) S 14091 14093 13828 0 -1 4194304 761 1704 0 0 0 0 0 1 17 0 1 0 158045885 48709632 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 268582447962 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/14093/statm: 11892 363 245 79 0 218 0
[pid=14107] ppid=14093 vsize=861516 CPUtime=6.23
/proc/14107/stat : 14107 (java) S 14093 14093 13828 0 -1 0 13045 0 1 0 614 9 0 0 16 0 8 0 158045889 882192384 12666 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/14107/statm: 215379 12666 1989 14 0 201584 0
[pid=14107/tid=14108] ppid=14093 vsize=861516 CPUtime=3.64
/proc/14107/task/14108/stat : 14108 (java) R 14093 14093 13828 0 -1 64 4269 0 0 0 362 2 0 0 17 0 8 0 158045894 882192384 12666 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4155525853 0 0 0 23759 0 0 0 -1 1 0 0
[pid=14107/tid=14109] ppid=14093 vsize=861516 CPUtime=0
/proc/14107/task/14109/stat : 14109 (java) S 14093 14093 13828 0 -1 64 12 0 0 0 0 0 0 0 15 0 8 0 158045894 882192384 12666 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14107/tid=14110] ppid=14093 vsize=861516 CPUtime=0
/proc/14107/task/14110/stat : 14110 (java) S 14093 14093 13828 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 158045894 882192384 12666 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14107/tid=14111] ppid=14093 vsize=861516 CPUtime=0
/proc/14107/task/14111/stat : 14111 (java) S 14093 14093 13828 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 158045898 882192384 12666 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14107/tid=14112] ppid=14093 vsize=861516 CPUtime=0.18
/proc/14107/task/14112/stat : 14112 (java) S 14093 14093 13828 0 -1 64 938 0 0 0 17 1 0 0 16 0 8 0 158045898 882192384 12666 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14107/tid=14113] ppid=14093 vsize=861516 CPUtime=0
/proc/14107/task/14113/stat : 14113 (java) S 14093 14093 13828 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 158045898 882192384 12666 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14107/tid=14114] ppid=14093 vsize=861516 CPUtime=0
/proc/14107/task/14114/stat : 14114 (java) S 14093 14093 13828 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 158045898 882192384 12666 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 909084

[startup+12.76 s]
/proc/loadavg: 0.37 0.74 1.33 2/89 14114
/proc/meminfo: memFree=1617296/2055924 swapFree=4165672/4192956
[pid=14093] ppid=14091 vsize=47568 CPUtime=0.01
/proc/14093/stat : 14093 (galac.sh) S 14091 14093 13828 0 -1 4194304 761 1704 0 0 0 0 0 1 17 0 1 0 158045885 48709632 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 268582447962 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/14093/statm: 11892 363 245 79 0 218 0
[pid=14107] ppid=14093 vsize=861516 CPUtime=12.7
/proc/14107/stat : 14107 (java) R 14093 14093 13828 0 -1 0 21135 0 1 0 1255 15 0 0 19 0 8 0 158045889 882192384 20687 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4072918504 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/14107/statm: 215379 20687 1993 14 0 201584 0
[pid=14107/tid=14108] ppid=14093 vsize=861516 CPUtime=5.81
/proc/14107/task/14108/stat : 14108 (java) S 14093 14093 13828 0 -1 64 4980 0 0 0 578 3 0 0 17 0 8 0 158045894 882192384 20687 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=14107/tid=14109] ppid=14093 vsize=861516 CPUtime=0
/proc/14107/task/14109/stat : 14109 (java) S 14093 14093 13828 0 -1 64 12 0 0 0 0 0 0 0 15 0 8 0 158045894 882192384 20687 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14107/tid=14110] ppid=14093 vsize=861516 CPUtime=0
/proc/14107/task/14110/stat : 14110 (java) S 14093 14093 13828 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 158045894 882192384 20687 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14107/tid=14111] ppid=14093 vsize=861516 CPUtime=0
/proc/14107/task/14111/stat : 14111 (java) S 14093 14093 13828 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 158045898 882192384 20687 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14107/tid=14112] ppid=14093 vsize=861516 CPUtime=0.37
/proc/14107/task/14112/stat : 14112 (java) S 14093 14093 13828 0 -1 64 1048 0 0 0 35 2 0 0 16 0 8 0 158045898 882192384 20687 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14107/tid=14113] ppid=14093 vsize=861516 CPUtime=0
/proc/14107/task/14113/stat : 14113 (java) S 14093 14093 13828 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 158045898 882192384 20687 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14107/tid=14114] ppid=14093 vsize=861516 CPUtime=0
/proc/14107/task/14114/stat : 14114 (java) S 14093 14093 13828 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 158045898 882192384 20687 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.71
Current children cumulated vsize (KiB) 909084

[startup+25.6323 s]
/proc/loadavg: 0.47 0.75 1.33 2/89 14115
/proc/meminfo: memFree=1606224/2055924 swapFree=4165672/4192956
[pid=14093] ppid=14091 vsize=47568 CPUtime=0.01
/proc/14093/stat : 14093 (galac.sh) S 14091 14093 13828 0 -1 4194304 761 1704 0 0 0 0 0 1 17 0 1 0 158045885 48709632 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 268582447962 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/14093/statm: 11892 363 245 79 0 218 0
[pid=14107] ppid=14093 vsize=861516 CPUtime=25.53
/proc/14107/stat : 14107 (java) R 14093 14093 13828 0 -1 0 22713 0 2 0 2533 20 0 0 18 0 8 0 158045889 882192384 22244 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4074384779 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/14107/statm: 215379 22244 2012 14 0 201584 0
[pid=14107/tid=14108] ppid=14093 vsize=861516 CPUtime=6
/proc/14107/task/14108/stat : 14108 (java) S 14093 14093 13828 0 -1 64 6459 0 0 0 596 4 0 0 16 0 8 0 158045894 882192384 22244 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=14107/tid=14109] ppid=14093 vsize=861516 CPUtime=0
/proc/14107/task/14109/stat : 14109 (java) S 14093 14093 13828 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 158045894 882192384 22244 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14107/tid=14110] ppid=14093 vsize=861516 CPUtime=0
/proc/14107/task/14110/stat : 14110 (java) S 14093 14093 13828 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 158045894 882192384 22244 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14107/tid=14111] ppid=14093 vsize=861516 CPUtime=0
/proc/14107/task/14111/stat : 14111 (java) S 14093 14093 13828 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 158045898 882192384 22244 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14107/tid=14112] ppid=14093 vsize=861516 CPUtime=0.44
/proc/14107/task/14112/stat : 14112 (java) S 14093 14093 13828 0 -1 64 1085 0 0 0 42 2 0 0 15 0 8 0 158045898 882192384 22244 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14107/tid=14113] ppid=14093 vsize=861516 CPUtime=0
/proc/14107/task/14113/stat : 14113 (java) S 14093 14093 13828 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 158045898 882192384 22244 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14107/tid=14114] ppid=14093 vsize=861516 CPUtime=0
/proc/14107/task/14114/stat : 14114 (java) S 14093 14093 13828 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 158045898 882192384 22244 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.54
Current children cumulated vsize (KiB) 909084

[startup+51.2363 s]
/proc/loadavg: 0.65 0.77 1.32 3/89 14152
/proc/meminfo: memFree=1583376/2055924 swapFree=4165672/4192956
[pid=14093] ppid=14091 vsize=47568 CPUtime=0.01
/proc/14093/stat : 14093 (galac.sh) S 14091 14093 13828 0 -1 4194304 761 1704 0 0 0 0 0 1 17 0 1 0 158045885 48709632 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 268582447962 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/14093/statm: 11892 363 245 79 0 218 0
[pid=14107] ppid=14093 vsize=861516 CPUtime=51.01
/proc/14107/stat : 14107 (java) R 14093 14093 13828 0 -1 0 22764 0 2 0 5064 37 0 0 25 0 8 0 158045889 882192384 22245 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4153380150 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/14107/statm: 215379 22245 2012 14 0 201584 0
[pid=14107/tid=14108] ppid=14093 vsize=861516 CPUtime=6.03
/proc/14107/task/14108/stat : 14108 (java) S 14093 14093 13828 0 -1 64 6459 0 0 0 598 5 0 0 16 0 8 0 158045894 882192384 22245 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=14107/tid=14109] ppid=14093 vsize=861516 CPUtime=0
/proc/14107/task/14109/stat : 14109 (java) S 14093 14093 13828 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 158045894 882192384 22245 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14107/tid=14110] ppid=14093 vsize=861516 CPUtime=0
/proc/14107/task/14110/stat : 14110 (java) S 14093 14093 13828 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 158045894 882192384 22245 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14107/tid=14111] ppid=14093 vsize=861516 CPUtime=0
/proc/14107/task/14111/stat : 14111 (java) S 14093 14093 13828 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 158045898 882192384 22245 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14107/tid=14112] ppid=14093 vsize=861516 CPUtime=0.44
/proc/14107/task/14112/stat : 14112 (java) S 14093 14093 13828 0 -1 64 1086 0 0 0 42 2 0 0 16 0 8 0 158045898 882192384 22245 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14107/tid=14113] ppid=14093 vsize=861516 CPUtime=0
/proc/14107/task/14113/stat : 14113 (java) S 14093 14093 13828 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 158045898 882192384 22245 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14107/tid=14114] ppid=14093 vsize=861516 CPUtime=0
/proc/14107/task/14114/stat : 14114 (java) S 14093 14093 13828 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 158045898 882192384 22245 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 51.02
Current children cumulated vsize (KiB) 909084

[startup+102.437 s]
/proc/loadavg: 0.86 0.80 1.30 2/89 14158
/proc/meminfo: memFree=1544080/2055924 swapFree=4165672/4192956
[pid=14093] ppid=14091 vsize=47568 CPUtime=0.01
/proc/14093/stat : 14093 (galac.sh) S 14091 14093 13828 0 -1 4194304 761 1704 0 0 0 0 0 1 17 0 1 0 158045885 48709632 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 268582447962 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/14093/statm: 11892 363 245 79 0 218 0
[pid=14107] ppid=14093 vsize=861516 CPUtime=102.04
/proc/14107/stat : 14107 (java) R 14093 14093 13828 0 -1 0 22859 0 2 0 10146 58 0 0 25 0 8 0 158045889 882192384 22248 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4074358106 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/14107/statm: 215379 22248 2012 14 0 201584 0
[pid=14107/tid=14108] ppid=14093 vsize=861516 CPUtime=6.08
/proc/14107/task/14108/stat : 14108 (java) S 14093 14093 13828 0 -1 64 6459 0 0 0 603 5 0 0 16 0 8 0 158045894 882192384 22248 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=14107/tid=14109] ppid=14093 vsize=861516 CPUtime=0
/proc/14107/task/14109/stat : 14109 (java) S 14093 14093 13828 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 158045894 882192384 22248 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14107/tid=14110] ppid=14093 vsize=861516 CPUtime=0
/proc/14107/task/14110/stat : 14110 (java) S 14093 14093 13828 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 158045894 882192384 22248 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14107/tid=14111] ppid=14093 vsize=861516 CPUtime=0
/proc/14107/task/14111/stat : 14111 (java) S 14093 14093 13828 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 158045898 882192384 22248 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14107/tid=14112] ppid=14093 vsize=861516 CPUtime=0.44
/proc/14107/task/14112/stat : 14112 (java) S 14093 14093 13828 0 -1 64 1089 0 0 0 42 2 0 0 16 0 8 0 158045898 882192384 22248 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14107/tid=14113] ppid=14093 vsize=861516 CPUtime=0
/proc/14107/task/14113/stat : 14113 (java) S 14093 14093 13828 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 158045898 882192384 22248 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14107/tid=14114] ppid=14093 vsize=861516 CPUtime=0
/proc/14107/task/14114/stat : 14114 (java) S 14093 14093 13828 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 158045898 882192384 22248 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 102.05
Current children cumulated vsize (KiB) 909084

[startup+162.508 s]
/proc/loadavg: 1.77 1.07 1.35 3/103 14218
/proc/meminfo: memFree=797088/2055924 swapFree=4165672/4192956
[pid=14093] ppid=14091 vsize=47568 CPUtime=0.01
/proc/14093/stat : 14093 (galac.sh) S 14091 14093 13828 0 -1 4194304 761 1704 0 0 0 0 0 1 17 0 1 0 158045885 48709632 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 268582447962 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/14093/statm: 11892 363 245 79 0 218 0
[pid=14107] ppid=14093 vsize=861516 CPUtime=161.49
/proc/14107/stat : 14107 (java) R 14093 14093 13828 0 -1 0 22954 0 2 0 16071 78 0 0 25 0 8 0 158045889 882192384 22248 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4073472696 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/14107/statm: 215379 22248 2012 14 0 201584 0
[pid=14107/tid=14108] ppid=14093 vsize=861516 CPUtime=6.13
/proc/14107/task/14108/stat : 14108 (java) S 14093 14093 13828 0 -1 64 6459 0 0 0 607 6 0 0 16 0 8 0 158045894 882192384 22248 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=14107/tid=14109] ppid=14093 vsize=861516 CPUtime=0
/proc/14107/task/14109/stat : 14109 (java) S 14093 14093 13828 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 158045894 882192384 22248 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14107/tid=14110] ppid=14093 vsize=861516 CPUtime=0
/proc/14107/task/14110/stat : 14110 (java) S 14093 14093 13828 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 158045894 882192384 22248 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14107/tid=14111] ppid=14093 vsize=861516 CPUtime=0
/proc/14107/task/14111/stat : 14111 (java) S 14093 14093 13828 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 158045898 882192384 22248 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14107/tid=14112] ppid=14093 vsize=861516 CPUtime=0.44
/proc/14107/task/14112/stat : 14112 (java) S 14093 14093 13828 0 -1 64 1089 0 0 0 42 2 0 0 16 0 8 0 158045898 882192384 22248 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14107/tid=14113] ppid=14093 vsize=861516 CPUtime=0
/proc/14107/task/14113/stat : 14113 (java) S 14093 14093 13828 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 158045898 882192384 22248 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14107/tid=14114] ppid=14093 vsize=861516 CPUtime=0
/proc/14107/task/14114/stat : 14114 (java) S 14093 14093 13828 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 158045898 882192384 22248 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 161.5
Current children cumulated vsize (KiB) 909084

[startup+222.568 s]
/proc/loadavg: 1.69 1.16 1.37 2/89 14344
/proc/meminfo: memFree=1471248/2055924 swapFree=4165672/4192956
[pid=14093] ppid=14091 vsize=47568 CPUtime=0.01
/proc/14093/stat : 14093 (galac.sh) S 14091 14093 13828 0 -1 4194304 761 1704 0 0 0 0 0 1 17 0 1 0 158045885 48709632 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 268582447962 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/14093/statm: 11892 363 245 79 0 218 0
[pid=14107] ppid=14093 vsize=861516 CPUtime=221.43
/proc/14107/stat : 14107 (java) R 14093 14093 13828 0 -1 0 23046 0 2 0 22042 101 0 0 25 0 8 0 158045889 882192384 22248 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4074416183 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/14107/statm: 215379 22248 2012 14 0 201584 0
[pid=14107/tid=14108] ppid=14093 vsize=861516 CPUtime=6.16
/proc/14107/task/14108/stat : 14108 (java) S 14093 14093 13828 0 -1 64 6459 0 0 0 610 6 0 0 16 0 8 0 158045894 882192384 22248 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=14107/tid=14109] ppid=14093 vsize=861516 CPUtime=0
/proc/14107/task/14109/stat : 14109 (java) S 14093 14093 13828 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 158045894 882192384 22248 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14107/tid=14110] ppid=14093 vsize=861516 CPUtime=0
/proc/14107/task/14110/stat : 14110 (java) S 14093 14093 13828 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 158045894 882192384 22248 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14107/tid=14111] ppid=14093 vsize=861516 CPUtime=0
/proc/14107/task/14111/stat : 14111 (java) S 14093 14093 13828 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 158045898 882192384 22248 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14107/tid=14112] ppid=14093 vsize=861516 CPUtime=0.44
/proc/14107/task/14112/stat : 14112 (java) S 14093 14093 13828 0 -1 64 1089 0 0 0 42 2 0 0 16 0 8 0 158045898 882192384 22248 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14107/tid=14113] ppid=14093 vsize=861516 CPUtime=0
/proc/14107/task/14113/stat : 14113 (java) S 14093 14093 13828 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 158045898 882192384 22248 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14107/tid=14114] ppid=14093 vsize=861516 CPUtime=0
/proc/14107/task/14114/stat : 14114 (java) S 14093 14093 13828 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 158045898 882192384 22248 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 221.44
Current children cumulated vsize (KiB) 909084

[startup+282.618 s]
/proc/loadavg: 1.25 1.13 1.34 2/89 14418
/proc/meminfo: memFree=1436752/2055924 swapFree=4165672/4192956
[pid=14093] ppid=14091 vsize=47568 CPUtime=0.01
/proc/14093/stat : 14093 (galac.sh) S 14091 14093 13828 0 -1 4194304 761 1704 0 0 0 0 0 1 17 0 1 0 158045885 48709632 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 268582447962 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/14093/statm: 11892 363 245 79 0 218 0
[pid=14107] ppid=14093 vsize=861516 CPUtime=281.4
/proc/14107/stat : 14107 (java) R 14093 14093 13828 0 -1 0 23139 0 2 0 28018 122 0 0 25 0 8 0 158045889 882192384 22249 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4074370069 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/14107/statm: 215379 22249 2012 14 0 201584 0
[pid=14107/tid=14108] ppid=14093 vsize=861516 CPUtime=6.2
/proc/14107/task/14108/stat : 14108 (java) S 14093 14093 13828 0 -1 64 6459 0 0 0 614 6 0 0 16 0 8 0 158045894 882192384 22249 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=14107/tid=14109] ppid=14093 vsize=861516 CPUtime=0
/proc/14107/task/14109/stat : 14109 (java) S 14093 14093 13828 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 158045894 882192384 22249 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14107/tid=14110] ppid=14093 vsize=861516 CPUtime=0
/proc/14107/task/14110/stat : 14110 (java) S 14093 14093 13828 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 158045894 882192384 22249 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14107/tid=14111] ppid=14093 vsize=861516 CPUtime=0
/proc/14107/task/14111/stat : 14111 (java) S 14093 14093 13828 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 158045898 882192384 22249 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14107/tid=14112] ppid=14093 vsize=861516 CPUtime=0.45
/proc/14107/task/14112/stat : 14112 (java) S 14093 14093 13828 0 -1 64 1090 0 0 0 43 2 0 0 16 0 8 0 158045898 882192384 22249 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14107/tid=14113] ppid=14093 vsize=861516 CPUtime=0
/proc/14107/task/14113/stat : 14113 (java) S 14093 14093 13828 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 158045898 882192384 22249 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14107/tid=14114] ppid=14093 vsize=861516 CPUtime=0
/proc/14107/task/14114/stat : 14114 (java) S 14093 14093 13828 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 158045898 882192384 22249 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 281.41
Current children cumulated vsize (KiB) 909084

[startup+342.654 s]
/proc/loadavg: 1.09 1.10 1.32 2/82 14493
/proc/meminfo: memFree=995464/2055924 swapFree=4165672/4192956
[pid=14093] ppid=14091 vsize=47568 CPUtime=334.23
/proc/14093/stat : 14093 (galac.sh) S 14091 14093 13828 0 -1 4194304 799 24935 0 2 0 0 33277 146 16 0 1 0 158045885 48709632 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 268582447962 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/14093/statm: 11892 363 245 79 0 218 0
[pid=14490] ppid=14093 vsize=519088 CPUtime=7.06
/proc/14490/stat : 14490 (minisat) R 14093 14093 13828 0 -1 4194304 125042 0 0 0 637 69 0 0 25 0 1 0 158079442 531546112 125024 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134521302 0 0 4096 3 0 0 0 17 1 0 0
/proc/14490/statm: 129772 125024 54 142 0 129628 0
Current children cumulated CPU time (s) 341.29
Current children cumulated vsize (KiB) 566656

Child status: 0
Real time (s): 346.877
CPU time (s): 345.492
CPU user time (s): 342.991
CPU system time (s): 2.50162
CPU usage (%): 99.6007
Max. virtual memory (cumulated for all children) (KiB): 909084

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 342.991
system time used= 2.50162
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 167823
page faults= 3
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 12418
involuntary context switches= 12714

runsolver used 0.355945 s user time and 0.993848 s system time

The end

Launcher Data (download as text)

Begin job on node6 on Sat Jan  6 15:15:01 UTC 2007


IDJOB= 192013
IDBENCH= 3085
FILE ID= node6/192013-1168096499

PBS_JOBID= 3476486

Free space on /tmp= 66525 MiB

BENCH NAME= HOME/pub/bench/CPAI06/queens/queens-200.xml
COMMAND LINE= /tmp/evaluation/192013-1168096499/galac.sh /tmp/evaluation/192013-1168096499/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node6/watcher-192013-1168096499 -o ROOT/results/node6/solver-192013-1168096499 -C 1800 -M 900  /tmp/evaluation/192013-1168096499/galac.sh /tmp/evaluation/192013-1168096499/unknown.xml

META MD5SUM SOLVER= d8bf20eb49fe33822f00bab08f33d7fc
MD5SUM BENCH=  bc9638d33bc2eb3542de683de70ee98a

RANDOM SEED= 859316886

TIME LIMIT= 1800 seconds

MEMORY LIMIT= 900 MiB


/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.240
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.240
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055924 kB
MemFree:       1692592 kB
Buffers:         35668 kB
Cached:         201284 kB
SwapCached:       2476 kB
Active:         114668 kB
Inactive:       159036 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055924 kB
LowFree:       1692592 kB
SwapTotal:     4192956 kB
SwapFree:      4165672 kB
Dirty:            7924 kB
Writeback:           0 kB
Mapped:          46412 kB
Slab:            74640 kB
Committed_AS:  4293596 kB
PageTables:       2196 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= 66527 MiB



End job on node6 on Sat Jan  6 15:20:57 UTC 2007