Trace number 1057280

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 425.732 426.3

General information on the benchmark

Namecsp/primes-25/
normalized-primes-25-20-3-1.xml
MD5SUMab461ed37098537e7bbe7441b6b00ab2
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.027995
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints20
Maximum constraint arity4
Maximum domain size96
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 ---
388.90/389.32	c start processing
388.90/389.32	c start relation processing
393.40/393.81	c start cnf exporting
416.18/416.60	c parsing time : 389.195
416.18/416.61	c preprocessing time : 416.479
416.18/416.61	
416.18/416.61	c Nary constraints - conflicts : 0 supports : 20
416.18/416.61	c Binary constraints - conflicts : 0 supports :0
416.18/416.61	c max arity constraint : 4
416.18/416.61	c Max Tuples generated 84934656
416.18/416.61	c relations : 20
416.18/416.61	c relations BDD: 20
416.18/416.61	c sampling 20/20
416.18/416.61	c vars : 171454 - clauses :  1043010
416.18/416.61	
416.18/416.67	 
416.18/416.67	c --- SAT Solver Stats ---
416.18/416.67	 
416.18/416.67	c eSAT 0.1 : minisat core with additionnal features
416.18/416.67	c ============================[ Problem Statistics ]=============================
416.18/416.67	c |                                                                             |
416.18/416.67	c |  Number of variables:  171453                                               |
416.18/416.67	c |  Number of clauses:    1043010                                              |
417.13/417.66	c |  Parsing time:         0.89         s                                       |
423.87/424.46	c restarts              : 9
423.87/424.46	c conflicts             : 17             (2 /sec)
423.87/424.46	c decisions             : 26069          (47.14 % random) (3445 /sec)
423.87/424.46	c euip                  : 2           
423.87/424.46	c propagations          : 535799         (70799 /sec)
423.87/424.46	c conflict literals     : 475            (23.14 % deleted)
423.87/424.46	c Memory used           : 121.77 MB
423.87/424.46	c CPU time              : 7.56785 s
423.87/424.46	c 
423.97/424.53	s SATISFIABLE
425.63/426.28	v 79 5 13 57 4 48 96 40 87 58 71 44 86 30 50 82 70 12 73 42 90 65 66 89 97 44 71 90 34 55 79 29 20 74 62 67 88 58 96 93 84 77 96 97 60 74 94 77 13 35 50 35 97 45 89 97 86 73 69 60 73 94 51 79 87 56 93 39 94 23 70 75 61 88 82 59 61 55 23 36 71 57 94 78 36 90 7 3 64 53 13 49 77 81 77 25 32 82 87 45

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-1057280-1215109804/watcher-1057280-1215109804 -o /tmp/evaluation-result-1057280-1215109804/solver-1057280-1215109804 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacE.sh HOME/instance-1057280-1215109804.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.95 1.97 1.91 4/80 13287
/proc/meminfo: memFree=1274152/2055924 swapFree=4180432/4192956
[pid=13287] ppid=13285 vsize=5268 CPUtime=0
/proc/13287/stat : 13287 (galacE.sh) R 13285 13287 12921 0 -1 4194304 222 0 0 0 0 0 0 0 20 0 1 0 1989955649 5394432 186 996147200 4194304 4520092 548682068832 18446744073709551615 268580222345 0 0 4096 8192 0 0 0 17 1 0 0
/proc/13287/statm: 1317 186 139 79 0 121 0

[startup+0.0311031 s]
/proc/loadavg: 1.95 1.97 1.91 4/80 13287
/proc/meminfo: memFree=1274152/2055924 swapFree=4180432/4192956
[pid=13287] ppid=13285 vsize=8784 CPUtime=0.01
/proc/13287/stat : 13287 (galacE.sh) S 13285 13287 12921 0 -1 4194304 639 1481 0 0 0 0 0 1 20 0 1 0 1989955649 8994816 320 996147200 4194304 4520092 548682068832 18446744073709551615 268583010386 0 2 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/13287/statm: 2196 320 218 79 0 189 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 8784

[startup+0.101109 s]
/proc/loadavg: 1.95 1.97 1.91 4/80 13287
/proc/meminfo: memFree=1274152/2055924 swapFree=4180432/4192956
[pid=13287] ppid=13285 vsize=47572 CPUtime=0.01
/proc/13287/stat : 13287 (galacE.sh) S 13285 13287 12921 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 1989955649 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 268582447962 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/13287/statm: 11893 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47572

