Trace number 1073136

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 EWrong UNSAT 505.806 508.513

General information on the benchmark

Namecsp/bmc/
normalized-bmc-ibm-03-02.xml
MD5SUMb956fc5b575edf94b3953059b257fab9
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark5.86011
Satisfiable
(Un)Satisfiability was proved
Number of variables14930
Number of constraints87036
Maximum constraint arity19
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension87036
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.07	c --- Preproc Stats ---
297.71/299.39	c start processing
297.81/299.42	c start relation processing
300.49/302.14	c start cnf exporting
308.15/309.83	c parsing time : 299.236
308.15/309.83	c preprocessing time : 309.672
308.15/309.85	
308.15/309.85	c Nary constraints - conflicts : 32419 supports : 7
308.15/309.85	c Binary constraints - conflicts : 54610 supports :0
308.15/309.85	c max arity constraint : 19
308.15/309.85	c Max Tuples generated 524288
308.15/309.85	c relations : 142
308.15/309.85	c relations BDD: 127
308.15/309.85	c sampling 7/7
308.15/309.85	c vars : 64354 - clauses :  213033
308.15/309.85	
308.21/309.90	 
308.21/309.90	c --- SAT Solver Stats ---
308.21/309.90	 
308.21/309.91	c eSAT 0.1 : minisat core with additionnal features
308.21/309.91	c ============================[ Problem Statistics ]=============================
308.21/309.91	c |                                                                             |
308.21/309.91	c |  Number of variables:  64353                                                |
308.21/309.91	c |  Number of clauses:    213033                                               |
308.23/310.03	c |  Parsing time:         0.10         s                                       |
308.23/310.03	c Solved by unit propagation
308.23/310.03	s UNSATISFIABLE
505.72/508.44	java.io.FileNotFoundException: HOME/instance-1073136-1215176580.xml.cnf.res (No such file or directory)
505.72/508.44		at java.io.FileInputStream.open(Native Method)
505.72/508.44		at java.io.FileInputStream.(Unknown Source)
505.72/508.44		at java.util.Scanner.(Unknown Source)
505.72/508.44		at base.SatSolToCSPSol.toCSPSolution(SatSolToCSPSol.java:73)
505.72/508.44		at base.SatSolToCSPSol.main(SatSolToCSPSol.java:179)
505.77/508.50	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-1073136-1215176580/watcher-1073136-1215176580 -o /tmp/evaluation-result-1073136-1215176580/solver-1073136-1215176580 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacE.sh HOME/instance-1073136-1215176580.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.18 1.37 1.71 3/81 29496
/proc/meminfo: memFree=1715728/2055920 swapFree=4179604/4192956
[pid=29496] ppid=29494 vsize=18572 CPUtime=0
/proc/29496/stat : 29496 (runsolver) R 29494 29496 29378 0 -1 4194368 15 0 0 0 0 0 0 0 18 0 1 0 1996609248 19017728 293 996147200 4194304 4296836 548682068496 18446744073709551615 228774702375 0 0 4096 24578 0 0 0 17 1 0 0
/proc/29496/statm: 4643 293 257 25 0 2626 0

[startup+0.0966089 s]
/proc/loadavg: 1.18 1.37 1.71 3/81 29496
/proc/meminfo: memFree=1715728/2055920 swapFree=4179604/4192956
[pid=29496] ppid=29494 vsize=47560 CPUtime=0
/proc/29496/stat : 29496 (galacE.sh) S 29494 29496 29378 0 -1 4194304 766 1698 0 0 0 0 0 0 18 0 1 0 1996609248 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 228774308698 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/29496/statm: 11890 365 246 79 0 219 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 47560

[startup+0.101608 s]
/proc/loadavg: 1.18 1.37 1.71 3/81 29496
/proc/meminfo: memFree=1715728/2055920 swapFree=4179604/4192956
[pid=29496] ppid=29494 vsize=47560 CPUtime=0
/proc/29496/stat : 29496 (galacE.sh) S 29494 29496 29378 0 -1 4194304 766 1698 0 0 0 0 0 0 18 0 1 0 1996609248 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 228774308698 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/29496/statm: 11890 365 246 79 0 219 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 47560

[startup+0.301648 s]
/proc/loadavg: 1.18 1.37 1.71 3/81 29496
/proc/meminfo: memFree=1715728/2055920 swapFree=4179604/4192956
[pid=29496] ppid=29494 vsize=47560 CPUtime=0
/proc/29496/stat : 29496 (galacE.sh) S 29494 29496 29378 0 -1 4194304 766 1698 0 0 0 0 0 0 18 0 1 0 1996609248 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 228774308698 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/29496/statm: 11890 365 246 79 0 219 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 47560

