Trace number 2066983

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.08 1801.37

General information on the benchmark

Namecsp/pseudo/logic-synthesis/
normalized-alu4-b.xml
MD5SUMca59279eb04b03a166217fad0b1954ef
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1.54376
Satisfiable
(Un)Satisfiability was proved
Number of variables807
Number of constraints1803
Maximum constraint arity98
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension1803
Global constraints used (with number of constraints)

Solver Data

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

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-2066983-1247343739/watcher-2066983-1247343739 -o /tmp/evaluation-result-2066983-1247343739/solver-2066983-1247343739 -C 1800 -W 2000 -M 900 java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2066983-1247343739.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.87 1.93 1.93 3/72 17365
/proc/meminfo: memFree=1659880/2055920 swapFree=4192812/4192956
[pid=17365] ppid=17363 vsize=13208 CPUtime=0
/proc/17365/stat : 17365 (java) S 17363 17365 15856 0 -1 0 721 0 0 0 0 0 0 0 18 0 2 0 21437061 13524992 521 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/17365/statm: 3302 521 219 9 0 1186 0
[pid=17365/tid=17366] ppid=17363 vsize=13208 CPUtime=0
/proc/17365/task/17366/stat : 17366 (java) R 17363 17365 15856 0 -1 64 0 0 0 0 0 0 0 0 19 0 2 0 21437062 13524992 521 996147200 134512640 134550932 4294956016 18446744073709551615 5717976 0 0 4096 0 0 0 0 -1 1 0 0

[startup+0.077617 s]
/proc/loadavg: 1.87 1.93 1.93 3/72 17365
/proc/meminfo: memFree=1659880/2055920 swapFree=4192812/4192956
[pid=17365] ppid=17363 vsize=802164 CPUtime=0.07
/proc/17365/stat : 17365 (java) S 17363 17365 15856 0 -1 0 2797 0 1 0 5 2 0 0 18 0 7 0 21437061 821415936 2542 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 1 0 0
/proc/17365/statm: 200541 2542 1034 9 0 197892 0
[pid=17365/tid=17366] ppid=17363 vsize=802164 CPUtime=0.05
/proc/17365/task/17366/stat : 17366 (java) R 17363 17365 15856 0 -1 64 2056 0 1 0 4 1 0 0 17 0 7 0 21437062 821415936 2542 996147200 134512640 134550932 4294956016 18446744073709551615 103951130 0 4 0 16800971 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 802164

[startup+0.10137 s]
/proc/loadavg: 1.87 1.93 1.93 3/72 17365
/proc/meminfo: memFree=1659880/2055920 swapFree=4192812/4192956
[pid=17365] ppid=17363 vsize=804560 CPUtime=0.09
/proc/17365/stat : 17365 (java) S 17363 17365 15856 0 -1 0 3007 0 1 0 7 2 0 0 18 0 12 0 21437061 823869440 2750 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17365/statm: 201140 2750 1080 9 0 198474 0
[pid=17365/tid=17366] ppid=17363 vsize=804560 CPUtime=0.07
/proc/17365/task/17366/stat : 17366 (java) R 17363 17365 15856 0 -1 64 2251 0 1 0 6 1 0 0 21 0 12 0 21437062 823869440 2750 996147200 134512640 134550932 4294956016 18446744073709551615 4109131657 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 804560

[startup+0.301389 s]
/proc/loadavg: 1.87 1.93 1.93 3/72 17365
/proc/meminfo: memFree=1659880/2055920 swapFree=4192812/4192956
[pid=17365] ppid=17363 vsize=805660 CPUtime=0.29
/proc/17365/stat : 17365 (java) S 17363 17365 15856 0 -1 0 4326 0 1 0 25 4 0 0 18 0 12 0 21437061 824995840 4063 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17365/statm: 201415 4063 1359 9 0 198742 0
[pid=17365/tid=17366] ppid=17363 vsize=805660 CPUtime=0.22
/proc/17365/task/17366/stat : 17366 (java) R 17363 17365 15856 0 -1 64 3076 0 1 0 19 3 0 0 18 0 12 0 21437062 824995840 4063 996147200 134512640 134550932 4294956016 18446744073709551615 4109163380 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 805660

[startup+0.701426 s]
/proc/loadavg: 1.87 1.93 1.93 3/72 17365
/proc/meminfo: memFree=1659880/2055920 swapFree=4192812/4192956
[pid=17365] ppid=17363 vsize=807160 CPUtime=0.69
/proc/17365/stat : 17365 (java) S 17363 17365 15856 0 -1 0 5484 0 1 0 64 5 0 0 18 0 12 0 21437061 826531840 5008 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17365/statm: 201790 5008 1392 9 0 199117 0
[pid=17365/tid=17366] ppid=17363 vsize=807160 CPUtime=0.45
/proc/17365/task/17366/stat : 17366 (java) R 17363 17365 15856 0 -1 64 3615 0 1 0 41 4 0 0 20 0 12 0 21437062 826531840 5008 996147200 134512640 134550932 4294956016 18446744073709551615 4109163380 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 807160

