Trace number 2081613

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? 250.032 250.971

General information on the benchmark

Namecsp/super-js/super-js-taillard-20-15/
normalized-super-js-taillard-20-15-24.xml
MD5SUM32c080069cd6a9f51c8c0a6f1b619a56
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark3.9544
Satisfiable
(Un)Satisfiability was proved
Number of variables600
Number of constraints9690
Maximum constraint arity2
Maximum domain size1288
Number of constraints which are defined in extension0
Number of constraints which are defined in intension9690
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.16	c version 2.1.1.v20090622
0.08/0.16	c sun.arch.data.model	32
0.08/0.16	c java.version	1.6.0_12
0.08/0.16	c os.name	Linux
0.08/0.16	c os.version	2.6.9-22.EL.rootsmp
0.08/0.16	c os.arch	i386
0.08/0.16	c Free memory 671000808
0.08/0.16	c Max memory 672137216
0.08/0.16	c Total memory 672137216
0.08/0.16	c Number of processors 2
0.18/0.25	c c --- Begin Solver configuration ---
0.18/0.25	c Stops conflict analysis at the first Unique Implication Point
0.18/0.25	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@1f14ceb
0.18/0.25	c Learn all clauses as in MiniSAT
0.18/0.25	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.18/0.25	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.18/0.25	c Expensive reason simplification
0.18/0.25	c MiniSAT restarts strategy
0.18/0.25	c Memory based learned constraints deletion strategy
0.18/0.25	c timeout=2147483s
0.18/0.25	c DB Simplification allowed=false
0.18/0.25	c --- End Solver configuration ---
0.18/0.25	c solving HOME/instance-2081613-1247373355.xml
0.18/0.25	c reading problem ... 
0.47/0.51	c reading problem named null
0.47/0.51	c reading domains done.
0.47/0.55	c reading variables done.
2.21/2.14	c reading predicates  done.
2.40/2.38	c reading constraints
240.88/241.74	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
240.88/241.74		at org.sat4j.minisat.constraints.cnf.WLClause.<init>(Unknown Source)
240.88/241.74		at org.sat4j.minisat.constraints.cnf.OriginalWLClause.<init>(Unknown Source)
249.69/250.68	c starts		: 0
249.69/250.68	c conflicts		: 0
249.69/250.68	c decisions		: 0
249.69/250.68	c propagations		: 0
249.69/250.68	c inspects		: 0
249.69/250.68	c learnt literals	: 0
249.69/250.68	c learnt binary clauses	: 0
249.69/250.68	c learnt ternary clauses	: 0
249.69/250.68	c learnt clauses	: 0
249.69/250.68	c ignored clauses	: 0
249.69/250.68	c root simplifications	: 0
249.69/250.68	c removed literals (reason simplification)	: 0
249.69/250.68	c reason swapping (by a shorter reason)	: 0
249.69/250.68	c Calls to reduceDB	: 0
249.69/250.68	c speed (assignments/second)	: 0.0
249.69/250.68	c non guided choices	0
249.69/250.68	c learnt constraints type 
249.69/250.68	c constraints type 
249.69/250.68	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 110343
249.69/250.68	c org.sat4j.minisat.constraints.card.AtLeast => 600
249.69/250.68	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 6
249.69/250.68	s UNKNOWN
249.69/250.68	c Total wall clock time (in seconds) : 245.964

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-2081613-1247373355/watcher-2081613-1247373355 -o /tmp/evaluation-result-2081613-1247373355/solver-2081613-1247373355 -C 1800 -W 2000 -M 900 java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2081613-1247373355.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.32 2.10 2.02 3/74 25515
/proc/meminfo: memFree=1689944/2055920 swapFree=4192812/4192956
[pid=25515] ppid=25513 vsize=18576 CPUtime=0
/proc/25515/stat : 25515 (runsolver) R 25513 25515 20197 0 -1 4194368 16 0 0 0 0 0 0 0 18 0 1 0 24399585 19021824 284 996147200 4194304 4302564 548682068448 18446744073709551615 266890439975 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/25515/statm: 4644 284 249 26 0 2626 0

[startup+0.014684 s]
/proc/loadavg: 2.32 2.10 2.02 3/74 25515
/proc/meminfo: memFree=1689944/2055920 swapFree=4192812/4192956
[pid=25515] ppid=25513 vsize=1616 CPUtime=0
/proc/25515/stat : 25515 (java) D 25513 25515 20197 0 -1 0 347 0 0 0 0 0 0 0 18 0 1 0 24399585 1654784 155 996147200 134512640 134550932 4294956016 18446744073709551615 8606500 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/25515/statm: 404 155 118 9 0 46 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1616

[startup+0.105692 s]
/proc/loadavg: 2.32 2.10 2.02 3/74 25515
/proc/meminfo: memFree=1689944/2055920 swapFree=4192812/4192956
[pid=25515] ppid=25513 vsize=804560 CPUtime=0.08
/proc/25515/stat : 25515 (java) S 25513 25515 20197 0 -1 0 2994 0 1 0 6 2 0 0 18 0 12 0 24399585 823869440 2737 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25515/statm: 201140 2737 1080 9 0 198474 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 804560

