Trace number 2067445

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 2.1.1? 1466.92 1479.65

General information on the benchmark

Namecsp/pseudo/niklas/
normalized-air05.xml
MD5SUMc1d92bbb488f2a36857f82cc74fb0601
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 benchmark11.0293
Satisfiable
(Un)Satisfiability was proved
Number of variables7195
Number of constraints852
Maximum constraint arity404
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension852
Global constraints used (with number of constraints)

Solver Data

0.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.08/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.14	c See www.sat4j.org for details.
0.08/0.14	c That software uses the Rhino library from the Mozilla project.
0.08/0.15	c version 2.1.1.v20090622
0.08/0.15	c sun.arch.data.model	32
0.08/0.15	c java.version	1.6.0_12
0.08/0.15	c os.name	Linux
0.08/0.15	c os.version	2.6.9-22.EL.rootsmp
0.08/0.15	c os.arch	i386
0.08/0.15	c Free memory 671000808
0.08/0.15	c Max memory 672137216
0.08/0.15	c Total memory 672137216
0.08/0.15	c Number of processors 2
0.18/0.24	c c --- Begin Solver configuration ---
0.18/0.24	c Stops conflict analysis at the first Unique Implication Point
0.18/0.24	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@1f14ceb
0.18/0.24	c Learn all clauses as in MiniSAT
0.18/0.24	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.18/0.24	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.18/0.24	c Expensive reason simplification
0.18/0.24	c MiniSAT restarts strategy
0.18/0.24	c Memory based learned constraints deletion strategy
0.18/0.24	c timeout=2147483s
0.18/0.24	c DB Simplification allowed=false
0.18/0.24	c --- End Solver configuration ---
0.18/0.24	c solving HOME/instance-2067445-1247344729.xml
0.18/0.24	c reading problem ... 
0.38/0.49	c reading problem named null
0.38/0.49	c reading domains done.
0.38/0.49	c reading variables done.
2.26/2.33	c reading predicates  done.
3.54/3.61	c reading constraints
1452.26/1464.80	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
1452.26/1464.80		at org.mozilla.javascript.gen.c19._c0(rhino.log:1)
1452.26/1464.80		at org.mozilla.javascript.gen.c19.call(rhino.log)
1452.26/1464.80		at org.mozilla.javascript.ContextFactory.doTopCall(ContextFactory.java:398)
1452.26/1464.80		at org.mozilla.javascript.ScriptRuntime.doTopCall(ScriptRuntime.java:3065)
1452.26/1464.80		at org.mozilla.javascript.gen.c19.call(rhino.log)
1452.26/1464.80		at org.mozilla.javascript.gen.c19.exec(rhino.log)
1452.26/1464.80		at org.sat4j.csp.Predicate.evaluate(Unknown Source)
1452.26/1464.80		at org.sat4j.csp.Predicate.find(Unknown Source)
1452.26/1464.80		at org.sat4j.csp.Predicate.find(Unknown Source)
1452.26/1464.80		at org.sat4j.csp.Predicate.find(Unknown Source)
1452.26/1464.80		at org.sat4j.csp.Predicate.find(Unknown Source)
1452.26/1464.80		at org.sat4j.csp.Predicate.find(Unknown Source)
1452.26/1464.80		at org.sat4j.csp.Predicate.find(Unknown Source)
1452.26/1464.80		at org.sat4j.csp.Predicate.find(Unknown Source)
1452.26/1464.80		at org.sat4j.csp.Predicate.find(Unknown Source)
1452.26/1464.80		at org.sat4j.csp.Predicate.find(Unknown Source)
1452.26/1464.80		at org.sat4j.csp.Predicate.find(Unknown Source)
1452.26/1464.80		at org.sat4j.csp.Predicate.find(Unknown Source)
1452.26/1464.80		at org.sat4j.csp.Predicate.find(Unknown Source)
1452.26/1464.80		at org.sat4j.csp.Predicate.find(Unknown Source)
1452.26/1464.80		at org.sat4j.csp.Predicate.find(Unknown Source)
1452.26/1464.80		at org.sat4j.csp.Predicate.find(Unknown Source)
1452.26/1464.80		at org.sat4j.csp.Predicate.find(Unknown Source)
1452.26/1464.80		at org.sat4j.csp.Predicate.find(Unknown Source)
1452.26/1464.80		at org.sat4j.csp.Predicate.find(Unknown Source)
1452.26/1464.80		at org.sat4j.csp.Predicate.find(Unknown Source)
1452.26/1464.80		at org.sat4j.csp.Predicate.find(Unknown Source)
1452.26/1464.80		at org.sat4j.csp.Predicate.find(Unknown Source)
1452.26/1464.80		at org.sat4j.csp.Predicate.find(Unknown Source)
1452.26/1464.80		at org.sat4j.csp.Predicate.toClause(Unknown Source)
1452.26/1464.80		at org.sat4j.reader.CSPReader.endConstraint(Unknown Source)
1452.26/1464.80		at org.sat4j.csp.xml.Constraint.endElement(Unknown Source)
1466.51/1479.28	c starts		: 0
1466.51/1479.28	c conflicts		: 0
1466.51/1479.28	c decisions		: 0
1466.51/1479.28	c propagations		: 0
1466.51/1479.28	c inspects		: 0
1466.51/1479.28	c learnt literals	: 0
1466.51/1479.28	c learnt binary clauses	: 0
1466.51/1479.28	c learnt ternary clauses	: 0
1466.51/1479.28	c learnt clauses	: 0
1466.51/1479.28	c ignored clauses	: 0
1466.51/1479.28	c root simplifications	: 0
1466.51/1479.28	c removed literals (reason simplification)	: 0
1466.51/1479.28	c reason swapping (by a shorter reason)	: 0
1466.51/1479.28	c Calls to reduceDB	: 0
1466.51/1479.28	c speed (assignments/second)	: 0.0
1466.51/1479.28	c non guided choices	0
1466.51/1479.28	c learnt constraints type 
1466.51/1479.28	c constraints type 
1466.51/1479.28	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 4922551
1466.51/1479.28	c org.sat4j.minisat.constraints.card.AtLeast => 7195
1466.51/1479.28	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 7195
1466.51/1479.28	s UNKNOWN
1466.51/1479.28	c Total wall clock time (in seconds) : 1464.566

