Trace number 2074265

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 24.1273 24.2795

General information on the benchmark

Namecsp/chessboardColoration/
normalized-cc-25-25-2.xml
MD5SUMb913279437ddb68d75e7e8e0397248e4
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark21.1668
Satisfiable
(Un)Satisfiability was proved
Number of variables625
Number of constraints90000
Maximum constraint arity4
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension90000
Global constraints used (with number of constraints)

Solver Data

0.12/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.12/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.12/0.14	c See www.sat4j.org for details.
0.12/0.14	c That software uses the Rhino library from the Mozilla project.
0.12/0.16	c version 2.1.1.v20090622
0.12/0.16	c sun.arch.data.model	32
0.12/0.16	c java.version	1.6.0_12
0.12/0.16	c os.name	Linux
0.12/0.16	c os.version	2.6.9-22.EL.rootsmp
0.12/0.16	c os.arch	i386
0.12/0.16	c Free memory 671000808
0.12/0.16	c Max memory 672137216
0.12/0.16	c Total memory 672137216
0.12/0.16	c Number of processors 2
0.18/0.25	c c --- Begin Solver configuration ---
0.18/0.25	c Stops conflict analysis at the first Unique Implication Point
0.18/0.25	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@1f14ceb
0.18/0.25	c Learn all clauses as in MiniSAT
0.18/0.25	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.18/0.25	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.18/0.25	c Expensive reason simplification
0.18/0.25	c MiniSAT restarts strategy
0.18/0.25	c Memory based learned constraints deletion strategy
0.18/0.25	c timeout=2147483s
0.18/0.25	c DB Simplification allowed=false
0.18/0.25	c --- End Solver configuration ---
0.18/0.25	c solving HOME/instance-2074265-1247359148.xml
0.18/0.25	c reading problem ... 
0.48/0.50	c reading problem named null
0.48/0.50	c reading domains done.
0.48/0.51	c reading variables done.
0.58/0.68	c reading predicates  done.
0.88/0.91	c reading constraints
23.68/23.81	c done with constraints.
23.68/23.81	c ... done. Wall clock time 23.557s.
23.68/23.81	c #vars     1250
23.68/23.81	c #constraints  181250
23.68/23.81	c constraints type 
23.68/23.81	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 180000
23.68/23.81	c org.sat4j.minisat.constraints.card.AtLeast => 625
23.68/23.81	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 625
24.08/24.22	c starts		: 4
24.08/24.22	c conflicts		: 620
24.08/24.22	c decisions		: 871
24.08/24.22	c propagations		: 11765
24.08/24.22	c inspects		: 108003
24.08/24.22	c learnt literals	: 10
24.08/24.22	c learnt binary clauses	: 32
24.08/24.22	c learnt ternary clauses	: 46
24.08/24.22	c learnt clauses	: 609
24.08/24.22	c ignored clauses	: 0
24.08/24.22	c root simplifications	: 0
24.08/24.22	c removed literals (reason simplification)	: 380
24.08/24.22	c reason swapping (by a shorter reason)	: 0
24.08/24.22	c Calls to reduceDB	: 0
24.08/24.22	c speed (assignments/second)	: 28835.784313725493
24.08/24.22	c non guided choices	27
24.08/24.22	c learnt constraints type 
24.08/24.22	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 32
24.08/24.22	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 577
24.08/24.22	c constraints type 
24.08/24.22	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 180000
24.08/24.22	c org.sat4j.minisat.constraints.card.AtLeast => 625
24.08/24.22	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 625
24.08/24.22	s UNSATISFIABLE
24.08/24.22	c Total wall clock time (in seconds) : 23.965

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-2074265-1247359148/watcher-2074265-1247359148 -o /tmp/evaluation-result-2074265-1247359148/solver-2074265-1247359148 -C 1800 -W 2000 -M 900 java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2074265-1247359148.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.61 1.90 1.96 3/82 19359
/proc/meminfo: memFree=1427784/2055920 swapFree=4192812/4192956
[pid=19359] ppid=19357 vsize=800696 CPUtime=0.02
/proc/19359/stat : 19359 (java) S 19357 19359 17396 0 -1 0 2321 0 1 0 1 1 0 0 18 0 4 0 22982329 819912704 2068 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/19359/statm: 200174 2068 938 9 0 197525 0
[pid=19359/tid=19360] ppid=19357 vsize=800696 CPUtime=0.01
/proc/19359/task/19360/stat : 19360 (java) R 19357 19359 17396 0 -1 64 1596 0 1 0 0 1 0 0 19 0 4 0 22982330 819912704 2068 996147200 134512640 134550932 4294956016 18446744073709551615 103285471 0 4 0 16784584 0 0 0 -1 1 0 0
[pid=19359/tid=19361] ppid=19357 vsize=800696 CPUtime=0
/proc/19359/task/19361/stat : 19361 (java) S 19357 19359 17396 0 -1 64 3 0 0 0 0 0 0 0 18 0 4 0 22982331 819912704 2068 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16784584 0 0 0 -1 1 0 0
[pid=19359/tid=19362] ppid=19357 vsize=800696 CPUtime=0
/proc/19359/task/19362/stat : 19362 (java) S 19357 19359 17396 0 -1 64 1 0 0 0 0 0 0 0 19 0 4 0 22982331 819912704 2068 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16784584 0 0 0 -1 1 0 0

