Trace number 2068259

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? 1543.74 1559.03

General information on the benchmark

Namecsp/pseudo/routing/
normalized-s4-4-3-4.xml
MD5SUMef444482ff2f983ece739c11a5a9c60e
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 benchmark3.08453
Satisfiable
(Un)Satisfiability was proved
Number of variables696
Number of constraints2096
Maximum constraint arity29
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension2096
Global constraints used (with number of constraints)

Solver Data

0.08/0.13	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.08/0.13	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.13	c See www.sat4j.org for details.
0.08/0.13	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.22	c c --- Begin Solver configuration ---
0.18/0.22	c Stops conflict analysis at the first Unique Implication Point
0.18/0.22	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@1f14ceb
0.18/0.22	c Learn all clauses as in MiniSAT
0.18/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.18/0.22	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.18/0.22	c Expensive reason simplification
0.18/0.22	c MiniSAT restarts strategy
0.18/0.22	c Memory based learned constraints deletion strategy
0.18/0.22	c timeout=2147483s
0.18/0.22	c DB Simplification allowed=false
0.18/0.22	c --- End Solver configuration ---
0.18/0.22	c solving HOME/instance-2068259-1247346805.xml
0.18/0.22	c reading problem ... 
0.38/0.47	c reading problem named null
0.38/0.47	c reading domains done.
0.38/0.48	c reading variables done.
0.58/0.66	c reading predicates  done.
0.78/0.89	c reading constraints
1533.48/1548.73	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
1533.48/1548.73		at org.mozilla.javascript.gen.c10._c0(rhino.log:1)
1533.48/1548.73		at org.mozilla.javascript.gen.c10.call(rhino.log)
1533.48/1548.73		at org.mozilla.javascript.ContextFactory.doTopCall(ContextFactory.java:398)
1533.48/1548.73		at org.mozilla.javascript.ScriptRuntime.doTopCall(ScriptRuntime.java:3065)
1533.48/1548.73		at org.mozilla.javascript.gen.c10.call(rhino.log)
1533.48/1548.73		at org.mozilla.javascript.gen.c10.exec(rhino.log)
1533.48/1548.73		at org.sat4j.csp.Predicate.evaluate(Unknown Source)
1533.48/1548.73		at org.sat4j.csp.Predicate.find(Unknown Source)
1533.48/1548.73		at org.sat4j.csp.Predicate.find(Unknown Source)
1533.48/1548.73		at org.sat4j.csp.Predicate.find(Unknown Source)
1533.48/1548.73		at org.sat4j.csp.Predicate.find(Unknown Source)
1533.48/1548.73		at org.sat4j.csp.Predicate.find(Unknown Source)
1533.48/1548.73		at org.sat4j.csp.Predicate.find(Unknown Source)
1533.48/1548.73		at org.sat4j.csp.Predicate.find(Unknown Source)
1533.48/1548.73		at org.sat4j.csp.Predicate.find(Unknown Source)
1533.48/1548.73		at org.sat4j.csp.Predicate.find(Unknown Source)
1533.48/1548.73		at org.sat4j.csp.Predicate.find(Unknown Source)
1533.48/1548.73		at org.sat4j.csp.Predicate.find(Unknown Source)
1533.48/1548.73		at org.sat4j.csp.Predicate.find(Unknown Source)
1533.48/1548.74		at org.sat4j.csp.Predicate.find(Unknown Source)
1533.48/1548.74		at org.sat4j.csp.Predicate.find(Unknown Source)
1533.48/1548.74		at org.sat4j.csp.Predicate.find(Unknown Source)
1533.48/1548.74		at org.sat4j.csp.Predicate.find(Unknown Source)
1533.48/1548.74		at org.sat4j.csp.Predicate.find(Unknown Source)
1533.48/1548.74		at org.sat4j.csp.Predicate.find(Unknown Source)
1533.48/1548.74		at org.sat4j.csp.Predicate.find(Unknown Source)
1533.48/1548.74		at org.sat4j.csp.Predicate.find(Unknown Source)
1533.48/1548.74		at org.sat4j.csp.Predicate.find(Unknown Source)
1533.48/1548.74		at org.sat4j.csp.Predicate.find(Unknown Source)
1533.48/1548.74		at org.sat4j.csp.Predicate.find(Unknown Source)
1533.48/1548.74		at org.sat4j.csp.Predicate.find(Unknown Source)
1533.48/1548.74		at org.sat4j.csp.Predicate.find(Unknown Source)
1543.33/1558.68	c starts		: 0
1543.33/1558.68	c conflicts		: 0
1543.33/1558.68	c decisions		: 0
1543.33/1558.68	c propagations		: 0
1543.33/1558.68	c inspects		: 0
1543.33/1558.68	c learnt literals	: 0
1543.33/1558.68	c learnt binary clauses	: 0
1543.33/1558.68	c learnt ternary clauses	: 0
1543.33/1558.68	c learnt clauses	: 0
1543.33/1558.68	c ignored clauses	: 0
1543.33/1558.68	c root simplifications	: 0
1543.33/1558.68	c removed literals (reason simplification)	: 0
1543.33/1558.68	c reason swapping (by a shorter reason)	: 0
1543.33/1558.68	c Calls to reduceDB	: 0
1543.33/1558.68	c speed (assignments/second)	: 0.0
1543.33/1558.68	c non guided choices	0
1543.33/1558.68	c learnt constraints type 
1543.33/1558.68	c constraints type 
1543.33/1558.68	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 3797890
1543.33/1558.68	c org.sat4j.minisat.constraints.card.AtLeast => 696
1543.33/1558.68	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1508
1543.33/1558.68	s UNKNOWN
1543.33/1558.68	c Total wall clock time (in seconds) : 1548.511

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-2068259-1247346805/watcher-2068259-1247346805 -o /tmp/evaluation-result-2068259-1247346805/solver-2068259-1247346805 -C 1800 -W 2000 -M 900 java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2068259-1247346805.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: 1.99 2.00 2.00 4/83 16703
/proc/meminfo: memFree=1469264/2055920 swapFree=4192812/4192956
[pid=16703] ppid=16701 vsize=18576 CPUtime=0
/proc/16703/stat : 16703 (runsolver) R 16701 16703 14898 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 21745092 19021824 284 996147200 4194304 4302564 548682068448 18446744073709551615 251601153319 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/16703/statm: 4644 284 249 26 0 2626 0