Verifier Data

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

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2067445-1247344729/watcher-2067445-1247344729 -o /tmp/evaluation-result-2067445-1247344729/solver-2067445-1247344729 -C 1800 -W 2000 -M 900 java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2067445-1247344729.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): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 4/82 15619
/proc/meminfo: memFree=980008/2055920 swapFree=4192948/4192956
[pid=15619] ppid=15617 vsize=18576 CPUtime=0
/proc/15619/stat : 15619 (runsolver) R 15617 15619 14414 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 21538280 19021824 284 996147200 4194304 4302564 548682068448 18446744073709551615 214945033511 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/15619/statm: 4644 284 249 26 0 2626 0

[startup+0.0876851 s]
/proc/loadavg: 2.00 2.00 2.00 4/82 15619
/proc/meminfo: memFree=980008/2055920 swapFree=4192948/4192956
[pid=15619] ppid=15617 vsize=802164 CPUtime=0.06
/proc/15619/stat : 15619 (java) S 15617 15619 14414 0 -1 0 2862 0 1 0 4 2 0 0 20 0 7 0 21538280 821415936 2607 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 0 0 0
/proc/15619/statm: 200541 2607 1040 9 0 197892 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 802164

[startup+0.101687 s]
/proc/loadavg: 2.00 2.00 2.00 4/82 15619
/proc/meminfo: memFree=980008/2055920 swapFree=4192948/4192956
[pid=15619] ppid=15617 vsize=804560 CPUtime=0.08
/proc/15619/stat : 15619 (java) S 15617 15619 14414 0 -1 0 3003 0 1 0 5 3 0 0 20 0 12 0 21538280 823869440 2746 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15619/statm: 201140 2746 1080 9 0 198474 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 804560

[startup+0.301711 s]
/proc/loadavg: 2.00 2.00 2.00 4/82 15619
/proc/meminfo: memFree=980008/2055920 swapFree=4192948/4192956
[pid=15619] ppid=15617 vsize=805832 CPUtime=0.28
/proc/15619/stat : 15619 (java) S 15617 15619 14414 0 -1 0 4358 0 1 0 24 4 0 0 20 0 12 0 21538280 825171968 4095 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15619/statm: 201458 4095 1359 9 0 198785 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 805832

[startup+0.701754 s]
/proc/loadavg: 2.00 2.00 2.00 4/82 15619
/proc/meminfo: memFree=980008/2055920 swapFree=4192948/4192956
[pid=15619] ppid=15617 vsize=807176 CPUtime=0.68
/proc/15619/stat : 15619 (java) S 15617 15619 14414 0 -1 0 5440 0 1 0 63 5 0 0 20 0 12 0 21538280 826548224 4933 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15619/statm: 201794 4933 1389 9 0 199121 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 807176

[startup+1.50285 s]
/proc/loadavg: 2.00 2.00 2.00 4/94 15631
/proc/meminfo: memFree=964872/2055920 swapFree=4192948/4192956
[pid=15619] ppid=15617 vsize=810004 CPUtime=1.46
/proc/15619/stat : 15619 (java) S 15617 15619 14414 0 -1 0 7412 0 1 0 141 5 0 0 20 0 12 0 21538280 829444096 5929 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15619/statm: 202501 5929 1406 9 0 199828 0
[pid=15619/tid=15621] ppid=15617 vsize=810004 CPUtime=0.76
/proc/15619/task/15621/stat : 15621 (java) R 15617 15619 14414 0 -1 64 3806 0 1 0 72 4 0 0 25 0 12 0 21538282 829444096 5929 996147200 134512640 134550932 4294956016 18446744073709551615 4109170534 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15619/tid=15622] ppid=15617 vsize=810004 CPUtime=0
/proc/15619/task/15622/stat : 15622 (java) S 15617 15619 14414 0 -1 64 3 0 0 0 0 0 0 0 22 0 12 0 21538283 829444096 5929 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15619/tid=15623] ppid=15617 vsize=810004 CPUtime=0
/proc/15619/task/15623/stat : 15623 (java) S 15617 15619 14414 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 21538283 829444096 5929 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15619/tid=15624] ppid=15617 vsize=810004 CPUtime=0
/proc/15619/task/15624/stat : 15624 (java) S 15617 15619 14414 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 21538285 829444096 5929 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15619/tid=15625] ppid=15617 vsize=810004 CPUtime=0
/proc/15619/task/15625/stat : 15625 (java) S 15617 15619 14414 0 -1 64 9 0 0 0 0 0 0 0 25 0 12 0 21538285 829444096 5929 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15619/tid=15626] ppid=15617 vsize=810004 CPUtime=0
/proc/15619/task/15626/stat : 15626 (java) S 15617 15619 14414 0 -1 64 4 0 0 0 0 0 0 0 25 0 12 0 21538285 829444096 5929 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15619/tid=15627] ppid=15617 vsize=810004 CPUtime=0
/proc/15619/task/15627/stat : 15627 (java) S 15617 15619 14414 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 21538290 829444096 5929 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15619/tid=15628] ppid=15617 vsize=810004 CPUtime=0.04
/proc/15619/task/15628/stat : 15628 (java) S 15617 15619 14414 0 -1 64 252 0 0 0 4 0 0 0 18 0 12 0 21538290 829444096 5929 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15619/tid=15629] ppid=15617 vsize=810004 CPUtime=0.65
/proc/15619/task/15629/stat : 15629 (java) S 15617 15619 14414 0 -1 64 2615 0 0 0 65 0 0 0 17 0 12 0 21538290 829444096 5929 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15619/tid=15630] ppid=15617 vsize=810004 CPUtime=0
/proc/15619/task/15630/stat : 15630 (java) S 15617 15619 14414 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 21538290 829444096 5929 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15619/tid=15631] ppid=15617 vsize=810004 CPUtime=0
/proc/15619/task/15631/stat : 15631 (java) S 15617 15619 14414 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 21538290 829444096 5929 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 810004