[startup+1.50249 s]
/proc/loadavg: 1.87 1.93 1.93 4/84 17377
/proc/meminfo: memFree=1641032/2055920 swapFree=4192812/4192956
[pid=17365] ppid=17363 vsize=807556 CPUtime=1.49
/proc/17365/stat : 17365 (java) S 17363 17365 15856 0 -1 0 8369 0 1 0 142 7 0 0 18 0 12 0 21437061 826937344 6501 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17365/statm: 201889 6501 1405 9 0 199216 0
[pid=17365/tid=17366] ppid=17363 vsize=807556 CPUtime=0.85
/proc/17365/task/17366/stat : 17366 (java) R 17363 17365 15856 0 -1 64 5149 0 1 0 80 5 0 0 24 0 12 0 21437062 826937344 6501 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17365/tid=17368] ppid=17363 vsize=807556 CPUtime=0
/proc/17365/task/17368/stat : 17368 (java) S 17363 17365 15856 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 21437063 826937344 6501 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17365/tid=17369] ppid=17363 vsize=807556 CPUtime=0
/proc/17365/task/17369/stat : 17369 (java) S 17363 17365 15856 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 21437063 826937344 6501 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17365/tid=17370] ppid=17363 vsize=807556 CPUtime=0
/proc/17365/task/17370/stat : 17370 (java) S 17363 17365 15856 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 21437065 826937344 6501 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17365/tid=17371] ppid=17363 vsize=807556 CPUtime=0
/proc/17365/task/17371/stat : 17371 (java) S 17363 17365 15856 0 -1 64 10 0 0 0 0 0 0 0 21 0 12 0 21437066 826937344 6501 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17365/tid=17372] ppid=17363 vsize=807556 CPUtime=0
/proc/17365/task/17372/stat : 17372 (java) S 17363 17365 15856 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 21437066 826937344 6501 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17365/tid=17373] ppid=17363 vsize=807556 CPUtime=0
/proc/17365/task/17373/stat : 17373 (java) S 17363 17365 15856 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 21437070 826937344 6501 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17365/tid=17374] ppid=17363 vsize=807556 CPUtime=0.58
/proc/17365/task/17374/stat : 17374 (java) R 17363 17365 15856 0 -1 64 2043 0 0 0 57 1 0 0 17 0 12 0 21437070 826937344 6501 996147200 134512640 134550932 4294956016 18446744073709551615 105600695 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17365/tid=17375] ppid=17363 vsize=807556 CPUtime=0.03
/proc/17365/task/17375/stat : 17375 (java) S 17363 17365 15856 0 -1 64 433 0 0 0 3 0 0 0 17 0 12 0 21437070 826937344 6503 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17365/tid=17376] ppid=17363 vsize=807556 CPUtime=0
/proc/17365/task/17376/stat : 17376 (java) S 17363 17365 15856 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 21437070 826937344 6503 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17365/tid=17377] ppid=17363 vsize=807556 CPUtime=0
/proc/17365/task/17377/stat : 17377 (java) S 17363 17365 15856 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 21437070 826937344 6503 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 807556