[startup+0.054236 s]
/proc/loadavg: 1.99 2.00 2.00 4/83 16703
/proc/meminfo: memFree=1469264/2055920 swapFree=4192812/4192956
[pid=16703] ppid=16701 vsize=802032 CPUtime=0.04
/proc/16703/stat : 16703 (java) S 16701 16703 14898 0 -1 0 2648 0 1 0 2 2 0 0 21 0 7 0 21745092 821280768 2393 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/16703/statm: 200508 2393 1019 9 0 197859 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 802032

[startup+0.101239 s]
/proc/loadavg: 1.99 2.00 2.00 4/83 16703
/proc/meminfo: memFree=1469264/2055920 swapFree=4192812/4192956
[pid=16703] ppid=16701 vsize=804560 CPUtime=0.08
/proc/16703/stat : 16703 (java) S 16701 16703 14898 0 -1 0 3046 0 1 0 6 2 0 0 21 0 12 0 21745092 823869440 2789 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16703/statm: 201140 2789 1082 9 0 198474 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 804560

[startup+0.301261 s]
/proc/loadavg: 1.99 2.00 2.00 4/83 16703
/proc/meminfo: memFree=1469264/2055920 swapFree=4192812/4192956
[pid=16703] ppid=16701 vsize=805840 CPUtime=0.28
/proc/16703/stat : 16703 (java) S 16701 16703 14898 0 -1 0 4377 0 1 0 24 4 0 0 21 0 12 0 21745092 825180160 4114 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16703/statm: 201460 4114 1359 9 0 198787 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 805840

[startup+0.701306 s]
/proc/loadavg: 1.99 2.00 2.00 4/83 16703
/proc/meminfo: memFree=1469264/2055920 swapFree=4192812/4192956
[pid=16703] ppid=16701 vsize=807232 CPUtime=0.68
/proc/16703/stat : 16703 (java) S 16701 16703 14898 0 -1 0 5704 0 1 0 63 5 0 0 21 0 12 0 21745092 826605568 5196 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16703/statm: 201808 5196 1389 9 0 199135 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 807232

[startup+1.5024 s]
/proc/loadavg: 1.99 2.00 2.00 4/95 16715
/proc/meminfo: memFree=1450032/2055920 swapFree=4192812/4192956
[pid=16703] ppid=16701 vsize=807432 CPUtime=1.47
/proc/16703/stat : 16703 (java) S 16701 16703 14898 0 -1 0 7722 0 1 0 141 6 0 0 21 0 12 0 21745092 826810368 6568 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16703/statm: 201858 6568 1404 9 0 199185 0
[pid=16703/tid=16705] ppid=16701 vsize=807432 CPUtime=0.93
/proc/16703/task/16705/stat : 16705 (java) R 16701 16703 14898 0 -1 64 5233 0 1 0 89 4 0 0 25 0 12 0 21745094 826810368 6568 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16703/tid=16706] ppid=16701 vsize=807432 CPUtime=0
/proc/16703/task/16706/stat : 16706 (java) S 16701 16703 14898 0 -1 64 3 0 0 0 0 0 0 0 24 0 12 0 21745095 826810368 6568 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16703/tid=16707] ppid=16701 vsize=807432 CPUtime=0
/proc/16703/task/16707/stat : 16707 (java) S 16701 16703 14898 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 21745095 826810368 6568 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16703/tid=16708] ppid=16701 vsize=807432 CPUtime=0
/proc/16703/task/16708/stat : 16708 (java) S 16701 16703 14898 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 21745097 826810368 6568 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16703/tid=16709] ppid=16701 vsize=807432 CPUtime=0
/proc/16703/task/16709/stat : 16709 (java) S 16701 16703 14898 0 -1 64 10 0 0 0 0 0 0 0 25 0 12 0 21745097 826810368 6568 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16703/tid=16710] ppid=16701 vsize=807432 CPUtime=0
/proc/16703/task/16710/stat : 16710 (java) S 16701 16703 14898 0 -1 64 4 0 0 0 0 0 0 0 25 0 12 0 21745097 826810368 6568 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16703/tid=16711] ppid=16701 vsize=807432 CPUtime=0
/proc/16703/task/16711/stat : 16711 (java) S 16701 16703 14898 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 21745101 826810368 6568 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16703/tid=16712] ppid=16701 vsize=807432 CPUtime=0.02
/proc/16703/task/16712/stat : 16712 (java) S 16701 16703 14898 0 -1 64 244 0 0 0 2 0 0 0 17 0 12 0 21745101 826810368 6568 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16703/tid=16713] ppid=16701 vsize=807432 CPUtime=0.48
/proc/16703/task/16713/stat : 16713 (java) R 16701 16703 14898 0 -1 64 1500 0 0 0 48 0 0 0 16 0 12 0 21745101 826810368 6568 996147200 134512640 134550932 4294956016 18446744073709551615 102092481 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16703/tid=16714] ppid=16701 vsize=807432 CPUtime=0
/proc/16703/task/16714/stat : 16714 (java) S 16701 16703 14898 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 21745101 826810368 6568 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16703/tid=16715] ppid=16701 vsize=807432 CPUtime=0
/proc/16703/task/16715/stat : 16715 (java) S 16701 16703 14898 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 21745101 826810368 6568 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 807432

