Trace number 2090732

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.1UNSAT 36.2175 36.2899

General information on the benchmark

Namecsp/tightness0.9/
normalized-rand-2-40-180-84-900-15_ext.xml
MD5SUMf19b10938cd889f5ceacd2b2080e381b
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1.64775
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints84
Maximum constraint arity2
Maximum domain size180
Number of constraints which are defined in extension84
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.22	c c --- Begin Solver configuration ---
0.18/0.22	c Stops conflict analysis at the first Unique Implication Point
0.18/0.22	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@1f14ceb
0.18/0.22	c Learn all clauses as in MiniSAT
0.18/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.18/0.22	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.18/0.22	c Expensive reason simplification
0.18/0.22	c MiniSAT restarts strategy
0.18/0.22	c Memory based learned constraints deletion strategy
0.18/0.22	c timeout=2147483s
0.18/0.22	c DB Simplification allowed=false
0.18/0.22	c --- End Solver configuration ---
0.18/0.22	c solving HOME/instance-2090732-1247391269.xml
0.18/0.22	c reading problem ... 
0.39/0.46	c reading problem named null
0.39/0.46	c reading domains done.
0.39/0.46	c reading variables done.
0.58/0.62	c reading relations done.
2.59/2.61	c reading constraints
3.29/3.37	c done with constraints.
3.29/3.37	c ... done. Wall clock time 3.143s.
3.29/3.37	c #vars     7200
3.29/3.37	c #constraints  30320
3.29/3.37	c constraints type 
3.29/3.37	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 30280
3.29/3.37	c org.sat4j.minisat.constraints.card.AtLeast => 40
36.17/36.21	c starts		: 8
36.17/36.21	c conflicts		: 3755
36.17/36.21	c decisions		: 5675
36.17/36.21	c propagations		: 5700142
36.17/36.21	c inspects		: 63690564
36.17/36.21	c learnt literals	: 9
36.17/36.21	c learnt binary clauses	: 6
36.17/36.21	c learnt ternary clauses	: 7
36.17/36.21	c learnt clauses	: 3745
36.17/36.21	c ignored clauses	: 0
36.17/36.21	c root simplifications	: 0
36.17/36.21	c removed literals (reason simplification)	: 619603
36.17/36.21	c reason swapping (by a shorter reason)	: 0
36.17/36.21	c Calls to reduceDB	: 0
36.17/36.21	c speed (assignments/second)	: 173578.42808855325
36.17/36.21	c non guided choices	702
36.17/36.21	c learnt constraints type 
36.17/36.21	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 6
36.17/36.21	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 3739
36.17/36.21	c constraints type 
36.17/36.21	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 30280
36.17/36.21	c org.sat4j.minisat.constraints.card.AtLeast => 40
36.17/36.21	s UNSATISFIABLE
36.17/36.21	c Total wall clock time (in seconds) : 35.983

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2090732-1247391269/watcher-2090732-1247391269 -o /tmp/evaluation-result-2090732-1247391269/solver-2090732-1247391269 -C 1800 -W 2000 -M 900 java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2090732-1247391269.xml 

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


[startup+0 s]
/proc/loadavg: 1.99 1.98 1.99 4/76 28653
/proc/meminfo: memFree=1891648/2055920 swapFree=4192812/4192956
[pid=28653] ppid=28651 vsize=152 CPUtime=0
/proc/28653/stat : 28653 (java) R 28651 28653 26863 0 -1 0 204 0 0 0 0 0 0 0 18 0 1 0 26192972 155648 26 996147200 134512640 134550932 4294956016 18446744073709551615 10944811 0 0 4096 0 0 0 0 17 0 0 0
/proc/28653/statm: 38 26 19 9 0 4 0

[startup+0.0752399 s]
/proc/loadavg: 1.99 1.98 1.99 4/76 28653
/proc/meminfo: memFree=1891648/2055920 swapFree=4192812/4192956
[pid=28653] ppid=28651 vsize=802164 CPUtime=0.06
/proc/28653/stat : 28653 (java) S 28651 28653 26863 0 -1 0 2854 0 1 0 5 1 0 0 18 0 7 0 26192972 821415936 2599 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 0 0 0
/proc/28653/statm: 200541 2599 1040 9 0 197892 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 802164

[startup+0.101242 s]
/proc/loadavg: 1.99 1.98 1.99 4/76 28653
/proc/meminfo: memFree=1891648/2055920 swapFree=4192812/4192956
[pid=28653] ppid=28651 vsize=804560 CPUtime=0.09
/proc/28653/stat : 28653 (java) S 28651 28653 26863 0 -1 0 3078 0 1 0 7 2 0 0 18 0 12 0 26192972 823869440 2821 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28653/statm: 201140 2821 1083 9 0 198474 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 804560

[startup+0.301267 s]
/proc/loadavg: 1.99 1.98 1.99 4/76 28653
/proc/meminfo: memFree=1891648/2055920 swapFree=4192812/4192956
[pid=28653] ppid=28651 vsize=805992 CPUtime=0.28
/proc/28653/stat : 28653 (java) S 28651 28653 26863 0 -1 0 4455 0 1 0 25 3 0 0 18 0 12 0 26192972 825335808 4159 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28653/statm: 201498 4159 1365 9 0 198825 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 805992

