Trace number 1065175

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SAT4J CSP 2008-06-13? 1091.71 1090.66

General information on the benchmark

Namecsp/pseudo/mps/
normalized-mps-stein27.xml
MD5SUM1c6703700d3846257d8be65b30a853dc
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.011997
Satisfiable
(Un)Satisfiability was proved
Number of variables27
Number of constraints118
Maximum constraint arity27
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension118
Global constraints used (with number of constraints)

Solver Data (download as text)

0.19/0.29	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.19/0.29	c This is free software under the dual EPL/GNU LGPL licenses.
0.19/0.29	c See www.sat4j.org for details.
0.19/0.29	c That software uses the Rhino library from the Mozilla project.
0.30/0.33	c version 9.9.9.token
0.30/0.33	c sun.arch.data.model	32
0.30/0.33	c java.version	1.6.0_06
0.30/0.33	c os.name	Linux
0.30/0.33	c os.version	2.6.9-22.EL.rootsmp
0.30/0.33	c os.arch	i386
0.30/0.33	c Free memory 669864272
0.30/0.33	c Max memory 672137216
0.30/0.33	c Total memory 672137216
0.30/0.33	c Number of processors 2
0.30/0.37	c c --- Begin Solver configuration ---
0.30/0.37	c Stops conflict analysis at the first Unique Implication Point
0.30/0.37	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@1d2068d
0.30/0.37	c Learn all clauses as in MiniSAT
0.30/0.37	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.30/0.37	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.30/0.37	c Expensive reason simplification
0.30/0.37	c MiniSAT restarts strategy
0.30/0.37	c timeout=2147483s
0.30/0.37	c DB Simplification allowed=false
0.30/0.37	c --- End Solver configuration ---
0.30/0.37	c solving HOME/instance-1065175-1215146065.xml
0.30/0.37	c reading problem ... 
0.60/0.63	c reading problem named null
0.60/0.63	c reading domains done.
0.60/0.63	c reading variables done.
0.60/0.66	c reading predicates  done.
0.79/0.83	c reading constraints
1081.20/1080.20	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
1081.20/1080.20		at org.mozilla.javascript.gen.c3._c0(rhino.log:1)
1081.20/1080.20		at org.mozilla.javascript.gen.c3.call(rhino.log)
1081.20/1080.20		at org.mozilla.javascript.ContextFactory.doTopCall(ContextFactory.java:337)
1081.20/1080.20		at org.mozilla.javascript.ScriptRuntime.doTopCall(ScriptRuntime.java:2755)
1081.20/1080.20		at org.mozilla.javascript.gen.c3.call(rhino.log)
1081.20/1080.20		at org.mozilla.javascript.gen.c3.exec(rhino.log)
1081.20/1080.20		at org.sat4j.csp.Predicate.evaluate(Predicate.java:92)
1081.20/1080.20		at org.sat4j.csp.Predicate.find(Predicate.java:129)
1081.20/1080.20		at org.sat4j.csp.Predicate.find(Predicate.java:139)
1081.20/1080.20		at org.sat4j.csp.Predicate.find(Predicate.java:139)
1081.20/1080.20		at org.sat4j.csp.Predicate.find(Predicate.java:139)
1081.20/1080.20		at org.sat4j.csp.Predicate.find(Predicate.java:139)
1081.20/1080.20		at org.sat4j.csp.Predicate.find(Predicate.java:139)
1081.20/1080.20		at org.sat4j.csp.Predicate.find(Predicate.java:139)
1081.20/1080.20		at org.sat4j.csp.Predicate.find(Predicate.java:139)
1081.20/1080.20		at org.sat4j.csp.Predicate.find(Predicate.java:139)
1081.20/1080.20		at org.sat4j.csp.Predicate.find(Predicate.java:139)
1081.20/1080.20		at org.sat4j.csp.Predicate.find(Predicate.java:139)
1081.20/1080.20		at org.sat4j.csp.Predicate.find(Predicate.java:139)
1081.20/1080.20		at org.sat4j.csp.Predicate.find(Predicate.java:139)
1081.20/1080.20		at org.sat4j.csp.Predicate.find(Predicate.java:139)
1081.20/1080.20		at org.sat4j.csp.Predicate.find(Predicate.java:139)
1081.20/1080.20		at org.sat4j.csp.Predicate.find(Predicate.java:139)
1081.20/1080.20		at org.sat4j.csp.Predicate.find(Predicate.java:139)
1081.20/1080.20		at org.sat4j.csp.Predicate.find(Predicate.java:139)
1081.20/1080.20		at org.sat4j.csp.Predicate.find(Predicate.java:139)
1081.20/1080.20		at org.sat4j.csp.Predicate.find(Predicate.java:139)
1081.20/1080.20		at org.sat4j.csp.Predicate.find(Predicate.java:139)
1081.20/1080.20		at org.sat4j.csp.Predicate.find(Predicate.java:139)
1081.20/1080.20		at org.sat4j.csp.Predicate.find(Predicate.java:139)
1081.20/1080.20		at org.sat4j.csp.Predicate.find(Predicate.java:139)
1081.20/1080.20		at org.sat4j.csp.Predicate.find(Predicate.java:139)
1091.29/1090.27	c starts		: 0
1091.29/1090.27	c conflicts		: 0
1091.29/1090.27	c decisions		: 0
1091.29/1090.27	c propagations		: 0
1091.29/1090.27	c inspects		: 0
1091.29/1090.27	c learnt literals	: 0
1091.29/1090.27	c learnt binary clauses	: 0
1091.29/1090.27	c learnt ternary clauses	: 0
1091.29/1090.27	c learnt clauses	: 0
1091.29/1090.27	c ignored clauses	: 0
1091.29/1090.27	c root simplifications	: 0
1091.29/1090.27	c removed literals (reason simplification)	: 0
1091.29/1090.27	c reason swapping (by a shorter reason)	: 0
1091.29/1090.27	c Calls to reduceDB	: 0
1091.29/1090.27	c speed (assignments/second)	: 0.0
1091.29/1090.27	c non guided choices	0
1091.29/1090.27	s UNKNOWN
1091.29/1090.27	c Total wall clock time (in seconds) : 1079.822

