Trace number 2067522

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.11 1800.69

General information on the benchmark

Namecsp/pseudo/niklas/
normalized-mux.xml
MD5SUMf7e3cc427a4fdef03f8a937b010e6266
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 benchmark0.055991
Satisfiable
(Un)Satisfiability was proved
Number of variables232
Number of constraints527
Maximum constraint arity27
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension527
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-2067522-1247344937.xml
0.19/0.24	c reading problem ... 
0.38/0.49	c reading problem named null
0.38/0.49	c reading domains done.
0.38/0.50	c reading variables done.
0.48/0.56	c reading predicates  done.
0.77/0.83	c reading constraints
1800.02/1800.62	c starts		: 0
1800.02/1800.62	c conflicts		: 0
1800.02/1800.62	c decisions		: 0
1800.02/1800.62	c propagations		: 0
1800.02/1800.62	c inspects		: 0
1800.02/1800.62	c learnt literals	: 0
1800.02/1800.62	c learnt binary clauses	: 0
1800.02/1800.62	c learnt ternary clauses	: 0
1800.02/1800.62	c learnt clauses	: 0
1800.02/1800.62	c ignored clauses	: 0
1800.02/1800.62	c root simplifications	: 0
1800.02/1800.62	c removed literals (reason simplification)	: 0
1800.02/1800.62	c reason swapping (by a shorter reason)	: 0
1800.02/1800.62	c Calls to reduceDB	: 0
1800.02/1800.62	c speed (assignments/second)	: 0.0
1800.02/1800.62	c non guided choices	0
1800.02/1800.62	c learnt constraints type 
1800.02/1800.62	c constraints type 
1800.02/1800.62	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 665
1800.02/1800.62	c org.sat4j.minisat.constraints.card.AtLeast => 232
1800.02/1800.62	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 508
1800.02/1800.62	s UNKNOWN
1800.02/1800.62	c Total wall clock time (in seconds) : 1800.375

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-2067522-1247344937/watcher-2067522-1247344937 -o /tmp/evaluation-result-2067522-1247344937/solver-2067522-1247344937 -C 1800 -W 2000 -M 900 java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2067522-1247344937.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.92 2.01 1.99 4/72 18106
/proc/meminfo: memFree=1872904/2055920 swapFree=4192812/4192956
[pid=18106] ppid=18104 vsize=1616 CPUtime=0
/proc/18106/stat : 18106 (java) D 18104 18106 15661 0 -1 0 347 0 0 0 0 0 0 0 18 0 1 0 21560074 1654784 155 996147200 134512640 134550932 4294956016 18446744073709551615 1463076 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/18106/statm: 404 155 118 9 0 46 0
[pid=18106/tid=18107] ppid=18104 vsize=13208 CPUtime=0
/proc/18106/task/18107/stat : 18107 (java) R 18104 18106 15661 0 -1 64 0 0 0 0 0 0 0 0 19 0 2 0 21560075 13524992 521 996147200 134512640 134550932 4294956016 18446744073709551615 2310104 0 0 4096 0 0 0 0 -1 1 0 0

[startup+0.027033 s]
/proc/loadavg: 1.92 2.01 1.99 4/72 18106
/proc/meminfo: memFree=1872904/2055920 swapFree=4192812/4192956
[pid=18106] ppid=18104 vsize=800696 CPUtime=0.01
/proc/18106/stat : 18106 (java) S 18104 18106 15661 0 -1 0 2348 0 1 0 0 1 0 0 18 0 4 0 21560074 819912704 2095 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/18106/statm: 200174 2095 938 9 0 197525 0
[pid=18106/tid=18107] ppid=18104 vsize=800696 CPUtime=0
/proc/18106/task/18107/stat : 18107 (java) R 18104 18106 15661 0 -1 64 1624 0 1 0 0 0 0 0 19 0 4 0 21560075 819912704 2095 996147200 134512640 134550932 4294956016 18446744073709551615 104174465 0 4 0 16784584 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 800696

