Trace number 2067137

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SAT4J CSP 2.1.1SAT 103.868 104.414

General information on the benchmark

Namecsp/pseudo/radar/
normalized-radar-10-20-4.5-0.5-100.xml
MD5SUM4214c9e2743aa9a194a44623b5e5fe50
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.085986
Satisfiable
(Un)Satisfiability was proved
Number of variables776
Number of constraints866
Maximum constraint arity20
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension866
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.15	c version 2.1.1.v20090622
0.09/0.15	c sun.arch.data.model	32
0.09/0.15	c java.version	1.6.0_12
0.09/0.15	c os.name	Linux
0.09/0.15	c os.version	2.6.9-22.EL.rootsmp
0.09/0.15	c os.arch	i386
0.09/0.15	c Free memory 671000808
0.09/0.15	c Max memory 672137216
0.09/0.15	c Total memory 672137216
0.09/0.15	c Number of processors 2
0.18/0.23	c c --- Begin Solver configuration ---
0.18/0.23	c Stops conflict analysis at the first Unique Implication Point
0.18/0.23	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@1f14ceb
0.18/0.23	c Learn all clauses as in MiniSAT
0.18/0.23	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.18/0.23	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.18/0.23	c Expensive reason simplification
0.18/0.23	c MiniSAT restarts strategy
0.18/0.23	c Memory based learned constraints deletion strategy
0.18/0.23	c timeout=2147483s
0.18/0.23	c DB Simplification allowed=false
0.18/0.23	c --- End Solver configuration ---
0.18/0.23	c solving HOME/instance-2067137-1247343928.xml
0.18/0.23	c reading problem ... 
0.39/0.47	c reading problem named null
0.39/0.47	c reading domains done.
0.39/0.48	c reading variables done.
0.58/0.69	c reading predicates  done.
0.88/0.95	c reading constraints
103.36/103.98	c done with constraints.
103.36/103.98	c ... done. Wall clock time 103.747s.
103.36/103.98	c #vars     1551
103.36/103.98	c #constraints  14980
103.36/103.98	c constraints type 
103.36/103.98	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 12034
103.36/103.98	c org.sat4j.minisat.constraints.cnf.UnitClauses => 1
103.36/103.98	c org.sat4j.minisat.constraints.card.AtLeast => 775
103.36/103.98	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2169
103.76/104.37	c starts		: 1
103.76/104.37	c conflicts		: 26
103.76/104.37	c decisions		: 1271
103.76/104.37	c propagations		: 7758
103.76/104.37	c inspects		: 42874
103.76/104.37	c learnt literals	: 0
103.76/104.37	c learnt binary clauses	: 5
103.76/104.37	c learnt ternary clauses	: 5
103.76/104.37	c learnt clauses	: 26
103.76/104.37	c ignored clauses	: 0
103.76/104.37	c root simplifications	: 0
103.76/104.37	c removed literals (reason simplification)	: 5
103.76/104.37	c reason swapping (by a shorter reason)	: 0
103.76/104.37	c Calls to reduceDB	: 0
103.76/104.37	c speed (assignments/second)	: 19841.432225063938
103.76/104.37	c non guided choices	1174
103.76/104.38	c learnt constraints type 
103.76/104.38	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 5
103.76/104.38	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 21
103.76/104.38	c constraints type 
103.76/104.38	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 12034
103.76/104.38	c org.sat4j.minisat.constraints.cnf.UnitClauses => 1
103.76/104.38	c org.sat4j.minisat.constraints.card.AtLeast => 775
103.76/104.38	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2169
103.76/104.38	s SATISFIABLE
103.76/104.38	v 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0 0 0 0 1 1 1 0 1 1 0 0 0 0 0 0 1 1 1 1 1 1 0 1 1 0 0 0 0 0 0 0 0 1 0 0 0 1 1 1 1 1 0 0 1 1 1 1 1 1 1 1 1 1 1 1 0 1 1 0 0 0 0 0 0 0 0 1 1 0 0 0 0 1 0 1 1 0 0 0 0 1 1 1 0 0 0 1 0 0 1 1 1 0 1 1 1 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1 1 0 1 1 1 0 1 0 1 1 0 0 0 1 1 1 1 1 1 0 1 1 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1 1 0 0 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0 0 0 0 1 0 1 1 1 0 1 1 1 1 1 1 0 0 0 0 1 0 0 0 0 1 1 1 1 1 0 1 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0 0 0 0 0 1 1 1 1 1 1 1 1 0 0 0 0 0 0 1 1 1 1 0 0 1 1 1 1 1 1 1 1 1 0 1 1 0 0 0 0 1 1 1 1 1 1 1 1 1 1 1 0 0 1 1 1 1 1 1 1 1 1 1 1 0 1 1 0 0 1 1 1 1 0 1 0 1 1 0 0 0 0 1 1 0 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0 0 0 0 1 1 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 1 1 0 0 0 0 1 0 0 0 0 0 0 0 1 1 1 1 1 1 1 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 0 1 0 0 0 0 0 0 0 0 0 0 1 1 1 1 1 0 1 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 1 1 1 1 1 1 1 0 0 0 0 0 0 1 1 1 1 1 1 1 1 1 1 1 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 1 1 1 1 1 1 1 1 1 1 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 1 1 1 0 0 1 1 1 1 1 1 0 0 1 0 1 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 1 1 1 1 1 0 1 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 1 1 1 1 1 1 1 1 1 0 1 1 1 0 1 1 0 0 1 1 1 1 1 1 0 0 1 1 0 0 0 0 1 1 1 1 1 1 1 1 1 1 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 1 1 1 1 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 
103.76/104.38	c Total wall clock time (in seconds) : 104.139

