Trace number 2082471

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? 77.1103 76.472

General information on the benchmark

Namecsp/rand-8-20-5/
normalized-rand-8-20-5-18-800-17_ext.xml
MD5SUM20f6936a9f409b14eec766fe1691fa7b
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark10.2324
Satisfiable
(Un)Satisfiability was proved
Number of variables20
Number of constraints18
Maximum constraint arity8
Maximum domain size5
Number of constraints which are defined in extension18
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

0.09/0.12	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.09/0.12	c This is free software under the dual EPL/GNU LGPL licenses.
0.09/0.12	c See www.sat4j.org for details.
0.09/0.12	c That software uses the Rhino library from the Mozilla project.
0.09/0.14	c version 2.1.1.v20090622
0.09/0.14	c sun.arch.data.model	32
0.09/0.14	c java.version	1.6.0_12
0.09/0.14	c os.name	Linux
0.09/0.14	c os.version	2.6.9-22.EL.rootsmp
0.09/0.14	c os.arch	i386
0.09/0.14	c Free memory 671000808
0.09/0.14	c Max memory 672137216
0.09/0.14	c Total memory 672137216
0.09/0.14	c Number of processors 2
0.18/0.21	c c --- Begin Solver configuration ---
0.18/0.21	c Stops conflict analysis at the first Unique Implication Point
0.18/0.21	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@1f14ceb
0.18/0.21	c Learn all clauses as in MiniSAT
0.18/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.18/0.21	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.18/0.21	c Expensive reason simplification
0.18/0.21	c MiniSAT restarts strategy
0.18/0.21	c Memory based learned constraints deletion strategy
0.18/0.21	c timeout=2147483s
0.18/0.21	c DB Simplification allowed=false
0.18/0.21	c --- End Solver configuration ---
0.18/0.21	c solving HOME/instance-2082471-1247375227.xml
0.18/0.21	c reading problem ... 
0.40/0.42	c reading problem named null
0.40/0.42	c reading domains done.
0.40/0.43	c reading variables done.
0.40/0.47	c reading relations done.
12.74/12.85	c reading constraints
30.80/30.16	c done with constraints.
30.80/30.17	c ... done. Wall clock time 29.953s.
30.80/30.17	c #vars     100
30.80/30.17	c #constraints  5625201
30.80/30.17	c constraints type 
30.80/30.17	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 5625181
30.80/30.17	c org.sat4j.minisat.constraints.card.AtLeast => 20
59.78/59.17	c cleaning 249 clauses out of 500
76.97/76.32	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
76.97/76.32		at org.sat4j.core.Vec.ensure(Unknown Source)
76.97/76.32		at org.sat4j.core.Vec.push(Unknown Source)
76.97/76.32		at org.sat4j.minisat.constraints.cnf.Lits.watch(Unknown Source)
76.97/76.32		at org.sat4j.minisat.constraints.cnf.WLClause.propagate(Unknown Source)
76.97/76.32		at org.sat4j.minisat.core.Solver.propagate(Unknown Source)
76.97/76.32		at org.sat4j.minisat.core.Solver.search(Unknown Source)
76.97/76.32		at org.sat4j.minisat.core.Solver.isSatisfiable(Unknown Source)
76.97/76.32		at org.sat4j.minisat.core.Solver.isSatisfiable(Unknown Source)
76.97/76.32		at org.sat4j.minisat.core.Solver.isSatisfiable(Unknown Source)
76.97/76.32		at org.sat4j.AbstractLauncher.solve(Unknown Source)
76.97/76.32		at org.sat4j.AbstractLauncher.run(Unknown Source)
76.97/76.32		at org.sat4j.csp.CSPLauncher.main(Unknown Source)
76.97/76.32	c starts		: 5
76.97/76.32	c conflicts		: 973
76.97/76.32	c decisions		: 1659
76.97/76.32	c propagations		: 9815
76.97/76.32	c inspects		: 106357562
76.97/76.32	c learnt literals	: 0
76.97/76.32	c learnt binary clauses	: 0
76.97/76.32	c learnt ternary clauses	: 0
76.97/76.32	c learnt clauses	: 973
76.97/76.32	c ignored clauses	: 0
76.97/76.32	c root simplifications	: 0
76.97/76.32	c removed literals (reason simplification)	: 212
76.97/76.32	c reason swapping (by a shorter reason)	: 0
76.97/76.32	c Calls to reduceDB	: 1
76.97/76.32	c speed (assignments/second)	: 212.67144807263114
76.97/76.32	c non guided choices	79
76.97/76.32	c learnt constraints type 
76.97/76.32	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 724
76.97/76.32	c constraints type 
76.97/76.32	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 5625181
76.97/76.32	c org.sat4j.minisat.constraints.card.AtLeast => 20
76.97/76.32	s UNKNOWN
76.97/76.32	c Total wall clock time (in seconds) : 76.105

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-2082471-1247375227/watcher-2082471-1247375227 -o /tmp/evaluation-result-2082471-1247375227/solver-2082471-1247375227 -C 1800 -W 2000 -M 900 java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2082471-1247375227.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.09 2.03 2.01 4/81 23785
/proc/meminfo: memFree=1351800/2055920 swapFree=4192956/4192956
[pid=23785] ppid=23783 vsize=152 CPUtime=0
/proc/23785/stat : 23785 (java) R 23783 23785 18893 0 -1 0 204 0 0 0 0 0 0 0 18 0 1 0 24587523 155648 26 996147200 134512640 134550932 4294956016 18446744073709551615 8921387 0 0 4096 0 0 0 0 17 0 0 0
/proc/23785/statm: 38 26 19 9 0 4 0

