Trace number 2081052

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 67.6557 67.6737

General information on the benchmark

Namecsp/super-os/super-os-taillard-5/
normalized-super-os-taillard-5-23.xml
MD5SUMbff1f0f377219591adc48a88a4bfdbf7
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.037993
Satisfiable
(Un)Satisfiability was proved
Number of variables50
Number of constraints325
Maximum constraint arity2
Maximum domain size305
Number of constraints which are defined in extension0
Number of constraints which are defined in intension325
Global constraints used (with number of constraints)

Solver Data

0.09/0.12	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.09/0.12	c This is free software under the dual EPL/GNU LGPL licenses.
0.09/0.12	c See www.sat4j.org for details.
0.09/0.12	c That software uses the Rhino library from the Mozilla project.
0.09/0.14	c version 2.1.1.v20090622
0.09/0.14	c sun.arch.data.model	32
0.09/0.14	c java.version	1.6.0_12
0.09/0.14	c os.name	Linux
0.09/0.14	c os.version	2.6.9-22.EL.rootsmp
0.09/0.14	c os.arch	i386
0.09/0.14	c Free memory 671000808
0.09/0.14	c Max memory 672137216
0.09/0.14	c Total memory 672137216
0.09/0.14	c Number of processors 2
0.18/0.21	c c --- Begin Solver configuration ---
0.18/0.21	c Stops conflict analysis at the first Unique Implication Point
0.18/0.21	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@1f14ceb
0.18/0.21	c Learn all clauses as in MiniSAT
0.18/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.18/0.21	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.18/0.21	c Expensive reason simplification
0.18/0.21	c MiniSAT restarts strategy
0.18/0.21	c Memory based learned constraints deletion strategy
0.18/0.21	c timeout=2147483s
0.18/0.21	c DB Simplification allowed=false
0.18/0.21	c --- End Solver configuration ---
0.18/0.21	c solving HOME/instance-2081052-1247372156.xml
0.18/0.21	c reading problem ... 
0.39/0.46	c reading problem named null
0.39/0.46	c reading domains done.
0.39/0.47	c reading variables done.
0.69/0.71	c reading predicates  done.
0.88/0.92	c reading constraints
48.78/48.88	c done with constraints.
48.78/48.88	c ... done. Wall clock time 48.669s.
48.78/48.88	c #vars     12482
48.78/48.88	c #constraints  162366
48.78/48.88	c constraints type 
48.78/48.88	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 162316
48.78/48.88	c org.sat4j.minisat.constraints.card.AtLeast => 50
67.58/67.62	c starts		: 8
67.58/67.62	c conflicts		: 4842
67.58/67.62	c decisions		: 18156
67.58/67.63	c propagations		: 1354342
67.58/67.63	c inspects		: 24295255
67.58/67.63	c learnt literals	: 15
67.58/67.63	c learnt binary clauses	: 5
67.58/67.63	c learnt ternary clauses	: 0
67.58/67.63	c learnt clauses	: 4826
67.58/67.63	c ignored clauses	: 0
67.58/67.63	c root simplifications	: 0
67.58/67.63	c removed literals (reason simplification)	: 273140
67.58/67.63	c reason swapping (by a shorter reason)	: 0
67.58/67.63	c Calls to reduceDB	: 0
67.58/67.63	c speed (assignments/second)	: 72250.84022405975
67.58/67.63	c non guided choices	1115
67.58/67.63	c learnt constraints type 
67.58/67.63	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 5
67.58/67.63	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 4821
67.58/67.63	c constraints type 
67.58/67.63	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 162316
67.58/67.63	c org.sat4j.minisat.constraints.card.AtLeast => 50
67.58/67.63	s UNSATISFIABLE
67.58/67.63	c Total wall clock time (in seconds) : 67.414

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-2081052-1247372156/watcher-2081052-1247372156 -o /tmp/evaluation-result-2081052-1247372156/solver-2081052-1247372156 -C 1800 -W 2000 -M 900 java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2081052-1247372156.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.96 2.01 2.00 4/81 25006
/proc/meminfo: memFree=1857096/2055920 swapFree=4192812/4192956
[pid=25006] ppid=25004 vsize=152 CPUtime=0
/proc/25006/stat : 25006 (java) R 25004 25006 20738 0 -1 0 204 0 0 0 0 0 0 0 18 0 1 0 24282959 155648 26 996147200 134512640 134550932 4294956016 18446744073709551615 10416427 0 0 4096 0 0 0 0 17 0 0 0
/proc/25006/statm: 38 26 19 9 0 4 0

[startup+0.024394 s]
/proc/loadavg: 1.96 2.01 2.00 4/81 25006
/proc/meminfo: memFree=1857096/2055920 swapFree=4192812/4192956
[pid=25006] ppid=25004 vsize=800544 CPUtime=0.01
/proc/25006/stat : 25006 (java) S 25004 25006 20738 0 -1 0 2130 0 1 0 0 1 0 0 18 0 4 0 24282959 819757056 1878 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/25006/statm: 200136 1885 787 9 0 197487 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 800544

