Trace number 207227

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? 1258.55 1268

General information on the benchmark

Namefapp/test01-04/test03/
test03-0400-10.xml
MD5SUM9445394d972709f360f7cfc4b2448eea
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 benchmark2.49562
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables400
Number of constraints4370
Maximum constraint arity2
Maximum domain size350
Number of constraints which are defined in extension0
Number of constraints which are defined in intension4370
Global constraints used (with number of constraints)

Solver Data (download as text)

0.16	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.16	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.16	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.17	c version CSP COMPETITION BUGFIX 3
0.17	c sun.arch.data.model	32
0.17	c java.version	1.5.0_10
0.17	c os.name	Linux
0.17	c os.version	2.6.9-22.EL.rootsmp
0.17	c os.arch	i386
0.17	c Free memory 722620888
0.17	c Max memory 723845120
0.17	c Total memory 723845120
0.17	c Number of processors 2
0.27	c --- Begin Solver configuration ---
0.27	c Stops conflict analysis at the first Unique Implication Point
0.27	c org.sat4j.minisat.constraints.MixedDataStructureWithBinary@19dfbff
0.27	c Learn all clauses as in MiniSAT
0.27	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.27	c VSIDS like heuristics from MiniSAT using a heap
0.27	c No reason simplification
0.27	c --- End Solver configuration ---
0.27	c solving /tmp/evaluation/207227-1168180550/unknown.xml
0.27	c reading problem ... 
0.53	c reading problem named ?
0.53	c reading domains done.
0.86	c reading variables
c reading variables (400) done.
1.38	c reading predicates 
c reading relations (8) done.
1.62	c reading constraintsException in thread "main" java.lang.OutOfMemoryError: Java heap space
1265.28	c starts		: 0
1265.28	c conflicts		: 0
1265.28	c decisions		: 0
1265.28	c propagations		: 0
1265.28	c inspects		: 0
1265.28	c learnt literals	: 0
1265.28	c learnt binary clauses	: 0
1265.28	c learnt ternary clauses	: 0
1265.28	c learnt clauses	: 0
1265.28	c root simplifications	: 0
1265.28	c removed literals (reason simplification)	: 0
1265.28	c reason swapping (by a shorter reason)	: 0
1265.28	c Calls to reduceDB	: 0
1265.28	c speed (decisions/second)	: 0.0
1265.28	c non guided choices	0
1265.28	s UNKNOWN
1265.28	c Total wall clock time (in seconds) : 1262.466
1265.28	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/node29/watcher-207227-1168180550 -o ROOT/results/node29/solver-207227-1168180550 -C 1800 -M 900 java -server -Xmx700M -Xms700M -jar /tmp/evaluation/207227-1168180550/sat4jCSP-bf3.jar /tmp/evaluation/207227-1168180550/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.64 2.19 2.05 4/94 16174
/proc/meminfo: memFree=774360/2055920 swapFree=4191880/4192956
[pid=16173] ppid=16171 vsize=49668 CPUtime=0
/proc/16173/stat : 16173 (java) D 16171 16173 15305 0 -1 0 1373 0 1 0 0 0 0 0 17 0 1 0 166449075 50860032 1138 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 2147483391 0 7368 18446744072099781622 0 0 17 1 0 0
/proc/16173/statm: 12417 1138 869 14 0 1707 0

[startup+0.103956 s]
/proc/loadavg: 2.64 2.19 2.05 4/94 16174
/proc/meminfo: memFree=774360/2055920 swapFree=4191880/4192956
[pid=16173] ppid=16171 vsize=897120 CPUtime=0.08
/proc/16173/stat : 16173 (java) R 16171 16173 15305 0 -1 0 3218 0 1 0 7 1 0 0 17 0 6 0 166449075 918650880 2978 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4053857997 0 4 0 23755 18446744073709551615 0 0 17 1 0 0
/proc/16173/statm: 224280 2978 1514 14 0 211300 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 897120

[startup+0.516489 s]
/proc/loadavg: 2.64 2.19 2.05 4/94 16174
/proc/meminfo: memFree=774360/2055920 swapFree=4191880/4192956
[pid=16173] ppid=16171 vsize=906260 CPUtime=0.5
/proc/16173/stat : 16173 (java) R 16171 16173 15305 0 -1 0 5856 0 1 0 47 3 0 0 18 0 12 0 166449075 928010240 5450 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4151513458 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/16173/statm: 226565 5450 2250 14 0 213002 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 906260

