Trace number 1078219

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 1695.25 1701.65

General information on the benchmark

Namecsp/rand-3-20-20-fcd/
normalized-rand-3-20-20-60-632-fcd-28_ext.xml
MD5SUM43de4c45a934353bf3f11efe32c96230
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1.09683
Satisfiable
(Un)Satisfiability was proved
Number of variables20
Number of constraints58
Maximum constraint arity3
Maximum domain size20
Number of constraints which are defined in extension58
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.01/0.26	c --- Preproc Stats ---
1.72/2.02	c start processing
1.72/2.02	c start relation processing
4.58/4.92	c start cnf exporting
17.66/18.10	c parsing time : 1.674
17.66/18.10	c preprocessing time : 17.753
17.66/18.10	
17.66/18.10	c Nary constraints - conflicts : 0 supports : 58
17.66/18.10	c Binary constraints - conflicts : 0 supports :0
17.66/18.10	c max arity constraint : 3
17.66/18.10	c Max Tuples generated 0
17.66/18.10	c relations : 58
17.66/18.10	c relations BDD: 58
17.66/18.10	c sampling 0/0
17.66/18.10	c vars : 128399 - clauses :  410241
17.66/18.10	
17.66/18.15	 
17.66/18.15	c --- SAT Solver Stats ---
17.66/18.15	 
17.66/18.15	c eSAT 0.1 : minisat core with additionnal features
17.66/18.15	c ============================[ Problem Statistics ]=============================
17.66/18.15	c |                                                                             |
17.66/18.15	c |  Number of variables:  128398                                               |
17.66/18.15	c |  Number of clauses:    410241                                               |
17.70/18.60	c |  Parsing time:         0.38         s                                       |
1693.09/1699.53	c restarts              : 1004
1693.09/1699.53	c conflicts             : 536658         (320 /sec)
1693.09/1699.53	c decisions             : 1208974        (2.67 % random) (722 /sec)
1693.09/1699.53	c euip                  : 71793       
1693.09/1699.53	c propagations          : 1049947158     (626773 /sec)
1693.09/1699.53	c conflict literals     : 34677442       (25.36 % deleted)
1693.09/1699.53	c Memory used           : 106.98 MB
1693.09/1699.53	c CPU time              : 1675.16 s
1693.09/1699.53	c 
1693.09/1699.58	s SATISFIABLE
1695.19/1701.64	v 17 4 2 16 2 0 12 4 7 14 3 15 14 5 1 8 11 2 0 1

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-1078219-1215205925/watcher-1078219-1215205925 -o /tmp/evaluation-result-1078219-1215205925/solver-1078219-1215205925 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacE.sh HOME/instance-1078219-1215205925.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: 1.99 1.97 1.95 4/73 23507
/proc/meminfo: memFree=1708496/2055920 swapFree=4179472/4192956
[pid=23507] ppid=23505 vsize=18572 CPUtime=0
/proc/23507/stat : 23507 (runsolver) D 23505 23507 21674 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 1999568198 19017728 292 996147200 4194304 4296836 548682068448 18446744073709551615 259353275687 0 0 4096 24578 18446744071563608240 0 0 17 1 0 0
/proc/23507/statm: 4643 292 257 25 0 2626 0

[startup+0.0430939 s]
/proc/loadavg: 1.99 1.97 1.95 4/73 23507
/proc/meminfo: memFree=1708496/2055920 swapFree=4179472/4192956
[pid=23507] ppid=23505 vsize=5188 CPUtime=0
/proc/23507/stat : 23507 (galacE.sh) D 23505 23507 21674 0 -1 4194304 94 0 3 0 0 0 0 0 18 0 1 0 1999568198 5312512 71 996147200 4194304 4520092 548682068784 18446744073709551615 4320512 0 0 4096 0 18446744071563479169 0 0 17 1 0 0
/proc/23507/statm: 1297 71 53 79 0 107 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5188

[startup+0.101105 s]
/proc/loadavg: 1.99 1.97 1.95 4/73 23507
/proc/meminfo: memFree=1708496/2055920 swapFree=4179472/4192956
[pid=23507] ppid=23505 vsize=8608 CPUtime=0
/proc/23507/stat : 23507 (galacE.sh) D 23505 23507 21674 0 -1 4194304 321 0 6 0 0 0 0 0 17 0 1 0 1999568198 8814592 272 996147200 4194304 4520092 548682068784 18446744073709551615 259353444434 0 2 4096 73728 18446744071563479169 0 0 17 1 0 0
/proc/23507/statm: 2152 272 203 79 0 145 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8608

[startup+0.301151 s]
/proc/loadavg: 1.99 1.97 1.95 4/73 23507
/proc/meminfo: memFree=1708496/2055920 swapFree=4179472/4192956
[pid=23507] ppid=23505 vsize=47580 CPUtime=0.01
/proc/23507/stat : 23507 (galacE.sh) S 23505 23507 21674 0 -1 4194304 759 1701 7 1 0 0 0 1 18 0 1 0 1999568198 48721920 366 996147200 4194304 4520092 548682068784 18446744073709551615 259352882010 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/23507/statm: 11895 366 245 79 0 220 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47580

