Trace number 2063958

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.1SAT 374.759 378.159

General information on the benchmark

Namecsp/compet08/
normalized-patat-08-comp-10.xml
MD5SUM3a46901a8ea2c192a6f5d5f8c9f3ac47
Bench CategoryAlldiff (alldiff)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1.07783
Satisfiable
(Un)Satisfiability was proved
Number of variables400
Number of constraints6793
Maximum constraint arity15
Maximum domain size33
Number of constraints which are defined in extension0
Number of constraints which are defined in intension5889
Global constraints used (with number of constraints)alldifferent(904)

Solver Data

0.08/0.15	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.08/0.15	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.15	c See www.sat4j.org for details.
0.08/0.15	c That software uses the Rhino library from the Mozilla project.
0.08/0.17	c version 2.1.1.v20090622
0.08/0.17	c sun.arch.data.model	32
0.08/0.17	c java.version	1.6.0_12
0.08/0.17	c os.name	Linux
0.08/0.17	c os.version	2.6.9-22.EL.rootsmp
0.08/0.17	c os.arch	i386
0.08/0.17	c Free memory 671000808
0.08/0.17	c Max memory 672137216
0.08/0.17	c Total memory 672137216
0.08/0.17	c Number of processors 2
0.18/0.26	c c --- Begin Solver configuration ---
0.18/0.26	c Stops conflict analysis at the first Unique Implication Point
0.18/0.26	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@1f14ceb
0.18/0.26	c Learn all clauses as in MiniSAT
0.18/0.26	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.18/0.26	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.18/0.26	c Expensive reason simplification
0.18/0.26	c MiniSAT restarts strategy
0.18/0.26	c Memory based learned constraints deletion strategy
0.18/0.26	c timeout=2147483s
0.18/0.26	c DB Simplification allowed=false
0.18/0.26	c --- End Solver configuration ---
0.18/0.26	c solving HOME/instance-2063958-1247333420.xml
0.18/0.26	c reading problem ... 
0.47/0.52	c reading problem named null
0.47/0.52	c reading domains done.
0.88/0.96	c reading variables done.
1.16/1.27	c reading predicates  done.
1.36/1.49	c reading constraints
372.91/376.32	c done with constraints.
372.91/376.33	c ... done. Wall clock time 376.061s.
372.91/376.33	c #vars     6116
372.91/376.33	c #constraints  1439692
372.91/376.33	c constraints type 
372.91/376.33	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 266998
372.91/376.33	c org.sat4j.minisat.constraints.cnf.UnitClauses => 50
372.91/376.33	c org.sat4j.minisat.constraints.card.AtLeast => 350
372.91/376.33	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1172244
374.61/378.10	c starts		: 6
374.61/378.10	c conflicts		: 1334
374.61/378.10	c decisions		: 7940
374.61/378.10	c propagations		: 234408
374.71/378.10	c inspects		: 5558427
374.71/378.10	c learnt literals	: 0
374.71/378.10	c learnt binary clauses	: 0
374.71/378.10	c learnt ternary clauses	: 0
374.71/378.10	c learnt clauses	: 1334
374.71/378.10	c ignored clauses	: 0
374.71/378.10	c root simplifications	: 0
374.71/378.10	c removed literals (reason simplification)	: 1546
374.71/378.10	c reason swapping (by a shorter reason)	: 0
374.71/378.10	c Calls to reduceDB	: 0
374.71/378.10	c speed (assignments/second)	: 131912.21159257175
374.71/378.10	c non guided choices	5947
374.71/378.10	c learnt constraints type 
374.71/378.10	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 1334
374.71/378.10	c constraints type 
374.71/378.10	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 266998
374.71/378.10	c org.sat4j.minisat.constraints.cnf.UnitClauses => 50
374.71/378.10	c org.sat4j.minisat.constraints.card.AtLeast => 350
374.71/378.10	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1172244
374.71/378.10	s SATISFIABLE
374.71/378.11	v 42 37 36 17 43 43 31 11 31 9 19 22 11 8 40 6 39 42 8 16 18 3 15 43 26 1 37 12 39 4 5 27 37 1 29 38 32 28 25 33 40 25 15 11 26 27 34 27 12 21 20 7 15 44 8 3 42 37 0 36 0 5 31 32 7 36 40 23 10 1 35 36 33 35 17 1 16 5 10 8 38 44 34 26 37 28 24 21 32 14 40 27 2 44 23 22 20 17 7 19 24 25 9 16 22 19 17 6 24 44 20 29 19 3 29 8 23 5 16 2 20 11 35 20 27 21 35 36 0 6 12 4 27 44 23 35 25 30 24 31 10 22 25 41 19 33 15 33 4 11 35 39 2 13 14 37 15 11 5 12 8 42 18 21 30 13 23 29 13 10 3 8 7 26 10 25 42 18 18 1 2 34 0 9 14 13 35 38 39 36 10 41 32 24 31 9 30 19 3 4 15 3 6 5 5 13 1 9 7 3 9 6 13 15 19 16 10 11 2 10 16 19 3 11 5 13 12 19 18 9 5 10 7 15 7 4 18 11 15 19 15 6 16 14 7 7 11 14 17 9 15 16 11 11 18 9 13 15 13 16 0 13 18 15 14 18 10 11 15 10 11 1 7 8 19 14 3 10 5 16 14 17 7 14 18 5 14 18 11 15 13 13 5 5 18 1 3 11 5 15 7 12 11 18 18 11 18 12 11 18 7 17 7 7 13 11 12 11 9 8 6 19 3 5 11 15 5 13 7 5 5 11 15 14 19 6 11 11 17 10 11 7 4 13 8 8 15 16 17 18 17 17 11 19 10 10 5 6 16 14 7 9 6 6 5 7 0 11 18 6 5 19 7 8 14 5 7 3 15 16 7 16 11 7 16 16 18 11 11 2 16 11 5 13 15 5 14 6 11 7 
374.71/378.11	c Total wall clock time (in seconds) : 377.839