[startup+3.10203 s]
/proc/loadavg: 2.08 2.02 2.01 4/94 15631
/proc/meminfo: memFree=958600/2055920 swapFree=4192948/4192956
[pid=15619] ppid=15617 vsize=810004 CPUtime=3.05
/proc/15619/stat : 15619 (java) S 15617 15619 14414 0 -1 0 10314 0 1 0 298 7 0 0 20 0 12 0 21538280 829444096 8828 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15619/statm: 202501 8828 1425 9 0 199828 0
[pid=15619/tid=15621] ppid=15617 vsize=810004 CPUtime=1.4
/proc/15619/task/15621/stat : 15621 (java) R 15617 15619 14414 0 -1 64 6613 0 1 0 135 5 0 0 25 0 12 0 21538282 829444096 8828 996147200 134512640 134550932 4294956016 18446744073709551615 4109170526 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15619/tid=15622] ppid=15617 vsize=810004 CPUtime=0
/proc/15619/task/15622/stat : 15622 (java) S 15617 15619 14414 0 -1 64 3 0 0 0 0 0 0 0 22 0 12 0 21538283 829444096 8828 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15619/tid=15623] ppid=15617 vsize=810004 CPUtime=0
/proc/15619/task/15623/stat : 15623 (java) S 15617 15619 14414 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 21538283 829444096 8828 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15619/tid=15624] ppid=15617 vsize=810004 CPUtime=0
/proc/15619/task/15624/stat : 15624 (java) S 15617 15619 14414 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 21538285 829444096 8828 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15619/tid=15625] ppid=15617 vsize=810004 CPUtime=0
/proc/15619/task/15625/stat : 15625 (java) S 15617 15619 14414 0 -1 64 9 0 0 0 0 0 0 0 25 0 12 0 21538285 829444096 8828 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15619/tid=15626] ppid=15617 vsize=810004 CPUtime=0
/proc/15619/task/15626/stat : 15626 (java) S 15617 15619 14414 0 -1 64 4 0 0 0 0 0 0 0 25 0 12 0 21538285 829444096 8828 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15619/tid=15627] ppid=15617 vsize=810004 CPUtime=0
/proc/15619/task/15627/stat : 15627 (java) S 15617 15619 14414 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 21538290 829444096 8828 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15619/tid=15628] ppid=15617 vsize=810004 CPUtime=0.04
/proc/15619/task/15628/stat : 15628 (java) S 15617 15619 14414 0 -1 64 252 0 0 0 4 0 0 0 18 0 12 0 21538290 829444096 8828 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15619/tid=15629] ppid=15617 vsize=810004 CPUtime=1.58
/proc/15619/task/15629/stat : 15629 (java) S 15617 15619 14414 0 -1 64 2709 0 0 0 158 0 0 0 18 0 12 0 21538290 829444096 8828 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15619/tid=15630] ppid=15617 vsize=810004 CPUtime=0
/proc/15619/task/15630/stat : 15630 (java) S 15617 15619 14414 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 21538290 829444096 8828 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15619/tid=15631] ppid=15617 vsize=810004 CPUtime=0
/proc/15619/task/15631/stat : 15631 (java) S 15617 15619 14414 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 21538290 829444096 8828 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 810004