Verifier Data (download as text)

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: UNKNOWN

Watcher Data (download as text)

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

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1065175-1215146065/watcher-1065175-1215146065 -o /tmp/evaluation-result-1065175-1215146065/solver-1065175-1215146065 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1065175-1215146065.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2200 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.01 2.04 2.00 4/81 20074
/proc/meminfo: memFree=1710008/2055920 swapFree=4180408/4192956
[pid=20074] ppid=20072 vsize=1804 CPUtime=0
/proc/20074/stat : 20074 (java6) R 20072 20074 18429 0 -1 0 183 0 0 0 0 0 0 0 18 0 1 0 1544273354 1847296 156 996147200 134512640 134550740 4294956192 18446744073709551615 7658080 0 0 4096 0 0 0 0 17 0 0 0
/proc/20074/statm: 451 158 114 9 0 93 0

[startup+0.0673951 s]
/proc/loadavg: 2.01 2.04 2.00 4/81 20074
/proc/meminfo: memFree=1710008/2055920 swapFree=4180408/4192956
[pid=20074] ppid=20072 vsize=802236 CPUtime=0.05
/proc/20074/stat : 20074 (java) S 20072 20074 18429 0 -1 0 2768 0 1 0 4 1 0 0 18 0 7 0 1544273354 821489664 2503 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 0 0 0
/proc/20074/statm: 200559 2504 1005 9 0 197942 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 802236

[startup+0.102401 s]
/proc/loadavg: 2.01 2.04 2.00 4/81 20074
/proc/meminfo: memFree=1710008/2055920 swapFree=4180408/4192956
[pid=20074] ppid=20072 vsize=804756 CPUtime=0.09
/proc/20074/stat : 20074 (java) S 20072 20074 18429 0 -1 0 3162 0 1 0 7 2 0 0 18 0 12 0 1544273354 824070144 2893 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20074/statm: 201189 2893 1164 9 0 198558 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 804756

[startup+0.302436 s]
/proc/loadavg: 2.01 2.04 2.00 4/81 20074
/proc/meminfo: memFree=1710008/2055920 swapFree=4180408/4192956
[pid=20074] ppid=20072 vsize=808008 CPUtime=0.3
/proc/20074/stat : 20074 (java) S 20072 20074 18429 0 -1 0 5008 0 1 0 27 3 0 0 18 0 12 0 1544273354 827400192 4340 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20074/statm: 202002 4340 1309 9 0 199371 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 808008

[startup+0.701506 s]
/proc/loadavg: 2.01 2.04 2.00 4/81 20074
/proc/meminfo: memFree=1710008/2055920 swapFree=4180408/4192956
[pid=20074] ppid=20072 vsize=808036 CPUtime=0.69
/proc/20074/stat : 20074 (java) S 20072 20074 18429 0 -1 0 6370 0 1 0 64 5 0 0 18 0 12 0 1544273354 827428864 5699 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20074/statm: 202009 5699 1342 9 0 199371 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 808036

[startup+1.50164 s]
/proc/loadavg: 2.01 2.04 2.00 3/93 20086
/proc/meminfo: memFree=1689688/2055920 swapFree=4180408/4192956
[pid=20074] ppid=20072 vsize=814008 CPUtime=1.49
/proc/20074/stat : 20074 (java) S 20072 20074 18429 0 -1 0 10634 0 1 0 143 6 0 0 18 0 12 0 1544273354 833544192 7960 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20074/statm: 203502 7960 1371 9 0 200864 0
[pid=20074/tid=20076] ppid=20072 vsize=814008 CPUtime=0.74
/proc/20074/task/20076/stat : 20076 (java) R 20072 20074 18429 0 -1 64 4914 0 1 0 70 4 0 0 25 0 12 0 1544273355 833544192 7960 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20074/tid=20077] ppid=20072 vsize=814008 CPUtime=0
/proc/20074/task/20077/stat : 20077 (java) S 20072 20074 18429 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 1544273356 833544192 7960 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20074/tid=20078] ppid=20072 vsize=814008 CPUtime=0
/proc/20074/task/20078/stat : 20078 (java) S 20072 20074 18429 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 1544273356 833544192 7960 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20074/tid=20079] ppid=20072 vsize=814008 CPUtime=0
/proc/20074/task/20079/stat : 20079 (java) S 20072 20074 18429 0 -1 64 0 0 0 0 0 0 0 0 16 0 12 0 1544273358 833544192 7960 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=20074/tid=20080] ppid=20072 vsize=814008 CPUtime=0
/proc/20074/task/20080/stat : 20080 (java) S 20072 20074 18429 0 -1 64 8 0 0 0 0 0 0 0 23 0 12 0 1544273359 833544192 7960 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20074/tid=20081] ppid=20072 vsize=814008 CPUtime=0
/proc/20074/task/20081/stat : 20081 (java) S 20072 20074 18429 0 -1 64 4 0 0 0 0 0 0 0 24 0 12 0 1544273359 833544192 7960 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20074/tid=20082] ppid=20072 vsize=814008 CPUtime=0
/proc/20074/task/20082/stat : 20082 (java) S 20072 20074 18429 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1544273363 833544192 7960 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20074/tid=20083] ppid=20072 vsize=814008 CPUtime=0.16
/proc/20074/task/20083/stat : 20083 (java) R 20072 20074 18429 0 -1 64 465 0 0 0 16 0 0 0 16 0 12 0 1544273363 833544192 7960 996147200 134512640 134550740 4294956032 18446744073709551615 104112254 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20074/tid=20084] ppid=20072 vsize=814008 CPUtime=0.55
/proc/20074/task/20084/stat : 20084 (java) S 20072 20074 18429 0 -1 64 4493 0 0 0 55 0 0 0 17 0 12 0 1544273363 833544192 7960 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20074/tid=20085] ppid=20072 vsize=814008 CPUtime=0
/proc/20074/task/20085/stat : 20085 (java) S 20072 20074 18429 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1544273363 833544192 7960 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20074/tid=20086] ppid=20072 vsize=814008 CPUtime=0
/proc/20074/task/20086/stat : 20086 (java) S 20072 20074 18429 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1544273363 833544192 7960 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 814008

