Trace number 1047816

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 E? (MO) 1705.64 1711.11

General information on the benchmark

Namecsp/bddLarge/
normalized-bdd-21-2713-15-79-34_ext.xml
MD5SUM1a9b9b8e0b91bf1ef35a24a11c15b7ec
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark2.24066
Satisfiable
(Un)Satisfiability was proved
Number of variables21
Number of constraints2713
Maximum constraint arity15
Maximum domain size2
Number of constraints which are defined in extension2713
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.03	c --- Preproc Stats ---
1.15/1.25	c start processing
1.15/1.25	c start relation processing
1.25/1.39	c start cnf exporting
1695.72/1699.79	c parsing time : 1.121
1695.72/1699.79	c preprocessing time : 1699.663
1695.72/1699.79	
1695.72/1699.79	c Nary constraints - conflicts : 0 supports : 2713
1695.72/1699.79	c Binary constraints - conflicts : 0 supports :0
1695.72/1699.79	c max arity constraint : 15
1695.72/1699.79	c Max Tuples generated 0
1695.72/1699.79	c relations : 1
1695.72/1699.79	c relations BDD: 1
1695.72/1699.79	c sampling 0/0
1695.72/1699.79	c vars : 14864549 - clauses :  53679418
1695.72/1699.79	
1695.81/1699.83	 
1695.81/1699.83	c --- SAT Solver Stats ---
1695.81/1699.83	 
1695.81/1699.83	c eSAT 0.1 : minisat core with additionnal features
1695.81/1699.83	c ============================[ Problem Statistics ]=============================
1695.81/1699.83	c |                                                                             |
1695.81/1699.83	c |  Number of variables:  14864548                                             |
1695.81/1699.83	c |  Number of clauses:    53679418                                             |

Verifier Data (download as text)

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: 

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

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


[startup+0 s]
/proc/loadavg: 2.05 2.00 1.73 4/72 30017
/proc/meminfo: memFree=542640/2055920 swapFree=4180236/4192956
[pid=30017] ppid=30015 vsize=5268 CPUtime=0
/proc/30017/stat : 30017 (galacE.sh) R 30015 30017 29620 0 -1 4194304 222 0 0 0 0 0 0 0 20 0 1 0 627078544 5394432 186 996147200 4194304 4520092 548682068832 18446744073709551615 231491040649 0 0 4096 8192 0 0 0 17 1 0 0
/proc/30017/statm: 1317 186 139 79 0 121 0

[startup+0.099994 s]
/proc/loadavg: 2.05 2.00 1.73 4/72 30017
/proc/meminfo: memFree=542640/2055920 swapFree=4180236/4192956
[pid=30017] ppid=30015 vsize=47572 CPUtime=0.01
/proc/30017/stat : 30017 (galacE.sh) S 30015 30017 29620 0 -1 4194304 765 2022 0 0 0 0 0 1 18 0 1 0 627078544 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 231493266266 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/30017/statm: 11893 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47572

[startup+0.10212 s]
/proc/loadavg: 2.05 2.00 1.73 4/72 30017
/proc/meminfo: memFree=542640/2055920 swapFree=4180236/4192956
[pid=30017] ppid=30015 vsize=47572 CPUtime=0.01
/proc/30017/stat : 30017 (galacE.sh) S 30015 30017 29620 0 -1 4194304 765 2022 0 0 0 0 0 1 18 0 1 0 627078544 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 231493266266 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/30017/statm: 11893 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47572

[startup+0.302024 s]
/proc/loadavg: 2.05 2.00 1.73 4/72 30017
/proc/meminfo: memFree=542640/2055920 swapFree=4180236/4192956
[pid=30017] ppid=30015 vsize=47572 CPUtime=0.01
/proc/30017/stat : 30017 (galacE.sh) S 30015 30017 29620 0 -1 4194304 765 2022 0 0 0 0 0 1 18 0 1 0 627078544 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 231493266266 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/30017/statm: 11893 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47572

[startup+0.701081 s]
/proc/loadavg: 2.05 2.00 1.73 4/72 30017
/proc/meminfo: memFree=542640/2055920 swapFree=4180236/4192956
[pid=30017] ppid=30015 vsize=47572 CPUtime=0.01
/proc/30017/stat : 30017 (galacE.sh) S 30015 30017 29620 0 -1 4194304 765 2022 0 0 0 0 0 1 18 0 1 0 627078544 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 231493266266 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/30017/statm: 11893 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47572

