Trace number 235370

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? 369.665 370.537

General information on the benchmark

Nametaillard/
os-taillard-10/os-taillard-10-95-8.xml
MD5SUM014487bc1152992590afac1666edece7
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 benchmark26.72
SatisfiableNO
(Un)Satisfiability was proved
Number of variables100
Number of constraints900
Maximum constraint arity2
Maximum domain size565
Number of constraints which are defined in extension0
Number of constraints which are defined in intension900
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.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.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.25	c --- Begin Solver configuration ---
0.25	c Stops conflict analysis at the first Unique Implication Point
0.25	c org.sat4j.minisat.constraints.MixedDataStructureWithBinary@19dfbff
0.25	c Learn all clauses as in MiniSAT
0.25	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.25	c VSIDS like heuristics from MiniSAT using a heap
0.25	c No reason simplification
0.25	c --- End Solver configuration ---
0.25	c solving /tmp/evaluation/235370-1168337470/unknown.xml
0.25	c reading problem ... 
0.51	c reading problem named ?
0.51	c reading domains done.
0.70	c reading variables
c reading variables (100) done.
1.00	c reading predicates 
c reading relations (2) done.
1.22	c reading constraintsException in thread "main" java.lang.OutOfMemoryError: Java heap space
370.40	c starts		: 0
370.40	c conflicts		: 0
370.40	c decisions		: 0
370.40	c propagations		: 0
370.40	c inspects		: 0
370.40	c learnt literals	: 0
370.40	c learnt binary clauses	: 0
370.40	c learnt ternary clauses	: 0
370.40	c learnt clauses	: 0
370.40	c root simplifications	: 0
370.40	c removed literals (reason simplification)	: 0
370.40	c reason swapping (by a shorter reason)	: 0
370.40	c Calls to reduceDB	: 0
370.40	c speed (decisions/second)	: 0.0
370.40	c non guided choices	0
370.40	s UNKNOWN
370.40	c Total wall clock time (in seconds) : 368.807
370.40	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/node72/watcher-235370-1168337470 -o ROOT/results/node72/solver-235370-1168337470 -C 1800 -M 900 java -server -Xmx700M -Xms700M -jar /tmp/evaluation/235370-1168337470/sat4jCSP-bf3.jar /tmp/evaluation/235370-1168337470/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: 0.92 0.98 0.99 4/82 30341
/proc/meminfo: memFree=1547464/2055920 swapFree=4191880/4192956
[pid=30340] ppid=30338 vsize=168 CPUtime=0
/proc/30340/stat : 30340 (java) R 30338 30340 30243 0 -1 0 39 0 0 0 0 0 0 0 21 0 1 0 182155849 172032 23 18446744073709551615 134512640 134570532 4294956656 18446744073709551615 2536228 0 0 4096 0 0 0 0 17 1 0 0
/proc/30340/statm: 42 23 18 14 0 2 0

[startup+0.105396 s]
/proc/loadavg: 0.92 0.98 0.99 4/82 30341
/proc/meminfo: memFree=1547464/2055920 swapFree=4191880/4192956
[pid=30340] ppid=30338 vsize=897636 CPUtime=0.08
/proc/30340/stat : 30340 (java) R 30338 30340 30243 0 -1 0 3233 0 1 0 7 1 0 0 16 0 7 0 182155849 919179264 2993 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23755 18446744073709551615 0 0 17 1 0 0
/proc/30340/statm: 224409 2993 1521 14 0 211429 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 897636

[startup+0.513353 s]
/proc/loadavg: 0.92 0.98 0.99 4/82 30341
/proc/meminfo: memFree=1547464/2055920 swapFree=4191880/4192956
[pid=30340] ppid=30338 vsize=905236 CPUtime=0.49
/proc/30340/stat : 30340 (java) R 30338 30340 30243 0 -1 0 5947 0 1 0 45 4 0 0 22 0 12 0 182155849 926961664 5541 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4053858379 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/30340/statm: 226309 5541 2284 14 0 212746 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 905236

