Trace number 2071009

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 1182.14 1182.63

General information on the benchmark

Namecsp/golombRulerArity4/
normalized-ruler-34-9-a4.xml
MD5SUM947bd0bb99890d45969905fa1e7cd20f
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 benchmark4.18136
Satisfiable
(Un)Satisfiability was proved
Number of variables9
Number of constraints582
Maximum constraint arity4
Maximum domain size35
Number of constraints which are defined in extension0
Number of constraints which are defined in intension582
Global constraints used (with number of constraints)

Solver Data

0.09/0.13	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.09/0.13	c This is free software under the dual EPL/GNU LGPL licenses.
0.09/0.13	c See www.sat4j.org for details.
0.09/0.13	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-2071009-1247352385.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.46	c reading variables done.
0.39/0.48	c reading predicates  done.
0.59/0.69	c reading constraints
1119.65/1120.23	c done with constraints.
1119.65/1120.23	c ... done. Wall clock time 1120.015s.
1119.65/1120.23	c #vars     315
1119.65/1120.23	c #constraints  6881620
1119.65/1120.23	c constraints type 
1119.65/1120.23	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 6881495
1119.65/1120.23	c org.sat4j.minisat.constraints.card.AtLeast => 9
1119.65/1120.23	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 72
1123.89/1124.48	c cleaning 486 clauses out of 1002
1181.96/1182.43	c starts		: 12
1181.96/1182.43	c conflicts		: 21152
1181.96/1182.43	c decisions		: 31313
1181.96/1182.43	c propagations		: 460152
1181.96/1182.43	c inspects		: 211712106
1181.96/1182.43	c learnt literals	: 12
1181.96/1182.43	c learnt binary clauses	: 53
1181.96/1182.43	c learnt ternary clauses	: 152
1181.96/1182.43	c learnt clauses	: 21139
1181.96/1182.43	c ignored clauses	: 0
1181.96/1182.43	c root simplifications	: 0
1181.96/1182.43	c removed literals (reason simplification)	: 432276
1181.96/1182.43	c reason swapping (by a shorter reason)	: 0
1181.96/1182.43	c Calls to reduceDB	: 1
1181.96/1182.43	c speed (assignments/second)	: 7398.180005787967
1181.96/1182.43	c non guided choices	26
1181.96/1182.46	c learnt constraints type 
1181.96/1182.46	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 53
1181.96/1182.46	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 20600
1181.96/1182.46	c constraints type 
1181.96/1182.46	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 6881495
1181.96/1182.46	c org.sat4j.minisat.constraints.card.AtLeast => 9
1181.96/1182.46	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 72
1181.96/1182.46	s UNSATISFIABLE
1181.96/1182.46	c Total wall clock time (in seconds) : 1182.215

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-2071009-1247352385/watcher-2071009-1247352385 -o /tmp/evaluation-result-2071009-1247352385/solver-2071009-1247352385 -C 1800 -W 2000 -M 900 java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2071009-1247352385.xml 

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


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.01 4/76 18654
/proc/meminfo: memFree=1846616/2055920 swapFree=4192812/4192956
[pid=18654] ppid=18652 vsize=1612 CPUtime=0
/proc/18654/stat : 18654 (java6) R 18652 18654 18280 0 -1 0 179 0 0 0 0 0 0 0 18 0 1 0 22301955 1650688 150 996147200 134512640 134550932 4294956176 18446744073709551615 4294960144 0 2147483391 4096 0 0 0 0 17 0 0 0
/proc/18654/statm: 403 150 114 9 0 45 0

[startup+0.057449 s]
/proc/loadavg: 2.00 2.00 2.01 4/76 18654
/proc/meminfo: memFree=1846616/2055920 swapFree=4192812/4192956
[pid=18654] ppid=18652 vsize=802164 CPUtime=0.04
/proc/18654/stat : 18654 (java) S 18652 18654 18280 0 -1 0 2697 0 1 0 3 1 0 0 18 0 7 0 22301955 821415936 2442 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/18654/statm: 200541 2443 1029 9 0 197892 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 802164

[startup+0.101452 s]
/proc/loadavg: 2.00 2.00 2.01 4/76 18654
/proc/meminfo: memFree=1846616/2055920 swapFree=4192812/4192956
[pid=18654] ppid=18652 vsize=804560 CPUtime=0.09
/proc/18654/stat : 18654 (java) S 18652 18654 18280 0 -1 0 3067 0 1 0 7 2 0 0 18 0 12 0 22301955 823869440 2810 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18654/statm: 201140 2810 1083 9 0 198474 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 804560

[startup+0.301472 s]
/proc/loadavg: 2.00 2.00 2.01 4/76 18654
/proc/meminfo: memFree=1846616/2055920 swapFree=4192812/4192956
[pid=18654] ppid=18652 vsize=805896 CPUtime=0.28
/proc/18654/stat : 18654 (java) S 18652 18654 18280 0 -1 0 4395 0 1 0 25 3 0 0 18 0 12 0 22301955 825237504 4132 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18654/statm: 201474 4132 1363 9 0 198801 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 805896