Verifier Data

OK

Watcher Data

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

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

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


[startup+0 s]
/proc/loadavg: 2.00 2.12 2.17 3/73 13182
/proc/meminfo: memFree=1848432/2055920 swapFree=4192812/4192956
[pid=13182] ppid=13180 vsize=18576 CPUtime=0
/proc/13182/stat : 13182 (runsolver) R 13180 13182 13034 0 -1 4194368 16 0 0 0 0 0 0 0 19 0 1 0 20408697 19021824 284 996147200 4194304 4302564 548682068448 18446744073709551615 255236566311 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/13182/statm: 4644 284 249 26 0 2626 0

[startup+0.0417991 s]
/proc/loadavg: 2.00 2.12 2.17 3/73 13182
/proc/meminfo: memFree=1848432/2055920 swapFree=4192812/4192956
[pid=13182] ppid=13180 vsize=800696 CPUtime=0.02
/proc/13182/stat : 13182 (java) S 13180 13182 13034 0 -1 0 2303 0 1 0 1 1 0 0 18 0 4 0 20408697 819912704 2050 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/13182/statm: 200174 2050 932 9 0 197525 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 800696

[startup+0.102805 s]
/proc/loadavg: 2.00 2.12 2.17 3/73 13182
/proc/meminfo: memFree=1848432/2055920 swapFree=4192812/4192956
[pid=13182] ppid=13180 vsize=802164 CPUtime=0.08
/proc/13182/stat : 13182 (java) S 13180 13182 13034 0 -1 0 2895 0 1 0 6 2 0 0 18 0 7 0 20408697 821415936 2640 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 1 0 0
/proc/13182/statm: 200541 2640 1043 9 0 197892 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 802164

[startup+0.30183 s]
/proc/loadavg: 2.00 2.12 2.17 3/73 13182
/proc/meminfo: memFree=1848432/2055920 swapFree=4192812/4192956
[pid=13182] ppid=13180 vsize=805628 CPUtime=0.27
/proc/13182/stat : 13182 (java) S 13180 13182 13034 0 -1 0 4242 0 1 0 24 3 0 0 18 0 12 0 20408697 824963072 3979 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13182/statm: 201407 3979 1358 9 0 198734 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 805628

[startup+0.70287 s]
/proc/loadavg: 2.00 2.12 2.17 3/73 13182
/proc/meminfo: memFree=1848432/2055920 swapFree=4192812/4192956
[pid=13182] ppid=13180 vsize=808472 CPUtime=0.68
/proc/13182/stat : 13182 (java) S 13180 13182 13034 0 -1 0 6228 0 1 0 63 5 0 0 18 0 12 0 20408697 827875328 5195 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13182/statm: 202118 5195 1390 9 0 199445 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 808472

[startup+1.50295 s]
/proc/loadavg: 2.08 2.14 2.17 3/85 13194
/proc/meminfo: memFree=1832272/2055920 swapFree=4192812/4192956
[pid=13182] ppid=13180 vsize=808472 CPUtime=1.46
/proc/13182/stat : 13182 (java) S 13180 13182 13034 0 -1 0 7719 0 1 0 140 6 0 0 18 0 12 0 20408697 827875328 6684 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13182/statm: 202118 6684 1399 9 0 199445 0
[pid=13182/tid=13184] ppid=13180 vsize=808472 CPUtime=0.8
/proc/13182/task/13184/stat : 13184 (java) R 13180 13182 13034 0 -1 64 4929 0 1 0 76 4 0 0 18 0 12 0 20408700 827875328 6684 996147200 134512640 134550932 4294956016 18446744073709551615 4109166749 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13182/tid=13185] ppid=13180 vsize=808472 CPUtime=0
/proc/13182/task/13185/stat : 13185 (java) S 13180 13182 13034 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 20408701 827875328 6684 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13182/tid=13186] ppid=13180 vsize=808472 CPUtime=0
/proc/13182/task/13186/stat : 13186 (java) S 13180 13182 13034 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 20408701 827875328 6684 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13182/tid=13187] ppid=13180 vsize=808472 CPUtime=0
/proc/13182/task/13187/stat : 13187 (java) S 13180 13182 13034 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 20408703 827875328 6684 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13182/tid=13188] ppid=13180 vsize=808472 CPUtime=0
/proc/13182/task/13188/stat : 13188 (java) S 13180 13182 13034 0 -1 64 10 0 0 0 0 0 0 0 21 0 12 0 20408703 827875328 6684 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13182/tid=13189] ppid=13180 vsize=808472 CPUtime=0
/proc/13182/task/13189/stat : 13189 (java) S 13180 13182 13034 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 20408703 827875328 6684 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13182/tid=13190] ppid=13180 vsize=808472 CPUtime=0
/proc/13182/task/13190/stat : 13190 (java) S 13180 13182 13034 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 20408708 827875328 6684 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13182/tid=13191] ppid=13180 vsize=808472 CPUtime=0
/proc/13182/task/13191/stat : 13191 (java) S 13180 13182 13034 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 20408708 827875328 6684 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13182/tid=13192] ppid=13180 vsize=808472 CPUtime=0.63
/proc/13182/task/13192/stat : 13192 (java) S 13180 13182 13034 0 -1 64 2032 0 0 0 63 0 0 0 16 0 12 0 20408708 827875328 6684 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13182/tid=13193] ppid=13180 vsize=808472 CPUtime=0
/proc/13182/task/13193/stat : 13193 (java) S 13180 13182 13034 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 20408708 827875328 6684 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13182/tid=13194] ppid=13180 vsize=808472 CPUtime=0
/proc/13182/task/13194/stat : 13194 (java) S 13180 13182 13034 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 20408708 827875328 6684 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 808472

