Trace number 2057457

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.37 1809.4

General information on the benchmark

Namecsp/rand-2-27/
normalized-rand-27-27-351-163-62021_ext.xml
MD5SUMad3b0ced7dd4d3b9a7a1ae256b0401a3
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1051.8
Satisfiable
(Un)Satisfiability was proved
Number of variables27
Number of constraints351
Maximum constraint arity2
Maximum domain size27
Number of constraints which are defined in extension351
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

0.12/0.23	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.12/0.23	c This is free software under the dual EPL/GNU LGPL licenses.
0.12/0.23	c See www.sat4j.org for details.
0.12/0.23	c That software uses the Rhino library from the Mozilla project.
0.12/0.25	c version 2.1.1.v20090622
0.12/0.25	c sun.arch.data.model	32
0.12/0.25	c java.version	1.6.0_12
0.12/0.25	c os.name	Linux
0.12/0.25	c os.version	2.6.9-22.EL.rootsmp
0.12/0.25	c os.arch	i386
0.12/0.25	c Free memory 671000808
0.12/0.25	c Max memory 672137216
0.12/0.25	c Total memory 672137216
0.12/0.25	c Number of processors 2
0.20/0.34	c c --- Begin Solver configuration ---
0.20/0.34	c Stops conflict analysis at the first Unique Implication Point
0.20/0.34	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@1f14ceb
0.20/0.34	c Learn all clauses as in MiniSAT
0.20/0.34	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.20/0.34	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.20/0.34	c Expensive reason simplification
0.20/0.34	c MiniSAT restarts strategy
0.20/0.34	c Memory based learned constraints deletion strategy
0.20/0.34	c timeout=2147483s
0.20/0.34	c DB Simplification allowed=false
0.20/0.34	c --- End Solver configuration ---
0.20/0.34	c solving HOME/instance-2057457-1247318006.xml
0.20/0.34	c reading problem ... 
0.45/0.63	c reading problem named null
0.45/0.63	c reading domains done.
0.45/0.64	c reading variables done.
0.45/0.66	c reading relations done.
1.64/1.82	c reading constraints
2.04/2.21	c done with constraints.
2.04/2.21	c ... done. Wall clock time 1.874s.
2.04/2.21	c #vars     729
2.04/2.21	c #constraints  57267
2.04/2.21	c constraints type 
2.04/2.21	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 27
2.04/2.21	c org.sat4j.minisat.constraints.card.AtLeast => 27
2.04/2.21	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 57213
1800.07/1809.21	c starts		: 19
1800.07/1809.21	c conflicts		: 295657
1800.07/1809.21	c decisions		: 390224
1800.07/1809.21	c propagations		: 14193173
1800.07/1809.21	c inspects		: 4086085382
1800.07/1809.21	c learnt literals	: 0
1800.07/1809.21	c learnt binary clauses	: 0
1800.07/1809.21	c learnt ternary clauses	: 4
1800.07/1809.21	c learnt clauses	: 295657
1800.07/1809.21	c ignored clauses	: 0
1800.07/1809.21	c root simplifications	: 0
1800.07/1809.21	c removed literals (reason simplification)	: 16103653
1800.07/1809.21	c reason swapping (by a shorter reason)	: 0
1800.07/1809.21	c Calls to reduceDB	: 0
1800.07/1809.21	c speed (assignments/second)	: 7854.551743220808
1800.07/1809.21	c non guided choices	104
1800.27/1809.31	c learnt constraints type 
1800.27/1809.31	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 295664
1800.27/1809.31	c constraints type 
1800.27/1809.31	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 27
1800.27/1809.31	c org.sat4j.minisat.constraints.card.AtLeast => 27
1800.27/1809.31	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 57213
1800.27/1809.31	s UNKNOWN
1800.27/1809.31	c Total wall clock time (in seconds) : 1808.875

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-2057457-1247318006/watcher-2057457-1247318006 -o /tmp/evaluation-result-2057457-1247318006/solver-2057457-1247318006 -C 1800 -W 2000 -M 900 java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2057457-1247318006.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.38 0.87 0.36 4/73 13605
/proc/meminfo: memFree=840144/2055920 swapFree=4192952/4192956
[pid=13605] ppid=13603 vsize=18576 CPUtime=0
/proc/13605/stat : 13605 (runsolver) R 13603 13605 13419 0 -1 4194368 16 0 0 0 0 0 0 0 19 0 1 0 18863805 19021824 284 996147200 4194304 4302564 548682068448 18446744073709551615 218076081447 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/13605/statm: 4644 284 249 26 0 2626 0

[startup+0.057946 s]
/proc/loadavg: 1.38 0.87 0.36 4/73 13605
/proc/meminfo: memFree=840144/2055920 swapFree=4192952/4192956
[pid=13605] ppid=13603 vsize=12928 CPUtime=0.01
/proc/13605/stat : 13605 (java) D 13603 13605 13419 0 -1 0 383 0 22 0 0 1 0 0 18 0 1 0 18863805 13238272 212 996147200 134512640 134550932 4294956016 18446744073709551615 7365418 0 0 4096 0 18446744071563479169 0 0 17 0 0 0
/proc/13605/statm: 3232 212 136 9 0 1104 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 12928

