Trace number 2071141

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.23 1804.38

General information on the benchmark

Namecsp/golombRulerArity4/
normalized-ruler-67-11-a4.xml
MD5SUM085bfc51df6ecdce11133d129a5861be
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables11
Number of constraints1375
Maximum constraint arity4
Maximum domain size68
Number of constraints which are defined in extension0
Number of constraints which are defined in intension1375
Global constraints used (with number of constraints)

Solver Data

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

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-2071141-1247352813/watcher-2071141-1247352813 -o /tmp/evaluation-result-2071141-1247352813/solver-2071141-1247352813 -C 1800 -W 2000 -M 900 java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2071141-1247352813.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.03 1.99 4/82 16034
/proc/meminfo: memFree=1867152/2055920 swapFree=4192812/4192956
[pid=16034] ppid=16032 vsize=1616 CPUtime=0
/proc/16034/stat : 16034 (java) D 16032 16034 15419 0 -1 0 347 0 0 0 0 0 0 0 18 0 1 0 22346061 1654784 155 996147200 134512640 134550932 4294956016 18446744073709551615 1819428 0 2147483391 4096 0 18446744072099863542 0 0 17 1 0 0
/proc/16034/statm: 404 155 118 9 0 46 0
[pid=16034/tid=16035] ppid=16032 vsize=13296 CPUtime=0
/proc/16034/task/16035/stat : 16035 (java) D 16032 16034 15419 0 -1 64 73 0 0 0 0 0 0 0 19 0 2 0 22346062 13615104 575 996147200 134512640 134550932 4294956016 18446744073709551615 1819428 0 2147483391 0 16784584 18446744072099863542 0 0 -1 1 0 0

[startup+0.095149 s]
/proc/loadavg: 2.00 2.03 1.99 4/82 16034
/proc/meminfo: memFree=1867152/2055920 swapFree=4192812/4192956
[pid=16034] ppid=16032 vsize=802164 CPUtime=0.07
/proc/16034/stat : 16034 (java) S 16032 16034 15419 0 -1 0 2891 0 1 0 5 2 0 0 18 0 7 0 22346061 821415936 2636 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 1 0 0
/proc/16034/statm: 200541 2636 1043 9 0 197892 0
[pid=16034/tid=16035] ppid=16032 vsize=802164 CPUtime=0.06
/proc/16034/task/16035/stat : 16035 (java) R 16032 16034 15419 0 -1 64 2153 0 1 0 5 1 0 0 17 0 7 0 22346062 821415936 2636 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 2147483391 0 16800971 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 802164

[startup+0.101385 s]
/proc/loadavg: 2.00 2.03 1.99 4/82 16034
/proc/meminfo: memFree=1867152/2055920 swapFree=4192812/4192956
[pid=16034] ppid=16032 vsize=804428 CPUtime=0.08
/proc/16034/stat : 16034 (java) S 16032 16034 15419 0 -1 0 2969 0 1 0 6 2 0 0 18 0 12 0 22346061 823734272 2712 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16034/statm: 201107 2712 1077 9 0 198441 0
[pid=16034/tid=16035] ppid=16032 vsize=804428 CPUtime=0.07
/proc/16034/task/16035/stat : 16035 (java) R 16032 16034 15419 0 -1 64 2215 0 1 0 6 1 0 0 21 0 12 0 22346062 823734272 2712 996147200 134512640 134550932 4294956016 18446744073709551615 103605857 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 804428

[startup+0.301413 s]
/proc/loadavg: 2.00 2.03 1.99 4/82 16034
/proc/meminfo: memFree=1867152/2055920 swapFree=4192812/4192956
[pid=16034] ppid=16032 vsize=805680 CPUtime=0.28
/proc/16034/stat : 16034 (java) S 16032 16034 15419 0 -1 0 4322 0 1 0 24 4 0 0 18 0 12 0 22346061 825016320 4060 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16034/statm: 201420 4060 1359 9 0 198747 0
[pid=16034/tid=16035] ppid=16032 vsize=805680 CPUtime=0.21
/proc/16034/task/16035/stat : 16035 (java) R 16032 16034 15419 0 -1 64 3078 0 1 0 18 3 0 0 18 0 12 0 22346062 825016320 4060 996147200 134512640 134550932 4294956016 18446744073709551615 4109156120 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 805680