[startup+0.0803361 s]
/proc/loadavg: 1.61 1.90 1.96 3/82 19359
/proc/meminfo: memFree=1427784/2055920 swapFree=4192812/4192956
[pid=19359] ppid=19357 vsize=802164 CPUtime=0.06
/proc/19359/stat : 19359 (java) S 19357 19359 17396 0 -1 0 2817 0 1 0 4 2 0 0 18 0 7 0 22982329 821415936 2562 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 1 0 0
/proc/19359/statm: 200541 2577 1039 9 0 197892 0
[pid=19359/tid=19360] ppid=19357 vsize=802164 CPUtime=0.05
/proc/19359/task/19360/stat : 19360 (java) R 19357 19359 17396 0 -1 64 2091 0 1 0 4 1 0 0 17 0 7 0 22982330 821415936 2577 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 2147483391 0 16800971 0 0 0 -1 1 0 0
[pid=19359/tid=19361] ppid=19357 vsize=803004 CPUtime=0
/proc/19359/task/19361/stat : 19361 (java) S 19357 19359 17396 0 -1 64 3 0 0 0 0 0 0 0 18 0 9 0 22982331 822276096 2655 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19359/tid=19362] ppid=19357 vsize=803004 CPUtime=0
/proc/19359/task/19362/stat : 19362 (java) S 19357 19359 17396 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22982331 822276096 2655 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 802164

[startup+0.140279 s]
/proc/loadavg: 1.61 1.90 1.96 3/82 19359
/proc/meminfo: memFree=1427784/2055920 swapFree=4192812/4192956
[pid=19359] ppid=19357 vsize=804688 CPUtime=0.12
/proc/19359/stat : 19359 (java) S 19357 19359 17396 0 -1 0 3216 0 1 0 9 3 0 0 18 0 12 0 22982329 824000512 2959 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19359/statm: 201172 2959 1094 9 0 198506 0
[pid=19359/tid=19360] ppid=19357 vsize=804688 CPUtime=0.11
/proc/19359/task/19360/stat : 19360 (java) R 19357 19359 17396 0 -1 64 2459 0 1 0 9 2 0 0 18 0 12 0 22982330 824000512 2959 996147200 134512640 134550932 4294956016 18446744073709551615 103273776 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19359/tid=19361] ppid=19357 vsize=804688 CPUtime=0
/proc/19359/task/19361/stat : 19361 (java) S 19357 19359 17396 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 22982331 824000512 2959 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19359/tid=19362] ppid=19357 vsize=804688 CPUtime=0
/proc/19359/task/19362/stat : 19362 (java) S 19357 19359 17396 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 22982331 824000512 2959 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 804688

[startup+0.3023 s]
/proc/loadavg: 1.61 1.90 1.96 3/82 19359
/proc/meminfo: memFree=1427784/2055920 swapFree=4192812/4192956
[pid=19359] ppid=19357 vsize=805628 CPUtime=0.28
/proc/19359/stat : 19359 (java) S 19357 19359 17396 0 -1 0 4300 0 1 0 24 4 0 0 18 0 12 0 22982329 824963072 4037 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19359/statm: 201407 4037 1359 9 0 198734 0
[pid=19359/tid=19360] ppid=19357 vsize=805628 CPUtime=0.21
/proc/19359/task/19360/stat : 19360 (java) R 19357 19359 17396 0 -1 64 3059 0 1 0 18 3 0 0 18 0 12 0 22982330 824963072 4037 996147200 134512640 134550932 4294956016 18446744073709551615 4109132996 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19359/tid=19361] ppid=19357 vsize=805628 CPUtime=0
/proc/19359/task/19361/stat : 19361 (java) S 19357 19359 17396 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 22982331 824963072 4037 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19359/tid=19362] ppid=19357 vsize=805628 CPUtime=0
/proc/19359/task/19362/stat : 19362 (java) S 19357 19359 17396 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 22982331 824963072 4037 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 805628

[startup+0.702343 s]
/proc/loadavg: 1.61 1.90 1.96 3/82 19359
/proc/meminfo: memFree=1427784/2055920 swapFree=4192812/4192956
[pid=19359] ppid=19357 vsize=807184 CPUtime=0.68
/proc/19359/stat : 19359 (java) S 19357 19359 17396 0 -1 0 5563 0 1 0 63 5 0 0 18 0 12 0 22982329 826556416 5056 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19359/statm: 201796 5056 1389 9 0 199123 0
[pid=19359/tid=19360] ppid=19357 vsize=807184 CPUtime=0.45
/proc/19359/task/19360/stat : 19360 (java) R 19357 19359 17396 0 -1 64 3670 0 1 0 41 4 0 0 20 0 12 0 22982330 826556416 5056 996147200 134512640 134550932 4294956016 18446744073709551615 10884054 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19359/tid=19361] ppid=19357 vsize=807184 CPUtime=0
/proc/19359/task/19361/stat : 19361 (java) S 19357 19359 17396 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 22982331 826556416 5056 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19359/tid=19362] ppid=19357 vsize=807184 CPUtime=0
/proc/19359/task/19362/stat : 19362 (java) S 19357 19359 17396 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 22982331 826556416 5056 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 807184

