Trace number 1063264

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? 1578.44 1594.83

General information on the benchmark

Namecsp/pseudo/mpsReduced/
normalized-mps-red-air01.xml
MD5SUM4cdbe76dc66c2705689e1f0215d7bc20
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.971851
Satisfiable
(Un)Satisfiability was proved
Number of variables771
Number of constraints46
Maximum constraint arity438
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension46
Global constraints used (with number of constraints)

Solver Data (download as text)

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

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-1063264-1215136396/watcher-1063264-1215136396 -o /tmp/evaluation-result-1063264-1215136396/solver-1063264-1215136396 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1063264-1215136396.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: 1.72 1.99 2.00 3/81 25770
/proc/meminfo: memFree=1794584/2055920 swapFree=4121324/4192956
[pid=25770] ppid=25768 vsize=18572 CPUtime=0
/proc/25770/stat : 25770 (runsolver) R 25768 25770 24139 0 -1 4194368 16 0 0 0 0 0 0 0 21 0 1 0 1543313647 19017728 293 996147200 4194304 4296836 548682068416 18446744073709551615 212234464551 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/25770/statm: 4643 293 257 25 0 2626 0

[startup+0.0608251 s]
/proc/loadavg: 1.72 1.99 2.00 3/81 25770
/proc/meminfo: memFree=1794584/2055920 swapFree=4121324/4192956
[pid=25770] ppid=25768 vsize=13012 CPUtime=0.01
/proc/25770/stat : 25770 (java) R 25768 25770 24139 0 -1 0 407 0 22 0 0 1 0 0 20 0 1 0 1543313647 13324288 230 996147200 134512640 134550740 4294956032 18446744073709551615 6898474 0 0 4096 0 0 0 0 17 0 0 0
/proc/25770/statm: 3253 230 136 9 0 1151 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 13012

[startup+0.103757 s]
/proc/loadavg: 1.72 1.99 2.00 3/81 25770
/proc/meminfo: memFree=1794584/2055920 swapFree=4121324/4192956
[pid=25770] ppid=25768 vsize=798812 CPUtime=0.02
/proc/25770/stat : 25770 (java) S 25768 25770 24139 0 -1 0 1748 0 28 0 0 2 0 0 20 0 4 0 1543313647 817983488 1516 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/25770/statm: 199703 1516 462 9 0 197481 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 798812

[startup+0.302792 s]
/proc/loadavg: 1.72 1.99 2.00 3/81 25770
/proc/meminfo: memFree=1794584/2055920 swapFree=4121324/4192956
[pid=25770] ppid=25768 vsize=808308 CPUtime=0.21
/proc/25770/stat : 25770 (java) S 25768 25770 24139 0 -1 0 4547 0 28 0 17 4 0 0 20 0 12 0 1543313647 827707392 3903 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25770/statm: 202077 3903 1293 9 0 199446 0
Current children cumulated CPU time (s) 0.21
Current children cumulated vsize (KiB) 808308

[startup+0.701859 s]
/proc/loadavg: 1.72 1.99 2.00 3/81 25770
/proc/meminfo: memFree=1794584/2055920 swapFree=4121324/4192956
[pid=25770] ppid=25768 vsize=808336 CPUtime=0.59
/proc/25770/stat : 25770 (java) S 25768 25770 24139 0 -1 0 6232 0 28 0 53 6 0 0 20 0 12 0 1543313647 827736064 5389 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25770/statm: 202084 5389 1335 9 0 199446 0
Current children cumulated CPU time (s) 0.59
Current children cumulated vsize (KiB) 808336

