Trace number 1084260

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) 1055.97 1062.62

General information on the benchmark

Namecsp/domino/
normalized-domino-500-500.xml
MD5SUM37500896c22d1d5ea8279bf5f0f2bb5f
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.026995
Satisfiable
(Un)Satisfiability was proved
Number of variables500
Number of constraints500
Maximum constraint arity2
Maximum domain size500
Number of constraints which are defined in extension0
Number of constraints which are defined in intension500
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.03	c --- Preproc Stats ---
1.16/1.22	c start processing
1.16/1.22	c start relation processing
1.16/1.25	c start cnf exporting
1047.82/1053.54	c parsing time : 1.092
1047.82/1053.54	c preprocessing time : 1053.411
1047.82/1053.54	
1047.82/1053.54	c Nary constraints - conflicts : 0 supports : 0
1047.82/1053.54	c Binary constraints - conflicts : 0 supports :500
1047.82/1053.54	c max arity constraint : 2
1047.82/1053.54	c Max Tuples generated 250000
1047.82/1053.54	c relations : 2
1047.82/1053.54	c relations BDD: 0
1047.82/1053.54	c sampling 2/2
1047.82/1053.54	c vars : 250001 - clauses :  62875499
1047.82/1053.54	
1047.82/1053.59	 
1047.82/1053.59	c --- SAT Solver Stats ---
1047.82/1053.59	 
1047.82/1053.59	c eSAT 0.1 : minisat core with additionnal features
1047.82/1053.59	c ============================[ Problem Statistics ]=============================
1047.82/1053.59	c |                                                                             |
1047.82/1053.60	c |  Number of variables:  250000                                               |
1047.82/1053.60	c |  Number of clauses:    62875499                                             |

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-1084260-1215230288/watcher-1084260-1215230288 -o /tmp/evaluation-result-1084260-1215230288/solver-1084260-1215230288 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacE.sh HOME/instance-1084260-1215230288.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.92 1.98 1.99 4/74 15608
/proc/meminfo: memFree=1299016/2055920 swapFree=4180232/4192956
[pid=15608] ppid=15606 vsize=8560 CPUtime=0
/proc/15608/stat : 15608 (galacE.sh) R 15606 15608 15412 0 -1 4194304 308 0 0 0 0 0 0 0 20 0 1 0 645965973 8765440 254 996147200 4194304 4520092 548682068832 18446744073709551615 226913666959 0 0 4096 8192 0 0 0 17 1 0 0
/proc/15608/statm: 2140 254 197 79 0 133 0

[startup+0.0396371 s]
/proc/loadavg: 1.92 1.98 1.99 4/74 15608
/proc/meminfo: memFree=1299016/2055920 swapFree=4180232/4192956
[pid=15608] ppid=15606 vsize=47564 CPUtime=0.02
/proc/15608/stat : 15608 (galacE.sh) S 15606 15608 15412 0 -1 4194304 765 1698 0 0 0 1 0 1 18 0 1 0 645965973 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 226913086298 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/15608/statm: 11891 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 47564

[startup+0.103125 s]
/proc/loadavg: 1.92 1.98 1.99 4/74 15608
/proc/meminfo: memFree=1299016/2055920 swapFree=4180232/4192956
[pid=15608] ppid=15606 vsize=47564 CPUtime=0.02
/proc/15608/stat : 15608 (galacE.sh) S 15606 15608 15412 0 -1 4194304 765 1698 0 0 0 1 0 1 18 0 1 0 645965973 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 226913086298 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/15608/statm: 11891 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 47564

[startup+0.301111 s]
/proc/loadavg: 1.92 1.98 1.99 4/74 15608
/proc/meminfo: memFree=1299016/2055920 swapFree=4180232/4192956
[pid=15608] ppid=15606 vsize=47564 CPUtime=0.02
/proc/15608/stat : 15608 (galacE.sh) S 15606 15608 15412 0 -1 4194304 765 1698 0 0 0 1 0 1 18 0 1 0 645965973 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 226913086298 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/15608/statm: 11891 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 47564

[startup+0.70119 s]
/proc/loadavg: 1.92 1.98 1.99 4/74 15608
/proc/meminfo: memFree=1299016/2055920 swapFree=4180232/4192956
[pid=15608] ppid=15606 vsize=47564 CPUtime=0.02
/proc/15608/stat : 15608 (galacE.sh) S 15606 15608 15412 0 -1 4194304 765 1698 0 0 0 1 0 1 18 0 1 0 645965973 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 226913086298 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/15608/statm: 11891 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 47564

