Trace number 2064134

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.34 1807.86

General information on the benchmark

Namecsp/compet02/
normalized-patat-02-comp-2.xml
MD5SUMbdbe2078ed8387e97052ed05a12c408b
Bench CategoryAlldiff (alldiff)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark63.8163
Satisfiable
(Un)Satisfiability was proved
Number of variables800
Number of constraints22714
Maximum constraint arity20
Maximum domain size45
Number of constraints which are defined in extension0
Number of constraints which are defined in intension22514
Global constraints used (with number of constraints)alldifferent(200)

Solver Data

0.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.08/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.14	c See www.sat4j.org for details.
0.08/0.14	c That software uses the Rhino library from the Mozilla project.
0.08/0.14	c version 2.1.1.v20090622
0.08/0.14	c sun.arch.data.model	32
0.08/0.14	c java.version	1.6.0_12
0.08/0.14	c os.name	Linux
0.08/0.14	c os.version	2.6.9-22.EL.rootsmp
0.08/0.14	c os.arch	i386
0.08/0.14	c Free memory 671000808
0.08/0.14	c Max memory 672137216
0.08/0.14	c Total memory 672137216
0.08/0.14	c Number of processors 2
0.08/0.19	c c --- Begin Solver configuration ---
0.08/0.19	c Stops conflict analysis at the first Unique Implication Point
0.08/0.19	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@913fe2
0.08/0.19	c Learn all clauses as in MiniSAT
0.08/0.19	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.19	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.08/0.19	c Expensive reason simplification
0.08/0.19	c MiniSAT restarts strategy
0.08/0.19	c Memory based learned constraints deletion strategy
0.08/0.19	c timeout=2147483s
0.08/0.19	c DB Simplification allowed=false
0.08/0.19	c --- End Solver configuration ---
0.08/0.19	c solving HOME/instance-2064134-1247334264.xml
0.08/0.19	c reading problem ... 
0.38/0.33	c reading problem named null
0.38/0.33	c reading domains done.
0.38/0.35	c reading variables done.
0.95/0.83	c reading predicates  done.
1.15/1.03	c reading constraints
560.02/561.72	c done with constraints.
560.02/561.72	c ... done. Wall clock time 561.531s.
560.02/561.72	c #vars     18767
560.02/561.72	c #constraints  2525740
560.02/561.72	c constraints type 
560.02/561.72	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1156669
560.02/561.72	c org.sat4j.minisat.constraints.cnf.UnitClauses => 208
560.02/561.72	c org.sat4j.minisat.constraints.card.AtLeast => 592
560.02/561.72	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1368063
1109.45/1113.62	c cleaning 83748 clauses out of 167501
1564.27/1570.67	c cleaning 81121 clauses out of 162252
1800.08/1807.61	c starts		: 18
1800.08/1807.61	c conflicts		: 291969
1800.08/1807.61	c decisions		: 440831
1800.08/1807.61	c propagations		: 25748046
1800.08/1807.61	c inspects		: 1171970534
1800.08/1807.61	c learnt literals	: 0
1800.08/1807.61	c learnt binary clauses	: 0
1800.08/1807.61	c learnt ternary clauses	: 57
1800.08/1807.61	c learnt clauses	: 291968
1800.08/1807.61	c ignored clauses	: 0
1800.08/1807.61	c root simplifications	: 0
1800.08/1807.61	c removed literals (reason simplification)	: 1510802
1800.08/1807.61	c reason swapping (by a shorter reason)	: 0
1800.08/1807.61	c Calls to reduceDB	: 2
1800.08/1807.61	c speed (assignments/second)	: 20666.35470811274
1800.08/1807.61	c non guided choices	117049
1800.18/1807.73	c learnt constraints type 
1800.18/1807.73	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 127106
1800.18/1807.73	c constraints type 
1800.18/1807.73	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1156669
1800.18/1807.73	c org.sat4j.minisat.constraints.cnf.UnitClauses => 208
1800.18/1807.73	c org.sat4j.minisat.constraints.card.AtLeast => 592
1800.18/1807.73	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1368063
1800.18/1807.73	s UNKNOWN
1800.18/1807.73	c Total wall clock time (in seconds) : 1807.424

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-2064134-1247334264/watcher-2064134-1247334264 -o /tmp/evaluation-result-2064134-1247334264/solver-2064134-1247334264 -C 1800 -W 2000 -M 900 java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2064134-1247334264.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.12 2.14 2.08 4/82 16589
/proc/meminfo: memFree=556376/2055924 swapFree=4192956/4192956
[pid=16589] ppid=16587 vsize=1612 CPUtime=0
/proc/16589/stat : 16589 (java6) D 16587 16589 16441 0 -1 0 179 0 0 0 0 0 0 0 18 0 1 0 20493804 1650688 150 996147200 134512640 134550932 4294956176 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099781622 0 0 17 0 0 0
/proc/16589/statm: 403 150 114 9 0 45 0

