Trace number 1060016

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
galac ESAT 787.185 788.668

General information on the benchmark

Namecsp/primes-30/
normalized-primes-30-20-3-1.xml
MD5SUMe01f3c973cd5adb54e4755e72e1997d7
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.024995
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints20
Maximum constraint arity4
Maximum domain size112
Number of constraints which are defined in extension0
Number of constraints which are defined in intension20
Global constraints used (with number of constraints)

Solver Data (download as text)

0.01/0.04	c --- Preproc Stats ---
731.33/732.63	c start processing
731.33/732.63	c start relation processing
741.03/742.32	c start cnf exporting
771.60/772.91	c parsing time : 732.509
771.60/772.91	c preprocessing time : 772.792
771.60/772.91	
771.60/772.91	c Nary constraints - conflicts : 0 supports : 20
771.60/772.91	c Binary constraints - conflicts : 0 supports :0
771.60/772.91	c max arity constraint : 4
771.60/772.91	c Max Tuples generated 157351936
771.60/772.91	c relations : 20
771.60/772.91	c relations BDD: 20
771.60/772.92	c sampling 20/20
771.60/772.92	c vars : 218343 - clauses :  1376938
771.60/772.92	
771.60/772.97	 
771.60/772.97	c --- SAT Solver Stats ---
771.60/772.97	 
771.60/772.97	c eSAT 0.1 : minisat core with additionnal features
771.60/772.97	c ============================[ Problem Statistics ]=============================
771.60/772.97	c |                                                                             |
771.60/772.98	c |  Number of variables:  218342                                               |
771.60/772.98	c |  Number of clauses:    1376938                                              |
772.86/774.27	c |  Parsing time:         1.16         s                                       |
785.07/786.53	c restarts              : 79
785.07/786.53	c conflicts             : 200            (15 /sec)
785.07/786.53	c decisions             : 102381         (76.19 % random) (7747 /sec)
785.07/786.53	c euip                  : 45          
785.07/786.53	c propagations          : 3665583        (277360 /sec)
785.07/786.53	c conflict literals     : 3944           (8.00 % deleted)
785.07/786.53	c Memory used           : 162.93 MB
785.07/786.53	c CPU time              : 13.216 s
785.07/786.53	c 
785.16/786.61	s SATISFIABLE
787.12/788.65	v 95 29 111 96 113 93 113 111 106 94 90 82 82 68 77 108 67 98 92 65 90 61 102 74 94 68 40 81 42 78 108 57 59 59 112 25 50 44 55 95 78 91 61 103 78 60 101 102 33 82 21 89 6 56 26 9 112 31 103 112 73 95 73 75 74 11 105 14 67 59 108 20 84 72 111 47 103 111 13 10 12 102 30 109 110 102 9 61 71 87 62 90 48 86 103 23 112 89 87 76

Verifier Data (download as text)

OK

Watcher Data (download as text)

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

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1060016-1215125463/watcher-1060016-1215125463 -o /tmp/evaluation-result-1060016-1215125463/solver-1060016-1215125463 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacE.sh HOME/instance-1060016-1215125463.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2200 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
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: 2.63 2.41 2.17 4/83 28142
/proc/meminfo: memFree=786912/2055920 swapFree=4179828/4192956
[pid=28142] ppid=28140 vsize=8560 CPUtime=0
/proc/28142/stat : 28142 (galacE.sh) S 28140 28142 26799 0 -1 4194304 308 0 0 0 0 0 0 0 22 0 1 0 1991516002 8765440 254 996147200 4194304 4520092 548682068832 18446744073709551615 227607824271 0 0 4096 8192 0 0 0 17 1 0 0
/proc/28142/statm: 2163 280 208 79 0 156 0
[pid=28143] ppid=28142 vsize=8688 CPUtime=0
/proc/28143/stat : 28143 (galacE.sh) S 28142 28142 26799 0 -1 4194368 36 0 0 0 0 0 0 0 17 0 1 0 1991516003 8896512 286 996147200 4194304 4520092 548682068832 18446744073709551615 227607806034 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/28143/statm: 2172 286 209 79 0 165 0
[pid=28144] ppid=28143 vsize=8728 CPUtime=0
/proc/28144/stat : 28144 (galacE.sh) R 28143 28142 26799 0 -1 4194368 25 0 0 0 0 0 0 0 18 0 1 0 1991516003 8937472 290 996147200 4194304 4520092 548682068832 18446744073709551615 227607637287 0 2147483391 3674112 73728 0 0 0 17 0 0 0
/proc/28144/statm: 2182 290 209 79 0 175 0

