Trace number 2069271

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? 634.87 637.555

General information on the benchmark

Namecsp/pseudo/mps/
normalized-mps-neos16.xml
MD5SUM33a073afc4815fea8b5c87cd2e5d9bca
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark3.15152
Satisfiable
(Un)Satisfiability was proved
Number of variables464
Number of constraints1069
Maximum constraint arity128
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension1069
Global constraints used (with number of constraints)

Solver Data

0.05/0.20	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.14/0.20	c This is free software under the dual EPL/GNU LGPL licenses.
0.14/0.20	c See www.sat4j.org for details.
0.14/0.20	c That software uses the Rhino library from the Mozilla project.
0.14/0.22	c version 2.1.1.v20090622
0.14/0.22	c sun.arch.data.model	32
0.14/0.22	c java.version	1.6.0_12
0.14/0.22	c os.name	Linux
0.14/0.22	c os.version	2.6.9-22.EL.rootsmp
0.14/0.22	c os.arch	i386
0.14/0.22	c Free memory 671000808
0.14/0.22	c Max memory 672137216
0.14/0.22	c Total memory 672137216
0.14/0.22	c Number of processors 2
0.24/0.30	c c --- Begin Solver configuration ---
0.24/0.30	c Stops conflict analysis at the first Unique Implication Point
0.24/0.30	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@1f14ceb
0.24/0.30	c Learn all clauses as in MiniSAT
0.24/0.30	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.24/0.30	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.24/0.30	c Expensive reason simplification
0.24/0.30	c MiniSAT restarts strategy
0.24/0.30	c Memory based learned constraints deletion strategy
0.24/0.30	c timeout=2147483s
0.24/0.30	c DB Simplification allowed=false
0.24/0.30	c --- End Solver configuration ---
0.24/0.30	c solving HOME/instance-2069271-1247350046.xml
0.24/0.30	c reading problem ... 
0.42/0.57	c reading problem named null
0.42/0.57	c reading domains done.
0.42/0.58	c reading variables done.
0.63/0.70	c reading predicates  done.
0.90/1.07	c reading constraints
634.71/637.43	Exception in thread "main" java.lang.OutOfMemoryError: GC overhead limit exceeded
634.71/637.43		at org.sat4j.csp.Predicate.evaluate(Unknown Source)
634.71/637.43		at org.sat4j.csp.Predicate.find(Unknown Source)
634.71/637.43		at org.sat4j.csp.Predicate.find(Unknown Source)
634.71/637.43		at org.sat4j.csp.Predicate.find(Unknown Source)
634.71/637.43		at org.sat4j.csp.Predicate.find(Unknown Source)
634.71/637.43		at org.sat4j.csp.Predicate.find(Unknown Source)
634.71/637.43		at org.sat4j.csp.Predicate.find(Unknown Source)
634.71/637.43		at org.sat4j.csp.Predicate.find(Unknown Source)
634.71/637.43		at org.sat4j.csp.Predicate.find(Unknown Source)
634.71/637.43		at org.sat4j.csp.Predicate.find(Unknown Source)
634.71/637.43		at org.sat4j.csp.Predicate.find(Unknown Source)
634.71/637.43		at org.sat4j.csp.Predicate.find(Unknown Source)
634.71/637.43		at org.sat4j.csp.Predicate.find(Unknown Source)
634.71/637.43		at org.sat4j.csp.Predicate.find(Unknown Source)
634.71/637.43		at org.sat4j.csp.Predicate.find(Unknown Source)
634.71/637.43		at org.sat4j.csp.Predicate.find(Unknown Source)
634.71/637.43		at org.sat4j.csp.Predicate.find(Unknown Source)
634.71/637.43		at org.sat4j.csp.Predicate.find(Unknown Source)
634.71/637.43		at org.sat4j.csp.Predicate.find(Unknown Source)
634.71/637.43		at org.sat4j.csp.Predicate.find(Unknown Source)
634.71/637.43		at org.sat4j.csp.Predicate.find(Unknown Source)
634.71/637.43		at org.sat4j.csp.Predicate.find(Unknown Source)
634.71/637.43		at org.sat4j.csp.Predicate.find(Unknown Source)
634.71/637.43		at org.sat4j.csp.Predicate.find(Unknown Source)
634.71/637.43		at org.sat4j.csp.Predicate.find(Unknown Source)
634.71/637.43		at org.sat4j.csp.Predicate.find(Unknown Source)
634.71/637.43		at org.sat4j.csp.Predicate.toClause(Unknown Source)
634.71/637.43		at org.sat4j.reader.CSPReader.endConstraint(Unknown Source)
634.71/637.43		at org.sat4j.csp.xml.Constraint.endElement(Unknown Source)
634.71/637.43		at org.sat4j.csp.xml.InstanceParser.endElement(Unknown Source)
634.71/637.43		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endElement(Unknown Source)
634.71/637.43		at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.endElement(Unknown Source)
634.71/637.44	c starts		: 0
634.71/637.44	c conflicts		: 0
634.71/637.44	c decisions		: 0
634.71/637.44	c propagations		: 0
634.71/637.44	c inspects		: 0
634.71/637.44	c learnt literals	: 0
634.71/637.44	c learnt binary clauses	: 0
634.71/637.44	c learnt ternary clauses	: 0
634.71/637.44	c learnt clauses	: 0
634.71/637.44	c ignored clauses	: 0
634.71/637.44	c root simplifications	: 0
634.71/637.44	c removed literals (reason simplification)	: 0
634.71/637.44	c reason swapping (by a shorter reason)	: 0
634.71/637.44	c Calls to reduceDB	: 0
634.71/637.44	c speed (assignments/second)	: 0.0
634.71/637.44	c non guided choices	0
634.71/637.44	c learnt constraints type 
634.71/637.44	c constraints type 
634.71/637.44	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 4250109
634.71/637.44	c org.sat4j.minisat.constraints.card.AtLeast => 464
634.71/637.44	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1136
634.71/637.44	s UNKNOWN
634.71/637.44	c Total wall clock time (in seconds) : 637.132

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

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