[startup+1.33449 s]
/proc/loadavg: 0.92 0.98 0.99 4/95 30871
/proc/meminfo: memFree=1515352/2055920 swapFree=4191880/4192956
[pid=30340] ppid=30338 vsize=906360 CPUtime=1.31
/proc/30340/stat : 30340 (java) R 30338 30340 30243 0 -1 0 10718 0 1 0 124 7 0 0 19 0 12 0 182155849 928112640 9832 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/30340/statm: 226590 9832 2464 14 0 213027 0
[pid=30340/tid=30342] ppid=30338 vsize=906360 CPUtime=0
/proc/30340/task/30342/stat : 30342 (java) S 30338 30340 30243 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 182155853 928112640 9832 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30340/tid=30343] ppid=30338 vsize=906360 CPUtime=0
/proc/30340/task/30343/stat : 30343 (java) S 30338 30340 30243 0 -1 64 2 0 0 0 0 0 0 0 19 0 12 0 182155853 928112640 9832 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30340/tid=30344] ppid=30338 vsize=906360 CPUtime=0
/proc/30340/task/30344/stat : 30344 (java) S 30338 30340 30243 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 182155855 928112640 9832 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=30340/tid=30345] ppid=30338 vsize=906360 CPUtime=0
/proc/30340/task/30345/stat : 30345 (java) S 30338 30340 30243 0 -1 64 8 0 0 0 0 0 0 0 21 0 12 0 182155856 928112640 9832 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30340/tid=30346] ppid=30338 vsize=906360 CPUtime=0
/proc/30340/task/30346/stat : 30346 (java) S 30338 30340 30243 0 -1 64 3 0 0 0 0 0 0 0 22 0 12 0 182155856 928112640 9832 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30340/tid=30351] ppid=30338 vsize=906360 CPUtime=0
/proc/30340/task/30351/stat : 30351 (java) S 30338 30340 30243 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 182155860 928112640 9832 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30340/tid=30352] ppid=30338 vsize=906360 CPUtime=0
/proc/30340/task/30352/stat : 30352 (java) S 30338 30340 30243 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 182155860 928112640 9832 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30340/tid=30353] ppid=30338 vsize=906360 CPUtime=0.29
/proc/30340/task/30353/stat : 30353 (java) R 30338 30340 30243 0 -1 64 980 0 0 0 29 0 0 0 16 0 12 0 182155860 928112640 9832 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4151665344 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30340/tid=30354] ppid=30338 vsize=906360 CPUtime=0.27
/proc/30340/task/30354/stat : 30354 (java) S 30338 30340 30243 0 -1 64 692 0 0 0 27 0 0 0 16 0 12 0 182155860 928112640 9832 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30340/tid=30355] ppid=30338 vsize=906360 CPUtime=0
/proc/30340/task/30355/stat : 30355 (java) S 30338 30340 30243 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 182155860 928112640 9832 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30340/tid=30357] ppid=30338 vsize=906360 CPUtime=0
/proc/30340/task/30357/stat : 30357 (java) S 30338 30340 30243 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 182155860 928112640 9832 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 906360

[startup+2.98658 s]
/proc/loadavg: 0.92 0.98 0.99 3/98 31012
/proc/meminfo: memFree=1440824/2055920 swapFree=4191880/4192956
[pid=30340] ppid=30338 vsize=909052 CPUtime=3.14
/proc/30340/stat : 30340 (java) R 30338 30340 30243 0 -1 0 28674 0 2 0 299 15 0 0 25 0 12 0 182155849 930869248 27254 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054258612 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/30340/statm: 227263 27254 2479 14 0 213700 0
[pid=30340/tid=30342] ppid=30338 vsize=909052 CPUtime=0.05
/proc/30340/task/30342/stat : 30342 (java) S 30338 30340 30243 0 -1 64 1968 0 0 0 5 0 0 0 17 0 12 0 182155853 930869248 27254 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30340/tid=30343] ppid=30338 vsize=909052 CPUtime=0.1
/proc/30340/task/30343/stat : 30343 (java) S 30338 30340 30243 0 -1 64 4202 0 0 0 9 1 0 0 17 0 12 0 182155853 930869248 27254 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30340/tid=30344] ppid=30338 vsize=909052 CPUtime=0
/proc/30340/task/30344/stat : 30344 (java) S 30338 30340 30243 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 182155855 930869248 27254 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=30340/tid=30345] ppid=30338 vsize=909052 CPUtime=0
/proc/30340/task/30345/stat : 30345 (java) S 30338 30340 30243 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 182155856 930869248 27254 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30340/tid=30346] ppid=30338 vsize=909052 CPUtime=0
/proc/30340/task/30346/stat : 30346 (java) S 30338 30340 30243 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 182155856 930869248 27254 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30340/tid=30351] ppid=30338 vsize=909052 CPUtime=0
/proc/30340/task/30351/stat : 30351 (java) S 30338 30340 30243 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 182155860 930869248 27254 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30340/tid=30352] ppid=30338 vsize=909052 CPUtime=0
/proc/30340/task/30352/stat : 30352 (java) S 30338 30340 30243 0 -1 64 2 0 0 0 0 0 0 0 17 0 12 0 182155860 930869248 27254 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30340/tid=30353] ppid=30338 vsize=909052 CPUtime=0.44
/proc/30340/task/30353/stat : 30353 (java) S 30338 30340 30243 0 -1 64 1097 0 1 0 44 0 0 0 17 0 12 0 182155860 930869248 27254 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30340/tid=30354] ppid=30338 vsize=909052 CPUtime=0.49
/proc/30340/task/30354/stat : 30354 (java) S 30338 30340 30243 0 -1 64 1336 0 0 0 49 0 0 0 17 0 12 0 182155860 930869248 27254 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30340/tid=30355] ppid=30338 vsize=909052 CPUtime=0
/proc/30340/task/30355/stat : 30355 (java) S 30338 30340 30243 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 182155860 930869248 27254 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30340/tid=30357] ppid=30338 vsize=909052 CPUtime=0
/proc/30340/task/30357/stat : 30357 (java) S 30338 30340 30243 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 182155860 930869248 27254 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.14
Current children cumulated vsize (KiB) 909052