[startup+1.34004 s]
/proc/loadavg: 2.64 2.19 2.05 4/105 16185
/proc/meminfo: memFree=755264/2055920 swapFree=4191880/4192956
[pid=16173] ppid=16171 vsize=907480 CPUtime=1.32
/proc/16173/stat : 16173 (java) R 16171 16173 15305 0 -1 0 10174 0 1 0 127 5 0 0 17 0 12 0 166449075 929259520 8822 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/16173/statm: 226870 8822 2319 14 0 213307 0
[pid=16173/tid=16175] ppid=16171 vsize=907480 CPUtime=0
/proc/16173/task/16175/stat : 16175 (java) S 16171 16173 15305 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 166449078 929259520 8822 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16173/tid=16176] ppid=16171 vsize=907480 CPUtime=0
/proc/16173/task/16176/stat : 16176 (java) S 16171 16173 15305 0 -1 64 2 0 0 0 0 0 0 0 19 0 12 0 166449078 929259520 8822 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16173/tid=16177] ppid=16171 vsize=907480 CPUtime=0
/proc/16173/task/16177/stat : 16177 (java) S 16171 16173 15305 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 166449081 929259520 8822 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=16173/tid=16178] ppid=16171 vsize=907480 CPUtime=0
/proc/16173/task/16178/stat : 16178 (java) S 16171 16173 15305 0 -1 64 8 0 0 0 0 0 0 0 21 0 12 0 166449082 929259520 8822 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16173/tid=16179] ppid=16171 vsize=907480 CPUtime=0
/proc/16173/task/16179/stat : 16179 (java) S 16171 16173 15305 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 166449082 929259520 8822 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16173/tid=16180] ppid=16171 vsize=907480 CPUtime=0
/proc/16173/task/16180/stat : 16180 (java) S 16171 16173 15305 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 166449085 929259520 8822 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16173/tid=16181] ppid=16171 vsize=907480 CPUtime=0
/proc/16173/task/16181/stat : 16181 (java) S 16171 16173 15305 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 166449085 929259520 8822 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16173/tid=16182] ppid=16171 vsize=907480 CPUtime=0.32
/proc/16173/task/16182/stat : 16182 (java) S 16171 16173 15305 0 -1 64 683 0 0 0 32 0 0 0 16 0 12 0 166449085 929259520 8822 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16173/tid=16183] ppid=16171 vsize=907480 CPUtime=0.4
/proc/16173/task/16183/stat : 16183 (java) R 16171 16173 15305 0 -1 64 1531 0 0 0 40 0 0 0 16 0 12 0 166449085 929259520 8822 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4154253776 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16173/tid=16184] ppid=16171 vsize=907480 CPUtime=0
/proc/16173/task/16184/stat : 16184 (java) S 16171 16173 15305 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 166449086 929259520 8822 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16173/tid=16185] ppid=16171 vsize=907480 CPUtime=0
/proc/16173/task/16185/stat : 16185 (java) S 16171 16173 15305 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 166449086 929259520 8822 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 907480

[startup+2.97813 s]
/proc/loadavg: 2.67 2.20 2.06 4/105 16185
/proc/meminfo: memFree=727808/2055920 swapFree=4191880/4192956
[pid=16173] ppid=16171 vsize=913672 CPUtime=2.96
/proc/16173/stat : 16173 (java) R 16171 16173 15305 0 -1 0 22003 0 1 0 285 11 0 0 19 0 12 0 166449075 935600128 18636 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054346754 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/16173/statm: 228418 18637 2477 14 0 214855 0
[pid=16173/tid=16175] ppid=16171 vsize=913672 CPUtime=0
/proc/16173/task/16175/stat : 16175 (java) S 16171 16173 15305 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 166449078 935600128 18638 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16173/tid=16176] ppid=16171 vsize=913672 CPUtime=0
/proc/16173/task/16176/stat : 16176 (java) S 16171 16173 15305 0 -1 64 2 0 0 0 0 0 0 0 19 0 12 0 166449078 935600128 18639 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16173/tid=16177] ppid=16171 vsize=913672 CPUtime=0
/proc/16173/task/16177/stat : 16177 (java) S 16171 16173 15305 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 166449081 935600128 18640 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=16173/tid=16178] ppid=16171 vsize=913672 CPUtime=0
/proc/16173/task/16178/stat : 16178 (java) S 16171 16173 15305 0 -1 64 8 0 0 0 0 0 0 0 21 0 12 0 166449082 935600128 18641 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16173/tid=16179] ppid=16171 vsize=913672 CPUtime=0
/proc/16173/task/16179/stat : 16179 (java) S 16171 16173 15305 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 166449082 935600128 18642 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16173/tid=16180] ppid=16171 vsize=913672 CPUtime=0
/proc/16173/task/16180/stat : 16180 (java) S 16171 16173 15305 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 166449085 935600128 18642 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16173/tid=16181] ppid=16171 vsize=913672 CPUtime=0
/proc/16173/task/16181/stat : 16181 (java) S 16171 16173 15305 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 166449085 935600128 18643 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16173/tid=16182] ppid=16171 vsize=913672 CPUtime=0.53
/proc/16173/task/16182/stat : 16182 (java) S 16171 16173 15305 0 -1 64 1124 0 0 0 53 0 0 0 16 0 12 0 166449085 935600128 18644 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16173/tid=16183] ppid=16171 vsize=913672 CPUtime=1.09
/proc/16173/task/16183/stat : 16183 (java) S 16171 16173 15305 0 -1 64 4569 0 0 0 107 2 0 0 17 0 12 0 166449085 935600128 18645 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16173/tid=16184] ppid=16171 vsize=913672 CPUtime=0
/proc/16173/task/16184/stat : 16184 (java) S 16171 16173 15305 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 166449086 935600128 18646 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16173/tid=16185] ppid=16171 vsize=913672 CPUtime=0
/proc/16173/task/16185/stat : 16185 (java) S 16171 16173 15305 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 166449086 935600128 18647 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 913672