[startup+0 s]
/proc/loadavg: 1.92 2.04 2.03 4/73 16614
/proc/meminfo: memFree=1850696/2055920 swapFree=4192812/4192956
[pid=16614] ppid=16612 vsize=18576 CPUtime=0
/proc/16614/stat : 16614 (runsolver) R 16612 16614 16267 0 -1 4194368 16 0 0 0 0 0 0 0 21 0 1 0 22070671 19021824 284 996147200 4194304 4302564 548682068448 18446744073709551615 254195330343 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/16614/statm: 4644 284 249 26 0 2626 0

[startup+0.105871 s]
/proc/loadavg: 1.92 2.04 2.03 4/73 16614
/proc/meminfo: memFree=1850696/2055920 swapFree=4192812/4192956
[pid=16614] ppid=16612 vsize=801384 CPUtime=0.05
/proc/16614/stat : 16614 (java) S 16612 16614 16267 0 -1 0 2483 0 30 0 2 3 0 0 18 0 5 0 22070671 820617216 2259 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/16614/statm: 200346 2259 978 9 0 197697 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 801384

[startup+0.201876 s]
/proc/loadavg: 1.92 2.04 2.03 4/73 16614
/proc/meminfo: memFree=1850696/2055920 swapFree=4192812/4192956
[pid=16614] ppid=16612 vsize=804668 CPUtime=0.14
/proc/16614/stat : 16614 (java) S 16612 16614 16267 0 -1 0 3225 0 30 0 10 4 0 0 18 0 12 0 22070671 823980032 2997 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16614/statm: 201167 2997 1095 9 0 198501 0
Current children cumulated CPU time (s) 0.14
Current children cumulated vsize (KiB) 804668

[startup+0.303258 s]
/proc/loadavg: 1.92 2.04 2.03 4/73 16614
/proc/meminfo: memFree=1850696/2055920 swapFree=4192812/4192956
[pid=16614] ppid=16612 vsize=805600 CPUtime=0.24
/proc/16614/stat : 16614 (java) S 16612 16614 16267 0 -1 0 3950 0 30 0 19 5 0 0 18 0 12 0 22070671 824934400 3716 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16614/statm: 201400 3716 1349 9 0 198734 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 805600

[startup+0.702725 s]
/proc/loadavg: 1.92 2.04 2.03 4/73 16614
/proc/meminfo: memFree=1850696/2055920 swapFree=4192812/4192956
[pid=16614] ppid=16612 vsize=807184 CPUtime=0.63
/proc/16614/stat : 16614 (java) S 16612 16614 16267 0 -1 0 5433 0 32 0 56 7 0 0 18 0 12 0 22070671 826556416 4955 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16614/statm: 201796 4955 1386 9 0 199123 0
Current children cumulated CPU time (s) 0.63
Current children cumulated vsize (KiB) 807184

[startup+1.50178 s]
/proc/loadavg: 1.92 2.04 2.03 4/85 16626
/proc/meminfo: memFree=1824936/2055920 swapFree=4192812/4192956
[pid=16614] ppid=16612 vsize=808448 CPUtime=1.4
/proc/16614/stat : 16614 (java) S 16612 16614 16267 0 -1 0 7346 0 32 0 132 8 0 0 18 0 12 0 22070671 827850752 6410 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16614/statm: 202112 6410 1400 9 0 199439 0
[pid=16614/tid=16616] ppid=16612 vsize=808448 CPUtime=0.89
/proc/16614/task/16616/stat : 16616 (java) R 16612 16614 16267 0 -1 64 5115 0 3 0 85 4 0 0 18 0 12 0 22070678 827850752 6410 996147200 134512640 134550932 4294956016 18446744073709551615 4109147200 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16614/tid=16617] ppid=16612 vsize=808448 CPUtime=0
/proc/16614/task/16617/stat : 16617 (java) S 16612 16614 16267 0 -1 64 3 0 0 0 0 0 0 0 20 0 12 0 22070679 827850752 6410 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16614/tid=16618] ppid=16612 vsize=808448 CPUtime=0
/proc/16614/task/16618/stat : 16618 (java) S 16612 16614 16267 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 22070679 827850752 6410 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16614/tid=16619] ppid=16612 vsize=808448 CPUtime=0
/proc/16614/task/16619/stat : 16619 (java) S 16612 16614 16267 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 22070681 827850752 6410 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16614/tid=16620] ppid=16612 vsize=808448 CPUtime=0
/proc/16614/task/16620/stat : 16620 (java) S 16612 16614 16267 0 -1 64 10 0 0 0 0 0 0 0 23 0 12 0 22070682 827850752 6410 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16614/tid=16621] ppid=16612 vsize=808448 CPUtime=0
/proc/16614/task/16621/stat : 16621 (java) S 16612 16614 16267 0 -1 64 4 0 0 0 0 0 0 0 24 0 12 0 22070682 827850752 6410 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16614/tid=16622] ppid=16612 vsize=808448 CPUtime=0
/proc/16614/task/16622/stat : 16622 (java) S 16612 16614 16267 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 22070686 827850752 6411 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16614/tid=16623] ppid=16612 vsize=808448 CPUtime=0
/proc/16614/task/16623/stat : 16623 (java) S 16612 16614 16267 0 -1 64 13 0 0 0 0 0 0 0 25 0 12 0 22070686 827850752 6411 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16614/tid=16624] ppid=16612 vsize=808448 CPUtime=0.45
/proc/16614/task/16624/stat : 16624 (java) S 16612 16614 16267 0 -1 64 1501 0 0 0 45 0 0 0 16 0 12 0 22070686 827850752 6411 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16614/tid=16625] ppid=16612 vsize=808448 CPUtime=0
/proc/16614/task/16625/stat : 16625 (java) S 16612 16614 16267 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 22070686 827850752 6411 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16614/tid=16626] ppid=16612 vsize=808448 CPUtime=0
/proc/16614/task/16626/stat : 16626 (java) S 16612 16614 16267 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 22070686 827850752 6411 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 808448