[startup+1.50235 s]
/proc/loadavg: 1.92 1.98 1.99 3/84 15630
/proc/meminfo: memFree=1270776/2055920 swapFree=4180232/4192956
[pid=15608] ppid=15606 vsize=47564 CPUtime=0.02
/proc/15608/stat : 15608 (galacE.sh) S 15606 15608 15412 0 -1 4194304 765 1698 0 0 0 1 0 1 18 0 1 0 645965973 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 226913086298 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/15608/statm: 11891 364 245 79 0 219 0
[pid=15622] ppid=15608 vsize=812868 CPUtime=1.44
/proc/15622/stat : 15622 (java) S 15608 15608 15412 0 -1 0 11941 0 1 0 135 9 0 0 18 0 9 0 645965977 832376832 11342 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15622/statm: 203217 11342 1934 9 0 197198 0
[pid=15622/tid=15623] ppid=15608 vsize=812868 CPUtime=1.08
/proc/15622/task/15623/stat : 15623 (java) R 15608 15608 15412 0 -1 64 10320 0 1 0 101 7 0 0 25 0 9 0 645965978 832376832 11342 996147200 134512640 134550740 4294955600 18446744073709551615 4127205576 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15622/tid=15624] ppid=15608 vsize=812868 CPUtime=0
/proc/15622/task/15624/stat : 15624 (java) S 15608 15608 15412 0 -1 64 5 0 0 0 0 0 0 0 17 0 9 0 645965979 832376832 11342 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15622/tid=15625] ppid=15608 vsize=812868 CPUtime=0
/proc/15622/task/15625/stat : 15625 (java) S 15608 15608 15412 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 645965979 832376832 11342 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15622/tid=15626] ppid=15608 vsize=812868 CPUtime=0
/proc/15622/task/15626/stat : 15626 (java) S 15608 15608 15412 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 645965979 832376832 11342 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15622/tid=15627] ppid=15608 vsize=812868 CPUtime=0
/proc/15622/task/15627/stat : 15627 (java) S 15608 15608 15412 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 645965981 832376832 11342 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15622/tid=15628] ppid=15608 vsize=812868 CPUtime=0.33
/proc/15622/task/15628/stat : 15628 (java) S 15608 15608 15412 0 -1 64 917 0 0 0 33 0 0 0 16 0 9 0 645965981 832376832 11342 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15622/tid=15629] ppid=15608 vsize=812868 CPUtime=0
/proc/15622/task/15629/stat : 15629 (java) S 15608 15608 15412 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 645965981 832376832 11342 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15622/tid=15630] ppid=15608 vsize=812868 CPUtime=0
/proc/15622/task/15630/stat : 15630 (java) S 15608 15608 15412 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 645965981 832376832 11342 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 860432

