Trace number 2061362

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.1? (TO) 1800.28 1802.54

General information on the benchmark

Namecsp/latinSquare/
normalized-latinSquare-dg-9_all.xml
MD5SUM7efe3866b185dd04500269e982e38673
Bench CategoryAlldiff (alldiff)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1.07683
Satisfiable
(Un)Satisfiability was proved
Number of variables81
Number of constraints36
Maximum constraint arity9
Maximum domain size9
Number of constraints which are defined in extension0
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)alldifferent(36)

Solver Data

0.09/0.12	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.09/0.12	c This is free software under the dual EPL/GNU LGPL licenses.
0.09/0.12	c See www.sat4j.org for details.
0.09/0.12	c That software uses the Rhino library from the Mozilla project.
0.09/0.14	c version 2.1.1.v20090622
0.09/0.14	c sun.arch.data.model	32
0.09/0.14	c java.version	1.6.0_12
0.09/0.14	c os.name	Linux
0.09/0.14	c os.version	2.6.9-22.EL.rootsmp
0.09/0.14	c os.arch	i386
0.09/0.14	c Free memory 671000808
0.09/0.14	c Max memory 672137216
0.09/0.14	c Total memory 672137216
0.09/0.14	c Number of processors 2
0.19/0.22	c c --- Begin Solver configuration ---
0.19/0.22	c Stops conflict analysis at the first Unique Implication Point
0.19/0.22	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@1f14ceb
0.19/0.22	c Learn all clauses as in MiniSAT
0.19/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.19/0.22	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.19/0.22	c Expensive reason simplification
0.19/0.22	c MiniSAT restarts strategy
0.19/0.22	c Memory based learned constraints deletion strategy
0.19/0.22	c timeout=2147483s
0.19/0.22	c DB Simplification allowed=false
0.19/0.22	c --- End Solver configuration ---
0.19/0.22	c solving HOME/instance-2061362-1247327052.xml
0.19/0.22	c reading problem ... 
0.39/0.46	c reading problem named null
0.39/0.46	c reading domains done.
0.39/0.46	c reading variables done.
0.39/0.49	c reading constraints
0.68/0.78	c done with constraints.
0.68/0.78	c ... done. Wall clock time 0.556s.
0.68/0.78	c #vars     729
0.68/0.78	c #constraints  11826
0.68/0.78	c constraints type 
0.68/0.78	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 81
0.68/0.78	c org.sat4j.minisat.constraints.card.AtLeast => 81
0.68/0.78	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 11664
1800.05/1802.31	c starts		: 19
1800.05/1802.31	c conflicts		: 310717
1800.05/1802.31	c decisions		: 358468
1800.05/1802.31	c propagations		: 26686180
1800.05/1802.31	c inspects		: 4630018000
1800.05/1802.31	c learnt literals	: 0
1800.05/1802.31	c learnt binary clauses	: 0
1800.05/1802.31	c learnt ternary clauses	: 0
1800.05/1802.31	c learnt clauses	: 310717
1800.05/1802.31	c ignored clauses	: 0
1800.05/1802.31	c root simplifications	: 0
1800.05/1802.31	c removed literals (reason simplification)	: 4478784
1800.05/1802.31	c reason swapping (by a shorter reason)	: 0
1800.05/1802.31	c Calls to reduceDB	: 0
1800.05/1802.31	c speed (assignments/second)	: 14813.04800580839
1800.05/1802.31	c non guided choices	73
1800.15/1802.46	c learnt constraints type 
1800.15/1802.46	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 310723
1800.15/1802.46	c constraints type 
1800.15/1802.46	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 81
1800.15/1802.46	c org.sat4j.minisat.constraints.card.AtLeast => 81
1800.15/1802.46	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 11664
1800.15/1802.46	s UNKNOWN
1800.15/1802.46	c Total wall clock time (in seconds) : 1802.089

Verifier Data

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: UNKNOWN

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2061362-1247327052/watcher-2061362-1247327052 -o /tmp/evaluation-result-2061362-1247327052/solver-2061362-1247327052 -C 1800 -W 2000 -M 900 java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2061362-1247327052.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.07 1.98 1.85 4/80 15142
/proc/meminfo: memFree=623840/2055920 swapFree=4192956/4192956
[pid=15142] ppid=15140 vsize=152 CPUtime=0
/proc/15142/stat : 15142 (java) R 15140 15142 12698 0 -1 0 204 0 0 0 0 0 0 0 18 0 1 0 19771558 155648 26 996147200 134512640 134550932 4294956016 18446744073709551615 1462571 0 0 4096 0 0 0 0 17 0 0 0
/proc/15142/statm: 38 26 19 9 0 4 0