[startup+3.1019 s]
/proc/loadavg: 1.92 2.04 2.03 4/85 16626
/proc/meminfo: memFree=1818088/2055920 swapFree=4192812/4192956
[pid=16614] ppid=16612 vsize=812260 CPUtime=2.99
/proc/16614/stat : 16614 (java) S 16612 16614 16267 0 -1 0 13972 0 32 0 288 11 0 0 18 0 12 0 22070671 831754240 10702 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16614/statm: 203065 10703 1431 9 0 200392 0
[pid=16614/tid=16616] ppid=16612 vsize=812260 CPUtime=1.52
/proc/16614/task/16616/stat : 16616 (java) R 16612 16614 16267 0 -1 64 8334 0 3 0 146 6 0 0 24 0 12 0 22070678 831754240 10703 996147200 134512640 134550932 4294956016 18446744073709551615 4109163380 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16614/tid=16617] ppid=16612 vsize=812260 CPUtime=0
/proc/16614/task/16617/stat : 16617 (java) S 16612 16614 16267 0 -1 64 3 0 0 0 0 0 0 0 20 0 12 0 22070679 831754240 10703 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16614/tid=16618] ppid=16612 vsize=812260 CPUtime=0
/proc/16614/task/16618/stat : 16618 (java) S 16612 16614 16267 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 22070679 831754240 10704 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16614/tid=16619] ppid=16612 vsize=812260 CPUtime=0
/proc/16614/task/16619/stat : 16619 (java) S 16612 16614 16267 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 22070681 831754240 10704 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16614/tid=16620] ppid=16612 vsize=812260 CPUtime=0
/proc/16614/task/16620/stat : 16620 (java) S 16612 16614 16267 0 -1 64 10 0 0 0 0 0 0 0 23 0 12 0 22070682 831754240 10705 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16614/tid=16621] ppid=16612 vsize=812260 CPUtime=0
/proc/16614/task/16621/stat : 16621 (java) S 16612 16614 16267 0 -1 64 4 0 0 0 0 0 0 0 24 0 12 0 22070682 831754240 10705 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16614/tid=16622] ppid=16612 vsize=812260 CPUtime=0
/proc/16614/task/16622/stat : 16622 (java) S 16612 16614 16267 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 22070686 831754240 10705 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16614/tid=16623] ppid=16612 vsize=812260 CPUtime=0.07
/proc/16614/task/16623/stat : 16623 (java) S 16612 16614 16267 0 -1 64 26 0 0 0 7 0 0 0 16 0 12 0 22070686 831754240 10706 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16614/tid=16624] ppid=16612 vsize=812260 CPUtime=1.34
/proc/16614/task/16624/stat : 16624 (java) S 16612 16614 16267 0 -1 64 4896 0 0 0 133 1 0 0 16 0 12 0 22070686 831754240 10706 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16614/tid=16625] ppid=16612 vsize=812260 CPUtime=0
/proc/16614/task/16625/stat : 16625 (java) S 16612 16614 16267 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 22070686 831754240 10706 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16614/tid=16626] ppid=16612 vsize=812260 CPUtime=0
/proc/16614/task/16626/stat : 16626 (java) S 16612 16614 16267 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 22070686 831754240 10707 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 812260

