Trace number 235330

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-CACHED 1.7 RC BF3? 374.468 375.889

General information on the benchmark

Nametaillard/
os-taillard-10/os-taillard-10-95-7.xml
MD5SUM1ac4899202187205cc402a22c67930db
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 benchmark23.26
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.28	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.28	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.28	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.29	c version CSP COMPETITION BUGFIX 3 CACHED
0.29	c sun.arch.data.model	32
0.29	c java.version	1.5.0_10
0.29	c os.name	Linux
0.29	c os.version	2.6.9-22.EL.rootsmp
0.29	c os.arch	i386
0.29	c Free memory 722620888
0.29	c Max memory 723845120
0.29	c Total memory 723845120
0.29	c Number of processors 2
0.39	c --- Begin Solver configuration ---
0.39	c Stops conflict analysis at the first Unique Implication Point
0.39	c org.sat4j.minisat.constraints.MixedDataStructureWithBinary@19dfbff
0.39	c Learn all clauses as in MiniSAT
0.39	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.39	c VSIDS like heuristics from MiniSAT using a heap
0.39	c No reason simplification
0.39	c --- End Solver configuration ---
0.39	c solving /tmp/evaluation/235330-1168337253/unknown.xml
0.39	c reading problem ... 
0.67	c reading problem named ?
0.67	c reading domains done.
0.77	c reading variables
c reading variables (100) done.
1.12	c reading predicates 
c reading relations (2) done.
1.37	c reading constraintsException in thread "main" java.lang.OutOfMemoryError: Java heap space
373.85	c starts		: 0
373.85	c conflicts		: 0
373.85	c decisions		: 0
373.85	c propagations		: 0
373.85	c inspects		: 0
373.85	c learnt literals	: 0
373.85	c learnt binary clauses	: 0
373.85	c learnt ternary clauses	: 0
373.85	c learnt clauses	: 0
373.85	c root simplifications	: 0
373.85	c removed literals (reason simplification)	: 0
373.85	c reason swapping (by a shorter reason)	: 0
373.85	c Calls to reduceDB	: 0
373.85	c speed (decisions/second)	: 0.0
373.85	c non guided choices	0
373.85	s UNKNOWN
373.85	c Total wall clock time (in seconds) : 369.006
373.85	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/node43/watcher-235330-1168337253 -o ROOT/results/node43/solver-235330-1168337253 -C 1800 -M 900 java -server -Xmx700M -Xms700M -jar /tmp/evaluation/235330-1168337253/sat4jCSP-bf3-cached.jar /tmp/evaluation/235330-1168337253/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.45 1.54 1.19 4/81 29223
/proc/meminfo: memFree=1369240/2055920 swapFree=4192812/4192956
[pid=29222] ppid=29220 vsize=1784 CPUtime=0
/proc/29222/stat : 29222 (java) D 29220 29222 29061 0 -1 0 166 0 0 0 0 0 0 0 18 0 1 0 182124458 1826816 137 18446744073709551615 134512640 134570532 4294956640 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/29222/statm: 446 137 102 14 0 91 0

[startup+0.102928 s]
/proc/loadavg: 2.45 1.54 1.19 4/81 29223
/proc/meminfo: memFree=1369240/2055920 swapFree=4192812/4192956
[pid=29222] ppid=29220 vsize=1784 CPUtime=0
/proc/29222/stat : 29222 (java) D 29220 29222 29061 0 -1 0 342 0 0 0 0 0 0 0 18 0 1 0 182124458 1826816 151 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4731684 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/29222/statm: 446 151 116 14 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1784

[startup+0.515002 s]
/proc/loadavg: 2.45 1.54 1.19 4/81 29223
/proc/meminfo: memFree=1369240/2055920 swapFree=4192812/4192956
[pid=29222] ppid=29220 vsize=905448 CPUtime=0.37
/proc/29222/stat : 29222 (java) R 29220 29222 29061 0 -1 0 5298 0 1 0 34 3 0 0 18 0 12 0 182124458 927178752 4952 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/29222/statm: 226362 4952 2060 14 0 212799 0
Current children cumulated CPU time (s) 0.37
Current children cumulated vsize (KiB) 905448

