Trace number 1064930

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 EUNSAT 678.531 685.321

General information on the benchmark

Namecsp/pseudo/uclid/
normalized-ooo-burch-dill-8-accl.xml
MD5SUMa836148987a747fe0e78f1f820e1fc6b
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables21380
Number of constraints60983
Maximum constraint arity13
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension60983
Global constraints used (with number of constraints)

Solver Data (download as text)

0.01/0.23	c --- Preproc Stats ---
341.42/344.98	c start processing
341.51/345.02	c start relation processing
342.71/346.23	c start cnf exporting
433.60/438.04	c parsing time : 344.66
433.60/438.04	c preprocessing time : 437.715
433.60/438.05	
433.60/438.05	c Nary constraints - conflicts : 21195 supports : 0
433.60/438.05	c Binary constraints - conflicts : 39788 supports :0
433.60/438.05	c max arity constraint : 13
433.60/438.05	c Max Tuples generated 8192
433.60/438.05	c relations : 43
433.60/438.05	c relations BDD: 36
433.60/438.05	c sampling 0/0
433.60/438.06	c vars : 642425 - clauses :  2281282
433.60/438.06	
433.66/438.10	 
433.66/438.10	c --- SAT Solver Stats ---
433.66/438.10	 
433.66/438.10	c eSAT 0.1 : minisat core with additionnal features
433.66/438.11	c ============================[ Problem Statistics ]=============================
433.66/438.11	c |                                                                             |
433.66/438.11	c |  Number of variables:  642424                                               |
433.66/438.11	c |  Number of clauses:    2281282                                              |
434.56/439.05	c |  Parsing time:         0.78         s                                       |
434.56/439.05	c Solved by unit propagation
434.56/439.05	s UNSATISFIABLE
678.44/685.22	java.io.FileNotFoundException: HOME/instance-1064930-1215144827.xml.cnf.res (No such file or directory)
678.44/685.22		at java.io.FileInputStream.open(Native Method)
678.44/685.22		at java.io.FileInputStream.(Unknown Source)
678.44/685.22		at java.util.Scanner.(Unknown Source)
678.44/685.22		at base.SatSolToCSPSol.toCSPSolution(SatSolToCSPSol.java:73)
678.44/685.22		at base.SatSolToCSPSol.main(SatSolToCSPSol.java:179)
678.44/685.29	v

Verifier Data (download as text)

ERROR: no interpretation found !

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-1064930-1215144827/watcher-1064930-1215144827 -o /tmp/evaluation-result-1064930-1215144827/solver-1064930-1215144827 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacE.sh HOME/instance-1064930-1215144827.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2200 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.06 2.08 2.02 4/80 18424
/proc/meminfo: memFree=1568160/2055920 swapFree=4180052/4192956
[pid=18424] ppid=18422 vsize=18572 CPUtime=0
/proc/18424/stat : 18424 (runsolver) R 18422 18424 15907 0 -1 4194368 15 0 0 0 0 0 0 0 21 0 1 0 1993457971 19017728 292 996147200 4194304 4296836 548682068496 18446744073709551615 244671114535 0 0 4096 24578 0 0 0 17 1 0 0
/proc/18424/statm: 4643 292 257 25 0 2626 0

[startup+0.0523491 s]
/proc/loadavg: 2.06 2.08 2.02 4/80 18424
/proc/meminfo: memFree=1568160/2055920 swapFree=4180052/4192956
[pid=18424] ppid=18422 vsize=8560 CPUtime=0
/proc/18424/stat : 18424 (galacE.sh) D 18422 18424 15907 0 -1 4194304 306 0 3 0 0 0 0 0 17 0 1 100 1993457971 8765440 255 996147200 4194304 4520092 548682068832 18446744073709551615 244671283282 0 2 4096 8192 18446744071563479169 0 0 17 1 0 0
/proc/18424/statm: 2140 255 198 79 0 133 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8560

[startup+0.10236 s]
/proc/loadavg: 2.06 2.08 2.02 4/80 18424
/proc/meminfo: memFree=1568160/2055920 swapFree=4180052/4192956
[pid=18424] ppid=18422 vsize=8652 CPUtime=0
/proc/18424/stat : 18424 (galacE.sh) S 18422 18424 15907 0 -1 4194304 342 0 4 0 0 0 0 0 17 0 1 0 1993457971 8859648 280 996147200 4194304 4520092 548682068832 18446744073709551615 244670720858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18424/statm: 2163 280 208 79 0 156 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8652

[startup+0.302394 s]
/proc/loadavg: 2.06 2.08 2.02 4/80 18424
/proc/meminfo: memFree=1568160/2055920 swapFree=4180052/4192956
[pid=18424] ppid=18422 vsize=47568 CPUtime=0.01
/proc/18424/stat : 18424 (galacE.sh) S 18422 18424 15907 0 -1 4194304 760 1695 6 2 0 0 0 1 18 0 1 0 1993457971 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 244670720858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18424/statm: 11892 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47568