[startup+0.050818 s]
/proc/loadavg: 2.07 1.98 1.85 4/80 15142
/proc/meminfo: memFree=623840/2055920 swapFree=4192956/4192956
[pid=15142] ppid=15140 vsize=802032 CPUtime=0.04
/proc/15142/stat : 15142 (java) S 15140 15142 12698 0 -1 0 2660 0 1 0 3 1 0 0 18 0 7 0 19771558 821280768 2405 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/15142/statm: 200508 2405 1020 9 0 197859 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 802032

[startup+0.101823 s]
/proc/loadavg: 2.07 1.98 1.85 4/80 15142
/proc/meminfo: memFree=623840/2055920 swapFree=4192956/4192956
[pid=15142] ppid=15140 vsize=804560 CPUtime=0.09
/proc/15142/stat : 15142 (java) S 15140 15142 12698 0 -1 0 3080 0 1 0 7 2 0 0 18 0 12 0 19771558 823869440 2823 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15142/statm: 201140 2823 1083 9 0 198474 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 804560

[startup+0.301844 s]
/proc/loadavg: 2.07 1.98 1.85 4/80 15142
/proc/meminfo: memFree=623840/2055920 swapFree=4192956/4192956
[pid=15142] ppid=15140 vsize=806120 CPUtime=0.29
/proc/15142/stat : 15142 (java) S 15140 15142 12698 0 -1 0 4456 0 1 0 25 4 0 0 18 0 12 0 19771558 825466880 4193 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15142/statm: 201530 4193 1365 9 0 198857 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 806120

[startup+0.701888 s]
/proc/loadavg: 2.07 1.98 1.85 4/80 15142
/proc/meminfo: memFree=623840/2055920 swapFree=4192956/4192956
[pid=15142] ppid=15140 vsize=807172 CPUtime=0.68
/proc/15142/stat : 15142 (java) S 15140 15142 12698 0 -1 0 5713 0 1 0 63 5 0 0 18 0 12 0 19771558 826544128 5139 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15142/statm: 201793 5139 1388 9 0 199120 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 807172

[startup+1.50298 s]
/proc/loadavg: 2.07 1.98 1.85 4/93 15155
/proc/meminfo: memFree=607160/2055920 swapFree=4192956/4192956
[pid=15142] ppid=15140 vsize=807880 CPUtime=1.49
/proc/15142/stat : 15142 (java) S 15140 15142 12698 0 -1 0 6838 0 1 0 143 6 0 0 18 0 13 0 19771558 827269120 5633 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15142/statm: 201970 5633 1424 9 0 199297 0
[pid=15142/tid=15144] ppid=15140 vsize=807880 CPUtime=0.75
/proc/15142/task/15144/stat : 15144 (java) R 15140 15142 12698 0 -1 64 4066 0 1 0 70 5 0 0 25 0 13 0 19771559 827269120 5633 996147200 134512640 134550932 4294956016 18446744073709551615 4109582506 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15142/tid=15145] ppid=15140 vsize=807880 CPUtime=0
/proc/15142/task/15145/stat : 15145 (java) S 15140 15142 12698 0 -1 64 3 0 0 0 0 0 0 0 21 0 13 0 19771559 827269120 5633 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15142/tid=15146] ppid=15140 vsize=807880 CPUtime=0
/proc/15142/task/15146/stat : 15146 (java) S 15140 15142 12698 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 19771559 827269120 5633 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15142/tid=15147] ppid=15140 vsize=807880 CPUtime=0
/proc/15142/task/15147/stat : 15147 (java) S 15140 15142 12698 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 19771561 827269120 5633 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15142/tid=15148] ppid=15140 vsize=807880 CPUtime=0
/proc/15142/task/15148/stat : 15148 (java) S 15140 15142 12698 0 -1 64 10 0 0 0 0 0 0 0 24 0 13 0 19771562 827269120 5633 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15142/tid=15149] ppid=15140 vsize=807880 CPUtime=0
/proc/15142/task/15149/stat : 15149 (java) S 15140 15142 12698 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 19771562 827269120 5633 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15142/tid=15150] ppid=15140 vsize=807880 CPUtime=0
/proc/15142/task/15150/stat : 15150 (java) S 15140 15142 12698 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 19771566 827269120 5633 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15142/tid=15151] ppid=15140 vsize=807880 CPUtime=0.04
/proc/15142/task/15151/stat : 15151 (java) S 15140 15142 12698 0 -1 64 262 0 0 0 4 0 0 0 18 0 13 0 19771566 827269120 5633 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15142/tid=15152] ppid=15140 vsize=807880 CPUtime=0.67
/proc/15142/task/15152/stat : 15152 (java) S 15140 15142 12698 0 -1 64 1762 0 0 0 67 0 0 0 16 0 13 0 19771566 827269120 5633 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15142/tid=15153] ppid=15140 vsize=807880 CPUtime=0
/proc/15142/task/15153/stat : 15153 (java) S 15140 15142 12698 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 19771566 827269120 5633 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15142/tid=15154] ppid=15140 vsize=807880 CPUtime=0
/proc/15142/task/15154/stat : 15154 (java) S 15140 15142 12698 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 19771566 827269120 5633 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15142/tid=15155] ppid=15140 vsize=807880 CPUtime=0
/proc/15142/task/15155/stat : 15155 (java) S 15140 15142 12698 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 19771637 827269120 5633 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 807880