[startup+3.10257 s]
/proc/loadavg: 1.99 2.00 2.00 4/95 16715
/proc/meminfo: memFree=1441328/2055920 swapFree=4192812/4192956
[pid=16703] ppid=16701 vsize=812716 CPUtime=3.06
/proc/16703/stat : 16703 (java) S 16701 16703 14898 0 -1 0 12431 0 1 0 296 10 0 0 21 0 12 0 21745092 832221184 9191 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16703/statm: 203179 9191 1433 9 0 200506 0
[pid=16703/tid=16705] ppid=16701 vsize=812716 CPUtime=1.39
/proc/16703/task/16705/stat : 16705 (java) R 16701 16703 14898 0 -1 64 6435 0 1 0 134 5 0 0 25 0 12 0 21745094 832221184 9191 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16703/tid=16706] ppid=16701 vsize=812716 CPUtime=0
/proc/16703/task/16706/stat : 16706 (java) S 16701 16703 14898 0 -1 64 3 0 0 0 0 0 0 0 24 0 12 0 21745095 832221184 9191 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16703/tid=16707] ppid=16701 vsize=812716 CPUtime=0
/proc/16703/task/16707/stat : 16707 (java) S 16701 16703 14898 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 21745095 832221184 9191 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16703/tid=16708] ppid=16701 vsize=812716 CPUtime=0
/proc/16703/task/16708/stat : 16708 (java) S 16701 16703 14898 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 21745097 832221184 9191 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16703/tid=16709] ppid=16701 vsize=812716 CPUtime=0
/proc/16703/task/16709/stat : 16709 (java) S 16701 16703 14898 0 -1 64 10 0 0 0 0 0 0 0 25 0 12 0 21745097 832221184 9191 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16703/tid=16710] ppid=16701 vsize=812716 CPUtime=0
/proc/16703/task/16710/stat : 16710 (java) S 16701 16703 14898 0 -1 64 4 0 0 0 0 0 0 0 25 0 12 0 21745097 832221184 9191 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16703/tid=16711] ppid=16701 vsize=812716 CPUtime=0
/proc/16703/task/16711/stat : 16711 (java) S 16701 16703 14898 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 21745101 832221184 9191 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16703/tid=16712] ppid=16701 vsize=812716 CPUtime=0.08
/proc/16703/task/16712/stat : 16712 (java) S 16701 16703 14898 0 -1 64 524 0 0 0 8 0 0 0 16 0 12 0 21745101 832221184 9191 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16703/tid=16713] ppid=16701 vsize=812716 CPUtime=1.55
/proc/16703/task/16713/stat : 16713 (java) R 16701 16703 14898 0 -1 64 4727 0 0 0 153 2 0 0 18 0 12 0 21745101 832221184 9191 996147200 134512640 134550932 4294956016 18446744073709551615 105580418 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16703/tid=16714] ppid=16701 vsize=812716 CPUtime=0
/proc/16703/task/16714/stat : 16714 (java) S 16701 16703 14898 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 21745101 832221184 9191 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16703/tid=16715] ppid=16701 vsize=812716 CPUtime=0
/proc/16703/task/16715/stat : 16715 (java) S 16701 16703 14898 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 21745101 832221184 9191 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 812716