[startup+0.701724 s]
/proc/loadavg: 1.18 1.37 1.71 3/81 29496
/proc/meminfo: memFree=1715728/2055920 swapFree=4179604/4192956
[pid=29496] ppid=29494 vsize=47560 CPUtime=0
/proc/29496/stat : 29496 (galacE.sh) S 29494 29496 29378 0 -1 4194304 766 1698 0 0 0 0 0 0 18 0 1 0 1996609248 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 228774308698 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/29496/statm: 11890 365 246 79 0 219 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 47560

[startup+1.50289 s]
/proc/loadavg: 1.18 1.37 1.71 4/91 29518
/proc/meminfo: memFree=1648192/2055920 swapFree=4179604/4192956
[pid=29496] ppid=29494 vsize=47560 CPUtime=0
/proc/29496/stat : 29496 (galacE.sh) S 29494 29496 29378 0 -1 4194304 766 1698 0 0 0 0 0 0 18 0 1 0 1996609248 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 228774308698 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/29496/statm: 11890 365 246 79 0 219 0
[pid=29510] ppid=29496 vsize=812844 CPUtime=1.41
/proc/29510/stat : 29510 (java) S 29496 29496 29378 0 -1 0 15779 0 1 0 134 7 0 0 20 0 9 0 1996609255 832352256 15004 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29510/statm: 203211 15004 2587 9 0 197192 0
[pid=29510/tid=29511] ppid=29496 vsize=812844 CPUtime=1.09
/proc/29510/task/29511/stat : 29511 (java) R 29496 29496 29378 0 -1 64 9270 0 1 0 104 5 0 0 25 0 9 0 1996609256 832352256 15004 996147200 134512640 134550740 4294955600 18446744073709551615 4126628656 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29510/tid=29512] ppid=29496 vsize=812844 CPUtime=0.07
/proc/29510/task/29512/stat : 29512 (java) S 29496 29496 29378 0 -1 64 4956 0 0 0 6 1 0 0 16 0 9 0 1996609258 832352256 15004 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=29510/tid=29513] ppid=29496 vsize=812844 CPUtime=0
/proc/29510/task/29513/stat : 29513 (java) S 29496 29496 29378 0 -1 64 11 0 0 0 0 0 0 0 17 0 9 0 1996609258 832352256 15004 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29510/tid=29514] ppid=29496 vsize=812844 CPUtime=0
/proc/29510/task/29514/stat : 29514 (java) S 29496 29496 29378 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1996609258 832352256 15004 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29510/tid=29515] ppid=29496 vsize=812844 CPUtime=0
/proc/29510/task/29515/stat : 29515 (java) S 29496 29496 29378 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 1996609260 832352256 15004 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29510/tid=29516] ppid=29496 vsize=812844 CPUtime=0.23
/proc/29510/task/29516/stat : 29516 (java) S 29496 29496 29378 0 -1 64 853 0 0 0 23 0 0 0 16 0 9 0 1996609260 832352256 15004 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29510/tid=29517] ppid=29496 vsize=812844 CPUtime=0
/proc/29510/task/29517/stat : 29517 (java) S 29496 29496 29378 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 1996609260 832352256 15004 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29510/tid=29518] ppid=29496 vsize=812844 CPUtime=0
/proc/29510/task/29518/stat : 29518 (java) S 29496 29496 29378 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1996609260 832352256 15004 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 860404

[startup+3.1022 s]
/proc/loadavg: 1.18 1.37 1.71 4/91 29518
/proc/meminfo: memFree=1605376/2055920 swapFree=4179604/4192956
[pid=29496] ppid=29494 vsize=47560 CPUtime=0
/proc/29496/stat : 29496 (galacE.sh) S 29494 29496 29378 0 -1 4194304 766 1698 0 0 0 0 0 0 18 0 1 0 1996609248 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 228774308698 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/29496/statm: 11890 365 246 79 0 219 0
[pid=29510] ppid=29496 vsize=812872 CPUtime=3
/proc/29510/stat : 29510 (java) S 29496 29496 29378 0 -1 0 15865 0 1 0 293 7 0 0 20 0 9 0 1996609255 832380928 15085 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29510/statm: 203218 15085 2587 9 0 197199 0
[pid=29510/tid=29511] ppid=29496 vsize=812872 CPUtime=2.59
/proc/29510/task/29511/stat : 29511 (java) R 29496 29496 29378 0 -1 64 9274 0 1 0 254 5 0 0 25 0 9 0 1996609256 832380928 15085 996147200 134512640 134550740 4294955600 18446744073709551615 4126414985 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29510/tid=29512] ppid=29496 vsize=812872 CPUtime=0.11
/proc/29510/task/29512/stat : 29512 (java) S 29496 29496 29378 0 -1 64 5001 0 0 0 10 1 0 0 17 0 9 0 1996609258 832380928 15085 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=29510/tid=29513] ppid=29496 vsize=812872 CPUtime=0
/proc/29510/task/29513/stat : 29513 (java) S 29496 29496 29378 0 -1 64 11 0 0 0 0 0 0 0 17 0 9 0 1996609258 832380928 15085 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29510/tid=29514] ppid=29496 vsize=812872 CPUtime=0
/proc/29510/task/29514/stat : 29514 (java) S 29496 29496 29378 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1996609258 832380928 15085 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29510/tid=29515] ppid=29496 vsize=812872 CPUtime=0
/proc/29510/task/29515/stat : 29515 (java) S 29496 29496 29378 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 1996609260 832380928 15085 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29510/tid=29516] ppid=29496 vsize=812872 CPUtime=0.28
/proc/29510/task/29516/stat : 29516 (java) S 29496 29496 29378 0 -1 64 890 0 0 0 28 0 0 0 15 0 9 0 1996609260 832380928 15085 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29510/tid=29517] ppid=29496 vsize=812872 CPUtime=0
/proc/29510/task/29517/stat : 29517 (java) S 29496 29496 29378 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 1996609260 832380928 15085 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29510/tid=29518] ppid=29496 vsize=812872 CPUtime=0
/proc/29510/task/29518/stat : 29518 (java) S 29496 29496 29378 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1996609260 832380928 15085 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 860432