[startup+0.701463 s]
/proc/loadavg: 2.00 2.03 1.99 4/82 16034
/proc/meminfo: memFree=1867152/2055920 swapFree=4192812/4192956
[pid=16034] ppid=16032 vsize=807368 CPUtime=0.67
/proc/16034/stat : 16034 (java) S 16032 16034 15419 0 -1 0 6409 0 1 0 61 6 0 0 18 0 12 0 22346061 826744832 5784 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16034/statm: 201842 5785 1387 9 0 199169 0
[pid=16034/tid=16035] ppid=16032 vsize=807368 CPUtime=0.49
/proc/16034/task/16035/stat : 16035 (java) R 16032 16034 15419 0 -1 64 4526 0 1 0 44 5 0 0 20 0 12 0 22346062 826744832 5785 996147200 134512640 134550932 4294956016 18446744073709551615 106835046 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 807368

[startup+1.50157 s]
/proc/loadavg: 2.00 2.03 1.99 4/94 16046
/proc/meminfo: memFree=1845040/2055920 swapFree=4192812/4192956
[pid=16034] ppid=16032 vsize=811736 CPUtime=1.6
/proc/16034/stat : 16034 (java) S 16032 16034 15419 0 -1 0 9616 0 1 0 152 8 0 0 18 0 12 0 22346061 831217664 7604 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16034/statm: 202934 7604 1417 9 0 200261 0
[pid=16034/tid=16035] ppid=16032 vsize=811736 CPUtime=0.85
/proc/16034/task/16035/stat : 16035 (java) R 16032 16034 15419 0 -1 64 5326 0 1 0 79 6 0 0 18 0 12 0 22346062 831217664 7604 996147200 134512640 134550932 4294956016 18446744073709551615 4109526575 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16034/tid=16037] ppid=16032 vsize=811736 CPUtime=0
/proc/16034/task/16037/stat : 16037 (java) S 16032 16034 15419 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 22346063 831217664 7604 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16034/tid=16038] ppid=16032 vsize=811736 CPUtime=0
/proc/16034/task/16038/stat : 16038 (java) S 16032 16034 15419 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 22346063 831217664 7604 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16034/tid=16039] ppid=16032 vsize=811736 CPUtime=0
/proc/16034/task/16039/stat : 16039 (java) S 16032 16034 15419 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 22346065 831217664 7604 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16034/tid=16040] ppid=16032 vsize=811736 CPUtime=0
/proc/16034/task/16040/stat : 16040 (java) S 16032 16034 15419 0 -1 64 9 0 0 0 0 0 0 0 21 0 12 0 22346066 831217664 7604 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16034/tid=16041] ppid=16032 vsize=811736 CPUtime=0
/proc/16034/task/16041/stat : 16041 (java) S 16032 16034 15419 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 22346066 831217664 7604 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16034/tid=16042] ppid=16032 vsize=811736 CPUtime=0
/proc/16034/task/16042/stat : 16042 (java) S 16032 16034 15419 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 22346071 831217664 7604 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16034/tid=16043] ppid=16032 vsize=811736 CPUtime=0.21
/proc/16034/task/16043/stat : 16043 (java) R 16032 16034 15419 0 -1 64 257 0 0 0 21 0 0 0 18 0 12 0 22346071 831217664 7604 996147200 134512640 134550932 4294956016 18446744073709551615 103223755 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16034/tid=16044] ppid=16032 vsize=811736 CPUtime=0.52
/proc/16034/task/16044/stat : 16044 (java) R 16032 16034 15419 0 -1 64 3292 0 0 0 51 1 0 0 18 0 12 0 22346071 831217664 7604 996147200 134512640 134550932 4294956016 18446744073709551615 103465684 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16034/tid=16045] ppid=16032 vsize=811736 CPUtime=0
/proc/16034/task/16045/stat : 16045 (java) S 16032 16034 15419 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 22346071 831217664 7604 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16034/tid=16046] ppid=16032 vsize=811736 CPUtime=0
/proc/16034/task/16046/stat : 16046 (java) S 16032 16034 15419 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 22346071 831217664 7604 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.6
Current children cumulated vsize (KiB) 811736

