Trace number 2087333

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? 208.207 207.511

General information on the benchmark

Namecsp/socialGolfers/
normalized-socialGolfer-8-4-8.xml
MD5SUM6e0e22cb5b6f421be44b72042836849b
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables6016
Number of constraints32560
Maximum constraint arity32
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension32560
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.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.17/0.24	c c --- Begin Solver configuration ---
0.17/0.24	c Stops conflict analysis at the first Unique Implication Point
0.17/0.24	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@1f14ceb
0.17/0.24	c Learn all clauses as in MiniSAT
0.17/0.24	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.17/0.24	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.17/0.24	c Expensive reason simplification
0.17/0.24	c MiniSAT restarts strategy
0.17/0.24	c Memory based learned constraints deletion strategy
0.17/0.24	c timeout=2147483s
0.17/0.24	c DB Simplification allowed=false
0.17/0.24	c --- End Solver configuration ---
0.17/0.24	c solving HOME/instance-2087333-1247386035.xml
0.17/0.24	c reading problem ... 
0.38/0.48	c reading problem named null
0.38/0.48	c reading domains done.
0.38/0.49	c reading variables done.
2.17/2.23	c reading predicates  done.
2.35/2.45	c reading constraints
208.00/207.38	Exception in thread "main" java.lang.OutOfMemoryError: GC overhead limit exceeded
208.00/207.38		at org.sat4j.csp.Predicate.evaluate(Unknown Source)
208.00/207.38		at org.sat4j.csp.Predicate.find(Unknown Source)
208.00/207.38		at org.sat4j.csp.Predicate.find(Unknown Source)
208.00/207.38		at org.sat4j.csp.Predicate.find(Unknown Source)
208.00/207.38		at org.sat4j.csp.Predicate.find(Unknown Source)
208.00/207.38		at org.sat4j.csp.Predicate.find(Unknown Source)
208.00/207.38		at org.sat4j.csp.Predicate.find(Unknown Source)
208.00/207.38		at org.sat4j.csp.Predicate.find(Unknown Source)
208.00/207.38		at org.sat4j.csp.Predicate.find(Unknown Source)
208.00/207.38		at org.sat4j.csp.Predicate.find(Unknown Source)
208.00/207.38		at org.sat4j.csp.Predicate.find(Unknown Source)
208.00/207.38		at org.sat4j.csp.Predicate.find(Unknown Source)
208.00/207.38		at org.sat4j.csp.Predicate.find(Unknown Source)
208.00/207.38		at org.sat4j.csp.Predicate.find(Unknown Source)
208.00/207.38		at org.sat4j.csp.Predicate.find(Unknown Source)
208.00/207.38		at org.sat4j.csp.Predicate.find(Unknown Source)
208.00/207.38		at org.sat4j.csp.Predicate.find(Unknown Source)
208.00/207.38		at org.sat4j.csp.Predicate.find(Unknown Source)
208.00/207.39		at org.sat4j.csp.Predicate.find(Unknown Source)
208.00/207.39		at org.sat4j.csp.Predicate.find(Unknown Source)
208.00/207.39		at org.sat4j.csp.Predicate.find(Unknown Source)
208.00/207.39		at org.sat4j.csp.Predicate.find(Unknown Source)
208.00/207.39		at org.sat4j.csp.Predicate.find(Unknown Source)
208.00/207.39		at org.sat4j.csp.Predicate.find(Unknown Source)
208.00/207.39		at org.sat4j.csp.Predicate.find(Unknown Source)
208.00/207.39		at org.sat4j.csp.Predicate.find(Unknown Source)
208.00/207.39		at org.sat4j.csp.Predicate.find(Unknown Source)
208.00/207.39		at org.sat4j.csp.Predicate.find(Unknown Source)
208.00/207.39		at org.sat4j.csp.Predicate.find(Unknown Source)
208.00/207.39		at org.sat4j.csp.Predicate.find(Unknown Source)
208.00/207.39		at org.sat4j.csp.Predicate.find(Unknown Source)
208.00/207.39		at org.sat4j.csp.Predicate.find(Unknown Source)
208.00/207.39	c starts		: 0
208.00/207.39	c conflicts		: 0
208.00/207.39	c decisions		: 0
208.00/207.39	c propagations		: 0
208.00/207.39	c inspects		: 0
208.00/207.39	c learnt literals	: 0
208.00/207.39	c learnt binary clauses	: 0
208.00/207.39	c learnt ternary clauses	: 0
208.00/207.39	c learnt clauses	: 0
208.00/207.39	c ignored clauses	: 0
208.00/207.39	c root simplifications	: 0
208.00/207.39	c removed literals (reason simplification)	: 0
208.00/207.39	c reason swapping (by a shorter reason)	: 0
208.00/207.39	c Calls to reduceDB	: 0
208.00/207.39	c speed (assignments/second)	: 0.0
208.00/207.39	c non guided choices	0
208.00/207.39	c learnt constraints type 
208.00/207.39	c constraints type 
208.00/207.39	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 3569736
208.00/207.39	c org.sat4j.minisat.constraints.card.AtLeast => 6016
208.00/207.39	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 6016
208.00/207.39	s UNKNOWN
208.00/207.39	c Total wall clock time (in seconds) : 207.146

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-2087333-1247386035/watcher-2087333-1247386035 -o /tmp/evaluation-result-2087333-1247386035/solver-2087333-1247386035 -C 1800 -W 2000 -M 900 java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2087333-1247386035.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 4/75 26890
/proc/meminfo: memFree=1862272/2055920 swapFree=4192812/4192956
[pid=26890] ppid=26888 vsize=18576 CPUtime=0
/proc/26890/stat : 26890 (runsolver) R 26888 26890 26258 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 25668879 19021824 284 996147200 4194304 4302564 548682068448 18446744073709551615 265674091815 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/26890/statm: 4644 284 249 26 0 2626 0