[startup+0.301147 s]
/proc/loadavg: 1.95 1.97 1.91 4/80 13287
/proc/meminfo: memFree=1274152/2055924 swapFree=4180432/4192956
[pid=13287] ppid=13285 vsize=47572 CPUtime=0.01
/proc/13287/stat : 13287 (galacE.sh) S 13285 13287 12921 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 1989955649 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 268582447962 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/13287/statm: 11893 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47572

[startup+0.701218 s]
/proc/loadavg: 1.95 1.97 1.91 4/80 13287
/proc/meminfo: memFree=1274152/2055924 swapFree=4180432/4192956
[pid=13287] ppid=13285 vsize=47572 CPUtime=0.01
/proc/13287/stat : 13287 (galacE.sh) S 13285 13287 12921 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 1989955649 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 268582447962 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/13287/statm: 11893 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47572

[startup+1.50138 s]
/proc/loadavg: 1.95 1.97 1.91 3/90 13309
/proc/meminfo: memFree=1247768/2055924 swapFree=4180432/4192956
[pid=13287] ppid=13285 vsize=47572 CPUtime=0.01
/proc/13287/stat : 13287 (galacE.sh) S 13285 13287 12921 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 1989955649 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 268582447962 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/13287/statm: 11893 364 245 79 0 219 0
[pid=13301] ppid=13287 vsize=812760 CPUtime=1.43
/proc/13301/stat : 13301 (java) S 13287 13287 12921 0 -1 0 8882 0 1 0 138 5 0 0 18 0 9 0 1989955653 832266240 8299 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13301/statm: 203190 8299 1905 9 0 197171 0
[pid=13301/tid=13302] ppid=13287 vsize=812760 CPUtime=1.32
/proc/13301/task/13302/stat : 13302 (java) R 13287 13287 12921 0 -1 64 7444 0 1 0 128 4 0 0 25 0 9 0 1989955654 832266240 8299 996147200 134512640 134550740 4294955616 18446744073709551615 4126673028 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13301/tid=13303] ppid=13287 vsize=812760 CPUtime=0
/proc/13301/task/13303/stat : 13303 (java) S 13287 13287 12921 0 -1 64 5 0 0 0 0 0 0 0 17 0 9 0 1989955655 832266240 8299 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13301/tid=13304] ppid=13287 vsize=812760 CPUtime=0
/proc/13301/task/13304/stat : 13304 (java) S 13287 13287 12921 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 1989955655 832266240 8299 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13301/tid=13305] ppid=13287 vsize=812760 CPUtime=0
/proc/13301/task/13305/stat : 13305 (java) S 13287 13287 12921 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1989955655 832266240 8299 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13301/tid=13306] ppid=13287 vsize=812760 CPUtime=0
/proc/13301/task/13306/stat : 13306 (java) S 13287 13287 12921 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1989955657 832266240 8299 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13301/tid=13307] ppid=13287 vsize=812760 CPUtime=0.09
/proc/13301/task/13307/stat : 13307 (java) S 13287 13287 12921 0 -1 64 734 0 0 0 9 0 0 0 16 0 9 0 1989955657 832266240 8299 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13301/tid=13308] ppid=13287 vsize=812760 CPUtime=0
/proc/13301/task/13308/stat : 13308 (java) S 13287 13287 12921 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1989955657 832266240 8299 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13301/tid=13309] ppid=13287 vsize=812760 CPUtime=0
/proc/13301/task/13309/stat : 13309 (java) S 13287 13287 12921 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1989955657 832266240 8299 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) 860332

[startup+3.10269 s]
/proc/loadavg: 1.95 1.97 1.91 3/90 13309
/proc/meminfo: memFree=1247448/2055924 swapFree=4180432/4192956
[pid=13287] ppid=13285 vsize=47572 CPUtime=0.01
/proc/13287/stat : 13287 (galacE.sh) S 13285 13287 12921 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 1989955649 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 268582447962 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/13287/statm: 11893 364 245 79 0 219 0
[pid=13301] ppid=13287 vsize=812760 CPUtime=3.03
/proc/13301/stat : 13301 (java) S 13287 13287 12921 0 -1 0 8942 0 1 0 297 6 0 0 18 0 9 0 1989955653 832266240 8349 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13301/statm: 203190 8349 1915 9 0 197171 0
[pid=13301/tid=13302] ppid=13287 vsize=812760 CPUtime=2.91
/proc/13301/task/13302/stat : 13302 (java) R 13287 13287 12921 0 -1 64 7494 0 1 0 287 4 0 0 25 0 9 0 1989955654 832266240 8349 996147200 134512640 134550740 4294955616 18446744073709551615 4126671144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13301/tid=13303] ppid=13287 vsize=812760 CPUtime=0
/proc/13301/task/13303/stat : 13303 (java) S 13287 13287 12921 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1989955655 832266240 8349 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13301/tid=13304] ppid=13287 vsize=812760 CPUtime=0
/proc/13301/task/13304/stat : 13304 (java) S 13287 13287 12921 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 1989955655 832266240 8349 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13301/tid=13305] ppid=13287 vsize=812760 CPUtime=0
/proc/13301/task/13305/stat : 13305 (java) S 13287 13287 12921 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1989955655 832266240 8349 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13301/tid=13306] ppid=13287 vsize=812760 CPUtime=0
/proc/13301/task/13306/stat : 13306 (java) S 13287 13287 12921 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1989955657 832266240 8349 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13301/tid=13307] ppid=13287 vsize=812760 CPUtime=0.09
/proc/13301/task/13307/stat : 13307 (java) S 13287 13287 12921 0 -1 64 744 0 0 0 9 0 0 0 16 0 9 0 1989955657 832266240 8349 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13301/tid=13308] ppid=13287 vsize=812760 CPUtime=0
/proc/13301/task/13308/stat : 13308 (java) S 13287 13287 12921 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1989955657 832266240 8349 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13301/tid=13309] ppid=13287 vsize=812760 CPUtime=0
/proc/13301/task/13309/stat : 13309 (java) S 13287 13287 12921 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1989955657 832266240 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.04
Current children cumulated vsize (KiB) 860332