[startup+6.30213 s]
/proc/loadavg: 1.93 2.04 2.02 3/85 16626
/proc/meminfo: memFree=1764648/2055920 swapFree=4192812/4192956
[pid=16614] ppid=16612 vsize=814892 CPUtime=6.18
/proc/16614/stat : 16614 (java) S 16612 16614 16267 0 -1 0 26270 0 32 0 601 17 0 0 18 0 12 0 22070671 834449408 22020 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16614/statm: 203723 22020 1444 9 0 201050 0
[pid=16614/tid=16616] ppid=16612 vsize=814892 CPUtime=3.52
/proc/16614/task/16616/stat : 16616 (java) R 16612 16614 16267 0 -1 64 17408 0 3 0 341 11 0 0 25 0 12 0 22070678 834449408 22020 996147200 134512640 134550932 4294956016 18446744073709551615 4109814718 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16614/tid=16617] ppid=16612 vsize=814892 CPUtime=0.03
/proc/16614/task/16617/stat : 16617 (java) S 16612 16614 16267 0 -1 64 956 0 0 0 3 0 0 0 17 0 12 0 22070679 834449408 22020 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16614/tid=16618] ppid=16612 vsize=814892 CPUtime=0.01
/proc/16614/task/16618/stat : 16618 (java) S 16612 16614 16267 0 -1 64 581 0 0 0 1 0 0 0 17 0 12 0 22070679 834449408 22020 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16614/tid=16619] ppid=16612 vsize=814892 CPUtime=0
/proc/16614/task/16619/stat : 16619 (java) S 16612 16614 16267 0 -1 64 19 0 0 0 0 0 0 0 16 0 12 0 22070681 834449408 22020 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16614/tid=16620] ppid=16612 vsize=814892 CPUtime=0
/proc/16614/task/16620/stat : 16620 (java) S 16612 16614 16267 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 22070682 834449408 22020 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16614/tid=16621] ppid=16612 vsize=814892 CPUtime=0
/proc/16614/task/16621/stat : 16621 (java) S 16612 16614 16267 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 22070682 834449408 22020 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16614/tid=16622] ppid=16612 vsize=814892 CPUtime=0
/proc/16614/task/16622/stat : 16622 (java) S 16612 16614 16267 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 22070686 834449408 22020 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16614/tid=16623] ppid=16612 vsize=814892 CPUtime=0.07
/proc/16614/task/16623/stat : 16623 (java) S 16612 16614 16267 0 -1 64 26 0 0 0 7 0 0 0 16 0 12 0 22070686 834449408 22020 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16614/tid=16624] ppid=16612 vsize=814892 CPUtime=2.48
/proc/16614/task/16624/stat : 16624 (java) S 16612 16614 16267 0 -1 64 6566 0 0 0 246 2 0 0 16 0 12 0 22070686 834449408 22020 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16614/tid=16625] ppid=16612 vsize=814892 CPUtime=0
/proc/16614/task/16625/stat : 16625 (java) S 16612 16614 16267 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 22070686 834449408 22020 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16614/tid=16626] ppid=16612 vsize=814892 CPUtime=0
/proc/16614/task/16626/stat : 16626 (java) S 16612 16614 16267 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 22070686 834449408 22020 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 814892

[startup+12.7026 s]
/proc/loadavg: 2.09 2.07 2.04 3/85 16626
/proc/meminfo: memFree=1736488/2055920 swapFree=4192812/4192956
[pid=16614] ppid=16612 vsize=814892 CPUtime=12.54
/proc/16614/stat : 16614 (java) S 16612 16614 16267 0 -1 0 32400 0 32 0 1235 19 0 0 18 0 12 0 22070671 834449408 28139 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16614/statm: 203723 28139 1444 9 0 201050 0
[pid=16614/tid=16616] ppid=16612 vsize=814892 CPUtime=9.56
/proc/16614/task/16616/stat : 16616 (java) R 16612 16614 16267 0 -1 64 17419 0 3 0 945 11 0 0 25 0 12 0 22070678 834449408 28139 996147200 134512640 134550932 4294956016 18446744073709551615 4109737900 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16614/tid=16617] ppid=16612 vsize=814892 CPUtime=0.18
/proc/16614/task/16617/stat : 16617 (java) S 16612 16614 16267 0 -1 64 2892 0 0 0 17 1 0 0 16 0 12 0 22070679 834449408 28139 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16614/tid=16618] ppid=16612 vsize=814892 CPUtime=0.18
/proc/16614/task/16618/stat : 16618 (java) S 16612 16614 16267 0 -1 64 4741 0 0 0 17 1 0 0 16 0 12 0 22070679 834449408 28139 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16614/tid=16619] ppid=16612 vsize=814892 CPUtime=0
/proc/16614/task/16619/stat : 16619 (java) S 16612 16614 16267 0 -1 64 42 0 0 0 0 0 0 0 16 0 12 0 22070681 834449408 28139 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16614/tid=16620] ppid=16612 vsize=814892 CPUtime=0
/proc/16614/task/16620/stat : 16620 (java) S 16612 16614 16267 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 22070682 834449408 28139 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16614/tid=16621] ppid=16612 vsize=814892 CPUtime=0
/proc/16614/task/16621/stat : 16621 (java) S 16612 16614 16267 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 22070682 834449408 28139 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16614/tid=16622] ppid=16612 vsize=814892 CPUtime=0
/proc/16614/task/16622/stat : 16622 (java) S 16612 16614 16267 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 22070686 834449408 28139 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16614/tid=16623] ppid=16612 vsize=814892 CPUtime=0.07
/proc/16614/task/16623/stat : 16623 (java) S 16612 16614 16267 0 -1 64 26 0 0 0 7 0 0 0 16 0 12 0 22070686 834449408 28139 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16614/tid=16624] ppid=16612 vsize=814892 CPUtime=2.48
/proc/16614/task/16624/stat : 16624 (java) S 16612 16614 16267 0 -1 64 6566 0 0 0 246 2 0 0 16 0 12 0 22070686 834449408 28139 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16614/tid=16625] ppid=16612 vsize=814892 CPUtime=0
/proc/16614/task/16625/stat : 16625 (java) S 16612 16614 16267 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 22070686 834449408 28139 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16614/tid=16626] ppid=16612 vsize=814892 CPUtime=0
/proc/16614/task/16626/stat : 16626 (java) S 16612 16614 16267 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 22070686 834449408 28139 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.54
Current children cumulated vsize (KiB) 814892