[startup+0.040014 s]
/proc/loadavg: 2.00 2.00 2.00 4/75 26890
/proc/meminfo: memFree=1862272/2055920 swapFree=4192812/4192956
[pid=26890] ppid=26888 vsize=800696 CPUtime=0.02
/proc/26890/stat : 26890 (java) S 26888 26890 26258 0 -1 0 2384 0 1 0 1 1 0 0 20 0 4 0 25668879 819912704 2131 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/26890/statm: 200174 2131 938 9 0 197525 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 800696

[startup+0.101024 s]
/proc/loadavg: 2.00 2.00 2.00 4/75 26890
/proc/meminfo: memFree=1862272/2055920 swapFree=4192812/4192956
[pid=26890] ppid=26888 vsize=804560 CPUtime=0.08
/proc/26890/stat : 26890 (java) S 26888 26890 26258 0 -1 0 3005 0 1 0 6 2 0 0 20 0 12 0 25668879 823869440 2748 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26890/statm: 201140 2748 1080 9 0 198474 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 804560

[startup+0.301063 s]
/proc/loadavg: 2.00 2.00 2.00 4/75 26890
/proc/meminfo: memFree=1862272/2055920 swapFree=4192812/4192956
[pid=26890] ppid=26888 vsize=805896 CPUtime=0.27
/proc/26890/stat : 26890 (java) S 26888 26890 26258 0 -1 0 4381 0 1 0 24 3 0 0 20 0 12 0 25668879 825237504 4118 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26890/statm: 201474 4118 1359 9 0 198801 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 805896

[startup+0.701143 s]
/proc/loadavg: 2.00 2.00 2.00 4/75 26890
/proc/meminfo: memFree=1862272/2055920 swapFree=4192812/4192956
[pid=26890] ppid=26888 vsize=807204 CPUtime=0.67
/proc/26890/stat : 26890 (java) S 26888 26890 26258 0 -1 0 5446 0 1 0 63 4 0 0 20 0 12 0 25668879 826576896 4941 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26890/statm: 201801 4941 1389 9 0 199128 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 807204

[startup+1.5023 s]
/proc/loadavg: 2.00 2.00 2.00 4/87 26902
/proc/meminfo: memFree=1847072/2055920 swapFree=4192812/4192956
[pid=26890] ppid=26888 vsize=810000 CPUtime=1.47
/proc/26890/stat : 26890 (java) S 26888 26890 26258 0 -1 0 7431 0 1 0 142 5 0 0 20 0 12 0 25668879 829440000 5956 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26890/statm: 202500 5956 1406 9 0 199827 0
[pid=26890/tid=26892] ppid=26888 vsize=810000 CPUtime=0.77
/proc/26890/task/26892/stat : 26892 (java) R 26888 26890 26258 0 -1 64 3833 0 1 0 74 3 0 0 25 0 12 0 25668881 829440000 5956 996147200 134512640 134550932 4294956016 18446744073709551615 4109170562 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26890/tid=26893] ppid=26888 vsize=810000 CPUtime=0
/proc/26890/task/26893/stat : 26893 (java) S 26888 26890 26258 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 25668882 829440000 5956 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26890/tid=26894] ppid=26888 vsize=810000 CPUtime=0
/proc/26890/task/26894/stat : 26894 (java) S 26888 26890 26258 0 -1 64 2 0 0 0 0 0 0 0 22 0 12 0 25668882 829440000 5956 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26890/tid=26895] ppid=26888 vsize=810000 CPUtime=0
/proc/26890/task/26895/stat : 26895 (java) S 26888 26890 26258 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 25668884 829440000 5956 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=26890/tid=26896] ppid=26888 vsize=810000 CPUtime=0
/proc/26890/task/26896/stat : 26896 (java) S 26888 26890 26258 0 -1 64 9 0 0 0 0 0 0 0 24 0 12 0 25668884 829440000 5956 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26890/tid=26897] ppid=26888 vsize=810000 CPUtime=0
/proc/26890/task/26897/stat : 26897 (java) S 26888 26890 26258 0 -1 64 4 0 0 0 0 0 0 0 24 0 12 0 25668884 829440000 5956 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26890/tid=26898] ppid=26888 vsize=810000 CPUtime=0
/proc/26890/task/26898/stat : 26898 (java) S 26888 26890 26258 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 25668888 829440000 5956 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26890/tid=26899] ppid=26888 vsize=810000 CPUtime=0.04
/proc/26890/task/26899/stat : 26899 (java) S 26888 26890 26258 0 -1 64 262 0 0 0 4 0 0 0 18 0 12 0 25668888 829440000 5956 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26890/tid=26900] ppid=26888 vsize=810000 CPUtime=0.63
/proc/26890/task/26900/stat : 26900 (java) S 26888 26890 26258 0 -1 64 2596 0 0 0 63 0 0 0 17 0 12 0 25668888 829440000 5956 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26890/tid=26901] ppid=26888 vsize=810000 CPUtime=0
/proc/26890/task/26901/stat : 26901 (java) S 26888 26890 26258 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 25668888 829440000 5956 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26890/tid=26902] ppid=26888 vsize=810000 CPUtime=0
/proc/26890/task/26902/stat : 26902 (java) S 26888 26890 26258 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 25668889 829440000 5956 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) 810000

