Trace number 1087751

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 179.881 181.32

General information on the benchmark

Namecsp/rlfapGraphs/
normalized-graph7.xml
MD5SUMd5ac1af3e5506a5d58ff2a1c5fb2e32e
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.12398
Satisfiable
(Un)Satisfiability was proved
Number of variables400
Number of constraints2170
Maximum constraint arity2
Maximum domain size44
Number of constraints which are defined in extension0
Number of constraints which are defined in intension2170
Global constraints used (with number of constraints)

Solver Data (download as text)

0.01/0.34	c --- Preproc Stats ---
152.51/153.87	c start processing
152.51/153.87	c start relation processing
153.01/154.33	c start cnf exporting
178.18/179.69	c parsing time : 153.438
178.18/179.69	c preprocessing time : 179.264
178.18/179.70	
178.18/179.70	c Nary constraints - conflicts : 0 supports : 0
178.18/179.70	c Binary constraints - conflicts : 1414 supports :756
178.18/179.70	c max arity constraint : 2
178.18/179.70	c Max Tuples generated 1936
178.18/179.70	c relations : 1545
178.18/179.70	c relations BDD: 0
178.18/179.70	c sampling 0/0
178.18/179.70	c vars : 14661 - clauses :  899430
178.18/179.70	
178.28/179.73	 
178.28/179.73	c --- SAT Solver Stats ---
178.28/179.73	 
178.28/179.73	c eSAT 0.1 : minisat core with additionnal features
178.28/179.73	c ============================[ Problem Statistics ]=============================
178.28/179.73	c |                                                                             |
178.28/179.74	c |  Number of variables:  14660                                                |
178.28/179.74	c |  Number of clauses:    899430                                               |
178.31/180.18	c |  Parsing time:         0.39         s                                       |
178.31/180.18	c Solved by unit propagation
178.31/180.18	s UNSATISFIABLE
179.75/181.29	java.io.FileNotFoundException: HOME/instance-1087751-1215245519.xml.cnf.res (No such file or directory)
179.75/181.29		at java.io.FileInputStream.open(Native Method)
179.75/181.29		at java.io.FileInputStream.(Unknown Source)
179.75/181.29		at java.util.Scanner.(Unknown Source)
179.75/181.29		at base.SatSolToCSPSol.toCSPSolution(SatSolToCSPSol.java:73)
179.75/181.29		at base.SatSolToCSPSol.main(SatSolToCSPSol.java:179)
179.84/181.30	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-1087751-1215245519/watcher-1087751-1215245519 -o /tmp/evaluation-result-1087751-1215245519/solver-1087751-1215245519 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacE.sh HOME/instance-1087751-1215245519.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.94 2.10 2.17 4/81 17503
/proc/meminfo: memFree=1744008/2055920 swapFree=4179968/4192956
[pid=17503] ppid=17501 vsize=18572 CPUtime=0
/proc/17503/stat : 17503 (runsolver) D 17501 17503 17174 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 2003526755 19017728 292 996147200 4194304 4296836 548682068496 18446744073709551615 262910045479 0 0 4096 24578 18446744071563608240 0 0 17 1 0 0
/proc/17503/statm: 4643 292 257 25 0 2626 0

[startup+0.0977921 s]
/proc/loadavg: 1.94 2.10 2.17 4/81 17503
/proc/meminfo: memFree=1744008/2055920 swapFree=4179968/4192956
[pid=17503] ppid=17501 vsize=8652 CPUtime=0
/proc/17503/stat : 17503 (galacE.sh) S 17501 17503 17174 0 -1 4194304 342 0 4 0 0 0 0 0 17 0 1 0 2003526755 8859648 280 996147200 4194304 4520092 548682068832 18446744073709551615 262909651802 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/17503/statm: 2163 280 208 79 0 156 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8652

[startup+0.101789 s]
/proc/loadavg: 1.94 2.10 2.17 4/81 17503
/proc/meminfo: memFree=1744008/2055920 swapFree=4179968/4192956
[pid=17503] ppid=17501 vsize=8652 CPUtime=0
/proc/17503/stat : 17503 (galacE.sh) S 17501 17503 17174 0 -1 4194304 342 0 4 0 0 0 0 0 17 0 1 0 2003526755 8859648 280 996147200 4194304 4520092 548682068832 18446744073709551615 262909651802 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/17503/statm: 2163 280 208 79 0 156 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8652

[startup+0.301815 s]
/proc/loadavg: 1.94 2.10 2.17 4/81 17503
/proc/meminfo: memFree=1744008/2055920 swapFree=4179968/4192956
[pid=17503] ppid=17501 vsize=47500 CPUtime=0.01
/proc/17503/stat : 17503 (galacE.sh) D 17501 17503 17174 0 -1 4194304 732 1697 5 0 0 0 0 1 18 0 1 0 2003526755 48640000 358 996147200 4194304 4520092 548682068832 18446744073709551615 262910214226 0 2 4096 73728 18446744071563479169 0 0 17 1 0 0
/proc/17503/statm: 11875 358 245 79 0 201 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47500