[startup+0.701314 s]
/proc/loadavg: 1.99 1.98 1.99 4/76 28653
/proc/meminfo: memFree=1891648/2055920 swapFree=4192812/4192956
[pid=28653] ppid=28651 vsize=807176 CPUtime=0.68
/proc/28653/stat : 28653 (java) S 28651 28653 26863 0 -1 0 6087 0 1 0 64 4 0 0 18 0 12 0 26192972 826548224 5295 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28653/statm: 201794 5295 1385 9 0 199121 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 807176

[startup+1.50241 s]
/proc/loadavg: 1.99 1.98 1.99 4/88 28665
/proc/meminfo: memFree=1873056/2055920 swapFree=4192812/4192956
[pid=28653] ppid=28651 vsize=809016 CPUtime=1.48
/proc/28653/stat : 28653 (java) S 28651 28653 26863 0 -1 0 10198 0 1 0 142 6 0 0 18 0 12 0 26192972 828432384 8438 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28653/statm: 202254 8438 1407 9 0 199581 0
[pid=28653/tid=28655] ppid=28651 vsize=809016 CPUtime=0.65
/proc/28653/task/28655/stat : 28655 (java) R 28651 28653 26863 0 -1 64 6526 0 1 0 60 5 0 0 25 0 12 0 26192973 828432384 8438 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28653/tid=28656] ppid=28651 vsize=809016 CPUtime=0
/proc/28653/task/28656/stat : 28656 (java) S 28651 28653 26863 0 -1 64 3 0 0 0 0 0 0 0 21 0 12 0 26192973 828432384 8438 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28653/tid=28657] ppid=28651 vsize=809016 CPUtime=0
/proc/28653/task/28657/stat : 28657 (java) S 28651 28653 26863 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 26192973 828432384 8438 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28653/tid=28658] ppid=28651 vsize=809016 CPUtime=0
/proc/28653/task/28658/stat : 28658 (java) S 28651 28653 26863 0 -1 64 2 0 0 0 0 0 0 0 17 0 12 0 26192975 828432384 8438 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28653/tid=28659] ppid=28651 vsize=809016 CPUtime=0
/proc/28653/task/28659/stat : 28659 (java) S 28651 28653 26863 0 -1 64 10 0 0 0 0 0 0 0 24 0 12 0 26192976 828432384 8438 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28653/tid=28660] ppid=28651 vsize=809016 CPUtime=0
/proc/28653/task/28660/stat : 28660 (java) S 28651 28653 26863 0 -1 64 4 0 0 0 0 0 0 0 25 0 12 0 26192976 828432384 8438 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28653/tid=28661] ppid=28651 vsize=809016 CPUtime=0
/proc/28653/task/28661/stat : 28661 (java) S 28651 28653 26863 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 26192980 828432384 8438 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28653/tid=28662] ppid=28651 vsize=809016 CPUtime=0.82
/proc/28653/task/28662/stat : 28662 (java) R 28651 28653 26863 0 -1 64 2633 0 0 0 81 1 0 0 17 0 12 0 26192980 828432384 8438 996147200 134512640 134550932 4294956016 18446744073709551615 104053766 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28653/tid=28663] ppid=28651 vsize=809016 CPUtime=0
/proc/28653/task/28663/stat : 28663 (java) S 28651 28653 26863 0 -1 64 296 0 0 0 0 0 0 0 21 0 12 0 26192980 828432384 8438 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28653/tid=28664] ppid=28651 vsize=809016 CPUtime=0
/proc/28653/task/28664/stat : 28664 (java) S 28651 28653 26863 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 26192980 828432384 8438 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28653/tid=28665] ppid=28651 vsize=809016 CPUtime=0
/proc/28653/task/28665/stat : 28665 (java) S 28651 28653 26863 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 26192980 828432384 8438 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 809016