[startup+0.701509 s]
/proc/loadavg: 2.00 2.00 2.01 4/76 18654
/proc/meminfo: memFree=1846616/2055920 swapFree=4192812/4192956
[pid=18654] ppid=18652 vsize=807360 CPUtime=0.68
/proc/18654/stat : 18654 (java) S 18652 18654 18280 0 -1 0 6472 0 1 0 63 5 0 0 18 0 12 0 22301955 826736640 5851 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18654/statm: 201840 5851 1387 9 0 199167 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 807360

[startup+1.50259 s]
/proc/loadavg: 2.16 2.03 2.02 4/88 18666
/proc/meminfo: memFree=1824440/2055920 swapFree=4192812/4192956
[pid=18654] ppid=18652 vsize=810940 CPUtime=1.49
/proc/18654/stat : 18654 (java) S 18652 18654 18280 0 -1 0 9675 0 1 0 142 7 0 0 18 0 12 0 22301955 830402560 7987 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18654/statm: 202735 7987 1417 9 0 200062 0
[pid=18654/tid=18656] ppid=18652 vsize=810940 CPUtime=0.76
/proc/18654/task/18656/stat : 18656 (java) R 18652 18654 18280 0 -1 64 5731 0 1 0 71 5 0 0 25 0 12 0 22301956 830402560 7987 996147200 134512640 134550932 4294956016 18446744073709551615 103948147 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18654/tid=18657] ppid=18652 vsize=810940 CPUtime=0
/proc/18654/task/18657/stat : 18657 (java) S 18652 18654 18280 0 -1 64 3 0 0 0 0 0 0 0 20 0 12 0 22301957 830402560 7987 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18654/tid=18658] ppid=18652 vsize=810940 CPUtime=0
/proc/18654/task/18658/stat : 18658 (java) S 18652 18654 18280 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 22301957 830402560 7987 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18654/tid=18659] ppid=18652 vsize=810940 CPUtime=0
/proc/18654/task/18659/stat : 18659 (java) S 18652 18654 18280 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 22301959 830402560 7987 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18654/tid=18660] ppid=18652 vsize=810940 CPUtime=0
/proc/18654/task/18660/stat : 18660 (java) S 18652 18654 18280 0 -1 64 10 0 0 0 0 0 0 0 23 0 12 0 22301960 830402560 7987 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18654/tid=18661] ppid=18652 vsize=810940 CPUtime=0
/proc/18654/task/18661/stat : 18661 (java) S 18652 18654 18280 0 -1 64 4 0 0 0 0 0 0 0 24 0 12 0 22301960 830402560 7987 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18654/tid=18662] ppid=18652 vsize=810940 CPUtime=0
/proc/18654/task/18662/stat : 18662 (java) S 18652 18654 18280 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 22301964 830402560 7987 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18654/tid=18663] ppid=18652 vsize=810940 CPUtime=0.02
/proc/18654/task/18663/stat : 18663 (java) S 18652 18654 18280 0 -1 64 239 0 0 0 2 0 0 0 17 0 12 0 22301964 830402560 7987 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18654/tid=18664] ppid=18652 vsize=810940 CPUtime=0.69
/proc/18654/task/18664/stat : 18664 (java) S 18652 18654 18280 0 -1 64 2960 0 0 0 68 1 0 0 18 0 12 0 22301964 830402560 7987 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18654/tid=18665] ppid=18652 vsize=810940 CPUtime=0
/proc/18654/task/18665/stat : 18665 (java) S 18652 18654 18280 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 22301964 830402560 7987 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18654/tid=18666] ppid=18652 vsize=810940 CPUtime=0
/proc/18654/task/18666/stat : 18666 (java) S 18652 18654 18280 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 22301964 830402560 7988 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 810940