[startup+3.10292 s]
/proc/loadavg: 2.01 2.04 2.00 4/93 20086
/proc/meminfo: memFree=1670040/2055920 swapFree=4180408/4192956
[pid=20074] ppid=20072 vsize=824528 CPUtime=3.09
/proc/20074/stat : 20074 (java) S 20072 20074 18429 0 -1 0 20181 0 1 0 299 10 0 0 18 0 12 0 1544273354 844316672 16344 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20074/statm: 206132 16345 1375 9 0 203494 0
[pid=20074/tid=20076] ppid=20072 vsize=824528 CPUtime=1.36
/proc/20074/task/20076/stat : 20076 (java) R 20072 20074 18429 0 -1 64 10828 0 1 0 129 7 0 0 25 0 12 0 1544273355 844316672 16345 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20074/tid=20077] ppid=20072 vsize=824528 CPUtime=0
/proc/20074/task/20077/stat : 20077 (java) S 20072 20074 18429 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 1544273356 844316672 16346 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20074/tid=20078] ppid=20072 vsize=824528 CPUtime=0
/proc/20074/task/20078/stat : 20078 (java) S 20072 20074 18429 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 1544273356 844316672 16346 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20074/tid=20079] ppid=20072 vsize=824528 CPUtime=0
/proc/20074/task/20079/stat : 20079 (java) S 20072 20074 18429 0 -1 64 0 0 0 0 0 0 0 0 16 0 12 0 1544273358 844316672 16347 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=20074/tid=20080] ppid=20072 vsize=824528 CPUtime=0
/proc/20074/task/20080/stat : 20080 (java) S 20072 20074 18429 0 -1 64 8 0 0 0 0 0 0 0 23 0 12 0 1544273359 844316672 16347 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20074/tid=20081] ppid=20072 vsize=824528 CPUtime=0
/proc/20074/task/20081/stat : 20081 (java) S 20072 20074 18429 0 -1 64 4 0 0 0 0 0 0 0 24 0 12 0 1544273359 844316672 16347 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20074/tid=20082] ppid=20072 vsize=824528 CPUtime=0
/proc/20074/task/20082/stat : 20082 (java) S 20072 20074 18429 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1544273363 844316672 16348 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20074/tid=20083] ppid=20072 vsize=824528 CPUtime=0.27
/proc/20074/task/20083/stat : 20083 (java) S 20072 20074 18429 0 -1 64 476 0 0 0 27 0 0 0 16 0 12 0 1544273363 844316672 16348 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20074/tid=20084] ppid=20072 vsize=824528 CPUtime=1.43
/proc/20074/task/20084/stat : 20084 (java) R 20072 20074 18429 0 -1 64 8120 0 0 0 141 2 0 0 22 0 12 0 1544273363 844316672 16349 996147200 134512640 134550740 4294956032 18446744073709551615 104109925 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20074/tid=20085] ppid=20072 vsize=824528 CPUtime=0
/proc/20074/task/20085/stat : 20085 (java) S 20072 20074 18429 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1544273363 844316672 16349 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20074/tid=20086] ppid=20072 vsize=824528 CPUtime=0
/proc/20074/task/20086/stat : 20086 (java) S 20072 20074 18429 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1544273363 844316672 16349 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 824528