[startup+25.5025 s]
/proc/loadavg: 2.07 2.06 2.03 3/85 16626
/proc/meminfo: memFree=1723624/2055920 swapFree=4192812/4192956
[pid=16614] ppid=16612 vsize=814892 CPUtime=25.29
/proc/16614/stat : 16614 (java) S 16612 16614 16267 0 -1 0 35527 0 32 0 2508 21 0 0 18 0 12 0 22070671 834449408 31245 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16614/statm: 203723 31245 1444 9 0 201050 0
[pid=16614/tid=16616] ppid=16612 vsize=814892 CPUtime=22.11
/proc/16614/task/16616/stat : 16616 (java) R 16612 16614 16267 0 -1 64 17542 0 3 0 2200 11 0 0 25 0 12 0 22070678 834449408 31245 996147200 134512640 134550932 4294956016 18446744073709551615 4109126780 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16614/tid=16617] ppid=16612 vsize=814892 CPUtime=0.28
/proc/16614/task/16617/stat : 16617 (java) S 16612 16614 16267 0 -1 64 5052 0 0 0 27 1 0 0 16 0 12 0 22070679 834449408 31245 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16614/tid=16618] ppid=16612 vsize=814892 CPUtime=0.26
/proc/16614/task/16618/stat : 16618 (java) S 16612 16614 16267 0 -1 64 5585 0 0 0 24 2 0 0 16 0 12 0 22070679 834449408 31245 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16614/tid=16619] ppid=16612 vsize=814892 CPUtime=0.01
/proc/16614/task/16619/stat : 16619 (java) S 16612 16614 16267 0 -1 64 42 0 0 0 1 0 0 0 15 0 12 0 22070681 834449408 31245 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16614/tid=16620] ppid=16612 vsize=814892 CPUtime=0
/proc/16614/task/16620/stat : 16620 (java) S 16612 16614 16267 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 22070682 834449408 31245 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16614/tid=16621] ppid=16612 vsize=814892 CPUtime=0
/proc/16614/task/16621/stat : 16621 (java) S 16612 16614 16267 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 22070682 834449408 31245 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16614/tid=16622] ppid=16612 vsize=814892 CPUtime=0
/proc/16614/task/16622/stat : 16622 (java) S 16612 16614 16267 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 22070686 834449408 31245 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16614/tid=16623] ppid=16612 vsize=814892 CPUtime=0.07

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

[pid=16614/tid=16625] ppid=16612 vsize=830896 CPUtime=0
/proc/16614/task/16625/stat : 16625 (java) S 16612 16614 16267 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 22070686 850837504 177042 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16614/tid=16626] ppid=16612 vsize=830896 CPUtime=0
/proc/16614/task/16626/stat : 16626 (java) S 16612 16614 16267 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 22070686 850837504 177042 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 624.61
Current children cumulated vsize (KiB) 830896

[startup+633.603 s]
/proc/loadavg: 2.10 2.14 2.07 3/86 16627
/proc/meminfo: memFree=1138464/2055920 swapFree=4192812/4192956
[pid=16614] ppid=16612 vsize=830896 CPUtime=630.96
/proc/16614/stat : 16614 (java) S 16612 16614 16267 0 -1 0 601429 0 32 0 62814 282 0 0 18 0 12 0 22070671 850837504 177042 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16614/statm: 207724 177042 1446 9 0 205051 0
[pid=16614/tid=16616] ppid=16612 vsize=830896 CPUtime=471.18
/proc/16614/task/16616/stat : 16616 (java) S 16612 16614 16267 0 -1 64 18212 0 3 0 47106 12 0 0 17 0 12 0 22070678 850837504 177042 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16614/tid=16617] ppid=16612 vsize=830896 CPUtime=13.4
/proc/16614/task/16617/stat : 16617 (java) S 16612 16614 16267 0 -1 64 76562 0 0 0 1309 31 0 0 16 0 12 0 22070679 850837504 177042 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16614/tid=16618] ppid=16612 vsize=830896 CPUtime=13.29
/proc/16614/task/16618/stat : 16618 (java) S 16612 16614 16267 0 -1 64 78102 0 0 0 1293 36 0 0 16 0 12 0 22070679 850837504 177042 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16614/tid=16619] ppid=16612 vsize=830896 CPUtime=130.33
/proc/16614/task/16619/stat : 16619 (java) R 16612 16614 16267 0 -1 64 421247 0 0 0 12838 195 0 0 25 0 12 0 22070681 850837504 177042 996147200 134512640 134550932 4294956016 18446744073709551615 105696579 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16614/tid=16620] ppid=16612 vsize=830896 CPUtime=0
/proc/16614/task/16620/stat : 16620 (java) S 16612 16614 16267 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 22070682 850837504 177042 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16614/tid=16621] ppid=16612 vsize=830896 CPUtime=0
/proc/16614/task/16621/stat : 16621 (java) S 16612 16614 16267 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 22070682 850837504 177042 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16614/tid=16622] ppid=16612 vsize=830896 CPUtime=0
/proc/16614/task/16622/stat : 16622 (java) S 16612 16614 16267 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 22070686 850837504 177042 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16614/tid=16623] ppid=16612 vsize=830896 CPUtime=0.07
/proc/16614/task/16623/stat : 16623 (java) S 16612 16614 16267 0 -1 64 26 0 0 0 7 0 0 0 16 0 12 0 22070686 850837504 177042 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16614/tid=16624] ppid=16612 vsize=830896 CPUtime=2.61
/proc/16614/task/16624/stat : 16624 (java) S 16612 16614 16267 0 -1 64 6566 0 0 0 259 2 0 0 17 0 12 0 22070686 850837504 177042 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16614/tid=16625] ppid=16612 vsize=830896 CPUtime=0
/proc/16614/task/16625/stat : 16625 (java) S 16612 16614 16267 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 22070686 850837504 177042 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16614/tid=16626] ppid=16612 vsize=830896 CPUtime=0
/proc/16614/task/16626/stat : 16626 (java) S 16612 16614 16267 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 22070686 850837504 177042 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 630.96
Current children cumulated vsize (KiB) 830896

