Trace number 1052129

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) 587.91 592.819

General information on the benchmark

Namecsp/bddSmall/
normalized-bdd-21-133-18-78-7_ext.xml
MD5SUMeba2fe074420dddfb095f3c4667a29a8
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 benchmark0.812875
Satisfiable
(Un)Satisfiability was proved
Number of variables21
Number of constraints133
Maximum constraint arity18
Maximum domain size2
Number of constraints which are defined in extension133
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 ---
2.24/2.33	c start processing
2.24/2.33	c start relation processing
3.33/3.47	c start cnf exporting
577.65/582.41	c parsing time : 2.195
577.65/582.41	c preprocessing time : 582.283
577.65/582.41	
577.65/582.41	c Nary constraints - conflicts : 0 supports : 133
577.65/582.41	c Binary constraints - conflicts : 0 supports :0
577.65/582.41	c max arity constraint : 18
577.65/582.41	c Max Tuples generated 0
577.65/582.41	c relations : 1
577.65/582.41	c relations BDD: 1
577.65/582.41	c sampling 0/0
577.65/582.41	c vars : 4599960 - clauses :  16711982
577.65/582.41	
577.65/582.47	 
577.65/582.47	c --- SAT Solver Stats ---
577.65/582.47	 
577.65/582.47	c eSAT 0.1 : minisat core with additionnal features
577.65/582.47	c ============================[ Problem Statistics ]=============================
577.65/582.47	c |                                                                             |
577.65/582.48	c |  Number of variables:  4599959                                              |
577.65/582.48	c |  Number of clauses:    16711982                                             |

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-1052129-1215055950/watcher-1052129-1215055950 -o /tmp/evaluation-result-1052129-1215055950/solver-1052129-1215055950 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacE.sh HOME/instance-1052129-1215055950.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.00 2.02 2.00 4/73 17280
/proc/meminfo: memFree=935832/2055920 swapFree=4113744/4192956
[pid=17280] ppid=17278 vsize=18572 CPUtime=0
/proc/17280/stat : 17280 (runsolver) R 17278 17280 13842 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 1535271237 19017728 292 996147200 4194304 4296836 548682068496 18446744073709551615 215418989863 0 0 4096 24578 0 0 0 17 1 0 0
/proc/17280/statm: 4643 292 257 25 0 2626 0

[startup+0.079985 s]
/proc/loadavg: 2.00 2.02 2.00 4/73 17280
/proc/meminfo: memFree=935832/2055920 swapFree=4113744/4192956
[pid=17280] ppid=17278 vsize=47580 CPUtime=0.01
/proc/17280/stat : 17280 (galacE.sh) S 17278 17280 13842 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 1535271237 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 215418596186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/17280/statm: 11895 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47580

[startup+0.102694 s]
/proc/loadavg: 2.00 2.02 2.00 4/73 17280
/proc/meminfo: memFree=935832/2055920 swapFree=4113744/4192956
[pid=17280] ppid=17278 vsize=47580 CPUtime=0.01
/proc/17280/stat : 17280 (galacE.sh) S 17278 17280 13842 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 1535271237 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 215418596186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/17280/statm: 11895 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47580

[startup+0.301734 s]
/proc/loadavg: 2.00 2.02 2.00 4/73 17280
/proc/meminfo: memFree=935832/2055920 swapFree=4113744/4192956
[pid=17280] ppid=17278 vsize=47580 CPUtime=0.01
/proc/17280/stat : 17280 (galacE.sh) S 17278 17280 13842 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 1535271237 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 215418596186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/17280/statm: 11895 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47580

[startup+0.701812 s]
/proc/loadavg: 2.00 2.02 2.00 4/73 17280
/proc/meminfo: memFree=935832/2055920 swapFree=4113744/4192956
[pid=17280] ppid=17278 vsize=47580 CPUtime=0.01
/proc/17280/stat : 17280 (galacE.sh) S 17278 17280 13842 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 1535271237 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 215418596186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/17280/statm: 11895 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47580