[startup+0.701229 s]
/proc/loadavg: 1.99 1.97 1.95 4/73 23507
/proc/meminfo: memFree=1708496/2055920 swapFree=4179472/4192956
[pid=23507] ppid=23505 vsize=47580 CPUtime=0.01
/proc/23507/stat : 23507 (galacE.sh) S 23505 23507 21674 0 -1 4194304 759 1701 7 1 0 0 0 1 18 0 1 0 1999568198 48721920 366 996147200 4194304 4520092 548682068784 18446744073709551615 259352882010 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/23507/statm: 11895 366 245 79 0 220 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47580

[startup+1.50239 s]
/proc/loadavg: 1.99 1.97 1.95 3/83 23529
/proc/meminfo: memFree=1662656/2055920 swapFree=4179472/4192956
[pid=23507] ppid=23505 vsize=47580 CPUtime=0.01
/proc/23507/stat : 23507 (galacE.sh) S 23505 23507 21674 0 -1 4194304 759 1701 7 1 0 0 0 1 18 0 1 0 1999568198 48721920 366 996147200 4194304 4520092 548682068784 18446744073709551615 259352882010 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/23507/statm: 11895 366 245 79 0 220 0
[pid=23521] ppid=23507 vsize=812420 CPUtime=1.21
/proc/23521/stat : 23521 (java) S 23507 23507 21674 0 -1 0 21758 0 1 0 111 10 0 0 18 0 9 0 1999568224 831918080 21184 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23521/statm: 203105 21184 1882 9 0 197138 0
[pid=23521/tid=23522] ppid=23507 vsize=812420 CPUtime=1.01
/proc/23521/task/23522/stat : 23522 (java) R 23507 23507 21674 0 -1 64 14455 0 1 0 94 7 0 0 25 0 9 0 1999568225 831918080 21184 996147200 134512640 134550740 4294955568 18446744073709551615 4126664668 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23521/tid=23523] ppid=23507 vsize=812420 CPUtime=0.06
/proc/23521/task/23523/stat : 23523 (java) S 23507 23507 21674 0 -1 64 5851 0 0 0 4 2 0 0 16 0 9 0 1999568227 831918080 21184 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23521/tid=23524] ppid=23507 vsize=812420 CPUtime=0
/proc/23521/task/23524/stat : 23524 (java) S 23507 23507 21674 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1999568227 831918080 21184 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23521/tid=23525] ppid=23507 vsize=812420 CPUtime=0
/proc/23521/task/23525/stat : 23525 (java) S 23507 23507 21674 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1999568227 831918080 21184 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23521/tid=23526] ppid=23507 vsize=812420 CPUtime=0
/proc/23521/task/23526/stat : 23526 (java) S 23507 23507 21674 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1999568229 831918080 21184 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23521/tid=23527] ppid=23507 vsize=812420 CPUtime=0.12
/proc/23521/task/23527/stat : 23527 (java) S 23507 23507 21674 0 -1 64 753 0 0 0 12 0 0 0 16 0 9 0 1999568229 831918080 21184 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23521/tid=23528] ppid=23507 vsize=812420 CPUtime=0
/proc/23521/task/23528/stat : 23528 (java) S 23507 23507 21674 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1999568229 831918080 21184 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23521/tid=23529] ppid=23507 vsize=812420 CPUtime=0
/proc/23521/task/23529/stat : 23529 (java) S 23507 23507 21674 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1999568229 831918080 21184 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.22
Current children cumulated vsize (KiB) 860000

[startup+3.10171 s]
/proc/loadavg: 1.99 1.97 1.95 3/83 23529
/proc/meminfo: memFree=1624512/2055920 swapFree=4179472/4192956
[pid=23507] ppid=23505 vsize=47580 CPUtime=0.01
/proc/23507/stat : 23507 (galacE.sh) S 23505 23507 21674 0 -1 4194304 759 1701 7 1 0 0 0 1 18 0 1 0 1999568198 48721920 366 996147200 4194304 4520092 548682068784 18446744073709551615 259352882010 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/23507/statm: 11895 366 245 79 0 220 0
[pid=23521] ppid=23507 vsize=812528 CPUtime=2.79
/proc/23521/stat : 23521 (java) S 23507 23507 21674 0 -1 0 23014 0 1 0 268 11 0 0 18 0 9 0 1999568224 832028672 22436 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23521/statm: 203132 22436 1887 9 0 197165 0
[pid=23521/tid=23522] ppid=23507 vsize=812528 CPUtime=2.49
/proc/23521/task/23522/stat : 23522 (java) R 23507 23507 21674 0 -1 64 14482 0 1 0 242 7 0 0 25 0 9 0 1999568225 832028672 22436 996147200 134512640 134550740 4294955568 18446744073709551615 4126847976 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23521/tid=23523] ppid=23507 vsize=812528 CPUtime=0.11
/proc/23521/task/23523/stat : 23523 (java) S 23507 23507 21674 0 -1 64 7054 0 0 0 9 2 0 0 17 0 9 0 1999568227 832028672 22436 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23521/tid=23524] ppid=23507 vsize=812528 CPUtime=0
/proc/23521/task/23524/stat : 23524 (java) S 23507 23507 21674 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1999568227 832028672 22436 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23521/tid=23525] ppid=23507 vsize=812528 CPUtime=0
/proc/23521/task/23525/stat : 23525 (java) S 23507 23507 21674 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1999568227 832028672 22436 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23521/tid=23526] ppid=23507 vsize=812528 CPUtime=0
/proc/23521/task/23526/stat : 23526 (java) S 23507 23507 21674 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1999568229 832028672 22436 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23521/tid=23527] ppid=23507 vsize=812528 CPUtime=0.16
/proc/23521/task/23527/stat : 23527 (java) S 23507 23507 21674 0 -1 64 779 0 0 0 16 0 0 0 16 0 9 0 1999568229 832028672 22436 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23521/tid=23528] ppid=23507 vsize=812528 CPUtime=0
/proc/23521/task/23528/stat : 23528 (java) S 23507 23507 21674 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1999568229 832028672 22436 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23521/tid=23529] ppid=23507 vsize=812528 CPUtime=0
/proc/23521/task/23529/stat : 23529 (java) S 23507 23507 21674 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1999568229 832028672 22436 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.8
Current children cumulated vsize (KiB) 860108