[startup+3.1016 s]
/proc/loadavg: 2.00 2.00 2.00 4/87 26902
/proc/meminfo: memFree=1840672/2055920 swapFree=4192812/4192956
[pid=26890] ppid=26888 vsize=810000 CPUtime=3.05
/proc/26890/stat : 26890 (java) S 26888 26890 26258 0 -1 0 10599 0 1 0 298 7 0 0 20 0 12 0 25668879 829440000 8498 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26890/statm: 202500 8498 1423 9 0 199827 0
[pid=26890/tid=26892] ppid=26888 vsize=810000 CPUtime=1.44
/proc/26890/task/26892/stat : 26892 (java) R 26888 26890 26258 0 -1 64 6280 0 1 0 139 5 0 0 25 0 12 0 25668881 829440000 8498 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26890/tid=26893] ppid=26888 vsize=810000 CPUtime=0
/proc/26890/task/26893/stat : 26893 (java) S 26888 26890 26258 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 25668882 829440000 8498 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26890/tid=26894] ppid=26888 vsize=810000 CPUtime=0
/proc/26890/task/26894/stat : 26894 (java) S 26888 26890 26258 0 -1 64 2 0 0 0 0 0 0 0 22 0 12 0 25668882 829440000 8498 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26890/tid=26895] ppid=26888 vsize=810000 CPUtime=0
/proc/26890/task/26895/stat : 26895 (java) S 26888 26890 26258 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 25668884 829440000 8498 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=26890/tid=26896] ppid=26888 vsize=810000 CPUtime=0
/proc/26890/task/26896/stat : 26896 (java) S 26888 26890 26258 0 -1 64 9 0 0 0 0 0 0 0 24 0 12 0 25668884 829440000 8498 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26890/tid=26897] ppid=26888 vsize=810000 CPUtime=0
/proc/26890/task/26897/stat : 26897 (java) S 26888 26890 26258 0 -1 64 4 0 0 0 0 0 0 0 24 0 12 0 25668884 829440000 8498 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26890/tid=26898] ppid=26888 vsize=810000 CPUtime=0
/proc/26890/task/26898/stat : 26898 (java) S 26888 26890 26258 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 25668888 829440000 8498 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26890/tid=26899] ppid=26888 vsize=810000 CPUtime=0.04
/proc/26890/task/26899/stat : 26899 (java) S 26888 26890 26258 0 -1 64 262 0 0 0 4 0 0 0 18 0 12 0 25668888 829440000 8498 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26890/tid=26900] ppid=26888 vsize=810000 CPUtime=1.55
/proc/26890/task/26900/stat : 26900 (java) R 26888 26890 26258 0 -1 64 3317 0 0 0 154 1 0 0 17 0 12 0 25668888 829440000 8498 996147200 134512640 134550932 4294956016 18446744073709551615 106262424 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26890/tid=26901] ppid=26888 vsize=810000 CPUtime=0
/proc/26890/task/26901/stat : 26901 (java) S 26888 26890 26258 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 25668888 829440000 8498 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26890/tid=26902] ppid=26888 vsize=810000 CPUtime=0
/proc/26890/task/26902/stat : 26902 (java) S 26888 26890 26258 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 25668889 829440000 8498 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 810000