[startup+0.701426 s]
/proc/loadavg: 2.06 2.08 2.02 4/80 18424
/proc/meminfo: memFree=1568160/2055920 swapFree=4180052/4192956
[pid=18424] ppid=18422 vsize=47568 CPUtime=0.01
/proc/18424/stat : 18424 (galacE.sh) S 18422 18424 15907 0 -1 4194304 760 1695 6 2 0 0 0 1 18 0 1 0 1993457971 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 244670720858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18424/statm: 11892 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47568

[startup+1.50152 s]
/proc/loadavg: 2.06 2.08 2.02 3/90 18446
/proc/meminfo: memFree=1541136/2055920 swapFree=4180052/4192956
[pid=18424] ppid=18422 vsize=47568 CPUtime=0.01
/proc/18424/stat : 18424 (galacE.sh) S 18422 18424 15907 0 -1 4194304 760 1695 6 2 0 0 0 1 18 0 1 0 1993457971 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 244670720858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18424/statm: 11892 365 246 79 0 219 0
[pid=18438] ppid=18424 vsize=812716 CPUtime=1.24
/proc/18438/stat : 18438 (java) S 18424 18424 15907 0 -1 0 15216 0 1 0 116 8 0 0 18 0 9 0 1993457995 832221184 14451 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18438/statm: 203179 14451 2585 9 0 197213 0
[pid=18438/tid=18439] ppid=18424 vsize=812716 CPUtime=0.91
/proc/18438/task/18439/stat : 18439 (java) R 18424 18424 15907 0 -1 64 9199 0 1 0 86 5 0 0 23 0 9 0 1993457996 832221184 14451 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18438/tid=18440] ppid=18424 vsize=812716 CPUtime=0.08
/proc/18438/task/18440/stat : 18440 (java) R 18424 18424 15907 0 -1 64 4489 0 0 0 7 1 0 0 16 0 9 0 1993457997 832221184 14451 996147200 134512640 134550740 4294955616 18446744073709551615 104182533 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18438/tid=18441] ppid=18424 vsize=812716 CPUtime=0
/proc/18438/task/18441/stat : 18441 (java) S 18424 18424 15907 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 1993457998 832221184 14451 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18438/tid=18442] ppid=18424 vsize=812716 CPUtime=0
/proc/18438/task/18442/stat : 18442 (java) S 18424 18424 15907 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1993457998 832221184 14451 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18438/tid=18443] ppid=18424 vsize=812716 CPUtime=0
/proc/18438/task/18443/stat : 18443 (java) S 18424 18424 15907 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1993458000 832221184 14451 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18438/tid=18444] ppid=18424 vsize=812716 CPUtime=0.21
/proc/18438/task/18444/stat : 18444 (java) S 18424 18424 15907 0 -1 64 830 0 0 0 21 0 0 0 16 0 9 0 1993458000 832221184 14451 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18438/tid=18445] ppid=18424 vsize=812716 CPUtime=0
/proc/18438/task/18445/stat : 18445 (java) S 18424 18424 15907 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1993458000 832221184 14451 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18438/tid=18446] ppid=18424 vsize=812716 CPUtime=0
/proc/18438/task/18446/stat : 18446 (java) S 18424 18424 15907 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1993458000 832221184 14451 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.25
Current children cumulated vsize (KiB) 860284

[startup+3.10168 s]
/proc/loadavg: 2.06 2.08 2.02 4/90 18446
/proc/meminfo: memFree=1516304/2055920 swapFree=4180052/4192956
[pid=18424] ppid=18422 vsize=47568 CPUtime=0.01
/proc/18424/stat : 18424 (galacE.sh) S 18422 18424 15907 0 -1 4194304 760 1695 6 2 0 0 0 1 18 0 1 0 1993457971 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 244670720858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18424/statm: 11892 365 246 79 0 219 0
[pid=18438] ppid=18424 vsize=812624 CPUtime=2.82
/proc/18438/stat : 18438 (java) S 18424 18424 15907 0 -1 0 15964 0 1 0 273 9 0 0 18 0 9 0 1993457995 832126976 15105 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18438/statm: 203156 15105 2587 9 0 197190 0
[pid=18438/tid=18439] ppid=18424 vsize=812624 CPUtime=2.34
/proc/18438/task/18439/stat : 18439 (java) R 18424 18424 15907 0 -1 64 9228 0 1 0 229 5 0 0 25 0 9 0 1993457996 832126976 15105 996147200 134512640 134550740 4294955616 18446744073709551615 4125952094 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18438/tid=18440] ppid=18424 vsize=812624 CPUtime=0.18
/proc/18438/task/18440/stat : 18440 (java) S 18424 18424 15907 0 -1 64 5176 0 0 0 16 2 0 0 17 0 9 0 1993457997 832126976 15105 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18438/tid=18441] ppid=18424 vsize=812624 CPUtime=0
/proc/18438/task/18441/stat : 18441 (java) S 18424 18424 15907 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1993457998 832126976 15105 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18438/tid=18442] ppid=18424 vsize=812624 CPUtime=0
/proc/18438/task/18442/stat : 18442 (java) S 18424 18424 15907 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1993457998 832126976 15105 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18438/tid=18443] ppid=18424 vsize=812624 CPUtime=0
/proc/18438/task/18443/stat : 18443 (java) S 18424 18424 15907 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1993458000 832126976 15105 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18438/tid=18444] ppid=18424 vsize=812624 CPUtime=0.27
/proc/18438/task/18444/stat : 18444 (java) S 18424 18424 15907 0 -1 64 861 0 0 0 27 0 0 0 15 0 9 0 1993458000 832126976 15105 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18438/tid=18445] ppid=18424 vsize=812624 CPUtime=0
/proc/18438/task/18445/stat : 18445 (java) S 18424 18424 15907 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1993458000 832126976 15105 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18438/tid=18446] ppid=18424 vsize=812624 CPUtime=0
/proc/18438/task/18446/stat : 18446 (java) S 18424 18424 15907 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1993458000 832126976 15105 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.83
Current children cumulated vsize (KiB) 860192