[startup+1.50296 s]
/proc/loadavg: 2.08 2.03 2.01 3/83 17302
/proc/meminfo: memFree=849288/2055920 swapFree=4113744/4192956
[pid=17280] ppid=17278 vsize=47580 CPUtime=0.01
/proc/17280/stat : 17280 (galacE.sh) S 17278 17280 13842 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 1535271237 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 215418596186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/17280/statm: 11895 364 245 79 0 219 0
[pid=17294] ppid=17280 vsize=812732 CPUtime=1.43
/proc/17294/stat : 17294 (java) S 17280 17280 13842 0 -1 0 23853 0 1 0 131 12 0 0 18 0 9 0 1535271241 832237568 23280 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17294/statm: 203183 23280 1881 9 0 197164 0
[pid=17294/tid=17295] ppid=17280 vsize=812732 CPUtime=1.25
/proc/17294/task/17295/stat : 17295 (java) R 17280 17280 13842 0 -1 64 14454 0 1 0 117 8 0 0 25 0 9 0 1535271242 832237568 23280 996147200 134512640 134550740 4294955616 18446744073709551615 4125969906 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17294/tid=17296] ppid=17280 vsize=812732 CPUtime=0.07
/proc/17294/task/17296/stat : 17296 (java) S 17280 17280 13842 0 -1 64 7966 0 0 0 4 3 0 0 16 0 9 0 1535271244 832237568 23280 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17294/tid=17297] ppid=17280 vsize=812732 CPUtime=0
/proc/17294/task/17297/stat : 17297 (java) S 17280 17280 13842 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 1535271244 832237568 23280 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17294/tid=17298] ppid=17280 vsize=812732 CPUtime=0
/proc/17294/task/17298/stat : 17298 (java) S 17280 17280 13842 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1535271244 832237568 23280 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17294/tid=17299] ppid=17280 vsize=812732 CPUtime=0
/proc/17294/task/17299/stat : 17299 (java) S 17280 17280 13842 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1535271246 832237568 23280 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17294/tid=17300] ppid=17280 vsize=812732 CPUtime=0.08
/proc/17294/task/17300/stat : 17300 (java) S 17280 17280 13842 0 -1 64 735 0 0 0 8 0 0 0 16 0 9 0 1535271246 832237568 23280 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17294/tid=17301] ppid=17280 vsize=812732 CPUtime=0
/proc/17294/task/17301/stat : 17301 (java) S 17280 17280 13842 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1535271246 832237568 23280 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17294/tid=17302] ppid=17280 vsize=812732 CPUtime=0
/proc/17294/task/17302/stat : 17302 (java) S 17280 17280 13842 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1535271246 832237568 23280 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 860312

[startup+3.10127 s]
/proc/loadavg: 2.08 2.03 2.01 3/83 17302
/proc/meminfo: memFree=816136/2055920 swapFree=4113744/4192956
[pid=17280] ppid=17278 vsize=47580 CPUtime=0.01
/proc/17280/stat : 17280 (galacE.sh) S 17278 17280 13842 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 1535271237 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 215418596186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/17280/statm: 11895 364 245 79 0 219 0
[pid=17294] ppid=17280 vsize=812732 CPUtime=3.02
/proc/17294/stat : 17294 (java) S 17280 17280 13842 0 -1 0 32111 0 1 0 285 17 0 0 18 0 9 0 1535271241 832237568 31536 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17294/statm: 203183 31536 1886 9 0 197164 0
[pid=17294/tid=17295] ppid=17280 vsize=812732 CPUtime=2.69
/proc/17294/task/17295/stat : 17295 (java) R 17280 17280 13842 0 -1 64 14479 0 1 0 260 9 0 0 25 0 9 0 1535271242 832237568 31536 996147200 134512640 134550740 4294955616 18446744073709551615 4126861719 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17294/tid=17296] ppid=17280 vsize=812732 CPUtime=0.15
/proc/17294/task/17296/stat : 17296 (java) S 17280 17280 13842 0 -1 64 16143 0 0 0 8 7 0 0 17 0 9 0 1535271244 832237568 31536 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17294/tid=17297] ppid=17280 vsize=812732 CPUtime=0
/proc/17294/task/17297/stat : 17297 (java) S 17280 17280 13842 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 1535271244 832237568 31536 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17294/tid=17298] ppid=17280 vsize=812732 CPUtime=0
/proc/17294/task/17298/stat : 17298 (java) S 17280 17280 13842 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1535271244 832237568 31536 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17294/tid=17299] ppid=17280 vsize=812732 CPUtime=0
/proc/17294/task/17299/stat : 17299 (java) S 17280 17280 13842 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1535271246 832237568 31536 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17294/tid=17300] ppid=17280 vsize=812732 CPUtime=0.17
/proc/17294/task/17300/stat : 17300 (java) S 17280 17280 13842 0 -1 64 791 0 0 0 17 0 0 0 15 0 9 0 1535271246 832237568 31536 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17294/tid=17301] ppid=17280 vsize=812732 CPUtime=0
/proc/17294/task/17301/stat : 17301 (java) S 17280 17280 13842 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1535271246 832237568 31536 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17294/tid=17302] ppid=17280 vsize=812732 CPUtime=0
/proc/17294/task/17302/stat : 17302 (java) S 17280 17280 13842 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1535271246 832237568 31536 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.03
Current children cumulated vsize (KiB) 860312