[startup+0.030256 s]
/proc/loadavg: 2.12 2.14 2.08 4/82 16589
/proc/meminfo: memFree=556376/2055924 swapFree=4192956/4192956
[pid=16589] ppid=16587 vsize=800696 CPUtime=0.02
/proc/16589/stat : 16589 (java) S 16587 16589 16441 0 -1 0 2329 0 1 0 1 1 0 0 18 0 4 0 20493804 819912704 2076 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/16589/statm: 200174 2078 938 9 0 197525 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 800696

[startup+0.102269 s]
/proc/loadavg: 2.12 2.14 2.08 4/82 16589
/proc/meminfo: memFree=556376/2055924 swapFree=4192956/4192956
[pid=16589] ppid=16587 vsize=804560 CPUtime=0.08
/proc/16589/stat : 16589 (java) S 16587 16589 16441 0 -1 0 3020 0 1 0 7 1 0 0 18 0 12 0 20493804 823869440 2763 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16589/statm: 201140 2763 1082 9 0 198474 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 804560

[startup+0.301308 s]
/proc/loadavg: 2.12 2.14 2.08 4/82 16589
/proc/meminfo: memFree=556376/2055924 swapFree=4192956/4192956
[pid=16589] ppid=16587 vsize=807768 CPUtime=0.38
/proc/16589/stat : 16589 (java) S 16587 16589 16441 0 -1 0 5091 0 1 0 34 4 0 0 18 0 12 0 20493804 827154432 4649 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16589/statm: 201942 4649 1371 9 0 199269 0
Current children cumulated CPU time (s) 0.38
Current children cumulated vsize (KiB) 807768

[startup+0.702385 s]
/proc/loadavg: 2.12 2.14 2.08 4/82 16589
/proc/meminfo: memFree=556376/2055924 swapFree=4192956/4192956
[pid=16589] ppid=16587 vsize=807536 CPUtime=0.85
/proc/16589/stat : 16589 (java) S 16587 16589 16441 0 -1 0 6372 0 1 0 80 5 0 0 18 0 12 0 20493804 826916864 5358 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16589/statm: 201884 5358 1396 9 0 199211 0
Current children cumulated CPU time (s) 0.85
Current children cumulated vsize (KiB) 807536

[startup+1.50154 s]
/proc/loadavg: 2.12 2.14 2.08 3/94 16601
/proc/meminfo: memFree=534136/2055924 swapFree=4192956/4192956
[pid=16589] ppid=16587 vsize=808724 CPUtime=1.65
/proc/16589/stat : 16589 (java) S 16587 16589 16441 0 -1 0 10639 0 1 0 158 7 0 0 18 0 12 0 20493804 828133376 8425 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16589/statm: 202181 8426 1421 9 0 199508 0
[pid=16589/tid=16591] ppid=16587 vsize=808724 CPUtime=0.89
/proc/16589/task/16591/stat : 16591 (java) R 16587 16589 16441 0 -1 64 6987 0 1 0 85 4 0 0 24 0 12 0 20493805 828133376 8427 996147200 134512640 134550932 4294956016 18446744073709551615 4109621364 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16589/tid=16592] ppid=16587 vsize=808724 CPUtime=0
/proc/16589/task/16592/stat : 16592 (java) S 16587 16589 16441 0 -1 64 3 0 0 0 0 0 0 0 20 0 12 0 20493806 828133376 8427 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16589/tid=16593] ppid=16587 vsize=808724 CPUtime=0
/proc/16589/task/16593/stat : 16593 (java) S 16587 16589 16441 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 20493806 828133376 8428 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16589/tid=16594] ppid=16587 vsize=808724 CPUtime=0
/proc/16589/task/16594/stat : 16594 (java) S 16587 16589 16441 0 -1 64 2 0 0 0 0 0 0 0 17 0 12 0 20493807 828133376 8429 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16589/tid=16595] ppid=16587 vsize=808724 CPUtime=0
/proc/16589/task/16595/stat : 16595 (java) S 16587 16589 16441 0 -1 64 10 0 0 0 0 0 0 0 23 0 12 0 20493808 828133376 8430 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16589/tid=16596] ppid=16587 vsize=808724 CPUtime=0
/proc/16589/task/16596/stat : 16596 (java) S 16587 16589 16441 0 -1 64 4 0 0 0 0 0 0 0 24 0 12 0 20493808 828133376 8431 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16589/tid=16597] ppid=16587 vsize=808724 CPUtime=0
/proc/16589/task/16597/stat : 16597 (java) S 16587 16589 16441 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 20493813 828133376 8432 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16589/tid=16598] ppid=16587 vsize=808724 CPUtime=0.16
/proc/16589/task/16598/stat : 16598 (java) S 16587 16589 16441 0 -1 64 1067 0 0 0 16 0 0 0 17 0 12 0 20493813 828133376 8433 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16589/tid=16599] ppid=16587 vsize=808724 CPUtime=0.56
/proc/16589/task/16599/stat : 16599 (java) S 16587 16589 16441 0 -1 64 1843 0 0 0 55 1 0 0 16 0 12 0 20493813 828133376 8433 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16589/tid=16600] ppid=16587 vsize=808724 CPUtime=0
/proc/16589/task/16600/stat : 16600 (java) S 16587 16589 16441 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 20493813 828133376 8434 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16589/tid=16601] ppid=16587 vsize=808724 CPUtime=0
/proc/16589/task/16601/stat : 16601 (java) S 16587 16589 16441 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 20493813 828133376 8435 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.65
Current children cumulated vsize (KiB) 808724