[startup+6.30301 s]
/proc/loadavg: 2.06 2.08 2.02 3/90 18446
/proc/meminfo: memFree=1516048/2055920 swapFree=4180052/4192956
[pid=18424] ppid=18422 vsize=47568 CPUtime=0.01
/proc/18424/stat : 18424 (galacE.sh) S 18422 18424 15907 0 -1 4194304 760 1695 6 2 0 0 0 1 18 0 1 0 1993457971 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 244670720858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18424/statm: 11892 365 246 79 0 219 0
[pid=18438] ppid=18424 vsize=812624 CPUtime=5.99
/proc/18438/stat : 18438 (java) S 18424 18424 15907 0 -1 0 15992 0 1 0 590 9 0 0 18 0 9 0 1993457995 832126976 15131 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18438/statm: 203156 15131 2587 9 0 197190 0
[pid=18438/tid=18439] ppid=18424 vsize=812624 CPUtime=5.46
/proc/18438/task/18439/stat : 18439 (java) R 18424 18424 15907 0 -1 64 9230 0 1 0 541 5 0 0 25 0 9 0 1993457996 832126976 15131 996147200 134512640 134550740 4294955616 18446744073709551615 4126809764 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18438/tid=18440] ppid=18424 vsize=812624 CPUtime=0.18
/proc/18438/task/18440/stat : 18440 (java) S 18424 18424 15907 0 -1 64 5176 0 0 0 16 2 0 0 16 0 9 0 1993457997 832126976 15131 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18438/tid=18441] ppid=18424 vsize=812624 CPUtime=0
/proc/18438/task/18441/stat : 18441 (java) S 18424 18424 15907 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1993457998 832126976 15131 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18438/tid=18442] ppid=18424 vsize=812624 CPUtime=0
/proc/18438/task/18442/stat : 18442 (java) S 18424 18424 15907 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1993457998 832126976 15131 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18438/tid=18443] ppid=18424 vsize=812624 CPUtime=0
/proc/18438/task/18443/stat : 18443 (java) S 18424 18424 15907 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1993458000 832126976 15131 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18438/tid=18444] ppid=18424 vsize=812624 CPUtime=0.31
/proc/18438/task/18444/stat : 18444 (java) S 18424 18424 15907 0 -1 64 887 0 0 0 31 0 0 0 15 0 9 0 1993458000 832126976 15131 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18438/tid=18445] ppid=18424 vsize=812624 CPUtime=0
/proc/18438/task/18445/stat : 18445 (java) S 18424 18424 15907 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1993458000 832126976 15131 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18438/tid=18446] ppid=18424 vsize=812624 CPUtime=0
/proc/18438/task/18446/stat : 18446 (java) S 18424 18424 15907 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1993458000 832126976 15131 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6
Current children cumulated vsize (KiB) 860192