[startup+1.502 s]
/proc/loadavg: 1.72 1.99 2.00 3/93 25782
/proc/meminfo: memFree=1769656/2055920 swapFree=4121324/4192956
[pid=25770] ppid=25768 vsize=808336 CPUtime=1.38
/proc/25770/stat : 25770 (java) S 25768 25770 24139 0 -1 0 8017 0 28 0 131 7 0 0 20 0 12 0 1543313647 827736064 6672 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25770/statm: 202084 6672 1350 9 0 199446 0
[pid=25770/tid=25772] ppid=25768 vsize=808336 CPUtime=0.76
/proc/25770/task/25772/stat : 25772 (java) R 25768 25770 24139 0 -1 64 4977 0 1 0 72 4 0 0 25 0 12 0 1543313654 827736064 6672 996147200 134512640 134550740 4294956032 18446744073709551615 4109175648 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25770/tid=25773] ppid=25768 vsize=808336 CPUtime=0
/proc/25770/task/25773/stat : 25773 (java) S 25768 25770 24139 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 1543313657 827736064 6672 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25770/tid=25774] ppid=25768 vsize=808336 CPUtime=0
/proc/25770/task/25774/stat : 25774 (java) S 25768 25770 24139 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 1543313657 827736064 6672 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25770/tid=25775] ppid=25768 vsize=808336 CPUtime=0
/proc/25770/task/25775/stat : 25775 (java) S 25768 25770 24139 0 -1 64 0 0 0 0 0 0 0 0 17 0 12 0 1543313659 827736064 6672 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25770/tid=25776] ppid=25768 vsize=808336 CPUtime=0
/proc/25770/task/25776/stat : 25776 (java) S 25768 25770 24139 0 -1 64 8 0 0 0 0 0 0 0 24 0 12 0 1543313659 827736064 6672 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25770/tid=25777] ppid=25768 vsize=808336 CPUtime=0
/proc/25770/task/25777/stat : 25777 (java) S 25768 25770 24139 0 -1 64 4 0 0 0 0 0 0 0 25 0 12 0 1543313659 827736064 6672 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25770/tid=25778] ppid=25768 vsize=808336 CPUtime=0
/proc/25770/task/25778/stat : 25778 (java) S 25768 25770 24139 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1543313664 827736064 6672 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25770/tid=25779] ppid=25768 vsize=808336 CPUtime=0.32
/proc/25770/task/25779/stat : 25779 (java) S 25768 25770 24139 0 -1 64 1132 0 0 0 32 0 0 0 16 0 12 0 1543313664 827736064 6672 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25770/tid=25780] ppid=25768 vsize=808336 CPUtime=0.24
/proc/25770/task/25780/stat : 25780 (java) S 25768 25770 24139 0 -1 64 1173 0 0 0 24 0 0 0 16 0 12 0 1543313664 827736064 6672 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25770/tid=25781] ppid=25768 vsize=808336 CPUtime=0
/proc/25770/task/25781/stat : 25781 (java) S 25768 25770 24139 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1543313664 827736064 6672 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25770/tid=25782] ppid=25768 vsize=808336 CPUtime=0
/proc/25770/task/25782/stat : 25782 (java) S 25768 25770 24139 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1543313664 827736064 6672 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.38
Current children cumulated vsize (KiB) 808336

[startup+3.10228 s]
/proc/loadavg: 1.72 1.99 2.00 4/93 25782
/proc/meminfo: memFree=1757304/2055920 swapFree=4121324/4192956
[pid=25770] ppid=25768 vsize=816432 CPUtime=2.97
/proc/25770/stat : 25770 (java) S 25768 25770 24139 0 -1 0 16211 0 28 0 284 13 0 0 20 0 12 0 1543313647 836026368 12563 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25770/statm: 204108 12563 1379 9 0 201470 0
[pid=25770/tid=25772] ppid=25768 vsize=816432 CPUtime=1.26
/proc/25770/task/25772/stat : 25772 (java) R 25768 25770 24139 0 -1 64 9031 0 1 0 118 8 0 0 25 0 12 0 1543313654 836026368 12563 996147200 134512640 134550740 4294956032 18446744073709551615 104119558 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25770/tid=25773] ppid=25768 vsize=816432 CPUtime=0
/proc/25770/task/25773/stat : 25773 (java) S 25768 25770 24139 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 1543313657 836026368 12563 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25770/tid=25774] ppid=25768 vsize=816432 CPUtime=0
/proc/25770/task/25774/stat : 25774 (java) S 25768 25770 24139 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 1543313657 836026368 12563 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25770/tid=25775] ppid=25768 vsize=816432 CPUtime=0
/proc/25770/task/25775/stat : 25775 (java) S 25768 25770 24139 0 -1 64 0 0 0 0 0 0 0 0 16 0 12 0 1543313659 836026368 12563 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25770/tid=25776] ppid=25768 vsize=816432 CPUtime=0
/proc/25770/task/25776/stat : 25776 (java) S 25768 25770 24139 0 -1 64 8 0 0 0 0 0 0 0 24 0 12 0 1543313659 836026368 12563 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25770/tid=25777] ppid=25768 vsize=816432 CPUtime=0
/proc/25770/task/25777/stat : 25777 (java) S 25768 25770 24139 0 -1 64 4 0 0 0 0 0 0 0 25 0 12 0 1543313659 836026368 12563 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25770/tid=25778] ppid=25768 vsize=816432 CPUtime=0
/proc/25770/task/25778/stat : 25778 (java) S 25768 25770 24139 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1543313664 836026368 12563 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25770/tid=25779] ppid=25768 vsize=816432 CPUtime=0.91
/proc/25770/task/25779/stat : 25779 (java) R 25768 25770 24139 0 -1 64 1994 0 0 0 91 0 0 0 19 0 12 0 1543313664 836026368 12563 996147200 134512640 134550740 4294956032 18446744073709551615 104091681 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25770/tid=25780] ppid=25768 vsize=816432 CPUtime=0.75
/proc/25770/task/25780/stat : 25780 (java) S 25768 25770 24139 0 -1 64 4451 0 0 0 74 1 0 0 16 0 12 0 1543313664 836026368 12563 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25770/tid=25781] ppid=25768 vsize=816432 CPUtime=0
/proc/25770/task/25781/stat : 25781 (java) S 25768 25770 24139 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1543313664 836026368 12563 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25770/tid=25782] ppid=25768 vsize=816432 CPUtime=0
/proc/25770/task/25782/stat : 25782 (java) S 25768 25770 24139 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1543313664 836026368 12563 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.97
Current children cumulated vsize (KiB) 816432