[startup+0.101947 s]
/proc/loadavg: 1.38 0.87 0.36 4/73 13605
/proc/meminfo: memFree=840144/2055920 swapFree=4192952/4192956
[pid=13605] ppid=13603 vsize=800696 CPUtime=0.03
/proc/13605/stat : 13605 (java) S 13603 13605 13419 0 -1 0 2417 0 32 0 1 2 0 0 18 0 4 0 18863805 819912704 2195 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/13605/statm: 200174 2199 954 9 0 197525 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 800696

[startup+0.301981 s]
/proc/loadavg: 1.38 0.87 0.36 4/73 13605
/proc/meminfo: memFree=840144/2055920 swapFree=4192952/4192956
[pid=13605] ppid=13603 vsize=805504 CPUtime=0.2
/proc/13605/stat : 13605 (java) S 13603 13605 13419 0 -1 0 3815 0 32 0 16 4 0 0 18 0 12 0 18863805 824836096 3584 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13605/statm: 201376 3584 1335 9 0 198710 0
Current children cumulated CPU time (s) 0.2
Current children cumulated vsize (KiB) 805504

[startup+0.701049 s]
/proc/loadavg: 1.38 0.87 0.36 4/73 13605
/proc/meminfo: memFree=840144/2055920 swapFree=4192952/4192956
[pid=13605] ppid=13603 vsize=807180 CPUtime=0.54
/proc/13605/stat : 13605 (java) S 13603 13605 13419 0 -1 0 5436 0 33 0 47 7 0 0 18 0 12 0 18863805 826552320 4992 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13605/statm: 201795 4992 1387 9 0 199122 0
Current children cumulated CPU time (s) 0.54
Current children cumulated vsize (KiB) 807180

[startup+1.50118 s]
/proc/loadavg: 1.38 0.87 0.36 4/85 13617
/proc/meminfo: memFree=814192/2055920 swapFree=4192952/4192956
[pid=13605] ppid=13603 vsize=809004 CPUtime=1.34
/proc/13605/stat : 13605 (java) S 13603 13605 13419 0 -1 0 9158 0 33 0 124 10 0 0 18 0 12 0 18863805 828420096 7674 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13605/statm: 202251 7674 1406 9 0 199578 0
[pid=13605/tid=13607] ppid=13603 vsize=809004 CPUtime=0.62
/proc/13605/task/13607/stat : 13607 (java) R 13603 13605 13419 0 -1 64 5789 0 2 0 56 6 0 0 24 0 12 0 18863812 828420096 7674 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13605/tid=13608] ppid=13603 vsize=809004 CPUtime=0
/proc/13605/task/13608/stat : 13608 (java) S 13603 13605 13419 0 -1 64 3 0 0 0 0 0 0 0 20 0 12 0 18863813 828420096 7674 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13605/tid=13609] ppid=13603 vsize=809004 CPUtime=0
/proc/13605/task/13609/stat : 13609 (java) S 13603 13605 13419 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 18863813 828420096 7674 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13605/tid=13610] ppid=13603 vsize=809004 CPUtime=0
/proc/13605/task/13610/stat : 13610 (java) S 13603 13605 13419 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 18863815 828420096 7674 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13605/tid=13611] ppid=13603 vsize=809004 CPUtime=0
/proc/13605/task/13611/stat : 13611 (java) S 13603 13605 13419 0 -1 64 10 0 0 0 0 0 0 0 23 0 12 0 18863816 828420096 7674 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13605/tid=13612] ppid=13603 vsize=809004 CPUtime=0
/proc/13605/task/13612/stat : 13612 (java) S 13603 13605 13419 0 -1 64 4 0 0 0 0 0 0 0 24 0 12 0 18863816 828420096 7674 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13605/tid=13613] ppid=13603 vsize=809004 CPUtime=0
/proc/13605/task/13613/stat : 13613 (java) S 13603 13605 13419 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 18863822 828420096 7674 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13605/tid=13614] ppid=13603 vsize=809004 CPUtime=0
/proc/13605/task/13614/stat : 13614 (java) S 13603 13605 13419 0 -1 64 13 0 0 0 0 0 0 0 24 0 12 0 18863822 828420096 7675 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13605/tid=13615] ppid=13603 vsize=809004 CPUtime=0.68
/proc/13605/task/13615/stat : 13615 (java) R 13603 13605 13419 0 -1 64 2645 0 0 0 67 1 0 0 17 0 12 0 18863822 828420096 7675 996147200 134512640 134550932 4294956016 18446744073709551615 102401075 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13605/tid=13616] ppid=13603 vsize=809004 CPUtime=0
/proc/13605/task/13616/stat : 13616 (java) S 13603 13605 13419 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 18863822 828420096 7675 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13605/tid=13617] ppid=13603 vsize=809004 CPUtime=0
/proc/13605/task/13617/stat : 13617 (java) S 13603 13605 13419 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 18863822 828420096 7675 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.34
Current children cumulated vsize (KiB) 809004