[startup+6.30238 s]
/proc/loadavg: 2.08 2.02 2.01 4/94 15631
/proc/meminfo: memFree=895560/2055920 swapFree=4192948/4192956
[pid=15619] ppid=15617 vsize=817412 CPUtime=6.22
/proc/15619/stat : 15619 (java) S 15617 15619 14414 0 -1 0 28032 0 1 0 605 17 0 0 20 0 12 0 21538280 837029888 23875 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15619/statm: 204353 23875 1449 9 0 201680 0
[pid=15619/tid=15621] ppid=15617 vsize=817412 CPUtime=3.15
/proc/15619/task/15621/stat : 15621 (java) R 15617 15619 14414 0 -1 64 17238 0 1 0 303 12 0 0 25 0 12 0 21538282 837029888 23875 996147200 134512640 134550932 4294956016 18446744073709551615 4109986800 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15619/tid=15622] ppid=15617 vsize=817412 CPUtime=0.04
/proc/15619/task/15622/stat : 15622 (java) S 15617 15619 14414 0 -1 64 1046 0 0 0 4 0 0 0 17 0 12 0 21538283 837029888 23875 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15619/tid=15623] ppid=15617 vsize=817412 CPUtime=0.03
/proc/15619/task/15623/stat : 15623 (java) S 15617 15619 14414 0 -1 64 1422 0 0 0 2 1 0 0 17 0 12 0 21538283 837029888 23875 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15619/tid=15624] ppid=15617 vsize=817412 CPUtime=0
/proc/15619/task/15624/stat : 15624 (java) S 15617 15619 14414 0 -1 64 9 0 0 0 0 0 0 0 17 0 12 0 21538285 837029888 23875 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15619/tid=15625] ppid=15617 vsize=817412 CPUtime=0
/proc/15619/task/15625/stat : 15625 (java) S 15617 15619 14414 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 21538285 837029888 23875 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15619/tid=15626] ppid=15617 vsize=817412 CPUtime=0
/proc/15619/task/15626/stat : 15626 (java) S 15617 15619 14414 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 21538285 837029888 23875 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15619/tid=15627] ppid=15617 vsize=817412 CPUtime=0
/proc/15619/task/15627/stat : 15627 (java) S 15617 15619 14414 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 21538290 837029888 23875 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15619/tid=15628] ppid=15617 vsize=817412 CPUtime=0.04
/proc/15619/task/15628/stat : 15628 (java) S 15617 15619 14414 0 -1 64 270 0 0 0 4 0 0 0 17 0 12 0 21538290 837029888 23875 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15619/tid=15629] ppid=15617 vsize=817412 CPUtime=2.92
/proc/15619/task/15629/stat : 15629 (java) S 15617 15619 14414 0 -1 64 7308 0 0 0 290 2 0 0 19 0 12 0 21538290 837029888 23875 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15619/tid=15630] ppid=15617 vsize=817412 CPUtime=0
/proc/15619/task/15630/stat : 15630 (java) S 15617 15619 14414 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 21538290 837029888 23875 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15619/tid=15631] ppid=15617 vsize=817412 CPUtime=0
/proc/15619/task/15631/stat : 15631 (java) S 15617 15619 14414 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 21538290 837029888 23875 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 817412

[startup+12.7021 s]
/proc/loadavg: 2.07 2.02 2.00 5/94 15631
/proc/meminfo: memFree=867080/2055920 swapFree=4192948/4192956
[pid=15619] ppid=15617 vsize=819716 CPUtime=12.55
/proc/15619/stat : 15619 (java) S 15617 15619 14414 0 -1 0 39765 0 1 0 1233 22 0 0 20 0 12 0 21538280 839389184 30294 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15619/statm: 204929 30294 1449 9 0 202256 0
[pid=15619/tid=15621] ppid=15617 vsize=819716 CPUtime=7.05
/proc/15619/task/15621/stat : 15621 (java) R 15617 15619 14414 0 -1 64 17254 0 1 0 693 12 0 0 25 0 12 0 21538282 839389184 30294 996147200 134512640 134550932 4294956016 18446744073709551615 4109942937 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15619/tid=15622] ppid=15617 vsize=819716 CPUtime=0.26
/proc/15619/task/15622/stat : 15622 (java) S 15617 15619 14414 0 -1 64 3273 0 0 0 25 1 0 0 16 0 12 0 21538283 839389184 30294 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15619/tid=15623] ppid=15617 vsize=819716 CPUtime=0.26
/proc/15619/task/15623/stat : 15623 (java) S 15617 15619 14414 0 -1 64 4875 0 0 0 24 2 0 0 16 0 12 0 21538283 839389184 30294 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15619/tid=15624] ppid=15617 vsize=819716 CPUtime=0
/proc/15619/task/15624/stat : 15624 (java) S 15617 15619 14414 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 21538285 839389184 30294 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15619/tid=15625] ppid=15617 vsize=819716 CPUtime=0
/proc/15619/task/15625/stat : 15625 (java) S 15617 15619 14414 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 21538285 839389184 30294 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15619/tid=15626] ppid=15617 vsize=819716 CPUtime=0
/proc/15619/task/15626/stat : 15626 (java) S 15617 15619 14414 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 21538285 839389184 30294 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15619/tid=15627] ppid=15617 vsize=819716 CPUtime=0
/proc/15619/task/15627/stat : 15627 (java) S 15617 15619 14414 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 21538290 839389184 30294 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15619/tid=15628] ppid=15617 vsize=819716 CPUtime=0.04
/proc/15619/task/15628/stat : 15628 (java) S 15617 15619 14414 0 -1 64 270 0 0 0 4 0 0 0 17 0 12 0 21538290 839389184 30294 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15619/tid=15629] ppid=15617 vsize=819716 CPUtime=4.89
/proc/15619/task/15629/stat : 15629 (java) S 15617 15619 14414 0 -1 64 13345 0 0 0 484 5 0 0 22 0 12 0 21538290 839389184 30294 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15619/tid=15630] ppid=15617 vsize=819716 CPUtime=0
/proc/15619/task/15630/stat : 15630 (java) S 15617 15619 14414 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 21538290 839389184 30294 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15619/tid=15631] ppid=15617 vsize=819716 CPUtime=0
/proc/15619/task/15631/stat : 15631 (java) S 15617 15619 14414 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 21538290 839389184 30294 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.55
Current children cumulated vsize (KiB) 819716