[startup+0.1024 s]
/proc/loadavg: 1.96 2.01 2.00 4/81 25006
/proc/meminfo: memFree=1857096/2055920 swapFree=4192812/4192956
[pid=25006] ppid=25004 vsize=804560 CPUtime=0.09
/proc/25006/stat : 25006 (java) S 25004 25006 20738 0 -1 0 3080 0 1 0 7 2 0 0 18 0 12 0 24282959 823869440 2823 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25006/statm: 201140 2823 1083 9 0 198474 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 804560

[startup+0.302423 s]
/proc/loadavg: 1.96 2.01 2.00 4/81 25006
/proc/meminfo: memFree=1857096/2055920 swapFree=4192812/4192956
[pid=25006] ppid=25004 vsize=806176 CPUtime=0.29
/proc/25006/stat : 25006 (java) S 25004 25006 20738 0 -1 0 4470 0 1 0 26 3 0 0 18 0 12 0 24282959 825524224 4174 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25006/statm: 201544 4175 1365 9 0 198871 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 806176

[startup+0.702463 s]
/proc/loadavg: 1.96 2.01 2.00 4/81 25006
/proc/meminfo: memFree=1857096/2055920 swapFree=4192812/4192956
[pid=25006] ppid=25004 vsize=807232 CPUtime=0.69
/proc/25006/stat : 25006 (java) S 25004 25006 20738 0 -1 0 6262 0 1 0 64 5 0 0 18 0 12 0 24282959 826605568 5434 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25006/statm: 201808 5434 1385 9 0 199135 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 807232

[startup+1.50155 s]
/proc/loadavg: 1.96 2.01 2.00 4/93 25018
/proc/meminfo: memFree=1836392/2055920 swapFree=4192812/4192956
[pid=25006] ppid=25004 vsize=810268 CPUtime=1.48
/proc/25006/stat : 25006 (java) S 25004 25006 20738 0 -1 0 10431 0 1 0 142 6 0 0 18 0 12 0 24282959 829714432 8460 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25006/statm: 202567 8460 1416 9 0 199894 0
[pid=25006/tid=25008] ppid=25004 vsize=810268 CPUtime=0.73
/proc/25006/task/25008/stat : 25008 (java) R 25004 25006 20738 0 -1 64 6372 0 1 0 69 4 0 0 25 0 12 0 24282960 829714432 8460 996147200 134512640 134550932 4294956016 18446744073709551615 106834530 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25006/tid=25009] ppid=25004 vsize=810268 CPUtime=0
/proc/25006/task/25009/stat : 25009 (java) S 25004 25006 20738 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 24282961 829714432 8461 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25006/tid=25010] ppid=25004 vsize=810268 CPUtime=0
/proc/25006/task/25010/stat : 25010 (java) S 25004 25006 20738 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 24282961 829714432 8461 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25006/tid=25011] ppid=25004 vsize=810268 CPUtime=0
/proc/25006/task/25011/stat : 25011 (java) S 25004 25006 20738 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 24282963 829714432 8461 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25006/tid=25012] ppid=25004 vsize=810268 CPUtime=0
/proc/25006/task/25012/stat : 25012 (java) S 25004 25006 20738 0 -1 64 10 0 0 0 0 0 0 0 23 0 12 0 24282963 829714432 8462 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25006/tid=25013] ppid=25004 vsize=810268 CPUtime=0
/proc/25006/task/25013/stat : 25013 (java) S 25004 25006 20738 0 -1 64 4 0 0 0 0 0 0 0 24 0 12 0 24282963 829714432 8462 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25006/tid=25014] ppid=25004 vsize=810268 CPUtime=0
/proc/25006/task/25014/stat : 25014 (java) S 25004 25006 20738 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 24282967 829714432 8463 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25006/tid=25015] ppid=25004 vsize=810268 CPUtime=0.02
/proc/25006/task/25015/stat : 25015 (java) S 25004 25006 20738 0 -1 64 231 0 0 0 2 0 0 0 17 0 12 0 24282967 829714432 8463 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25006/tid=25016] ppid=25004 vsize=810268 CPUtime=0.7
/proc/25006/task/25016/stat : 25016 (java) S 25004 25006 20738 0 -1 64 3083 0 0 0 69 1 0 0 17 0 12 0 24282967 829714432 8463 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25006/tid=25017] ppid=25004 vsize=810268 CPUtime=0
/proc/25006/task/25017/stat : 25017 (java) S 25004 25006 20738 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 24282967 829714432 8464 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25006/tid=25018] ppid=25004 vsize=810268 CPUtime=0
/proc/25006/task/25018/stat : 25018 (java) S 25004 25006 20738 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 24282967 829714432 8464 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 810268