[startup+1.50276 s]
/proc/loadavg: 2.05 2.00 1.73 4/82 30039
/proc/meminfo: memFree=501264/2055920 swapFree=4180236/4192956
[pid=30017] ppid=30015 vsize=47572 CPUtime=0.01
/proc/30017/stat : 30017 (galacE.sh) S 30015 30017 29620 0 -1 4194304 765 2022 0 0 0 0 0 1 18 0 1 0 627078544 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 231493266266 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/30017/statm: 11893 364 245 79 0 219 0
[pid=30031] ppid=30017 vsize=812760 CPUtime=1.43
/proc/30031/stat : 30031 (java) S 30017 30017 29620 0 -1 0 15217 0 1 0 134 9 0 0 18 0 9 0 627078548 832266240 14639 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30031/statm: 203190 14639 1898 9 0 197171 0
[pid=30031/tid=30032] ppid=30017 vsize=812760 CPUtime=1.11
/proc/30031/task/30032/stat : 30032 (java) R 30017 30017 29620 0 -1 64 13594 0 1 0 104 7 0 0 25 0 9 0 627078549 832266240 14639 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30031/tid=30033] ppid=30017 vsize=812760 CPUtime=0
/proc/30031/task/30033/stat : 30033 (java) S 30017 30017 29620 0 -1 64 6 0 0 0 0 0 0 0 17 0 9 0 627078551 832266240 14639 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30031/tid=30034] ppid=30017 vsize=812760 CPUtime=0
/proc/30031/task/30034/stat : 30034 (java) S 30017 30017 29620 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 627078551 832266240 14639 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30031/tid=30035] ppid=30017 vsize=812760 CPUtime=0
/proc/30031/task/30035/stat : 30035 (java) S 30017 30017 29620 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 627078551 832266240 14639 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30031/tid=30036] ppid=30017 vsize=812760 CPUtime=0
/proc/30031/task/30036/stat : 30036 (java) S 30017 30017 29620 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 627078553 832266240 14639 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30031/tid=30037] ppid=30017 vsize=812760 CPUtime=0.31
/proc/30031/task/30037/stat : 30037 (java) S 30017 30017 29620 0 -1 64 918 0 0 0 30 1 0 0 15 0 9 0 627078553 832266240 14639 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30031/tid=30038] ppid=30017 vsize=812760 CPUtime=0
/proc/30031/task/30038/stat : 30038 (java) S 30017 30017 29620 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 627078553 832266240 14639 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30031/tid=30039] ppid=30017 vsize=812760 CPUtime=0
/proc/30031/task/30039/stat : 30039 (java) R 30017 30017 29620 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 627078553 832266240 14639 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 860332

[startup+3.10243 s]
/proc/loadavg: 2.05 2.00 1.73 3/82 30039
/proc/meminfo: memFree=469456/2055920 swapFree=4180236/4192956
[pid=30017] ppid=30015 vsize=47572 CPUtime=0.01
/proc/30017/stat : 30017 (galacE.sh) S 30015 30017 29620 0 -1 4194304 765 2022 0 0 0 0 0 1 18 0 1 0 627078544 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 231493266266 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/30017/statm: 11893 364 245 79 0 219 0
[pid=30031] ppid=30017 vsize=812760 CPUtime=3.03
/proc/30031/stat : 30031 (java) S 30017 30017 29620 0 -1 0 21761 0 1 0 290 13 0 0 18 0 9 0 627078548 832266240 21180 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30031/statm: 203190 21180 1911 9 0 197171 0
[pid=30031/tid=30032] ppid=30017 vsize=812760 CPUtime=2.59
/proc/30031/task/30032/stat : 30032 (java) R 30017 30017 29620 0 -1 64 14522 0 1 0 251 8 0 0 25 0 9 0 627078549 832266240 21180 996147200 134512640 134550740 4294955616 18446744073709551615 4127279607 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30031/tid=30033] ppid=30017 vsize=812760 CPUtime=0.07
/proc/30031/task/30033/stat : 30033 (java) S 30017 30017 29620 0 -1 64 5598 0 0 0 5 2 0 0 16 0 9 0 627078551 832266240 21180 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30031/tid=30034] ppid=30017 vsize=812760 CPUtime=0
/proc/30031/task/30034/stat : 30034 (java) S 30017 30017 29620 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 627078551 832266240 21180 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30031/tid=30035] ppid=30017 vsize=812760 CPUtime=0
/proc/30031/task/30035/stat : 30035 (java) S 30017 30017 29620 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 627078551 832266240 21180 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30031/tid=30036] ppid=30017 vsize=812760 CPUtime=0
/proc/30031/task/30036/stat : 30036 (java) S 30017 30017 29620 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 627078553 832266240 21180 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30031/tid=30037] ppid=30017 vsize=812760 CPUtime=0.33
/proc/30031/task/30037/stat : 30037 (java) S 30017 30017 29620 0 -1 64 941 0 0 0 32 1 0 0 15 0 9 0 627078553 832266240 21180 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30031/tid=30038] ppid=30017 vsize=812760 CPUtime=0
/proc/30031/task/30038/stat : 30038 (java) S 30017 30017 29620 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 627078553 832266240 21180 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30031/tid=30039] ppid=30017 vsize=812760 CPUtime=0
/proc/30031/task/30039/stat : 30039 (java) S 30017 30017 29620 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 627078553 832266240 21180 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 860332