[startup+3.10245 s]
/proc/loadavg: 1.51 0.90 0.37 3/85 13617
/proc/meminfo: memFree=761712/2055920 swapFree=4192952/4192956
[pid=13605] ppid=13603 vsize=809328 CPUtime=2.93
/proc/13605/stat : 13605 (java) S 13603 13605 13419 0 -1 0 21200 0 33 0 278 15 0 0 18 0 13 0 18863805 828751872 19714 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13605/statm: 202332 19714 1441 9 0 199659 0
[pid=13605/tid=13607] ppid=13603 vsize=809328 CPUtime=1.55
/proc/13605/task/13607/stat : 13607 (java) R 13603 13605 13419 0 -1 64 16909 0 2 0 144 11 0 0 25 0 13 0 18863812 828751872 19714 996147200 134512640 134550932 4294956016 18446744073709551615 4109293271 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13605/tid=13608] ppid=13603 vsize=809328 CPUtime=0.01
/proc/13605/task/13608/stat : 13608 (java) S 13603 13605 13419 0 -1 64 485 0 0 0 1 0 0 0 17 0 13 0 18863813 828751872 19714 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13605/tid=13609] ppid=13603 vsize=809328 CPUtime=0.01
/proc/13605/task/13609/stat : 13609 (java) S 13603 13605 13419 0 -1 64 357 0 0 0 1 0 0 0 17 0 13 0 18863813 828751872 19714 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13605/tid=13610] ppid=13603 vsize=809328 CPUtime=0
/proc/13605/task/13610/stat : 13610 (java) S 13603 13605 13419 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 18863815 828751872 19714 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13605/tid=13611] ppid=13603 vsize=809328 CPUtime=0
/proc/13605/task/13611/stat : 13611 (java) S 13603 13605 13419 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 18863816 828751872 19714 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13605/tid=13612] ppid=13603 vsize=809328 CPUtime=0
/proc/13605/task/13612/stat : 13612 (java) S 13603 13605 13419 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 18863816 828751872 19714 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13605/tid=13613] ppid=13603 vsize=809328 CPUtime=0
/proc/13605/task/13613/stat : 13613 (java) S 13603 13605 13419 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 18863822 828751872 19714 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13605/tid=13614] ppid=13603 vsize=809328 CPUtime=0
/proc/13605/task/13614/stat : 13614 (java) S 13603 13605 13419 0 -1 64 13 0 0 0 0 0 0 0 24 0 13 0 18863822 828751872 19714 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13605/tid=13615] ppid=13603 vsize=809328 CPUtime=1.32
/proc/13605/task/13615/stat : 13615 (java) S 13603 13605 13419 0 -1 64 2714 0 0 0 131 1 0 0 16 0 13 0 18863822 828751872 19714 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13605/tid=13616] ppid=13603 vsize=809328 CPUtime=0
/proc/13605/task/13616/stat : 13616 (java) S 13603 13605 13419 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 18863822 828751872 19714 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13605/tid=13617] ppid=13603 vsize=809328 CPUtime=0
/proc/13605/task/13617/stat : 13617 (java) S 13603 13605 13419 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 18863822 828751872 19714 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.93
Current children cumulated vsize (KiB) 809328

[startup+6.30199 s]
/proc/loadavg: 1.51 0.90 0.37 3/86 13618
/proc/meminfo: memFree=757288/2055920 swapFree=4192952/4192956
[pid=13605] ppid=13603 vsize=809296 CPUtime=6.13
/proc/13605/stat : 13605 (java) S 13603 13605 13419 0 -1 0 21479 0 33 0 598 15 0 0 18 0 13 0 18863805 828719104 19737 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13605/statm: 202324 19737 1445 9 0 199651 0
[pid=13605/tid=13607] ppid=13603 vsize=809296 CPUtime=4.6
/proc/13605/task/13607/stat : 13607 (java) R 13603 13605 13419 0 -1 64 16912 0 2 0 448 12 0 0 25 0 13 0 18863812 828719104 19737 996147200 134512640 134550932 4294956016 18446744073709551615 4109708742 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13605/tid=13608] ppid=13603 vsize=809296 CPUtime=0.01
/proc/13605/task/13608/stat : 13608 (java) S 13603 13605 13419 0 -1 64 485 0 0 0 1 0 0 0 17 0 13 0 18863813 828719104 19737 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13605/tid=13609] ppid=13603 vsize=809296 CPUtime=0.01
/proc/13605/task/13609/stat : 13609 (java) S 13603 13605 13419 0 -1 64 357 0 0 0 1 0 0 0 17 0 13 0 18863813 828719104 19737 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13605/tid=13610] ppid=13603 vsize=809296 CPUtime=0
/proc/13605/task/13610/stat : 13610 (java) S 13603 13605 13419 0 -1 64 9 0 0 0 0 0 0 0 17 0 13 0 18863815 828719104 19737 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13605/tid=13611] ppid=13603 vsize=809296 CPUtime=0
/proc/13605/task/13611/stat : 13611 (java) S 13603 13605 13419 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 18863816 828719104 19737 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13605/tid=13612] ppid=13603 vsize=809296 CPUtime=0
/proc/13605/task/13612/stat : 13612 (java) S 13603 13605 13419 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 18863816 828719104 19737 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13605/tid=13613] ppid=13603 vsize=809296 CPUtime=0
/proc/13605/task/13613/stat : 13613 (java) S 13603 13605 13419 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 18863822 828719104 19737 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13605/tid=13614] ppid=13603 vsize=809296 CPUtime=0
/proc/13605/task/13614/stat : 13614 (java) S 13603 13605 13419 0 -1 64 13 0 0 0 0 0 0 0 24 0 13 0 18863822 828719104 19737 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13605/tid=13615] ppid=13603 vsize=809296 CPUtime=1.47
/proc/13605/task/13615/stat : 13615 (java) S 13603 13605 13419 0 -1 64 2990 0 0 0 146 1 0 0 16 0 13 0 18863822 828719104 19737 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13605/tid=13616] ppid=13603 vsize=809296 CPUtime=0
/proc/13605/task/13616/stat : 13616 (java) S 13603 13605 13419 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 18863822 828719104 19737 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13605/tid=13617] ppid=13603 vsize=809296 CPUtime=0
/proc/13605/task/13617/stat : 13617 (java) S 13603 13605 13419 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 18863822 828719104 19737 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13605/tid=13618] ppid=13603 vsize=809296 CPUtime=0
/proc/13605/task/13618/stat : 13618 (java) S 13603 13605 13419 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 18864028 828719104 19737 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.13
Current children cumulated vsize (KiB) 809296