[startup+3.10171 s]
/proc/loadavg: 1.96 2.01 2.00 3/93 25018
/proc/meminfo: memFree=1823400/2055920 swapFree=4192812/4192956
[pid=25006] ppid=25004 vsize=814248 CPUtime=3.1
/proc/25006/stat : 25006 (java) S 25004 25006 20738 0 -1 0 25331 0 1 0 298 12 0 0 18 0 12 0 24282959 833789952 21465 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25006/statm: 203562 21465 1432 9 0 200889 0
[pid=25006/tid=25008] ppid=25004 vsize=814248 CPUtime=1.73
/proc/25006/task/25008/stat : 25008 (java) R 25004 25006 20738 0 -1 64 17357 0 1 0 165 8 0 0 25 0 12 0 24282960 833789952 21465 996147200 134512640 134550932 4294956016 18446744073709551615 4109717583 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25006/tid=25009] ppid=25004 vsize=814248 CPUtime=0
/proc/25006/task/25009/stat : 25009 (java) S 25004 25006 20738 0 -1 64 614 0 0 0 0 0 0 0 16 0 12 0 24282961 833789952 21465 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25006/tid=25010] ppid=25004 vsize=814248 CPUtime=0.01
/proc/25006/task/25010/stat : 25010 (java) S 25004 25006 20738 0 -1 64 357 0 0 0 1 0 0 0 16 0 12 0 24282961 833789952 21465 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25006/tid=25011] ppid=25004 vsize=814248 CPUtime=0
/proc/25006/task/25011/stat : 25011 (java) S 25004 25006 20738 0 -1 64 13 0 0 0 0 0 0 0 16 0 12 0 24282963 833789952 21465 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25006/tid=25012] ppid=25004 vsize=814248 CPUtime=0
/proc/25006/task/25012/stat : 25012 (java) S 25004 25006 20738 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 24282963 833789952 21465 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25006/tid=25013] ppid=25004 vsize=814248 CPUtime=0
/proc/25006/task/25013/stat : 25013 (java) S 25004 25006 20738 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 24282963 833789952 21465 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25006/tid=25014] ppid=25004 vsize=814248 CPUtime=0
/proc/25006/task/25014/stat : 25014 (java) S 25004 25006 20738 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 24282967 833789952 21465 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25006/tid=25015] ppid=25004 vsize=814248 CPUtime=0.21
/proc/25006/task/25015/stat : 25015 (java) S 25004 25006 20738 0 -1 64 602 0 0 0 21 0 0 0 17 0 12 0 24282967 833789952 21465 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25006/tid=25016] ppid=25004 vsize=814248 CPUtime=1.1
/proc/25006/task/25016/stat : 25016 (java) S 25004 25006 20738 0 -1 64 5646 0 0 0 109 1 0 0 20 0 12 0 24282967 833789952 21465 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25006/tid=25017] ppid=25004 vsize=814248 CPUtime=0
/proc/25006/task/25017/stat : 25017 (java) S 25004 25006 20738 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 24282967 833789952 21465 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25006/tid=25018] ppid=25004 vsize=814248 CPUtime=0
/proc/25006/task/25018/stat : 25018 (java) S 25004 25006 20738 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 24282967 833789952 21465 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.1
Current children cumulated vsize (KiB) 814248

[startup+6.30205 s]
/proc/loadavg: 1.96 2.01 2.00 3/93 25018
/proc/meminfo: memFree=1765864/2055920 swapFree=4192812/4192956
[pid=25006] ppid=25004 vsize=813608 CPUtime=6.31
/proc/25006/stat : 25006 (java) S 25004 25006 20738 0 -1 0 29860 0 1 0 617 14 0 0 18 0 12 0 24282959 833134592 25827 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25006/statm: 203402 25827 1432 9 0 200729 0
[pid=25006/tid=25008] ppid=25004 vsize=813608 CPUtime=4.67
/proc/25006/task/25008/stat : 25008 (java) R 25004 25006 20738 0 -1 64 17365 0 1 0 459 8 0 0 25 0 12 0 24282960 833134592 25827 996147200 134512640 134550932 4294956016 18446744073709551615 4109602924 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25006/tid=25009] ppid=25004 vsize=813608 CPUtime=0.08
/proc/25006/task/25009/stat : 25009 (java) S 25004 25006 20738 0 -1 64 3174 0 0 0 7 1 0 0 16 0 12 0 24282961 833134592 25827 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25006/tid=25010] ppid=25004 vsize=813608 CPUtime=0.08
/proc/25006/task/25010/stat : 25010 (java) S 25004 25006 20738 0 -1 64 2282 0 0 0 8 0 0 0 16 0 12 0 24282961 833134592 25827 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25006/tid=25011] ppid=25004 vsize=813608 CPUtime=0
/proc/25006/task/25011/stat : 25011 (java) S 25004 25006 20738 0 -1 64 41 0 0 0 0 0 0 0 16 0 12 0 24282963 833134592 25827 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25006/tid=25012] ppid=25004 vsize=813608 CPUtime=0
/proc/25006/task/25012/stat : 25012 (java) S 25004 25006 20738 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 24282963 833134592 25827 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25006/tid=25013] ppid=25004 vsize=813608 CPUtime=0
/proc/25006/task/25013/stat : 25013 (java) S 25004 25006 20738 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 24282963 833134592 25827 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25006/tid=25014] ppid=25004 vsize=813608 CPUtime=0
/proc/25006/task/25014/stat : 25014 (java) S 25004 25006 20738 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 24282967 833134592 25827 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25006/tid=25015] ppid=25004 vsize=813608 CPUtime=0.29
/proc/25006/task/25015/stat : 25015 (java) S 25004 25006 20738 0 -1 64 610 0 0 0 29 0 0 0 16 0 12 0 24282967 833134592 25827 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25006/tid=25016] ppid=25004 vsize=813608 CPUtime=1.1
/proc/25006/task/25016/stat : 25016 (java) S 25004 25006 20738 0 -1 64 5646 0 0 0 109 1 0 0 20 0 12 0 24282967 833134592 25827 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25006/tid=25017] ppid=25004 vsize=813608 CPUtime=0
/proc/25006/task/25017/stat : 25017 (java) S 25004 25006 20738 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 24282967 833134592 25827 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25006/tid=25018] ppid=25004 vsize=813608 CPUtime=0
/proc/25006/task/25018/stat : 25018 (java) S 25004 25006 20738 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 24282967 833134592 25827 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.31
Current children cumulated vsize (KiB) 813608