[startup+3.10266 s]
/proc/loadavg: 1.93 1.98 1.99 3/84 15630
/proc/meminfo: memFree=1228792/2055920 swapFree=4180232/4192956
[pid=15608] ppid=15606 vsize=47564 CPUtime=0.02
/proc/15608/stat : 15608 (galacE.sh) S 15606 15608 15412 0 -1 4194304 765 1698 0 0 0 1 0 1 18 0 1 0 645965973 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 226913086298 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/15608/statm: 11891 364 245 79 0 219 0
[pid=15622] ppid=15608 vsize=812868 CPUtime=3.03
/proc/15622/stat : 15622 (java) S 15608 15608 15412 0 -1 0 21056 0 1 0 287 16 0 0 18 0 9 0 645965977 832376832 20454 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15622/statm: 203217 20454 1945 9 0 197198 0
[pid=15622/tid=15623] ppid=15608 vsize=812868 CPUtime=2.61
/proc/15622/task/15623/stat : 15623 (java) R 15608 15608 15412 0 -1 64 14639 0 1 0 249 12 0 0 25 0 9 0 645965978 832376832 20454 996147200 134512640 134550740 4294955600 18446744073709551615 4126831640 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15622/tid=15624] ppid=15608 vsize=812868 CPUtime=0.04
/proc/15622/task/15624/stat : 15624 (java) S 15608 15608 15412 0 -1 64 4799 0 0 0 3 1 0 0 16 0 9 0 645965979 832376832 20454 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15622/tid=15625] ppid=15608 vsize=812868 CPUtime=0
/proc/15622/task/15625/stat : 15625 (java) S 15608 15608 15412 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 645965979 832376832 20454 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15622/tid=15626] ppid=15608 vsize=812868 CPUtime=0
/proc/15622/task/15626/stat : 15626 (java) S 15608 15608 15412 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 645965979 832376832 20454 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15622/tid=15627] ppid=15608 vsize=812868 CPUtime=0
/proc/15622/task/15627/stat : 15627 (java) S 15608 15608 15412 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 645965981 832376832 20454 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15622/tid=15628] ppid=15608 vsize=812868 CPUtime=0.33
/proc/15622/task/15628/stat : 15628 (java) S 15608 15608 15412 0 -1 64 918 0 0 0 33 0 0 0 15 0 9 0 645965981 832376832 20454 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15622/tid=15629] ppid=15608 vsize=812868 CPUtime=0
/proc/15622/task/15629/stat : 15629 (java) S 15608 15608 15412 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 645965981 832376832 20454 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15622/tid=15630] ppid=15608 vsize=812868 CPUtime=0
/proc/15622/task/15630/stat : 15630 (java) S 15608 15608 15412 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 645965981 832376832 20454 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 860432

[startup+6.30227 s]
/proc/loadavg: 1.93 1.98 1.99 3/84 15630
/proc/meminfo: memFree=1220728/2055920 swapFree=4180232/4192956
[pid=15608] ppid=15606 vsize=47564 CPUtime=0.02
/proc/15608/stat : 15608 (galacE.sh) S 15606 15608 15412 0 -1 4194304 765 1698 0 0 0 1 0 1 18 0 1 0 645965973 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 226913086298 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/15608/statm: 11891 364 245 79 0 219 0
[pid=15622] ppid=15608 vsize=812868 CPUtime=6.19
/proc/15622/stat : 15622 (java) S 15608 15608 15412 0 -1 0 21065 0 1 0 602 17 0 0 18 0 9 0 645965977 832376832 20456 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15622/statm: 203217 20456 1945 9 0 197198 0
[pid=15622/tid=15623] ppid=15608 vsize=812868 CPUtime=5.77
/proc/15622/task/15623/stat : 15623 (java) R 15608 15608 15412 0 -1 64 14646 0 1 0 564 13 0 0 25 0 9 0 645965978 832376832 20456 996147200 134512640 134550740 4294955600 18446744073709551615 4126832295 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15622/tid=15624] ppid=15608 vsize=812868 CPUtime=0.04
/proc/15622/task/15624/stat : 15624 (java) S 15608 15608 15412 0 -1 64 4799 0 0 0 3 1 0 0 16 0 9 0 645965979 832376832 20456 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15622/tid=15625] ppid=15608 vsize=812868 CPUtime=0
/proc/15622/task/15625/stat : 15625 (java) S 15608 15608 15412 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 645965979 832376832 20456 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15622/tid=15626] ppid=15608 vsize=812868 CPUtime=0
/proc/15622/task/15626/stat : 15626 (java) S 15608 15608 15412 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 645965979 832376832 20456 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15622/tid=15627] ppid=15608 vsize=812868 CPUtime=0
/proc/15622/task/15627/stat : 15627 (java) S 15608 15608 15412 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 645965981 832376832 20456 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15622/tid=15628] ppid=15608 vsize=812868 CPUtime=0.33
/proc/15622/task/15628/stat : 15628 (java) S 15608 15608 15412 0 -1 64 920 0 0 0 33 0 0 0 16 0 9 0 645965981 832376832 20456 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15622/tid=15629] ppid=15608 vsize=812868 CPUtime=0
/proc/15622/task/15629/stat : 15629 (java) S 15608 15608 15412 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 645965981 832376832 20456 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15622/tid=15630] ppid=15608 vsize=812868 CPUtime=0
/proc/15622/task/15630/stat : 15630 (java) S 15608 15608 15412 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 645965981 832376832 20456 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 860432

