Trace number 2064112

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.13 1807.89

General information on the benchmark

Namecsp/compet02/
normalized-patat-02-comp-19.xml
MD5SUM88348dabf1de3aab78e1de9f2b35d337
Bench CategoryAlldiff (alldiff)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark149.487
Satisfiable
(Un)Satisfiability was proved
Number of variables800
Number of constraints64077
Maximum constraint arity20
Maximum domain size45
Number of constraints which are defined in extension0
Number of constraints which are defined in intension63777
Global constraints used (with number of constraints)alldifferent(300)

Solver Data

0.07/0.16	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.07/0.16	c This is free software under the dual EPL/GNU LGPL licenses.
0.07/0.16	c See www.sat4j.org for details.
0.07/0.16	c That software uses the Rhino library from the Mozilla project.
0.07/0.18	c version 2.1.1.v20090622
0.07/0.18	c sun.arch.data.model	32
0.07/0.18	c java.version	1.6.0_12
0.07/0.18	c os.name	Linux
0.07/0.18	c os.version	2.6.9-22.EL.rootsmp
0.07/0.18	c os.arch	i386
0.07/0.18	c Free memory 671000808
0.07/0.18	c Max memory 672137216
0.07/0.18	c Total memory 672137216
0.07/0.18	c Number of processors 2
0.16/0.27	c c --- Begin Solver configuration ---
0.16/0.27	c Stops conflict analysis at the first Unique Implication Point
0.16/0.27	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@1f14ceb
0.16/0.27	c Learn all clauses as in MiniSAT
0.16/0.27	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.16/0.27	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.16/0.27	c Expensive reason simplification
0.16/0.27	c MiniSAT restarts strategy
0.16/0.27	c Memory based learned constraints deletion strategy
0.16/0.27	c timeout=2147483s
0.16/0.27	c DB Simplification allowed=false
0.16/0.27	c --- End Solver configuration ---
0.16/0.27	c solving HOME/instance-2064112-1247334079.xml
0.16/0.27	c reading problem ... 
0.47/0.52	c reading problem named null
0.47/0.52	c reading domains done.
0.47/0.54	c reading variables done.
0.96/1.06	c reading predicates  done.
1.15/1.27	c reading constraints
1800.03/1807.81	c starts		: 0
1800.03/1807.81	c conflicts		: 0
1800.03/1807.81	c decisions		: 0
1800.03/1807.81	c propagations		: 0
1800.03/1807.81	c inspects		: 0
1800.03/1807.81	c learnt literals	: 0
1800.03/1807.81	c learnt binary clauses	: 0
1800.03/1807.81	c learnt ternary clauses	: 0
1800.03/1807.81	c learnt clauses	: 0
1800.03/1807.81	c ignored clauses	: 0
1800.03/1807.81	c root simplifications	: 0
1800.03/1807.81	c removed literals (reason simplification)	: 0
1800.03/1807.81	c reason swapping (by a shorter reason)	: 0
1800.03/1807.81	c Calls to reduceDB	: 0
1800.03/1807.81	c speed (assignments/second)	: 0.0
1800.03/1807.81	c non guided choices	0
1800.03/1807.81	c learnt constraints type 
1800.03/1807.81	c constraints type 
1800.03/1807.81	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 3059699
1800.03/1807.81	c org.sat4j.minisat.constraints.cnf.UnitClauses => 18
1800.03/1807.81	c org.sat4j.minisat.constraints.card.AtLeast => 782
1800.03/1807.81	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3912
1800.03/1807.81	s UNKNOWN
1800.03/1807.81	c Total wall clock time (in seconds) : 1807.543

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

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


[startup+0 s]
/proc/loadavg: 1.86 2.01 2.05 4/83 16353
/proc/meminfo: memFree=638224/2055920 swapFree=4192956/4192956
[pid=16353] ppid=16351 vsize=18576 CPUtime=0
/proc/16353/stat : 16353 (runsolver) R 16351 16353 16316 0 -1 4194368 16 0 0 0 0 0 0 0 19 0 1 0 20475729 19021824 284 996147200 4194304 4302564 548682068448 18446744073709551615 259353275687 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/16353/statm: 4644 284 249 26 0 2626 0

[startup+0.0127621 s]
/proc/loadavg: 1.86 2.01 2.05 4/83 16353
/proc/meminfo: memFree=638224/2055920 swapFree=4192956/4192956
[pid=16353] ppid=16351 vsize=272 CPUtime=0
/proc/16353/stat : 16353 (java) D 16351 16353 16316 0 -1 0 216 0 0 0 0 0 0 0 18 0 1 0 20475729 278528 37 996147200 134512640 134550932 4294956016 18446744073709551615 5829412 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/16353/statm: 404 144 107 9 0 46 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 272