[startup+6.30282 s]
/proc/loadavg: 1.33 1.39 1.71 3/91 29518
/proc/meminfo: memFree=1575680/2055920 swapFree=4179604/4192956
[pid=29496] ppid=29494 vsize=47560 CPUtime=0
/proc/29496/stat : 29496 (galacE.sh) S 29494 29496 29378 0 -1 4194304 766 1698 0 0 0 0 0 0 18 0 1 0 1996609248 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 228774308698 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/29496/statm: 11890 365 246 79 0 219 0
[pid=29510] ppid=29496 vsize=812872 CPUtime=6.18
/proc/29510/stat : 29510 (java) S 29496 29496 29378 0 -1 0 15867 0 1 0 610 8 0 0 20 0 9 0 1996609255 832380928 15085 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29510/statm: 203218 15085 2587 9 0 197199 0
[pid=29510/tid=29511] ppid=29496 vsize=812872 CPUtime=5.77
/proc/29510/task/29511/stat : 29511 (java) R 29496 29496 29378 0 -1 64 9276 0 1 0 571 6 0 0 25 0 9 0 1996609256 832380928 15085 996147200 134512640 134550740 4294955600 18446744073709551615 4125952119 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29510/tid=29512] ppid=29496 vsize=812872 CPUtime=0.11
/proc/29510/task/29512/stat : 29512 (java) S 29496 29496 29378 0 -1 64 5001 0 0 0 10 1 0 0 16 0 9 0 1996609258 832380928 15085 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=29510/tid=29513] ppid=29496 vsize=812872 CPUtime=0
/proc/29510/task/29513/stat : 29513 (java) S 29496 29496 29378 0 -1 64 11 0 0 0 0 0 0 0 17 0 9 0 1996609258 832380928 15085 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29510/tid=29514] ppid=29496 vsize=812872 CPUtime=0
/proc/29510/task/29514/stat : 29514 (java) S 29496 29496 29378 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1996609258 832380928 15085 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29510/tid=29515] ppid=29496 vsize=812872 CPUtime=0
/proc/29510/task/29515/stat : 29515 (java) S 29496 29496 29378 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 1996609260 832380928 15085 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29510/tid=29516] ppid=29496 vsize=812872 CPUtime=0.28
/proc/29510/task/29516/stat : 29516 (java) S 29496 29496 29378 0 -1 64 890 0 0 0 28 0 0 0 15 0 9 0 1996609260 832380928 15085 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29510/tid=29517] ppid=29496 vsize=812872 CPUtime=0
/proc/29510/task/29517/stat : 29517 (java) S 29496 29496 29378 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 1996609260 832380928 15085 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29510/tid=29518] ppid=29496 vsize=812872 CPUtime=0
/proc/29510/task/29518/stat : 29518 (java) S 29496 29496 29378 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1996609260 832380928 15085 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 860432