[startup+6.30132 s]
/proc/loadavg: 1.95 1.97 1.91 3/90 13309
/proc/meminfo: memFree=1247128/2055924 swapFree=4180432/4192956
[pid=13287] ppid=13285 vsize=47572 CPUtime=0.01
/proc/13287/stat : 13287 (galacE.sh) S 13285 13287 12921 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 1989955649 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 268582447962 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/13287/statm: 11893 364 245 79 0 219 0
[pid=13301] ppid=13287 vsize=812708 CPUtime=6.19
/proc/13301/stat : 13301 (java) S 13287 13287 12921 0 -1 0 8949 0 1 0 613 6 0 0 18 0 9 0 1989955653 832212992 8356 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13301/statm: 203177 8356 1915 9 0 197158 0
[pid=13301/tid=13302] ppid=13287 vsize=812708 CPUtime=6.07
/proc/13301/task/13302/stat : 13302 (java) R 13287 13287 12921 0 -1 64 7501 0 1 0 603 4 0 0 25 0 9 0 1989955654 832212992 8356 996147200 134512640 134550740 4294955616 18446744073709551615 4126674096 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13301/tid=13303] ppid=13287 vsize=812708 CPUtime=0
/proc/13301/task/13303/stat : 13303 (java) S 13287 13287 12921 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1989955655 832212992 8356 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13301/tid=13304] ppid=13287 vsize=812708 CPUtime=0
/proc/13301/task/13304/stat : 13304 (java) S 13287 13287 12921 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 1989955655 832212992 8356 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13301/tid=13305] ppid=13287 vsize=812708 CPUtime=0
/proc/13301/task/13305/stat : 13305 (java) S 13287 13287 12921 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1989955655 832212992 8356 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13301/tid=13306] ppid=13287 vsize=812708 CPUtime=0
/proc/13301/task/13306/stat : 13306 (java) S 13287 13287 12921 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1989955657 832212992 8356 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13301/tid=13307] ppid=13287 vsize=812708 CPUtime=0.09
/proc/13301/task/13307/stat : 13307 (java) S 13287 13287 12921 0 -1 64 744 0 0 0 9 0 0 0 16 0 9 0 1989955657 832212992 8356 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13301/tid=13308] ppid=13287 vsize=812708 CPUtime=0
/proc/13301/task/13308/stat : 13308 (java) S 13287 13287 12921 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1989955657 832212992 8356 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13301/tid=13309] ppid=13287 vsize=812708 CPUtime=0
/proc/13301/task/13309/stat : 13309 (java) S 13287 13287 12921 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1989955657 832212992 8356 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 860280