[startup+1.50242 s]
/proc/loadavg: 1.61 1.90 1.96 4/94 19371
/proc/meminfo: memFree=1408872/2055920 swapFree=4192812/4192956
[pid=19359] ppid=19357 vsize=809684 CPUtime=1.47
/proc/19359/stat : 19359 (java) S 19357 19359 17396 0 -1 0 8773 0 1 0 140 7 0 0 18 0 12 0 22982329 829116416 7065 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19359/statm: 202421 7065 1407 9 0 199748 0
[pid=19359/tid=19360] ppid=19357 vsize=809684 CPUtime=0.89
/proc/19359/task/19360/stat : 19360 (java) R 19357 19359 17396 0 -1 64 5197 0 1 0 84 5 0 0 25 0 12 0 22982330 829116416 7065 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19359/tid=19361] ppid=19357 vsize=809684 CPUtime=0
/proc/19359/task/19361/stat : 19361 (java) S 19357 19359 17396 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 22982331 829116416 7065 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19359/tid=19362] ppid=19357 vsize=809684 CPUtime=0
/proc/19359/task/19362/stat : 19362 (java) S 19357 19359 17396 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 22982331 829116416 7065 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19359/tid=19364] ppid=19357 vsize=809684 CPUtime=0
/proc/19359/task/19364/stat : 19364 (java) S 19357 19359 17396 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 22982333 829116416 7065 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19359/tid=19365] ppid=19357 vsize=809684 CPUtime=0
/proc/19359/task/19365/stat : 19365 (java) S 19357 19359 17396 0 -1 64 10 0 0 0 0 0 0 0 21 0 12 0 22982334 829116416 7065 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19359/tid=19366] ppid=19357 vsize=809684 CPUtime=0
/proc/19359/task/19366/stat : 19366 (java) S 19357 19359 17396 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 22982334 829116416 7065 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19359/tid=19367] ppid=19357 vsize=809684 CPUtime=0
/proc/19359/task/19367/stat : 19367 (java) S 19357 19359 17396 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 22982339 829116416 7065 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19359/tid=19368] ppid=19357 vsize=809684 CPUtime=0
/proc/19359/task/19368/stat : 19368 (java) S 19357 19359 17396 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 22982339 829116416 7065 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19359/tid=19369] ppid=19357 vsize=809684 CPUtime=0.56
/proc/19359/task/19369/stat : 19369 (java) R 19357 19359 17396 0 -1 64 2818 0 0 0 55 1 0 0 16 0 12 0 22982339 829116416 7065 996147200 134512640 134550932 4294956016 18446744073709551615 106106707 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19359/tid=19370] ppid=19357 vsize=809684 CPUtime=0
/proc/19359/task/19370/stat : 19370 (java) S 19357 19359 17396 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 22982339 829116416 7065 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19359/tid=19371] ppid=19357 vsize=809684 CPUtime=0
/proc/19359/task/19371/stat : 19371 (java) S 19357 19359 17396 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 22982339 829116416 7065 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 809684

[startup+3.10159 s]
/proc/loadavg: 1.61 1.90 1.96 3/94 19371
/proc/meminfo: memFree=1399592/2055920 swapFree=4192812/4192956
[pid=19359] ppid=19357 vsize=813732 CPUtime=3.06
/proc/19359/stat : 19359 (java) S 19357 19359 17396 0 -1 0 14247 0 1 0 296 10 0 0 18 0 12 0 22982329 833261568 11183 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19359/statm: 203433 11183 1426 9 0 200760 0
[pid=19359/tid=19360] ppid=19357 vsize=813732 CPUtime=1.54
/proc/19359/task/19360/stat : 19360 (java) R 19357 19359 17396 0 -1 64 8247 0 1 0 147 7 0 0 25 0 12 0 22982330 833261568 11183 996147200 134512640 134550932 4294956016 18446744073709551615 4109141442 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19359/tid=19361] ppid=19357 vsize=813732 CPUtime=0
/proc/19359/task/19361/stat : 19361 (java) S 19357 19359 17396 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 22982331 833261568 11183 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19359/tid=19362] ppid=19357 vsize=813732 CPUtime=0
/proc/19359/task/19362/stat : 19362 (java) S 19357 19359 17396 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 22982331 833261568 11183 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19359/tid=19364] ppid=19357 vsize=813732 CPUtime=0
/proc/19359/task/19364/stat : 19364 (java) S 19357 19359 17396 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 22982333 833261568 11183 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19359/tid=19365] ppid=19357 vsize=813732 CPUtime=0
/proc/19359/task/19365/stat : 19365 (java) S 19357 19359 17396 0 -1 64 10 0 0 0 0 0 0 0 21 0 12 0 22982334 833261568 11183 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19359/tid=19366] ppid=19357 vsize=813732 CPUtime=0
/proc/19359/task/19366/stat : 19366 (java) S 19357 19359 17396 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 22982334 833261568 11183 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19359/tid=19367] ppid=19357 vsize=813732 CPUtime=0
/proc/19359/task/19367/stat : 19367 (java) S 19357 19359 17396 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 22982339 833261568 11183 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19359/tid=19368] ppid=19357 vsize=813732 CPUtime=0
/proc/19359/task/19368/stat : 19368 (java) S 19357 19359 17396 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 22982339 833261568 11183 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19359/tid=19369] ppid=19357 vsize=813732 CPUtime=1.5
/proc/19359/task/19369/stat : 19369 (java) S 19357 19359 17396 0 -1 64 5242 0 0 0 148 2 0 0 18 0 12 0 22982339 833261568 11183 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19359/tid=19370] ppid=19357 vsize=813732 CPUtime=0
/proc/19359/task/19370/stat : 19370 (java) S 19357 19359 17396 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 22982339 833261568 11183 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19359/tid=19371] ppid=19357 vsize=813732 CPUtime=0
/proc/19359/task/19371/stat : 19371 (java) S 19357 19359 17396 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 22982339 833261568 11183 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 813732