[startup+6.30222 s]
/proc/loadavg: 2.24 2.05 2.02 3/87 26902
/proc/meminfo: memFree=1812960/2055920 swapFree=4192812/4192956
[pid=26890] ppid=26888 vsize=812476 CPUtime=6.22
/proc/26890/stat : 26890 (java) S 26888 26890 26258 0 -1 0 24051 0 1 0 606 16 0 0 20 0 12 0 25668879 831975424 21496 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26890/statm: 203119 21496 1450 9 0 200446 0
[pid=26890/tid=26892] ppid=26888 vsize=812476 CPUtime=2.88
/proc/26890/task/26892/stat : 26892 (java) R 26888 26890 26258 0 -1 64 17232 0 1 0 275 13 0 0 25 0 12 0 25668881 831975424 21496 996147200 134512640 134550932 4294956016 18446744073709551615 104622827 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26890/tid=26893] ppid=26888 vsize=812476 CPUtime=0.02
/proc/26890/task/26893/stat : 26893 (java) S 26888 26890 26258 0 -1 64 593 0 0 0 2 0 0 0 17 0 12 0 25668882 831975424 21496 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26890/tid=26894] ppid=26888 vsize=812476 CPUtime=0.02
/proc/26890/task/26894/stat : 26894 (java) S 26888 26890 26258 0 -1 64 687 0 0 0 2 0 0 0 17 0 12 0 25668882 831975424 21496 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26890/tid=26895] ppid=26888 vsize=812476 CPUtime=0
/proc/26890/task/26895/stat : 26895 (java) S 26888 26890 26258 0 -1 64 12 0 0 0 0 0 0 0 16 0 12 0 25668884 831975424 21496 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=26890/tid=26896] ppid=26888 vsize=812476 CPUtime=0
/proc/26890/task/26896/stat : 26896 (java) S 26888 26890 26258 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 25668884 831975424 21496 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26890/tid=26897] ppid=26888 vsize=812476 CPUtime=0
/proc/26890/task/26897/stat : 26897 (java) S 26888 26890 26258 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 25668884 831975424 21496 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26890/tid=26898] ppid=26888 vsize=812476 CPUtime=0
/proc/26890/task/26898/stat : 26898 (java) S 26888 26890 26258 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 25668888 831975424 21496 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26890/tid=26899] ppid=26888 vsize=812476 CPUtime=0.04
/proc/26890/task/26899/stat : 26899 (java) S 26888 26890 26258 0 -1 64 262 0 0 0 4 0 0 0 18 0 12 0 25668888 831975424 21496 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26890/tid=26900] ppid=26888 vsize=812476 CPUtime=3.22
/proc/26890/task/26900/stat : 26900 (java) S 26888 26890 26258 0 -1 64 4524 0 0 0 320 2 0 0 16 0 12 0 25668888 831975424 21496 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26890/tid=26901] ppid=26888 vsize=812476 CPUtime=0
/proc/26890/task/26901/stat : 26901 (java) S 26888 26890 26258 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 25668888 831975424 21496 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26890/tid=26902] ppid=26888 vsize=812476 CPUtime=0
/proc/26890/task/26902/stat : 26902 (java) S 26888 26890 26258 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 25668889 831975424 21496 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 812476

[startup+12.7025 s]
/proc/loadavg: 2.22 2.05 2.02 4/87 26902
/proc/meminfo: memFree=1742496/2055920 swapFree=4192812/4192956
[pid=26890] ppid=26888 vsize=824924 CPUtime=12.86
/proc/26890/stat : 26890 (java) S 26888 26890 26258 0 -1 0 37246 0 1 0 1264 22 0 0 20 0 12 0 25668879 844722176 32336 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26890/statm: 206231 32336 1450 9 0 203558 0
[pid=26890/tid=26892] ppid=26888 vsize=824924 CPUtime=7.07
/proc/26890/task/26892/stat : 26892 (java) R 26888 26890 26258 0 -1 64 17247 0 1 0 694 13 0 0 25 0 12 0 25668881 844722176 32336 996147200 134512640 134550932 4294956016 18446744073709551615 4110502030 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26890/tid=26893] ppid=26888 vsize=824924 CPUtime=0.27
/proc/26890/task/26893/stat : 26893 (java) S 26888 26890 26258 0 -1 64 4311 0 0 0 26 1 0 0 17 0 12 0 25668882 844722176 32336 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26890/tid=26894] ppid=26888 vsize=824924 CPUtime=0.3
/proc/26890/task/26894/stat : 26894 (java) S 26888 26890 26258 0 -1 64 4599 0 0 0 29 1 0 0 16 0 12 0 25668882 844722176 32336 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26890/tid=26895] ppid=26888 vsize=824924 CPUtime=0
/proc/26890/task/26895/stat : 26895 (java) S 26888 26890 26258 0 -1 64 31 0 0 0 0 0 0 0 16 0 12 0 25668884 844722176 32336 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=26890/tid=26896] ppid=26888 vsize=824924 CPUtime=0
/proc/26890/task/26896/stat : 26896 (java) S 26888 26890 26258 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 25668884 844722176 32336 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26890/tid=26897] ppid=26888 vsize=824924 CPUtime=0
/proc/26890/task/26897/stat : 26897 (java) S 26888 26890 26258 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 25668884 844722176 32336 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26890/tid=26898] ppid=26888 vsize=824924 CPUtime=0
/proc/26890/task/26898/stat : 26898 (java) S 26888 26890 26258 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 25668888 844722176 32336 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26890/tid=26899] ppid=26888 vsize=824924 CPUtime=0.04
/proc/26890/task/26899/stat : 26899 (java) S 26888 26890 26258 0 -1 64 262 0 0 0 4 0 0 0 16 0 12 0 25668888 844722176 32336 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26890/tid=26900] ppid=26888 vsize=824924 CPUtime=5.11
/proc/26890/task/26900/stat : 26900 (java) S 26888 26890 26258 0 -1 64 10055 0 0 0 507 4 0 0 25 0 12 0 25668888 844722176 32336 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26890/tid=26901] ppid=26888 vsize=824924 CPUtime=0
/proc/26890/task/26901/stat : 26901 (java) S 26888 26890 26258 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 25668888 844722176 32336 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26890/tid=26902] ppid=26888 vsize=824924 CPUtime=0
/proc/26890/task/26902/stat : 26902 (java) S 26888 26890 26258 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 25668889 844722176 32336 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.86
Current children cumulated vsize (KiB) 824924