[startup+12.7027 s]
/proc/loadavg: 2.05 2.08 2.02 3/90 18446
/proc/meminfo: memFree=1509776/2055920 swapFree=4180052/4192956
[pid=18424] ppid=18422 vsize=47568 CPUtime=0.01
/proc/18424/stat : 18424 (galacE.sh) S 18422 18424 15907 0 -1 4194304 760 1695 6 2 0 0 0 1 18 0 1 0 1993457971 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 244670720858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18424/statm: 11892 365 246 79 0 219 0
[pid=18438] ppid=18424 vsize=812624 CPUtime=12.33
/proc/18438/stat : 18438 (java) S 18424 18424 15907 0 -1 0 18013 0 1 0 1222 11 0 0 18 0 9 0 1993457995 832126976 17151 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18438/statm: 203156 17151 2587 9 0 197190 0
[pid=18438/tid=18439] ppid=18424 vsize=812624 CPUtime=11.79
/proc/18438/task/18439/stat : 18439 (java) R 18424 18424 15907 0 -1 64 11246 0 1 0 1172 7 0 0 25 0 9 0 1993457996 832126976 17151 996147200 134512640 134550740 4294955616 18446744073709551615 4125952098 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18438/tid=18440] ppid=18424 vsize=812624 CPUtime=0.18
/proc/18438/task/18440/stat : 18440 (java) S 18424 18424 15907 0 -1 64 5176 0 0 0 16 2 0 0 16 0 9 0 1993457997 832126976 17151 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18438/tid=18441] ppid=18424 vsize=812624 CPUtime=0
/proc/18438/task/18441/stat : 18441 (java) S 18424 18424 15907 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1993457998 832126976 17151 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18438/tid=18442] ppid=18424 vsize=812624 CPUtime=0
/proc/18438/task/18442/stat : 18442 (java) S 18424 18424 15907 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1993457998 832126976 17151 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18438/tid=18443] ppid=18424 vsize=812624 CPUtime=0
/proc/18438/task/18443/stat : 18443 (java) S 18424 18424 15907 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1993458000 832126976 17151 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18438/tid=18444] ppid=18424 vsize=812624 CPUtime=0.32
/proc/18438/task/18444/stat : 18444 (java) S 18424 18424 15907 0 -1 64 892 0 0 0 32 0 0 0 16 0 9 0 1993458000 832126976 17151 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18438/tid=18445] ppid=18424 vsize=812624 CPUtime=0
/proc/18438/task/18445/stat : 18445 (java) S 18424 18424 15907 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1993458000 832126976 17151 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18438/tid=18446] ppid=18424 vsize=812624 CPUtime=0
/proc/18438/task/18446/stat : 18446 (java) S 18424 18424 15907 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1993458000 832126976 17151 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.34
Current children cumulated vsize (KiB) 860192

[startup+25.502 s]
/proc/loadavg: 2.04 2.07 2.02 3/90 18446
/proc/meminfo: memFree=1493584/2055920 swapFree=4180052/4192956
[pid=18424] ppid=18422 vsize=47568 CPUtime=0.01
/proc/18424/stat : 18424 (galacE.sh) S 18422 18424 15907 0 -1 4194304 760 1695 6 2 0 0 0 1 18 0 1 0 1993457971 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 244670720858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18424/statm: 11892 365 246 79 0 219 0
[pid=18438] ppid=18424 vsize=812624 CPUtime=25.01
/proc/18438/stat : 18438 (java) S 18424 18424 15907 0 -1 0 21593 0 1 0 2487 14 0 0 18 0 9 0 1993457995 832126976 20730 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18438/statm: 203156 20730 2591 9 0 197190 0
[pid=18438/tid=18439] ppid=18424 vsize=812624 CPUtime=24.46
/proc/18438/task/18439/stat : 18439 (java) R 18424 18424 15907 0 -1 64 14593 0 1 0 2436 10 0 0 25 0 9 0 1993457996 832126976 20730 996147200 134512640 134550740 4294955616 18446744073709551615 4126416272 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18438/tid=18440] ppid=18424 vsize=812624 CPUtime=0.2
/proc/18438/task/18440/stat : 18440 (java) S 18424 18424 15907 0 -1 64 5409 0 0 0 18 2 0 0 16 0 9 0 1993457997 832126976 20730 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18438/tid=18441] ppid=18424 vsize=812624 CPUtime=0
/proc/18438/task/18441/stat : 18441 (java) S 18424 18424 15907 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1993457998 832126976 20730 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18438/tid=18442] ppid=18424 vsize=812624 CPUtime=0
/proc/18438/task/18442/stat : 18442 (java) S 18424 18424 15907 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1993457998 832126976 20730 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18438/tid=18443] ppid=18424 vsize=812624 CPUtime=0
/proc/18438/task/18443/stat : 18443 (java) S 18424 18424 15907 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1993458000 832126976 20730 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18438/tid=18444] ppid=18424 vsize=812624 CPUtime=0.32
/proc/18438/task/18444/stat : 18444 (java) S 18424 18424 15907 0 -1 64 892 0 0 0 32 0 0 0 16 0 9 0 1993458000 832126976 20730 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18438/tid=18445] ppid=18424 vsize=812624 CPUtime=0
/proc/18438/task/18445/stat : 18445 (java) S 18424 18424 15907 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1993458000 832126976 20730 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18438/tid=18446] ppid=18424 vsize=812624 CPUtime=0
/proc/18438/task/18446/stat : 18446 (java) S 18424 18424 15907 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1993458000 832126976 20730 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.02
Current children cumulated vsize (KiB) 860192

[startup+51.1027 s]
/proc/loadavg: 2.03 2.07 2.01 3/90 18446
/proc/meminfo: memFree=1491792/2055920 swapFree=4180052/4192956
[pid=18424] ppid=18422 vsize=47568 CPUtime=0.01

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