[startup+0.092041 s]
/proc/loadavg: 2.09 2.03 2.01 4/81 23785
/proc/meminfo: memFree=1351800/2055920 swapFree=4192956/4192956
[pid=23785] ppid=23783 vsize=804560 CPUtime=0.08
/proc/23785/stat : 23785 (java) S 23783 23785 18893 0 -1 0 3016 0 1 0 6 2 0 0 18 0 12 0 24587523 823869440 2759 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23785/statm: 201140 2759 1082 9 0 198474 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 804560

[startup+0.101041 s]
/proc/loadavg: 2.09 2.03 2.01 4/81 23785
/proc/meminfo: memFree=1351800/2055920 swapFree=4192956/4192956
[pid=23785] ppid=23783 vsize=804560 CPUtime=0.09
/proc/23785/stat : 23785 (java) S 23783 23785 18893 0 -1 0 3075 0 1 0 7 2 0 0 18 0 12 0 24587523 823869440 2818 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23785/statm: 201140 2818 1083 9 0 198474 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 804560

[startup+0.301065 s]
/proc/loadavg: 2.09 2.03 2.01 4/81 23785
/proc/meminfo: memFree=1351800/2055920 swapFree=4192956/4192956
[pid=23785] ppid=23783 vsize=806500 CPUtime=0.3
/proc/23785/stat : 23785 (java) S 23783 23785 18893 0 -1 0 4587 0 1 0 27 3 0 0 18 0 12 0 24587523 825856000 4255 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23785/statm: 201625 4255 1368 9 0 198952 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 806500

[startup+0.701101 s]
/proc/loadavg: 2.09 2.03 2.01 4/81 23785
/proc/meminfo: memFree=1351800/2055920 swapFree=4192956/4192956
[pid=23785] ppid=23783 vsize=807280 CPUtime=0.7
/proc/23785/stat : 23785 (java) S 23783 23785 18893 0 -1 0 10107 0 1 0 63 7 0 0 18 0 12 0 24587523 826654720 9621 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23785/statm: 201820 9621 1390 9 0 199147 0
Current children cumulated CPU time (s) 0.7
Current children cumulated vsize (KiB) 807280

[startup+1.50218 s]
/proc/loadavg: 2.16 2.05 2.01 4/93 23797
/proc/meminfo: memFree=1313304/2055920 swapFree=4192956/4192956
[pid=23785] ppid=23783 vsize=807280 CPUtime=1.5
/proc/23785/stat : 23785 (java) S 23783 23785 18893 0 -1 0 13910 0 1 0 141 9 0 0 18 0 12 0 24587523 826654720 12914 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23785/statm: 201820 12915 1408 9 0 199147 0
[pid=23785/tid=23787] ppid=23783 vsize=807280 CPUtime=0.86
/proc/23785/task/23787/stat : 23787 (java) R 23783 23785 18893 0 -1 64 11447 0 1 0 79 7 0 0 22 0 12 0 24587524 826654720 12915 996147200 134512640 134550932 4294956016 18446744073709551615 4109506172 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23785/tid=23788] ppid=23783 vsize=807280 CPUtime=0
/proc/23785/task/23788/stat : 23788 (java) S 23783 23785 18893 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 24587524 826654720 12915 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23785/tid=23789] ppid=23783 vsize=807280 CPUtime=0
/proc/23785/task/23789/stat : 23789 (java) S 23783 23785 18893 0 -1 64 0 0 0 0 0 0 0 0 22 0 12 0 24587524 826654720 12915 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23785/tid=23790] ppid=23783 vsize=807280 CPUtime=0
/proc/23785/task/23790/stat : 23790 (java) S 23783 23785 18893 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 24587526 826654720 12915 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23785/tid=23791] ppid=23783 vsize=807280 CPUtime=0
/proc/23785/task/23791/stat : 23791 (java) S 23783 23785 18893 0 -1 64 10 0 0 0 0 0 0 0 24 0 12 0 24587527 826654720 12915 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23785/tid=23792] ppid=23783 vsize=807280 CPUtime=0
/proc/23785/task/23792/stat : 23792 (java) S 23783 23785 18893 0 -1 64 4 0 0 0 0 0 0 0 25 0 12 0 24587527 826654720 12915 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23785/tid=23793] ppid=23783 vsize=807280 CPUtime=0
/proc/23785/task/23793/stat : 23793 (java) S 23783 23785 18893 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 24587531 826654720 12915 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23785/tid=23794] ppid=23783 vsize=807280 CPUtime=0.06
/proc/23785/task/23794/stat : 23794 (java) S 23783 23785 18893 0 -1 64 269 0 0 0 6 0 0 0 16 0 12 0 24587531 826654720 12915 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23785/tid=23795] ppid=23783 vsize=807280 CPUtime=0.55
/proc/23785/task/23795/stat : 23795 (java) R 23783 23785 18893 0 -1 64 1455 0 0 0 55 0 0 0 16 0 12 0 24587531 826654720 12915 996147200 134512640 134550932 4294956016 18446744073709551615 103909644 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23785/tid=23796] ppid=23783 vsize=807280 CPUtime=0
/proc/23785/task/23796/stat : 23796 (java) S 23783 23785 18893 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 24587531 826654720 12915 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23785/tid=23797] ppid=23783 vsize=807280 CPUtime=0
/proc/23785/task/23797/stat : 23797 (java) R 23783 23785 18893 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 24587531 826654720 12915 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.5
Current children cumulated vsize (KiB) 807280