[startup+3.10264 s]
/proc/loadavg: 1.87 1.93 1.93 4/84 17377
/proc/meminfo: memFree=1634376/2055920 swapFree=4192812/4192956
[pid=17365] ppid=17363 vsize=810660 CPUtime=3.09
/proc/17365/stat : 17365 (java) S 17363 17365 15856 0 -1 0 19356 0 1 0 294 15 0 0 18 0 12 0 21437061 830115840 15864 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17365/statm: 202665 15866 1434 9 0 199992 0
[pid=17365/tid=17366] ppid=17363 vsize=810660 CPUtime=1.66
/proc/17365/task/17366/stat : 17366 (java) R 17363 17365 15856 0 -1 64 13642 0 1 0 156 10 0 0 25 0 12 0 21437062 830115840 15867 996147200 134512640 134550932 4294956016 18446744073709551615 4109804707 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17365/tid=17368] ppid=17363 vsize=810660 CPUtime=0
/proc/17365/task/17368/stat : 17368 (java) S 17363 17365 15856 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 21437063 830115840 15867 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17365/tid=17369] ppid=17363 vsize=810660 CPUtime=0
/proc/17365/task/17369/stat : 17369 (java) S 17363 17365 15856 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 21437063 830115840 15867 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17365/tid=17370] ppid=17363 vsize=810660 CPUtime=0
/proc/17365/task/17370/stat : 17370 (java) S 17363 17365 15856 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 21437065 830115840 15867 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17365/tid=17371] ppid=17363 vsize=810660 CPUtime=0
/proc/17365/task/17371/stat : 17371 (java) S 17363 17365 15856 0 -1 64 10 0 0 0 0 0 0 0 21 0 12 0 21437066 830115840 15867 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17365/tid=17372] ppid=17363 vsize=810660 CPUtime=0
/proc/17365/task/17372/stat : 17372 (java) S 17363 17365 15856 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 21437066 830115840 15868 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17365/tid=17373] ppid=17363 vsize=810660 CPUtime=0
/proc/17365/task/17373/stat : 17373 (java) S 17363 17365 15856 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 21437070 830115840 15868 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17365/tid=17374] ppid=17363 vsize=810660 CPUtime=1.37
/proc/17365/task/17374/stat : 17374 (java) S 17363 17365 15856 0 -1 64 4540 0 0 0 134 3 0 0 16 0 12 0 21437070 830115840 15868 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17365/tid=17375] ppid=17363 vsize=810660 CPUtime=0.03
/proc/17365/task/17375/stat : 17375 (java) S 17363 17365 15856 0 -1 64 433 0 0 0 3 0 0 0 17 0 12 0 21437070 830115840 15868 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17365/tid=17376] ppid=17363 vsize=810660 CPUtime=0
/proc/17365/task/17376/stat : 17376 (java) S 17363 17365 15856 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 21437070 830115840 15868 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17365/tid=17377] ppid=17363 vsize=810660 CPUtime=0
/proc/17365/task/17377/stat : 17377 (java) S 17363 17365 15856 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 21437070 830115840 15868 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 810660

[startup+6.30292 s]
/proc/loadavg: 1.88 1.93 1.93 3/84 17377
/proc/meminfo: memFree=1581064/2055920 swapFree=4192812/4192956
[pid=17365] ppid=17363 vsize=812776 CPUtime=6.29
/proc/17365/stat : 17365 (java) S 17363 17365 15856 0 -1 0 26180 0 1 0 610 19 0 0 18 0 12 0 21437061 832282624 20894 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17365/statm: 203194 20894 1443 9 0 200521 0
[pid=17365/tid=17366] ppid=17363 vsize=812776 CPUtime=4.15
/proc/17365/task/17366/stat : 17366 (java) R 17363 17365 15856 0 -1 64 17444 0 1 0 403 12 0 0 25 0 12 0 21437062 832282624 20894 996147200 134512640 134550932 4294956016 18446744073709551615 4109762247 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17365/tid=17368] ppid=17363 vsize=812776 CPUtime=0.01
/proc/17365/task/17368/stat : 17368 (java) S 17363 17365 15856 0 -1 64 468 0 0 0 1 0 0 0 16 0 12 0 21437063 832282624 20894 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17365/tid=17369] ppid=17363 vsize=812776 CPUtime=0.02
/proc/17365/task/17369/stat : 17369 (java) S 17363 17365 15856 0 -1 64 159 0 0 0 2 0 0 0 16 0 12 0 21437063 832282624 20894 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17365/tid=17370] ppid=17363 vsize=812776 CPUtime=0
/proc/17365/task/17370/stat : 17370 (java) S 17363 17365 15856 0 -1 64 21 0 0 0 0 0 0 0 16 0 12 0 21437065 832282624 20894 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17365/tid=17371] ppid=17363 vsize=812776 CPUtime=0
/proc/17365/task/17371/stat : 17371 (java) S 17363 17365 15856 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 21437066 832282624 20894 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17365/tid=17372] ppid=17363 vsize=812776 CPUtime=0
/proc/17365/task/17372/stat : 17372 (java) S 17363 17365 15856 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 21437066 832282624 20894 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17365/tid=17373] ppid=17363 vsize=812776 CPUtime=0
/proc/17365/task/17373/stat : 17373 (java) S 17363 17365 15856 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 21437070 832282624 20894 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17365/tid=17374] ppid=17363 vsize=812776 CPUtime=2.03
/proc/17365/task/17374/stat : 17374 (java) S 17363 17365 15856 0 -1 64 6914 0 0 0 198 5 0 0 16 0 12 0 21437070 832282624 20894 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17365/tid=17375] ppid=17363 vsize=812776 CPUtime=0.03
/proc/17365/task/17375/stat : 17375 (java) S 17363 17365 15856 0 -1 64 433 0 0 0 3 0 0 0 17 0 12 0 21437070 832282624 20894 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17365/tid=17376] ppid=17363 vsize=812776 CPUtime=0
/proc/17365/task/17376/stat : 17376 (java) S 17363 17365 15856 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 21437070 832282624 20894 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17365/tid=17377] ppid=17363 vsize=812776 CPUtime=0
/proc/17365/task/17377/stat : 17377 (java) S 17363 17365 15856 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 21437070 832282624 20894 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 812776