[startup+12.7021 s]
/proc/loadavg: 1.58 0.94 0.39 3/86 13618
/proc/meminfo: memFree=757160/2055920 swapFree=4192952/4192956
[pid=13605] ppid=13603 vsize=809296 CPUtime=12.53
/proc/13605/stat : 13605 (java) S 13603 13605 13419 0 -1 0 21487 0 33 0 1238 15 0 0 18 0 13 0 18863805 828719104 19744 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13605/statm: 202324 19744 1445 9 0 199651 0
[pid=13605/tid=13607] ppid=13603 vsize=809296 CPUtime=10.92
/proc/13605/task/13607/stat : 13607 (java) R 13603 13605 13419 0 -1 64 16913 0 2 0 1080 12 0 0 25 0 13 0 18863812 828719104 19744 996147200 134512640 134550932 4294956016 18446744073709551615 4109708742 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13605/tid=13608] ppid=13603 vsize=809296 CPUtime=0.01
/proc/13605/task/13608/stat : 13608 (java) S 13603 13605 13419 0 -1 64 485 0 0 0 1 0 0 0 17 0 13 0 18863813 828719104 19744 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13605/tid=13609] ppid=13603 vsize=809296 CPUtime=0.01
/proc/13605/task/13609/stat : 13609 (java) S 13603 13605 13419 0 -1 64 357 0 0 0 1 0 0 0 17 0 13 0 18863813 828719104 19744 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13605/tid=13610] ppid=13603 vsize=809296 CPUtime=0
/proc/13605/task/13610/stat : 13610 (java) S 13603 13605 13419 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 18863815 828719104 19744 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13605/tid=13611] ppid=13603 vsize=809296 CPUtime=0
/proc/13605/task/13611/stat : 13611 (java) S 13603 13605 13419 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 18863816 828719104 19744 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13605/tid=13612] ppid=13603 vsize=809296 CPUtime=0
/proc/13605/task/13612/stat : 13612 (java) S 13603 13605 13419 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 18863816 828719104 19744 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13605/tid=13613] ppid=13603 vsize=809296 CPUtime=0
/proc/13605/task/13613/stat : 13613 (java) S 13603 13605 13419 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 18863822 828719104 19744 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13605/tid=13614] ppid=13603 vsize=809296 CPUtime=0
/proc/13605/task/13614/stat : 13614 (java) S 13603 13605 13419 0 -1 64 13 0 0 0 0 0 0 0 24 0 13 0 18863822 828719104 19744 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13605/tid=13615] ppid=13603 vsize=809296 CPUtime=1.55
/proc/13605/task/13615/stat : 13615 (java) S 13603 13605 13419 0 -1 64 2997 0 0 0 154 1 0 0 16 0 13 0 18863822 828719104 19744 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13605/tid=13616] ppid=13603 vsize=809296 CPUtime=0
/proc/13605/task/13616/stat : 13616 (java) S 13603 13605 13419 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 18863822 828719104 19744 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13605/tid=13617] ppid=13603 vsize=809296 CPUtime=0
/proc/13605/task/13617/stat : 13617 (java) S 13603 13605 13419 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 18863822 828719104 19744 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13605/tid=13618] ppid=13603 vsize=809296 CPUtime=0
/proc/13605/task/13618/stat : 13618 (java) S 13603 13605 13419 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 18864028 828719104 19744 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.53
Current children cumulated vsize (KiB) 809296