[startup+6.30293 s]
/proc/loadavg: 1.64 1.90 1.96 3/94 19371
/proc/meminfo: memFree=1349736/2055920 swapFree=4192812/4192956
[pid=19359] ppid=19357 vsize=813264 CPUtime=6.23
/proc/19359/stat : 19359 (java) S 19357 19359 17396 0 -1 0 23922 0 1 0 607 16 0 0 18 0 12 0 22982329 832782336 20761 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19359/statm: 203316 20761 1443 9 0 200643 0
[pid=19359/tid=19360] ppid=19357 vsize=813264 CPUtime=3.14
/proc/19359/task/19360/stat : 19360 (java) R 19357 19359 17396 0 -1 64 17403 0 1 0 302 12 0 0 25 0 12 0 22982330 832782336 20761 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19359/tid=19361] ppid=19357 vsize=813264 CPUtime=0
/proc/19359/task/19361/stat : 19361 (java) S 19357 19359 17396 0 -1 64 253 0 0 0 0 0 0 0 17 0 12 0 22982331 832782336 20761 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19359/tid=19362] ppid=19357 vsize=813264 CPUtime=0
/proc/19359/task/19362/stat : 19362 (java) S 19357 19359 17396 0 -1 64 130 0 0 0 0 0 0 0 17 0 12 0 22982331 832782336 20761 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19359/tid=19364] ppid=19357 vsize=813264 CPUtime=0
/proc/19359/task/19364/stat : 19364 (java) S 19357 19359 17396 0 -1 64 13 0 0 0 0 0 0 0 16 0 12 0 22982333 832782336 20761 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19359/tid=19365] ppid=19357 vsize=813264 CPUtime=0
/proc/19359/task/19365/stat : 19365 (java) S 19357 19359 17396 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 22982334 832782336 20761 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19359/tid=19366] ppid=19357 vsize=813264 CPUtime=0
/proc/19359/task/19366/stat : 19366 (java) S 19357 19359 17396 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 22982334 832782336 20761 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19359/tid=19367] ppid=19357 vsize=813264 CPUtime=0
/proc/19359/task/19367/stat : 19367 (java) S 19357 19359 17396 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 22982339 832782336 20761 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19359/tid=19368] ppid=19357 vsize=813264 CPUtime=0.01
/proc/19359/task/19368/stat : 19368 (java) S 19357 19359 17396 0 -1 64 18 0 0 0 1 0 0 0 17 0 12 0 22982339 832782336 20761 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19359/tid=19369] ppid=19357 vsize=813264 CPUtime=3.03
/proc/19359/task/19369/stat : 19369 (java) R 19357 19359 17396 0 -1 64 5363 0 0 0 300 3 0 0 17 0 12 0 22982339 832782336 20761 996147200 134512640 134550932 4294956016 18446744073709551615 102245329 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19359/tid=19370] ppid=19357 vsize=813264 CPUtime=0
/proc/19359/task/19370/stat : 19370 (java) S 19357 19359 17396 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 22982339 832782336 20761 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19359/tid=19371] ppid=19357 vsize=813264 CPUtime=0
/proc/19359/task/19371/stat : 19371 (java) S 19357 19359 17396 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 22982339 832782336 20761 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 813264

[startup+12.7016 s]
/proc/loadavg: 1.67 1.90 1.96 3/94 19371
/proc/meminfo: memFree=1328040/2055920 swapFree=4192812/4192956
[pid=19359] ppid=19357 vsize=813264 CPUtime=12.59
/proc/19359/stat : 19359 (java) S 19357 19359 17396 0 -1 0 29853 0 1 0 1240 19 0 0 18 0 12 0 22982329 832782336 26665 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19359/statm: 203316 26665 1444 9 0 200643 0
[pid=19359/tid=19360] ppid=19357 vsize=813264 CPUtime=8.96
/proc/19359/task/19360/stat : 19360 (java) R 19357 19359 17396 0 -1 64 18006 0 1 0 883 13 0 0 25 0 12 0 22982330 832782336 26665 996147200 134512640 134550932 4294956016 18446744073709551615 4109621617 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19359/tid=19361] ppid=19357 vsize=813264 CPUtime=0.14
/proc/19359/task/19361/stat : 19361 (java) S 19357 19359 17396 0 -1 64 3190 0 0 0 13 1 0 0 16 0 12 0 22982331 832782336 26665 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19359/tid=19362] ppid=19357 vsize=813264 CPUtime=0.13
/proc/19359/task/19362/stat : 19362 (java) S 19357 19359 17396 0 -1 64 2466 0 0 0 13 0 0 0 16 0 12 0 22982331 832782336 26665 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19359/tid=19364] ppid=19357 vsize=813264 CPUtime=0
/proc/19359/task/19364/stat : 19364 (java) S 19357 19359 17396 0 -1 64 46 0 0 0 0 0 0 0 16 0 12 0 22982333 832782336 26665 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19359/tid=19365] ppid=19357 vsize=813264 CPUtime=0
/proc/19359/task/19365/stat : 19365 (java) S 19357 19359 17396 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 22982334 832782336 26665 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19359/tid=19366] ppid=19357 vsize=813264 CPUtime=0
/proc/19359/task/19366/stat : 19366 (java) S 19357 19359 17396 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 22982334 832782336 26665 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19359/tid=19367] ppid=19357 vsize=813264 CPUtime=0
/proc/19359/task/19367/stat : 19367 (java) S 19357 19359 17396 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 22982339 832782336 26665 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19359/tid=19368] ppid=19357 vsize=813264 CPUtime=0.01
/proc/19359/task/19368/stat : 19368 (java) S 19357 19359 17396 0 -1 64 18 0 0 0 1 0 0 0 17 0 12 0 22982339 832782336 26665 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