[startup+635.202 s]
/proc/loadavg: 2.10 2.14 2.07 3/86 16627
/proc/meminfo: memFree=1138464/2055920 swapFree=4192812/4192956
[pid=16614] ppid=16612 vsize=814892 CPUtime=632.53
/proc/16614/stat : 16614 (java) S 16612 16614 16267 0 -1 0 601432 0 32 0 62971 282 0 0 18 0 12 0 22070671 834449408 173041 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16614/statm: 203723 173041 1445 9 0 201050 0
[pid=16614/tid=16616] ppid=16612 vsize=814892 CPUtime=471.26
/proc/16614/task/16616/stat : 16616 (java) S 16612 16614 16267 0 -1 64 18215 0 3 0 47114 12 0 0 17 0 12 0 22070678 834449408 173041 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16614/tid=16617] ppid=16612 vsize=814892 CPUtime=13.4
/proc/16614/task/16617/stat : 16617 (java) S 16612 16614 16267 0 -1 64 76562 0 0 0 1309 31 0 0 16 0 12 0 22070679 834449408 173041 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16614/tid=16618] ppid=16612 vsize=814892 CPUtime=13.29
/proc/16614/task/16618/stat : 16618 (java) S 16612 16614 16267 0 -1 64 78102 0 0 0 1293 36 0 0 16 0 12 0 22070679 834449408 173041 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16614/tid=16619] ppid=16612 vsize=814892 CPUtime=131.83
/proc/16614/task/16619/stat : 16619 (java) R 16612 16614 16267 0 -1 64 421247 0 0 0 12987 196 0 0 25 0 12 0 22070681 834449408 173041 996147200 134512640 134550932 4294956016 18446744073709551615 103586077 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16614/tid=16620] ppid=16612 vsize=814892 CPUtime=0
/proc/16614/task/16620/stat : 16620 (java) S 16612 16614 16267 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 22070682 834449408 173041 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16614/tid=16621] ppid=16612 vsize=814892 CPUtime=0
/proc/16614/task/16621/stat : 16621 (java) S 16612 16614 16267 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 22070682 834449408 173041 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16614/tid=16622] ppid=16612 vsize=814892 CPUtime=0
/proc/16614/task/16622/stat : 16622 (java) S 16612 16614 16267 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 22070686 834449408 173041 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16614/tid=16623] ppid=16612 vsize=814892 CPUtime=0.07
/proc/16614/task/16623/stat : 16623 (java) S 16612 16614 16267 0 -1 64 26 0 0 0 7 0 0 0 16 0 12 0 22070686 834449408 173041 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16614/tid=16624] ppid=16612 vsize=814892 CPUtime=2.61
/proc/16614/task/16624/stat : 16624 (java) S 16612 16614 16267 0 -1 64 6566 0 0 0 259 2 0 0 17 0 12 0 22070686 834449408 173041 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16614/tid=16625] ppid=16612 vsize=814892 CPUtime=0
/proc/16614/task/16625/stat : 16625 (java) S 16612 16614 16267 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 22070686 834449408 173041 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16614/tid=16626] ppid=16612 vsize=814892 CPUtime=0
/proc/16614/task/16626/stat : 16626 (java) S 16612 16614 16267 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 22070686 834449408 173041 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 632.53
Current children cumulated vsize (KiB) 814892