[startup+0.0272999 s]
/proc/loadavg: 2.63 2.41 2.17 4/83 28142
/proc/meminfo: memFree=786912/2055920 swapFree=4179828/4192956
[pid=28142] ppid=28140 vsize=8784 CPUtime=0.01
/proc/28142/stat : 28142 (galacE.sh) S 28140 28142 26799 0 -1 4194304 586 1319 0 0 0 0 0 1 19 0 1 0 1991516002 8994816 320 996147200 4194304 4520092 548682068832 18446744073709551615 227607806034 0 2 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/28142/statm: 2196 320 218 79 0 189 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 8784

[startup+0.102312 s]
/proc/loadavg: 2.63 2.41 2.17 4/83 28142
/proc/meminfo: memFree=786912/2055920 swapFree=4179828/4192956
[pid=28142] ppid=28140 vsize=47564 CPUtime=0.01
/proc/28142/stat : 28142 (galacE.sh) S 28140 28142 26799 0 -1 4194304 765 2021 0 0 0 0 0 1 18 0 1 0 1991516002 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 227607243610 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/28142/statm: 11891 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+0.302335 s]
/proc/loadavg: 2.63 2.41 2.17 4/83 28142
/proc/meminfo: memFree=786912/2055920 swapFree=4179828/4192956
[pid=28142] ppid=28140 vsize=47564 CPUtime=0.01
/proc/28142/stat : 28142 (galacE.sh) S 28140 28142 26799 0 -1 4194304 765 2021 0 0 0 0 0 1 18 0 1 0 1991516002 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 227607243610 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/28142/statm: 11891 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+0.702386 s]
/proc/loadavg: 2.63 2.41 2.17 4/83 28142
/proc/meminfo: memFree=786912/2055920 swapFree=4179828/4192956
[pid=28142] ppid=28140 vsize=47564 CPUtime=0.01
/proc/28142/stat : 28142 (galacE.sh) S 28140 28142 26799 0 -1 4194304 765 2021 0 0 0 0 0 1 18 0 1 0 1991516002 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 227607243610 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/28142/statm: 11891 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+1.50248 s]
/proc/loadavg: 2.63 2.41 2.17 3/93 28164
/proc/meminfo: memFree=760464/2055920 swapFree=4179828/4192956
[pid=28142] ppid=28140 vsize=47564 CPUtime=0.01
/proc/28142/stat : 28142 (galacE.sh) S 28140 28142 26799 0 -1 4194304 765 2021 0 0 0 0 0 1 18 0 1 0 1991516002 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 227607243610 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/28142/statm: 11891 364 245 79 0 219 0
[pid=28156] ppid=28142 vsize=812548 CPUtime=1.43
/proc/28156/stat : 28156 (java) S 28142 28142 26799 0 -1 0 8880 0 1 0 137 6 0 0 18 0 9 0 1991516006 832049152 8297 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28156/statm: 203137 8297 1904 9 0 197171 0
[pid=28156/tid=28157] ppid=28142 vsize=812548 CPUtime=1.33
/proc/28156/task/28157/stat : 28157 (java) R 28142 28142 26799 0 -1 64 7446 0 1 0 128 5 0 0 20 0 9 0 1991516007 832049152 8297 996147200 134512640 134550740 4294955616 18446744073709551615 4126669773 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28156/tid=28158] ppid=28142 vsize=812548 CPUtime=0
/proc/28156/task/28158/stat : 28158 (java) S 28142 28142 26799 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1991516008 832049152 8297 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28156/tid=28159] ppid=28142 vsize=812548 CPUtime=0
/proc/28156/task/28159/stat : 28159 (java) S 28142 28142 26799 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 1991516009 832049152 8297 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28156/tid=28160] ppid=28142 vsize=812548 CPUtime=0
/proc/28156/task/28160/stat : 28160 (java) S 28142 28142 26799 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1991516009 832049152 8297 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28156/tid=28161] ppid=28142 vsize=812548 CPUtime=0
/proc/28156/task/28161/stat : 28161 (java) S 28142 28142 26799 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1991516011 832049152 8297 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28156/tid=28162] ppid=28142 vsize=812548 CPUtime=0.09
/proc/28156/task/28162/stat : 28162 (java) S 28142 28142 26799 0 -1 64 731 0 0 0 9 0 0 0 17 0 9 0 1991516011 832049152 8297 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28156/tid=28163] ppid=28142 vsize=812548 CPUtime=0
/proc/28156/task/28163/stat : 28163 (java) S 28142 28142 26799 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1991516011 832049152 8297 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28156/tid=28164] ppid=28142 vsize=812548 CPUtime=0
/proc/28156/task/28164/stat : 28164 (java) S 28142 28142 26799 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1991516011 832049152 8297 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 860112

