Trace number 207435

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, and are wall clock time (not CPU 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
sat4jCSP 1.7 RC BF3? 922.039 923.957

General information on the benchmark

Namefapp/test01-04/test04/
test04-1250-5.xml
MD5SUM4a14d2a0db6e7c48172ae7be2de8a6a3
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark5.9031
SatisfiableNO
(Un)Satisfiability was provedNO
Number of variables1250
Number of constraints18359
Maximum constraint arity2
Maximum domain size350
Number of constraints which are defined in extension0
Number of constraints which are defined in intension18359
Global constraints used (with number of constraints)

Solver Data (download as text)

0.15	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.15	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.15	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.16	c version CSP COMPETITION BUGFIX 3
0.16	c sun.arch.data.model	32
0.16	c java.version	1.5.0_10
0.16	c os.name	Linux
0.16	c os.version	2.6.9-22.EL.rootsmp
0.16	c os.arch	i386
0.16	c Free memory 722620888
0.16	c Max memory 723845120
0.16	c Total memory 723845120
0.16	c Number of processors 2
0.26	c --- Begin Solver configuration ---
0.26	c Stops conflict analysis at the first Unique Implication Point
0.26	c org.sat4j.minisat.constraints.MixedDataStructureWithBinary@19dfbff
0.26	c Learn all clauses as in MiniSAT
0.26	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.26	c VSIDS like heuristics from MiniSAT using a heap
0.26	c No reason simplification
0.26	c --- End Solver configuration ---
0.26	c solving /tmp/evaluation/207435-1168181714/unknown.xml
0.26	c reading problem ... 
0.54	c reading problem named ?
0.55	c reading domains done.
0.97	c reading variables
c reading variables (1250) done.
2.35	c reading predicates 
c reading relations (9) done.
2.56	c reading constraintsException in thread "main" java.lang.OutOfMemoryError: Java heap space
923.80	c starts		: 0
923.80	c conflicts		: 0
923.80	c decisions		: 0
923.80	c propagations		: 0
923.80	c inspects		: 0
923.80	c learnt literals	: 0
923.80	c learnt binary clauses	: 0
923.80	c learnt ternary clauses	: 0
923.80	c learnt clauses	: 0
923.80	c root simplifications	: 0
923.80	c removed literals (reason simplification)	: 0
923.80	c reason swapping (by a shorter reason)	: 0
923.80	c Calls to reduceDB	: 0
923.80	c speed (decisions/second)	: 0.0
923.80	c non guided choices	0
923.80	s UNKNOWN
923.80	c Total wall clock time (in seconds) : 920.56
923.80	c Total CPU time (experimental, in seconds) : 0.0

Verifier Data (download as text)

ERROR: Unexpected answer ! (SAT/UNSAT expected)
Got answer: UNKNOWN

Watcher Data (download as text)

runsolver version 3.1.3 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node5/watcher-207435-1168181714 -o ROOT/results/node5/solver-207435-1168181714 -C 1800 -M 900 java -server -Xmx700M -Xms700M -jar /tmp/evaluation/207435-1168181714/sat4jCSP-bf3.jar /tmp/evaluation/207435-1168181714/unknown.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 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
Current StackSize limit: 10240 KiB

/proc/loadavg: 2.02 2.09 2.08 4/94 11770
/proc/meminfo: memFree=1158640/2055920 swapFree=4192812/4192956
[pid=11769] ppid=11767 vsize=49668 CPUtime=0
/proc/11769/stat : 11769 (java) R 11767 11769 11455 0 -1 0 1373 0 1 0 0 0 0 0 17 0 1 0 146785871 50860032 1138 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 2147483391 0 7368 0 0 0 17 1 0 0
/proc/11769/statm: 12417 1138 869 14 0 1707 0

[startup+0.103922 s]
/proc/loadavg: 2.02 2.09 2.08 4/94 11770
/proc/meminfo: memFree=1158640/2055920 swapFree=4192812/4192956
[pid=11769] ppid=11767 vsize=901540 CPUtime=0.09
/proc/11769/stat : 11769 (java) R 11767 11769 11455 0 -1 0 3288 0 1 0 8 1 0 0 20 0 12 0 146785871 923176960 3048 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4154695492 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11769/statm: 225385 3048 1549 14 0 212109 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 901540

[startup+0.518659 s]
/proc/loadavg: 2.02 2.09 2.08 4/94 11770
/proc/meminfo: memFree=1158640/2055920 swapFree=4192812/4192956
[pid=11769] ppid=11767 vsize=905236 CPUtime=0.49
/proc/11769/stat : 11769 (java) R 11767 11769 11455 0 -1 0 5825 0 1 0 46 3 0 0 19 0 12 0 146785871 926961664 5420 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11769/statm: 226309 5420 2250 14 0 212746 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 905236

[startup+1.34706 s]
/proc/loadavg: 2.10 2.10 2.08 3/105 11781
/proc/meminfo: memFree=1141976/2055920 swapFree=4192812/4192956
[pid=11769] ppid=11767 vsize=906592 CPUtime=1.31
/proc/11769/stat : 11769 (java) R 11767 11769 11455 0 -1 0 7107 0 1 0 127 4 0 0 22 0 12 0 146785871 928350208 6204 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4053865603 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11769/statm: 226648 6204 2307 14 0 213085 0
[pid=11769/tid=11771] ppid=11767 vsize=906592 CPUtime=0
/proc/11769/task/11771/stat : 11771 (java) S 11767 11769 11455 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 146785874 928350208 6204 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11769/tid=11772] ppid=11767 vsize=906592 CPUtime=0
/proc/11769/task/11772/stat : 11772 (java) S 11767 11769 11455 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 146785874 928350208 6204 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11769/tid=11773] ppid=11767 vsize=906592 CPUtime=0
/proc/11769/task/11773/stat : 11773 (java) S 11767 11769 11455 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 146785877 928350208 6204 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=11769/tid=11774] ppid=11767 vsize=906592 CPUtime=0
/proc/11769/task/11774/stat : 11774 (java) S 11767 11769 11455 0 -1 64 8 0 0 0 0 0 0 0 21 0 12 0 146785877 928350208 6204 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11769/tid=11775] ppid=11767 vsize=906592 CPUtime=0
/proc/11769/task/11775/stat : 11775 (java) S 11767 11769 11455 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 146785878 928350208 6204 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11769/tid=11776] ppid=11767 vsize=906592 CPUtime=0
/proc/11769/task/11776/stat : 11776 (java) S 11767 11769 11455 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 146785881 928350208 6204 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11769/tid=11777] ppid=11767 vsize=906592 CPUtime=0
/proc/11769/task/11777/stat : 11777 (java) S 11767 11769 11455 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 146785881 928350208 6204 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11769/tid=11778] ppid=11767 vsize=906592 CPUtime=0.4
/proc/11769/task/11778/stat : 11778 (java) S 11767 11769 11455 0 -1 64 1073 0 0 0 40 0 0 0 16 0 12 0 146785881 928350208 6204 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11769/tid=11779] ppid=11767 vsize=906592 CPUtime=0.25
/proc/11769/task/11779/stat : 11779 (java) S 11767 11769 11455 0 -1 64 665 0 0 0 25 0 0 0 16 0 12 0 146785881 928350208 6204 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11769/tid=11780] ppid=11767 vsize=906592 CPUtime=0
/proc/11769/task/11780/stat : 11780 (java) S 11767 11769 11455 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 146785881 928350208 6204 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11769/tid=11781] ppid=11767 vsize=906592 CPUtime=0
/proc/11769/task/11781/stat : 11781 (java) S 11767 11769 11455 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 146785881 928350208 6204 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 906592