[startup+12.7017 s]
/proc/loadavg: 1.96 2.01 2.00 3/93 25018
/proc/meminfo: memFree=1737512/2055920 swapFree=4192812/4192956
[pid=25006] ppid=25004 vsize=813128 CPUtime=12.7
/proc/25006/stat : 25006 (java) S 25004 25006 20738 0 -1 0 35656 0 1 0 1254 16 0 0 18 0 12 0 24282959 832643072 31491 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25006/statm: 203282 31491 1433 9 0 200609 0
[pid=25006/tid=25008] ppid=25004 vsize=813128 CPUtime=10.94
/proc/25006/task/25008/stat : 25008 (java) R 25004 25006 20738 0 -1 64 17377 0 1 0 1086 8 0 0 25 0 12 0 24282960 832643072 31491 996147200 134512640 134550932 4294956016 18446744073709551615 4109717713 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25006/tid=25009] ppid=25004 vsize=813128 CPUtime=0.14
/proc/25006/task/25009/stat : 25009 (java) S 25004 25006 20738 0 -1 64 6741 0 0 0 12 2 0 0 16 0 12 0 24282961 832643072 31491 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25006/tid=25010] ppid=25004 vsize=813128 CPUtime=0.13
/proc/25006/task/25010/stat : 25010 (java) S 25004 25006 20738 0 -1 64 4498 0 0 0 12 1 0 0 16 0 12 0 24282961 832643072 31491 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25006/tid=25011] ppid=25004 vsize=813128 CPUtime=0
/proc/25006/task/25011/stat : 25011 (java) S 25004 25006 20738 0 -1 64 41 0 0 0 0 0 0 0 16 0 12 0 24282963 832643072 31491 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25006/tid=25012] ppid=25004 vsize=813128 CPUtime=0
/proc/25006/task/25012/stat : 25012 (java) S 25004 25006 20738 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 24282963 832643072 31491 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25006/tid=25013] ppid=25004 vsize=813128 CPUtime=0
/proc/25006/task/25013/stat : 25013 (java) S 25004 25006 20738 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 24282963 832643072 31491 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25006/tid=25014] ppid=25004 vsize=813128 CPUtime=0
/proc/25006/task/25014/stat : 25014 (java) S 25004 25006 20738 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 24282967 832643072 31491 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25006/tid=25015] ppid=25004 vsize=813128 CPUtime=0.31
/proc/25006/task/25015/stat : 25015 (java) S 25004 25006 20738 0 -1 64 611 0 0 0 31 0 0 0 17 0 12 0 24282967 832643072 31491 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25006/tid=25016] ppid=25004 vsize=813128 CPUtime=1.1
/proc/25006/task/25016/stat : 25016 (java) S 25004 25006 20738 0 -1 64 5646 0 0 0 109 1 0 0 20 0 12 0 24282967 832643072 31491 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25006/tid=25017] ppid=25004 vsize=813128 CPUtime=0
/proc/25006/task/25017/stat : 25017 (java) S 25004 25006 20738 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 24282967 832643072 31491 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25006/tid=25018] ppid=25004 vsize=813128 CPUtime=0
/proc/25006/task/25018/stat : 25018 (java) S 25004 25006 20738 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 24282967 832643072 31491 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 813128

[startup+25.5021 s]
/proc/loadavg: 2.13 2.04 2.01 3/93 25018
/proc/meminfo: memFree=1703208/2055920 swapFree=4192812/4192956
[pid=25006] ppid=25004 vsize=811816 CPUtime=25.5
/proc/25006/stat : 25006 (java) S 25004 25006 20738 0 -1 0 44490 0 1 0 2530 20 0 0 18 0 12 0 24282959 831299584 39975 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25006/statm: 202954 39975 1435 9 0 200281 0
[pid=25006/tid=25008] ppid=25004 vsize=811816 CPUtime=23.47
/proc/25006/task/25008/stat : 25008 (java) R 25004 25006 20738 0 -1 64 17401 0 1 0 2339 8 0 0 25 0 12 0 24282960 831299584 39975 996147200 134512640 134550932 4294956016 18446744073709551615 4109717583 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25006/tid=25009] ppid=25004 vsize=811816 CPUtime=0.23
/proc/25006/task/25009/stat : 25009 (java) S 25004 25006 20738 0 -1 64 11084 0 0 0 19 4 0 0 16 0 12 0 24282961 831299584 39975 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25006/tid=25010] ppid=25004 vsize=811816 CPUtime=0.21
/proc/25006/task/25010/stat : 25010 (java) S 25004 25006 20738 0 -1 64 8956 0 0 0 18 3 0 0 15 0 12 0 24282961 831299584 39975 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25006/tid=25011] ppid=25004 vsize=811816 CPUtime=0.01
/proc/25006/task/25011/stat : 25011 (java) S 25004 25006 20738 0 -1 64 42 0 0 0 1 0 0 0 15 0 12 0 24282963 831299584 39975 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25006/tid=25012] ppid=25004 vsize=811816 CPUtime=0
/proc/25006/task/25012/stat : 25012 (java) S 25004 25006 20738 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 24282963 831299584 39975 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25006/tid=25013] ppid=25004 vsize=811816 CPUtime=0
/proc/25006/task/25013/stat : 25013 (java) S 25004 25006 20738 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 24282963 831299584 39975 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25006/tid=25014] ppid=25004 vsize=811816 CPUtime=0
/proc/25006/task/25014/stat : 25014 (java) S 25004 25006 20738 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 24282967 831299584 39975 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25006/tid=25015] ppid=25004 vsize=811816 CPUtime=0.39

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