[startup+3.10166 s]
/proc/loadavg: 2.63 2.41 2.17 5/93 28164
/proc/meminfo: memFree=760208/2055920 swapFree=4179828/4192956
[pid=28142] ppid=28140 vsize=47564 CPUtime=0.01
/proc/28142/stat : 28142 (galacE.sh) S 28140 28142 26799 0 -1 4194304 765 2021 0 0 0 0 0 1 18 0 1 0 1991516002 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 227607243610 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/28142/statm: 11891 364 245 79 0 219 0
[pid=28156] ppid=28142 vsize=812548 CPUtime=3.02
/proc/28156/stat : 28156 (java) S 28142 28142 26799 0 -1 0 8942 0 1 0 296 6 0 0 18 0 9 0 1991516006 832049152 8349 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28156/statm: 203137 8349 1914 9 0 197171 0
[pid=28156/tid=28157] ppid=28142 vsize=812548 CPUtime=2.91
/proc/28156/task/28157/stat : 28157 (java) R 28142 28142 26799 0 -1 64 7500 0 1 0 286 5 0 0 17 0 9 0 1991516007 832049152 8349 996147200 134512640 134550740 4294955616 18446744073709551615 4126671199 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28156/tid=28158] ppid=28142 vsize=812548 CPUtime=0
/proc/28156/task/28158/stat : 28158 (java) S 28142 28142 26799 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1991516008 832049152 8349 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28156/tid=28159] ppid=28142 vsize=812548 CPUtime=0
/proc/28156/task/28159/stat : 28159 (java) S 28142 28142 26799 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 1991516009 832049152 8349 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28156/tid=28160] ppid=28142 vsize=812548 CPUtime=0
/proc/28156/task/28160/stat : 28160 (java) S 28142 28142 26799 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1991516009 832049152 8349 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28156/tid=28161] ppid=28142 vsize=812548 CPUtime=0
/proc/28156/task/28161/stat : 28161 (java) S 28142 28142 26799 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1991516011 832049152 8349 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28156/tid=28162] ppid=28142 vsize=812548 CPUtime=0.09
/proc/28156/task/28162/stat : 28162 (java) S 28142 28142 26799 0 -1 64 739 0 0 0 9 0 0 0 16 0 9 0 1991516011 832049152 8349 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28156/tid=28163] ppid=28142 vsize=812548 CPUtime=0
/proc/28156/task/28163/stat : 28163 (java) S 28142 28142 26799 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1991516011 832049152 8349 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28156/tid=28164] ppid=28142 vsize=812548 CPUtime=0
/proc/28156/task/28164/stat : 28164 (java) S 28142 28142 26799 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1991516011 832049152 8349 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.03
Current children cumulated vsize (KiB) 860112

[startup+6.30204 s]
/proc/loadavg: 2.58 2.40 2.17 3/93 28164
/proc/meminfo: memFree=759760/2055920 swapFree=4179828/4192956
[pid=28142] ppid=28140 vsize=47564 CPUtime=0.01
/proc/28142/stat : 28142 (galacE.sh) S 28140 28142 26799 0 -1 4194304 765 2021 0 0 0 0 0 1 18 0 1 0 1991516002 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 227607243610 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/28142/statm: 11891 364 245 79 0 219 0
[pid=28156] ppid=28142 vsize=812504 CPUtime=6.21
/proc/28156/stat : 28156 (java) S 28142 28142 26799 0 -1 0 8997 0 1 0 615 6 0 0 18 0 9 0 1991516006 832004096 8403 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28156/statm: 203126 8403 1914 9 0 197160 0
[pid=28156/tid=28157] ppid=28142 vsize=812504 CPUtime=6.09
/proc/28156/task/28157/stat : 28157 (java) R 28142 28142 26799 0 -1 64 7553 0 1 0 604 5 0 0 25 0 9 0 1991516007 832004096 8403 996147200 134512640 134550740 4294955616 18446744073709551615 4126674756 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28156/tid=28158] ppid=28142 vsize=812504 CPUtime=0
/proc/28156/task/28158/stat : 28158 (java) S 28142 28142 26799 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1991516008 832004096 8403 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28156/tid=28159] ppid=28142 vsize=812504 CPUtime=0
/proc/28156/task/28159/stat : 28159 (java) S 28142 28142 26799 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 1991516009 832004096 8403 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28156/tid=28160] ppid=28142 vsize=812504 CPUtime=0
/proc/28156/task/28160/stat : 28160 (java) S 28142 28142 26799 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1991516009 832004096 8403 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28156/tid=28161] ppid=28142 vsize=812504 CPUtime=0
/proc/28156/task/28161/stat : 28161 (java) S 28142 28142 26799 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1991516011 832004096 8403 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28156/tid=28162] ppid=28142 vsize=812504 CPUtime=0.1
/proc/28156/task/28162/stat : 28162 (java) S 28142 28142 26799 0 -1 64 741 0 0 0 10 0 0 0 16 0 9 0 1991516011 832004096 8403 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28156/tid=28163] ppid=28142 vsize=812504 CPUtime=0
/proc/28156/task/28163/stat : 28163 (java) S 28142 28142 26799 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1991516011 832004096 8403 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28156/tid=28164] ppid=28142 vsize=812504 CPUtime=0
/proc/28156/task/28164/stat : 28164 (java) S 28142 28142 26799 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1991516011 832004096 8403 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 860068