[startup+25.5029 s]
/proc/loadavg: 2.17 2.05 2.01 3/87 26902
/proc/meminfo: memFree=1631456/2055920 swapFree=4192812/4192956
[pid=26890] ppid=26888 vsize=824924 CPUtime=25.68
/proc/26890/stat : 26890 (java) S 26888 26890 26258 0 -1 0 64789 0 1 0 2533 35 0 0 20 0 12 0 25668879 844722176 58877 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26890/statm: 206231 58877 1450 9 0 203558 0
[pid=26890/tid=26892] ppid=26888 vsize=824924 CPUtime=18.44
/proc/26890/task/26892/stat : 26892 (java) R 26888 26890 26258 0 -1 64 17273 0 1 0 1831 13 0 0 25 0 12 0 25668881 844722176 58877 996147200 134512640 134550932 4294956016 18446744073709551615 4109727186 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26890/tid=26893] ppid=26888 vsize=824924 CPUtime=1.02
/proc/26890/task/26893/stat : 26893 (java) S 26888 26890 26258 0 -1 64 19667 0 0 0 94 8 0 0 16 0 12 0 25668882 844722176 58877 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26890/tid=26894] ppid=26888 vsize=824924 CPUtime=1
/proc/26890/task/26894/stat : 26894 (java) S 26888 26890 26258 0 -1 64 16760 0 0 0 93 7 0 0 16 0 12 0 25668882 844722176 58877 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26890/tid=26895] ppid=26888 vsize=824924 CPUtime=0.01
/proc/26890/task/26895/stat : 26895 (java) S 26888 26890 26258 0 -1 64 31 0 0 0 1 0 0 0 15 0 12 0 25668884 844722176 58877 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=26890/tid=26896] ppid=26888 vsize=824924 CPUtime=0
/proc/26890/task/26896/stat : 26896 (java) S 26888 26890 26258 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 25668884 844722176 58877 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26890/tid=26897] ppid=26888 vsize=824924 CPUtime=0
/proc/26890/task/26897/stat : 26897 (java) S 26888 26890 26258 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 25668884 844722176 58877 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26890/tid=26898] ppid=26888 vsize=824924 CPUtime=0
/proc/26890/task/26898/stat : 26898 (java) S 26888 26890 26258 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 25668888 844722176 58877 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26890/tid=26899] ppid=26888 vsize=824924 CPUtime=0.04

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

[pid=26890/tid=26901] ppid=26888 vsize=840928 CPUtime=0
/proc/26890/task/26901/stat : 26901 (java) S 26888 26890 26258 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 25668888 861110272 180006 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26890/tid=26902] ppid=26888 vsize=840928 CPUtime=0
/proc/26890/task/26902/stat : 26902 (java) S 26888 26890 26258 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 25668889 861110272 180006 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 192.61
Current children cumulated vsize (KiB) 840928

[startup+198.302 s]
/proc/loadavg: 2.17 2.14 2.05 3/87 26902
/proc/meminfo: memFree=1145440/2055920 swapFree=4192812/4192956
[pid=26890] ppid=26888 vsize=840928 CPUtime=199
/proc/26890/stat : 26890 (java) S 26888 26890 26258 0 -1 0 414991 0 1 0 19700 200 0 0 20 0 12 0 25668879 861110272 180006 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26890/statm: 210232 180006 1452 9 0 207559 0
[pid=26890/tid=26892] ppid=26888 vsize=840928 CPUtime=80.78
/proc/26890/task/26892/stat : 26892 (java) S 26888 26890 26258 0 -1 64 17401 0 1 0 8064 14 0 0 17 0 12 0 25668881 861110272 180006 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26890/tid=26893] ppid=26888 vsize=840928 CPUtime=6.55
/proc/26890/task/26893/stat : 26893 (java) S 26888 26890 26258 0 -1 64 74874 0 0 0 623 32 0 0 15 0 12 0 25668882 861110272 180006 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26890/tid=26894] ppid=26888 vsize=840928 CPUtime=6.92
/proc/26890/task/26894/stat : 26894 (java) S 26888 26890 26258 0 -1 64 82971 0 0 0 656 36 0 0 16 0 12 0 25668882 861110272 180006 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26890/tid=26895] ppid=26888 vsize=840928 CPUtime=99.54
/proc/26890/task/26895/stat : 26895 (java) R 26888 26890 26258 0 -1 64 228687 0 0 0 9843 111 0 0 25 0 12 0 25668884 861110272 180006 996147200 134512640 134550932 4294956016 18446744073709551615 106157990 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26890/tid=26896] ppid=26888 vsize=840928 CPUtime=0
/proc/26890/task/26896/stat : 26896 (java) S 26888 26890 26258 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 25668884 861110272 180006 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26890/tid=26897] ppid=26888 vsize=840928 CPUtime=0
/proc/26890/task/26897/stat : 26897 (java) S 26888 26890 26258 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 25668884 861110272 180006 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26890/tid=26898] ppid=26888 vsize=840928 CPUtime=0
/proc/26890/task/26898/stat : 26898 (java) S 26888 26890 26258 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 25668888 861110272 180006 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26890/tid=26899] ppid=26888 vsize=840928 CPUtime=0.04
/proc/26890/task/26899/stat : 26899 (java) S 26888 26890 26258 0 -1 64 262 0 0 0 4 0 0 0 16 0 12 0 25668888 861110272 180006 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26890/tid=26900] ppid=26888 vsize=840928 CPUtime=5.11
/proc/26890/task/26900/stat : 26900 (java) S 26888 26890 26258 0 -1 64 10055 0 0 0 507 4 0 0 25 0 12 0 25668888 861110272 180006 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26890/tid=26901] ppid=26888 vsize=840928 CPUtime=0
/proc/26890/task/26901/stat : 26901 (java) S 26888 26890 26258 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 25668888 861110272 180006 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26890/tid=26902] ppid=26888 vsize=840928 CPUtime=0
/proc/26890/task/26902/stat : 26902 (java) S 26888 26890 26258 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 25668889 861110272 180006 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 199
Current children cumulated vsize (KiB) 840928

