Trace number 2061109

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 530.6 533.191

General information on the benchmark

Namecsp/costasArray/
normalized-costasArray-16.xml
MD5SUMd5a4e42e307e2dee4bd264daf195f681
Bench CategoryAlldiff (alldiff)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark3.11153
Satisfiable
(Un)Satisfiability was proved
Number of variables133
Number of constraints132
Maximum constraint arity16
Maximum domain size30
Number of constraints which are defined in extension0
Number of constraints which are defined in intension118
Global constraints used (with number of constraints)alldifferent(14)

Solver Data

0.13/0.30	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.13/0.30	c This is free software under the dual EPL/GNU LGPL licenses.
0.13/0.30	c See www.sat4j.org for details.
0.13/0.30	c That software uses the Rhino library from the Mozilla project.
0.13/0.32	c version 2.1.1.v20090622
0.13/0.32	c sun.arch.data.model	32
0.13/0.32	c java.version	1.6.0_12
0.13/0.32	c os.name	Linux
0.13/0.32	c os.version	2.6.9-22.EL.rootsmp
0.13/0.32	c os.arch	i386
0.13/0.32	c Free memory 671000808
0.13/0.32	c Max memory 672137216
0.13/0.32	c Total memory 672137216
0.13/0.32	c Number of processors 2
0.24/0.41	c c --- Begin Solver configuration ---
0.24/0.41	c Stops conflict analysis at the first Unique Implication Point
0.24/0.41	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@1f14ceb
0.24/0.41	c Learn all clauses as in MiniSAT
0.24/0.41	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.24/0.41	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.24/0.41	c Expensive reason simplification
0.24/0.41	c MiniSAT restarts strategy
0.24/0.41	c Memory based learned constraints deletion strategy
0.24/0.41	c timeout=2147483s
0.24/0.41	c DB Simplification allowed=false
0.24/0.41	c --- End Solver configuration ---
0.24/0.41	c solving HOME/instance-2061109-1247326715.xml
0.24/0.41	c reading problem ... 
0.43/0.67	c reading problem named null
0.43/0.67	c reading domains done.
0.43/0.68	c reading variables done.
0.52/0.75	c reading predicates  done.
0.70/0.98	c reading constraints
5.54/5.56	c done with constraints.
5.54/5.56	c ... done. Wall clock time 5.149s.
5.54/5.56	c #vars     3766
5.54/5.56	c #constraints  892172
5.54/5.56	c constraints type 
5.54/5.56	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 873349
5.54/5.56	c org.sat4j.minisat.constraints.card.AtLeast => 133
5.54/5.56	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 18690
530.51/533.11	c starts		: 18
530.51/533.11	c conflicts		: 238752
530.51/533.11	c decisions		: 342544
530.51/533.11	c propagations		: 129823723
530.51/533.11	c inspects		: 1653920277
530.51/533.11	c learnt literals	: 0
530.51/533.11	c learnt binary clauses	: 2
530.51/533.11	c learnt ternary clauses	: 6372
530.51/533.11	c learnt clauses	: 238752
530.51/533.11	c ignored clauses	: 0
530.51/533.11	c root simplifications	: 0
530.51/533.11	c removed literals (reason simplification)	: 6360211
530.51/533.11	c reason swapping (by a shorter reason)	: 0
530.51/533.11	c Calls to reduceDB	: 0
530.51/533.11	c speed (assignments/second)	: 246088.4638204224
530.51/533.11	c non guided choices	3972
530.51/533.15	c learnt constraints type 
530.51/533.15	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 2
530.51/533.16	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 238750
530.51/533.16	c constraints type 
530.51/533.16	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 873349
530.51/533.16	c org.sat4j.minisat.constraints.card.AtLeast => 133
530.51/533.16	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 18690
530.51/533.16	s SATISFIABLE
530.51/533.16	v 5 13 11 1 2 16 15 8 14 3 10 7 12 4 6 9 -8 2 10 -1 -14 1 7 -6 11 -7 3 -5 8 -2 -3 -6 12 9 -15 -13 8 1 5 4 -4 -2 3 6 -5 4 11 -5 -14 -6 2 12 -2 7 -9 6 1 3 3 -3 -4 -7 -12 13 5 1 2 -1 4 -2 -11 -2 3 -13 -1 6 8 -4 10 -3 1 -10 5 -3 -2 -8 9 3 4 8 -6 -3 -1 8 -9 -5 4 11 2 5 -9 10 1 -6 -10 12 9 -1 2 3 4 -11 -2 10 6 -5 6 -1 -3 -4 7 -2 1 7 -5 -7 -7 9 5 -8 1 7 2 
530.51/533.16	c Total wall clock time (in seconds) : 532.7

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-2061109-1247326715/watcher-2061109-1247326715 -o /tmp/evaluation-result-2061109-1247326715/solver-2061109-1247326715 -C 1800 -W 2000 -M 900 java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2061109-1247326715.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.68 2.91 4/73 13533
/proc/meminfo: memFree=1931208/2055920 swapFree=4192812/4192956
[pid=13533] ppid=13531 vsize=18576 CPUtime=0
/proc/13533/stat : 13533 (runsolver) R 13531 13533 12242 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 19736448 19021824 284 996147200 4194304 4302564 548682068448 18446744073709551615 224264776999 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/13533/statm: 4644 284 249 26 0 2626 0