[startup+6.30147 s]
/proc/loadavg: 2.01 2.03 2.00 3/93 20086
/proc/meminfo: memFree=1593688/2055920 swapFree=4180408/4192956
[pid=20074] ppid=20072 vsize=823744 CPUtime=6.33
/proc/20074/stat : 20074 (java) S 20072 20074 18429 0 -1 0 37813 0 1 0 616 17 0 0 18 0 12 0 1544273354 843513856 32969 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20074/statm: 205936 32969 1380 9 0 203298 0
[pid=20074/tid=20076] ppid=20072 vsize=823744 CPUtime=3.95
/proc/20074/task/20076/stat : 20076 (java) R 20072 20074 18429 0 -1 64 17281 0 1 0 386 9 0 0 22 0 12 0 1544273355 843513856 32969 996147200 134512640 134550740 4294956032 18446744073709551615 4109635472 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20074/tid=20077] ppid=20072 vsize=823744 CPUtime=0.2
/proc/20074/task/20077/stat : 20077 (java) S 20072 20074 18429 0 -1 64 4326 0 0 0 19 1 0 0 17 0 12 0 1544273356 843513856 32969 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20074/tid=20078] ppid=20072 vsize=823744 CPUtime=0.23
/proc/20074/task/20078/stat : 20078 (java) S 20072 20074 18429 0 -1 64 6066 0 0 0 22 1 0 0 16 0 12 0 1544273356 843513856 32969 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20074/tid=20079] ppid=20072 vsize=823744 CPUtime=0
/proc/20074/task/20079/stat : 20079 (java) S 20072 20074 18429 0 -1 64 58 0 0 0 0 0 0 0 16 0 12 0 1544273358 843513856 32969 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=20074/tid=20080] ppid=20072 vsize=823744 CPUtime=0
/proc/20074/task/20080/stat : 20080 (java) S 20072 20074 18429 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1544273359 843513856 32969 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20074/tid=20081] ppid=20072 vsize=823744 CPUtime=0
/proc/20074/task/20081/stat : 20081 (java) S 20072 20074 18429 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1544273359 843513856 32969 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20074/tid=20082] ppid=20072 vsize=823744 CPUtime=0
/proc/20074/task/20082/stat : 20082 (java) S 20072 20074 18429 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1544273363 843513856 32969 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20074/tid=20083] ppid=20072 vsize=823744 CPUtime=0.27
/proc/20074/task/20083/stat : 20083 (java) S 20072 20074 18429 0 -1 64 476 0 0 0 27 0 0 0 16 0 12 0 1544273363 843513856 32969 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20074/tid=20084] ppid=20072 vsize=823744 CPUtime=1.61
/proc/20074/task/20084/stat : 20084 (java) S 20072 20074 18429 0 -1 64 8843 0 0 0 159 2 0 0 24 0 12 0 1544273363 843513856 32969 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20074/tid=20085] ppid=20072 vsize=823744 CPUtime=0
/proc/20074/task/20085/stat : 20085 (java) S 20072 20074 18429 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1544273363 843513856 32969 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20074/tid=20086] ppid=20072 vsize=823744 CPUtime=0
/proc/20074/task/20086/stat : 20086 (java) S 20072 20074 18429 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1544273363 843513856 32969 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.33
Current children cumulated vsize (KiB) 823744

[startup+12.7016 s]
/proc/loadavg: 2.09 2.05 2.01 3/93 20086
/proc/meminfo: memFree=1514520/2055920 swapFree=4180408/4192956
[pid=20074] ppid=20072 vsize=823744 CPUtime=12.78
/proc/20074/stat : 20074 (java) S 20072 20074 18429 0 -1 0 56193 0 1 0 1254 24 0 0 18 0 12 0 1544273354 843513856 50864 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20074/statm: 205936 50864 1380 9 0 203298 0
[pid=20074/tid=20076] ppid=20072 vsize=823744 CPUtime=9.23
/proc/20074/task/20076/stat : 20076 (java) R 20072 20074 18429 0 -1 64 17298 0 1 0 913 10 0 0 25 0 12 0 1544273355 843513856 50864 996147200 134512640 134550740 4294956032 18446744073709551615 4109597784 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20074/tid=20077] ppid=20072 vsize=823744 CPUtime=0.78
/proc/20074/task/20077/stat : 20077 (java) S 20072 20074 18429 0 -1 64 13919 0 0 0 74 4 0 0 16 0 12 0 1544273356 843513856 50864 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20074/tid=20078] ppid=20072 vsize=823744 CPUtime=0.83
/proc/20074/task/20078/stat : 20078 (java) S 20072 20074 18429 0 -1 64 14836 0 0 0 78 5 0 0 17 0 12 0 1544273356 843513856 50864 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20074/tid=20079] ppid=20072 vsize=823744 CPUtime=0
/proc/20074/task/20079/stat : 20079 (java) S 20072 20074 18429 0 -1 64 58 0 0 0 0 0 0 0 16 0 12 0 1544273358 843513856 50864 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20074/tid=20080] ppid=20072 vsize=823744 CPUtime=0
/proc/20074/task/20080/stat : 20080 (java) S 20072 20074 18429 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1544273359 843513856 50864 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20074/tid=20081] ppid=20072 vsize=823744 CPUtime=0
/proc/20074/task/20081/stat : 20081 (java) S 20072 20074 18429 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1544273359 843513856 50864 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20074/tid=20082] ppid=20072 vsize=823744 CPUtime=0
/proc/20074/task/20082/stat : 20082 (java) S 20072 20074 18429 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1544273363 843513856 50864 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20074/tid=20083] ppid=20072 vsize=823744 CPUtime=0.27
/proc/20074/task/20083/stat : 20083 (java) S 20072 20074 18429 0 -1 64 476 0 0 0 27 0 0 0 16 0 12 0 1544273363 843513856 50864 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20074/tid=20084] ppid=20072 vsize=823744 CPUtime=1.61
/proc/20074/task/20084/stat : 20084 (java) S 20072 20074 18429 0 -1 64 8843 0 0 0 159 2 0 0 24 0 12 0 1544273363 843513856 50864 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20074/tid=20085] ppid=20072 vsize=823744 CPUtime=0
/proc/20074/task/20085/stat : 20085 (java) S 20072 20074 18429 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1544273363 843513856 50864 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20074/tid=20086] ppid=20072 vsize=823744 CPUtime=0
/proc/20074/task/20086/stat : 20086 (java) S 20072 20074 18429 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1544273363 843513856 50864 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.78
Current children cumulated vsize (KiB) 823744