[startup+1.33914 s]
/proc/loadavg: 2.45 1.54 1.19 3/92 29234
/proc/meminfo: memFree=1342784/2055920 swapFree=4192812/4192956
[pid=29222] ppid=29220 vsize=905236 CPUtime=1.17
/proc/29222/stat : 29222 (java) R 29220 29222 29061 0 -1 0 9973 0 1 0 112 5 0 0 18 0 12 0 182124458 926961664 9391 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4053852257 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/29222/statm: 226309 9391 2446 14 0 212746 0
[pid=29222/tid=29224] ppid=29220 vsize=905236 CPUtime=0
/proc/29222/task/29224/stat : 29224 (java) S 29220 29222 29061 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 182124473 926961664 9391 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29222/tid=29225] ppid=29220 vsize=905236 CPUtime=0
/proc/29222/task/29225/stat : 29225 (java) S 29220 29222 29061 0 -1 64 2 0 0 0 0 0 0 0 19 0 12 0 182124473 926961664 9391 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29222/tid=29226] ppid=29220 vsize=905236 CPUtime=0
/proc/29222/task/29226/stat : 29226 (java) S 29220 29222 29061 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 182124476 926961664 9391 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=29222/tid=29227] ppid=29220 vsize=905236 CPUtime=0
/proc/29222/task/29227/stat : 29227 (java) S 29220 29222 29061 0 -1 64 8 0 0 0 0 0 0 0 21 0 12 0 182124477 926961664 9391 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29222/tid=29228] ppid=29220 vsize=905236 CPUtime=0
/proc/29222/task/29228/stat : 29228 (java) S 29220 29222 29061 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 182124477 926961664 9391 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29222/tid=29229] ppid=29220 vsize=905236 CPUtime=0
/proc/29222/task/29229/stat : 29229 (java) S 29220 29222 29061 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 182124481 926961664 9391 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29222/tid=29230] ppid=29220 vsize=905236 CPUtime=0
/proc/29222/task/29230/stat : 29230 (java) S 29220 29222 29061 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 182124481 926961664 9391 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29222/tid=29231] ppid=29220 vsize=905236 CPUtime=0.21
/proc/29222/task/29231/stat : 29231 (java) S 29220 29222 29061 0 -1 64 270 0 0 0 21 0 0 0 16 0 12 0 182124481 926961664 9391 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29222/tid=29232] ppid=29220 vsize=905236 CPUtime=0.25
/proc/29222/task/29232/stat : 29232 (java) S 29220 29222 29061 0 -1 64 686 0 0 0 25 0 0 0 16 0 12 0 182124481 926961664 9391 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29222/tid=29233] ppid=29220 vsize=905236 CPUtime=0
/proc/29222/task/29233/stat : 29233 (java) S 29220 29222 29061 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 182124481 926961664 9391 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29222/tid=29234] ppid=29220 vsize=905236 CPUtime=0
/proc/29222/task/29234/stat : 29234 (java) S 29220 29222 29061 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 182124481 926961664 9391 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 905236

[startup+2.98442 s]
/proc/loadavg: 2.45 1.54 1.19 3/92 29234
/proc/meminfo: memFree=1294400/2055920 swapFree=4192812/4192956
[pid=29222] ppid=29220 vsize=909728 CPUtime=2.89
/proc/29222/stat : 29222 (java) R 29220 29222 29061 0 -1 0 27734 0 1 0 275 14 0 0 20 0 12 0 182124458 931561472 26066 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054312484 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/29222/statm: 227432 26066 2478 14 0 213869 0
[pid=29222/tid=29224] ppid=29220 vsize=909728 CPUtime=0.11
/proc/29222/task/29224/stat : 29224 (java) S 29220 29222 29061 0 -1 64 2129 0 0 0 10 1 0 0 18 0 12 0 182124473 931561472 26066 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29222/tid=29225] ppid=29220 vsize=909728 CPUtime=0.08
/proc/29222/task/29225/stat : 29225 (java) S 29220 29222 29061 0 -1 64 2920 0 0 0 8 0 0 0 16 0 12 0 182124473 931561472 26066 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29222/tid=29226] ppid=29220 vsize=909728 CPUtime=0
/proc/29222/task/29226/stat : 29226 (java) S 29220 29222 29061 0 -1 64 12 0 0 0 0 0 0 0 16 0 12 0 182124476 931561472 26066 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=29222/tid=29227] ppid=29220 vsize=909728 CPUtime=0
/proc/29222/task/29227/stat : 29227 (java) S 29220 29222 29061 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 182124477 931561472 26066 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29222/tid=29228] ppid=29220 vsize=909728 CPUtime=0
/proc/29222/task/29228/stat : 29228 (java) S 29220 29222 29061 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 182124477 931561472 26066 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29222/tid=29229] ppid=29220 vsize=909728 CPUtime=0
/proc/29222/task/29229/stat : 29229 (java) S 29220 29222 29061 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 182124481 931561472 26066 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29222/tid=29230] ppid=29220 vsize=909728 CPUtime=0
/proc/29222/task/29230/stat : 29230 (java) S 29220 29222 29061 0 -1 64 1 0 0 0 0 0 0 0 17 0 12 0 182124481 931561472 26066 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29222/tid=29231] ppid=29220 vsize=909728 CPUtime=0.56
/proc/29222/task/29231/stat : 29231 (java) S 29220 29222 29061 0 -1 64 1769 0 0 0 55 1 0 0 16 0 12 0 182124481 931561472 26066 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29222/tid=29232] ppid=29220 vsize=909728 CPUtime=0.4
/proc/29222/task/29232/stat : 29232 (java) S 29220 29222 29061 0 -1 64 703 0 0 0 40 0 0 0 16 0 12 0 182124481 931561472 26066 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29222/tid=29233] ppid=29220 vsize=909728 CPUtime=0
/proc/29222/task/29233/stat : 29233 (java) S 29220 29222 29061 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 182124481 931561472 26066 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29222/tid=29234] ppid=29220 vsize=909728 CPUtime=0
/proc/29222/task/29234/stat : 29234 (java) S 29220 29222 29061 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 182124481 931561472 26066 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.89
Current children cumulated vsize (KiB) 909728