[startup+0.0152009 s]
/proc/loadavg: 2.00 2.68 2.91 4/73 13533
/proc/meminfo: memFree=1931208/2055920 swapFree=4192812/4192956
[pid=13533] ppid=13531 vsize=18576 CPUtime=0
/proc/13533/stat : 13533 (runsolver) D 13531 13533 12242 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 19736448 19021824 284 996147200 4194304 4302564 548682068448 18446744073709551615 224264776999 0 0 4096 24578 18446744071563608240 0 0 17 0 0 0
/proc/13533/statm: 4644 284 249 26 0 2626 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18576

[startup+0.101266 s]
/proc/loadavg: 2.00 2.68 2.91 4/73 13533
/proc/meminfo: memFree=1931208/2055920 swapFree=4192812/4192956
[pid=13533] ppid=13531 vsize=12928 CPUtime=0.01
/proc/13533/stat : 13533 (java) R 13531 13533 12242 0 -1 0 374 0 13 0 0 1 0 0 18 0 1 0 19736448 13238272 194 996147200 134512640 134550932 4294956016 18446744073709551615 6521642 0 0 4096 0 0 0 0 17 0 0 0
/proc/13533/statm: 3232 194 136 9 0 1104 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 12928

[startup+0.301285 s]
/proc/loadavg: 2.00 2.68 2.91 4/73 13533
/proc/meminfo: memFree=1931208/2055920 swapFree=4192812/4192956
[pid=13533] ppid=13531 vsize=804688 CPUtime=0.13
/proc/13533/stat : 13533 (java) S 13531 13533 12242 0 -1 0 3188 0 28 0 9 4 0 0 18 0 12 0 19736448 824000512 2958 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13533/statm: 201172 2958 1094 9 0 198506 0
Current children cumulated CPU time (s) 0.13
Current children cumulated vsize (KiB) 804688

[startup+0.701331 s]
/proc/loadavg: 2.00 2.68 2.91 4/73 13533
/proc/meminfo: memFree=1931208/2055920 swapFree=4192812/4192956
[pid=13533] ppid=13531 vsize=807184 CPUtime=0.52
/proc/13533/stat : 13533 (java) S 13531 13533 12242 0 -1 0 5333 0 29 0 45 7 0 0 18 0 12 0 19736448 826556416 4854 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13533/statm: 201796 4854 1384 9 0 199123 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 807184

[startup+1.5025 s]
/proc/loadavg: 2.00 2.68 2.91 3/85 13545
/proc/meminfo: memFree=1904680/2055920 swapFree=4192812/4192956
[pid=13533] ppid=13531 vsize=815352 CPUtime=1.3
/proc/13533/stat : 13533 (java) S 13531 13533 12242 0 -1 0 10020 0 29 0 120 10 0 0 18 0 12 0 19736448 834920448 8068 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13533/statm: 203838 8068 1396 9 0 201165 0
[pid=13533/tid=13535] ppid=13531 vsize=815352 CPUtime=0.68
/proc/13533/task/13535/stat : 13535 (java) R 13531 13533 12242 0 -1 64 4900 0 2 0 63 5 0 0 19 0 12 0 19736461 834920448 8068 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13533/tid=13536] ppid=13531 vsize=815352 CPUtime=0
/proc/13533/task/13536/stat : 13536 (java) S 13531 13533 12242 0 -1 64 3 0 0 0 0 0 0 0 19 0 12 0 19736467 834920448 8068 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13533/tid=13537] ppid=13531 vsize=815352 CPUtime=0
/proc/13533/task/13537/stat : 13537 (java) S 13531 13533 12242 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 19736467 834920448 8068 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13533/tid=13538] ppid=13531 vsize=815352 CPUtime=0
/proc/13533/task/13538/stat : 13538 (java) S 13531 13533 12242 0 -1 64 3 0 0 0 0 0 0 0 17 0 12 0 19736469 834920448 8068 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13533/tid=13539] ppid=13531 vsize=815352 CPUtime=0
/proc/13533/task/13539/stat : 13539 (java) S 13531 13533 12242 0 -1 64 10 0 0 0 0 0 0 0 22 0 12 0 19736470 834920448 8068 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13533/tid=13540] ppid=13531 vsize=815352 CPUtime=0
/proc/13533/task/13540/stat : 13540 (java) S 13531 13533 12242 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 19736470 834920448 8068 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13533/tid=13541] ppid=13531 vsize=815352 CPUtime=0
/proc/13533/task/13541/stat : 13541 (java) S 13531 13533 12242 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 19736474 834920448 8068 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13533/tid=13542] ppid=13531 vsize=815352 CPUtime=0
/proc/13533/task/13542/stat : 13542 (java) S 13531 13533 12242 0 -1 64 13 0 0 0 0 0 0 0 20 0 12 0 19736474 834920448 8068 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13533/tid=13543] ppid=13531 vsize=815352 CPUtime=0.57
/proc/13533/task/13543/stat : 13543 (java) R 13531 13533 12242 0 -1 64 4390 0 0 0 56 1 0 0 18 0 12 0 19736474 834920448 8068 996147200 134512640 134550932 4294956016 18446744073709551615 7016151 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13533/tid=13544] ppid=13531 vsize=815352 CPUtime=0
/proc/13533/task/13544/stat : 13544 (java) S 13531 13533 12242 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 19736474 834920448 8068 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13533/tid=13545] ppid=13531 vsize=815352 CPUtime=0
/proc/13533/task/13545/stat : 13545 (java) S 13531 13533 12242 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 19736474 834920448 8068 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.3
Current children cumulated vsize (KiB) 815352