[startup+12.7025 s]
/proc/loadavg: 1.94 1.98 1.99 3/84 15630
/proc/meminfo: memFree=1215224/2055920 swapFree=4180232/4192956
[pid=15608] ppid=15606 vsize=47564 CPUtime=0.02
/proc/15608/stat : 15608 (galacE.sh) S 15606 15608 15412 0 -1 4194304 765 1698 0 0 0 1 0 1 18 0 1 0 645965973 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 226913086298 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/15608/statm: 11891 364 245 79 0 219 0
[pid=15622] ppid=15608 vsize=812868 CPUtime=12.52
/proc/15622/stat : 15622 (java) S 15608 15608 15412 0 -1 0 21078 0 1 0 1232 20 0 0 18 0 9 0 645965977 832376832 20456 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15622/statm: 203217 20456 1945 9 0 197198 0
[pid=15622/tid=15623] ppid=15608 vsize=812868 CPUtime=12.1
/proc/15622/task/15623/stat : 15623 (java) R 15608 15608 15412 0 -1 64 14659 0 1 0 1193 17 0 0 25 0 9 0 645965978 832376832 20456 996147200 134512640 134550740 4294955600 18446744073709551615 4126413333 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15622/tid=15624] ppid=15608 vsize=812868 CPUtime=0.05
/proc/15622/task/15624/stat : 15624 (java) S 15608 15608 15412 0 -1 64 4799 0 0 0 4 1 0 0 16 0 9 0 645965979 832376832 20456 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15622/tid=15625] ppid=15608 vsize=812868 CPUtime=0
/proc/15622/task/15625/stat : 15625 (java) S 15608 15608 15412 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 645965979 832376832 20456 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15622/tid=15626] ppid=15608 vsize=812868 CPUtime=0
/proc/15622/task/15626/stat : 15626 (java) S 15608 15608 15412 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 645965979 832376832 20456 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15622/tid=15627] ppid=15608 vsize=812868 CPUtime=0
/proc/15622/task/15627/stat : 15627 (java) S 15608 15608 15412 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 645965981 832376832 20456 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15622/tid=15628] ppid=15608 vsize=812868 CPUtime=0.33
/proc/15622/task/15628/stat : 15628 (java) S 15608 15608 15412 0 -1 64 920 0 0 0 33 0 0 0 16 0 9 0 645965981 832376832 20456 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15622/tid=15629] ppid=15608 vsize=812868 CPUtime=0
/proc/15622/task/15629/stat : 15629 (java) S 15608 15608 15412 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 645965981 832376832 20456 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15622/tid=15630] ppid=15608 vsize=812868 CPUtime=0
/proc/15622/task/15630/stat : 15630 (java) S 15608 15608 15412 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 645965981 832376832 20456 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.54
Current children cumulated vsize (KiB) 860432

[startup+25.502 s]
/proc/loadavg: 1.95 1.98 1.99 3/84 15630
/proc/meminfo: memFree=1204408/2055920 swapFree=4180232/4192956
[pid=15608] ppid=15606 vsize=47564 CPUtime=0.02
/proc/15608/stat : 15608 (galacE.sh) S 15606 15608 15412 0 -1 4194304 765 1698 0 0 0 1 0 1 18 0 1 0 645965973 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 226913086298 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/15608/statm: 11891 364 245 79 0 219 0
[pid=15622] ppid=15608 vsize=812868 CPUtime=25.19
/proc/15622/stat : 15622 (java) S 15608 15608 15412 0 -1 0 21103 0 1 0 2493 26 0 0 18 0 9 0 645965977 832376832 20456 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15622/statm: 203217 20456 1945 9 0 197198 0
[pid=15622/tid=15623] ppid=15608 vsize=812868 CPUtime=24.76
/proc/15622/task/15623/stat : 15623 (java) R 15608 15608 15412 0 -1 64 14684 0 1 0 2454 22 0 0 25 0 9 0 645965978 832376832 20456 996147200 134512640 134550740 4294955600 18446744073709551615 4127241019 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15622/tid=15624] ppid=15608 vsize=812868 CPUtime=0.06
/proc/15622/task/15624/stat : 15624 (java) S 15608 15608 15412 0 -1 64 4799 0 0 0 4 2 0 0 16 0 9 0 645965979 832376832 20456 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15622/tid=15625] ppid=15608 vsize=812868 CPUtime=0
/proc/15622/task/15625/stat : 15625 (java) S 15608 15608 15412 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 645965979 832376832 20456 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15622/tid=15626] ppid=15608 vsize=812868 CPUtime=0
/proc/15622/task/15626/stat : 15626 (java) S 15608 15608 15412 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 645965979 832376832 20456 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15622/tid=15627] ppid=15608 vsize=812868 CPUtime=0
/proc/15622/task/15627/stat : 15627 (java) S 15608 15608 15412 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 645965981 832376832 20456 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15622/tid=15628] ppid=15608 vsize=812868 CPUtime=0.34
/proc/15622/task/15628/stat : 15628 (java) S 15608 15608 15412 0 -1 64 920 0 0 0 34 0 0 0 16 0 9 0 645965981 832376832 20456 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15622/tid=15629] ppid=15608 vsize=812868 CPUtime=0
/proc/15622/task/15629/stat : 15629 (java) S 15608 15608 15412 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 645965981 832376832 20456 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15622/tid=15630] ppid=15608 vsize=812868 CPUtime=0
/proc/15622/task/15630/stat : 15630 (java) S 15608 15608 15412 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 645965981 832376832 20456 996147200 134512640 134550740 4294955600 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) 860432