[startup+6.30184 s]
/proc/loadavg: 1.74 1.99 2.00 3/93 25782
/proc/meminfo: memFree=1697656/2055920 swapFree=4121324/4192956
[pid=25770] ppid=25768 vsize=822572 CPUtime=6.14
/proc/25770/stat : 25770 (java) S 25768 25770 24139 0 -1 0 28989 0 28 0 596 18 0 0 20 0 12 0 1543313647 842313728 23779 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25770/statm: 205643 23779 1384 9 0 203005 0
[pid=25770/tid=25772] ppid=25768 vsize=822572 CPUtime=3.92
/proc/25770/task/25772/stat : 25772 (java) R 25768 25770 24139 0 -1 64 17280 0 1 0 381 11 0 0 25 0 12 0 1543313654 842313728 23779 996147200 134512640 134550740 4294956032 18446744073709551615 4109734583 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25770/tid=25773] ppid=25768 vsize=822572 CPUtime=0.02
/proc/25770/task/25773/stat : 25773 (java) S 25768 25770 24139 0 -1 64 242 0 0 0 2 0 0 0 16 0 12 0 1543313657 842313728 23779 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25770/tid=25774] ppid=25768 vsize=822572 CPUtime=0.02
/proc/25770/task/25774/stat : 25774 (java) S 25768 25770 24139 0 -1 64 814 0 0 0 2 0 0 0 16 0 12 0 1543313657 842313728 23779 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25770/tid=25775] ppid=25768 vsize=822572 CPUtime=0
/proc/25770/task/25775/stat : 25775 (java) S 25768 25770 24139 0 -1 64 60 0 0 0 0 0 0 0 16 0 12 0 1543313659 842313728 23779 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25770/tid=25776] ppid=25768 vsize=822572 CPUtime=0
/proc/25770/task/25776/stat : 25776 (java) S 25768 25770 24139 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1543313659 842313728 23779 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25770/tid=25777] ppid=25768 vsize=822572 CPUtime=0
/proc/25770/task/25777/stat : 25777 (java) S 25768 25770 24139 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 1543313659 842313728 23779 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25770/tid=25778] ppid=25768 vsize=822572 CPUtime=0
/proc/25770/task/25778/stat : 25778 (java) S 25768 25770 24139 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1543313664 842313728 23779 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25770/tid=25779] ppid=25768 vsize=822572 CPUtime=1.35
/proc/25770/task/25779/stat : 25779 (java) S 25768 25770 24139 0 -1 64 5407 0 0 0 134 1 0 0 23 0 12 0 1543313664 842313728 23779 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25770/tid=25780] ppid=25768 vsize=822572 CPUtime=0.75
/proc/25770/task/25780/stat : 25780 (java) S 25768 25770 24139 0 -1 64 4451 0 0 0 74 1 0 0 16 0 12 0 1543313664 842313728 23779 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25770/tid=25781] ppid=25768 vsize=822572 CPUtime=0
/proc/25770/task/25781/stat : 25781 (java) S 25768 25770 24139 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1543313664 842313728 23779 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25770/tid=25782] ppid=25768 vsize=822572 CPUtime=0
/proc/25770/task/25782/stat : 25782 (java) S 25768 25770 24139 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1543313664 842313728 23779 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.14
Current children cumulated vsize (KiB) 822572