[startup+6.30192 s]
/proc/loadavg: 2.07 2.02 2.00 3/95 16715
/proc/meminfo: memFree=1390384/2055920 swapFree=4192812/4192956
[pid=16703] ppid=16701 vsize=812716 CPUtime=6.23
/proc/16703/stat : 16703 (java) S 16701 16703 14898 0 -1 0 26418 0 1 0 607 16 0 0 21 0 12 0 21745092 832221184 22377 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16703/statm: 203179 22377 1445 9 0 200506 0
[pid=16703/tid=16705] ppid=16701 vsize=812716 CPUtime=3.62
/proc/16703/task/16705/stat : 16705 (java) R 16701 16703 14898 0 -1 64 17409 0 1 0 351 11 0 0 25 0 12 0 21745094 832221184 22377 996147200 134512640 134550932 4294956016 18446744073709551615 4109771791 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16703/tid=16706] ppid=16701 vsize=812716 CPUtime=0.02
/proc/16703/task/16706/stat : 16706 (java) S 16701 16703 14898 0 -1 64 1137 0 0 0 2 0 0 0 16 0 12 0 21745095 832221184 22377 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16703/tid=16707] ppid=16701 vsize=812716 CPUtime=0.02
/proc/16703/task/16707/stat : 16707 (java) S 16701 16703 14898 0 -1 64 993 0 0 0 2 0 0 0 16 0 12 0 21745095 832221184 22377 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16703/tid=16708] ppid=16701 vsize=812716 CPUtime=0
/proc/16703/task/16708/stat : 16708 (java) S 16701 16703 14898 0 -1 64 20 0 0 0 0 0 0 0 16 0 12 0 21745097 832221184 22377 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16703/tid=16709] ppid=16701 vsize=812716 CPUtime=0
/proc/16703/task/16709/stat : 16709 (java) S 16701 16703 14898 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 21745097 832221184 22377 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16703/tid=16710] ppid=16701 vsize=812716 CPUtime=0
/proc/16703/task/16710/stat : 16710 (java) S 16701 16703 14898 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 21745097 832221184 22377 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16703/tid=16711] ppid=16701 vsize=812716 CPUtime=0
/proc/16703/task/16711/stat : 16711 (java) S 16701 16703 14898 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 21745101 832221184 22377 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16703/tid=16712] ppid=16701 vsize=812716 CPUtime=0.08
/proc/16703/task/16712/stat : 16712 (java) S 16701 16703 14898 0 -1 64 524 0 0 0 8 0 0 0 16 0 12 0 21745101 832221184 22377 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16703/tid=16713] ppid=16701 vsize=812716 CPUtime=2.44
/proc/16703/task/16713/stat : 16713 (java) S 16701 16703 14898 0 -1 64 5594 0 0 0 241 3 0 0 17 0 12 0 21745101 832221184 22377 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16703/tid=16714] ppid=16701 vsize=812716 CPUtime=0
/proc/16703/task/16714/stat : 16714 (java) S 16701 16703 14898 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 21745101 832221184 22377 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16703/tid=16715] ppid=16701 vsize=812716 CPUtime=0
/proc/16703/task/16715/stat : 16715 (java) S 16701 16703 14898 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 21745101 832221184 22377 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 812716

[startup+12.7026 s]
/proc/loadavg: 2.07 2.02 2.00 5/95 16715
/proc/meminfo: memFree=1345648/2055920 swapFree=4192812/4192956
[pid=16703] ppid=16701 vsize=812716 CPUtime=12.63
/proc/16703/stat : 16703 (java) S 16701 16703 14898 0 -1 0 37350 0 1 0 1244 19 0 0 21 0 12 0 21745092 832221184 33021 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16703/statm: 203179 33021 1445 9 0 200506 0
[pid=16703/tid=16705] ppid=16701 vsize=812716 CPUtime=9.4
/proc/16703/task/16705/stat : 16705 (java) R 16701 16703 14898 0 -1 64 17422 0 1 0 929 11 0 0 25 0 12 0 21745094 832221184 33021 996147200 134512640 134550932 4294956016 18446744073709551615 4109773903 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16703/tid=16706] ppid=16701 vsize=812716 CPUtime=0.34
/proc/16703/task/16706/stat : 16706 (java) S 16701 16703 14898 0 -1 64 7424 0 0 0 33 1 0 0 16 0 12 0 21745095 832221184 33021 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16703/tid=16707] ppid=16701 vsize=812716 CPUtime=0.31
/proc/16703/task/16707/stat : 16707 (java) S 16701 16703 14898 0 -1 64 5613 0 0 0 30 1 0 0 16 0 12 0 21745095 832221184 33021 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16703/tid=16708] ppid=16701 vsize=812716 CPUtime=0
/proc/16703/task/16708/stat : 16708 (java) S 16701 16703 14898 0 -1 64 32 0 0 0 0 0 0 0 16 0 12 0 21745097 832221184 33021 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16703/tid=16709] ppid=16701 vsize=812716 CPUtime=0
/proc/16703/task/16709/stat : 16709 (java) S 16701 16703 14898 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 21745097 832221184 33021 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16703/tid=16710] ppid=16701 vsize=812716 CPUtime=0
/proc/16703/task/16710/stat : 16710 (java) S 16701 16703 14898 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 21745097 832221184 33021 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16703/tid=16711] ppid=16701 vsize=812716 CPUtime=0
/proc/16703/task/16711/stat : 16711 (java) S 16701 16703 14898 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 21745101 832221184 33021 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16703/tid=16712] ppid=16701 vsize=812716 CPUtime=0.08
/proc/16703/task/16712/stat : 16712 (java) S 16701 16703 14898 0 -1 64 524 0 0 0 8 0 0 0 16 0 12 0 21745101 832221184 33021 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16703/tid=16713] ppid=16701 vsize=812716 CPUtime=2.44
/proc/16703/task/16713/stat : 16713 (java) S 16701 16703 14898 0 -1 64 5594 0 0 0 241 3 0 0 17 0 12 0 21745101 832221184 33021 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16703/tid=16714] ppid=16701 vsize=812716 CPUtime=0
/proc/16703/task/16714/stat : 16714 (java) S 16701 16703 14898 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 21745101 832221184 33021 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16703/tid=16715] ppid=16701 vsize=812716 CPUtime=0
/proc/16703/task/16715/stat : 16715 (java) S 16701 16703 14898 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 21745101 832221184 33021 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.63
Current children cumulated vsize (KiB) 812716