[startup+0.102937 s]
/proc/loadavg: 1.86 2.01 2.05 4/83 16353
/proc/meminfo: memFree=638224/2055920 swapFree=4192956/4192956
[pid=16353] ppid=16351 vsize=802164 CPUtime=0.07
/proc/16353/stat : 16353 (java) S 16351 16353 16316 0 -1 0 2824 0 1 0 5 2 0 0 18 0 7 0 20475729 821415936 2569 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 1 0 0
/proc/16353/statm: 200541 2569 1036 9 0 197892 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 802164

[startup+0.301963 s]
/proc/loadavg: 1.86 2.01 2.05 4/83 16353
/proc/meminfo: memFree=638224/2055920 swapFree=4192956/4192956
[pid=16353] ppid=16351 vsize=805628 CPUtime=0.26
/proc/16353/stat : 16353 (java) S 16351 16353 16316 0 -1 0 4182 0 1 0 22 4 0 0 18 0 12 0 20475729 824963072 3919 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16353/statm: 201407 3919 1358 9 0 198734 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 805628

[startup+0.703005 s]
/proc/loadavg: 1.86 2.01 2.05 4/83 16353
/proc/meminfo: memFree=638224/2055920 swapFree=4192956/4192956
[pid=16353] ppid=16351 vsize=807184 CPUtime=0.67
/proc/16353/stat : 16353 (java) S 16351 16353 16316 0 -1 0 5421 0 1 0 62 5 0 0 18 0 12 0 20475729 826556416 4912 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16353/statm: 201796 4912 1386 9 0 199123 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 807184

[startup+1.5021 s]
/proc/loadavg: 1.86 2.01 2.05 4/95 16365
/proc/meminfo: memFree=620848/2055920 swapFree=4192956/4192956
[pid=16353] ppid=16351 vsize=809536 CPUtime=1.45
/proc/16353/stat : 16353 (java) S 16351 16353 16316 0 -1 0 9261 0 1 0 139 6 0 0 18 0 12 0 20475729 828964864 7551 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16353/statm: 202384 7551 1404 9 0 199711 0
[pid=16353/tid=16355] ppid=16351 vsize=809536 CPUtime=0.82
/proc/16353/task/16355/stat : 16355 (java) R 16351 16353 16316 0 -1 64 5724 0 1 0 77 5 0 0 19 0 12 0 20475730 828964864 7551 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16353/tid=16356] ppid=16351 vsize=809536 CPUtime=0
/proc/16353/task/16356/stat : 16356 (java) S 16351 16353 16316 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 20475731 828964864 7551 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16353/tid=16357] ppid=16351 vsize=809536 CPUtime=0
/proc/16353/task/16357/stat : 16357 (java) S 16351 16353 16316 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 20475731 828964864 7551 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16353/tid=16358] ppid=16351 vsize=809536 CPUtime=0
/proc/16353/task/16358/stat : 16358 (java) S 16351 16353 16316 0 -1 64 2 0 0 0 0 0 0 0 17 0 12 0 20475733 828964864 7551 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16353/tid=16359] ppid=16351 vsize=809536 CPUtime=0
/proc/16353/task/16359/stat : 16359 (java) S 16351 16353 16316 0 -1 64 10 0 0 0 0 0 0 0 21 0 12 0 20475734 828964864 7551 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16353/tid=16360] ppid=16351 vsize=809536 CPUtime=0
/proc/16353/task/16360/stat : 16360 (java) S 16351 16353 16316 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 20475734 828964864 7551 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16353/tid=16361] ppid=16351 vsize=809536 CPUtime=0
/proc/16353/task/16361/stat : 16361 (java) S 16351 16353 16316 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 20475740 828964864 7551 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16353/tid=16362] ppid=16351 vsize=809536 CPUtime=0
/proc/16353/task/16362/stat : 16362 (java) S 16351 16353 16316 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 20475740 828964864 7551 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16353/tid=16363] ppid=16351 vsize=809536 CPUtime=0.61
/proc/16353/task/16363/stat : 16363 (java) R 16351 16353 16316 0 -1 64 2784 0 0 0 61 0 0 0 16 0 12 0 20475740 828964864 7551 996147200 134512640 134550932 4294956016 18446744073709551615 104163984 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16353/tid=16364] ppid=16351 vsize=809536 CPUtime=0
/proc/16353/task/16364/stat : 16364 (java) S 16351 16353 16316 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 20475740 828964864 7551 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16353/tid=16365] ppid=16351 vsize=809536 CPUtime=0
/proc/16353/task/16365/stat : 16365 (java) S 16351 16353 16316 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 20475740 828964864 7551 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 809536