[startup+6.30289 s]
/proc/loadavg: 2.08 2.03 2.01 3/83 17302
/proc/meminfo: memFree=799560/2055920 swapFree=4113744/4192956
[pid=17280] ppid=17278 vsize=47580 CPUtime=0.01
/proc/17280/stat : 17280 (galacE.sh) S 17278 17280 13842 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 1535271237 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 215418596186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/17280/statm: 11895 364 245 79 0 219 0
[pid=17294] ppid=17280 vsize=812732 CPUtime=6.19
/proc/17294/stat : 17294 (java) S 17280 17280 13842 0 -1 0 35985 0 1 0 599 20 0 0 18 0 9 0 1535271241 832237568 35399 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17294/statm: 203183 35399 1908 9 0 197164 0
[pid=17294/tid=17295] ppid=17280 vsize=812732 CPUtime=5.57
/proc/17294/task/17295/stat : 17295 (java) R 17280 17280 13842 0 -1 64 14533 0 1 0 547 10 0 0 25 0 9 0 1535271242 832237568 35399 996147200 134512640 134550740 4294955616 18446744073709551615 4126633412 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17294/tid=17296] ppid=17280 vsize=812732 CPUtime=0.35
/proc/17294/task/17296/stat : 17296 (java) S 17280 17280 13842 0 -1 64 19912 0 0 0 26 9 0 0 16 0 9 0 1535271244 832237568 35399 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17294/tid=17297] ppid=17280 vsize=812732 CPUtime=0
/proc/17294/task/17297/stat : 17297 (java) S 17280 17280 13842 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1535271244 832237568 35399 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17294/tid=17298] ppid=17280 vsize=812732 CPUtime=0
/proc/17294/task/17298/stat : 17298 (java) S 17280 17280 13842 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1535271244 832237568 35399 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17294/tid=17299] ppid=17280 vsize=812732 CPUtime=0
/proc/17294/task/17299/stat : 17299 (java) S 17280 17280 13842 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1535271246 832237568 35399 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17294/tid=17300] ppid=17280 vsize=812732 CPUtime=0.24
/proc/17294/task/17300/stat : 17300 (java) S 17280 17280 13842 0 -1 64 842 0 0 0 24 0 0 0 15 0 9 0 1535271246 832237568 35399 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17294/tid=17301] ppid=17280 vsize=812732 CPUtime=0
/proc/17294/task/17301/stat : 17301 (java) S 17280 17280 13842 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1535271246 832237568 35399 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17294/tid=17302] ppid=17280 vsize=812732 CPUtime=0
/proc/17294/task/17302/stat : 17302 (java) S 17280 17280 13842 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1535271246 832237568 35399 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 860312