[startup+12.702 s]
/proc/loadavg: 1.76 1.99 2.00 3/93 25782
/proc/meminfo: memFree=1683576/2055920 swapFree=4121324/4192956
[pid=25770] ppid=25768 vsize=822572 CPUtime=12.48
/proc/25770/stat : 25770 (java) S 25768 25770 24139 0 -1 0 32481 0 28 0 1228 20 0 0 20 0 12 0 1543313647 842313728 27260 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25770/statm: 205643 27260 1384 9 0 203005 0
[pid=25770/tid=25772] ppid=25768 vsize=822572 CPUtime=10.24
/proc/25770/task/25772/stat : 25772 (java) R 25768 25770 24139 0 -1 64 19682 0 1 0 1011 13 0 0 25 0 12 0 1543313654 842313728 27260 996147200 134512640 134550740 4294956032 18446744073709551615 4109805546 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25770/tid=25773] ppid=25768 vsize=822572 CPUtime=0.02
/proc/25770/task/25773/stat : 25773 (java) S 25768 25770 24139 0 -1 64 637 0 0 0 2 0 0 0 16 0 12 0 1543313657 842313728 27260 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25770/tid=25774] ppid=25768 vsize=822572 CPUtime=0.04
/proc/25770/task/25774/stat : 25774 (java) S 25768 25770 24139 0 -1 64 1481 0 0 0 4 0 0 0 15 0 12 0 1543313657 842313728 27260 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25770/tid=25775] ppid=25768 vsize=822572 CPUtime=0
/proc/25770/task/25775/stat : 25775 (java) S 25768 25770 24139 0 -1 64 88 0 0 0 0 0 0 0 16 0 12 0 1543313659 842313728 27260 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25770/tid=25776] ppid=25768 vsize=822572 CPUtime=0
/proc/25770/task/25776/stat : 25776 (java) S 25768 25770 24139 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1543313659 842313728 27260 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25770/tid=25777] ppid=25768 vsize=822572 CPUtime=0
/proc/25770/task/25777/stat : 25777 (java) S 25768 25770 24139 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 1543313659 842313728 27260 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25770/tid=25778] ppid=25768 vsize=822572 CPUtime=0
/proc/25770/task/25778/stat : 25778 (java) S 25768 25770 24139 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1543313664 842313728 27260 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25770/tid=25779] ppid=25768 vsize=822572 CPUtime=1.35
/proc/25770/task/25779/stat : 25779 (java) S 25768 25770 24139 0 -1 64 5407 0 0 0 134 1 0 0 23 0 12 0 1543313664 842313728 27260 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25770/tid=25780] ppid=25768 vsize=822572 CPUtime=0.75
/proc/25770/task/25780/stat : 25780 (java) S 25768 25770 24139 0 -1 64 4451 0 0 0 74 1 0 0 16 0 12 0 1543313664 842313728 27260 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25770/tid=25781] ppid=25768 vsize=822572 CPUtime=0
/proc/25770/task/25781/stat : 25781 (java) S 25768 25770 24139 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1543313664 842313728 27260 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25770/tid=25782] ppid=25768 vsize=822572 CPUtime=0
/proc/25770/task/25782/stat : 25782 (java) S 25768 25770 24139 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1543313664 842313728 27260 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.48
Current children cumulated vsize (KiB) 822572

[startup+25.5022 s]
/proc/loadavg: 1.81 1.99 2.00 4/93 25782
/proc/meminfo: memFree=1681400/2055920 swapFree=4121324/4192956
[pid=25770] ppid=25768 vsize=822572 CPUtime=25.14
/proc/25770/stat : 25770 (java) S 25768 25770 24139 0 -1 0 33069 0 28 0 2494 20 0 0 20 0 12 0 1543313647 842313728 27826 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25770/statm: 205643 27826 1384 9 0 203005 0
[pid=25770/tid=25772] ppid=25768 vsize=822572 CPUtime=22.9
/proc/25770/task/25772/stat : 25772 (java) R 25768 25770 24139 0 -1 64 20252 0 1 0 2277 13 0 0 25 0 12 0 1543313654 842313728 27826 996147200 134512640 134550740 4294956032 18446744073709551615 4109885983 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25770/tid=25773] ppid=25768 vsize=822572 CPUtime=0.03
/proc/25770/task/25773/stat : 25773 (java) S 25768 25770 24139 0 -1 64 655 0 0 0 3 0 0 0 16 0 12 0 1543313657 842313728 27826 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25770/tid=25774] ppid=25768 vsize=822572 CPUtime=0.04
/proc/25770/task/25774/stat : 25774 (java) S 25768 25770 24139 0 -1 64 1481 0 0 0 4 0 0 0 15 0 12 0 1543313657 842313728 27826 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25770/tid=25775] ppid=25768 vsize=822572 CPUtime=0
/proc/25770/task/25775/stat : 25775 (java) S 25768 25770 24139 0 -1 64 88 0 0 0 0 0 0 0 16 0 12 0 1543313659 842313728 27826 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25770/tid=25776] ppid=25768 vsize=822572 CPUtime=0
/proc/25770/task/25776/stat : 25776 (java) S 25768 25770 24139 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1543313659 842313728 27826 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25770/tid=25777] ppid=25768 vsize=822572 CPUtime=0
/proc/25770/task/25777/stat : 25777 (java) S 25768 25770 24139 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 1543313659 842313728 27826 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25770/tid=25778] ppid=25768 vsize=822572 CPUtime=0
/proc/25770/task/25778/stat : 25778 (java) S 25768 25770 24139 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1543313664 842313728 27826 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0

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

Current children cumulated CPU time (s) 1570.74
Current children cumulated vsize (KiB) 838688