[startup+3.10277 s]
/proc/loadavg: 2.16 2.06 2.00 4/94 16046
/proc/meminfo: memFree=1817968/2055920 swapFree=4192812/4192956
[pid=16034] ppid=16032 vsize=813784 CPUtime=3.32
/proc/16034/stat : 16034 (java) S 16032 16034 15419 0 -1 0 18516 0 1 0 319 13 0 0 18 0 12 0 22346061 833314816 15470 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16034/statm: 203446 15470 1424 9 0 200773 0
[pid=16034/tid=16035] ppid=16032 vsize=813784 CPUtime=2.05
/proc/16034/task/16035/stat : 16035 (java) R 16032 16034 15419 0 -1 64 12689 0 1 0 196 9 0 0 25 0 12 0 22346062 833314816 15470 996147200 134512640 134550932 4294956016 18446744073709551615 105897298 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16034/tid=16037] ppid=16032 vsize=813784 CPUtime=0
/proc/16034/task/16037/stat : 16037 (java) S 16032 16034 15419 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 22346063 833314816 15470 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16034/tid=16038] ppid=16032 vsize=813784 CPUtime=0
/proc/16034/task/16038/stat : 16038 (java) S 16032 16034 15419 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 22346063 833314816 15470 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16034/tid=16039] ppid=16032 vsize=813784 CPUtime=0
/proc/16034/task/16039/stat : 16039 (java) S 16032 16034 15419 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 22346065 833314816 15470 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16034/tid=16040] ppid=16032 vsize=813784 CPUtime=0
/proc/16034/task/16040/stat : 16040 (java) S 16032 16034 15419 0 -1 64 9 0 0 0 0 0 0 0 21 0 12 0 22346066 833314816 15470 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16034/tid=16041] ppid=16032 vsize=813784 CPUtime=0
/proc/16034/task/16041/stat : 16041 (java) S 16032 16034 15419 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 22346066 833314816 15470 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16034/tid=16042] ppid=16032 vsize=813784 CPUtime=0
/proc/16034/task/16042/stat : 16042 (java) S 16032 16034 15419 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 22346071 833314816 15470 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16034/tid=16043] ppid=16032 vsize=813784 CPUtime=0.69
/proc/16034/task/16043/stat : 16043 (java) S 16032 16034 15419 0 -1 64 1792 0 0 0 69 0 0 0 16 0 12 0 22346071 833314816 15470 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16034/tid=16044] ppid=16032 vsize=813784 CPUtime=0.53
/proc/16034/task/16044/stat : 16044 (java) S 16032 16034 15419 0 -1 64 3293 0 0 0 52 1 0 0 18 0 12 0 22346071 833314816 15470 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16034/tid=16045] ppid=16032 vsize=813784 CPUtime=0
/proc/16034/task/16045/stat : 16045 (java) S 16032 16034 15419 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 22346071 833314816 15470 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16034/tid=16046] ppid=16032 vsize=813784 CPUtime=0
/proc/16034/task/16046/stat : 16046 (java) S 16032 16034 15419 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 22346071 833314816 15470 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.32
Current children cumulated vsize (KiB) 813784

[startup+6.30217 s]
/proc/loadavg: 2.16 2.06 2.00 3/94 16046
/proc/meminfo: memFree=1787696/2055920 swapFree=4192812/4192956
[pid=16034] ppid=16032 vsize=813496 CPUtime=6.48
/proc/16034/stat : 16034 (java) S 16032 16034 15419 0 -1 0 24480 0 1 0 632 16 0 0 18 0 12 0 22346061 833019904 21356 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16034/statm: 203374 21356 1433 9 0 200701 0
[pid=16034/tid=16035] ppid=16032 vsize=813496 CPUtime=5.09
/proc/16034/task/16035/stat : 16035 (java) R 16032 16034 15419 0 -1 64 17373 0 1 0 497 12 0 0 25 0 12 0 22346062 833019904 21356 996147200 134512640 134550932 4294956016 18446744073709551615 4109813255 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16034/tid=16037] ppid=16032 vsize=813496 CPUtime=0.02
/proc/16034/task/16037/stat : 16037 (java) S 16032 16034 15419 0 -1 64 730 0 0 0 2 0 0 0 16 0 12 0 22346063 833019904 21356 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16034/tid=16038] ppid=16032 vsize=813496 CPUtime=0.02
/proc/16034/task/16038/stat : 16038 (java) S 16032 16034 15419 0 -1 64 513 0 0 0 2 0 0 0 16 0 12 0 22346063 833019904 21356 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16034/tid=16039] ppid=16032 vsize=813496 CPUtime=0
/proc/16034/task/16039/stat : 16039 (java) S 16032 16034 15419 0 -1 64 30 0 0 0 0 0 0 0 16 0 12 0 22346065 833019904 21356 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16034/tid=16040] ppid=16032 vsize=813496 CPUtime=0
/proc/16034/task/16040/stat : 16040 (java) S 16032 16034 15419 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 22346066 833019904 21356 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16034/tid=16041] ppid=16032 vsize=813496 CPUtime=0
/proc/16034/task/16041/stat : 16041 (java) S 16032 16034 15419 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 22346066 833019904 21356 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16034/tid=16042] ppid=16032 vsize=813496 CPUtime=0
/proc/16034/task/16042/stat : 16042 (java) S 16032 16034 15419 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 22346071 833019904 21356 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16034/tid=16043] ppid=16032 vsize=813496 CPUtime=0.76
/proc/16034/task/16043/stat : 16043 (java) S 16032 16034 15419 0 -1 64 1800 0 0 0 76 0 0 0 16 0 12 0 22346071 833019904 21356 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16034/tid=16044] ppid=16032 vsize=813496 CPUtime=0.53
/proc/16034/task/16044/stat : 16044 (java) S 16032 16034 15419 0 -1 64 3293 0 0 0 52 1 0 0 18 0 12 0 22346071 833019904 21356 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16034/tid=16045] ppid=16032 vsize=813496 CPUtime=0
/proc/16034/task/16045/stat : 16045 (java) S 16032 16034 15419 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 22346071 833019904 21356 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16034/tid=16046] ppid=16032 vsize=813496 CPUtime=0
/proc/16034/task/16046/stat : 16046 (java) S 16032 16034 15419 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 22346071 833019904 21356 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.48
Current children cumulated vsize (KiB) 813496