[startup+0.701867 s]
/proc/loadavg: 1.94 2.10 2.17 4/81 17503
/proc/meminfo: memFree=1744008/2055920 swapFree=4179968/4192956
[pid=17503] ppid=17501 vsize=47572 CPUtime=0.01
/proc/17503/stat : 17503 (galacE.sh) S 17501 17503 17174 0 -1 4194304 760 1697 5 0 0 0 0 1 18 0 1 0 2003526755 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 262909651802 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/17503/statm: 11893 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47572

[startup+1.50296 s]
/proc/loadavg: 1.94 2.10 2.17 4/91 17525
/proc/meminfo: memFree=1716728/2055920 swapFree=4179968/4192956
[pid=17503] ppid=17501 vsize=47572 CPUtime=0.01
/proc/17503/stat : 17503 (galacE.sh) S 17501 17503 17174 0 -1 4194304 760 1697 5 0 0 0 0 1 18 0 1 0 2003526755 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 262909651802 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/17503/statm: 11893 364 245 79 0 219 0
[pid=17517] ppid=17503 vsize=812732 CPUtime=1.13
/proc/17517/stat : 17517 (java) S 17503 17503 17174 0 -1 0 13356 0 1 0 106 7 0 0 18 0 9 0 2003526789 832237568 12574 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17517/statm: 203183 12574 2582 9 0 197164 0
[pid=17517/tid=17518] ppid=17503 vsize=812732 CPUtime=0.69
/proc/17517/task/17518/stat : 17518 (java) R 17503 17503 17174 0 -1 64 7451 0 1 0 64 5 0 0 18 0 9 0 2003526790 832237568 12574 996147200 134512640 134550740 4294955600 18446744073709551615 4125960196 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17517/tid=17519] ppid=17503 vsize=812732 CPUtime=0.3
/proc/17517/task/17519/stat : 17519 (java) S 17503 17503 17174 0 -1 64 4462 0 0 0 29 1 0 0 17 0 9 0 2003526792 832237568 12574 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17517/tid=17520] ppid=17503 vsize=812732 CPUtime=0
/proc/17517/task/17520/stat : 17520 (java) S 17503 17503 17174 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2003526792 832237568 12574 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17517/tid=17521] ppid=17503 vsize=812732 CPUtime=0
/proc/17517/task/17521/stat : 17521 (java) S 17503 17503 17174 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2003526792 832237568 12574 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17517/tid=17522] ppid=17503 vsize=812732 CPUtime=0
/proc/17517/task/17522/stat : 17522 (java) S 17503 17503 17174 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2003526794 832237568 12574 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17517/tid=17523] ppid=17503 vsize=812732 CPUtime=0.12
/proc/17517/task/17523/stat : 17523 (java) R 17503 17503 17174 0 -1 64 743 0 0 0 12 0 0 0 19 0 9 0 2003526794 832237568 12574 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17517/tid=17524] ppid=17503 vsize=812732 CPUtime=0
/proc/17517/task/17524/stat : 17524 (java) S 17503 17503 17174 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2003526794 832237568 12574 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17517/tid=17525] ppid=17503 vsize=812732 CPUtime=0
/proc/17517/task/17525/stat : 17525 (java) S 17503 17503 17174 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2003526794 832237568 12574 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.14
Current children cumulated vsize (KiB) 860304