[startup+1590.3 s]
/proc/loadavg: 2.00 2.01 2.02 3/85 26295
/proc/meminfo: memFree=1051280/2055920 swapFree=4121324/4192956
[pid=25770] ppid=25768 vsize=838688 CPUtime=1573.93
/proc/25770/stat : 25770 (java) S 25768 25770 24139 0 -1 0 2950119 0 28 0 156106 1287 0 0 20 0 12 0 1543313647 858816512 179370 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25770/statm: 209672 179370 1392 9 0 207034 0
[pid=25770/tid=25772] ppid=25768 vsize=838688 CPUtime=686.39
/proc/25770/task/25772/stat : 25772 (java) S 25768 25770 24139 0 -1 64 21596 0 1 0 68617 22 0 0 16 0 12 0 1543313654 858816512 179370 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25770/tid=25773] ppid=25768 vsize=838688 CPUtime=7.94
/proc/25770/task/25773/stat : 25773 (java) S 25768 25770 24139 0 -1 64 87966 0 0 0 758 36 0 0 16 0 12 0 1543313657 858816512 179370 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25770/tid=25774] ppid=25768 vsize=838688 CPUtime=7.28
/proc/25770/task/25774/stat : 25774 (java) S 25768 25770 24139 0 -1 64 58731 0 0 0 702 26 0 0 15 0 12 0 1543313657 858816512 179370 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25770/tid=25775] ppid=25768 vsize=838688 CPUtime=868.85
/proc/25770/task/25775/stat : 25775 (java) R 25768 25770 24139 0 -1 64 2770316 0 0 0 85691 1194 0 0 25 0 12 0 1543313659 858816512 179370 996147200 134512640 134550740 4294956032 18446744073709551615 106122237 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25770/tid=25776] ppid=25768 vsize=838688 CPUtime=0
/proc/25770/task/25776/stat : 25776 (java) S 25768 25770 24139 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1543313659 858816512 179370 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25770/tid=25777] ppid=25768 vsize=838688 CPUtime=0
/proc/25770/task/25777/stat : 25777 (java) S 25768 25770 24139 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 1543313659 858816512 179370 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25770/tid=25778] ppid=25768 vsize=838688 CPUtime=0
/proc/25770/task/25778/stat : 25778 (java) S 25768 25770 24139 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1543313664 858816512 179370 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25770/tid=25779] ppid=25768 vsize=838688 CPUtime=2.31
/proc/25770/task/25779/stat : 25779 (java) S 25768 25770 24139 0 -1 64 6305 0 0 0 230 1 0 0 24 0 12 0 1543313664 858816512 179370 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25770/tid=25780] ppid=25768 vsize=838688 CPUtime=1.05
/proc/25770/task/25780/stat : 25780 (java) S 25768 25770 24139 0 -1 64 4470 0 0 0 104 1 0 0 16 0 12 0 1543313664 858816512 179370 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25770/tid=25781] ppid=25768 vsize=838688 CPUtime=0
/proc/25770/task/25781/stat : 25781 (java) S 25768 25770 24139 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1543313664 858816512 179370 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25770/tid=25782] ppid=25768 vsize=838688 CPUtime=0.01
/proc/25770/task/25782/stat : 25782 (java) S 25768 25770 24139 0 -1 64 1 0 0 0 0 1 0 0 15 0 12 0 1543313664 858816512 179370 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1573.93
Current children cumulated vsize (KiB) 838688

[startup+1591.9 s]
/proc/loadavg: 2.00 2.01 2.02 3/85 26295
/proc/meminfo: memFree=1051280/2055920 swapFree=4121324/4192956
[pid=25770] ppid=25768 vsize=831012 CPUtime=1575.51
/proc/25770/stat : 25770 (java) S 25768 25770 24139 0 -1 0 2953127 0 28 0 156263 1288 0 0 20 0 13 0 1543313647 850956288 177375 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25770/statm: 207753 177375 1392 9 0 205115 0
[pid=25770/tid=25772] ppid=25768 vsize=831012 CPUtime=686.39
/proc/25770/task/25772/stat : 25772 (java) S 25768 25770 24139 0 -1 64 21599 0 1 0 68617 22 0 0 16 0 13 0 1543313654 850956288 177375 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25770/tid=25773] ppid=25768 vsize=831012 CPUtime=7.94
/proc/25770/task/25773/stat : 25773 (java) S 25768 25770 24139 0 -1 64 87966 0 0 0 758 36 0 0 16 0 13 0 1543313657 850956288 177375 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25770/tid=25774] ppid=25768 vsize=831012 CPUtime=7.28
/proc/25770/task/25774/stat : 25774 (java) S 25768 25770 24139 0 -1 64 58731 0 0 0 702 26 0 0 15 0 13 0 1543313657 850956288 177375 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25770/tid=25775] ppid=25768 vsize=831012 CPUtime=870.44
/proc/25770/task/25775/stat : 25775 (java) R 25768 25770 24139 0 -1 64 2773318 0 0 0 85849 1195 0 0 25 0 13 0 1543313659 850956288 177375 996147200 134512640 134550740 4294956032 18446744073709551615 105677203 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25770/tid=25776] ppid=25768 vsize=831012 CPUtime=0
/proc/25770/task/25776/stat : 25776 (java) S 25768 25770 24139 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 1543313659 850956288 177375 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25770/tid=25777] ppid=25768 vsize=831012 CPUtime=0
/proc/25770/task/25777/stat : 25777 (java) S 25768 25770 24139 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 1543313659 850956288 177375 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25770/tid=25778] ppid=25768 vsize=831012 CPUtime=0
/proc/25770/task/25778/stat : 25778 (java) S 25768 25770 24139 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 1543313664 850956288 177375 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25770/tid=25779] ppid=25768 vsize=831012 CPUtime=2.31
/proc/25770/task/25779/stat : 25779 (java) S 25768 25770 24139 0 -1 64 6305 0 0 0 230 1 0 0 24 0 13 0 1543313664 850956288 177375 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25770/tid=25780] ppid=25768 vsize=831012 CPUtime=1.05
/proc/25770/task/25780/stat : 25780 (java) S 25768 25770 24139 0 -1 64 4470 0 0 0 104 1 0 0 16 0 13 0 1543313664 850956288 177375 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25770/tid=25781] ppid=25768 vsize=831012 CPUtime=0
/proc/25770/task/25781/stat : 25781 (java) S 25768 25770 24139 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 1543313664 850956288 177375 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25770/tid=25782] ppid=25768 vsize=831012 CPUtime=0.01
/proc/25770/task/25782/stat : 25782 (java) S 25768 25770 24139 0 -1 64 1 0 0 0 0 1 0 0 15 0 13 0 1543313664 850956288 177375 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1575.51
Current children cumulated vsize (KiB) 831012