[startup+6.19486 s]
/proc/loadavg: 1.01 1.00 1.00 3/98 31013
/proc/meminfo: memFree=1428032/2055920 swapFree=4191880/4192956
[pid=30340] ppid=30338 vsize=909052 CPUtime=6.33
/proc/30340/stat : 30340 (java) R 30338 30340 30243 0 -1 0 31383 0 2 0 617 16 0 0 25 0 12 0 182155849 930869248 29958 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054314848 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/30340/statm: 227263 29958 2479 14 0 213700 0
[pid=30340/tid=30342] ppid=30338 vsize=909052 CPUtime=0.15
/proc/30340/task/30342/stat : 30342 (java) S 30338 30340 30243 0 -1 64 3746 0 0 0 14 1 0 0 16 0 12 0 182155853 930869248 29958 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30340/tid=30343] ppid=30338 vsize=909052 CPUtime=0.19
/proc/30340/task/30343/stat : 30343 (java) S 30338 30340 30243 0 -1 64 5127 0 0 0 18 1 0 0 16 0 12 0 182155853 930869248 29958 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30340/tid=30344] ppid=30338 vsize=909052 CPUtime=0
/proc/30340/task/30344/stat : 30344 (java) S 30338 30340 30243 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 182155855 930869248 29958 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=30340/tid=30345] ppid=30338 vsize=909052 CPUtime=0
/proc/30340/task/30345/stat : 30345 (java) S 30338 30340 30243 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 182155856 930869248 29958 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30340/tid=30346] ppid=30338 vsize=909052 CPUtime=0
/proc/30340/task/30346/stat : 30346 (java) S 30338 30340 30243 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 182155856 930869248 29958 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30340/tid=30351] ppid=30338 vsize=909052 CPUtime=0
/proc/30340/task/30351/stat : 30351 (java) S 30338 30340 30243 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 182155860 930869248 29958 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30340/tid=30352] ppid=30338 vsize=909052 CPUtime=0
/proc/30340/task/30352/stat : 30352 (java) S 30338 30340 30243 0 -1 64 2 0 0 0 0 0 0 0 17 0 12 0 182155860 930869248 29958 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30340/tid=30353] ppid=30338 vsize=909052 CPUtime=0.45
/proc/30340/task/30353/stat : 30353 (java) S 30338 30340 30243 0 -1 64 1097 0 1 0 45 0 0 0 17 0 12 0 182155860 930869248 29958 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30340/tid=30354] ppid=30338 vsize=909052 CPUtime=0.5
/proc/30340/task/30354/stat : 30354 (java) S 30338 30340 30243 0 -1 64 1336 0 0 0 50 0 0 0 16 0 12 0 182155860 930869248 29958 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30340/tid=30355] ppid=30338 vsize=909052 CPUtime=0
/proc/30340/task/30355/stat : 30355 (java) S 30338 30340 30243 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 182155860 930869248 29958 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30340/tid=30357] ppid=30338 vsize=909052 CPUtime=0
/proc/30340/task/30357/stat : 30357 (java) S 30338 30340 30243 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 182155860 930869248 29958 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.33
Current children cumulated vsize (KiB) 909052

[startup+12.6755 s]
/proc/loadavg: 1.09 1.02 1.01 3/98 31013
/proc/meminfo: memFree=1398920/2055920 swapFree=4191880/4192956
[pid=30340] ppid=30338 vsize=909052 CPUtime=12.79
/proc/30340/stat : 30340 (java) R 30338 30340 30243 0 -1 0 38932 0 2 0 1260 19 0 0 25 0 12 0 182155849 930869248 36981 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054239489 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/30340/statm: 227263 36981 2479 14 0 213700 0
[pid=30340/tid=30342] ppid=30338 vsize=909052 CPUtime=0.21
/proc/30340/task/30342/stat : 30342 (java) S 30338 30340 30243 0 -1 64 7977 0 0 0 19 2 0 0 16 0 12 0 182155853 930869248 36981 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30340/tid=30343] ppid=30338 vsize=909052 CPUtime=0.26
/proc/30340/task/30343/stat : 30343 (java) S 30338 30340 30243 0 -1 64 8430 0 0 0 24 2 0 0 16 0 12 0 182155853 930869248 36981 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30340/tid=30344] ppid=30338 vsize=909052 CPUtime=0
/proc/30340/task/30344/stat : 30344 (java) S 30338 30340 30243 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 182155855 930869248 36981 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=30340/tid=30345] ppid=30338 vsize=909052 CPUtime=0
/proc/30340/task/30345/stat : 30345 (java) S 30338 30340 30243 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 182155856 930869248 36981 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30340/tid=30346] ppid=30338 vsize=909052 CPUtime=0
/proc/30340/task/30346/stat : 30346 (java) S 30338 30340 30243 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 182155856 930869248 36981 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30340/tid=30351] ppid=30338 vsize=909052 CPUtime=0
/proc/30340/task/30351/stat : 30351 (java) S 30338 30340 30243 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 182155860 930869248 36981 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30340/tid=30352] ppid=30338 vsize=909052 CPUtime=0
/proc/30340/task/30352/stat : 30352 (java) S 30338 30340 30243 0 -1 64 2 0 0 0 0 0 0 0 17 0 12 0 182155860 930869248 36981 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30340/tid=30353] ppid=30338 vsize=909052 CPUtime=0.45
/proc/30340/task/30353/stat : 30353 (java) S 30338 30340 30243 0 -1 64 1097 0 1 0 45 0 0 0 16 0 12 0 182155860 930869248 36981 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30340/tid=30354] ppid=30338 vsize=909052 CPUtime=0.54
/proc/30340/task/30354/stat : 30354 (java) S 30338 30340 30243 0 -1 64 1338 0 0 0 54 0 0 0 17 0 12 0 182155860 930869248 36981 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30340/tid=30355] ppid=30338 vsize=909052 CPUtime=0
/proc/30340/task/30355/stat : 30355 (java) S 30338 30340 30243 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 182155860 930869248 36981 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30340/tid=30357] ppid=30338 vsize=909052 CPUtime=0
/proc/30340/task/30357/stat : 30357 (java) S 30338 30340 30243 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 182155860 930869248 36981 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.79
Current children cumulated vsize (KiB) 909052