Verifier Data

OK

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2067137-1247343928/watcher-2067137-1247343928 -o /tmp/evaluation-result-2067137-1247343928/solver-2067137-1247343928 -C 1800 -W 2000 -M 900 java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2067137-1247343928.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.90 2.09 2.07 4/82 15817
/proc/meminfo: memFree=1523416/2055920 swapFree=4192812/4192956
[pid=15817] ppid=15815 vsize=18576 CPUtime=0
/proc/15817/stat : 15817 (runsolver) R 15815 15817 13941 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 21457800 19021824 284 996147200 4194304 4302564 548682068448 18446744073709551615 224264776999 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/15817/statm: 4644 284 249 26 0 2626 0

[startup+0.0260301 s]
/proc/loadavg: 1.90 2.09 2.07 4/82 15817
/proc/meminfo: memFree=1523416/2055920 swapFree=4192812/4192956
[pid=15817] ppid=15815 vsize=798736 CPUtime=0.01
/proc/15817/stat : 15817 (java) S 15815 15817 13941 0 -1 0 1718 0 1 0 0 1 0 0 21 0 4 0 21457800 817905664 1467 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/15817/statm: 199684 1467 445 9 0 197436 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 798736

[startup+0.101034 s]
/proc/loadavg: 1.90 2.09 2.07 4/82 15817
/proc/meminfo: memFree=1523416/2055920 swapFree=4192812/4192956
[pid=15817] ppid=15815 vsize=804560 CPUtime=0.09
/proc/15817/stat : 15817 (java) S 15815 15817 13941 0 -1 0 3018 0 1 0 7 2 0 0 21 0 12 0 21457800 823869440 2761 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15817/statm: 201140 2761 1082 9 0 198474 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 804560

[startup+0.301071 s]
/proc/loadavg: 1.90 2.09 2.07 4/82 15817
/proc/meminfo: memFree=1523416/2055920 swapFree=4192812/4192956
[pid=15817] ppid=15815 vsize=805896 CPUtime=0.28
/proc/15817/stat : 15817 (java) S 15815 15817 13941 0 -1 0 4390 0 1 0 25 3 0 0 21 0 12 0 21457800 825237504 4127 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15817/statm: 201474 4127 1359 9 0 198801 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 805896

[startup+0.701145 s]
/proc/loadavg: 1.90 2.09 2.07 4/82 15817
/proc/meminfo: memFree=1523416/2055920 swapFree=4192812/4192956
[pid=15817] ppid=15815 vsize=807172 CPUtime=0.68
/proc/15817/stat : 15817 (java) S 15815 15817 13941 0 -1 0 5611 0 1 0 64 4 0 0 21 0 12 0 21457800 826544128 5106 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15817/statm: 201793 5106 1389 9 0 199120 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 807172

[startup+1.50229 s]
/proc/loadavg: 1.90 2.09 2.07 4/94 15829
/proc/meminfo: memFree=1504248/2055920 swapFree=4192812/4192956
[pid=15817] ppid=15815 vsize=808168 CPUtime=1.47
/proc/15817/stat : 15817 (java) S 15815 15817 13941 0 -1 0 8152 0 1 0 141 6 0 0 21 0 12 0 21457800 827564032 6742 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15817/statm: 202042 6742 1402 9 0 199369 0
[pid=15817/tid=15819] ppid=15815 vsize=808168 CPUtime=0.96
/proc/15817/task/15819/stat : 15819 (java) R 15815 15817 13941 0 -1 64 5255 0 1 0 91 5 0 0 25 0 12 0 21457801 827564032 6742 996147200 134512640 134550932 4294956016 18446744073709551615 4109098807 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15817/tid=15820] ppid=15815 vsize=808168 CPUtime=0
/proc/15817/task/15820/stat : 15820 (java) S 15815 15817 13941 0 -1 64 2 0 0 0 0 0 0 0 23 0 12 0 21457802 827564032 6742 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15817/tid=15821] ppid=15815 vsize=808168 CPUtime=0
/proc/15817/task/15821/stat : 15821 (java) S 15815 15817 13941 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 21457802 827564032 6742 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15817/tid=15822] ppid=15815 vsize=808168 CPUtime=0
/proc/15817/task/15822/stat : 15822 (java) S 15815 15817 13941 0 -1 64 3 0 0 0 0 0 0 0 17 0 12 0 21457804 827564032 6742 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15817/tid=15823] ppid=15815 vsize=808168 CPUtime=0
/proc/15817/task/15823/stat : 15823 (java) S 15815 15817 13941 0 -1 64 10 0 0 0 0 0 0 0 25 0 12 0 21457805 827564032 6742 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15817/tid=15824] ppid=15815 vsize=808168 CPUtime=0
/proc/15817/task/15824/stat : 15824 (java) S 15815 15817 13941 0 -1 64 4 0 0 0 0 0 0 0 25 0 12 0 21457805 827564032 6742 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15817/tid=15825] ppid=15815 vsize=808168 CPUtime=0
/proc/15817/task/15825/stat : 15825 (java) S 15815 15817 13941 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 21457809 827564032 6742 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15817/tid=15826] ppid=15815 vsize=808168 CPUtime=0.04
/proc/15817/task/15826/stat : 15826 (java) S 15815 15817 13941 0 -1 64 260 0 0 0 4 0 0 0 18 0 12 0 21457809 827564032 6742 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15817/tid=15827] ppid=15815 vsize=808168 CPUtime=0.46
/proc/15817/task/15827/stat : 15827 (java) S 15815 15817 13941 0 -1 64 1896 0 0 0 46 0 0 0 16 0 12 0 21457809 827564032 6742 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15817/tid=15828] ppid=15815 vsize=808168 CPUtime=0
/proc/15817/task/15828/stat : 15828 (java) S 15815 15817 13941 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 21457809 827564032 6742 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15817/tid=15829] ppid=15815 vsize=808168 CPUtime=0
/proc/15817/task/15829/stat : 15829 (java) S 15815 15817 13941 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 21457809 827564032 6742 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 808168