[startup+12.7026 s]
/proc/loadavg: 1.96 1.97 1.91 3/90 13309
/proc/meminfo: memFree=1247000/2055924 swapFree=4180432/4192956
[pid=13287] ppid=13285 vsize=47572 CPUtime=0.01
/proc/13287/stat : 13287 (galacE.sh) S 13285 13287 12921 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 1989955649 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 268582447962 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/13287/statm: 11893 364 245 79 0 219 0
[pid=13301] ppid=13287 vsize=812708 CPUtime=12.53
/proc/13301/stat : 13301 (java) S 13287 13287 12921 0 -1 0 8966 0 1 0 1247 6 0 0 18 0 9 0 1989955653 832212992 8372 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13301/statm: 203177 8372 1915 9 0 197158 0
[pid=13301/tid=13302] ppid=13287 vsize=812708 CPUtime=12.41
/proc/13301/task/13302/stat : 13302 (java) R 13287 13287 12921 0 -1 64 7517 0 1 0 1237 4 0 0 25 0 9 0 1989955654 832212992 8372 996147200 134512640 134550740 4294955616 18446744073709551615 4126674190 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13301/tid=13303] ppid=13287 vsize=812708 CPUtime=0
/proc/13301/task/13303/stat : 13303 (java) S 13287 13287 12921 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1989955655 832212992 8372 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13301/tid=13304] ppid=13287 vsize=812708 CPUtime=0
/proc/13301/task/13304/stat : 13304 (java) S 13287 13287 12921 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 1989955655 832212992 8372 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13301/tid=13305] ppid=13287 vsize=812708 CPUtime=0
/proc/13301/task/13305/stat : 13305 (java) S 13287 13287 12921 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1989955655 832212992 8372 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13301/tid=13306] ppid=13287 vsize=812708 CPUtime=0
/proc/13301/task/13306/stat : 13306 (java) S 13287 13287 12921 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1989955657 832212992 8372 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13301/tid=13307] ppid=13287 vsize=812708 CPUtime=0.09
/proc/13301/task/13307/stat : 13307 (java) S 13287 13287 12921 0 -1 64 745 0 0 0 9 0 0 0 16 0 9 0 1989955657 832212992 8372 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13301/tid=13308] ppid=13287 vsize=812708 CPUtime=0
/proc/13301/task/13308/stat : 13308 (java) S 13287 13287 12921 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1989955657 832212992 8372 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13301/tid=13309] ppid=13287 vsize=812708 CPUtime=0
/proc/13301/task/13309/stat : 13309 (java) S 13287 13287 12921 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1989955657 832212992 8372 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.54
Current children cumulated vsize (KiB) 860280

[startup+25.5011 s]
/proc/loadavg: 1.97 1.97 1.91 4/92 13350
/proc/meminfo: memFree=1209864/2055924 swapFree=4180432/4192956
[pid=13287] ppid=13285 vsize=47572 CPUtime=0.01
/proc/13287/stat : 13287 (galacE.sh) S 13285 13287 12921 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 1989955649 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 268582447962 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/13287/statm: 11893 364 245 79 0 219 0
[pid=13301] ppid=13287 vsize=812708 CPUtime=25.25
/proc/13301/stat : 13301 (java) S 13287 13287 12921 0 -1 0 9010 0 1 0 2519 6 0 0 18 0 9 0 1989955653 832212992 8416 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13301/statm: 203177 8416 1915 9 0 197158 0
[pid=13301/tid=13302] ppid=13287 vsize=812708 CPUtime=25.14
/proc/13301/task/13302/stat : 13302 (java) R 13287 13287 12921 0 -1 64 7561 0 1 0 2509 5 0 0 25 0 9 0 1989955654 832212992 8416 996147200 134512640 134550740 4294955616 18446744073709551615 4126669792 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13301/tid=13303] ppid=13287 vsize=812708 CPUtime=0
/proc/13301/task/13303/stat : 13303 (java) S 13287 13287 12921 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1989955655 832212992 8416 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13301/tid=13304] ppid=13287 vsize=812708 CPUtime=0
/proc/13301/task/13304/stat : 13304 (java) S 13287 13287 12921 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 1989955655 832212992 8416 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13301/tid=13305] ppid=13287 vsize=812708 CPUtime=0
/proc/13301/task/13305/stat : 13305 (java) S 13287 13287 12921 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1989955655 832212992 8416 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13301/tid=13306] ppid=13287 vsize=812708 CPUtime=0
/proc/13301/task/13306/stat : 13306 (java) S 13287 13287 12921 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1989955657 832212992 8416 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13301/tid=13307] ppid=13287 vsize=812708 CPUtime=0.09
/proc/13301/task/13307/stat : 13307 (java) S 13287 13287 12921 0 -1 64 745 0 0 0 9 0 0 0 16 0 9 0 1989955657 832212992 8416 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13301/tid=13308] ppid=13287 vsize=812708 CPUtime=0
/proc/13301/task/13308/stat : 13308 (java) S 13287 13287 12921 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1989955657 832212992 8416 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13301/tid=13309] ppid=13287 vsize=812708 CPUtime=0
/proc/13301/task/13309/stat : 13309 (java) S 13287 13287 12921 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1989955657 832212992 8416 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.26
Current children cumulated vsize (KiB) 860280