[startup+12.7021 s]
/proc/loadavg: 2.07 2.03 2.00 4/83 17302
/proc/meminfo: memFree=796040/2055920 swapFree=4113744/4192956
[pid=17280] ppid=17278 vsize=47580 CPUtime=0.01
/proc/17280/stat : 17280 (galacE.sh) S 17278 17280 13842 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 1535271237 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 215418596186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/17280/statm: 11895 364 245 79 0 219 0
[pid=17294] ppid=17280 vsize=812732 CPUtime=12.53
/proc/17294/stat : 17294 (java) S 17280 17280 13842 0 -1 0 35999 0 1 0 1231 22 0 0 18 0 9 0 1535271241 832237568 35402 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17294/statm: 203183 35402 1908 9 0 197164 0
[pid=17294/tid=17295] ppid=17280 vsize=812732 CPUtime=11.9
/proc/17294/task/17295/stat : 17295 (java) R 17280 17280 13842 0 -1 64 14544 0 1 0 1178 12 0 0 25 0 9 0 1535271242 832237568 35402 996147200 134512640 134550740 4294955616 18446744073709551615 4126942287 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17294/tid=17296] ppid=17280 vsize=812732 CPUtime=0.36
/proc/17294/task/17296/stat : 17296 (java) S 17280 17280 13842 0 -1 64 19912 0 0 0 27 9 0 0 16 0 9 0 1535271244 832237568 35402 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17294/tid=17297] ppid=17280 vsize=812732 CPUtime=0
/proc/17294/task/17297/stat : 17297 (java) S 17280 17280 13842 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1535271244 832237568 35402 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17294/tid=17298] ppid=17280 vsize=812732 CPUtime=0
/proc/17294/task/17298/stat : 17298 (java) S 17280 17280 13842 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1535271244 832237568 35402 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17294/tid=17299] ppid=17280 vsize=812732 CPUtime=0
/proc/17294/task/17299/stat : 17299 (java) S 17280 17280 13842 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1535271246 832237568 35402 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17294/tid=17300] ppid=17280 vsize=812732 CPUtime=0.25
/proc/17294/task/17300/stat : 17300 (java) S 17280 17280 13842 0 -1 64 845 0 0 0 25 0 0 0 15 0 9 0 1535271246 832237568 35402 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17294/tid=17301] ppid=17280 vsize=812732 CPUtime=0
/proc/17294/task/17301/stat : 17301 (java) S 17280 17280 13842 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1535271246 832237568 35402 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17294/tid=17302] ppid=17280 vsize=812732 CPUtime=0
/proc/17294/task/17302/stat : 17302 (java) S 17280 17280 13842 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1535271246 832237568 35402 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.54
Current children cumulated vsize (KiB) 860312

[startup+25.5026 s]
/proc/loadavg: 2.06 2.03 2.00 3/83 17302
/proc/meminfo: memFree=788872/2055920 swapFree=4113744/4192956
[pid=17280] ppid=17278 vsize=47580 CPUtime=0.01
/proc/17280/stat : 17280 (galacE.sh) S 17278 17280 13842 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 1535271237 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 215418596186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/17280/statm: 11895 364 245 79 0 219 0
[pid=17294] ppid=17280 vsize=812732 CPUtime=25.18
/proc/17294/stat : 17294 (java) S 17280 17280 13842 0 -1 0 36021 0 1 0 2491 27 0 0 18 0 9 0 1535271241 832237568 35402 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17294/statm: 203183 35402 1908 9 0 197164 0
[pid=17294/tid=17295] ppid=17280 vsize=812732 CPUtime=24.53
/proc/17294/task/17295/stat : 17295 (java) R 17280 17280 13842 0 -1 64 14566 0 1 0 2437 16 0 0 25 0 9 0 1535271242 832237568 35402 996147200 134512640 134550740 4294955616 18446744073709551615 103568640 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17294/tid=17296] ppid=17280 vsize=812732 CPUtime=0.37
/proc/17294/task/17296/stat : 17296 (java) S 17280 17280 13842 0 -1 64 19912 0 0 0 28 9 0 0 16 0 9 0 1535271244 832237568 35402 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17294/tid=17297] ppid=17280 vsize=812732 CPUtime=0
/proc/17294/task/17297/stat : 17297 (java) S 17280 17280 13842 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1535271244 832237568 35402 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17294/tid=17298] ppid=17280 vsize=812732 CPUtime=0
/proc/17294/task/17298/stat : 17298 (java) S 17280 17280 13842 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1535271244 832237568 35402 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17294/tid=17299] ppid=17280 vsize=812732 CPUtime=0
/proc/17294/task/17299/stat : 17299 (java) S 17280 17280 13842 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1535271246 832237568 35402 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17294/tid=17300] ppid=17280 vsize=812732 CPUtime=0.25
/proc/17294/task/17300/stat : 17300 (java) S 17280 17280 13842 0 -1 64 845 0 0 0 25 0 0 0 15 0 9 0 1535271246 832237568 35402 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17294/tid=17301] ppid=17280 vsize=812732 CPUtime=0
/proc/17294/task/17301/stat : 17301 (java) S 17280 17280 13842 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1535271246 832237568 35402 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17294/tid=17302] ppid=17280 vsize=812732 CPUtime=0
/proc/17294/task/17302/stat : 17302 (java) S 17280 17280 13842 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1535271246 832237568 35402 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.19
Current children cumulated vsize (KiB) 860312