[startup+3.10259 s]
/proc/loadavg: 1.90 2.09 2.07 4/94 15829
/proc/meminfo: memFree=1496696/2055920 swapFree=4192812/4192956
[pid=15817] ppid=15815 vsize=811572 CPUtime=3.08
/proc/15817/stat : 15817 (java) S 15815 15817 13941 0 -1 0 14132 0 1 0 298 10 0 0 21 0 12 0 21457800 831049728 10509 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15817/statm: 202893 10509 1430 9 0 200220 0
[pid=15817/tid=15819] ppid=15815 vsize=811572 CPUtime=1.54
/proc/15817/task/15819/stat : 15819 (java) R 15815 15817 13941 0 -1 64 8069 0 1 0 147 7 0 0 25 0 12 0 21457801 831049728 10509 996147200 134512640 134550932 4294956016 18446744073709551615 105879176 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15817/tid=15820] ppid=15815 vsize=811572 CPUtime=0
/proc/15817/task/15820/stat : 15820 (java) S 15815 15817 13941 0 -1 64 2 0 0 0 0 0 0 0 23 0 12 0 21457802 831049728 10509 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15817/tid=15821] ppid=15815 vsize=811572 CPUtime=0
/proc/15817/task/15821/stat : 15821 (java) S 15815 15817 13941 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 21457802 831049728 10509 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15817/tid=15822] ppid=15815 vsize=811572 CPUtime=0
/proc/15817/task/15822/stat : 15822 (java) S 15815 15817 13941 0 -1 64 3 0 0 0 0 0 0 0 17 0 12 0 21457804 831049728 10509 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15817/tid=15823] ppid=15815 vsize=811572 CPUtime=0
/proc/15817/task/15823/stat : 15823 (java) S 15815 15817 13941 0 -1 64 10 0 0 0 0 0 0 0 25 0 12 0 21457805 831049728 10509 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15817/tid=15824] ppid=15815 vsize=811572 CPUtime=0
/proc/15817/task/15824/stat : 15824 (java) S 15815 15817 13941 0 -1 64 4 0 0 0 0 0 0 0 25 0 12 0 21457805 831049728 10509 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15817/tid=15825] ppid=15815 vsize=811572 CPUtime=0
/proc/15817/task/15825/stat : 15825 (java) S 15815 15817 13941 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 21457809 831049728 10509 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15817/tid=15826] ppid=15815 vsize=811572 CPUtime=0.06
/proc/15817/task/15826/stat : 15826 (java) S 15815 15817 13941 0 -1 64 263 0 0 0 6 0 0 0 17 0 12 0 21457809 831049728 10509 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15817/tid=15827] ppid=15815 vsize=811572 CPUtime=1.45
/proc/15817/task/15827/stat : 15827 (java) S 15815 15817 13941 0 -1 64 5059 0 0 0 143 2 0 0 16 0 12 0 21457809 831049728 10509 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15817/tid=15828] ppid=15815 vsize=811572 CPUtime=0
/proc/15817/task/15828/stat : 15828 (java) S 15815 15817 13941 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 21457809 831049728 10509 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15817/tid=15829] ppid=15815 vsize=811572 CPUtime=0
/proc/15817/task/15829/stat : 15829 (java) S 15815 15817 13941 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 21457809 831049728 10509 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) 811572