[startup+6.18434 s]
/proc/loadavg: 2.67 2.20 2.06 3/105 16185
/proc/meminfo: memFree=661248/2055920 swapFree=4191880/4192956
[pid=16173] ppid=16171 vsize=914512 CPUtime=6.2
/proc/16173/stat : 16173 (java) R 16171 16173 15305 0 -1 0 34506 0 1 0 601 19 0 0 25 0 12 0 166449075 936460288 30943 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054271547 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/16173/statm: 228628 30943 2480 14 0 215065 0
[pid=16173/tid=16175] ppid=16171 vsize=914512 CPUtime=0.17
/proc/16173/task/16175/stat : 16175 (java) S 16171 16173 15305 0 -1 64 3453 0 0 0 16 1 0 0 16 0 12 0 166449078 936460288 30943 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16173/tid=16176] ppid=16171 vsize=914512 CPUtime=0.22
/proc/16173/task/16176/stat : 16176 (java) S 16171 16173 15305 0 -1 64 5044 0 0 0 19 3 0 0 16 0 12 0 166449078 936460288 30943 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16173/tid=16177] ppid=16171 vsize=914512 CPUtime=0
/proc/16173/task/16177/stat : 16177 (java) S 16171 16173 15305 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 166449081 936460288 30943 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=16173/tid=16178] ppid=16171 vsize=914512 CPUtime=0
/proc/16173/task/16178/stat : 16178 (java) S 16171 16173 15305 0 -1 64 8 0 0 0 0 0 0 0 17 0 12 0 166449082 936460288 30943 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16173/tid=16179] ppid=16171 vsize=914512 CPUtime=0
/proc/16173/task/16179/stat : 16179 (java) S 16171 16173 15305 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 166449082 936460288 30943 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16173/tid=16180] ppid=16171 vsize=914512 CPUtime=0
/proc/16173/task/16180/stat : 16180 (java) S 16171 16173 15305 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 166449085 936460288 30943 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16173/tid=16181] ppid=16171 vsize=914512 CPUtime=0
/proc/16173/task/16181/stat : 16181 (java) S 16171 16173 15305 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 166449085 936460288 30943 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16173/tid=16182] ppid=16171 vsize=914512 CPUtime=0.54
/proc/16173/task/16182/stat : 16182 (java) S 16171 16173 15305 0 -1 64 1124 0 0 0 54 0 0 0 17 0 12 0 166449085 936460288 30943 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16173/tid=16183] ppid=16171 vsize=914512 CPUtime=1.09
/proc/16173/task/16183/stat : 16183 (java) S 16171 16173 15305 0 -1 64 4569 0 0 0 107 2 0 0 17 0 12 0 166449085 936460288 30943 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16173/tid=16184] ppid=16171 vsize=914512 CPUtime=0
/proc/16173/task/16184/stat : 16184 (java) S 16171 16173 15305 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 166449086 936460288 30943 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16173/tid=16185] ppid=16171 vsize=914512 CPUtime=0
/proc/16173/task/16185/stat : 16185 (java) S 16171 16173 15305 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 166449086 936460288 30943 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 914512

[startup+12.6787 s]
/proc/loadavg: 2.57 2.20 2.06 3/105 16185
/proc/meminfo: memFree=637896/2055920 swapFree=4191880/4192956
[pid=16173] ppid=16171 vsize=914000 CPUtime=12.68
/proc/16173/stat : 16173 (java) R 16171 16173 15305 0 -1 0 40632 0 1 0 1246 22 0 0 25 0 12 0 166449075 935936000 36415 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054271463 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/16173/statm: 228500 36415 2480 14 0 214937 0
[pid=16173/tid=16175] ppid=16171 vsize=914000 CPUtime=0.29
/proc/16173/task/16175/stat : 16175 (java) S 16171 16173 15305 0 -1 64 6516 0 0 0 26 3 0 0 16 0 12 0 166449078 935936000 36415 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16173/tid=16176] ppid=16171 vsize=914000 CPUtime=0.33
/proc/16173/task/16176/stat : 16176 (java) S 16171 16173 15305 0 -1 64 8074 0 0 0 28 5 0 0 16 0 12 0 166449078 935936000 36415 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16173/tid=16177] ppid=16171 vsize=914000 CPUtime=0.01
/proc/16173/task/16177/stat : 16177 (java) S 16171 16173 15305 0 -1 64 12 0 0 0 1 0 0 0 16 0 12 0 166449081 935936000 36415 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=16173/tid=16178] ppid=16171 vsize=914000 CPUtime=0
/proc/16173/task/16178/stat : 16178 (java) S 16171 16173 15305 0 -1 64 8 0 0 0 0 0 0 0 17 0 12 0 166449082 935936000 36415 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16173/tid=16179] ppid=16171 vsize=914000 CPUtime=0
/proc/16173/task/16179/stat : 16179 (java) S 16171 16173 15305 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 166449082 935936000 36415 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16173/tid=16180] ppid=16171 vsize=914000 CPUtime=0
/proc/16173/task/16180/stat : 16180 (java) S 16171 16173 15305 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 166449085 935936000 36415 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16173/tid=16181] ppid=16171 vsize=914000 CPUtime=0
/proc/16173/task/16181/stat : 16181 (java) S 16171 16173 15305 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 166449085 935936000 36415 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16173/tid=16182] ppid=16171 vsize=914000 CPUtime=0.64
/proc/16173/task/16182/stat : 16182 (java) S 16171 16173 15305 0 -1 64 1130 0 0 0 64 0 0 0 16 0 12 0 166449085 935936000 36415 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16173/tid=16183] ppid=16171 vsize=914000 CPUtime=1.2
/proc/16173/task/16183/stat : 16183 (java) S 16171 16173 15305 0 -1 64 4577 0 0 0 118 2 0 0 16 0 12 0 166449085 935936000 36415 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16173/tid=16184] ppid=16171 vsize=914000 CPUtime=0
/proc/16173/task/16184/stat : 16184 (java) S 16171 16173 15305 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 166449086 935936000 36415 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16173/tid=16185] ppid=16171 vsize=914000 CPUtime=0
/proc/16173/task/16185/stat : 16185 (java) S 16171 16173 15305 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 166449086 935936000 36415 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 914000