[startup+0.301715 s]
/proc/loadavg: 2.32 2.10 2.02 3/74 25515
/proc/meminfo: memFree=1689944/2055920 swapFree=4192812/4192956
[pid=25515] ppid=25513 vsize=805628 CPUtime=0.28
/proc/25515/stat : 25515 (java) S 25513 25515 20197 0 -1 0 4265 0 1 0 24 4 0 0 18 0 12 0 24399585 824963072 4002 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25515/statm: 201407 4002 1358 9 0 198734 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 805628

[startup+0.701752 s]
/proc/loadavg: 2.32 2.10 2.02 3/74 25515
/proc/meminfo: memFree=1689944/2055920 swapFree=4192812/4192956
[pid=25515] ppid=25513 vsize=807184 CPUtime=0.67
/proc/25515/stat : 25515 (java) S 25513 25515 20197 0 -1 0 5430 0 1 0 63 4 0 0 18 0 12 0 24399585 826556416 4921 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25515/statm: 201796 4921 1386 9 0 199123 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 807184

[startup+1.50185 s]
/proc/loadavg: 2.32 2.10 2.02 3/86 25527
/proc/meminfo: memFree=1643448/2055920 swapFree=4192812/4192956
[pid=25515] ppid=25513 vsize=807184 CPUtime=1.61
/proc/25515/stat : 25515 (java) S 25513 25515 20197 0 -1 0 32481 0 1 0 143 18 0 0 18 0 12 0 24399585 826556416 31092 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25515/statm: 201796 31092 1404 9 0 199123 0
[pid=25515/tid=25517] ppid=25513 vsize=807184 CPUtime=0.79
/proc/25515/task/25517/stat : 25517 (java) R 25513 25515 20197 0 -1 64 16888 0 1 0 68 11 0 0 25 0 12 0 24399587 826556416 31092 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25515/tid=25518] ppid=25513 vsize=807184 CPUtime=0.21
/proc/25515/task/25518/stat : 25518 (java) R 25513 25515 20197 0 -1 64 6594 0 0 0 18 3 0 0 16 0 12 0 24399588 826556416 31092 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25515/tid=25519] ppid=25513 vsize=807184 CPUtime=0.2
/proc/25515/task/25519/stat : 25519 (java) R 25513 25515 20197 0 -1 64 7056 0 0 0 17 3 0 0 16 0 12 0 24399588 826556416 31092 996147200 134512640 134550932 4294956016 18446744073709551615 106195365 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25515/tid=25520] ppid=25513 vsize=807184 CPUtime=0
/proc/25515/task/25520/stat : 25520 (java) S 25513 25515 20197 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 24399590 826556416 31092 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25515/tid=25521] ppid=25513 vsize=807184 CPUtime=0
/proc/25515/task/25521/stat : 25521 (java) S 25513 25515 20197 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 24399590 826556416 31092 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25515/tid=25522] ppid=25513 vsize=807184 CPUtime=0
/proc/25515/task/25522/stat : 25522 (java) S 25513 25515 20197 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 24399590 826556416 31092 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25515/tid=25523] ppid=25513 vsize=807184 CPUtime=0
/proc/25515/task/25523/stat : 25523 (java) S 25513 25515 20197 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 24399595 826556416 31092 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25515/tid=25524] ppid=25513 vsize=807184 CPUtime=0
/proc/25515/task/25524/stat : 25524 (java) S 25513 25515 20197 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 24399595 826556416 31092 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25515/tid=25525] ppid=25513 vsize=807184 CPUtime=0.38
/proc/25515/task/25525/stat : 25525 (java) S 25513 25515 20197 0 -1 64 1184 0 0 0 38 0 0 0 16 0 12 0 24399595 826556416 31092 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25515/tid=25526] ppid=25513 vsize=807184 CPUtime=0
/proc/25515/task/25526/stat : 25526 (java) S 25513 25515 20197 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 24399595 826556416 31092 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25515/tid=25527] ppid=25513 vsize=807184 CPUtime=0
/proc/25515/task/25527/stat : 25527 (java) S 25513 25515 20197 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 24399595 826556416 31092 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.61
Current children cumulated vsize (KiB) 807184