[startup+3.10215 s]
/proc/loadavg: 2.02 2.11 2.18 3/91 17525
/proc/meminfo: memFree=1701368/2055920 swapFree=4179968/4192956
[pid=17503] ppid=17501 vsize=47572 CPUtime=0.01
/proc/17503/stat : 17503 (galacE.sh) S 17501 17503 17174 0 -1 4194304 760 1697 5 0 0 0 0 1 18 0 1 0 2003526755 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 262909651802 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/17503/statm: 11893 364 245 79 0 219 0
[pid=17517] ppid=17503 vsize=812732 CPUtime=2.72
/proc/17517/stat : 17517 (java) S 17503 17503 17174 0 -1 0 13742 0 1 0 264 8 0 0 18 0 9 0 2003526789 832237568 12903 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17517/statm: 203183 12903 2585 9 0 197164 0
[pid=17517/tid=17518] ppid=17503 vsize=812732 CPUtime=0.8
/proc/17517/task/17518/stat : 17518 (java) S 17503 17503 17174 0 -1 64 7518 0 1 0 75 5 0 0 16 0 9 0 2003526790 832237568 12903 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17517/tid=17519] ppid=17503 vsize=812732 CPUtime=1.72
/proc/17517/task/17519/stat : 17519 (java) R 17503 17503 17174 0 -1 64 4745 0 0 0 171 1 0 0 25 0 9 0 2003526792 832237568 12903 996147200 134512640 134550740 4294955600 18446744073709551615 102721922 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17517/tid=17520] ppid=17503 vsize=812732 CPUtime=0
/proc/17517/task/17520/stat : 17520 (java) S 17503 17503 17174 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2003526792 832237568 12903 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17517/tid=17521] ppid=17503 vsize=812732 CPUtime=0
/proc/17517/task/17521/stat : 17521 (java) S 17503 17503 17174 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2003526792 832237568 12903 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17517/tid=17522] ppid=17503 vsize=812732 CPUtime=0
/proc/17517/task/17522/stat : 17522 (java) S 17503 17503 17174 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2003526794 832237568 12903 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17517/tid=17523] ppid=17503 vsize=812732 CPUtime=0.17
/proc/17517/task/17523/stat : 17523 (java) S 17503 17503 17174 0 -1 64 779 0 0 0 17 0 0 0 15 0 9 0 2003526794 832237568 12903 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17517/tid=17524] ppid=17503 vsize=812732 CPUtime=0
/proc/17517/task/17524/stat : 17524 (java) S 17503 17503 17174 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2003526794 832237568 12903 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17517/tid=17525] ppid=17503 vsize=812732 CPUtime=0
/proc/17517/task/17525/stat : 17525 (java) S 17503 17503 17174 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2003526794 832237568 12903 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.73
Current children cumulated vsize (KiB) 860304

[startup+6.30152 s]
/proc/loadavg: 2.02 2.11 2.18 2/80 17528
/proc/meminfo: memFree=1885280/2055920 swapFree=4179968/4192956
[pid=17503] ppid=17501 vsize=47572 CPUtime=0.01
/proc/17503/stat : 17503 (galacE.sh) S 17501 17503 17174 0 -1 4194304 760 1697 5 0 0 0 0 1 18 0 1 0 2003526755 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 262909651802 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/17503/statm: 11893 364 245 79 0 219 0
[pid=17517] ppid=17503 vsize=812812 CPUtime=5.89
/proc/17517/stat : 17517 (java) S 17503 17503 17174 0 -1 0 15140 0 1 0 579 10 0 0 18 0 9 0 2003526789 832319488 13368 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17517/statm: 203203 13368 2585 9 0 197184 0
[pid=17517/tid=17518] ppid=17503 vsize=812812 CPUtime=0.91
/proc/17517/task/17518/stat : 17518 (java) S 17503 17503 17174 0 -1 64 7594 0 1 0 86 5 0 0 16 0 9 0 2003526790 832319488 13368 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17517/tid=17519] ppid=17503 vsize=812812 CPUtime=4.75
/proc/17517/task/17519/stat : 17519 (java) R 17503 17503 17174 0 -1 64 6049 0 0 0 472 3 0 0 16 0 9 0 2003526792 832319488 13368 996147200 134512640 134550740 4294955600 18446744073709551615 103736177 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17517/tid=17520] ppid=17503 vsize=812812 CPUtime=0
/proc/17517/task/17520/stat : 17520 (java) S 17503 17503 17174 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2003526792 832319488 13368 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17517/tid=17521] ppid=17503 vsize=812812 CPUtime=0
/proc/17517/task/17521/stat : 17521 (java) S 17503 17503 17174 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2003526792 832319488 13368 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17517/tid=17522] ppid=17503 vsize=812812 CPUtime=0
/proc/17517/task/17522/stat : 17522 (java) S 17503 17503 17174 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2003526794 832319488 13368 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17517/tid=17523] ppid=17503 vsize=812812 CPUtime=0.2
/proc/17517/task/17523/stat : 17523 (java) S 17503 17503 17174 0 -1 64 797 0 0 0 20 0 0 0 16 0 9 0 2003526794 832319488 13368 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17517/tid=17524] ppid=17503 vsize=812812 CPUtime=0
/proc/17517/task/17524/stat : 17524 (java) S 17503 17503 17174 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2003526794 832319488 13368 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17517/tid=17525] ppid=17503 vsize=812812 CPUtime=0
/proc/17517/task/17525/stat : 17525 (java) S 17503 17503 17174 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2003526794 832319488 13368 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 5.9
Current children cumulated vsize (KiB) 860384