[startup+6.30208 s]
/proc/loadavg: 2.04 2.00 1.73 3/82 30039
/proc/meminfo: memFree=462288/2055920 swapFree=4180236/4192956
[pid=30017] ppid=30015 vsize=47572 CPUtime=0.01
/proc/30017/stat : 30017 (galacE.sh) S 30015 30017 29620 0 -1 4194304 765 2022 0 0 0 0 0 1 18 0 1 0 627078544 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 231493266266 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/30017/statm: 11893 364 245 79 0 219 0
[pid=30031] ppid=30017 vsize=812760 CPUtime=6.19
/proc/30031/stat : 30031 (java) S 30017 30017 29620 0 -1 0 21768 0 1 0 606 13 0 0 18 0 9 0 627078548 832266240 21180 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30031/statm: 203190 21180 1911 9 0 197171 0
[pid=30031/tid=30032] ppid=30017 vsize=812760 CPUtime=5.74
/proc/30031/task/30032/stat : 30032 (java) R 30017 30017 29620 0 -1 64 14529 0 1 0 566 8 0 0 25 0 9 0 627078549 832266240 21180 996147200 134512640 134550740 4294955616 18446744073709551615 4126657461 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30031/tid=30033] ppid=30017 vsize=812760 CPUtime=0.08
/proc/30031/task/30033/stat : 30033 (java) S 30017 30017 29620 0 -1 64 5598 0 0 0 6 2 0 0 16 0 9 0 627078551 832266240 21180 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30031/tid=30034] ppid=30017 vsize=812760 CPUtime=0
/proc/30031/task/30034/stat : 30034 (java) S 30017 30017 29620 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 627078551 832266240 21180 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30031/tid=30035] ppid=30017 vsize=812760 CPUtime=0
/proc/30031/task/30035/stat : 30035 (java) S 30017 30017 29620 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 627078551 832266240 21180 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30031/tid=30036] ppid=30017 vsize=812760 CPUtime=0
/proc/30031/task/30036/stat : 30036 (java) S 30017 30017 29620 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 627078553 832266240 21180 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30031/tid=30037] ppid=30017 vsize=812760 CPUtime=0.33
/proc/30031/task/30037/stat : 30037 (java) S 30017 30017 29620 0 -1 64 941 0 0 0 32 1 0 0 15 0 9 0 627078553 832266240 21180 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30031/tid=30038] ppid=30017 vsize=812760 CPUtime=0
/proc/30031/task/30038/stat : 30038 (java) S 30017 30017 29620 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 627078553 832266240 21180 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30031/tid=30039] ppid=30017 vsize=812760 CPUtime=0
/proc/30031/task/30039/stat : 30039 (java) S 30017 30017 29620 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 627078553 832266240 21180 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 860332