[startup+51.1019 s]
/proc/loadavg: 1.96 1.98 1.99 3/84 15630
/proc/meminfo: memFree=1182968/2055920 swapFree=4180232/4192956
[pid=15608] ppid=15606 vsize=47564 CPUtime=0.02

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

/proc/15622/task/15626/stat : 15626 (java) S 15608 15608 15412 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 645965979 832376832 20456 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15622/tid=15627] ppid=15608 vsize=812868 CPUtime=0
/proc/15622/task/15627/stat : 15627 (java) S 15608 15608 15412 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 645965981 832376832 20456 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15622/tid=15628] ppid=15608 vsize=812868 CPUtime=0.34
/proc/15622/task/15628/stat : 15628 (java) S 15608 15608 15412 0 -1 64 920 0 0 0 34 0 0 0 16 0 9 0 645965981 832376832 20456 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15622/tid=15629] ppid=15608 vsize=812868 CPUtime=0
/proc/15622/task/15629/stat : 15629 (java) S 15608 15608 15412 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 645965981 832376832 20456 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15622/tid=15630] ppid=15608 vsize=812868 CPUtime=0
/proc/15622/task/15630/stat : 15630 (java) S 15608 15608 15412 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 645965981 832376832 20456 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 757.07
Current children cumulated vsize (KiB) 860432

[startup+822.302 s]
/proc/loadavg: 1.99 1.98 1.99 3/91 15897
/proc/meminfo: memFree=862080/2055920 swapFree=4180232/4192956
[pid=15608] ppid=15606 vsize=47564 CPUtime=0.02
/proc/15608/stat : 15608 (galacE.sh) S 15606 15608 15412 0 -1 4194304 765 1698 0 0 0 1 0 1 18 0 1 0 645965973 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 226913086298 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/15608/statm: 11891 364 245 79 0 219 0
[pid=15622] ppid=15608 vsize=812868 CPUtime=816.96
/proc/15622/stat : 15622 (java) S 15608 15608 15412 0 -1 0 22722 0 1 0 81232 464 0 0 18 0 9 0 645965977 832376832 20456 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15622/statm: 203217 20456 1945 9 0 197198 0
[pid=15622/tid=15623] ppid=15608 vsize=812868 CPUtime=815.78
/proc/15622/task/15623/stat : 15623 (java) R 15608 15608 15412 0 -1 64 16303 0 1 0 81128 450 0 0 25 0 9 0 645965978 832376832 20456 996147200 134512640 134550740 4294955600 18446744073709551615 4126715624 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15622/tid=15624] ppid=15608 vsize=812868 CPUtime=0.81
/proc/15622/task/15624/stat : 15624 (java) S 15608 15608 15412 0 -1 64 4799 0 0 0 69 12 0 0 16 0 9 0 645965979 832376832 20456 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15622/tid=15625] ppid=15608 vsize=812868 CPUtime=0
/proc/15622/task/15625/stat : 15625 (java) S 15608 15608 15412 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 645965979 832376832 20456 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15622/tid=15626] ppid=15608 vsize=812868 CPUtime=0
/proc/15622/task/15626/stat : 15626 (java) S 15608 15608 15412 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 645965979 832376832 20456 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15622/tid=15627] ppid=15608 vsize=812868 CPUtime=0
/proc/15622/task/15627/stat : 15627 (java) S 15608 15608 15412 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 645965981 832376832 20456 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15622/tid=15628] ppid=15608 vsize=812868 CPUtime=0.34
/proc/15622/task/15628/stat : 15628 (java) S 15608 15608 15412 0 -1 64 920 0 0 0 34 0 0 0 16 0 9 0 645965981 832376832 20456 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15622/tid=15629] ppid=15608 vsize=812868 CPUtime=0
/proc/15622/task/15629/stat : 15629 (java) S 15608 15608 15412 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 645965981 832376832 20456 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15622/tid=15630] ppid=15608 vsize=812868 CPUtime=0
/proc/15622/task/15630/stat : 15630 (java) S 15608 15608 15412 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 645965981 832376832 20456 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 816.98
Current children cumulated vsize (KiB) 860432