[startup+3.10286 s]
/proc/loadavg: 2.11 2.14 2.08 6/94 16601
/proc/meminfo: memFree=483448/2055924 swapFree=4192956/4192956
[pid=16589] ppid=16587 vsize=808724 CPUtime=3.25
/proc/16589/stat : 16589 (java) S 16587 16589 16441 0 -1 0 23241 0 1 0 311 14 0 0 18 0 12 0 20493804 828133376 21024 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16589/statm: 202181 21024 1430 9 0 199508 0
[pid=16589/tid=16591] ppid=16587 vsize=808724 CPUtime=2.41
/proc/16589/task/16591/stat : 16591 (java) R 16587 16589 16441 0 -1 64 17578 0 1 0 231 10 0 0 25 0 12 0 20493805 828133376 21024 996147200 134512640 134550932 4294956016 18446744073709551615 4109650412 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16589/tid=16592] ppid=16587 vsize=808724 CPUtime=0.02
/proc/16589/task/16592/stat : 16592 (java) S 16587 16589 16441 0 -1 64 1021 0 0 0 2 0 0 0 16 0 12 0 20493806 828133376 21024 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16589/tid=16593] ppid=16587 vsize=808724 CPUtime=0.02
/proc/16589/task/16593/stat : 16593 (java) S 16587 16589 16441 0 -1 64 967 0 0 0 2 0 0 0 16 0 12 0 20493806 828133376 21024 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16589/tid=16594] ppid=16587 vsize=808724 CPUtime=0
/proc/16589/task/16594/stat : 16594 (java) S 16587 16589 16441 0 -1 64 19 0 0 0 0 0 0 0 16 0 12 0 20493807 828133376 21024 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16589/tid=16595] ppid=16587 vsize=808724 CPUtime=0
/proc/16589/task/16595/stat : 16595 (java) S 16587 16589 16441 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 20493808 828133376 21024 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16589/tid=16596] ppid=16587 vsize=808724 CPUtime=0
/proc/16589/task/16596/stat : 16596 (java) S 16587 16589 16441 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 20493808 828133376 21024 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16589/tid=16597] ppid=16587 vsize=808724 CPUtime=0
/proc/16589/task/16597/stat : 16597 (java) S 16587 16589 16441 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 20493813 828133376 21024 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16589/tid=16598] ppid=16587 vsize=808724 CPUtime=0.16
/proc/16589/task/16598/stat : 16598 (java) S 16587 16589 16441 0 -1 64 1067 0 0 0 16 0 0 0 17 0 12 0 20493813 828133376 21024 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16589/tid=16599] ppid=16587 vsize=808724 CPUtime=0.59
/proc/16589/task/16599/stat : 16599 (java) S 16587 16589 16441 0 -1 64 1848 0 0 0 58 1 0 0 16 0 12 0 20493813 828133376 21024 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16589/tid=16600] ppid=16587 vsize=808724 CPUtime=0
/proc/16589/task/16600/stat : 16600 (java) S 16587 16589 16441 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 20493813 828133376 21024 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16589/tid=16601] ppid=16587 vsize=808724 CPUtime=0
/proc/16589/task/16601/stat : 16601 (java) S 16587 16589 16441 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 20493813 828133376 21024 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.25
Current children cumulated vsize (KiB) 808724

[startup+6.30148 s]
/proc/loadavg: 2.11 2.14 2.08 3/94 16601
/proc/meminfo: memFree=476408/2055924 swapFree=4192956/4192956
[pid=16589] ppid=16587 vsize=807928 CPUtime=6.44
/proc/16589/stat : 16589 (java) S 16587 16589 16441 0 -1 0 24535 0 1 0 630 14 0 0 18 0 12 0 20493804 827318272 22128 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16589/statm: 201982 22128 1431 9 0 199309 0
[pid=16589/tid=16591] ppid=16587 vsize=807928 CPUtime=5.35
/proc/16589/task/16591/stat : 16591 (java) R 16587 16589 16441 0 -1 64 17586 0 1 0 525 10 0 0 25 0 12 0 20493805 827318272 22128 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16589/tid=16592] ppid=16587 vsize=807928 CPUtime=0.08
/proc/16589/task/16592/stat : 16592 (java) S 16587 16589 16441 0 -1 64 1568 0 0 0 8 0 0 0 16 0 12 0 20493806 827318272 22128 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16589/tid=16593] ppid=16587 vsize=807928 CPUtime=0.08
/proc/16589/task/16593/stat : 16593 (java) S 16587 16589 16441 0 -1 64 1648 0 0 0 8 0 0 0 16 0 12 0 20493806 827318272 22128 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16589/tid=16594] ppid=16587 vsize=807928 CPUtime=0
/proc/16589/task/16594/stat : 16594 (java) S 16587 16589 16441 0 -1 64 47 0 0 0 0 0 0 0 16 0 12 0 20493807 827318272 22128 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16589/tid=16595] ppid=16587 vsize=807928 CPUtime=0
/proc/16589/task/16595/stat : 16595 (java) S 16587 16589 16441 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 20493808 827318272 22128 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16589/tid=16596] ppid=16587 vsize=807928 CPUtime=0
/proc/16589/task/16596/stat : 16596 (java) S 16587 16589 16441 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 20493808 827318272 22128 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16589/tid=16597] ppid=16587 vsize=807928 CPUtime=0
/proc/16589/task/16597/stat : 16597 (java) S 16587 16589 16441 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 20493813 827318272 22128 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16589/tid=16598] ppid=16587 vsize=807928 CPUtime=0.16
/proc/16589/task/16598/stat : 16598 (java) S 16587 16589 16441 0 -1 64 1067 0 0 0 16 0 0 0 17 0 12 0 20493813 827318272 22128 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16589/tid=16599] ppid=16587 vsize=807928 CPUtime=0.72
/proc/16589/task/16599/stat : 16599 (java) S 16587 16589 16441 0 -1 64 1878 0 0 0 71 1 0 0 16 0 12 0 20493813 827318272 22128 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16589/tid=16600] ppid=16587 vsize=807928 CPUtime=0
/proc/16589/task/16600/stat : 16600 (java) S 16587 16589 16441 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 20493813 827318272 22128 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16589/tid=16601] ppid=16587 vsize=807928 CPUtime=0
/proc/16589/task/16601/stat : 16601 (java) S 16587 16589 16441 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 20493813 827318272 22128 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.44
Current children cumulated vsize (KiB) 807928