[startup+25.5586 s]
/proc/loadavg: 1.29 1.06 1.02 3/98 31013
/proc/meminfo: memFree=1354120/2055920 swapFree=4191880/4192956
[pid=30340] ppid=30338 vsize=909052 CPUtime=25.59
/proc/30340/stat : 30340 (java) R 30338 30340 30243 0 -1 0 49566 0 2 0 2536 23 0 0 25 0 12 0 182155849 930869248 47561 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/30340/statm: 227263 47569 2479 14 0 213700 0
[pid=30340/tid=30342] ppid=30338 vsize=909052 CPUtime=0.31
/proc/30340/task/30342/stat : 30342 (java) R 30338 30340 30243 0 -1 64 11502 0 0 0 27 4 0 0 15 0 12 0 182155853 930869248 47573 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4154958745 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30340/tid=30343] ppid=30338 vsize=909052 CPUtime=0.36
/proc/30340/task/30343/stat : 30343 (java) R 30338 30340 30243 0 -1 64 15527 0 0 0 32 4 0 0 15 0 12 0 182155853 930869248 47581 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30340/tid=30344] ppid=30338 vsize=909052 CPUtime=0.01
/proc/30340/task/30344/stat : 30344 (java) S 30338 30340 30243 0 -1 64 12 0 0 0 1 0 0 0 15 0 12 0 182155855 930869248 47589 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=30340/tid=30345] ppid=30338 vsize=909052 CPUtime=0
/proc/30340/task/30345/stat : 30345 (java) S 30338 30340 30243 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 182155856 930869248 47596 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30340/tid=30346] ppid=30338 vsize=909052 CPUtime=0
/proc/30340/task/30346/stat : 30346 (java) S 30338 30340 30243 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 182155856 930869248 47604 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30340/tid=30351] ppid=30338 vsize=909052 CPUtime=0
/proc/30340/task/30351/stat : 30351 (java) S 30338 30340 30243 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 182155860 930869248 47611 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30340/tid=30352] ppid=30338 vsize=909052 CPUtime=0
/proc/30340/task/30352/stat : 30352 (java) S 30338 30340 30243 0 -1 64 2 0 0 0 0 0 0 0 17 0 12 0 182155860 930869248 47618 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30340/tid=30353] ppid=30338 vsize=909052 CPUtime=0.46
/proc/30340/task/30353/stat : 30353 (java) S 30338 30340 30243 0 -1 64 1098 0 1 0 46 0 0 0 16 0 12 0 182155860 930869248 47626 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30340/tid=30354] ppid=30338 vsize=909052 CPUtime=0.54
/proc/30340/task/30354/stat : 30354 (java) S 30338 30340 30243 0 -1 64 1338 0 0 0 54 0 0 0 17 0 12 0 182155860 930869248 47634 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30340/tid=30355] ppid=30338 vsize=909052 CPUtime=0
/proc/30340/task/30355/stat : 30355 (java) S 30338 30340 30243 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 182155860 930869248 47641 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30340/tid=30357] ppid=30338 vsize=909052 CPUtime=0
/proc/30340/task/30357/stat : 30357 (java) S 30338 30340 30243 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 182155860 930869248 47648 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.59
Current children cumulated vsize (KiB) 909052

[startup+51.213 s]
/proc/loadavg: 1.53 1.14 1.04 3/98 31013
/proc/meminfo: memFree=1270536/2055920 swapFree=4191880/4192956
[pid=30340] ppid=30338 vsize=907996 CPUtime=51.15
/proc/30340/stat : 30340 (java) R 30338 30340 30243 0 -1 0 70571 0 2 0 5083 32 0 0 25 0 12 0 182155849 929787904 68278 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054307516 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/30340/statm: 226999 68278 2479 14 0 213436 0
[pid=30340/tid=30342] ppid=30338 vsize=907996 CPUtime=0.51
/proc/30340/task/30342/stat : 30342 (java) S 30338 30340 30243 0 -1 64 21600 0 0 0 44 7 0 0 16 0 12 0 182155853 929787904 68278 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30340/tid=30343] ppid=30338 vsize=907996 CPUtime=0.61
/proc/30340/task/30343/stat : 30343 (java) S 30338 30340 30243 0 -1 64 26382 0 0 0 52 9 0 0 16 0 12 0 182155853 929787904 68278 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30340/tid=30344] ppid=30338 vsize=907996 CPUtime=0.01

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