/proc/25006/task/25018/stat : 25018 (java) S 25004 25006 20738 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 24282967 831631360 55183 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25006/tid=25019] ppid=25004 vsize=812140 CPUtime=0
/proc/25006/task/25019/stat : 25019 (java) S 25004 25006 20738 0 -1 64 5 0 0 0 0 0 0 0 24 0 13 0 24287859 831631360 55183 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 63.88
Current children cumulated vsize (KiB) 812140

[startup+65.5022 s]
/proc/loadavg: 2.11 2.05 2.01 3/94 25019
/proc/meminfo: memFree=1641248/2055920 swapFree=4192812/4192956
[pid=25006] ppid=25004 vsize=812140 CPUtime=65.48
/proc/25006/stat : 25006 (java) S 25004 25006 20738 0 -1 0 59738 0 1 0 6522 26 0 0 18 0 13 0 24282959 831631360 55183 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25006/statm: 203035 55183 1445 9 0 200362 0
[pid=25006/tid=25008] ppid=25004 vsize=812140 CPUtime=61.98
/proc/25006/task/25008/stat : 25008 (java) R 25004 25006 20738 0 -1 64 17457 0 1 0 6189 9 0 0 25 0 13 0 24282960 831631360 55183 996147200 134512640 134550932 4294956016 18446744073709551615 4109858312 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25006/tid=25009] ppid=25004 vsize=812140 CPUtime=0.41
/proc/25006/task/25009/stat : 25009 (java) S 25004 25006 20738 0 -1 64 18827 0 0 0 34 7 0 0 16 0 13 0 24282961 831631360 55183 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25006/tid=25010] ppid=25004 vsize=812140 CPUtime=0.39
/proc/25006/task/25010/stat : 25010 (java) S 25004 25006 20738 0 -1 64 16366 0 0 0 34 5 0 0 16 0 13 0 24282961 831631360 55183 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25006/tid=25011] ppid=25004 vsize=812140 CPUtime=0.02
/proc/25006/task/25011/stat : 25011 (java) S 25004 25006 20738 0 -1 64 42 0 0 0 2 0 0 0 16 0 13 0 24282963 831631360 55183 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25006/tid=25012] ppid=25004 vsize=812140 CPUtime=0
/proc/25006/task/25012/stat : 25012 (java) S 25004 25006 20738 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 24282963 831631360 55183 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25006/tid=25013] ppid=25004 vsize=812140 CPUtime=0
/proc/25006/task/25013/stat : 25013 (java) S 25004 25006 20738 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 24282963 831631360 55183 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25006/tid=25014] ppid=25004 vsize=812140 CPUtime=0
/proc/25006/task/25014/stat : 25014 (java) S 25004 25006 20738 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 24282967 831631360 55183 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25006/tid=25015] ppid=25004 vsize=812140 CPUtime=1.51
/proc/25006/task/25015/stat : 25015 (java) S 25004 25006 20738 0 -1 64 653 0 0 0 150 1 0 0 17 0 13 0 24282967 831631360 55183 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25006/tid=25016] ppid=25004 vsize=812140 CPUtime=1.1
/proc/25006/task/25016/stat : 25016 (java) S 25004 25006 20738 0 -1 64 5646 0 0 0 109 1 0 0 20 0 13 0 24282967 831631360 55183 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25006/tid=25017] ppid=25004 vsize=812140 CPUtime=0
/proc/25006/task/25017/stat : 25017 (java) S 25004 25006 20738 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 24282967 831631360 55183 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25006/tid=25018] ppid=25004 vsize=812140 CPUtime=0
/proc/25006/task/25018/stat : 25018 (java) S 25004 25006 20738 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 24282967 831631360 55183 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25006/tid=25019] ppid=25004 vsize=812140 CPUtime=0
/proc/25006/task/25019/stat : 25019 (java) S 25004 25006 20738 0 -1 64 5 0 0 0 0 0 0 0 24 0 13 0 24287859 831631360 55183 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 65.48
Current children cumulated vsize (KiB) 812140