[startup+12.7017 s]
/proc/loadavg: 2.10 2.13 2.08 3/94 16601
/proc/meminfo: memFree=461816/2055924 swapFree=4192956/4192956
[pid=16589] ppid=16587 vsize=808120 CPUtime=12.84
/proc/16589/stat : 16589 (java) S 16587 16589 16441 0 -1 0 27730 0 1 0 1269 15 0 0 18 0 12 0 20493804 827514880 24813 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16589/statm: 202030 24813 1431 9 0 199357 0
[pid=16589/tid=16591] ppid=16587 vsize=808120 CPUtime=11.51
/proc/16589/task/16591/stat : 16591 (java) R 16587 16589 16441 0 -1 64 18821 0 1 0 1140 11 0 0 25 0 12 0 20493805 827514880 24813 996147200 134512640 134550932 4294956016 18446744073709551615 4109650412 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16589/tid=16592] ppid=16587 vsize=808120 CPUtime=0.12
/proc/16589/task/16592/stat : 16592 (java) S 16587 16589 16441 0 -1 64 2584 0 0 0 12 0 0 0 16 0 12 0 20493806 827514880 24813 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16589/tid=16593] ppid=16587 vsize=808120 CPUtime=0.1
/proc/16589/task/16593/stat : 16593 (java) S 16587 16589 16441 0 -1 64 2033 0 0 0 10 0 0 0 16 0 12 0 20493806 827514880 24813 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16589/tid=16594] ppid=16587 vsize=808120 CPUtime=0
/proc/16589/task/16594/stat : 16594 (java) S 16587 16589 16441 0 -1 64 47 0 0 0 0 0 0 0 16 0 12 0 20493807 827514880 24813 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16589/tid=16595] ppid=16587 vsize=808120 CPUtime=0
/proc/16589/task/16595/stat : 16595 (java) S 16587 16589 16441 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 20493808 827514880 24813 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16589/tid=16596] ppid=16587 vsize=808120 CPUtime=0
/proc/16589/task/16596/stat : 16596 (java) S 16587 16589 16441 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 20493808 827514880 24813 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16589/tid=16597] ppid=16587 vsize=808120 CPUtime=0
/proc/16589/task/16597/stat : 16597 (java) S 16587 16589 16441 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 20493813 827514880 24813 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16589/tid=16598] ppid=16587 vsize=808120 CPUtime=0.16
/proc/16589/task/16598/stat : 16598 (java) S 16587 16589 16441 0 -1 64 1067 0 0 0 16 0 0 0 17 0 12 0 20493813 827514880 24813 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16589/tid=16599] ppid=16587 vsize=808120 CPUtime=0.89
/proc/16589/task/16599/stat : 16599 (java) S 16587 16589 16441 0 -1 64 2437 0 0 0 88 1 0 0 16 0 12 0 20493813 827514880 24813 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16589/tid=16600] ppid=16587 vsize=808120 CPUtime=0
/proc/16589/task/16600/stat : 16600 (java) S 16587 16589 16441 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 20493813 827514880 24813 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16589/tid=16601] ppid=16587 vsize=808120 CPUtime=0
/proc/16589/task/16601/stat : 16601 (java) S 16587 16589 16441 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 20493813 827514880 24813 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.84
Current children cumulated vsize (KiB) 808120