[startup+51.1025 s]
/proc/loadavg: 2.03 2.03 2.00 3/83 17304
/proc/meminfo: memFree=774600/2055920 swapFree=4113744/4192956
[pid=17280] ppid=17278 vsize=47580 CPUtime=0.01

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

/proc/17280/stat : 17280 (galacE.sh) S 17278 17280 13842 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 1535271237 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 215418596186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/17280/statm: 11895 364 245 79 0 219 0
[pid=17294] ppid=17280 vsize=812732 CPUtime=338.76
/proc/17294/stat : 17294 (java) S 17280 17280 13842 0 -1 0 36566 0 1 0 33725 151 0 0 18 0 9 0 1535271241 832237568 35402 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17294/statm: 203183 35402 1908 9 0 197164 0
[pid=17294/tid=17295] ppid=17280 vsize=812732 CPUtime=337.75
/proc/17294/task/17295/stat : 17295 (java) R 17280 17280 13842 0 -1 64 15111 0 1 0 33638 137 0 0 25 0 9 0 1535271242 832237568 35402 996147200 134512640 134550740 4294955616 18446744073709551615 4127038816 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17294/tid=17296] ppid=17280 vsize=812732 CPUtime=0.72
/proc/17294/task/17296/stat : 17296 (java) S 17280 17280 13842 0 -1 64 19912 0 0 0 60 12 0 0 16 0 9 0 1535271244 832237568 35402 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17294/tid=17297] ppid=17280 vsize=812732 CPUtime=0
/proc/17294/task/17297/stat : 17297 (java) S 17280 17280 13842 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1535271244 832237568 35402 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17294/tid=17298] ppid=17280 vsize=812732 CPUtime=0
/proc/17294/task/17298/stat : 17298 (java) S 17280 17280 13842 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1535271244 832237568 35402 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17294/tid=17299] ppid=17280 vsize=812732 CPUtime=0
/proc/17294/task/17299/stat : 17299 (java) S 17280 17280 13842 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1535271246 832237568 35402 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17294/tid=17300] ppid=17280 vsize=812732 CPUtime=0.25
/proc/17294/task/17300/stat : 17300 (java) S 17280 17280 13842 0 -1 64 845 0 0 0 25 0 0 0 16 0 9 0 1535271246 832237568 35402 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17294/tid=17301] ppid=17280 vsize=812732 CPUtime=0
/proc/17294/task/17301/stat : 17301 (java) S 17280 17280 13842 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1535271246 832237568 35402 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17294/tid=17302] ppid=17280 vsize=812732 CPUtime=0
/proc/17294/task/17302/stat : 17302 (java) S 17280 17280 13842 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1535271246 832237568 35402 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 338.77
Current children cumulated vsize (KiB) 860312