[startup+6.30233 s]
/proc/loadavg: 2.07 1.99 1.96 3/83 23529
/proc/meminfo: memFree=1588736/2055920 swapFree=4179472/4192956
[pid=23507] ppid=23505 vsize=47580 CPUtime=0.01
/proc/23507/stat : 23507 (galacE.sh) S 23505 23507 21674 0 -1 4194304 759 1701 7 1 0 0 0 1 18 0 1 0 1999568198 48721920 366 996147200 4194304 4520092 548682068784 18446744073709551615 259352882010 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/23507/statm: 11895 366 245 79 0 220 0
[pid=23521] ppid=23507 vsize=812528 CPUtime=5.97
/proc/23521/stat : 23521 (java) S 23507 23507 21674 0 -1 0 36409 0 1 0 576 21 0 0 18 0 9 0 1999568224 832028672 35824 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23521/statm: 203132 35824 1908 9 0 197165 0
[pid=23521/tid=23522] ppid=23507 vsize=812528 CPUtime=4.9
/proc/23521/task/23522/stat : 23522 (java) R 23507 23507 21674 0 -1 64 14529 0 1 0 482 8 0 0 25 0 9 0 1999568225 832028672 35824 996147200 134512640 134550740 4294955568 18446744073709551615 4125952094 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23521/tid=23523] ppid=23507 vsize=812528 CPUtime=0.8
/proc/23521/task/23523/stat : 23523 (java) S 23507 23507 21674 0 -1 64 20358 0 0 0 69 11 0 0 16 0 9 0 1999568227 832028672 35824 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23521/tid=23524] ppid=23507 vsize=812528 CPUtime=0
/proc/23521/task/23524/stat : 23524 (java) S 23507 23507 21674 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1999568227 832028672 35824 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23521/tid=23525] ppid=23507 vsize=812528 CPUtime=0
/proc/23521/task/23525/stat : 23525 (java) S 23507 23507 21674 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1999568227 832028672 35824 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23521/tid=23526] ppid=23507 vsize=812528 CPUtime=0
/proc/23521/task/23526/stat : 23526 (java) S 23507 23507 21674 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1999568229 832028672 35824 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23521/tid=23527] ppid=23507 vsize=812528 CPUtime=0.23
/proc/23521/task/23527/stat : 23527 (java) S 23507 23507 21674 0 -1 64 823 0 0 0 23 0 0 0 16 0 9 0 1999568229 832028672 35824 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23521/tid=23528] ppid=23507 vsize=812528 CPUtime=0
/proc/23521/task/23528/stat : 23528 (java) S 23507 23507 21674 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1999568229 832028672 35824 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23521/tid=23529] ppid=23507 vsize=812528 CPUtime=0
/proc/23521/task/23529/stat : 23529 (java) S 23507 23507 21674 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1999568229 832028672 35824 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 5.98
Current children cumulated vsize (KiB) 860108