[startup+25.5028 s]
/proc/loadavg: 2.44 2.13 2.03 3/93 20086
/proc/meminfo: memFree=1398936/2055920 swapFree=4180408/4192956
[pid=20074] ppid=20072 vsize=823100 CPUtime=25.68
/proc/20074/stat : 20074 (java) S 20072 20074 18429 0 -1 0 85122 0 1 0 2532 36 0 0 18 0 12 0 1544273354 842854400 78897 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20074/statm: 205775 78897 1380 9 0 203137 0
[pid=20074/tid=20076] ppid=20072 vsize=823100 CPUtime=19.92
/proc/20074/task/20076/stat : 20076 (java) R 20072 20074 18429 0 -1 64 17320 0 1 0 1982 10 0 0 25 0 12 0 1544273355 842854400 78897 996147200 134512640 134550740 4294956032 18446744073709551615 4109711312 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20074/tid=20077] ppid=20072 vsize=823100 CPUtime=1.97
/proc/20074/task/20077/stat : 20077 (java) S 20072 20074 18429 0 -1 64 26136 0 0 0 187 10 0 0 16 0 12 0 1544273356 842854400 78897 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20074/tid=20078] ppid=20072 vsize=823100 CPUtime=1.86
/proc/20074/task/20078/stat : 20078 (java) S 20072 20074 18429 0 -1 64 31526 0 0 0 174 12 0 0 16 0 12 0 1544273356 842854400 78897 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20074/tid=20079] ppid=20072 vsize=823100 CPUtime=0
/proc/20074/task/20079/stat : 20079 (java) S 20072 20074 18429 0 -1 64 58 0 0 0 0 0 0 0 15 0 12 0 1544273358 842854400 78897 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20074/tid=20080] ppid=20072 vsize=823100 CPUtime=0
/proc/20074/task/20080/stat : 20080 (java) S 20072 20074 18429 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1544273359 842854400 78897 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20074/tid=20081] ppid=20072 vsize=823100 CPUtime=0
/proc/20074/task/20081/stat : 20081 (java) S 20072 20074 18429 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1544273359 842854400 78897 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20074/tid=20082] ppid=20072 vsize=823100 CPUtime=0
/proc/20074/task/20082/stat : 20082 (java) S 20072 20074 18429 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1544273363 842854400 78897 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0

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


[startup+1084.7 s]
/proc/loadavg: 2.00 2.00 2.01 3/94 20087
/proc/meminfo: memFree=995024/2055920 swapFree=4180408/4192956
[pid=20074] ppid=20072 vsize=823424 CPUtime=1085.79
/proc/20074/stat : 20074 (java) S 20072 20074 18429 0 -1 0 2883648 0 1 0 107352 1227 0 0 18 0 13 0 1544273354 843186176 175367 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20074/statm: 205856 175367 1384 9 0 203218 0
[pid=20074/tid=20076] ppid=20072 vsize=823424 CPUtime=68.4
/proc/20074/task/20076/stat : 20076 (java) S 20072 20074 18429 0 -1 64 17789 0 1 0 6829 11 0 0 16 0 13 0 1544273355 843186176 175367 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20074/tid=20077] ppid=20072 vsize=823424 CPUtime=6.71
/proc/20074/task/20077/stat : 20077 (java) S 20072 20074 18429 0 -1 64 77797 0 0 0 640 31 0 0 16 0 13 0 1544273356 843186176 175367 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20074/tid=20078] ppid=20072 vsize=823424 CPUtime=8.16
/proc/20074/task/20078/stat : 20078 (java) S 20072 20074 18429 0 -1 64 74866 0 0 0 788 28 0 0 17 0 13 0 1544273356 843186176 175367 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20074/tid=20079] ppid=20072 vsize=823424 CPUtime=1000.57
/proc/20074/task/20079/stat : 20079 (java) R 20072 20074 18429 0 -1 64 2703109 0 0 0 98905 1152 0 0 25 0 13 0 1544273358 843186176 175367 996147200 134512640 134550740 4294956032 18446744073709551615 105677481 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20074/tid=20080] ppid=20072 vsize=823424 CPUtime=0
/proc/20074/task/20080/stat : 20080 (java) S 20072 20074 18429 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 1544273359 843186176 175367 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20074/tid=20081] ppid=20072 vsize=823424 CPUtime=0
/proc/20074/task/20081/stat : 20081 (java) S 20072 20074 18429 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 1544273359 843186176 175367 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20074/tid=20082] ppid=20072 vsize=823424 CPUtime=0
/proc/20074/task/20082/stat : 20082 (java) S 20072 20074 18429 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 1544273363 843186176 175367 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20074/tid=20083] ppid=20072 vsize=823424 CPUtime=0.27
/proc/20074/task/20083/stat : 20083 (java) S 20072 20074 18429 0 -1 64 476 0 0 0 27 0 0 0 16 0 13 0 1544273363 843186176 175367 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20074/tid=20084] ppid=20072 vsize=823424 CPUtime=1.61
/proc/20074/task/20084/stat : 20084 (java) S 20072 20074 18429 0 -1 64 8843 0 0 0 159 2 0 0 24 0 13 0 1544273363 843186176 175367 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20074/tid=20085] ppid=20072 vsize=823424 CPUtime=0
/proc/20074/task/20085/stat : 20085 (java) S 20072 20074 18429 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 1544273363 843186176 175367 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20074/tid=20086] ppid=20072 vsize=823424 CPUtime=0
/proc/20074/task/20086/stat : 20086 (java) S 20072 20074 18429 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 1544273363 843186176 175367 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20074/tid=20087] ppid=20072 vsize=823424 CPUtime=0
/proc/20074/task/20087/stat : 20087 (java) S 20072 20074 18429 0 -1 64 5 0 0 0 0 0 0 0 17 0 13 0 1544381374 843186176 175367 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1085.79
Current children cumulated vsize (KiB) 823424