[startup+25.4815 s]
/proc/loadavg: 2.48 2.19 2.06 3/105 16185
/proc/meminfo: memFree=605576/2055920 swapFree=4191880/4192956
[pid=16173] ppid=16171 vsize=914000 CPUtime=25.48
/proc/16173/stat : 16173 (java) R 16171 16173 15305 0 -1 0 48848 0 1 0 2521 27 0 0 25 0 12 0 166449075 935936000 44592 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054313774 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/16173/statm: 228500 44592 2480 14 0 214937 0
[pid=16173/tid=16175] ppid=16171 vsize=914000 CPUtime=0.4
/proc/16173/task/16175/stat : 16175 (java) S 16171 16173 15305 0 -1 64 10467 0 0 0 35 5 0 0 16 0 12 0 166449078 935936000 44592 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16173/tid=16176] ppid=16171 vsize=914000 CPUtime=0.45
/proc/16173/task/16176/stat : 16176 (java) S 16171 16173 15305 0 -1 64 12307 0 0 0 37 8 0 0 16 0 12 0 166449078 935936000 44592 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16173/tid=16177] ppid=16171 vsize=914000 CPUtime=0.02
/proc/16173/task/16177/stat : 16177 (java) S 16171 16173 15305 0 -1 64 13 0 0 0 2 0 0 0 16 0 12 0 166449081 935936000 44592 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=16173/tid=16178] ppid=16171 vsize=914000 CPUtime=0
/proc/16173/task/16178/stat : 16178 (java) S 16171 16173 15305 0 -1 64 8 0 0 0 0 0 0 0 17 0 12 0 166449082 935936000 44592 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16173/tid=16179] ppid=16171 vsize=914000 CPUtime=0
/proc/16173/task/16179/stat : 16179 (java) S 16171 16173 15305 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 166449082 935936000 44592 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16173/tid=16180] ppid=16171 vsize=914000 CPUtime=0
/proc/16173/task/16180/stat : 16180 (java) S 16171 16173 15305 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 166449085 935936000 44592 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16173/tid=16181] ppid=16171 vsize=914000 CPUtime=0
/proc/16173/task/16181/stat : 16181 (java) S 16171 16173 15305 0 -1 64 2 0 0 0 0 0 0 0 17 0 12 0 166449085 935936000 44592 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16173/tid=16182] ppid=16171 vsize=914000 CPUtime=0.65
/proc/16173/task/16182/stat : 16182 (java) S 16171 16173 15305 0 -1 64 1131 0 0 0 65 0 0 0 17 0 12 0 166449085 935936000 44592 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16173/tid=16183] ppid=16171 vsize=914000 CPUtime=1.27
/proc/16173/task/16183/stat : 16183 (java) S 16171 16173 15305 0 -1 64 4585 0 0 0 125 2 0 0 17 0 12 0 166449085 935936000 44592 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16173/tid=16184] ppid=16171 vsize=914000 CPUtime=0
/proc/16173/task/16184/stat : 16184 (java) S 16171 16173 15305 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 166449086 935936000 44592 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16173/tid=16185] ppid=16171 vsize=914000 CPUtime=0
/proc/16173/task/16185/stat : 16185 (java) S 16171 16173 15305 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 166449086 935936000 44592 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 914000