[startup+3.10179 s]
/proc/loadavg: 2.00 2.68 2.91 3/85 13545
/proc/meminfo: memFree=1878760/2055920 swapFree=4192812/4192956
[pid=13533] ppid=13531 vsize=814472 CPUtime=2.89
/proc/13533/stat : 13533 (java) S 13531 13533 12242 0 -1 0 26912 0 29 0 272 17 0 0 18 0 12 0 19736448 834019328 24614 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13533/statm: 203618 24614 1432 9 0 200945 0
[pid=13533/tid=13535] ppid=13531 vsize=814472 CPUtime=1.84
/proc/13533/task/13535/stat : 13535 (java) R 13531 13533 12242 0 -1 64 17381 0 2 0 173 11 0 0 25 0 12 0 19736461 834019328 24614 996147200 134512640 134550932 4294956016 18446744073709551615 4109567568 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13533/tid=13536] ppid=13531 vsize=814472 CPUtime=0.1
/proc/13533/task/13536/stat : 13536 (java) S 13531 13533 12242 0 -1 64 2355 0 0 0 9 1 0 0 16 0 12 0 19736467 834019328 24614 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13533/tid=13537] ppid=13531 vsize=814472 CPUtime=0.07
/proc/13533/task/13537/stat : 13537 (java) S 13531 13533 12242 0 -1 64 1820 0 0 0 7 0 0 0 16 0 12 0 19736467 834019328 24614 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13533/tid=13538] ppid=13531 vsize=814472 CPUtime=0
/proc/13533/task/13538/stat : 13538 (java) S 13531 13533 12242 0 -1 64 12 0 0 0 0 0 0 0 16 0 12 0 19736469 834019328 24614 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13533/tid=13539] ppid=13531 vsize=814472 CPUtime=0
/proc/13533/task/13539/stat : 13539 (java) S 13531 13533 12242 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 19736470 834019328 24614 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13533/tid=13540] ppid=13531 vsize=814472 CPUtime=0
/proc/13533/task/13540/stat : 13540 (java) S 13531 13533 12242 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 19736470 834019328 24614 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13533/tid=13541] ppid=13531 vsize=814472 CPUtime=0
/proc/13533/task/13541/stat : 13541 (java) S 13531 13533 12242 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 19736474 834019328 24614 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13533/tid=13542] ppid=13531 vsize=814472 CPUtime=0.04
/proc/13533/task/13542/stat : 13542 (java) S 13531 13533 12242 0 -1 64 22 0 0 0 4 0 0 0 17 0 12 0 19736474 834019328 24614 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13533/tid=13543] ppid=13531 vsize=814472 CPUtime=0.79
/proc/13533/task/13543/stat : 13543 (java) S 13531 13533 12242 0 -1 64 4609 0 0 0 77 2 0 0 16 0 12 0 19736474 834019328 24614 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13533/tid=13544] ppid=13531 vsize=814472 CPUtime=0
/proc/13533/task/13544/stat : 13544 (java) S 13531 13533 12242 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 19736474 834019328 24614 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13533/tid=13545] ppid=13531 vsize=814472 CPUtime=0
/proc/13533/task/13545/stat : 13545 (java) S 13531 13533 12242 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 19736474 834019328 24614 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.89
Current children cumulated vsize (KiB) 814472

[startup+6.30238 s]
/proc/loadavg: 2.00 2.67 2.90 4/85 13545
/proc/meminfo: memFree=1784104/2055920 swapFree=4192812/4192956
[pid=13533] ppid=13531 vsize=815036 CPUtime=6.34
/proc/13533/stat : 13533 (java) S 13531 13533 12242 0 -1 0 40412 0 29 0 612 22 0 0 18 0 13 0 19736448 834596864 36117 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13533/statm: 203759 36117 1441 9 0 201086 0
[pid=13533/tid=13535] ppid=13531 vsize=815036 CPUtime=3.41
/proc/13533/task/13535/stat : 13535 (java) R 13531 13533 12242 0 -1 64 17407 0 2 0 330 11 0 0 24 0 13 0 19736461 834596864 36117 996147200 134512640 134550932 4294956016 18446744073709551615 4109998560 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13533/tid=13536] ppid=13531 vsize=815036 CPUtime=0.39
/proc/13533/task/13536/stat : 13536 (java) S 13531 13533 12242 0 -1 64 8245 0 0 0 36 3 0 0 17 0 13 0 19736467 834596864 36117 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13533/tid=13537] ppid=13531 vsize=815036 CPUtime=0.42
/proc/13533/task/13537/stat : 13537 (java) S 13531 13533 12242 0 -1 64 8013 0 0 0 40 2 0 0 17 0 13 0 19736467 834596864 36117 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13533/tid=13538] ppid=13531 vsize=815036 CPUtime=0
/proc/13533/task/13538/stat : 13538 (java) S 13531 13533 12242 0 -1 64 12 0 0 0 0 0 0 0 16 0 13 0 19736469 834596864 36117 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13533/tid=13539] ppid=13531 vsize=815036 CPUtime=0
/proc/13533/task/13539/stat : 13539 (java) S 13531 13533 12242 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 19736470 834596864 36117 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13533/tid=13540] ppid=13531 vsize=815036 CPUtime=0
/proc/13533/task/13540/stat : 13540 (java) S 13531 13533 12242 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 19736470 834596864 36117 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13533/tid=13541] ppid=13531 vsize=815036 CPUtime=0
/proc/13533/task/13541/stat : 13541 (java) S 13531 13533 12242 0 -1 64 0 0 0 0 0 0 0 0 19 0 13 0 19736474 834596864 36117 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13533/tid=13542] ppid=13531 vsize=815036 CPUtime=0.36
/proc/13533/task/13542/stat : 13542 (java) S 13531 13533 12242 0 -1 64 65 0 0 0 36 0 0 0 16 0 13 0 19736474 834596864 36117 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13533/tid=13543] ppid=13531 vsize=815036 CPUtime=1.69
/proc/13533/task/13543/stat : 13543 (java) R 13531 13533 12242 0 -1 64 5952 0 0 0 167 2 0 0 19 0 13 0 19736474 834596864 36117 996147200 134512640 134550932 4294956016 18446744073709551615 103108565 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13533/tid=13544] ppid=13531 vsize=815036 CPUtime=0
/proc/13533/task/13544/stat : 13544 (java) S 13531 13533 12242 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 19736474 834596864 36117 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13533/tid=13545] ppid=13531 vsize=815036 CPUtime=0
/proc/13533/task/13545/stat : 13545 (java) S 13531 13533 12242 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 19736474 834596864 36117 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.34
Current children cumulated vsize (KiB) 815036