/proc/19359/task/19367/stat : 19367 (java) S 19357 19359 17396 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 22982339 832782336 28794 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19359/tid=19368] ppid=19357 vsize=813264 CPUtime=0.01
/proc/19359/task/19368/stat : 19368 (java) S 19357 19359 17396 0 -1 64 18 0 0 0 1 0 0 0 17 0 12 0 22982339 832782336 28794 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19359/tid=19369] ppid=19357 vsize=813264 CPUtime=3.29
/proc/19359/task/19369/stat : 19369 (java) S 19357 19359 17396 0 -1 64 5385 0 0 0 326 3 0 0 16 0 12 0 22982339 832782336 28794 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19359/tid=19370] ppid=19357 vsize=813264 CPUtime=0
/proc/19359/task/19370/stat : 19370 (java) S 19357 19359 17396 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 22982339 832782336 28794 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19359/tid=19371] ppid=19357 vsize=813264 CPUtime=0
/proc/19359/task/19371/stat : 19371 (java) S 19357 19359 17396 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 22982339 832782336 28794 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 18.98
Current children cumulated vsize (KiB) 813264

[startup+22.3026 s]
/proc/loadavg: 1.72 1.91 1.96 3/94 19371
/proc/meminfo: memFree=1313960/2055920 swapFree=4192812/4192956
[pid=19359] ppid=19357 vsize=813264 CPUtime=22.18
/proc/19359/stat : 19359 (java) S 19357 19359 17396 0 -1 0 32931 0 1 0 2197 21 0 0 18 0 12 0 22982329 832782336 29730 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19359/statm: 203316 29730 1444 9 0 200643 0
[pid=19359/tid=19360] ppid=19357 vsize=813264 CPUtime=18.31
/proc/19359/task/19360/stat : 19360 (java) R 19357 19359 17396 0 -1 64 18020 0 1 0 1818 13 0 0 25 0 12 0 22982330 832782336 29730 996147200 134512640 134550932 4294956016 18446744073709551615 4109536167 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19359/tid=19361] ppid=19357 vsize=813264 CPUtime=0.23
/proc/19359/task/19361/stat : 19361 (java) S 19357 19359 17396 0 -1 64 4346 0 0 0 22 1 0 0 16 0 12 0 22982331 832782336 29730 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19359/tid=19362] ppid=19357 vsize=813264 CPUtime=0.26
/proc/19359/task/19362/stat : 19362 (java) S 19357 19359 17396 0 -1 64 4374 0 0 0 25 1 0 0 16 0 12 0 22982331 832782336 29730 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19359/tid=19364] ppid=19357 vsize=813264 CPUtime=0.01
/proc/19359/task/19364/stat : 19364 (java) S 19357 19359 17396 0 -1 64 46 0 0 0 1 0 0 0 16 0 12 0 22982333 832782336 29730 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19359/tid=19365] ppid=19357 vsize=813264 CPUtime=0
/proc/19359/task/19365/stat : 19365 (java) S 19357 19359 17396 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 22982334 832782336 29730 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19359/tid=19366] ppid=19357 vsize=813264 CPUtime=0
/proc/19359/task/19366/stat : 19366 (java) S 19357 19359 17396 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 22982334 832782336 29730 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19359/tid=19367] ppid=19357 vsize=813264 CPUtime=0
/proc/19359/task/19367/stat : 19367 (java) S 19357 19359 17396 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 22982339 832782336 29730 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19359/tid=19368] ppid=19357 vsize=813264 CPUtime=0.01
/proc/19359/task/19368/stat : 19368 (java) S 19357 19359 17396 0 -1 64 18 0 0 0 1 0 0 0 17 0 12 0 22982339 832782336 29730 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19359/tid=19369] ppid=19357 vsize=813264 CPUtime=3.29
/proc/19359/task/19369/stat : 19369 (java) S 19357 19359 17396 0 -1 64 5385 0 0 0 326 3 0 0 16 0 12 0 22982339 832782336 29730 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19359/tid=19370] ppid=19357 vsize=813264 CPUtime=0
/proc/19359/task/19370/stat : 19370 (java) S 19357 19359 17396 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 22982339 832782336 29730 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19359/tid=19371] ppid=19357 vsize=813264 CPUtime=0
/proc/19359/task/19371/stat : 19371 (java) S 19357 19359 17396 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 22982339 832782336 29730 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 22.18
Current children cumulated vsize (KiB) 813264