[startup+51.1691 s]
/proc/loadavg: 2.31 2.17 2.05 3/105 16185
/proc/meminfo: memFree=520520/2055920 swapFree=4191880/4192956
[pid=16173] ppid=16171 vsize=913904 CPUtime=51.13
/proc/16173/stat : 16173 (java) R 16171 16173 15305 0 -1 0 65672 0 1 0 5077 36 0 0 25 0 12 0 166449075 935837696 61261 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054251205 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/16173/statm: 228476 61261 2481 14 0 214913 0
[pid=16173/tid=16175] ppid=16171 vsize=913904 CPUtime=0.61
/proc/16173/task/16175/stat : 16175 (java) S 16171 16173 15305 0 -1 64 17859 0 0 0 54 7 0 0 16 0 12 0 166449078 935837696 61261 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16173/tid=16176] ppid=16171 vsize=913904 CPUtime=0.71
/proc/16173/task/16176/stat : 16176 (java) S 16171 16173 15305 0 -1 64 21694 0 0 0 58 13 0 0 16 0 12 0 166449078 935837696 61261 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16173/tid=16177] ppid=16171 vsize=913904 CPUtime=0.03

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

/proc/16173/task/16179/stat : 16179 (java) S 16171 16173 15305 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 166449082 935837696 186176 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16173/tid=16180] ppid=16171 vsize=913904 CPUtime=0
/proc/16173/task/16180/stat : 16180 (java) S 16171 16173 15305 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 166449085 935837696 186176 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16173/tid=16181] ppid=16171 vsize=913904 CPUtime=0
/proc/16173/task/16181/stat : 16181 (java) S 16171 16173 15305 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 166449085 935837696 186176 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16173/tid=16182] ppid=16171 vsize=913904 CPUtime=1.23
/proc/16173/task/16182/stat : 16182 (java) S 16171 16173 15305 0 -1 64 1163 0 0 0 123 0 0 0 16 0 12 0 166449085 935837696 186176 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16173/tid=16183] ppid=16171 vsize=913904 CPUtime=1.83
/proc/16173/task/16183/stat : 16183 (java) S 16171 16173 15305 0 -1 64 4602 0 0 0 181 2 0 0 17 0 12 0 166449085 935837696 186176 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16173/tid=16184] ppid=16171 vsize=913904 CPUtime=0
/proc/16173/task/16184/stat : 16184 (java) S 16171 16173 15305 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 166449086 935837696 186176 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16173/tid=16185] ppid=16171 vsize=913904 CPUtime=0
/proc/16173/task/16185/stat : 16185 (java) S 16171 16173 15305 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 166449086 935837696 186176 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 935.78
Current children cumulated vsize (KiB) 913904

[startup+1003.57 s]
/proc/loadavg: 2.23 2.15 2.13 3/105 16257
/proc/meminfo: memFree=547656/2055920 swapFree=4191880/4192956
[pid=16173] ppid=16171 vsize=913904 CPUtime=995.49
/proc/16173/stat : 16173 (java) S 16171 16173 15305 0 -1 0 197425 0 1 0 99427 122 0 0 16 0 12 0 166449075 935837696 186176 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16173/statm: 228476 186176 2482 14 0 214913 0
[pid=16173/tid=16175] ppid=16171 vsize=913904 CPUtime=5.11
/proc/16173/task/16175/stat : 16175 (java) S 16171 16173 15305 0 -1 64 82569 0 0 0 468 43 0 0 16 0 12 0 166449078 935837696 186176 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16173/tid=16176] ppid=16171 vsize=913904 CPUtime=5.14
/proc/16173/task/16176/stat : 16176 (java) S 16171 16173 15305 0 -1 64 83667 0 0 0 470 44 0 0 15 0 12 0 166449078 935837696 186176 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16173/tid=16177] ppid=16171 vsize=913904 CPUtime=653.1
/proc/16173/task/16177/stat : 16177 (java) R 16171 16173 15305 0 -1 64 3973 0 0 0 65296 14 0 0 25 0 12 0 166449081 935837696 186176 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4152694584 0 0 0 23759 0 0 0 -1 1 0 0
[pid=16173/tid=16178] ppid=16171 vsize=913904 CPUtime=0
/proc/16173/task/16178/stat : 16178 (java) S 16171 16173 15305 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 166449082 935837696 186176 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16173/tid=16179] ppid=16171 vsize=913904 CPUtime=0
/proc/16173/task/16179/stat : 16179 (java) S 16171 16173 15305 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 166449082 935837696 186176 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16173/tid=16180] ppid=16171 vsize=913904 CPUtime=0
/proc/16173/task/16180/stat : 16180 (java) S 16171 16173 15305 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 166449085 935837696 186176 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16173/tid=16181] ppid=16171 vsize=913904 CPUtime=0
/proc/16173/task/16181/stat : 16181 (java) S 16171 16173 15305 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 166449085 935837696 186176 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16173/tid=16182] ppid=16171 vsize=913904 CPUtime=1.23
/proc/16173/task/16182/stat : 16182 (java) S 16171 16173 15305 0 -1 64 1163 0 0 0 123 0 0 0 16 0 12 0 166449085 935837696 186176 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16173/tid=16183] ppid=16171 vsize=913904 CPUtime=1.83
/proc/16173/task/16183/stat : 16183 (java) S 16171 16173 15305 0 -1 64 4602 0 0 0 181 2 0 0 17 0 12 0 166449085 935837696 186176 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16173/tid=16184] ppid=16171 vsize=913904 CPUtime=0
/proc/16173/task/16184/stat : 16184 (java) S 16171 16173 15305 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 166449086 935837696 186176 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16173/tid=16185] ppid=16171 vsize=913904 CPUtime=0
/proc/16173/task/16185/stat : 16185 (java) S 16171 16173 15305 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 166449086 935837696 186176 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 995.49
Current children cumulated vsize (KiB) 913904