[startup+3.10303 s]
/proc/loadavg: 2.32 2.10 2.02 4/86 25527
/proc/meminfo: memFree=1514232/2055920 swapFree=4192812/4192956
[pid=25515] ppid=25513 vsize=812252 CPUtime=3.2
/proc/25515/stat : 25515 (java) S 25513 25515 20197 0 -1 0 49445 0 1 0 293 27 0 0 18 0 12 0 24399585 831746048 46450 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25515/statm: 203063 46450 1426 9 0 200390 0
[pid=25515/tid=25517] ppid=25513 vsize=812252 CPUtime=1.44
/proc/25515/task/25517/stat : 25517 (java) R 25513 25515 20197 0 -1 64 17433 0 1 0 132 12 0 0 21 0 12 0 24399587 831746048 46450 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25515/tid=25518] ppid=25513 vsize=812252 CPUtime=0.48
/proc/25515/task/25518/stat : 25518 (java) R 25513 25515 20197 0 -1 64 13742 0 0 0 42 6 0 0 16 0 12 0 24399588 831746048 46450 996147200 134512640 134550932 4294956016 18446744073709551615 105886418 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25515/tid=25519] ppid=25513 vsize=812252 CPUtime=0.48
/proc/25515/task/25519/stat : 25519 (java) R 25513 25515 20197 0 -1 64 14264 0 0 0 42 6 0 0 16 0 12 0 24399588 831746048 46450 996147200 134512640 134550932 4294956016 18446744073709551615 106195365 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25515/tid=25520] ppid=25513 vsize=812252 CPUtime=0
/proc/25515/task/25520/stat : 25520 (java) S 25513 25515 20197 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 24399590 831746048 46450 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25515/tid=25521] ppid=25513 vsize=812252 CPUtime=0
/proc/25515/task/25521/stat : 25521 (java) S 25513 25515 20197 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 24399590 831746048 46450 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25515/tid=25522] ppid=25513 vsize=812252 CPUtime=0
/proc/25515/task/25522/stat : 25522 (java) S 25513 25515 20197 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 24399590 831746048 46450 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25515/tid=25523] ppid=25513 vsize=812252 CPUtime=0
/proc/25515/task/25523/stat : 25523 (java) S 25513 25515 20197 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 24399595 831746048 46450 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25515/tid=25524] ppid=25513 vsize=812252 CPUtime=0
/proc/25515/task/25524/stat : 25524 (java) S 25513 25515 20197 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 24399595 831746048 46450 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25515/tid=25525] ppid=25513 vsize=812252 CPUtime=0.76
/proc/25515/task/25525/stat : 25525 (java) S 25513 25515 20197 0 -1 64 3247 0 0 0 75 1 0 0 17 0 12 0 24399595 831746048 46450 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25515/tid=25526] ppid=25513 vsize=812252 CPUtime=0
/proc/25515/task/25526/stat : 25526 (java) S 25513 25515 20197 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 24399595 831746048 46450 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25515/tid=25527] ppid=25513 vsize=812252 CPUtime=0
/proc/25515/task/25527/stat : 25527 (java) S 25513 25515 20197 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 24399595 831746048 46450 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.2
Current children cumulated vsize (KiB) 812252

[startup+6.30238 s]
/proc/loadavg: 2.29 2.10 2.02 4/86 25527
/proc/meminfo: memFree=1456888/2055920 swapFree=4192812/4192956
[pid=25515] ppid=25513 vsize=816304 CPUtime=6.53
/proc/25515/stat : 25515 (java) S 25513 25515 20197 0 -1 0 67173 0 1 0 618 35 0 0 18 0 12 0 24399585 835895296 60402 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25515/statm: 204076 60402 1433 9 0 201403 0
[pid=25515/tid=25517] ppid=25513 vsize=816304 CPUtime=3.41
/proc/25515/task/25517/stat : 25517 (java) R 25513 25515 20197 0 -1 64 17441 0 1 0 329 12 0 0 25 0 12 0 24399587 835895296 60402 996147200 134512640 134550932 4294956016 18446744073709551615 4109821683 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25515/tid=25518] ppid=25513 vsize=816304 CPUtime=0.76
/proc/25515/task/25518/stat : 25518 (java) S 25513 25515 20197 0 -1 64 22116 0 0 0 67 9 0 0 16 0 12 0 24399588 835895296 60402 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25515/tid=25519] ppid=25513 vsize=816304 CPUtime=0.72
/proc/25515/task/25519/stat : 25519 (java) S 25513 25515 20197 0 -1 64 19869 0 0 0 63 9 0 0 16 0 12 0 24399588 835895296 60402 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25515/tid=25520] ppid=25513 vsize=816304 CPUtime=0
/proc/25515/task/25520/stat : 25520 (java) S 25513 25515 20197 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 24399590 835895296 60402 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25515/tid=25521] ppid=25513 vsize=816304 CPUtime=0
/proc/25515/task/25521/stat : 25521 (java) S 25513 25515 20197 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 24399590 835895296 60402 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25515/tid=25522] ppid=25513 vsize=816304 CPUtime=0
/proc/25515/task/25522/stat : 25522 (java) S 25513 25515 20197 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 24399590 835895296 60402 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25515/tid=25523] ppid=25513 vsize=816304 CPUtime=0
/proc/25515/task/25523/stat : 25523 (java) S 25513 25515 20197 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 24399595 835895296 60402 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25515/tid=25524] ppid=25513 vsize=816304 CPUtime=0
/proc/25515/task/25524/stat : 25524 (java) S 25513 25515 20197 0 -1 64 17 0 0 0 0 0 0 0 17 0 12 0 24399595 835895296 60402 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25515/tid=25525] ppid=25513 vsize=816304 CPUtime=1.6
/proc/25515/task/25525/stat : 25525 (java) S 25513 25515 20197 0 -1 64 6984 0 0 0 157 3 0 0 20 0 12 0 24399595 835895296 60402 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25515/tid=25526] ppid=25513 vsize=816304 CPUtime=0
/proc/25515/task/25526/stat : 25526 (java) S 25513 25515 20197 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 24399595 835895296 60402 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25515/tid=25527] ppid=25513 vsize=816304 CPUtime=0
/proc/25515/task/25527/stat : 25527 (java) S 25513 25515 20197 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 24399595 835895296 60402 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.53
Current children cumulated vsize (KiB) 816304