[startup+6.20594 s]
/proc/loadavg: 2.50 1.56 1.20 5/92 29234
/proc/meminfo: memFree=1219776/2055920 swapFree=4192812/4192956
[pid=29222] ppid=29220 vsize=909376 CPUtime=6.18
/proc/29222/stat : 29222 (java) R 29220 29222 29061 0 -1 0 41089 0 1 0 597 21 0 0 25 0 12 0 182124458 931201024 39229 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054257208 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/29222/statm: 227344 39229 2478 14 0 213781 0
[pid=29222/tid=29224] ppid=29220 vsize=909376 CPUtime=0.58
/proc/29222/task/29224/stat : 29224 (java) S 29220 29222 29061 0 -1 64 10202 0 0 0 53 5 0 0 16 0 12 0 182124473 931201024 39229 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29222/tid=29225] ppid=29220 vsize=909376 CPUtime=0.42
/proc/29222/task/29225/stat : 29225 (java) S 29220 29222 29061 0 -1 64 8177 0 0 0 39 3 0 0 16 0 12 0 182124473 931201024 39229 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29222/tid=29226] ppid=29220 vsize=909376 CPUtime=0
/proc/29222/task/29226/stat : 29226 (java) S 29220 29222 29061 0 -1 64 12 0 0 0 0 0 0 0 16 0 12 0 182124476 931201024 39229 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=29222/tid=29227] ppid=29220 vsize=909376 CPUtime=0
/proc/29222/task/29227/stat : 29227 (java) S 29220 29222 29061 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 182124477 931201024 39229 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29222/tid=29228] ppid=29220 vsize=909376 CPUtime=0
/proc/29222/task/29228/stat : 29228 (java) S 29220 29222 29061 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 182124477 931201024 39229 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29222/tid=29229] ppid=29220 vsize=909376 CPUtime=0
/proc/29222/task/29229/stat : 29229 (java) S 29220 29222 29061 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 182124481 931201024 39229 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29222/tid=29230] ppid=29220 vsize=909376 CPUtime=0
/proc/29222/task/29230/stat : 29230 (java) S 29220 29222 29061 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 182124481 931201024 39229 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29222/tid=29231] ppid=29220 vsize=909376 CPUtime=0.6
/proc/29222/task/29231/stat : 29231 (java) S 29220 29222 29061 0 -1 64 1774 0 0 0 59 1 0 0 16 0 12 0 182124481 931201024 39229 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29222/tid=29232] ppid=29220 vsize=909376 CPUtime=0.44
/proc/29222/task/29232/stat : 29232 (java) S 29220 29222 29061 0 -1 64 716 0 0 0 44 0 0 0 16 0 12 0 182124481 931201024 39229 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29222/tid=29233] ppid=29220 vsize=909376 CPUtime=0
/proc/29222/task/29233/stat : 29233 (java) S 29220 29222 29061 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 182124481 931201024 39229 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29222/tid=29234] ppid=29220 vsize=909376 CPUtime=0
/proc/29222/task/29234/stat : 29234 (java) S 29220 29222 29061 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 182124481 931201024 39229 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 909376

[startup+12.6668 s]
/proc/loadavg: 2.54 1.59 1.21 5/92 29234
/proc/meminfo: memFree=1108232/2055920 swapFree=4192812/4192956
[pid=29222] ppid=29220 vsize=909280 CPUtime=12.68
/proc/29222/stat : 29222 (java) R 29220 29222 29061 0 -1 0 66969 0 1 0 1233 35 0 0 25 0 12 0 182124458 931102720 63675 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4053835959 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/29222/statm: 227320 63675 2478 14 0 213757 0
[pid=29222/tid=29224] ppid=29220 vsize=909280 CPUtime=1.46
/proc/29222/task/29224/stat : 29224 (java) S 29220 29222 29061 0 -1 64 22755 0 0 0 135 11 0 0 16 0 12 0 182124473 931102720 63675 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29222/tid=29225] ppid=29220 vsize=909280 CPUtime=1.36
/proc/29222/task/29225/stat : 29225 (java) S 29220 29222 29061 0 -1 64 21481 0 0 0 125 11 0 0 16 0 12 0 182124473 931102720 63675 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29222/tid=29226] ppid=29220 vsize=909280 CPUtime=0.01
/proc/29222/task/29226/stat : 29226 (java) S 29220 29222 29061 0 -1 64 13 0 0 0 1 0 0 0 16 0 12 0 182124476 931102720 63675 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=29222/tid=29227] ppid=29220 vsize=909280 CPUtime=0
/proc/29222/task/29227/stat : 29227 (java) S 29220 29222 29061 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 182124477 931102720 63675 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29222/tid=29228] ppid=29220 vsize=909280 CPUtime=0
/proc/29222/task/29228/stat : 29228 (java) S 29220 29222 29061 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 182124477 931102720 63675 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29222/tid=29229] ppid=29220 vsize=909280 CPUtime=0
/proc/29222/task/29229/stat : 29229 (java) S 29220 29222 29061 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 182124481 931102720 63675 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29222/tid=29230] ppid=29220 vsize=909280 CPUtime=0
/proc/29222/task/29230/stat : 29230 (java) S 29220 29222 29061 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 182124481 931102720 63675 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29222/tid=29231] ppid=29220 vsize=909280 CPUtime=0.6
/proc/29222/task/29231/stat : 29231 (java) S 29220 29222 29061 0 -1 64 1775 0 0 0 59 1 0 0 17 0 12 0 182124481 931102720 63675 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29222/tid=29232] ppid=29220 vsize=909280 CPUtime=0.45
/proc/29222/task/29232/stat : 29232 (java) S 29220 29222 29061 0 -1 64 718 0 0 0 45 0 0 0 16 0 12 0 182124481 931102720 63675 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29222/tid=29233] ppid=29220 vsize=909280 CPUtime=0
/proc/29222/task/29233/stat : 29233 (java) S 29220 29222 29061 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 182124481 931102720 63675 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29222/tid=29234] ppid=29220 vsize=909280 CPUtime=0
/proc/29222/task/29234/stat : 29234 (java) S 29220 29222 29061 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 182124481 931102720 63675 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 909280