[startup+12.7018 s]
/proc/loadavg: 2.53 2.39 2.17 3/93 28164
/proc/meminfo: memFree=759312/2055920 swapFree=4179828/4192956
[pid=28142] ppid=28140 vsize=47564 CPUtime=0.01
/proc/28142/stat : 28142 (galacE.sh) S 28140 28142 26799 0 -1 4194304 765 2021 0 0 0 0 0 1 18 0 1 0 1991516002 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 227607243610 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/28142/statm: 11891 364 245 79 0 219 0
[pid=28156] ppid=28142 vsize=812504 CPUtime=12.52
/proc/28156/stat : 28156 (java) S 28142 28142 26799 0 -1 0 9087 0 1 0 1246 6 0 0 18 0 9 0 1991516006 832004096 8493 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28156/statm: 203126 8493 1914 9 0 197160 0
[pid=28156/tid=28157] ppid=28142 vsize=812504 CPUtime=12.4
/proc/28156/task/28157/stat : 28157 (java) R 28142 28142 26799 0 -1 64 7643 0 1 0 1235 5 0 0 25 0 9 0 1991516007 832004096 8493 996147200 134512640 134550740 4294955616 18446744073709551615 4126674679 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28156/tid=28158] ppid=28142 vsize=812504 CPUtime=0
/proc/28156/task/28158/stat : 28158 (java) S 28142 28142 26799 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1991516008 832004096 8493 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28156/tid=28159] ppid=28142 vsize=812504 CPUtime=0
/proc/28156/task/28159/stat : 28159 (java) S 28142 28142 26799 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 1991516009 832004096 8493 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28156/tid=28160] ppid=28142 vsize=812504 CPUtime=0
/proc/28156/task/28160/stat : 28160 (java) S 28142 28142 26799 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1991516009 832004096 8493 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28156/tid=28161] ppid=28142 vsize=812504 CPUtime=0
/proc/28156/task/28161/stat : 28161 (java) S 28142 28142 26799 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1991516011 832004096 8493 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28156/tid=28162] ppid=28142 vsize=812504 CPUtime=0.1
/proc/28156/task/28162/stat : 28162 (java) S 28142 28142 26799 0 -1 64 741 0 0 0 10 0 0 0 16 0 9 0 1991516011 832004096 8493 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28156/tid=28163] ppid=28142 vsize=812504 CPUtime=0
/proc/28156/task/28163/stat : 28163 (java) S 28142 28142 26799 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1991516011 832004096 8493 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28156/tid=28164] ppid=28142 vsize=812504 CPUtime=0
/proc/28156/task/28164/stat : 28164 (java) S 28142 28142 26799 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1991516011 832004096 8493 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.53
Current children cumulated vsize (KiB) 860068

[startup+25.5023 s]
/proc/loadavg: 2.49 2.39 2.17 4/93 28164
/proc/meminfo: memFree=745616/2055920 swapFree=4179828/4192956
[pid=28142] ppid=28140 vsize=47564 CPUtime=0.01
/proc/28142/stat : 28142 (galacE.sh) S 28140 28142 26799 0 -1 4194304 765 2021 0 0 0 0 0 1 18 0 1 0 1991516002 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 227607243610 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/28142/statm: 11891 364 245 79 0 219 0
[pid=28156] ppid=28142 vsize=812504 CPUtime=25.23
/proc/28156/stat : 28156 (java) S 28142 28142 26799 0 -1 0 9274 0 1 0 2517 6 0 0 18 0 9 0 1991516006 832004096 8680 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28156/statm: 203126 8680 1914 9 0 197160 0
[pid=28156/tid=28157] ppid=28142 vsize=812504 CPUtime=25.12
/proc/28156/task/28157/stat : 28157 (java) R 28142 28142 26799 0 -1 64 7830 0 1 0 2507 5 0 0 25 0 9 0 1991516007 832004096 8680 996147200 134512640 134550740 4294955616 18446744073709551615 4126674133 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28156/tid=28158] ppid=28142 vsize=812504 CPUtime=0
/proc/28156/task/28158/stat : 28158 (java) S 28142 28142 26799 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1991516008 832004096 8680 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28156/tid=28159] ppid=28142 vsize=812504 CPUtime=0
/proc/28156/task/28159/stat : 28159 (java) S 28142 28142 26799 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 1991516009 832004096 8680 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28156/tid=28160] ppid=28142 vsize=812504 CPUtime=0
/proc/28156/task/28160/stat : 28160 (java) S 28142 28142 26799 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1991516009 832004096 8680 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28156/tid=28161] ppid=28142 vsize=812504 CPUtime=0
/proc/28156/task/28161/stat : 28161 (java) S 28142 28142 26799 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1991516011 832004096 8680 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28156/tid=28162] ppid=28142 vsize=812504 CPUtime=0.1
/proc/28156/task/28162/stat : 28162 (java) S 28142 28142 26799 0 -1 64 741 0 0 0 10 0 0 0 16 0 9 0 1991516011 832004096 8680 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28156/tid=28163] ppid=28142 vsize=812504 CPUtime=0
/proc/28156/task/28163/stat : 28163 (java) S 28142 28142 26799 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1991516011 832004096 8680 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28156/tid=28164] ppid=28142 vsize=812504 CPUtime=0
/proc/28156/task/28164/stat : 28164 (java) S 28142 28142 26799 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1991516011 832004096 8680 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.24