[pid=18448] ppid=18424 vsize=812560 CPUtime=224.29
/proc/18448/stat : 18448 (java) S 18424 18424 15907 0 -1 0 19509 0 1 0 22407 22 0 0 18 0 9 0 1993501878 832061440 18912 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18448/statm: 203140 18912 1869 9 0 197174 0
[pid=18448/tid=18449] ppid=18424 vsize=812560 CPUtime=223.77
/proc/18448/task/18449/stat : 18449 (java) R 18424 18424 15907 0 -1 64 14406 0 1 0 22358 19 0 0 25 0 9 0 1993501880 832061440 18912 996147200 134512640 134550740 4294955616 18446744073709551615 4126619618 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=18448/tid=18450] ppid=18424 vsize=812560 CPUtime=0.2
/proc/18448/task/18450/stat : 18450 (java) S 18424 18424 15907 0 -1 64 3499 0 0 0 20 0 0 0 16 0 9 0 1993501881 832061440 18912 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 0 0 0 -1 1 0 0
[pid=18448/tid=18451] ppid=18424 vsize=812560 CPUtime=0
/proc/18448/task/18451/stat : 18451 (java) S 18424 18424 15907 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1993501882 832061440 18912 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=18448/tid=18452] ppid=18424 vsize=812560 CPUtime=0
/proc/18448/task/18452/stat : 18452 (java) S 18424 18424 15907 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1993501882 832061440 18912 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=18448/tid=18453] ppid=18424 vsize=812560 CPUtime=0
/proc/18448/task/18453/stat : 18453 (java) S 18424 18424 15907 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1993501884 832061440 18912 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=18448/tid=18454] ppid=18424 vsize=812560 CPUtime=0.29
/proc/18448/task/18454/stat : 18454 (java) S 18424 18424 15907 0 -1 64 887 0 0 0 28 1 0 0 16 0 9 0 1993501884 832061440 18912 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=18448/tid=18455] ppid=18424 vsize=812560 CPUtime=0
/proc/18448/task/18455/stat : 18455 (java) S 18424 18424 15907 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1993501884 832061440 18912 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=18448/tid=18456] ppid=18424 vsize=812560 CPUtime=0
/proc/18448/task/18456/stat : 18456 (java) S 18424 18424 15907 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1993501884 832061440 18912 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 658.92
Current children cumulated vsize (KiB) 860128

[startup+678.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/90 18456
/proc/meminfo: memFree=1450192/2055920 swapFree=4180052/4192956
[pid=18424] ppid=18422 vsize=47568 CPUtime=434.63
/proc/18424/stat : 18424 (galacE.sh) S 18422 18424 15907 0 -1 4194304 830 49696 6 3 0 0 43384 79 16 0 1 0 1993457971 48709632 366 996147200 4194304 4520092 548682068832 18446744073709551615 244671283282 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/18424/statm: 11892 366 246 79 0 219 0
[pid=18448] ppid=18424 vsize=812560 CPUtime=236.97
/proc/18448/stat : 18448 (java) S 18424 18424 15907 0 -1 0 19510 0 1 0 23675 22 0 0 18 0 9 0 1993501878 832061440 18913 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18448/statm: 203140 18913 1869 9 0 197174 0
[pid=18448/tid=18449] ppid=18424 vsize=812560 CPUtime=236.45
/proc/18448/task/18449/stat : 18449 (java) R 18424 18424 15907 0 -1 64 14406 0 1 0 23626 19 0 0 25 0 9 0 1993501880 832061440 18913 996147200 134512640 134550740 4294955616 18446744073709551615 4126979372 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=18448/tid=18450] ppid=18424 vsize=812560 CPUtime=0.2
/proc/18448/task/18450/stat : 18450 (java) S 18424 18424 15907 0 -1 64 3499 0 0 0 20 0 0 0 16 0 9 0 1993501881 832061440 18913 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 0 0 0 -1 1 0 0
[pid=18448/tid=18451] ppid=18424 vsize=812560 CPUtime=0
/proc/18448/task/18451/stat : 18451 (java) S 18424 18424 15907 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1993501882 832061440 18913 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=18448/tid=18452] ppid=18424 vsize=812560 CPUtime=0
/proc/18448/task/18452/stat : 18452 (java) S 18424 18424 15907 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1993501882 832061440 18913 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=18448/tid=18453] ppid=18424 vsize=812560 CPUtime=0
/proc/18448/task/18453/stat : 18453 (java) S 18424 18424 15907 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1993501884 832061440 18913 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=18448/tid=18454] ppid=18424 vsize=812560 CPUtime=0.29
/proc/18448/task/18454/stat : 18454 (java) S 18424 18424 15907 0 -1 64 888 0 0 0 28 1 0 0 16 0 9 0 1993501884 832061440 18913 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=18448/tid=18455] ppid=18424 vsize=812560 CPUtime=0
/proc/18448/task/18455/stat : 18455 (java) S 18424 18424 15907 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1993501884 832061440 18913 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=18448/tid=18456] ppid=18424 vsize=812560 CPUtime=0
/proc/18448/task/18456/stat : 18456 (java) S 18424 18424 15907 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1993501884 832061440 18913 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 671.6
Current children cumulated vsize (KiB) 860128