[startup+3.10234 s]
/proc/loadavg: 2.16 2.05 2.01 3/93 23797
/proc/meminfo: memFree=1257496/2055920 swapFree=4192956/4192956
[pid=23785] ppid=23783 vsize=807336 CPUtime=3.09
/proc/23785/stat : 23785 (java) S 23783 23785 18893 0 -1 0 30980 0 1 0 293 16 0 0 18 0 12 0 24587523 826712064 29951 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23785/statm: 201834 29951 1418 9 0 199161 0
[pid=23785/tid=23787] ppid=23783 vsize=807336 CPUtime=2.06
/proc/23785/task/23787/stat : 23787 (java) R 23783 23785 18893 0 -1 64 16902 0 1 0 196 10 0 0 25 0 12 0 24587524 826712064 29951 996147200 134512640 134550932 4294956016 18446744073709551615 4109570206 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23785/tid=23788] ppid=23783 vsize=807336 CPUtime=0.1
/proc/23785/task/23788/stat : 23788 (java) S 23783 23785 18893 0 -1 64 6460 0 0 0 8 2 0 0 16 0 12 0 24587524 826712064 29951 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23785/tid=23789] ppid=23783 vsize=807336 CPUtime=0.08
/proc/23785/task/23789/stat : 23789 (java) S 23783 23785 18893 0 -1 64 5090 0 0 0 7 1 0 0 16 0 12 0 24587524 826712064 29951 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23785/tid=23790] ppid=23783 vsize=807336 CPUtime=0
/proc/23785/task/23790/stat : 23790 (java) S 23783 23785 18893 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 24587526 826712064 29951 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23785/tid=23791] ppid=23783 vsize=807336 CPUtime=0
/proc/23785/task/23791/stat : 23791 (java) S 23783 23785 18893 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 24587527 826712064 29951 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23785/tid=23792] ppid=23783 vsize=807336 CPUtime=0
/proc/23785/task/23792/stat : 23792 (java) S 23783 23785 18893 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 24587527 826712064 29951 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23785/tid=23793] ppid=23783 vsize=807336 CPUtime=0
/proc/23785/task/23793/stat : 23793 (java) S 23783 23785 18893 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 24587531 826712064 29951 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23785/tid=23794] ppid=23783 vsize=807336 CPUtime=0.06
/proc/23785/task/23794/stat : 23794 (java) S 23783 23785 18893 0 -1 64 269 0 0 0 6 0 0 0 16 0 12 0 24587531 826712064 29951 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23785/tid=23795] ppid=23783 vsize=807336 CPUtime=0.73
/proc/23785/task/23795/stat : 23795 (java) S 23783 23785 18893 0 -1 64 1510 0 0 0 73 0 0 0 16 0 12 0 24587531 826712064 29951 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23785/tid=23796] ppid=23783 vsize=807336 CPUtime=0
/proc/23785/task/23796/stat : 23796 (java) S 23783 23785 18893 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 24587531 826712064 29951 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23785/tid=23797] ppid=23783 vsize=807336 CPUtime=0
/proc/23785/task/23797/stat : 23797 (java) S 23783 23785 18893 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 24587531 826712064 29951 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 807336

[startup+6.30166 s]
/proc/loadavg: 2.15 2.05 2.01 3/93 23797
/proc/meminfo: memFree=1186712/2055920 swapFree=4192956/4192956
[pid=23785] ppid=23783 vsize=807840 CPUtime=6.28
/proc/23785/stat : 23785 (java) S 23783 23785 18893 0 -1 0 49042 0 1 0 604 24 0 0 18 0 12 0 24587523 827228160 47954 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23785/statm: 201960 47954 1421 9 0 199287 0
[pid=23785/tid=23787] ppid=23783 vsize=807840 CPUtime=4.66
/proc/23785/task/23787/stat : 23787 (java) R 23783 23785 18893 0 -1 64 16923 0 1 0 456 10 0 0 25 0 12 0 24587524 827228160 47954 996147200 134512640 134550932 4294956016 18446744073709551615 4109126798 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23785/tid=23788] ppid=23783 vsize=807840 CPUtime=0.37
/proc/23785/task/23788/stat : 23788 (java) S 23783 23785 18893 0 -1 64 15729 0 0 0 31 6 0 0 16 0 12 0 24587524 827228160 47954 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23785/tid=23789] ppid=23783 vsize=807840 CPUtime=0.39
/proc/23785/task/23789/stat : 23789 (java) S 23783 23785 18893 0 -1 64 13862 0 0 0 35 4 0 0 16 0 12 0 24587524 827228160 47954 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23785/tid=23790] ppid=23783 vsize=807840 CPUtime=0
/proc/23785/task/23790/stat : 23790 (java) S 23783 23785 18893 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 24587526 827228160 47954 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23785/tid=23791] ppid=23783 vsize=807840 CPUtime=0
/proc/23785/task/23791/stat : 23791 (java) S 23783 23785 18893 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 24587527 827228160 47954 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23785/tid=23792] ppid=23783 vsize=807840 CPUtime=0
/proc/23785/task/23792/stat : 23792 (java) S 23783 23785 18893 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 24587527 827228160 47954 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23785/tid=23793] ppid=23783 vsize=807840 CPUtime=0
/proc/23785/task/23793/stat : 23793 (java) S 23783 23785 18893 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 24587531 827228160 47954 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23785/tid=23794] ppid=23783 vsize=807840 CPUtime=0.06
/proc/23785/task/23794/stat : 23794 (java) S 23783 23785 18893 0 -1 64 269 0 0 0 6 0 0 0 16 0 12 0 24587531 827228160 47954 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23785/tid=23795] ppid=23783 vsize=807840 CPUtime=0.73
/proc/23785/task/23795/stat : 23795 (java) S 23783 23785 18893 0 -1 64 1510 0 0 0 73 0 0 0 16 0 12 0 24587531 827228160 47954 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23785/tid=23796] ppid=23783 vsize=807840 CPUtime=0
/proc/23785/task/23796/stat : 23796 (java) S 23783 23785 18893 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 24587531 827228160 47954 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23785/tid=23797] ppid=23783 vsize=807840 CPUtime=0
/proc/23785/task/23797/stat : 23797 (java) S 23783 23785 18893 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 24587531 827228160 47954 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 807840