[startup+12.7028 s]
/proc/loadavg: 2.04 2.00 1.73 3/82 30039
/proc/meminfo: memFree=458648/2055920 swapFree=4180236/4192956
[pid=30017] ppid=30015 vsize=47572 CPUtime=0.01
/proc/30017/stat : 30017 (galacE.sh) S 30015 30017 29620 0 -1 4194304 765 2022 0 0 0 0 0 1 18 0 1 0 627078544 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 231493266266 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/30017/statm: 11893 364 245 79 0 219 0
[pid=30031] ppid=30017 vsize=812760 CPUtime=12.52
/proc/30031/stat : 30031 (java) S 30017 30017 29620 0 -1 0 21779 0 1 0 1237 15 0 0 18 0 9 0 627078548 832266240 21180 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30031/statm: 203190 21180 1911 9 0 197171 0
[pid=30031/tid=30032] ppid=30017 vsize=812760 CPUtime=12.08
/proc/30031/task/30032/stat : 30032 (java) R 30017 30017 29620 0 -1 64 14540 0 1 0 1198 10 0 0 25 0 9 0 627078549 832266240 21180 996147200 134512640 134550740 4294955616 18446744073709551615 4127282208 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30031/tid=30033] ppid=30017 vsize=812760 CPUtime=0.08
/proc/30031/task/30033/stat : 30033 (java) S 30017 30017 29620 0 -1 64 5598 0 0 0 6 2 0 0 16 0 9 0 627078551 832266240 21180 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30031/tid=30034] ppid=30017 vsize=812760 CPUtime=0
/proc/30031/task/30034/stat : 30034 (java) S 30017 30017 29620 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 627078551 832266240 21180 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30031/tid=30035] ppid=30017 vsize=812760 CPUtime=0
/proc/30031/task/30035/stat : 30035 (java) S 30017 30017 29620 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 627078551 832266240 21180 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30031/tid=30036] ppid=30017 vsize=812760 CPUtime=0
/proc/30031/task/30036/stat : 30036 (java) S 30017 30017 29620 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 627078553 832266240 21180 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30031/tid=30037] ppid=30017 vsize=812760 CPUtime=0.33
/proc/30031/task/30037/stat : 30037 (java) S 30017 30017 29620 0 -1 64 941 0 0 0 32 1 0 0 15 0 9 0 627078553 832266240 21180 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30031/tid=30038] ppid=30017 vsize=812760 CPUtime=0
/proc/30031/task/30038/stat : 30038 (java) S 30017 30017 29620 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 627078553 832266240 21180 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30031/tid=30039] ppid=30017 vsize=812760 CPUtime=0
/proc/30031/task/30039/stat : 30039 (java) S 30017 30017 29620 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 627078553 832266240 21180 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.53
Current children cumulated vsize (KiB) 860332

[startup+25.5067 s]
/proc/loadavg: 2.03 2.00 1.74 3/82 30039
/proc/meminfo: memFree=451096/2055920 swapFree=4180236/4192956
[pid=30017] ppid=30015 vsize=47572 CPUtime=0.01
/proc/30017/stat : 30017 (galacE.sh) S 30015 30017 29620 0 -1 4194304 765 2022 0 0 0 0 0 1 18 0 1 0 627078544 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 231493266266 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/30017/statm: 11893 364 245 79 0 219 0
[pid=30031] ppid=30017 vsize=812760 CPUtime=25.2
/proc/30031/stat : 30031 (java) S 30017 30017 29620 0 -1 0 21802 0 1 0 2500 20 0 0 18 0 9 0 627078548 832266240 21180 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30031/statm: 203190 21180 1911 9 0 197171 0
[pid=30031/tid=30032] ppid=30017 vsize=812760 CPUtime=24.75
/proc/30031/task/30032/stat : 30032 (java) R 30017 30017 29620 0 -1 64 14563 0 1 0 2460 15 0 0 25 0 9 0 627078549 832266240 21180 996147200 134512640 134550740 4294955616 18446744073709551615 4127333445 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30031/tid=30033] ppid=30017 vsize=812760 CPUtime=0.09
/proc/30031/task/30033/stat : 30033 (java) S 30017 30017 29620 0 -1 64 5598 0 0 0 7 2 0 0 16 0 9 0 627078551 832266240 21180 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30031/tid=30034] ppid=30017 vsize=812760 CPUtime=0
/proc/30031/task/30034/stat : 30034 (java) S 30017 30017 29620 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 627078551 832266240 21180 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30031/tid=30035] ppid=30017 vsize=812760 CPUtime=0
/proc/30031/task/30035/stat : 30035 (java) S 30017 30017 29620 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 627078551 832266240 21180 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30031/tid=30036] ppid=30017 vsize=812760 CPUtime=0
/proc/30031/task/30036/stat : 30036 (java) S 30017 30017 29620 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 627078553 832266240 21180 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30031/tid=30037] ppid=30017 vsize=812760 CPUtime=0.33
/proc/30031/task/30037/stat : 30037 (java) S 30017 30017 29620 0 -1 64 941 0 0 0 32 1 0 0 16 0 9 0 627078553 832266240 21180 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30031/tid=30038] ppid=30017 vsize=812760 CPUtime=0
/proc/30031/task/30038/stat : 30038 (java) S 30017 30017 29620 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 627078553 832266240 21180 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30031/tid=30039] ppid=30017 vsize=812760 CPUtime=0
/proc/30031/task/30039/stat : 30039 (java) R 30017 30017 29620 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 627078553 832266240 21180 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.21
Current children cumulated vsize (KiB) 860332