[startup+681.503 s]
/proc/loadavg: 2.08 2.02 2.01 3/90 18456
/proc/meminfo: memFree=1450192/2055920 swapFree=4180052/4192956
[pid=18424] ppid=18422 vsize=47568 CPUtime=434.63
/proc/18424/stat : 18424 (galacE.sh) S 18422 18424 15907 0 -1 4194304 830 49696 6 3 0 0 43384 79 16 0 1 0 1993457971 48709632 366 996147200 4194304 4520092 548682068832 18446744073709551615 244671283282 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/18424/statm: 11892 366 246 79 0 219 0
[pid=18448] ppid=18424 vsize=812560 CPUtime=240.14
/proc/18448/stat : 18448 (java) S 18424 18424 15907 0 -1 0 19510 0 1 0 23992 22 0 0 18 0 9 0 1993501878 832061440 18913 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18448/statm: 203140 18913 1869 9 0 197174 0
[pid=18448/tid=18449] ppid=18424 vsize=812560 CPUtime=239.62
/proc/18448/task/18449/stat : 18449 (java) R 18424 18424 15907 0 -1 64 14406 0 1 0 23943 19 0 0 25 0 9 0 1993501880 832061440 18913 996147200 134512640 134550740 4294955616 18446744073709551615 4126443291 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=18448/tid=18450] ppid=18424 vsize=812560 CPUtime=0.2
/proc/18448/task/18450/stat : 18450 (java) S 18424 18424 15907 0 -1 64 3499 0 0 0 20 0 0 0 16 0 9 0 1993501881 832061440 18913 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 0 0 0 -1 1 0 0
[pid=18448/tid=18451] ppid=18424 vsize=812560 CPUtime=0
/proc/18448/task/18451/stat : 18451 (java) S 18424 18424 15907 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1993501882 832061440 18913 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=18448/tid=18452] ppid=18424 vsize=812560 CPUtime=0
/proc/18448/task/18452/stat : 18452 (java) S 18424 18424 15907 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1993501882 832061440 18913 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=18448/tid=18453] ppid=18424 vsize=812560 CPUtime=0
/proc/18448/task/18453/stat : 18453 (java) S 18424 18424 15907 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1993501884 832061440 18913 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=18448/tid=18454] ppid=18424 vsize=812560 CPUtime=0.29
/proc/18448/task/18454/stat : 18454 (java) S 18424 18424 15907 0 -1 64 888 0 0 0 28 1 0 0 16 0 9 0 1993501884 832061440 18913 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=18448/tid=18455] ppid=18424 vsize=812560 CPUtime=0
/proc/18448/task/18455/stat : 18455 (java) S 18424 18424 15907 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1993501884 832061440 18913 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=18448/tid=18456] ppid=18424 vsize=812560 CPUtime=0
/proc/18448/task/18456/stat : 18456 (java) S 18424 18424 15907 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1993501884 832061440 18913 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 674.77
Current children cumulated vsize (KiB) 860128

[startup+683.108 s]
/proc/loadavg: 2.07 2.02 2.00 3/90 18456
/proc/meminfo: memFree=1450192/2055920 swapFree=4180052/4192956
[pid=18424] ppid=18422 vsize=47568 CPUtime=434.63
/proc/18424/stat : 18424 (galacE.sh) S 18422 18424 15907 0 -1 4194304 830 49696 6 3 0 0 43384 79 16 0 1 0 1993457971 48709632 366 996147200 4194304 4520092 548682068832 18446744073709551615 244671283282 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/18424/statm: 11892 366 246 79 0 219 0
[pid=18448] ppid=18424 vsize=812560 CPUtime=241.73
/proc/18448/stat : 18448 (java) S 18424 18424 15907 0 -1 0 19510 0 1 0 24151 22 0 0 18 0 9 0 1993501878 832061440 18913 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18448/statm: 203140 18913 1869 9 0 197174 0
[pid=18448/tid=18449] ppid=18424 vsize=812560 CPUtime=241.21
/proc/18448/task/18449/stat : 18449 (java) R 18424 18424 15907 0 -1 64 14406 0 1 0 24102 19 0 0 25 0 9 0 1993501880 832061440 18913 996147200 134512640 134550740 4294955616 18446744073709551615 4126979455 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=18448/tid=18450] ppid=18424 vsize=812560 CPUtime=0.2
/proc/18448/task/18450/stat : 18450 (java) S 18424 18424 15907 0 -1 64 3499 0 0 0 20 0 0 0 16 0 9 0 1993501881 832061440 18913 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 0 0 0 -1 1 0 0
[pid=18448/tid=18451] ppid=18424 vsize=812560 CPUtime=0
/proc/18448/task/18451/stat : 18451 (java) S 18424 18424 15907 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1993501882 832061440 18913 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=18448/tid=18452] ppid=18424 vsize=812560 CPUtime=0
/proc/18448/task/18452/stat : 18452 (java) S 18424 18424 15907 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1993501882 832061440 18913 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=18448/tid=18453] ppid=18424 vsize=812560 CPUtime=0
/proc/18448/task/18453/stat : 18453 (java) S 18424 18424 15907 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1993501884 832061440 18913 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=18448/tid=18454] ppid=18424 vsize=812560 CPUtime=0.29
/proc/18448/task/18454/stat : 18454 (java) S 18424 18424 15907 0 -1 64 888 0 0 0 28 1 0 0 16 0 9 0 1993501884 832061440 18913 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=18448/tid=18455] ppid=18424 vsize=812560 CPUtime=0
/proc/18448/task/18455/stat : 18455 (java) S 18424 18424 15907 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1993501884 832061440 18913 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=18448/tid=18456] ppid=18424 vsize=812560 CPUtime=0
/proc/18448/task/18456/stat : 18456 (java) S 18424 18424 15907 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1993501884 832061440 18913 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 676.36
Current children cumulated vsize (KiB) 860128