[startup+0.108647 s]
/proc/loadavg: 1.92 2.01 1.99 4/72 18106
/proc/meminfo: memFree=1872904/2055920 swapFree=4192812/4192956
[pid=18106] ppid=18104 vsize=804560 CPUtime=0.09
/proc/18106/stat : 18106 (java) S 18104 18106 15661 0 -1 0 3064 0 1 0 7 2 0 0 18 0 12 0 21560074 823869440 2807 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18106/statm: 201140 2807 1083 9 0 198474 0
[pid=18106/tid=18107] ppid=18104 vsize=804560 CPUtime=0.08
/proc/18106/task/18107/stat : 18107 (java) R 18104 18106 15661 0 -1 64 2310 0 1 0 7 1 0 0 21 0 12 0 21560075 823869440 2807 996147200 134512640 134550932 4294956016 18446744073709551615 4109170884 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.302672 s]
/proc/loadavg: 1.92 2.01 1.99 4/72 18106
/proc/meminfo: memFree=1872904/2055920 swapFree=4192812/4192956
[pid=18106] ppid=18104 vsize=805628 CPUtime=0.28
/proc/18106/stat : 18106 (java) S 18104 18106 15661 0 -1 0 4312 0 1 0 25 3 0 0 18 0 12 0 21560074 824963072 4049 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18106/statm: 201407 4049 1359 9 0 198734 0
[pid=18106/tid=18107] ppid=18104 vsize=805628 CPUtime=0.21
/proc/18106/task/18107/stat : 18107 (java) R 18104 18106 15661 0 -1 64 3075 0 1 0 19 2 0 0 18 0 12 0 21560075 824963072 4049 996147200 134512640 134550932 4294956016 18446744073709551615 4109132996 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.702718 s]
/proc/loadavg: 1.92 2.01 1.99 4/72 18106
/proc/meminfo: memFree=1872904/2055920 swapFree=4192812/4192956
[pid=18106] ppid=18104 vsize=807296 CPUtime=0.68
/proc/18106/stat : 18106 (java) S 18104 18106 15661 0 -1 0 6179 0 1 0 64 4 0 0 18 0 12 0 21560074 826671104 5570 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18106/statm: 201824 5570 1388 9 0 199151 0
[pid=18106/tid=18107] ppid=18104 vsize=807296 CPUtime=0.48
/proc/18106/task/18107/stat : 18107 (java) R 18104 18106 15661 0 -1 64 4294 0 1 0 45 3 0 0 18 0 12 0 21560075 826671104 5570 996147200 134512640 134550932 4294956016 18446744073709551615 106548055 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 807296

[startup+1.50181 s]
/proc/loadavg: 1.92 2.01 1.99 4/84 18118
/proc/meminfo: memFree=1853800/2055920 swapFree=4192812/4192956
[pid=18106] ppid=18104 vsize=809876 CPUtime=1.48
/proc/18106/stat : 18106 (java) S 18104 18106 15661 0 -1 0 8765 0 1 0 142 6 0 0 18 0 12 0 21560074 829313024 7001 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18106/statm: 202469 7001 1407 9 0 199796 0
[pid=18106/tid=18107] ppid=18104 vsize=809876 CPUtime=0.87
/proc/18106/task/18107/stat : 18107 (java) R 18104 18106 15661 0 -1 64 5111 0 1 0 84 3 0 0 21 0 12 0 21560075 829313024 7001 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18106/tid=18109] ppid=18104 vsize=809876 CPUtime=0
/proc/18106/task/18109/stat : 18109 (java) S 18104 18106 15661 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 21560076 829313024 7001 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18106/tid=18110] ppid=18104 vsize=809876 CPUtime=0
/proc/18106/task/18110/stat : 18110 (java) S 18104 18106 15661 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 21560076 829313024 7001 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18106/tid=18111] ppid=18104 vsize=809876 CPUtime=0
/proc/18106/task/18111/stat : 18111 (java) S 18104 18106 15661 0 -1 64 2 0 0 0 0 0 0 0 17 0 12 0 21560078 829313024 7001 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18106/tid=18112] ppid=18104 vsize=809876 CPUtime=0
/proc/18106/task/18112/stat : 18112 (java) S 18104 18106 15661 0 -1 64 9 0 0 0 0 0 0 0 21 0 12 0 21560079 829313024 7001 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18106/tid=18113] ppid=18104 vsize=809876 CPUtime=0
/proc/18106/task/18113/stat : 18113 (java) S 18104 18106 15661 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 21560079 829313024 7001 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18106/tid=18114] ppid=18104 vsize=809876 CPUtime=0
/proc/18106/task/18114/stat : 18114 (java) S 18104 18106 15661 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 21560083 829313024 7001 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18106/tid=18115] ppid=18104 vsize=809876 CPUtime=0
/proc/18106/task/18115/stat : 18115 (java) S 18104 18106 15661 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 21560083 829313024 7001 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18106/tid=18116] ppid=18104 vsize=809876 CPUtime=0.58
/proc/18106/task/18116/stat : 18116 (java) R 18104 18106 15661 0 -1 64 2900 0 0 0 57 1 0 0 17 0 12 0 21560083 829313024 7001 996147200 134512640 134550932 4294956016 18446744073709551615 106797845 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18106/tid=18117] ppid=18104 vsize=809876 CPUtime=0
/proc/18106/task/18117/stat : 18117 (java) S 18104 18106 15661 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 21560083 829313024 7001 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18106/tid=18118] ppid=18104 vsize=809876 CPUtime=0
/proc/18106/task/18118/stat : 18118 (java) S 18104 18106 15661 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 21560083 829313024 7001 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) 809876