[startup+1063.65 s]
/proc/loadavg: 2.32 2.17 2.13 3/105 16257
/proc/meminfo: memFree=501512/2055920 swapFree=4191880/4192956
[pid=16173] ppid=16171 vsize=913904 CPUtime=1055.27
/proc/16173/stat : 16173 (java) S 16171 16173 15305 0 -1 0 197462 0 1 0 105404 123 0 0 16 0 12 0 166449075 935837696 186176 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16173/statm: 228476 186176 2482 14 0 214913 0
[pid=16173/tid=16175] ppid=16171 vsize=913904 CPUtime=5.11
/proc/16173/task/16175/stat : 16175 (java) S 16171 16173 15305 0 -1 64 82569 0 0 0 468 43 0 0 16 0 12 0 166449078 935837696 186176 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16173/tid=16176] ppid=16171 vsize=913904 CPUtime=5.14
/proc/16173/task/16176/stat : 16176 (java) S 16171 16173 15305 0 -1 64 83667 0 0 0 470 44 0 0 15 0 12 0 166449078 935837696 186176 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16173/tid=16177] ppid=16171 vsize=913904 CPUtime=712.87
/proc/16173/task/16177/stat : 16177 (java) R 16171 16173 15305 0 -1 64 3973 0 0 0 71272 15 0 0 25 0 12 0 166449081 935837696 186176 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4152694584 0 0 0 23759 0 0 0 -1 1 0 0
[pid=16173/tid=16178] ppid=16171 vsize=913904 CPUtime=0
/proc/16173/task/16178/stat : 16178 (java) S 16171 16173 15305 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 166449082 935837696 186176 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16173/tid=16179] ppid=16171 vsize=913904 CPUtime=0
/proc/16173/task/16179/stat : 16179 (java) S 16171 16173 15305 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 166449082 935837696 186176 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16173/tid=16180] ppid=16171 vsize=913904 CPUtime=0
/proc/16173/task/16180/stat : 16180 (java) S 16171 16173 15305 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 166449085 935837696 186176 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16173/tid=16181] ppid=16171 vsize=913904 CPUtime=0
/proc/16173/task/16181/stat : 16181 (java) S 16171 16173 15305 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 166449085 935837696 186176 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16173/tid=16182] ppid=16171 vsize=913904 CPUtime=1.23
/proc/16173/task/16182/stat : 16182 (java) S 16171 16173 15305 0 -1 64 1163 0 0 0 123 0 0 0 16 0 12 0 166449085 935837696 186176 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16173/tid=16183] ppid=16171 vsize=913904 CPUtime=1.83
/proc/16173/task/16183/stat : 16183 (java) S 16171 16173 15305 0 -1 64 4602 0 0 0 181 2 0 0 17 0 12 0 166449085 935837696 186176 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16173/tid=16184] ppid=16171 vsize=913904 CPUtime=0
/proc/16173/task/16184/stat : 16184 (java) S 16171 16173 15305 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 166449086 935837696 186176 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16173/tid=16185] ppid=16171 vsize=913904 CPUtime=0
/proc/16173/task/16185/stat : 16185 (java) S 16171 16173 15305 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 166449086 935837696 186176 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1055.27
Current children cumulated vsize (KiB) 913904