[startup+3.10174 s]
/proc/loadavg: 2.16 2.03 2.02 4/88 18666
/proc/meminfo: memFree=1815096/2055920 swapFree=4192812/4192956
[pid=18654] ppid=18652 vsize=814696 CPUtime=3.08
/proc/18654/stat : 18654 (java) S 18652 18654 18280 0 -1 0 20747 0 1 0 297 11 0 0 18 0 12 0 22301955 834248704 16826 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18654/statm: 203674 16827 1424 9 0 201001 0
[pid=18654/tid=18656] ppid=18652 vsize=814696 CPUtime=1.82
/proc/18654/task/18656/stat : 18656 (java) R 18652 18654 18280 0 -1 64 13585 0 1 0 174 8 0 0 25 0 12 0 22301956 834248704 16827 996147200 134512640 134550932 4294956016 18446744073709551615 4109757680 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18654/tid=18657] ppid=18652 vsize=814696 CPUtime=0
/proc/18654/task/18657/stat : 18657 (java) S 18652 18654 18280 0 -1 64 3 0 0 0 0 0 0 0 20 0 12 0 22301957 834248704 16828 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18654/tid=18658] ppid=18652 vsize=814696 CPUtime=0
/proc/18654/task/18658/stat : 18658 (java) S 18652 18654 18280 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 22301957 834248704 16829 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18654/tid=18659] ppid=18652 vsize=814696 CPUtime=0
/proc/18654/task/18659/stat : 18659 (java) S 18652 18654 18280 0 -1 64 3 0 0 0 0 0 0 0 17 0 12 0 22301959 834248704 16830 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18654/tid=18660] ppid=18652 vsize=814696 CPUtime=0
/proc/18654/task/18660/stat : 18660 (java) S 18652 18654 18280 0 -1 64 10 0 0 0 0 0 0 0 23 0 12 0 22301960 834248704 16832 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18654/tid=18661] ppid=18652 vsize=814696 CPUtime=0
/proc/18654/task/18661/stat : 18661 (java) S 18652 18654 18280 0 -1 64 4 0 0 0 0 0 0 0 24 0 12 0 22301960 834248704 16833 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18654/tid=18662] ppid=18652 vsize=814696 CPUtime=0
/proc/18654/task/18662/stat : 18662 (java) S 18652 18654 18280 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 22301964 834248704 16834 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18654/tid=18663] ppid=18652 vsize=814696 CPUtime=0.13
/proc/18654/task/18663/stat : 18663 (java) S 18652 18654 18280 0 -1 64 804 0 0 0 13 0 0 0 16 0 12 0 22301964 834248704 16835 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18654/tid=18664] ppid=18652 vsize=814696 CPUtime=1.1
/proc/18654/task/18664/stat : 18664 (java) S 18652 18654 18280 0 -1 64 5614 0 0 0 109 1 0 0 16 0 12 0 22301964 834248704 16836 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18654/tid=18665] ppid=18652 vsize=814696 CPUtime=0
/proc/18654/task/18665/stat : 18665 (java) S 18652 18654 18280 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 22301964 834248704 16837 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18654/tid=18666] ppid=18652 vsize=814696 CPUtime=0
/proc/18654/task/18666/stat : 18666 (java) S 18652 18654 18280 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 22301964 834248704 16838 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 814696

[startup+6.30204 s]
/proc/loadavg: 2.15 2.03 2.02 3/88 18666
/proc/meminfo: memFree=1765176/2055920 swapFree=4192812/4192956
[pid=18654] ppid=18652 vsize=814696 CPUtime=6.28
/proc/18654/stat : 18654 (java) S 18652 18654 18280 0 -1 0 26347 0 1 0 614 14 0 0 18 0 12 0 22301955 834248704 22419 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18654/statm: 203674 22419 1435 9 0 201001 0
[pid=18654/tid=18656] ppid=18652 vsize=814696 CPUtime=4.88
/proc/18654/task/18656/stat : 18656 (java) R 18652 18654 18280 0 -1 64 17361 0 1 0 478 10 0 0 25 0 12 0 22301956 834248704 22419 996147200 134512640 134550932 4294956016 18446744073709551615 4109720792 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18654/tid=18657] ppid=18652 vsize=814696 CPUtime=0.03
/proc/18654/task/18657/stat : 18657 (java) S 18652 18654 18280 0 -1 64 1018 0 0 0 3 0 0 0 16 0 12 0 22301957 834248704 22419 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18654/tid=18658] ppid=18652 vsize=814696 CPUtime=0.04
/proc/18654/task/18658/stat : 18658 (java) S 18652 18654 18280 0 -1 64 758 0 0 0 4 0 0 0 16 0 12 0 22301957 834248704 22419 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18654/tid=18659] ppid=18652 vsize=814696 CPUtime=0
/proc/18654/task/18659/stat : 18659 (java) S 18652 18654 18280 0 -1 64 43 0 0 0 0 0 0 0 16 0 12 0 22301959 834248704 22419 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18654/tid=18660] ppid=18652 vsize=814696 CPUtime=0
/proc/18654/task/18660/stat : 18660 (java) S 18652 18654 18280 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 22301960 834248704 22419 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18654/tid=18661] ppid=18652 vsize=814696 CPUtime=0
/proc/18654/task/18661/stat : 18661 (java) S 18652 18654 18280 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 22301960 834248704 22419 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18654/tid=18662] ppid=18652 vsize=814696 CPUtime=0
/proc/18654/task/18662/stat : 18662 (java) S 18652 18654 18280 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 22301964 834248704 22419 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18654/tid=18663] ppid=18652 vsize=814696 CPUtime=0.13
/proc/18654/task/18663/stat : 18663 (java) S 18652 18654 18280 0 -1 64 804 0 0 0 13 0 0 0 16 0 12 0 22301964 834248704 22419 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18654/tid=18664] ppid=18652 vsize=814696 CPUtime=1.16
/proc/18654/task/18664/stat : 18664 (java) S 18652 18654 18280 0 -1 64 5621 0 0 0 114 2 0 0 16 0 12 0 22301964 834248704 22419 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18654/tid=18665] ppid=18652 vsize=814696 CPUtime=0
/proc/18654/task/18665/stat : 18665 (java) S 18652 18654 18280 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 22301964 834248704 22419 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18654/tid=18666] ppid=18652 vsize=814696 CPUtime=0
/proc/18654/task/18666/stat : 18666 (java) S 18652 18654 18280 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 22301964 834248704 22419 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 814696