[startup+25.5011 s]
/proc/loadavg: 2.05 2.01 2.00 3/95 16715
/proc/meminfo: memFree=1280240/2055920 swapFree=4192812/4192956
[pid=16703] ppid=16701 vsize=812716 CPUtime=25.31
/proc/16703/stat : 16703 (java) S 16701 16703 14898 0 -1 0 53228 0 1 0 2505 26 0 0 21 0 12 0 21745092 832221184 48876 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16703/statm: 203179 48876 1445 9 0 200506 0
[pid=16703/tid=16705] ppid=16701 vsize=812716 CPUtime=21.2
/proc/16703/task/16705/stat : 16705 (java) R 16701 16703 14898 0 -1 64 17445 0 1 0 2109 11 0 0 25 0 12 0 21745094 832221184 48876 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16703/tid=16706] ppid=16701 vsize=812716 CPUtime=0.74
/proc/16703/task/16706/stat : 16706 (java) R 16701 16703 14898 0 -1 64 16213 0 0 0 69 5 0 0 16 0 12 0 21745095 832221184 48876 996147200 134512640 134550932 4294956016 18446744073709551615 106207513 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16703/tid=16707] ppid=16701 vsize=812716 CPUtime=0.78
/proc/16703/task/16707/stat : 16707 (java) R 16701 16703 14898 0 -1 64 12679 0 0 0 74 4 0 0 16 0 12 0 21745095 832221184 48876 996147200 134512640 134550932 4294956016 18446744073709551615 106195352 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16703/tid=16708] ppid=16701 vsize=812716 CPUtime=0
/proc/16703/task/16708/stat : 16708 (java) S 16701 16703 14898 0 -1 64 32 0 0 0 0 0 0 0 15 0 12 0 21745097 832221184 48876 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16703/tid=16709] ppid=16701 vsize=812716 CPUtime=0
/proc/16703/task/16709/stat : 16709 (java) S 16701 16703 14898 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 21745097 832221184 48876 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16703/tid=16710] ppid=16701 vsize=812716 CPUtime=0
/proc/16703/task/16710/stat : 16710 (java) S 16701 16703 14898 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 21745097 832221184 48876 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16703/tid=16711] ppid=16701 vsize=812716 CPUtime=0
/proc/16703/task/16711/stat : 16711 (java) S 16701 16703 14898 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 21745101 832221184 48876 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16703/tid=16712] ppid=16701 vsize=812716 CPUtime=0.08

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


[startup+1555.1 s]
/proc/loadavg: 2.16 2.10 2.03 3/86 16784
/proc/meminfo: memFree=1128008/2055920 swapFree=4192812/4192956
[pid=16703] ppid=16701 vsize=829044 CPUtime=1539.84
/proc/16703/stat : 16703 (java) S 16701 16703 14898 0 -1 0 4914944 0 1 0 151871 2113 0 0 21 0 13 0 21745092 848941056 176807 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16703/statm: 207261 176807 1446 9 0 204588 0
[pid=16703/tid=16705] ppid=16701 vsize=829044 CPUtime=136.32
/proc/16703/task/16705/stat : 16705 (java) S 16701 16703 14898 0 -1 64 18135 0 1 0 13620 12 0 0 17 0 13 0 21745094 848941056 176807 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16703/tid=16706] ppid=16701 vsize=829044 CPUtime=7.68
/proc/16703/task/16706/stat : 16706 (java) S 16701 16703 14898 0 -1 64 82675 0 0 0 738 30 0 0 16 0 13 0 21745095 848941056 176807 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16703/tid=16707] ppid=16701 vsize=829044 CPUtime=8.75
/proc/16703/task/16707/stat : 16707 (java) S 16701 16703 14898 0 -1 64 70745 0 0 0 847 28 0 0 15 0 13 0 21745095 848941056 176807 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16703/tid=16708] ppid=16701 vsize=829044 CPUtime=1384.5
/proc/16703/task/16708/stat : 16708 (java) R 16701 16703 14898 0 -1 64 4736524 0 0 0 136413 2037 0 0 25 0 13 0 21745097 848941056 176807 996147200 134512640 134550932 4294956016 18446744073709551615 106158875 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16703/tid=16709] ppid=16701 vsize=829044 CPUtime=0
/proc/16703/task/16709/stat : 16709 (java) S 16701 16703 14898 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 21745097 848941056 176807 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16703/tid=16710] ppid=16701 vsize=829044 CPUtime=0
/proc/16703/task/16710/stat : 16710 (java) S 16701 16703 14898 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 21745097 848941056 176807 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16703/tid=16711] ppid=16701 vsize=829044 CPUtime=0
/proc/16703/task/16711/stat : 16711 (java) S 16701 16703 14898 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 21745101 848941056 176807 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16703/tid=16712] ppid=16701 vsize=829044 CPUtime=0.08
/proc/16703/task/16712/stat : 16712 (java) S 16701 16703 14898 0 -1 64 524 0 0 0 8 0 0 0 16 0 13 0 21745101 848941056 176807 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16703/tid=16713] ppid=16701 vsize=829044 CPUtime=2.44
/proc/16703/task/16713/stat : 16713 (java) S 16701 16703 14898 0 -1 64 5594 0 0 0 241 3 0 0 17 0 13 0 21745101 848941056 176807 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16703/tid=16714] ppid=16701 vsize=829044 CPUtime=0
/proc/16703/task/16714/stat : 16714 (java) S 16701 16703 14898 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 21745101 848941056 176807 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16703/tid=16715] ppid=16701 vsize=829044 CPUtime=0
/proc/16703/task/16715/stat : 16715 (java) S 16701 16703 14898 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 21745101 848941056 176807 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16703/tid=16784] ppid=16701 vsize=829044 CPUtime=0
/proc/16703/task/16784/stat : 16784 (java) S 16701 16703 14898 0 -1 64 6 0 0 0 0 0 0 0 17 0 13 0 21899967 848941056 176807 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1539.84
Current children cumulated vsize (KiB) 829044