[startup+12.7023 s]
/proc/loadavg: 1.95 2.09 2.17 3/90 17591
/proc/meminfo: memFree=1811160/2055920 swapFree=4179968/4192956
[pid=17503] ppid=17501 vsize=47572 CPUtime=0.01
/proc/17503/stat : 17503 (galacE.sh) S 17501 17503 17174 0 -1 4194304 760 1697 5 0 0 0 0 1 18 0 1 0 2003526755 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 262909651802 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/17503/statm: 11893 364 245 79 0 219 0
[pid=17517] ppid=17503 vsize=812812 CPUtime=12.28
/proc/17517/stat : 17517 (java) S 17503 17503 17174 0 -1 0 16045 0 1 0 1217 11 0 0 18 0 9 0 2003526789 832319488 14135 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17517/statm: 203203 14135 2585 9 0 197184 0
[pid=17517/tid=17518] ppid=17503 vsize=812812 CPUtime=1.13
/proc/17517/task/17518/stat : 17518 (java) S 17503 17503 17174 0 -1 64 7726 0 1 0 108 5 0 0 15 0 9 0 2003526790 832319488 14135 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17517/tid=17519] ppid=17503 vsize=812812 CPUtime=10.9
/proc/17517/task/17519/stat : 17519 (java) R 17503 17503 17174 0 -1 64 6793 0 0 0 1085 5 0 0 25 0 9 0 2003526792 832319488 14135 996147200 134512640 134550740 4294955600 18446744073709551615 103828996 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17517/tid=17520] ppid=17503 vsize=812812 CPUtime=0
/proc/17517/task/17520/stat : 17520 (java) S 17503 17503 17174 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2003526792 832319488 14135 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17517/tid=17521] ppid=17503 vsize=812812 CPUtime=0
/proc/17517/task/17521/stat : 17521 (java) S 17503 17503 17174 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2003526792 832319488 14135 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17517/tid=17522] ppid=17503 vsize=812812 CPUtime=0
/proc/17517/task/17522/stat : 17522 (java) S 17503 17503 17174 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2003526794 832319488 14135 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17517/tid=17523] ppid=17503 vsize=812812 CPUtime=0.23
/proc/17517/task/17523/stat : 17523 (java) S 17503 17503 17174 0 -1 64 826 0 0 0 23 0 0 0 16 0 9 0 2003526794 832319488 14135 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17517/tid=17524] ppid=17503 vsize=812812 CPUtime=0
/proc/17517/task/17524/stat : 17524 (java) S 17503 17503 17174 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2003526794 832319488 14135 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17517/tid=17525] ppid=17503 vsize=812812 CPUtime=0
/proc/17517/task/17525/stat : 17525 (java) S 17503 17503 17174 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2003526794 832319488 14135 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.29
Current children cumulated vsize (KiB) 860384

[startup+25.5018 s]
/proc/loadavg: 1.95 2.09 2.17 3/90 17591
/proc/meminfo: memFree=1802976/2055920 swapFree=4179968/4192956
[pid=17503] ppid=17501 vsize=47572 CPUtime=0.01
/proc/17503/stat : 17503 (galacE.sh) S 17501 17503 17174 0 -1 4194304 760 1697 5 0 0 0 0 1 18 0 1 0 2003526755 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 262909651802 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/17503/statm: 11893 364 245 79 0 219 0
[pid=17517] ppid=17503 vsize=812812 CPUtime=25.08
/proc/17517/stat : 17517 (java) S 17503 17503 17174 0 -1 0 17397 0 1 0 2494 14 0 0 18 0 9 0 2003526789 832319488 15267 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17517/statm: 203203 15267 2585 9 0 197184 0
[pid=17517/tid=17518] ppid=17503 vsize=812812 CPUtime=1.56
/proc/17517/task/17518/stat : 17518 (java) S 17503 17503 17174 0 -1 64 7946 0 1 0 150 6 0 0 15 0 9 0 2003526790 832319488 15267 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17517/tid=17519] ppid=17503 vsize=812812 CPUtime=23.24
/proc/17517/task/17519/stat : 17519 (java) R 17503 17503 17174 0 -1 64 7914 0 0 0 2318 6 0 0 25 0 9 0 2003526792 832319488 15267 996147200 134512640 134550740 4294955600 18446744073709551615 102496043 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17517/tid=17520] ppid=17503 vsize=812812 CPUtime=0
/proc/17517/task/17520/stat : 17520 (java) S 17503 17503 17174 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2003526792 832319488 15267 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17517/tid=17521] ppid=17503 vsize=812812 CPUtime=0
/proc/17517/task/17521/stat : 17521 (java) S 17503 17503 17174 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2003526792 832319488 15267 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17517/tid=17522] ppid=17503 vsize=812812 CPUtime=0
/proc/17517/task/17522/stat : 17522 (java) S 17503 17503 17174 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2003526794 832319488 15267 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17517/tid=17523] ppid=17503 vsize=812812 CPUtime=0.25
/proc/17517/task/17523/stat : 17523 (java) S 17503 17503 17174 0 -1 64 837 0 0 0 25 0 0 0 15 0 9 0 2003526794 832319488 15267 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17517/tid=17524] ppid=17503 vsize=812812 CPUtime=0
/proc/17517/task/17524/stat : 17524 (java) S 17503 17503 17174 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2003526794 832319488 15267 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17517/tid=17525] ppid=17503 vsize=812812 CPUtime=0
/proc/17517/task/17525/stat : 17525 (java) S 17503 17503 17174 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2003526794 832319488 15267 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.09
Current children cumulated vsize (KiB) 860384