[startup+12.7034 s]
/proc/loadavg: 2.27 2.10 2.02 3/86 25527
/proc/meminfo: memFree=1404856/2055920 swapFree=4192812/4192956
[pid=25515] ppid=25513 vsize=816272 CPUtime=12.87
/proc/25515/stat : 25515 (java) S 25513 25515 20197 0 -1 0 80892 0 1 0 1245 42 0 0 18 0 12 0 24399585 835862528 74093 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25515/statm: 204068 74093 1433 9 0 201395 0
[pid=25515/tid=25517] ppid=25513 vsize=816272 CPUtime=8.87
/proc/25515/task/25517/stat : 25517 (java) R 25513 25515 20197 0 -1 64 17465 0 1 0 875 12 0 0 25 0 12 0 24399587 835862528 74093 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25515/tid=25518] ppid=25513 vsize=816272 CPUtime=1.05
/proc/25515/task/25518/stat : 25518 (java) R 25513 25515 20197 0 -1 64 27782 0 0 0 93 12 0 0 15 0 12 0 24399588 835862528 74093 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25515/tid=25519] ppid=25513 vsize=816272 CPUtime=0.96
/proc/25515/task/25519/stat : 25519 (java) S 25513 25515 20197 0 -1 64 27897 0 0 0 83 13 0 0 15 0 12 0 24399588 835862528 74093 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25515/tid=25520] ppid=25513 vsize=816272 CPUtime=0
/proc/25515/task/25520/stat : 25520 (java) S 25513 25515 20197 0 -1 64 8 0 0 0 0 0 0 0 15 0 12 0 24399590 835862528 74093 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25515/tid=25521] ppid=25513 vsize=816272 CPUtime=0
/proc/25515/task/25521/stat : 25521 (java) S 25513 25515 20197 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 24399590 835862528 74093 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25515/tid=25522] ppid=25513 vsize=816272 CPUtime=0
/proc/25515/task/25522/stat : 25522 (java) S 25513 25515 20197 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 24399590 835862528 74093 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25515/tid=25523] ppid=25513 vsize=816272 CPUtime=0
/proc/25515/task/25523/stat : 25523 (java) S 25513 25515 20197 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 24399595 835862528 74093 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25515/tid=25524] ppid=25513 vsize=816272 CPUtime=0
/proc/25515/task/25524/stat : 25524 (java) S 25513 25515 20197 0 -1 64 17 0 0 0 0 0 0 0 17 0 12 0 24399595 835862528 74093 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25515/tid=25525] ppid=25513 vsize=816272 CPUtime=1.93
/proc/25515/task/25525/stat : 25525 (java) S 25513 25515 20197 0 -1 64 6985 0 0 0 190 3 0 0 16 0 12 0 24399595 835862528 74093 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25515/tid=25526] ppid=25513 vsize=816272 CPUtime=0
/proc/25515/task/25526/stat : 25526 (java) S 25513 25515 20197 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 24399595 835862528 74093 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25515/tid=25527] ppid=25513 vsize=816272 CPUtime=0
/proc/25515/task/25527/stat : 25527 (java) S 25513 25515 20197 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 24399595 835862528 74093 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.87
Current children cumulated vsize (KiB) 816272

[startup+25.5023 s]
/proc/loadavg: 2.21 2.09 2.02 3/86 25527
/proc/meminfo: memFree=1317880/2055920 swapFree=4192812/4192956
[pid=25515] ppid=25513 vsize=816240 CPUtime=25.59
/proc/25515/stat : 25515 (java) S 25513 25515 20197 0 -1 0 100880 0 1 0 2508 51 0 0 18 0 12 0 24399585 835829760 94043 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25515/statm: 204060 94043 1433 9 0 201387 0
[pid=25515/tid=25517] ppid=25513 vsize=816240 CPUtime=20.77
/proc/25515/task/25517/stat : 25517 (java) R 25513 25515 20197 0 -1 64 17495 0 1 0 2065 12 0 0 25 0 12 0 24399587 835829760 94043 996147200 134512640 134550932 4294956016 18446744073709551615 4109597740 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25515/tid=25518] ppid=25513 vsize=816240 CPUtime=1.42
/proc/25515/task/25518/stat : 25518 (java) S 25513 25515 20197 0 -1 64 39223 0 0 0 126 16 0 0 16 0 12 0 24399588 835829760 94043 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25515/tid=25519] ppid=25513 vsize=816240 CPUtime=1.33
/proc/25515/task/25519/stat : 25519 (java) S 25513 25515 20197 0 -1 64 36414 0 0 0 116 17 0 0 16 0 12 0 24399588 835829760 94043 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25515/tid=25520] ppid=25513 vsize=816240 CPUtime=0.01
/proc/25515/task/25520/stat : 25520 (java) S 25513 25515 20197 0 -1 64 8 0 0 0 1 0 0 0 15 0 12 0 24399590 835829760 94043 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25515/tid=25521] ppid=25513 vsize=816240 CPUtime=0
/proc/25515/task/25521/stat : 25521 (java) S 25513 25515 20197 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 24399590 835829760 94043 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25515/tid=25522] ppid=25513 vsize=816240 CPUtime=0
/proc/25515/task/25522/stat : 25522 (java) S 25513 25515 20197 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 24399590 835829760 94043 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25515/tid=25523] ppid=25513 vsize=816240 CPUtime=0
/proc/25515/task/25523/stat : 25523 (java) S 25513 25515 20197 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 24399595 835829760 94043 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25515/tid=25524] ppid=25513 vsize=816240 CPUtime=0

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