[startup+3.1016 s]
/proc/loadavg: 1.99 1.98 1.99 3/88 28665
/proc/meminfo: memFree=1812576/2055920 swapFree=4192812/4192956
[pid=28653] ppid=28651 vsize=809924 CPUtime=3.09
/proc/28653/stat : 28653 (java) S 28651 28653 26863 0 -1 0 25256 0 1 0 297 12 0 0 18 0 12 0 26192972 829362176 22966 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28653/statm: 202481 22966 1423 9 0 199808 0
[pid=28653/tid=28655] ppid=28651 vsize=809924 CPUtime=1.7
/proc/28653/task/28655/stat : 28655 (java) R 28651 28653 26863 0 -1 64 16917 0 1 0 162 8 0 0 25 0 12 0 26192973 829362176 22966 996147200 134512640 134550932 4294956016 18446744073709551615 4109740131 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28653/tid=28656] ppid=28651 vsize=809924 CPUtime=0.08
/proc/28653/task/28656/stat : 28656 (java) S 28651 28653 26863 0 -1 64 2257 0 0 0 8 0 0 0 16 0 12 0 26192973 829362176 22966 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28653/tid=28657] ppid=28651 vsize=809924 CPUtime=0.07
/proc/28653/task/28657/stat : 28657 (java) S 28651 28653 26863 0 -1 64 1623 0 0 0 7 0 0 0 16 0 12 0 26192973 829362176 22966 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28653/tid=28658] ppid=28651 vsize=809924 CPUtime=0
/proc/28653/task/28658/stat : 28658 (java) S 28651 28653 26863 0 -1 64 23 0 0 0 0 0 0 0 16 0 12 0 26192975 829362176 22966 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28653/tid=28659] ppid=28651 vsize=809924 CPUtime=0
/proc/28653/task/28659/stat : 28659 (java) S 28651 28653 26863 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 26192976 829362176 22966 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28653/tid=28660] ppid=28651 vsize=809924 CPUtime=0
/proc/28653/task/28660/stat : 28660 (java) S 28651 28653 26863 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 26192976 829362176 22966 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28653/tid=28661] ppid=28651 vsize=809924 CPUtime=0
/proc/28653/task/28661/stat : 28661 (java) S 28651 28653 26863 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 26192980 829362176 22966 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28653/tid=28662] ppid=28651 vsize=809924 CPUtime=1.18
/proc/28653/task/28662/stat : 28662 (java) S 28651 28653 26863 0 -1 64 3399 0 0 0 117 1 0 0 16 0 12 0 26192980 829362176 22966 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28653/tid=28663] ppid=28651 vsize=809924 CPUtime=0
/proc/28653/task/28663/stat : 28663 (java) S 28651 28653 26863 0 -1 64 296 0 0 0 0 0 0 0 21 0 12 0 26192980 829362176 22966 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28653/tid=28664] ppid=28651 vsize=809924 CPUtime=0
/proc/28653/task/28664/stat : 28664 (java) S 28651 28653 26863 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 26192980 829362176 22966 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28653/tid=28665] ppid=28651 vsize=809924 CPUtime=0
/proc/28653/task/28665/stat : 28665 (java) S 28651 28653 26863 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 26192980 829362176 22966 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 809924

[startup+6.30299 s]
/proc/loadavg: 1.99 1.98 1.99 3/89 28666
/proc/meminfo: memFree=1800216/2055920 swapFree=4192812/4192956
[pid=28653] ppid=28651 vsize=810152 CPUtime=6.29
/proc/28653/stat : 28653 (java) S 28651 28653 26863 0 -1 0 26381 0 1 0 616 13 0 0 18 0 13 0 26192972 829595648 24079 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28653/statm: 202538 24079 1441 9 0 199865 0
[pid=28653/tid=28655] ppid=28651 vsize=810152 CPUtime=4.15
/proc/28653/task/28655/stat : 28655 (java) R 28651 28653 26863 0 -1 64 16934 0 1 0 406 9 0 0 25 0 13 0 26192973 829595648 24079 996147200 134512640 134550932 4294956016 18446744073709551615 4109773299 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28653/tid=28656] ppid=28651 vsize=810152 CPUtime=0.12
/proc/28653/task/28656/stat : 28656 (java) S 28651 28653 26863 0 -1 64 2924 0 0 0 11 1 0 0 16 0 13 0 26192973 829595648 24079 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28653/tid=28657] ppid=28651 vsize=810152 CPUtime=0.1
/proc/28653/task/28657/stat : 28657 (java) S 28651 28653 26863 0 -1 64 1983 0 0 0 10 0 0 0 16 0 13 0 26192973 829595648 24079 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28653/tid=28658] ppid=28651 vsize=810152 CPUtime=0
/proc/28653/task/28658/stat : 28658 (java) S 28651 28653 26863 0 -1 64 28 0 0 0 0 0 0 0 16 0 13 0 26192975 829595648 24079 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28653/tid=28659] ppid=28651 vsize=810152 CPUtime=0
/proc/28653/task/28659/stat : 28659 (java) S 28651 28653 26863 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 26192976 829595648 24079 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28653/tid=28660] ppid=28651 vsize=810152 CPUtime=0
/proc/28653/task/28660/stat : 28660 (java) S 28651 28653 26863 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 26192976 829595648 24079 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28653/tid=28661] ppid=28651 vsize=810152 CPUtime=0
/proc/28653/task/28661/stat : 28661 (java) S 28651 28653 26863 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 26192980 829595648 24079 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28653/tid=28662] ppid=28651 vsize=810152 CPUtime=1.86
/proc/28653/task/28662/stat : 28662 (java) S 28651 28653 26863 0 -1 64 3471 0 0 0 185 1 0 0 17 0 13 0 26192980 829595648 24079 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28653/tid=28663] ppid=28651 vsize=810152 CPUtime=0
/proc/28653/task/28663/stat : 28663 (java) S 28651 28653 26863 0 -1 64 296 0 0 0 0 0 0 0 21 0 13 0 26192980 829595648 24079 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28653/tid=28664] ppid=28651 vsize=810152 CPUtime=0
/proc/28653/task/28664/stat : 28664 (java) S 28651 28653 26863 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 26192980 829595648 24079 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28653/tid=28665] ppid=28651 vsize=810152 CPUtime=0
/proc/28653/task/28665/stat : 28665 (java) S 28651 28653 26863 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 26192980 829595648 24079 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28653/tid=28666] ppid=28651 vsize=810152 CPUtime=0
/proc/28653/task/28666/stat : 28666 (java) S 28651 28653 26863 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 26193313 829595648 24079 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 810152