[startup+882.303 s]
/proc/loadavg: 1.99 1.98 1.99 3/91 15897
/proc/meminfo: memFree=793728/2055920 swapFree=4180232/4192956
[pid=15608] ppid=15606 vsize=47564 CPUtime=0.02
/proc/15608/stat : 15608 (galacE.sh) S 15606 15608 15412 0 -1 4194304 765 1698 0 0 0 1 0 1 18 0 1 0 645965973 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 226913086298 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/15608/statm: 11891 364 245 79 0 219 0
[pid=15622] ppid=15608 vsize=812868 CPUtime=876.86
/proc/15622/stat : 15622 (java) S 15608 15608 15412 0 -1 0 22850 0 1 0 87190 496 0 0 18 0 9 0 645965977 832376832 20456 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15622/statm: 203217 20456 1945 9 0 197198 0
[pid=15622/tid=15623] ppid=15608 vsize=812868 CPUtime=875.62
/proc/15622/task/15623/stat : 15623 (java) R 15608 15608 15412 0 -1 64 16431 0 1 0 87081 481 0 0 25 0 9 0 645965978 832376832 20456 996147200 134512640 134550740 4294955600 18446744073709551615 4126592664 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15622/tid=15624] ppid=15608 vsize=812868 CPUtime=0.87
/proc/15622/task/15624/stat : 15624 (java) S 15608 15608 15412 0 -1 64 4799 0 0 0 74 13 0 0 16 0 9 0 645965979 832376832 20456 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15622/tid=15625] ppid=15608 vsize=812868 CPUtime=0
/proc/15622/task/15625/stat : 15625 (java) S 15608 15608 15412 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 645965979 832376832 20456 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15622/tid=15626] ppid=15608 vsize=812868 CPUtime=0
/proc/15622/task/15626/stat : 15626 (java) S 15608 15608 15412 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 645965979 832376832 20456 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15622/tid=15627] ppid=15608 vsize=812868 CPUtime=0
/proc/15622/task/15627/stat : 15627 (java) S 15608 15608 15412 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 645965981 832376832 20456 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15622/tid=15628] ppid=15608 vsize=812868 CPUtime=0.34
/proc/15622/task/15628/stat : 15628 (java) S 15608 15608 15412 0 -1 64 920 0 0 0 34 0 0 0 16 0 9 0 645965981 832376832 20456 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15622/tid=15629] ppid=15608 vsize=812868 CPUtime=0
/proc/15622/task/15629/stat : 15629 (java) S 15608 15608 15412 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 645965981 832376832 20456 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15622/tid=15630] ppid=15608 vsize=812868 CPUtime=0
/proc/15622/task/15630/stat : 15630 (java) S 15608 15608 15412 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 645965981 832376832 20456 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 876.88
Current children cumulated vsize (KiB) 860432