[startup+12.7013 s]
/proc/loadavg: 2.14 2.05 2.01 5/93 23797
/proc/meminfo: memFree=1039000/2055920 swapFree=4192956/4192956
[pid=23785] ppid=23783 vsize=807676 CPUtime=12.65
/proc/23785/stat : 23785 (java) S 23783 23785 18893 0 -1 0 84399 0 1 0 1225 40 0 0 18 0 12 0 24587523 827060224 83244 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23785/statm: 201919 83244 1421 9 0 199246 0
[pid=23785/tid=23787] ppid=23783 vsize=807676 CPUtime=9.84
/proc/23785/task/23787/stat : 23787 (java) R 23783 23785 18893 0 -1 64 16950 0 1 0 972 12 0 0 25 0 12 0 24587524 827060224 83244 996147200 134512640 134550932 4294956016 18446744073709551615 4109557152 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23785/tid=23788] ppid=23783 vsize=807676 CPUtime=0.95
/proc/23785/task/23788/stat : 23788 (java) S 23783 23785 18893 0 -1 64 34596 0 0 0 82 13 0 0 16 0 12 0 24587524 827060224 83244 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23785/tid=23789] ppid=23783 vsize=807676 CPUtime=0.99
/proc/23785/task/23789/stat : 23789 (java) S 23783 23785 18893 0 -1 64 30325 0 0 0 88 11 0 0 16 0 12 0 24587524 827060224 83244 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23785/tid=23790] ppid=23783 vsize=807676 CPUtime=0
/proc/23785/task/23790/stat : 23790 (java) S 23783 23785 18893 0 -1 64 9 0 0 0 0 0 0 0 15 0 12 0 24587526 827060224 83244 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23785/tid=23791] ppid=23783 vsize=807676 CPUtime=0
/proc/23785/task/23791/stat : 23791 (java) S 23783 23785 18893 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 24587527 827060224 83244 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23785/tid=23792] ppid=23783 vsize=807676 CPUtime=0
/proc/23785/task/23792/stat : 23792 (java) S 23783 23785 18893 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 24587527 827060224 83244 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23785/tid=23793] ppid=23783 vsize=807676 CPUtime=0
/proc/23785/task/23793/stat : 23793 (java) S 23783 23785 18893 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 24587531 827060224 83244 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23785/tid=23794] ppid=23783 vsize=807676 CPUtime=0.06
/proc/23785/task/23794/stat : 23794 (java) S 23783 23785 18893 0 -1 64 269 0 0 0 6 0 0 0 16 0 12 0 24587531 827060224 83244 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23785/tid=23795] ppid=23783 vsize=807676 CPUtime=0.73
/proc/23785/task/23795/stat : 23795 (java) S 23783 23785 18893 0 -1 64 1510 0 0 0 73 0 0 0 17 0 12 0 24587531 827060224 83244 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23785/tid=23796] ppid=23783 vsize=807676 CPUtime=0
/proc/23785/task/23796/stat : 23796 (java) S 23783 23785 18893 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 24587531 827060224 83244 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23785/tid=23797] ppid=23783 vsize=807676 CPUtime=0
/proc/23785/task/23797/stat : 23797 (java) S 23783 23785 18893 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 24587531 827060224 83244 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 807676