[startup+3.00124 s]
/proc/loadavg: 2.10 2.10 2.08 5/105 11781
/proc/meminfo: memFree=1041752/2055920 swapFree=4192812/4192956
[pid=11769] ppid=11767 vsize=912280 CPUtime=3.12
/proc/11769/stat : 11769 (java) R 11767 11769 11455 0 -1 0 37937 0 1 0 292 20 0 0 19 0 12 0 146785871 934174720 33898 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11769/statm: 228070 33898 2470 14 0 214507 0
[pid=11769/tid=11771] ppid=11767 vsize=912280 CPUtime=0.3
/proc/11769/task/11771/stat : 11771 (java) S 11767 11769 11455 0 -1 64 8396 0 0 0 26 4 0 0 19 0 12 0 146785874 934174720 33898 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11769/tid=11772] ppid=11767 vsize=912280 CPUtime=0.24
/proc/11769/task/11772/stat : 11772 (java) S 11767 11769 11455 0 -1 64 6533 0 0 0 22 2 0 0 16 0 12 0 146785874 934174720 33898 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11769/tid=11773] ppid=11767 vsize=912280 CPUtime=0
/proc/11769/task/11773/stat : 11773 (java) S 11767 11769 11455 0 -1 64 12 0 0 0 0 0 0 0 16 0 12 0 146785877 934174720 33898 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=11769/tid=11774] ppid=11767 vsize=912280 CPUtime=0
/proc/11769/task/11774/stat : 11774 (java) S 11767 11769 11455 0 -1 64 8 0 0 0 0 0 0 0 17 0 12 0 146785877 934174720 33898 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11769/tid=11775] ppid=11767 vsize=912280 CPUtime=0
/proc/11769/task/11775/stat : 11775 (java) S 11767 11769 11455 0 -1 64 5 0 0 0 0 0 0 0 17 0 12 0 146785878 934174720 33898 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11769/tid=11776] ppid=11767 vsize=912280 CPUtime=0
/proc/11769/task/11776/stat : 11776 (java) S 11767 11769 11455 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 146785881 934174720 33898 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11769/tid=11777] ppid=11767 vsize=912280 CPUtime=0
/proc/11769/task/11777/stat : 11777 (java) S 11767 11769 11455 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 146785881 934174720 33898 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11769/tid=11778] ppid=11767 vsize=912280 CPUtime=0.72
/proc/11769/task/11778/stat : 11778 (java) S 11767 11769 11455 0 -1 64 1784 0 0 0 72 0 0 0 17 0 12 0 146785881 934174720 33898 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11769/tid=11779] ppid=11767 vsize=912280 CPUtime=0.5
/proc/11769/task/11779/stat : 11779 (java) R 11767 11769 11455 0 -1 64 1124 0 0 0 50 0 0 0 17 0 12 0 146785881 934174720 33898 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4154417425 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11769/tid=11780] ppid=11767 vsize=912280 CPUtime=0
/proc/11769/task/11780/stat : 11780 (java) S 11767 11769 11455 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 146785881 934174720 33898 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11769/tid=11781] ppid=11767 vsize=912280 CPUtime=0
/proc/11769/task/11781/stat : 11781 (java) S 11767 11769 11455 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 146785881 934174720 33898 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.12
Current children cumulated vsize (KiB) 912280