[startup+66.3023 s]
/proc/loadavg: 2.11 2.05 2.01 3/94 25019
/proc/meminfo: memFree=1641248/2055920 swapFree=4192812/4192956
[pid=25006] ppid=25004 vsize=812140 CPUtime=66.28
/proc/25006/stat : 25006 (java) S 25004 25006 20738 0 -1 0 59738 0 1 0 6602 26 0 0 18 0 13 0 24282959 831631360 55183 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25006/statm: 203035 55183 1445 9 0 200362 0
[pid=25006/tid=25008] ppid=25004 vsize=812140 CPUtime=62.78
/proc/25006/task/25008/stat : 25008 (java) R 25004 25006 20738 0 -1 64 17457 0 1 0 6269 9 0 0 25 0 13 0 24282960 831631360 55183 996147200 134512640 134550932 4294956016 18446744073709551615 4109819868 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25006/tid=25009] ppid=25004 vsize=812140 CPUtime=0.41
/proc/25006/task/25009/stat : 25009 (java) S 25004 25006 20738 0 -1 64 18827 0 0 0 34 7 0 0 16 0 13 0 24282961 831631360 55183 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25006/tid=25010] ppid=25004 vsize=812140 CPUtime=0.39
/proc/25006/task/25010/stat : 25010 (java) S 25004 25006 20738 0 -1 64 16366 0 0 0 34 5 0 0 16 0 13 0 24282961 831631360 55183 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25006/tid=25011] ppid=25004 vsize=812140 CPUtime=0.02
/proc/25006/task/25011/stat : 25011 (java) S 25004 25006 20738 0 -1 64 42 0 0 0 2 0 0 0 16 0 13 0 24282963 831631360 55183 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25006/tid=25012] ppid=25004 vsize=812140 CPUtime=0
/proc/25006/task/25012/stat : 25012 (java) S 25004 25006 20738 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 24282963 831631360 55183 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25006/tid=25013] ppid=25004 vsize=812140 CPUtime=0
/proc/25006/task/25013/stat : 25013 (java) S 25004 25006 20738 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 24282963 831631360 55183 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25006/tid=25014] ppid=25004 vsize=812140 CPUtime=0
/proc/25006/task/25014/stat : 25014 (java) S 25004 25006 20738 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 24282967 831631360 55183 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25006/tid=25015] ppid=25004 vsize=812140 CPUtime=1.51
/proc/25006/task/25015/stat : 25015 (java) S 25004 25006 20738 0 -1 64 653 0 0 0 150 1 0 0 16 0 13 0 24282967 831631360 55183 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25006/tid=25016] ppid=25004 vsize=812140 CPUtime=1.1
/proc/25006/task/25016/stat : 25016 (java) S 25004 25006 20738 0 -1 64 5646 0 0 0 109 1 0 0 20 0 13 0 24282967 831631360 55183 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25006/tid=25017] ppid=25004 vsize=812140 CPUtime=0
/proc/25006/task/25017/stat : 25017 (java) S 25004 25006 20738 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 24282967 831631360 55183 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25006/tid=25018] ppid=25004 vsize=812140 CPUtime=0
/proc/25006/task/25018/stat : 25018 (java) S 25004 25006 20738 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 24282967 831631360 55183 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25006/tid=25019] ppid=25004 vsize=812140 CPUtime=0
/proc/25006/task/25019/stat : 25019 (java) S 25004 25006 20738 0 -1 64 5 0 0 0 0 0 0 0 24 0 13 0 24287859 831631360 55183 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 66.28
Current children cumulated vsize (KiB) 812140

[startup+67.1074 s]
/proc/loadavg: 2.11 2.05 2.01 3/94 25019
/proc/meminfo: memFree=1641248/2055920 swapFree=4192812/4192956
[pid=25006] ppid=25004 vsize=812140 CPUtime=67.08
/proc/25006/stat : 25006 (java) S 25004 25006 20738 0 -1 0 59738 0 1 0 6682 26 0 0 18 0 13 0 24282959 831631360 55183 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25006/statm: 203035 55183 1445 9 0 200362 0
[pid=25006/tid=25008] ppid=25004 vsize=812140 CPUtime=63.59
/proc/25006/task/25008/stat : 25008 (java) R 25004 25006 20738 0 -1 64 17457 0 1 0 6350 9 0 0 25 0 13 0 24282960 831631360 55183 996147200 134512640 134550932 4294956016 18446744073709551615 4109819836 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25006/tid=25009] ppid=25004 vsize=812140 CPUtime=0.41
/proc/25006/task/25009/stat : 25009 (java) S 25004 25006 20738 0 -1 64 18827 0 0 0 34 7 0 0 16 0 13 0 24282961 831631360 55183 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25006/tid=25010] ppid=25004 vsize=812140 CPUtime=0.39
/proc/25006/task/25010/stat : 25010 (java) S 25004 25006 20738 0 -1 64 16366 0 0 0 34 5 0 0 16 0 13 0 24282961 831631360 55183 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25006/tid=25011] ppid=25004 vsize=812140 CPUtime=0.02
/proc/25006/task/25011/stat : 25011 (java) S 25004 25006 20738 0 -1 64 42 0 0 0 2 0 0 0 16 0 13 0 24282963 831631360 55183 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25006/tid=25012] ppid=25004 vsize=812140 CPUtime=0
/proc/25006/task/25012/stat : 25012 (java) S 25004 25006 20738 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 24282963 831631360 55183 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25006/tid=25013] ppid=25004 vsize=812140 CPUtime=0
/proc/25006/task/25013/stat : 25013 (java) S 25004 25006 20738 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 24282963 831631360 55183 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25006/tid=25014] ppid=25004 vsize=812140 CPUtime=0
/proc/25006/task/25014/stat : 25014 (java) S 25004 25006 20738 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 24282967 831631360 55183 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25006/tid=25015] ppid=25004 vsize=812140 CPUtime=1.51
/proc/25006/task/25015/stat : 25015 (java) S 25004 25006 20738 0 -1 64 653 0 0 0 150 1 0 0 16 0 13 0 24282967 831631360 55183 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25006/tid=25016] ppid=25004 vsize=812140 CPUtime=1.1
/proc/25006/task/25016/stat : 25016 (java) S 25004 25006 20738 0 -1 64 5646 0 0 0 109 1 0 0 20 0 13 0 24282967 831631360 55183 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25006/tid=25017] ppid=25004 vsize=812140 CPUtime=0
/proc/25006/task/25017/stat : 25017 (java) S 25004 25006 20738 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 24282967 831631360 55183 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25006/tid=25018] ppid=25004 vsize=812140 CPUtime=0
/proc/25006/task/25018/stat : 25018 (java) S 25004 25006 20738 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 24282967 831631360 55183 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25006/tid=25019] ppid=25004 vsize=812140 CPUtime=0
/proc/25006/task/25019/stat : 25019 (java) S 25004 25006 20738 0 -1 64 5 0 0 0 0 0 0 0 24 0 13 0 24287859 831631360 55183 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 67.08
Current children cumulated vsize (KiB) 812140