[startup+402.303 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 17304
/proc/meminfo: memFree=560328/2055920 swapFree=4113744/4192956
[pid=17280] ppid=17278 vsize=47580 CPUtime=0.01
/proc/17280/stat : 17280 (galacE.sh) S 17278 17280 13842 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 1535271237 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 215418596186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/17280/statm: 11895 364 245 79 0 219 0
[pid=17294] ppid=17280 vsize=812732 CPUtime=398.15
/proc/17294/stat : 17294 (java) S 17280 17280 13842 0 -1 0 36670 0 1 0 39640 175 0 0 18 0 9 0 1535271241 832237568 35403 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17294/statm: 203183 35403 1908 9 0 197164 0
[pid=17294/tid=17295] ppid=17280 vsize=812732 CPUtime=397.08
/proc/17294/task/17295/stat : 17295 (java) R 17280 17280 13842 0 -1 64 15214 0 1 0 39547 161 0 0 25 0 9 0 1535271242 832237568 35403 996147200 134512640 134550740 4294955616 18446744073709551615 4126939551 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17294/tid=17296] ppid=17280 vsize=812732 CPUtime=0.8
/proc/17294/task/17296/stat : 17296 (java) S 17280 17280 13842 0 -1 64 19912 0 0 0 67 13 0 0 16 0 9 0 1535271244 832237568 35403 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17294/tid=17297] ppid=17280 vsize=812732 CPUtime=0
/proc/17294/task/17297/stat : 17297 (java) S 17280 17280 13842 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1535271244 832237568 35403 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17294/tid=17298] ppid=17280 vsize=812732 CPUtime=0
/proc/17294/task/17298/stat : 17298 (java) S 17280 17280 13842 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1535271244 832237568 35403 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17294/tid=17299] ppid=17280 vsize=812732 CPUtime=0
/proc/17294/task/17299/stat : 17299 (java) S 17280 17280 13842 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1535271246 832237568 35403 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17294/tid=17300] ppid=17280 vsize=812732 CPUtime=0.25
/proc/17294/task/17300/stat : 17300 (java) S 17280 17280 13842 0 -1 64 846 0 0 0 25 0 0 0 16 0 9 0 1535271246 832237568 35403 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17294/tid=17301] ppid=17280 vsize=812732 CPUtime=0
/proc/17294/task/17301/stat : 17301 (java) S 17280 17280 13842 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1535271246 832237568 35403 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17294/tid=17302] ppid=17280 vsize=812732 CPUtime=0
/proc/17294/task/17302/stat : 17302 (java) S 17280 17280 13842 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1535271246 832237568 35403 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 398.16
Current children cumulated vsize (KiB) 860312

[startup+462.301 s]
/proc/loadavg: 2.32 2.08 2.02 4/92 17448
/proc/meminfo: memFree=1186752/2055920 swapFree=4113744/4192956
[pid=17280] ppid=17278 vsize=47580 CPUtime=0.01
/proc/17280/stat : 17280 (galacE.sh) S 17278 17280 13842 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 1535271237 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 215418596186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/17280/statm: 11895 364 245 79 0 219 0
[pid=17294] ppid=17280 vsize=812732 CPUtime=457.77
/proc/17294/stat : 17294 (java) S 17280 17280 13842 0 -1 0 36779 0 1 0 45580 197 0 0 18 0 9 0 1535271241 832237568 35403 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17294/statm: 203183 35403 1908 9 0 197164 0
[pid=17294/tid=17295] ppid=17280 vsize=812732 CPUtime=456.63
/proc/17294/task/17295/stat : 17295 (java) R 17280 17280 13842 0 -1 64 15323 0 1 0 45481 182 0 0 25 0 9 0 1535271242 832237568 35403 996147200 134512640 134550740 4294955616 18446744073709551615 4126606687 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17294/tid=17296] ppid=17280 vsize=812732 CPUtime=0.86
/proc/17294/task/17296/stat : 17296 (java) S 17280 17280 13842 0 -1 64 19912 0 0 0 72 14 0 0 16 0 9 0 1535271244 832237568 35403 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17294/tid=17297] ppid=17280 vsize=812732 CPUtime=0
/proc/17294/task/17297/stat : 17297 (java) S 17280 17280 13842 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1535271244 832237568 35403 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17294/tid=17298] ppid=17280 vsize=812732 CPUtime=0
/proc/17294/task/17298/stat : 17298 (java) S 17280 17280 13842 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1535271244 832237568 35403 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17294/tid=17299] ppid=17280 vsize=812732 CPUtime=0
/proc/17294/task/17299/stat : 17299 (java) S 17280 17280 13842 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1535271246 832237568 35403 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17294/tid=17300] ppid=17280 vsize=812732 CPUtime=0.25
/proc/17294/task/17300/stat : 17300 (java) S 17280 17280 13842 0 -1 64 846 0 0 0 25 0 0 0 16 0 9 0 1535271246 832237568 35403 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17294/tid=17301] ppid=17280 vsize=812732 CPUtime=0
/proc/17294/task/17301/stat : 17301 (java) S 17280 17280 13842 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1535271246 832237568 35403 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17294/tid=17302] ppid=17280 vsize=812732 CPUtime=0
/proc/17294/task/17302/stat : 17302 (java) S 17280 17280 13842 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1535271246 832237568 35403 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 457.78
Current children cumulated vsize (KiB) 860312