[startup+243.108 s]
/proc/loadavg: 2.60 2.26 2.09 3/94 25570
/proc/meminfo: memFree=588456/2055920 swapFree=4192812/4192956
[pid=25515] ppid=25513 vsize=820160 CPUtime=242.27
/proc/25515/stat : 25515 (java) S 25513 25515 20197 0 -1 0 364170 0 1 0 24033 194 0 0 18 0 12 0 24399585 839843840 174555 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25515/statm: 205040 174555 1434 9 0 202367 0
[pid=25515/tid=25517] ppid=25513 vsize=820160 CPUtime=172.29
/proc/25515/task/25517/stat : 25517 (java) S 25513 25515 20197 0 -1 64 17882 0 1 0 17214 15 0 0 17 0 12 0 24399587 839843840 174555 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25515/tid=25518] ppid=25513 vsize=820160 CPUtime=5.02
/proc/25515/task/25518/stat : 25518 (java) S 25513 25515 20197 0 -1 64 80135 0 0 0 466 36 0 0 15 0 12 0 24399588 839843840 174555 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25515/tid=25519] ppid=25513 vsize=820160 CPUtime=4.88
/proc/25515/task/25519/stat : 25519 (java) S 25513 25515 20197 0 -1 64 74937 0 0 0 455 33 0 0 16 0 12 0 24399588 839843840 174555 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25515/tid=25520] ppid=25513 vsize=820160 CPUtime=58
/proc/25515/task/25520/stat : 25520 (java) R 25513 25515 20197 0 -1 64 183476 0 0 0 5697 103 0 0 25 0 12 0 24399590 839843840 174555 996147200 134512640 134550932 4294956016 18446744073709551615 106157704 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25515/tid=25521] ppid=25513 vsize=820160 CPUtime=0
/proc/25515/task/25521/stat : 25521 (java) S 25513 25515 20197 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 24399590 839843840 174555 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25515/tid=25522] ppid=25513 vsize=820160 CPUtime=0
/proc/25515/task/25522/stat : 25522 (java) S 25513 25515 20197 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 24399590 839843840 174555 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25515/tid=25523] ppid=25513 vsize=820160 CPUtime=0
/proc/25515/task/25523/stat : 25523 (java) S 25513 25515 20197 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 24399595 839843840 174555 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25515/tid=25524] ppid=25513 vsize=820160 CPUtime=0
/proc/25515/task/25524/stat : 25524 (java) S 25513 25515 20197 0 -1 64 17 0 0 0 0 0 0 0 17 0 12 0 24399595 839843840 174555 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25515/tid=25525] ppid=25513 vsize=820160 CPUtime=2.01
/proc/25515/task/25525/stat : 25525 (java) S 25513 25515 20197 0 -1 64 6985 0 0 0 198 3 0 0 17 0 12 0 24399595 839843840 174555 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25515/tid=25526] ppid=25513 vsize=820160 CPUtime=0
/proc/25515/task/25526/stat : 25526 (java) S 25513 25515 20197 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 24399595 839843840 174555 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25515/tid=25527] ppid=25513 vsize=820160 CPUtime=0
/proc/25515/task/25527/stat : 25527 (java) S 25513 25515 20197 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 24399595 839843840 174555 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 242.27
Current children cumulated vsize (KiB) 820160