[startup+6.30119 s]
/proc/loadavg: 1.91 2.09 2.07 3/94 15829
/proc/meminfo: memFree=1445888/2055920 swapFree=4192812/4192956
[pid=15817] ppid=15815 vsize=810964 CPUtime=6.26
/proc/15817/stat : 15817 (java) S 15815 15817 13941 0 -1 0 24405 0 1 0 611 15 0 0 21 0 12 0 21457800 830427136 20624 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15817/statm: 202741 20624 1439 9 0 200068 0
[pid=15817/tid=15819] ppid=15815 vsize=810964 CPUtime=4.28
/proc/15817/task/15819/stat : 15819 (java) R 15815 15817 13941 0 -1 64 17444 0 1 0 417 11 0 0 25 0 12 0 21457801 830427136 20624 996147200 134512640 134550932 4294956016 18446744073709551615 4109710636 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15817/tid=15820] ppid=15815 vsize=810964 CPUtime=0.02
/proc/15817/task/15820/stat : 15820 (java) S 15815 15817 13941 0 -1 64 402 0 0 0 2 0 0 0 16 0 12 0 21457802 830427136 20624 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15817/tid=15821] ppid=15815 vsize=810964 CPUtime=0.02
/proc/15817/task/15821/stat : 15821 (java) S 15815 15817 13941 0 -1 64 421 0 0 0 2 0 0 0 16 0 12 0 21457802 830427136 20624 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15817/tid=15822] ppid=15815 vsize=810964 CPUtime=0
/proc/15817/task/15822/stat : 15822 (java) S 15815 15817 13941 0 -1 64 37 0 0 0 0 0 0 0 16 0 12 0 21457804 830427136 20624 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15817/tid=15823] ppid=15815 vsize=810964 CPUtime=0
/proc/15817/task/15823/stat : 15823 (java) S 15815 15817 13941 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 21457805 830427136 20624 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15817/tid=15824] ppid=15815 vsize=810964 CPUtime=0
/proc/15817/task/15824/stat : 15824 (java) S 15815 15817 13941 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 21457805 830427136 20624 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15817/tid=15825] ppid=15815 vsize=810964 CPUtime=0
/proc/15817/task/15825/stat : 15825 (java) S 15815 15817 13941 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 21457809 830427136 20624 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15817/tid=15826] ppid=15815 vsize=810964 CPUtime=0.06
/proc/15817/task/15826/stat : 15826 (java) S 15815 15817 13941 0 -1 64 263 0 0 0 6 0 0 0 17 0 12 0 21457809 830427136 20624 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15817/tid=15827] ppid=15815 vsize=810964 CPUtime=1.82
/proc/15817/task/15827/stat : 15827 (java) S 15815 15817 13941 0 -1 64 5098 0 0 0 180 2 0 0 16 0 12 0 21457809 830427136 20624 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15817/tid=15828] ppid=15815 vsize=810964 CPUtime=0
/proc/15817/task/15828/stat : 15828 (java) S 15815 15817 13941 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 21457809 830427136 20624 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15817/tid=15829] ppid=15815 vsize=810964 CPUtime=0
/proc/15817/task/15829/stat : 15829 (java) S 15815 15817 13941 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 21457809 830427136 20624 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 810964

[startup+12.7024 s]
/proc/loadavg: 1.92 2.09 2.07 3/94 15829
/proc/meminfo: memFree=1430528/2055920 swapFree=4192812/4192956
[pid=15817] ppid=15815 vsize=810964 CPUtime=12.62
/proc/15817/stat : 15817 (java) S 15815 15817 13941 0 -1 0 28242 0 1 0 1245 17 0 0 21 0 12 0 21457800 830427136 24452 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15817/statm: 202741 24452 1439 9 0 200068 0
[pid=15817/tid=15819] ppid=15815 vsize=810964 CPUtime=10.28
/proc/15817/task/15819/stat : 15819 (java) R 15815 15817 13941 0 -1 64 20292 0 1 0 1015 13 0 0 25 0 12 0 21457801 830427136 24452 996147200 134512640 134550932 4294956016 18446744073709551615 4109807583 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15817/tid=15820] ppid=15815 vsize=810964 CPUtime=0.04
/proc/15817/task/15820/stat : 15820 (java) S 15815 15817 13941 0 -1 64 1134 0 0 0 4 0 0 0 16 0 12 0 21457802 830427136 24452 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15817/tid=15821] ppid=15815 vsize=810964 CPUtime=0.03
/proc/15817/task/15821/stat : 15821 (java) S 15815 15817 13941 0 -1 64 662 0 0 0 3 0 0 0 16 0 12 0 21457802 830427136 24452 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15817/tid=15822] ppid=15815 vsize=810964 CPUtime=0
/proc/15817/task/15822/stat : 15822 (java) S 15815 15817 13941 0 -1 64 45 0 0 0 0 0 0 0 16 0 12 0 21457804 830427136 24452 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15817/tid=15823] ppid=15815 vsize=810964 CPUtime=0
/proc/15817/task/15823/stat : 15823 (java) S 15815 15817 13941 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 21457805 830427136 24452 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15817/tid=15824] ppid=15815 vsize=810964 CPUtime=0
/proc/15817/task/15824/stat : 15824 (java) S 15815 15817 13941 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 21457805 830427136 24452 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15817/tid=15825] ppid=15815 vsize=810964 CPUtime=0
/proc/15817/task/15825/stat : 15825 (java) S 15815 15817 13941 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 21457809 830427136 24452 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15817/tid=15826] ppid=15815 vsize=810964 CPUtime=0.06
/proc/15817/task/15826/stat : 15826 (java) S 15815 15817 13941 0 -1 64 263 0 0 0 6 0 0 0 17 0 12 0 21457809 830427136 24452 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15817/tid=15827] ppid=15815 vsize=810964 CPUtime=2.15
/proc/15817/task/15827/stat : 15827 (java) S 15815 15817 13941 0 -1 64 5106 0 0 0 213 2 0 0 16 0 12 0 21457809 830427136 24452 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15817/tid=15828] ppid=15815 vsize=810964 CPUtime=0
/proc/15817/task/15828/stat : 15828 (java) S 15815 15817 13941 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 21457809 830427136 24452 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15817/tid=15829] ppid=15815 vsize=810964 CPUtime=0
/proc/15817/task/15829/stat : 15829 (java) S 15815 15817 13941 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 21457809 830427136 24452 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.62
Current children cumulated vsize (KiB) 810964