[startup+3.10112 s]
/proc/loadavg: 2.08 2.14 2.17 4/85 13194
/proc/meminfo: memFree=1816976/2055920 swapFree=4192812/4192956
[pid=13182] ppid=13180 vsize=809900 CPUtime=3.05
/proc/13182/stat : 13182 (java) S 13180 13182 13034 0 -1 0 22272 0 1 0 291 14 0 0 18 0 12 0 20408697 829337600 19809 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13182/statm: 202475 19809 1429 9 0 199802 0
[pid=13182/tid=13184] ppid=13180 vsize=809900 CPUtime=1.87
/proc/13182/task/13184/stat : 13184 (java) R 13180 13182 13034 0 -1 64 17210 0 1 0 176 11 0 0 25 0 12 0 20408700 829337600 19809 996147200 134512640 134550932 4294956016 18446744073709551615 4109633075 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13182/tid=13185] ppid=13180 vsize=809900 CPUtime=0.01
/proc/13182/task/13185/stat : 13185 (java) S 13180 13182 13034 0 -1 64 267 0 0 0 1 0 0 0 17 0 12 0 20408701 829337600 19809 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13182/tid=13186] ppid=13180 vsize=809900 CPUtime=0
/proc/13182/task/13186/stat : 13186 (java) S 13180 13182 13034 0 -1 64 167 0 0 0 0 0 0 0 17 0 12 0 20408701 829337600 19809 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13182/tid=13187] ppid=13180 vsize=809900 CPUtime=0
/proc/13182/task/13187/stat : 13187 (java) S 13180 13182 13034 0 -1 64 13 0 0 0 0 0 0 0 16 0 12 0 20408703 829337600 19809 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13182/tid=13188] ppid=13180 vsize=809900 CPUtime=0
/proc/13182/task/13188/stat : 13188 (java) S 13180 13182 13034 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 20408703 829337600 19809 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13182/tid=13189] ppid=13180 vsize=809900 CPUtime=0
/proc/13182/task/13189/stat : 13189 (java) S 13180 13182 13034 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 20408703 829337600 19809 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13182/tid=13190] ppid=13180 vsize=809900 CPUtime=0
/proc/13182/task/13190/stat : 13190 (java) S 13180 13182 13034 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 20408708 829337600 19809 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13182/tid=13191] ppid=13180 vsize=809900 CPUtime=0
/proc/13182/task/13191/stat : 13191 (java) S 13180 13182 13034 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 20408708 829337600 19809 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13182/tid=13192] ppid=13180 vsize=809900 CPUtime=1.13
/proc/13182/task/13192/stat : 13192 (java) S 13180 13182 13034 0 -1 64 3861 0 0 0 112 1 0 0 16 0 12 0 20408708 829337600 19809 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13182/tid=13193] ppid=13180 vsize=809900 CPUtime=0
/proc/13182/task/13193/stat : 13193 (java) S 13180 13182 13034 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 20408708 829337600 19809 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13182/tid=13194] ppid=13180 vsize=809900 CPUtime=0
/proc/13182/task/13194/stat : 13194 (java) S 13180 13182 13034 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 20408708 829337600 19809 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 809900