[startup+246.302 s]
/proc/loadavg: 2.60 2.26 2.09 3/95 25571
/proc/meminfo: memFree=592352/2055920 swapFree=4192812/4192956
[pid=25515] ppid=25513 vsize=816484 CPUtime=245.43
/proc/25515/stat : 25515 (java) S 25513 25515 20197 0 -1 0 372687 0 1 0 24345 198 0 0 18 0 13 0 24399585 836079616 173561 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25515/statm: 204121 173561 1434 9 0 201448 0
[pid=25515/tid=25517] ppid=25513 vsize=816484 CPUtime=172.29
/proc/25515/task/25517/stat : 25517 (java) S 25513 25515 20197 0 -1 64 17887 0 1 0 17214 15 0 0 18 0 13 0 24399587 836079616 173561 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25515/tid=25518] ppid=25513 vsize=816484 CPUtime=5.02
/proc/25515/task/25518/stat : 25518 (java) S 25513 25515 20197 0 -1 64 80135 0 0 0 466 36 0 0 15 0 13 0 24399588 836079616 173561 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25515/tid=25519] ppid=25513 vsize=816484 CPUtime=4.88
/proc/25515/task/25519/stat : 25519 (java) S 25513 25515 20197 0 -1 64 74937 0 0 0 455 33 0 0 16 0 13 0 24399588 836079616 173561 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25515/tid=25520] ppid=25513 vsize=816484 CPUtime=61.17
/proc/25515/task/25520/stat : 25520 (java) R 25513 25515 20197 0 -1 64 191984 0 0 0 6010 107 0 0 25 0 13 0 24399590 836079616 173561 996147200 134512640 134550932 4294956016 18446744073709551615 105696579 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25515/tid=25521] ppid=25513 vsize=816484 CPUtime=0
/proc/25515/task/25521/stat : 25521 (java) S 25513 25515 20197 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 24399590 836079616 173561 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25515/tid=25522] ppid=25513 vsize=816484 CPUtime=0
/proc/25515/task/25522/stat : 25522 (java) S 25513 25515 20197 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 24399590 836079616 173561 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25515/tid=25523] ppid=25513 vsize=816484 CPUtime=0
/proc/25515/task/25523/stat : 25523 (java) S 25513 25515 20197 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 24399595 836079616 173561 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25515/tid=25524] ppid=25513 vsize=816484 CPUtime=0
/proc/25515/task/25524/stat : 25524 (java) S 25513 25515 20197 0 -1 64 17 0 0 0 0 0 0 0 17 0 13 0 24399595 836079616 173561 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25515/tid=25525] ppid=25513 vsize=816484 CPUtime=2.01
/proc/25515/task/25525/stat : 25525 (java) S 25513 25515 20197 0 -1 64 6985 0 0 0 198 3 0 0 17 0 13 0 24399595 836079616 173561 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25515/tid=25526] ppid=25513 vsize=816484 CPUtime=0
/proc/25515/task/25526/stat : 25526 (java) S 25513 25515 20197 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 24399595 836079616 173561 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25515/tid=25527] ppid=25513 vsize=816484 CPUtime=0
/proc/25515/task/25527/stat : 25527 (java) S 25513 25515 20197 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 24399595 836079616 173561 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25515/tid=25571] ppid=25513 vsize=816484 CPUtime=0
/proc/25515/task/25571/stat : 25571 (java) S 25513 25515 20197 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 24424207 836079616 173561 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 245.43
Current children cumulated vsize (KiB) 816484

[startup+249.502 s]
/proc/loadavg: 2.55 2.26 2.09 3/95 25571
/proc/meminfo: memFree=588384/2055920 swapFree=4192812/4192956
[pid=25515] ppid=25513 vsize=820484 CPUtime=248.6
/proc/25515/stat : 25515 (java) S 25513 25515 20197 0 -1 0 385200 0 1 0 24655 205 0 0 18 0 13 0 24399585 840175616 174561 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25515/statm: 205121 174561 1434 9 0 202448 0
[pid=25515/tid=25517] ppid=25513 vsize=820484 CPUtime=172.29
/proc/25515/task/25517/stat : 25517 (java) S 25513 25515 20197 0 -1 64 17887 0 1 0 17214 15 0 0 18 0 13 0 24399587 840175616 174561 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25515/tid=25518] ppid=25513 vsize=820484 CPUtime=5.02
/proc/25515/task/25518/stat : 25518 (java) S 25513 25515 20197 0 -1 64 80135 0 0 0 466 36 0 0 15 0 13 0 24399588 840175616 174561 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25515/tid=25519] ppid=25513 vsize=820484 CPUtime=4.88
/proc/25515/task/25519/stat : 25519 (java) S 25513 25515 20197 0 -1 64 74937 0 0 0 455 33 0 0 16 0 13 0 24399588 840175616 174561 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25515/tid=25520] ppid=25513 vsize=820484 CPUtime=64.34
/proc/25515/task/25520/stat : 25520 (java) R 25513 25515 20197 0 -1 64 204494 0 0 0 6319 115 0 0 25 0 13 0 24399590 840175616 174561 996147200 134512640 134550932 4294956016 18446744073709551615 106157883 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25515/tid=25521] ppid=25513 vsize=820484 CPUtime=0
/proc/25515/task/25521/stat : 25521 (java) S 25513 25515 20197 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 24399590 840175616 174561 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25515/tid=25522] ppid=25513 vsize=820484 CPUtime=0
/proc/25515/task/25522/stat : 25522 (java) S 25513 25515 20197 0 -1 64 9 0 0 0 0 0 0 0 17 0 13 0 24399590 840175616 174561 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25515/tid=25523] ppid=25513 vsize=820484 CPUtime=0
/proc/25515/task/25523/stat : 25523 (java) S 25513 25515 20197 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 24399595 840175616 174561 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25515/tid=25524] ppid=25513 vsize=820484 CPUtime=0
/proc/25515/task/25524/stat : 25524 (java) S 25513 25515 20197 0 -1 64 17 0 0 0 0 0 0 0 17 0 13 0 24399595 840175616 174561 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25515/tid=25525] ppid=25513 vsize=820484 CPUtime=2.01
/proc/25515/task/25525/stat : 25525 (java) S 25513 25515 20197 0 -1 64 6985 0 0 0 198 3 0 0 17 0 13 0 24399595 840175616 174561 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25515/tid=25526] ppid=25513 vsize=820484 CPUtime=0
/proc/25515/task/25526/stat : 25526 (java) S 25513 25515 20197 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 24399595 840175616 174561 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25515/tid=25527] ppid=25513 vsize=820484 CPUtime=0
/proc/25515/task/25527/stat : 25527 (java) S 25513 25515 20197 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 24399595 840175616 174561 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25515/tid=25571] ppid=25513 vsize=820484 CPUtime=0
/proc/25515/task/25571/stat : 25571 (java) S 25513 25515 20197 0 -1 64 5 0 0 0 0 0 0 0 17 0 13 0 24424207 840175616 174561 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 248.6
Current children cumulated vsize (KiB) 820484