[startup+12.7025 s]
/proc/loadavg: 1.89 1.93 1.93 3/84 17377
/proc/meminfo: memFree=1565192/2055920 swapFree=4192812/4192956
[pid=17365] ppid=17363 vsize=813508 CPUtime=12.69
/proc/17365/stat : 17365 (java) S 17363 17365 15856 0 -1 0 30866 0 1 0 1248 21 0 0 18 0 12 0 21437061 833032192 25067 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17365/statm: 203377 25067 1443 9 0 200704 0
[pid=17365/tid=17366] ppid=17363 vsize=813508 CPUtime=10.06
/proc/17365/task/17366/stat : 17366 (java) R 17363 17365 15856 0 -1 64 20764 0 1 0 992 14 0 0 25 0 12 0 21437062 833032192 25067 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17365/tid=17368] ppid=17363 vsize=813508 CPUtime=0.03
/proc/17365/task/17368/stat : 17368 (java) S 17363 17365 15856 0 -1 64 1023 0 0 0 3 0 0 0 16 0 12 0 21437063 833032192 25067 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17365/tid=17369] ppid=17363 vsize=813508 CPUtime=0.02
/proc/17365/task/17369/stat : 17369 (java) S 17363 17365 15856 0 -1 64 251 0 0 0 2 0 0 0 16 0 12 0 21437063 833032192 25067 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17365/tid=17370] ppid=17363 vsize=813508 CPUtime=0.01
/proc/17365/task/17370/stat : 17370 (java) S 17363 17365 15856 0 -1 64 29 0 0 0 1 0 0 0 16 0 12 0 21437065 833032192 25067 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17365/tid=17371] ppid=17363 vsize=813508 CPUtime=0
/proc/17365/task/17371/stat : 17371 (java) S 17363 17365 15856 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 21437066 833032192 25067 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17365/tid=17372] ppid=17363 vsize=813508 CPUtime=0
/proc/17365/task/17372/stat : 17372 (java) S 17363 17365 15856 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 21437066 833032192 25067 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17365/tid=17373] ppid=17363 vsize=813508 CPUtime=0
/proc/17365/task/17373/stat : 17373 (java) S 17363 17365 15856 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 21437070 833032192 25067 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17365/tid=17374] ppid=17363 vsize=813508 CPUtime=2.49
/proc/17365/task/17374/stat : 17374 (java) R 17363 17365 15856 0 -1 64 7625 0 0 0 244 5 0 0 17 0 12 0 21437070 833032192 25067 996147200 134512640 134550932 4294956016 18446744073709551615 102092788 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17365/tid=17375] ppid=17363 vsize=813508 CPUtime=0.03
/proc/17365/task/17375/stat : 17375 (java) S 17363 17365 15856 0 -1 64 433 0 0 0 3 0 0 0 17 0 12 0 21437070 833032192 25067 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17365/tid=17376] ppid=17363 vsize=813508 CPUtime=0
/proc/17365/task/17376/stat : 17376 (java) S 17363 17365 15856 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 21437070 833032192 25067 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17365/tid=17377] ppid=17363 vsize=813508 CPUtime=0
/proc/17365/task/17377/stat : 17377 (java) S 17363 17365 15856 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 21437070 833032192 25067 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 813508

[startup+25.5016 s]
/proc/loadavg: 1.91 1.94 1.93 3/84 17377
/proc/meminfo: memFree=1563080/2055920 swapFree=4192812/4192956
[pid=17365] ppid=17363 vsize=813160 CPUtime=25.48
/proc/17365/stat : 17365 (java) S 17363 17365 15856 0 -1 0 31872 0 1 0 2525 23 0 0 18 0 12 0 21437061 832675840 25366 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17365/statm: 203290 25366 1443 9 0 200617 0
[pid=17365/tid=17366] ppid=17363 vsize=813160 CPUtime=22.34
/proc/17365/task/17366/stat : 17366 (java) R 17363 17365 15856 0 -1 64 21097 0 1 0 2219 15 0 0 25 0 12 0 21437062 832675840 25366 996147200 134512640 134550932 4294956016 18446744073709551615 4109762807 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17365/tid=17368] ppid=17363 vsize=813160 CPUtime=0.03
/proc/17365/task/17368/stat : 17368 (java) S 17363 17365 15856 0 -1 64 1039 0 0 0 3 0 0 0 16 0 12 0 21437063 832675840 25366 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17365/tid=17369] ppid=17363 vsize=813160 CPUtime=0.03

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