[startup+3.10215 s]
/proc/loadavg: 2.07 1.98 1.85 3/93 15155
/proc/meminfo: memFree=605048/2055920 swapFree=4192956/4192956
[pid=15142] ppid=15140 vsize=809372 CPUtime=3.09
/proc/15142/stat : 15142 (java) S 15140 15142 12698 0 -1 0 8388 0 1 0 301 8 0 0 18 0 13 0 19771558 828796928 6680 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15142/statm: 202343 6680 1428 9 0 199670 0
[pid=15142/tid=15144] ppid=15140 vsize=809372 CPUtime=2.21
/proc/15142/task/15144/stat : 15144 (java) R 15140 15142 12698 0 -1 64 4782 0 1 0 215 6 0 0 25 0 13 0 19771559 828796928 6680 996147200 134512640 134550932 4294956016 18446744073709551615 4109655315 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15142/tid=15145] ppid=15140 vsize=809372 CPUtime=0
/proc/15142/task/15145/stat : 15145 (java) S 15140 15142 12698 0 -1 64 3 0 0 0 0 0 0 0 21 0 13 0 19771559 828796928 6680 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15142/tid=15146] ppid=15140 vsize=809372 CPUtime=0
/proc/15142/task/15146/stat : 15146 (java) S 15140 15142 12698 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 19771559 828796928 6680 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15142/tid=15147] ppid=15140 vsize=809372 CPUtime=0
/proc/15142/task/15147/stat : 15147 (java) S 15140 15142 12698 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 19771561 828796928 6680 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15142/tid=15148] ppid=15140 vsize=809372 CPUtime=0
/proc/15142/task/15148/stat : 15148 (java) S 15140 15142 12698 0 -1 64 10 0 0 0 0 0 0 0 24 0 13 0 19771562 828796928 6680 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15142/tid=15149] ppid=15140 vsize=809372 CPUtime=0
/proc/15142/task/15149/stat : 15149 (java) S 15140 15142 12698 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 19771562 828796928 6680 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15142/tid=15150] ppid=15140 vsize=809372 CPUtime=0
/proc/15142/task/15150/stat : 15150 (java) S 15140 15142 12698 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 19771566 828796928 6680 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15142/tid=15151] ppid=15140 vsize=809372 CPUtime=0.04
/proc/15142/task/15151/stat : 15151 (java) S 15140 15142 12698 0 -1 64 262 0 0 0 4 0 0 0 18 0 13 0 19771566 828796928 6680 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15142/tid=15152] ppid=15140 vsize=809372 CPUtime=0.82
/proc/15142/task/15152/stat : 15152 (java) S 15140 15142 12698 0 -1 64 2596 0 0 0 81 1 0 0 16 0 13 0 19771566 828796928 6680 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15142/tid=15153] ppid=15140 vsize=809372 CPUtime=0
/proc/15142/task/15153/stat : 15153 (java) S 15140 15142 12698 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 19771566 828796928 6680 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15142/tid=15154] ppid=15140 vsize=809372 CPUtime=0
/proc/15142/task/15154/stat : 15154 (java) S 15140 15142 12698 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 19771566 828796928 6680 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15142/tid=15155] ppid=15140 vsize=809372 CPUtime=0
/proc/15142/task/15155/stat : 15155 (java) S 15140 15142 12698 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 19771637 828796928 6680 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 809372