[startup+51.1018 s]
/proc/loadavg: 2.09 2.11 2.17 5/92 17745
/proc/meminfo: memFree=1838784/2055920 swapFree=4179968/4192956
[pid=17503] ppid=17501 vsize=47572 CPUtime=0.01

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

Current children cumulated CPU time (s) 164.95
Current children cumulated vsize (KiB) 860384

[startup+172.707 s]
/proc/loadavg: 2.23 2.16 2.18 3/83 18061
/proc/meminfo: memFree=1661640/2055920 swapFree=4179968/4192956
[pid=17503] ppid=17501 vsize=47572 CPUtime=0.01
/proc/17503/stat : 17503 (galacE.sh) S 17501 17503 17174 0 -1 4194304 760 1697 5 0 0 0 0 1 18 0 1 0 2003526755 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 262909651802 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/17503/statm: 11893 364 245 79 0 219 0
[pid=17517] ppid=17503 vsize=812812 CPUtime=171.31
/proc/17517/stat : 17517 (java) S 17503 17503 17174 0 -1 0 34915 0 1 0 17086 45 0 0 18 0 9 0 2003526789 832319488 31700 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17517/statm: 203203 31700 2591 9 0 197184 0
[pid=17517/tid=17518] ppid=17503 vsize=812812 CPUtime=27.02
/proc/17517/task/17518/stat : 17518 (java) R 17503 17503 17174 0 -1 64 16190 0 1 0 2683 19 0 0 25 0 9 0 2003526790 832319488 31700 996147200 134512640 134550740 4294955600 18446744073709551615 102064717 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17517/tid=17519] ppid=17503 vsize=812812 CPUtime=143.85
/proc/17517/task/17519/stat : 17519 (java) S 17503 17503 17174 0 -1 64 17089 0 0 0 14361 24 0 0 16 0 9 0 2003526792 832319488 31700 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17517/tid=17520] ppid=17503 vsize=812812 CPUtime=0
/proc/17517/task/17520/stat : 17520 (java) S 17503 17503 17174 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2003526792 832319488 31700 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17517/tid=17521] ppid=17503 vsize=812812 CPUtime=0
/proc/17517/task/17521/stat : 17521 (java) S 17503 17503 17174 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2003526792 832319488 31700 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17517/tid=17522] ppid=17503 vsize=812812 CPUtime=0
/proc/17517/task/17522/stat : 17522 (java) S 17503 17503 17174 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2003526794 832319488 31700 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17517/tid=17523] ppid=17503 vsize=812812 CPUtime=0.4
/proc/17517/task/17523/stat : 17523 (java) S 17503 17503 17174 0 -1 64 936 0 0 0 40 0 0 0 16 0 9 0 2003526794 832319488 31700 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17517/tid=17524] ppid=17503 vsize=812812 CPUtime=0
/proc/17517/task/17524/stat : 17524 (java) S 17503 17503 17174 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2003526794 832319488 31700 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17517/tid=17525] ppid=17503 vsize=812812 CPUtime=0
/proc/17517/task/17525/stat : 17525 (java) S 17503 17503 17174 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2003526794 832319488 31700 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 171.32
Current children cumulated vsize (KiB) 860384