[startup+12.7021 s]
/proc/loadavg: 1.38 1.40 1.72 3/91 29518
/proc/meminfo: memFree=1551488/2055920 swapFree=4179604/4192956
[pid=29496] ppid=29494 vsize=47560 CPUtime=0
/proc/29496/stat : 29496 (galacE.sh) S 29494 29496 29378 0 -1 4194304 766 1698 0 0 0 0 0 0 18 0 1 0 1996609248 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 228774308698 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/29496/statm: 11890 365 246 79 0 219 0
[pid=29510] ppid=29496 vsize=812872 CPUtime=12.55
/proc/29510/stat : 29510 (java) S 29496 29496 29378 0 -1 0 21604 0 1 0 1243 12 0 0 20 0 9 0 1996609255 832380928 20821 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29510/statm: 203218 20821 2591 9 0 197199 0
[pid=29510/tid=29511] ppid=29496 vsize=812872 CPUtime=12.1
/proc/29510/task/29511/stat : 29511 (java) R 29496 29496 29378 0 -1 64 14592 0 1 0 1201 9 0 0 25 0 9 0 1996609256 832380928 20821 996147200 134512640 134550740 4294955600 18446744073709551615 4126628706 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29510/tid=29512] ppid=29496 vsize=812872 CPUtime=0.13
/proc/29510/task/29512/stat : 29512 (java) S 29496 29496 29378 0 -1 64 5422 0 0 0 12 1 0 0 16 0 9 0 1996609258 832380928 20821 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=29510/tid=29513] ppid=29496 vsize=812872 CPUtime=0
/proc/29510/task/29513/stat : 29513 (java) S 29496 29496 29378 0 -1 64 11 0 0 0 0 0 0 0 17 0 9 0 1996609258 832380928 20821 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29510/tid=29514] ppid=29496 vsize=812872 CPUtime=0
/proc/29510/task/29514/stat : 29514 (java) S 29496 29496 29378 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1996609258 832380928 20821 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29510/tid=29515] ppid=29496 vsize=812872 CPUtime=0
/proc/29510/task/29515/stat : 29515 (java) S 29496 29496 29378 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 1996609260 832380928 20821 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29510/tid=29516] ppid=29496 vsize=812872 CPUtime=0.28
/proc/29510/task/29516/stat : 29516 (java) S 29496 29496 29378 0 -1 64 890 0 0 0 28 0 0 0 15 0 9 0 1996609260 832380928 20821 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29510/tid=29517] ppid=29496 vsize=812872 CPUtime=0
/proc/29510/task/29517/stat : 29517 (java) S 29496 29496 29378 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 1996609260 832380928 20821 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29510/tid=29518] ppid=29496 vsize=812872 CPUtime=0
/proc/29510/task/29518/stat : 29518 (java) S 29496 29496 29378 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1996609260 832380928 20821 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.55
Current children cumulated vsize (KiB) 860432

[startup+25.5016 s]
/proc/loadavg: 1.52 1.43 1.72 3/91 29518
/proc/meminfo: memFree=1514368/2055920 swapFree=4179604/4192956
[pid=29496] ppid=29494 vsize=47560 CPUtime=0
/proc/29496/stat : 29496 (galacE.sh) S 29494 29496 29378 0 -1 4194304 766 1698 0 0 0 0 0 0 18 0 1 0 1996609248 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 228774308698 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/29496/statm: 11890 365 246 79 0 219 0
[pid=29510] ppid=29496 vsize=812872 CPUtime=25.28
/proc/29510/stat : 29510 (java) S 29496 29496 29378 0 -1 0 22496 0 1 0 2515 13 0 0 20 0 9 0 1996609255 832380928 21697 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29510/statm: 203218 21697 2591 9 0 197199 0
[pid=29510/tid=29511] ppid=29496 vsize=812872 CPUtime=24.47
/proc/29510/task/29511/stat : 29511 (java) R 29496 29496 29378 0 -1 64 14614 0 1 0 2437 10 0 0 25 0 9 0 1996609256 832380928 21697 996147200 134512640 134550740 4294955600 18446744073709551615 4127061865 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29510/tid=29512] ppid=29496 vsize=812872 CPUtime=0.49
/proc/29510/task/29512/stat : 29512 (java) S 29496 29496 29378 0 -1 64 6290 0 0 0 48 1 0 0 16 0 9 0 1996609258 832380928 21697 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=29510/tid=29513] ppid=29496 vsize=812872 CPUtime=0
/proc/29510/task/29513/stat : 29513 (java) S 29496 29496 29378 0 -1 64 11 0 0 0 0 0 0 0 17 0 9 0 1996609258 832380928 21697 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29510/tid=29514] ppid=29496 vsize=812872 CPUtime=0
/proc/29510/task/29514/stat : 29514 (java) S 29496 29496 29378 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1996609258 832380928 21697 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29510/tid=29515] ppid=29496 vsize=812872 CPUtime=0
/proc/29510/task/29515/stat : 29515 (java) S 29496 29496 29378 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 1996609260 832380928 21697 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29510/tid=29516] ppid=29496 vsize=812872 CPUtime=0.28
/proc/29510/task/29516/stat : 29516 (java) S 29496 29496 29378 0 -1 64 892 0 0 0 28 0 0 0 15 0 9 0 1996609260 832380928 21697 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29510/tid=29517] ppid=29496 vsize=812872 CPUtime=0
/proc/29510/task/29517/stat : 29517 (java) S 29496 29496 29378 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 1996609260 832380928 21697 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29510/tid=29518] ppid=29496 vsize=812872 CPUtime=0
/proc/29510/task/29518/stat : 29518 (java) S 29496 29496 29378 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1996609260 832380928 21697 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.28
Current children cumulated vsize (KiB) 860432