[startup+250.303 s]
/proc/loadavg: 2.55 2.26 2.09 3/95 25571
/proc/meminfo: memFree=588384/2055920 swapFree=4192812/4192956
[pid=25515] ppid=25513 vsize=820484 CPUtime=249.39
/proc/25515/stat : 25515 (java) S 25513 25515 20197 0 -1 0 385200 0 1 0 24734 205 0 0 18 0 13 0 24399585 840175616 174561 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25515/statm: 205121 174561 1434 9 0 202448 0
[pid=25515/tid=25517] ppid=25513 vsize=820484 CPUtime=172.29
/proc/25515/task/25517/stat : 25517 (java) S 25513 25515 20197 0 -1 64 17887 0 1 0 17214 15 0 0 18 0 13 0 24399587 840175616 174561 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25515/tid=25518] ppid=25513 vsize=820484 CPUtime=5.02
/proc/25515/task/25518/stat : 25518 (java) S 25513 25515 20197 0 -1 64 80135 0 0 0 466 36 0 0 15 0 13 0 24399588 840175616 174561 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25515/tid=25519] ppid=25513 vsize=820484 CPUtime=4.88
/proc/25515/task/25519/stat : 25519 (java) S 25513 25515 20197 0 -1 64 74937 0 0 0 455 33 0 0 16 0 13 0 24399588 840175616 174561 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25515/tid=25520] ppid=25513 vsize=820484 CPUtime=65.13
/proc/25515/task/25520/stat : 25520 (java) R 25513 25515 20197 0 -1 64 204494 0 0 0 6398 115 0 0 25 0 13 0 24399590 840175616 174561 996147200 134512640 134550932 4294956016 18446744073709551615 106159206 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25515/tid=25521] ppid=25513 vsize=820484 CPUtime=0
/proc/25515/task/25521/stat : 25521 (java) S 25513 25515 20197 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 24399590 840175616 174561 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25515/tid=25522] ppid=25513 vsize=820484 CPUtime=0
/proc/25515/task/25522/stat : 25522 (java) S 25513 25515 20197 0 -1 64 9 0 0 0 0 0 0 0 17 0 13 0 24399590 840175616 174561 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25515/tid=25523] ppid=25513 vsize=820484 CPUtime=0
/proc/25515/task/25523/stat : 25523 (java) S 25513 25515 20197 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 24399595 840175616 174561 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25515/tid=25524] ppid=25513 vsize=820484 CPUtime=0
/proc/25515/task/25524/stat : 25524 (java) S 25513 25515 20197 0 -1 64 17 0 0 0 0 0 0 0 17 0 13 0 24399595 840175616 174561 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25515/tid=25525] ppid=25513 vsize=820484 CPUtime=2.01
/proc/25515/task/25525/stat : 25525 (java) S 25513 25515 20197 0 -1 64 6985 0 0 0 198 3 0 0 17 0 13 0 24399595 840175616 174561 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25515/tid=25526] ppid=25513 vsize=820484 CPUtime=0
/proc/25515/task/25526/stat : 25526 (java) S 25513 25515 20197 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 24399595 840175616 174561 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25515/tid=25527] ppid=25513 vsize=820484 CPUtime=0
/proc/25515/task/25527/stat : 25527 (java) S 25513 25515 20197 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 24399595 840175616 174561 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25515/tid=25571] ppid=25513 vsize=820484 CPUtime=0
/proc/25515/task/25571/stat : 25571 (java) S 25513 25515 20197 0 -1 64 5 0 0 0 0 0 0 0 17 0 13 0 24424207 840175616 174561 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 249.39
Current children cumulated vsize (KiB) 820484