[startup+1556.7 s]
/proc/loadavg: 2.16 2.10 2.03 3/86 16784
/proc/meminfo: memFree=1128008/2055920 swapFree=4192812/4192956
[pid=16703] ppid=16701 vsize=829044 CPUtime=1541.43
/proc/16703/stat : 16703 (java) S 16701 16703 14898 0 -1 0 4922449 0 1 0 152026 2117 0 0 21 0 13 0 21745092 848941056 176807 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16703/statm: 207261 176807 1446 9 0 204588 0
[pid=16703/tid=16705] ppid=16701 vsize=829044 CPUtime=136.32
/proc/16703/task/16705/stat : 16705 (java) S 16701 16703 14898 0 -1 64 18135 0 1 0 13620 12 0 0 17 0 13 0 21745094 848941056 176807 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16703/tid=16706] ppid=16701 vsize=829044 CPUtime=7.68
/proc/16703/task/16706/stat : 16706 (java) S 16701 16703 14898 0 -1 64 82675 0 0 0 738 30 0 0 16 0 13 0 21745095 848941056 176807 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16703/tid=16707] ppid=16701 vsize=829044 CPUtime=8.75
/proc/16703/task/16707/stat : 16707 (java) S 16701 16703 14898 0 -1 64 70745 0 0 0 847 28 0 0 15 0 13 0 21745095 848941056 176807 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16703/tid=16708] ppid=16701 vsize=829044 CPUtime=1386.1
/proc/16703/task/16708/stat : 16708 (java) R 16701 16703 14898 0 -1 64 4744028 0 0 0 136569 2041 0 0 25 0 13 0 21745097 848941056 176807 996147200 134512640 134550932 4294956016 18446744073709551615 105696579 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16703/tid=16709] ppid=16701 vsize=829044 CPUtime=0
/proc/16703/task/16709/stat : 16709 (java) S 16701 16703 14898 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 21745097 848941056 176807 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16703/tid=16710] ppid=16701 vsize=829044 CPUtime=0
/proc/16703/task/16710/stat : 16710 (java) S 16701 16703 14898 0 -1 64 8 0 0 0 0 0 0 0 17 0 13 0 21745097 848941056 176807 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16703/tid=16711] ppid=16701 vsize=829044 CPUtime=0
/proc/16703/task/16711/stat : 16711 (java) S 16701 16703 14898 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 21745101 848941056 176807 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16703/tid=16712] ppid=16701 vsize=829044 CPUtime=0.08
/proc/16703/task/16712/stat : 16712 (java) S 16701 16703 14898 0 -1 64 524 0 0 0 8 0 0 0 16 0 13 0 21745101 848941056 176807 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16703/tid=16713] ppid=16701 vsize=829044 CPUtime=2.44
/proc/16703/task/16713/stat : 16713 (java) S 16701 16703 14898 0 -1 64 5594 0 0 0 241 3 0 0 17 0 13 0 21745101 848941056 176807 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16703/tid=16714] ppid=16701 vsize=829044 CPUtime=0
/proc/16703/task/16714/stat : 16714 (java) S 16701 16703 14898 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 21745101 848941056 176807 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16703/tid=16715] ppid=16701 vsize=829044 CPUtime=0
/proc/16703/task/16715/stat : 16715 (java) S 16701 16703 14898 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 21745101 848941056 176807 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16703/tid=16784] ppid=16701 vsize=829044 CPUtime=0
/proc/16703/task/16784/stat : 16784 (java) S 16701 16703 14898 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 21899967 848941056 176807 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1541.43
Current children cumulated vsize (KiB) 829044