[startup+51.1026 s]
/proc/loadavg: 1.74 1.49 1.73 3/91 29518
/proc/meminfo: memFree=1351936/2055920 swapFree=4179604/4192956
[pid=29496] ppid=29494 vsize=47560 CPUtime=0

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

[pid=29604/tid=29605] ppid=29496 vsize=812772 CPUtime=174.82
/proc/29604/task/29605/stat : 29605 (java) R 29496 29496 29378 0 -1 64 14403 0 1 0 17463 19 0 0 25 0 9 0 1996640253 832278528 19067 996147200 134512640 134550740 4294955616 18446744073709551615 4125952184 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=29604/tid=29606] ppid=29496 vsize=812772 CPUtime=0.22
/proc/29604/task/29606/stat : 29606 (java) S 29496 29496 29378 0 -1 64 3650 0 0 0 21 1 0 0 16 0 9 0 1996640254 832278528 19067 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 0 0 0 -1 1 0 0
[pid=29604/tid=29607] ppid=29496 vsize=812772 CPUtime=0
/proc/29604/task/29607/stat : 29607 (java) S 29496 29496 29378 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1996640255 832278528 19067 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=29604/tid=29608] ppid=29496 vsize=812772 CPUtime=0
/proc/29604/task/29608/stat : 29608 (java) S 29496 29496 29378 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1996640255 832278528 19067 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=29604/tid=29609] ppid=29496 vsize=812772 CPUtime=0
/proc/29604/task/29609/stat : 29609 (java) S 29496 29496 29378 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1996640257 832278528 19067 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=29604/tid=29610] ppid=29496 vsize=812772 CPUtime=0.28
/proc/29604/task/29610/stat : 29610 (java) S 29496 29496 29378 0 -1 64 894 0 0 0 28 0 0 0 16 0 9 0 1996640257 832278528 19067 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=29604/tid=29611] ppid=29496 vsize=812772 CPUtime=0
/proc/29604/task/29611/stat : 29611 (java) S 29496 29496 29378 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1996640257 832278528 19067 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=29604/tid=29612] ppid=29496 vsize=812772 CPUtime=0
/proc/29604/task/29612/stat : 29612 (java) S 29496 29496 29378 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1996640257 832278528 19067 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 483.73
Current children cumulated vsize (KiB) 860332

[startup+499.102 s]
/proc/loadavg: 2.02 1.94 1.85 3/92 29612
/proc/meminfo: memFree=1658936/2055920 swapFree=4179604/4192956
[pid=29496] ppid=29494 vsize=47560 CPUtime=308.36
/proc/29496/stat : 29496 (galacE.sh) S 29494 29496 29378 0 -1 4194304 836 63287 0 1 0 0 30785 51 15 0 1 0 1996609248 48701440 366 996147200 4194304 4520092 548682068832 18446744073709551615 228774871122 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/29496/statm: 11890 366 246 79 0 219 0
[pid=29604] ppid=29496 vsize=812772 CPUtime=188.11
/proc/29604/stat : 29604 (java) S 29496 29496 29378 0 -1 0 19858 0 1 0 18788 23 0 0 18 0 9 0 1996640251 832278528 19262 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29604/statm: 203193 19262 1869 9 0 197174 0
[pid=29604/tid=29605] ppid=29496 vsize=812772 CPUtime=187.54
/proc/29604/task/29605/stat : 29605 (java) R 29496 29496 29378 0 -1 64 14404 0 1 0 18735 19 0 0 25 0 9 0 1996640253 832278528 19262 996147200 134512640 134550740 4294955616 18446744073709551615 4126621959 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=29604/tid=29606] ppid=29496 vsize=812772 CPUtime=0.24
/proc/29604/task/29606/stat : 29606 (java) S 29496 29496 29378 0 -1 64 3845 0 0 0 23 1 0 0 16 0 9 0 1996640254 832278528 19262 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 0 0 0 -1 1 0 0
[pid=29604/tid=29607] ppid=29496 vsize=812772 CPUtime=0
/proc/29604/task/29607/stat : 29607 (java) S 29496 29496 29378 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1996640255 832278528 19262 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=29604/tid=29608] ppid=29496 vsize=812772 CPUtime=0
/proc/29604/task/29608/stat : 29608 (java) S 29496 29496 29378 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1996640255 832278528 19262 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=29604/tid=29609] ppid=29496 vsize=812772 CPUtime=0
/proc/29604/task/29609/stat : 29609 (java) S 29496 29496 29378 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1996640257 832278528 19262 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=29604/tid=29610] ppid=29496 vsize=812772 CPUtime=0.28
/proc/29604/task/29610/stat : 29610 (java) S 29496 29496 29378 0 -1 64 894 0 0 0 28 0 0 0 16 0 9 0 1996640257 832278528 19262 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=29604/tid=29611] ppid=29496 vsize=812772 CPUtime=0
/proc/29604/task/29611/stat : 29611 (java) S 29496 29496 29378 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1996640257 832278528 19262 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=29604/tid=29612] ppid=29496 vsize=812772 CPUtime=0
/proc/29604/task/29612/stat : 29612 (java) S 29496 29496 29378 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1996640257 832278528 19262 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 496.47
Current children cumulated vsize (KiB) 860332