[startup+942.302 s]
/proc/loadavg: 1.99 1.98 1.99 3/91 15897
/proc/meminfo: memFree=726592/2055920 swapFree=4180232/4192956
[pid=15608] ppid=15606 vsize=47564 CPUtime=0.02
/proc/15608/stat : 15608 (galacE.sh) S 15606 15608 15412 0 -1 4194304 765 1698 0 0 0 1 0 1 18 0 1 0 645965973 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 226913086298 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/15608/statm: 11891 364 245 79 0 219 0
[pid=15622] ppid=15608 vsize=812868 CPUtime=936.77
/proc/15622/stat : 15622 (java) S 15608 15608 15412 0 -1 0 22978 0 1 0 93149 528 0 0 18 0 9 0 645965977 832376832 20456 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15622/statm: 203217 20456 1945 9 0 197198 0
[pid=15622/tid=15623] ppid=15608 vsize=812868 CPUtime=935.48
/proc/15622/task/15623/stat : 15623 (java) R 15608 15608 15412 0 -1 64 16559 0 1 0 93036 512 0 0 25 0 9 0 645965978 832376832 20456 996147200 134512640 134550740 4294955600 18446744073709551615 4127308583 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15622/tid=15624] ppid=15608 vsize=812868 CPUtime=0.92
/proc/15622/task/15624/stat : 15624 (java) S 15608 15608 15412 0 -1 64 4799 0 0 0 78 14 0 0 16 0 9 0 645965979 832376832 20456 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15622/tid=15625] ppid=15608 vsize=812868 CPUtime=0
/proc/15622/task/15625/stat : 15625 (java) S 15608 15608 15412 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 645965979 832376832 20456 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15622/tid=15626] ppid=15608 vsize=812868 CPUtime=0
/proc/15622/task/15626/stat : 15626 (java) S 15608 15608 15412 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 645965979 832376832 20456 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15622/tid=15627] ppid=15608 vsize=812868 CPUtime=0
/proc/15622/task/15627/stat : 15627 (java) S 15608 15608 15412 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 645965981 832376832 20456 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15622/tid=15628] ppid=15608 vsize=812868 CPUtime=0.34
/proc/15622/task/15628/stat : 15628 (java) S 15608 15608 15412 0 -1 64 920 0 0 0 34 0 0 0 16 0 9 0 645965981 832376832 20456 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15622/tid=15629] ppid=15608 vsize=812868 CPUtime=0
/proc/15622/task/15629/stat : 15629 (java) S 15608 15608 15412 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 645965981 832376832 20456 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15622/tid=15630] ppid=15608 vsize=812868 CPUtime=0
/proc/15622/task/15630/stat : 15630 (java) S 15608 15608 15412 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 645965981 832376832 20456 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 936.79
Current children cumulated vsize (KiB) 860432

[startup+1002.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/91 15897
/proc/meminfo: memFree=658240/2055920 swapFree=4180232/4192956
[pid=15608] ppid=15606 vsize=47564 CPUtime=0.02
/proc/15608/stat : 15608 (galacE.sh) S 15606 15608 15412 0 -1 4194304 765 1698 0 0 0 1 0 1 18 0 1 0 645965973 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 226913086298 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/15608/statm: 11891 364 245 79 0 219 0
[pid=15622] ppid=15608 vsize=812868 CPUtime=996.67
/proc/15622/stat : 15622 (java) S 15608 15608 15412 0 -1 0 23106 0 1 0 99108 559 0 0 18 0 9 0 645965977 832376832 20456 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15622/statm: 203217 20456 1945 9 0 197198 0
[pid=15622/tid=15623] ppid=15608 vsize=812868 CPUtime=995.32
/proc/15622/task/15623/stat : 15623 (java) R 15608 15608 15412 0 -1 64 16687 0 1 0 98990 542 0 0 25 0 9 0 645965978 832376832 20456 996147200 134512640 134550740 4294955600 18446744073709551615 4126592523 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15622/tid=15624] ppid=15608 vsize=812868 CPUtime=0.97
/proc/15622/task/15624/stat : 15624 (java) S 15608 15608 15412 0 -1 64 4799 0 0 0 83 14 0 0 16 0 9 0 645965979 832376832 20456 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15622/tid=15625] ppid=15608 vsize=812868 CPUtime=0
/proc/15622/task/15625/stat : 15625 (java) S 15608 15608 15412 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 645965979 832376832 20456 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15622/tid=15626] ppid=15608 vsize=812868 CPUtime=0
/proc/15622/task/15626/stat : 15626 (java) S 15608 15608 15412 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 645965979 832376832 20456 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15622/tid=15627] ppid=15608 vsize=812868 CPUtime=0
/proc/15622/task/15627/stat : 15627 (java) S 15608 15608 15412 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 645965981 832376832 20456 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15622/tid=15628] ppid=15608 vsize=812868 CPUtime=0.34
/proc/15622/task/15628/stat : 15628 (java) S 15608 15608 15412 0 -1 64 920 0 0 0 34 0 0 0 16 0 9 0 645965981 832376832 20456 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15622/tid=15629] ppid=15608 vsize=812868 CPUtime=0
/proc/15622/task/15629/stat : 15629 (java) S 15608 15608 15412 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 645965981 832376832 20456 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15622/tid=15630] ppid=15608 vsize=812868 CPUtime=0
/proc/15622/task/15630/stat : 15630 (java) S 15608 15608 15412 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 645965981 832376832 20456 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 996.69
Current children cumulated vsize (KiB) 860432