[startup+636.802 s]
/proc/loadavg: 2.10 2.14 2.07 3/86 16627
/proc/meminfo: memFree=1138464/2055920 swapFree=4192812/4192956
[pid=16614] ppid=16612 vsize=830896 CPUtime=634.12
/proc/16614/stat : 16614 (java) S 16612 16614 16267 0 -1 0 608936 0 32 0 63128 284 0 0 18 0 12 0 22070671 850837504 177042 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16614/statm: 207724 177042 1445 9 0 205051 0
[pid=16614/tid=16616] ppid=16612 vsize=830896 CPUtime=471.26
/proc/16614/task/16616/stat : 16616 (java) S 16612 16614 16267 0 -1 64 18215 0 3 0 47114 12 0 0 17 0 12 0 22070678 850837504 177042 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16614/tid=16617] ppid=16612 vsize=830896 CPUtime=13.4
/proc/16614/task/16617/stat : 16617 (java) S 16612 16614 16267 0 -1 64 76562 0 0 0 1309 31 0 0 16 0 12 0 22070679 850837504 177042 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16614/tid=16618] ppid=16612 vsize=830896 CPUtime=13.29
/proc/16614/task/16618/stat : 16618 (java) S 16612 16614 16267 0 -1 64 78102 0 0 0 1293 36 0 0 16 0 12 0 22070679 850837504 177042 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16614/tid=16619] ppid=16612 vsize=830896 CPUtime=133.42
/proc/16614/task/16619/stat : 16619 (java) R 16612 16614 16267 0 -1 64 428751 0 0 0 13144 198 0 0 25 0 12 0 22070681 850837504 177042 996147200 134512640 134550932 4294956016 18446744073709551615 104187774 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16614/tid=16620] ppid=16612 vsize=830896 CPUtime=0
/proc/16614/task/16620/stat : 16620 (java) S 16612 16614 16267 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 22070682 850837504 177042 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16614/tid=16621] ppid=16612 vsize=830896 CPUtime=0
/proc/16614/task/16621/stat : 16621 (java) S 16612 16614 16267 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 22070682 850837504 177042 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16614/tid=16622] ppid=16612 vsize=830896 CPUtime=0
/proc/16614/task/16622/stat : 16622 (java) S 16612 16614 16267 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 22070686 850837504 177042 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16614/tid=16623] ppid=16612 vsize=830896 CPUtime=0.07
/proc/16614/task/16623/stat : 16623 (java) S 16612 16614 16267 0 -1 64 26 0 0 0 7 0 0 0 16 0 12 0 22070686 850837504 177042 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16614/tid=16624] ppid=16612 vsize=830896 CPUtime=2.61
/proc/16614/task/16624/stat : 16624 (java) S 16612 16614 16267 0 -1 64 6566 0 0 0 259 2 0 0 17 0 12 0 22070686 850837504 177042 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16614/tid=16625] ppid=16612 vsize=830896 CPUtime=0
/proc/16614/task/16625/stat : 16625 (java) S 16612 16614 16267 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 22070686 850837504 177042 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16614/tid=16626] ppid=16612 vsize=830896 CPUtime=0
/proc/16614/task/16626/stat : 16626 (java) S 16612 16614 16267 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 22070686 850837504 177042 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 634.12
Current children cumulated vsize (KiB) 830896

[startup+637.206 s]
/proc/loadavg: 2.10 2.14 2.07 3/86 16627
/proc/meminfo: memFree=1138464/2055920 swapFree=4192812/4192956
[pid=16614] ppid=16612 vsize=830896 CPUtime=634.52
/proc/16614/stat : 16614 (java) S 16612 16614 16267 0 -1 0 608936 0 32 0 63168 284 0 0 18 0 12 0 22070671 850837504 177042 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16614/statm: 207724 177042 1445 9 0 205051 0
[pid=16614/tid=16616] ppid=16612 vsize=830896 CPUtime=471.26
/proc/16614/task/16616/stat : 16616 (java) S 16612 16614 16267 0 -1 64 18215 0 3 0 47114 12 0 0 17 0 12 0 22070678 850837504 177042 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16614/tid=16617] ppid=16612 vsize=830896 CPUtime=13.4
/proc/16614/task/16617/stat : 16617 (java) S 16612 16614 16267 0 -1 64 76562 0 0 0 1309 31 0 0 16 0 12 0 22070679 850837504 177042 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16614/tid=16618] ppid=16612 vsize=830896 CPUtime=13.29
/proc/16614/task/16618/stat : 16618 (java) S 16612 16614 16267 0 -1 64 78102 0 0 0 1293 36 0 0 16 0 12 0 22070679 850837504 177042 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16614/tid=16619] ppid=16612 vsize=830896 CPUtime=133.81
/proc/16614/task/16619/stat : 16619 (java) R 16612 16614 16267 0 -1 64 428751 0 0 0 13183 198 0 0 25 0 12 0 22070681 850837504 177042 996147200 134512640 134550932 4294956016 18446744073709551615 105886120 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16614/tid=16620] ppid=16612 vsize=830896 CPUtime=0
/proc/16614/task/16620/stat : 16620 (java) S 16612 16614 16267 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 22070682 850837504 177042 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16614/tid=16621] ppid=16612 vsize=830896 CPUtime=0
/proc/16614/task/16621/stat : 16621 (java) S 16612 16614 16267 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 22070682 850837504 177042 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16614/tid=16622] ppid=16612 vsize=830896 CPUtime=0
/proc/16614/task/16622/stat : 16622 (java) S 16612 16614 16267 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 22070686 850837504 177042 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16614/tid=16623] ppid=16612 vsize=830896 CPUtime=0.07
/proc/16614/task/16623/stat : 16623 (java) S 16612 16614 16267 0 -1 64 26 0 0 0 7 0 0 0 16 0 12 0 22070686 850837504 177042 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16614/tid=16624] ppid=16612 vsize=830896 CPUtime=2.61
/proc/16614/task/16624/stat : 16624 (java) S 16612 16614 16267 0 -1 64 6566 0 0 0 259 2 0 0 17 0 12 0 22070686 850837504 177042 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16614/tid=16625] ppid=16612 vsize=830896 CPUtime=0
/proc/16614/task/16625/stat : 16625 (java) S 16612 16614 16267 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 22070686 850837504 177042 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16614/tid=16626] ppid=16612 vsize=830896 CPUtime=0
/proc/16614/task/16626/stat : 16626 (java) S 16612 16614 16267 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 22070686 850837504 177042 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 634.52
Current children cumulated vsize (KiB) 830896