[startup+3.10128 s]
/proc/loadavg: 1.86 2.01 2.05 3/95 16365
/proc/meminfo: memFree=580976/2055920 swapFree=4192956/4192956
[pid=16353] ppid=16351 vsize=810540 CPUtime=3.03
/proc/16353/stat : 16353 (java) S 16351 16353 16316 0 -1 0 22616 0 1 0 291 12 0 0 18 0 12 0 20475729 829992960 20486 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16353/statm: 202635 20486 1427 9 0 199962 0
[pid=16353/tid=16355] ppid=16351 vsize=810540 CPUtime=2.15
/proc/16353/task/16355/stat : 16355 (java) R 16351 16353 16316 0 -1 64 17337 0 1 0 205 10 0 0 25 0 12 0 20475730 829992960 20486 996147200 134512640 134550932 4294956016 18446744073709551615 4109596848 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16353/tid=16356] ppid=16351 vsize=810540 CPUtime=0.02
/proc/16353/task/16356/stat : 16356 (java) S 16351 16353 16316 0 -1 64 767 0 0 0 2 0 0 0 17 0 12 0 20475731 829992960 20486 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16353/tid=16357] ppid=16351 vsize=810540 CPUtime=0
/proc/16353/task/16357/stat : 16357 (java) S 16351 16353 16316 0 -1 64 251 0 0 0 0 0 0 0 17 0 12 0 20475731 829992960 20486 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16353/tid=16358] ppid=16351 vsize=810540 CPUtime=0
/proc/16353/task/16358/stat : 16358 (java) S 16351 16353 16316 0 -1 64 12 0 0 0 0 0 0 0 16 0 12 0 20475733 829992960 20486 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16353/tid=16359] ppid=16351 vsize=810540 CPUtime=0
/proc/16353/task/16359/stat : 16359 (java) S 16351 16353 16316 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 20475734 829992960 20486 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16353/tid=16360] ppid=16351 vsize=810540 CPUtime=0
/proc/16353/task/16360/stat : 16360 (java) S 16351 16353 16316 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 20475734 829992960 20486 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16353/tid=16361] ppid=16351 vsize=810540 CPUtime=0
/proc/16353/task/16361/stat : 16361 (java) S 16351 16353 16316 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 20475740 829992960 20486 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16353/tid=16362] ppid=16351 vsize=810540 CPUtime=0
/proc/16353/task/16362/stat : 16362 (java) S 16351 16353 16316 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 20475740 829992960 20486 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16353/tid=16363] ppid=16351 vsize=810540 CPUtime=0.82
/proc/16353/task/16363/stat : 16363 (java) S 16351 16353 16316 0 -1 64 3497 0 0 0 82 0 0 0 16 0 12 0 20475740 829992960 20486 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16353/tid=16364] ppid=16351 vsize=810540 CPUtime=0
/proc/16353/task/16364/stat : 16364 (java) S 16351 16353 16316 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 20475740 829992960 20486 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16353/tid=16365] ppid=16351 vsize=810540 CPUtime=0
/proc/16353/task/16365/stat : 16365 (java) S 16351 16353 16316 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 20475740 829992960 20486 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.03
Current children cumulated vsize (KiB) 810540

[startup+6.30266 s]
/proc/loadavg: 1.87 2.01 2.05 3/95 16365
/proc/meminfo: memFree=549232/2055920 swapFree=4192956/4192956
[pid=16353] ppid=16351 vsize=810284 CPUtime=6.22
/proc/16353/stat : 16353 (java) S 16351 16353 16316 0 -1 0 24950 0 1 0 609 13 0 0 18 0 12 0 20475729 829730816 22762 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16353/statm: 202571 22762 1430 9 0 199898 0
[pid=16353/tid=16355] ppid=16351 vsize=810284 CPUtime=5.12
/proc/16353/task/16355/stat : 16355 (java) R 16351 16353 16316 0 -1 64 17345 0 1 0 502 10 0 0 25 0 12 0 20475730 829730816 22762 996147200 134512640 134550932 4294956016 18446744073709551615 4109625249 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16353/tid=16356] ppid=16351 vsize=810284 CPUtime=0.09
/proc/16353/task/16356/stat : 16356 (java) S 16351 16353 16316 0 -1 64 1570 0 0 0 9 0 0 0 17 0 12 0 20475731 829730816 22762 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16353/tid=16357] ppid=16351 vsize=810284 CPUtime=0.08
/proc/16353/task/16357/stat : 16357 (java) S 16351 16353 16316 0 -1 64 1719 0 0 0 8 0 0 0 16 0 12 0 20475731 829730816 22762 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16353/tid=16358] ppid=16351 vsize=810284 CPUtime=0
/proc/16353/task/16358/stat : 16358 (java) S 16351 16353 16316 0 -1 64 42 0 0 0 0 0 0 0 16 0 12 0 20475733 829730816 22762 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16353/tid=16359] ppid=16351 vsize=810284 CPUtime=0
/proc/16353/task/16359/stat : 16359 (java) S 16351 16353 16316 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 20475734 829730816 22762 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16353/tid=16360] ppid=16351 vsize=810284 CPUtime=0
/proc/16353/task/16360/stat : 16360 (java) S 16351 16353 16316 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 20475734 829730816 22762 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16353/tid=16361] ppid=16351 vsize=810284 CPUtime=0
/proc/16353/task/16361/stat : 16361 (java) S 16351 16353 16316 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 20475740 829730816 22762 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16353/tid=16362] ppid=16351 vsize=810284 CPUtime=0
/proc/16353/task/16362/stat : 16362 (java) S 16351 16353 16316 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 20475740 829730816 22762 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16353/tid=16363] ppid=16351 vsize=810284 CPUtime=0.88
/proc/16353/task/16363/stat : 16363 (java) S 16351 16353 16316 0 -1 64 3522 0 0 0 88 0 0 0 16 0 12 0 20475740 829730816 22762 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16353/tid=16364] ppid=16351 vsize=810284 CPUtime=0
/proc/16353/task/16364/stat : 16364 (java) S 16351 16353 16316 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 20475740 829730816 22762 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16353/tid=16365] ppid=16351 vsize=810284 CPUtime=0
/proc/16353/task/16365/stat : 16365 (java) S 16351 16353 16316 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 20475740 829730816 22762 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 810284