[startup+25.5026 s]
/proc/loadavg: 2.28 2.08 2.02 5/93 23797
/proc/meminfo: memFree=679256/2055920 swapFree=4192956/4192956
[pid=23785] ppid=23783 vsize=813156 CPUtime=26.06
/proc/23785/stat : 23785 (java) S 23783 23785 18893 0 -1 0 173894 0 1 0 2530 76 0 0 18 0 12 0 24587523 832671744 169120 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23785/statm: 203289 169120 1426 9 0 200616 0
[pid=23785/tid=23787] ppid=23783 vsize=813156 CPUtime=15.05
/proc/23785/task/23787/stat : 23787 (java) R 23783 23785 18893 0 -1 64 23130 0 1 0 1490 15 0 0 21 0 12 0 24587524 832671744 169120 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23785/tid=23788] ppid=23783 vsize=813156 CPUtime=4.23
/proc/23785/task/23788/stat : 23788 (java) R 23783 23785 18893 0 -1 64 76395 0 0 0 394 29 0 0 16 0 12 0 24587524 832671744 169120 996147200 134512640 134550932 4294956016 18446744073709551615 106195384 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23785/tid=23789] ppid=23783 vsize=813156 CPUtime=4.04
/proc/23785/task/23789/stat : 23789 (java) R 23783 23785 18893 0 -1 64 69765 0 0 0 376 28 0 0 16 0 12 0 24587524 832671744 169120 996147200 134512640 134550932 4294956016 18446744073709551615 106195400 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23785/tid=23790] ppid=23783 vsize=813156 CPUtime=1.63
/proc/23785/task/23790/stat : 23790 (java) S 23783 23785 18893 0 -1 64 562 0 0 0 162 1 0 0 15 0 12 0 24587526 832671744 169120 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23785/tid=23791] ppid=23783 vsize=813156 CPUtime=0
/proc/23785/task/23791/stat : 23791 (java) S 23783 23785 18893 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 24587527 832671744 169120 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23785/tid=23792] ppid=23783 vsize=813156 CPUtime=0
/proc/23785/task/23792/stat : 23792 (java) S 23783 23785 18893 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 24587527 832671744 169120 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23785/tid=23793] ppid=23783 vsize=813156 CPUtime=0
/proc/23785/task/23793/stat : 23793 (java) S 23783 23785 18893 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 24587531 832671744 169120 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23785/tid=23794] ppid=23783 vsize=813156 CPUtime=0.06

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

[pid=23785] ppid=23783 vsize=814116 CPUtime=70.98
/proc/23785/stat : 23785 (java) S 23783 23785 18893 0 -1 0 205820 0 1 0 7009 89 0 0 18 0 13 0 24587523 833654784 172653 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23785/statm: 203529 172653 1443 9 0 200856 0
[pid=23785/tid=23787] ppid=23783 vsize=814116 CPUtime=24.31
/proc/23785/task/23787/stat : 23787 (java) R 23783 23785 18893 0 -1 64 23159 0 1 0 2416 15 0 0 25 0 13 0 24587524 833654784 172653 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23785/tid=23788] ppid=23783 vsize=814116 CPUtime=4.92
/proc/23785/task/23788/stat : 23788 (java) S 23783 23785 18893 0 -1 64 76395 0 0 0 463 29 0 0 15 0 13 0 24587524 833654784 172653 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23785/tid=23789] ppid=23783 vsize=814116 CPUtime=4.76
/proc/23785/task/23789/stat : 23789 (java) S 23783 23785 18893 0 -1 64 70406 0 0 0 448 28 0 0 16 0 13 0 24587524 833654784 172653 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23785/tid=23790] ppid=23783 vsize=814116 CPUtime=35.3
/proc/23785/task/23790/stat : 23790 (java) R 23783 23785 18893 0 -1 64 31023 0 0 0 3517 13 0 0 18 0 13 0 24587526 833654784 172653 996147200 134512640 134550932 4294956016 18446744073709551615 105886131 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23785/tid=23791] ppid=23783 vsize=814116 CPUtime=0
/proc/23785/task/23791/stat : 23791 (java) S 23783 23785 18893 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 24587527 833654784 172653 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23785/tid=23792] ppid=23783 vsize=814116 CPUtime=0
/proc/23785/task/23792/stat : 23792 (java) S 23783 23785 18893 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 24587527 833654784 172653 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23785/tid=23793] ppid=23783 vsize=814116 CPUtime=0
/proc/23785/task/23793/stat : 23793 (java) S 23783 23785 18893 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 24587531 833654784 172653 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23785/tid=23794] ppid=23783 vsize=814116 CPUtime=0.06
/proc/23785/task/23794/stat : 23794 (java) S 23783 23785 18893 0 -1 64 269 0 0 0 6 0 0 0 16 0 13 0 24587531 833654784 172653 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23785/tid=23795] ppid=23783 vsize=814116 CPUtime=1.57
/proc/23785/task/23795/stat : 23795 (java) S 23783 23785 18893 0 -1 64 3822 0 0 0 156 1 0 0 17 0 13 0 24587531 833654784 172653 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23785/tid=23796] ppid=23783 vsize=814116 CPUtime=0
/proc/23785/task/23796/stat : 23796 (java) S 23783 23785 18893 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 24587531 833654784 172653 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23785/tid=23797] ppid=23783 vsize=814116 CPUtime=0
/proc/23785/task/23797/stat : 23797 (java) S 23783 23785 18893 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 24587531 833654784 172653 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23785/tid=23798] ppid=23783 vsize=814116 CPUtime=0
/proc/23785/task/23798/stat : 23798 (java) S 23783 23785 18893 0 -1 64 6 0 0 0 0 0 0 0 17 0 13 0 24590541 833654784 172653 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 70.98
Current children cumulated vsize (KiB) 814116