[startup+6.30251 s]
/proc/loadavg: 2.07 1.98 1.85 4/93 15155
/proc/meminfo: memFree=598840/2055920 swapFree=4192956/4192956
[pid=15142] ppid=15140 vsize=809312 CPUtime=6.29
/proc/15142/stat : 15142 (java) S 15140 15142 12698 0 -1 0 9425 0 1 0 620 9 0 0 18 0 13 0 19771558 828735488 7714 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15142/statm: 202328 7714 1428 9 0 199655 0
[pid=15142/tid=15144] ppid=15140 vsize=809312 CPUtime=5.3
/proc/15142/task/15144/stat : 15144 (java) R 15140 15142 12698 0 -1 64 5795 0 1 0 523 7 0 0 25 0 13 0 19771559 828735488 7714 996147200 134512640 134550932 4294956016 18446744073709551615 4109574133 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15142/tid=15145] ppid=15140 vsize=809312 CPUtime=0
/proc/15142/task/15145/stat : 15145 (java) S 15140 15142 12698 0 -1 64 3 0 0 0 0 0 0 0 21 0 13 0 19771559 828735488 7714 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15142/tid=15146] ppid=15140 vsize=809312 CPUtime=0
/proc/15142/task/15146/stat : 15146 (java) S 15140 15142 12698 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 19771559 828735488 7714 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15142/tid=15147] ppid=15140 vsize=809312 CPUtime=0
/proc/15142/task/15147/stat : 15147 (java) S 15140 15142 12698 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 19771561 828735488 7714 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15142/tid=15148] ppid=15140 vsize=809312 CPUtime=0
/proc/15142/task/15148/stat : 15148 (java) S 15140 15142 12698 0 -1 64 10 0 0 0 0 0 0 0 24 0 13 0 19771562 828735488 7714 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15142/tid=15149] ppid=15140 vsize=809312 CPUtime=0
/proc/15142/task/15149/stat : 15149 (java) S 15140 15142 12698 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 19771562 828735488 7714 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15142/tid=15150] ppid=15140 vsize=809312 CPUtime=0
/proc/15142/task/15150/stat : 15150 (java) S 15140 15142 12698 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 19771566 828735488 7714 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15142/tid=15151] ppid=15140 vsize=809312 CPUtime=0.04
/proc/15142/task/15151/stat : 15151 (java) S 15140 15142 12698 0 -1 64 262 0 0 0 4 0 0 0 18 0 13 0 19771566 828735488 7714 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15142/tid=15152] ppid=15140 vsize=809312 CPUtime=0.93
/proc/15142/task/15152/stat : 15152 (java) S 15140 15142 12698 0 -1 64 2620 0 0 0 92 1 0 0 16 0 13 0 19771566 828735488 7714 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15142/tid=15153] ppid=15140 vsize=809312 CPUtime=0
/proc/15142/task/15153/stat : 15153 (java) S 15140 15142 12698 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 19771566 828735488 7714 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15142/tid=15154] ppid=15140 vsize=809312 CPUtime=0
/proc/15142/task/15154/stat : 15154 (java) S 15140 15142 12698 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 19771566 828735488 7714 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15142/tid=15155] ppid=15140 vsize=809312 CPUtime=0
/proc/15142/task/15155/stat : 15155 (java) S 15140 15142 12698 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 19771637 828735488 7714 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 809312

[startup+12.7022 s]
/proc/loadavg: 2.06 1.98 1.85 3/93 15155
/proc/meminfo: memFree=592760/2055920 swapFree=4192956/4192956
[pid=15142] ppid=15140 vsize=809312 CPUtime=12.68
/proc/15142/stat : 15142 (java) S 15140 15142 12698 0 -1 0 10892 0 1 0 1258 10 0 0 18 0 13 0 19771558 828735488 9181 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15142/statm: 202328 9181 1428 9 0 199655 0
[pid=15142/tid=15144] ppid=15140 vsize=809312 CPUtime=11.69
/proc/15142/task/15144/stat : 15144 (java) R 15140 15142 12698 0 -1 64 7262 0 1 0 1161 8 0 0 25 0 13 0 19771559 828735488 9181 996147200 134512640 134550932 4294956016 18446744073709551615 4109574674 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15142/tid=15145] ppid=15140 vsize=809312 CPUtime=0
/proc/15142/task/15145/stat : 15145 (java) S 15140 15142 12698 0 -1 64 3 0 0 0 0 0 0 0 21 0 13 0 19771559 828735488 9181 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15142/tid=15146] ppid=15140 vsize=809312 CPUtime=0
/proc/15142/task/15146/stat : 15146 (java) S 15140 15142 12698 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 19771559 828735488 9181 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15142/tid=15147] ppid=15140 vsize=809312 CPUtime=0
/proc/15142/task/15147/stat : 15147 (java) S 15140 15142 12698 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 19771561 828735488 9181 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15142/tid=15148] ppid=15140 vsize=809312 CPUtime=0
/proc/15142/task/15148/stat : 15148 (java) S 15140 15142 12698 0 -1 64 10 0 0 0 0 0 0 0 24 0 13 0 19771562 828735488 9181 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15142/tid=15149] ppid=15140 vsize=809312 CPUtime=0
/proc/15142/task/15149/stat : 15149 (java) S 15140 15142 12698 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 19771562 828735488 9181 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15142/tid=15150] ppid=15140 vsize=809312 CPUtime=0
/proc/15142/task/15150/stat : 15150 (java) S 15140 15142 12698 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 19771566 828735488 9181 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15142/tid=15151] ppid=15140 vsize=809312 CPUtime=0.04
/proc/15142/task/15151/stat : 15151 (java) S 15140 15142 12698 0 -1 64 262 0 0 0 4 0 0 0 18 0 13 0 19771566 828735488 9181 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15142/tid=15152] ppid=15140 vsize=809312 CPUtime=0.93
/proc/15142/task/15152/stat : 15152 (java) S 15140 15142 12698 0 -1 64 2620 0 0 0 92 1 0 0 16 0 13 0 19771566 828735488 9181 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15142/tid=15153] ppid=15140 vsize=809312 CPUtime=0
/proc/15142/task/15153/stat : 15153 (java) S 15140 15142 12698 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 19771566 828735488 9181 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15142/tid=15154] ppid=15140 vsize=809312 CPUtime=0
/proc/15142/task/15154/stat : 15154 (java) S 15140 15142 12698 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 19771566 828735488 9181 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15142/tid=15155] ppid=15140 vsize=809312 CPUtime=0
/proc/15142/task/15155/stat : 15155 (java) S 15140 15142 12698 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 19771637 828735488 9181 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 809312

