Trace number 2067071

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.14 1808.66

General information on the benchmark

Namecsp/pseudo/logic-synthesis/
normalized-rot-b.xml
MD5SUM5e9e5378f7c86cf8c1b1902ee5afb48c
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.42278
Satisfiable
(Un)Satisfiability was proved
Number of variables1451
Number of constraints2898
Maximum constraint arity81
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension2898
Global constraints used (with number of constraints)

Solver Data

0.09/0.13	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.09/0.13	c This is free software under the dual EPL/GNU LGPL licenses.
0.09/0.13	c See www.sat4j.org for details.
0.09/0.13	c That software uses the Rhino library from the Mozilla project.
0.09/0.15	c version 2.1.1.v20090622
0.09/0.15	c sun.arch.data.model	32
0.09/0.15	c java.version	1.6.0_12
0.09/0.15	c os.name	Linux
0.09/0.15	c os.version	2.6.9-22.EL.rootsmp
0.09/0.15	c os.arch	i386
0.09/0.15	c Free memory 671000808
0.09/0.15	c Max memory 672137216
0.09/0.15	c Total memory 672137216
0.09/0.15	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-2067071-1247343859.xml
0.19/0.24	c reading problem ... 
0.39/0.49	c reading problem named null
0.39/0.49	c reading domains done.
0.39/0.49	c reading variables done.
0.88/0.92	c reading predicates  done.
1.58/1.62	c reading constraints
1800.08/1808.61	c starts		: 0
1800.08/1808.61	c conflicts		: 0
1800.08/1808.61	c decisions		: 0
1800.08/1808.61	c propagations		: 0
1800.08/1808.61	c inspects		: 0
1800.08/1808.61	c learnt literals	: 0
1800.08/1808.61	c learnt binary clauses	: 0
1800.08/1808.61	c learnt ternary clauses	: 0
1800.08/1808.61	c learnt clauses	: 0
1800.08/1808.61	c ignored clauses	: 0
1800.08/1808.61	c root simplifications	: 0
1800.08/1808.61	c removed literals (reason simplification)	: 0
1800.08/1808.61	c reason swapping (by a shorter reason)	: 0
1800.08/1808.61	c Calls to reduceDB	: 0
1800.08/1808.61	c speed (assignments/second)	: 0.0
1800.08/1808.61	c non guided choices	0
1800.08/1808.62	c learnt constraints type 
1800.08/1808.62	c constraints type 
1800.08/1808.62	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2161
1800.08/1808.62	c org.sat4j.minisat.constraints.cnf.UnitClauses => 23
1800.08/1808.62	c org.sat4j.minisat.constraints.card.AtLeast => 1428
1800.08/1808.62	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1689
1800.08/1808.62	s UNKNOWN
1800.08/1808.62	c Total wall clock time (in seconds) : 1808.374

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-2067071-1247343859/watcher-2067071-1247343859 -o /tmp/evaluation-result-2067071-1247343859/solver-2067071-1247343859 -C 1800 -W 2000 -M 900 java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2067071-1247343859.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.19 2.07 2.02 4/73 14926
/proc/meminfo: memFree=954400/2055920 swapFree=4192956/4192956
[pid=14926] ppid=14924 vsize=13208 CPUtime=0
/proc/14926/stat : 14926 (java) S 14924 14926 13249 0 -1 0 721 0 0 0 0 0 0 0 18 0 2 0 21452946 13524992 521 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/14926/statm: 3302 521 219 9 0 1186 0
[pid=14926/tid=14927] ppid=14924 vsize=13208 CPUtime=0
/proc/14926/task/14927/stat : 14927 (java) R 14924 14926 13249 0 -1 64 0 0 0 0 0 0 0 0 19 0 2 0 21452947 13524992 521 996147200 134512640 134550932 4294956016 18446744073709551615 10543064 0 0 4096 0 0 0 0 -1 1 0 0

[startup+0.040157 s]
/proc/loadavg: 2.19 2.07 2.02 4/73 14926
/proc/meminfo: memFree=954400/2055920 swapFree=4192956/4192956
[pid=14926] ppid=14924 vsize=801384 CPUtime=0.02
/proc/14926/stat : 14926 (java) S 14924 14926 13249 0 -1 0 2491 0 1 0 1 1 0 0 18 0 5 0 21452946 820617216 2238 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/14926/statm: 200346 2238 973 9 0 197697 0
[pid=14926/tid=14927] ppid=14924 vsize=801384 CPUtime=0.01
/proc/14926/task/14927/stat : 14927 (java) R 14924 14926 13249 0 -1 64 1764 0 1 0 1 0 0 0 20 0 5 0 21452947 820617216 2238 996147200 134512640 134550932 4294956016 18446744073709551615 10131067 0 4 0 16784584 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 801384