[startup+25.475 s]
/proc/loadavg: 2.56 1.64 1.23 6/92 29234
/proc/meminfo: memFree=916616/2055920 swapFree=4192812/4192956
[pid=29222] ppid=29220 vsize=909280 CPUtime=25.7
/proc/29222/stat : 29222 (java) R 29220 29222 29061 0 -1 0 109467 0 1 0 2516 54 0 0 25 0 12 0 182124458 931102720 106144 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/29222/statm: 227320 106144 2478 14 0 213757 0
[pid=29222/tid=29224] ppid=29220 vsize=909280 CPUtime=3.07
/proc/29222/task/29224/stat : 29224 (java) R 29220 29222 29061 0 -1 64 43261 0 0 0 288 19 0 0 15 0 12 0 182124473 931102720 106144 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4154631190 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29222/tid=29225] ppid=29220 vsize=909280 CPUtime=2.67
/proc/29222/task/29225/stat : 29225 (java) R 29220 29222 29061 0 -1 64 43438 0 0 0 245 22 0 0 16 0 12 0 182124473 931102720 106144 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4154958789 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29222/tid=29226] ppid=29220 vsize=909280 CPUtime=0.01
/proc/29222/task/29226/stat : 29226 (java) S 29220 29222 29061 0 -1 64 15 0 0 0 1 0 0 0 15 0 12 0 182124476 931102720 106144 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=29222/tid=29227] ppid=29220 vsize=909280 CPUtime=0
/proc/29222/task/29227/stat : 29227 (java) S 29220 29222 29061 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 182124477 931102720 106144 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29222/tid=29228] ppid=29220 vsize=909280 CPUtime=0
/proc/29222/task/29228/stat : 29228 (java) S 29220 29222 29061 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 182124477 931102720 106144 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29222/tid=29229] ppid=29220 vsize=909280 CPUtime=0
/proc/29222/task/29229/stat : 29229 (java) S 29220 29222 29061 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 182124481 931102720 106144 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29222/tid=29230] ppid=29220 vsize=909280 CPUtime=0
/proc/29222/task/29230/stat : 29230 (java) S 29220 29222 29061 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 182124481 931102720 106144 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29222/tid=29231] ppid=29220 vsize=909280 CPUtime=0.65
/proc/29222/task/29231/stat : 29231 (java) S 29220 29222 29061 0 -1 64 1781 0 0 0 64 1 0 0 16 0 12 0 182124481 931102720 106144 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29222/tid=29232] ppid=29220 vsize=909280 CPUtime=0.47
/proc/29222/task/29232/stat : 29232 (java) S 29220 29222 29061 0 -1 64 718 0 0 0 47 0 0 0 16 0 12 0 182124481 931102720 106144 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29222/tid=29233] ppid=29220 vsize=909280 CPUtime=0
/proc/29222/task/29233/stat : 29233 (java) S 29220 29222 29061 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 182124481 931102720 106144 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29222/tid=29234] ppid=29220 vsize=909280 CPUtime=0
/proc/29222/task/29234/stat : 29234 (java) S 29220 29222 29061 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 182124481 931102720 106144 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.7
Current children cumulated vsize (KiB) 909280