[startup+1558.3 s]
/proc/loadavg: 2.16 2.10 2.03 3/86 16784
/proc/meminfo: memFree=1128008/2055920 swapFree=4192812/4192956
[pid=16703] ppid=16701 vsize=829044 CPUtime=1543.03
/proc/16703/stat : 16703 (java) S 16701 16703 14898 0 -1 0 4922449 0 1 0 152186 2117 0 0 21 0 13 0 21745092 848941056 176807 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16703/statm: 207261 176807 1446 9 0 204588 0
[pid=16703/tid=16705] ppid=16701 vsize=829044 CPUtime=136.32
/proc/16703/task/16705/stat : 16705 (java) S 16701 16703 14898 0 -1 64 18135 0 1 0 13620 12 0 0 17 0 13 0 21745094 848941056 176807 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16703/tid=16706] ppid=16701 vsize=829044 CPUtime=7.68
/proc/16703/task/16706/stat : 16706 (java) S 16701 16703 14898 0 -1 64 82675 0 0 0 738 30 0 0 16 0 13 0 21745095 848941056 176807 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16703/tid=16707] ppid=16701 vsize=829044 CPUtime=8.75
/proc/16703/task/16707/stat : 16707 (java) S 16701 16703 14898 0 -1 64 70745 0 0 0 847 28 0 0 15 0 13 0 21745095 848941056 176807 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16703/tid=16708] ppid=16701 vsize=829044 CPUtime=1387.69
/proc/16703/task/16708/stat : 16708 (java) R 16701 16703 14898 0 -1 64 4744028 0 0 0 136728 2041 0 0 25 0 13 0 21745097 848941056 176807 996147200 134512640 134550932 4294956016 18446744073709551615 106159152 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16703/tid=16709] ppid=16701 vsize=829044 CPUtime=0
/proc/16703/task/16709/stat : 16709 (java) S 16701 16703 14898 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 21745097 848941056 176807 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16703/tid=16710] ppid=16701 vsize=829044 CPUtime=0
/proc/16703/task/16710/stat : 16710 (java) S 16701 16703 14898 0 -1 64 8 0 0 0 0 0 0 0 17 0 13 0 21745097 848941056 176807 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16703/tid=16711] ppid=16701 vsize=829044 CPUtime=0
/proc/16703/task/16711/stat : 16711 (java) S 16701 16703 14898 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 21745101 848941056 176807 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16703/tid=16712] ppid=16701 vsize=829044 CPUtime=0.08
/proc/16703/task/16712/stat : 16712 (java) S 16701 16703 14898 0 -1 64 524 0 0 0 8 0 0 0 16 0 13 0 21745101 848941056 176807 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16703/tid=16713] ppid=16701 vsize=829044 CPUtime=2.44
/proc/16703/task/16713/stat : 16713 (java) S 16701 16703 14898 0 -1 64 5594 0 0 0 241 3 0 0 17 0 13 0 21745101 848941056 176807 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16703/tid=16714] ppid=16701 vsize=829044 CPUtime=0
/proc/16703/task/16714/stat : 16714 (java) S 16701 16703 14898 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 21745101 848941056 176807 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16703/tid=16715] ppid=16701 vsize=829044 CPUtime=0
/proc/16703/task/16715/stat : 16715 (java) S 16701 16703 14898 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 21745101 848941056 176807 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16703/tid=16784] ppid=16701 vsize=829044 CPUtime=0
/proc/16703/task/16784/stat : 16784 (java) S 16701 16703 14898 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 21899967 848941056 176807 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1543.03
Current children cumulated vsize (KiB) 829044

[startup+1558.71 s]
/proc/loadavg: 2.15 2.10 2.03 3/86 16784
/proc/meminfo: memFree=1128008/2055920 swapFree=4192812/4192956
[pid=16703] ppid=16701 vsize=813040 CPUtime=1543.43
/proc/16703/stat : 16703 (java) S 16701 16703 14898 0 -1 0 4922455 0 1 0 152226 2117 0 0 21 0 12 0 21745092 832552960 172811 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16703/statm: 203260 172811 1447 9 0 200587 0
[pid=16703/tid=16705] ppid=16701 vsize=813040 CPUtime=136.32
/proc/16703/task/16705/stat : 16705 (java) S 16701 16703 14898 0 -1 64 18136 0 1 0 13620 12 0 0 16 0 12 0 21745094 832552960 172811 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16703/tid=16706] ppid=16701 vsize=813040 CPUtime=7.68
/proc/16703/task/16706/stat : 16706 (java) S 16701 16703 14898 0 -1 64 82675 0 0 0 738 30 0 0 16 0 12 0 21745095 832552960 172811 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16703/tid=16707] ppid=16701 vsize=813040 CPUtime=8.75
/proc/16703/task/16707/stat : 16707 (java) S 16701 16703 14898 0 -1 64 70745 0 0 0 847 28 0 0 15 0 12 0 21745095 832552960 172811 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16703/tid=16708] ppid=16701 vsize=813040 CPUtime=1388.09
/proc/16703/task/16708/stat : 16708 (java) R 16701 16703 14898 0 -1 64 4744028 0 0 0 136768 2041 0 0 25 0 12 0 21745097 832552960 172811 996147200 134512640 134550932 4294956016 18446744073709551615 106158102 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16703/tid=16709] ppid=16701 vsize=813040 CPUtime=0
/proc/16703/task/16709/stat : 16709 (java) S 16701 16703 14898 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 21745097 832552960 172811 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16703/tid=16710] ppid=16701 vsize=813040 CPUtime=0
/proc/16703/task/16710/stat : 16710 (java) S 16701 16703 14898 0 -1 64 9 0 0 0 0 0 0 0 17 0 12 0 21745097 832552960 172811 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16703/tid=16711] ppid=16701 vsize=813040 CPUtime=0
/proc/16703/task/16711/stat : 16711 (java) S 16701 16703 14898 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 21745101 832552960 172811 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16703/tid=16712] ppid=16701 vsize=813040 CPUtime=0.08
/proc/16703/task/16712/stat : 16712 (java) S 16701 16703 14898 0 -1 64 524 0 0 0 8 0 0 0 16 0 12 0 21745101 832552960 172811 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16703/tid=16713] ppid=16701 vsize=813040 CPUtime=2.44
/proc/16703/task/16713/stat : 16713 (java) S 16701 16703 14898 0 -1 64 5594 0 0 0 241 3 0 0 17 0 12 0 21745101 832552960 172811 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16703/tid=16714] ppid=16701 vsize=813040 CPUtime=0
/proc/16703/task/16714/stat : 16714 (java) S 16701 16703 14898 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 21745101 832552960 172811 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16703/tid=16715] ppid=16701 vsize=813040 CPUtime=0
/proc/16703/task/16715/stat : 16715 (java) S 16701 16703 14898 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 21745101 832552960 172811 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1543.43
Current children cumulated vsize (KiB) 813040