[startup+3.10198 s]
/proc/loadavg: 1.92 2.01 1.99 3/84 18118
/proc/meminfo: memFree=1847272/2055920 swapFree=4192812/4192956
[pid=18106] ppid=18104 vsize=810596 CPUtime=3.06
/proc/18106/stat : 18106 (java) S 18104 18106 15661 0 -1 0 21383 0 1 0 295 11 0 0 18 0 12 0 21560074 830050304 18233 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18106/statm: 202649 18233 1430 9 0 199976 0
[pid=18106/tid=18107] ppid=18104 vsize=810596 CPUtime=1.82
/proc/18106/task/18107/stat : 18107 (java) R 18104 18106 15661 0 -1 64 16052 0 1 0 173 9 0 0 25 0 12 0 21560075 830050304 18233 996147200 134512640 134550932 4294956016 18446744073709551615 4109711493 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18106/tid=18109] ppid=18104 vsize=810596 CPUtime=0
/proc/18106/task/18109/stat : 18109 (java) S 18104 18106 15661 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 21560076 830050304 18233 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18106/tid=18110] ppid=18104 vsize=810596 CPUtime=0
/proc/18106/task/18110/stat : 18110 (java) S 18104 18106 15661 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 21560076 830050304 18233 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18106/tid=18111] ppid=18104 vsize=810596 CPUtime=0
/proc/18106/task/18111/stat : 18111 (java) S 18104 18106 15661 0 -1 64 3 0 0 0 0 0 0 0 17 0 12 0 21560078 830050304 18233 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18106/tid=18112] ppid=18104 vsize=810596 CPUtime=0
/proc/18106/task/18112/stat : 18112 (java) S 18104 18106 15661 0 -1 64 9 0 0 0 0 0 0 0 21 0 12 0 21560079 830050304 18233 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18106/tid=18113] ppid=18104 vsize=810596 CPUtime=0
/proc/18106/task/18113/stat : 18113 (java) S 18104 18106 15661 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 21560079 830050304 18233 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18106/tid=18114] ppid=18104 vsize=810596 CPUtime=0
/proc/18106/task/18114/stat : 18114 (java) S 18104 18106 15661 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 21560083 830050304 18233 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18106/tid=18115] ppid=18104 vsize=810596 CPUtime=0
/proc/18106/task/18115/stat : 18115 (java) S 18104 18106 15661 0 -1 64 15 0 0 0 0 0 0 0 16 0 12 0 21560083 830050304 18233 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18106/tid=18116] ppid=18104 vsize=810596 CPUtime=1.21
/proc/18106/task/18116/stat : 18116 (java) S 18104 18106 15661 0 -1 64 4574 0 0 0 120 1 0 0 16 0 12 0 21560083 830050304 18233 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18106/tid=18117] ppid=18104 vsize=810596 CPUtime=0
/proc/18106/task/18117/stat : 18117 (java) S 18104 18106 15661 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 21560083 830050304 18233 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18106/tid=18118] ppid=18104 vsize=810596 CPUtime=0
/proc/18106/task/18118/stat : 18118 (java) S 18104 18106 15661 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 21560083 830050304 18233 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) 810596