[startup+1062.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/83 15898
/proc/meminfo: memFree=16256/2055920 swapFree=4180232/4192956
[pid=15608] ppid=15606 vsize=47564 CPUtime=1047.87
/proc/15608/stat : 15608 (galacE.sh) S 15606 15608 15412 0 -1 4194304 799 24967 0 1 0 1 104201 585 17 0 1 0 645965973 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 226913086298 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/15608/statm: 11891 364 245 79 0 219 0
[pid=15898] ppid=15608 vsize=859580 CPUtime=7.92
/proc/15898/stat : 15898 (eSAT_static) R 15608 15608 15412 0 -1 4194304 209328 0 0 0 668 124 0 0 18 0 1 0 646071333 880209920 209310 996147200 134512640 135177480 4294955968 18446744073709551615 134567130 0 0 4096 3 0 0 0 17 1 0 0
/proc/15898/statm: 214895 209310 63 162 0 214730 0
Current children cumulated CPU time (s) 1055.79
Current children cumulated vsize (KiB) 907144



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+1062.61 s]
/proc/loadavg: 1.99 1.98 1.99 3/83 15898
/proc/meminfo: memFree=16256/2055920 swapFree=4180232/4192956
[pid=15608] ppid=15606 vsize=47564 CPUtime=1047.87
/proc/15608/stat : 15608 (galacE.sh) S 15606 15608 15412 0 -1 4194304 799 24967 0 1 0 1 104201 585 17 0 1 0 645965973 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 226913086298 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/15608/statm: 11891 364 245 79 0 219 0
[pid=15898] ppid=15608 vsize=876872 CPUtime=8.1
/proc/15898/stat : 15898 (eSAT_static) R 15608 15608 15412 0 -1 4194304 214163 0 0 0 683 127 0 0 18 0 1 0 646071333 897916928 214145 996147200 134512640 135177480 4294955968 18446744073709551615 134761774 0 0 4096 3 0 0 0 17 1 0 0
/proc/15898/statm: 219218 214145 63 162 0 219053 0
Current children cumulated CPU time (s) 1055.97
Current children cumulated vsize (KiB) 924436

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 15608 and gives
#  childrusage.ru_utime.tv_sec=1042
#  childrusage.ru_utime.tv_usec=19588
#  childrusage.ru_stime.tv_sec=5
#  childrusage.ru_stime.tv_usec=868107
# CPU time returned by wait4() is 1047.89
# while last known CPU time is 1055.97
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1062.62
CPU time (s): 1055.97
CPU user time (s): 1048.84
CPU system time (s): 7.13
CPU usage (%): 99.3743
Max. virtual memory (cumulated for all children) (KiB): 924436

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1042.02
system time used= 5.86811
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 25766
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= 36616
involuntary context switches= 37432

runsolver used 1.39479 second user time and 3.47247 second system time

The end

Launcher Data (download as text)

Begin job on node5 at 2008-07-05 05:58:08
IDJOB=1084260
IDBENCH=57542
IDSOLVER=351
FILE ID=node5/1084260-1215230288
PBS_JOBID= 7881900
Free space on /tmp= 66384 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 37500896c22d1d5ea8279bf5f0f2bb5f
RANDOM SEED=851538291

node5.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.279
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.279
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:       1299496 kB
Buffers:         41776 kB
Cached:         323728 kB
SwapCached:       6592 kB
Active:         625936 kB
Inactive:        72448 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1299496 kB
SwapTotal:     4192956 kB
SwapFree:      4180232 kB
Dirty:            3288 kB
Writeback:           0 kB
Mapped:         340032 kB
Slab:            42800 kB
Committed_AS:  1291212 kB
PageTables:       2508 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= 65504 MiB
End job on node5 at 2008-07-05 06:15:53