[startup+12.7018 s]
/proc/loadavg: 1.99 1.98 1.99 3/89 28666
/proc/meminfo: memFree=1799960/2055920 swapFree=4192812/4192956
[pid=28653] ppid=28651 vsize=810152 CPUtime=12.68
/proc/28653/stat : 28653 (java) S 28651 28653 26863 0 -1 0 26387 0 1 0 1255 13 0 0 18 0 13 0 26192972 829595648 24084 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28653/statm: 202538 24084 1441 9 0 199865 0
[pid=28653/tid=28655] ppid=28651 vsize=810152 CPUtime=10.52
/proc/28653/task/28655/stat : 28655 (java) R 28651 28653 26863 0 -1 64 16938 0 1 0 1043 9 0 0 25 0 13 0 26192973 829595648 24084 996147200 134512640 134550932 4294956016 18446744073709551615 4109831306 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28653/tid=28656] ppid=28651 vsize=810152 CPUtime=0.12
/proc/28653/task/28656/stat : 28656 (java) S 28651 28653 26863 0 -1 64 2924 0 0 0 11 1 0 0 16 0 13 0 26192973 829595648 24084 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28653/tid=28657] ppid=28651 vsize=810152 CPUtime=0.1
/proc/28653/task/28657/stat : 28657 (java) S 28651 28653 26863 0 -1 64 1983 0 0 0 10 0 0 0 16 0 13 0 26192973 829595648 24084 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28653/tid=28658] ppid=28651 vsize=810152 CPUtime=0
/proc/28653/task/28658/stat : 28658 (java) S 28651 28653 26863 0 -1 64 28 0 0 0 0 0 0 0 16 0 13 0 26192975 829595648 24084 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28653/tid=28659] ppid=28651 vsize=810152 CPUtime=0
/proc/28653/task/28659/stat : 28659 (java) S 28651 28653 26863 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 26192976 829595648 24084 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28653/tid=28660] ppid=28651 vsize=810152 CPUtime=0
/proc/28653/task/28660/stat : 28660 (java) S 28651 28653 26863 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 26192976 829595648 24084 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28653/tid=28661] ppid=28651 vsize=810152 CPUtime=0
/proc/28653/task/28661/stat : 28661 (java) S 28651 28653 26863 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 26192980 829595648 24084 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28653/tid=28662] ppid=28651 vsize=810152 CPUtime=1.89
/proc/28653/task/28662/stat : 28662 (java) S 28651 28653 26863 0 -1 64 3473 0 0 0 188 1 0 0 17 0 13 0 26192980 829595648 24084 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28653/tid=28663] ppid=28651 vsize=810152 CPUtime=0
/proc/28653/task/28663/stat : 28663 (java) S 28651 28653 26863 0 -1 64 296 0 0 0 0 0 0 0 21 0 13 0 26192980 829595648 24084 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28653/tid=28664] ppid=28651 vsize=810152 CPUtime=0
/proc/28653/task/28664/stat : 28664 (java) S 28651 28653 26863 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 26192980 829595648 24084 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28653/tid=28665] ppid=28651 vsize=810152 CPUtime=0
/proc/28653/task/28665/stat : 28665 (java) S 28651 28653 26863 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 26192980 829595648 24084 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28653/tid=28666] ppid=28651 vsize=810152 CPUtime=0
/proc/28653/task/28666/stat : 28666 (java) S 28651 28653 26863 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 26193313 829595648 24084 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 810152

[startup+25.5023 s]
/proc/loadavg: 1.99 1.98 1.99 3/89 28666
/proc/meminfo: memFree=1800024/2055920 swapFree=4192812/4192956
[pid=28653] ppid=28651 vsize=810152 CPUtime=25.48
/proc/28653/stat : 28653 (java) S 28651 28653 26863 0 -1 0 26389 0 1 0 2535 13 0 0 18 0 13 0 26192972 829595648 24085 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28653/statm: 202538 24085 1441 9 0 199865 0
[pid=28653/tid=28655] ppid=28651 vsize=810152 CPUtime=23.31
/proc/28653/task/28655/stat : 28655 (java) R 28651 28653 26863 0 -1 64 16940 0 1 0 2322 9 0 0 25 0 13 0 26192973 829595648 24085 996147200 134512640 134550932 4294956016 18446744073709551615 4109830905 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28653/tid=28656] ppid=28651 vsize=810152 CPUtime=0.12
/proc/28653/task/28656/stat : 28656 (java) S 28651 28653 26863 0 -1 64 2924 0 0 0 11 1 0 0 16 0 13 0 26192973 829595648 24085 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28653/tid=28657] ppid=28651 vsize=810152 CPUtime=0.1
/proc/28653/task/28657/stat : 28657 (java) S 28651 28653 26863 0 -1 64 1983 0 0 0 10 0 0 0 16 0 13 0 26192973 829595648 24085 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28653/tid=28658] ppid=28651 vsize=810152 CPUtime=0
/proc/28653/task/28658/stat : 28658 (java) S 28651 28653 26863 0 -1 64 28 0 0 0 0 0 0 0 16 0 13 0 26192975 829595648 24085 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28653/tid=28659] ppid=28651 vsize=810152 CPUtime=0
/proc/28653/task/28659/stat : 28659 (java) S 28651 28653 26863 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 26192976 829595648 24085 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28653/tid=28660] ppid=28651 vsize=810152 CPUtime=0

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