[startup+25.5027 s]
/proc/loadavg: 2.06 2.02 2.00 3/94 15631
/proc/meminfo: memFree=815880/2055920 swapFree=4192948/4192956
[pid=15619] ppid=15617 vsize=822092 CPUtime=25.29
/proc/15619/stat : 15619 (java) S 15617 15619 14414 0 -1 0 54510 0 1 0 2498 31 0 0 20 0 12 0 21538280 841822208 42009 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15619/statm: 205523 42009 1449 9 0 202850 0
[pid=15619/tid=15621] ppid=15617 vsize=822092 CPUtime=17.54
/proc/15619/task/15621/stat : 15621 (java) R 15617 15619 14414 0 -1 64 17281 0 1 0 1742 12 0 0 25 0 12 0 21538282 841822208 42009 996147200 134512640 134550932 4294956016 18446744073709551615 4109965427 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15619/tid=15622] ppid=15617 vsize=822092 CPUtime=0.61
/proc/15619/task/15622/stat : 15622 (java) S 15617 15619 14414 0 -1 64 9676 0 0 0 56 5 0 0 16 0 12 0 21538283 841822208 42009 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15619/tid=15623] ppid=15617 vsize=822092 CPUtime=0.58
/proc/15619/task/15623/stat : 15623 (java) S 15617 15619 14414 0 -1 64 9484 0 0 0 54 4 0 0 16 0 12 0 21538283 841822208 42009 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15619/tid=15624] ppid=15617 vsize=822092 CPUtime=0.02
/proc/15619/task/15624/stat : 15624 (java) S 15617 15619 14414 0 -1 64 9 0 0 0 2 0 0 0 15 0 12 0 21538285 841822208 42009 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15619/tid=15625] ppid=15617 vsize=822092 CPUtime=0
/proc/15619/task/15625/stat : 15625 (java) S 15617 15619 14414 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 21538285 841822208 42009 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15619/tid=15626] ppid=15617 vsize=822092 CPUtime=0
/proc/15619/task/15626/stat : 15626 (java) S 15617 15619 14414 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 21538285 841822208 42009 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15619/tid=15627] ppid=15617 vsize=822092 CPUtime=0
/proc/15619/task/15627/stat : 15627 (java) S 15617 15619 14414 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 21538290 841822208 42009 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15619/tid=15628] ppid=15617 vsize=822092 CPUtime=0.04

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

/proc/loadavg: 2.05 2.01 2.01 3/96 16168
/proc/meminfo: memFree=715968/2055920 swapFree=4192948/4192956
[pid=15619] ppid=15617 vsize=830388 CPUtime=1459.58
/proc/15619/stat : 15619 (java) S 15617 15619 14414 0 -1 0 1977974 0 1 0 145017 941 0 0 20 0 13 0 21538280 850317312 177395 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15619/statm: 207597 177395 1450 9 0 204924 0
[pid=15619/tid=15621] ppid=15617 vsize=830388 CPUtime=188.96
/proc/15619/task/15621/stat : 15621 (java) S 15617 15619 14414 0 -1 64 17957 0 1 0 18881 15 0 0 17 0 13 0 21538282 850317312 177395 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15619/tid=15622] ppid=15617 vsize=830388 CPUtime=9.9
/proc/15619/task/15622/stat : 15622 (java) S 15617 15619 14414 0 -1 64 73401 0 0 0 952 38 0 0 16 0 13 0 21538283 850317312 177395 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15619/tid=15623] ppid=15617 vsize=830388 CPUtime=9.1
/proc/15619/task/15623/stat : 15623 (java) S 15617 15619 14414 0 -1 64 80322 0 0 0 872 38 0 0 16 0 13 0 21538283 850317312 177395 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15619/tid=15624] ppid=15617 vsize=830388 CPUtime=1241.64
/proc/15619/task/15624/stat : 15624 (java) R 15617 15619 14414 0 -1 64 1781882 0 0 0 123327 837 0 0 25 0 13 0 21538285 850317312 177395 996147200 134512640 134550932 4294956016 18446744073709551615 105696579 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15619/tid=15625] ppid=15617 vsize=830388 CPUtime=0
/proc/15619/task/15625/stat : 15625 (java) S 15617 15619 14414 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 21538285 850317312 177395 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15619/tid=15626] ppid=15617 vsize=830388 CPUtime=0
/proc/15619/task/15626/stat : 15626 (java) S 15617 15619 14414 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 21538285 850317312 177395 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15619/tid=15627] ppid=15617 vsize=830388 CPUtime=0
/proc/15619/task/15627/stat : 15627 (java) S 15617 15619 14414 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 21538290 850317312 177395 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15619/tid=15628] ppid=15617 vsize=830388 CPUtime=0.04
/proc/15619/task/15628/stat : 15628 (java) S 15617 15619 14414 0 -1 64 285 0 0 0 4 0 0 0 17 0 13 0 21538290 850317312 177395 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15619/tid=15629] ppid=15617 vsize=830388 CPUtime=9.88
/proc/15619/task/15629/stat : 15629 (java) S 15617 15619 14414 0 -1 64 23381 0 0 0 978 10 0 0 23 0 13 0 21538290 850317312 177395 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15619/tid=15630] ppid=15617 vsize=830388 CPUtime=0
/proc/15619/task/15630/stat : 15630 (java) S 15617 15619 14414 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 21538290 850317312 177395 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15619/tid=15631] ppid=15617 vsize=830388 CPUtime=0
/proc/15619/task/15631/stat : 15631 (java) S 15617 15619 14414 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 21538290 850317312 177395 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15619/tid=16168] ppid=15617 vsize=830388 CPUtime=0
/proc/15619/task/16168/stat : 16168 (java) S 15617 15619 14414 0 -1 64 6 0 0 0 0 0 0 0 17 0 13 0 21684761 850317312 177395 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1459.58
Current children cumulated vsize (KiB) 830388