[startup+12.7016 s]
/proc/loadavg: 2.13 2.03 2.02 3/88 18666
/proc/meminfo: memFree=1746552/2055920 swapFree=4192812/4192956
[pid=18654] ppid=18652 vsize=813896 CPUtime=12.69
/proc/18654/stat : 18654 (java) S 18652 18654 18280 0 -1 0 30437 0 1 0 1253 16 0 0 18 0 12 0 22301955 833429504 26299 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18654/statm: 203474 26299 1436 9 0 200801 0
[pid=18654/tid=18656] ppid=18652 vsize=813896 CPUtime=11.13
/proc/18654/task/18656/stat : 18656 (java) R 18652 18654 18280 0 -1 64 19274 0 1 0 1102 11 0 0 25 0 12 0 22301956 833429504 26299 996147200 134512640 134550932 4294956016 18446744073709551615 4109544280 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18654/tid=18657] ppid=18652 vsize=813896 CPUtime=0.1
/proc/18654/task/18657/stat : 18657 (java) S 18652 18654 18280 0 -1 64 2357 0 0 0 10 0 0 0 16 0 12 0 22301957 833429504 26299 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18654/tid=18658] ppid=18652 vsize=813896 CPUtime=0.09
/proc/18654/task/18658/stat : 18658 (java) S 18652 18654 18280 0 -1 64 1594 0 0 0 9 0 0 0 16 0 12 0 22301957 833429504 26299 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18654/tid=18659] ppid=18652 vsize=813896 CPUtime=0
/proc/18654/task/18659/stat : 18659 (java) S 18652 18654 18280 0 -1 64 43 0 0 0 0 0 0 0 16 0 12 0 22301959 833429504 26299 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18654/tid=18660] ppid=18652 vsize=813896 CPUtime=0
/proc/18654/task/18660/stat : 18660 (java) S 18652 18654 18280 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 22301960 833429504 26299 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18654/tid=18661] ppid=18652 vsize=813896 CPUtime=0
/proc/18654/task/18661/stat : 18661 (java) S 18652 18654 18280 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 22301960 833429504 26299 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18654/tid=18662] ppid=18652 vsize=813896 CPUtime=0
/proc/18654/task/18662/stat : 18662 (java) S 18652 18654 18280 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 22301964 833429504 26299 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18654/tid=18663] ppid=18652 vsize=813896 CPUtime=0.13
/proc/18654/task/18663/stat : 18663 (java) S 18652 18654 18280 0 -1 64 804 0 0 0 13 0 0 0 16 0 12 0 22301964 833429504 26299 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18654/tid=18664] ppid=18652 vsize=813896 CPUtime=1.18
/proc/18654/task/18664/stat : 18664 (java) S 18652 18654 18280 0 -1 64 5623 0 0 0 116 2 0 0 17 0 12 0 22301964 833429504 26299 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18654/tid=18665] ppid=18652 vsize=813896 CPUtime=0
/proc/18654/task/18665/stat : 18665 (java) S 18652 18654 18280 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 22301964 833429504 26299 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18654/tid=18666] ppid=18652 vsize=813896 CPUtime=0
/proc/18654/task/18666/stat : 18666 (java) S 18652 18654 18280 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 22301964 833429504 26299 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 813896

[startup+25.5029 s]
/proc/loadavg: 2.10 2.03 2.02 3/88 18666
/proc/meminfo: memFree=1733880/2055920 swapFree=4192812/4192956
[pid=18654] ppid=18652 vsize=813896 CPUtime=25.47
/proc/18654/stat : 18654 (java) S 18652 18654 18280 0 -1 0 33554 0 1 0 2530 17 0 0 18 0 12 0 22301955 833429504 29397 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18654/statm: 203474 29397 1436 9 0 200801 0
[pid=18654/tid=18656] ppid=18652 vsize=813896 CPUtime=23.73
/proc/18654/task/18656/stat : 18656 (java) R 18652 18654 18280 0 -1 64 19294 0 1 0 2362 11 0 0 25 0 12 0 22301956 833429504 29397 996147200 134512640 134550932 4294956016 18446744073709551615 4109745717 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18654/tid=18657] ppid=18652 vsize=813896 CPUtime=0.16
/proc/18654/task/18657/stat : 18657 (java) S 18652 18654 18280 0 -1 64 3851 0 0 0 15 1 0 0 16 0 12 0 22301957 833429504 29397 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18654/tid=18658] ppid=18652 vsize=813896 CPUtime=0.22
/proc/18654/task/18658/stat : 18658 (java) S 18652 18654 18280 0 -1 64 3197 0 0 0 21 1 0 0 16 0 12 0 22301957 833429504 29397 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18654/tid=18659] ppid=18652 vsize=813896 CPUtime=0
/proc/18654/task/18659/stat : 18659 (java) S 18652 18654 18280 0 -1 64 43 0 0 0 0 0 0 0 15 0 12 0 22301959 833429504 29397 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18654/tid=18660] ppid=18652 vsize=813896 CPUtime=0
/proc/18654/task/18660/stat : 18660 (java) S 18652 18654 18280 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 22301960 833429504 29397 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18654/tid=18661] ppid=18652 vsize=813896 CPUtime=0
/proc/18654/task/18661/stat : 18661 (java) S 18652 18654 18280 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 22301960 833429504 29397 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18654/tid=18662] ppid=18652 vsize=813896 CPUtime=0
/proc/18654/task/18662/stat : 18662 (java) S 18652 18654 18280 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 22301964 833429504 29397 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18654/tid=18663] ppid=18652 vsize=813896 CPUtime=0.13

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