[startup+1593.5 s]
/proc/loadavg: 2.00 2.01 2.02 3/86 26296
/proc/meminfo: memFree=1051272/2055920 swapFree=4121324/4192956
[pid=25770] ppid=25768 vsize=839012 CPUtime=1577.11
/proc/25770/stat : 25770 (java) S 25768 25770 24139 0 -1 0 2957128 0 28 0 156421 1290 0 0 20 0 13 0 1543313647 859148288 179375 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25770/statm: 209753 179375 1392 9 0 207115 0
[pid=25770/tid=25772] ppid=25768 vsize=839012 CPUtime=686.39
/proc/25770/task/25772/stat : 25772 (java) S 25768 25770 24139 0 -1 64 21599 0 1 0 68617 22 0 0 16 0 13 0 1543313654 859148288 179375 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25770/tid=25773] ppid=25768 vsize=839012 CPUtime=7.94
/proc/25770/task/25773/stat : 25773 (java) S 25768 25770 24139 0 -1 64 87966 0 0 0 758 36 0 0 16 0 13 0 1543313657 859148288 179375 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25770/tid=25774] ppid=25768 vsize=839012 CPUtime=7.28
/proc/25770/task/25774/stat : 25774 (java) S 25768 25770 24139 0 -1 64 58731 0 0 0 702 26 0 0 15 0 13 0 1543313657 859148288 179375 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25770/tid=25775] ppid=25768 vsize=839012 CPUtime=872.03
/proc/25770/task/25775/stat : 25775 (java) R 25768 25770 24139 0 -1 64 2777319 0 0 0 86006 1197 0 0 25 0 13 0 1543313659 859148288 179375 996147200 134512640 134550740 4294956032 18446744073709551615 105852552 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25770/tid=25776] ppid=25768 vsize=839012 CPUtime=0
/proc/25770/task/25776/stat : 25776 (java) S 25768 25770 24139 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 1543313659 859148288 179375 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25770/tid=25777] ppid=25768 vsize=839012 CPUtime=0
/proc/25770/task/25777/stat : 25777 (java) S 25768 25770 24139 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 1543313659 859148288 179375 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25770/tid=25778] ppid=25768 vsize=839012 CPUtime=0
/proc/25770/task/25778/stat : 25778 (java) S 25768 25770 24139 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 1543313664 859148288 179375 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25770/tid=25779] ppid=25768 vsize=839012 CPUtime=2.31
/proc/25770/task/25779/stat : 25779 (java) S 25768 25770 24139 0 -1 64 6305 0 0 0 230 1 0 0 24 0 13 0 1543313664 859148288 179375 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25770/tid=25780] ppid=25768 vsize=839012 CPUtime=1.05
/proc/25770/task/25780/stat : 25780 (java) S 25768 25770 24139 0 -1 64 4470 0 0 0 104 1 0 0 16 0 13 0 1543313664 859148288 179375 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25770/tid=25781] ppid=25768 vsize=839012 CPUtime=0
/proc/25770/task/25781/stat : 25781 (java) S 25768 25770 24139 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 1543313664 859148288 179375 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25770/tid=25782] ppid=25768 vsize=839012 CPUtime=0.01
/proc/25770/task/25782/stat : 25782 (java) S 25768 25770 24139 0 -1 64 1 0 0 0 0 1 0 0 15 0 13 0 1543313664 859148288 179375 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25770/tid=26296] ppid=25768 vsize=839012 CPUtime=0
/proc/25770/task/26296/stat : 26296 (java) S 25768 25770 24139 0 -1 64 3 0 0 0 0 0 0 0 17 0 13 0 1543472820 859148288 179375 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1577.11
Current children cumulated vsize (KiB) 839012