[pid=17365/tid=17376] ppid=17363 vsize=813312 CPUtime=0
/proc/17365/task/17376/stat : 17376 (java) S 17363 17365 15856 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 21437070 832831488 28216 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17365/tid=17377] ppid=17363 vsize=813312 CPUtime=0
/proc/17365/task/17377/stat : 17377 (java) S 17363 17365 15856 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 21437070 832831488 28216 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1601.69
Current children cumulated vsize (KiB) 813312

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/84 17377
/proc/meminfo: memFree=1549256/2055920 swapFree=4192812/4192956
[pid=17365] ppid=17363 vsize=813312 CPUtime=1661.67
/proc/17365/stat : 17365 (java) S 17363 17365 15856 0 -1 0 48922 0 1 0 166101 66 0 0 18 0 12 0 21437061 832831488 28307 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17365/statm: 203328 28307 1445 9 0 200655 0
[pid=17365/tid=17366] ppid=17363 vsize=813312 CPUtime=1652.51
/proc/17365/task/17366/stat : 17366 (java) R 17363 17365 15856 0 -1 64 23647 0 1 0 165225 26 0 0 25 0 12 0 21437062 832831488 28307 996147200 134512640 134550932 4294956016 18446744073709551615 4111605820 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17365/tid=17368] ppid=17363 vsize=813312 CPUtime=0.53
/proc/17365/task/17368/stat : 17368 (java) S 17363 17365 15856 0 -1 64 2309 0 0 0 50 3 0 0 15 0 12 0 21437063 832831488 28307 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17365/tid=17369] ppid=17363 vsize=813312 CPUtime=0.53
/proc/17365/task/17369/stat : 17369 (java) S 17363 17365 15856 0 -1 64 1551 0 0 0 51 2 0 0 16 0 12 0 21437063 832831488 28307 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17365/tid=17370] ppid=17363 vsize=813312 CPUtime=0.63
/proc/17365/task/17370/stat : 17370 (java) S 17363 17365 15856 0 -1 64 31 0 0 0 44 19 0 0 15 0 12 0 21437065 832831488 28307 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17365/tid=17371] ppid=17363 vsize=813312 CPUtime=0
/proc/17365/task/17371/stat : 17371 (java) S 17363 17365 15856 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 21437066 832831488 28307 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17365/tid=17372] ppid=17363 vsize=813312 CPUtime=0
/proc/17365/task/17372/stat : 17372 (java) S 17363 17365 15856 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 21437066 832831488 28307 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17365/tid=17373] ppid=17363 vsize=813312 CPUtime=0
/proc/17365/task/17373/stat : 17373 (java) S 17363 17365 15856 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 21437070 832831488 28307 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17365/tid=17374] ppid=17363 vsize=813312 CPUtime=7.37
/proc/17365/task/17374/stat : 17374 (java) S 17363 17365 15856 0 -1 64 20184 0 0 0 725 12 0 0 16 0 12 0 21437070 832831488 28307 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17365/tid=17375] ppid=17363 vsize=813312 CPUtime=0.03
/proc/17365/task/17375/stat : 17375 (java) S 17363 17365 15856 0 -1 64 459 0 0 0 3 0 0 0 17 0 12 0 21437070 832831488 28307 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17365/tid=17376] ppid=17363 vsize=813312 CPUtime=0
/proc/17365/task/17376/stat : 17376 (java) S 17363 17365 15856 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 21437070 832831488 28307 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17365/tid=17377] ppid=17363 vsize=813312 CPUtime=0
/proc/17365/task/17377/stat : 17377 (java) S 17363 17365 15856 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 21437070 832831488 28307 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1661.67
Current children cumulated vsize (KiB) 813312