[startup+25.5012 s]
/proc/loadavg: 1.65 0.97 0.41 3/86 13618
/proc/meminfo: memFree=757224/2055920 swapFree=4192952/4192956
[pid=13605] ppid=13603 vsize=809296 CPUtime=25.32
/proc/13605/stat : 13605 (java) S 13603 13605 13419 0 -1 0 21487 0 33 0 2517 15 0 0 18 0 13 0 18863805 828719104 19744 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13605/statm: 202324 19744 1445 9 0 199651 0
[pid=13605/tid=13607] ppid=13603 vsize=809296 CPUtime=23.71
/proc/13605/task/13607/stat : 13607 (java) R 13603 13605 13419 0 -1 64 16913 0 2 0 2359 12 0 0 25 0 13 0 18863812 828719104 19744 996147200 134512640 134550932 4294956016 18446744073709551615 4109293219 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13605/tid=13608] ppid=13603 vsize=809296 CPUtime=0.01
/proc/13605/task/13608/stat : 13608 (java) S 13603 13605 13419 0 -1 64 485 0 0 0 1 0 0 0 17 0 13 0 18863813 828719104 19744 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13605/tid=13609] ppid=13603 vsize=809296 CPUtime=0.01
/proc/13605/task/13609/stat : 13609 (java) S 13603 13605 13419 0 -1 64 357 0 0 0 1 0 0 0 17 0 13 0 18863813 828719104 19744 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13605/tid=13610] ppid=13603 vsize=809296 CPUtime=0
/proc/13605/task/13610/stat : 13610 (java) S 13603 13605 13419 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 18863815 828719104 19744 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13605/tid=13611] ppid=13603 vsize=809296 CPUtime=0
/proc/13605/task/13611/stat : 13611 (java) S 13603 13605 13419 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 18863816 828719104 19744 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13605/tid=13612] ppid=13603 vsize=809296 CPUtime=0

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

[pid=13605] ppid=13603 vsize=809296 CPUtime=1653.23
/proc/13605/stat : 13605 (java) S 13603 13605 13419 0 -1 0 64367 0 33 0 165287 36 0 0 18 0 13 0 18863805 828719104 61213 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13605/statm: 202324 61213 1445 9 0 199651 0
[pid=13605/tid=13607] ppid=13603 vsize=809296 CPUtime=1650.79
/proc/13605/task/13607/stat : 13607 (java) R 13603 13605 13419 0 -1 64 16929 0 2 0 165064 15 0 0 25 0 13 0 18863812 828719104 61213 996147200 134512640 134550932 4294956016 18446744073709551615 4109713262 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13605/tid=13608] ppid=13603 vsize=809296 CPUtime=0.4
/proc/13605/task/13608/stat : 13608 (java) S 13603 13605 13419 0 -1 64 21930 0 0 0 32 8 0 0 16 0 13 0 18863813 828719104 61213 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13605/tid=13609] ppid=13603 vsize=809296 CPUtime=0.41
/proc/13605/task/13609/stat : 13609 (java) S 13603 13605 13419 0 -1 64 21773 0 0 0 34 7 0 0 18 0 13 0 18863813 828719104 61213 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13605/tid=13610] ppid=13603 vsize=809296 CPUtime=0
/proc/13605/task/13610/stat : 13610 (java) S 13603 13605 13419 0 -1 64 12 0 0 0 0 0 0 0 16 0 13 0 18863815 828719104 61213 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13605/tid=13611] ppid=13603 vsize=809296 CPUtime=0
/proc/13605/task/13611/stat : 13611 (java) S 13603 13605 13419 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 18863816 828719104 61213 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13605/tid=13612] ppid=13603 vsize=809296 CPUtime=0
/proc/13605/task/13612/stat : 13612 (java) S 13603 13605 13419 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 18863816 828719104 61213 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13605/tid=13613] ppid=13603 vsize=809296 CPUtime=0
/proc/13605/task/13613/stat : 13613 (java) S 13603 13605 13419 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 18863822 828719104 61213 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13605/tid=13614] ppid=13603 vsize=809296 CPUtime=0
/proc/13605/task/13614/stat : 13614 (java) S 13603 13605 13419 0 -1 64 13 0 0 0 0 0 0 0 24 0 13 0 18863822 828719104 61213 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13605/tid=13615] ppid=13603 vsize=809296 CPUtime=1.57
/proc/13605/task/13615/stat : 13615 (java) S 13603 13605 13419 0 -1 64 2997 0 0 0 156 1 0 0 17 0 13 0 18863822 828719104 61213 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13605/tid=13616] ppid=13603 vsize=809296 CPUtime=0
/proc/13605/task/13616/stat : 13616 (java) S 13603 13605 13419 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 18863822 828719104 61213 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13605/tid=13617] ppid=13603 vsize=809296 CPUtime=0
/proc/13605/task/13617/stat : 13617 (java) S 13603 13605 13419 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 18863822 828719104 61213 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13605/tid=13618] ppid=13603 vsize=809296 CPUtime=0
/proc/13605/task/13618/stat : 13618 (java) S 13603 13605 13419 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 18864028 828719104 61213 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1653.23
Current children cumulated vsize (KiB) 809296