[startup+1594.3 s]
/proc/loadavg: 2.00 2.01 2.02 3/86 26296
/proc/meminfo: memFree=1051272/2055920 swapFree=4121324/4192956
[pid=25770] ppid=25768 vsize=839012 CPUtime=1577.9
/proc/25770/stat : 25770 (java) S 25768 25770 24139 0 -1 0 2957128 0 28 0 156500 1290 0 0 20 0 13 0 1543313647 859148288 179375 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25770/statm: 209753 179375 1392 9 0 207115 0
[pid=25770/tid=25772] ppid=25768 vsize=839012 CPUtime=686.39
/proc/25770/task/25772/stat : 25772 (java) S 25768 25770 24139 0 -1 64 21599 0 1 0 68617 22 0 0 16 0 13 0 1543313654 859148288 179375 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25770/tid=25773] ppid=25768 vsize=839012 CPUtime=7.94
/proc/25770/task/25773/stat : 25773 (java) S 25768 25770 24139 0 -1 64 87966 0 0 0 758 36 0 0 16 0 13 0 1543313657 859148288 179375 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25770/tid=25774] ppid=25768 vsize=839012 CPUtime=7.28
/proc/25770/task/25774/stat : 25774 (java) S 25768 25770 24139 0 -1 64 58731 0 0 0 702 26 0 0 15 0 13 0 1543313657 859148288 179375 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25770/tid=25775] ppid=25768 vsize=839012 CPUtime=872.83
/proc/25770/task/25775/stat : 25775 (java) R 25768 25770 24139 0 -1 64 2777319 0 0 0 86086 1197 0 0 25 0 13 0 1543313659 859148288 179375 996147200 134512640 134550740 4294956032 18446744073709551615 106123721 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25770/tid=25776] ppid=25768 vsize=839012 CPUtime=0
/proc/25770/task/25776/stat : 25776 (java) S 25768 25770 24139 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 1543313659 859148288 179375 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25770/tid=25777] ppid=25768 vsize=839012 CPUtime=0
/proc/25770/task/25777/stat : 25777 (java) S 25768 25770 24139 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 1543313659 859148288 179375 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25770/tid=25778] ppid=25768 vsize=839012 CPUtime=0
/proc/25770/task/25778/stat : 25778 (java) S 25768 25770 24139 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 1543313664 859148288 179375 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25770/tid=25779] ppid=25768 vsize=839012 CPUtime=2.31
/proc/25770/task/25779/stat : 25779 (java) S 25768 25770 24139 0 -1 64 6305 0 0 0 230 1 0 0 24 0 13 0 1543313664 859148288 179375 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25770/tid=25780] ppid=25768 vsize=839012 CPUtime=1.05
/proc/25770/task/25780/stat : 25780 (java) S 25768 25770 24139 0 -1 64 4470 0 0 0 104 1 0 0 16 0 13 0 1543313664 859148288 179375 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25770/tid=25781] ppid=25768 vsize=839012 CPUtime=0
/proc/25770/task/25781/stat : 25781 (java) S 25768 25770 24139 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 1543313664 859148288 179375 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25770/tid=25782] ppid=25768 vsize=839012 CPUtime=0.01
/proc/25770/task/25782/stat : 25782 (java) S 25768 25770 24139 0 -1 64 1 0 0 0 0 1 0 0 15 0 13 0 1543313664 859148288 179375 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25770/tid=26296] ppid=25768 vsize=839012 CPUtime=0
/proc/25770/task/26296/stat : 26296 (java) S 25768 25770 24139 0 -1 64 3 0 0 0 0 0 0 0 17 0 13 0 1543472820 859148288 179375 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1577.9
Current children cumulated vsize (KiB) 839012