[startup+684.702 s]
/proc/loadavg: 2.07 2.02 2.00 3/90 18456
/proc/meminfo: memFree=1450192/2055920 swapFree=4180052/4192956
[pid=18424] ppid=18422 vsize=47568 CPUtime=434.63
/proc/18424/stat : 18424 (galacE.sh) S 18422 18424 15907 0 -1 4194304 830 49696 6 3 0 0 43384 79 16 0 1 0 1993457971 48709632 366 996147200 4194304 4520092 548682068832 18446744073709551615 244671283282 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/18424/statm: 11892 366 246 79 0 219 0
[pid=18448] ppid=18424 vsize=812560 CPUtime=243.31
/proc/18448/stat : 18448 (java) S 18424 18424 15907 0 -1 0 19510 0 1 0 24309 22 0 0 18 0 9 0 1993501878 832061440 18913 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18448/statm: 203140 18913 1869 9 0 197174 0
[pid=18448/tid=18449] ppid=18424 vsize=812560 CPUtime=242.78
/proc/18448/task/18449/stat : 18449 (java) R 18424 18424 15907 0 -1 64 14406 0 1 0 24259 19 0 0 25 0 9 0 1993501880 832061440 18913 996147200 134512640 134550740 4294955616 18446744073709551615 4126979428 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=18448/tid=18450] ppid=18424 vsize=812560 CPUtime=0.2
/proc/18448/task/18450/stat : 18450 (java) S 18424 18424 15907 0 -1 64 3499 0 0 0 20 0 0 0 16 0 9 0 1993501881 832061440 18913 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 0 0 0 -1 1 0 0
[pid=18448/tid=18451] ppid=18424 vsize=812560 CPUtime=0
/proc/18448/task/18451/stat : 18451 (java) S 18424 18424 15907 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1993501882 832061440 18913 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=18448/tid=18452] ppid=18424 vsize=812560 CPUtime=0
/proc/18448/task/18452/stat : 18452 (java) S 18424 18424 15907 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1993501882 832061440 18913 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=18448/tid=18453] ppid=18424 vsize=812560 CPUtime=0
/proc/18448/task/18453/stat : 18453 (java) S 18424 18424 15907 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1993501884 832061440 18913 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=18448/tid=18454] ppid=18424 vsize=812560 CPUtime=0.29
/proc/18448/task/18454/stat : 18454 (java) S 18424 18424 15907 0 -1 64 888 0 0 0 28 1 0 0 16 0 9 0 1993501884 832061440 18913 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=18448/tid=18455] ppid=18424 vsize=812560 CPUtime=0
/proc/18448/task/18455/stat : 18455 (java) S 18424 18424 15907 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1993501884 832061440 18913 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=18448/tid=18456] ppid=18424 vsize=812560 CPUtime=0
/proc/18448/task/18456/stat : 18456 (java) S 18424 18424 15907 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1993501884 832061440 18913 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 677.94
Current children cumulated vsize (KiB) 860128