[startup+12.703 s]
/proc/loadavg: 2.14 2.06 2.00 3/94 16046
/proc/meminfo: memFree=1770672/2055920 swapFree=4192812/4192956
[pid=16034] ppid=16032 vsize=813496 CPUtime=12.82
/proc/16034/stat : 16034 (java) S 16032 16034 15419 0 -1 0 28548 0 1 0 1264 18 0 0 18 0 12 0 22346061 833019904 25415 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16034/statm: 203374 25415 1433 9 0 200701 0
[pid=16034/tid=16035] ppid=16032 vsize=813496 CPUtime=11.32
/proc/16034/task/16035/stat : 16035 (java) R 16032 16034 15419 0 -1 64 19000 0 1 0 1119 13 0 0 25 0 12 0 22346062 833019904 25415 996147200 134512640 134550932 4294956016 18446744073709551615 4109669542 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16034/tid=16037] ppid=16032 vsize=813496 CPUtime=0.04
/proc/16034/task/16037/stat : 16037 (java) S 16032 16034 15419 0 -1 64 1650 0 0 0 4 0 0 0 16 0 12 0 22346063 833019904 25415 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16034/tid=16038] ppid=16032 vsize=813496 CPUtime=0.08
/proc/16034/task/16038/stat : 16038 (java) S 16032 16034 15419 0 -1 64 2022 0 0 0 8 0 0 0 16 0 12 0 22346063 833019904 25415 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16034/tid=16039] ppid=16032 vsize=813496 CPUtime=0
/proc/16034/task/16039/stat : 16039 (java) S 16032 16034 15419 0 -1 64 42 0 0 0 0 0 0 0 16 0 12 0 22346065 833019904 25415 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16034/tid=16040] ppid=16032 vsize=813496 CPUtime=0
/proc/16034/task/16040/stat : 16040 (java) S 16032 16034 15419 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 22346066 833019904 25415 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16034/tid=16041] ppid=16032 vsize=813496 CPUtime=0
/proc/16034/task/16041/stat : 16041 (java) S 16032 16034 15419 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 22346066 833019904 25415 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16034/tid=16042] ppid=16032 vsize=813496 CPUtime=0
/proc/16034/task/16042/stat : 16042 (java) S 16032 16034 15419 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 22346071 833019904 25415 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16034/tid=16043] ppid=16032 vsize=813496 CPUtime=0.76
/proc/16034/task/16043/stat : 16043 (java) S 16032 16034 15419 0 -1 64 1800 0 0 0 76 0 0 0 16 0 12 0 22346071 833019904 25415 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16034/tid=16044] ppid=16032 vsize=813496 CPUtime=0.53
/proc/16034/task/16044/stat : 16044 (java) S 16032 16034 15419 0 -1 64 3293 0 0 0 52 1 0 0 18 0 12 0 22346071 833019904 25415 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16034/tid=16045] ppid=16032 vsize=813496 CPUtime=0
/proc/16034/task/16045/stat : 16045 (java) S 16032 16034 15419 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 22346071 833019904 25415 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16034/tid=16046] ppid=16032 vsize=813496 CPUtime=0
/proc/16034/task/16046/stat : 16046 (java) S 16032 16034 15419 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 22346071 833019904 25415 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.82
Current children cumulated vsize (KiB) 813496

[startup+25.5016 s]
/proc/loadavg: 2.12 2.05 2.00 3/94 16046
/proc/meminfo: memFree=1762928/2055920 swapFree=4192812/4192956
[pid=16034] ppid=16032 vsize=813496 CPUtime=25.48
/proc/16034/stat : 16034 (java) S 16032 16034 15419 0 -1 0 30490 0 1 0 2529 19 0 0 18 0 12 0 22346061 833019904 27338 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16034/statm: 203374 27338 1436 9 0 200701 0
[pid=16034/tid=16035] ppid=16032 vsize=813496 CPUtime=23.85
/proc/16034/task/16035/stat : 16035 (java) R 16032 16034 15419 0 -1 64 19090 0 1 0 2372 13 0 0 25 0 12 0 22346062 833019904 27338 996147200 134512640 134550932 4294956016 18446744073709551615 4109831073 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16034/tid=16037] ppid=16032 vsize=813496 CPUtime=0.11
/proc/16034/task/16037/stat : 16037 (java) S 16032 16034 15419 0 -1 64 2720 0 0 0 10 1 0 0 16 0 12 0 22346063 833019904 27338 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16034/tid=16038] ppid=16032 vsize=813496 CPUtime=0.15

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