[startup+12.7026 s]
/proc/loadavg: 2.00 2.66 2.90 3/86 13546
/proc/meminfo: memFree=1761704/2055920 swapFree=4192812/4192956
[pid=13533] ppid=13531 vsize=815036 CPUtime=12.74
/proc/13533/stat : 13533 (java) S 13531 13533 12242 0 -1 0 45907 0 29 0 1248 26 0 0 18 0 13 0 19736448 834596864 41608 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13533/statm: 203759 41608 1445 9 0 201086 0
[pid=13533/tid=13535] ppid=13531 vsize=815036 CPUtime=9.3
/proc/13533/task/13535/stat : 13535 (java) R 13531 13533 12242 0 -1 64 17411 0 2 0 919 11 0 0 25 0 13 0 19736461 834596864 41608 996147200 134512640 134550932 4294956016 18446744073709551615 4109996088 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13533/tid=13536] ppid=13531 vsize=815036 CPUtime=0.52
/proc/13533/task/13536/stat : 13536 (java) S 13531 13533 12242 0 -1 64 11255 0 0 0 47 5 0 0 18 0 13 0 19736467 834596864 41608 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13533/tid=13537] ppid=13531 vsize=815036 CPUtime=0.58
/proc/13533/task/13537/stat : 13537 (java) S 13531 13533 12242 0 -1 64 10475 0 0 0 55 3 0 0 18 0 13 0 19736467 834596864 41608 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13533/tid=13538] ppid=13531 vsize=815036 CPUtime=0
/proc/13533/task/13538/stat : 13538 (java) S 13531 13533 12242 0 -1 64 12 0 0 0 0 0 0 0 16 0 13 0 19736469 834596864 41608 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13533/tid=13539] ppid=13531 vsize=815036 CPUtime=0
/proc/13533/task/13539/stat : 13539 (java) S 13531 13533 12242 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 19736470 834596864 41608 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13533/tid=13540] ppid=13531 vsize=815036 CPUtime=0
/proc/13533/task/13540/stat : 13540 (java) S 13531 13533 12242 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 19736470 834596864 41608 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13533/tid=13541] ppid=13531 vsize=815036 CPUtime=0
/proc/13533/task/13541/stat : 13541 (java) S 13531 13533 12242 0 -1 64 0 0 0 0 0 0 0 0 19 0 13 0 19736474 834596864 41608 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13533/tid=13542] ppid=13531 vsize=815036 CPUtime=0.36
/proc/13533/task/13542/stat : 13542 (java) S 13531 13533 12242 0 -1 64 65 0 0 0 36 0 0 0 16 0 13 0 19736474 834596864 41608 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13533/tid=13543] ppid=13531 vsize=815036 CPUtime=1.91
/proc/13533/task/13543/stat : 13543 (java) S 13531 13533 12242 0 -1 64 5971 0 0 0 189 2 0 0 16 0 13 0 19736474 834596864 41608 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13533/tid=13544] ppid=13531 vsize=815036 CPUtime=0
/proc/13533/task/13544/stat : 13544 (java) S 13531 13533 12242 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 19736474 834596864 41608 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13533/tid=13545] ppid=13531 vsize=815036 CPUtime=0
/proc/13533/task/13545/stat : 13545 (java) S 13531 13533 12242 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 19736474 834596864 41608 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13533/tid=13546] ppid=13531 vsize=815036 CPUtime=0
/proc/13533/task/13546/stat : 13546 (java) S 13531 13533 12242 0 -1 64 5 0 0 0 0 0 0 0 23 0 13 0 19737006 834596864 41608 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.74
Current children cumulated vsize (KiB) 815036