/proc/28653/task/28664/stat : 28664 (java) S 28651 28653 26863 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 26192980 829595648 24085 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28653/tid=28665] ppid=28651 vsize=810152 CPUtime=0
/proc/28653/task/28665/stat : 28665 (java) S 28651 28653 26863 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 26192980 829595648 24085 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28653/tid=28666] ppid=28651 vsize=810152 CPUtime=0
/proc/28653/task/28666/stat : 28666 (java) S 28651 28653 26863 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 26193313 829595648 24085 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 31.88
Current children cumulated vsize (KiB) 810152

[startup+33.5023 s]
/proc/loadavg: 1.99 1.98 1.99 3/89 28666
/proc/meminfo: memFree=1800024/2055920 swapFree=4192812/4192956
[pid=28653] ppid=28651 vsize=810152 CPUtime=33.47
/proc/28653/stat : 28653 (java) S 28651 28653 26863 0 -1 0 26389 0 1 0 3334 13 0 0 18 0 13 0 26192972 829595648 24085 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28653/statm: 202538 24085 1441 9 0 199865 0
[pid=28653/tid=28655] ppid=28651 vsize=810152 CPUtime=31.3
/proc/28653/task/28655/stat : 28655 (java) R 28651 28653 26863 0 -1 64 16940 0 1 0 3121 9 0 0 25 0 13 0 26192973 829595648 24085 996147200 134512640 134550932 4294956016 18446744073709551615 4109824346 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28653/tid=28656] ppid=28651 vsize=810152 CPUtime=0.12
/proc/28653/task/28656/stat : 28656 (java) S 28651 28653 26863 0 -1 64 2924 0 0 0 11 1 0 0 16 0 13 0 26192973 829595648 24085 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28653/tid=28657] ppid=28651 vsize=810152 CPUtime=0.1
/proc/28653/task/28657/stat : 28657 (java) S 28651 28653 26863 0 -1 64 1983 0 0 0 10 0 0 0 16 0 13 0 26192973 829595648 24085 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28653/tid=28658] ppid=28651 vsize=810152 CPUtime=0
/proc/28653/task/28658/stat : 28658 (java) S 28651 28653 26863 0 -1 64 28 0 0 0 0 0 0 0 16 0 13 0 26192975 829595648 24085 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28653/tid=28659] ppid=28651 vsize=810152 CPUtime=0
/proc/28653/task/28659/stat : 28659 (java) S 28651 28653 26863 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 26192976 829595648 24085 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28653/tid=28660] ppid=28651 vsize=810152 CPUtime=0
/proc/28653/task/28660/stat : 28660 (java) S 28651 28653 26863 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 26192976 829595648 24085 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28653/tid=28661] ppid=28651 vsize=810152 CPUtime=0
/proc/28653/task/28661/stat : 28661 (java) S 28651 28653 26863 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 26192980 829595648 24085 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28653/tid=28662] ppid=28651 vsize=810152 CPUtime=1.91
/proc/28653/task/28662/stat : 28662 (java) S 28651 28653 26863 0 -1 64 3473 0 0 0 190 1 0 0 17 0 13 0 26192980 829595648 24085 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28653/tid=28663] ppid=28651 vsize=810152 CPUtime=0
/proc/28653/task/28663/stat : 28663 (java) S 28651 28653 26863 0 -1 64 296 0 0 0 0 0 0 0 21 0 13 0 26192980 829595648 24085 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28653/tid=28664] ppid=28651 vsize=810152 CPUtime=0
/proc/28653/task/28664/stat : 28664 (java) S 28651 28653 26863 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 26192980 829595648 24085 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28653/tid=28665] ppid=28651 vsize=810152 CPUtime=0
/proc/28653/task/28665/stat : 28665 (java) S 28651 28653 26863 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 26192980 829595648 24085 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28653/tid=28666] ppid=28651 vsize=810152 CPUtime=0
/proc/28653/task/28666/stat : 28666 (java) S 28651 28653 26863 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 26193313 829595648 24085 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 33.47
Current children cumulated vsize (KiB) 810152