[startup+73.5014 s]
/proc/loadavg: 2.42 2.14 2.04 4/94 23798
/proc/meminfo: memFree=663184/2055920 swapFree=4192956/4192956
[pid=23785] ppid=23783 vsize=815572 CPUtime=74.17
/proc/23785/stat : 23785 (java) S 23783 23785 18893 0 -1 0 206322 0 1 0 7328 89 0 0 18 0 13 0 24587523 835145728 173027 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23785/statm: 203893 173027 1443 9 0 201220 0
[pid=23785/tid=23787] ppid=23783 vsize=815572 CPUtime=24.6
/proc/23785/task/23787/stat : 23787 (java) R 23783 23785 18893 0 -1 64 23160 0 1 0 2445 15 0 0 25 0 13 0 24587524 835145728 173027 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23785/tid=23788] ppid=23783 vsize=815572 CPUtime=4.92
/proc/23785/task/23788/stat : 23788 (java) S 23783 23785 18893 0 -1 64 76395 0 0 0 463 29 0 0 15 0 13 0 24587524 835145728 173027 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23785/tid=23789] ppid=23783 vsize=815572 CPUtime=4.76
/proc/23785/task/23789/stat : 23789 (java) S 23783 23785 18893 0 -1 64 70406 0 0 0 448 28 0 0 16 0 13 0 24587524 835145728 173027 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23785/tid=23790] ppid=23783 vsize=815572 CPUtime=38.2
/proc/23785/task/23790/stat : 23790 (java) R 23783 23785 18893 0 -1 64 31524 0 0 0 3807 13 0 0 18 0 13 0 24587526 835145728 173027 996147200 134512640 134550932 4294956016 18446744073709551615 104187780 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23785/tid=23791] ppid=23783 vsize=815572 CPUtime=0
/proc/23785/task/23791/stat : 23791 (java) S 23783 23785 18893 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 24587527 835145728 173027 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23785/tid=23792] ppid=23783 vsize=815572 CPUtime=0
/proc/23785/task/23792/stat : 23792 (java) S 23783 23785 18893 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 24587527 835145728 173027 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23785/tid=23793] ppid=23783 vsize=815572 CPUtime=0
/proc/23785/task/23793/stat : 23793 (java) S 23783 23785 18893 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 24587531 835145728 173027 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23785/tid=23794] ppid=23783 vsize=815572 CPUtime=0.06
/proc/23785/task/23794/stat : 23794 (java) S 23783 23785 18893 0 -1 64 269 0 0 0 6 0 0 0 16 0 13 0 24587531 835145728 173027 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23785/tid=23795] ppid=23783 vsize=815572 CPUtime=1.57
/proc/23785/task/23795/stat : 23795 (java) S 23783 23785 18893 0 -1 64 3822 0 0 0 156 1 0 0 17 0 13 0 24587531 835145728 173027 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23785/tid=23796] ppid=23783 vsize=815572 CPUtime=0
/proc/23785/task/23796/stat : 23796 (java) S 23783 23785 18893 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 24587531 835145728 173027 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23785/tid=23797] ppid=23783 vsize=815572 CPUtime=0
/proc/23785/task/23797/stat : 23797 (java) S 23783 23785 18893 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 24587531 835145728 173027 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23785/tid=23798] ppid=23783 vsize=815572 CPUtime=0
/proc/23785/task/23798/stat : 23798 (java) S 23783 23785 18893 0 -1 64 6 0 0 0 0 0 0 0 17 0 13 0 24590541 835145728 173027 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 74.17
Current children cumulated vsize (KiB) 815572

[startup+75.1025 s]
/proc/loadavg: 2.42 2.14 2.04 3/94 23798
/proc/meminfo: memFree=663632/2055920 swapFree=4192956/4192956
[pid=23785] ppid=23783 vsize=815572 CPUtime=75.77
/proc/23785/stat : 23785 (java) S 23783 23785 18893 0 -1 0 206823 0 1 0 7488 89 0 0 18 0 13 0 24587523 835145728 173027 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23785/statm: 203893 173027 1443 9 0 201220 0
[pid=23785/tid=23787] ppid=23783 vsize=815572 CPUtime=24.6
/proc/23785/task/23787/stat : 23787 (java) S 23783 23785 18893 0 -1 64 23160 0 1 0 2445 15 0 0 25 0 13 0 24587524 835145728 173027 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23785/tid=23788] ppid=23783 vsize=815572 CPUtime=4.92
/proc/23785/task/23788/stat : 23788 (java) S 23783 23785 18893 0 -1 64 76395 0 0 0 463 29 0 0 15 0 13 0 24587524 835145728 173027 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23785/tid=23789] ppid=23783 vsize=815572 CPUtime=4.76
/proc/23785/task/23789/stat : 23789 (java) S 23783 23785 18893 0 -1 64 70406 0 0 0 448 28 0 0 16 0 13 0 24587524 835145728 173027 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23785/tid=23790] ppid=23783 vsize=815572 CPUtime=39.8
/proc/23785/task/23790/stat : 23790 (java) R 23783 23785 18893 0 -1 64 32025 0 0 0 3967 13 0 0 20 0 13 0 24587526 835145728 173027 996147200 134512640 134550932 4294956016 18446744073709551615 106836645 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23785/tid=23791] ppid=23783 vsize=815572 CPUtime=0
/proc/23785/task/23791/stat : 23791 (java) S 23783 23785 18893 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 24587527 835145728 173027 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23785/tid=23792] ppid=23783 vsize=815572 CPUtime=0
/proc/23785/task/23792/stat : 23792 (java) S 23783 23785 18893 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 24587527 835145728 173027 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23785/tid=23793] ppid=23783 vsize=815572 CPUtime=0
/proc/23785/task/23793/stat : 23793 (java) S 23783 23785 18893 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 24587531 835145728 173027 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23785/tid=23794] ppid=23783 vsize=815572 CPUtime=0.06
/proc/23785/task/23794/stat : 23794 (java) S 23783 23785 18893 0 -1 64 269 0 0 0 6 0 0 0 16 0 13 0 24587531 835145728 173027 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23785/tid=23795] ppid=23783 vsize=815572 CPUtime=1.57
/proc/23785/task/23795/stat : 23795 (java) S 23783 23785 18893 0 -1 64 3822 0 0 0 156 1 0 0 17 0 13 0 24587531 835145728 173027 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23785/tid=23796] ppid=23783 vsize=815572 CPUtime=0
/proc/23785/task/23796/stat : 23796 (java) S 23783 23785 18893 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 24587531 835145728 173027 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23785/tid=23797] ppid=23783 vsize=815572 CPUtime=0
/proc/23785/task/23797/stat : 23797 (java) S 23783 23785 18893 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 24587531 835145728 173027 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23785/tid=23798] ppid=23783 vsize=815572 CPUtime=0
/proc/23785/task/23798/stat : 23798 (java) S 23783 23785 18893 0 -1 64 6 0 0 0 0 0 0 0 17 0 13 0 24590541 835145728 173027 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 75.77
Current children cumulated vsize (KiB) 815572