[startup+0.101161 s]
/proc/loadavg: 2.19 2.07 2.02 4/73 14926
/proc/meminfo: memFree=954400/2055920 swapFree=4192956/4192956
[pid=14926] ppid=14924 vsize=804560 CPUtime=0.09
/proc/14926/stat : 14926 (java) S 14924 14926 13249 0 -1 0 3025 0 1 0 7 2 0 0 18 0 12 0 21452946 823869440 2768 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14926/statm: 201140 2768 1082 9 0 198474 0
[pid=14926/tid=14927] ppid=14924 vsize=804560 CPUtime=0.08
/proc/14926/task/14927/stat : 14927 (java) R 14924 14926 13249 0 -1 64 2268 0 1 0 7 1 0 0 21 0 12 0 21452947 823869440 2768 996147200 134512640 134550932 4294956016 18446744073709551615 105829947 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.30118 s]
/proc/loadavg: 2.19 2.07 2.02 4/73 14926
/proc/meminfo: memFree=954400/2055920 swapFree=4192956/4192956
[pid=14926] ppid=14924 vsize=805628 CPUtime=0.28
/proc/14926/stat : 14926 (java) S 14924 14926 13249 0 -1 0 4317 0 1 0 25 3 0 0 18 0 12 0 21452946 824963072 4054 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14926/statm: 201407 4054 1359 9 0 198734 0
[pid=14926/tid=14927] ppid=14924 vsize=805628 CPUtime=0.22
/proc/14926/task/14927/stat : 14927 (java) R 14924 14926 13249 0 -1 64 3078 0 1 0 20 2 0 0 18 0 12 0 21452947 824963072 4054 996147200 134512640 134550932 4294956016 18446744073709551615 4109134468 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 805628

[startup+0.705268 s]
/proc/loadavg: 2.19 2.07 2.02 4/73 14926
/proc/meminfo: memFree=954400/2055920 swapFree=4192956/4192956
[pid=14926] ppid=14924 vsize=807180 CPUtime=0.69
/proc/14926/stat : 14926 (java) S 14924 14926 13249 0 -1 0 5412 0 1 0 64 5 0 0 18 0 12 0 21452946 826552320 4936 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14926/statm: 201795 4936 1389 9 0 199122 0
[pid=14926/tid=14927] ppid=14924 vsize=807180 CPUtime=0.45
/proc/14926/task/14927/stat : 14927 (java) R 14924 14926 13249 0 -1 64 3542 0 1 0 42 3 0 0 20 0 12 0 21452947 826552320 4936 996147200 134512640 134550932 4294956016 18446744073709551615 4109124672 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 807180

[startup+1.5023 s]
/proc/loadavg: 2.19 2.07 2.02 3/85 14938
/proc/meminfo: memFree=936832/2055920 swapFree=4192956/4192956
[pid=14926] ppid=14924 vsize=807308 CPUtime=1.48
/proc/14926/stat : 14926 (java) S 14924 14926 13249 0 -1 0 7523 0 1 0 141 7 0 0 18 0 12 0 21452946 826683392 6375 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14926/statm: 201827 6375 1407 9 0 199154 0
[pid=14926/tid=14927] ppid=14924 vsize=807308 CPUtime=0.89
/proc/14926/task/14927/stat : 14927 (java) R 14924 14926 13249 0 -1 64 5083 0 1 0 84 5 0 0 25 0 12 0 21452947 826683392 6375 996147200 134512640 134550932 4294956016 18446744073709551615 4109550131 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14926/tid=14929] ppid=14924 vsize=807308 CPUtime=0
/proc/14926/task/14929/stat : 14929 (java) S 14924 14926 13249 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 21452948 826683392 6375 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14926/tid=14930] ppid=14924 vsize=807308 CPUtime=0
/proc/14926/task/14930/stat : 14930 (java) S 14924 14926 13249 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 21452948 826683392 6375 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14926/tid=14931] ppid=14924 vsize=807308 CPUtime=0
/proc/14926/task/14931/stat : 14931 (java) S 14924 14926 13249 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 21452950 826683392 6375 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14926/tid=14932] ppid=14924 vsize=807308 CPUtime=0
/proc/14926/task/14932/stat : 14932 (java) S 14924 14926 13249 0 -1 64 10 0 0 0 0 0 0 0 21 0 12 0 21452950 826683392 6375 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14926/tid=14933] ppid=14924 vsize=807308 CPUtime=0
/proc/14926/task/14933/stat : 14933 (java) S 14924 14926 13249 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 21452950 826683392 6375 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14926/tid=14934] ppid=14924 vsize=807308 CPUtime=0
/proc/14926/task/14934/stat : 14934 (java) S 14924 14926 13249 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 21452955 826683392 6375 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14926/tid=14935] ppid=14924 vsize=807308 CPUtime=0
/proc/14926/task/14935/stat : 14935 (java) S 14924 14926 13249 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 21452955 826683392 6375 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14926/tid=14936] ppid=14924 vsize=807308 CPUtime=0.56
/proc/14926/task/14936/stat : 14936 (java) S 14924 14926 13249 0 -1 64 1682 0 0 0 56 0 0 0 17 0 12 0 21452955 826683392 6375 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14926/tid=14937] ppid=14924 vsize=807308 CPUtime=0
/proc/14926/task/14937/stat : 14937 (java) S 14924 14926 13249 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 21452955 826683392 6375 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14926/tid=14938] ppid=14924 vsize=807308 CPUtime=0
/proc/14926/task/14938/stat : 14938 (java) S 14924 14926 13249 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 21452955 826683392 6375 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 807308