[startup+6.21043 s]
/proc/loadavg: 2.09 2.10 2.08 3/105 11781
/proc/meminfo: memFree=1011352/2055920 swapFree=4192812/4192956
[pid=11769] ppid=11767 vsize=915164 CPUtime=6.34
/proc/11769/stat : 11769 (java) R 11767 11769 11455 0 -1 0 43962 0 1 0 611 23 0 0 25 0 12 0 146785871 937127936 38143 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054388818 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11769/statm: 228791 38143 2479 14 0 215228 0
[pid=11769/tid=11771] ppid=11767 vsize=915164 CPUtime=0.41
/proc/11769/task/11771/stat : 11771 (java) S 11767 11769 11455 0 -1 64 10094 0 0 0 36 5 0 0 16 0 12 0 146785874 937127936 38143 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11769/tid=11772] ppid=11767 vsize=915164 CPUtime=0.35
/proc/11769/task/11772/stat : 11772 (java) S 11767 11769 11455 0 -1 64 8029 0 0 0 32 3 0 0 16 0 12 0 146785874 937127936 38143 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11769/tid=11773] ppid=11767 vsize=915164 CPUtime=0
/proc/11769/task/11773/stat : 11773 (java) S 11767 11769 11455 0 -1 64 13 0 0 0 0 0 0 0 16 0 12 0 146785877 937127936 38143 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=11769/tid=11774] ppid=11767 vsize=915164 CPUtime=0
/proc/11769/task/11774/stat : 11774 (java) S 11767 11769 11455 0 -1 64 8 0 0 0 0 0 0 0 17 0 12 0 146785877 937127936 38143 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11769/tid=11775] ppid=11767 vsize=915164 CPUtime=0
/proc/11769/task/11775/stat : 11775 (java) S 11767 11769 11455 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 146785878 937127936 38143 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11769/tid=11776] ppid=11767 vsize=915164 CPUtime=0
/proc/11769/task/11776/stat : 11776 (java) S 11767 11769 11455 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 146785881 937127936 38143 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11769/tid=11777] ppid=11767 vsize=915164 CPUtime=0.01
/proc/11769/task/11777/stat : 11777 (java) S 11767 11769 11455 0 -1 64 2 0 0 0 1 0 0 0 17 0 12 0 146785881 937127936 38143 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11769/tid=11778] ppid=11767 vsize=915164 CPUtime=1.12
/proc/11769/task/11778/stat : 11778 (java) S 11767 11769 11455 0 -1 64 1867 0 0 0 112 0 0 0 18 0 12 0 146785881 937127936 38143 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11769/tid=11779] ppid=11767 vsize=915164 CPUtime=1.07
/proc/11769/task/11779/stat : 11779 (java) S 11767 11769 11455 0 -1 64 3860 0 0 0 106 1 0 0 17 0 12 0 146785881 937127936 38143 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11769/tid=11780] ppid=11767 vsize=915164 CPUtime=0
/proc/11769/task/11780/stat : 11780 (java) S 11767 11769 11455 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 146785881 937127936 38143 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11769/tid=11781] ppid=11767 vsize=915164 CPUtime=0
/proc/11769/task/11781/stat : 11781 (java) S 11767 11769 11455 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 146785881 937127936 38143 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.34
Current children cumulated vsize (KiB) 915164