[startup+12.7014 s]
/proc/loadavg: 1.88 2.01 2.05 3/95 16365
/proc/meminfo: memFree=534640/2055920 swapFree=4192956/4192956
[pid=16353] ppid=16351 vsize=809292 CPUtime=12.56
/proc/16353/stat : 16353 (java) S 16351 16353 16316 0 -1 0 27497 0 1 0 1242 14 0 0 18 0 12 0 20475729 828715008 25065 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16353/statm: 202323 25065 1431 9 0 199650 0
[pid=16353/tid=16355] ppid=16351 vsize=809292 CPUtime=11.32
/proc/16353/task/16355/stat : 16355 (java) R 16351 16353 16316 0 -1 64 18521 0 1 0 1121 11 0 0 25 0 12 0 20475730 828715008 25065 996147200 134512640 134550932 4294956016 18446744073709551615 4109676705 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16353/tid=16356] ppid=16351 vsize=809292 CPUtime=0.12
/proc/16353/task/16356/stat : 16356 (java) S 16351 16353 16316 0 -1 64 2247 0 0 0 12 0 0 0 16 0 12 0 20475731 828715008 25065 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16353/tid=16357] ppid=16351 vsize=809292 CPUtime=0.11
/proc/16353/task/16357/stat : 16357 (java) S 16351 16353 16316 0 -1 64 2399 0 0 0 11 0 0 0 16 0 12 0 20475731 828715008 25065 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16353/tid=16358] ppid=16351 vsize=809292 CPUtime=0
/proc/16353/task/16358/stat : 16358 (java) S 16351 16353 16316 0 -1 64 42 0 0 0 0 0 0 0 16 0 12 0 20475733 828715008 25065 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16353/tid=16359] ppid=16351 vsize=809292 CPUtime=0
/proc/16353/task/16359/stat : 16359 (java) S 16351 16353 16316 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 20475734 828715008 25065 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16353/tid=16360] ppid=16351 vsize=809292 CPUtime=0
/proc/16353/task/16360/stat : 16360 (java) S 16351 16353 16316 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 20475734 828715008 25065 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16353/tid=16361] ppid=16351 vsize=809292 CPUtime=0
/proc/16353/task/16361/stat : 16361 (java) S 16351 16353 16316 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 20475740 828715008 25065 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16353/tid=16362] ppid=16351 vsize=809292 CPUtime=0
/proc/16353/task/16362/stat : 16362 (java) S 16351 16353 16316 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 20475740 828715008 25065 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16353/tid=16363] ppid=16351 vsize=809292 CPUtime=0.96
/proc/16353/task/16363/stat : 16363 (java) S 16351 16353 16316 0 -1 64 3536 0 0 0 96 0 0 0 16 0 12 0 20475740 828715008 25065 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16353/tid=16364] ppid=16351 vsize=809292 CPUtime=0
/proc/16353/task/16364/stat : 16364 (java) S 16351 16353 16316 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 20475740 828715008 25065 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16353/tid=16365] ppid=16351 vsize=809292 CPUtime=0
/proc/16353/task/16365/stat : 16365 (java) S 16351 16353 16316 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 20475740 828715008 25065 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 809292