[startup+3.10246 s]
/proc/loadavg: 2.25 2.09 2.02 3/85 14938
/proc/meminfo: memFree=931968/2055920 swapFree=4192956/4192956
[pid=14926] ppid=14924 vsize=812676 CPUtime=3.06
/proc/14926/stat : 14926 (java) S 14924 14926 13249 0 -1 0 13468 0 1 0 297 9 0 0 18 0 12 0 21452946 832180224 8664 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14926/statm: 203169 8664 1432 9 0 200496 0
[pid=14926/tid=14927] ppid=14924 vsize=812676 CPUtime=1.32
/proc/14926/task/14927/stat : 14927 (java) R 14924 14926 13249 0 -1 64 6045 0 1 0 127 5 0 0 25 0 12 0 21452947 832180224 8664 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14926/tid=14929] ppid=14924 vsize=812676 CPUtime=0
/proc/14926/task/14929/stat : 14929 (java) S 14924 14926 13249 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 21452948 832180224 8664 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14926/tid=14930] ppid=14924 vsize=812676 CPUtime=0
/proc/14926/task/14930/stat : 14930 (java) S 14924 14926 13249 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 21452948 832180224 8664 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14926/tid=14931] ppid=14924 vsize=812676 CPUtime=0
/proc/14926/task/14931/stat : 14931 (java) S 14924 14926 13249 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 21452950 832180224 8664 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14926/tid=14932] ppid=14924 vsize=812676 CPUtime=0
/proc/14926/task/14932/stat : 14932 (java) S 14924 14926 13249 0 -1 64 10 0 0 0 0 0 0 0 21 0 12 0 21452950 832180224 8664 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14926/tid=14933] ppid=14924 vsize=812676 CPUtime=0
/proc/14926/task/14933/stat : 14933 (java) S 14924 14926 13249 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 21452950 832180224 8664 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14926/tid=14934] ppid=14924 vsize=812676 CPUtime=0
/proc/14926/task/14934/stat : 14934 (java) S 14924 14926 13249 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 21452955 832180224 8664 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14926/tid=14935] ppid=14924 vsize=812676 CPUtime=0.21
/proc/14926/task/14935/stat : 14935 (java) R 14924 14926 13249 0 -1 64 270 0 0 0 21 0 0 0 17 0 12 0 21452955 832180224 8664 996147200 134512640 134550932 4294956016 18446744073709551615 102256304 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14926/tid=14936] ppid=14924 vsize=812676 CPUtime=1.5
/proc/14926/task/14936/stat : 14936 (java) S 14924 14926 13249 0 -1 64 6408 0 0 0 148 2 0 0 20 0 12 0 21452955 832180224 8664 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14926/tid=14937] ppid=14924 vsize=812676 CPUtime=0
/proc/14926/task/14937/stat : 14937 (java) S 14924 14926 13249 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 21452955 832180224 8664 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14926/tid=14938] ppid=14924 vsize=812676 CPUtime=0
/proc/14926/task/14938/stat : 14938 (java) S 14924 14926 13249 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 21452955 832180224 8664 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 812676