[startup+12.6991 s]
/proc/loadavg: 2.08 2.10 2.08 3/105 11781
/proc/meminfo: memFree=985816/2055920 swapFree=4192812/4192956
[pid=11769] ppid=11767 vsize=913776 CPUtime=12.82
/proc/11769/stat : 11769 (java) R 11767 11769 11455 0 -1 0 50911 0 1 0 1255 27 0 0 25 0 12 0 146785871 935706624 43581 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054302232 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11769/statm: 228444 43581 2479 14 0 214881 0
[pid=11769/tid=11771] ppid=11767 vsize=913776 CPUtime=0.63
/proc/11769/task/11771/stat : 11771 (java) S 11767 11769 11455 0 -1 64 14226 0 0 0 56 7 0 0 16 0 12 0 146785874 935706624 43581 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11769/tid=11772] ppid=11767 vsize=913776 CPUtime=0.54
/proc/11769/task/11772/stat : 11772 (java) S 11767 11769 11455 0 -1 64 10821 0 0 0 50 4 0 0 16 0 12 0 146785874 935706624 43581 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11769/tid=11773] ppid=11767 vsize=913776 CPUtime=0.01
/proc/11769/task/11773/stat : 11773 (java) S 11767 11769 11455 0 -1 64 16 0 0 0 1 0 0 0 16 0 12 0 146785877 935706624 43581 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=11769/tid=11774] ppid=11767 vsize=913776 CPUtime=0
/proc/11769/task/11774/stat : 11774 (java) S 11767 11769 11455 0 -1 64 8 0 0 0 0 0 0 0 17 0 12 0 146785877 935706624 43581 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11769/tid=11775] ppid=11767 vsize=913776 CPUtime=0
/proc/11769/task/11775/stat : 11775 (java) S 11767 11769 11455 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 146785878 935706624 43581 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11769/tid=11776] ppid=11767 vsize=913776 CPUtime=0
/proc/11769/task/11776/stat : 11776 (java) S 11767 11769 11455 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 146785881 935706624 43581 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11769/tid=11777] ppid=11767 vsize=913776 CPUtime=0.01
/proc/11769/task/11777/stat : 11777 (java) S 11767 11769 11455 0 -1 64 2 0 0 0 1 0 0 0 17 0 12 0 146785881 935706624 43581 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11769/tid=11778] ppid=11767 vsize=913776 CPUtime=1.18
/proc/11769/task/11778/stat : 11778 (java) S 11767 11769 11455 0 -1 64 1867 0 0 0 118 0 0 0 17 0 12 0 146785881 935706624 43581 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11769/tid=11779] ppid=11767 vsize=913776 CPUtime=1.11
/proc/11769/task/11779/stat : 11779 (java) S 11767 11769 11455 0 -1 64 3861 0 0 0 110 1 0 0 16 0 12 0 146785881 935706624 43581 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11769/tid=11780] ppid=11767 vsize=913776 CPUtime=0
/proc/11769/task/11780/stat : 11780 (java) S 11767 11769 11455 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 146785881 935706624 43581 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11769/tid=11781] ppid=11767 vsize=913776 CPUtime=0
/proc/11769/task/11781/stat : 11781 (java) S 11767 11769 11455 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 146785881 935706624 43581 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.82
Current children cumulated vsize (KiB) 913776

[startup+25.5776 s]
/proc/loadavg: 2.07 2.09 2.08 3/105 11781
/proc/meminfo: memFree=950168/2055920 swapFree=4192812/4192956
[pid=11769] ppid=11767 vsize=913776 CPUtime=25.63
/proc/11769/stat : 11769 (java) R 11767 11769 11455 0 -1 0 58102 0 1 0 2532 31 0 0 25 0 12 0 146785871 935706624 50744 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054307907 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11769/statm: 228444 50744 2479 14 0 214881 0
[pid=11769/tid=11771] ppid=11767 vsize=913776 CPUtime=0.78
/proc/11769/task/11771/stat : 11771 (java) S 11767 11769 11455 0 -1 64 17986 0 0 0 69 9 0 0 16 0 12 0 146785874 935706624 50744 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11769/tid=11772] ppid=11767 vsize=913776 CPUtime=0.7
/proc/11769/task/11772/stat : 11772 (java) S 11767 11769 11455 0 -1 64 14214 0 0 0 65 5 0 0 16 0 12 0 146785874 935706624 50744 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11769/tid=11773] ppid=11767 vsize=913776 CPUtime=0.02
/proc/11769/task/11773/stat : 11773 (java) S 11767 11769 11455 0 -1 64 23 0 0 0 2 0 0 0 16 0 12 0 146785877 935706624 50744 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=11769/tid=11774] ppid=11767 vsize=913776 CPUtime=0
/proc/11769/task/11774/stat : 11774 (java) S 11767 11769 11455 0 -1 64 8 0 0 0 0 0 0 0 17 0 12 0 146785877 935706624 50744 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11769/tid=11775] ppid=11767 vsize=913776 CPUtime=0
/proc/11769/task/11775/stat : 11775 (java) S 11767 11769 11455 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 146785878 935706624 50744 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11769/tid=11776] ppid=11767 vsize=913776 CPUtime=0
/proc/11769/task/11776/stat : 11776 (java) S 11767 11769 11455 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 146785881 935706624 50744 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11769/tid=11777] ppid=11767 vsize=913776 CPUtime=0.01
/proc/11769/task/11777/stat : 11777 (java) S 11767 11769 11455 0 -1 64 2 0 0 0 1 0 0 0 17 0 12 0 146785881 935706624 50744 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11769/tid=11778] ppid=11767 vsize=913776 CPUtime=1.24
/proc/11769/task/11778/stat : 11778 (java) S 11767 11769 11455 0 -1 64 1873 0 0 0 124 0 0 0 17 0 12 0 146785881 935706624 50744 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11769/tid=11779] ppid=11767 vsize=913776 CPUtime=1.16
/proc/11769/task/11779/stat : 11779 (java) S 11767 11769 11455 0 -1 64 3861 0 0 0 115 1 0 0 16 0 12 0 146785881 935706624 50744 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11769/tid=11780] ppid=11767 vsize=913776 CPUtime=0
/proc/11769/task/11780/stat : 11780 (java) S 11767 11769 11455 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 146785881 935706624 50744 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11769/tid=11781] ppid=11767 vsize=913776 CPUtime=0
/proc/11769/task/11781/stat : 11781 (java) S 11767 11769 11455 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 146785881 935706624 50744 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.63
Current children cumulated vsize (KiB) 913776