[startup+685.101 s]
/proc/loadavg: 2.07 2.02 2.00 3/90 18456
/proc/meminfo: memFree=1450192/2055920 swapFree=4180052/4192956
[pid=18424] ppid=18422 vsize=47568 CPUtime=434.63
/proc/18424/stat : 18424 (galacE.sh) S 18422 18424 15907 0 -1 4194304 830 49696 6 3 0 0 43384 79 16 0 1 0 1993457971 48709632 366 996147200 4194304 4520092 548682068832 18446744073709551615 244671283282 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/18424/statm: 11892 366 246 79 0 219 0
[pid=18448] ppid=18424 vsize=812560 CPUtime=243.71
/proc/18448/stat : 18448 (java) S 18424 18424 15907 0 -1 0 19510 0 1 0 24349 22 0 0 18 0 9 0 1993501878 832061440 18913 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18448/statm: 203140 18913 1869 9 0 197174 0
[pid=18448/tid=18449] ppid=18424 vsize=812560 CPUtime=243.18
/proc/18448/task/18449/stat : 18449 (java) R 18424 18424 15907 0 -1 64 14406 0 1 0 24299 19 0 0 25 0 9 0 1993501880 832061440 18913 996147200 134512640 134550740 4294955616 18446744073709551615 4126979413 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=18448/tid=18450] ppid=18424 vsize=812560 CPUtime=0.2
/proc/18448/task/18450/stat : 18450 (java) S 18424 18424 15907 0 -1 64 3499 0 0 0 20 0 0 0 16 0 9 0 1993501881 832061440 18913 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 0 0 0 -1 1 0 0
[pid=18448/tid=18451] ppid=18424 vsize=812560 CPUtime=0
/proc/18448/task/18451/stat : 18451 (java) S 18424 18424 15907 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1993501882 832061440 18913 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=18448/tid=18452] ppid=18424 vsize=812560 CPUtime=0
/proc/18448/task/18452/stat : 18452 (java) S 18424 18424 15907 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1993501882 832061440 18913 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=18448/tid=18453] ppid=18424 vsize=812560 CPUtime=0
/proc/18448/task/18453/stat : 18453 (java) S 18424 18424 15907 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1993501884 832061440 18913 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=18448/tid=18454] ppid=18424 vsize=812560 CPUtime=0.29
/proc/18448/task/18454/stat : 18454 (java) S 18424 18424 15907 0 -1 64 888 0 0 0 28 1 0 0 16 0 9 0 1993501884 832061440 18913 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=18448/tid=18455] ppid=18424 vsize=812560 CPUtime=0
/proc/18448/task/18455/stat : 18455 (java) S 18424 18424 15907 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1993501884 832061440 18913 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=18448/tid=18456] ppid=18424 vsize=812560 CPUtime=0
/proc/18448/task/18456/stat : 18456 (java) S 18424 18424 15907 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1993501884 832061440 18913 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 678.34
Current children cumulated vsize (KiB) 860128

[startup+685.306 s]
/proc/loadavg: 2.07 2.02 2.00 3/90 18456
/proc/meminfo: memFree=1450192/2055920 swapFree=4180052/4192956
[pid=18424] ppid=18422 vsize=47568 CPUtime=678.49
/proc/18424/stat : 18424 (galacE.sh) S 18422 18424 15907 0 -1 4194304 870 69236 6 4 0 1 67746 102 19 0 1 0 1993457971 48709632 366 996147200 4194304 4520092 548682068832 18446744073709551615 244670720858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18424/statm: 11892 366 246 79 0 219 0
Current children cumulated CPU time (s) 678.49
Current children cumulated vsize (KiB) 47568

Child status: 0
Real time (s): 685.321
CPU time (s): 678.531
CPU user time (s): 677.465
CPU system time (s): 1.06584
CPU usage (%): 99.0093
Max. virtual memory (cumulated for all children) (KiB): 860432

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 677.465
system time used= 1.06584
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 70262
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= 17694
involuntary context switches= 38334

runsolver used 1.03984 second user time and 2.09268 second system time

The end

Launcher Data (download as text)

Begin job on node7 at 2008-07-04 06:13:48
IDJOB=1064930
IDBENCH=55009
IDSOLVER=351
FILE ID=node7/1064930-1215144827
PBS_JOBID= 7877219
Free space on /tmp= 66540 MiB

SOLVER NAME= galac E
BENCH NAME= CPAI08/csp/pseudo/uclid/normalized-ooo-burch-dill-8-accl.xml
COMMAND LINE= HOME/galacE.sh BENCHNAME 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1064930-1215144827/watcher-1064930-1215144827 -o /tmp/evaluation-result-1064930-1215144827/solver-1064930-1215144827 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/galacE.sh HOME/instance-1064930-1215144827.xml 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= a836148987a747fe0e78f1f820e1fc6b
RANDOM SEED=112344747

node7.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.236
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.236
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:       1568640 kB
Buffers:         13892 kB
Cached:         141576 kB
SwapCached:       6984 kB
Active:         372424 kB
Inactive:        48260 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1568640 kB
SwapTotal:     4192956 kB
SwapFree:      4180052 kB
Dirty:           12404 kB
Writeback:           0 kB
Mapped:         281604 kB
Slab:            51368 kB
Committed_AS:  4185888 kB
PageTables:       2364 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= 66536 MiB
End job on node7 at 2008-07-04 06:25:13