[startup+25.503 s]
/proc/loadavg: 2.00 2.63 2.88 3/86 13546
/proc/meminfo: memFree=1761704/2055920 swapFree=4192812/4192956
[pid=13533] ppid=13531 vsize=815036 CPUtime=25.47
/proc/13533/stat : 13533 (java) S 13531 13533 12242 0 -1 0 45912 0 29 0 2521 26 0 0 18 0 13 0 19736448 834596864 41612 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13533/statm: 203759 41612 1445 9 0 201086 0
[pid=13533/tid=13535] ppid=13531 vsize=815036 CPUtime=21.96
/proc/13533/task/13535/stat : 13535 (java) R 13531 13533 12242 0 -1 64 17412 0 2 0 2185 11 0 0 25 0 13 0 19736461 834596864 41612 996147200 134512640 134550932 4294956016 18446744073709551615 4110046207 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13533/tid=13536] ppid=13531 vsize=815036 CPUtime=0.52
/proc/13533/task/13536/stat : 13536 (java) S 13531 13533 12242 0 -1 64 11255 0 0 0 47 5 0 0 18 0 13 0 19736467 834596864 41612 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13533/tid=13537] ppid=13531 vsize=815036 CPUtime=0.58
/proc/13533/task/13537/stat : 13537 (java) S 13531 13533 12242 0 -1 64 10475 0 0 0 55 3 0 0 18 0 13 0 19736467 834596864 41612 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13533/tid=13538] ppid=13531 vsize=815036 CPUtime=0
/proc/13533/task/13538/stat : 13538 (java) S 13531 13533 12242 0 -1 64 12 0 0 0 0 0 0 0 16 0 13 0 19736469 834596864 41612 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13533/tid=13539] ppid=13531 vsize=815036 CPUtime=0
/proc/13533/task/13539/stat : 13539 (java) S 13531 13533 12242 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 19736470 834596864 41612 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13533/tid=13540] ppid=13531 vsize=815036 CPUtime=0
/proc/13533/task/13540/stat : 13540 (java) S 13531 13533 12242 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 19736470 834596864 41612 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13533/tid=13541] ppid=13531 vsize=815036 CPUtime=0

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

/proc/13533/task/13545/stat : 13545 (java) S 13531 13533 12242 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 19736474 834596864 41613 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13533/tid=13546] ppid=13531 vsize=815036 CPUtime=0
/proc/13533/task/13546/stat : 13546 (java) S 13531 13533 12242 0 -1 64 5 0 0 0 0 0 0 0 23 0 13 0 19737006 834596864 41613 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 522.15
Current children cumulated vsize (KiB) 815036

[startup+527.902 s]
/proc/loadavg: 2.00 2.11 2.50 3/86 13546
/proc/meminfo: memFree=1761384/2055920 swapFree=4192812/4192956
[pid=13533] ppid=13531 vsize=815036 CPUtime=525.33
/proc/13533/stat : 13533 (java) S 13531 13533 12242 0 -1 0 45913 0 29 0 52506 27 0 0 18 0 13 0 19736448 834596864 41613 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13533/statm: 203759 41613 1445 9 0 201086 0
[pid=13533/tid=13535] ppid=13531 vsize=815036 CPUtime=521.8
/proc/13533/task/13535/stat : 13535 (java) R 13531 13533 12242 0 -1 64 17412 0 2 0 52168 12 0 0 25 0 13 0 19736461 834596864 41613 996147200 134512640 134550932 4294956016 18446744073709551615 4109998526 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13533/tid=13536] ppid=13531 vsize=815036 CPUtime=0.52
/proc/13533/task/13536/stat : 13536 (java) S 13531 13533 12242 0 -1 64 11255 0 0 0 47 5 0 0 18 0 13 0 19736467 834596864 41613 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13533/tid=13537] ppid=13531 vsize=815036 CPUtime=0.58
/proc/13533/task/13537/stat : 13537 (java) S 13531 13533 12242 0 -1 64 10475 0 0 0 55 3 0 0 18 0 13 0 19736467 834596864 41613 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13533/tid=13538] ppid=13531 vsize=815036 CPUtime=0
/proc/13533/task/13538/stat : 13538 (java) S 13531 13533 12242 0 -1 64 12 0 0 0 0 0 0 0 16 0 13 0 19736469 834596864 41613 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13533/tid=13539] ppid=13531 vsize=815036 CPUtime=0
/proc/13533/task/13539/stat : 13539 (java) S 13531 13533 12242 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 19736470 834596864 41613 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13533/tid=13540] ppid=13531 vsize=815036 CPUtime=0
/proc/13533/task/13540/stat : 13540 (java) S 13531 13533 12242 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 19736470 834596864 41613 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13533/tid=13541] ppid=13531 vsize=815036 CPUtime=0
/proc/13533/task/13541/stat : 13541 (java) S 13531 13533 12242 0 -1 64 0 0 0 0 0 0 0 0 19 0 13 0 19736474 834596864 41613 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13533/tid=13542] ppid=13531 vsize=815036 CPUtime=0.36
/proc/13533/task/13542/stat : 13542 (java) S 13531 13533 12242 0 -1 64 65 0 0 0 36 0 0 0 16 0 13 0 19736474 834596864 41613 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13533/tid=13543] ppid=13531 vsize=815036 CPUtime=2.01
/proc/13533/task/13543/stat : 13543 (java) S 13531 13533 12242 0 -1 64 5976 0 0 0 198 3 0 0 17 0 13 0 19736474 834596864 41613 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13533/tid=13544] ppid=13531 vsize=815036 CPUtime=0
/proc/13533/task/13544/stat : 13544 (java) S 13531 13533 12242 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 19736474 834596864 41613 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13533/tid=13545] ppid=13531 vsize=815036 CPUtime=0
/proc/13533/task/13545/stat : 13545 (java) R 13531 13533 12242 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 19736474 834596864 41613 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13533/tid=13546] ppid=13531 vsize=815036 CPUtime=0
/proc/13533/task/13546/stat : 13546 (java) S 13531 13533 12242 0 -1 64 5 0 0 0 0 0 0 0 23 0 13 0 19737006 834596864 41613 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 525.33
Current children cumulated vsize (KiB) 815036