[startup+12.7016 s]
/proc/loadavg: 2.07 1.99 1.96 3/83 23529
/proc/meminfo: memFree=1567104/2055920 swapFree=4179472/4192956
[pid=23507] ppid=23505 vsize=47580 CPUtime=0.01
/proc/23507/stat : 23507 (galacE.sh) S 23505 23507 21674 0 -1 4194304 759 1701 7 1 0 0 0 1 18 0 1 0 1999568198 48721920 366 996147200 4194304 4520092 548682068784 18446744073709551615 259352882010 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/23507/statm: 11895 366 245 79 0 220 0
[pid=23521] ppid=23507 vsize=812528 CPUtime=12.3
/proc/23521/stat : 23521 (java) S 23507 23507 21674 0 -1 0 36420 0 1 0 1207 23 0 0 18 0 9 0 1999568224 832028672 35824 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23521/statm: 203132 35824 1908 9 0 197165 0
[pid=23521/tid=23522] ppid=23507 vsize=812528 CPUtime=11.24
/proc/23521/task/23522/stat : 23522 (java) R 23507 23507 21674 0 -1 64 14540 0 1 0 1113 11 0 0 25 0 9 0 1999568225 832028672 35824 996147200 134512640 134550740 4294955568 18446744073709551615 4126862914 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23521/tid=23523] ppid=23507 vsize=812528 CPUtime=0.81
/proc/23521/task/23523/stat : 23523 (java) S 23507 23507 21674 0 -1 64 20358 0 0 0 70 11 0 0 16 0 9 0 1999568227 832028672 35824 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23521/tid=23524] ppid=23507 vsize=812528 CPUtime=0
/proc/23521/task/23524/stat : 23524 (java) S 23507 23507 21674 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1999568227 832028672 35824 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23521/tid=23525] ppid=23507 vsize=812528 CPUtime=0
/proc/23521/task/23525/stat : 23525 (java) S 23507 23507 21674 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1999568227 832028672 35824 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23521/tid=23526] ppid=23507 vsize=812528 CPUtime=0
/proc/23521/task/23526/stat : 23526 (java) S 23507 23507 21674 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1999568229 832028672 35824 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23521/tid=23527] ppid=23507 vsize=812528 CPUtime=0.23
/proc/23521/task/23527/stat : 23527 (java) S 23507 23507 21674 0 -1 64 823 0 0 0 23 0 0 0 16 0 9 0 1999568229 832028672 35824 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23521/tid=23528] ppid=23507 vsize=812528 CPUtime=0
/proc/23521/task/23528/stat : 23528 (java) S 23507 23507 21674 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1999568229 832028672 35824 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23521/tid=23529] ppid=23507 vsize=812528 CPUtime=0
/proc/23521/task/23529/stat : 23529 (java) S 23507 23507 21674 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1999568229 832028672 35824 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.31
Current children cumulated vsize (KiB) 860108

[startup+25.5011 s]
/proc/loadavg: 2.05 1.99 1.96 3/75 23530
/proc/meminfo: memFree=1627392/2055920 swapFree=4179472/4192956
[pid=23507] ppid=23505 vsize=47580 CPUtime=17.7
/proc/23507/stat : 23507 (galacE.sh) S 23505 23507 21674 0 -1 4194304 794 38144 7 2 0 1 1740 29 17 0 1 0 1999568198 48721920 366 996147200 4194304 4520092 548682068784 18446744073709551615 259352882010 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/23507/statm: 11895 366 245 79 0 220 0
[pid=23530] ppid=23507 vsize=75384 CPUtime=7.27
/proc/23530/stat : 23530 (eSAT_static) R 23507 23507 21674 0 -1 4194304 20177 0 0 0 714 13 0 0 25 0 1 0 1999570013 77193216 18138 996147200 134512640 135177480 4294955936 18446744073709551615 134547815 0 0 4096 3 0 0 0 17 1 0 0
/proc/23530/statm: 18846 18138 80 162 0 18681 0
Current children cumulated CPU time (s) 24.97
Current children cumulated vsize (KiB) 122964

[startup+51.1012 s]
/proc/loadavg: 2.03 1.99 1.96 3/75 23530
/proc/meminfo: memFree=1627584/2055920 swapFree=4179472/4192956
[pid=23507] ppid=23505 vsize=47580 CPUtime=17.7
/proc/23507/stat : 23507 (galacE.sh) S 23505 23507 21674 0 -1 4194304 794 38144 7 2 0 1 1740 29 17 0 1 0 1999568198 48721920 366 996147200 4194304 4520092 548682068784 18446744073709551615 259352882010 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/23507/statm: 11895 366 245 79 0 220 0
[pid=23530] ppid=23507 vsize=75384 CPUtime=32.62
/proc/23530/stat : 23530 (eSAT_static) R 23507 23507 21674 0 -1 4194304 20179 0 0 0 3249 13 0 0 25 0 1 0 1999570013 77193216 18140 996147200 134512640 135177480 4294955936 18446744073709551615 134565210 0 0 4096 3 0 0 0 17 1 0 0
/proc/23530/statm: 18846 18140 80 162 0 18681 0
Current children cumulated CPU time (s) 50.32
Current children cumulated vsize (KiB) 122964

[startup+102.306 s]
/proc/loadavg: 2.01 1.99 1.96 3/75 23530
/proc/meminfo: memFree=1627520/2055920 swapFree=4179472/4192956
[pid=23507] ppid=23505 vsize=47580 CPUtime=17.7
/proc/23507/stat : 23507 (galacE.sh) S 23505 23507 21674 0 -1 4194304 794 38144 7 2 0 1 1740 29 17 0 1 0 1999568198 48721920 366 996147200 4194304 4520092 548682068784 18446744073709551615 259352882010 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/23507/statm: 11895 366 245 79 0 220 0
[pid=23530] ppid=23507 vsize=75384 CPUtime=83.34
/proc/23530/stat : 23530 (eSAT_static) R 23507 23507 21674 0 -1 4194304 20217 0 0 0 8321 13 0 0 25 0 1 0 1999570013 77193216 18178 996147200 134512640 135177480 4294955936 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0

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