/proc/30340/task/30346/stat : 30346 (java) S 30338 30340 30243 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 182155856 929787904 68278 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30340/tid=30351] ppid=30338 vsize=907996 CPUtime=0
/proc/30340/task/30351/stat : 30351 (java) S 30338 30340 30243 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 182155860 929787904 68278 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30340/tid=30352] ppid=30338 vsize=907996 CPUtime=0
/proc/30340/task/30352/stat : 30352 (java) S 30338 30340 30243 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 182155860 929787904 68278 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30340/tid=30353] ppid=30338 vsize=907996 CPUtime=0.49
/proc/30340/task/30353/stat : 30353 (java) S 30338 30340 30243 0 -1 64 1099 0 1 0 49 0 0 0 17 0 12 0 182155860 929787904 68278 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30340/tid=30354] ppid=30338 vsize=907996 CPUtime=0.58
/proc/30340/task/30354/stat : 30354 (java) S 30338 30340 30243 0 -1 64 1339 0 0 0 58 0 0 0 17 0 12 0 182155860 929787904 68278 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30340/tid=30355] ppid=30338 vsize=907996 CPUtime=0
/proc/30340/task/30355/stat : 30355 (java) S 30338 30340 30243 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 182155860 929787904 68278 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30340/tid=30357] ppid=30338 vsize=907996 CPUtime=0
/proc/30340/task/30357/stat : 30357 (java) S 30338 30340 30243 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 182155860 929787904 68278 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 51.15
Current children cumulated vsize (KiB) 907996

[startup+102.509 s]
/proc/loadavg: 1.86 1.28 1.10 3/98 31013
/proc/meminfo: memFree=1114760/2055920 swapFree=4191880/4192956
[pid=30340] ppid=30338 vsize=907996 CPUtime=102.28
/proc/30340/stat : 30340 (java) R 30338 30340 30243 0 -1 0 109847 0 2 0 10182 46 0 0 25 0 12 0 182155849 929787904 107441 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054242026 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/30340/statm: 226999 107441 2479 14 0 213436 0
[pid=30340/tid=30342] ppid=30338 vsize=907996 CPUtime=1.01
/proc/30340/task/30342/stat : 30342 (java) S 30338 30340 30243 0 -1 64 41781 0 0 0 87 14 0 0 16 0 12 0 182155853 929787904 107441 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30340/tid=30343] ppid=30338 vsize=907996 CPUtime=1.12
/proc/30340/task/30343/stat : 30343 (java) S 30338 30340 30243 0 -1 64 45400 0 0 0 97 15 0 0 16 0 12 0 182155853 929787904 107441 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30340/tid=30344] ppid=30338 vsize=907996 CPUtime=0.04
/proc/30340/task/30344/stat : 30344 (java) S 30338 30340 30243 0 -1 64 12 0 0 0 3 1 0 0 15 0 12 0 182155855 929787904 107441 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=30340/tid=30345] ppid=30338 vsize=907996 CPUtime=0
/proc/30340/task/30345/stat : 30345 (java) S 30338 30340 30243 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 182155856 929787904 107441 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30340/tid=30346] ppid=30338 vsize=907996 CPUtime=0
/proc/30340/task/30346/stat : 30346 (java) S 30338 30340 30243 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 182155856 929787904 107441 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30340/tid=30351] ppid=30338 vsize=907996 CPUtime=0
/proc/30340/task/30351/stat : 30351 (java) S 30338 30340 30243 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 182155860 929787904 107441 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30340/tid=30352] ppid=30338 vsize=907996 CPUtime=0
/proc/30340/task/30352/stat : 30352 (java) S 30338 30340 30243 0 -1 64 2 0 0 0 0 0 0 0 17 0 12 0 182155860 929787904 107441 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30340/tid=30353] ppid=30338 vsize=907996 CPUtime=0.51
/proc/30340/task/30353/stat : 30353 (java) S 30338 30340 30243 0 -1 64 1100 0 1 0 51 0 0 0 17 0 12 0 182155860 929787904 107441 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30340/tid=30354] ppid=30338 vsize=907996 CPUtime=0.58
/proc/30340/task/30354/stat : 30354 (java) S 30338 30340 30243 0 -1 64 1339 0 0 0 58 0 0 0 17 0 12 0 182155860 929787904 107441 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30340/tid=30355] ppid=30338 vsize=907996 CPUtime=0
/proc/30340/task/30355/stat : 30355 (java) S 30338 30340 30243 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 182155860 929787904 107441 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30340/tid=30357] ppid=30338 vsize=907996 CPUtime=0
/proc/30340/task/30357/stat : 30357 (java) S 30338 30340 30243 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 182155860 929787904 107441 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 907996