[startup+637.403 s]
/proc/loadavg: 2.10 2.14 2.07 3/86 16627
/proc/meminfo: memFree=1138464/2055920 swapFree=4192812/4192956
[pid=16614] ppid=16612 vsize=830896 CPUtime=634.71
/proc/16614/stat : 16614 (java) S 16612 16614 16267 0 -1 0 608936 0 32 0 63187 284 0 0 18 0 12 0 22070671 850837504 177042 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16614/statm: 207724 177042 1445 9 0 205051 0
[pid=16614/tid=16616] ppid=16612 vsize=830896 CPUtime=471.26
/proc/16614/task/16616/stat : 16616 (java) S 16612 16614 16267 0 -1 64 18215 0 3 0 47114 12 0 0 17 0 12 0 22070678 850837504 177042 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16614/tid=16617] ppid=16612 vsize=830896 CPUtime=13.4
/proc/16614/task/16617/stat : 16617 (java) S 16612 16614 16267 0 -1 64 76562 0 0 0 1309 31 0 0 16 0 12 0 22070679 850837504 177042 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16614/tid=16618] ppid=16612 vsize=830896 CPUtime=13.29
/proc/16614/task/16618/stat : 16618 (java) S 16612 16614 16267 0 -1 64 78102 0 0 0 1293 36 0 0 16 0 12 0 22070679 850837504 177042 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16614/tid=16619] ppid=16612 vsize=830896 CPUtime=134.01
/proc/16614/task/16619/stat : 16619 (java) R 16612 16614 16267 0 -1 64 428751 0 0 0 13203 198 0 0 25 0 12 0 22070681 850837504 177042 996147200 134512640 134550932 4294956016 18446744073709551615 106158875 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16614/tid=16620] ppid=16612 vsize=830896 CPUtime=0
/proc/16614/task/16620/stat : 16620 (java) S 16612 16614 16267 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 22070682 850837504 177042 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16614/tid=16621] ppid=16612 vsize=830896 CPUtime=0
/proc/16614/task/16621/stat : 16621 (java) S 16612 16614 16267 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 22070682 850837504 177042 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16614/tid=16622] ppid=16612 vsize=830896 CPUtime=0
/proc/16614/task/16622/stat : 16622 (java) S 16612 16614 16267 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 22070686 850837504 177042 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16614/tid=16623] ppid=16612 vsize=830896 CPUtime=0.07
/proc/16614/task/16623/stat : 16623 (java) S 16612 16614 16267 0 -1 64 26 0 0 0 7 0 0 0 16 0 12 0 22070686 850837504 177042 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16614/tid=16624] ppid=16612 vsize=830896 CPUtime=2.61
/proc/16614/task/16624/stat : 16624 (java) S 16612 16614 16267 0 -1 64 6566 0 0 0 259 2 0 0 17 0 12 0 22070686 850837504 177042 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16614/tid=16625] ppid=16612 vsize=830896 CPUtime=0
/proc/16614/task/16625/stat : 16625 (java) S 16612 16614 16267 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 22070686 850837504 177042 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16614/tid=16626] ppid=16612 vsize=830896 CPUtime=0
/proc/16614/task/16626/stat : 16626 (java) S 16612 16614 16267 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 22070686 850837504 177042 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 634.71
Current children cumulated vsize (KiB) 830896

[startup+637.503 s]
/proc/loadavg: 2.10 2.14 2.07 3/86 16627
/proc/meminfo: memFree=1138464/2055920 swapFree=4192812/4192956
[pid=16614] ppid=16612 vsize=0 CPUtime=634.81
/proc/16614/stat : 16614 (java) Z 16612 16614 16267 0 -1 12 608952 0 32 0 63191 290 0 0 16 0 2 0 22070671 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16614/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 634.81
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 637.555
CPU time (s): 634.87
CPU user time (s): 631.915
CPU system time (s): 2.95455
CPU usage (%): 99.5788
Max. virtual memory (cumulated for all children) (KiB): 838900

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 631.915
system time used= 2.95455
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 608952
page faults= 32
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 24449
involuntary context switches= 22707

runsolver used 0.816875 second user time and 2.38264 second system time

The end

Launcher Data

Begin job on node34 at 2009-07-12 00:07:27
IDJOB=2069271
IDBENCH=55016
IDSOLVER=731
FILE ID=node34/2069271-1247350046
PBS_JOBID= 9506848
Free space on /tmp= 66284 MiB

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

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

MD5SUM BENCH= 33a073afc4815fea8b5c87cd2e5d9bca
RANDOM SEED=1543010176

node34.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:       1851176 kB
Buffers:          2120 kB
Cached:          58468 kB
SwapCached:          0 kB
Active:         145688 kB
Inactive:        10652 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1851176 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1428 kB
Writeback:           0 kB
Mapped:         106416 kB
Slab:            33552 kB
Committed_AS:   297320 kB
PageTables:       1964 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= 66280 MiB
End job on node34 at 2009-07-12 00:18:04