[startup+51.2515 s]
/proc/loadavg: 2.04 2.08 2.08 3/105 11781
/proc/meminfo: memFree=868504/2055920 swapFree=4192812/4192956
[pid=11769] ppid=11767 vsize=913776 CPUtime=51.18
/proc/11769/stat : 11769 (java) R 11767 11769 11455 0 -1 0 73312 0 1 0 5078 40 0 0 25 0 12 0 146785871 935706624 65879 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054296038 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11769/statm: 228444 65879 2480 14 0 214881 0
[pid=11769/tid=11771] ppid=11767 vsize=913776 CPUtime=1.08
/proc/11769/task/11771/stat : 11771 (java) S 11767 11769 11455 0 -1 64 25006 0 0 0 95 13 0 0 16 0 12 0 146785874 935706624 65879 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11769/tid=11772] ppid=11767 vsize=913776 CPUtime=1.01
/proc/11769/task/11772/stat : 11772 (java) S 11767 11769 11455 0 -1 64 22342 0 0 0 92 9 0 0 16 0 12 0 146785874 935706624 65879 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11769/tid=11773] ppid=11767 vsize=913776 CPUtime=0.04

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

/proc/11769/task/11775/stat : 11775 (java) S 11767 11769 11455 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 146785878 939335680 187625 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11769/tid=11776] ppid=11767 vsize=917320 CPUtime=0
/proc/11769/task/11776/stat : 11776 (java) S 11767 11769 11455 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 146785881 939335680 187625 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11769/tid=11777] ppid=11767 vsize=917320 CPUtime=0.01
/proc/11769/task/11777/stat : 11777 (java) S 11767 11769 11455 0 -1 64 2 0 0 0 1 0 0 0 16 0 12 0 146785881 939335680 187625 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11769/tid=11778] ppid=11767 vsize=917320 CPUtime=1.94
/proc/11769/task/11778/stat : 11778 (java) S 11767 11769 11455 0 -1 64 2192 0 0 0 194 0 0 0 17 0 12 0 146785881 939335680 187625 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11769/tid=11779] ppid=11767 vsize=917320 CPUtime=2.04
/proc/11769/task/11779/stat : 11779 (java) S 11767 11769 11455 0 -1 64 4279 0 0 0 203 1 0 0 17 0 12 0 146785881 939335680 187625 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11769/tid=11780] ppid=11767 vsize=917320 CPUtime=0
/proc/11769/task/11780/stat : 11780 (java) S 11767 11769 11455 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 146785881 939335680 187625 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11769/tid=11781] ppid=11767 vsize=917320 CPUtime=0
/proc/11769/task/11781/stat : 11781 (java) S 11767 11769 11455 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 146785881 939335680 187625 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 581.21
Current children cumulated vsize (KiB) 917320

[startup+642.955 s]
/proc/loadavg: 2.03 2.19 2.15 3/105 11979
/proc/meminfo: memFree=143064/2055920 swapFree=4192812/4192956
[pid=11769] ppid=11767 vsize=917320 CPUtime=641.24
/proc/11769/stat : 11769 (java) S 11767 11769 11455 0 -1 0 377810 0 1 0 63889 235 0 0 15 0 12 0 146785871 939335680 187625 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11769/statm: 229330 187625 2482 14 0 215767 0
[pid=11769/tid=11771] ppid=11767 vsize=917320 CPUtime=5.7
/proc/11769/task/11771/stat : 11771 (java) S 11767 11769 11455 0 -1 64 83673 0 0 0 528 42 0 0 16 0 12 0 146785874 939335680 187625 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11769/tid=11772] ppid=11767 vsize=917320 CPUtime=5.62
/proc/11769/task/11772/stat : 11772 (java) S 11767 11769 11455 0 -1 64 85057 0 0 0 521 41 0 0 15 0 12 0 146785874 939335680 187625 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11769/tid=11773] ppid=11767 vsize=917320 CPUtime=320.28
/proc/11769/task/11773/stat : 11773 (java) R 11767 11769 11455 0 -1 64 181717 0 0 0 31898 130 0 0 25 0 12 0 146785877 939335680 187625 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4152681624 0 0 0 23759 0 0 0 -1 1 0 0
[pid=11769/tid=11774] ppid=11767 vsize=917320 CPUtime=0
/proc/11769/task/11774/stat : 11774 (java) S 11767 11769 11455 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 146785877 939335680 187625 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11769/tid=11775] ppid=11767 vsize=917320 CPUtime=0
/proc/11769/task/11775/stat : 11775 (java) S 11767 11769 11455 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 146785878 939335680 187625 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11769/tid=11776] ppid=11767 vsize=917320 CPUtime=0
/proc/11769/task/11776/stat : 11776 (java) S 11767 11769 11455 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 146785881 939335680 187625 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11769/tid=11777] ppid=11767 vsize=917320 CPUtime=0.01
/proc/11769/task/11777/stat : 11777 (java) S 11767 11769 11455 0 -1 64 2 0 0 0 1 0 0 0 16 0 12 0 146785881 939335680 187625 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11769/tid=11778] ppid=11767 vsize=917320 CPUtime=1.94
/proc/11769/task/11778/stat : 11778 (java) S 11767 11769 11455 0 -1 64 2192 0 0 0 194 0 0 0 17 0 12 0 146785881 939335680 187625 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11769/tid=11779] ppid=11767 vsize=917320 CPUtime=2.04
/proc/11769/task/11779/stat : 11779 (java) S 11767 11769 11455 0 -1 64 4279 0 0 0 203 1 0 0 17 0 12 0 146785881 939335680 187625 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11769/tid=11780] ppid=11767 vsize=917320 CPUtime=0
/proc/11769/task/11780/stat : 11780 (java) S 11767 11769 11455 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 146785881 939335680 187625 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11769/tid=11781] ppid=11767 vsize=917320 CPUtime=0
/proc/11769/task/11781/stat : 11781 (java) S 11767 11769 11455 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 146785881 939335680 187625 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 641.24
Current children cumulated vsize (KiB) 917320