[startup+35.1024 s]
/proc/loadavg: 1.99 1.98 1.99 3/89 28666
/proc/meminfo: memFree=1799960/2055920 swapFree=4192812/4192956
[pid=28653] ppid=28651 vsize=810152 CPUtime=35.07
/proc/28653/stat : 28653 (java) S 28651 28653 26863 0 -1 0 26391 0 1 0 3494 13 0 0 18 0 13 0 26192972 829595648 24086 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28653/statm: 202538 24086 1441 9 0 199865 0
[pid=28653/tid=28655] ppid=28651 vsize=810152 CPUtime=32.89
/proc/28653/task/28655/stat : 28655 (java) R 28651 28653 26863 0 -1 64 16941 0 1 0 3280 9 0 0 25 0 13 0 26192973 829595648 24086 996147200 134512640 134550932 4294956016 18446744073709551615 4109849459 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28653/tid=28656] ppid=28651 vsize=810152 CPUtime=0.12
/proc/28653/task/28656/stat : 28656 (java) S 28651 28653 26863 0 -1 64 2924 0 0 0 11 1 0 0 16 0 13 0 26192973 829595648 24086 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28653/tid=28657] ppid=28651 vsize=810152 CPUtime=0.1
/proc/28653/task/28657/stat : 28657 (java) S 28651 28653 26863 0 -1 64 1983 0 0 0 10 0 0 0 16 0 13 0 26192973 829595648 24086 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28653/tid=28658] ppid=28651 vsize=810152 CPUtime=0
/proc/28653/task/28658/stat : 28658 (java) S 28651 28653 26863 0 -1 64 28 0 0 0 0 0 0 0 17 0 13 0 26192975 829595648 24086 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28653/tid=28659] ppid=28651 vsize=810152 CPUtime=0
/proc/28653/task/28659/stat : 28659 (java) S 28651 28653 26863 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 26192976 829595648 24086 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28653/tid=28660] ppid=28651 vsize=810152 CPUtime=0
/proc/28653/task/28660/stat : 28660 (java) S 28651 28653 26863 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 26192976 829595648 24086 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28653/tid=28661] ppid=28651 vsize=810152 CPUtime=0
/proc/28653/task/28661/stat : 28661 (java) S 28651 28653 26863 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 26192980 829595648 24086 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28653/tid=28662] ppid=28651 vsize=810152 CPUtime=1.92
/proc/28653/task/28662/stat : 28662 (java) S 28651 28653 26863 0 -1 64 3474 0 0 0 191 1 0 0 16 0 13 0 26192980 829595648 24086 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28653/tid=28663] ppid=28651 vsize=810152 CPUtime=0
/proc/28653/task/28663/stat : 28663 (java) S 28651 28653 26863 0 -1 64 296 0 0 0 0 0 0 0 21 0 13 0 26192980 829595648 24086 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28653/tid=28664] ppid=28651 vsize=810152 CPUtime=0
/proc/28653/task/28664/stat : 28664 (java) S 28651 28653 26863 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 26192980 829595648 24086 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28653/tid=28665] ppid=28651 vsize=810152 CPUtime=0
/proc/28653/task/28665/stat : 28665 (java) S 28651 28653 26863 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 26192980 829595648 24086 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28653/tid=28666] ppid=28651 vsize=810152 CPUtime=0
/proc/28653/task/28666/stat : 28666 (java) S 28651 28653 26863 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 26193313 829595648 24086 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 35.07
Current children cumulated vsize (KiB) 810152

[startup+35.9025 s]
/proc/loadavg: 1.99 1.98 1.99 3/89 28666
/proc/meminfo: memFree=1799960/2055920 swapFree=4192812/4192956
[pid=28653] ppid=28651 vsize=810152 CPUtime=35.87
/proc/28653/stat : 28653 (java) S 28651 28653 26863 0 -1 0 26392 0 1 0 3574 13 0 0 18 0 13 0 26192972 829595648 24086 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28653/statm: 202538 24086 1441 9 0 199865 0
[pid=28653/tid=28655] ppid=28651 vsize=810152 CPUtime=33.68
/proc/28653/task/28655/stat : 28655 (java) R 28651 28653 26863 0 -1 64 16942 0 1 0 3359 9 0 0 25 0 13 0 26192973 829595648 24086 996147200 134512640 134550932 4294956016 18446744073709551615 4109831015 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28653/tid=28656] ppid=28651 vsize=810152 CPUtime=0.12
/proc/28653/task/28656/stat : 28656 (java) S 28651 28653 26863 0 -1 64 2924 0 0 0 11 1 0 0 16 0 13 0 26192973 829595648 24086 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28653/tid=28657] ppid=28651 vsize=810152 CPUtime=0.1
/proc/28653/task/28657/stat : 28657 (java) S 28651 28653 26863 0 -1 64 1983 0 0 0 10 0 0 0 16 0 13 0 26192973 829595648 24086 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28653/tid=28658] ppid=28651 vsize=810152 CPUtime=0
/proc/28653/task/28658/stat : 28658 (java) S 28651 28653 26863 0 -1 64 28 0 0 0 0 0 0 0 17 0 13 0 26192975 829595648 24086 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28653/tid=28659] ppid=28651 vsize=810152 CPUtime=0
/proc/28653/task/28659/stat : 28659 (java) S 28651 28653 26863 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 26192976 829595648 24086 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28653/tid=28660] ppid=28651 vsize=810152 CPUtime=0
/proc/28653/task/28660/stat : 28660 (java) S 28651 28653 26863 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 26192976 829595648 24086 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28653/tid=28661] ppid=28651 vsize=810152 CPUtime=0
/proc/28653/task/28661/stat : 28661 (java) S 28651 28653 26863 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 26192980 829595648 24086 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28653/tid=28662] ppid=28651 vsize=810152 CPUtime=1.92
/proc/28653/task/28662/stat : 28662 (java) S 28651 28653 26863 0 -1 64 3474 0 0 0 191 1 0 0 16 0 13 0 26192980 829595648 24086 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28653/tid=28663] ppid=28651 vsize=810152 CPUtime=0
/proc/28653/task/28663/stat : 28663 (java) S 28651 28653 26863 0 -1 64 296 0 0 0 0 0 0 0 21 0 13 0 26192980 829595648 24086 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28653/tid=28664] ppid=28651 vsize=810152 CPUtime=0
/proc/28653/task/28664/stat : 28664 (java) S 28651 28653 26863 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 26192980 829595648 24086 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28653/tid=28665] ppid=28651 vsize=810152 CPUtime=0
/proc/28653/task/28665/stat : 28665 (java) S 28651 28653 26863 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 26192980 829595648 24086 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28653/tid=28666] ppid=28651 vsize=810152 CPUtime=0
/proc/28653/task/28666/stat : 28666 (java) S 28651 28653 26863 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 26193313 829595648 24086 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 35.87
Current children cumulated vsize (KiB) 810152