[startup+1722.3 s]
/proc/loadavg: 2.02 2.06 1.76 3/97 13684
/proc/meminfo: memFree=356040/2055920 swapFree=4192952/4192956
[pid=13605] ppid=13603 vsize=809296 CPUtime=1713.21
/proc/13605/stat : 13605 (java) S 13603 13605 13419 0 -1 0 64367 0 33 0 171285 36 0 0 18 0 13 0 18863805 828719104 61213 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13605/statm: 202324 61213 1445 9 0 199651 0
[pid=13605/tid=13607] ppid=13603 vsize=809296 CPUtime=1710.76
/proc/13605/task/13607/stat : 13607 (java) R 13603 13605 13419 0 -1 64 16929 0 2 0 171061 15 0 0 25 0 13 0 18863812 828719104 61213 996147200 134512640 134550932 4294956016 18446744073709551615 4109708938 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13605/tid=13608] ppid=13603 vsize=809296 CPUtime=0.4
/proc/13605/task/13608/stat : 13608 (java) S 13603 13605 13419 0 -1 64 21930 0 0 0 32 8 0 0 16 0 13 0 18863813 828719104 61213 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13605/tid=13609] ppid=13603 vsize=809296 CPUtime=0.41
/proc/13605/task/13609/stat : 13609 (java) S 13603 13605 13419 0 -1 64 21773 0 0 0 34 7 0 0 18 0 13 0 18863813 828719104 61213 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13605/tid=13610] ppid=13603 vsize=809296 CPUtime=0
/proc/13605/task/13610/stat : 13610 (java) S 13603 13605 13419 0 -1 64 12 0 0 0 0 0 0 0 16 0 13 0 18863815 828719104 61213 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13605/tid=13611] ppid=13603 vsize=809296 CPUtime=0
/proc/13605/task/13611/stat : 13611 (java) S 13603 13605 13419 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 18863816 828719104 61213 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13605/tid=13612] ppid=13603 vsize=809296 CPUtime=0
/proc/13605/task/13612/stat : 13612 (java) S 13603 13605 13419 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 18863816 828719104 61213 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13605/tid=13613] ppid=13603 vsize=809296 CPUtime=0
/proc/13605/task/13613/stat : 13613 (java) S 13603 13605 13419 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 18863822 828719104 61213 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13605/tid=13614] ppid=13603 vsize=809296 CPUtime=0
/proc/13605/task/13614/stat : 13614 (java) S 13603 13605 13419 0 -1 64 13 0 0 0 0 0 0 0 24 0 13 0 18863822 828719104 61213 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13605/tid=13615] ppid=13603 vsize=809296 CPUtime=1.57
/proc/13605/task/13615/stat : 13615 (java) S 13603 13605 13419 0 -1 64 2997 0 0 0 156 1 0 0 17 0 13 0 18863822 828719104 61213 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13605/tid=13616] ppid=13603 vsize=809296 CPUtime=0
/proc/13605/task/13616/stat : 13616 (java) S 13603 13605 13419 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 18863822 828719104 61213 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13605/tid=13617] ppid=13603 vsize=809296 CPUtime=0
/proc/13605/task/13617/stat : 13617 (java) S 13603 13605 13419 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 18863822 828719104 61213 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13605/tid=13618] ppid=13603 vsize=809296 CPUtime=0
/proc/13605/task/13618/stat : 13618 (java) S 13603 13605 13419 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 18864028 828719104 61213 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1713.21
Current children cumulated vsize (KiB) 809296