[startup+531.103 s]
/proc/loadavg: 2.00 2.10 2.49 3/86 13546
/proc/meminfo: memFree=1761384/2055920 swapFree=4192812/4192956
[pid=13533] ppid=13531 vsize=815036 CPUtime=528.52
/proc/13533/stat : 13533 (java) S 13531 13533 12242 0 -1 0 45913 0 29 0 52825 27 0 0 18 0 13 0 19736448 834596864 41613 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13533/statm: 203759 41613 1445 9 0 201086 0
[pid=13533/tid=13535] ppid=13531 vsize=815036 CPUtime=524.98
/proc/13533/task/13535/stat : 13535 (java) R 13531 13533 12242 0 -1 64 17412 0 2 0 52486 12 0 0 25 0 13 0 19736461 834596864 41613 996147200 134512640 134550932 4294956016 18446744073709551615 4109998895 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13533/tid=13536] ppid=13531 vsize=815036 CPUtime=0.52
/proc/13533/task/13536/stat : 13536 (java) S 13531 13533 12242 0 -1 64 11255 0 0 0 47 5 0 0 18 0 13 0 19736467 834596864 41613 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13533/tid=13537] ppid=13531 vsize=815036 CPUtime=0.58
/proc/13533/task/13537/stat : 13537 (java) S 13531 13533 12242 0 -1 64 10475 0 0 0 55 3 0 0 18 0 13 0 19736467 834596864 41613 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13533/tid=13538] ppid=13531 vsize=815036 CPUtime=0
/proc/13533/task/13538/stat : 13538 (java) S 13531 13533 12242 0 -1 64 12 0 0 0 0 0 0 0 16 0 13 0 19736469 834596864 41613 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13533/tid=13539] ppid=13531 vsize=815036 CPUtime=0
/proc/13533/task/13539/stat : 13539 (java) S 13531 13533 12242 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 19736470 834596864 41613 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13533/tid=13540] ppid=13531 vsize=815036 CPUtime=0
/proc/13533/task/13540/stat : 13540 (java) S 13531 13533 12242 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 19736470 834596864 41613 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13533/tid=13541] ppid=13531 vsize=815036 CPUtime=0
/proc/13533/task/13541/stat : 13541 (java) S 13531 13533 12242 0 -1 64 0 0 0 0 0 0 0 0 19 0 13 0 19736474 834596864 41613 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13533/tid=13542] ppid=13531 vsize=815036 CPUtime=0.36
/proc/13533/task/13542/stat : 13542 (java) S 13531 13533 12242 0 -1 64 65 0 0 0 36 0 0 0 16 0 13 0 19736474 834596864 41613 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13533/tid=13543] ppid=13531 vsize=815036 CPUtime=2.01
/proc/13533/task/13543/stat : 13543 (java) S 13531 13533 12242 0 -1 64 5976 0 0 0 198 3 0 0 17 0 13 0 19736474 834596864 41613 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13533/tid=13544] ppid=13531 vsize=815036 CPUtime=0
/proc/13533/task/13544/stat : 13544 (java) S 13531 13533 12242 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 19736474 834596864 41613 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13533/tid=13545] ppid=13531 vsize=815036 CPUtime=0
/proc/13533/task/13545/stat : 13545 (java) S 13531 13533 12242 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 19736474 834596864 41613 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13533/tid=13546] ppid=13531 vsize=815036 CPUtime=0
/proc/13533/task/13546/stat : 13546 (java) S 13531 13533 12242 0 -1 64 5 0 0 0 0 0 0 0 23 0 13 0 19737006 834596864 41613 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 528.52
Current children cumulated vsize (KiB) 815036