[startup+1002.3 s]
/proc/loadavg: 2.22 2.20 2.12 3/85 18745
/proc/meminfo: memFree=1207552/2055920 swapFree=4192812/4192956
[pid=18654] ppid=18652 vsize=813736 CPUtime=1002.44
/proc/18654/stat : 18654 (java) S 18652 18654 18280 0 -1 0 166715 0 1 0 100150 94 0 0 18 0 12 0 22301955 833265664 161210 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18654/statm: 203434 161210 1437 9 0 200761 0
[pid=18654/tid=18656] ppid=18652 vsize=813736 CPUtime=887.53
/proc/18654/task/18656/stat : 18656 (java) R 18652 18654 18280 0 -1 64 20534 0 1 0 88734 19 0 0 25 0 12 0 22301956 833265664 161210 996147200 134512640 134550932 4294956016 18446744073709551615 4109603500 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18654/tid=18657] ppid=18652 vsize=813736 CPUtime=55.36
/proc/18654/task/18657/stat : 18657 (java) S 18652 18654 18280 0 -1 64 67295 0 0 0 5503 33 0 0 16 0 12 0 22301957 833265664 161210 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18654/tid=18658] ppid=18652 vsize=813736 CPUtime=57.75
/proc/18654/task/18658/stat : 18658 (java) S 18652 18654 18280 0 -1 64 71665 0 0 0 5746 29 0 0 16 0 12 0 22301957 833265664 161210 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18654/tid=18659] ppid=18652 vsize=813736 CPUtime=0.31
/proc/18654/task/18659/stat : 18659 (java) S 18652 18654 18280 0 -1 64 44 0 0 0 22 9 0 0 15 0 12 0 22301959 833265664 161210 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18654/tid=18660] ppid=18652 vsize=813736 CPUtime=0
/proc/18654/task/18660/stat : 18660 (java) S 18652 18654 18280 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 22301960 833265664 161210 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18654/tid=18661] ppid=18652 vsize=813736 CPUtime=0
/proc/18654/task/18661/stat : 18661 (java) S 18652 18654 18280 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 22301960 833265664 161210 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18654/tid=18662] ppid=18652 vsize=813736 CPUtime=0
/proc/18654/task/18662/stat : 18662 (java) S 18652 18654 18280 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 22301964 833265664 161210 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18654/tid=18663] ppid=18652 vsize=813736 CPUtime=0.13
/proc/18654/task/18663/stat : 18663 (java) S 18652 18654 18280 0 -1 64 804 0 0 0 13 0 0 0 16 0 12 0 22301964 833265664 161210 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18654/tid=18664] ppid=18652 vsize=813736 CPUtime=1.31
/proc/18654/task/18664/stat : 18664 (java) S 18652 18654 18280 0 -1 64 5631 0 0 0 129 2 0 0 17 0 12 0 22301964 833265664 161210 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18654/tid=18665] ppid=18652 vsize=813736 CPUtime=0
/proc/18654/task/18665/stat : 18665 (java) S 18652 18654 18280 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 22301964 833265664 161210 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18654/tid=18666] ppid=18652 vsize=813736 CPUtime=0
/proc/18654/task/18666/stat : 18666 (java) S 18652 18654 18280 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 22301964 833265664 161210 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1002.44
Current children cumulated vsize (KiB) 813736