[startup+1475.41 s]
/proc/loadavg: 2.05 2.01 2.01 3/96 16168
/proc/meminfo: memFree=711744/2055920 swapFree=4192948/4192956
[pid=15619] ppid=15617 vsize=830388 CPUtime=1462.75
/proc/15619/stat : 15619 (java) S 15617 15619 14414 0 -1 0 1980977 0 1 0 145333 942 0 0 20 0 13 0 21538280 850317312 177395 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15619/statm: 207597 177395 1450 9 0 204924 0
[pid=15619/tid=15621] ppid=15617 vsize=830388 CPUtime=188.96
/proc/15619/task/15621/stat : 15621 (java) S 15617 15619 14414 0 -1 64 17957 0 1 0 18881 15 0 0 17 0 13 0 21538282 850317312 177395 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15619/tid=15622] ppid=15617 vsize=830388 CPUtime=9.9
/proc/15619/task/15622/stat : 15622 (java) S 15617 15619 14414 0 -1 64 73401 0 0 0 952 38 0 0 16 0 13 0 21538283 850317312 177395 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15619/tid=15623] ppid=15617 vsize=830388 CPUtime=9.1
/proc/15619/task/15623/stat : 15623 (java) S 15617 15619 14414 0 -1 64 80322 0 0 0 872 38 0 0 16 0 13 0 21538283 850317312 177395 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15619/tid=15624] ppid=15617 vsize=830388 CPUtime=1244.81
/proc/15619/task/15624/stat : 15624 (java) R 15617 15619 14414 0 -1 64 1784884 0 0 0 123643 838 0 0 25 0 13 0 21538285 850317312 177395 996147200 134512640 134550932 4294956016 18446744073709551615 106157878 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15619/tid=15625] ppid=15617 vsize=830388 CPUtime=0
/proc/15619/task/15625/stat : 15625 (java) S 15617 15619 14414 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 21538285 850317312 177395 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15619/tid=15626] ppid=15617 vsize=830388 CPUtime=0
/proc/15619/task/15626/stat : 15626 (java) S 15617 15619 14414 0 -1 64 8 0 0 0 0 0 0 0 17 0 13 0 21538285 850317312 177395 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15619/tid=15627] ppid=15617 vsize=830388 CPUtime=0
/proc/15619/task/15627/stat : 15627 (java) S 15617 15619 14414 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 21538290 850317312 177395 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15619/tid=15628] ppid=15617 vsize=830388 CPUtime=0.04
/proc/15619/task/15628/stat : 15628 (java) S 15617 15619 14414 0 -1 64 285 0 0 0 4 0 0 0 17 0 13 0 21538290 850317312 177395 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15619/tid=15629] ppid=15617 vsize=830388 CPUtime=9.88
/proc/15619/task/15629/stat : 15629 (java) S 15617 15619 14414 0 -1 64 23381 0 0 0 978 10 0 0 23 0 13 0 21538290 850317312 177395 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15619/tid=15630] ppid=15617 vsize=830388 CPUtime=0
/proc/15619/task/15630/stat : 15630 (java) S 15617 15619 14414 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 21538290 850317312 177395 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15619/tid=15631] ppid=15617 vsize=830388 CPUtime=0
/proc/15619/task/15631/stat : 15631 (java) S 15617 15619 14414 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 21538290 850317312 177395 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15619/tid=16168] ppid=15617 vsize=830388 CPUtime=0
/proc/15619/task/16168/stat : 16168 (java) S 15617 15619 14414 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 21684761 850317312 177395 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1462.75
Current children cumulated vsize (KiB) 830388