################
# More data... #
################

/proc/meminfo: memFree=1238560/2055920 swapFree=4179828/4192956
[pid=28142] ppid=28140 vsize=47564 CPUtime=0.01
/proc/28142/stat : 28142 (galacE.sh) S 28140 28142 26799 0 -1 4194304 765 2021 0 0 0 0 0 1 18 0 1 0 1991516002 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 227607243610 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/28142/statm: 11891 364 245 79 0 219 0
[pid=28156] ppid=28142 vsize=812504 CPUtime=766.6
/proc/28156/stat : 28156 (java) S 28142 28142 26799 0 -1 0 49959 0 1 0 76624 36 0 0 18 0 9 0 1991516006 832004096 49302 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28156/statm: 203126 49302 1942 9 0 197160 0
[pid=28156/tid=28157] ppid=28142 vsize=812504 CPUtime=765.21
/proc/28156/task/28157/stat : 28157 (java) R 28142 28142 26799 0 -1 64 14695 0 1 0 76500 21 0 0 25 0 9 0 1991516007 832004096 49302 996147200 134512640 134550740 4294955616 18446744073709551615 4126802741 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28156/tid=28158] ppid=28142 vsize=812504 CPUtime=1.16
/proc/28156/task/28158/stat : 28158 (java) S 28142 28142 26799 0 -1 64 33767 0 0 0 103 13 0 0 16 0 9 0 1991516008 832004096 49302 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28156/tid=28159] ppid=28142 vsize=812504 CPUtime=0
/proc/28156/task/28159/stat : 28159 (java) S 28142 28142 26799 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1991516009 832004096 49302 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28156/tid=28160] ppid=28142 vsize=812504 CPUtime=0
/proc/28156/task/28160/stat : 28160 (java) S 28142 28142 26799 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1991516009 832004096 49302 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28156/tid=28161] ppid=28142 vsize=812504 CPUtime=0
/proc/28156/task/28161/stat : 28161 (java) S 28142 28142 26799 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1991516011 832004096 49302 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28156/tid=28162] ppid=28142 vsize=812504 CPUtime=0.19
/proc/28156/task/28162/stat : 28162 (java) S 28142 28142 26799 0 -1 64 798 0 0 0 19 0 0 0 17 0 9 0 1991516011 832004096 49302 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28156/tid=28163] ppid=28142 vsize=812504 CPUtime=0
/proc/28156/task/28163/stat : 28163 (java) S 28142 28142 26799 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1991516011 832004096 49302 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28156/tid=28164] ppid=28142 vsize=812504 CPUtime=0
/proc/28156/task/28164/stat : 28164 (java) S 28142 28142 26799 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1991516011 832004096 49302 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 766.61
Current children cumulated vsize (KiB) 860068

[startup+780.702 s]
/proc/loadavg: 2.00 2.05 2.08 3/74 28199
/proc/meminfo: memFree=1254624/2055920 swapFree=4179828/4192956
[pid=28142] ppid=28140 vsize=47564 CPUtime=771.66
/proc/28142/stat : 28142 (galacE.sh) S 28140 28142 26799 0 -1 4194304 799 52002 0 1 0 0 77123 43 17 0 1 0 1991516002 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 227607243610 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/28142/statm: 11891 364 245 79 0 219 0
[pid=28199] ppid=28142 vsize=185368 CPUtime=7.65
/proc/28199/stat : 28199 (eSAT_static) R 28142 28142 26799 0 -1 4194304 43577 0 0 0 744 21 0 0 25 0 1 0 1991593300 189816832 43559 996147200 134512640 135177480 4294955984 18446744073709551615 134537530 0 0 4096 3 0 0 0 17 1 0 0
/proc/28199/statm: 46342 43559 74 162 0 46177 0
Current children cumulated CPU time (s) 779.31
Current children cumulated vsize (KiB) 232932