[startup+6.30178 s]
/proc/loadavg: 2.25 2.09 2.02 3/85 14938
/proc/meminfo: memFree=875520/2055920 swapFree=4192956/4192956
[pid=14926] ppid=14924 vsize=812248 CPUtime=6.23
/proc/14926/stat : 14926 (java) S 14924 14926 13249 0 -1 0 26664 0 1 0 606 17 0 0 18 0 12 0 21452946 831741952 21028 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14926/statm: 203062 21028 1444 9 0 200389 0
[pid=14926/tid=14927] ppid=14924 vsize=812248 CPUtime=3.61
/proc/14926/task/14927/stat : 14927 (java) R 14924 14926 13249 0 -1 64 17447 0 1 0 349 12 0 0 25 0 12 0 21452947 831741952 21028 996147200 134512640 134550932 4294956016 18446744073709551615 4109883725 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14926/tid=14929] ppid=14924 vsize=812248 CPUtime=0.01
/proc/14926/task/14929/stat : 14929 (java) S 14924 14926 13249 0 -1 64 543 0 0 0 1 0 0 0 16 0 12 0 21452948 831741952 21028 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14926/tid=14930] ppid=14924 vsize=812248 CPUtime=0.01
/proc/14926/task/14930/stat : 14930 (java) S 14924 14926 13249 0 -1 64 338 0 0 0 1 0 0 0 16 0 12 0 21452948 831741952 21028 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14926/tid=14931] ppid=14924 vsize=812248 CPUtime=0
/proc/14926/task/14931/stat : 14931 (java) S 14924 14926 13249 0 -1 64 25 0 0 0 0 0 0 0 16 0 12 0 21452950 831741952 21028 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14926/tid=14932] ppid=14924 vsize=812248 CPUtime=0
/proc/14926/task/14932/stat : 14932 (java) S 14924 14926 13249 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 21452950 831741952 21028 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14926/tid=14933] ppid=14924 vsize=812248 CPUtime=0
/proc/14926/task/14933/stat : 14933 (java) S 14924 14926 13249 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 21452950 831741952 21028 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14926/tid=14934] ppid=14924 vsize=812248 CPUtime=0
/proc/14926/task/14934/stat : 14934 (java) S 14924 14926 13249 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 21452955 831741952 21028 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14926/tid=14935] ppid=14924 vsize=812248 CPUtime=1.04
/proc/14926/task/14935/stat : 14935 (java) S 14924 14926 13249 0 -1 64 1162 0 0 0 104 0 0 0 16 0 12 0 21452955 831741952 21028 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14926/tid=14936] ppid=14924 vsize=812248 CPUtime=1.5
/proc/14926/task/14936/stat : 14936 (java) S 14924 14926 13249 0 -1 64 6408 0 0 0 148 2 0 0 20 0 12 0 21452955 831741952 21028 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14926/tid=14937] ppid=14924 vsize=812248 CPUtime=0
/proc/14926/task/14937/stat : 14937 (java) S 14924 14926 13249 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 21452955 831741952 21028 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14926/tid=14938] ppid=14924 vsize=812248 CPUtime=0
/proc/14926/task/14938/stat : 14938 (java) S 14924 14926 13249 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 21452955 831741952 21028 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 812248

[startup+12.7024 s]
/proc/loadavg: 2.37 2.12 2.03 3/85 14938
/proc/meminfo: memFree=860032/2055920 swapFree=4192956/4192956
[pid=14926] ppid=14924 vsize=812344 CPUtime=12.56
/proc/14926/stat : 14926 (java) S 14924 14926 13249 0 -1 0 30706 0 1 0 1238 18 0 0 18 0 12 0 21452946 831840256 24863 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14926/statm: 203086 24863 1450 9 0 200413 0
[pid=14926/tid=14927] ppid=14924 vsize=812344 CPUtime=9.14
/proc/14926/task/14927/stat : 14927 (java) R 14924 14926 13249 0 -1 64 20200 0 1 0 901 13 0 0 25 0 12 0 21452947 831840256 24863 996147200 134512640 134550932 4294956016 18446744073709551615 4109882739 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14926/tid=14929] ppid=14924 vsize=812344 CPUtime=0.02
/proc/14926/task/14929/stat : 14929 (java) S 14924 14926 13249 0 -1 64 840 0 0 0 2 0 0 0 16 0 12 0 21452948 831840256 24863 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14926/tid=14930] ppid=14924 vsize=812344 CPUtime=0.05
/proc/14926/task/14930/stat : 14930 (java) S 14924 14926 13249 0 -1 64 1036 0 0 0 5 0 0 0 17 0 12 0 21452948 831840256 24863 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14926/tid=14931] ppid=14924 vsize=812344 CPUtime=0
/proc/14926/task/14931/stat : 14931 (java) S 14924 14926 13249 0 -1 64 47 0 0 0 0 0 0 0 16 0 12 0 21452950 831840256 24863 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14926/tid=14932] ppid=14924 vsize=812344 CPUtime=0
/proc/14926/task/14932/stat : 14932 (java) S 14924 14926 13249 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 21452950 831840256 24863 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14926/tid=14933] ppid=14924 vsize=812344 CPUtime=0
/proc/14926/task/14933/stat : 14933 (java) S 14924 14926 13249 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 21452950 831840256 24863 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14926/tid=14934] ppid=14924 vsize=812344 CPUtime=0
/proc/14926/task/14934/stat : 14934 (java) S 14924 14926 13249 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 21452955 831840256 24863 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14926/tid=14935] ppid=14924 vsize=812344 CPUtime=1.79
/proc/14926/task/14935/stat : 14935 (java) S 14924 14926 13249 0 -1 64 1434 0 0 0 179 0 0 0 16 0 12 0 21452955 831840256 24863 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14926/tid=14936] ppid=14924 vsize=812344 CPUtime=1.5
/proc/14926/task/14936/stat : 14936 (java) S 14924 14926 13249 0 -1 64 6408 0 0 0 148 2 0 0 20 0 12 0 21452955 831840256 24863 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14926/tid=14937] ppid=14924 vsize=812344 CPUtime=0
/proc/14926/task/14937/stat : 14937 (java) S 14924 14926 13249 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 21452955 831840256 24863 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14926/tid=14938] ppid=14924 vsize=812344 CPUtime=0
/proc/14926/task/14938/stat : 14938 (java) S 14924 14926 13249 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 21452955 831840256 24863 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 812344