[startup+1722.3 s]
/proc/loadavg: 2.01 2.00 1.99 3/93 17699
/proc/meminfo: memFree=1596344/2055920 swapFree=4192812/4192956
[pid=17365] ppid=17363 vsize=816640 CPUtime=1721.53
/proc/17365/stat : 17365 (java) S 17363 17365 15856 0 -1 0 51336 0 1 0 172082 71 0 0 18 0 12 0 21437061 836239360 29258 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17365/statm: 204160 29258 1445 9 0 201487 0
[pid=17365/tid=17366] ppid=17363 vsize=816640 CPUtime=1711.79
/proc/17365/task/17366/stat : 17366 (java) R 17363 17365 15856 0 -1 64 23738 0 1 0 171149 30 0 0 25 0 12 0 21437062 836239360 29258 996147200 134512640 134550932 4294956016 18446744073709551615 4109667793 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17365/tid=17368] ppid=17363 vsize=816640 CPUtime=0.55
/proc/17365/task/17368/stat : 17368 (java) S 17363 17365 15856 0 -1 64 2357 0 0 0 52 3 0 0 16 0 12 0 21437063 836239360 29258 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17365/tid=17369] ppid=17363 vsize=816640 CPUtime=0.57
/proc/17365/task/17369/stat : 17369 (java) S 17363 17365 15856 0 -1 64 1596 0 0 0 54 3 0 0 15 0 12 0 21437063 836239360 29258 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17365/tid=17370] ppid=17363 vsize=816640 CPUtime=0.64
/proc/17365/task/17370/stat : 17370 (java) S 17363 17365 15856 0 -1 64 31 0 0 0 45 19 0 0 15 0 12 0 21437065 836239360 29258 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17365/tid=17371] ppid=17363 vsize=816640 CPUtime=0
/proc/17365/task/17371/stat : 17371 (java) S 17363 17365 15856 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 21437066 836239360 29258 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17365/tid=17372] ppid=17363 vsize=816640 CPUtime=0
/proc/17365/task/17372/stat : 17372 (java) S 17363 17365 15856 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 21437066 836239360 29258 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17365/tid=17373] ppid=17363 vsize=816640 CPUtime=0
/proc/17365/task/17373/stat : 17373 (java) S 17363 17365 15856 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 21437070 836239360 29258 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17365/tid=17374] ppid=17363 vsize=816640 CPUtime=7.89
/proc/17365/task/17374/stat : 17374 (java) S 17363 17365 15856 0 -1 64 22414 0 0 0 776 13 0 0 16 0 12 0 21437070 836239360 29258 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17365/tid=17375] ppid=17363 vsize=816640 CPUtime=0.03
/proc/17365/task/17375/stat : 17375 (java) S 17363 17365 15856 0 -1 64 459 0 0 0 3 0 0 0 17 0 12 0 21437070 836239360 29258 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17365/tid=17376] ppid=17363 vsize=816640 CPUtime=0
/proc/17365/task/17376/stat : 17376 (java) S 17363 17365 15856 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 21437070 836239360 29258 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17365/tid=17377] ppid=17363 vsize=816640 CPUtime=0
/proc/17365/task/17377/stat : 17377 (java) S 17363 17365 15856 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 21437070 836239360 29258 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1721.53
Current children cumulated vsize (KiB) 816640

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/84 17727
/proc/meminfo: memFree=1371208/2055920 swapFree=4192812/4192956
[pid=17365] ppid=17363 vsize=816640 CPUtime=1781.17
/proc/17365/stat : 17365 (java) S 17363 17365 15856 0 -1 0 51516 0 1 0 178045 72 0 0 18 0 12 0 21437061 836239360 29349 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17365/statm: 204160 29349 1445 9 0 201487 0
[pid=17365/tid=17366] ppid=17363 vsize=816640 CPUtime=1771.35
/proc/17365/task/17366/stat : 17366 (java) R 17363 17365 15856 0 -1 64 23827 0 1 0 177105 30 0 0 25 0 12 0 21437062 836239360 29349 996147200 134512640 134550932 4294956016 18446744073709551615 4111600301 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17365/tid=17368] ppid=17363 vsize=816640 CPUtime=0.58
/proc/17365/task/17368/stat : 17368 (java) S 17363 17365 15856 0 -1 64 2404 0 0 0 55 3 0 0 16 0 12 0 21437063 836239360 29349 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17365/tid=17369] ppid=17363 vsize=816640 CPUtime=0.59
/proc/17365/task/17369/stat : 17369 (java) S 17363 17365 15856 0 -1 64 1640 0 0 0 56 3 0 0 15 0 12 0 21437063 836239360 29349 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17365/tid=17370] ppid=17363 vsize=816640 CPUtime=0.67
/proc/17365/task/17370/stat : 17370 (java) S 17363 17365 15856 0 -1 64 31 0 0 0 47 20 0 0 15 0 12 0 21437065 836239360 29349 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17365/tid=17371] ppid=17363 vsize=816640 CPUtime=0
/proc/17365/task/17371/stat : 17371 (java) S 17363 17365 15856 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 21437066 836239360 29349 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17365/tid=17372] ppid=17363 vsize=816640 CPUtime=0
/proc/17365/task/17372/stat : 17372 (java) S 17363 17365 15856 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 21437066 836239360 29349 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17365/tid=17373] ppid=17363 vsize=816640 CPUtime=0
/proc/17365/task/17373/stat : 17373 (java) S 17363 17365 15856 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 21437070 836239360 29349 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17365/tid=17374] ppid=17363 vsize=816640 CPUtime=7.89
/proc/17365/task/17374/stat : 17374 (java) S 17363 17365 15856 0 -1 64 22414 0 0 0 776 13 0 0 16 0 12 0 21437070 836239360 29349 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17365/tid=17375] ppid=17363 vsize=816640 CPUtime=0.03
/proc/17365/task/17375/stat : 17375 (java) S 17363 17365 15856 0 -1 64 459 0 0 0 3 0 0 0 17 0 12 0 21437070 836239360 29349 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17365/tid=17376] ppid=17363 vsize=816640 CPUtime=0
/proc/17365/task/17376/stat : 17376 (java) S 17363 17365 15856 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 21437070 836239360 29349 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17365/tid=17377] ppid=17363 vsize=816640 CPUtime=0
/proc/17365/task/17377/stat : 17377 (java) S 17363 17365 15856 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 21437070 836239360 29349 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1781.17
Current children cumulated vsize (KiB) 816640



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/84 17727
/proc/meminfo: memFree=1174728/2055920 swapFree=4192812/4192956
[pid=17365] ppid=17363 vsize=816640 CPUtime=1800.01
/proc/17365/stat : 17365 (java) S 17363 17365 15856 0 -1 0 51568 0 1 0 179929 72 0 0 18 0 12 0 21437061 836239360 29375 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17365/statm: 204160 29375 1445 9 0 201487 0
[pid=17365/tid=17366] ppid=17363 vsize=816640 CPUtime=1790.18
/proc/17365/task/17366/stat : 17366 (java) R 17363 17365 15856 0 -1 64 23853 0 1 0 178987 31 0 0 25 0 12 0 21437062 836239360 29375 996147200 134512640 134550932 4294956016 18446744073709551615 4109803508 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17365/tid=17368] ppid=17363 vsize=816640 CPUtime=0.58
/proc/17365/task/17368/stat : 17368 (java) S 17363 17365 15856 0 -1 64 2417 0 0 0 55 3 0 0 16 0 12 0 21437063 836239360 29375 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17365/tid=17369] ppid=17363 vsize=816640 CPUtime=0.6
/proc/17365/task/17369/stat : 17369 (java) S 17363 17365 15856 0 -1 64 1653 0 0 0 57 3 0 0 15 0 12 0 21437063 836239360 29375 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17365/tid=17370] ppid=17363 vsize=816640 CPUtime=0.67
/proc/17365/task/17370/stat : 17370 (java) S 17363 17365 15856 0 -1 64 31 0 0 0 47 20 0 0 15 0 12 0 21437065 836239360 29375 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17365/tid=17371] ppid=17363 vsize=816640 CPUtime=0
/proc/17365/task/17371/stat : 17371 (java) S 17363 17365 15856 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 21437066 836239360 29375 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17365/tid=17372] ppid=17363 vsize=816640 CPUtime=0
/proc/17365/task/17372/stat : 17372 (java) S 17363 17365 15856 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 21437066 836239360 29375 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17365/tid=17373] ppid=17363 vsize=816640 CPUtime=0
/proc/17365/task/17373/stat : 17373 (java) S 17363 17365 15856 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 21437070 836239360 29375 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17365/tid=17374] ppid=17363 vsize=816640 CPUtime=7.89
/proc/17365/task/17374/stat : 17374 (java) S 17363 17365 15856 0 -1 64 22414 0 0 0 776 13 0 0 16 0 12 0 21437070 836239360 29375 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17365/tid=17375] ppid=17363 vsize=816640 CPUtime=0.03
/proc/17365/task/17375/stat : 17375 (java) S 17363 17365 15856 0 -1 64 459 0 0 0 3 0 0 0 17 0 12 0 21437070 836239360 29375 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17365/tid=17376] ppid=17363 vsize=816640 CPUtime=0
/proc/17365/task/17376/stat : 17376 (java) S 17363 17365 15856 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 21437070 836239360 29375 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17365/tid=17377] ppid=17363 vsize=816640 CPUtime=0
/proc/17365/task/17377/stat : 17377 (java) S 17363 17365 15856 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 21437070 836239360 29375 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 816640

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

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