[startup+1594.7 s]
/proc/loadavg: 2.00 2.01 2.02 3/86 26296
/proc/meminfo: memFree=1051272/2055920 swapFree=4121324/4192956
[pid=25770] ppid=25768 vsize=823008 CPUtime=1578.3
/proc/25770/stat : 25770 (java) S 25768 25770 24139 0 -1 0 2957132 0 28 0 156540 1290 0 0 20 0 12 0 1543313647 842760192 175377 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25770/statm: 205752 175377 1393 9 0 203114 0
[pid=25770/tid=25772] ppid=25768 vsize=823008 CPUtime=686.39
/proc/25770/task/25772/stat : 25772 (java) S 25768 25770 24139 0 -1 64 21599 0 1 0 68617 22 0 0 16 0 12 0 1543313654 842760192 175377 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25770/tid=25773] ppid=25768 vsize=823008 CPUtime=7.94
/proc/25770/task/25773/stat : 25773 (java) S 25768 25770 24139 0 -1 64 87966 0 0 0 758 36 0 0 16 0 12 0 1543313657 842760192 175377 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25770/tid=25774] ppid=25768 vsize=823008 CPUtime=7.28
/proc/25770/task/25774/stat : 25774 (java) S 25768 25770 24139 0 -1 64 58731 0 0 0 702 26 0 0 15 0 12 0 1543313657 842760192 175377 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25770/tid=25775] ppid=25768 vsize=823008 CPUtime=873.23
/proc/25770/task/25775/stat : 25775 (java) R 25768 25770 24139 0 -1 64 2777319 0 0 0 86126 1197 0 0 25 0 12 0 1543313659 842760192 175377 996147200 134512640 134550740 4294956032 18446744073709551615 106122609 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25770/tid=25776] ppid=25768 vsize=823008 CPUtime=0
/proc/25770/task/25776/stat : 25776 (java) S 25768 25770 24139 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1543313659 842760192 175377 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25770/tid=25777] ppid=25768 vsize=823008 CPUtime=0
/proc/25770/task/25777/stat : 25777 (java) S 25768 25770 24139 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1543313659 842760192 175377 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25770/tid=25778] ppid=25768 vsize=823008 CPUtime=0
/proc/25770/task/25778/stat : 25778 (java) S 25768 25770 24139 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1543313664 842760192 175377 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25770/tid=25779] ppid=25768 vsize=823008 CPUtime=2.31
/proc/25770/task/25779/stat : 25779 (java) S 25768 25770 24139 0 -1 64 6305 0 0 0 230 1 0 0 24 0 12 0 1543313664 842760192 175377 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25770/tid=25780] ppid=25768 vsize=823008 CPUtime=1.05
/proc/25770/task/25780/stat : 25780 (java) S 25768 25770 24139 0 -1 64 4470 0 0 0 104 1 0 0 16 0 12 0 1543313664 842760192 175377 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25770/tid=25781] ppid=25768 vsize=823008 CPUtime=0
/proc/25770/task/25781/stat : 25781 (java) S 25768 25770 24139 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1543313664 842760192 175377 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25770/tid=25782] ppid=25768 vsize=823008 CPUtime=0.01
/proc/25770/task/25782/stat : 25782 (java) S 25768 25770 24139 0 -1 64 1 0 0 0 0 1 0 0 15 0 12 0 1543313664 842760192 175377 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1578.3
Current children cumulated vsize (KiB) 823008

[startup+1594.8 s]
/proc/loadavg: 2.00 2.01 2.02 3/86 26296
/proc/meminfo: memFree=1051272/2055920 swapFree=4121324/4192956
[pid=25770] ppid=25768 vsize=0 CPUtime=1578.4
/proc/25770/stat : 25770 (java) Z 25768 25770 24139 0 -1 12 2957136 0 28 0 156542 1298 0 0 16 0 2 0 1543313647 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25770/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1578.4
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 1594.83
CPU time (s): 1578.44
CPU user time (s): 1565.43
CPU system time (s): 13.015
CPU usage (%): 98.9723
Max. virtual memory (cumulated for all children) (KiB): 846692

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1565.43
system time used= 13.015
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2957136
page faults= 28
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 46008
involuntary context switches= 86062

runsolver used 2.18467 second user time and 4.84726 second system time

The end

Launcher Data (download as text)

Begin job on node14 at 2008-07-04 03:53:16
IDJOB=1063264
IDBENCH=54737
IDSOLVER=344
FILE ID=node14/1063264-1215136396
PBS_JOBID= 7877311
Free space on /tmp= 66532 MiB

SOLVER NAME= SAT4J CSP 2008-06-13
BENCH NAME= CPAI08/csp/pseudo/mpsReduced/normalized-mps-red-air01.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-1063264-1215136396/watcher-1063264-1215136396 -o /tmp/evaluation-result-1063264-1215136396/solver-1063264-1215136396 -C 1800 -W 2200 -M 900 --output-limit 1,15  java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1063264-1215136396.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 4cdbe76dc66c2705689e1f0215d7bc20
RANDOM SEED=1637310365

node14.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.267
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	: 5931.00
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.267
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:       1795064 kB
Buffers:          4124 kB
Cached:          84108 kB
SwapCached:      65720 kB
Active:         157216 kB
Inactive:        46152 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1795064 kB
SwapTotal:     4192956 kB
SwapFree:      4121324 kB
Dirty:            1716 kB
Writeback:           0 kB
Mapped:         131452 kB
Slab:            42412 kB
Committed_AS:  3044100 kB
PageTables:       2108 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= 66532 MiB
End job on node14 at 2008-07-04 04:19:51