[startup+175.902 s]
/proc/loadavg: 2.23 2.16 2.18 3/83 18061
/proc/meminfo: memFree=1659720/2055920 swapFree=4179968/4192956
[pid=17503] ppid=17501 vsize=47572 CPUtime=0.01
/proc/17503/stat : 17503 (galacE.sh) S 17501 17503 17174 0 -1 4194304 760 1697 5 0 0 0 0 1 18 0 1 0 2003526755 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 262909651802 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/17503/statm: 11893 364 245 79 0 219 0
[pid=17517] ppid=17503 vsize=812812 CPUtime=174.49
/proc/17517/stat : 17517 (java) S 17503 17503 17174 0 -1 0 34966 0 1 0 17403 46 0 0 18 0 9 0 2003526789 832319488 31746 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17517/statm: 203203 31746 2591 9 0 197184 0
[pid=17517/tid=17518] ppid=17503 vsize=812812 CPUtime=30.2
/proc/17517/task/17518/stat : 17518 (java) R 17503 17503 17174 0 -1 64 16195 0 1 0 2999 21 0 0 25 0 9 0 2003526790 832319488 31746 996147200 134512640 134550740 4294955600 18446744073709551615 4127377390 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17517/tid=17519] ppid=17503 vsize=812812 CPUtime=143.87
/proc/17517/task/17519/stat : 17519 (java) S 17503 17503 17174 0 -1 64 17135 0 0 0 14363 24 0 0 16 0 9 0 2003526792 832319488 31746 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17517/tid=17520] ppid=17503 vsize=812812 CPUtime=0
/proc/17517/task/17520/stat : 17520 (java) S 17503 17503 17174 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2003526792 832319488 31746 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17517/tid=17521] ppid=17503 vsize=812812 CPUtime=0
/proc/17517/task/17521/stat : 17521 (java) S 17503 17503 17174 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2003526792 832319488 31746 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17517/tid=17522] ppid=17503 vsize=812812 CPUtime=0
/proc/17517/task/17522/stat : 17522 (java) S 17503 17503 17174 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2003526794 832319488 31746 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17517/tid=17523] ppid=17503 vsize=812812 CPUtime=0.4
/proc/17517/task/17523/stat : 17523 (java) S 17503 17503 17174 0 -1 64 936 0 0 0 40 0 0 0 16 0 9 0 2003526794 832319488 31746 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17517/tid=17524] ppid=17503 vsize=812812 CPUtime=0
/proc/17517/task/17524/stat : 17524 (java) S 17503 17503 17174 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2003526794 832319488 31746 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17517/tid=17525] ppid=17503 vsize=812812 CPUtime=0
/proc/17517/task/17525/stat : 17525 (java) S 17503 17503 17174 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2003526794 832319488 31746 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 174.5
Current children cumulated vsize (KiB) 860384

[startup+179.102 s]
/proc/loadavg: 2.21 2.16 2.18 3/83 18061
/proc/meminfo: memFree=1658376/2055920 swapFree=4179968/4192956
[pid=17503] ppid=17501 vsize=47572 CPUtime=0.01
/proc/17503/stat : 17503 (galacE.sh) S 17501 17503 17174 0 -1 4194304 760 1697 5 0 0 0 0 1 18 0 1 0 2003526755 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 262909651802 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/17503/statm: 11893 364 245 79 0 219 0
[pid=17517] ppid=17503 vsize=812812 CPUtime=177.67
/proc/17517/stat : 17517 (java) S 17503 17503 17174 0 -1 0 35030 0 1 0 17720 47 0 0 18 0 9 0 2003526789 832319488 31804 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17517/statm: 203203 31804 2591 9 0 197184 0
[pid=17517/tid=17518] ppid=17503 vsize=812812 CPUtime=33.34
/proc/17517/task/17518/stat : 17518 (java) R 17503 17503 17174 0 -1 64 16201 0 1 0 3313 21 0 0 25 0 9 0 2003526790 832319488 31804 996147200 134512640 134550740 4294955600 18446744073709551615 4126544081 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17517/tid=17519] ppid=17503 vsize=812812 CPUtime=143.9
/proc/17517/task/17519/stat : 17519 (java) S 17503 17503 17174 0 -1 64 17193 0 0 0 14366 24 0 0 16 0 9 0 2003526792 832319488 31804 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17517/tid=17520] ppid=17503 vsize=812812 CPUtime=0
/proc/17517/task/17520/stat : 17520 (java) S 17503 17503 17174 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2003526792 832319488 31804 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17517/tid=17521] ppid=17503 vsize=812812 CPUtime=0
/proc/17517/task/17521/stat : 17521 (java) S 17503 17503 17174 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2003526792 832319488 31804 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17517/tid=17522] ppid=17503 vsize=812812 CPUtime=0
/proc/17517/task/17522/stat : 17522 (java) S 17503 17503 17174 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2003526794 832319488 31804 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17517/tid=17523] ppid=17503 vsize=812812 CPUtime=0.4
/proc/17517/task/17523/stat : 17523 (java) S 17503 17503 17174 0 -1 64 936 0 0 0 40 0 0 0 16 0 9 0 2003526794 832319488 31804 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17517/tid=17524] ppid=17503 vsize=812812 CPUtime=0
/proc/17517/task/17524/stat : 17524 (java) S 17503 17503 17174 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2003526794 832319488 31804 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17517/tid=17525] ppid=17503 vsize=812812 CPUtime=0
/proc/17517/task/17525/stat : 17525 (java) S 17503 17503 17174 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2003526794 832319488 31804 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 177.68
Current children cumulated vsize (KiB) 860384