[startup+783.901 s]
/proc/loadavg: 2.00 2.05 2.08 3/74 28199
/proc/meminfo: memFree=1250400/2055920 swapFree=4179828/4192956
[pid=28142] ppid=28140 vsize=47564 CPUtime=771.66
/proc/28142/stat : 28142 (galacE.sh) S 28140 28142 26799 0 -1 4194304 799 52002 0 1 0 0 77123 43 17 0 1 0 1991516002 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 227607243610 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/28142/statm: 11891 364 245 79 0 219 0
[pid=28199] ppid=28142 vsize=166020 CPUtime=10.83
/proc/28199/stat : 28199 (eSAT_static) R 28142 28142 26799 0 -1 4194304 44231 0 0 0 1061 22 0 0 25 0 1 0 1991593300 170004480 39688 996147200 134512640 135177480 4294955984 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/28199/statm: 41505 39688 79 162 0 41340 0
Current children cumulated CPU time (s) 782.49
Current children cumulated vsize (KiB) 213584

[startup+787.102 s]
/proc/loadavg: 2.00 2.04 2.08 3/74 28199
/proc/meminfo: memFree=1265632/2055920 swapFree=4179828/4192956
[pid=28142] ppid=28140 vsize=47564 CPUtime=785.21
/proc/28142/stat : 28142 (galacE.sh) S 28140 28142 26799 0 -1 4194304 835 96556 0 1 0 0 78453 68 16 0 1 0 1991516002 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 227607806034 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/28142/statm: 11891 365 245 79 0 219 0
Current children cumulated CPU time (s) 785.21
Current children cumulated vsize (KiB) 47564

[startup+787.903 s]
/proc/loadavg: 2.00 2.04 2.08 3/82 28208
/proc/meminfo: memFree=1375136/2055920 swapFree=4179828/4192956
[pid=28142] ppid=28140 vsize=47564 CPUtime=785.21
/proc/28142/stat : 28142 (galacE.sh) S 28140 28142 26799 0 -1 4194304 835 96556 0 1 0 0 78453 68 16 0 1 0 1991516002 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 227607806034 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/28142/statm: 11891 365 245 79 0 219 0
[pid=28200] ppid=28142 vsize=812672 CPUtime=1.22
/proc/28200/stat : 28200 (java) S 28142 28142 26799 0 -1 0 16185 0 1 0 113 9 0 0 18 0 9 0 1991594667 832176128 15566 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28200/statm: 203168 15566 1918 9 0 197174 0
[pid=28200/tid=28201] ppid=28142 vsize=812672 CPUtime=1.1
/proc/28200/task/28201/stat : 28201 (java) R 28142 28142 26799 0 -1 64 14534 0 1 0 102 8 0 0 25 0 9 0 1991594668 832176128 15566 996147200 134512640 134550740 4294955616 18446744073709551615 4126675152 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=28200/tid=28202] ppid=28142 vsize=812672 CPUtime=0
/proc/28200/task/28202/stat : 28202 (java) S 28142 28142 26799 0 -1 64 174 0 0 0 0 0 0 0 16 0 9 0 1991594670 832176128 15566 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 0 0 0 -1 1 0 0
[pid=28200/tid=28203] ppid=28142 vsize=812672 CPUtime=0
/proc/28200/task/28203/stat : 28203 (java) S 28142 28142 26799 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1991594670 832176128 15566 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=28200/tid=28204] ppid=28142 vsize=812672 CPUtime=0
/proc/28200/task/28204/stat : 28204 (java) S 28142 28142 26799 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1991594670 832176128 15566 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=28200/tid=28205] ppid=28142 vsize=812672 CPUtime=0
/proc/28200/task/28205/stat : 28205 (java) S 28142 28142 26799 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1991594673 832176128 15566 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=28200/tid=28206] ppid=28142 vsize=812672 CPUtime=0.1
/proc/28200/task/28206/stat : 28206 (java) S 28142 28142 26799 0 -1 64 765 0 0 0 10 0 0 0 16 0 9 0 1991594673 832176128 15566 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=28200/tid=28207] ppid=28142 vsize=812672 CPUtime=0
/proc/28200/task/28207/stat : 28207 (java) S 28142 28142 26799 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1991594673 832176128 15566 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=28200/tid=28208] ppid=28142 vsize=812672 CPUtime=0
/proc/28200/task/28208/stat : 28208 (java) S 28142 28142 26799 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1991594673 832176128 15566 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 786.43
Current children cumulated vsize (KiB) 860236