[startup+51.1722 s]
/proc/loadavg: 2.80 1.76 1.28 3/92 29234
/proc/meminfo: memFree=559304/2055920 swapFree=4192812/4192956
[pid=29222] ppid=29220 vsize=909280 CPUtime=51.28
/proc/29222/stat : 29222 (java) R 29220 29222 29061 0 -1 0 187618 0 1 0 5033 95 0 0 25 0 12 0 182124458 931102720 183805 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054204679 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/29222/statm: 227320 183805 2479 14 0 213757 0
[pid=29222/tid=29224] ppid=29220 vsize=909280 CPUtime=6.21
/proc/29222/task/29224/stat : 29224 (java) S 29220 29222 29061 0 -1 64 83584 0 0 0 581 40 0 0 16 0 12 0 182124473 931102720 183805 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29222/tid=29225] ppid=29220 vsize=909280 CPUtime=5.58
/proc/29222/task/29225/stat : 29225 (java) S 29220 29222 29061 0 -1 64 80977 0 0 0 518 40 0 0 16 0 12 0 182124473 931102720 183805 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29222/tid=29226] ppid=29220 vsize=909280 CPUtime=2.11

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

/proc/29222/task/29228/stat : 29228 (java) S 29220 29222 29061 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 182124477 931102720 183805 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29222/tid=29229] ppid=29220 vsize=909280 CPUtime=0
/proc/29222/task/29229/stat : 29229 (java) S 29220 29222 29061 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 182124481 931102720 183805 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29222/tid=29230] ppid=29220 vsize=909280 CPUtime=0
/proc/29222/task/29230/stat : 29230 (java) S 29220 29222 29061 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 182124481 931102720 183805 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29222/tid=29231] ppid=29220 vsize=909280 CPUtime=0.65
/proc/29222/task/29231/stat : 29231 (java) S 29220 29222 29061 0 -1 64 1781 0 0 0 64 1 0 0 16 0 12 0 182124481 931102720 183805 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29222/tid=29232] ppid=29220 vsize=909280 CPUtime=0.5
/proc/29222/task/29232/stat : 29232 (java) S 29220 29222 29061 0 -1 64 720 0 0 0 50 0 0 0 17 0 12 0 182124481 931102720 183805 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29222/tid=29233] ppid=29220 vsize=909280 CPUtime=0
/proc/29222/task/29233/stat : 29233 (java) S 29220 29222 29061 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 182124481 931102720 183805 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29222/tid=29234] ppid=29220 vsize=909280 CPUtime=0
/proc/29222/task/29234/stat : 29234 (java) S 29220 29222 29061 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 182124481 931102720 183805 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 51.28
Current children cumulated vsize (KiB) 909280

[startup+102.373 s]
/proc/loadavg: 2.54 1.86 1.34 3/92 29234
/proc/meminfo: memFree=480008/2055920 swapFree=4192812/4192956
[pid=29222] ppid=29220 vsize=910284 CPUtime=102.05
/proc/29222/stat : 29222 (java) S 29220 29222 29061 0 -1 0 190722 0 1 0 10108 97 0 0 17 0 12 0 182124458 932130816 185804 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/29222/statm: 227571 185804 2479 14 0 214008 0
[pid=29222/tid=29224] ppid=29220 vsize=910284 CPUtime=7.8
/proc/29222/task/29224/stat : 29224 (java) S 29220 29222 29061 0 -1 64 83643 0 0 0 740 40 0 0 16 0 12 0 182124473 932130816 185804 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29222/tid=29225] ppid=29220 vsize=910284 CPUtime=7
/proc/29222/task/29225/stat : 29225 (java) S 29220 29222 29061 0 -1 64 81153 0 0 0 659 41 0 0 15 0 12 0 182124473 932130816 185804 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29222/tid=29226] ppid=29220 vsize=910284 CPUtime=36.75
/proc/29222/task/29226/stat : 29226 (java) R 29220 29222 29061 0 -1 64 3087 0 0 0 3672 3 0 0 25 0 12 0 182124476 932130816 185804 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4154454060 0 0 0 23759 0 0 0 -1 0 0 0
[pid=29222/tid=29227] ppid=29220 vsize=910284 CPUtime=0
/proc/29222/task/29227/stat : 29227 (java) S 29220 29222 29061 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 182124477 932130816 185804 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29222/tid=29228] ppid=29220 vsize=910284 CPUtime=0
/proc/29222/task/29228/stat : 29228 (java) S 29220 29222 29061 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 182124477 932130816 185804 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29222/tid=29229] ppid=29220 vsize=910284 CPUtime=0
/proc/29222/task/29229/stat : 29229 (java) S 29220 29222 29061 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 182124481 932130816 185804 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29222/tid=29230] ppid=29220 vsize=910284 CPUtime=0
/proc/29222/task/29230/stat : 29230 (java) S 29220 29222 29061 0 -1 64 1 0 0 0 0 0 0 0 17 0 12 0 182124481 932130816 185804 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29222/tid=29231] ppid=29220 vsize=910284 CPUtime=0.68
/proc/29222/task/29231/stat : 29231 (java) S 29220 29222 29061 0 -1 64 1782 0 0 0 67 1 0 0 16 0 12 0 182124481 932130816 185804 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29222/tid=29232] ppid=29220 vsize=910284 CPUtime=0.51
/proc/29222/task/29232/stat : 29232 (java) S 29220 29222 29061 0 -1 64 720 0 0 0 51 0 0 0 17 0 12 0 182124481 932130816 185804 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29222/tid=29233] ppid=29220 vsize=910284 CPUtime=0
/proc/29222/task/29233/stat : 29233 (java) S 29220 29222 29061 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 182124481 932130816 185804 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29222/tid=29234] ppid=29220 vsize=910284 CPUtime=0
/proc/29222/task/29234/stat : 29234 (java) S 29220 29222 29061 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 182124481 932130816 185804 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 102.05
Current children cumulated vsize (KiB) 910284