[startup+201.502 s]
/proc/loadavg: 2.16 2.13 2.05 3/87 26902
/proc/meminfo: memFree=1145440/2055920 swapFree=4192812/4192956
[pid=26890] ppid=26888 vsize=840928 CPUtime=202.2
/proc/26890/stat : 26890 (java) S 26888 26890 26258 0 -1 0 420994 0 1 0 20017 203 0 0 20 0 12 0 25668879 861110272 180006 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26890/statm: 210232 180006 1452 9 0 207559 0
[pid=26890/tid=26892] ppid=26888 vsize=840928 CPUtime=80.81
/proc/26890/task/26892/stat : 26892 (java) S 26888 26890 26258 0 -1 64 17402 0 1 0 8067 14 0 0 17 0 12 0 25668881 861110272 180006 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26890/tid=26893] ppid=26888 vsize=840928 CPUtime=6.55
/proc/26890/task/26893/stat : 26893 (java) S 26888 26890 26258 0 -1 64 74874 0 0 0 623 32 0 0 15 0 12 0 25668882 861110272 180006 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26890/tid=26894] ppid=26888 vsize=840928 CPUtime=6.92
/proc/26890/task/26894/stat : 26894 (java) S 26888 26890 26258 0 -1 64 82971 0 0 0 656 36 0 0 16 0 12 0 25668882 861110272 180006 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26890/tid=26895] ppid=26888 vsize=840928 CPUtime=102.71
/proc/26890/task/26895/stat : 26895 (java) R 26888 26890 26258 0 -1 64 234689 0 0 0 10157 114 0 0 25 0 12 0 25668884 861110272 180006 996147200 134512640 134550932 4294956016 18446744073709551615 104187717 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26890/tid=26896] ppid=26888 vsize=840928 CPUtime=0
/proc/26890/task/26896/stat : 26896 (java) S 26888 26890 26258 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 25668884 861110272 180006 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26890/tid=26897] ppid=26888 vsize=840928 CPUtime=0
/proc/26890/task/26897/stat : 26897 (java) S 26888 26890 26258 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 25668884 861110272 180006 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26890/tid=26898] ppid=26888 vsize=840928 CPUtime=0
/proc/26890/task/26898/stat : 26898 (java) S 26888 26890 26258 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 25668888 861110272 180006 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26890/tid=26899] ppid=26888 vsize=840928 CPUtime=0.04
/proc/26890/task/26899/stat : 26899 (java) S 26888 26890 26258 0 -1 64 262 0 0 0 4 0 0 0 16 0 12 0 25668888 861110272 180006 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26890/tid=26900] ppid=26888 vsize=840928 CPUtime=5.11
/proc/26890/task/26900/stat : 26900 (java) S 26888 26890 26258 0 -1 64 10055 0 0 0 507 4 0 0 25 0 12 0 25668888 861110272 180006 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26890/tid=26901] ppid=26888 vsize=840928 CPUtime=0
/proc/26890/task/26901/stat : 26901 (java) S 26888 26890 26258 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 25668888 861110272 180006 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26890/tid=26902] ppid=26888 vsize=840928 CPUtime=0
/proc/26890/task/26902/stat : 26902 (java) S 26888 26890 26258 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 25668889 861110272 180006 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 202.2
Current children cumulated vsize (KiB) 840928