[startup+250.703 s]
/proc/loadavg: 2.55 2.26 2.09 3/94 25571
/proc/meminfo: memFree=596448/2055920 swapFree=4192812/4192956
[pid=25515] ppid=25513 vsize=812480 CPUtime=249.78
/proc/25515/stat : 25515 (java) S 25513 25515 20197 0 -1 0 385206 0 1 0 24773 205 0 0 18 0 12 0 24399585 831979520 172565 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25515/statm: 203120 172565 1435 9 0 200447 0
[pid=25515/tid=25517] ppid=25513 vsize=812480 CPUtime=172.29
/proc/25515/task/25517/stat : 25517 (java) S 25513 25515 20197 0 -1 64 17888 0 1 0 17214 15 0 0 16 0 12 0 24399587 831979520 172565 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25515/tid=25518] ppid=25513 vsize=812480 CPUtime=5.02
/proc/25515/task/25518/stat : 25518 (java) S 25513 25515 20197 0 -1 64 80135 0 0 0 466 36 0 0 15 0 12 0 24399588 831979520 172565 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25515/tid=25519] ppid=25513 vsize=812480 CPUtime=4.88
/proc/25515/task/25519/stat : 25519 (java) S 25513 25515 20197 0 -1 64 74937 0 0 0 455 33 0 0 16 0 12 0 24399588 831979520 172565 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25515/tid=25520] ppid=25513 vsize=812480 CPUtime=65.53
/proc/25515/task/25520/stat : 25520 (java) R 25513 25515 20197 0 -1 64 204494 0 0 0 6438 115 0 0 25 0 12 0 24399590 831979520 172565 996147200 134512640 134550932 4294956016 18446744073709551615 103387547 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25515/tid=25521] ppid=25513 vsize=812480 CPUtime=0
/proc/25515/task/25521/stat : 25521 (java) S 25513 25515 20197 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 24399590 831979520 172565 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25515/tid=25522] ppid=25513 vsize=812480 CPUtime=0
/proc/25515/task/25522/stat : 25522 (java) S 25513 25515 20197 0 -1 64 9 0 0 0 0 0 0 0 17 0 12 0 24399590 831979520 172565 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25515/tid=25523] ppid=25513 vsize=812480 CPUtime=0
/proc/25515/task/25523/stat : 25523 (java) S 25513 25515 20197 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 24399595 831979520 172565 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25515/tid=25524] ppid=25513 vsize=812480 CPUtime=0
/proc/25515/task/25524/stat : 25524 (java) S 25513 25515 20197 0 -1 64 17 0 0 0 0 0 0 0 17 0 12 0 24399595 831979520 172565 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25515/tid=25525] ppid=25513 vsize=812480 CPUtime=2.01
/proc/25515/task/25525/stat : 25525 (java) S 25513 25515 20197 0 -1 64 6985 0 0 0 198 3 0 0 17 0 12 0 24399595 831979520 172565 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25515/tid=25526] ppid=25513 vsize=812480 CPUtime=0
/proc/25515/task/25526/stat : 25526 (java) S 25513 25515 20197 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 24399595 831979520 172565 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25515/tid=25527] ppid=25513 vsize=812480 CPUtime=0
/proc/25515/task/25527/stat : 25527 (java) S 25513 25515 20197 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 24399595 831979520 172565 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 249.78
Current children cumulated vsize (KiB) 812480

[startup+250.903 s]
/proc/loadavg: 2.55 2.26 2.09 3/94 25571
/proc/meminfo: memFree=596448/2055920 swapFree=4192812/4192956
[pid=25515] ppid=25513 vsize=0 CPUtime=249.96
/proc/25515/stat : 25515 (java) Z 25513 25515 20197 0 -1 12 385211 0 1 0 24786 210 0 0 16 0 2 0 24399585 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25515/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 249.96
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 250.971
CPU time (s): 250.032
CPU user time (s): 247.865
CPU system time (s): 2.16667
CPU usage (%): 99.6259
Max. virtual memory (cumulated for all children) (KiB): 834492

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 247.865
system time used= 2.16667
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 385211
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= 12628
involuntary context switches= 12301

runsolver used 0.32295 second user time and 0.874867 second system time

The end

Launcher Data

Begin job on node38 at 2009-07-12 06:35:55
IDJOB=2081613
IDBENCH=57448
IDSOLVER=731
FILE ID=node38/2081613-1247373355
PBS_JOBID= 9507010
Free space on /tmp= 66440 MiB

SOLVER NAME= SAT4J CSP 2.1.1
BENCH NAME= CPAI08/csp/super-js/super-js-taillard-20-15/normalized-super-js-taillard-20-15-24.xml
COMMAND LINE= java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2081613-1247373355/watcher-2081613-1247373355 -o /tmp/evaluation-result-2081613-1247373355/solver-2081613-1247373355 -C 1800 -W 2000 -M 900  java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2081613-1247373355.xml

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

MD5SUM BENCH= 32c080069cd6a9f51c8c0a6f1b619a56
RANDOM SEED=1969124481

node38.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.229
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.229
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1690424 kB
Buffers:         45392 kB
Cached:         190092 kB
SwapCached:          0 kB
Active:         185772 kB
Inactive:       105136 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1690424 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2444 kB
Writeback:           0 kB
Mapped:          66692 kB
Slab:            59724 kB
Committed_AS:   221044 kB
PageTables:       1980 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= 66440 MiB
End job on node38 at 2009-07-12 06:40:06