[startup+51.1015 s]
/proc/loadavg: 2.02 2.00 1.74 4/82 30039
/proc/meminfo: memFree=436248/2055920 swapFree=4180236/4192956
[pid=30017] ppid=30015 vsize=47572 CPUtime=0.01

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

/proc/30031/task/30035/stat : 30035 (java) S 30017 30017 29620 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 627078551 832266240 21180 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30031/tid=30036] ppid=30017 vsize=812760 CPUtime=0
/proc/30031/task/30036/stat : 30036 (java) S 30017 30017 29620 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 627078553 832266240 21180 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30031/tid=30037] ppid=30017 vsize=812760 CPUtime=0.33
/proc/30031/task/30037/stat : 30037 (java) S 30017 30017 29620 0 -1 64 941 0 0 0 32 1 0 0 16 0 9 0 627078553 832266240 21180 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30031/tid=30038] ppid=30017 vsize=812760 CPUtime=0
/proc/30031/task/30038/stat : 30038 (java) S 30017 30017 29620 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 627078553 832266240 21180 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30031/tid=30039] ppid=30017 vsize=812760 CPUtime=0
/proc/30031/task/30039/stat : 30039 (java) S 30017 30017 29620 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 627078553 832266240 21180 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1418.61
Current children cumulated vsize (KiB) 860332

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/84 30071
/proc/meminfo: memFree=217032/2055920 swapFree=4180236/4192956
[pid=30017] ppid=30015 vsize=47572 CPUtime=0.01
/proc/30017/stat : 30017 (galacE.sh) S 30015 30017 29620 0 -1 4194304 765 2022 0 0 0 0 0 1 18 0 1 0 627078544 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 231493266266 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/30017/statm: 11893 364 245 79 0 219 0
[pid=30031] ppid=30017 vsize=812760 CPUtime=1478.53
/proc/30031/stat : 30031 (java) S 30017 30017 29620 0 -1 0 24612 0 1 0 147276 577 0 0 18 0 9 0 627078548 832266240 21180 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30031/statm: 203190 21180 1911 9 0 197171 0
[pid=30031/tid=30032] ppid=30017 vsize=812760 CPUtime=1476.83
/proc/30031/task/30032/stat : 30032 (java) R 30017 30017 29620 0 -1 64 17373 0 1 0 147132 551 0 0 25 0 9 0 627078549 832266240 21180 996147200 134512640 134550740 4294955616 18446744073709551615 4126606714 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30031/tid=30033] ppid=30017 vsize=812760 CPUtime=1.33
/proc/30031/task/30033/stat : 30033 (java) S 30017 30017 29620 0 -1 64 5598 0 0 0 111 22 0 0 16 0 9 0 627078551 832266240 21180 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30031/tid=30034] ppid=30017 vsize=812760 CPUtime=0
/proc/30031/task/30034/stat : 30034 (java) S 30017 30017 29620 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 627078551 832266240 21180 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30031/tid=30035] ppid=30017 vsize=812760 CPUtime=0
/proc/30031/task/30035/stat : 30035 (java) S 30017 30017 29620 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 627078551 832266240 21180 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30031/tid=30036] ppid=30017 vsize=812760 CPUtime=0
/proc/30031/task/30036/stat : 30036 (java) S 30017 30017 29620 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 627078553 832266240 21180 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30031/tid=30037] ppid=30017 vsize=812760 CPUtime=0.33
/proc/30031/task/30037/stat : 30037 (java) S 30017 30017 29620 0 -1 64 941 0 0 0 32 1 0 0 16 0 9 0 627078553 832266240 21180 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30031/tid=30038] ppid=30017 vsize=812760 CPUtime=0
/proc/30031/task/30038/stat : 30038 (java) S 30017 30017 29620 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 627078553 832266240 21180 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30031/tid=30039] ppid=30017 vsize=812760 CPUtime=0
/proc/30031/task/30039/stat : 30039 (java) S 30017 30017 29620 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 627078553 832266240 21180 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1478.54
Current children cumulated vsize (KiB) 860332