/proc/loadavg: 2.09 2.19 2.10 3/75 23608
/proc/meminfo: memFree=1575040/2055920 swapFree=4179472/4192956
[pid=23507] ppid=23505 vsize=47580 CPUtime=17.7
/proc/23507/stat : 23507 (galacE.sh) S 23505 23507 21674 0 -1 4194304 794 38144 7 2 0 1 1740 29 17 0 1 0 1999568198 48721920 366 996147200 4194304 4520092 548682068784 18446744073709551615 259352882010 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/23507/statm: 11895 366 245 79 0 220 0
[pid=23530] ppid=23507 vsize=109220 CPUtime=1639.8
/proc/23530/stat : 23530 (eSAT_static) R 23507 23507 21674 0 -1 4194304 28637 0 0 0 163954 26 0 0 25 0 1 0 1999570013 111841280 26598 996147200 134512640 135177480 4294955936 18446744073709551615 134564590 0 0 4096 3 0 0 0 17 0 0 0
/proc/23530/statm: 27305 26598 80 162 0 27140 0
Current children cumulated CPU time (s) 1657.5
Current children cumulated vsize (KiB) 156800

[startup+1676.7 s]
/proc/loadavg: 2.07 2.18 2.10 3/75 23608
/proc/meminfo: memFree=1574016/2055920 swapFree=4179472/4192956
[pid=23507] ppid=23505 vsize=47580 CPUtime=17.7
/proc/23507/stat : 23507 (galacE.sh) S 23505 23507 21674 0 -1 4194304 794 38144 7 2 0 1 1740 29 17 0 1 0 1999568198 48721920 366 996147200 4194304 4520092 548682068784 18446744073709551615 259352882010 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/23507/statm: 11895 366 245 79 0 220 0
[pid=23530] ppid=23507 vsize=109424 CPUtime=1652.6
/proc/23530/stat : 23530 (eSAT_static) R 23507 23507 21674 0 -1 4194304 28662 0 0 0 165234 26 0 0 25 0 1 0 1999570013 112050176 26623 996147200 134512640 135177480 4294955936 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/23530/statm: 27356 26623 80 162 0 27191 0
Current children cumulated CPU time (s) 1670.3
Current children cumulated vsize (KiB) 157004

[startup+1689.5 s]
/proc/loadavg: 2.12 2.19 2.10 3/75 23608
/proc/meminfo: memFree=1573120/2055920 swapFree=4179472/4192956
[pid=23507] ppid=23505 vsize=47580 CPUtime=17.7
/proc/23507/stat : 23507 (galacE.sh) S 23505 23507 21674 0 -1 4194304 794 38144 7 2 0 1 1740 29 17 0 1 0 1999568198 48721920 366 996147200 4194304 4520092 548682068784 18446744073709551615 259352882010 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/23507/statm: 11895 366 245 79 0 220 0
[pid=23530] ppid=23507 vsize=109424 CPUtime=1665.39
/proc/23530/stat : 23530 (eSAT_static) R 23507 23507 21674 0 -1 4194304 28663 0 0 0 166513 26 0 0 25 0 1 0 1999570013 112050176 26624 996147200 134512640 135177480 4294955936 18446744073709551615 134565457 0 0 4096 3 0 0 0 17 0 0 0
/proc/23530/statm: 27356 26624 80 162 0 27191 0
Current children cumulated CPU time (s) 1683.09
Current children cumulated vsize (KiB) 157004

[startup+1695.9 s]
/proc/loadavg: 2.19 2.20 2.11 3/75 23608
/proc/meminfo: memFree=1572800/2055920 swapFree=4179472/4192956
[pid=23507] ppid=23505 vsize=47580 CPUtime=17.7
/proc/23507/stat : 23507 (galacE.sh) S 23505 23507 21674 0 -1 4194304 794 38144 7 2 0 1 1740 29 17 0 1 0 1999568198 48721920 366 996147200 4194304 4520092 548682068784 18446744073709551615 259352882010 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/23507/statm: 11895 366 245 79 0 220 0
[pid=23530] ppid=23507 vsize=109424 CPUtime=1671.79
/proc/23530/stat : 23530 (eSAT_static) R 23507 23507 21674 0 -1 4194304 28663 0 0 0 167153 26 0 0 25 0 1 0 1999570013 112050176 26624 996147200 134512640 135177480 4294955936 18446744073709551615 134565260 0 0 4096 3 0 0 0 17 0 0 0
/proc/23530/statm: 27356 26624 80 162 0 27191 0
Current children cumulated CPU time (s) 1689.49
Current children cumulated vsize (KiB) 157004

[startup+1699.1 s]
/proc/loadavg: 2.19 2.20 2.11 3/75 23608
/proc/meminfo: memFree=1572608/2055920 swapFree=4179472/4192956
[pid=23507] ppid=23505 vsize=47580 CPUtime=17.7
/proc/23507/stat : 23507 (galacE.sh) S 23505 23507 21674 0 -1 4194304 794 38144 7 2 0 1 1740 29 17 0 1 0 1999568198 48721920 366 996147200 4194304 4520092 548682068784 18446744073709551615 259352882010 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/23507/statm: 11895 366 245 79 0 220 0
[pid=23530] ppid=23507 vsize=109424 CPUtime=1674.99
/proc/23530/stat : 23530 (eSAT_static) R 23507 23507 21674 0 -1 4194304 28663 0 0 0 167473 26 0 0 25 0 1 0 1999570013 112050176 26624 996147200 134512640 135177480 4294955936 18446744073709551615 134570929 0 0 4096 3 0 0 0 17 0 0 0
/proc/23530/statm: 27356 26624 80 162 0 27191 0
Current children cumulated CPU time (s) 1692.69
Current children cumulated vsize (KiB) 157004