[startup+204.702 s]
/proc/loadavg: 2.16 2.13 2.05 3/87 26902
/proc/meminfo: memFree=1145440/2055920 swapFree=4192812/4192956
[pid=26890] ppid=26888 vsize=824924 CPUtime=205.4
/proc/26890/stat : 26890 (java) S 26888 26890 26258 0 -1 0 426998 0 1 0 20334 206 0 0 20 0 12 0 25668879 844722176 176005 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26890/statm: 206231 176005 1452 9 0 203558 0
[pid=26890/tid=26892] ppid=26888 vsize=824924 CPUtime=80.83
/proc/26890/task/26892/stat : 26892 (java) R 26888 26890 26258 0 -1 64 17404 0 1 0 8069 14 0 0 17 0 12 0 25668881 844722176 176005 996147200 134512640 134550932 4294956016 18446744073709551615 4110714793 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26890/tid=26893] ppid=26888 vsize=824924 CPUtime=6.55
/proc/26890/task/26893/stat : 26893 (java) S 26888 26890 26258 0 -1 64 74874 0 0 0 623 32 0 0 15 0 12 0 25668882 844722176 176005 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26890/tid=26894] ppid=26888 vsize=824924 CPUtime=6.92
/proc/26890/task/26894/stat : 26894 (java) S 26888 26890 26258 0 -1 64 82971 0 0 0 656 36 0 0 16 0 12 0 25668882 844722176 176005 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26890/tid=26895] ppid=26888 vsize=824924 CPUtime=105.89
/proc/26890/task/26895/stat : 26895 (java) R 26888 26890 26258 0 -1 64 240691 0 0 0 10472 117 0 0 25 0 12 0 25668884 844722176 176005 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26890/tid=26896] ppid=26888 vsize=824924 CPUtime=0
/proc/26890/task/26896/stat : 26896 (java) S 26888 26890 26258 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 25668884 844722176 176005 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26890/tid=26897] ppid=26888 vsize=824924 CPUtime=0
/proc/26890/task/26897/stat : 26897 (java) S 26888 26890 26258 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 25668884 844722176 176005 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26890/tid=26898] ppid=26888 vsize=824924 CPUtime=0
/proc/26890/task/26898/stat : 26898 (java) S 26888 26890 26258 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 25668888 844722176 176005 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26890/tid=26899] ppid=26888 vsize=824924 CPUtime=0.04
/proc/26890/task/26899/stat : 26899 (java) S 26888 26890 26258 0 -1 64 262 0 0 0 4 0 0 0 16 0 12 0 25668888 844722176 176005 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26890/tid=26900] ppid=26888 vsize=824924 CPUtime=5.11
/proc/26890/task/26900/stat : 26900 (java) S 26888 26890 26258 0 -1 64 10055 0 0 0 507 4 0 0 25 0 12 0 25668888 844722176 176005 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26890/tid=26901] ppid=26888 vsize=824924 CPUtime=0
/proc/26890/task/26901/stat : 26901 (java) S 26888 26890 26258 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 25668888 844722176 176005 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26890/tid=26902] ppid=26888 vsize=824924 CPUtime=0
/proc/26890/task/26902/stat : 26902 (java) S 26888 26890 26258 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 25668889 844722176 176005 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 205.4
Current children cumulated vsize (KiB) 824924

[startup+206.302 s]
/proc/loadavg: 2.14 2.13 2.05 3/87 26902
/proc/meminfo: memFree=1145440/2055920 swapFree=4192812/4192956
[pid=26890] ppid=26888 vsize=840928 CPUtime=207
/proc/26890/stat : 26890 (java) S 26888 26890 26258 0 -1 0 433002 0 1 0 20491 209 0 0 20 0 12 0 25668879 861110272 180006 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26890/statm: 210232 180006 1451 9 0 207559 0
[pid=26890/tid=26892] ppid=26888 vsize=840928 CPUtime=80.88
/proc/26890/task/26892/stat : 26892 (java) S 26888 26890 26258 0 -1 64 17406 0 1 0 8074 14 0 0 17 0 12 0 25668881 861110272 180006 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26890/tid=26893] ppid=26888 vsize=840928 CPUtime=6.55
/proc/26890/task/26893/stat : 26893 (java) S 26888 26890 26258 0 -1 64 74874 0 0 0 623 32 0 0 15 0 12 0 25668882 861110272 180006 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26890/tid=26894] ppid=26888 vsize=840928 CPUtime=6.92
/proc/26890/task/26894/stat : 26894 (java) S 26888 26890 26258 0 -1 64 82971 0 0 0 656 36 0 0 16 0 12 0 25668882 861110272 180006 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26890/tid=26895] ppid=26888 vsize=840928 CPUtime=107.44
/proc/26890/task/26895/stat : 26895 (java) R 26888 26890 26258 0 -1 64 246693 0 0 0 10624 120 0 0 25 0 12 0 25668884 861110272 180006 996147200 134512640 134550932 4294956016 18446744073709551615 106157701 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26890/tid=26896] ppid=26888 vsize=840928 CPUtime=0
/proc/26890/task/26896/stat : 26896 (java) S 26888 26890 26258 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 25668884 861110272 180006 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26890/tid=26897] ppid=26888 vsize=840928 CPUtime=0
/proc/26890/task/26897/stat : 26897 (java) S 26888 26890 26258 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 25668884 861110272 180006 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26890/tid=26898] ppid=26888 vsize=840928 CPUtime=0
/proc/26890/task/26898/stat : 26898 (java) S 26888 26890 26258 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 25668888 861110272 180006 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26890/tid=26899] ppid=26888 vsize=840928 CPUtime=0.04
/proc/26890/task/26899/stat : 26899 (java) S 26888 26890 26258 0 -1 64 262 0 0 0 4 0 0 0 16 0 12 0 25668888 861110272 180006 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26890/tid=26900] ppid=26888 vsize=840928 CPUtime=5.11
/proc/26890/task/26900/stat : 26900 (java) S 26888 26890 26258 0 -1 64 10055 0 0 0 507 4 0 0 25 0 12 0 25668888 861110272 180006 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26890/tid=26901] ppid=26888 vsize=840928 CPUtime=0
/proc/26890/task/26901/stat : 26901 (java) S 26888 26890 26258 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 25668888 861110272 180006 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26890/tid=26902] ppid=26888 vsize=840928 CPUtime=0
/proc/26890/task/26902/stat : 26902 (java) S 26888 26890 26258 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 25668889 861110272 180006 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 207
Current children cumulated vsize (KiB) 840928