[startup+1123.73 s]
/proc/loadavg: 2.18 2.15 2.13 3/105 16257
/proc/meminfo: memFree=439496/2055920 swapFree=4191880/4192956
[pid=16173] ppid=16171 vsize=913904 CPUtime=1115.03
/proc/16173/stat : 16173 (java) S 16171 16173 15305 0 -1 0 197499 0 1 0 111380 123 0 0 16 0 12 0 166449075 935837696 186176 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16173/statm: 228476 186176 2482 14 0 214913 0
[pid=16173/tid=16175] ppid=16171 vsize=913904 CPUtime=5.11
/proc/16173/task/16175/stat : 16175 (java) S 16171 16173 15305 0 -1 64 82569 0 0 0 468 43 0 0 16 0 12 0 166449078 935837696 186176 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16173/tid=16176] ppid=16171 vsize=913904 CPUtime=5.14
/proc/16173/task/16176/stat : 16176 (java) S 16171 16173 15305 0 -1 64 83667 0 0 0 470 44 0 0 15 0 12 0 166449078 935837696 186176 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16173/tid=16177] ppid=16171 vsize=913904 CPUtime=772.63
/proc/16173/task/16177/stat : 16177 (java) R 16171 16173 15305 0 -1 64 3973 0 0 0 77248 15 0 0 25 0 12 0 166449081 935837696 186176 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4152681624 0 0 0 23759 0 0 0 -1 1 0 0
[pid=16173/tid=16178] ppid=16171 vsize=913904 CPUtime=0
/proc/16173/task/16178/stat : 16178 (java) S 16171 16173 15305 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 166449082 935837696 186176 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16173/tid=16179] ppid=16171 vsize=913904 CPUtime=0
/proc/16173/task/16179/stat : 16179 (java) S 16171 16173 15305 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 166449082 935837696 186176 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16173/tid=16180] ppid=16171 vsize=913904 CPUtime=0
/proc/16173/task/16180/stat : 16180 (java) S 16171 16173 15305 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 166449085 935837696 186176 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16173/tid=16181] ppid=16171 vsize=913904 CPUtime=0
/proc/16173/task/16181/stat : 16181 (java) S 16171 16173 15305 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 166449085 935837696 186176 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16173/tid=16182] ppid=16171 vsize=913904 CPUtime=1.23
/proc/16173/task/16182/stat : 16182 (java) S 16171 16173 15305 0 -1 64 1163 0 0 0 123 0 0 0 16 0 12 0 166449085 935837696 186176 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16173/tid=16183] ppid=16171 vsize=913904 CPUtime=1.83
/proc/16173/task/16183/stat : 16183 (java) S 16171 16173 15305 0 -1 64 4602 0 0 0 181 2 0 0 17 0 12 0 166449085 935837696 186176 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16173/tid=16184] ppid=16171 vsize=913904 CPUtime=0
/proc/16173/task/16184/stat : 16184 (java) S 16171 16173 15305 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 166449086 935837696 186176 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16173/tid=16185] ppid=16171 vsize=913904 CPUtime=0
/proc/16173/task/16185/stat : 16185 (java) S 16171 16173 15305 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 166449086 935837696 186176 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1115.03
Current children cumulated vsize (KiB) 913904

[startup+1183.82 s]
/proc/loadavg: 2.11 2.14 2.12 3/105 16257
/proc/meminfo: memFree=398216/2055920 swapFree=4191880/4192956
[pid=16173] ppid=16171 vsize=914908 CPUtime=1174.8
/proc/16173/stat : 16173 (java) S 16171 16173 15305 0 -1 0 214448 0 1 0 117346 134 0 0 16 0 12 0 166449075 936865792 186341 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16173/statm: 228727 186341 2482 14 0 215164 0
[pid=16173/tid=16175] ppid=16171 vsize=914908 CPUtime=5.11
/proc/16173/task/16175/stat : 16175 (java) S 16171 16173 15305 0 -1 64 82569 0 0 0 468 43 0 0 16 0 12 0 166449078 936865792 186341 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16173/tid=16176] ppid=16171 vsize=914908 CPUtime=5.14
/proc/16173/task/16176/stat : 16176 (java) S 16171 16173 15305 0 -1 64 83667 0 0 0 470 44 0 0 15 0 12 0 166449078 936865792 186341 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16173/tid=16177] ppid=16171 vsize=914908 CPUtime=832.4
/proc/16173/task/16177/stat : 16177 (java) R 16171 16173 15305 0 -1 64 20886 0 0 0 83214 26 0 0 25 0 12 0 166449081 936865792 186341 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4155440544 0 0 0 23759 0 0 0 -1 1 0 0
[pid=16173/tid=16178] ppid=16171 vsize=914908 CPUtime=0
/proc/16173/task/16178/stat : 16178 (java) S 16171 16173 15305 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 166449082 936865792 186341 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16173/tid=16179] ppid=16171 vsize=914908 CPUtime=0
/proc/16173/task/16179/stat : 16179 (java) S 16171 16173 15305 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 166449082 936865792 186341 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16173/tid=16180] ppid=16171 vsize=914908 CPUtime=0
/proc/16173/task/16180/stat : 16180 (java) S 16171 16173 15305 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 166449085 936865792 186341 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16173/tid=16181] ppid=16171 vsize=914908 CPUtime=0
/proc/16173/task/16181/stat : 16181 (java) S 16171 16173 15305 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 166449085 936865792 186341 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16173/tid=16182] ppid=16171 vsize=914908 CPUtime=1.23
/proc/16173/task/16182/stat : 16182 (java) S 16171 16173 15305 0 -1 64 1163 0 0 0 123 0 0 0 16 0 12 0 166449085 936865792 186341 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16173/tid=16183] ppid=16171 vsize=914908 CPUtime=1.83
/proc/16173/task/16183/stat : 16183 (java) S 16171 16173 15305 0 -1 64 4602 0 0 0 181 2 0 0 17 0 12 0 166449085 936865792 186341 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16173/tid=16184] ppid=16171 vsize=914908 CPUtime=0
/proc/16173/task/16184/stat : 16184 (java) S 16171 16173 15305 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 166449086 936865792 186341 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16173/tid=16185] ppid=16171 vsize=914908 CPUtime=0
/proc/16173/task/16185/stat : 16185 (java) S 16171 16173 15305 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 166449086 936865792 186341 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1174.8
Current children cumulated vsize (KiB) 914908