[startup+1801.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/84 17727
/proc/meminfo: memFree=1174728/2055920 swapFree=4192812/4192956
[pid=17365] ppid=17363 vsize=816640 CPUtime=1800.01
/proc/17365/stat : 17365 (java) S 17363 17365 15856 0 -1 0 51568 0 1 0 179929 72 0 0 18 0 12 0 21437061 836239360 29375 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17365/statm: 204160 29375 1445 9 0 201487 0
[pid=17365/tid=17366] ppid=17363 vsize=816640 CPUtime=1790.18
/proc/17365/task/17366/stat : 17366 (java) R 17363 17365 15856 0 -1 64 23853 0 1 0 178987 31 0 0 25 0 12 0 21437062 836239360 29375 996147200 134512640 134550932 4294956016 18446744073709551615 4109803508 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17365/tid=17368] ppid=17363 vsize=816640 CPUtime=0.58
/proc/17365/task/17368/stat : 17368 (java) S 17363 17365 15856 0 -1 64 2417 0 0 0 55 3 0 0 16 0 12 0 21437063 836239360 29375 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17365/tid=17369] ppid=17363 vsize=816640 CPUtime=0.6
/proc/17365/task/17369/stat : 17369 (java) S 17363 17365 15856 0 -1 64 1653 0 0 0 57 3 0 0 15 0 12 0 21437063 836239360 29375 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17365/tid=17370] ppid=17363 vsize=816640 CPUtime=0.67
/proc/17365/task/17370/stat : 17370 (java) S 17363 17365 15856 0 -1 64 31 0 0 0 47 20 0 0 15 0 12 0 21437065 836239360 29375 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17365/tid=17371] ppid=17363 vsize=816640 CPUtime=0
/proc/17365/task/17371/stat : 17371 (java) S 17363 17365 15856 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 21437066 836239360 29375 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17365/tid=17372] ppid=17363 vsize=816640 CPUtime=0
/proc/17365/task/17372/stat : 17372 (java) S 17363 17365 15856 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 21437066 836239360 29375 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17365/tid=17373] ppid=17363 vsize=816640 CPUtime=0
/proc/17365/task/17373/stat : 17373 (java) S 17363 17365 15856 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 21437070 836239360 29375 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17365/tid=17374] ppid=17363 vsize=816640 CPUtime=7.89
/proc/17365/task/17374/stat : 17374 (java) S 17363 17365 15856 0 -1 64 22414 0 0 0 776 13 0 0 16 0 12 0 21437070 836239360 29375 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17365/tid=17375] ppid=17363 vsize=816640 CPUtime=0.03
/proc/17365/task/17375/stat : 17375 (java) S 17363 17365 15856 0 -1 64 459 0 0 0 3 0 0 0 17 0 12 0 21437070 836239360 29375 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17365/tid=17376] ppid=17363 vsize=816640 CPUtime=0
/proc/17365/task/17376/stat : 17376 (java) S 17363 17365 15856 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 21437070 836239360 29375 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17365/tid=17377] ppid=17363 vsize=816640 CPUtime=0
/proc/17365/task/17377/stat : 17377 (java) S 17363 17365 15856 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 21437070 836239360 29375 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 816640