[startup+25.5023 s]
/proc/loadavg: 2.08 2.13 2.08 4/94 16601
/proc/meminfo: memFree=457144/2055924 swapFree=4192956/4192956
[pid=16589] ppid=16587 vsize=808376 CPUtime=25.63
/proc/16589/stat : 16589 (java) S 16587 16589 16441 0 -1 0 28845 0 1 0 2547 16 0 0 18 0 12 0 20493804 827777024 25296 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16589/statm: 202094 25296 1431 9 0 199421 0
[pid=16589/tid=16591] ppid=16587 vsize=808376 CPUtime=24.06
/proc/16589/task/16591/stat : 16591 (java) R 16587 16589 16441 0 -1 64 18841 0 1 0 2395 11 0 0 25 0 12 0 20493805 827777024 25296 996147200 134512640 134550932 4294956016 18446744073709551615 4109596332 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16589/tid=16592] ppid=16587 vsize=808376 CPUtime=0.15
/proc/16589/task/16592/stat : 16592 (java) S 16587 16589 16441 0 -1 64 2842 0 0 0 14 1 0 0 16 0 12 0 20493806 827777024 25296 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16589/tid=16593] ppid=16587 vsize=808376 CPUtime=0.12
/proc/16589/task/16593/stat : 16593 (java) S 16587 16589 16441 0 -1 64 2178 0 0 0 12 0 0 0 16 0 12 0 20493806 827777024 25296 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16589/tid=16594] ppid=16587 vsize=808376 CPUtime=0
/proc/16589/task/16594/stat : 16594 (java) S 16587 16589 16441 0 -1 64 47 0 0 0 0 0 0 0 15 0 12 0 20493807 827777024 25296 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16589/tid=16595] ppid=16587 vsize=808376 CPUtime=0
/proc/16589/task/16595/stat : 16595 (java) S 16587 16589 16441 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 20493808 827777024 25296 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16589/tid=16596] ppid=16587 vsize=808376 CPUtime=0
/proc/16589/task/16596/stat : 16596 (java) S 16587 16589 16441 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 20493808 827777024 25296 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16589/tid=16597] ppid=16587 vsize=808376 CPUtime=0
/proc/16589/task/16597/stat : 16597 (java) S 16587 16589 16441 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 20493813 827777024 25296 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16589/tid=16598] ppid=16587 vsize=808376 CPUtime=0.16

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

[pid=16589/tid=16594] ppid=16587 vsize=813652 CPUtime=5.64
/proc/16589/task/16594/stat : 16594 (java) S 16587 16589 16441 0 -1 64 53 0 0 0 560 4 0 0 16 0 13 0 20493807 833179648 167526 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16589/tid=16595] ppid=16587 vsize=813652 CPUtime=0
/proc/16589/task/16595/stat : 16595 (java) S 16587 16589 16441 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 20493808 833179648 167526 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16589/tid=16596] ppid=16587 vsize=813652 CPUtime=0
/proc/16589/task/16596/stat : 16596 (java) S 16587 16589 16441 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 20493808 833179648 167526 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16589/tid=16597] ppid=16587 vsize=813652 CPUtime=0
/proc/16589/task/16597/stat : 16597 (java) S 16587 16589 16441 0 -1 64 0 0 0 0 0 0 0 0 19 0 13 0 20493813 833179648 167526 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16589/tid=16598] ppid=16587 vsize=813652 CPUtime=0.16
/proc/16589/task/16598/stat : 16598 (java) S 16587 16589 16441 0 -1 64 1067 0 0 0 16 0 0 0 17 0 13 0 20493813 833179648 167526 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16589/tid=16599] ppid=16587 vsize=813652 CPUtime=3.53
/proc/16589/task/16599/stat : 16599 (java) S 16587 16589 16441 0 -1 64 7404 0 0 0 349 4 0 0 16 0 13 0 20493813 833179648 167526 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16589/tid=16600] ppid=16587 vsize=813652 CPUtime=0
/proc/16589/task/16600/stat : 16600 (java) S 16587 16589 16441 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 20493813 833179648 167526 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16589/tid=16601] ppid=16587 vsize=813652 CPUtime=0
/proc/16589/task/16601/stat : 16601 (java) S 16587 16589 16441 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 20493813 833179648 167526 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16589/tid=16604] ppid=16587 vsize=813652 CPUtime=0
/proc/16589/task/16604/stat : 16604 (java) S 16587 16589 16441 0 -1 64 6 0 0 0 0 0 0 0 25 0 13 0 20549988 833179648 167526 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1595.81
Current children cumulated vsize (KiB) 813652