[startup+23.1077 s]
/proc/loadavg: 1.72 1.91 1.96 3/94 19371
/proc/meminfo: memFree=1313128/2055920 swapFree=4192812/4192956
[pid=19359] ppid=19357 vsize=813264 CPUtime=22.99
/proc/19359/stat : 19359 (java) S 19357 19359 17396 0 -1 0 33316 0 1 0 2278 21 0 0 18 0 12 0 22982329 832782336 30113 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19359/statm: 203316 30113 1444 9 0 200643 0
[pid=19359/tid=19360] ppid=19357 vsize=813264 CPUtime=19.08
/proc/19359/task/19360/stat : 19360 (java) R 19357 19359 17396 0 -1 64 18022 0 1 0 1895 13 0 0 25 0 12 0 22982330 832782336 30113 996147200 134512640 134550932 4294956016 18446744073709551615 106834361 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19359/tid=19361] ppid=19357 vsize=813264 CPUtime=0.24
/proc/19359/task/19361/stat : 19361 (java) S 19357 19359 17396 0 -1 64 4418 0 0 0 23 1 0 0 16 0 12 0 22982331 832782336 30113 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19359/tid=19362] ppid=19357 vsize=813264 CPUtime=0.29
/proc/19359/task/19362/stat : 19362 (java) S 19357 19359 17396 0 -1 64 4685 0 0 0 28 1 0 0 16 0 12 0 22982331 832782336 30113 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19359/tid=19364] ppid=19357 vsize=813264 CPUtime=0.01
/proc/19359/task/19364/stat : 19364 (java) S 19357 19359 17396 0 -1 64 46 0 0 0 1 0 0 0 15 0 12 0 22982333 832782336 30113 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19359/tid=19365] ppid=19357 vsize=813264 CPUtime=0
/proc/19359/task/19365/stat : 19365 (java) S 19357 19359 17396 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 22982334 832782336 30113 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19359/tid=19366] ppid=19357 vsize=813264 CPUtime=0
/proc/19359/task/19366/stat : 19366 (java) S 19357 19359 17396 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 22982334 832782336 30113 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19359/tid=19367] ppid=19357 vsize=813264 CPUtime=0
/proc/19359/task/19367/stat : 19367 (java) S 19357 19359 17396 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 22982339 832782336 30113 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19359/tid=19368] ppid=19357 vsize=813264 CPUtime=0.01
/proc/19359/task/19368/stat : 19368 (java) S 19357 19359 17396 0 -1 64 18 0 0 0 1 0 0 0 17 0 12 0 22982339 832782336 30113 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19359/tid=19369] ppid=19357 vsize=813264 CPUtime=3.29
/proc/19359/task/19369/stat : 19369 (java) S 19357 19359 17396 0 -1 64 5385 0 0 0 326 3 0 0 16 0 12 0 22982339 832782336 30113 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19359/tid=19370] ppid=19357 vsize=813264 CPUtime=0
/proc/19359/task/19370/stat : 19370 (java) S 19357 19359 17396 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 22982339 832782336 30113 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19359/tid=19371] ppid=19357 vsize=813264 CPUtime=0
/proc/19359/task/19371/stat : 19371 (java) S 19357 19359 17396 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 22982339 832782336 30113 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 22.99
Current children cumulated vsize (KiB) 813264