[startup+703.014 s]
/proc/loadavg: 2.16 2.20 2.16 3/105 11979
/proc/meminfo: memFree=118744/2055920 swapFree=4192812/4192956
[pid=11769] ppid=11767 vsize=917320 CPUtime=701.29
/proc/11769/stat : 11769 (java) S 11767 11769 11455 0 -1 0 413309 0 1 0 69868 261 0 0 16 0 12 0 146785871 939335680 187625 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11769/statm: 229330 187625 2482 14 0 215767 0
[pid=11769/tid=11771] ppid=11767 vsize=917320 CPUtime=5.7
/proc/11769/task/11771/stat : 11771 (java) S 11767 11769 11455 0 -1 64 83673 0 0 0 528 42 0 0 16 0 12 0 146785874 939335680 187625 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11769/tid=11772] ppid=11767 vsize=917320 CPUtime=5.62
/proc/11769/task/11772/stat : 11772 (java) S 11767 11769 11455 0 -1 64 85057 0 0 0 521 41 0 0 15 0 12 0 146785874 939335680 187625 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11769/tid=11773] ppid=11767 vsize=917320 CPUtime=380.22
/proc/11769/task/11773/stat : 11773 (java) R 11767 11769 11455 0 -1 64 217146 0 0 0 37866 156 0 0 25 0 12 0 146785877 939335680 187625 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4154454165 0 0 0 23759 0 0 0 -1 1 0 0
[pid=11769/tid=11774] ppid=11767 vsize=917320 CPUtime=0
/proc/11769/task/11774/stat : 11774 (java) S 11767 11769 11455 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 146785877 939335680 187625 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11769/tid=11775] ppid=11767 vsize=917320 CPUtime=0
/proc/11769/task/11775/stat : 11775 (java) S 11767 11769 11455 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 146785878 939335680 187625 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11769/tid=11776] ppid=11767 vsize=917320 CPUtime=0
/proc/11769/task/11776/stat : 11776 (java) S 11767 11769 11455 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 146785881 939335680 187625 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11769/tid=11777] ppid=11767 vsize=917320 CPUtime=0.01
/proc/11769/task/11777/stat : 11777 (java) S 11767 11769 11455 0 -1 64 2 0 0 0 1 0 0 0 16 0 12 0 146785881 939335680 187625 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11769/tid=11778] ppid=11767 vsize=917320 CPUtime=1.94
/proc/11769/task/11778/stat : 11778 (java) S 11767 11769 11455 0 -1 64 2192 0 0 0 194 0 0 0 17 0 12 0 146785881 939335680 187625 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11769/tid=11779] ppid=11767 vsize=917320 CPUtime=2.04
/proc/11769/task/11779/stat : 11779 (java) S 11767 11769 11455 0 -1 64 4279 0 0 0 203 1 0 0 17 0 12 0 146785881 939335680 187625 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11769/tid=11780] ppid=11767 vsize=917320 CPUtime=0
/proc/11769/task/11780/stat : 11780 (java) S 11767 11769 11455 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 146785881 939335680 187625 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11769/tid=11781] ppid=11767 vsize=917320 CPUtime=0
/proc/11769/task/11781/stat : 11781 (java) S 11767 11769 11455 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 146785881 939335680 187625 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 701.29
Current children cumulated vsize (KiB) 917320