[startup+1087.91 s]
/proc/loadavg: 2.00 2.00 2.01 3/94 20087
/proc/meminfo: memFree=995024/2055920 swapFree=4180408/4192956
[pid=20074] ppid=20072 vsize=839428 CPUtime=1089
/proc/20074/stat : 20074 (java) S 20072 20074 18429 0 -1 0 2895653 0 1 0 107668 1232 0 0 18 0 13 0 1544273354 859574272 179368 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20074/statm: 209857 179368 1384 9 0 207219 0
[pid=20074/tid=20076] ppid=20072 vsize=839428 CPUtime=68.4
/proc/20074/task/20076/stat : 20076 (java) S 20072 20074 18429 0 -1 64 17789 0 1 0 6829 11 0 0 16 0 13 0 1544273355 859574272 179368 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20074/tid=20077] ppid=20072 vsize=839428 CPUtime=6.71
/proc/20074/task/20077/stat : 20077 (java) S 20072 20074 18429 0 -1 64 77797 0 0 0 640 31 0 0 16 0 13 0 1544273356 859574272 179368 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20074/tid=20078] ppid=20072 vsize=839428 CPUtime=8.16
/proc/20074/task/20078/stat : 20078 (java) S 20072 20074 18429 0 -1 64 74866 0 0 0 788 28 0 0 17 0 13 0 1544273356 859574272 179368 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20074/tid=20079] ppid=20072 vsize=839428 CPUtime=1003.78
/proc/20074/task/20079/stat : 20079 (java) R 20072 20074 18429 0 -1 64 2715113 0 0 0 99221 1157 0 0 25 0 13 0 1544273358 859574272 179368 996147200 134512640 134550740 4294956032 18446744073709551615 105677748 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20074/tid=20080] ppid=20072 vsize=839428 CPUtime=0
/proc/20074/task/20080/stat : 20080 (java) S 20072 20074 18429 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 1544273359 859574272 179368 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20074/tid=20081] ppid=20072 vsize=839428 CPUtime=0
/proc/20074/task/20081/stat : 20081 (java) S 20072 20074 18429 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 1544273359 859574272 179368 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20074/tid=20082] ppid=20072 vsize=839428 CPUtime=0
/proc/20074/task/20082/stat : 20082 (java) S 20072 20074 18429 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 1544273363 859574272 179368 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20074/tid=20083] ppid=20072 vsize=839428 CPUtime=0.27
/proc/20074/task/20083/stat : 20083 (java) S 20072 20074 18429 0 -1 64 476 0 0 0 27 0 0 0 16 0 13 0 1544273363 859574272 179368 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20074/tid=20084] ppid=20072 vsize=839428 CPUtime=1.61
/proc/20074/task/20084/stat : 20084 (java) S 20072 20074 18429 0 -1 64 8843 0 0 0 159 2 0 0 24 0 13 0 1544273363 859574272 179368 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20074/tid=20085] ppid=20072 vsize=839428 CPUtime=0
/proc/20074/task/20085/stat : 20085 (java) S 20072 20074 18429 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 1544273363 859574272 179368 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20074/tid=20086] ppid=20072 vsize=839428 CPUtime=0
/proc/20074/task/20086/stat : 20086 (java) S 20072 20074 18429 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 1544273363 859574272 179368 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20074/tid=20087] ppid=20072 vsize=839428 CPUtime=0
/proc/20074/task/20087/stat : 20087 (java) S 20072 20074 18429 0 -1 64 6 0 0 0 0 0 0 0 17 0 13 0 1544381374 859574272 179368 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1089
Current children cumulated vsize (KiB) 839428