[startup+51.1011 s]
/proc/loadavg: 1.98 1.97 1.91 3/91 13351
/proc/meminfo: memFree=599560/2055924 swapFree=4180432/4192956
[pid=13287] ppid=13285 vsize=47572 CPUtime=0.01

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

/proc/meminfo: memFree=452360/2055924 swapFree=4180432/4192956
[pid=13287] ppid=13285 vsize=47572 CPUtime=0.01
/proc/13287/stat : 13287 (galacE.sh) S 13285 13287 12921 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 1989955649 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 268582447962 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/13287/statm: 11893 364 245 79 0 219 0
[pid=13301] ppid=13287 vsize=812708 CPUtime=409.07
/proc/13301/stat : 13301 (java) S 13287 13287 12921 0 -1 0 42876 0 1 0 40877 30 0 0 18 0 9 0 1989955653 832212992 42240 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13301/statm: 203177 42240 1943 9 0 197158 0
[pid=13301/tid=13302] ppid=13287 vsize=812708 CPUtime=407.96
/proc/13301/task/13302/stat : 13302 (java) R 13287 13287 12921 0 -1 64 14666 0 1 0 40779 17 0 0 25 0 9 0 1989955654 832212992 42240 996147200 134512640 134550740 4294955616 18446744073709551615 4126802137 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13301/tid=13303] ppid=13287 vsize=812708 CPUtime=0.9
/proc/13301/task/13303/stat : 13303 (java) S 13287 13287 12921 0 -1 64 26709 0 0 0 79 11 0 0 16 0 9 0 1989955655 832212992 42240 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13301/tid=13304] ppid=13287 vsize=812708 CPUtime=0
/proc/13301/task/13304/stat : 13304 (java) S 13287 13287 12921 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1989955655 832212992 42240 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13301/tid=13305] ppid=13287 vsize=812708 CPUtime=0
/proc/13301/task/13305/stat : 13305 (java) S 13287 13287 12921 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1989955655 832212992 42240 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13301/tid=13306] ppid=13287 vsize=812708 CPUtime=0
/proc/13301/task/13306/stat : 13306 (java) S 13287 13287 12921 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1989955657 832212992 42240 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13301/tid=13307] ppid=13287 vsize=812708 CPUtime=0.19
/proc/13301/task/13307/stat : 13307 (java) S 13287 13287 12921 0 -1 64 801 0 0 0 18 1 0 0 17 0 9 0 1989955657 832212992 42240 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13301/tid=13308] ppid=13287 vsize=812708 CPUtime=0
/proc/13301/task/13308/stat : 13308 (java) S 13287 13287 12921 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1989955657 832212992 42240 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13301/tid=13309] ppid=13287 vsize=812708 CPUtime=0
/proc/13301/task/13309/stat : 13309 (java) S 13287 13287 12921 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1989955657 832212992 42240 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 409.08
Current children cumulated vsize (KiB) 860280

[startup+415.903 s]
/proc/loadavg: 1.99 1.97 1.91 3/91 13351
/proc/meminfo: memFree=447496/2055924 swapFree=4180432/4192956
[pid=13287] ppid=13285 vsize=47572 CPUtime=0.01
/proc/13287/stat : 13287 (galacE.sh) S 13285 13287 12921 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 1989955649 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 268582447962 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/13287/statm: 11893 364 245 79 0 219 0
[pid=13301] ppid=13287 vsize=812708 CPUtime=415.47
/proc/13301/stat : 13301 (java) S 13287 13287 12921 0 -1 0 42890 0 1 0 41515 32 0 0 18 0 9 0 1989955653 832212992 42240 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13301/statm: 203177 42240 1943 9 0 197158 0
[pid=13301/tid=13302] ppid=13287 vsize=812708 CPUtime=414.34
/proc/13301/task/13302/stat : 13302 (java) R 13287 13287 12921 0 -1 64 14680 0 1 0 41416 18 0 0 25 0 9 0 1989955654 832212992 42240 996147200 134512640 134550740 4294955616 18446744073709551615 102064734 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13301/tid=13303] ppid=13287 vsize=812708 CPUtime=0.92
/proc/13301/task/13303/stat : 13303 (java) S 13287 13287 12921 0 -1 64 26709 0 0 0 80 12 0 0 16 0 9 0 1989955655 832212992 42240 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13301/tid=13304] ppid=13287 vsize=812708 CPUtime=0
/proc/13301/task/13304/stat : 13304 (java) S 13287 13287 12921 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1989955655 832212992 42240 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13301/tid=13305] ppid=13287 vsize=812708 CPUtime=0
/proc/13301/task/13305/stat : 13305 (java) S 13287 13287 12921 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1989955655 832212992 42240 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13301/tid=13306] ppid=13287 vsize=812708 CPUtime=0
/proc/13301/task/13306/stat : 13306 (java) S 13287 13287 12921 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1989955657 832212992 42240 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13301/tid=13307] ppid=13287 vsize=812708 CPUtime=0.19
/proc/13301/task/13307/stat : 13307 (java) S 13287 13287 12921 0 -1 64 801 0 0 0 18 1 0 0 17 0 9 0 1989955657 832212992 42240 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13301/tid=13308] ppid=13287 vsize=812708 CPUtime=0
/proc/13301/task/13308/stat : 13308 (java) S 13287 13287 12921 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1989955657 832212992 42240 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13301/tid=13309] ppid=13287 vsize=812708 CPUtime=0
/proc/13301/task/13309/stat : 13309 (java) S 13287 13287 12921 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1989955657 832212992 42240 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 415.48
Current children cumulated vsize (KiB) 860280