[startup+23.9028 s]
/proc/loadavg: 1.72 1.91 1.96 3/94 19371
/proc/meminfo: memFree=1313128/2055920 swapFree=4192812/4192956
[pid=19359] ppid=19357 vsize=813588 CPUtime=23.78
/proc/19359/stat : 19359 (java) S 19357 19359 17396 0 -1 0 33519 0 1 0 2357 21 0 0 18 0 13 0 22982329 833114112 30314 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19359/statm: 203397 30314 1447 9 0 200724 0
[pid=19359/tid=19360] ppid=19357 vsize=813588 CPUtime=19.79
/proc/19359/task/19360/stat : 19360 (java) R 19357 19359 17396 0 -1 64 18032 0 1 0 1966 13 0 0 25 0 13 0 22982330 833114112 30314 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19359/tid=19361] ppid=19357 vsize=813588 CPUtime=0.25
/proc/19359/task/19361/stat : 19361 (java) S 19357 19359 17396 0 -1 64 4607 0 0 0 24 1 0 0 16 0 13 0 22982331 833114112 30314 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19359/tid=19362] ppid=19357 vsize=813588 CPUtime=0.29
/proc/19359/task/19362/stat : 19362 (java) S 19357 19359 17396 0 -1 64 4685 0 0 0 28 1 0 0 16 0 13 0 22982331 833114112 30314 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19359/tid=19364] ppid=19357 vsize=813588 CPUtime=0.02
/proc/19359/task/19364/stat : 19364 (java) S 19357 19359 17396 0 -1 64 46 0 0 0 2 0 0 0 16 0 13 0 22982333 833114112 30314 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19359/tid=19365] ppid=19357 vsize=813588 CPUtime=0
/proc/19359/task/19365/stat : 19365 (java) S 19357 19359 17396 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 22982334 833114112 30314 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19359/tid=19366] ppid=19357 vsize=813588 CPUtime=0
/proc/19359/task/19366/stat : 19366 (java) S 19357 19359 17396 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 22982334 833114112 30314 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19359/tid=19367] ppid=19357 vsize=813588 CPUtime=0
/proc/19359/task/19367/stat : 19367 (java) S 19357 19359 17396 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 22982339 833114112 30314 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19359/tid=19368] ppid=19357 vsize=813588 CPUtime=0.01
/proc/19359/task/19368/stat : 19368 (java) S 19357 19359 17396 0 -1 64 18 0 0 0 1 0 0 0 17 0 13 0 22982339 833114112 30314 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19359/tid=19369] ppid=19357 vsize=813588 CPUtime=3.36
/proc/19359/task/19369/stat : 19369 (java) R 19357 19359 17396 0 -1 64 5388 0 0 0 333 3 0 0 16 0 13 0 22982339 833114112 30314 996147200 134512640 134550932 4294956016 18446744073709551615 105636520 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19359/tid=19370] ppid=19357 vsize=813588 CPUtime=0
/proc/19359/task/19370/stat : 19370 (java) S 19357 19359 17396 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 22982339 833114112 30314 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19359/tid=19371] ppid=19357 vsize=813588 CPUtime=0
/proc/19359/task/19371/stat : 19371 (java) S 19357 19359 17396 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 22982339 833114112 30314 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 23.78
Current children cumulated vsize (KiB) 813588

[startup+24.1028 s]
/proc/loadavg: 1.74 1.91 1.96 4/95 19372
/proc/meminfo: memFree=1311584/2055920 swapFree=4192812/4192956
[pid=19359] ppid=19357 vsize=813588 CPUtime=23.99
/proc/19359/stat : 19359 (java) S 19357 19359 17396 0 -1 0 33532 0 1 0 2378 21 0 0 18 0 13 0 22982329 833114112 30326 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19359/statm: 203397 30326 1451 9 0 200724 0
[pid=19359/tid=19360] ppid=19357 vsize=813588 CPUtime=19.89
/proc/19359/task/19360/stat : 19360 (java) R 19357 19359 17396 0 -1 64 18035 0 1 0 1976 13 0 0 25 0 13 0 22982330 833114112 30326 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19359/tid=19361] ppid=19357 vsize=813588 CPUtime=0.25
/proc/19359/task/19361/stat : 19361 (java) S 19357 19359 17396 0 -1 64 4607 0 0 0 24 1 0 0 16 0 13 0 22982331 833114112 30326 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19359/tid=19362] ppid=19357 vsize=813588 CPUtime=0.29
/proc/19359/task/19362/stat : 19362 (java) S 19357 19359 17396 0 -1 64 4685 0 0 0 28 1 0 0 16 0 13 0 22982331 833114112 30326 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19359/tid=19364] ppid=19357 vsize=813588 CPUtime=0.02
/proc/19359/task/19364/stat : 19364 (java) S 19357 19359 17396 0 -1 64 46 0 0 0 2 0 0 0 16 0 13 0 22982333 833114112 30326 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19359/tid=19365] ppid=19357 vsize=813588 CPUtime=0
/proc/19359/task/19365/stat : 19365 (java) S 19357 19359 17396 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 22982334 833114112 30326 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19359/tid=19366] ppid=19357 vsize=813588 CPUtime=0
/proc/19359/task/19366/stat : 19366 (java) S 19357 19359 17396 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 22982334 833114112 30326 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19359/tid=19367] ppid=19357 vsize=813588 CPUtime=0
/proc/19359/task/19367/stat : 19367 (java) S 19357 19359 17396 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 22982339 833114112 30326 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19359/tid=19368] ppid=19357 vsize=813588 CPUtime=0.01
/proc/19359/task/19368/stat : 19368 (java) S 19357 19359 17396 0 -1 64 18 0 0 0 1 0 0 0 17 0 13 0 22982339 833114112 30326 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19359/tid=19369] ppid=19357 vsize=813588 CPUtime=3.47
/proc/19359/task/19369/stat : 19369 (java) R 19357 19359 17396 0 -1 64 5394 0 0 0 344 3 0 0 16 0 13 0 22982339 833114112 30326 996147200 134512640 134550932 4294956016 18446744073709551615 102339712 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19359/tid=19370] ppid=19357 vsize=813588 CPUtime=0
/proc/19359/task/19370/stat : 19370 (java) S 19357 19359 17396 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 22982339 833114112 30326 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19359/tid=19371] ppid=19357 vsize=813588 CPUtime=0
/proc/19359/task/19371/stat : 19371 (java) S 19357 19359 17396 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 22982339 833114112 30326 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19359/tid=19372] ppid=19357 vsize=813588 CPUtime=0
/proc/19359/task/19372/stat : 19372 (java) S 19357 19359 17396 0 -1 64 5 0 0 0 0 0 0 0 21 0 13 0 22984711 833114112 30326 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 23.99
Current children cumulated vsize (KiB) 813588