[startup+1089.5 s]
/proc/loadavg: 2.00 2.00 2.01 3/94 20087
/proc/meminfo: memFree=995024/2055920 swapFree=4180408/4192956
[pid=20074] ppid=20072 vsize=839428 CPUtime=1090.59
/proc/20074/stat : 20074 (java) S 20072 20074 18429 0 -1 0 2895653 0 1 0 107827 1232 0 0 18 0 13 0 1544273354 859574272 179368 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20074/statm: 209857 179368 1384 9 0 207219 0
[pid=20074/tid=20076] ppid=20072 vsize=839428 CPUtime=68.4
/proc/20074/task/20076/stat : 20076 (java) S 20072 20074 18429 0 -1 64 17789 0 1 0 6829 11 0 0 16 0 13 0 1544273355 859574272 179368 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20074/tid=20077] ppid=20072 vsize=839428 CPUtime=6.71
/proc/20074/task/20077/stat : 20077 (java) S 20072 20074 18429 0 -1 64 77797 0 0 0 640 31 0 0 16 0 13 0 1544273356 859574272 179368 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20074/tid=20078] ppid=20072 vsize=839428 CPUtime=8.16
/proc/20074/task/20078/stat : 20078 (java) S 20072 20074 18429 0 -1 64 74866 0 0 0 788 28 0 0 17 0 13 0 1544273356 859574272 179368 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20074/tid=20079] ppid=20072 vsize=839428 CPUtime=1005.37
/proc/20074/task/20079/stat : 20079 (java) R 20072 20074 18429 0 -1 64 2715113 0 0 0 99380 1157 0 0 25 0 13 0 1544273358 859574272 179368 996147200 134512640 134550740 4294956032 18446744073709551615 105852552 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20074/tid=20080] ppid=20072 vsize=839428 CPUtime=0
/proc/20074/task/20080/stat : 20080 (java) S 20072 20074 18429 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 1544273359 859574272 179368 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20074/tid=20081] ppid=20072 vsize=839428 CPUtime=0
/proc/20074/task/20081/stat : 20081 (java) S 20072 20074 18429 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 1544273359 859574272 179368 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20074/tid=20082] ppid=20072 vsize=839428 CPUtime=0
/proc/20074/task/20082/stat : 20082 (java) S 20072 20074 18429 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 1544273363 859574272 179368 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20074/tid=20083] ppid=20072 vsize=839428 CPUtime=0.27
/proc/20074/task/20083/stat : 20083 (java) S 20072 20074 18429 0 -1 64 476 0 0 0 27 0 0 0 16 0 13 0 1544273363 859574272 179368 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20074/tid=20084] ppid=20072 vsize=839428 CPUtime=1.61
/proc/20074/task/20084/stat : 20084 (java) S 20072 20074 18429 0 -1 64 8843 0 0 0 159 2 0 0 24 0 13 0 1544273363 859574272 179368 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20074/tid=20085] ppid=20072 vsize=839428 CPUtime=0
/proc/20074/task/20085/stat : 20085 (java) S 20072 20074 18429 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 1544273363 859574272 179368 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20074/tid=20086] ppid=20072 vsize=839428 CPUtime=0
/proc/20074/task/20086/stat : 20086 (java) S 20072 20074 18429 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 1544273363 859574272 179368 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20074/tid=20087] ppid=20072 vsize=839428 CPUtime=0
/proc/20074/task/20087/stat : 20087 (java) S 20072 20074 18429 0 -1 64 6 0 0 0 0 0 0 0 17 0 13 0 1544381374 859574272 179368 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1090.59
Current children cumulated vsize (KiB) 839428

[startup+1090.3 s]
/proc/loadavg: 2.00 2.00 2.01 3/94 20087
/proc/meminfo: memFree=995024/2055920 swapFree=4180408/4192956
[pid=20074] ppid=20072 vsize=823424 CPUtime=1091.39
/proc/20074/stat : 20074 (java) S 20072 20074 18429 0 -1 0 2895656 0 1 0 107907 1232 0 0 18 0 12 0 1544273354 843186176 175369 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20074/statm: 205856 175369 1385 9 0 203218 0
[pid=20074/tid=20076] ppid=20072 vsize=823424 CPUtime=68.4
/proc/20074/task/20076/stat : 20076 (java) S 20072 20074 18429 0 -1 64 17790 0 1 0 6829 11 0 0 16 0 12 0 1544273355 843186176 175369 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20074/tid=20077] ppid=20072 vsize=823424 CPUtime=6.71
/proc/20074/task/20077/stat : 20077 (java) S 20072 20074 18429 0 -1 64 77797 0 0 0 640 31 0 0 16 0 12 0 1544273356 843186176 175369 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20074/tid=20078] ppid=20072 vsize=823424 CPUtime=8.16
/proc/20074/task/20078/stat : 20078 (java) S 20072 20074 18429 0 -1 64 74866 0 0 0 788 28 0 0 17 0 12 0 1544273356 843186176 175369 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20074/tid=20079] ppid=20072 vsize=823424 CPUtime=1006.17
/proc/20074/task/20079/stat : 20079 (java) R 20072 20074 18429 0 -1 64 2715113 0 0 0 99460 1157 0 0 25 0 12 0 1544273358 843186176 175369 996147200 134512640 134550740 4294956032 18446744073709551615 106122630 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20074/tid=20080] ppid=20072 vsize=823424 CPUtime=0
/proc/20074/task/20080/stat : 20080 (java) S 20072 20074 18429 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1544273359 843186176 175369 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20074/tid=20081] ppid=20072 vsize=823424 CPUtime=0
/proc/20074/task/20081/stat : 20081 (java) S 20072 20074 18429 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1544273359 843186176 175369 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20074/tid=20082] ppid=20072 vsize=823424 CPUtime=0
/proc/20074/task/20082/stat : 20082 (java) S 20072 20074 18429 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1544273363 843186176 175369 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20074/tid=20083] ppid=20072 vsize=823424 CPUtime=0.27
/proc/20074/task/20083/stat : 20083 (java) S 20072 20074 18429 0 -1 64 476 0 0 0 27 0 0 0 16 0 12 0 1544273363 843186176 175369 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20074/tid=20084] ppid=20072 vsize=823424 CPUtime=1.61
/proc/20074/task/20084/stat : 20084 (java) S 20072 20074 18429 0 -1 64 8843 0 0 0 159 2 0 0 24 0 12 0 1544273363 843186176 175369 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20074/tid=20085] ppid=20072 vsize=823424 CPUtime=0
/proc/20074/task/20085/stat : 20085 (java) S 20072 20074 18429 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1544273363 843186176 175369 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20074/tid=20086] ppid=20072 vsize=823424 CPUtime=0
/proc/20074/task/20086/stat : 20086 (java) S 20072 20074 18429 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1544273363 843186176 175369 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1091.39
Current children cumulated vsize (KiB) 823424