[startup+25.5018 s]
/proc/loadavg: 1.93 2.08 2.07 3/94 15829
/proc/meminfo: memFree=1429312/2055920 swapFree=4192812/4192956
[pid=15817] ppid=15815 vsize=810560 CPUtime=25.36
/proc/15817/stat : 15817 (java) S 15815 15817 13941 0 -1 0 28681 0 1 0 2518 18 0 0 21 0 12 0 21457800 830013440 24770 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15817/statm: 202640 24770 1439 9 0 199967 0
[pid=15817/tid=15819] ppid=15815 vsize=810560 CPUtime=22.76
/proc/15817/task/15819/stat : 15819 (java) R 15815 15817 13941 0 -1 64 20654 0 1 0 2263 13 0 0 25 0 12 0 21457801 830013440 24770 996147200 134512640 134550932 4294956016 18446744073709551615 4109710636 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15817/tid=15820] ppid=15815 vsize=810560 CPUtime=0.04
/proc/15817/task/15820/stat : 15820 (java) S 15815 15817 13941 0 -1 64 1180 0 0 0 4 0 0 0 16 0 12 0 21457802 830013440 24770 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15817/tid=15821] ppid=15815 vsize=810560 CPUtime=0.04
/proc/15817/task/15821/stat : 15821 (java) S 15815 15817 13941 0 -1 64 682 0 0 0 4 0 0 0 16 0 12 0 21457802 830013440 24770 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15817/tid=15822] ppid=15815 vsize=810560 CPUtime=0.01
/proc/15817/task/15822/stat : 15822 (java) S 15815 15817 13941 0 -1 64 45 0 0 0 1 0 0 0 15 0 12 0 21457804 830013440 24770 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15817/tid=15823] ppid=15815 vsize=810560 CPUtime=0
/proc/15817/task/15823/stat : 15823 (java) S 15815 15817 13941 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 21457805 830013440 24770 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15817/tid=15824] ppid=15815 vsize=810560 CPUtime=0
/proc/15817/task/15824/stat : 15824 (java) S 15815 15817 13941 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 21457805 830013440 24770 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15817/tid=15825] ppid=15815 vsize=810560 CPUtime=0
/proc/15817/task/15825/stat : 15825 (java) S 15815 15817 13941 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 21457809 830013440 24770 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15817/tid=15826] ppid=15815 vsize=810560 CPUtime=0.06

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

[pid=15817/tid=15829] ppid=15815 vsize=810560 CPUtime=0
/proc/15817/task/15829/stat : 15829 (java) S 15815 15817 13941 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 21457809 830013440 24770 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.36
Current children cumulated vsize (KiB) 810560

[startup+51.1015 s]
/proc/loadavg: 1.96 2.07 2.06 3/94 15829
/proc/meminfo: memFree=1428544/2055920 swapFree=4192812/4192956
[pid=15817] ppid=15815 vsize=810560 CPUtime=50.82
/proc/15817/stat : 15817 (java) S 15815 15817 13941 0 -1 0 28876 0 1 0 5064 18 0 0 21 0 12 0 21457800 830013440 24927 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15817/statm: 202640 24927 1439 9 0 199967 0
[pid=15817/tid=15819] ppid=15815 vsize=810560 CPUtime=48.09
/proc/15817/task/15819/stat : 15819 (java) R 15815 15817 13941 0 -1 64 20736 0 1 0 4796 13 0 0 25 0 12 0 21457801 830013440 24927 996147200 134512640 134550932 4294956016 18446744073709551615 4109791542 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15817/tid=15820] ppid=15815 vsize=810560 CPUtime=0.05
/proc/15817/task/15820/stat : 15820 (java) S 15815 15817 13941 0 -1 64 1221 0 0 0 5 0 0 0 16 0 12 0 21457802 830013440 24927 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15817/tid=15821] ppid=15815 vsize=810560 CPUtime=0.05
/proc/15817/task/15821/stat : 15821 (java) S 15815 15817 13941 0 -1 64 746 0 0 0 5 0 0 0 15 0 12 0 21457802 830013440 24927 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15817/tid=15822] ppid=15815 vsize=810560 CPUtime=0.02
/proc/15817/task/15822/stat : 15822 (java) S 15815 15817 13941 0 -1 64 45 0 0 0 2 0 0 0 15 0 12 0 21457804 830013440 24927 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15817/tid=15823] ppid=15815 vsize=810560 CPUtime=0
/proc/15817/task/15823/stat : 15823 (java) S 15815 15817 13941 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 21457805 830013440 24927 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15817/tid=15824] ppid=15815 vsize=810560 CPUtime=0
/proc/15817/task/15824/stat : 15824 (java) S 15815 15817 13941 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 21457805 830013440 24927 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15817/tid=15825] ppid=15815 vsize=810560 CPUtime=0
/proc/15817/task/15825/stat : 15825 (java) S 15815 15817 13941 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 21457809 830013440 24927 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15817/tid=15826] ppid=15815 vsize=810560 CPUtime=0.06
/proc/15817/task/15826/stat : 15826 (java) S 15815 15817 13941 0 -1 64 263 0 0 0 6 0 0 0 17 0 12 0 21457809 830013440 24927 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15817/tid=15827] ppid=15815 vsize=810560 CPUtime=2.49
/proc/15817/task/15827/stat : 15827 (java) S 15815 15817 13941 0 -1 64 5125 0 0 0 247 2 0 0 16 0 12 0 21457809 830013440 24927 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15817/tid=15828] ppid=15815 vsize=810560 CPUtime=0
/proc/15817/task/15828/stat : 15828 (java) S 15815 15817 13941 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 21457809 830013440 24927 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15817/tid=15829] ppid=15815 vsize=810560 CPUtime=0
/proc/15817/task/15829/stat : 15829 (java) S 15815 15817 13941 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 21457809 830013440 24927 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 50.82
Current children cumulated vsize (KiB) 810560