[startup+24.2078 s]
/proc/loadavg: 1.74 1.91 1.96 4/95 19372
/proc/meminfo: memFree=1311584/2055920 swapFree=4192812/4192956
[pid=19359] ppid=19357 vsize=813588 CPUtime=24.08
/proc/19359/stat : 19359 (java) S 19357 19359 17396 0 -1 0 33536 0 1 0 2387 21 0 0 18 0 13 0 22982329 833114112 30330 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19359/statm: 203397 30330 1451 9 0 200724 0
[pid=19359/tid=19360] ppid=19357 vsize=813588 CPUtime=19.91
/proc/19359/task/19360/stat : 19360 (java) R 19357 19359 17396 0 -1 64 18036 0 1 0 1978 13 0 0 25 0 13 0 22982330 833114112 30330 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19359/tid=19361] ppid=19357 vsize=813588 CPUtime=0.25
/proc/19359/task/19361/stat : 19361 (java) S 19357 19359 17396 0 -1 64 4607 0 0 0 24 1 0 0 16 0 13 0 22982331 833114112 30330 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19359/tid=19362] ppid=19357 vsize=813588 CPUtime=0.29
/proc/19359/task/19362/stat : 19362 (java) S 19357 19359 17396 0 -1 64 4685 0 0 0 28 1 0 0 16 0 13 0 22982331 833114112 30330 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19359/tid=19364] ppid=19357 vsize=813588 CPUtime=0.02
/proc/19359/task/19364/stat : 19364 (java) S 19357 19359 17396 0 -1 64 46 0 0 0 2 0 0 0 16 0 13 0 22982333 833114112 30330 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19359/tid=19365] ppid=19357 vsize=813588 CPUtime=0
/proc/19359/task/19365/stat : 19365 (java) S 19357 19359 17396 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 22982334 833114112 30330 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19359/tid=19366] ppid=19357 vsize=813588 CPUtime=0
/proc/19359/task/19366/stat : 19366 (java) S 19357 19359 17396 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 22982334 833114112 30330 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19359/tid=19367] ppid=19357 vsize=813588 CPUtime=0
/proc/19359/task/19367/stat : 19367 (java) S 19357 19359 17396 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 22982339 833114112 30330 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19359/tid=19368] ppid=19357 vsize=813588 CPUtime=0.01
/proc/19359/task/19368/stat : 19368 (java) S 19357 19359 17396 0 -1 64 18 0 0 0 1 0 0 0 17 0 13 0 22982339 833114112 30330 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19359/tid=19369] ppid=19357 vsize=813588 CPUtime=3.55
/proc/19359/task/19369/stat : 19369 (java) R 19357 19359 17396 0 -1 64 5397 0 0 0 352 3 0 0 16 0 13 0 22982339 833114112 30330 996147200 134512640 134550932 4294956016 18446744073709551615 103148448 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19359/tid=19370] ppid=19357 vsize=813588 CPUtime=0
/proc/19359/task/19370/stat : 19370 (java) S 19357 19359 17396 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 22982339 833114112 30330 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19359/tid=19371] ppid=19357 vsize=813588 CPUtime=0
/proc/19359/task/19371/stat : 19371 (java) S 19357 19359 17396 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 22982339 833114112 30330 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19359/tid=19372] ppid=19357 vsize=813588 CPUtime=0
/proc/19359/task/19372/stat : 19372 (java) S 19357 19359 17396 0 -1 64 5 0 0 0 0 0 0 0 21 0 13 0 22984711 833114112 30330 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 24.08
Current children cumulated vsize (KiB) 813588

Child status: 0
Real time (s): 24.2795
CPU time (s): 24.1273
CPU user time (s): 23.8954
CPU system time (s): 0.231964
CPU usage (%): 99.3734
Max. virtual memory (cumulated for all children) (KiB): 814248

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 23.8954
system time used= 0.231964
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 33546
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= 2042
involuntary context switches= 2264

runsolver used 0.040993 second user time and 0.086986 second system time

The end

Launcher Data

Begin job on node7 at 2009-07-12 02:39:09
IDJOB=2074265
IDBENCH=56082
IDSOLVER=731
FILE ID=node7/2074265-1247359148
PBS_JOBID= 9506882
Free space on /tmp= 66076 MiB

SOLVER NAME= SAT4J CSP 2.1.1
BENCH NAME= CPAI08/csp/chessboardColoration/normalized-cc-25-25-2.xml
COMMAND LINE= java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2074265-1247359148/watcher-2074265-1247359148 -o /tmp/evaluation-result-2074265-1247359148/solver-2074265-1247359148 -C 1800 -W 2000 -M 900  java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2074265-1247359148.xml

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

MD5SUM BENCH= b913279437ddb68d75e7e8e0397248e4
RANDOM SEED=1280393038

node7.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.231
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.231
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:       1428264 kB
Buffers:         19032 kB
Cached:         106292 kB
SwapCached:          0 kB
Active:         549236 kB
Inactive:        30900 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1428264 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           17124 kB
Writeback:           0 kB
Mapped:         475240 kB
Slab:            31752 kB
Committed_AS:   617428 kB
PageTables:       2764 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= 66072 MiB
End job on node7 at 2009-07-12 02:39:34