[startup+1062.3 s]
/proc/loadavg: 2.23 2.20 2.12 3/85 18745
/proc/meminfo: memFree=1205632/2055920 swapFree=4192812/4192956
[pid=18654] ppid=18652 vsize=813736 CPUtime=1062.25
/proc/18654/stat : 18654 (java) S 18652 18654 18280 0 -1 0 167247 0 1 0 106130 95 0 0 18 0 12 0 22301955 833265664 161668 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18654/statm: 203434 161668 1439 9 0 200761 0
[pid=18654/tid=18656] ppid=18652 vsize=813736 CPUtime=939.04
/proc/18654/task/18656/stat : 18656 (java) R 18652 18654 18280 0 -1 64 20608 0 1 0 93885 19 0 0 25 0 12 0 22301956 833265664 161668 996147200 134512640 134550932 4294956016 18446744073709551615 4109544310 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18654/tid=18657] ppid=18652 vsize=813736 CPUtime=58.75
/proc/18654/task/18657/stat : 18657 (java) S 18652 18654 18280 0 -1 64 67499 0 0 0 5842 33 0 0 16 0 12 0 22301957 833265664 161668 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18654/tid=18658] ppid=18652 vsize=813736 CPUtime=59.92
/proc/18654/task/18658/stat : 18658 (java) S 18652 18654 18280 0 -1 64 71917 0 0 0 5963 29 0 0 16 0 12 0 22301957 833265664 161668 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18654/tid=18659] ppid=18652 vsize=813736 CPUtime=3.03
/proc/18654/task/18659/stat : 18659 (java) S 18652 18654 18280 0 -1 64 46 0 0 0 294 9 0 0 15 0 12 0 22301959 833265664 161668 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18654/tid=18660] ppid=18652 vsize=813736 CPUtime=0
/proc/18654/task/18660/stat : 18660 (java) S 18652 18654 18280 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 22301960 833265664 161668 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18654/tid=18661] ppid=18652 vsize=813736 CPUtime=0
/proc/18654/task/18661/stat : 18661 (java) S 18652 18654 18280 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 22301960 833265664 161668 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18654/tid=18662] ppid=18652 vsize=813736 CPUtime=0
/proc/18654/task/18662/stat : 18662 (java) S 18652 18654 18280 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 22301964 833265664 161668 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18654/tid=18663] ppid=18652 vsize=813736 CPUtime=0.13
/proc/18654/task/18663/stat : 18663 (java) S 18652 18654 18280 0 -1 64 804 0 0 0 13 0 0 0 16 0 12 0 22301964 833265664 161668 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18654/tid=18664] ppid=18652 vsize=813736 CPUtime=1.31
/proc/18654/task/18664/stat : 18664 (java) S 18652 18654 18280 0 -1 64 5631 0 0 0 129 2 0 0 17 0 12 0 22301964 833265664 161668 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18654/tid=18665] ppid=18652 vsize=813736 CPUtime=0
/proc/18654/task/18665/stat : 18665 (java) S 18652 18654 18280 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 22301964 833265664 161668 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18654/tid=18666] ppid=18652 vsize=813736 CPUtime=0
/proc/18654/task/18666/stat : 18666 (java) S 18652 18654 18280 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 22301964 833265664 161668 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1062.25
Current children cumulated vsize (KiB) 813736

[startup+1122.3 s]
/proc/loadavg: 2.32 2.22 2.13 3/86 18746
/proc/meminfo: memFree=1205496/2055920 swapFree=4192812/4192956
[pid=18654] ppid=18652 vsize=814060 CPUtime=1121.79
/proc/18654/stat : 18654 (java) S 18652 18654 18280 0 -1 0 167366 0 1 0 112082 97 0 0 18 0 13 0 22301955 833597440 161710 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18654/statm: 203515 161710 1445 9 0 200842 0
[pid=18654/tid=18656] ppid=18652 vsize=814060 CPUtime=992.98
/proc/18654/task/18656/stat : 18656 (java) R 18652 18654 18280 0 -1 64 20695 0 1 0 99279 19 0 0 25 0 13 0 22301956 833597440 161710 996147200 134512640 134550932 4294956016 18446744073709551615 4109936623 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18654/tid=18657] ppid=18652 vsize=814060 CPUtime=63.12
/proc/18654/task/18657/stat : 18657 (java) S 18652 18654 18280 0 -1 64 67499 0 0 0 6278 34 0 0 16 0 13 0 22301957 833597440 161710 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18654/tid=18658] ppid=18652 vsize=814060 CPUtime=60.8
/proc/18654/task/18658/stat : 18658 (java) S 18652 18654 18280 0 -1 64 71917 0 0 0 6051 29 0 0 16 0 13 0 22301957 833597440 161710 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18654/tid=18659] ppid=18652 vsize=814060 CPUtime=3.05
/proc/18654/task/18659/stat : 18659 (java) S 18652 18654 18280 0 -1 64 46 0 0 0 295 10 0 0 17 0 13 0 22301959 833597440 161710 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18654/tid=18660] ppid=18652 vsize=814060 CPUtime=0
/proc/18654/task/18660/stat : 18660 (java) S 18652 18654 18280 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 22301960 833597440 161710 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18654/tid=18661] ppid=18652 vsize=814060 CPUtime=0
/proc/18654/task/18661/stat : 18661 (java) S 18652 18654 18280 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 22301960 833597440 161710 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18654/tid=18662] ppid=18652 vsize=814060 CPUtime=0
/proc/18654/task/18662/stat : 18662 (java) S 18652 18654 18280 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 22301964 833597440 161710 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18654/tid=18663] ppid=18652 vsize=814060 CPUtime=0.18
/proc/18654/task/18663/stat : 18663 (java) S 18652 18654 18280 0 -1 64 810 0 0 0 18 0 0 0 16 0 13 0 22301964 833597440 161710 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18654/tid=18664] ppid=18652 vsize=814060 CPUtime=1.59
/proc/18654/task/18664/stat : 18664 (java) S 18652 18654 18280 0 -1 64 5652 0 0 0 157 2 0 0 16 0 13 0 22301964 833597440 161710 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18654/tid=18665] ppid=18652 vsize=814060 CPUtime=0
/proc/18654/task/18665/stat : 18665 (java) S 18652 18654 18280 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 22301964 833597440 161710 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18654/tid=18666] ppid=18652 vsize=814060 CPUtime=0
/proc/18654/task/18666/stat : 18666 (java) S 18652 18654 18280 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 22301964 833597440 161710 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18654/tid=18746] ppid=18652 vsize=814060 CPUtime=0
/proc/18654/task/18746/stat : 18746 (java) S 18652 18654 18280 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 22413979 833597440 161710 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1121.79
Current children cumulated vsize (KiB) 814060