[startup+422.302 s]
/proc/loadavg: 1.99 1.97 1.91 3/83 13352
/proc/meminfo: memFree=476232/2055924 swapFree=4180432/4192956
[pid=13287] ppid=13285 vsize=47572 CPUtime=416.22
/proc/13287/stat : 13287 (galacE.sh) S 13285 13287 12921 0 -1 4194304 799 44600 0 1 0 0 41586 36 17 0 1 0 1989955649 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 268582447962 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/13287/statm: 11893 364 245 79 0 219 0
[pid=13352] ppid=13287 vsize=137980 CPUtime=5.57
/proc/13352/stat : 13352 (eSAT_static) R 13287 13287 12921 0 -1 4194304 33097 0 0 0 543 14 0 0 25 0 1 0 1989997316 141291520 33079 996147200 134512640 135177480 4294955984 18446744073709551615 134537311 0 0 4096 3 0 0 0 17 1 0 0
/proc/13352/statm: 34495 33079 75 162 0 34330 0
Current children cumulated CPU time (s) 421.79
Current children cumulated vsize (KiB) 185552

[startup+423.901 s]
/proc/loadavg: 1.99 1.97 1.91 3/83 13352
/proc/meminfo: memFree=475464/2055924 swapFree=4180432/4192956
[pid=13287] ppid=13285 vsize=47572 CPUtime=416.22
/proc/13287/stat : 13287 (galacE.sh) S 13285 13287 12921 0 -1 4194304 799 44600 0 1 0 0 41586 36 17 0 1 0 1989955649 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 268582447962 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/13287/statm: 11893 364 245 79 0 219 0
[pid=13352] ppid=13287 vsize=123876 CPUtime=7.15
/proc/13352/stat : 13352 (eSAT_static) R 13287 13287 12921 0 -1 4194304 33484 0 0 0 700 15 0 0 25 0 1 0 1989997316 126849024 29979 996147200 134512640 135177480 4294955984 18446744073709551615 134750526 0 0 4096 3 0 0 0 17 1 0 0
/proc/13352/statm: 30969 29979 78 162 0 30804 0
Current children cumulated CPU time (s) 423.37
Current children cumulated vsize (KiB) 171448

[startup+425.503 s]
/proc/loadavg: 1.99 1.97 1.91 3/83 13352
/proc/meminfo: memFree=487240/2055924 swapFree=4180432/4192956
[pid=13287] ppid=13285 vsize=47572 CPUtime=424.02
/proc/13287/stat : 13287 (galacE.sh) S 13285 13287 12921 0 -1 4194304 835 78283 0 1 0 0 42349 53 16 0 1 0 1989955649 48713728 365 996147200 4194304 4520092 548682068832 18446744073709551615 268583010386 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/13287/statm: 11893 365 245 79 0 219 0
Current children cumulated CPU time (s) 424.02
Current children cumulated vsize (KiB) 47572