[startup+763.067 s]
/proc/loadavg: 2.06 2.16 2.14 3/105 11979
/proc/meminfo: memFree=114904/2055920 swapFree=4192812/4192956
[pid=11769] ppid=11767 vsize=917320 CPUtime=761.32
/proc/11769/stat : 11769 (java) S 11767 11769 11455 0 -1 0 448809 0 1 0 75845 287 0 0 16 0 12 0 146785871 939335680 187625 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11769/statm: 229330 187625 2482 14 0 215767 0
[pid=11769/tid=11771] ppid=11767 vsize=917320 CPUtime=5.7
/proc/11769/task/11771/stat : 11771 (java) S 11767 11769 11455 0 -1 64 83673 0 0 0 528 42 0 0 16 0 12 0 146785874 939335680 187625 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11769/tid=11772] ppid=11767 vsize=917320 CPUtime=5.62
/proc/11769/task/11772/stat : 11772 (java) S 11767 11769 11455 0 -1 64 85057 0 0 0 521 41 0 0 15 0 12 0 146785874 939335680 187625 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11769/tid=11773] ppid=11767 vsize=917320 CPUtime=440.2
/proc/11769/task/11773/stat : 11773 (java) R 11767 11769 11455 0 -1 64 252575 0 0 0 43838 182 0 0 25 0 12 0 146785877 939335680 187625 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4152681624 0 0 0 23759 0 0 0 -1 1 0 0
[pid=11769/tid=11774] ppid=11767 vsize=917320 CPUtime=0
/proc/11769/task/11774/stat : 11774 (java) S 11767 11769 11455 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 146785877 939335680 187625 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11769/tid=11775] ppid=11767 vsize=917320 CPUtime=0
/proc/11769/task/11775/stat : 11775 (java) S 11767 11769 11455 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 146785878 939335680 187625 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11769/tid=11776] ppid=11767 vsize=917320 CPUtime=0
/proc/11769/task/11776/stat : 11776 (java) S 11767 11769 11455 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 146785881 939335680 187625 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11769/tid=11777] ppid=11767 vsize=917320 CPUtime=0.01
/proc/11769/task/11777/stat : 11777 (java) S 11767 11769 11455 0 -1 64 2 0 0 0 1 0 0 0 16 0 12 0 146785881 939335680 187625 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11769/tid=11778] ppid=11767 vsize=917320 CPUtime=1.94
/proc/11769/task/11778/stat : 11778 (java) S 11767 11769 11455 0 -1 64 2192 0 0 0 194 0 0 0 17 0 12 0 146785881 939335680 187625 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11769/tid=11779] ppid=11767 vsize=917320 CPUtime=2.04
/proc/11769/task/11779/stat : 11779 (java) S 11767 11769 11455 0 -1 64 4279 0 0 0 203 1 0 0 17 0 12 0 146785881 939335680 187625 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11769/tid=11780] ppid=11767 vsize=917320 CPUtime=0
/proc/11769/task/11780/stat : 11780 (java) S 11767 11769 11455 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 146785881 939335680 187625 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11769/tid=11781] ppid=11767 vsize=917320 CPUtime=0
/proc/11769/task/11781/stat : 11781 (java) S 11767 11769 11455 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 146785881 939335680 187625 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 761.32
Current children cumulated vsize (KiB) 917320

[startup+823.113 s]
/proc/loadavg: 2.09 2.14 2.14 3/105 11979
/proc/meminfo: memFree=97688/2055920 swapFree=4192812/4192956
[pid=11769] ppid=11767 vsize=917320 CPUtime=821.36
/proc/11769/stat : 11769 (java) S 11767 11769 11455 0 -1 0 484309 0 1 0 81823 313 0 0 16 0 12 0 146785871 939335680 187625 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11769/statm: 229330 187625 2482 14 0 215767 0
[pid=11769/tid=11771] ppid=11767 vsize=917320 CPUtime=5.7
/proc/11769/task/11771/stat : 11771 (java) S 11767 11769 11455 0 -1 64 83673 0 0 0 528 42 0 0 16 0 12 0 146785874 939335680 187625 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11769/tid=11772] ppid=11767 vsize=917320 CPUtime=5.62
/proc/11769/task/11772/stat : 11772 (java) S 11767 11769 11455 0 -1 64 85057 0 0 0 521 41 0 0 15 0 12 0 146785874 939335680 187625 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11769/tid=11773] ppid=11767 vsize=917320 CPUtime=500.19
/proc/11769/task/11773/stat : 11773 (java) R 11767 11769 11455 0 -1 64 288004 0 0 0 49811 208 0 0 25 0 12 0 146785877 939335680 187625 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4154454164 0 0 0 23759 0 0 0 -1 1 0 0
[pid=11769/tid=11774] ppid=11767 vsize=917320 CPUtime=0
/proc/11769/task/11774/stat : 11774 (java) S 11767 11769 11455 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 146785877 939335680 187625 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11769/tid=11775] ppid=11767 vsize=917320 CPUtime=0
/proc/11769/task/11775/stat : 11775 (java) S 11767 11769 11455 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 146785878 939335680 187625 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11769/tid=11776] ppid=11767 vsize=917320 CPUtime=0
/proc/11769/task/11776/stat : 11776 (java) S 11767 11769 11455 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 146785881 939335680 187625 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11769/tid=11777] ppid=11767 vsize=917320 CPUtime=0.01
/proc/11769/task/11777/stat : 11777 (java) S 11767 11769 11455 0 -1 64 2 0 0 0 1 0 0 0 16 0 12 0 146785881 939335680 187625 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11769/tid=11778] ppid=11767 vsize=917320 CPUtime=1.94
/proc/11769/task/11778/stat : 11778 (java) S 11767 11769 11455 0 -1 64 2192 0 0 0 194 0 0 0 17 0 12 0 146785881 939335680 187625 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11769/tid=11779] ppid=11767 vsize=917320 CPUtime=2.04
/proc/11769/task/11779/stat : 11779 (java) S 11767 11769 11455 0 -1 64 4279 0 0 0 203 1 0 0 17 0 12 0 146785881 939335680 187625 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11769/tid=11780] ppid=11767 vsize=917320 CPUtime=0
/proc/11769/task/11780/stat : 11780 (java) S 11767 11769 11455 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 146785881 939335680 187625 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11769/tid=11781] ppid=11767 vsize=917320 CPUtime=0
/proc/11769/task/11781/stat : 11781 (java) S 11767 11769 11455 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 146785881 939335680 187625 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 821.36
Current children cumulated vsize (KiB) 917320