[startup+36.1026 s]
/proc/loadavg: 1.99 1.98 1.99 3/89 28666
/proc/meminfo: memFree=1799960/2055920 swapFree=4192812/4192956
[pid=28653] ppid=28651 vsize=810152 CPUtime=36.07
/proc/28653/stat : 28653 (java) S 28651 28653 26863 0 -1 0 26392 0 1 0 3594 13 0 0 18 0 13 0 26192972 829595648 24086 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28653/statm: 202538 24086 1441 9 0 199865 0
[pid=28653/tid=28655] ppid=28651 vsize=810152 CPUtime=33.88
/proc/28653/task/28655/stat : 28655 (java) R 28651 28653 26863 0 -1 64 16942 0 1 0 3379 9 0 0 25 0 13 0 26192973 829595648 24086 996147200 134512640 134550932 4294956016 18446744073709551615 4109830905 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28653/tid=28656] ppid=28651 vsize=810152 CPUtime=0.12
/proc/28653/task/28656/stat : 28656 (java) S 28651 28653 26863 0 -1 64 2924 0 0 0 11 1 0 0 16 0 13 0 26192973 829595648 24086 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28653/tid=28657] ppid=28651 vsize=810152 CPUtime=0.1
/proc/28653/task/28657/stat : 28657 (java) S 28651 28653 26863 0 -1 64 1983 0 0 0 10 0 0 0 16 0 13 0 26192973 829595648 24086 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28653/tid=28658] ppid=28651 vsize=810152 CPUtime=0
/proc/28653/task/28658/stat : 28658 (java) S 28651 28653 26863 0 -1 64 28 0 0 0 0 0 0 0 17 0 13 0 26192975 829595648 24086 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28653/tid=28659] ppid=28651 vsize=810152 CPUtime=0
/proc/28653/task/28659/stat : 28659 (java) S 28651 28653 26863 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 26192976 829595648 24086 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28653/tid=28660] ppid=28651 vsize=810152 CPUtime=0
/proc/28653/task/28660/stat : 28660 (java) S 28651 28653 26863 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 26192976 829595648 24086 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28653/tid=28661] ppid=28651 vsize=810152 CPUtime=0
/proc/28653/task/28661/stat : 28661 (java) S 28651 28653 26863 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 26192980 829595648 24086 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28653/tid=28662] ppid=28651 vsize=810152 CPUtime=1.92
/proc/28653/task/28662/stat : 28662 (java) S 28651 28653 26863 0 -1 64 3474 0 0 0 191 1 0 0 17 0 13 0 26192980 829595648 24086 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28653/tid=28663] ppid=28651 vsize=810152 CPUtime=0
/proc/28653/task/28663/stat : 28663 (java) S 28651 28653 26863 0 -1 64 296 0 0 0 0 0 0 0 21 0 13 0 26192980 829595648 24086 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28653/tid=28664] ppid=28651 vsize=810152 CPUtime=0
/proc/28653/task/28664/stat : 28664 (java) S 28651 28653 26863 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 26192980 829595648 24086 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28653/tid=28665] ppid=28651 vsize=810152 CPUtime=0
/proc/28653/task/28665/stat : 28665 (java) S 28651 28653 26863 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 26192980 829595648 24086 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28653/tid=28666] ppid=28651 vsize=810152 CPUtime=0
/proc/28653/task/28666/stat : 28666 (java) S 28651 28653 26863 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 26193313 829595648 24086 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 36.07
Current children cumulated vsize (KiB) 810152