[startup+1700.7 s]
/proc/loadavg: 2.25 2.22 2.11 3/83 23617
/proc/meminfo: memFree=1623104/2055920 swapFree=4179472/4192956
[pid=23507] ppid=23505 vsize=47580 CPUtime=1693.2
/proc/23507/stat : 23507 (galacE.sh) S 23505 23507 21674 0 -1 4194304 830 66993 7 2 0 1 169261 58 16 0 1 0 1999568198 48721920 367 996147200 4194304 4520092 548682068784 18446744073709551615 259353444434 0 0 4096 73728 18446744071563648864 0 0 17 0 0 0
/proc/23507/statm: 11895 367 245 79 0 220 0
[pid=23609] ppid=23507 vsize=812468 CPUtime=1.08
/proc/23609/stat : 23609 (java) S 23507 23507 21674 0 -1 0 16257 0 1 0 98 10 0 0 20 0 9 0 1999738158 831967232 15674 996147200 134512640 134550740 4294955584 18446744073709551615 4294960144 0 0 3670016 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23609/statm: 203117 15674 1868 9 0 197150 0
[pid=23609/tid=23610] ppid=23507 vsize=812468 CPUtime=0.94
/proc/23609/task/23610/stat : 23610 (java) R 23507 23507 21674 0 -1 64 14368 0 1 0 86 8 0 0 25 0 9 0 1999738160 831967232 15674 996147200 134512640 134550740 4294955584 18446744073709551615 4126623637 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=23609/tid=23611] ppid=23507 vsize=812468 CPUtime=0.01
/proc/23609/task/23611/stat : 23611 (java) S 23507 23507 21674 0 -1 64 399 0 0 0 1 0 0 0 16 0 9 0 1999738161 831967232 15674 996147200 134512640 134550740 4294955584 18446744073709551615 4294960144 0 0 3670016 16800975 0 0 0 -1 0 0 0
[pid=23609/tid=23612] ppid=23507 vsize=812468 CPUtime=0
/proc/23609/task/23612/stat : 23612 (java) S 23507 23507 21674 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1999738161 831967232 15674 996147200 134512640 134550740 4294955584 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=23609/tid=23613] ppid=23507 vsize=812468 CPUtime=0
/proc/23609/task/23613/stat : 23613 (java) S 23507 23507 21674 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 1999738161 831967232 15674 996147200 134512640 134550740 4294955584 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=23609/tid=23614] ppid=23507 vsize=812468 CPUtime=0
/proc/23609/task/23614/stat : 23614 (java) S 23507 23507 21674 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 1999738164 831967232 15674 996147200 134512640 134550740 4294955584 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=23609/tid=23615] ppid=23507 vsize=812468 CPUtime=0.1
/proc/23609/task/23615/stat : 23615 (java) S 23507 23507 21674 0 -1 64 772 0 0 0 10 0 0 0 16 0 9 0 1999738164 831967232 15674 996147200 134512640 134550740 4294955584 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=23609/tid=23616] ppid=23507 vsize=812468 CPUtime=0
/proc/23609/task/23616/stat : 23616 (java) S 23507 23507 21674 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 1999738164 831967232 15674 996147200 134512640 134550740 4294955584 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=23609/tid=23617] ppid=23507 vsize=812468 CPUtime=0
/proc/23609/task/23617/stat : 23617 (java) S 23507 23507 21674 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1999738164 831967232 15674 996147200 134512640 134550740 4294955584 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1694.28
Current children cumulated vsize (KiB) 860048