[startup+1558.9 s]
/proc/loadavg: 2.15 2.10 2.03 3/86 16784
/proc/meminfo: memFree=1128008/2055920 swapFree=4192812/4192956
[pid=16703] ppid=16701 vsize=813040 CPUtime=1543.62
/proc/16703/stat : 16703 (java) S 16701 16703 14898 0 -1 0 4922455 0 1 0 152245 2117 0 0 21 0 12 0 21745092 832552960 172811 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16703/statm: 203260 172811 1447 9 0 200587 0
[pid=16703/tid=16705] ppid=16701 vsize=813040 CPUtime=136.32
/proc/16703/task/16705/stat : 16705 (java) S 16701 16703 14898 0 -1 64 18136 0 1 0 13620 12 0 0 16 0 12 0 21745094 832552960 172811 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16703/tid=16706] ppid=16701 vsize=813040 CPUtime=7.68
/proc/16703/task/16706/stat : 16706 (java) S 16701 16703 14898 0 -1 64 82675 0 0 0 738 30 0 0 16 0 12 0 21745095 832552960 172811 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16703/tid=16707] ppid=16701 vsize=813040 CPUtime=8.75
/proc/16703/task/16707/stat : 16707 (java) S 16701 16703 14898 0 -1 64 70745 0 0 0 847 28 0 0 15 0 12 0 21745095 832552960 172811 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16703/tid=16708] ppid=16701 vsize=813040 CPUtime=1388.28
/proc/16703/task/16708/stat : 16708 (java) R 16701 16703 14898 0 -1 64 4744028 0 0 0 136787 2041 0 0 25 0 12 0 21745097 832552960 172811 996147200 134512640 134550932 4294956016 18446744073709551615 105698031 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16703/tid=16709] ppid=16701 vsize=813040 CPUtime=0
/proc/16703/task/16709/stat : 16709 (java) S 16701 16703 14898 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 21745097 832552960 172811 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16703/tid=16710] ppid=16701 vsize=813040 CPUtime=0
/proc/16703/task/16710/stat : 16710 (java) S 16701 16703 14898 0 -1 64 9 0 0 0 0 0 0 0 17 0 12 0 21745097 832552960 172811 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16703/tid=16711] ppid=16701 vsize=813040 CPUtime=0
/proc/16703/task/16711/stat : 16711 (java) S 16701 16703 14898 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 21745101 832552960 172811 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16703/tid=16712] ppid=16701 vsize=813040 CPUtime=0.08
/proc/16703/task/16712/stat : 16712 (java) S 16701 16703 14898 0 -1 64 524 0 0 0 8 0 0 0 16 0 12 0 21745101 832552960 172811 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16703/tid=16713] ppid=16701 vsize=813040 CPUtime=2.44
/proc/16703/task/16713/stat : 16713 (java) S 16701 16703 14898 0 -1 64 5594 0 0 0 241 3 0 0 17 0 12 0 21745101 832552960 172811 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16703/tid=16714] ppid=16701 vsize=813040 CPUtime=0
/proc/16703/task/16714/stat : 16714 (java) S 16701 16703 14898 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 21745101 832552960 172811 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16703/tid=16715] ppid=16701 vsize=813040 CPUtime=0
/proc/16703/task/16715/stat : 16715 (java) S 16701 16703 14898 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 21745101 832552960 172811 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1543.62
Current children cumulated vsize (KiB) 813040

[startup+1559 s]
/proc/loadavg: 2.15 2.10 2.03 3/86 16784
/proc/meminfo: memFree=1128008/2055920 swapFree=4192812/4192956
[pid=16703] ppid=16701 vsize=0 CPUtime=1543.71
/proc/16703/stat : 16703 (java) Z 16701 16703 14898 0 -1 12 4922460 0 1 0 152246 2125 0 0 16 0 2 0 21745092 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16703/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1543.71
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 1559.03
CPU time (s): 1543.74
CPU user time (s): 1522.47
CPU system time (s): 21.2768
CPU usage (%): 99.0196
Max. virtual memory (cumulated for all children) (KiB): 837048

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1522.47
system time used= 21.2768
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 4922460
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= 35833
involuntary context switches= 82916

runsolver used 2.09068 second user time and 5.04423 second system time

The end

Launcher Data

Begin job on node91 at 2009-07-11 23:13:25
IDJOB=2068259
IDBENCH=54845
IDSOLVER=731
FILE ID=node91/2068259-1247346805
PBS_JOBID= 9506756
Free space on /tmp= 66112 MiB

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

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

MD5SUM BENCH= ef444482ff2f983ece739c11a5a9c60e
RANDOM SEED=2084973546

node91.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.241
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.241
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:       1469744 kB
Buffers:         22456 kB
Cached:          88792 kB
SwapCached:          0 kB
Active:         501808 kB
Inactive:        31044 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1469744 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1868 kB
Writeback:           0 kB
Mapped:         441952 kB
Slab:            37596 kB
Committed_AS:   575416 kB
PageTables:       2656 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66112 MiB
End job on node91 at 2009-07-11 23:39:24