[startup+102.306 s]
/proc/loadavg: 1.98 2.06 2.06 3/94 15829
/proc/meminfo: memFree=1428032/2055920 swapFree=4192812/4192956
[pid=15817] ppid=15815 vsize=810560 CPUtime=101.77
/proc/15817/stat : 15817 (java) S 15815 15817 13941 0 -1 0 29063 0 1 0 10157 20 0 0 21 0 12 0 21457800 830013440 25040 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15817/statm: 202640 25040 1439 9 0 199967 0
[pid=15817/tid=15819] ppid=15815 vsize=810560 CPUtime=98.87
/proc/15817/task/15819/stat : 15819 (java) R 15815 15817 13941 0 -1 64 20812 0 1 0 9873 14 0 0 25 0 12 0 21457801 830013440 25040 996147200 134512640 134550932 4294956016 18446744073709551615 4109710636 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15817/tid=15820] ppid=15815 vsize=810560 CPUtime=0.07
/proc/15817/task/15820/stat : 15820 (java) S 15815 15817 13941 0 -1 64 1288 0 0 0 7 0 0 0 16 0 12 0 21457802 830013440 25040 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15817/tid=15821] ppid=15815 vsize=810560 CPUtime=0.07
/proc/15817/task/15821/stat : 15821 (java) S 15815 15817 13941 0 -1 64 781 0 0 0 7 0 0 0 15 0 12 0 21457802 830013440 25040 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15817/tid=15822] ppid=15815 vsize=810560 CPUtime=0.04
/proc/15817/task/15822/stat : 15822 (java) S 15815 15817 13941 0 -1 64 45 0 0 0 3 1 0 0 15 0 12 0 21457804 830013440 25040 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15817/tid=15823] ppid=15815 vsize=810560 CPUtime=0
/proc/15817/task/15823/stat : 15823 (java) S 15815 15817 13941 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 21457805 830013440 25040 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15817/tid=15824] ppid=15815 vsize=810560 CPUtime=0
/proc/15817/task/15824/stat : 15824 (java) S 15815 15817 13941 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 21457805 830013440 25040 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15817/tid=15825] ppid=15815 vsize=810560 CPUtime=0
/proc/15817/task/15825/stat : 15825 (java) S 15815 15817 13941 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 21457809 830013440 25040 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15817/tid=15826] ppid=15815 vsize=810560 CPUtime=0.06
/proc/15817/task/15826/stat : 15826 (java) S 15815 15817 13941 0 -1 64 263 0 0 0 6 0 0 0 17 0 12 0 21457809 830013440 25040 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15817/tid=15827] ppid=15815 vsize=810560 CPUtime=2.6
/proc/15817/task/15827/stat : 15827 (java) S 15815 15817 13941 0 -1 64 5134 0 0 0 258 2 0 0 17 0 12 0 21457809 830013440 25040 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15817/tid=15828] ppid=15815 vsize=810560 CPUtime=0
/proc/15817/task/15828/stat : 15828 (java) S 15815 15817 13941 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 21457809 830013440 25040 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15817/tid=15829] ppid=15815 vsize=810560 CPUtime=0
/proc/15817/task/15829/stat : 15829 (java) S 15815 15817 13941 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 21457809 830013440 25040 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 101.77
Current children cumulated vsize (KiB) 810560

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