[startup+425.903 s]
/proc/loadavg: 1.99 1.97 1.91 3/91 13361
/proc/meminfo: memFree=552584/2055924 swapFree=4180432/4192956
[pid=13287] ppid=13285 vsize=47572 CPUtime=424.02
/proc/13287/stat : 13287 (galacE.sh) S 13285 13287 12921 0 -1 4194304 835 78283 0 1 0 0 42349 53 16 0 1 0 1989955649 48713728 365 996147200 4194304 4520092 548682068832 18446744073709551615 268583010386 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/13287/statm: 11893 365 245 79 0 219 0
[pid=13353] ppid=13287 vsize=812884 CPUtime=1.31
/proc/13353/stat : 13353 (java) S 13287 13287 12921 0 -1 0 16184 0 1 0 122 9 0 0 18 0 9 0 1989998104 832393216 15565 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13353/statm: 203221 15565 1918 9 0 197174 0
[pid=13353/tid=13354] ppid=13287 vsize=812884 CPUtime=1.18
/proc/13353/task/13354/stat : 13354 (java) R 13287 13287 12921 0 -1 64 14534 0 1 0 111 7 0 0 25 0 9 0 1989998106 832393216 15565 996147200 134512640 134550740 4294955616 18446744073709551615 4125950601 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=13353/tid=13355] ppid=13287 vsize=812884 CPUtime=0
/proc/13353/task/13355/stat : 13355 (java) S 13287 13287 12921 0 -1 64 174 0 0 0 0 0 0 0 16 0 9 0 1989998107 832393216 15565 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 0 0 0 -1 1 0 0
[pid=13353/tid=13356] ppid=13287 vsize=812884 CPUtime=0
/proc/13353/task/13356/stat : 13356 (java) S 13287 13287 12921 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1989998107 832393216 15565 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=13353/tid=13357] ppid=13287 vsize=812884 CPUtime=0
/proc/13353/task/13357/stat : 13357 (java) S 13287 13287 12921 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1989998107 832393216 15565 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=13353/tid=13358] ppid=13287 vsize=812884 CPUtime=0
/proc/13353/task/13358/stat : 13358 (java) S 13287 13287 12921 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1989998110 832393216 15565 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=13353/tid=13359] ppid=13287 vsize=812884 CPUtime=0.09
/proc/13353/task/13359/stat : 13359 (java) S 13287 13287 12921 0 -1 64 765 0 0 0 9 0 0 0 16 0 9 0 1989998110 832393216 15565 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=13353/tid=13360] ppid=13287 vsize=812884 CPUtime=0
/proc/13353/task/13360/stat : 13360 (java) S 13287 13287 12921 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1989998110 832393216 15565 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=13353/tid=13361] ppid=13287 vsize=812884 CPUtime=0
/proc/13353/task/13361/stat : 13361 (java) S 13287 13287 12921 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1989998110 832393216 15565 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 425.33
Current children cumulated vsize (KiB) 860456

[startup+426.103 s]
/proc/loadavg: 1.99 1.97 1.91 3/91 13361
/proc/meminfo: memFree=552584/2055924 swapFree=4180432/4192956
[pid=13287] ppid=13285 vsize=47572 CPUtime=424.02
/proc/13287/stat : 13287 (galacE.sh) S 13285 13287 12921 0 -1 4194304 835 78283 0 1 0 0 42349 53 16 0 1 0 1989955649 48713728 365 996147200 4194304 4520092 548682068832 18446744073709551615 268583010386 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/13287/statm: 11893 365 245 79 0 219 0
[pid=13353] ppid=13287 vsize=812884 CPUtime=1.51
/proc/13353/stat : 13353 (java) S 13287 13287 12921 0 -1 0 16185 0 1 0 142 9 0 0 18 0 9 0 1989998104 832393216 15565 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13353/statm: 203221 15565 1918 9 0 197174 0
[pid=13353/tid=13354] ppid=13287 vsize=812884 CPUtime=1.37
/proc/13353/task/13354/stat : 13354 (java) R 13287 13287 12921 0 -1 64 14535 0 1 0 130 7 0 0 25 0 9 0 1989998106 832393216 15565 996147200 134512640 134550740 4294955616 18446744073709551615 4126681937 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=13353/tid=13355] ppid=13287 vsize=812884 CPUtime=0
/proc/13353/task/13355/stat : 13355 (java) S 13287 13287 12921 0 -1 64 174 0 0 0 0 0 0 0 16 0 9 0 1989998107 832393216 15565 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 0 0 0 -1 1 0 0
[pid=13353/tid=13356] ppid=13287 vsize=812884 CPUtime=0
/proc/13353/task/13356/stat : 13356 (java) S 13287 13287 12921 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1989998107 832393216 15565 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=13353/tid=13357] ppid=13287 vsize=812884 CPUtime=0
/proc/13353/task/13357/stat : 13357 (java) S 13287 13287 12921 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1989998107 832393216 15565 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=13353/tid=13358] ppid=13287 vsize=812884 CPUtime=0
/proc/13353/task/13358/stat : 13358 (java) S 13287 13287 12921 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1989998110 832393216 15565 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=13353/tid=13359] ppid=13287 vsize=812884 CPUtime=0.09
/proc/13353/task/13359/stat : 13359 (java) S 13287 13287 12921 0 -1 64 765 0 0 0 9 0 0 0 16 0 9 0 1989998110 832393216 15565 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=13353/tid=13360] ppid=13287 vsize=812884 CPUtime=0
/proc/13353/task/13360/stat : 13360 (java) S 13287 13287 12921 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1989998110 832393216 15565 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=13353/tid=13361] ppid=13287 vsize=812884 CPUtime=0
/proc/13353/task/13361/stat : 13361 (java) S 13287 13287 12921 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1989998110 832393216 15565 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 425.53
Current children cumulated vsize (KiB) 860456