[startup+162.583 s]
/proc/loadavg: 2.05 1.44 1.16 3/98 31013
/proc/meminfo: memFree=931464/2055920 swapFree=4191880/4192956
[pid=30340] ppid=30338 vsize=907996 CPUtime=162.29
/proc/30340/stat : 30340 (java) R 30338 30340 30243 0 -1 0 156124 0 2 0 16167 62 0 0 25 0 12 0 182155849 929787904 153474 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4053835904 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/30340/statm: 226999 153474 2479 14 0 213436 0
[pid=30340/tid=30342] ppid=30338 vsize=907996 CPUtime=1.76
/proc/30340/task/30342/stat : 30342 (java) S 30338 30340 30243 0 -1 64 65724 0 0 0 154 22 0 0 16 0 12 0 182155853 929787904 153474 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30340/tid=30343] ppid=30338 vsize=907996 CPUtime=1.84
/proc/30340/task/30343/stat : 30343 (java) S 30338 30340 30243 0 -1 64 67644 0 0 0 161 23 0 0 16 0 12 0 182155853 929787904 153474 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30340/tid=30344] ppid=30338 vsize=907996 CPUtime=0.06
/proc/30340/task/30344/stat : 30344 (java) S 30338 30340 30243 0 -1 64 13 0 0 0 4 2 0 0 15 0 12 0 182155855 929787904 153474 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=30340/tid=30345] ppid=30338 vsize=907996 CPUtime=0
/proc/30340/task/30345/stat : 30345 (java) S 30338 30340 30243 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 182155856 929787904 153474 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30340/tid=30346] ppid=30338 vsize=907996 CPUtime=0
/proc/30340/task/30346/stat : 30346 (java) S 30338 30340 30243 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 182155856 929787904 153474 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30340/tid=30351] ppid=30338 vsize=907996 CPUtime=0
/proc/30340/task/30351/stat : 30351 (java) S 30338 30340 30243 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 182155860 929787904 153474 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30340/tid=30352] ppid=30338 vsize=907996 CPUtime=0
/proc/30340/task/30352/stat : 30352 (java) S 30338 30340 30243 0 -1 64 2 0 0 0 0 0 0 0 17 0 12 0 182155860 929787904 153474 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30340/tid=30353] ppid=30338 vsize=907996 CPUtime=0.52
/proc/30340/task/30353/stat : 30353 (java) S 30338 30340 30243 0 -1 64 1100 0 1 0 52 0 0 0 17 0 12 0 182155860 929787904 153474 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30340/tid=30354] ppid=30338 vsize=907996 CPUtime=0.61
/proc/30340/task/30354/stat : 30354 (java) S 30338 30340 30243 0 -1 64 1341 0 0 0 61 0 0 0 17 0 12 0 182155860 929787904 153474 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30340/tid=30355] ppid=30338 vsize=907996 CPUtime=0
/proc/30340/task/30355/stat : 30355 (java) S 30338 30340 30243 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 182155860 929787904 153474 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30340/tid=30357] ppid=30338 vsize=907996 CPUtime=0
/proc/30340/task/30357/stat : 30357 (java) S 30338 30340 30243 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 182155860 929787904 153474 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 907996

[startup+222.628 s]
/proc/loadavg: 2.12 1.57 1.22 3/98 31013
/proc/meminfo: memFree=803016/2055920 swapFree=4191880/4192956
[pid=30340] ppid=30338 vsize=907996 CPUtime=222.01
/proc/30340/stat : 30340 (java) R 30338 30340 30243 0 -1 0 187872 0 2 0 22126 75 0 0 25 0 12 0 182155849 929787904 184940 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054315119 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30340/statm: 226999 184940 2480 14 0 213436 0
[pid=30340/tid=30342] ppid=30338 vsize=907996 CPUtime=2.54
/proc/30340/task/30342/stat : 30342 (java) S 30338 30340 30243 0 -1 64 81812 0 0 0 227 27 0 0 16 0 12 0 182155853 929787904 184940 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30340/tid=30343] ppid=30338 vsize=907996 CPUtime=2.56
/proc/30340/task/30343/stat : 30343 (java) S 30338 30340 30243 0 -1 64 83221 0 0 0 229 27 0 0 16 0 12 0 182155853 929787904 184940 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30340/tid=30344] ppid=30338 vsize=907996 CPUtime=0.8
/proc/30340/task/30344/stat : 30344 (java) S 30338 30340 30243 0 -1 64 14 0 0 0 77 3 0 0 15 0 12 0 182155855 929787904 184940 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=30340/tid=30345] ppid=30338 vsize=907996 CPUtime=0
/proc/30340/task/30345/stat : 30345 (java) S 30338 30340 30243 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 182155856 929787904 184940 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30340/tid=30346] ppid=30338 vsize=907996 CPUtime=0
/proc/30340/task/30346/stat : 30346 (java) S 30338 30340 30243 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 182155856 929787904 184940 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30340/tid=30351] ppid=30338 vsize=907996 CPUtime=0
/proc/30340/task/30351/stat : 30351 (java) S 30338 30340 30243 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 182155860 929787904 184940 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30340/tid=30352] ppid=30338 vsize=907996 CPUtime=0
/proc/30340/task/30352/stat : 30352 (java) S 30338 30340 30243 0 -1 64 2 0 0 0 0 0 0 0 17 0 12 0 182155860 929787904 184940 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30340/tid=30353] ppid=30338 vsize=907996 CPUtime=0.52
/proc/30340/task/30353/stat : 30353 (java) S 30338 30340 30243 0 -1 64 1100 0 1 0 52 0 0 0 17 0 12 0 182155860 929787904 184940 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30340/tid=30354] ppid=30338 vsize=907996 CPUtime=0.61
/proc/30340/task/30354/stat : 30354 (java) S 30338 30340 30243 0 -1 64 1341 0 0 0 61 0 0 0 17 0 12 0 182155860 929787904 184940 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30340/tid=30355] ppid=30338 vsize=907996 CPUtime=0
/proc/30340/task/30355/stat : 30355 (java) S 30338 30340 30243 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 182155860 929787904 184940 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30340/tid=30357] ppid=30338 vsize=907996 CPUtime=0
/proc/30340/task/30357/stat : 30357 (java) S 30338 30340 30243 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 182155860 929787904 184940 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 222.01
Current children cumulated vsize (KiB) 907996