/proc/meminfo: memFree=836272/2055920 swapFree=4192812/4192956
[pid=16034] ppid=16032 vsize=811936 CPUtime=1599.15
/proc/16034/stat : 16034 (java) S 16032 16034 15419 0 -1 0 174061 0 1 0 159793 122 0 0 18 0 12 0 22346061 831422464 168355 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16034/statm: 202984 168355 1438 9 0 200311 0
[pid=16034/tid=16035] ppid=16032 vsize=811936 CPUtime=1422.3
/proc/16034/task/16035/stat : 16035 (java) R 16032 16034 15419 0 -1 64 33405 0 1 0 142200 30 0 0 25 0 12 0 22346062 831422464 168355 996147200 134512640 134550932 4294956016 18446744073709551615 4109605449 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16034/tid=16037] ppid=16032 vsize=811936 CPUtime=80.75
/proc/16034/task/16037/stat : 16037 (java) S 16032 16034 15419 0 -1 64 64404 0 0 0 8040 35 0 0 16 0 12 0 22346063 831422464 168355 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16034/tid=16038] ppid=16032 vsize=811936 CPUtime=90.61
/proc/16034/task/16038/stat : 16038 (java) S 16032 16034 15419 0 -1 64 70281 0 0 0 9024 37 0 0 16 0 12 0 22346063 831422464 168355 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16034/tid=16039] ppid=16032 vsize=811936 CPUtime=4
/proc/16034/task/16039/stat : 16039 (java) S 16032 16034 15419 0 -1 64 47 0 0 0 386 14 0 0 15 0 12 0 22346065 831422464 168355 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16034/tid=16040] ppid=16032 vsize=811936 CPUtime=0
/proc/16034/task/16040/stat : 16040 (java) S 16032 16034 15419 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 22346066 831422464 168355 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16034/tid=16041] ppid=16032 vsize=811936 CPUtime=0
/proc/16034/task/16041/stat : 16041 (java) S 16032 16034 15419 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 22346066 831422464 168355 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16034/tid=16042] ppid=16032 vsize=811936 CPUtime=0
/proc/16034/task/16042/stat : 16042 (java) S 16032 16034 15419 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 22346071 831422464 168355 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16034/tid=16043] ppid=16032 vsize=811936 CPUtime=0.87
/proc/16034/task/16043/stat : 16043 (java) S 16032 16034 15419 0 -1 64 1890 0 0 0 87 0 0 0 16 0 12 0 22346071 831422464 168355 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16034/tid=16044] ppid=16032 vsize=811936 CPUtime=0.53
/proc/16034/task/16044/stat : 16044 (java) S 16032 16034 15419 0 -1 64 3293 0 0 0 52 1 0 0 18 0 12 0 22346071 831422464 168355 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16034/tid=16045] ppid=16032 vsize=811936 CPUtime=0
/proc/16034/task/16045/stat : 16045 (java) S 16032 16034 15419 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 22346071 831422464 168355 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16034/tid=16046] ppid=16032 vsize=811936 CPUtime=0
/proc/16034/task/16046/stat : 16046 (java) S 16032 16034 15419 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 22346071 831422464 168355 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1599.15
Current children cumulated vsize (KiB) 811936