[startup+883.161 s]
/proc/loadavg: 2.10 2.13 2.13 3/105 11979
/proc/meminfo: memFree=83160/2055920 swapFree=4192812/4192956
[pid=11769] ppid=11767 vsize=917320 CPUtime=881.38
/proc/11769/stat : 11769 (java) S 11767 11769 11455 0 -1 0 528016 0 1 0 87798 340 0 0 15 0 12 0 146785871 939335680 187625 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11769/statm: 229330 187625 2482 14 0 215767 0
[pid=11769/tid=11771] ppid=11767 vsize=917320 CPUtime=5.7
/proc/11769/task/11771/stat : 11771 (java) S 11767 11769 11455 0 -1 64 83673 0 0 0 528 42 0 0 16 0 12 0 146785874 939335680 187625 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11769/tid=11772] ppid=11767 vsize=917320 CPUtime=5.62
/proc/11769/task/11772/stat : 11772 (java) S 11767 11769 11455 0 -1 64 85057 0 0 0 521 41 0 0 15 0 12 0 146785874 939335680 187625 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11769/tid=11773] ppid=11767 vsize=917320 CPUtime=560.21
/proc/11769/task/11773/stat : 11773 (java) R 11767 11769 11455 0 -1 64 331646 0 0 0 55786 235 0 0 25 0 12 0 146785877 939335680 187625 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4154921381 0 0 0 23759 0 0 0 -1 1 0 0
[pid=11769/tid=11774] ppid=11767 vsize=917320 CPUtime=0
/proc/11769/task/11774/stat : 11774 (java) S 11767 11769 11455 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 146785877 939335680 187625 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11769/tid=11775] ppid=11767 vsize=917320 CPUtime=0
/proc/11769/task/11775/stat : 11775 (java) S 11767 11769 11455 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 146785878 939335680 187625 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11769/tid=11776] ppid=11767 vsize=917320 CPUtime=0
/proc/11769/task/11776/stat : 11776 (java) S 11767 11769 11455 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 146785881 939335680 187625 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11769/tid=11777] ppid=11767 vsize=917320 CPUtime=0.01
/proc/11769/task/11777/stat : 11777 (java) S 11767 11769 11455 0 -1 64 2 0 0 0 1 0 0 0 16 0 12 0 146785881 939335680 187625 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11769/tid=11778] ppid=11767 vsize=917320 CPUtime=1.94
/proc/11769/task/11778/stat : 11778 (java) S 11767 11769 11455 0 -1 64 2192 0 0 0 194 0 0 0 17 0 12 0 146785881 939335680 187625 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11769/tid=11779] ppid=11767 vsize=917320 CPUtime=2.04
/proc/11769/task/11779/stat : 11779 (java) S 11767 11769 11455 0 -1 64 4279 0 0 0 203 1 0 0 17 0 12 0 146785881 939335680 187625 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11769/tid=11780] ppid=11767 vsize=917320 CPUtime=0
/proc/11769/task/11780/stat : 11780 (java) S 11767 11769 11455 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 146785881 939335680 187625 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11769/tid=11781] ppid=11767 vsize=917320 CPUtime=0
/proc/11769/task/11781/stat : 11781 (java) S 11767 11769 11455 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 146785881 939335680 187625 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 881.38
Current children cumulated vsize (KiB) 917320

Child status: 1
Real time (s): 923.957
CPU time (s): 922.039
CPU user time (s): 918.338
CPU system time (s): 3.70044
CPU usage (%): 99.7924
Max. virtual memory (cumulated for all children) (KiB): 921324

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 918.338
system time used= 3.70044
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 556483
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= 26487
involuntary context switches= 29581

runsolver used 1.16282 s user time and 3.05854 s system time

The end

Launcher Data (download as text)

Begin job on node5 on Sun Jan  7 14:55:14 UTC 2007


IDJOB= 207435
IDBENCH= 4290
FILE ID= node5/207435-1168181714

PBS_JOBID= 3478900

Free space on /tmp= 66345 MiB

BENCH NAME= HOME/pub/bench/CPAI06/fapp/test01-04/test04/test04-1250-5.xml
COMMAND LINE= java -server -Xmx700M -Xms700M -jar /tmp/evaluation/207435-1168181714/sat4jCSP-bf3.jar /tmp/evaluation/207435-1168181714/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node5/watcher-207435-1168181714 -o ROOT/results/node5/solver-207435-1168181714 -C 1800 -M 900  java -server -Xmx700M -Xms700M -jar /tmp/evaluation/207435-1168181714/sat4jCSP-bf3.jar /tmp/evaluation/207435-1168181714/unknown.xml

META MD5SUM SOLVER= c614762dbe7de46d2af9d7b592545c03
MD5SUM BENCH=  4a14d2a0db6e7c48172ae7be2de8a6a3

RANDOM SEED= 729370133

TIME LIMIT= 1800 seconds

MEMORY LIMIT= 900 MiB


/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.240
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.240
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:       1159120 kB
Buffers:         46300 kB
Cached:         347896 kB
SwapCached:          0 kB
Active:         491424 kB
Inactive:       342276 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1159120 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            4912 kB
Writeback:           0 kB
Mapped:         467280 kB
Slab:            47140 kB
Committed_AS:  4439452 kB
PageTables:       3040 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= 66345 MiB



End job on node5 on Sun Jan  7 15:10:38 UTC 2007