[startup+505.502 s]
/proc/loadavg: 2.02 1.94 1.85 3/92 29612
/proc/meminfo: memFree=1658936/2055920 swapFree=4179604/4192956
[pid=29496] ppid=29494 vsize=47560 CPUtime=308.36
/proc/29496/stat : 29496 (galacE.sh) S 29494 29496 29378 0 -1 4194304 836 63287 0 1 0 0 30785 51 15 0 1 0 1996609248 48701440 366 996147200 4194304 4520092 548682068832 18446744073709551615 228774871122 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/29496/statm: 11890 366 246 79 0 219 0
[pid=29604] ppid=29496 vsize=812772 CPUtime=194.47
/proc/29604/stat : 29604 (java) S 29496 29496 29378 0 -1 0 19862 0 1 0 19424 23 0 0 18 0 9 0 1996640251 832278528 19266 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29604/statm: 203193 19266 1870 9 0 197174 0
[pid=29604/tid=29605] ppid=29496 vsize=812772 CPUtime=193.9
/proc/29604/task/29605/stat : 29605 (java) R 29496 29496 29378 0 -1 64 14404 0 1 0 19371 19 0 0 25 0 9 0 1996640253 832278528 19266 996147200 134512640 134550740 4294955616 18446744073709551615 4125952119 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=29604/tid=29606] ppid=29496 vsize=812772 CPUtime=0.24
/proc/29604/task/29606/stat : 29606 (java) S 29496 29496 29378 0 -1 64 3845 0 0 0 23 1 0 0 16 0 9 0 1996640254 832278528 19266 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 0 0 0 -1 1 0 0
[pid=29604/tid=29607] ppid=29496 vsize=812772 CPUtime=0
/proc/29604/task/29607/stat : 29607 (java) S 29496 29496 29378 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1996640255 832278528 19266 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=29604/tid=29608] ppid=29496 vsize=812772 CPUtime=0
/proc/29604/task/29608/stat : 29608 (java) S 29496 29496 29378 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1996640255 832278528 19266 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=29604/tid=29609] ppid=29496 vsize=812772 CPUtime=0
/proc/29604/task/29609/stat : 29609 (java) S 29496 29496 29378 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1996640257 832278528 19266 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=29604/tid=29610] ppid=29496 vsize=812772 CPUtime=0.29
/proc/29604/task/29610/stat : 29610 (java) S 29496 29496 29378 0 -1 64 898 0 0 0 29 0 0 0 16 0 9 0 1996640257 832278528 19266 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=29604/tid=29611] ppid=29496 vsize=812772 CPUtime=0
/proc/29604/task/29611/stat : 29611 (java) S 29496 29496 29378 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1996640257 832278528 19266 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=29604/tid=29612] ppid=29496 vsize=812772 CPUtime=0
/proc/29604/task/29612/stat : 29612 (java) S 29496 29496 29378 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1996640257 832278528 19266 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 502.83
Current children cumulated vsize (KiB) 860332