[startup+25.5017 s]
/proc/loadavg: 2.31 2.11 2.03 3/85 14938
/proc/meminfo: memFree=858560/2055920 swapFree=4192956/4192956
[pid=14926] ppid=14924 vsize=812248 CPUtime=25.25
/proc/14926/stat : 14926 (java) S 14924 14926 13249 0 -1 0 32000 0 1 0 2505 20 0 0 18 0 12 0 21452946 831741952 25244 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14926/statm: 203062 25244 1450 9 0 200389 0
[pid=14926/tid=14927] ppid=14924 vsize=812248 CPUtime=20.74
/proc/14926/task/14927/stat : 14927 (java) R 14924 14926 13249 0 -1 64 20521 0 1 0 2061 13 0 0 25 0 12 0 21452947 831741952 25244 996147200 134512640 134550932 4294956016 18446744073709551615 4109825629 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14926/tid=14929] ppid=14924 vsize=812248 CPUtime=0.03
/proc/14926/task/14929/stat : 14929 (java) S 14924 14926 13249 0 -1 64 855 0 0 0 3 0 0 0 16 0 12 0 21452948 831741952 25244 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14926/tid=14930] ppid=14924 vsize=812248 CPUtime=0.06

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

[pid=14926/tid=14937] ppid=14924 vsize=813540 CPUtime=0
/proc/14926/task/14937/stat : 14937 (java) S 14924 14926 13249 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 21452955 833064960 28360 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14926/tid=14938] ppid=14924 vsize=813540 CPUtime=0
/proc/14926/task/14938/stat : 14938 (java) S 14924 14926 13249 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 21452955 833064960 28360 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1533.87
Current children cumulated vsize (KiB) 813540

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 15033
/proc/meminfo: memFree=840000/2055920 swapFree=4192956/4192956
[pid=14926] ppid=14924 vsize=813540 CPUtime=1593.85
/proc/14926/stat : 14926 (java) S 14924 14926 13249 0 -1 0 50804 0 1 0 159322 63 0 0 18 0 12 0 21452946 833064960 28451 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14926/statm: 203385 28451 1450 9 0 200712 0
[pid=14926/tid=14927] ppid=14924 vsize=813540 CPUtime=1582.99
/proc/14926/task/14927/stat : 14927 (java) R 14924 14926 13249 0 -1 64 22986 0 1 0 158272 27 0 0 25 0 12 0 21452947 833064960 28451 996147200 134512640 134550932 4294956016 18446744073709551615 4109730352 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14926/tid=14929] ppid=14924 vsize=813540 CPUtime=0.56
/proc/14926/task/14929/stat : 14929 (java) S 14924 14926 13249 0 -1 64 2049 0 0 0 53 3 0 0 15 0 12 0 21452948 833064960 28451 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14926/tid=14930] ppid=14924 vsize=813540 CPUtime=0.66
/proc/14926/task/14930/stat : 14930 (java) S 14924 14926 13249 0 -1 64 2204 0 0 0 61 5 0 0 16 0 12 0 21452948 833064960 28451 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14926/tid=14931] ppid=14924 vsize=813540 CPUtime=0.52
/proc/14926/task/14931/stat : 14931 (java) S 14924 14926 13249 0 -1 64 51 0 0 0 37 15 0 0 15 0 12 0 21452950 833064960 28451 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14926/tid=14932] ppid=14924 vsize=813540 CPUtime=0
/proc/14926/task/14932/stat : 14932 (java) S 14924 14926 13249 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 21452950 833064960 28451 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14926/tid=14933] ppid=14924 vsize=813540 CPUtime=0
/proc/14926/task/14933/stat : 14933 (java) S 14924 14926 13249 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 21452950 833064960 28451 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14926/tid=14934] ppid=14924 vsize=813540 CPUtime=0
/proc/14926/task/14934/stat : 14934 (java) S 14924 14926 13249 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 21452955 833064960 28451 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14926/tid=14935] ppid=14924 vsize=813540 CPUtime=7.54
/proc/14926/task/14935/stat : 14935 (java) S 14924 14926 13249 0 -1 64 16365 0 0 0 748 6 0 0 16 0 12 0 21452955 833064960 28451 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14926/tid=14936] ppid=14924 vsize=813540 CPUtime=1.5
/proc/14926/task/14936/stat : 14936 (java) S 14924 14926 13249 0 -1 64 6408 0 0 0 148 2 0 0 20 0 12 0 21452955 833064960 28451 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14926/tid=14937] ppid=14924 vsize=813540 CPUtime=0
/proc/14926/task/14937/stat : 14937 (java) S 14924 14926 13249 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 21452955 833064960 28451 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14926/tid=14938] ppid=14924 vsize=813540 CPUtime=0
/proc/14926/task/14938/stat : 14938 (java) S 14924 14926 13249 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 21452955 833064960 28451 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1593.85
Current children cumulated vsize (KiB) 813540

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 15033
/proc/meminfo: memFree=839616/2055920 swapFree=4192956/4192956
[pid=14926] ppid=14924 vsize=813540 CPUtime=1653.82
/proc/14926/stat : 14926 (java) S 14924 14926 13249 0 -1 0 50984 0 1 0 165318 64 0 0 18 0 12 0 21452946 833064960 28541 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14926/statm: 203385 28541 1450 9 0 200712 0
[pid=14926/tid=14927] ppid=14924 vsize=813540 CPUtime=1642.9
/proc/14926/task/14927/stat : 14927 (java) R 14924 14926 13249 0 -1 64 23076 0 1 0 164263 27 0 0 25 0 12 0 21452947 833064960 28541 996147200 134512640 134550932 4294956016 18446744073709551615 4111949552 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14926/tid=14929] ppid=14924 vsize=813540 CPUtime=0.58
/proc/14926/task/14929/stat : 14929 (java) S 14924 14926 13249 0 -1 64 2094 0 0 0 55 3 0 0 15 0 12 0 21452948 833064960 28541 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14926/tid=14930] ppid=14924 vsize=813540 CPUtime=0.67
/proc/14926/task/14930/stat : 14930 (java) S 14924 14926 13249 0 -1 64 2249 0 0 0 62 5 0 0 16 0 12 0 21452948 833064960 28541 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14926/tid=14931] ppid=14924 vsize=813540 CPUtime=0.55
/proc/14926/task/14931/stat : 14931 (java) S 14924 14926 13249 0 -1 64 51 0 0 0 39 16 0 0 15 0 12 0 21452950 833064960 28541 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14926/tid=14932] ppid=14924 vsize=813540 CPUtime=0
/proc/14926/task/14932/stat : 14932 (java) S 14924 14926 13249 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 21452950 833064960 28541 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14926/tid=14933] ppid=14924 vsize=813540 CPUtime=0
/proc/14926/task/14933/stat : 14933 (java) S 14924 14926 13249 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 21452950 833064960 28541 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14926/tid=14934] ppid=14924 vsize=813540 CPUtime=0
/proc/14926/task/14934/stat : 14934 (java) S 14924 14926 13249 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 21452955 833064960 28541 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14926/tid=14935] ppid=14924 vsize=813540 CPUtime=7.54
/proc/14926/task/14935/stat : 14935 (java) S 14924 14926 13249 0 -1 64 16365 0 0 0 748 6 0 0 16 0 12 0 21452955 833064960 28541 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14926/tid=14936] ppid=14924 vsize=813540 CPUtime=1.5
/proc/14926/task/14936/stat : 14936 (java) S 14924 14926 13249 0 -1 64 6408 0 0 0 148 2 0 0 20 0 12 0 21452955 833064960 28541 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14926/tid=14937] ppid=14924 vsize=813540 CPUtime=0
/proc/14926/task/14937/stat : 14937 (java) S 14924 14926 13249 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 21452955 833064960 28541 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14926/tid=14938] ppid=14924 vsize=813540 CPUtime=0
/proc/14926/task/14938/stat : 14938 (java) S 14924 14926 13249 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 21452955 833064960 28541 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1653.82
Current children cumulated vsize (KiB) 813540

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 15033
/proc/meminfo: memFree=839232/2055920 swapFree=4192956/4192956
[pid=14926] ppid=14924 vsize=813540 CPUtime=1713.8
/proc/14926/stat : 14926 (java) S 14924 14926 13249 0 -1 0 51164 0 1 0 171314 66 0 0 18 0 12 0 21452946 833064960 28632 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14926/statm: 203385 28632 1450 9 0 200712 0
[pid=14926/tid=14927] ppid=14924 vsize=813540 CPUtime=1702.82
/proc/14926/task/14927/stat : 14927 (java) R 14924 14926 13249 0 -1 64 23165 0 1 0 170254 28 0 0 25 0 12 0 21452947 833064960 28632 996147200 134512640 134550932 4294956016 18446744073709551615 4109740737 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14926/tid=14929] ppid=14924 vsize=813540 CPUtime=0.61
/proc/14926/task/14929/stat : 14929 (java) S 14924 14926 13249 0 -1 64 2138 0 0 0 58 3 0 0 15 0 12 0 21452948 833064960 28632 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14926/tid=14930] ppid=14924 vsize=813540 CPUtime=0.69
/proc/14926/task/14930/stat : 14930 (java) S 14924 14926 13249 0 -1 64 2296 0 0 0 64 5 0 0 16 0 12 0 21452948 833064960 28632 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14926/tid=14931] ppid=14924 vsize=813540 CPUtime=0.57
/proc/14926/task/14931/stat : 14931 (java) S 14924 14926 13249 0 -1 64 51 0 0 0 40 17 0 0 15 0 12 0 21452950 833064960 28632 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14926/tid=14932] ppid=14924 vsize=813540 CPUtime=0
/proc/14926/task/14932/stat : 14932 (java) S 14924 14926 13249 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 21452950 833064960 28632 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14926/tid=14933] ppid=14924 vsize=813540 CPUtime=0
/proc/14926/task/14933/stat : 14933 (java) S 14924 14926 13249 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 21452950 833064960 28632 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14926/tid=14934] ppid=14924 vsize=813540 CPUtime=0
/proc/14926/task/14934/stat : 14934 (java) S 14924 14926 13249 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 21452955 833064960 28632 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14926/tid=14935] ppid=14924 vsize=813540 CPUtime=7.54
/proc/14926/task/14935/stat : 14935 (java) S 14924 14926 13249 0 -1 64 16365 0 0 0 748 6 0 0 16 0 12 0 21452955 833064960 28632 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14926/tid=14936] ppid=14924 vsize=813540 CPUtime=1.5
/proc/14926/task/14936/stat : 14936 (java) S 14924 14926 13249 0 -1 64 6408 0 0 0 148 2 0 0 20 0 12 0 21452955 833064960 28632 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14926/tid=14937] ppid=14924 vsize=813540 CPUtime=0
/proc/14926/task/14937/stat : 14937 (java) S 14924 14926 13249 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 21452955 833064960 28632 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14926/tid=14938] ppid=14924 vsize=813540 CPUtime=0
/proc/14926/task/14938/stat : 14938 (java) S 14924 14926 13249 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 21452955 833064960 28632 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1713.8
Current children cumulated vsize (KiB) 813540

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 15033
/proc/meminfo: memFree=834816/2055920 swapFree=4192956/4192956
[pid=14926] ppid=14924 vsize=817460 CPUtime=1773.78
/proc/14926/stat : 14926 (java) S 14924 14926 13249 0 -1 0 53669 0 1 0 177310 68 0 0 18 0 12 0 21452946 837079040 29735 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14926/statm: 204365 29735 1450 9 0 201692 0
[pid=14926/tid=14927] ppid=14924 vsize=817460 CPUtime=1762.18
/proc/14926/task/14927/stat : 14927 (java) R 14924 14926 13249 0 -1 64 23256 0 1 0 176190 28 0 0 25 0 12 0 21452947 837079040 29735 996147200 134512640 134550932 4294956016 18446744073709551615 4109978582 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14926/tid=14929] ppid=14924 vsize=817460 CPUtime=0.64
/proc/14926/task/14929/stat : 14929 (java) S 14924 14926 13249 0 -1 64 2181 0 0 0 60 4 0 0 15 0 12 0 21452948 837079040 29735 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14926/tid=14930] ppid=14924 vsize=817460 CPUtime=0.72
/proc/14926/task/14930/stat : 14930 (java) S 14924 14926 13249 0 -1 64 2344 0 0 0 67 5 0 0 16 0 12 0 21452948 837079040 29735 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14926/tid=14931] ppid=14924 vsize=817460 CPUtime=0.58
/proc/14926/task/14931/stat : 14931 (java) S 14924 14926 13249 0 -1 64 51 0 0 0 41 17 0 0 15 0 12 0 21452950 837079040 29735 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14926/tid=14932] ppid=14924 vsize=817460 CPUtime=0
/proc/14926/task/14932/stat : 14932 (java) S 14924 14926 13249 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 21452950 837079040 29735 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14926/tid=14933] ppid=14924 vsize=817460 CPUtime=0
/proc/14926/task/14933/stat : 14933 (java) S 14924 14926 13249 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 21452950 837079040 29735 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14926/tid=14934] ppid=14924 vsize=817460 CPUtime=0
/proc/14926/task/14934/stat : 14934 (java) S 14924 14926 13249 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 21452955 837079040 29735 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14926/tid=14935] ppid=14924 vsize=817460 CPUtime=8.1
/proc/14926/task/14935/stat : 14935 (java) S 14924 14926 13249 0 -1 64 18688 0 0 0 802 8 0 0 16 0 12 0 21452955 837079040 29735 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14926/tid=14936] ppid=14924 vsize=817460 CPUtime=1.5
/proc/14926/task/14936/stat : 14936 (java) S 14924 14926 13249 0 -1 64 6408 0 0 0 148 2 0 0 20 0 12 0 21452955 837079040 29735 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14926/tid=14937] ppid=14924 vsize=817460 CPUtime=0
/proc/14926/task/14937/stat : 14937 (java) S 14924 14926 13249 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 21452955 837079040 29735 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14926/tid=14938] ppid=14924 vsize=817460 CPUtime=0
/proc/14926/task/14938/stat : 14938 (java) S 14924 14926 13249 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 21452955 837079040 29735 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1773.78
Current children cumulated vsize (KiB) 817460



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1808.6 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 15033
/proc/meminfo: memFree=834688/2055920 swapFree=4192956/4192956
[pid=14926] ppid=14924 vsize=817460 CPUtime=1800.08
/proc/14926/stat : 14926 (java) S 14924 14926 13249 0 -1 0 53749 0 1 0 179939 69 0 0 18 0 12 0 21452946 837079040 29775 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14926/statm: 204365 29775 1450 9 0 201692 0
[pid=14926/tid=14927] ppid=14924 vsize=817460 CPUtime=1788.44
/proc/14926/task/14927/stat : 14927 (java) R 14924 14926 13249 0 -1 64 23296 0 1 0 178816 28 0 0 25 0 12 0 21452947 837079040 29775 996147200 134512640 134550932 4294956016 18446744073709551615 4109882739 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14926/tid=14929] ppid=14924 vsize=817460 CPUtime=0.65
/proc/14926/task/14929/stat : 14929 (java) S 14924 14926 13249 0 -1 64 2203 0 0 0 61 4 0 0 15 0 12 0 21452948 837079040 29775 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14926/tid=14930] ppid=14924 vsize=817460 CPUtime=0.72
/proc/14926/task/14930/stat : 14930 (java) S 14924 14926 13249 0 -1 64 2362 0 0 0 67 5 0 0 16 0 12 0 21452948 837079040 29775 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14926/tid=14931] ppid=14924 vsize=817460 CPUtime=0.59
/proc/14926/task/14931/stat : 14931 (java) S 14924 14926 13249 0 -1 64 51 0 0 0 41 18 0 0 15 0 12 0 21452950 837079040 29775 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14926/tid=14932] ppid=14924 vsize=817460 CPUtime=0
/proc/14926/task/14932/stat : 14932 (java) S 14924 14926 13249 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 21452950 837079040 29775 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14926/tid=14933] ppid=14924 vsize=817460 CPUtime=0
/proc/14926/task/14933/stat : 14933 (java) S 14924 14926 13249 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 21452950 837079040 29775 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14926/tid=14934] ppid=14924 vsize=817460 CPUtime=0
/proc/14926/task/14934/stat : 14934 (java) S 14924 14926 13249 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 21452955 837079040 29775 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14926/tid=14935] ppid=14924 vsize=817460 CPUtime=8.1
/proc/14926/task/14935/stat : 14935 (java) S 14924 14926 13249 0 -1 64 18688 0 0 0 802 8 0 0 16 0 12 0 21452955 837079040 29775 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14926/tid=14936] ppid=14924 vsize=817460 CPUtime=1.5
/proc/14926/task/14936/stat : 14936 (java) S 14924 14926 13249 0 -1 64 6408 0 0 0 148 2 0 0 20 0 12 0 21452955 837079040 29775 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14926/tid=14937] ppid=14924 vsize=817460 CPUtime=0
/proc/14926/task/14937/stat : 14937 (java) S 14924 14926 13249 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 21452955 837079040 29775 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14926/tid=14938] ppid=14924 vsize=817460 CPUtime=0
/proc/14926/task/14938/stat : 14938 (java) S 14924 14926 13249 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 21452955 837079040 29775 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) 817460

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

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

Child status: 143
Real time (s): 1808.66
CPU time (s): 1800.14
CPU user time (s): 1799.43
CPU system time (s): 0.709892
CPU usage (%): 99.5288
Max. virtual memory (cumulated for all children) (KiB): 820088

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.43
system time used= 0.709892
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 53771
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= 76229
involuntary context switches= 83326

runsolver used 2.69459 second user time and 6.13107 second system time

The end

Launcher Data

Begin job on node12 at 2009-07-11 22:24:19
IDJOB=2067071
IDBENCH=54603
IDSOLVER=731
FILE ID=node12/2067071-1247343859
PBS_JOBID= 9506670
Free space on /tmp= 66136 MiB

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

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

MD5SUM BENCH= 5e9e5378f7c86cf8c1b1902ee5afb48c
RANDOM SEED=1191120081

node12.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.240
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.240
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:        954880 kB
Buffers:         71816 kB
Cached:         948796 kB
SwapCached:          0 kB
Active:         449920 kB
Inactive:       595024 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        954880 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            2136 kB
Writeback:           0 kB
Mapped:          34996 kB
Slab:            41428 kB
Committed_AS:   213560 kB
PageTables:       1744 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= 66136 MiB
End job on node12 at 2009-07-11 22:54:30