[startup+103.101 s]
/proc/loadavg: 1.98 2.06 2.06 3/94 15829
/proc/meminfo: memFree=1428032/2055920 swapFree=4192812/4192956
[pid=15817] ppid=15815 vsize=810560 CPUtime=102.56
/proc/15817/stat : 15817 (java) S 15815 15817 13941 0 -1 0 29065 0 1 0 10236 20 0 0 21 0 12 0 21457800 830013440 25041 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15817/statm: 202640 25041 1439 9 0 199967 0
[pid=15817/tid=15819] ppid=15815 vsize=810560 CPUtime=99.66
/proc/15817/task/15819/stat : 15819 (java) R 15815 15817 13941 0 -1 64 20813 0 1 0 9952 14 0 0 25 0 12 0 21457801 830013440 25041 996147200 134512640 134550932 4294956016 18446744073709551615 4109864234 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15817/tid=15820] ppid=15815 vsize=810560 CPUtime=0.07
/proc/15817/task/15820/stat : 15820 (java) S 15815 15817 13941 0 -1 64 1288 0 0 0 7 0 0 0 15 0 12 0 21457802 830013440 25041 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15817/tid=15821] ppid=15815 vsize=810560 CPUtime=0.07
/proc/15817/task/15821/stat : 15821 (java) S 15815 15817 13941 0 -1 64 782 0 0 0 7 0 0 0 16 0 12 0 21457802 830013440 25041 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15817/tid=15822] ppid=15815 vsize=810560 CPUtime=0.04
/proc/15817/task/15822/stat : 15822 (java) S 15815 15817 13941 0 -1 64 45 0 0 0 3 1 0 0 15 0 12 0 21457804 830013440 25041 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15817/tid=15823] ppid=15815 vsize=810560 CPUtime=0
/proc/15817/task/15823/stat : 15823 (java) S 15815 15817 13941 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 21457805 830013440 25041 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15817/tid=15824] ppid=15815 vsize=810560 CPUtime=0
/proc/15817/task/15824/stat : 15824 (java) S 15815 15817 13941 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 21457805 830013440 25041 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15817/tid=15825] ppid=15815 vsize=810560 CPUtime=0
/proc/15817/task/15825/stat : 15825 (java) S 15815 15817 13941 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 21457809 830013440 25041 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15817/tid=15826] ppid=15815 vsize=810560 CPUtime=0.06
/proc/15817/task/15826/stat : 15826 (java) S 15815 15817 13941 0 -1 64 263 0 0 0 6 0 0 0 17 0 12 0 21457809 830013440 25041 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15817/tid=15827] ppid=15815 vsize=810560 CPUtime=2.6
/proc/15817/task/15827/stat : 15827 (java) S 15815 15817 13941 0 -1 64 5134 0 0 0 258 2 0 0 17 0 12 0 21457809 830013440 25041 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15817/tid=15828] ppid=15815 vsize=810560 CPUtime=0
/proc/15817/task/15828/stat : 15828 (java) S 15815 15817 13941 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 21457809 830013440 25041 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15817/tid=15829] ppid=15815 vsize=810560 CPUtime=0
/proc/15817/task/15829/stat : 15829 (java) S 15815 15817 13941 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 21457809 830013440 25041 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 102.56
Current children cumulated vsize (KiB) 810560

[startup+103.902 s]
/proc/loadavg: 1.98 2.06 2.06 3/94 15829
/proc/meminfo: memFree=1428032/2055920 swapFree=4192812/4192956
[pid=15817] ppid=15815 vsize=810560 CPUtime=103.36
/proc/15817/stat : 15817 (java) S 15815 15817 13941 0 -1 0 29067 0 1 0 10316 20 0 0 21 0 12 0 21457800 830013440 25042 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15817/statm: 202640 25042 1439 9 0 199967 0
[pid=15817/tid=15819] ppid=15815 vsize=810560 CPUtime=100.46
/proc/15817/task/15819/stat : 15819 (java) R 15815 15817 13941 0 -1 64 20814 0 1 0 10032 14 0 0 25 0 12 0 21457801 830013440 25042 996147200 134512640 134550932 4294956016 18446744073709551615 4109864115 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15817/tid=15820] ppid=15815 vsize=810560 CPUtime=0.07
/proc/15817/task/15820/stat : 15820 (java) S 15815 15817 13941 0 -1 64 1289 0 0 0 7 0 0 0 16 0 12 0 21457802 830013440 25042 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15817/tid=15821] ppid=15815 vsize=810560 CPUtime=0.07
/proc/15817/task/15821/stat : 15821 (java) S 15815 15817 13941 0 -1 64 782 0 0 0 7 0 0 0 15 0 12 0 21457802 830013440 25042 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15817/tid=15822] ppid=15815 vsize=810560 CPUtime=0.04
/proc/15817/task/15822/stat : 15822 (java) S 15815 15817 13941 0 -1 64 45 0 0 0 3 1 0 0 15 0 12 0 21457804 830013440 25042 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15817/tid=15823] ppid=15815 vsize=810560 CPUtime=0
/proc/15817/task/15823/stat : 15823 (java) S 15815 15817 13941 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 21457805 830013440 25042 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15817/tid=15824] ppid=15815 vsize=810560 CPUtime=0
/proc/15817/task/15824/stat : 15824 (java) S 15815 15817 13941 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 21457805 830013440 25042 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15817/tid=15825] ppid=15815 vsize=810560 CPUtime=0
/proc/15817/task/15825/stat : 15825 (java) S 15815 15817 13941 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 21457809 830013440 25042 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15817/tid=15826] ppid=15815 vsize=810560 CPUtime=0.06
/proc/15817/task/15826/stat : 15826 (java) S 15815 15817 13941 0 -1 64 263 0 0 0 6 0 0 0 17 0 12 0 21457809 830013440 25042 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15817/tid=15827] ppid=15815 vsize=810560 CPUtime=2.6
/proc/15817/task/15827/stat : 15827 (java) S 15815 15817 13941 0 -1 64 5134 0 0 0 258 2 0 0 17 0 12 0 21457809 830013440 25042 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15817/tid=15828] ppid=15815 vsize=810560 CPUtime=0
/proc/15817/task/15828/stat : 15828 (java) S 15815 15817 13941 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 21457809 830013440 25042 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15817/tid=15829] ppid=15815 vsize=810560 CPUtime=0
/proc/15817/task/15829/stat : 15829 (java) S 15815 15817 13941 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 21457809 830013440 25042 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 103.36
Current children cumulated vsize (KiB) 810560