[startup+36.2016 s]
/proc/loadavg: 1.99 1.98 1.99 5/88 28666
/proc/meminfo: memFree=1783448/2055920 swapFree=4192812/4192956
[pid=28653] ppid=28651 vsize=810152 CPUtime=36.17
/proc/28653/stat : 28653 (java) S 28651 28653 26863 0 -1 0 30849 0 1 0 3603 14 0 0 18 0 12 0 26192972 829595648 28542 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28653/statm: 202538 28545 1442 9 0 199865 0
[pid=28653/tid=28655] ppid=28651 vsize=810152 CPUtime=33.88
/proc/28653/task/28655/stat : 28655 (java) R 28651 28653 26863 0 -1 64 16943 0 1 0 3379 9 0 0 25 0 12 0 26192973 829595648 28555 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28653/tid=28656] ppid=28651 vsize=810152 CPUtime=0.17
/proc/28653/task/28656/stat : 28656 (java) R 28651 28653 26863 0 -1 64 4968 0 0 0 16 1 0 0 17 0 12 0 26192973 829595648 28558 996147200 134512640 134550932 4294956016 18446744073709551615 106197452 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28653/tid=28657] ppid=28651 vsize=810152 CPUtime=0.15
/proc/28653/task/28657/stat : 28657 (java) R 28651 28653 26863 0 -1 64 4414 0 0 0 14 1 0 0 17 0 12 0 26192973 829595648 28562 996147200 134512640 134550932 4294956016 18446744073709551615 106195365 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28653/tid=28658] ppid=28651 vsize=810152 CPUtime=0
/proc/28653/task/28658/stat : 28658 (java) S 28651 28653 26863 0 -1 64 28 0 0 0 0 0 0 0 16 0 12 0 26192975 829595648 28567 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28653/tid=28659] ppid=28651 vsize=810152 CPUtime=0
/proc/28653/task/28659/stat : 28659 (java) S 28651 28653 26863 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 26192976 829595648 28571 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28653/tid=28660] ppid=28651 vsize=810152 CPUtime=0
/proc/28653/task/28660/stat : 28660 (java) S 28651 28653 26863 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 26192976 829595648 28574 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28653/tid=28661] ppid=28651 vsize=810152 CPUtime=0
/proc/28653/task/28661/stat : 28661 (java) S 28651 28653 26863 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 26192980 829595648 28578 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28653/tid=28662] ppid=28651 vsize=810152 CPUtime=1.92
/proc/28653/task/28662/stat : 28662 (java) S 28651 28653 26863 0 -1 64 3474 0 0 0 191 1 0 0 17 0 12 0 26192980 829595648 28582 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28653/tid=28663] ppid=28651 vsize=810152 CPUtime=0
/proc/28653/task/28663/stat : 28663 (java) S 28651 28653 26863 0 -1 64 296 0 0 0 0 0 0 0 21 0 12 0 26192980 829595648 28586 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28653/tid=28664] ppid=28651 vsize=810152 CPUtime=0
/proc/28653/task/28664/stat : 28664 (java) S 28651 28653 26863 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 26192980 829595648 28590 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28653/tid=28665] ppid=28651 vsize=810152 CPUtime=0
/proc/28653/task/28665/stat : 28665 (java) S 28651 28653 26863 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 26192980 829595648 28595 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 36.17
Current children cumulated vsize (KiB) 810152

Child status: 0
Real time (s): 36.2899
CPU time (s): 36.2175
CPU user time (s): 36.0525
CPU system time (s): 0.164974
CPU usage (%): 99.8004
Max. virtual memory (cumulated for all children) (KiB): 810248

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 36.0525
system time used= 0.164974
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 31087
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= 1588
involuntary context switches= 1714

runsolver used 0.06499 second user time and 0.115982 second system time

The end

Launcher Data

Begin job on node33 at 2009-07-12 11:34:30
IDJOB=2090732
IDBENCH=59882
IDSOLVER=731
FILE ID=node33/2090732-1247391269
PBS_JOBID= 9507321
Free space on /tmp= 66448 MiB

SOLVER NAME= SAT4J CSP 2.1.1
BENCH NAME= CPAI08/csp/tightness0.9/normalized-rand-2-40-180-84-900-15_ext.xml
COMMAND LINE= java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2090732-1247391269/watcher-2090732-1247391269 -o /tmp/evaluation-result-2090732-1247391269/solver-2090732-1247391269 -C 1800 -W 2000 -M 900  java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2090732-1247391269.xml

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

MD5SUM BENCH= f19b10938cd889f5ceacd2b2080e381b
RANDOM SEED=364564122

node33.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.229
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.229
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1892128 kB
Buffers:         21712 kB
Cached:          69476 kB
SwapCached:          0 kB
Active:          82864 kB
Inactive:        30452 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1892128 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            3336 kB
Writeback:           0 kB
Mapped:          32812 kB
Slab:            35820 kB
Committed_AS:   295736 kB
PageTables:       1764 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= 66448 MiB
End job on node33 at 2009-07-12 11:35:06