[startup+1662.3 s]
/proc/loadavg: 2.35 2.33 2.21 3/95 16256
/proc/meminfo: memFree=820400/2055920 swapFree=4192812/4192956
[pid=16034] ppid=16032 vsize=811936 CPUtime=1658.9
/proc/16034/stat : 16034 (java) S 16032 16034 15419 0 -1 0 175014 0 1 0 165766 124 0 0 18 0 12 0 22346061 831422464 169239 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16034/statm: 202984 169239 1438 9 0 200311 0
[pid=16034/tid=16035] ppid=16032 vsize=811936 CPUtime=1471.15
/proc/16034/task/16035/stat : 16035 (java) R 16032 16034 15419 0 -1 64 33474 0 1 0 147085 30 0 0 22 0 12 0 22346062 831422464 169239 996147200 134512640 134550932 4294956016 18446744073709551615 4109905787 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16034/tid=16037] ppid=16032 vsize=811936 CPUtime=84.4
/proc/16034/task/16037/stat : 16037 (java) S 16032 16034 15419 0 -1 64 65025 0 0 0 8405 35 0 0 16 0 12 0 22346063 831422464 169239 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16034/tid=16038] ppid=16032 vsize=811936 CPUtime=94.67
/proc/16034/task/16038/stat : 16038 (java) S 16032 16034 15419 0 -1 64 70544 0 0 0 9429 38 0 0 16 0 12 0 22346063 831422464 169239 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16034/tid=16039] ppid=16032 vsize=811936 CPUtime=7.2
/proc/16034/task/16039/stat : 16039 (java) S 16032 16034 15419 0 -1 64 47 0 0 0 705 15 0 0 15 0 12 0 22346065 831422464 169239 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16034/tid=16040] ppid=16032 vsize=811936 CPUtime=0
/proc/16034/task/16040/stat : 16040 (java) S 16032 16034 15419 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 22346066 831422464 169239 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16034/tid=16041] ppid=16032 vsize=811936 CPUtime=0
/proc/16034/task/16041/stat : 16041 (java) S 16032 16034 15419 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 22346066 831422464 169239 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16034/tid=16042] ppid=16032 vsize=811936 CPUtime=0
/proc/16034/task/16042/stat : 16042 (java) S 16032 16034 15419 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 22346071 831422464 169239 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16034/tid=16043] ppid=16032 vsize=811936 CPUtime=0.87
/proc/16034/task/16043/stat : 16043 (java) S 16032 16034 15419 0 -1 64 1890 0 0 0 87 0 0 0 16 0 12 0 22346071 831422464 169239 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16034/tid=16044] ppid=16032 vsize=811936 CPUtime=0.53
/proc/16034/task/16044/stat : 16044 (java) S 16032 16034 15419 0 -1 64 3293 0 0 0 52 1 0 0 18 0 12 0 22346071 831422464 169239 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16034/tid=16045] ppid=16032 vsize=811936 CPUtime=0
/proc/16034/task/16045/stat : 16045 (java) S 16032 16034 15419 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 22346071 831422464 169239 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16034/tid=16046] ppid=16032 vsize=811936 CPUtime=0
/proc/16034/task/16046/stat : 16046 (java) S 16032 16034 15419 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 22346071 831422464 169239 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1658.9
Current children cumulated vsize (KiB) 811936

[startup+1722.3 s]
/proc/loadavg: 2.13 2.27 2.19 3/95 16256
/proc/meminfo: memFree=812336/2055920 swapFree=4192812/4192956
[pid=16034] ppid=16032 vsize=811936 CPUtime=1718.56
/proc/16034/stat : 16034 (java) S 16032 16034 15419 0 -1 0 175082 0 1 0 171731 125 0 0 18 0 12 0 22346061 831422464 169239 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16034/statm: 202984 169239 1438 9 0 200311 0
[pid=16034/tid=16035] ppid=16032 vsize=811936 CPUtime=1519.77
/proc/16034/task/16035/stat : 16035 (java) R 16032 16034 15419 0 -1 64 33542 0 1 0 151947 30 0 0 18 0 12 0 22346062 831422464 169239 996147200 134512640 134550932 4294956016 18446744073709551615 4109657600 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16034/tid=16037] ppid=16032 vsize=811936 CPUtime=88.96
/proc/16034/task/16037/stat : 16037 (java) S 16032 16034 15419 0 -1 64 65025 0 0 0 8861 35 0 0 16 0 12 0 22346063 831422464 169239 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16034/tid=16038] ppid=16032 vsize=811936 CPUtime=97.34
/proc/16034/task/16038/stat : 16038 (java) S 16032 16034 15419 0 -1 64 70544 0 0 0 9696 38 0 0 16 0 12 0 22346063 831422464 169239 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16034/tid=16039] ppid=16032 vsize=811936 CPUtime=11
/proc/16034/task/16039/stat : 16039 (java) S 16032 16034 15419 0 -1 64 47 0 0 0 1084 16 0 0 16 0 12 0 22346065 831422464 169239 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16034/tid=16040] ppid=16032 vsize=811936 CPUtime=0
/proc/16034/task/16040/stat : 16040 (java) S 16032 16034 15419 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 22346066 831422464 169239 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16034/tid=16041] ppid=16032 vsize=811936 CPUtime=0
/proc/16034/task/16041/stat : 16041 (java) S 16032 16034 15419 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 22346066 831422464 169239 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16034/tid=16042] ppid=16032 vsize=811936 CPUtime=0
/proc/16034/task/16042/stat : 16042 (java) S 16032 16034 15419 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 22346071 831422464 169239 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16034/tid=16043] ppid=16032 vsize=811936 CPUtime=0.87
/proc/16034/task/16043/stat : 16043 (java) S 16032 16034 15419 0 -1 64 1890 0 0 0 87 0 0 0 16 0 12 0 22346071 831422464 169239 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16034/tid=16044] ppid=16032 vsize=811936 CPUtime=0.53
/proc/16034/task/16044/stat : 16044 (java) S 16032 16034 15419 0 -1 64 3293 0 0 0 52 1 0 0 18 0 12 0 22346071 831422464 169239 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16034/tid=16045] ppid=16032 vsize=811936 CPUtime=0
/proc/16034/task/16045/stat : 16045 (java) S 16032 16034 15419 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 22346071 831422464 169239 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16034/tid=16046] ppid=16032 vsize=811936 CPUtime=0
/proc/16034/task/16046/stat : 16046 (java) S 16032 16034 15419 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 22346071 831422464 169239 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1718.56
Current children cumulated vsize (KiB) 811936