[startup+25.5026 s]
/proc/loadavg: 2.05 1.98 1.85 3/93 15155
/proc/meminfo: memFree=586296/2055920 swapFree=4192956/4192956
[pid=15142] ppid=15140 vsize=809312 CPUtime=25.48
/proc/15142/stat : 15142 (java) S 15140 15142 12698 0 -1 0 12340 0 1 0 2536 12 0 0 18 0 13 0 19771558 828735488 10629 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15142/statm: 202328 10629 1428 9 0 199655 0
[pid=15142/tid=15144] ppid=15140 vsize=809312 CPUtime=24.49
/proc/15142/task/15144/stat : 15144 (java) R 15140 15142 12698 0 -1 64 8710 0 1 0 2439 10 0 0 25 0 13 0 19771559 828735488 10629 996147200 134512640 134550932 4294956016 18446744073709551615 4109574086 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15142/tid=15145] ppid=15140 vsize=809312 CPUtime=0
/proc/15142/task/15145/stat : 15145 (java) S 15140 15142 12698 0 -1 64 3 0 0 0 0 0 0 0 21 0 13 0 19771559 828735488 10629 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15142/tid=15146] ppid=15140 vsize=809312 CPUtime=0
/proc/15142/task/15146/stat : 15146 (java) S 15140 15142 12698 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 19771559 828735488 10629 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15142/tid=15147] ppid=15140 vsize=809312 CPUtime=0

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

[pid=15142/tid=15147] ppid=15140 vsize=809248 CPUtime=0
/proc/15142/task/15147/stat : 15147 (java) S 15140 15142 12698 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 19771561 828669952 59599 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15142/tid=15148] ppid=15140 vsize=809248 CPUtime=0
/proc/15142/task/15148/stat : 15148 (java) S 15140 15142 12698 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 19771562 828669952 59599 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15142/tid=15149] ppid=15140 vsize=809248 CPUtime=0
/proc/15142/task/15149/stat : 15149 (java) S 15140 15142 12698 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 19771562 828669952 59599 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15142/tid=15150] ppid=15140 vsize=809248 CPUtime=0
/proc/15142/task/15150/stat : 15150 (java) S 15140 15142 12698 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 19771566 828669952 59599 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15142/tid=15151] ppid=15140 vsize=809248 CPUtime=0.04
/proc/15142/task/15151/stat : 15151 (java) S 15140 15142 12698 0 -1 64 262 0 0 0 4 0 0 0 18 0 13 0 19771566 828669952 59599 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15142/tid=15152] ppid=15140 vsize=809248 CPUtime=0.95
/proc/15142/task/15152/stat : 15152 (java) S 15140 15142 12698 0 -1 64 2621 0 0 0 94 1 0 0 17 0 13 0 19771566 828669952 59599 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15142/tid=15153] ppid=15140 vsize=809248 CPUtime=0
/proc/15142/task/15153/stat : 15153 (java) S 15140 15142 12698 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 19771566 828669952 59599 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15142/tid=15154] ppid=15140 vsize=809248 CPUtime=0
/proc/15142/task/15154/stat : 15154 (java) S 15140 15142 12698 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 19771566 828669952 59599 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15142/tid=15155] ppid=15140 vsize=809248 CPUtime=0
/proc/15142/task/15155/stat : 15155 (java) S 15140 15142 12698 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 19771637 828669952 59599 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1661.37
Current children cumulated vsize (KiB) 809248