[startup+788.303 s]
/proc/loadavg: 2.00 2.04 2.08 3/82 28208
/proc/meminfo: memFree=1375136/2055920 swapFree=4179828/4192956
[pid=28142] ppid=28140 vsize=47564 CPUtime=785.21
/proc/28142/stat : 28142 (galacE.sh) S 28140 28142 26799 0 -1 4194304 835 96556 0 1 0 0 78453 68 16 0 1 0 1991516002 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 227607806034 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/28142/statm: 11891 365 245 79 0 219 0
[pid=28200] ppid=28142 vsize=812672 CPUtime=1.62
/proc/28200/stat : 28200 (java) S 28142 28142 26799 0 -1 0 16186 0 1 0 153 9 0 0 18 0 9 0 1991594667 832176128 15566 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28200/statm: 203168 15566 1918 9 0 197174 0
[pid=28200/tid=28201] ppid=28142 vsize=812672 CPUtime=1.5
/proc/28200/task/28201/stat : 28201 (java) R 28142 28142 26799 0 -1 64 14535 0 1 0 142 8 0 0 25 0 9 0 1991594668 832176128 15566 996147200 134512640 134550740 4294955616 18446744073709551615 4126688515 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=28200/tid=28202] ppid=28142 vsize=812672 CPUtime=0
/proc/28200/task/28202/stat : 28202 (java) S 28142 28142 26799 0 -1 64 174 0 0 0 0 0 0 0 16 0 9 0 1991594670 832176128 15566 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 0 0 0 -1 1 0 0
[pid=28200/tid=28203] ppid=28142 vsize=812672 CPUtime=0
/proc/28200/task/28203/stat : 28203 (java) S 28142 28142 26799 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1991594670 832176128 15566 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=28200/tid=28204] ppid=28142 vsize=812672 CPUtime=0
/proc/28200/task/28204/stat : 28204 (java) S 28142 28142 26799 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1991594670 832176128 15566 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=28200/tid=28205] ppid=28142 vsize=812672 CPUtime=0
/proc/28200/task/28205/stat : 28205 (java) S 28142 28142 26799 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1991594673 832176128 15566 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=28200/tid=28206] ppid=28142 vsize=812672 CPUtime=0.1
/proc/28200/task/28206/stat : 28206 (java) S 28142 28142 26799 0 -1 64 765 0 0 0 10 0 0 0 16 0 9 0 1991594673 832176128 15566 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=28200/tid=28207] ppid=28142 vsize=812672 CPUtime=0
/proc/28200/task/28207/stat : 28207 (java) S 28142 28142 26799 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1991594673 832176128 15566 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=28200/tid=28208] ppid=28142 vsize=812672 CPUtime=0
/proc/28200/task/28208/stat : 28208 (java) S 28142 28142 26799 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1991594673 832176128 15566 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 786.83
Current children cumulated vsize (KiB) 860236

[startup+788.503 s]
/proc/loadavg: 2.00 2.04 2.08 3/82 28208
/proc/meminfo: memFree=1375136/2055920 swapFree=4179828/4192956
[pid=28142] ppid=28140 vsize=47564 CPUtime=785.21
/proc/28142/stat : 28142 (galacE.sh) S 28140 28142 26799 0 -1 4194304 835 96556 0 1 0 0 78453 68 16 0 1 0 1991516002 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 227607806034 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/28142/statm: 11891 365 245 79 0 219 0
[pid=28200] ppid=28142 vsize=812672 CPUtime=1.82
/proc/28200/stat : 28200 (java) S 28142 28142 26799 0 -1 0 16190 0 1 0 173 9 0 0 18 0 9 0 1991594667 832176128 15569 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28200/statm: 203168 15569 1918 9 0 197174 0
[pid=28200/tid=28201] ppid=28142 vsize=812672 CPUtime=1.69
/proc/28200/task/28201/stat : 28201 (java) R 28142 28142 26799 0 -1 64 14536 0 1 0 161 8 0 0 25 0 9 0 1991594668 832176128 15569 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=28200/tid=28202] ppid=28142 vsize=812672 CPUtime=0
/proc/28200/task/28202/stat : 28202 (java) S 28142 28142 26799 0 -1 64 174 0 0 0 0 0 0 0 16 0 9 0 1991594670 832176128 15569 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 0 0 0 -1 1 0 0
[pid=28200/tid=28203] ppid=28142 vsize=812672 CPUtime=0
/proc/28200/task/28203/stat : 28203 (java) S 28142 28142 26799 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1991594670 832176128 15569 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=28200/tid=28204] ppid=28142 vsize=812672 CPUtime=0
/proc/28200/task/28204/stat : 28204 (java) S 28142 28142 26799 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1991594670 832176128 15569 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=28200/tid=28205] ppid=28142 vsize=812672 CPUtime=0
/proc/28200/task/28205/stat : 28205 (java) S 28142 28142 26799 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1991594673 832176128 15569 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=28200/tid=28206] ppid=28142 vsize=812672 CPUtime=0.1
/proc/28200/task/28206/stat : 28206 (java) R 28142 28142 26799 0 -1 64 768 0 0 0 10 0 0 0 16 0 9 0 1991594673 832176128 15569 996147200 134512640 134550740 4294955616 18446744073709551615 103843590 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=28200/tid=28207] ppid=28142 vsize=812672 CPUtime=0
/proc/28200/task/28207/stat : 28207 (java) S 28142 28142 26799 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1991594673 832176128 15569 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=28200/tid=28208] ppid=28142 vsize=812672 CPUtime=0
/proc/28200/task/28208/stat : 28208 (java) S 28142 28142 26799 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1991594673 832176128 15569 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 787.03
Current children cumulated vsize (KiB) 860236