[startup+162.428 s]
/proc/loadavg: 2.20 1.88 1.38 3/92 29234
/proc/meminfo: memFree=434056/2055920 swapFree=4192812/4192956
[pid=29222] ppid=29220 vsize=909280 CPUtime=161.5
/proc/29222/stat : 29222 (java) S 29220 29222 29061 0 -1 0 192611 0 1 0 16051 99 0 0 17 0 12 0 182124458 931102720 185617 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/29222/statm: 227320 185617 2479 14 0 213757 0
[pid=29222/tid=29224] ppid=29220 vsize=909280 CPUtime=7.8
/proc/29222/task/29224/stat : 29224 (java) S 29220 29222 29061 0 -1 64 83643 0 0 0 740 40 0 0 16 0 12 0 182124473 931102720 185617 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29222/tid=29225] ppid=29220 vsize=909280 CPUtime=7
/proc/29222/task/29225/stat : 29225 (java) S 29220 29222 29061 0 -1 64 81153 0 0 0 659 41 0 0 15 0 12 0 182124473 931102720 185617 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29222/tid=29226] ppid=29220 vsize=909280 CPUtime=94.99
/proc/29222/task/29226/stat : 29226 (java) R 29220 29222 29061 0 -1 64 4949 0 0 0 9495 4 0 0 25 0 12 0 182124476 931102720 185617 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4154921381 0 0 0 23759 0 0 0 -1 0 0 0
[pid=29222/tid=29227] ppid=29220 vsize=909280 CPUtime=0
/proc/29222/task/29227/stat : 29227 (java) S 29220 29222 29061 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 182124477 931102720 185617 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29222/tid=29228] ppid=29220 vsize=909280 CPUtime=0
/proc/29222/task/29228/stat : 29228 (java) S 29220 29222 29061 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 182124477 931102720 185617 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29222/tid=29229] ppid=29220 vsize=909280 CPUtime=0
/proc/29222/task/29229/stat : 29229 (java) S 29220 29222 29061 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 182124481 931102720 185617 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29222/tid=29230] ppid=29220 vsize=909280 CPUtime=0
/proc/29222/task/29230/stat : 29230 (java) S 29220 29222 29061 0 -1 64 1 0 0 0 0 0 0 0 17 0 12 0 182124481 931102720 185617 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29222/tid=29231] ppid=29220 vsize=909280 CPUtime=0.68
/proc/29222/task/29231/stat : 29231 (java) S 29220 29222 29061 0 -1 64 1782 0 0 0 67 1 0 0 16 0 12 0 182124481 931102720 185617 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29222/tid=29232] ppid=29220 vsize=909280 CPUtime=0.51
/proc/29222/task/29232/stat : 29232 (java) S 29220 29222 29061 0 -1 64 720 0 0 0 51 0 0 0 17 0 12 0 182124481 931102720 185617 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29222/tid=29233] ppid=29220 vsize=909280 CPUtime=0
/proc/29222/task/29233/stat : 29233 (java) S 29220 29222 29061 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 182124481 931102720 185617 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29222/tid=29234] ppid=29220 vsize=909280 CPUtime=0
/proc/29222/task/29234/stat : 29234 (java) S 29220 29222 29061 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 182124481 931102720 185617 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 161.5
Current children cumulated vsize (KiB) 909280