[startup+6.30246 s]
/proc/loadavg: 2.08 2.14 2.17 3/85 13194
/proc/meminfo: memFree=1772112/2055920 swapFree=4192812/4192956
[pid=13182] ppid=13180 vsize=809388 CPUtime=6.21
/proc/13182/stat : 13182 (java) S 13180 13182 13034 0 -1 0 22795 0 1 0 607 14 0 0 18 0 12 0 20408697 828813312 20210 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13182/statm: 202347 20210 1430 9 0 199674 0
[pid=13182/tid=13184] ppid=13180 vsize=809388 CPUtime=4.88
/proc/13182/task/13184/stat : 13184 (java) R 13180 13182 13034 0 -1 64 17219 0 1 0 477 11 0 0 25 0 12 0 20408700 828813312 20210 996147200 134512640 134550932 4294956016 18446744073709551615 4109658348 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13182/tid=13185] ppid=13180 vsize=809388 CPUtime=0.04
/proc/13182/task/13185/stat : 13185 (java) S 13180 13182 13034 0 -1 64 528 0 0 0 4 0 0 0 16 0 12 0 20408701 828813312 20210 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13182/tid=13186] ppid=13180 vsize=809388 CPUtime=0.02
/proc/13182/task/13186/stat : 13186 (java) S 13180 13182 13034 0 -1 64 381 0 0 0 2 0 0 0 16 0 12 0 20408701 828813312 20210 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13182/tid=13187] ppid=13180 vsize=809388 CPUtime=0
/proc/13182/task/13187/stat : 13187 (java) S 13180 13182 13034 0 -1 64 41 0 0 0 0 0 0 0 16 0 12 0 20408703 828813312 20210 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13182/tid=13188] ppid=13180 vsize=809388 CPUtime=0
/proc/13182/task/13188/stat : 13188 (java) S 13180 13182 13034 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 20408703 828813312 20210 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13182/tid=13189] ppid=13180 vsize=809388 CPUtime=0
/proc/13182/task/13189/stat : 13189 (java) S 13180 13182 13034 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 20408703 828813312 20210 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13182/tid=13190] ppid=13180 vsize=809388 CPUtime=0
/proc/13182/task/13190/stat : 13190 (java) S 13180 13182 13034 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 20408708 828813312 20210 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13182/tid=13191] ppid=13180 vsize=809388 CPUtime=0
/proc/13182/task/13191/stat : 13191 (java) S 13180 13182 13034 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 20408708 828813312 20210 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13182/tid=13192] ppid=13180 vsize=809388 CPUtime=1.23
/proc/13182/task/13192/stat : 13192 (java) S 13180 13182 13034 0 -1 64 3872 0 0 0 122 1 0 0 16 0 12 0 20408708 828813312 20210 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13182/tid=13193] ppid=13180 vsize=809388 CPUtime=0
/proc/13182/task/13193/stat : 13193 (java) S 13180 13182 13034 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 20408708 828813312 20210 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13182/tid=13194] ppid=13180 vsize=809388 CPUtime=0
/proc/13182/task/13194/stat : 13194 (java) S 13180 13182 13034 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 20408708 828813312 20210 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 809388

[startup+12.7011 s]
/proc/loadavg: 2.21 2.16 2.18 3/85 13194
/proc/meminfo: memFree=1756880/2055920 swapFree=4192812/4192956
[pid=13182] ppid=13180 vsize=809388 CPUtime=12.55
/proc/13182/stat : 13182 (java) S 13180 13182 13034 0 -1 0 26645 0 1 0 1239 16 0 0 18 0 12 0 20408697 828813312 24053 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13182/statm: 202347 24053 1430 9 0 199674 0
[pid=13182/tid=13184] ppid=13180 vsize=809388 CPUtime=11.17
/proc/13182/task/13184/stat : 13184 (java) R 13180 13182 13034 0 -1 64 19875 0 1 0 1105 12 0 0 25 0 12 0 20408700 828813312 24053 996147200 134512640 134550932 4294956016 18446744073709551615 4109633605 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13182/tid=13185] ppid=13180 vsize=809388 CPUtime=0.06
/proc/13182/task/13185/stat : 13185 (java) S 13180 13182 13034 0 -1 64 1175 0 0 0 6 0 0 0 16 0 12 0 20408701 828813312 24053 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13182/tid=13186] ppid=13180 vsize=809388 CPUtime=0.03
/proc/13182/task/13186/stat : 13186 (java) S 13180 13182 13034 0 -1 64 922 0 0 0 3 0 0 0 16 0 12 0 20408701 828813312 24053 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13182/tid=13187] ppid=13180 vsize=809388 CPUtime=0
/proc/13182/task/13187/stat : 13187 (java) S 13180 13182 13034 0 -1 64 47 0 0 0 0 0 0 0 16 0 12 0 20408703 828813312 24053 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13182/tid=13188] ppid=13180 vsize=809388 CPUtime=0
/proc/13182/task/13188/stat : 13188 (java) S 13180 13182 13034 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 20408703 828813312 24053 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13182/tid=13189] ppid=13180 vsize=809388 CPUtime=0
/proc/13182/task/13189/stat : 13189 (java) S 13180 13182 13034 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 20408703 828813312 24053 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13182/tid=13190] ppid=13180 vsize=809388 CPUtime=0
/proc/13182/task/13190/stat : 13190 (java) S 13180 13182 13034 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 20408708 828813312 24053 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13182/tid=13191] ppid=13180 vsize=809388 CPUtime=0
/proc/13182/task/13191/stat : 13191 (java) S 13180 13182 13034 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 20408708 828813312 24053 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13182/tid=13192] ppid=13180 vsize=809388 CPUtime=1.23
/proc/13182/task/13192/stat : 13192 (java) S 13180 13182 13034 0 -1 64 3872 0 0 0 122 1 0 0 16 0 12 0 20408708 828813312 24053 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13182/tid=13193] ppid=13180 vsize=809388 CPUtime=0
/proc/13182/task/13193/stat : 13193 (java) S 13180 13182 13034 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 20408708 828813312 24053 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13182/tid=13194] ppid=13180 vsize=809388 CPUtime=0
/proc/13182/task/13194/stat : 13194 (java) S 13180 13182 13034 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 20408708 828813312 24053 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.55
Current children cumulated vsize (KiB) 809388