[startup+1782.3 s]
/proc/loadavg: 2.01 2.04 1.77 3/97 13684
/proc/meminfo: memFree=301832/2055920 swapFree=4192952/4192956
[pid=13605] ppid=13603 vsize=809296 CPUtime=1773.18
/proc/13605/stat : 13605 (java) S 13603 13605 13419 0 -1 0 64367 0 33 0 177282 36 0 0 18 0 13 0 18863805 828719104 61213 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13605/statm: 202324 61213 1445 9 0 199651 0
[pid=13605/tid=13607] ppid=13603 vsize=809296 CPUtime=1770.74
/proc/13605/task/13607/stat : 13607 (java) R 13603 13605 13419 0 -1 64 16929 0 2 0 177058 16 0 0 25 0 13 0 18863812 828719104 61213 996147200 134512640 134550932 4294956016 18446744073709551615 4109709000 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13605/tid=13608] ppid=13603 vsize=809296 CPUtime=0.4
/proc/13605/task/13608/stat : 13608 (java) S 13603 13605 13419 0 -1 64 21930 0 0 0 32 8 0 0 16 0 13 0 18863813 828719104 61213 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13605/tid=13609] ppid=13603 vsize=809296 CPUtime=0.41
/proc/13605/task/13609/stat : 13609 (java) S 13603 13605 13419 0 -1 64 21773 0 0 0 34 7 0 0 18 0 13 0 18863813 828719104 61213 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13605/tid=13610] ppid=13603 vsize=809296 CPUtime=0
/proc/13605/task/13610/stat : 13610 (java) S 13603 13605 13419 0 -1 64 12 0 0 0 0 0 0 0 16 0 13 0 18863815 828719104 61213 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13605/tid=13611] ppid=13603 vsize=809296 CPUtime=0
/proc/13605/task/13611/stat : 13611 (java) S 13603 13605 13419 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 18863816 828719104 61213 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13605/tid=13612] ppid=13603 vsize=809296 CPUtime=0
/proc/13605/task/13612/stat : 13612 (java) S 13603 13605 13419 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 18863816 828719104 61213 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13605/tid=13613] ppid=13603 vsize=809296 CPUtime=0
/proc/13605/task/13613/stat : 13613 (java) S 13603 13605 13419 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 18863822 828719104 61213 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13605/tid=13614] ppid=13603 vsize=809296 CPUtime=0
/proc/13605/task/13614/stat : 13614 (java) S 13603 13605 13419 0 -1 64 13 0 0 0 0 0 0 0 24 0 13 0 18863822 828719104 61213 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13605/tid=13615] ppid=13603 vsize=809296 CPUtime=1.57
/proc/13605/task/13615/stat : 13615 (java) S 13603 13605 13419 0 -1 64 2997 0 0 0 156 1 0 0 17 0 13 0 18863822 828719104 61213 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13605/tid=13616] ppid=13603 vsize=809296 CPUtime=0
/proc/13605/task/13616/stat : 13616 (java) S 13603 13605 13419 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 18863822 828719104 61213 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13605/tid=13617] ppid=13603 vsize=809296 CPUtime=0
/proc/13605/task/13617/stat : 13617 (java) S 13603 13605 13419 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 18863822 828719104 61213 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13605/tid=13618] ppid=13603 vsize=809296 CPUtime=0
/proc/13605/task/13618/stat : 13618 (java) S 13603 13605 13419 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 18864028 828719104 61213 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1773.18
Current children cumulated vsize (KiB) 809296



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1809.2 s]
/proc/loadavg: 2.00 2.04 1.77 3/97 13684
/proc/meminfo: memFree=301832/2055920 swapFree=4192952/4192956
[pid=13605] ppid=13603 vsize=809296 CPUtime=1800.07
/proc/13605/stat : 13605 (java) S 13603 13605 13419 0 -1 0 64367 0 33 0 179971 36 0 0 18 0 13 0 18863805 828719104 61213 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13605/statm: 202324 61213 1445 9 0 199651 0
[pid=13605/tid=13607] ppid=13603 vsize=809296 CPUtime=1797.64
/proc/13605/task/13607/stat : 13607 (java) R 13603 13605 13419 0 -1 64 16929 0 2 0 179748 16 0 0 25 0 13 0 18863812 828719104 61213 996147200 134512640 134550932 4294956016 18446744073709551615 4109709194 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13605/tid=13608] ppid=13603 vsize=809296 CPUtime=0.4
/proc/13605/task/13608/stat : 13608 (java) S 13603 13605 13419 0 -1 64 21930 0 0 0 32 8 0 0 16 0 13 0 18863813 828719104 61213 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13605/tid=13609] ppid=13603 vsize=809296 CPUtime=0.41
/proc/13605/task/13609/stat : 13609 (java) S 13603 13605 13419 0 -1 64 21773 0 0 0 34 7 0 0 18 0 13 0 18863813 828719104 61213 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13605/tid=13610] ppid=13603 vsize=809296 CPUtime=0
/proc/13605/task/13610/stat : 13610 (java) S 13603 13605 13419 0 -1 64 12 0 0 0 0 0 0 0 16 0 13 0 18863815 828719104 61213 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13605/tid=13611] ppid=13603 vsize=809296 CPUtime=0
/proc/13605/task/13611/stat : 13611 (java) S 13603 13605 13419 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 18863816 828719104 61213 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13605/tid=13612] ppid=13603 vsize=809296 CPUtime=0
/proc/13605/task/13612/stat : 13612 (java) S 13603 13605 13419 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 18863816 828719104 61213 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13605/tid=13613] ppid=13603 vsize=809296 CPUtime=0
/proc/13605/task/13613/stat : 13613 (java) S 13603 13605 13419 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 18863822 828719104 61213 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13605/tid=13614] ppid=13603 vsize=809296 CPUtime=0
/proc/13605/task/13614/stat : 13614 (java) S 13603 13605 13419 0 -1 64 13 0 0 0 0 0 0 0 24 0 13 0 18863822 828719104 61213 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13605/tid=13615] ppid=13603 vsize=809296 CPUtime=1.57
/proc/13605/task/13615/stat : 13615 (java) S 13603 13605 13419 0 -1 64 2997 0 0 0 156 1 0 0 17 0 13 0 18863822 828719104 61213 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13605/tid=13616] ppid=13603 vsize=809296 CPUtime=0
/proc/13605/task/13616/stat : 13616 (java) S 13603 13605 13419 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 18863822 828719104 61213 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13605/tid=13617] ppid=13603 vsize=809296 CPUtime=0
/proc/13605/task/13617/stat : 13617 (java) S 13603 13605 13419 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 18863822 828719104 61213 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13605/tid=13618] ppid=13603 vsize=809296 CPUtime=0
/proc/13605/task/13618/stat : 13618 (java) S 13603 13605 13419 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 18864028 828719104 61213 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 809296

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

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