[startup+507.107 s]
/proc/loadavg: 2.02 1.94 1.85 3/92 29612
/proc/meminfo: memFree=1658936/2055920 swapFree=4179604/4192956
[pid=29496] ppid=29494 vsize=47560 CPUtime=308.36
/proc/29496/stat : 29496 (galacE.sh) S 29494 29496 29378 0 -1 4194304 836 63287 0 1 0 0 30785 51 15 0 1 0 1996609248 48701440 366 996147200 4194304 4520092 548682068832 18446744073709551615 228774871122 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/29496/statm: 11890 366 246 79 0 219 0
[pid=29604] ppid=29496 vsize=812772 CPUtime=196.07
/proc/29604/stat : 29604 (java) S 29496 29496 29378 0 -1 0 19862 0 1 0 19584 23 0 0 18 0 9 0 1996640251 832278528 19266 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29604/statm: 203193 19266 1870 9 0 197174 0
[pid=29604/tid=29605] ppid=29496 vsize=812772 CPUtime=195.5
/proc/29604/task/29605/stat : 29605 (java) R 29496 29496 29378 0 -1 64 14404 0 1 0 19531 19 0 0 25 0 9 0 1996640253 832278528 19266 996147200 134512640 134550740 4294955616 18446744073709551615 4126095823 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=29604/tid=29606] ppid=29496 vsize=812772 CPUtime=0.24
/proc/29604/task/29606/stat : 29606 (java) S 29496 29496 29378 0 -1 64 3845 0 0 0 23 1 0 0 16 0 9 0 1996640254 832278528 19266 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 0 0 0 -1 1 0 0
[pid=29604/tid=29607] ppid=29496 vsize=812772 CPUtime=0
/proc/29604/task/29607/stat : 29607 (java) S 29496 29496 29378 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1996640255 832278528 19266 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=29604/tid=29608] ppid=29496 vsize=812772 CPUtime=0
/proc/29604/task/29608/stat : 29608 (java) S 29496 29496 29378 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1996640255 832278528 19266 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=29604/tid=29609] ppid=29496 vsize=812772 CPUtime=0
/proc/29604/task/29609/stat : 29609 (java) S 29496 29496 29378 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1996640257 832278528 19266 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=29604/tid=29610] ppid=29496 vsize=812772 CPUtime=0.29
/proc/29604/task/29610/stat : 29610 (java) S 29496 29496 29378 0 -1 64 898 0 0 0 29 0 0 0 16 0 9 0 1996640257 832278528 19266 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=29604/tid=29611] ppid=29496 vsize=812772 CPUtime=0
/proc/29604/task/29611/stat : 29611 (java) S 29496 29496 29378 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1996640257 832278528 19266 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=29604/tid=29612] ppid=29496 vsize=812772 CPUtime=0
/proc/29604/task/29612/stat : 29612 (java) S 29496 29496 29378 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1996640257 832278528 19266 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 504.43
Current children cumulated vsize (KiB) 860332

[startup+507.902 s]
/proc/loadavg: 2.02 1.94 1.85 3/92 29612
/proc/meminfo: memFree=1658936/2055920 swapFree=4179604/4192956
[pid=29496] ppid=29494 vsize=47560 CPUtime=308.36
/proc/29496/stat : 29496 (galacE.sh) S 29494 29496 29378 0 -1 4194304 836 63287 0 1 0 0 30785 51 15 0 1 0 1996609248 48701440 366 996147200 4194304 4520092 548682068832 18446744073709551615 228774871122 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/29496/statm: 11890 366 246 79 0 219 0
[pid=29604] ppid=29496 vsize=812772 CPUtime=196.86
/proc/29604/stat : 29604 (java) S 29496 29496 29378 0 -1 0 19862 0 1 0 19663 23 0 0 18 0 9 0 1996640251 832278528 19266 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29604/statm: 203193 19266 1870 9 0 197174 0
[pid=29604/tid=29605] ppid=29496 vsize=812772 CPUtime=196.29
/proc/29604/task/29605/stat : 29605 (java) R 29496 29496 29378 0 -1 64 14404 0 1 0 19610 19 0 0 25 0 9 0 1996640253 832278528 19266 996147200 134512640 134550740 4294955616 18446744073709551615 4126621367 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=29604/tid=29606] ppid=29496 vsize=812772 CPUtime=0.24
/proc/29604/task/29606/stat : 29606 (java) S 29496 29496 29378 0 -1 64 3845 0 0 0 23 1 0 0 16 0 9 0 1996640254 832278528 19266 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 0 0 0 -1 1 0 0
[pid=29604/tid=29607] ppid=29496 vsize=812772 CPUtime=0
/proc/29604/task/29607/stat : 29607 (java) S 29496 29496 29378 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1996640255 832278528 19266 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=29604/tid=29608] ppid=29496 vsize=812772 CPUtime=0
/proc/29604/task/29608/stat : 29608 (java) S 29496 29496 29378 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1996640255 832278528 19266 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=29604/tid=29609] ppid=29496 vsize=812772 CPUtime=0
/proc/29604/task/29609/stat : 29609 (java) S 29496 29496 29378 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1996640257 832278528 19266 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=29604/tid=29610] ppid=29496 vsize=812772 CPUtime=0.29
/proc/29604/task/29610/stat : 29610 (java) S 29496 29496 29378 0 -1 64 898 0 0 0 29 0 0 0 16 0 9 0 1996640257 832278528 19266 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=29604/tid=29611] ppid=29496 vsize=812772 CPUtime=0
/proc/29604/task/29611/stat : 29611 (java) S 29496 29496 29378 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1996640257 832278528 19266 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=29604/tid=29612] ppid=29496 vsize=812772 CPUtime=0
/proc/29604/task/29612/stat : 29612 (java) S 29496 29496 29378 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1996640257 832278528 19266 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 505.22
Current children cumulated vsize (KiB) 860332