[startup+67.5024 s]
/proc/loadavg: 2.11 2.05 2.01 3/94 25019
/proc/meminfo: memFree=1641248/2055920 swapFree=4192812/4192956
[pid=25006] ppid=25004 vsize=812140 CPUtime=67.48
/proc/25006/stat : 25006 (java) S 25004 25006 20738 0 -1 0 59739 0 1 0 6722 26 0 0 18 0 13 0 24282959 831631360 55183 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25006/statm: 203035 55183 1445 9 0 200362 0
[pid=25006/tid=25008] ppid=25004 vsize=812140 CPUtime=63.98
/proc/25006/task/25008/stat : 25008 (java) R 25004 25006 20738 0 -1 64 17458 0 1 0 6389 9 0 0 25 0 13 0 24282960 831631360 55183 996147200 134512640 134550932 4294956016 18446744073709551615 4109765919 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25006/tid=25009] ppid=25004 vsize=812140 CPUtime=0.41
/proc/25006/task/25009/stat : 25009 (java) S 25004 25006 20738 0 -1 64 18827 0 0 0 34 7 0 0 16 0 13 0 24282961 831631360 55183 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25006/tid=25010] ppid=25004 vsize=812140 CPUtime=0.39
/proc/25006/task/25010/stat : 25010 (java) S 25004 25006 20738 0 -1 64 16366 0 0 0 34 5 0 0 16 0 13 0 24282961 831631360 55183 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25006/tid=25011] ppid=25004 vsize=812140 CPUtime=0.02
/proc/25006/task/25011/stat : 25011 (java) S 25004 25006 20738 0 -1 64 42 0 0 0 2 0 0 0 17 0 13 0 24282963 831631360 55183 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25006/tid=25012] ppid=25004 vsize=812140 CPUtime=0
/proc/25006/task/25012/stat : 25012 (java) S 25004 25006 20738 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 24282963 831631360 55183 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25006/tid=25013] ppid=25004 vsize=812140 CPUtime=0
/proc/25006/task/25013/stat : 25013 (java) S 25004 25006 20738 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 24282963 831631360 55183 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25006/tid=25014] ppid=25004 vsize=812140 CPUtime=0
/proc/25006/task/25014/stat : 25014 (java) S 25004 25006 20738 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 24282967 831631360 55183 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25006/tid=25015] ppid=25004 vsize=812140 CPUtime=1.51
/proc/25006/task/25015/stat : 25015 (java) S 25004 25006 20738 0 -1 64 653 0 0 0 150 1 0 0 16 0 13 0 24282967 831631360 55183 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25006/tid=25016] ppid=25004 vsize=812140 CPUtime=1.1
/proc/25006/task/25016/stat : 25016 (java) S 25004 25006 20738 0 -1 64 5646 0 0 0 109 1 0 0 20 0 13 0 24282967 831631360 55183 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25006/tid=25017] ppid=25004 vsize=812140 CPUtime=0
/proc/25006/task/25017/stat : 25017 (java) S 25004 25006 20738 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 24282967 831631360 55183 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25006/tid=25018] ppid=25004 vsize=812140 CPUtime=0
/proc/25006/task/25018/stat : 25018 (java) S 25004 25006 20738 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 24282967 831631360 55183 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25006/tid=25019] ppid=25004 vsize=812140 CPUtime=0
/proc/25006/task/25019/stat : 25019 (java) S 25004 25006 20738 0 -1 64 5 0 0 0 0 0 0 0 24 0 13 0 24287859 831631360 55183 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 67.48
Current children cumulated vsize (KiB) 812140