[startup+1782.3 s]
/proc/loadavg: 2.05 2.22 2.18 3/95 16256
/proc/meminfo: memFree=806768/2055920 swapFree=4192812/4192956
[pid=16034] ppid=16032 vsize=811936 CPUtime=1778.25
/proc/16034/stat : 16034 (java) S 16032 16034 15419 0 -1 0 175150 0 1 0 177698 127 0 0 18 0 12 0 22346061 831422464 169239 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16034/statm: 202984 169239 1438 9 0 200311 0
[pid=16034/tid=16035] ppid=16032 vsize=811936 CPUtime=1568.09
/proc/16034/task/16035/stat : 16035 (java) R 16032 16034 15419 0 -1 64 33610 0 1 0 156778 31 0 0 25 0 12 0 22346062 831422464 169239 996147200 134512640 134550932 4294956016 18446744073709551615 4109605868 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16034/tid=16037] ppid=16032 vsize=811936 CPUtime=92.43
/proc/16034/task/16037/stat : 16037 (java) S 16032 16034 15419 0 -1 64 65025 0 0 0 9207 36 0 0 16 0 12 0 22346063 831422464 169239 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16034/tid=16038] ppid=16032 vsize=811936 CPUtime=100.96
/proc/16034/task/16038/stat : 16038 (java) S 16032 16034 15419 0 -1 64 70544 0 0 0 10058 38 0 0 16 0 12 0 22346063 831422464 169239 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16034/tid=16039] ppid=16032 vsize=811936 CPUtime=15.28
/proc/16034/task/16039/stat : 16039 (java) S 16032 16034 15419 0 -1 64 47 0 0 0 1512 16 0 0 15 0 12 0 22346065 831422464 169239 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16034/tid=16040] ppid=16032 vsize=811936 CPUtime=0
/proc/16034/task/16040/stat : 16040 (java) S 16032 16034 15419 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 22346066 831422464 169239 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16034/tid=16041] ppid=16032 vsize=811936 CPUtime=0
/proc/16034/task/16041/stat : 16041 (java) S 16032 16034 15419 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 22346066 831422464 169239 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16034/tid=16042] ppid=16032 vsize=811936 CPUtime=0
/proc/16034/task/16042/stat : 16042 (java) S 16032 16034 15419 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 22346071 831422464 169239 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16034/tid=16043] ppid=16032 vsize=811936 CPUtime=0.87
/proc/16034/task/16043/stat : 16043 (java) S 16032 16034 15419 0 -1 64 1890 0 0 0 87 0 0 0 16 0 12 0 22346071 831422464 169239 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16034/tid=16044] ppid=16032 vsize=811936 CPUtime=0.53
/proc/16034/task/16044/stat : 16044 (java) S 16032 16034 15419 0 -1 64 3293 0 0 0 52 1 0 0 18 0 12 0 22346071 831422464 169239 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16034/tid=16045] ppid=16032 vsize=811936 CPUtime=0
/proc/16034/task/16045/stat : 16045 (java) S 16032 16034 15419 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 22346071 831422464 169239 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16034/tid=16046] ppid=16032 vsize=811936 CPUtime=0
/proc/16034/task/16046/stat : 16046 (java) S 16032 16034 15419 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 22346071 831422464 169239 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1778.25
Current children cumulated vsize (KiB) 811936



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1804.2 s]
/proc/loadavg: 2.16 2.23 2.18 3/95 16256
/proc/meminfo: memFree=805488/2055920 swapFree=4192812/4192956
[pid=16034] ppid=16032 vsize=811936 CPUtime=1800.04
/proc/16034/stat : 16034 (java) S 16032 16034 15419 0 -1 0 175176 0 1 0 179877 127 0 0 18 0 12 0 22346061 831422464 169239 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16034/statm: 202984 169239 1438 9 0 200311 0
[pid=16034/tid=16035] ppid=16032 vsize=811936 CPUtime=1587.06
/proc/16034/task/16035/stat : 16035 (java) R 16032 16034 15419 0 -1 64 33636 0 1 0 158675 31 0 0 25 0 12 0 22346062 831422464 169239 996147200 134512640 134550932 4294956016 18446744073709551615 4109669970 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16034/tid=16037] ppid=16032 vsize=811936 CPUtime=93.84
/proc/16034/task/16037/stat : 16037 (java) S 16032 16034 15419 0 -1 64 65025 0 0 0 9348 36 0 0 16 0 12 0 22346063 831422464 169239 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16034/tid=16038] ppid=16032 vsize=811936 CPUtime=102.37
/proc/16034/task/16038/stat : 16038 (java) S 16032 16034 15419 0 -1 64 70544 0 0 0 10199 38 0 0 16 0 12 0 22346063 831422464 169239 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16034/tid=16039] ppid=16032 vsize=811936 CPUtime=15.3
/proc/16034/task/16039/stat : 16039 (java) S 16032 16034 15419 0 -1 64 47 0 0 0 1513 17 0 0 15 0 12 0 22346065 831422464 169239 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16034/tid=16040] ppid=16032 vsize=811936 CPUtime=0
/proc/16034/task/16040/stat : 16040 (java) S 16032 16034 15419 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 22346066 831422464 169239 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16034/tid=16041] ppid=16032 vsize=811936 CPUtime=0
/proc/16034/task/16041/stat : 16041 (java) S 16032 16034 15419 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 22346066 831422464 169239 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16034/tid=16042] ppid=16032 vsize=811936 CPUtime=0
/proc/16034/task/16042/stat : 16042 (java) S 16032 16034 15419 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 22346071 831422464 169239 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16034/tid=16043] ppid=16032 vsize=811936 CPUtime=0.87
/proc/16034/task/16043/stat : 16043 (java) S 16032 16034 15419 0 -1 64 1890 0 0 0 87 0 0 0 16 0 12 0 22346071 831422464 169239 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16034/tid=16044] ppid=16032 vsize=811936 CPUtime=0.53
/proc/16034/task/16044/stat : 16044 (java) S 16032 16034 15419 0 -1 64 3293 0 0 0 52 1 0 0 18 0 12 0 22346071 831422464 169239 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16034/tid=16045] ppid=16032 vsize=811936 CPUtime=0
/proc/16034/task/16045/stat : 16045 (java) S 16032 16034 15419 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 22346071 831422464 169239 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16034/tid=16046] ppid=16032 vsize=811936 CPUtime=0
/proc/16034/task/16046/stat : 16046 (java) S 16032 16034 15419 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 22346071 831422464 169239 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 811936

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

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