[startup+1090.5 s]
/proc/loadavg: 2.00 2.00 2.01 3/94 20087
/proc/meminfo: memFree=995024/2055920 swapFree=4180408/4192956
[pid=20074] ppid=20072 vsize=823424 CPUtime=1091.59
/proc/20074/stat : 20074 (java) S 20072 20074 18429 0 -1 0 2895656 0 1 0 107927 1232 0 0 18 0 12 0 1544273354 843186176 175369 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20074/statm: 205856 175369 1385 9 0 203218 0
[pid=20074/tid=20076] ppid=20072 vsize=823424 CPUtime=68.4
/proc/20074/task/20076/stat : 20076 (java) S 20072 20074 18429 0 -1 64 17790 0 1 0 6829 11 0 0 16 0 12 0 1544273355 843186176 175369 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20074/tid=20077] ppid=20072 vsize=823424 CPUtime=6.71
/proc/20074/task/20077/stat : 20077 (java) S 20072 20074 18429 0 -1 64 77797 0 0 0 640 31 0 0 16 0 12 0 1544273356 843186176 175369 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20074/tid=20078] ppid=20072 vsize=823424 CPUtime=8.16
/proc/20074/task/20078/stat : 20078 (java) S 20072 20074 18429 0 -1 64 74866 0 0 0 788 28 0 0 17 0 12 0 1544273356 843186176 175369 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20074/tid=20079] ppid=20072 vsize=823424 CPUtime=1006.37
/proc/20074/task/20079/stat : 20079 (java) R 20072 20074 18429 0 -1 64 2715113 0 0 0 99480 1157 0 0 25 0 12 0 1544273358 843186176 175369 996147200 134512640 134550740 4294956032 18446744073709551615 103346782 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20074/tid=20080] ppid=20072 vsize=823424 CPUtime=0
/proc/20074/task/20080/stat : 20080 (java) S 20072 20074 18429 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1544273359 843186176 175369 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20074/tid=20081] ppid=20072 vsize=823424 CPUtime=0
/proc/20074/task/20081/stat : 20081 (java) S 20072 20074 18429 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1544273359 843186176 175369 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20074/tid=20082] ppid=20072 vsize=823424 CPUtime=0
/proc/20074/task/20082/stat : 20082 (java) S 20072 20074 18429 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1544273363 843186176 175369 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20074/tid=20083] ppid=20072 vsize=823424 CPUtime=0.27
/proc/20074/task/20083/stat : 20083 (java) S 20072 20074 18429 0 -1 64 476 0 0 0 27 0 0 0 16 0 12 0 1544273363 843186176 175369 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20074/tid=20084] ppid=20072 vsize=823424 CPUtime=1.61
/proc/20074/task/20084/stat : 20084 (java) S 20072 20074 18429 0 -1 64 8843 0 0 0 159 2 0 0 24 0 12 0 1544273363 843186176 175369 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20074/tid=20085] ppid=20072 vsize=823424 CPUtime=0
/proc/20074/task/20085/stat : 20085 (java) S 20072 20074 18429 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1544273363 843186176 175369 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20074/tid=20086] ppid=20072 vsize=823424 CPUtime=0
/proc/20074/task/20086/stat : 20086 (java) S 20072 20074 18429 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1544273363 843186176 175369 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1091.59
Current children cumulated vsize (KiB) 823424

[startup+1090.6 s]
/proc/loadavg: 2.00 2.00 2.01 3/94 20087
/proc/meminfo: memFree=995024/2055920 swapFree=4180408/4192956
[pid=20074] ppid=20072 vsize=0 CPUtime=1091.64
/proc/20074/stat : 20074 (java) Z 20072 20074 18429 0 -1 12 2895660 0 1 0 107927 1237 0 0 16 0 2 0 1544273354 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20074/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1091.64
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 1090.66
CPU time (s): 1091.71
CPU user time (s): 1079.28
CPU system time (s): 12.4341
CPU usage (%): 100.096
Max. virtual memory (cumulated for all children) (KiB): 847108

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1079.28
system time used= 12.4341
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2895660
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= 23962
involuntary context switches= 6650

runsolver used 1.3268 second user time and 3.24551 second system time

The end

Launcher Data (download as text)

Begin job on node55 at 2008-07-04 06:34:25
IDJOB=1065175
IDBENCH=55043
IDSOLVER=344
FILE ID=node55/1065175-1215146065
PBS_JOBID= 7877319
Free space on /tmp= 66552 MiB

SOLVER NAME= SAT4J CSP 2008-06-13
BENCH NAME= CPAI08/csp/pseudo/mps/normalized-mps-stein27.xml
COMMAND LINE= java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1065175-1215146065/watcher-1065175-1215146065 -o /tmp/evaluation-result-1065175-1215146065/solver-1065175-1215146065 -C 1800 -W 2200 -M 900 --output-limit 1,15  java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1065175-1215146065.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 1c6703700d3846257d8be65b30a853dc
RANDOM SEED=1065311286

node55.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.261
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.261
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:       1710488 kB
Buffers:         38948 kB
Cached:         150156 kB
SwapCached:       6804 kB
Active:         212144 kB
Inactive:        80120 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1710488 kB
SwapTotal:     4192956 kB
SwapFree:      4180408 kB
Dirty:            1220 kB
Writeback:           0 kB
Mapped:         119316 kB
Slab:            38136 kB
Committed_AS:  3734804 kB
PageTables:       2000 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= 66552 MiB
End job on node55 at 2008-07-04 06:52:36