[startup+1542.3 s]
/proc/loadavg: 2.07 2.02 1.91 3/84 30071
/proc/meminfo: memFree=170056/2055920 swapFree=4180236/4192956
[pid=30017] ppid=30015 vsize=47572 CPUtime=0.01
/proc/30017/stat : 30017 (galacE.sh) S 30015 30017 29620 0 -1 4194304 765 2022 0 0 0 0 0 1 18 0 1 0 627078544 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 231493266266 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/30017/statm: 11893 364 245 79 0 219 0
[pid=30031] ppid=30017 vsize=812760 CPUtime=1538.47
/proc/30031/stat : 30031 (java) S 30017 30017 29620 0 -1 0 24729 0 1 0 153246 601 0 0 18 0 9 0 627078548 832266240 21180 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30031/statm: 203190 21180 1911 9 0 197171 0
[pid=30031/tid=30032] ppid=30017 vsize=812760 CPUtime=1536.72
/proc/30031/task/30032/stat : 30032 (java) R 30017 30017 29620 0 -1 64 17490 0 1 0 153097 575 0 0 25 0 9 0 627078549 832266240 21180 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30031/tid=30033] ppid=30017 vsize=812760 CPUtime=1.38
/proc/30031/task/30033/stat : 30033 (java) S 30017 30017 29620 0 -1 64 5598 0 0 0 116 22 0 0 16 0 9 0 627078551 832266240 21180 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30031/tid=30034] ppid=30017 vsize=812760 CPUtime=0
/proc/30031/task/30034/stat : 30034 (java) S 30017 30017 29620 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 627078551 832266240 21180 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30031/tid=30035] ppid=30017 vsize=812760 CPUtime=0
/proc/30031/task/30035/stat : 30035 (java) S 30017 30017 29620 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 627078551 832266240 21180 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30031/tid=30036] ppid=30017 vsize=812760 CPUtime=0
/proc/30031/task/30036/stat : 30036 (java) S 30017 30017 29620 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 627078553 832266240 21180 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30031/tid=30037] ppid=30017 vsize=812760 CPUtime=0.33
/proc/30031/task/30037/stat : 30037 (java) S 30017 30017 29620 0 -1 64 941 0 0 0 32 1 0 0 16 0 9 0 627078553 832266240 21180 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30031/tid=30038] ppid=30017 vsize=812760 CPUtime=0
/proc/30031/task/30038/stat : 30038 (java) S 30017 30017 29620 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 627078553 832266240 21180 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30031/tid=30039] ppid=30017 vsize=812760 CPUtime=0
/proc/30031/task/30039/stat : 30039 (java) S 30017 30017 29620 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 627078553 832266240 21180 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1538.48
Current children cumulated vsize (KiB) 860332