[startup+1662.3 s]
/proc/loadavg: 2.00 2.01 2.04 3/94 16728
/proc/meminfo: memFree=568624/2055924 swapFree=4192952/4192956
[pid=16589] ppid=16587 vsize=813652 CPUtime=1655.51
/proc/16589/stat : 16589 (java) S 16587 16589 16441 0 -1 0 182307 0 1 0 165451 100 0 0 18 0 13 0 20493804 833179648 167526 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16589/statm: 203413 167526 1460 9 0 200740 0
[pid=16589/tid=16591] ppid=16587 vsize=813652 CPUtime=1634.13
/proc/16589/task/16591/stat : 16591 (java) R 16587 16589 16441 0 -1 64 19562 0 1 0 163393 20 0 0 25 0 13 0 20493805 833179648 167526 996147200 134512640 134550932 4294956016 18446744073709551615 4110182318 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16589/tid=16592] ppid=16587 vsize=813652 CPUtime=6.06
/proc/16589/task/16592/stat : 16592 (java) S 16587 16589 16441 0 -1 64 74604 0 0 0 573 33 0 0 17 0 13 0 20493806 833179648 167526 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16589/tid=16593] ppid=16587 vsize=813652 CPUtime=5.94
/proc/16589/task/16593/stat : 16593 (java) S 16587 16589 16441 0 -1 64 78870 0 0 0 558 36 0 0 17 0 13 0 20493806 833179648 167526 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16589/tid=16594] ppid=16587 vsize=813652 CPUtime=5.64
/proc/16589/task/16594/stat : 16594 (java) S 16587 16589 16441 0 -1 64 53 0 0 0 560 4 0 0 16 0 13 0 20493807 833179648 167526 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16589/tid=16595] ppid=16587 vsize=813652 CPUtime=0
/proc/16589/task/16595/stat : 16595 (java) S 16587 16589 16441 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 20493808 833179648 167526 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16589/tid=16596] ppid=16587 vsize=813652 CPUtime=0
/proc/16589/task/16596/stat : 16596 (java) S 16587 16589 16441 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 20493808 833179648 167526 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16589/tid=16597] ppid=16587 vsize=813652 CPUtime=0
/proc/16589/task/16597/stat : 16597 (java) S 16587 16589 16441 0 -1 64 0 0 0 0 0 0 0 0 19 0 13 0 20493813 833179648 167526 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16589/tid=16598] ppid=16587 vsize=813652 CPUtime=0.16
/proc/16589/task/16598/stat : 16598 (java) S 16587 16589 16441 0 -1 64 1067 0 0 0 16 0 0 0 17 0 13 0 20493813 833179648 167526 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16589/tid=16599] ppid=16587 vsize=813652 CPUtime=3.53
/proc/16589/task/16599/stat : 16599 (java) S 16587 16589 16441 0 -1 64 7404 0 0 0 349 4 0 0 16 0 13 0 20493813 833179648 167526 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16589/tid=16600] ppid=16587 vsize=813652 CPUtime=0
/proc/16589/task/16600/stat : 16600 (java) S 16587 16589 16441 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 20493813 833179648 167526 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16589/tid=16601] ppid=16587 vsize=813652 CPUtime=0
/proc/16589/task/16601/stat : 16601 (java) S 16587 16589 16441 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 20493813 833179648 167526 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16589/tid=16604] ppid=16587 vsize=813652 CPUtime=0
/proc/16589/task/16604/stat : 16604 (java) S 16587 16589 16441 0 -1 64 6 0 0 0 0 0 0 0 25 0 13 0 20549988 833179648 167526 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1655.51
Current children cumulated vsize (KiB) 813652