[startup+282.64 s]
/proc/loadavg: 2.11 1.66 1.27 3/98 31013
/proc/meminfo: memFree=802440/2055920 swapFree=4191880/4192956
[pid=30340] ppid=30338 vsize=907996 CPUtime=281.86
/proc/30340/stat : 30340 (java) R 30338 30340 30243 0 -1 0 188597 0 2 0 28109 77 0 0 25 0 12 0 182155849 929787904 185095 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/30340/statm: 226999 185095 2480 14 0 213436 0
[pid=30340/tid=30342] ppid=30338 vsize=907996 CPUtime=3.32
/proc/30340/task/30342/stat : 30342 (java) S 30338 30340 30243 0 -1 64 81925 0 0 0 304 28 0 0 16 0 12 0 182155853 929787904 185095 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30340/tid=30343] ppid=30338 vsize=907996 CPUtime=3.31
/proc/30340/task/30343/stat : 30343 (java) S 30338 30340 30243 0 -1 64 83363 0 0 0 303 28 0 0 15 0 12 0 182155853 929787904 185095 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30340/tid=30344] ppid=30338 vsize=907996 CPUtime=9.35
/proc/30340/task/30344/stat : 30344 (java) R 30338 30340 30243 0 -1 64 393 0 0 0 931 4 0 0 16 0 12 0 182155855 929787904 185095 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4154921381 0 0 0 23759 0 0 0 -1 0 0 0
[pid=30340/tid=30345] ppid=30338 vsize=907996 CPUtime=0
/proc/30340/task/30345/stat : 30345 (java) S 30338 30340 30243 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 182155856 929787904 185095 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30340/tid=30346] ppid=30338 vsize=907996 CPUtime=0
/proc/30340/task/30346/stat : 30346 (java) S 30338 30340 30243 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 182155856 929787904 185095 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30340/tid=30351] ppid=30338 vsize=907996 CPUtime=0
/proc/30340/task/30351/stat : 30351 (java) S 30338 30340 30243 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 182155860 929787904 185095 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30340/tid=30352] ppid=30338 vsize=907996 CPUtime=0
/proc/30340/task/30352/stat : 30352 (java) S 30338 30340 30243 0 -1 64 2 0 0 0 0 0 0 0 17 0 12 0 182155860 929787904 185095 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30340/tid=30353] ppid=30338 vsize=907996 CPUtime=0.53
/proc/30340/task/30353/stat : 30353 (java) S 30338 30340 30243 0 -1 64 1101 0 1 0 53 0 0 0 17 0 12 0 182155860 929787904 185095 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30340/tid=30354] ppid=30338 vsize=907996 CPUtime=0.62
/proc/30340/task/30354/stat : 30354 (java) S 30338 30340 30243 0 -1 64 1341 0 0 0 62 0 0 0 16 0 12 0 182155860 929787904 185095 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30340/tid=30355] ppid=30338 vsize=907996 CPUtime=0
/proc/30340/task/30355/stat : 30355 (java) S 30338 30340 30243 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 182155860 929787904 185095 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30340/tid=30357] ppid=30338 vsize=907996 CPUtime=0
/proc/30340/task/30357/stat : 30357 (java) S 30338 30340 30243 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 182155860 929787904 185095 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 281.86
Current children cumulated vsize (KiB) 907996