[startup+522.302 s]
/proc/loadavg: 2.18 2.09 2.03 3/91 17522
/proc/meminfo: memFree=1237312/2055920 swapFree=4113744/4192956
[pid=17280] ppid=17278 vsize=47580 CPUtime=0.01
/proc/17280/stat : 17280 (galacE.sh) S 17278 17280 13842 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 1535271237 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 215418596186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/17280/statm: 11895 364 245 79 0 219 0
[pid=17294] ppid=17280 vsize=812732 CPUtime=517.7
/proc/17294/stat : 17294 (java) S 17280 17280 13842 0 -1 0 36892 0 1 0 51549 221 0 0 18 0 9 0 1535271241 832237568 35403 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17294/statm: 203183 35403 1908 9 0 197164 0
[pid=17294/tid=17295] ppid=17280 vsize=812732 CPUtime=516.49
/proc/17294/task/17295/stat : 17295 (java) R 17280 17280 13842 0 -1 64 15436 0 1 0 51444 205 0 0 25 0 9 0 1535271242 832237568 35403 996147200 134512640 134550740 4294955616 18446744073709551615 4127019891 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17294/tid=17296] ppid=17280 vsize=812732 CPUtime=0.92
/proc/17294/task/17296/stat : 17296 (java) S 17280 17280 13842 0 -1 64 19912 0 0 0 78 14 0 0 16 0 9 0 1535271244 832237568 35403 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17294/tid=17297] ppid=17280 vsize=812732 CPUtime=0
/proc/17294/task/17297/stat : 17297 (java) S 17280 17280 13842 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1535271244 832237568 35403 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17294/tid=17298] ppid=17280 vsize=812732 CPUtime=0
/proc/17294/task/17298/stat : 17298 (java) S 17280 17280 13842 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1535271244 832237568 35403 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17294/tid=17299] ppid=17280 vsize=812732 CPUtime=0
/proc/17294/task/17299/stat : 17299 (java) S 17280 17280 13842 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1535271246 832237568 35403 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17294/tid=17300] ppid=17280 vsize=812732 CPUtime=0.25
/proc/17294/task/17300/stat : 17300 (java) S 17280 17280 13842 0 -1 64 846 0 0 0 25 0 0 0 16 0 9 0 1535271246 832237568 35403 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17294/tid=17301] ppid=17280 vsize=812732 CPUtime=0
/proc/17294/task/17301/stat : 17301 (java) S 17280 17280 13842 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1535271246 832237568 35403 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17294/tid=17302] ppid=17280 vsize=812732 CPUtime=0
/proc/17294/task/17302/stat : 17302 (java) S 17280 17280 13842 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1535271246 832237568 35403 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 517.71
Current children cumulated vsize (KiB) 860312