[startup+222.461 s]
/proc/loadavg: 2.19 1.93 1.42 3/92 29304
/proc/meminfo: memFree=1040064/2055920 swapFree=4192812/4192956
[pid=29222] ppid=29220 vsize=909280 CPUtime=221.08
/proc/29222/stat : 29222 (java) S 29220 29222 29061 0 -1 0 192633 0 1 0 22008 100 0 0 17 0 12 0 182124458 931102720 185617 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/29222/statm: 227320 185617 2479 14 0 213757 0
[pid=29222/tid=29224] ppid=29220 vsize=909280 CPUtime=7.8
/proc/29222/task/29224/stat : 29224 (java) S 29220 29222 29061 0 -1 64 83643 0 0 0 740 40 0 0 16 0 12 0 182124473 931102720 185617 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29222/tid=29225] ppid=29220 vsize=909280 CPUtime=7
/proc/29222/task/29225/stat : 29225 (java) S 29220 29222 29061 0 -1 64 81153 0 0 0 659 41 0 0 15 0 12 0 182124473 931102720 185617 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29222/tid=29226] ppid=29220 vsize=909280 CPUtime=154.42
/proc/29222/task/29226/stat : 29226 (java) R 29220 29222 29061 0 -1 64 4949 0 0 0 15437 5 0 0 25 0 12 0 182124476 931102720 185617 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4154631064 0 0 0 23759 0 0 0 -1 1 0 0
[pid=29222/tid=29227] ppid=29220 vsize=909280 CPUtime=0
/proc/29222/task/29227/stat : 29227 (java) S 29220 29222 29061 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 182124477 931102720 185617 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29222/tid=29228] ppid=29220 vsize=909280 CPUtime=0
/proc/29222/task/29228/stat : 29228 (java) S 29220 29222 29061 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 182124477 931102720 185617 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29222/tid=29229] ppid=29220 vsize=909280 CPUtime=0
/proc/29222/task/29229/stat : 29229 (java) S 29220 29222 29061 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 182124481 931102720 185617 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29222/tid=29230] ppid=29220 vsize=909280 CPUtime=0
/proc/29222/task/29230/stat : 29230 (java) S 29220 29222 29061 0 -1 64 1 0 0 0 0 0 0 0 17 0 12 0 182124481 931102720 185617 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29222/tid=29231] ppid=29220 vsize=909280 CPUtime=0.68
/proc/29222/task/29231/stat : 29231 (java) S 29220 29222 29061 0 -1 64 1782 0 0 0 67 1 0 0 16 0 12 0 182124481 931102720 185617 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29222/tid=29232] ppid=29220 vsize=909280 CPUtime=0.51
/proc/29222/task/29232/stat : 29232 (java) S 29220 29222 29061 0 -1 64 720 0 0 0 51 0 0 0 17 0 12 0 182124481 931102720 185617 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29222/tid=29233] ppid=29220 vsize=909280 CPUtime=0
/proc/29222/task/29233/stat : 29233 (java) S 29220 29222 29061 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 182124481 931102720 185617 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29222/tid=29234] ppid=29220 vsize=909280 CPUtime=0
/proc/29222/task/29234/stat : 29234 (java) S 29220 29222 29061 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 182124481 931102720 185617 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 221.08
Current children cumulated vsize (KiB) 909280

[startup+282.509 s]
/proc/loadavg: 2.07 1.94 1.46 3/92 29304
/proc/meminfo: memFree=1010240/2055920 swapFree=4192812/4192956
[pid=29222] ppid=29220 vsize=909280 CPUtime=281.11
/proc/29222/stat : 29222 (java) S 29220 29222 29061 0 -1 0 192656 0 1 0 28010 101 0 0 17 0 12 0 182124458 931102720 185617 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/29222/statm: 227320 185617 2479 14 0 213757 0
[pid=29222/tid=29224] ppid=29220 vsize=909280 CPUtime=7.8
/proc/29222/task/29224/stat : 29224 (java) S 29220 29222 29061 0 -1 64 83643 0 0 0 740 40 0 0 16 0 12 0 182124473 931102720 185617 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29222/tid=29225] ppid=29220 vsize=909280 CPUtime=7
/proc/29222/task/29225/stat : 29225 (java) S 29220 29222 29061 0 -1 64 81153 0 0 0 659 41 0 0 15 0 12 0 182124473 931102720 185617 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29222/tid=29226] ppid=29220 vsize=909280 CPUtime=214.45
/proc/29222/task/29226/stat : 29226 (java) R 29220 29222 29061 0 -1 64 4949 0 0 0 21439 6 0 0 25 0 12 0 182124476 931102720 185617 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4155440545 0 0 0 23759 0 0 0 -1 1 0 0
[pid=29222/tid=29227] ppid=29220 vsize=909280 CPUtime=0
/proc/29222/task/29227/stat : 29227 (java) S 29220 29222 29061 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 182124477 931102720 185617 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29222/tid=29228] ppid=29220 vsize=909280 CPUtime=0
/proc/29222/task/29228/stat : 29228 (java) S 29220 29222 29061 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 182124477 931102720 185617 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29222/tid=29229] ppid=29220 vsize=909280 CPUtime=0
/proc/29222/task/29229/stat : 29229 (java) S 29220 29222 29061 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 182124481 931102720 185617 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29222/tid=29230] ppid=29220 vsize=909280 CPUtime=0
/proc/29222/task/29230/stat : 29230 (java) S 29220 29222 29061 0 -1 64 1 0 0 0 0 0 0 0 17 0 12 0 182124481 931102720 185617 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29222/tid=29231] ppid=29220 vsize=909280 CPUtime=0.68
/proc/29222/task/29231/stat : 29231 (java) S 29220 29222 29061 0 -1 64 1782 0 0 0 67 1 0 0 16 0 12 0 182124481 931102720 185617 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29222/tid=29232] ppid=29220 vsize=909280 CPUtime=0.51
/proc/29222/task/29232/stat : 29232 (java) S 29220 29222 29061 0 -1 64 720 0 0 0 51 0 0 0 17 0 12 0 182124481 931102720 185617 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29222/tid=29233] ppid=29220 vsize=909280 CPUtime=0
/proc/29222/task/29233/stat : 29233 (java) S 29220 29222 29061 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 182124481 931102720 185617 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29222/tid=29234] ppid=29220 vsize=909280 CPUtime=0
/proc/29222/task/29234/stat : 29234 (java) S 29220 29222 29061 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 182124481 931102720 185617 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 281.11
Current children cumulated vsize (KiB) 909280