[startup+1477 s]
/proc/loadavg: 2.04 2.01 2.01 3/96 16168
/proc/meminfo: memFree=711744/2055920 swapFree=4192948/4192956
[pid=15619] ppid=15617 vsize=826388 CPUtime=1464.33
/proc/15619/stat : 15619 (java) S 15617 15619 14414 0 -1 0 1981978 0 1 0 145490 943 0 0 20 0 13 0 21538280 846221312 176395 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15619/statm: 206597 176395 1450 9 0 203924 0
[pid=15619/tid=15621] ppid=15617 vsize=826388 CPUtime=188.96
/proc/15619/task/15621/stat : 15621 (java) S 15617 15619 14414 0 -1 64 17957 0 1 0 18881 15 0 0 17 0 13 0 21538282 846221312 176395 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15619/tid=15622] ppid=15617 vsize=826388 CPUtime=9.9
/proc/15619/task/15622/stat : 15622 (java) S 15617 15619 14414 0 -1 64 73401 0 0 0 952 38 0 0 16 0 13 0 21538283 846221312 176395 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15619/tid=15623] ppid=15617 vsize=826388 CPUtime=9.1
/proc/15619/task/15623/stat : 15623 (java) S 15617 15619 14414 0 -1 64 80322 0 0 0 872 38 0 0 16 0 13 0 21538283 846221312 176395 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15619/tid=15624] ppid=15617 vsize=826388 CPUtime=1246.38
/proc/15619/task/15624/stat : 15624 (java) R 15617 15619 14414 0 -1 64 1785885 0 0 0 123800 838 0 0 25 0 13 0 21538285 846221312 176395 996147200 134512640 134550932 4294956016 18446744073709551615 105696579 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15619/tid=15625] ppid=15617 vsize=826388 CPUtime=0
/proc/15619/task/15625/stat : 15625 (java) S 15617 15619 14414 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 21538285 846221312 176395 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15619/tid=15626] ppid=15617 vsize=826388 CPUtime=0
/proc/15619/task/15626/stat : 15626 (java) S 15617 15619 14414 0 -1 64 8 0 0 0 0 0 0 0 17 0 13 0 21538285 846221312 176395 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15619/tid=15627] ppid=15617 vsize=826388 CPUtime=0
/proc/15619/task/15627/stat : 15627 (java) S 15617 15619 14414 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 21538290 846221312 176395 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15619/tid=15628] ppid=15617 vsize=826388 CPUtime=0.04
/proc/15619/task/15628/stat : 15628 (java) S 15617 15619 14414 0 -1 64 285 0 0 0 4 0 0 0 17 0 13 0 21538290 846221312 176395 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15619/tid=15629] ppid=15617 vsize=826388 CPUtime=9.88
/proc/15619/task/15629/stat : 15629 (java) S 15617 15619 14414 0 -1 64 23381 0 0 0 978 10 0 0 23 0 13 0 21538290 846221312 176395 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15619/tid=15630] ppid=15617 vsize=826388 CPUtime=0
/proc/15619/task/15630/stat : 15630 (java) S 15617 15619 14414 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 21538290 846221312 176395 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15619/tid=15631] ppid=15617 vsize=826388 CPUtime=0
/proc/15619/task/15631/stat : 15631 (java) S 15617 15619 14414 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 21538290 846221312 176395 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15619/tid=16168] ppid=15617 vsize=826388 CPUtime=0
/proc/15619/task/16168/stat : 16168 (java) S 15617 15619 14414 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 21684761 846221312 176395 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1464.33
Current children cumulated vsize (KiB) 826388

[startup+1478.6 s]
/proc/loadavg: 2.04 2.01 2.01 3/96 16168
/proc/meminfo: memFree=711744/2055920 swapFree=4192948/4192956
[pid=15619] ppid=15617 vsize=830388 CPUtime=1465.92
/proc/15619/stat : 15619 (java) S 15617 15619 14414 0 -1 0 1983979 0 1 0 145648 944 0 0 20 0 13 0 21538280 850317312 177395 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15619/statm: 207597 177395 1450 9 0 204924 0
[pid=15619/tid=15621] ppid=15617 vsize=830388 CPUtime=188.96
/proc/15619/task/15621/stat : 15621 (java) S 15617 15619 14414 0 -1 64 17957 0 1 0 18881 15 0 0 17 0 13 0 21538282 850317312 177395 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15619/tid=15622] ppid=15617 vsize=830388 CPUtime=9.9
/proc/15619/task/15622/stat : 15622 (java) S 15617 15619 14414 0 -1 64 73401 0 0 0 952 38 0 0 16 0 13 0 21538283 850317312 177395 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15619/tid=15623] ppid=15617 vsize=830388 CPUtime=9.1
/proc/15619/task/15623/stat : 15623 (java) S 15617 15619 14414 0 -1 64 80322 0 0 0 872 38 0 0 16 0 13 0 21538283 850317312 177395 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15619/tid=15624] ppid=15617 vsize=830388 CPUtime=1247.97
/proc/15619/task/15624/stat : 15624 (java) R 15617 15619 14414 0 -1 64 1787886 0 0 0 123958 839 0 0 25 0 13 0 21538285 850317312 177395 996147200 134512640 134550932 4294956016 18446744073709551615 104187882 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15619/tid=15625] ppid=15617 vsize=830388 CPUtime=0
/proc/15619/task/15625/stat : 15625 (java) S 15617 15619 14414 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 21538285 850317312 177395 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15619/tid=15626] ppid=15617 vsize=830388 CPUtime=0
/proc/15619/task/15626/stat : 15626 (java) S 15617 15619 14414 0 -1 64 8 0 0 0 0 0 0 0 17 0 13 0 21538285 850317312 177395 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15619/tid=15627] ppid=15617 vsize=830388 CPUtime=0
/proc/15619/task/15627/stat : 15627 (java) S 15617 15619 14414 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 21538290 850317312 177395 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15619/tid=15628] ppid=15617 vsize=830388 CPUtime=0.04
/proc/15619/task/15628/stat : 15628 (java) S 15617 15619 14414 0 -1 64 285 0 0 0 4 0 0 0 17 0 13 0 21538290 850317312 177395 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15619/tid=15629] ppid=15617 vsize=830388 CPUtime=9.88
/proc/15619/task/15629/stat : 15629 (java) S 15617 15619 14414 0 -1 64 23381 0 0 0 978 10 0 0 23 0 13 0 21538290 850317312 177395 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15619/tid=15630] ppid=15617 vsize=830388 CPUtime=0
/proc/15619/task/15630/stat : 15630 (java) S 15617 15619 14414 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 21538290 850317312 177395 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15619/tid=15631] ppid=15617 vsize=830388 CPUtime=0
/proc/15619/task/15631/stat : 15631 (java) S 15617 15619 14414 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 21538290 850317312 177395 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15619/tid=16168] ppid=15617 vsize=830388 CPUtime=0
/proc/15619/task/16168/stat : 16168 (java) S 15617 15619 14414 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 21684761 850317312 177395 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1465.92
Current children cumulated vsize (KiB) 830388