[startup+1722.3 s]
/proc/loadavg: 2.00 2.01 2.04 3/94 16728
/proc/meminfo: memFree=568624/2055924 swapFree=4192952/4192956
[pid=16589] ppid=16587 vsize=813652 CPUtime=1715.21
/proc/16589/stat : 16589 (java) S 16587 16589 16441 0 -1 0 182308 0 1 0 171421 100 0 0 18 0 13 0 20493804 833179648 167526 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16589/statm: 203413 167526 1460 9 0 200740 0
[pid=16589/tid=16591] ppid=16587 vsize=813652 CPUtime=1693.74
/proc/16589/task/16591/stat : 16591 (java) R 16587 16589 16441 0 -1 64 19563 0 1 0 169354 20 0 0 25 0 13 0 20493805 833179648 167526 996147200 134512640 134550932 4294956016 18446744073709551615 4110182266 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16589/tid=16592] ppid=16587 vsize=813652 CPUtime=6.1
/proc/16589/task/16592/stat : 16592 (java) S 16587 16589 16441 0 -1 64 74604 0 0 0 577 33 0 0 17 0 13 0 20493806 833179648 167526 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16589/tid=16593] ppid=16587 vsize=813652 CPUtime=5.99
/proc/16589/task/16593/stat : 16593 (java) S 16587 16589 16441 0 -1 64 78870 0 0 0 563 36 0 0 17 0 13 0 20493806 833179648 167526 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16589/tid=16594] ppid=16587 vsize=813652 CPUtime=5.64
/proc/16589/task/16594/stat : 16594 (java) S 16587 16589 16441 0 -1 64 53 0 0 0 560 4 0 0 16 0 13 0 20493807 833179648 167526 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16589/tid=16595] ppid=16587 vsize=813652 CPUtime=0
/proc/16589/task/16595/stat : 16595 (java) S 16587 16589 16441 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 20493808 833179648 167526 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16589/tid=16596] ppid=16587 vsize=813652 CPUtime=0
/proc/16589/task/16596/stat : 16596 (java) S 16587 16589 16441 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 20493808 833179648 167526 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16589/tid=16597] ppid=16587 vsize=813652 CPUtime=0
/proc/16589/task/16597/stat : 16597 (java) S 16587 16589 16441 0 -1 64 0 0 0 0 0 0 0 0 19 0 13 0 20493813 833179648 167526 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16589/tid=16598] ppid=16587 vsize=813652 CPUtime=0.16
/proc/16589/task/16598/stat : 16598 (java) S 16587 16589 16441 0 -1 64 1067 0 0 0 16 0 0 0 17 0 13 0 20493813 833179648 167526 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16589/tid=16599] ppid=16587 vsize=813652 CPUtime=3.53
/proc/16589/task/16599/stat : 16599 (java) S 16587 16589 16441 0 -1 64 7404 0 0 0 349 4 0 0 16 0 13 0 20493813 833179648 167526 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16589/tid=16600] ppid=16587 vsize=813652 CPUtime=0
/proc/16589/task/16600/stat : 16600 (java) S 16587 16589 16441 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 20493813 833179648 167526 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16589/tid=16601] ppid=16587 vsize=813652 CPUtime=0
/proc/16589/task/16601/stat : 16601 (java) S 16587 16589 16441 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 20493813 833179648 167526 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16589/tid=16604] ppid=16587 vsize=813652 CPUtime=0
/proc/16589/task/16604/stat : 16604 (java) S 16587 16589 16441 0 -1 64 6 0 0 0 0 0 0 0 25 0 13 0 20549988 833179648 167526 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1715.21
Current children cumulated vsize (KiB) 813652

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.03 3/94 16728
/proc/meminfo: memFree=568496/2055924 swapFree=4192952/4192956
[pid=16589] ppid=16587 vsize=813652 CPUtime=1774.9
/proc/16589/stat : 16589 (java) S 16587 16589 16441 0 -1 0 182309 0 1 0 177390 100 0 0 18 0 13 0 20493804 833179648 167526 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16589/statm: 203413 167526 1460 9 0 200740 0
[pid=16589/tid=16591] ppid=16587 vsize=813652 CPUtime=1753.34
/proc/16589/task/16591/stat : 16591 (java) R 16587 16589 16441 0 -1 64 19564 0 1 0 175314 20 0 0 25 0 13 0 20493805 833179648 167526 996147200 134512640 134550932 4294956016 18446744073709551615 4110182266 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16589/tid=16592] ppid=16587 vsize=813652 CPUtime=6.15
/proc/16589/task/16592/stat : 16592 (java) S 16587 16589 16441 0 -1 64 74604 0 0 0 582 33 0 0 17 0 13 0 20493806 833179648 167526 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16589/tid=16593] ppid=16587 vsize=813652 CPUtime=6.03
/proc/16589/task/16593/stat : 16593 (java) S 16587 16589 16441 0 -1 64 78870 0 0 0 567 36 0 0 17 0 13 0 20493806 833179648 167526 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16589/tid=16594] ppid=16587 vsize=813652 CPUtime=5.64
/proc/16589/task/16594/stat : 16594 (java) S 16587 16589 16441 0 -1 64 53 0 0 0 560 4 0 0 16 0 13 0 20493807 833179648 167526 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16589/tid=16595] ppid=16587 vsize=813652 CPUtime=0
/proc/16589/task/16595/stat : 16595 (java) S 16587 16589 16441 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 20493808 833179648 167526 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16589/tid=16596] ppid=16587 vsize=813652 CPUtime=0
/proc/16589/task/16596/stat : 16596 (java) S 16587 16589 16441 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 20493808 833179648 167526 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16589/tid=16597] ppid=16587 vsize=813652 CPUtime=0
/proc/16589/task/16597/stat : 16597 (java) S 16587 16589 16441 0 -1 64 0 0 0 0 0 0 0 0 19 0 13 0 20493813 833179648 167526 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16589/tid=16598] ppid=16587 vsize=813652 CPUtime=0.16
/proc/16589/task/16598/stat : 16598 (java) S 16587 16589 16441 0 -1 64 1067 0 0 0 16 0 0 0 17 0 13 0 20493813 833179648 167526 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16589/tid=16599] ppid=16587 vsize=813652 CPUtime=3.53
/proc/16589/task/16599/stat : 16599 (java) S 16587 16589 16441 0 -1 64 7404 0 0 0 349 4 0 0 16 0 13 0 20493813 833179648 167526 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16589/tid=16600] ppid=16587 vsize=813652 CPUtime=0
/proc/16589/task/16600/stat : 16600 (java) S 16587 16589 16441 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 20493813 833179648 167526 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16589/tid=16601] ppid=16587 vsize=813652 CPUtime=0
/proc/16589/task/16601/stat : 16601 (java) S 16587 16589 16441 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 20493813 833179648 167526 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16589/tid=16604] ppid=16587 vsize=813652 CPUtime=0
/proc/16589/task/16604/stat : 16604 (java) S 16587 16589 16441 0 -1 64 6 0 0 0 0 0 0 0 25 0 13 0 20549988 833179648 167526 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1774.9
Current children cumulated vsize (KiB) 813652



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1807.6 s]
/proc/loadavg: 2.00 2.00 2.03 3/94 16728
/proc/meminfo: memFree=568496/2055924 swapFree=4192952/4192956
[pid=16589] ppid=16587 vsize=813652 CPUtime=1800.08
/proc/16589/stat : 16589 (java) S 16587 16589 16441 0 -1 0 182309 0 1 0 179908 100 0 0 18 0 13 0 20493804 833179648 167526 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16589/statm: 203413 167526 1460 9 0 200740 0
[pid=16589/tid=16591] ppid=16587 vsize=813652 CPUtime=1778.51
/proc/16589/task/16591/stat : 16591 (java) R 16587 16589 16441 0 -1 64 19564 0 1 0 177831 20 0 0 25 0 13 0 20493805 833179648 167526 996147200 134512640 134550932 4294956016 18446744073709551615 4110144415 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16589/tid=16592] ppid=16587 vsize=813652 CPUtime=6.15
/proc/16589/task/16592/stat : 16592 (java) S 16587 16589 16441 0 -1 64 74604 0 0 0 582 33 0 0 17 0 13 0 20493806 833179648 167526 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16589/tid=16593] ppid=16587 vsize=813652 CPUtime=6.03
/proc/16589/task/16593/stat : 16593 (java) S 16587 16589 16441 0 -1 64 78870 0 0 0 567 36 0 0 17 0 13 0 20493806 833179648 167526 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16589/tid=16594] ppid=16587 vsize=813652 CPUtime=5.64
/proc/16589/task/16594/stat : 16594 (java) S 16587 16589 16441 0 -1 64 53 0 0 0 560 4 0 0 16 0 13 0 20493807 833179648 167526 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16589/tid=16595] ppid=16587 vsize=813652 CPUtime=0
/proc/16589/task/16595/stat : 16595 (java) S 16587 16589 16441 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 20493808 833179648 167526 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16589/tid=16596] ppid=16587 vsize=813652 CPUtime=0
/proc/16589/task/16596/stat : 16596 (java) S 16587 16589 16441 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 20493808 833179648 167526 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16589/tid=16597] ppid=16587 vsize=813652 CPUtime=0
/proc/16589/task/16597/stat : 16597 (java) S 16587 16589 16441 0 -1 64 0 0 0 0 0 0 0 0 19 0 13 0 20493813 833179648 167526 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16589/tid=16598] ppid=16587 vsize=813652 CPUtime=0.16
/proc/16589/task/16598/stat : 16598 (java) S 16587 16589 16441 0 -1 64 1067 0 0 0 16 0 0 0 17 0 13 0 20493813 833179648 167526 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16589/tid=16599] ppid=16587 vsize=813652 CPUtime=3.53
/proc/16589/task/16599/stat : 16599 (java) S 16587 16589 16441 0 -1 64 7404 0 0 0 349 4 0 0 16 0 13 0 20493813 833179648 167526 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16589/tid=16600] ppid=16587 vsize=813652 CPUtime=0
/proc/16589/task/16600/stat : 16600 (java) S 16587 16589 16441 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 20493813 833179648 167526 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16589/tid=16601] ppid=16587 vsize=813652 CPUtime=0
/proc/16589/task/16601/stat : 16601 (java) S 16587 16589 16441 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 20493813 833179648 167526 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16589/tid=16604] ppid=16587 vsize=813652 CPUtime=0
/proc/16589/task/16604/stat : 16604 (java) S 16587 16589 16441 0 -1 64 6 0 0 0 0 0 0 0 25 0 13 0 20549988 833179648 167526 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 813652

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

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