[startup+1182.3 s]
/proc/loadavg: 2.15 2.19 2.12 3/87 18747
/proc/meminfo: memFree=1174712/2055920 swapFree=4192812/4192956
[pid=18654] ppid=18652 vsize=814060 CPUtime=1181.86
/proc/18654/stat : 18654 (java) S 18652 18654 18280 0 -1 0 175038 0 1 0 118085 101 0 0 18 0 13 0 22301955 833597440 169373 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18654/statm: 203515 169373 1455 9 0 200842 0
[pid=18654/tid=18656] ppid=18652 vsize=814060 CPUtime=1048.7
/proc/18654/task/18656/stat : 18656 (java) R 18652 18654 18280 0 -1 64 20707 0 1 0 104851 19 0 0 25 0 13 0 22301956 833597440 169373 996147200 134512640 134550932 4294956016 18446744073709551615 4109959807 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18654/tid=18657] ppid=18652 vsize=814060 CPUtime=63.23
/proc/18654/task/18657/stat : 18657 (java) S 18652 18654 18280 0 -1 64 69202 0 0 0 6289 34 0 0 17 0 13 0 22301957 833597440 169373 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18654/tid=18658] ppid=18652 vsize=814060 CPUtime=60.92
/proc/18654/task/18658/stat : 18658 (java) S 18652 18654 18280 0 -1 64 77842 0 0 0 6060 32 0 0 16 0 13 0 22301957 833597440 169373 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18654/tid=18659] ppid=18652 vsize=814060 CPUtime=6.88
/proc/18654/task/18659/stat : 18659 (java) S 18652 18654 18280 0 -1 64 46 0 0 0 678 10 0 0 16 0 13 0 22301959 833597440 169373 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18654/tid=18660] ppid=18652 vsize=814060 CPUtime=0
/proc/18654/task/18660/stat : 18660 (java) S 18652 18654 18280 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 22301960 833597440 169373 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18654/tid=18661] ppid=18652 vsize=814060 CPUtime=0
/proc/18654/task/18661/stat : 18661 (java) S 18652 18654 18280 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 22301960 833597440 169373 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18654/tid=18662] ppid=18652 vsize=814060 CPUtime=0
/proc/18654/task/18662/stat : 18662 (java) S 18652 18654 18280 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 22301964 833597440 169373 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18654/tid=18663] ppid=18652 vsize=814060 CPUtime=0.18
/proc/18654/task/18663/stat : 18663 (java) S 18652 18654 18280 0 -1 64 810 0 0 0 18 0 0 0 16 0 13 0 22301964 833597440 169373 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18654/tid=18664] ppid=18652 vsize=814060 CPUtime=1.87
/proc/18654/task/18664/stat : 18664 (java) S 18652 18654 18280 0 -1 64 5684 0 0 0 185 2 0 0 15 0 13 0 22301964 833597440 169373 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18654/tid=18665] ppid=18652 vsize=814060 CPUtime=0
/proc/18654/task/18665/stat : 18665 (java) S 18652 18654 18280 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 22301964 833597440 169373 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18654/tid=18666] ppid=18652 vsize=814060 CPUtime=0
/proc/18654/task/18666/stat : 18666 (java) S 18652 18654 18280 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 22301964 833597440 169373 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18654/tid=18746] ppid=18652 vsize=814060 CPUtime=0
/proc/18654/task/18746/stat : 18746 (java) S 18652 18654 18280 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 22413979 833597440 169373 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1181.86
Current children cumulated vsize (KiB) 814060

Solver just ended. Dumping a history of the last processes samples