[startup+1479.4 s]
/proc/loadavg: 2.04 2.01 2.01 3/96 16168
/proc/meminfo: memFree=711744/2055920 swapFree=4192948/4192956
[pid=15619] ppid=15617 vsize=822384 CPUtime=1466.71
/proc/15619/stat : 15619 (java) S 15617 15619 14414 0 -1 0 1983986 0 1 0 145727 944 0 0 20 0 12 0 21538280 842121216 175400 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15619/statm: 205596 175400 1451 9 0 202923 0
[pid=15619/tid=15621] ppid=15617 vsize=822384 CPUtime=188.96
/proc/15619/task/15621/stat : 15621 (java) S 15617 15619 14414 0 -1 64 17958 0 1 0 18881 15 0 0 16 0 12 0 21538282 842121216 175400 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15619/tid=15622] ppid=15617 vsize=822384 CPUtime=9.9
/proc/15619/task/15622/stat : 15622 (java) S 15617 15619 14414 0 -1 64 73401 0 0 0 952 38 0 0 16 0 12 0 21538283 842121216 175400 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15619/tid=15623] ppid=15617 vsize=822384 CPUtime=9.1
/proc/15619/task/15623/stat : 15623 (java) S 15617 15619 14414 0 -1 64 80322 0 0 0 872 38 0 0 16 0 12 0 21538283 842121216 175400 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15619/tid=15624] ppid=15617 vsize=822384 CPUtime=1248.75
/proc/15619/task/15624/stat : 15624 (java) R 15617 15619 14414 0 -1 64 1787886 0 0 0 124036 839 0 0 25 0 12 0 21538285 842121216 175400 996147200 134512640 134550932 4294956016 18446744073709551615 106158102 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15619/tid=15625] ppid=15617 vsize=822384 CPUtime=0
/proc/15619/task/15625/stat : 15625 (java) S 15617 15619 14414 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 21538285 842121216 175400 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15619/tid=15626] ppid=15617 vsize=822384 CPUtime=0
/proc/15619/task/15626/stat : 15626 (java) S 15617 15619 14414 0 -1 64 8 0 0 0 0 0 0 0 17 0 12 0 21538285 842121216 175400 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15619/tid=15627] ppid=15617 vsize=822384 CPUtime=0
/proc/15619/task/15627/stat : 15627 (java) S 15617 15619 14414 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 21538290 842121216 175400 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15619/tid=15628] ppid=15617 vsize=822384 CPUtime=0.04
/proc/15619/task/15628/stat : 15628 (java) S 15617 15619 14414 0 -1 64 285 0 0 0 4 0 0 0 17 0 12 0 21538290 842121216 175400 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15619/tid=15629] ppid=15617 vsize=822384 CPUtime=9.88
/proc/15619/task/15629/stat : 15629 (java) S 15617 15619 14414 0 -1 64 23381 0 0 0 978 10 0 0 23 0 12 0 21538290 842121216 175400 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15619/tid=15630] ppid=15617 vsize=822384 CPUtime=0
/proc/15619/task/15630/stat : 15630 (java) S 15617 15619 14414 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 21538290 842121216 175400 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15619/tid=15631] ppid=15617 vsize=822384 CPUtime=0
/proc/15619/task/15631/stat : 15631 (java) S 15617 15619 14414 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 21538290 842121216 175400 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1466.71
Current children cumulated vsize (KiB) 822384

[startup+1479.6 s]
/proc/loadavg: 2.04 2.01 2.01 3/96 16168
/proc/meminfo: memFree=711744/2055920 swapFree=4192948/4192956
[pid=15619] ppid=15617 vsize=0 CPUtime=1466.86
/proc/15619/stat : 15619 (java) Z 15617 15619 14414 0 -1 12 1983990 0 1 0 145737 949 0 0 16 0 2 0 21538280 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15619/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1466.86
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 1479.65
CPU time (s): 1466.92
CPU user time (s): 1457.37
CPU system time (s): 9.54755
CPU usage (%): 99.1395
Max. virtual memory (cumulated for all children) (KiB): 870068

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1457.37
system time used= 9.54755
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1983990
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= 35262
involuntary context switches= 50539

runsolver used 1.82272 second user time and 4.96824 second system time

The end

Launcher Data

Begin job on node85 at 2009-07-11 22:38:50
IDJOB=2067445
IDBENCH=54660
IDSOLVER=731
FILE ID=node85/2067445-1247344729
PBS_JOBID= 9506686
Free space on /tmp= 126468 MiB

SOLVER NAME= SAT4J CSP 2.1.1
BENCH NAME= CPAI08/csp/pseudo/niklas/normalized-air05.xml
COMMAND LINE= java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2067445-1247344729/watcher-2067445-1247344729 -o /tmp/evaluation-result-2067445-1247344729/solver-2067445-1247344729 -C 1800 -W 2000 -M 900  java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2067445-1247344729.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB
MAX NB THREAD= 0

MD5SUM BENCH= c1d92bbb488f2a36857f82cc74fb0601
RANDOM SEED=615370837

node85.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.220
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.220
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:        980488 kB
Buffers:         68060 kB
Cached:         790976 kB
SwapCached:          8 kB
Active:         267272 kB
Inactive:       730008 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        980488 kB
SwapTotal:     4192956 kB
SwapFree:      4192948 kB
Dirty:            4188 kB
Writeback:           0 kB
Mapped:         158628 kB
Slab:            63136 kB
Committed_AS:   303716 kB
PageTables:       2064 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= 126472 MiB
End job on node85 at 2009-07-11 23:03:29