[startup+531.901 s]
/proc/loadavg: 2.00 2.10 2.49 4/86 13546
/proc/meminfo: memFree=1761384/2055920 swapFree=4192812/4192956
[pid=13533] ppid=13531 vsize=815036 CPUtime=529.31
/proc/13533/stat : 13533 (java) S 13531 13533 12242 0 -1 0 45913 0 29 0 52904 27 0 0 18 0 13 0 19736448 834596864 41613 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13533/statm: 203759 41613 1445 9 0 201086 0
[pid=13533/tid=13535] ppid=13531 vsize=815036 CPUtime=525.78
/proc/13533/task/13535/stat : 13535 (java) R 13531 13533 12242 0 -1 64 17412 0 2 0 52566 12 0 0 25 0 13 0 19736461 834596864 41613 996147200 134512640 134550932 4294956016 18446744073709551615 4109995683 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13533/tid=13536] ppid=13531 vsize=815036 CPUtime=0.52
/proc/13533/task/13536/stat : 13536 (java) S 13531 13533 12242 0 -1 64 11255 0 0 0 47 5 0 0 18 0 13 0 19736467 834596864 41613 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13533/tid=13537] ppid=13531 vsize=815036 CPUtime=0.58
/proc/13533/task/13537/stat : 13537 (java) S 13531 13533 12242 0 -1 64 10475 0 0 0 55 3 0 0 18 0 13 0 19736467 834596864 41613 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13533/tid=13538] ppid=13531 vsize=815036 CPUtime=0
/proc/13533/task/13538/stat : 13538 (java) S 13531 13533 12242 0 -1 64 12 0 0 0 0 0 0 0 16 0 13 0 19736469 834596864 41613 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13533/tid=13539] ppid=13531 vsize=815036 CPUtime=0
/proc/13533/task/13539/stat : 13539 (java) S 13531 13533 12242 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 19736470 834596864 41613 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13533/tid=13540] ppid=13531 vsize=815036 CPUtime=0
/proc/13533/task/13540/stat : 13540 (java) S 13531 13533 12242 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 19736470 834596864 41613 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13533/tid=13541] ppid=13531 vsize=815036 CPUtime=0
/proc/13533/task/13541/stat : 13541 (java) S 13531 13533 12242 0 -1 64 0 0 0 0 0 0 0 0 19 0 13 0 19736474 834596864 41613 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13533/tid=13542] ppid=13531 vsize=815036 CPUtime=0.36
/proc/13533/task/13542/stat : 13542 (java) S 13531 13533 12242 0 -1 64 65 0 0 0 36 0 0 0 16 0 13 0 19736474 834596864 41613 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13533/tid=13543] ppid=13531 vsize=815036 CPUtime=2.01
/proc/13533/task/13543/stat : 13543 (java) S 13531 13533 12242 0 -1 64 5976 0 0 0 198 3 0 0 17 0 13 0 19736474 834596864 41613 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13533/tid=13544] ppid=13531 vsize=815036 CPUtime=0
/proc/13533/task/13544/stat : 13544 (java) S 13531 13533 12242 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 19736474 834596864 41613 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13533/tid=13545] ppid=13531 vsize=815036 CPUtime=0
/proc/13533/task/13545/stat : 13545 (java) S 13531 13533 12242 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 19736474 834596864 41613 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13533/tid=13546] ppid=13531 vsize=815036 CPUtime=0
/proc/13533/task/13546/stat : 13546 (java) S 13531 13533 12242 0 -1 64 5 0 0 0 0 0 0 0 23 0 13 0 19737006 834596864 41613 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 529.31
Current children cumulated vsize (KiB) 815036

[startup+532.702 s]
/proc/loadavg: 2.00 2.10 2.49 3/86 13546
/proc/meminfo: memFree=1761384/2055920 swapFree=4192812/4192956
[pid=13533] ppid=13531 vsize=815036 CPUtime=530.11
/proc/13533/stat : 13533 (java) S 13531 13533 12242 0 -1 0 45913 0 29 0 52984 27 0 0 18 0 13 0 19736448 834596864 41613 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13533/statm: 203759 41613 1445 9 0 201086 0
[pid=13533/tid=13535] ppid=13531 vsize=815036 CPUtime=526.57
/proc/13533/task/13535/stat : 13535 (java) R 13531 13533 12242 0 -1 64 17412 0 2 0 52645 12 0 0 25 0 13 0 19736461 834596864 41613 996147200 134512640 134550932 4294956016 18446744073709551615 4109920538 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13533/tid=13536] ppid=13531 vsize=815036 CPUtime=0.52
/proc/13533/task/13536/stat : 13536 (java) S 13531 13533 12242 0 -1 64 11255 0 0 0 47 5 0 0 18 0 13 0 19736467 834596864 41613 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13533/tid=13537] ppid=13531 vsize=815036 CPUtime=0.58
/proc/13533/task/13537/stat : 13537 (java) S 13531 13533 12242 0 -1 64 10475 0 0 0 55 3 0 0 18 0 13 0 19736467 834596864 41613 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13533/tid=13538] ppid=13531 vsize=815036 CPUtime=0
/proc/13533/task/13538/stat : 13538 (java) S 13531 13533 12242 0 -1 64 12 0 0 0 0 0 0 0 16 0 13 0 19736469 834596864 41613 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13533/tid=13539] ppid=13531 vsize=815036 CPUtime=0
/proc/13533/task/13539/stat : 13539 (java) S 13531 13533 12242 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 19736470 834596864 41613 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13533/tid=13540] ppid=13531 vsize=815036 CPUtime=0
/proc/13533/task/13540/stat : 13540 (java) S 13531 13533 12242 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 19736470 834596864 41613 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13533/tid=13541] ppid=13531 vsize=815036 CPUtime=0
/proc/13533/task/13541/stat : 13541 (java) S 13531 13533 12242 0 -1 64 0 0 0 0 0 0 0 0 19 0 13 0 19736474 834596864 41613 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13533/tid=13542] ppid=13531 vsize=815036 CPUtime=0.36
/proc/13533/task/13542/stat : 13542 (java) S 13531 13533 12242 0 -1 64 65 0 0 0 36 0 0 0 16 0 13 0 19736474 834596864 41613 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13533/tid=13543] ppid=13531 vsize=815036 CPUtime=2.01
/proc/13533/task/13543/stat : 13543 (java) S 13531 13533 12242 0 -1 64 5976 0 0 0 198 3 0 0 17 0 13 0 19736474 834596864 41613 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13533/tid=13544] ppid=13531 vsize=815036 CPUtime=0
/proc/13533/task/13544/stat : 13544 (java) S 13531 13533 12242 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 19736474 834596864 41613 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13533/tid=13545] ppid=13531 vsize=815036 CPUtime=0
/proc/13533/task/13545/stat : 13545 (java) S 13531 13533 12242 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 19736474 834596864 41613 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13533/tid=13546] ppid=13531 vsize=815036 CPUtime=0
/proc/13533/task/13546/stat : 13546 (java) S 13531 13533 12242 0 -1 64 5 0 0 0 0 0 0 0 23 0 13 0 19737006 834596864 41613 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 530.11
Current children cumulated vsize (KiB) 815036