[startup+25.5029 s]
/proc/loadavg: 1.91 2.01 2.04 3/95 16365
/proc/meminfo: memFree=530160/2055920 swapFree=4192956/4192956
[pid=16353] ppid=16351 vsize=809292 CPUtime=25.24
/proc/16353/stat : 16353 (java) S 16351 16353 16316 0 -1 0 28076 0 1 0 2509 15 0 0 18 0 12 0 20475729 828715008 25628 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16353/statm: 202323 25628 1431 9 0 199650 0
[pid=16353/tid=16355] ppid=16351 vsize=809292 CPUtime=23.79
/proc/16353/task/16355/stat : 16355 (java) R 16351 16353 16316 0 -1 64 18541 0 1 0 2368 11 0 0 25 0 12 0 20475730 828715008 25628 996147200 134512640 134550932 4294956016 18446744073709551615 4109610028 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16353/tid=16356] ppid=16351 vsize=809292 CPUtime=0.15
/proc/16353/task/16356/stat : 16356 (java) S 16351 16353 16316 0 -1 64 2560 0 0 0 15 0 0 0 17 0 12 0 20475731 828715008 25628 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16353/tid=16357] ppid=16351 vsize=809292 CPUtime=0.14
/proc/16353/task/16357/stat : 16357 (java) S 16351 16353 16316 0 -1 64 2631 0 0 0 13 1 0 0 16 0 12 0 20475731 828715008 25628 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16353/tid=16358] ppid=16351 vsize=809292 CPUtime=0
/proc/16353/task/16358/stat : 16358 (java) S 16351 16353 16316 0 -1 64 42 0 0 0 0 0 0 0 16 0 12 0 20475733 828715008 25628 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16353/tid=16359] ppid=16351 vsize=809292 CPUtime=0
/proc/16353/task/16359/stat : 16359 (java) S 16351 16353 16316 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 20475734 828715008 25628 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16353/tid=16360] ppid=16351 vsize=809292 CPUtime=0
/proc/16353/task/16360/stat : 16360 (java) S 16351 16353 16316 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 20475734 828715008 25628 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16353/tid=16361] ppid=16351 vsize=809292 CPUtime=0
/proc/16353/task/16361/stat : 16361 (java) S 16351 16353 16316 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 20475740 828715008 25628 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16353/tid=16362] ppid=16351 vsize=809292 CPUtime=0

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

[pid=16353/tid=16364] ppid=16351 vsize=812288 CPUtime=0
/proc/16353/task/16364/stat : 16364 (java) S 16351 16353 16316 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 20475740 831782912 86019 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16353/tid=16365] ppid=16351 vsize=812288 CPUtime=0
/proc/16353/task/16365/stat : 16365 (java) S 16351 16353 16316 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 20475740 831782912 86019 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1536.14
Current children cumulated vsize (KiB) 812288

[startup+1602.3 s]
/proc/loadavg: 1.95 2.00 2.00 3/94 16451
/proc/meminfo: memFree=481264/2055920 swapFree=4192956/4192956
[pid=16353] ppid=16351 vsize=812288 CPUtime=1595.84
/proc/16353/stat : 16353 (java) S 16351 16353 16316 0 -1 0 96252 0 1 0 159504 80 0 0 18 0 12 0 20475729 831782912 88194 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16353/statm: 203072 88194 1442 9 0 200399 0
[pid=16353/tid=16355] ppid=16351 vsize=812288 CPUtime=1552.06
/proc/16353/task/16355/stat : 16355 (java) R 16351 16353 16316 0 -1 64 20400 0 1 0 155183 23 0 0 25 0 12 0 20475730 831782912 88194 996147200 134512640 134550932 4294956016 18446744073709551615 4109624418 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16353/tid=16356] ppid=16351 vsize=812288 CPUtime=20.57
/proc/16353/task/16356/stat : 16356 (java) S 16351 16353 16316 0 -1 64 34139 0 0 0 2037 20 0 0 17 0 12 0 20475731 831782912 88194 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16353/tid=16357] ppid=16351 vsize=812288 CPUtime=20.12
/proc/16353/task/16357/stat : 16357 (java) S 16351 16353 16316 0 -1 64 32827 0 0 0 1996 16 0 0 17 0 12 0 20475731 831782912 88194 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16353/tid=16358] ppid=16351 vsize=812288 CPUtime=0.52
/proc/16353/task/16358/stat : 16358 (java) S 16351 16353 16316 0 -1 64 49 0 0 0 36 16 0 0 16 0 12 0 20475733 831782912 88194 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16353/tid=16359] ppid=16351 vsize=812288 CPUtime=0
/proc/16353/task/16359/stat : 16359 (java) S 16351 16353 16316 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 20475734 831782912 88194 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16353/tid=16360] ppid=16351 vsize=812288 CPUtime=0
/proc/16353/task/16360/stat : 16360 (java) S 16351 16353 16316 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 20475734 831782912 88194 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16353/tid=16361] ppid=16351 vsize=812288 CPUtime=0
/proc/16353/task/16361/stat : 16361 (java) S 16351 16353 16316 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 20475740 831782912 88194 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16353/tid=16362] ppid=16351 vsize=812288 CPUtime=0
/proc/16353/task/16362/stat : 16362 (java) S 16351 16353 16316 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 20475740 831782912 88194 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16353/tid=16363] ppid=16351 vsize=812288 CPUtime=2.52
/proc/16353/task/16363/stat : 16363 (java) S 16351 16353 16316 0 -1 64 8085 0 0 0 250 2 0 0 16 0 12 0 20475740 831782912 88194 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16353/tid=16364] ppid=16351 vsize=812288 CPUtime=0
/proc/16353/task/16364/stat : 16364 (java) S 16351 16353 16316 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 20475740 831782912 88194 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16353/tid=16365] ppid=16351 vsize=812288 CPUtime=0
/proc/16353/task/16365/stat : 16365 (java) S 16351 16353 16316 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 20475740 831782912 88194 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1595.84
Current children cumulated vsize (KiB) 812288