[startup+1722.3 s]
/proc/loadavg: 1.99 1.99 1.91 3/86 15194
/proc/meminfo: memFree=466352/2055920 swapFree=4192956/4192956
[pid=15142] ppid=15140 vsize=809248 CPUtime=1720.8
/proc/15142/stat : 15142 (java) S 15140 15142 12698 0 -1 0 65738 0 1 0 172033 47 0 0 18 0 13 0 19771558 828669952 59599 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15142/statm: 202312 59599 1437 9 0 199639 0
[pid=15142/tid=15144] ppid=15140 vsize=809248 CPUtime=1718.98
/proc/15142/task/15144/stat : 15144 (java) R 15140 15142 12698 0 -1 64 16926 0 1 0 171873 25 0 0 25 0 13 0 19771559 828669952 59599 996147200 134512640 134550932 4294956016 18446744073709551615 4109582463 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15142/tid=15145] ppid=15140 vsize=809248 CPUtime=0.43
/proc/15142/task/15145/stat : 15145 (java) S 15140 15142 12698 0 -1 64 23118 0 0 0 34 9 0 0 18 0 13 0 19771559 828669952 59599 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15142/tid=15146] ppid=15140 vsize=809248 CPUtime=0.36
/proc/15142/task/15146/stat : 15146 (java) S 15140 15142 12698 0 -1 64 22060 0 0 0 26 10 0 0 16 0 13 0 19771559 828669952 59599 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15142/tid=15147] ppid=15140 vsize=809248 CPUtime=0
/proc/15142/task/15147/stat : 15147 (java) S 15140 15142 12698 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 19771561 828669952 59599 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15142/tid=15148] ppid=15140 vsize=809248 CPUtime=0
/proc/15142/task/15148/stat : 15148 (java) S 15140 15142 12698 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 19771562 828669952 59599 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15142/tid=15149] ppid=15140 vsize=809248 CPUtime=0
/proc/15142/task/15149/stat : 15149 (java) S 15140 15142 12698 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 19771562 828669952 59599 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15142/tid=15150] ppid=15140 vsize=809248 CPUtime=0
/proc/15142/task/15150/stat : 15150 (java) S 15140 15142 12698 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 19771566 828669952 59599 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15142/tid=15151] ppid=15140 vsize=809248 CPUtime=0.04
/proc/15142/task/15151/stat : 15151 (java) S 15140 15142 12698 0 -1 64 262 0 0 0 4 0 0 0 18 0 13 0 19771566 828669952 59599 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15142/tid=15152] ppid=15140 vsize=809248 CPUtime=0.95
/proc/15142/task/15152/stat : 15152 (java) S 15140 15142 12698 0 -1 64 2621 0 0 0 94 1 0 0 17 0 13 0 19771566 828669952 59599 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15142/tid=15153] ppid=15140 vsize=809248 CPUtime=0
/proc/15142/task/15153/stat : 15153 (java) S 15140 15142 12698 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 19771566 828669952 59599 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15142/tid=15154] ppid=15140 vsize=809248 CPUtime=0
/proc/15142/task/15154/stat : 15154 (java) S 15140 15142 12698 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 19771566 828669952 59599 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15142/tid=15155] ppid=15140 vsize=809248 CPUtime=0
/proc/15142/task/15155/stat : 15155 (java) S 15140 15142 12698 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 19771637 828669952 59599 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1720.8
Current children cumulated vsize (KiB) 809248