[startup+6.30233 s]
/proc/loadavg: 1.93 2.00 1.99 3/84 18118
/proc/meminfo: memFree=1790888/2055920 swapFree=4192812/4192956
[pid=18106] ppid=18104 vsize=815804 CPUtime=6.39
/proc/18106/stat : 18106 (java) S 18104 18106 15661 0 -1 0 27129 0 1 0 625 14 0 0 18 0 12 0 21560074 835383296 21372 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18106/statm: 203951 21372 1439 9 0 201278 0
[pid=18106/tid=18107] ppid=18104 vsize=815804 CPUtime=4.27
/proc/18106/task/18107/stat : 18107 (java) R 18104 18106 15661 0 -1 64 17437 0 1 0 417 10 0 0 25 0 12 0 21560075 835383296 21372 996147200 134512640 134550932 4294956016 18446744073709551615 4109553069 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18106/tid=18109] ppid=18104 vsize=815804 CPUtime=0.01
/proc/18106/task/18109/stat : 18109 (java) S 18104 18106 15661 0 -1 64 190 0 0 0 1 0 0 0 16 0 12 0 21560076 835383296 21372 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18106/tid=18110] ppid=18104 vsize=815804 CPUtime=0
/proc/18106/task/18110/stat : 18110 (java) S 18104 18106 15661 0 -1 64 185 0 0 0 0 0 0 0 16 0 12 0 21560076 835383296 21372 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18106/tid=18111] ppid=18104 vsize=815804 CPUtime=0
/proc/18106/task/18111/stat : 18111 (java) S 18104 18106 15661 0 -1 64 23 0 0 0 0 0 0 0 16 0 12 0 21560078 835383296 21372 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18106/tid=18112] ppid=18104 vsize=815804 CPUtime=0
/proc/18106/task/18112/stat : 18112 (java) S 18104 18106 15661 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 21560079 835383296 21372 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18106/tid=18113] ppid=18104 vsize=815804 CPUtime=0
/proc/18106/task/18113/stat : 18113 (java) S 18104 18106 15661 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 21560079 835383296 21372 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18106/tid=18114] ppid=18104 vsize=815804 CPUtime=0
/proc/18106/task/18114/stat : 18114 (java) S 18104 18106 15661 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 21560083 835383296 21372 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18106/tid=18115] ppid=18104 vsize=815804 CPUtime=0
/proc/18106/task/18115/stat : 18115 (java) S 18104 18106 15661 0 -1 64 16 0 0 0 0 0 0 0 17 0 12 0 21560083 835383296 21372 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18106/tid=18116] ppid=18104 vsize=815804 CPUtime=2.06
/proc/18106/task/18116/stat : 18116 (java) S 18104 18106 15661 0 -1 64 8538 0 0 0 203 3 0 0 20 0 12 0 21560083 835383296 21372 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18106/tid=18117] ppid=18104 vsize=815804 CPUtime=0
/proc/18106/task/18117/stat : 18117 (java) S 18104 18106 15661 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 21560083 835383296 21372 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18106/tid=18118] ppid=18104 vsize=815804 CPUtime=0
/proc/18106/task/18118/stat : 18118 (java) S 18104 18106 15661 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 21560083 835383296 21372 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.39
Current children cumulated vsize (KiB) 815804

[startup+12.701 s]
/proc/loadavg: 1.93 2.00 1.99 3/84 18118
/proc/meminfo: memFree=1775656/2055920 swapFree=4192812/4192956
[pid=18106] ppid=18104 vsize=815804 CPUtime=12.78
/proc/18106/stat : 18106 (java) S 18104 18106 15661 0 -1 0 31339 0 1 0 1262 16 0 0 18 0 12 0 21560074 835383296 25571 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18106/statm: 203951 25571 1439 9 0 201278 0
[pid=18106/tid=18107] ppid=18104 vsize=815804 CPUtime=10.65
/proc/18106/task/18107/stat : 18107 (java) R 18104 18106 15661 0 -1 64 21256 0 1 0 1053 12 0 0 25 0 12 0 21560075 835383296 25571 996147200 134512640 134550932 4294956016 18446744073709551615 4109552691 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18106/tid=18109] ppid=18104 vsize=815804 CPUtime=0.02
/proc/18106/task/18109/stat : 18109 (java) S 18104 18106 15661 0 -1 64 316 0 0 0 2 0 0 0 16 0 12 0 21560076 835383296 25571 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18106/tid=18110] ppid=18104 vsize=815804 CPUtime=0.01
/proc/18106/task/18110/stat : 18110 (java) S 18104 18106 15661 0 -1 64 445 0 0 0 1 0 0 0 16 0 12 0 21560076 835383296 25571 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18106/tid=18111] ppid=18104 vsize=815804 CPUtime=0
/proc/18106/task/18111/stat : 18111 (java) S 18104 18106 15661 0 -1 64 28 0 0 0 0 0 0 0 16 0 12 0 21560078 835383296 25571 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18106/tid=18112] ppid=18104 vsize=815804 CPUtime=0
/proc/18106/task/18112/stat : 18112 (java) S 18104 18106 15661 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 21560079 835383296 25571 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18106/tid=18113] ppid=18104 vsize=815804 CPUtime=0
/proc/18106/task/18113/stat : 18113 (java) S 18104 18106 15661 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 21560079 835383296 25571 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18106/tid=18114] ppid=18104 vsize=815804 CPUtime=0
/proc/18106/task/18114/stat : 18114 (java) S 18104 18106 15661 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 21560083 835383296 25571 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18106/tid=18115] ppid=18104 vsize=815804 CPUtime=0
/proc/18106/task/18115/stat : 18115 (java) S 18104 18106 15661 0 -1 64 16 0 0 0 0 0 0 0 17 0 12 0 21560083 835383296 25571 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18106/tid=18116] ppid=18104 vsize=815804 CPUtime=2.06
/proc/18106/task/18116/stat : 18116 (java) S 18104 18106 15661 0 -1 64 8538 0 0 0 203 3 0 0 20 0 12 0 21560083 835383296 25571 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18106/tid=18117] ppid=18104 vsize=815804 CPUtime=0
/proc/18106/task/18117/stat : 18117 (java) S 18104 18106 15661 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 21560083 835383296 25571 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18106/tid=18118] ppid=18104 vsize=815804 CPUtime=0
/proc/18106/task/18118/stat : 18118 (java) S 18104 18106 15661 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 21560083 835383296 25571 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.78
Current children cumulated vsize (KiB) 815804