[startup+25.5025 s]
/proc/loadavg: 2.18 2.16 2.18 3/85 13194
/proc/meminfo: memFree=1755344/2055920 swapFree=4192812/4192956
[pid=13182] ppid=13180 vsize=809080 CPUtime=25.23
/proc/13182/stat : 13182 (java) S 13180 13182 13034 0 -1 0 27130 0 1 0 2506 17 0 0 18 0 12 0 20408697 828497920 24446 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13182/statm: 202270 24446 1431 9 0 199597 0
[pid=13182/tid=13184] ppid=13180 vsize=809080 CPUtime=23.64
/proc/13182/task/13184/stat : 13184 (java) R 13180 13182 13034 0 -1 64 20029 0 1 0 2351 13 0 0 25 0 12 0 20408700 828497920 24446 996147200 134512640 134550932 4294956016 18446744073709551615 4109653527 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13182/tid=13185] ppid=13180 vsize=809080 CPUtime=0.09
/proc/13182/task/13185/stat : 13185 (java) S 13180 13182 13034 0 -1 64 1381 0 0 0 8 1 0 0 17 0 12 0 20408701 828497920 24446 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13182/tid=13186] ppid=13180 vsize=809080 CPUtime=0.05
/proc/13182/task/13186/stat : 13186 (java) S 13180 13182 13034 0 -1 64 1035 0 0 0 5 0 0 0 16 0 12 0 20408701 828497920 24446 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13182/tid=13187] ppid=13180 vsize=809080 CPUtime=0
/proc/13182/task/13187/stat : 13187 (java) S 13180 13182 13034 0 -1 64 47 0 0 0 0 0 0 0 16 0 12 0 20408703 828497920 24446 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13182/tid=13188] ppid=13180 vsize=809080 CPUtime=0
/proc/13182/task/13188/stat : 13188 (java) S 13180 13182 13034 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 20408703 828497920 24446 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13182/tid=13189] ppid=13180 vsize=809080 CPUtime=0
/proc/13182/task/13189/stat : 13189 (java) S 13180 13182 13034 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 20408703 828497920 24446 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13182/tid=13190] ppid=13180 vsize=809080 CPUtime=0
/proc/13182/task/13190/stat : 13190 (java) S 13180 13182 13034 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 20408708 828497920 24446 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13182/tid=13191] ppid=13180 vsize=809080 CPUtime=0

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

/proc/13182/task/13190/stat : 13190 (java) S 13180 13182 13034 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 20408708 831758336 31457 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13182/tid=13191] ppid=13180 vsize=812264 CPUtime=0
/proc/13182/task/13191/stat : 13191 (java) S 13180 13182 13034 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 20408708 831758336 31457 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13182/tid=13192] ppid=13180 vsize=812264 CPUtime=2.84
/proc/13182/task/13192/stat : 13192 (java) S 13180 13182 13034 0 -1 64 7301 0 0 0 281 3 0 0 16 0 12 0 20408708 831758336 31457 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13182/tid=13193] ppid=13180 vsize=812264 CPUtime=0
/proc/13182/task/13193/stat : 13193 (java) S 13180 13182 13034 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 20408708 831758336 31457 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13182/tid=13194] ppid=13180 vsize=812264 CPUtime=0
/proc/13182/task/13194/stat : 13194 (java) S 13180 13182 13034 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 20408708 831758336 31457 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 367.59
Current children cumulated vsize (KiB) 812264

[startup+374.303 s]
/proc/loadavg: 2.00 2.06 2.13 3/85 13194
/proc/meminfo: memFree=1726608/2055920 swapFree=4192812/4192956
[pid=13182] ppid=13180 vsize=812264 CPUtime=370.76
/proc/13182/stat : 13182 (java) S 13180 13182 13034 0 -1 0 37154 0 1 0 37047 29 0 0 18 0 12 0 20408697 831758336 31534 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13182/statm: 203066 31534 1442 9 0 200393 0
[pid=13182/tid=13184] ppid=13180 vsize=812264 CPUtime=365.91
/proc/13182/task/13184/stat : 13184 (java) R 13180 13182 13034 0 -1 64 20560 0 1 0 36576 15 0 0 25 0 12 0 20408700 831758336 31534 996147200 134512640 134550932 4294956016 18446744073709551615 103952437 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13182/tid=13185] ppid=13180 vsize=812264 CPUtime=0.86
/proc/13182/task/13185/stat : 13185 (java) S 13180 13182 13034 0 -1 64 4602 0 0 0 83 3 0 0 16 0 12 0 20408701 831758336 31534 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13182/tid=13186] ppid=13180 vsize=812264 CPUtime=0.87
/proc/13182/task/13186/stat : 13186 (java) S 13180 13182 13034 0 -1 64 3883 0 0 0 85 2 0 0 17 0 12 0 20408701 831758336 31534 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13182/tid=13187] ppid=13180 vsize=812264 CPUtime=0.12
/proc/13182/task/13187/stat : 13187 (java) S 13180 13182 13034 0 -1 64 48 0 0 0 9 3 0 0 16 0 12 0 20408703 831758336 31534 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13182/tid=13188] ppid=13180 vsize=812264 CPUtime=0
/proc/13182/task/13188/stat : 13188 (java) S 13180 13182 13034 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 20408703 831758336 31534 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13182/tid=13189] ppid=13180 vsize=812264 CPUtime=0
/proc/13182/task/13189/stat : 13189 (java) S 13180 13182 13034 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 20408703 831758336 31534 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13182/tid=13190] ppid=13180 vsize=812264 CPUtime=0
/proc/13182/task/13190/stat : 13190 (java) S 13180 13182 13034 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 20408708 831758336 31534 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13182/tid=13191] ppid=13180 vsize=812264 CPUtime=0
/proc/13182/task/13191/stat : 13191 (java) S 13180 13182 13034 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 20408708 831758336 31534 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13182/tid=13192] ppid=13180 vsize=812264 CPUtime=2.95
/proc/13182/task/13192/stat : 13192 (java) S 13180 13182 13034 0 -1 64 7307 0 0 0 292 3 0 0 16 0 12 0 20408708 831758336 31534 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13182/tid=13193] ppid=13180 vsize=812264 CPUtime=0
/proc/13182/task/13193/stat : 13193 (java) S 13180 13182 13034 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 20408708 831758336 31534 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13182/tid=13194] ppid=13180 vsize=812264 CPUtime=0
/proc/13182/task/13194/stat : 13194 (java) S 13180 13182 13034 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 20408708 831758336 31534 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 370.76
Current children cumulated vsize (KiB) 812264