[startup+1662.3 s]
/proc/loadavg: 1.98 2.00 2.00 3/94 16451
/proc/meminfo: memFree=471472/2055920 swapFree=4192956/4192956
[pid=16353] ppid=16351 vsize=812288 CPUtime=1655.57
/proc/16353/stat : 16353 (java) S 16351 16353 16316 0 -1 0 98721 0 1 0 165474 83 0 0 18 0 12 0 20475729 831782912 90595 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16353/statm: 203072 90595 1442 9 0 200399 0
[pid=16353/tid=16355] ppid=16351 vsize=812288 CPUtime=1609.28
/proc/16353/task/16355/stat : 16355 (java) R 16351 16353 16316 0 -1 64 20466 0 1 0 160904 24 0 0 25 0 12 0 20475730 831782912 90595 996147200 134512640 134550932 4294956016 18446744073709551615 4109624987 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16353/tid=16356] ppid=16351 vsize=812288 CPUtime=21.82
/proc/16353/task/16356/stat : 16356 (java) S 16351 16353 16316 0 -1 64 35486 0 0 0 2162 20 0 0 16 0 12 0 20475731 831782912 90595 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16353/tid=16357] ppid=16351 vsize=812288 CPUtime=21.36
/proc/16353/task/16357/stat : 16357 (java) S 16351 16353 16316 0 -1 64 33882 0 0 0 2119 17 0 0 17 0 12 0 20475731 831782912 90595 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16353/tid=16358] ppid=16351 vsize=812288 CPUtime=0.55
/proc/16353/task/16358/stat : 16358 (java) S 16351 16353 16316 0 -1 64 50 0 0 0 38 17 0 0 16 0 12 0 20475733 831782912 90595 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16353/tid=16359] ppid=16351 vsize=812288 CPUtime=0
/proc/16353/task/16359/stat : 16359 (java) S 16351 16353 16316 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 20475734 831782912 90595 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16353/tid=16360] ppid=16351 vsize=812288 CPUtime=0
/proc/16353/task/16360/stat : 16360 (java) S 16351 16353 16316 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 20475734 831782912 90595 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16353/tid=16361] ppid=16351 vsize=812288 CPUtime=0
/proc/16353/task/16361/stat : 16361 (java) S 16351 16353 16316 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 20475740 831782912 90595 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16353/tid=16362] ppid=16351 vsize=812288 CPUtime=0
/proc/16353/task/16362/stat : 16362 (java) S 16351 16353 16316 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 20475740 831782912 90595 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16353/tid=16363] ppid=16351 vsize=812288 CPUtime=2.52
/proc/16353/task/16363/stat : 16363 (java) S 16351 16353 16316 0 -1 64 8085 0 0 0 250 2 0 0 16 0 12 0 20475740 831782912 90595 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16353/tid=16364] ppid=16351 vsize=812288 CPUtime=0
/proc/16353/task/16364/stat : 16364 (java) S 16351 16353 16316 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 20475740 831782912 90595 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16353/tid=16365] ppid=16351 vsize=812288 CPUtime=0
/proc/16353/task/16365/stat : 16365 (java) S 16351 16353 16316 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 20475740 831782912 90595 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1655.57
Current children cumulated vsize (KiB) 812288