Child status: 143
Real time (s): 1801.37
CPU time (s): 1800.08
CPU user time (s): 1799.33
CPU system time (s): 0.746886
CPU usage (%): 99.9282
Max. virtual memory (cumulated for all children) (KiB): 819888

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.33
system time used= 0.746886
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 51593
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= 77527
involuntary context switches= 70751

runsolver used 2.49362 second user time and 5.74413 second system time

The end

Launcher Data

Begin job on node58 at 2009-07-11 22:22:19
IDJOB=2066983
IDBENCH=54593
IDSOLVER=731
FILE ID=node58/2066983-1247343739
PBS_JOBID= 9506781
Free space on /tmp= 66224 MiB

SOLVER NAME= SAT4J CSP 2.1.1
BENCH NAME= CPAI08/csp/pseudo/logic-synthesis/normalized-alu4-b.xml
COMMAND LINE= java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2066983-1247343739/watcher-2066983-1247343739 -o /tmp/evaluation-result-2066983-1247343739/solver-2066983-1247343739 -C 1800 -W 2000 -M 900  java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2066983-1247343739.xml

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

MD5SUM BENCH= ca59279eb04b03a166217fad0b1954ef
RANDOM SEED=1420055312

node58.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.234
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.234
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:       1660360 kB
Buffers:         48132 kB
Cached:         207136 kB
SwapCached:        140 kB
Active:         205224 kB
Inactive:       134328 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1660360 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2104 kB
Writeback:           0 kB
Mapped:          95712 kB
Slab:            41320 kB
Committed_AS:   231884 kB
PageTables:       1820 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= 66216 MiB
End job on node58 at 2009-07-11 22:52:23