[startup+1602.3 s]
/proc/loadavg: 2.02 2.01 1.91 4/85 30072
/proc/meminfo: memFree=123904/2055920 swapFree=4180236/4192956
[pid=30017] ppid=30015 vsize=47572 CPUtime=0.01
/proc/30017/stat : 30017 (galacE.sh) S 30015 30017 29620 0 -1 4194304 765 2022 0 0 0 0 0 1 18 0 1 0 627078544 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 231493266266 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/30017/statm: 11893 364 245 79 0 219 0
[pid=30031] ppid=30017 vsize=812760 CPUtime=1598.4
/proc/30031/stat : 30031 (java) S 30017 30017 29620 0 -1 0 24845 0 1 0 159216 624 0 0 18 0 9 0 627078548 832266240 21180 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30031/statm: 203190 21180 1911 9 0 197171 0
[pid=30031/tid=30032] ppid=30017 vsize=812760 CPUtime=1596.59
/proc/30031/task/30032/stat : 30032 (java) R 30017 30017 29620 0 -1 64 17606 0 1 0 159062 597 0 0 25 0 9 0 627078549 832266240 21180 996147200 134512640 134550740 4294955616 18446744073709551615 4127299623 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30031/tid=30033] ppid=30017 vsize=812760 CPUtime=1.44
/proc/30031/task/30033/stat : 30033 (java) S 30017 30017 29620 0 -1 64 5598 0 0 0 121 23 0 0 16 0 9 0 627078551 832266240 21180 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30031/tid=30034] ppid=30017 vsize=812760 CPUtime=0
/proc/30031/task/30034/stat : 30034 (java) S 30017 30017 29620 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 627078551 832266240 21180 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30031/tid=30035] ppid=30017 vsize=812760 CPUtime=0
/proc/30031/task/30035/stat : 30035 (java) S 30017 30017 29620 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 627078551 832266240 21180 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30031/tid=30036] ppid=30017 vsize=812760 CPUtime=0
/proc/30031/task/30036/stat : 30036 (java) S 30017 30017 29620 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 627078553 832266240 21180 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30031/tid=30037] ppid=30017 vsize=812760 CPUtime=0.33
/proc/30031/task/30037/stat : 30037 (java) S 30017 30017 29620 0 -1 64 941 0 0 0 32 1 0 0 16 0 9 0 627078553 832266240 21180 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30031/tid=30038] ppid=30017 vsize=812760 CPUtime=0
/proc/30031/task/30038/stat : 30038 (java) S 30017 30017 29620 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 627078553 832266240 21180 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30031/tid=30039] ppid=30017 vsize=812760 CPUtime=0
/proc/30031/task/30039/stat : 30039 (java) S 30017 30017 29620 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 627078553 832266240 21180 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1598.41
Current children cumulated vsize (KiB) 860332

[startup+1662.3 s]
/proc/loadavg: 2.01 2.00 1.91 3/85 30072
/proc/meminfo: memFree=76864/2055920 swapFree=4180236/4192956
[pid=30017] ppid=30015 vsize=47572 CPUtime=0.01
/proc/30017/stat : 30017 (galacE.sh) S 30015 30017 29620 0 -1 4194304 765 2022 0 0 0 0 0 1 18 0 1 0 627078544 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 231493266266 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/30017/statm: 11893 364 245 79 0 219 0
[pid=30031] ppid=30017 vsize=812760 CPUtime=1658.33
/proc/30031/stat : 30031 (java) S 30017 30017 29620 0 -1 0 24962 0 1 0 165185 648 0 0 18 0 9 0 627078548 832266240 21180 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30031/statm: 203190 21180 1911 9 0 197171 0
[pid=30031/tid=30032] ppid=30017 vsize=812760 CPUtime=1656.47
/proc/30031/task/30032/stat : 30032 (java) R 30017 30017 29620 0 -1 64 17723 0 1 0 165026 621 0 0 25 0 9 0 627078549 832266240 21180 996147200 134512640 134550740 4294955616 18446744073709551615 4127251896 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30031/tid=30033] ppid=30017 vsize=812760 CPUtime=1.5
/proc/30031/task/30033/stat : 30033 (java) S 30017 30017 29620 0 -1 64 5598 0 0 0 126 24 0 0 16 0 9 0 627078551 832266240 21180 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30031/tid=30034] ppid=30017 vsize=812760 CPUtime=0
/proc/30031/task/30034/stat : 30034 (java) S 30017 30017 29620 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 627078551 832266240 21180 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30031/tid=30035] ppid=30017 vsize=812760 CPUtime=0
/proc/30031/task/30035/stat : 30035 (java) S 30017 30017 29620 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 627078551 832266240 21180 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30031/tid=30036] ppid=30017 vsize=812760 CPUtime=0
/proc/30031/task/30036/stat : 30036 (java) S 30017 30017 29620 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 627078553 832266240 21180 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30031/tid=30037] ppid=30017 vsize=812760 CPUtime=0.33
/proc/30031/task/30037/stat : 30037 (java) S 30017 30017 29620 0 -1 64 941 0 0 0 32 1 0 0 16 0 9 0 627078553 832266240 21180 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30031/tid=30038] ppid=30017 vsize=812760 CPUtime=0
/proc/30031/task/30038/stat : 30038 (java) S 30017 30017 29620 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 627078553 832266240 21180 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30031/tid=30039] ppid=30017 vsize=812760 CPUtime=0
/proc/30031/task/30039/stat : 30039 (java) S 30017 30017 29620 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 627078553 832266240 21180 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1658.34
Current children cumulated vsize (KiB) 860332



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+1711.1 s]
/proc/loadavg: 2.08 2.02 1.92 3/77 30073
/proc/meminfo: memFree=15304/2055920 swapFree=4180236/4192956
[pid=30017] ppid=30015 vsize=47572 CPUtime=1695.83
/proc/30017/stat : 30017 (galacE.sh) S 30015 30017 29620 0 -1 4194304 799 27069 0 1 0 0 168916 667 17 0 1 0 627078544 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 231493266266 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/30017/statm: 11893 364 245 79 0 219 0
[pid=30073] ppid=30017 vsize=876996 CPUtime=9.81
/proc/30073/stat : 30073 (eSAT_static) R 30017 30017 29620 0 -1 4194304 201382 0 0 0 835 146 0 0 20 0 1 0 627248528 898043904 201364 996147200 134512640 135177480 4294955984 18446744073709551615 134768350 0 0 4096 3 0 0 0 17 1 0 0
/proc/30073/statm: 219249 201364 64 162 0 219084 0
Current children cumulated CPU time (s) 1705.64
Current children cumulated vsize (KiB) 924568

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