[startup+375.902 s]
/proc/loadavg: 2.00 2.06 2.13 3/85 13194
/proc/meminfo: memFree=1726544/2055920 swapFree=4192812/4192956
[pid=13182] ppid=13180 vsize=812264 CPUtime=372.47
/proc/13182/stat : 13182 (java) S 13180 13182 13034 0 -1 0 46654 0 1 0 37214 33 0 0 18 0 12 0 20408697 831758336 40125 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13182/statm: 203066 40125 1442 9 0 200393 0
[pid=13182/tid=13184] ppid=13180 vsize=812264 CPUtime=366.89
/proc/13182/task/13184/stat : 13184 (java) R 13180 13182 13034 0 -1 64 20562 0 1 0 36674 15 0 0 25 0 12 0 20408700 831758336 40125 996147200 134512640 134550932 4294956016 18446744073709551615 4109675331 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13182/tid=13185] ppid=13180 vsize=812264 CPUtime=1.02
/proc/13182/task/13185/stat : 13185 (java) S 13180 13182 13034 0 -1 64 9867 0 0 0 97 5 0 0 17 0 12 0 20408701 831758336 40125 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13182/tid=13186] ppid=13180 vsize=812264 CPUtime=1.04
/proc/13182/task/13186/stat : 13186 (java) S 13180 13182 13034 0 -1 64 8098 0 0 0 100 4 0 0 17 0 12 0 20408701 831758336 40125 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13182/tid=13187] ppid=13180 vsize=812264 CPUtime=0.12
/proc/13182/task/13187/stat : 13187 (java) S 13180 13182 13034 0 -1 64 48 0 0 0 9 3 0 0 15 0 12 0 20408703 831758336 40125 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13182/tid=13188] ppid=13180 vsize=812264 CPUtime=0
/proc/13182/task/13188/stat : 13188 (java) S 13180 13182 13034 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 20408703 831758336 40125 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13182/tid=13189] ppid=13180 vsize=812264 CPUtime=0
/proc/13182/task/13189/stat : 13189 (java) S 13180 13182 13034 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 20408703 831758336 40125 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13182/tid=13190] ppid=13180 vsize=812264 CPUtime=0
/proc/13182/task/13190/stat : 13190 (java) S 13180 13182 13034 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 20408708 831758336 40125 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13182/tid=13191] ppid=13180 vsize=812264 CPUtime=0
/proc/13182/task/13191/stat : 13191 (java) S 13180 13182 13034 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 20408708 831758336 40125 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13182/tid=13192] ppid=13180 vsize=812264 CPUtime=3.36
/proc/13182/task/13192/stat : 13192 (java) S 13180 13182 13034 0 -1 64 7325 0 0 0 332 4 0 0 15 0 12 0 20408708 831758336 40125 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13182/tid=13193] ppid=13180 vsize=812264 CPUtime=0
/proc/13182/task/13193/stat : 13193 (java) S 13180 13182 13034 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 20408708 831758336 40125 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13182/tid=13194] ppid=13180 vsize=812264 CPUtime=0
/proc/13182/task/13194/stat : 13194 (java) S 13180 13182 13034 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 20408708 831758336 40125 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 372.47
Current children cumulated vsize (KiB) 812264