[startup+788.603 s]
/proc/loadavg: 2.00 2.04 2.08 2/82 28208
/proc/meminfo: memFree=1368288/2055920 swapFree=4179828/4192956
[pid=28142] ppid=28140 vsize=47568 CPUtime=785.21
/proc/28142/stat : 28142 (galacE.sh) S 28140 28142 26799 0 -1 4194304 844 96556 0 1 0 0 78453 68 16 0 1 0 1991516002 48709632 367 996147200 4194304 4520092 548682068832 18446744073709551615 227607806034 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/28142/statm: 11892 367 245 79 0 220 0
[pid=28200] ppid=28142 vsize=812672 CPUtime=1.91
/proc/28200/stat : 28200 (java) S 28142 28142 26799 0 -1 0 16194 0 1 0 182 9 0 0 18 0 9 0 1991594667 832176128 15572 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28200/statm: 203168 15572 1918 9 0 197174 0
[pid=28200/tid=28201] ppid=28142 vsize=812672 CPUtime=1.78
/proc/28200/task/28201/stat : 28201 (java) S 28142 28142 26799 0 -1 64 14538 0 1 0 170 8 0 0 25 0 9 0 1991594668 832176128 15572 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=28200/tid=28202] ppid=28142 vsize=812672 CPUtime=0
/proc/28200/task/28202/stat : 28202 (java) S 28142 28142 26799 0 -1 64 174 0 0 0 0 0 0 0 16 0 9 0 1991594670 832176128 15572 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 0 0 0 -1 1 0 0
[pid=28200/tid=28203] ppid=28142 vsize=812672 CPUtime=0
/proc/28200/task/28203/stat : 28203 (java) S 28142 28142 26799 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1991594670 832176128 15572 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=28200/tid=28204] ppid=28142 vsize=812672 CPUtime=0
/proc/28200/task/28204/stat : 28204 (java) S 28142 28142 26799 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1991594670 832176128 15572 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=28200/tid=28205] ppid=28142 vsize=812672 CPUtime=0
/proc/28200/task/28205/stat : 28205 (java) S 28142 28142 26799 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1991594673 832176128 15572 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=28200/tid=28206] ppid=28142 vsize=812672 CPUtime=0.11
/proc/28200/task/28206/stat : 28206 (java) S 28142 28142 26799 0 -1 64 770 0 0 0 11 0 0 0 16 0 9 0 1991594673 832176128 15572 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=28200/tid=28207] ppid=28142 vsize=812672 CPUtime=0
/proc/28200/task/28207/stat : 28207 (java) S 28142 28142 26799 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1991594673 832176128 15572 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=28200/tid=28208] ppid=28142 vsize=812672 CPUtime=0
/proc/28200/task/28208/stat : 28208 (java) S 28142 28142 26799 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1991594673 832176128 15572 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 787.12
Current children cumulated vsize (KiB) 860240

Child status: 0
Real time (s): 788.668
CPU time (s): 787.185
CPU user time (s): 786.366
CPU system time (s): 0.818875
CPU usage (%): 99.8121
Max. virtual memory (cumulated for all children) (KiB): 860240

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 786.366
system time used= 0.818875
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 113793
page faults= 2
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 17493
involuntary context switches= 23680

runsolver used 0.994848 second user time and 2.5966 second system time

The end

Launcher Data (download as text)

Begin job on node66 at 2008-07-04 00:51:03
IDJOB=1060016
IDBENCH=54397
IDSOLVER=351
FILE ID=node66/1060016-1215125463
PBS_JOBID= 7877073
Free space on /tmp= 66528 MiB

SOLVER NAME= galac E
BENCH NAME= CPAI08/csp/primes-30/normalized-primes-30-20-3-1.xml
COMMAND LINE= HOME/galacE.sh BENCHNAME 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1060016-1215125463/watcher-1060016-1215125463 -o /tmp/evaluation-result-1060016-1215125463/solver-1060016-1215125463 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/galacE.sh HOME/instance-1060016-1215125463.xml 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= e01f3c973cd5adb54e4755e72e1997d7
RANDOM SEED=777764011

node66.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.213
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.213
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:        787392 kB
Buffers:         47520 kB
Cached:         477760 kB
SwapCached:       6956 kB
Active:         840736 kB
Inactive:       370020 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        787392 kB
SwapTotal:     4192956 kB
SwapFree:      4179828 kB
Dirty:            3124 kB
Writeback:           0 kB
Mapped:         696884 kB
Slab:            41700 kB
Committed_AS:  4697380 kB
PageTables:       3180 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= 66524 MiB
End job on node66 at 2008-07-04 01:04:12