[startup+1701.1 s]
/proc/loadavg: 2.25 2.22 2.11 3/83 23617
/proc/meminfo: memFree=1623104/2055920 swapFree=4179472/4192956
[pid=23507] ppid=23505 vsize=47580 CPUtime=1693.2
/proc/23507/stat : 23507 (galacE.sh) S 23505 23507 21674 0 -1 4194304 830 66993 7 2 0 1 169261 58 16 0 1 0 1999568198 48721920 367 996147200 4194304 4520092 548682068784 18446744073709551615 259353444434 0 0 4096 73728 18446744071563648864 0 0 17 0 0 0
/proc/23507/statm: 11895 367 245 79 0 220 0
[pid=23609] ppid=23507 vsize=812580 CPUtime=1.49
/proc/23609/stat : 23609 (java) S 23507 23507 21674 0 -1 0 16435 0 1 0 138 11 0 0 20 0 9 0 1999738158 832081920 15812 996147200 134512640 134550740 4294955584 18446744073709551615 4294960144 0 0 3670016 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23609/statm: 203145 15812 1923 9 0 197150 0
[pid=23609/tid=23610] ppid=23507 vsize=812580 CPUtime=1.3
/proc/23609/task/23610/stat : 23610 (java) R 23507 23507 21674 0 -1 64 14522 0 1 0 122 8 0 0 25 0 9 0 1999738160 832081920 15812 996147200 134512640 134550740 4294955584 18446744073709551615 4126805944 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=23609/tid=23611] ppid=23507 vsize=812580 CPUtime=0.01
/proc/23609/task/23611/stat : 23611 (java) S 23507 23507 21674 0 -1 64 403 0 0 0 1 0 0 0 16 0 9 0 1999738161 832081920 15812 996147200 134512640 134550740 4294955584 18446744073709551615 4294960144 0 0 3670016 16800975 0 0 0 -1 0 0 0
[pid=23609/tid=23612] ppid=23507 vsize=812580 CPUtime=0
/proc/23609/task/23612/stat : 23612 (java) S 23507 23507 21674 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1999738161 832081920 15812 996147200 134512640 134550740 4294955584 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=23609/tid=23613] ppid=23507 vsize=812580 CPUtime=0
/proc/23609/task/23613/stat : 23613 (java) S 23507 23507 21674 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 1999738161 832081920 15812 996147200 134512640 134550740 4294955584 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=23609/tid=23614] ppid=23507 vsize=812580 CPUtime=0
/proc/23609/task/23614/stat : 23614 (java) S 23507 23507 21674 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 1999738164 832081920 15812 996147200 134512640 134550740 4294955584 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=23609/tid=23615] ppid=23507 vsize=812580 CPUtime=0.13
/proc/23609/task/23615/stat : 23615 (java) S 23507 23507 21674 0 -1 64 792 0 0 0 13 0 0 0 16 0 9 0 1999738164 832081920 15812 996147200 134512640 134550740 4294955584 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=23609/tid=23616] ppid=23507 vsize=812580 CPUtime=0
/proc/23609/task/23616/stat : 23616 (java) S 23507 23507 21674 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 1999738164 832081920 15812 996147200 134512640 134550740 4294955584 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=23609/tid=23617] ppid=23507 vsize=812580 CPUtime=0
/proc/23609/task/23617/stat : 23617 (java) S 23507 23507 21674 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1999738164 832081920 15812 996147200 134512640 134550740 4294955584 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1694.69
Current children cumulated vsize (KiB) 860160

[startup+1701.5 s]
/proc/loadavg: 2.25 2.22 2.11 3/83 23617
/proc/meminfo: memFree=1623104/2055920 swapFree=4179472/4192956
[pid=23507] ppid=23505 vsize=47580 CPUtime=1693.2
/proc/23507/stat : 23507 (galacE.sh) S 23505 23507 21674 0 -1 4194304 830 66993 7 2 0 1 169261 58 16 0 1 0 1999568198 48721920 367 996147200 4194304 4520092 548682068784 18446744073709551615 259353444434 0 0 4096 73728 18446744071563648864 0 0 17 0 0 0
/proc/23507/statm: 11895 367 245 79 0 220 0
[pid=23609] ppid=23507 vsize=812580 CPUtime=1.89
/proc/23609/stat : 23609 (java) S 23507 23507 21674 0 -1 0 16437 0 1 0 178 11 0 0 20 0 9 0 1999738158 832081920 15813 996147200 134512640 134550740 4294955584 18446744073709551615 4294960144 0 0 3670016 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23609/statm: 203145 15813 1923 9 0 197150 0
[pid=23609/tid=23610] ppid=23507 vsize=812580 CPUtime=1.7
/proc/23609/task/23610/stat : 23610 (java) R 23507 23507 21674 0 -1 64 14523 0 1 0 162 8 0 0 25 0 9 0 1999738160 832081920 15813 996147200 134512640 134550740 4294955584 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=23609/tid=23611] ppid=23507 vsize=812580 CPUtime=0.01
/proc/23609/task/23611/stat : 23611 (java) S 23507 23507 21674 0 -1 64 403 0 0 0 1 0 0 0 16 0 9 0 1999738161 832081920 15813 996147200 134512640 134550740 4294955584 18446744073709551615 4294960144 0 0 3670016 16800975 0 0 0 -1 0 0 0
[pid=23609/tid=23612] ppid=23507 vsize=812580 CPUtime=0
/proc/23609/task/23612/stat : 23612 (java) S 23507 23507 21674 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1999738161 832081920 15813 996147200 134512640 134550740 4294955584 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=23609/tid=23613] ppid=23507 vsize=812580 CPUtime=0
/proc/23609/task/23613/stat : 23613 (java) S 23507 23507 21674 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 1999738161 832081920 15813 996147200 134512640 134550740 4294955584 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=23609/tid=23614] ppid=23507 vsize=812580 CPUtime=0
/proc/23609/task/23614/stat : 23614 (java) S 23507 23507 21674 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 1999738164 832081920 15813 996147200 134512640 134550740 4294955584 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=23609/tid=23615] ppid=23507 vsize=812580 CPUtime=0.14
/proc/23609/task/23615/stat : 23615 (java) S 23507 23507 21674 0 -1 64 793 0 0 0 13 1 0 0 16 0 9 0 1999738164 832081920 15813 996147200 134512640 134550740 4294955584 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=23609/tid=23616] ppid=23507 vsize=812580 CPUtime=0
/proc/23609/task/23616/stat : 23616 (java) S 23507 23507 21674 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 1999738164 832081920 15813 996147200 134512640 134550740 4294955584 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=23609/tid=23617] ppid=23507 vsize=812580 CPUtime=0
/proc/23609/task/23617/stat : 23617 (java) S 23507 23507 21674 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1999738164 832081920 15813 996147200 134512640 134550740 4294955584 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1695.09
Current children cumulated vsize (KiB) 860160