[startup+104.302 s]
/proc/loadavg: 1.98 2.06 2.06 3/94 15829
/proc/meminfo: memFree=1428032/2055920 swapFree=4192812/4192956
[pid=15817] ppid=15815 vsize=810884 CPUtime=103.76
/proc/15817/stat : 15817 (java) S 15815 15817 13941 0 -1 0 29096 0 1 0 10356 20 0 0 21 0 13 0 21457800 830345216 25068 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15817/statm: 202721 25068 1443 9 0 200048 0
[pid=15817/tid=15819] ppid=15815 vsize=810884 CPUtime=100.64
/proc/15817/task/15819/stat : 15819 (java) R 15815 15817 13941 0 -1 64 20828 0 1 0 10050 14 0 0 25 0 13 0 21457801 830345216 25068 996147200 134512640 134550932 4294956016 18446744073709551615 4109136295 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15817/tid=15820] ppid=15815 vsize=810884 CPUtime=0.07
/proc/15817/task/15820/stat : 15820 (java) S 15815 15817 13941 0 -1 64 1289 0 0 0 7 0 0 0 15 0 13 0 21457802 830345216 25068 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15817/tid=15821] ppid=15815 vsize=810884 CPUtime=0.07
/proc/15817/task/15821/stat : 15821 (java) S 15815 15817 13941 0 -1 64 783 0 0 0 7 0 0 0 16 0 13 0 21457802 830345216 25068 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15817/tid=15822] ppid=15815 vsize=810884 CPUtime=0.04
/proc/15817/task/15822/stat : 15822 (java) S 15815 15817 13941 0 -1 64 45 0 0 0 3 1 0 0 16 0 13 0 21457804 830345216 25068 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15817/tid=15823] ppid=15815 vsize=810884 CPUtime=0
/proc/15817/task/15823/stat : 15823 (java) S 15815 15817 13941 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 21457805 830345216 25068 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15817/tid=15824] ppid=15815 vsize=810884 CPUtime=0
/proc/15817/task/15824/stat : 15824 (java) S 15815 15817 13941 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 21457805 830345216 25068 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15817/tid=15825] ppid=15815 vsize=810884 CPUtime=0
/proc/15817/task/15825/stat : 15825 (java) S 15815 15817 13941 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 21457809 830345216 25068 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15817/tid=15826] ppid=15815 vsize=810884 CPUtime=0.06
/proc/15817/task/15826/stat : 15826 (java) S 15815 15817 13941 0 -1 64 263 0 0 0 6 0 0 0 17 0 13 0 21457809 830345216 25068 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15817/tid=15827] ppid=15815 vsize=810884 CPUtime=2.82
/proc/15817/task/15827/stat : 15827 (java) S 15815 15817 13941 0 -1 64 5144 0 0 0 280 2 0 0 17 0 13 0 21457809 830345216 25068 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15817/tid=15828] ppid=15815 vsize=810884 CPUtime=0
/proc/15817/task/15828/stat : 15828 (java) S 15815 15817 13941 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 21457809 830345216 25068 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15817/tid=15829] ppid=15815 vsize=810884 CPUtime=0
/proc/15817/task/15829/stat : 15829 (java) S 15815 15817 13941 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 21457809 830345216 25068 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 103.76
Current children cumulated vsize (KiB) 810884

[startup+104.403 s]
/proc/loadavg: 2.14 2.09 2.07 3/84 15831
/proc/meminfo: memFree=1482240/2055920 swapFree=4192812/4192956
[pid=15817] ppid=15815 vsize=0 CPUtime=103.85
/proc/15817/stat : 15817 (java) Z 15815 15817 13941 0 -1 12 29109 0 1 0 10364 21 0 0 16 0 2 0 21457800 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15817/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 103.85
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 104.414
CPU time (s): 103.868
CPU user time (s): 103.646
CPU system time (s): 0.221966
CPU usage (%): 99.4773
Max. virtual memory (cumulated for all children) (KiB): 813124

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 103.646
system time used= 0.221966
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 29109
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= 5100
involuntary context switches= 5895

runsolver used 0.158975 second user time and 0.331949 second system time

The end

Launcher Data

Begin job on node82 at 2009-07-11 22:25:28
IDJOB=2067137
IDBENCH=54609
IDSOLVER=731
FILE ID=node82/2067137-1247343928
PBS_JOBID= 9506649
Free space on /tmp= 66136 MiB

SOLVER NAME= SAT4J CSP 2.1.1
BENCH NAME= CPAI08/csp/pseudo/radar/normalized-radar-10-20-4.5-0.5-100.xml
COMMAND LINE= java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2067137-1247343928/watcher-2067137-1247343928 -o /tmp/evaluation-result-2067137-1247343928/solver-2067137-1247343928 -C 1800 -W 2000 -M 900  java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2067137-1247343928.xml

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

MD5SUM BENCH= 4214c9e2743aa9a194a44623b5e5fe50
RANDOM SEED=1865724799

node82.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.265
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.265
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1523896 kB
Buffers:         24840 kB
Cached:          94364 kB
SwapCached:          0 kB
Active:         441480 kB
Inactive:        35740 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1523896 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1632 kB
Writeback:           0 kB
Mapped:         378444 kB
Slab:            39136 kB
Committed_AS:   510276 kB
PageTables:       2712 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 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 node82 at 2009-07-11 22:27:13