[startup+67.6025 s]
/proc/loadavg: 2.11 2.05 2.01 3/94 25019
/proc/meminfo: memFree=1641248/2055920 swapFree=4192812/4192956
[pid=25006] ppid=25004 vsize=812140 CPUtime=67.58
/proc/25006/stat : 25006 (java) S 25004 25006 20738 0 -1 0 59739 0 1 0 6732 26 0 0 18 0 13 0 24282959 831631360 55183 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25006/statm: 203035 55183 1445 9 0 200362 0
[pid=25006/tid=25008] ppid=25004 vsize=812140 CPUtime=64.08
/proc/25006/task/25008/stat : 25008 (java) R 25004 25006 20738 0 -1 64 17458 0 1 0 6399 9 0 0 25 0 13 0 24282960 831631360 55183 996147200 134512640 134550932 4294956016 18446744073709551615 4109858537 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25006/tid=25009] ppid=25004 vsize=812140 CPUtime=0.41
/proc/25006/task/25009/stat : 25009 (java) S 25004 25006 20738 0 -1 64 18827 0 0 0 34 7 0 0 16 0 13 0 24282961 831631360 55183 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25006/tid=25010] ppid=25004 vsize=812140 CPUtime=0.39
/proc/25006/task/25010/stat : 25010 (java) S 25004 25006 20738 0 -1 64 16366 0 0 0 34 5 0 0 16 0 13 0 24282961 831631360 55183 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25006/tid=25011] ppid=25004 vsize=812140 CPUtime=0.02
/proc/25006/task/25011/stat : 25011 (java) S 25004 25006 20738 0 -1 64 42 0 0 0 2 0 0 0 17 0 13 0 24282963 831631360 55183 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25006/tid=25012] ppid=25004 vsize=812140 CPUtime=0
/proc/25006/task/25012/stat : 25012 (java) S 25004 25006 20738 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 24282963 831631360 55183 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25006/tid=25013] ppid=25004 vsize=812140 CPUtime=0
/proc/25006/task/25013/stat : 25013 (java) S 25004 25006 20738 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 24282963 831631360 55183 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25006/tid=25014] ppid=25004 vsize=812140 CPUtime=0
/proc/25006/task/25014/stat : 25014 (java) S 25004 25006 20738 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 24282967 831631360 55183 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25006/tid=25015] ppid=25004 vsize=812140 CPUtime=1.51
/proc/25006/task/25015/stat : 25015 (java) S 25004 25006 20738 0 -1 64 653 0 0 0 150 1 0 0 16 0 13 0 24282967 831631360 55183 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25006/tid=25016] ppid=25004 vsize=812140 CPUtime=1.1
/proc/25006/task/25016/stat : 25016 (java) S 25004 25006 20738 0 -1 64 5646 0 0 0 109 1 0 0 20 0 13 0 24282967 831631360 55183 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25006/tid=25017] ppid=25004 vsize=812140 CPUtime=0
/proc/25006/task/25017/stat : 25017 (java) S 25004 25006 20738 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 24282967 831631360 55183 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25006/tid=25018] ppid=25004 vsize=812140 CPUtime=0
/proc/25006/task/25018/stat : 25018 (java) S 25004 25006 20738 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 24282967 831631360 55183 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25006/tid=25019] ppid=25004 vsize=812140 CPUtime=0
/proc/25006/task/25019/stat : 25019 (java) S 25004 25006 20738 0 -1 64 5 0 0 0 0 0 0 0 24 0 13 0 24287859 831631360 55183 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 67.58
Current children cumulated vsize (KiB) 812140

Child status: 0
Real time (s): 67.6737
CPU time (s): 67.6557
CPU user time (s): 67.3568
CPU system time (s): 0.298954
CPU usage (%): 99.9734
Max. virtual memory (cumulated for all children) (KiB): 815820

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 67.3568
system time used= 0.298954
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 59750
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= 3492
involuntary context switches= 3484

runsolver used 0.093985 second user time and 0.224965 second system time

The end

Launcher Data

Begin job on node7 at 2009-07-12 06:15:56
IDJOB=2081052
IDBENCH=57286
IDSOLVER=731
FILE ID=node7/2081052-1247372156
PBS_JOBID= 9507048
Free space on /tmp= 66136 MiB

SOLVER NAME= SAT4J CSP 2.1.1
BENCH NAME= CPAI08/csp/super-os/super-os-taillard-5/normalized-super-os-taillard-5-23.xml
COMMAND LINE= java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2081052-1247372156/watcher-2081052-1247372156 -o /tmp/evaluation-result-2081052-1247372156/solver-2081052-1247372156 -C 1800 -W 2000 -M 900  java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2081052-1247372156.xml

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

MD5SUM BENCH= bff1f0f377219591adc48a88a4bfdbf7
RANDOM SEED=1271360376

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:       1857576 kB
Buffers:         10296 kB
Cached:          82932 kB
SwapCached:          0 kB
Active:         125544 kB
Inactive:        20660 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1857576 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1604 kB
Writeback:           0 kB
Mapped:          73376 kB
Slab:            37044 kB
Committed_AS:   234664 kB
PageTables:       1996 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= 66136 MiB
End job on node7 at 2009-07-12 06:17:03