[startup+377.502 s]
/proc/loadavg: 2.00 2.06 2.13 3/86 13195
/proc/meminfo: memFree=1676360/2055920 swapFree=4192812/4192956
[pid=13182] ppid=13180 vsize=812588 CPUtime=374.11
/proc/13182/stat : 13182 (java) S 13180 13182 13034 0 -1 0 50736 0 1 0 37375 36 0 0 18 0 13 0 20408697 832090112 44109 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13182/statm: 203147 44109 1450 9 0 200474 0
[pid=13182/tid=13184] ppid=13180 vsize=812588 CPUtime=367.64
/proc/13182/task/13184/stat : 13184 (java) R 13180 13182 13034 0 -1 64 20578 0 1 0 36749 15 0 0 22 0 13 0 20408700 832090112 44109 996147200 134512640 134550932 4294956016 18446744073709551615 4110281039 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13182/tid=13185] ppid=13180 vsize=812588 CPUtime=1.17
/proc/13182/task/13185/stat : 13185 (java) S 13180 13182 13034 0 -1 64 12019 0 0 0 112 5 0 0 16 0 13 0 20408701 832090112 44109 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13182/tid=13186] ppid=13180 vsize=812588 CPUtime=1.18
/proc/13182/task/13186/stat : 13186 (java) S 13180 13182 13034 0 -1 64 9961 0 0 0 113 5 0 0 16 0 13 0 20408701 832090112 44109 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13182/tid=13187] ppid=13180 vsize=812588 CPUtime=0.12
/proc/13182/task/13187/stat : 13187 (java) S 13180 13182 13034 0 -1 64 48 0 0 0 9 3 0 0 16 0 13 0 20408703 832090112 44109 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13182/tid=13188] ppid=13180 vsize=812588 CPUtime=0
/proc/13182/task/13188/stat : 13188 (java) S 13180 13182 13034 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 20408703 832090112 44109 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13182/tid=13189] ppid=13180 vsize=812588 CPUtime=0
/proc/13182/task/13189/stat : 13189 (java) S 13180 13182 13034 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 20408703 832090112 44109 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13182/tid=13190] ppid=13180 vsize=812588 CPUtime=0
/proc/13182/task/13190/stat : 13190 (java) S 13180 13182 13034 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 20408708 832090112 44109 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13182/tid=13191] ppid=13180 vsize=812588 CPUtime=0
/proc/13182/task/13191/stat : 13191 (java) S 13180 13182 13034 0 -1 64 13 0 0 0 0 0 0 0 19 0 13 0 20408708 832090112 44109 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13182/tid=13192] ppid=13180 vsize=812588 CPUtime=3.94
/proc/13182/task/13192/stat : 13192 (java) S 13180 13182 13034 0 -1 64 7371 0 0 0 390 4 0 0 15 0 13 0 20408708 832090112 44109 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13182/tid=13193] ppid=13180 vsize=812588 CPUtime=0
/proc/13182/task/13193/stat : 13193 (java) S 13180 13182 13034 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 20408708 832090112 44109 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13182/tid=13194] ppid=13180 vsize=812588 CPUtime=0
/proc/13182/task/13194/stat : 13194 (java) S 13180 13182 13034 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 20408708 832090112 44109 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13182/tid=13195] ppid=13180 vsize=812588 CPUtime=0
/proc/13182/task/13195/stat : 13195 (java) S 13180 13182 13034 0 -1 64 5 0 0 0 0 0 0 0 17 0 13 0 20446334 832090112 44109 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 374.11
Current children cumulated vsize (KiB) 812588

[startup+377.902 s]
/proc/loadavg: 2.00 2.06 2.13 3/86 13195
/proc/meminfo: memFree=1676360/2055920 swapFree=4192812/4192956
[pid=13182] ppid=13180 vsize=812588 CPUtime=374.51
/proc/13182/stat : 13182 (java) S 13180 13182 13034 0 -1 0 50738 0 1 0 37415 36 0 0 18 0 13 0 20408697 832090112 44110 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13182/statm: 203147 44110 1450 9 0 200474 0
[pid=13182/tid=13184] ppid=13180 vsize=812588 CPUtime=368.02
/proc/13182/task/13184/stat : 13184 (java) R 13180 13182 13034 0 -1 64 20579 0 1 0 36787 15 0 0 25 0 13 0 20408700 832090112 44110 996147200 134512640 134550932 4294956016 18446744073709551615 4110152734 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13182/tid=13185] ppid=13180 vsize=812588 CPUtime=1.17
/proc/13182/task/13185/stat : 13185 (java) S 13180 13182 13034 0 -1 64 12019 0 0 0 112 5 0 0 16 0 13 0 20408701 832090112 44110 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13182/tid=13186] ppid=13180 vsize=812588 CPUtime=1.18
/proc/13182/task/13186/stat : 13186 (java) S 13180 13182 13034 0 -1 64 9961 0 0 0 113 5 0 0 16 0 13 0 20408701 832090112 44110 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13182/tid=13187] ppid=13180 vsize=812588 CPUtime=0.12
/proc/13182/task/13187/stat : 13187 (java) S 13180 13182 13034 0 -1 64 48 0 0 0 9 3 0 0 17 0 13 0 20408703 832090112 44110 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13182/tid=13188] ppid=13180 vsize=812588 CPUtime=0
/proc/13182/task/13188/stat : 13188 (java) S 13180 13182 13034 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 20408703 832090112 44110 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13182/tid=13189] ppid=13180 vsize=812588 CPUtime=0
/proc/13182/task/13189/stat : 13189 (java) S 13180 13182 13034 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 20408703 832090112 44110 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13182/tid=13190] ppid=13180 vsize=812588 CPUtime=0
/proc/13182/task/13190/stat : 13190 (java) S 13180 13182 13034 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 20408708 832090112 44110 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13182/tid=13191] ppid=13180 vsize=812588 CPUtime=0
/proc/13182/task/13191/stat : 13191 (java) S 13180 13182 13034 0 -1 64 13 0 0 0 0 0 0 0 19 0 13 0 20408708 832090112 44110 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13182/tid=13192] ppid=13180 vsize=812588 CPUtime=3.95
/proc/13182/task/13192/stat : 13192 (java) S 13180 13182 13034 0 -1 64 7372 0 0 0 391 4 0 0 16 0 13 0 20408708 832090112 44110 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13182/tid=13193] ppid=13180 vsize=812588 CPUtime=0
/proc/13182/task/13193/stat : 13193 (java) S 13180 13182 13034 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 20408708 832090112 44110 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13182/tid=13194] ppid=13180 vsize=812588 CPUtime=0
/proc/13182/task/13194/stat : 13194 (java) S 13180 13182 13034 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 20408708 832090112 44110 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13182/tid=13195] ppid=13180 vsize=812588 CPUtime=0
/proc/13182/task/13195/stat : 13195 (java) S 13180 13182 13034 0 -1 64 5 0 0 0 0 0 0 0 17 0 13 0 20446334 832090112 44110 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 374.51
Current children cumulated vsize (KiB) 812588