[startup+1243.9 s]
/proc/loadavg: 2.04 2.11 2.11 3/105 16257
/proc/meminfo: memFree=361736/2055920 swapFree=4191880/4192956
[pid=16173] ppid=16171 vsize=914908 CPUtime=1234.58
/proc/16173/stat : 16173 (java) S 16171 16173 15305 0 -1 0 241933 0 1 0 123305 153 0 0 16 0 12 0 166449075 936865792 186341 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16173/statm: 228727 186341 2482 14 0 215164 0
[pid=16173/tid=16175] ppid=16171 vsize=914908 CPUtime=5.11
/proc/16173/task/16175/stat : 16175 (java) S 16171 16173 15305 0 -1 64 82569 0 0 0 468 43 0 0 16 0 12 0 166449078 936865792 186341 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16173/tid=16176] ppid=16171 vsize=914908 CPUtime=5.14
/proc/16173/task/16176/stat : 16176 (java) S 16171 16173 15305 0 -1 64 83667 0 0 0 470 44 0 0 15 0 12 0 166449078 936865792 186341 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16173/tid=16177] ppid=16171 vsize=914908 CPUtime=892.16
/proc/16173/task/16177/stat : 16177 (java) R 16171 16173 15305 0 -1 64 48334 0 0 0 89172 44 0 0 25 0 12 0 166449081 936865792 186341 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4152681624 0 0 0 23759 0 0 0 -1 1 0 0
[pid=16173/tid=16178] ppid=16171 vsize=914908 CPUtime=0
/proc/16173/task/16178/stat : 16178 (java) S 16171 16173 15305 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 166449082 936865792 186341 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16173/tid=16179] ppid=16171 vsize=914908 CPUtime=0
/proc/16173/task/16179/stat : 16179 (java) S 16171 16173 15305 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 166449082 936865792 186341 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16173/tid=16180] ppid=16171 vsize=914908 CPUtime=0
/proc/16173/task/16180/stat : 16180 (java) S 16171 16173 15305 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 166449085 936865792 186341 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16173/tid=16181] ppid=16171 vsize=914908 CPUtime=0
/proc/16173/task/16181/stat : 16181 (java) S 16171 16173 15305 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 166449085 936865792 186341 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16173/tid=16182] ppid=16171 vsize=914908 CPUtime=1.23
/proc/16173/task/16182/stat : 16182 (java) S 16171 16173 15305 0 -1 64 1163 0 0 0 123 0 0 0 16 0 12 0 166449085 936865792 186341 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16173/tid=16183] ppid=16171 vsize=914908 CPUtime=1.83
/proc/16173/task/16183/stat : 16183 (java) S 16171 16173 15305 0 -1 64 4602 0 0 0 181 2 0 0 17 0 12 0 166449085 936865792 186341 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16173/tid=16184] ppid=16171 vsize=914908 CPUtime=0
/proc/16173/task/16184/stat : 16184 (java) S 16171 16173 15305 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 166449086 936865792 186341 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16173/tid=16185] ppid=16171 vsize=914908 CPUtime=0
/proc/16173/task/16185/stat : 16185 (java) S 16171 16173 15305 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 166449086 936865792 186341 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1234.58
Current children cumulated vsize (KiB) 914908

Child status: 1
Real time (s): 1268
CPU time (s): 1258.55
CPU user time (s): 1256.83
CPU system time (s): 1.71874
CPU usage (%): 99.2549
Max. virtual memory (cumulated for all children) (KiB): 917908

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1256.83
system time used= 1.71874
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 251361
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= 33403
involuntary context switches= 37924

runsolver used 1.59376 s user time and 4.5943 s system time

The end

Launcher Data (download as text)

Begin job on node29 on Sun Jan  7 14:35:50 UTC 2007


IDJOB= 207227
IDBENCH= 4277
FILE ID= node29/207227-1168180550

PBS_JOBID= 3479039

Free space on /tmp= 66543 MiB

BENCH NAME= HOME/pub/bench/CPAI06/fapp/test01-04/test03/test03-0400-10.xml
COMMAND LINE= java -server -Xmx700M -Xms700M -jar /tmp/evaluation/207227-1168180550/sat4jCSP-bf3.jar /tmp/evaluation/207227-1168180550/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node29/watcher-207227-1168180550 -o ROOT/results/node29/solver-207227-1168180550 -C 1800 -M 900  java -server -Xmx700M -Xms700M -jar /tmp/evaluation/207227-1168180550/sat4jCSP-bf3.jar /tmp/evaluation/207227-1168180550/unknown.xml

META MD5SUM SOLVER= c614762dbe7de46d2af9d7b592545c03
MD5SUM BENCH=  9445394d972709f360f7cfc4b2448eea

RANDOM SEED= 268429298

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.241
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.241
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:        774776 kB
Buffers:         80964 kB
Cached:         560304 kB
SwapCached:        448 kB
Active:         812080 kB
Inactive:       392840 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        774776 kB
SwapTotal:     4192956 kB
SwapFree:      4191880 kB
Dirty:            2992 kB
Writeback:           0 kB
Mapped:         590228 kB
Slab:            59764 kB
Committed_AS:  4173992 kB
PageTables:       3488 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= 66543 MiB



End job on node29 on Sun Jan  7 14:56:58 UTC 2007