[startup+25.5024 s]
/proc/loadavg: 1.95 2.00 1.99 3/84 18118
/proc/meminfo: memFree=1774824/2055920 swapFree=4192812/4192956
[pid=18106] ppid=18104 vsize=815804 CPUtime=25.59
/proc/18106/stat : 18106 (java) S 18104 18106 15661 0 -1 0 31587 0 1 0 2542 17 0 0 18 0 12 0 21560074 835383296 25797 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18106/statm: 203951 25797 1439 9 0 201278 0
[pid=18106/tid=18107] ppid=18104 vsize=815804 CPUtime=23.44
/proc/18106/task/18107/stat : 18107 (java) R 18104 18106 15661 0 -1 64 21477 0 1 0 2332 12 0 0 25 0 12 0 21560075 835383296 25797 996147200 134512640 134550932 4294956016 18446744073709551615 4109650023 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18106/tid=18109] ppid=18104 vsize=815804 CPUtime=0.02
/proc/18106/task/18109/stat : 18109 (java) S 18104 18106 15661 0 -1 64 332 0 0 0 2 0 0 0 16 0 12 0 21560076 835383296 25797 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18106/tid=18110] ppid=18104 vsize=815804 CPUtime=0.01

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

[pid=18106/tid=18117] ppid=18104 vsize=820684 CPUtime=0
/proc/18106/task/18117/stat : 18117 (java) S 18104 18106 15661 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 21560083 840380416 29576 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18106/tid=18118] ppid=18104 vsize=820684 CPUtime=0
/proc/18106/task/18118/stat : 18118 (java) S 18104 18106 15661 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 21560083 840380416 29576 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1541.8
Current children cumulated vsize (KiB) 820684

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/92 18201
/proc/meminfo: memFree=1592680/2055920 swapFree=4192812/4192956
[pid=18106] ppid=18104 vsize=820684 CPUtime=1601.78
/proc/18106/stat : 18106 (java) S 18104 18106 15661 0 -1 0 39406 0 1 0 160125 53 0 0 18 0 12 0 21560074 840380416 29674 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18106/statm: 205171 29674 1439 9 0 202498 0
[pid=18106/tid=18107] ppid=18104 vsize=820684 CPUtime=1597.38
/proc/18106/task/18107/stat : 18107 (java) R 18104 18106 15661 0 -1 64 24084 0 1 0 159715 23 0 0 25 0 12 0 21560075 840380416 29674 996147200 134512640 134550932 4294956016 18446744073709551615 4109552556 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18106/tid=18109] ppid=18104 vsize=820684 CPUtime=0.46
/proc/18106/task/18109/stat : 18109 (java) S 18104 18106 15661 0 -1 64 1638 0 0 0 43 3 0 0 16 0 12 0 21560076 840380416 29674 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18106/tid=18110] ppid=18104 vsize=820684 CPUtime=0.45
/proc/18106/task/18110/stat : 18110 (java) S 18104 18106 15661 0 -1 64 1768 0 0 0 42 3 0 0 15 0 12 0 21560076 840380416 29674 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18106/tid=18111] ppid=18104 vsize=820684 CPUtime=0.48
/proc/18106/task/18111/stat : 18111 (java) S 18104 18106 15661 0 -1 64 28 0 0 0 31 17 0 0 15 0 12 0 21560078 840380416 29674 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18106/tid=18112] ppid=18104 vsize=820684 CPUtime=0
/proc/18106/task/18112/stat : 18112 (java) S 18104 18106 15661 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 21560079 840380416 29674 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18106/tid=18113] ppid=18104 vsize=820684 CPUtime=0
/proc/18106/task/18113/stat : 18113 (java) S 18104 18106 15661 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 21560079 840380416 29674 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18106/tid=18114] ppid=18104 vsize=820684 CPUtime=0
/proc/18106/task/18114/stat : 18114 (java) S 18104 18106 15661 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 21560083 840380416 29674 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18106/tid=18115] ppid=18104 vsize=820684 CPUtime=0
/proc/18106/task/18115/stat : 18115 (java) S 18104 18106 15661 0 -1 64 16 0 0 0 0 0 0 0 16 0 12 0 21560083 840380416 29674 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18106/tid=18116] ppid=18104 vsize=820684 CPUtime=2.95
/proc/18106/task/18116/stat : 18116 (java) S 18104 18106 15661 0 -1 64 11132 0 0 0 291 4 0 0 23 0 12 0 21560083 840380416 29674 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18106/tid=18117] ppid=18104 vsize=820684 CPUtime=0
/proc/18106/task/18117/stat : 18117 (java) S 18104 18106 15661 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 21560083 840380416 29674 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18106/tid=18118] ppid=18104 vsize=820684 CPUtime=0
/proc/18106/task/18118/stat : 18118 (java) S 18104 18106 15661 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 21560083 840380416 29674 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1601.78
Current children cumulated vsize (KiB) 820684

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/92 18201
/proc/meminfo: memFree=1592296/2055920 swapFree=4192812/4192956
[pid=18106] ppid=18104 vsize=820684 CPUtime=1661.77
/proc/18106/stat : 18106 (java) S 18104 18106 15661 0 -1 0 39605 0 1 0 166122 55 0 0 18 0 12 0 21560074 840380416 29774 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18106/statm: 205171 29774 1439 9 0 202498 0
[pid=18106/tid=18107] ppid=18104 vsize=820684 CPUtime=1657.3
/proc/18106/task/18107/stat : 18107 (java) R 18104 18106 15661 0 -1 64 24183 0 1 0 165707 23 0 0 25 0 12 0 21560075 840380416 29774 996147200 134512640 134550932 4294956016 18446744073709551615 4109642476 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18106/tid=18109] ppid=18104 vsize=820684 CPUtime=0.47
/proc/18106/task/18109/stat : 18109 (java) S 18104 18106 15661 0 -1 64 1685 0 0 0 44 3 0 0 15 0 12 0 21560076 840380416 29774 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18106/tid=18110] ppid=18104 vsize=820684 CPUtime=0.46
/proc/18106/task/18110/stat : 18110 (java) S 18104 18106 15661 0 -1 64 1821 0 0 0 43 3 0 0 16 0 12 0 21560076 840380416 29774 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18106/tid=18111] ppid=18104 vsize=820684 CPUtime=0.51
/proc/18106/task/18111/stat : 18111 (java) S 18104 18106 15661 0 -1 64 28 0 0 0 33 18 0 0 15 0 12 0 21560078 840380416 29774 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18106/tid=18112] ppid=18104 vsize=820684 CPUtime=0
/proc/18106/task/18112/stat : 18112 (java) S 18104 18106 15661 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 21560079 840380416 29774 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18106/tid=18113] ppid=18104 vsize=820684 CPUtime=0
/proc/18106/task/18113/stat : 18113 (java) S 18104 18106 15661 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 21560079 840380416 29774 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18106/tid=18114] ppid=18104 vsize=820684 CPUtime=0
/proc/18106/task/18114/stat : 18114 (java) S 18104 18106 15661 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 21560083 840380416 29774 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18106/tid=18115] ppid=18104 vsize=820684 CPUtime=0
/proc/18106/task/18115/stat : 18115 (java) S 18104 18106 15661 0 -1 64 16 0 0 0 0 0 0 0 16 0 12 0 21560083 840380416 29774 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18106/tid=18116] ppid=18104 vsize=820684 CPUtime=2.95
/proc/18106/task/18116/stat : 18116 (java) S 18104 18106 15661 0 -1 64 11132 0 0 0 291 4 0 0 23 0 12 0 21560083 840380416 29774 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18106/tid=18117] ppid=18104 vsize=820684 CPUtime=0
/proc/18106/task/18117/stat : 18117 (java) S 18104 18106 15661 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 21560083 840380416 29774 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18106/tid=18118] ppid=18104 vsize=820684 CPUtime=0
/proc/18106/task/18118/stat : 18118 (java) S 18104 18106 15661 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 21560083 840380416 29774 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1661.77
Current children cumulated vsize (KiB) 820684

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/92 18201
/proc/meminfo: memFree=1591784/2055920 swapFree=4192812/4192956
[pid=18106] ppid=18104 vsize=820684 CPUtime=1721.74
/proc/18106/stat : 18106 (java) S 18104 18106 15661 0 -1 0 39802 0 1 0 172118 56 0 0 18 0 12 0 21560074 840380416 29873 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18106/statm: 205171 29873 1439 9 0 202498 0
[pid=18106/tid=18107] ppid=18104 vsize=820684 CPUtime=1717.21
/proc/18106/task/18107/stat : 18107 (java) R 18104 18106 15661 0 -1 64 24281 0 1 0 171698 23 0 0 25 0 12 0 21560075 840380416 29873 996147200 134512640 134550932 4294956016 18446744073709551615 4109552529 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18106/tid=18109] ppid=18104 vsize=820684 CPUtime=0.5
/proc/18106/task/18109/stat : 18109 (java) S 18104 18106 15661 0 -1 64 1737 0 0 0 46 4 0 0 15 0 12 0 21560076 840380416 29873 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18106/tid=18110] ppid=18104 vsize=820684 CPUtime=0.48
/proc/18106/task/18110/stat : 18110 (java) S 18104 18106 15661 0 -1 64 1868 0 0 0 45 3 0 0 16 0 12 0 21560076 840380416 29873 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18106/tid=18111] ppid=18104 vsize=820684 CPUtime=0.54
/proc/18106/task/18111/stat : 18111 (java) S 18104 18106 15661 0 -1 64 28 0 0 0 35 19 0 0 15 0 12 0 21560078 840380416 29873 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18106/tid=18112] ppid=18104 vsize=820684 CPUtime=0
/proc/18106/task/18112/stat : 18112 (java) S 18104 18106 15661 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 21560079 840380416 29873 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18106/tid=18113] ppid=18104 vsize=820684 CPUtime=0
/proc/18106/task/18113/stat : 18113 (java) S 18104 18106 15661 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 21560079 840380416 29873 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18106/tid=18114] ppid=18104 vsize=820684 CPUtime=0
/proc/18106/task/18114/stat : 18114 (java) S 18104 18106 15661 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 21560083 840380416 29873 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18106/tid=18115] ppid=18104 vsize=820684 CPUtime=0
/proc/18106/task/18115/stat : 18115 (java) S 18104 18106 15661 0 -1 64 16 0 0 0 0 0 0 0 16 0 12 0 21560083 840380416 29873 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18106/tid=18116] ppid=18104 vsize=820684 CPUtime=2.95
/proc/18106/task/18116/stat : 18116 (java) S 18104 18106 15661 0 -1 64 11132 0 0 0 291 4 0 0 23 0 12 0 21560083 840380416 29873 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18106/tid=18117] ppid=18104 vsize=820684 CPUtime=0
/proc/18106/task/18117/stat : 18117 (java) S 18104 18106 15661 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 21560083 840380416 29873 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18106/tid=18118] ppid=18104 vsize=820684 CPUtime=0
/proc/18106/task/18118/stat : 18118 (java) S 18104 18106 15661 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 21560083 840380416 29873 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1721.74
Current children cumulated vsize (KiB) 820684

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/92 18201
/proc/meminfo: memFree=1591272/2055920 swapFree=4192812/4192956
[pid=18106] ppid=18104 vsize=820684 CPUtime=1781.71
/proc/18106/stat : 18106 (java) S 18104 18106 15661 0 -1 0 39999 0 1 0 178114 57 0 0 18 0 12 0 21560074 840380416 29972 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18106/statm: 205171 29972 1439 9 0 202498 0
[pid=18106/tid=18107] ppid=18104 vsize=820684 CPUtime=1777.13
/proc/18106/task/18107/stat : 18107 (java) R 18104 18106 15661 0 -1 64 24379 0 1 0 177689 24 0 0 25 0 12 0 21560075 840380416 29972 996147200 134512640 134550932 4294956016 18446744073709551615 4109552526 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18106/tid=18109] ppid=18104 vsize=820684 CPUtime=0.52
/proc/18106/task/18109/stat : 18109 (java) S 18104 18106 15661 0 -1 64 1785 0 0 0 48 4 0 0 15 0 12 0 21560076 840380416 29972 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18106/tid=18110] ppid=18104 vsize=820684 CPUtime=0.5
/proc/18106/task/18110/stat : 18110 (java) S 18104 18106 15661 0 -1 64 1919 0 0 0 47 3 0 0 16 0 12 0 21560076 840380416 29972 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18106/tid=18111] ppid=18104 vsize=820684 CPUtime=0.55
/proc/18106/task/18111/stat : 18111 (java) S 18104 18106 15661 0 -1 64 28 0 0 0 36 19 0 0 15 0 12 0 21560078 840380416 29972 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18106/tid=18112] ppid=18104 vsize=820684 CPUtime=0
/proc/18106/task/18112/stat : 18112 (java) S 18104 18106 15661 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 21560079 840380416 29972 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18106/tid=18113] ppid=18104 vsize=820684 CPUtime=0
/proc/18106/task/18113/stat : 18113 (java) S 18104 18106 15661 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 21560079 840380416 29972 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18106/tid=18114] ppid=18104 vsize=820684 CPUtime=0
/proc/18106/task/18114/stat : 18114 (java) S 18104 18106 15661 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 21560083 840380416 29972 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18106/tid=18115] ppid=18104 vsize=820684 CPUtime=0
/proc/18106/task/18115/stat : 18115 (java) S 18104 18106 15661 0 -1 64 16 0 0 0 0 0 0 0 16 0 12 0 21560083 840380416 29972 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18106/tid=18116] ppid=18104 vsize=820684 CPUtime=2.95
/proc/18106/task/18116/stat : 18116 (java) S 18104 18106 15661 0 -1 64 11132 0 0 0 291 4 0 0 23 0 12 0 21560083 840380416 29972 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18106/tid=18117] ppid=18104 vsize=820684 CPUtime=0
/proc/18106/task/18117/stat : 18117 (java) S 18104 18106 15661 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 21560083 840380416 29972 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18106/tid=18118] ppid=18104 vsize=820684 CPUtime=0
/proc/18106/task/18118/stat : 18118 (java) S 18104 18106 15661 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 21560083 840380416 29972 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1781.71
Current children cumulated vsize (KiB) 820684



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.6 s]
/proc/loadavg: 2.00 2.00 2.00 3/92 18201
/proc/meminfo: memFree=1591144/2055920 swapFree=4192812/4192956
[pid=18106] ppid=18104 vsize=820684 CPUtime=1800.02
/proc/18106/stat : 18106 (java) S 18104 18106 15661 0 -1 0 40059 0 1 0 179944 58 0 0 18 0 12 0 21560074 840380416 30002 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18106/statm: 205171 30002 1439 9 0 202498 0
[pid=18106/tid=18107] ppid=18104 vsize=820684 CPUtime=1795.42
/proc/18106/task/18107/stat : 18107 (java) R 18104 18106 15661 0 -1 64 24409 0 1 0 179518 24 0 0 25 0 12 0 21560075 840380416 30002 996147200 134512640 134550932 4294956016 18446744073709551615 4109552553 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18106/tid=18109] ppid=18104 vsize=820684 CPUtime=0.53
/proc/18106/task/18109/stat : 18109 (java) S 18104 18106 15661 0 -1 64 1800 0 0 0 49 4 0 0 15 0 12 0 21560076 840380416 30002 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18106/tid=18110] ppid=18104 vsize=820684 CPUtime=0.51
/proc/18106/task/18110/stat : 18110 (java) S 18104 18106 15661 0 -1 64 1934 0 0 0 48 3 0 0 16 0 12 0 21560076 840380416 30002 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18106/tid=18111] ppid=18104 vsize=820684 CPUtime=0.57
/proc/18106/task/18111/stat : 18111 (java) S 18104 18106 15661 0 -1 64 28 0 0 0 37 20 0 0 15 0 12 0 21560078 840380416 30002 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18106/tid=18112] ppid=18104 vsize=820684 CPUtime=0
/proc/18106/task/18112/stat : 18112 (java) S 18104 18106 15661 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 21560079 840380416 30002 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18106/tid=18113] ppid=18104 vsize=820684 CPUtime=0
/proc/18106/task/18113/stat : 18113 (java) S 18104 18106 15661 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 21560079 840380416 30002 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18106/tid=18114] ppid=18104 vsize=820684 CPUtime=0
/proc/18106/task/18114/stat : 18114 (java) S 18104 18106 15661 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 21560083 840380416 30002 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18106/tid=18115] ppid=18104 vsize=820684 CPUtime=0
/proc/18106/task/18115/stat : 18115 (java) S 18104 18106 15661 0 -1 64 16 0 0 0 0 0 0 0 16 0 12 0 21560083 840380416 30002 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18106/tid=18116] ppid=18104 vsize=820684 CPUtime=2.95
/proc/18106/task/18116/stat : 18116 (java) S 18104 18106 15661 0 -1 64 11132 0 0 0 291 4 0 0 23 0 12 0 21560083 840380416 30002 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18106/tid=18117] ppid=18104 vsize=820684 CPUtime=0
/proc/18106/task/18117/stat : 18117 (java) S 18104 18106 15661 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 21560083 840380416 30002 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18106/tid=18118] ppid=18104 vsize=820684 CPUtime=0
/proc/18106/task/18118/stat : 18118 (java) S 18104 18106 15661 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 21560083 840380416 30002 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 820684

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): 1800.69
CPU time (s): 1800.11
CPU user time (s): 1799.51
CPU system time (s): 0.600908
CPU usage (%): 99.9679
Max. virtual memory (cumulated for all children) (KiB): 824528

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.51
system time used= 0.600908
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 40084
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= 80060
involuntary context switches= 71373

runsolver used 2.49662 second user time and 5.73313 second system time

The end

Launcher Data

Begin job on node35 at 2009-07-11 22:42:17
IDJOB=2067522
IDBENCH=54669
IDSOLVER=731
FILE ID=node35/2067522-1247344937
PBS_JOBID= 9506681
Free space on /tmp= 66248 MiB

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

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

MD5SUM BENCH= f7e3cc427a4fdef03f8a937b010e6266
RANDOM SEED=232169865

node35.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.213
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.213
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1873384 kB
Buffers:         24968 kB
Cached:          91448 kB
SwapCached:          0 kB
Active:          96524 kB
Inactive:        38004 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1873384 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1672 kB
Writeback:           0 kB
Mapped:          29672 kB
Slab:            33348 kB
Committed_AS:   180968 kB
PageTables:       1736 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= 66244 MiB
End job on node35 at 2009-07-11 23:12:19