[startup+1782.3 s]
/proc/loadavg: 1.99 1.99 1.91 3/87 15195
/proc/meminfo: memFree=466024/2055920 swapFree=4192956/4192956
[pid=15142] ppid=15140 vsize=809248 CPUtime=1780.24
/proc/15142/stat : 15142 (java) S 15140 15142 12698 0 -1 0 65738 0 1 0 177977 47 0 0 18 0 13 0 19771558 828669952 59599 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15142/statm: 202312 59599 1437 9 0 199639 0
[pid=15142/tid=15144] ppid=15140 vsize=809248 CPUtime=1778.41
/proc/15142/task/15144/stat : 15144 (java) R 15140 15142 12698 0 -1 64 16926 0 1 0 177816 25 0 0 25 0 13 0 19771559 828669952 59599 996147200 134512640 134550932 4294956016 18446744073709551615 4109582463 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15142/tid=15145] ppid=15140 vsize=809248 CPUtime=0.43
/proc/15142/task/15145/stat : 15145 (java) S 15140 15142 12698 0 -1 64 23118 0 0 0 34 9 0 0 18 0 13 0 19771559 828669952 59599 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15142/tid=15146] ppid=15140 vsize=809248 CPUtime=0.36
/proc/15142/task/15146/stat : 15146 (java) S 15140 15142 12698 0 -1 64 22060 0 0 0 26 10 0 0 16 0 13 0 19771559 828669952 59599 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15142/tid=15147] ppid=15140 vsize=809248 CPUtime=0
/proc/15142/task/15147/stat : 15147 (java) S 15140 15142 12698 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 19771561 828669952 59599 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15142/tid=15148] ppid=15140 vsize=809248 CPUtime=0
/proc/15142/task/15148/stat : 15148 (java) S 15140 15142 12698 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 19771562 828669952 59599 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15142/tid=15149] ppid=15140 vsize=809248 CPUtime=0
/proc/15142/task/15149/stat : 15149 (java) S 15140 15142 12698 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 19771562 828669952 59599 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15142/tid=15150] ppid=15140 vsize=809248 CPUtime=0
/proc/15142/task/15150/stat : 15150 (java) S 15140 15142 12698 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 19771566 828669952 59599 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15142/tid=15151] ppid=15140 vsize=809248 CPUtime=0.04
/proc/15142/task/15151/stat : 15151 (java) S 15140 15142 12698 0 -1 64 262 0 0 0 4 0 0 0 18 0 13 0 19771566 828669952 59599 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15142/tid=15152] ppid=15140 vsize=809248 CPUtime=0.95
/proc/15142/task/15152/stat : 15152 (java) S 15140 15142 12698 0 -1 64 2621 0 0 0 94 1 0 0 17 0 13 0 19771566 828669952 59599 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15142/tid=15153] ppid=15140 vsize=809248 CPUtime=0
/proc/15142/task/15153/stat : 15153 (java) S 15140 15142 12698 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 19771566 828669952 59599 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15142/tid=15154] ppid=15140 vsize=809248 CPUtime=0
/proc/15142/task/15154/stat : 15154 (java) S 15140 15142 12698 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 19771566 828669952 59599 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15142/tid=15155] ppid=15140 vsize=809248 CPUtime=0
/proc/15142/task/15155/stat : 15155 (java) S 15140 15142 12698 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 19771637 828669952 59599 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1780.24
Current children cumulated vsize (KiB) 809248



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1802.3 s]
/proc/loadavg: 1.99 1.99 1.91 3/87 15195
/proc/meminfo: memFree=466088/2055920 swapFree=4192956/4192956
[pid=15142] ppid=15140 vsize=809248 CPUtime=1800.05
/proc/15142/stat : 15142 (java) S 15140 15142 12698 0 -1 0 65738 0 1 0 179958 47 0 0 18 0 13 0 19771558 828669952 59599 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15142/statm: 202312 59599 1437 9 0 199639 0
[pid=15142/tid=15144] ppid=15140 vsize=809248 CPUtime=1798.23
/proc/15142/task/15144/stat : 15144 (java) R 15140 15142 12698 0 -1 64 16926 0 1 0 179798 25 0 0 25 0 13 0 19771559 828669952 59599 996147200 134512640 134550932 4294956016 18446744073709551615 4109574350 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15142/tid=15145] ppid=15140 vsize=809248 CPUtime=0.43
/proc/15142/task/15145/stat : 15145 (java) S 15140 15142 12698 0 -1 64 23118 0 0 0 34 9 0 0 18 0 13 0 19771559 828669952 59599 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15142/tid=15146] ppid=15140 vsize=809248 CPUtime=0.36
/proc/15142/task/15146/stat : 15146 (java) S 15140 15142 12698 0 -1 64 22060 0 0 0 26 10 0 0 16 0 13 0 19771559 828669952 59599 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15142/tid=15147] ppid=15140 vsize=809248 CPUtime=0
/proc/15142/task/15147/stat : 15147 (java) S 15140 15142 12698 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 19771561 828669952 59599 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15142/tid=15148] ppid=15140 vsize=809248 CPUtime=0
/proc/15142/task/15148/stat : 15148 (java) S 15140 15142 12698 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 19771562 828669952 59599 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15142/tid=15149] ppid=15140 vsize=809248 CPUtime=0
/proc/15142/task/15149/stat : 15149 (java) S 15140 15142 12698 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 19771562 828669952 59599 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15142/tid=15150] ppid=15140 vsize=809248 CPUtime=0
/proc/15142/task/15150/stat : 15150 (java) S 15140 15142 12698 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 19771566 828669952 59599 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15142/tid=15151] ppid=15140 vsize=809248 CPUtime=0.04
/proc/15142/task/15151/stat : 15151 (java) S 15140 15142 12698 0 -1 64 262 0 0 0 4 0 0 0 18 0 13 0 19771566 828669952 59599 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15142/tid=15152] ppid=15140 vsize=809248 CPUtime=0.95
/proc/15142/task/15152/stat : 15152 (java) S 15140 15142 12698 0 -1 64 2621 0 0 0 94 1 0 0 17 0 13 0 19771566 828669952 59599 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15142/tid=15153] ppid=15140 vsize=809248 CPUtime=0
/proc/15142/task/15153/stat : 15153 (java) S 15140 15142 12698 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 19771566 828669952 59599 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15142/tid=15154] ppid=15140 vsize=809248 CPUtime=0
/proc/15142/task/15154/stat : 15154 (java) S 15140 15142 12698 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 19771566 828669952 59599 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15142/tid=15155] ppid=15140 vsize=809248 CPUtime=0
/proc/15142/task/15155/stat : 15155 (java) S 15140 15142 12698 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 19771637 828669952 59599 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 809248

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