[startup+1182.51 s]
/proc/loadavg: 2.15 2.19 2.12 3/87 18747
/proc/meminfo: memFree=1174712/2055920 swapFree=4192812/4192956
[pid=18654] ppid=18652 vsize=814060 CPUtime=1182.02
/proc/18654/stat : 18654 (java) S 18652 18654 18280 0 -1 0 175045 0 1 0 118101 101 0 0 18 0 12 0 22301955 833597440 169380 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18654/statm: 203515 169380 1456 9 0 200842 0
[pid=18654/tid=18656] ppid=18652 vsize=814060 CPUtime=1048.83
/proc/18654/task/18656/stat : 18656 (java) S 18652 18654 18280 0 -1 64 20711 0 1 0 104864 19 0 0 24 0 12 0 22301956 833597440 169380 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18654/tid=18657] ppid=18652 vsize=814060 CPUtime=63.23
/proc/18654/task/18657/stat : 18657 (java) S 18652 18654 18280 0 -1 64 69202 0 0 0 6289 34 0 0 17 0 12 0 22301957 833597440 169380 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18654/tid=18658] ppid=18652 vsize=814060 CPUtime=60.92
/proc/18654/task/18658/stat : 18658 (java) S 18652 18654 18280 0 -1 64 77842 0 0 0 6060 32 0 0 16 0 12 0 22301957 833597440 169380 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18654/tid=18659] ppid=18652 vsize=814060 CPUtime=6.88
/proc/18654/task/18659/stat : 18659 (java) S 18652 18654 18280 0 -1 64 46 0 0 0 678 10 0 0 16 0 12 0 22301959 833597440 169380 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18654/tid=18660] ppid=18652 vsize=814060 CPUtime=0
/proc/18654/task/18660/stat : 18660 (java) S 18652 18654 18280 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 22301960 833597440 169380 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18654/tid=18661] ppid=18652 vsize=814060 CPUtime=0
/proc/18654/task/18661/stat : 18661 (java) S 18652 18654 18280 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 22301960 833597440 169380 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18654/tid=18662] ppid=18652 vsize=814060 CPUtime=0
/proc/18654/task/18662/stat : 18662 (java) S 18652 18654 18280 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 22301964 833597440 169380 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18654/tid=18663] ppid=18652 vsize=814060 CPUtime=0.18
/proc/18654/task/18663/stat : 18663 (java) S 18652 18654 18280 0 -1 64 810 0 0 0 18 0 0 0 16 0 12 0 22301964 833597440 169380 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18654/tid=18664] ppid=18652 vsize=814060 CPUtime=1.9
/proc/18654/task/18664/stat : 18664 (java) S 18652 18654 18280 0 -1 64 5684 0 0 0 188 2 0 0 16 0 12 0 22301964 833597440 169380 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18654/tid=18665] ppid=18652 vsize=814060 CPUtime=0
/proc/18654/task/18665/stat : 18665 (java) S 18652 18654 18280 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 22301964 833597440 169380 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18654/tid=18666] ppid=18652 vsize=814060 CPUtime=0
/proc/18654/task/18666/stat : 18666 (java) S 18652 18654 18280 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 22301964 833597440 169380 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1182.02
Current children cumulated vsize (KiB) 814060

[startup+1182.6 s]
/proc/loadavg: 2.15 2.19 2.12 3/87 18747
/proc/meminfo: memFree=1174712/2055920 swapFree=4192812/4192956
[pid=18654] ppid=18652 vsize=0 CPUtime=1182.1
/proc/18654/stat : 18654 (java) Z 18652 18654 18280 0 -1 12 175048 0 1 0 118101 109 0 0 16 0 2 0 22301955 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18654/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1182.1
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 1182.63
CPU time (s): 1182.14
CPU user time (s): 1181.02
CPU system time (s): 1.12283
CPU usage (%): 99.959
Max. virtual memory (cumulated for all children) (KiB): 816476

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1181.02
system time used= 1.12283
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 175048
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= 47423
involuntary context switches= 55778

runsolver used 1.49577 second user time and 3.9274 second system time

The end

Launcher Data

Begin job on node61 at 2009-07-12 00:46:25
IDJOB=2071009
IDBENCH=55427
IDSOLVER=731
FILE ID=node61/2071009-1247352385
PBS_JOBID= 9506873
Free space on /tmp= 66412 MiB

SOLVER NAME= SAT4J CSP 2.1.1
BENCH NAME= CPAI08/csp/golombRulerArity4/normalized-ruler-34-9-a4.xml
COMMAND LINE= java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2071009-1247352385/watcher-2071009-1247352385 -o /tmp/evaluation-result-2071009-1247352385/solver-2071009-1247352385 -C 1800 -W 2000 -M 900  java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2071009-1247352385.xml

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

MD5SUM BENCH= 947bd0bb99890d45969905fa1e7cd20f
RANDOM SEED=665232358

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

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

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1847032 kB
Buffers:         41704 kB
Cached:          94908 kB
SwapCached:          0 kB
Active:         107976 kB
Inactive:        52360 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1847032 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1272 kB
Writeback:           0 kB
Mapped:          34348 kB
Slab:            33944 kB
Committed_AS:   294928 kB
PageTables:       1740 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264884 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66408 MiB
End job on node61 at 2009-07-12 01:06:08