[startup+1722.3 s]
/proc/loadavg: 1.99 2.00 2.00 3/94 16451
/proc/meminfo: memFree=463216/2055920 swapFree=4192956/4192956
[pid=16353] ppid=16351 vsize=812288 CPUtime=1715.16
/proc/16353/stat : 16353 (java) S 16351 16353 16316 0 -1 0 100840 0 1 0 171431 85 0 0 18 0 12 0 20475729 831782912 92649 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16353/statm: 203072 92649 1442 9 0 200399 0
[pid=16353/tid=16355] ppid=16351 vsize=812288 CPUtime=1666.34
/proc/16353/task/16355/stat : 16355 (java) R 16351 16353 16316 0 -1 64 20531 0 1 0 166610 24 0 0 25 0 12 0 20475730 831782912 92649 996147200 134512640 134550932 4294956016 18446744073709551615 4109610028 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16353/tid=16356] ppid=16351 vsize=812288 CPUtime=23.06
/proc/16353/task/16356/stat : 16356 (java) S 16351 16353 16316 0 -1 64 36360 0 0 0 2285 21 0 0 17 0 12 0 20475731 831782912 92649 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16353/tid=16357] ppid=16351 vsize=812288 CPUtime=22.62
/proc/16353/task/16357/stat : 16357 (java) S 16351 16353 16316 0 -1 64 35062 0 0 0 2244 18 0 0 16 0 12 0 20475731 831782912 92649 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16353/tid=16358] ppid=16351 vsize=812288 CPUtime=0.56
/proc/16353/task/16358/stat : 16358 (java) S 16351 16353 16316 0 -1 64 50 0 0 0 39 17 0 0 16 0 12 0 20475733 831782912 92649 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16353/tid=16359] ppid=16351 vsize=812288 CPUtime=0
/proc/16353/task/16359/stat : 16359 (java) S 16351 16353 16316 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 20475734 831782912 92649 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16353/tid=16360] ppid=16351 vsize=812288 CPUtime=0
/proc/16353/task/16360/stat : 16360 (java) S 16351 16353 16316 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 20475734 831782912 92649 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16353/tid=16361] ppid=16351 vsize=812288 CPUtime=0
/proc/16353/task/16361/stat : 16361 (java) S 16351 16353 16316 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 20475740 831782912 92649 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16353/tid=16362] ppid=16351 vsize=812288 CPUtime=0
/proc/16353/task/16362/stat : 16362 (java) S 16351 16353 16316 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 20475740 831782912 92649 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16353/tid=16363] ppid=16351 vsize=812288 CPUtime=2.53
/proc/16353/task/16363/stat : 16363 (java) S 16351 16353 16316 0 -1 64 8085 0 0 0 251 2 0 0 16 0 12 0 20475740 831782912 92649 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16353/tid=16364] ppid=16351 vsize=812288 CPUtime=0
/proc/16353/task/16364/stat : 16364 (java) S 16351 16353 16316 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 20475740 831782912 92649 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16353/tid=16365] ppid=16351 vsize=812288 CPUtime=0
/proc/16353/task/16365/stat : 16365 (java) S 16351 16353 16316 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 20475740 831782912 92649 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1715.16
Current children cumulated vsize (KiB) 812288