[startup+1802.41 s]
/proc/loadavg: 1.99 1.99 1.91 3/87 15195
/proc/meminfo: memFree=466088/2055920 swapFree=4192956/4192956
[pid=15142] ppid=15140 vsize=809896 CPUtime=1800.15
/proc/15142/stat : 15142 (java) S 15140 15142 12698 0 -1 0 65758 0 1 0 179968 47 0 0 16 0 15 0 19771558 829333504 59619 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15142/statm: 202474 59619 1437 9 0 199801 0
[pid=15142/tid=15144] ppid=15140 vsize=809896 CPUtime=1798.28
/proc/15142/task/15144/stat : 15144 (java) R 15140 15142 12698 0 -1 64 16926 0 1 0 179803 25 0 0 25 0 15 0 19771559 829333504 59619 996147200 134512640 134550932 4294956016 18446744073709551615 4109582463 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15142/tid=15145] ppid=15140 vsize=809896 CPUtime=0.43
/proc/15142/task/15145/stat : 15145 (java) S 15140 15142 12698 0 -1 64 23118 0 0 0 34 9 0 0 18 0 15 0 19771559 829333504 59619 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15142/tid=15146] ppid=15140 vsize=809896 CPUtime=0.36
/proc/15142/task/15146/stat : 15146 (java) S 15140 15142 12698 0 -1 64 22060 0 0 0 26 10 0 0 16 0 15 0 19771559 829333504 59619 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15142/tid=15147] ppid=15140 vsize=809896 CPUtime=0
/proc/15142/task/15147/stat : 15147 (java) S 15140 15142 12698 0 -1 64 6 0 0 0 0 0 0 0 16 0 15 0 19771561 829333504 59619 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15142/tid=15148] ppid=15140 vsize=809896 CPUtime=0
/proc/15142/task/15148/stat : 15148 (java) S 15140 15142 12698 0 -1 64 11 0 0 0 0 0 0 0 17 0 15 0 19771562 829333504 59619 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15142/tid=15149] ppid=15140 vsize=809896 CPUtime=0
/proc/15142/task/15149/stat : 15149 (java) S 15140 15142 12698 0 -1 64 6 0 0 0 0 0 0 0 16 0 15 0 19771562 829333504 59619 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15142/tid=15150] ppid=15140 vsize=809896 CPUtime=0
/proc/15142/task/15150/stat : 15150 (java) S 15140 15142 12698 0 -1 64 6 0 0 0 0 0 0 0 18 0 15 0 19771566 829333504 59619 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15142/tid=15151] ppid=15140 vsize=809896 CPUtime=0.04
/proc/15142/task/15151/stat : 15151 (java) S 15140 15142 12698 0 -1 64 262 0 0 0 4 0 0 0 18 0 15 0 19771566 829333504 59619 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15142/tid=15152] ppid=15140 vsize=809896 CPUtime=0.98
/proc/15142/task/15152/stat : 15152 (java) S 15140 15142 12698 0 -1 64 2623 0 0 0 97 1 0 0 16 0 15 0 19771566 829333504 59619 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15142/tid=15153] ppid=15140 vsize=809896 CPUtime=0
/proc/15142/task/15153/stat : 15153 (java) S 15140 15142 12698 0 -1 64 1 0 0 0 0 0 0 0 25 0 15 0 19771566 829333504 59619 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15142/tid=15154] ppid=15140 vsize=809896 CPUtime=0
/proc/15142/task/15154/stat : 15154 (java) S 15140 15142 12698 0 -1 64 1 0 0 0 0 0 0 0 15 0 15 0 19771566 829333504 59619 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15142/tid=15155] ppid=15140 vsize=809896 CPUtime=0
/proc/15142/task/15155/stat : 15155 (java) S 15140 15142 12698 0 -1 64 4 0 0 0 0 0 0 0 25 0 15 0 19771637 829333504 59619 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.15
Current children cumulated vsize (KiB) 809896

[startup+1802.5 s]
/proc/loadavg: 1.99 1.99 1.91 3/87 15195
/proc/meminfo: memFree=466088/2055920 swapFree=4192956/4192956
[pid=15142] ppid=15140 vsize=0 CPUtime=1800.24
/proc/15142/stat : 15142 (java) Z 15140 15142 12698 0 -1 1036 65761 0 1 0 179977 47 0 0 16 0 2 0 19771558 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15142/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.24
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1802.54
CPU time (s): 1800.28
CPU user time (s): 1799.77
CPU system time (s): 0.509922
CPU usage (%): 99.8749
Max. virtual memory (cumulated for all children) (KiB): 809896

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.77
system time used= 0.509922
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 65761
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= 36988
involuntary context switches= 42560

runsolver used 2.29465 second user time and 5.97909 second system time

The end

Launcher Data

Begin job on node35 at 2009-07-11 17:44:12
IDJOB=2061362
IDBENCH=53802
IDSOLVER=731
FILE ID=node35/2061362-1247327052
PBS_JOBID= 9506557
Free space on /tmp= 66248 MiB

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

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

MD5SUM BENCH= 7efe3866b185dd04500269e982e38673
RANDOM SEED=1584243446

node35.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.213
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.213
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:        624320 kB
Buffers:         50944 kB
Cached:        1219772 kB
SwapCached:          0 kB
Active:         264736 kB
Inactive:      1111972 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        624320 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            1332 kB
Writeback:           0 kB
Mapped:         123904 kB
Slab:            40088 kB
Committed_AS:   917504 kB
PageTables:       1988 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66248 MiB
End job on node35 at 2009-07-11 18:14:16