[startup+75.9076 s]
/proc/loadavg: 2.38 2.14 2.04 3/94 23798
/proc/meminfo: memFree=663632/2055920 swapFree=4192956/4192956
[pid=23785] ppid=23783 vsize=815572 CPUtime=76.57
/proc/23785/stat : 23785 (java) S 23783 23785 18893 0 -1 0 206823 0 1 0 7568 89 0 0 18 0 13 0 24587523 835145728 173027 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23785/statm: 203893 173027 1443 9 0 201220 0
[pid=23785/tid=23787] ppid=23783 vsize=815572 CPUtime=24.6
/proc/23785/task/23787/stat : 23787 (java) S 23783 23785 18893 0 -1 64 23160 0 1 0 2445 15 0 0 25 0 13 0 24587524 835145728 173027 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23785/tid=23788] ppid=23783 vsize=815572 CPUtime=4.92
/proc/23785/task/23788/stat : 23788 (java) S 23783 23785 18893 0 -1 64 76395 0 0 0 463 29 0 0 15 0 13 0 24587524 835145728 173027 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23785/tid=23789] ppid=23783 vsize=815572 CPUtime=4.76
/proc/23785/task/23789/stat : 23789 (java) S 23783 23785 18893 0 -1 64 70406 0 0 0 448 28 0 0 16 0 13 0 24587524 835145728 173027 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23785/tid=23790] ppid=23783 vsize=815572 CPUtime=40.6
/proc/23785/task/23790/stat : 23790 (java) R 23783 23785 18893 0 -1 64 32025 0 0 0 4047 13 0 0 23 0 13 0 24587526 835145728 173027 996147200 134512640 134550932 4294956016 18446744073709551615 106159008 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23785/tid=23791] ppid=23783 vsize=815572 CPUtime=0
/proc/23785/task/23791/stat : 23791 (java) S 23783 23785 18893 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 24587527 835145728 173027 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23785/tid=23792] ppid=23783 vsize=815572 CPUtime=0
/proc/23785/task/23792/stat : 23792 (java) S 23783 23785 18893 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 24587527 835145728 173027 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23785/tid=23793] ppid=23783 vsize=815572 CPUtime=0
/proc/23785/task/23793/stat : 23793 (java) S 23783 23785 18893 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 24587531 835145728 173027 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23785/tid=23794] ppid=23783 vsize=815572 CPUtime=0.06
/proc/23785/task/23794/stat : 23794 (java) S 23783 23785 18893 0 -1 64 269 0 0 0 6 0 0 0 16 0 13 0 24587531 835145728 173027 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23785/tid=23795] ppid=23783 vsize=815572 CPUtime=1.57
/proc/23785/task/23795/stat : 23795 (java) S 23783 23785 18893 0 -1 64 3822 0 0 0 156 1 0 0 17 0 13 0 24587531 835145728 173027 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23785/tid=23796] ppid=23783 vsize=815572 CPUtime=0
/proc/23785/task/23796/stat : 23796 (java) S 23783 23785 18893 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 24587531 835145728 173027 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23785/tid=23797] ppid=23783 vsize=815572 CPUtime=0
/proc/23785/task/23797/stat : 23797 (java) S 23783 23785 18893 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 24587531 835145728 173027 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23785/tid=23798] ppid=23783 vsize=815572 CPUtime=0
/proc/23785/task/23798/stat : 23798 (java) S 23783 23785 18893 0 -1 64 6 0 0 0 0 0 0 0 17 0 13 0 24590541 835145728 173027 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 76.57
Current children cumulated vsize (KiB) 815572