[startup+1807.8 s]
/proc/loadavg: 2.00 2.00 2.03 3/94 16728
/proc/meminfo: memFree=568496/2055924 swapFree=4192952/4192956
[pid=16589] ppid=16587 vsize=0 CPUtime=1800.27
/proc/16589/stat : 16589 (java) Z 16587 16589 16441 0 -1 1036 182331 0 1 0 179922 105 0 0 16 0 2 0 20493804 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16589/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.27
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1807.86
CPU time (s): 1800.34
CPU user time (s): 1799.23
CPU system time (s): 1.11583
CPU usage (%): 99.5841
Max. virtual memory (cumulated for all children) (KiB): 814300

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.23
system time used= 1.11583
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 182331
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= 48426
involuntary context switches= 57665

runsolver used 2.26565 second user time and 5.99409 second system time

The end

Launcher Data

Begin job on node6 at 2009-07-11 19:44:24
IDJOB=2064134
IDBENCH=54126
IDSOLVER=731
FILE ID=node6/2064134-1247334264
PBS_JOBID= 9506690
Free space on /tmp= 66388 MiB

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

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

MD5SUM BENCH= bdbe2078ed8387e97052ed05a12c408b
RANDOM SEED=823894949

node6.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.263
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.263
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:      2055924 kB
MemFree:        556856 kB
Buffers:         67104 kB
Cached:         957860 kB
SwapCached:          0 kB
Active:         536620 kB
Inactive:       907020 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055924 kB
LowFree:        556856 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            4396 kB
Writeback:           0 kB
Mapped:         439140 kB
Slab:            39888 kB
Committed_AS:   564356 kB
PageTables:       2720 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= 66392 MiB
End job on node6 at 2009-07-11 20:14:34