[startup+508.302 s]
/proc/loadavg: 2.02 1.94 1.85 3/92 29612
/proc/meminfo: memFree=1658936/2055920 swapFree=4179604/4192956
[pid=29496] ppid=29494 vsize=47560 CPUtime=308.36
/proc/29496/stat : 29496 (galacE.sh) S 29494 29496 29378 0 -1 4194304 836 63287 0 1 0 0 30785 51 15 0 1 0 1996609248 48701440 366 996147200 4194304 4520092 548682068832 18446744073709551615 228774871122 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/29496/statm: 11890 366 246 79 0 219 0
[pid=29604] ppid=29496 vsize=812772 CPUtime=197.26
/proc/29604/stat : 29604 (java) S 29496 29496 29378 0 -1 0 19868 0 1 0 19703 23 0 0 18 0 9 0 1996640251 832278528 19270 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29604/statm: 203193 19270 1872 9 0 197174 0
[pid=29604/tid=29605] ppid=29496 vsize=812772 CPUtime=196.69
/proc/29604/task/29605/stat : 29605 (java) R 29496 29496 29378 0 -1 64 14410 0 1 0 19650 19 0 0 25 0 9 0 1996640253 832278528 19270 996147200 134512640 134550740 4294955616 18446744073709551615 4125952166 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=29604/tid=29606] ppid=29496 vsize=812772 CPUtime=0.24
/proc/29604/task/29606/stat : 29606 (java) S 29496 29496 29378 0 -1 64 3845 0 0 0 23 1 0 0 16 0 9 0 1996640254 832278528 19270 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 0 0 0 -1 1 0 0
[pid=29604/tid=29607] ppid=29496 vsize=812772 CPUtime=0
/proc/29604/task/29607/stat : 29607 (java) S 29496 29496 29378 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1996640255 832278528 19270 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=29604/tid=29608] ppid=29496 vsize=812772 CPUtime=0
/proc/29604/task/29608/stat : 29608 (java) S 29496 29496 29378 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1996640255 832278528 19270 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=29604/tid=29609] ppid=29496 vsize=812772 CPUtime=0
/proc/29604/task/29609/stat : 29609 (java) S 29496 29496 29378 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1996640257 832278528 19270 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=29604/tid=29610] ppid=29496 vsize=812772 CPUtime=0.29
/proc/29604/task/29610/stat : 29610 (java) S 29496 29496 29378 0 -1 64 898 0 0 0 29 0 0 0 16 0 9 0 1996640257 832278528 19270 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=29604/tid=29611] ppid=29496 vsize=812772 CPUtime=0
/proc/29604/task/29611/stat : 29611 (java) S 29496 29496 29378 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1996640257 832278528 19270 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=29604/tid=29612] ppid=29496 vsize=812772 CPUtime=0
/proc/29604/task/29612/stat : 29612 (java) S 29496 29496 29378 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1996640257 832278528 19270 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 505.62
Current children cumulated vsize (KiB) 860332

[startup+508.502 s]
/proc/loadavg: 2.02 1.94 1.85 3/92 29612
/proc/meminfo: memFree=1658936/2055920 swapFree=4179604/4192956
[pid=29496] ppid=29494 vsize=47560 CPUtime=308.36
/proc/29496/stat : 29496 (galacE.sh) S 29494 29496 29378 0 -1 4194304 836 63287 0 1 0 0 30785 51 15 0 1 0 1996609248 48701440 366 996147200 4194304 4520092 548682068832 18446744073709551615 228774871122 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/29496/statm: 11890 366 246 79 0 219 0
[pid=29604] ppid=29496 vsize=0 CPUtime=197.41
/proc/29604/stat : 29604 (java) Z 29496 29496 29378 0 -1 1036 19900 0 1 0 19717 24 0 0 16 0 2 0 1996640251 0 0 996147200 0 0 0 0 0 0 0 3670016 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29604/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 505.77
Current children cumulated vsize (KiB) 47560

Child status: 0
Real time (s): 508.513
CPU time (s): 505.806
CPU user time (s): 505.029
CPU system time (s): 0.776881
CPU usage (%): 99.4677
Max. virtual memory (cumulated for all children) (KiB): 861436

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

runsolver used 0.570913 second user time and 1.75373 second system time

The end

Launcher Data (download as text)

Begin job on node74 at 2008-07-04 15:03:01
IDJOB=1073136
IDBENCH=56320
IDSOLVER=351
FILE ID=node74/1073136-1215176580
PBS_JOBID= 7881542
Free space on /tmp= 103208 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= b956fc5b575edf94b3953059b257fab9
RANDOM SEED=1741182355

node74.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.259
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.259
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:       1718064 kB
Buffers:         20468 kB
Cached:         132968 kB
SwapCached:       6432 kB
Active:         251160 kB
Inactive:        31844 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1718064 kB
SwapTotal:     4192956 kB
SwapFree:      4179604 kB
Dirty:           33192 kB
Writeback:           0 kB
Mapped:         142928 kB
Slab:            39760 kB
Committed_AS:  4789460 kB
PageTables:       2080 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 103196 MiB
End job on node74 at 2008-07-04 15:11:30