[startup+378.102 s]
/proc/loadavg: 2.00 2.06 2.13 3/86 13195
/proc/meminfo: memFree=1676360/2055920 swapFree=4192812/4192956
[pid=13182] ppid=13180 vsize=812588 CPUtime=374.71
/proc/13182/stat : 13182 (java) S 13180 13182 13034 0 -1 0 50742 0 1 0 37435 36 0 0 18 0 12 0 20408697 832090112 44113 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13182/statm: 203147 44113 1451 9 0 200474 0
[pid=13182/tid=13184] ppid=13180 vsize=812588 CPUtime=368.22
/proc/13182/task/13184/stat : 13184 (java) R 13180 13182 13034 0 -1 64 20581 0 1 0 36807 15 0 0 25 0 13 0 20408700 832090112 44113 996147200 134512640 134550932 4294956016 18446744073709551615 8331224 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13182/tid=13185] ppid=13180 vsize=812588 CPUtime=1.17
/proc/13182/task/13185/stat : 13185 (java) S 13180 13182 13034 0 -1 64 12019 0 0 0 112 5 0 0 16 0 13 0 20408701 832090112 44113 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13182/tid=13186] ppid=13180 vsize=812588 CPUtime=1.18
/proc/13182/task/13186/stat : 13186 (java) S 13180 13182 13034 0 -1 64 9961 0 0 0 113 5 0 0 16 0 13 0 20408701 832090112 44113 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13182/tid=13187] ppid=13180 vsize=812588 CPUtime=0.12
/proc/13182/task/13187/stat : 13187 (java) S 13180 13182 13034 0 -1 64 48 0 0 0 9 3 0 0 16 0 13 0 20408703 832090112 44113 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13182/tid=13188] ppid=13180 vsize=812588 CPUtime=0
/proc/13182/task/13188/stat : 13188 (java) S 13180 13182 13034 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 20408703 832090112 44113 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13182/tid=13189] ppid=13180 vsize=812588 CPUtime=0
/proc/13182/task/13189/stat : 13189 (java) S 13180 13182 13034 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 20408703 832090112 44113 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13182/tid=13190] ppid=13180 vsize=812588 CPUtime=0
/proc/13182/task/13190/stat : 13190 (java) S 13180 13182 13034 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 20408708 832090112 44113 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13182/tid=13191] ppid=13180 vsize=812588 CPUtime=0
/proc/13182/task/13191/stat : 13191 (java) S 13180 13182 13034 0 -1 64 13 0 0 0 0 0 0 0 19 0 13 0 20408708 832090112 44113 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13182/tid=13192] ppid=13180 vsize=812588 CPUtime=3.95
/proc/13182/task/13192/stat : 13192 (java) S 13180 13182 13034 0 -1 64 7372 0 0 0 391 4 0 0 16 0 13 0 20408708 832090112 44113 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13182/tid=13193] ppid=13180 vsize=812588 CPUtime=0
/proc/13182/task/13193/stat : 13193 (java) S 13180 13182 13034 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 20408708 832090112 44113 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13182/tid=13194] ppid=13180 vsize=812588 CPUtime=0
/proc/13182/task/13194/stat : 13194 (java) S 13180 13182 13034 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 20408708 832090112 44113 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 374.71
Current children cumulated vsize (KiB) 812588

Child status: 0
Real time (s): 378.159
CPU time (s): 374.759
CPU user time (s): 374.365
CPU system time (s): 0.39394
CPU usage (%): 99.1008
Max. virtual memory (cumulated for all children) (KiB): 814764

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 374.365
system time used= 0.39394
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 50748
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= 14864
involuntary context switches= 20817

runsolver used 0.527919 second user time and 1.3178 second system time

The end

Launcher Data

Begin job on node19 at 2009-07-11 19:30:21
IDJOB=2063958
IDBENCH=54110
IDSOLVER=731
FILE ID=node19/2063958-1247333420
PBS_JOBID= 9506654
Free space on /tmp= 66420 MiB

SOLVER NAME= SAT4J CSP 2.1.1
BENCH NAME= CPAI08/csp/compet08/normalized-patat-08-comp-10.xml
COMMAND LINE= java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2063958-1247333420/watcher-2063958-1247333420 -o /tmp/evaluation-result-2063958-1247333420/solver-2063958-1247333420 -C 1800 -W 2000 -M 900  java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2063958-1247333420.xml

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

MD5SUM BENCH= 3a46901a8ea2c192a6f5d5f8c9f3ac47
RANDOM SEED=519866125

node19.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.211
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.211
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:       1848912 kB
Buffers:          5568 kB
Cached:          67736 kB
SwapCached:          0 kB
Active:         138536 kB
Inactive:        23660 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1848912 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2276 kB
Writeback:           0 kB
Mapped:          99596 kB
Slab:            29876 kB
Committed_AS:   233996 kB
PageTables:       1972 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66420 MiB
End job on node19 at 2009-07-11 19:36:39