[startup+582.302 s]
/proc/loadavg: 2.02 2.06 2.02 4/92 17616
/proc/meminfo: memFree=956160/2055920 swapFree=4113744/4192956
[pid=17280] ppid=17278 vsize=47580 CPUtime=0.01
/proc/17280/stat : 17280 (galacE.sh) S 17278 17280 13842 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 1535271237 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 215418596186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/17280/statm: 11895 364 245 79 0 219 0
[pid=17294] ppid=17280 vsize=812732 CPUtime=577.53
/proc/17294/stat : 17294 (java) S 17280 17280 13842 0 -1 0 37004 0 1 0 57503 250 0 0 18 0 9 0 1535271241 832237568 35403 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17294/statm: 203183 35403 1908 9 0 197164 0
[pid=17294/tid=17295] ppid=17280 vsize=812732 CPUtime=576.27
/proc/17294/task/17295/stat : 17295 (java) R 17280 17280 13842 0 -1 64 15548 0 1 0 57393 234 0 0 25 0 9 0 1535271242 832237568 35403 996147200 134512640 134550740 4294955616 18446744073709551615 4127063796 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17294/tid=17296] ppid=17280 vsize=812732 CPUtime=0.99
/proc/17294/task/17296/stat : 17296 (java) S 17280 17280 13842 0 -1 64 19912 0 0 0 84 15 0 0 16 0 9 0 1535271244 832237568 35403 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17294/tid=17297] ppid=17280 vsize=812732 CPUtime=0
/proc/17294/task/17297/stat : 17297 (java) S 17280 17280 13842 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1535271244 832237568 35403 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17294/tid=17298] ppid=17280 vsize=812732 CPUtime=0
/proc/17294/task/17298/stat : 17298 (java) S 17280 17280 13842 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1535271244 832237568 35403 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17294/tid=17299] ppid=17280 vsize=812732 CPUtime=0
/proc/17294/task/17299/stat : 17299 (java) S 17280 17280 13842 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1535271246 832237568 35403 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17294/tid=17300] ppid=17280 vsize=812732 CPUtime=0.25
/proc/17294/task/17300/stat : 17300 (java) S 17280 17280 13842 0 -1 64 846 0 0 0 25 0 0 0 16 0 9 0 1535271246 832237568 35403 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17294/tid=17301] ppid=17280 vsize=812732 CPUtime=0
/proc/17294/task/17301/stat : 17301 (java) S 17280 17280 13842 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1535271246 832237568 35403 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17294/tid=17302] ppid=17280 vsize=812732 CPUtime=0
/proc/17294/task/17302/stat : 17302 (java) S 17280 17280 13842 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1535271246 832237568 35403 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 577.54
Current children cumulated vsize (KiB) 860312



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+592.802 s]
/proc/loadavg: 2.17 2.09 2.03 3/84 17617
/proc/meminfo: memFree=23552/2055920 swapFree=4113744/4192956
[pid=17280] ppid=17278 vsize=47580 CPUtime=577.7
/proc/17280/stat : 17280 (galacE.sh) S 17278 17280 13842 0 -1 4194304 799 38713 0 1 0 0 57516 254 17 0 1 0 1535271237 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 215418596186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/17280/statm: 11895 364 245 79 0 219 0
[pid=17617] ppid=17280 vsize=875564 CPUtime=10.21
/proc/17617/stat : 17617 (eSAT_static) R 17280 17280 13842 0 -1 4194304 201107 0 0 0 874 147 0 0 25 0 1 0 1535329485 896577536 201089 996147200 134512640 135177480 4294955984 18446744073709551615 134553765 0 0 4096 3 0 0 0 17 1 0 0
/proc/17617/statm: 218891 201089 64 162 0 218726 0
Current children cumulated CPU time (s) 587.91
Current children cumulated vsize (KiB) 923144

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

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

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 17280 and gives
#  childrusage.ru_utime.tv_sec=575
#  childrusage.ru_utime.tv_usec=166561
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=552611
# CPU time returned by wait4() is 577.719
# while last known CPU time is 587.91
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 592.819
CPU time (s): 587.91
CPU user time (s): 583.9
CPU system time (s): 4.01
CPU usage (%): 99.172
Max. virtual memory (cumulated for all children) (KiB): 923144

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 575.167
system time used= 2.55261
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 39512
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= 19385
involuntary context switches= 21559

runsolver used 0.708892 second user time and 2.01669 second system time

The end

Launcher Data (download as text)

Begin job on node9 at 2008-07-03 05:32:30
IDJOB=1052129
IDBENCH=55966
IDSOLVER=351
FILE ID=node9/1052129-1215055950
PBS_JOBID= 7875155
Free space on /tmp= 66308 MiB

SOLVER NAME= galac E
BENCH NAME= CPAI08/csp/bddSmall/normalized-bdd-21-133-18-78-7_ext.xml
COMMAND LINE= HOME/galacE.sh BENCHNAME 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1052129-1215055950/watcher-1052129-1215055950 -o /tmp/evaluation-result-1052129-1215055950/solver-1052129-1215055950 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/galacE.sh HOME/instance-1052129-1215055950.xml 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= eba2fe074420dddfb095f3c4667a29a8
RANDOM SEED=1477910971

node9.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.265
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5931.00
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.265
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:        936312 kB
Buffers:         24976 kB
Cached:         375664 kB
SwapCached:      73116 kB
Active:         986128 kB
Inactive:        65784 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        936312 kB
SwapTotal:     4192956 kB
SwapFree:      4113744 kB
Dirty:            5168 kB
Writeback:           0 kB
Mapped:         657584 kB
Slab:            51604 kB
Committed_AS:  3445544 kB
PageTables:       3136 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= 66188 MiB
End job on node9 at 2008-07-03 05:42:25