[startup+1711.1 s]
/proc/loadavg: 2.08 2.02 1.92 3/77 30073
/proc/meminfo: memFree=15304/2055920 swapFree=4180236/4192956
[pid=30017] ppid=30015 vsize=47572 CPUtime=1695.83
/proc/30017/stat : 30017 (galacE.sh) S 30015 30017 29620 0 -1 4194304 799 27069 0 1 0 0 168916 667 17 0 1 0 627078544 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 231493266266 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/30017/statm: 11893 364 245 79 0 219 0
[pid=30073] ppid=30017 vsize=876996 CPUtime=9.81
/proc/30073/stat : 30073 (eSAT_static) R 30017 30017 29620 0 -1 4194304 201382 0 0 0 835 146 0 0 20 0 1 0 627248528 898043904 201364 996147200 134512640 135177480 4294955984 18446744073709551615 134768350 0 0 4096 3 0 0 0 17 1 0 0
/proc/30073/statm: 219249 201364 64 162 0 219084 0
Current children cumulated CPU time (s) 1705.64
Current children cumulated vsize (KiB) 924568

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 30017 and gives
#  childrusage.ru_utime.tv_sec=1689
#  childrusage.ru_utime.tv_usec=170207
#  childrusage.ru_stime.tv_sec=6
#  childrusage.ru_stime.tv_usec=680984
# CPU time returned by wait4() is 1695.85
# while last known CPU time is 1705.64
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1711.11
CPU time (s): 1705.64
CPU user time (s): 1697.51
CPU system time (s): 8.13
CPU usage (%): 99.6801
Max. virtual memory (cumulated for all children) (KiB): 924568

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1689.17
system time used= 6.68098
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 27868
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 57044
involuntary context switches= 38008

runsolver used 2.48762 second user time and 5.35219 second system time

The end

Launcher Data (download as text)

Begin job on node39 at 2008-07-03 01:30:49
IDJOB=1047816
IDBENCH=54163
IDSOLVER=351
FILE ID=node39/1047816-1215041449
PBS_JOBID= 7875096
Free space on /tmp= 66544 MiB

SOLVER NAME= galac E
BENCH NAME= CPAI08/csp/bddLarge/normalized-bdd-21-2713-15-79-34_ext.xml
COMMAND LINE= HOME/galacE.sh BENCHNAME 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1047816-1215041449/watcher-1047816-1215041449 -o /tmp/evaluation-result-1047816-1215041449/solver-1047816-1215041449 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/galacE.sh HOME/instance-1047816-1215041449.xml 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 1a9b9b8e0b91bf1ef35a24a11c15b7ec
RANDOM SEED=1677020820

node39.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.267
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.267
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:        543120 kB
Buffers:         67508 kB
Cached:         548296 kB
SwapCached:       6532 kB
Active:         964296 kB
Inactive:       473320 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        543120 kB
SwapTotal:     4192956 kB
SwapFree:      4180236 kB
Dirty:            3600 kB
Writeback:           0 kB
Mapped:         828952 kB
Slab:            59000 kB
Committed_AS:  1684584 kB
PageTables:       3300 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= 65372 MiB
End job on node39 at 2008-07-03 01:59:23