[startup+180.702 s]
/proc/loadavg: 2.21 2.16 2.18 3/83 18071
/proc/meminfo: memFree=1768392/2055920 swapFree=4179968/4192956
[pid=17503] ppid=17501 vsize=47572 CPUtime=178.77
/proc/17503/stat : 17503 (galacE.sh) S 17501 17503 17174 0 -1 4194304 830 44587 5 1 0 0 17820 57 15 0 1 0 2003526755 48713728 365 996147200 4194304 4520092 548682068832 18446744073709551615 262910214226 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/17503/statm: 11893 365 245 79 0 219 0
[pid=18063] ppid=17503 vsize=812772 CPUtime=0.48
/proc/18063/stat : 18063 (java) S 17503 17503 17174 0 -1 0 5247 0 1 0 45 3 0 0 18 0 9 0 2003544774 832278528 4670 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18063/statm: 203193 4671 1853 9 0 197174 0
[pid=18063/tid=18064] ppid=17503 vsize=812772 CPUtime=0.35
/proc/18063/task/18064/stat : 18064 (java) R 17503 17503 17174 0 -1 64 3771 0 1 0 33 2 0 0 20 0 9 0 2003544775 832278528 4671 996147200 134512640 134550740 4294955616 18446744073709551615 103841040 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=18063/tid=18065] ppid=17503 vsize=812772 CPUtime=0
/proc/18063/task/18065/stat : 18065 (java) S 17503 17503 17174 0 -1 64 4 0 0 0 0 0 0 0 19 0 9 0 2003544776 832278528 4671 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 0 0 0 -1 1 0 0
[pid=18063/tid=18066] ppid=17503 vsize=812772 CPUtime=0
/proc/18063/task/18066/stat : 18066 (java) S 17503 17503 17174 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 2003544777 832278528 4671 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=18063/tid=18067] ppid=17503 vsize=812772 CPUtime=0
/proc/18063/task/18067/stat : 18067 (java) S 17503 17503 17174 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 2003544777 832278528 4671 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=18063/tid=18068] ppid=17503 vsize=812772 CPUtime=0
/proc/18063/task/18068/stat : 18068 (java) S 17503 17503 17174 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2003544780 832278528 4671 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=18063/tid=18069] ppid=17503 vsize=812772 CPUtime=0.11
/proc/18063/task/18069/stat : 18069 (java) R 17503 17503 17174 0 -1 64 764 0 0 0 11 0 0 0 20 0 9 0 2003544780 832278528 4671 996147200 134512640 134550740 4294955616 18446744073709551615 102015690 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=18063/tid=18070] ppid=17503 vsize=812772 CPUtime=0
/proc/18063/task/18070/stat : 18070 (java) S 17503 17503 17174 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2003544780 832278528 4671 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=18063/tid=18071] ppid=17503 vsize=812772 CPUtime=0
/proc/18063/task/18071/stat : 18071 (java) S 17503 17503 17174 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2003544780 832278528 4671 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 179.25
Current children cumulated vsize (KiB) 860344

[startup+181.102 s]
/proc/loadavg: 2.21 2.16 2.18 3/83 18071
/proc/meminfo: memFree=1768392/2055920 swapFree=4179968/4192956
[pid=17503] ppid=17501 vsize=47572 CPUtime=178.77
/proc/17503/stat : 17503 (galacE.sh) S 17501 17503 17174 0 -1 4194304 830 44587 5 1 0 0 17820 57 15 0 1 0 2003526755 48713728 365 996147200 4194304 4520092 548682068832 18446744073709551615 262910214226 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/17503/statm: 11893 365 245 79 0 219 0
[pid=18063] ppid=17503 vsize=812772 CPUtime=0.88
/proc/18063/stat : 18063 (java) S 17503 17503 17174 0 -1 0 6234 0 1 0 84 4 0 0 18 0 9 0 2003544774 832278528 5657 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18063/statm: 203193 5657 1856 9 0 197174 0
[pid=18063/tid=18064] ppid=17503 vsize=812772 CPUtime=0.59
/proc/18063/task/18064/stat : 18064 (java) R 17503 17503 17174 0 -1 64 4636 0 1 0 57 2 0 0 22 0 9 0 2003544775 832278528 5657 996147200 134512640 134550740 4294955616 18446744073709551615 4126799882 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=18063/tid=18065] ppid=17503 vsize=812772 CPUtime=0
/proc/18063/task/18065/stat : 18065 (java) S 17503 17503 17174 0 -1 64 4 0 0 0 0 0 0 0 19 0 9 0 2003544776 832278528 5657 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 0 0 0 -1 1 0 0
[pid=18063/tid=18066] ppid=17503 vsize=812772 CPUtime=0
/proc/18063/task/18066/stat : 18066 (java) S 17503 17503 17174 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 2003544777 832278528 5658 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=18063/tid=18067] ppid=17503 vsize=812772 CPUtime=0
/proc/18063/task/18067/stat : 18067 (java) S 17503 17503 17174 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 2003544777 832278528 5658 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=18063/tid=18068] ppid=17503 vsize=812772 CPUtime=0
/proc/18063/task/18068/stat : 18068 (java) S 17503 17503 17174 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2003544780 832278528 5658 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=18063/tid=18069] ppid=17503 vsize=812772 CPUtime=0.26
/proc/18063/task/18069/stat : 18069 (java) S 17503 17503 17174 0 -1 64 885 0 0 0 26 0 0 0 18 0 9 0 2003544780 832278528 5658 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=18063/tid=18070] ppid=17503 vsize=812772 CPUtime=0
/proc/18063/task/18070/stat : 18070 (java) S 17503 17503 17174 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2003544780 832278528 5659 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=18063/tid=18071] ppid=17503 vsize=812772 CPUtime=0
/proc/18063/task/18071/stat : 18071 (java) S 17503 17503 17174 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2003544780 832278528 5659 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 179.65
Current children cumulated vsize (KiB) 860344