[startup+1809.31 s]
/proc/loadavg: 2.00 2.04 1.77 3/97 13684
/proc/meminfo: memFree=301832/2055920 swapFree=4192952/4192956
[pid=13605] ppid=13603 vsize=809944 CPUtime=1800.27
/proc/13605/stat : 13605 (java) S 13603 13605 13419 0 -1 0 64389 0 33 0 179991 36 0 0 16 0 15 0 18863805 829382656 61235 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13605/statm: 202486 61235 1445 9 0 199813 0
[pid=13605/tid=13607] ppid=13603 vsize=809944 CPUtime=1797.74
/proc/13605/task/13607/stat : 13607 (java) R 13603 13605 13419 0 -1 64 16929 0 2 0 179758 16 0 0 25 0 15 0 18863812 829382656 61235 996147200 134512640 134550932 4294956016 18446744073709551615 4109709225 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13605/tid=13608] ppid=13603 vsize=809944 CPUtime=0.4
/proc/13605/task/13608/stat : 13608 (java) S 13603 13605 13419 0 -1 64 21930 0 0 0 32 8 0 0 16 0 15 0 18863813 829382656 61235 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13605/tid=13609] ppid=13603 vsize=809944 CPUtime=0.41
/proc/13605/task/13609/stat : 13609 (java) S 13603 13605 13419 0 -1 64 21773 0 0 0 34 7 0 0 18 0 15 0 18863813 829382656 61235 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13605/tid=13610] ppid=13603 vsize=809944 CPUtime=0
/proc/13605/task/13610/stat : 13610 (java) S 13603 13605 13419 0 -1 64 12 0 0 0 0 0 0 0 16 0 15 0 18863815 829382656 61235 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13605/tid=13611] ppid=13603 vsize=809944 CPUtime=0
/proc/13605/task/13611/stat : 13611 (java) S 13603 13605 13419 0 -1 64 10 0 0 0 0 0 0 0 16 0 15 0 18863816 829382656 61235 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13605/tid=13612] ppid=13603 vsize=809944 CPUtime=0
/proc/13605/task/13612/stat : 13612 (java) S 13603 13605 13419 0 -1 64 7 0 0 0 0 0 0 0 16 0 15 0 18863816 829382656 61235 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13605/tid=13613] ppid=13603 vsize=809944 CPUtime=0
/proc/13605/task/13613/stat : 13613 (java) S 13603 13605 13419 0 -1 64 6 0 0 0 0 0 0 0 18 0 15 0 18863822 829382656 61235 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13605/tid=13614] ppid=13603 vsize=809944 CPUtime=0
/proc/13605/task/13614/stat : 13614 (java) S 13603 13605 13419 0 -1 64 13 0 0 0 0 0 0 0 24 0 15 0 18863822 829382656 61235 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13605/tid=13615] ppid=13603 vsize=809944 CPUtime=1.61
/proc/13605/task/13615/stat : 13615 (java) S 13603 13605 13419 0 -1 64 3000 0 0 0 160 1 0 0 16 0 15 0 18863822 829382656 61235 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13605/tid=13616] ppid=13603 vsize=809944 CPUtime=0
/proc/13605/task/13616/stat : 13616 (java) S 13603 13605 13419 0 -1 64 1 0 0 0 0 0 0 0 24 0 15 0 18863822 829382656 61235 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13605/tid=13617] ppid=13603 vsize=809944 CPUtime=0
/proc/13605/task/13617/stat : 13617 (java) S 13603 13605 13419 0 -1 64 1 0 0 0 0 0 0 0 15 0 15 0 18863822 829382656 61235 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13605/tid=13618] ppid=13603 vsize=809944 CPUtime=0
/proc/13605/task/13618/stat : 13618 (java) S 13603 13605 13419 0 -1 64 4 0 0 0 0 0 0 0 25 0 15 0 18864028 829382656 61235 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.27
Current children cumulated vsize (KiB) 809944

Child status: 143
Real time (s): 1809.4
CPU time (s): 1800.37
CPU user time (s): 1799.96
CPU system time (s): 0.407937
CPU usage (%): 99.501
Max. virtual memory (cumulated for all children) (KiB): 809944

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.96
system time used= 0.407937
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 64393
page faults= 33
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 37962
involuntary context switches= 46275

runsolver used 2.43063 second user time and 5.84511 second system time

The end

Launcher Data

Begin job on node57 at 2009-07-11 15:13:26
IDJOB=2057457
IDBENCH=53372
IDSOLVER=731
FILE ID=node57/2057457-1247318006
PBS_JOBID= 9506516
Free space on /tmp= 66400 MiB

SOLVER NAME= SAT4J CSP 2.1.1
BENCH NAME= CPAI08/csp/rand-2-27/normalized-rand-27-27-351-163-62021_ext.xml
COMMAND LINE= java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2057457-1247318006/watcher-2057457-1247318006 -o /tmp/evaluation-result-2057457-1247318006/solver-2057457-1247318006 -C 1800 -W 2000 -M 900  java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2057457-1247318006.xml

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

MD5SUM BENCH= ad3b0ced7dd4d3b9a7a1ae256b0401a3
RANDOM SEED=1125227111

node57.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.261
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.261
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:        840624 kB
Buffers:         44180 kB
Cached:        1083392 kB
SwapCached:          4 kB
Active:         113424 kB
Inactive:      1035332 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        840624 kB
SwapTotal:     4192956 kB
SwapFree:      4192952 kB
Dirty:            1632 kB
Writeback:           0 kB
Mapped:          31880 kB
Slab:            51952 kB
Committed_AS:   217380 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= 66400 MiB
End job on node57 at 2009-07-11 15:43:37