[startup+533.102 s]
/proc/loadavg: 2.00 2.10 2.49 3/86 13546
/proc/meminfo: memFree=1761384/2055920 swapFree=4192812/4192956
[pid=13533] ppid=13531 vsize=815036 CPUtime=530.51
/proc/13533/stat : 13533 (java) S 13531 13533 12242 0 -1 0 45913 0 29 0 53024 27 0 0 18 0 13 0 19736448 834596864 41613 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13533/statm: 203759 41613 1445 9 0 201086 0
[pid=13533/tid=13535] ppid=13531 vsize=815036 CPUtime=526.96
/proc/13533/task/13535/stat : 13535 (java) R 13531 13533 12242 0 -1 64 17412 0 2 0 52684 12 0 0 25 0 13 0 19736461 834596864 41613 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13533/tid=13536] ppid=13531 vsize=815036 CPUtime=0.52
/proc/13533/task/13536/stat : 13536 (java) S 13531 13533 12242 0 -1 64 11255 0 0 0 47 5 0 0 18 0 13 0 19736467 834596864 41613 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13533/tid=13537] ppid=13531 vsize=815036 CPUtime=0.58
/proc/13533/task/13537/stat : 13537 (java) S 13531 13533 12242 0 -1 64 10475 0 0 0 55 3 0 0 18 0 13 0 19736467 834596864 41613 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13533/tid=13538] ppid=13531 vsize=815036 CPUtime=0
/proc/13533/task/13538/stat : 13538 (java) S 13531 13533 12242 0 -1 64 12 0 0 0 0 0 0 0 16 0 13 0 19736469 834596864 41613 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13533/tid=13539] ppid=13531 vsize=815036 CPUtime=0
/proc/13533/task/13539/stat : 13539 (java) S 13531 13533 12242 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 19736470 834596864 41613 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13533/tid=13540] ppid=13531 vsize=815036 CPUtime=0
/proc/13533/task/13540/stat : 13540 (java) S 13531 13533 12242 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 19736470 834596864 41613 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13533/tid=13541] ppid=13531 vsize=815036 CPUtime=0
/proc/13533/task/13541/stat : 13541 (java) S 13531 13533 12242 0 -1 64 0 0 0 0 0 0 0 0 19 0 13 0 19736474 834596864 41613 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13533/tid=13542] ppid=13531 vsize=815036 CPUtime=0.36
/proc/13533/task/13542/stat : 13542 (java) S 13531 13533 12242 0 -1 64 65 0 0 0 36 0 0 0 16 0 13 0 19736474 834596864 41613 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13533/tid=13543] ppid=13531 vsize=815036 CPUtime=2.02
/proc/13533/task/13543/stat : 13543 (java) R 13531 13533 12242 0 -1 64 5976 0 0 0 199 3 0 0 17 0 13 0 19736474 834596864 41613 996147200 134512640 134550932 4294956016 18446744073709551615 105495956 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13533/tid=13544] ppid=13531 vsize=815036 CPUtime=0
/proc/13533/task/13544/stat : 13544 (java) S 13531 13533 12242 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 19736474 834596864 41613 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13533/tid=13545] ppid=13531 vsize=815036 CPUtime=0
/proc/13533/task/13545/stat : 13545 (java) S 13531 13533 12242 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 19736474 834596864 41613 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13533/tid=13546] ppid=13531 vsize=815036 CPUtime=0
/proc/13533/task/13546/stat : 13546 (java) S 13531 13533 12242 0 -1 64 5 0 0 0 0 0 0 0 23 0 13 0 19737006 834596864 41613 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 530.51
Current children cumulated vsize (KiB) 815036

Child status: 0
Real time (s): 533.191
CPU time (s): 530.6
CPU user time (s): 530.299
CPU system time (s): 0.300954
CPU usage (%): 99.514
Max. virtual memory (cumulated for all children) (KiB): 816880

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 530.299
system time used= 0.300954
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 45925
page faults= 29
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 11817
involuntary context switches= 18647

runsolver used 0.645901 second user time and 1.80272 second system time

The end

Launcher Data

Begin job on node82 at 2009-07-11 17:38:35
IDJOB=2061109
IDBENCH=53779
IDSOLVER=731
FILE ID=node82/2061109-1247326715
PBS_JOBID= 9506469
Free space on /tmp= 66140 MiB

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

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

MD5SUM BENCH= d5a4e42e307e2dee4bd264daf195f681
RANDOM SEED=248018939

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:       1931688 kB
Buffers:          4304 kB
Cached:          42276 kB
SwapCached:          0 kB
Active:          55144 kB
Inactive:        15840 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1931688 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1224 kB
Writeback:           0 kB
Mapped:          36060 kB
Slab:            38652 kB
Committed_AS:   132908 kB
PageTables:       1736 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= 66140 MiB
End job on node82 at 2009-07-11 17:47:28