[startup+1804.31 s]
/proc/loadavg: 2.16 2.23 2.18 3/95 16256
/proc/meminfo: memFree=805488/2055920 swapFree=4192812/4192956
[pid=16034] ppid=16032 vsize=0 CPUtime=1800.16
/proc/16034/stat : 16034 (java) Z 16032 16034 15419 0 -1 1036 175196 0 1 0 179884 132 0 0 16 0 2 0 22346061 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16034/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.16
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1804.38
CPU time (s): 1800.23
CPU user time (s): 1798.84
CPU system time (s): 1.39079
CPU usage (%): 99.7702
Max. virtual memory (cumulated for all children) (KiB): 813784

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.84
system time used= 1.39079
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 175196
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= 73615
involuntary context switches= 86047

runsolver used 2.6366 second user time and 6.52701 second system time

The end

Launcher Data

Begin job on node54 at 2009-07-12 00:53:33
IDJOB=2071141
IDBENCH=55439
IDSOLVER=731
FILE ID=node54/2071141-1247352813
PBS_JOBID= 9506941
Free space on /tmp= 66392 MiB

SOLVER NAME= SAT4J CSP 2.1.1
BENCH NAME= CPAI08/csp/golombRulerArity4/normalized-ruler-67-11-a4.xml
COMMAND LINE= java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2071141-1247352813/watcher-2071141-1247352813 -o /tmp/evaluation-result-2071141-1247352813/solver-2071141-1247352813 -C 1800 -W 2000 -M 900  java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2071141-1247352813.xml

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

MD5SUM BENCH= 085bfc51df6ecdce11133d129a5861be
RANDOM SEED=159151486

node54.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.232
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.232
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:       1867632 kB
Buffers:          8060 kB
Cached:         103732 kB
SwapCached:          0 kB
Active:         117752 kB
Inactive:        23924 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1867632 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1380 kB
Writeback:           0 kB
Mapped:          42552 kB
Slab:            31640 kB
Committed_AS:   182044 kB
PageTables:       1836 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66408 MiB
End job on node54 at 2009-07-12 01:23:39