[startup+1701.6 s]
/proc/loadavg: 2.25 2.22 2.11 3/83 23617
/proc/meminfo: memFree=1621888/2055920 swapFree=4179472/4192956
[pid=23507] ppid=23505 vsize=47580 CPUtime=1693.2
/proc/23507/stat : 23507 (galacE.sh) S 23505 23507 21674 0 -1 4194304 830 66993 7 2 0 1 169261 58 16 0 1 0 1999568198 48721920 367 996147200 4194304 4520092 548682068784 18446744073709551615 259353444434 0 0 4096 73728 18446744071563648864 0 0 17 0 0 0
/proc/23507/statm: 11895 367 245 79 0 220 0
[pid=23609] ppid=23507 vsize=812580 CPUtime=1.99
/proc/23609/stat : 23609 (java) S 23507 23507 21674 0 -1 0 16438 0 1 0 188 11 0 0 20 0 9 0 1999738158 832081920 15813 996147200 134512640 134550740 4294955584 18446744073709551615 4294960144 0 0 3670016 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23609/statm: 203145 15813 1923 9 0 197150 0
[pid=23609/tid=23610] ppid=23507 vsize=812580 CPUtime=1.8
/proc/23609/task/23610/stat : 23610 (java) R 23507 23507 21674 0 -1 64 14524 0 1 0 172 8 0 0 25 0 9 0 1999738160 832081920 15813 996147200 134512640 134550740 4294955584 18446744073709551615 4126782934 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=23609/tid=23611] ppid=23507 vsize=812580 CPUtime=0.02
/proc/23609/task/23611/stat : 23611 (java) S 23507 23507 21674 0 -1 64 403 0 0 0 2 0 0 0 16 0 9 0 1999738161 832081920 15813 996147200 134512640 134550740 4294955584 18446744073709551615 4294960144 0 0 3670016 16800975 0 0 0 -1 0 0 0
[pid=23609/tid=23612] ppid=23507 vsize=812580 CPUtime=0
/proc/23609/task/23612/stat : 23612 (java) S 23507 23507 21674 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1999738161 832081920 15813 996147200 134512640 134550740 4294955584 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=23609/tid=23613] ppid=23507 vsize=812580 CPUtime=0
/proc/23609/task/23613/stat : 23613 (java) S 23507 23507 21674 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 1999738161 832081920 15813 996147200 134512640 134550740 4294955584 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=23609/tid=23614] ppid=23507 vsize=812580 CPUtime=0
/proc/23609/task/23614/stat : 23614 (java) S 23507 23507 21674 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 1999738164 832081920 15813 996147200 134512640 134550740 4294955584 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=23609/tid=23615] ppid=23507 vsize=812580 CPUtime=0.14
/proc/23609/task/23615/stat : 23615 (java) S 23507 23507 21674 0 -1 64 793 0 0 0 13 1 0 0 16 0 9 0 1999738164 832081920 15813 996147200 134512640 134550740 4294955584 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=23609/tid=23616] ppid=23507 vsize=812580 CPUtime=0
/proc/23609/task/23616/stat : 23616 (java) S 23507 23507 21674 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 1999738164 832081920 15813 996147200 134512640 134550740 4294955584 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=23609/tid=23617] ppid=23507 vsize=812580 CPUtime=0
/proc/23609/task/23617/stat : 23617 (java) S 23507 23507 21674 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1999738164 832081920 15813 996147200 134512640 134550740 4294955584 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1695.19
Current children cumulated vsize (KiB) 860160

Child status: 0
Real time (s): 1701.65
CPU time (s): 1695.25
CPU user time (s): 1694.53
CPU system time (s): 0.727889
CPU usage (%): 99.6238
Max. virtual memory (cumulated for all children) (KiB): 860160

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1694.53
system time used= 0.727889
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 84467
page faults= 10
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2470
involuntary context switches= 18332

runsolver used 2.14967 second user time and 5.34919 second system time

The end

Launcher Data (download as text)

Begin job on node1 at 2008-07-04 23:12:06
IDJOB=1078219
IDBENCH=56769
IDSOLVER=351
FILE ID=node1/1078219-1215205925
PBS_JOBID= 7881641
Free space on /tmp= 66480 MiB

SOLVER NAME= galac E
BENCH NAME= CPAI08/csp/rand-3-20-20-fcd/normalized-rand-3-20-20-60-632-fcd-28_ext.xml
COMMAND LINE= HOME/galacE.sh BENCHNAME 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1078219-1215205925/watcher-1078219-1215205925 -o /tmp/evaluation-result-1078219-1215205925/solver-1078219-1215205925 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/galacE.sh HOME/instance-1078219-1215205925.xml 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 43de4c45a934353bf3f11efe32c96230
RANDOM SEED=1907620029

node1.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.265
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.265
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:       1708976 kB
Buffers:         27004 kB
Cached:         208396 kB
SwapCached:       7496 kB
Active:         210172 kB
Inactive:        84776 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1708976 kB
SwapTotal:     4192956 kB
SwapFree:      4179472 kB
Dirty:            4324 kB
Writeback:           0 kB
Mapped:          67056 kB
Slab:            37116 kB
Committed_AS:  3216832 kB
PageTables:       1952 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= 66504 MiB
End job on node1 at 2008-07-04 23:40:27