[startup+342.553 s]
/proc/loadavg: 2.08 1.97 1.49 3/92 29304
/proc/meminfo: memFree=1010112/2055920 swapFree=4192812/4192956
[pid=29222] ppid=29220 vsize=909280 CPUtime=341.13
/proc/29222/stat : 29222 (java) S 29220 29222 29061 0 -1 0 192680 0 1 0 34012 101 0 0 17 0 12 0 182124458 931102720 185617 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/29222/statm: 227320 185617 2479 14 0 213757 0
[pid=29222/tid=29224] ppid=29220 vsize=909280 CPUtime=7.8
/proc/29222/task/29224/stat : 29224 (java) S 29220 29222 29061 0 -1 64 83643 0 0 0 740 40 0 0 16 0 12 0 182124473 931102720 185617 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29222/tid=29225] ppid=29220 vsize=909280 CPUtime=7
/proc/29222/task/29225/stat : 29225 (java) S 29220 29222 29061 0 -1 64 81153 0 0 0 659 41 0 0 15 0 12 0 182124473 931102720 185617 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29222/tid=29226] ppid=29220 vsize=909280 CPUtime=274.47
/proc/29222/task/29226/stat : 29226 (java) R 29220 29222 29061 0 -1 64 4949 0 0 0 27441 6 0 0 25 0 12 0 182124476 931102720 185617 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4152681638 0 0 0 23759 0 0 0 -1 1 0 0
[pid=29222/tid=29227] ppid=29220 vsize=909280 CPUtime=0
/proc/29222/task/29227/stat : 29227 (java) S 29220 29222 29061 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 182124477 931102720 185617 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29222/tid=29228] ppid=29220 vsize=909280 CPUtime=0
/proc/29222/task/29228/stat : 29228 (java) S 29220 29222 29061 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 182124477 931102720 185617 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29222/tid=29229] ppid=29220 vsize=909280 CPUtime=0
/proc/29222/task/29229/stat : 29229 (java) S 29220 29222 29061 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 182124481 931102720 185617 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29222/tid=29230] ppid=29220 vsize=909280 CPUtime=0
/proc/29222/task/29230/stat : 29230 (java) S 29220 29222 29061 0 -1 64 1 0 0 0 0 0 0 0 17 0 12 0 182124481 931102720 185617 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29222/tid=29231] ppid=29220 vsize=909280 CPUtime=0.68
/proc/29222/task/29231/stat : 29231 (java) S 29220 29222 29061 0 -1 64 1782 0 0 0 67 1 0 0 16 0 12 0 182124481 931102720 185617 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29222/tid=29232] ppid=29220 vsize=909280 CPUtime=0.51
/proc/29222/task/29232/stat : 29232 (java) S 29220 29222 29061 0 -1 64 720 0 0 0 51 0 0 0 17 0 12 0 182124481 931102720 185617 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29222/tid=29233] ppid=29220 vsize=909280 CPUtime=0
/proc/29222/task/29233/stat : 29233 (java) S 29220 29222 29061 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 182124481 931102720 185617 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29222/tid=29234] ppid=29220 vsize=909280 CPUtime=0
/proc/29222/task/29234/stat : 29234 (java) S 29220 29222 29061 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 182124481 931102720 185617 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 341.13
Current children cumulated vsize (KiB) 909280

Child status: 1
Real time (s): 375.889
CPU time (s): 374.468
CPU user time (s): 373.336
CPU system time (s): 1.13183
CPU usage (%): 99.622
Max. virtual memory (cumulated for all children) (KiB): 910656

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 373.336
system time used= 1.13183
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 192706
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= 9677
involuntary context switches= 11647

runsolver used 0.433934 s user time and 1.23681 s system time

The end

Launcher Data (download as text)

Begin job on node43 on Tue Jan  9 10:07:33 UTC 2007


IDJOB= 235330
IDBENCH= 6760
FILE ID= node43/235330-1168337253

PBS_JOBID= 3503380

Free space on /tmp= 66496 MiB

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

META MD5SUM SOLVER= c614762dbe7de46d2af9d7b592545c03
MD5SUM BENCH=  1ac4899202187205cc402a22c67930db

RANDOM SEED= 861217487

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.278
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.278
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:       1369656 kB
Buffers:          9404 kB
Cached:         107284 kB
SwapCached:          0 kB
Active:         575048 kB
Inactive:        62892 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1369656 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2512 kB
Writeback:           0 kB
Mapped:         540152 kB
Slab:            32704 kB
Committed_AS:  4987212 kB
PageTables:       2828 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= 66498 MiB



End job on node43 on Tue Jan  9 10:13:49 UTC 2007