[startup+342.728 s]
/proc/loadavg: 2.49 1.85 1.36 3/98 31015
/proc/meminfo: memFree=802184/2055920 swapFree=4191880/4192956
[pid=30340] ppid=30338 vsize=907996 CPUtime=341.88
/proc/30340/stat : 30340 (java) S 30338 30340 30243 0 -1 0 191838 0 2 0 34108 80 0 0 16 0 12 0 182155849 929787904 185095 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/30340/statm: 226999 185095 2480 14 0 213436 0
[pid=30340/tid=30342] ppid=30338 vsize=907996 CPUtime=3.32
/proc/30340/task/30342/stat : 30342 (java) S 30338 30340 30243 0 -1 64 81925 0 0 0 304 28 0 0 16 0 12 0 182155853 929787904 185095 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30340/tid=30343] ppid=30338 vsize=907996 CPUtime=3.31
/proc/30340/task/30343/stat : 30343 (java) S 30338 30340 30243 0 -1 64 83363 0 0 0 303 28 0 0 15 0 12 0 182155853 929787904 185095 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30340/tid=30344] ppid=30338 vsize=907996 CPUtime=61.25
/proc/30340/task/30344/stat : 30344 (java) R 30338 30340 30243 0 -1 64 3490 0 0 0 6119 6 0 0 25 0 12 0 182155855 929787904 185095 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4154454060 0 0 0 23759 0 0 0 -1 0 0 0
[pid=30340/tid=30345] ppid=30338 vsize=907996 CPUtime=0
/proc/30340/task/30345/stat : 30345 (java) S 30338 30340 30243 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 182155856 929787904 185095 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30340/tid=30346] ppid=30338 vsize=907996 CPUtime=0
/proc/30340/task/30346/stat : 30346 (java) S 30338 30340 30243 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 182155856 929787904 185095 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30340/tid=30351] ppid=30338 vsize=907996 CPUtime=0
/proc/30340/task/30351/stat : 30351 (java) S 30338 30340 30243 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 182155860 929787904 185095 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30340/tid=30352] ppid=30338 vsize=907996 CPUtime=0
/proc/30340/task/30352/stat : 30352 (java) S 30338 30340 30243 0 -1 64 2 0 0 0 0 0 0 0 17 0 12 0 182155860 929787904 185095 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30340/tid=30353] ppid=30338 vsize=907996 CPUtime=0.53
/proc/30340/task/30353/stat : 30353 (java) S 30338 30340 30243 0 -1 64 1101 0 1 0 53 0 0 0 17 0 12 0 182155860 929787904 185095 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30340/tid=30354] ppid=30338 vsize=907996 CPUtime=0.62
/proc/30340/task/30354/stat : 30354 (java) S 30338 30340 30243 0 -1 64 1341 0 0 0 62 0 0 0 16 0 12 0 182155860 929787904 185095 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30340/tid=30355] ppid=30338 vsize=907996 CPUtime=0
/proc/30340/task/30355/stat : 30355 (java) S 30338 30340 30243 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 182155860 929787904 185095 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30340/tid=30357] ppid=30338 vsize=907996 CPUtime=0
/proc/30340/task/30357/stat : 30357 (java) S 30338 30340 30243 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 182155860 929787904 185095 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 341.88
Current children cumulated vsize (KiB) 907996

Child status: 1
Real time (s): 370.537
CPU time (s): 369.665
CPU user time (s): 368.707
CPU system time (s): 0.957854
CPU usage (%): 99.7647
Max. virtual memory (cumulated for all children) (KiB): 910000

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 368.707
system time used= 0.957854
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 201884
page faults= 2
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 14357
involuntary context switches= 12869

runsolver used 0.45393 s user time and 1.19582 s system time

The end

Launcher Data (download as text)

Begin job on node72 on Tue Jan  9 10:11:10 UTC 2007


IDJOB= 235370
IDBENCH= 6762
FILE ID= node72/235370-1168337470

PBS_JOBID= 3503385

Free space on /tmp= 66554 MiB

BENCH NAME= HOME/pub/bench/CPAI06/taillard/os-taillard-10/os-taillard-10-95-8.xml
COMMAND LINE= java -server -Xmx700M -Xms700M -jar /tmp/evaluation/235370-1168337470/sat4jCSP-bf3.jar /tmp/evaluation/235370-1168337470/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node72/watcher-235370-1168337470 -o ROOT/results/node72/solver-235370-1168337470 -C 1800 -M 900  java -server -Xmx700M -Xms700M -jar /tmp/evaluation/235370-1168337470/sat4jCSP-bf3.jar /tmp/evaluation/235370-1168337470/unknown.xml

META MD5SUM SOLVER= c614762dbe7de46d2af9d7b592545c03
MD5SUM BENCH=  014487bc1152992590afac1666edece7

RANDOM SEED= 12490885

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.223
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.223
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:       1549736 kB
Buffers:         52272 kB
Cached:         342948 kB
SwapCached:        268 kB
Active:         123376 kB
Inactive:       319320 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1549736 kB
SwapTotal:     4192956 kB
SwapFree:      4191880 kB
Dirty:            7760 kB
Writeback:           0 kB
Mapped:          64892 kB
Slab:            48632 kB
Committed_AS:  3588104 kB
PageTables:       2148 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= 66547 MiB



End job on node72 on Tue Jan  9 10:17:21 UTC 2007