[startup+181.302 s]
/proc/loadavg: 2.21 2.16 2.18 3/83 18071
/proc/meminfo: memFree=1768392/2055920 swapFree=4179968/4192956
[pid=17503] ppid=17501 vsize=47572 CPUtime=178.77
/proc/17503/stat : 17503 (galacE.sh) S 17501 17503 17174 0 -1 4194304 830 44587 5 1 0 0 17820 57 15 0 1 0 2003526755 48713728 365 996147200 4194304 4520092 548682068832 18446744073709551615 262910214226 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/17503/statm: 11893 365 245 79 0 219 0
[pid=18063] ppid=17503 vsize=812772 CPUtime=1.07
/proc/18063/stat : 18063 (java) S 17503 17503 17174 0 -1 0 7486 0 1 0 102 5 0 0 18 0 9 0 2003544774 832278528 6900 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18063/statm: 203193 6900 1861 9 0 197174 0
[pid=18063/tid=18064] ppid=17503 vsize=812772 CPUtime=0.77
/proc/18063/task/18064/stat : 18064 (java) S 17503 17503 17174 0 -1 64 5873 0 1 0 74 3 0 0 23 0 9 0 2003544775 832278528 6900 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=18063/tid=18065] ppid=17503 vsize=812772 CPUtime=0
/proc/18063/task/18065/stat : 18065 (java) S 17503 17503 17174 0 -1 64 5 0 0 0 0 0 0 0 17 0 9 0 2003544776 832278528 6900 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 0 0 0 -1 1 0 0
[pid=18063/tid=18066] ppid=17503 vsize=812772 CPUtime=0
/proc/18063/task/18066/stat : 18066 (java) S 17503 17503 17174 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 2003544777 832278528 6900 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=18063/tid=18067] ppid=17503 vsize=812772 CPUtime=0
/proc/18063/task/18067/stat : 18067 (java) S 17503 17503 17174 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 2003544777 832278528 6900 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=18063/tid=18068] ppid=17503 vsize=812772 CPUtime=0
/proc/18063/task/18068/stat : 18068 (java) S 17503 17503 17174 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2003544780 832278528 6900 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=18063/tid=18069] ppid=17503 vsize=812772 CPUtime=0.28
/proc/18063/task/18069/stat : 18069 (java) S 17503 17503 17174 0 -1 64 899 0 0 0 28 0 0 0 16 0 9 0 2003544780 832278528 6900 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=18063/tid=18070] ppid=17503 vsize=812772 CPUtime=0
/proc/18063/task/18070/stat : 18070 (java) S 17503 17503 17174 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2003544780 832278528 6900 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=18063/tid=18071] ppid=17503 vsize=812772 CPUtime=0
/proc/18063/task/18071/stat : 18071 (java) S 17503 17503 17174 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2003544780 832278528 6900 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 179.84
Current children cumulated vsize (KiB) 860344

Child status: 0
Real time (s): 181.32
CPU time (s): 179.881
CPU user time (s): 179.241
CPU system time (s): 0.639902
CPU usage (%): 99.2062
Max. virtual memory (cumulated for all children) (KiB): 860576

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 179.241
system time used= 0.639902
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 53104
page faults= 7
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 7968
involuntary context switches= 8859

runsolver used 0.224965 second user time and 0.641902 second system time

The end

Launcher Data (download as text)

Begin job on node11 at 2008-07-05 10:11:59
IDJOB=1087751
IDBENCH=58045
IDSOLVER=351
FILE ID=node11/1087751-1215245519
PBS_JOBID= 7882016
Free space on /tmp= 66556 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= d5ac1af3e5506a5d58ff2a1c5fb2e32e
RANDOM SEED=46502936

node11.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.224
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.224
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:       1744488 kB
Buffers:          5256 kB
Cached:          56456 kB
SwapCached:       7036 kB
Active:         233580 kB
Inactive:        24920 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1744488 kB
SwapTotal:     4192956 kB
SwapFree:      4179968 kB
Dirty:            3580 kB
Writeback:           0 kB
Mapped:         213028 kB
Slab:            37680 kB
Committed_AS:  3607920 kB
PageTables:       2284 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66524 MiB
End job on node11 at 2008-07-05 10:15:01