[startup+76.3026 s]
/proc/loadavg: 2.38 2.14 2.04 3/94 23798
/proc/meminfo: memFree=663632/2055920 swapFree=4192956/4192956
[pid=23785] ppid=23783 vsize=815572 CPUtime=76.97
/proc/23785/stat : 23785 (java) S 23783 23785 18893 0 -1 0 206823 0 1 0 7608 89 0 0 18 0 13 0 24587523 835145728 173027 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23785/statm: 203893 173027 1443 9 0 201220 0
[pid=23785/tid=23787] ppid=23783 vsize=815572 CPUtime=24.6
/proc/23785/task/23787/stat : 23787 (java) S 23783 23785 18893 0 -1 64 23160 0 1 0 2445 15 0 0 25 0 13 0 24587524 835145728 173027 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23785/tid=23788] ppid=23783 vsize=815572 CPUtime=4.92
/proc/23785/task/23788/stat : 23788 (java) S 23783 23785 18893 0 -1 64 76395 0 0 0 463 29 0 0 15 0 13 0 24587524 835145728 173027 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23785/tid=23789] ppid=23783 vsize=815572 CPUtime=4.76
/proc/23785/task/23789/stat : 23789 (java) S 23783 23785 18893 0 -1 64 70406 0 0 0 448 28 0 0 16 0 13 0 24587524 835145728 173027 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23785/tid=23790] ppid=23783 vsize=815572 CPUtime=41
/proc/23785/task/23790/stat : 23790 (java) R 23783 23785 18893 0 -1 64 32025 0 0 0 4087 13 0 0 25 0 13 0 24587526 835145728 173027 996147200 134512640 134550932 4294956016 18446744073709551615 106159206 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23785/tid=23791] ppid=23783 vsize=815572 CPUtime=0
/proc/23785/task/23791/stat : 23791 (java) S 23783 23785 18893 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 24587527 835145728 173027 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23785/tid=23792] ppid=23783 vsize=815572 CPUtime=0
/proc/23785/task/23792/stat : 23792 (java) S 23783 23785 18893 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 24587527 835145728 173027 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23785/tid=23793] ppid=23783 vsize=815572 CPUtime=0
/proc/23785/task/23793/stat : 23793 (java) S 23783 23785 18893 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 24587531 835145728 173027 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23785/tid=23794] ppid=23783 vsize=815572 CPUtime=0.06
/proc/23785/task/23794/stat : 23794 (java) S 23783 23785 18893 0 -1 64 269 0 0 0 6 0 0 0 16 0 13 0 24587531 835145728 173027 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23785/tid=23795] ppid=23783 vsize=815572 CPUtime=1.57
/proc/23785/task/23795/stat : 23795 (java) S 23783 23785 18893 0 -1 64 3822 0 0 0 156 1 0 0 17 0 13 0 24587531 835145728 173027 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23785/tid=23796] ppid=23783 vsize=815572 CPUtime=0
/proc/23785/task/23796/stat : 23796 (java) S 23783 23785 18893 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 24587531 835145728 173027 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23785/tid=23797] ppid=23783 vsize=815572 CPUtime=0
/proc/23785/task/23797/stat : 23797 (java) S 23783 23785 18893 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 24587531 835145728 173027 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23785/tid=23798] ppid=23783 vsize=815572 CPUtime=0
/proc/23785/task/23798/stat : 23798 (java) S 23783 23785 18893 0 -1 64 6 0 0 0 0 0 0 0 17 0 13 0 24590541 835145728 173027 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 76.97
Current children cumulated vsize (KiB) 815572

[startup+76.4028 s]
/proc/loadavg: 2.38 2.14 2.04 3/94 23798
/proc/meminfo: memFree=663632/2055920 swapFree=4192956/4192956
[pid=23785] ppid=23783 vsize=0 CPUtime=77.03
/proc/23785/stat : 23785 (java) Z 23783 23785 18893 0 -1 12 206840 0 1 0 7610 93 0 0 16 0 2 0 24587523 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23785/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 77.03
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 76.472
CPU time (s): 77.1103
CPU user time (s): 76.1024
CPU system time (s): 1.00785
CPU usage (%): 100.835
Max. virtual memory (cumulated for all children) (KiB): 862444

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 76.1024
system time used= 1.00785
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 206840
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= 3644
involuntary context switches= 3143

runsolver used 0.097985 second user time and 0.26096 second system time

The end

Launcher Data

Begin job on node36 at 2009-07-12 07:07:08
IDJOB=2082471
IDBENCH=57588
IDSOLVER=731
FILE ID=node36/2082471-1247375227
PBS_JOBID= 9507024
Free space on /tmp= 66372 MiB

SOLVER NAME= SAT4J CSP 2.1.1
BENCH NAME= CPAI08/csp/rand-8-20-5/normalized-rand-8-20-5-18-800-17_ext.xml
COMMAND LINE= java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2082471-1247375227/watcher-2082471-1247375227 -o /tmp/evaluation-result-2082471-1247375227/solver-2082471-1247375227 -C 1800 -W 2000 -M 900  java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2082471-1247375227.xml

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

MD5SUM BENCH= 20f6936a9f409b14eec766fe1691fa7b
RANDOM SEED=516226659

node36.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.238
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.238
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:       1352280 kB
Buffers:         76484 kB
Cached:         521508 kB
SwapCached:          0 kB
Active:         204172 kB
Inactive:       430112 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1352280 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:           23580 kB
Writeback:           0 kB
Mapped:          56744 kB
Slab:            54752 kB
Committed_AS:   217200 kB
PageTables:       1820 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= 66372 MiB
End job on node36 at 2009-07-12 07:08:25