[startup+207.102 s]
/proc/loadavg: 2.14 2.13 2.05 3/87 26902
/proc/meminfo: memFree=1145440/2055920 swapFree=4192812/4192956
[pid=26890] ppid=26888 vsize=840928 CPUtime=207.8
/proc/26890/stat : 26890 (java) S 26888 26890 26258 0 -1 0 433002 0 1 0 20571 209 0 0 20 0 12 0 25668879 861110272 180006 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26890/statm: 210232 180006 1451 9 0 207559 0
[pid=26890/tid=26892] ppid=26888 vsize=840928 CPUtime=80.88
/proc/26890/task/26892/stat : 26892 (java) S 26888 26890 26258 0 -1 64 17406 0 1 0 8074 14 0 0 17 0 12 0 25668881 861110272 180006 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26890/tid=26893] ppid=26888 vsize=840928 CPUtime=6.55
/proc/26890/task/26893/stat : 26893 (java) S 26888 26890 26258 0 -1 64 74874 0 0 0 623 32 0 0 15 0 12 0 25668882 861110272 180006 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26890/tid=26894] ppid=26888 vsize=840928 CPUtime=6.92
/proc/26890/task/26894/stat : 26894 (java) S 26888 26890 26258 0 -1 64 82971 0 0 0 656 36 0 0 16 0 12 0 25668882 861110272 180006 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26890/tid=26895] ppid=26888 vsize=840928 CPUtime=108.24
/proc/26890/task/26895/stat : 26895 (java) R 26888 26890 26258 0 -1 64 246693 0 0 0 10704 120 0 0 25 0 12 0 25668884 861110272 180006 996147200 134512640 134550932 4294956016 18446744073709551615 105886120 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26890/tid=26896] ppid=26888 vsize=840928 CPUtime=0
/proc/26890/task/26896/stat : 26896 (java) S 26888 26890 26258 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 25668884 861110272 180006 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26890/tid=26897] ppid=26888 vsize=840928 CPUtime=0
/proc/26890/task/26897/stat : 26897 (java) S 26888 26890 26258 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 25668884 861110272 180006 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26890/tid=26898] ppid=26888 vsize=840928 CPUtime=0
/proc/26890/task/26898/stat : 26898 (java) S 26888 26890 26258 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 25668888 861110272 180006 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26890/tid=26899] ppid=26888 vsize=840928 CPUtime=0.04
/proc/26890/task/26899/stat : 26899 (java) S 26888 26890 26258 0 -1 64 262 0 0 0 4 0 0 0 16 0 12 0 25668888 861110272 180006 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26890/tid=26900] ppid=26888 vsize=840928 CPUtime=5.11
/proc/26890/task/26900/stat : 26900 (java) S 26888 26890 26258 0 -1 64 10055 0 0 0 507 4 0 0 25 0 12 0 25668888 861110272 180006 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26890/tid=26901] ppid=26888 vsize=840928 CPUtime=0
/proc/26890/task/26901/stat : 26901 (java) S 26888 26890 26258 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 25668888 861110272 180006 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26890/tid=26902] ppid=26888 vsize=840928 CPUtime=0
/proc/26890/task/26902/stat : 26902 (java) S 26888 26890 26258 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 25668889 861110272 180006 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 207.8
Current children cumulated vsize (KiB) 840928

[startup+207.502 s]
/proc/loadavg: 2.14 2.13 2.05 3/87 26902
/proc/meminfo: memFree=1145440/2055920 swapFree=4192812/4192956
[pid=26890] ppid=26888 vsize=0 CPUtime=208.19
/proc/26890/stat : 26890 (java) Z 26888 26890 26258 0 -1 12 433018 0 1 0 20600 219 0 0 16 0 2 0 25668879 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26890/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 208.19
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 207.511
CPU time (s): 208.207
CPU user time (s): 206.002
CPU system time (s): 2.20566
CPU usage (%): 100.336
Max. virtual memory (cumulated for all children) (KiB): 848932

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 206.002
system time used= 2.20566
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 433018
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= 7542
involuntary context switches= 6426

runsolver used 0.25896 second user time and 0.705892 second system time

The end

Launcher Data

Begin job on node76 at 2009-07-12 10:07:15
IDJOB=2087333
IDBENCH=58716
IDSOLVER=731
FILE ID=node76/2087333-1247386035
PBS_JOBID= 9507255
Free space on /tmp= 66424 MiB

SOLVER NAME= SAT4J CSP 2.1.1
BENCH NAME= CPAI08/csp/socialGolfers/normalized-socialGolfer-8-4-8.xml
COMMAND LINE= java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2087333-1247386035/watcher-2087333-1247386035 -o /tmp/evaluation-result-2087333-1247386035/solver-2087333-1247386035 -C 1800 -W 2000 -M 900  java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2087333-1247386035.xml

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

MD5SUM BENCH= 6e0e22cb5b6f421be44b72042836849b
RANDOM SEED=1432901303

node76.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.277
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.277
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:       1862688 kB
Buffers:         15112 kB
Cached:          80632 kB
SwapCached:          0 kB
Active:         105832 kB
Inactive:        33768 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1862688 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            5956 kB
Writeback:           0 kB
Mapped:          55024 kB
Slab:            38748 kB
Committed_AS:   198248 kB
PageTables:       1924 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= 66420 MiB
End job on node76 at 2009-07-12 10:10:43