[startup+1782.3 s]
/proc/loadavg: 1.99 2.00 2.00 3/94 16451
/proc/meminfo: memFree=455920/2055920 swapFree=4192956/4192956
[pid=16353] ppid=16351 vsize=812288 CPUtime=1774.68
/proc/16353/stat : 16353 (java) S 16351 16353 16316 0 -1 0 102691 0 1 0 177381 87 0 0 18 0 12 0 20475729 831782912 94436 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16353/statm: 203072 94436 1442 9 0 200399 0
[pid=16353/tid=16355] ppid=16351 vsize=812288 CPUtime=1723.46
/proc/16353/task/16355/stat : 16355 (java) R 16351 16353 16316 0 -1 64 20595 0 1 0 172321 25 0 0 25 0 12 0 20475730 831782912 94436 996147200 134512640 134550932 4294956016 18446744073709551615 4109610028 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16353/tid=16356] ppid=16351 vsize=812288 CPUtime=24.25
/proc/16353/task/16356/stat : 16356 (java) S 16351 16353 16316 0 -1 64 37321 0 0 0 2403 22 0 0 17 0 12 0 20475731 831782912 94436 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16353/tid=16357] ppid=16351 vsize=812288 CPUtime=23.81
/proc/16353/task/16357/stat : 16357 (java) S 16351 16353 16316 0 -1 64 35888 0 0 0 2363 18 0 0 17 0 12 0 20475731 831782912 94436 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16353/tid=16358] ppid=16351 vsize=812288 CPUtime=0.58
/proc/16353/task/16358/stat : 16358 (java) S 16351 16353 16316 0 -1 64 50 0 0 0 41 17 0 0 16 0 12 0 20475733 831782912 94436 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16353/tid=16359] ppid=16351 vsize=812288 CPUtime=0
/proc/16353/task/16359/stat : 16359 (java) S 16351 16353 16316 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 20475734 831782912 94436 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16353/tid=16360] ppid=16351 vsize=812288 CPUtime=0
/proc/16353/task/16360/stat : 16360 (java) S 16351 16353 16316 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 20475734 831782912 94436 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16353/tid=16361] ppid=16351 vsize=812288 CPUtime=0
/proc/16353/task/16361/stat : 16361 (java) S 16351 16353 16316 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 20475740 831782912 94436 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16353/tid=16362] ppid=16351 vsize=812288 CPUtime=0
/proc/16353/task/16362/stat : 16362 (java) S 16351 16353 16316 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 20475740 831782912 94436 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16353/tid=16363] ppid=16351 vsize=812288 CPUtime=2.53
/proc/16353/task/16363/stat : 16363 (java) S 16351 16353 16316 0 -1 64 8085 0 0 0 251 2 0 0 16 0 12 0 20475740 831782912 94436 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16353/tid=16364] ppid=16351 vsize=812288 CPUtime=0
/proc/16353/task/16364/stat : 16364 (java) S 16351 16353 16316 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 20475740 831782912 94436 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16353/tid=16365] ppid=16351 vsize=812288 CPUtime=0
/proc/16353/task/16365/stat : 16365 (java) S 16351 16353 16316 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 20475740 831782912 94436 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1774.68
Current children cumulated vsize (KiB) 812288



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1807.8 s]
/proc/loadavg: 1.99 2.00 2.00 3/94 16451
/proc/meminfo: memFree=452208/2055920 swapFree=4192956/4192956
[pid=16353] ppid=16351 vsize=812288 CPUtime=1800.03
/proc/16353/stat : 16353 (java) S 16351 16353 16316 0 -1 0 103661 0 1 0 179916 87 0 0 18 0 12 0 20475729 831782912 95378 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16353/statm: 203072 95378 1442 9 0 200399 0
[pid=16353/tid=16355] ppid=16351 vsize=812288 CPUtime=1747.75
/proc/16353/task/16355/stat : 16355 (java) R 16351 16353 16316 0 -1 64 20623 0 1 0 174750 25 0 0 25 0 12 0 20475730 831782912 95378 996147200 134512640 134550932 4294956016 18446744073709551615 4109625496 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16353/tid=16356] ppid=16351 vsize=812288 CPUtime=24.79
/proc/16353/task/16356/stat : 16356 (java) S 16351 16353 16316 0 -1 64 37692 0 0 0 2457 22 0 0 17 0 12 0 20475731 831782912 95378 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16353/tid=16357] ppid=16351 vsize=812288 CPUtime=24.32
/proc/16353/task/16357/stat : 16357 (java) S 16351 16353 16316 0 -1 64 36459 0 0 0 2414 18 0 0 16 0 12 0 20475731 831782912 95378 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16353/tid=16358] ppid=16351 vsize=812288 CPUtime=0.58
/proc/16353/task/16358/stat : 16358 (java) S 16351 16353 16316 0 -1 64 50 0 0 0 41 17 0 0 16 0 12 0 20475733 831782912 95378 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16353/tid=16359] ppid=16351 vsize=812288 CPUtime=0
/proc/16353/task/16359/stat : 16359 (java) S 16351 16353 16316 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 20475734 831782912 95378 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16353/tid=16360] ppid=16351 vsize=812288 CPUtime=0
/proc/16353/task/16360/stat : 16360 (java) S 16351 16353 16316 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 20475734 831782912 95378 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16353/tid=16361] ppid=16351 vsize=812288 CPUtime=0
/proc/16353/task/16361/stat : 16361 (java) S 16351 16353 16316 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 20475740 831782912 95378 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16353/tid=16362] ppid=16351 vsize=812288 CPUtime=0
/proc/16353/task/16362/stat : 16362 (java) S 16351 16353 16316 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 20475740 831782912 95378 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16353/tid=16363] ppid=16351 vsize=812288 CPUtime=2.53
/proc/16353/task/16363/stat : 16363 (java) S 16351 16353 16316 0 -1 64 8085 0 0 0 251 2 0 0 16 0 12 0 20475740 831782912 95378 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16353/tid=16364] ppid=16351 vsize=812288 CPUtime=0
/proc/16353/task/16364/stat : 16364 (java) S 16351 16353 16316 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 20475740 831782912 95378 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16353/tid=16365] ppid=16351 vsize=812288 CPUtime=0
/proc/16353/task/16365/stat : 16365 (java) S 16351 16353 16316 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 20475740 831782912 95378 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 812288

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

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

Child status: 143
Real time (s): 1807.89
CPU time (s): 1800.13
CPU user time (s): 1799.19
CPU system time (s): 0.931858
CPU usage (%): 99.5707
Max. virtual memory (cumulated for all children) (KiB): 813144

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.19
system time used= 0.931858
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 103683
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= 70153
involuntary context switches= 85431

runsolver used 2.42463 second user time and 5.88511 second system time

The end

Launcher Data

Begin job on node1 at 2009-07-11 19:41:20
IDJOB=2064112
IDBENCH=54124
IDSOLVER=731
FILE ID=node1/2064112-1247334079
PBS_JOBID= 9506738
Free space on /tmp= 66372 MiB

SOLVER NAME= SAT4J CSP 2.1.1
BENCH NAME= CPAI08/csp/compet02/normalized-patat-02-comp-19.xml
COMMAND LINE= java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2064112-1247334079/watcher-2064112-1247334079 -o /tmp/evaluation-result-2064112-1247334079/solver-2064112-1247334079 -C 1800 -W 2000 -M 900  java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2064112-1247334079.xml

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

MD5SUM BENCH= 88348dabf1de3aab78e1de9f2b35d337
RANDOM SEED=1541409901

node1.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.216
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.216
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:        638768 kB
Buffers:         68876 kB
Cached:        1087736 kB
SwapCached:          0 kB
Active:         581536 kB
Inactive:       756780 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        638768 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:           10396 kB
Writeback:           0 kB
Mapped:         197464 kB
Slab:            63828 kB
Committed_AS:   850384 kB
PageTables:       2148 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= 66376 MiB
End job on node1 at 2009-07-11 20:11:30