[startup+426.202 s]
/proc/loadavg: 1.99 1.97 1.91 3/91 13361
/proc/meminfo: memFree=552584/2055924 swapFree=4180432/4192956
[pid=13287] ppid=13285 vsize=47572 CPUtime=424.02
/proc/13287/stat : 13287 (galacE.sh) S 13285 13287 12921 0 -1 4194304 835 78283 0 1 0 0 42349 53 16 0 1 0 1989955649 48713728 365 996147200 4194304 4520092 548682068832 18446744073709551615 268583010386 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/13287/statm: 11893 365 245 79 0 219 0
[pid=13353] ppid=13287 vsize=812884 CPUtime=1.61
/proc/13353/stat : 13353 (java) S 13287 13287 12921 0 -1 0 16185 0 1 0 152 9 0 0 18 0 9 0 1989998104 832393216 15565 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13353/statm: 203221 15565 1918 9 0 197174 0
[pid=13353/tid=13354] ppid=13287 vsize=812884 CPUtime=1.47
/proc/13353/task/13354/stat : 13354 (java) R 13287 13287 12921 0 -1 64 14535 0 1 0 140 7 0 0 25 0 9 0 1989998106 832393216 15565 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=13353/tid=13355] ppid=13287 vsize=812884 CPUtime=0
/proc/13353/task/13355/stat : 13355 (java) S 13287 13287 12921 0 -1 64 174 0 0 0 0 0 0 0 16 0 9 0 1989998107 832393216 15565 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 0 0 0 -1 1 0 0
[pid=13353/tid=13356] ppid=13287 vsize=812884 CPUtime=0
/proc/13353/task/13356/stat : 13356 (java) S 13287 13287 12921 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1989998107 832393216 15565 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=13353/tid=13357] ppid=13287 vsize=812884 CPUtime=0
/proc/13353/task/13357/stat : 13357 (java) S 13287 13287 12921 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1989998107 832393216 15565 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=13353/tid=13358] ppid=13287 vsize=812884 CPUtime=0
/proc/13353/task/13358/stat : 13358 (java) S 13287 13287 12921 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1989998110 832393216 15565 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=13353/tid=13359] ppid=13287 vsize=812884 CPUtime=0.09
/proc/13353/task/13359/stat : 13359 (java) R 13287 13287 12921 0 -1 64 765 0 0 0 9 0 0 0 16 0 9 0 1989998110 832393216 15565 996147200 134512640 134550740 4294955616 18446744073709551615 101442688 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=13353/tid=13360] ppid=13287 vsize=812884 CPUtime=0
/proc/13353/task/13360/stat : 13360 (java) S 13287 13287 12921 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1989998110 832393216 15565 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=13353/tid=13361] ppid=13287 vsize=812884 CPUtime=0
/proc/13353/task/13361/stat : 13361 (java) S 13287 13287 12921 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1989998110 832393216 15565 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 425.63
Current children cumulated vsize (KiB) 860456

Child status: 0
Real time (s): 426.3
CPU time (s): 425.732
CPU user time (s): 425.065
CPU system time (s): 0.666898
CPU usage (%): 99.8668
Max. virtual memory (cumulated for all children) (KiB): 860456

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 425.065
system time used= 0.666898
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 95514
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= 10153
involuntary context switches= 4586

runsolver used 0.497924 second user time and 1.44878 second system time

The end

Launcher Data (download as text)

Begin job on node6 at 2008-07-03 20:30:04
IDJOB=1057280
IDBENCH=54020
IDSOLVER=351
FILE ID=node6/1057280-1215109804
PBS_JOBID= 7877192
Free space on /tmp= 66536 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= ab461ed37098537e7bbe7441b6b00ab2
RANDOM SEED=1707694180

node6.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:      2055924 kB
MemFree:       1274632 kB
Buffers:         49664 kB
Cached:         547948 kB
SwapCached:       6636 kB
Active:         478684 kB
Inactive:       236352 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055924 kB
LowFree:       1274632 kB
SwapTotal:     4192956 kB
SwapFree:      4180432 kB
Dirty:            3464 kB
Writeback:           0 kB
Mapped:         130908 kB
Slab:            51168 kB
Committed_AS:  4056924 kB
PageTables:       2128 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= 66540 MiB
End job on node6 at 2008-07-03 20:37:10