Trace number 2063738

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? 276.343 275.915

General information on the benchmark

Namecsp/radar-9-28-4-2/
normalized-radar-9-28-4-2-17.xml
MD5SUM19b87120d9b5d562811d3a9be967d4f1
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.108982
Satisfiable
(Un)Satisfiability was proved
Number of variables168
Number of constraints81
Maximum constraint arity22
Maximum domain size5
Number of constraints which are defined in extension0
Number of constraints which are defined in intension81
Global constraints used (with number of constraints)

Solver Data

0.06/0.15	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.06/0.15	c This is free software under the dual EPL/GNU LGPL licenses.
0.06/0.15	c See www.sat4j.org for details.
0.06/0.15	c That software uses the Rhino library from the Mozilla project.
0.06/0.16	c version 2.1.1.v20090622
0.06/0.16	c sun.arch.data.model	32
0.06/0.16	c java.version	1.6.0_12
0.06/0.16	c os.name	Linux
0.06/0.16	c os.version	2.6.9-22.EL.rootsmp
0.06/0.16	c os.arch	i386
0.06/0.16	c Free memory 671000808
0.06/0.16	c Max memory 672137216
0.06/0.16	c Total memory 672137216
0.06/0.16	c Number of processors 2
0.17/0.25	c c --- Begin Solver configuration ---
0.17/0.25	c Stops conflict analysis at the first Unique Implication Point
0.17/0.25	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@1f14ceb
0.17/0.25	c Learn all clauses as in MiniSAT
0.17/0.25	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.17/0.25	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.17/0.25	c Expensive reason simplification
0.17/0.25	c MiniSAT restarts strategy
0.17/0.25	c Memory based learned constraints deletion strategy
0.17/0.25	c timeout=2147483s
0.17/0.25	c DB Simplification allowed=false
0.17/0.25	c --- End Solver configuration ---
0.17/0.25	c solving HOME/instance-2063738-1247332798.xml
0.17/0.25	c reading problem ... 
0.37/0.48	c reading problem named null
0.37/0.48	c reading domains done.
0.37/0.49	c reading variables done.
0.46/0.53	c reading predicates  done.
0.96/1.04	c reading constraints
276.16/275.76	Exception in thread "main" java.lang.OutOfMemoryError: GC overhead limit exceeded
276.16/275.76		at org.sat4j.csp.Predicate.find(Unknown Source)
276.16/275.76		at org.sat4j.csp.Predicate.find(Unknown Source)
276.16/275.76		at org.sat4j.csp.Predicate.find(Unknown Source)
276.16/275.76		at org.sat4j.csp.Predicate.find(Unknown Source)
276.16/275.76		at org.sat4j.csp.Predicate.find(Unknown Source)
276.16/275.76		at org.sat4j.csp.Predicate.find(Unknown Source)
276.16/275.76		at org.sat4j.csp.Predicate.find(Unknown Source)
276.16/275.76		at org.sat4j.csp.Predicate.find(Unknown Source)
276.16/275.76		at org.sat4j.csp.Predicate.find(Unknown Source)
276.16/275.76		at org.sat4j.csp.Predicate.toClause(Unknown Source)
276.16/275.76		at org.sat4j.reader.CSPReader.endConstraint(Unknown Source)
276.16/275.76		at org.sat4j.csp.xml.Constraint.endElement(Unknown Source)
276.16/275.76		at org.sat4j.csp.xml.InstanceParser.endElement(Unknown Source)
276.16/275.76		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endElement(Unknown Source)
276.16/275.76		at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.endElement(Unknown Source)
276.16/275.76		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanEndElement(Unknown Source)
276.16/275.76		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(Unknown Source)
276.16/275.76		at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(Unknown Source)
276.16/275.76		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
276.16/275.76		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
276.16/275.76		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
276.16/275.76		at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(Unknown Source)
276.16/275.76		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(Unknown Source)
276.16/275.76		at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown Source)
276.16/275.76		at org.sat4j.csp.xml.CspXmlParser.parse(Unknown Source)
276.16/275.76		at org.sat4j.reader.XMLCSPReader.parseInstance(Unknown Source)
276.16/275.76		at org.sat4j.AbstractLauncher.readProblem(Unknown Source)
276.16/275.76		at org.sat4j.AbstractLauncher.run(Unknown Source)
276.16/275.76		at org.sat4j.csp.CSPLauncher.main(Unknown Source)
276.16/275.77	c starts		: 0
276.16/275.77	c conflicts		: 0
276.16/275.77	c decisions		: 0
276.16/275.77	c propagations		: 0
276.16/275.77	c inspects		: 0
276.16/275.77	c learnt literals	: 0
276.16/275.77	c learnt binary clauses	: 0
276.16/275.77	c learnt ternary clauses	: 0
276.16/275.77	c learnt clauses	: 0
276.16/275.77	c ignored clauses	: 0
276.16/275.77	c root simplifications	: 0
276.16/275.77	c removed literals (reason simplification)	: 0
276.16/275.77	c reason swapping (by a shorter reason)	: 0
276.16/275.77	c Calls to reduceDB	: 0
276.16/275.77	c speed (assignments/second)	: 0.0
276.16/275.77	c non guided choices	0
276.16/275.77	c learnt constraints type 
276.16/275.77	c constraints type 
276.16/275.77	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 7295979
276.16/275.77	c org.sat4j.minisat.constraints.card.AtLeast => 168
276.16/275.77	s UNKNOWN
276.16/275.77	c Total wall clock time (in seconds) : 275.518

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-2063738-1247332798/watcher-2063738-1247332798 -o /tmp/evaluation-result-2063738-1247332798/solver-2063738-1247332798 -C 1800 -W 2000 -M 900 java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2063738-1247332798.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.93 1.99 1.99 4/81 15651
/proc/meminfo: memFree=1054896/2055920 swapFree=4192952/4192956
[pid=15651] ppid=15649 vsize=18576 CPUtime=0
/proc/15651/stat : 15651 (runsolver) R 15649 15651 15485 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 20344008 19021824 284 996147200 4194304 4302564 548682068448 18446744073709551615 213116316967 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/15651/statm: 4644 284 249 26 0 2626 0

[startup+0.06079 s]
/proc/loadavg: 1.93 1.99 1.99 4/81 15651
/proc/meminfo: memFree=1054896/2055920 swapFree=4192952/4192956
[pid=15651] ppid=15649 vsize=802032 CPUtime=0.03
/proc/15651/stat : 15651 (java) S 15649 15651 15485 0 -1 0 2558 0 1 0 1 2 0 0 18 0 7 0 20344008 821280768 2304 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/15651/statm: 200508 2304 995 9 0 197859 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 802032

[startup+0.101799 s]
/proc/loadavg: 1.93 1.99 1.99 4/81 15651
/proc/meminfo: memFree=1054896/2055920 swapFree=4192952/4192956
[pid=15651] ppid=15649 vsize=802164 CPUtime=0.06
/proc/15651/stat : 15651 (java) S 15649 15651 15485 0 -1 0 2879 0 1 0 4 2 0 0 18 0 7 0 20344008 821415936 2624 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 0 0 0
/proc/15651/statm: 200541 2624 1040 9 0 197892 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 802164

[startup+0.301838 s]
/proc/loadavg: 1.93 1.99 1.99 4/81 15651
/proc/meminfo: memFree=1054896/2055920 swapFree=4192952/4192956
[pid=15651] ppid=15649 vsize=805896 CPUtime=0.27
/proc/15651/stat : 15651 (java) S 15649 15651 15485 0 -1 0 4375 0 1 0 24 3 0 0 18 0 12 0 20344008 825237504 4112 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15651/statm: 201474 4112 1359 9 0 198801 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 805896

[startup+0.701913 s]
/proc/loadavg: 1.93 1.99 1.99 4/81 15651
/proc/meminfo: memFree=1054896/2055920 swapFree=4192952/4192956
[pid=15651] ppid=15649 vsize=807368 CPUtime=0.66
/proc/15651/stat : 15651 (java) S 15649 15651 15485 0 -1 0 6301 0 1 0 61 5 0 0 18 0 12 0 20344008 826744832 5709 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15651/statm: 201842 5709 1387 9 0 199169 0
Current children cumulated CPU time (s) 0.66
Current children cumulated vsize (KiB) 807368

[startup+1.50207 s]
/proc/loadavg: 1.93 1.99 1.99 4/93 15663
/proc/meminfo: memFree=1035728/2055920 swapFree=4192952/4192956
[pid=15651] ppid=15649 vsize=809904 CPUtime=1.45
/proc/15651/stat : 15651 (java) S 15649 15651 15485 0 -1 0 8476 0 1 0 139 6 0 0 18 0 12 0 20344008 829341696 7069 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15651/statm: 202476 7069 1415 9 0 199803 0
[pid=15651/tid=15653] ppid=15649 vsize=809904 CPUtime=0.77
/proc/15651/task/15653/stat : 15653 (java) R 15649 15651 15485 0 -1 64 5130 0 1 0 73 4 0 0 25 0 12 0 20344009 829341696 7069 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15651/tid=15654] ppid=15649 vsize=809904 CPUtime=0
/proc/15651/task/15654/stat : 15654 (java) S 15649 15651 15485 0 -1 64 3 0 0 0 0 0 0 0 20 0 12 0 20344011 829341696 7069 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15651/tid=15655] ppid=15649 vsize=809904 CPUtime=0
/proc/15651/task/15655/stat : 15655 (java) S 15649 15651 15485 0 -1 64 0 0 0 0 0 0 0 0 21 0 12 0 20344011 829341696 7069 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15651/tid=15656] ppid=15649 vsize=809904 CPUtime=0
/proc/15651/task/15656/stat : 15656 (java) S 15649 15651 15485 0 -1 64 2 0 0 0 0 0 0 0 17 0 12 0 20344013 829341696 7069 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15651/tid=15657] ppid=15649 vsize=809904 CPUtime=0
/proc/15651/task/15657/stat : 15657 (java) S 15649 15651 15485 0 -1 64 9 0 0 0 0 0 0 0 23 0 12 0 20344013 829341696 7069 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15651/tid=15658] ppid=15649 vsize=809904 CPUtime=0
/proc/15651/task/15658/stat : 15658 (java) S 15649 15651 15485 0 -1 64 4 0 0 0 0 0 0 0 24 0 12 0 20344013 829341696 7069 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15651/tid=15659] ppid=15649 vsize=809904 CPUtime=0
/proc/15651/task/15659/stat : 15659 (java) S 15649 15651 15485 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 20344018 829341696 7069 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15651/tid=15660] ppid=15649 vsize=809904 CPUtime=0.04
/proc/15651/task/15660/stat : 15660 (java) S 15649 15651 15485 0 -1 64 262 0 0 0 4 0 0 0 18 0 12 0 20344018 829341696 7069 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15651/tid=15661] ppid=15649 vsize=809904 CPUtime=0.63
/proc/15651/task/15661/stat : 15661 (java) R 15649 15651 15485 0 -1 64 2344 0 0 0 62 1 0 0 17 0 12 0 20344018 829341696 7069 996147200 134512640 134550932 4294956016 18446744073709551615 105575936 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15651/tid=15662] ppid=15649 vsize=809904 CPUtime=0
/proc/15651/task/15662/stat : 15662 (java) S 15649 15651 15485 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 20344018 829341696 7069 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15651/tid=15663] ppid=15649 vsize=809904 CPUtime=0
/proc/15651/task/15663/stat : 15663 (java) S 15649 15651 15485 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 20344018 829341696 7069 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 809904

[startup+3.10237 s]
/proc/loadavg: 1.93 1.99 1.99 3/93 15663
/proc/meminfo: memFree=1024144/2055920 swapFree=4192952/4192956
[pid=15651] ppid=15649 vsize=814420 CPUtime=3.05
/proc/15651/stat : 15651 (java) S 15649 15651 15485 0 -1 0 17245 0 1 0 294 11 0 0 18 0 12 0 20344008 833966080 14140 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15651/statm: 203605 14140 1426 9 0 200932 0
[pid=15651/tid=15653] ppid=15649 vsize=814420 CPUtime=1.52
/proc/15651/task/15653/stat : 15653 (java) R 15649 15651 15485 0 -1 64 11210 0 1 0 145 7 0 0 25 0 12 0 20344009 833966080 14140 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15651/tid=15654] ppid=15649 vsize=814420 CPUtime=0
/proc/15651/task/15654/stat : 15654 (java) S 15649 15651 15485 0 -1 64 3 0 0 0 0 0 0 0 20 0 12 0 20344011 833966080 14140 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15651/tid=15655] ppid=15649 vsize=814420 CPUtime=0
/proc/15651/task/15655/stat : 15655 (java) S 15649 15651 15485 0 -1 64 0 0 0 0 0 0 0 0 21 0 12 0 20344011 833966080 14140 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15651/tid=15656] ppid=15649 vsize=814420 CPUtime=0
/proc/15651/task/15656/stat : 15656 (java) S 15649 15651 15485 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 20344013 833966080 14140 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15651/tid=15657] ppid=15649 vsize=814420 CPUtime=0
/proc/15651/task/15657/stat : 15657 (java) S 15649 15651 15485 0 -1 64 9 0 0 0 0 0 0 0 23 0 12 0 20344013 833966080 14140 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15651/tid=15658] ppid=15649 vsize=814420 CPUtime=0
/proc/15651/task/15658/stat : 15658 (java) S 15649 15651 15485 0 -1 64 4 0 0 0 0 0 0 0 24 0 12 0 20344013 833966080 14140 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15651/tid=15659] ppid=15649 vsize=814420 CPUtime=0
/proc/15651/task/15659/stat : 15659 (java) S 15649 15651 15485 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 20344018 833966080 14140 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15651/tid=15660] ppid=15649 vsize=814420 CPUtime=0.04
/proc/15651/task/15660/stat : 15660 (java) S 15649 15651 15485 0 -1 64 262 0 0 0 4 0 0 0 18 0 12 0 20344018 833966080 14140 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15651/tid=15661] ppid=15649 vsize=814420 CPUtime=1.47
/proc/15651/task/15661/stat : 15661 (java) R 15649 15651 15485 0 -1 64 5032 0 0 0 145 2 0 0 16 0 12 0 20344018 833966080 14140 996147200 134512640 134550932 4294956016 18446744073709551615 106262487 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15651/tid=15662] ppid=15649 vsize=814420 CPUtime=0
/proc/15651/task/15662/stat : 15662 (java) S 15649 15651 15485 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 20344018 833966080 14140 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15651/tid=15663] ppid=15649 vsize=814420 CPUtime=0
/proc/15651/task/15663/stat : 15663 (java) S 15649 15651 15485 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 20344018 833966080 14140 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 814420

[startup+6.30197 s]
/proc/loadavg: 2.01 2.01 2.00 3/93 15663
/proc/meminfo: memFree=964816/2055920 swapFree=4192952/4192956
[pid=15651] ppid=15649 vsize=816752 CPUtime=6.23
/proc/15651/stat : 15651 (java) S 15649 15651 15485 0 -1 0 31772 0 1 0 606 17 0 0 18 0 12 0 20344008 836354048 24401 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15651/statm: 204188 24401 1435 9 0 201515 0
[pid=15651/tid=15653] ppid=15649 vsize=816752 CPUtime=3.27
/proc/15651/task/15653/stat : 15653 (java) R 15649 15651 15485 0 -1 64 17390 0 1 0 317 10 0 0 25 0 12 0 20344009 836354048 24401 996147200 134512640 134550932 4294956016 18446744073709551615 4109594316 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15651/tid=15654] ppid=15649 vsize=816752 CPUtime=0.04
/proc/15651/task/15654/stat : 15654 (java) S 15649 15651 15485 0 -1 64 1561 0 0 0 4 0 0 0 17 0 12 0 20344011 836354048 24401 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15651/tid=15655] ppid=15649 vsize=816752 CPUtime=0.04
/proc/15651/task/15655/stat : 15655 (java) S 15649 15651 15485 0 -1 64 1580 0 0 0 4 0 0 0 17 0 12 0 20344011 836354048 24401 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15651/tid=15656] ppid=15649 vsize=816752 CPUtime=0
/proc/15651/task/15656/stat : 15656 (java) S 15649 15651 15485 0 -1 64 18 0 0 0 0 0 0 0 17 0 12 0 20344013 836354048 24401 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15651/tid=15657] ppid=15649 vsize=816752 CPUtime=0
/proc/15651/task/15657/stat : 15657 (java) S 15649 15651 15485 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 20344013 836354048 24401 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15651/tid=15658] ppid=15649 vsize=816752 CPUtime=0
/proc/15651/task/15658/stat : 15658 (java) S 15649 15651 15485 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 20344013 836354048 24401 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15651/tid=15659] ppid=15649 vsize=816752 CPUtime=0
/proc/15651/task/15659/stat : 15659 (java) S 15649 15651 15485 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 20344018 836354048 24401 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15651/tid=15660] ppid=15649 vsize=816752 CPUtime=0.04
/proc/15651/task/15660/stat : 15660 (java) S 15649 15651 15485 0 -1 64 262 0 0 0 4 0 0 0 17 0 12 0 20344018 836354048 24401 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15651/tid=15661] ppid=15649 vsize=816752 CPUtime=2.8
/proc/15651/task/15661/stat : 15661 (java) S 15649 15651 15485 0 -1 64 10222 0 0 0 275 5 0 0 19 0 12 0 20344018 836354048 24401 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15651/tid=15662] ppid=15649 vsize=816752 CPUtime=0
/proc/15651/task/15662/stat : 15662 (java) S 15649 15651 15485 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 20344018 836354048 24401 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15651/tid=15663] ppid=15649 vsize=816752 CPUtime=0
/proc/15651/task/15663/stat : 15663 (java) R 15649 15651 15485 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 20344018 836354048 24401 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 816752

[startup+12.7022 s]
/proc/loadavg: 2.01 2.01 2.00 3/93 15663
/proc/meminfo: memFree=922128/2055920 swapFree=4192952/4192956
[pid=15651] ppid=15649 vsize=817300 CPUtime=12.66
/proc/15651/stat : 15651 (java) S 15649 15651 15485 0 -1 0 44497 0 1 0 1244 22 0 0 18 0 12 0 20344008 836915200 35719 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15651/statm: 204325 35719 1435 9 0 201652 0
[pid=15651/tid=15653] ppid=15649 vsize=817300 CPUtime=8.36
/proc/15651/task/15653/stat : 15653 (java) R 15649 15651 15485 0 -1 64 17405 0 1 0 826 10 0 0 25 0 12 0 20344009 836915200 35719 996147200 134512640 134550932 4294956016 18446744073709551615 4109751842 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15651/tid=15654] ppid=15649 vsize=817300 CPUtime=0.48
/proc/15651/task/15654/stat : 15654 (java) S 15649 15651 15485 0 -1 64 7393 0 0 0 46 2 0 0 16 0 12 0 20344011 836915200 35719 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15651/tid=15655] ppid=15649 vsize=817300 CPUtime=0.43
/proc/15651/task/15655/stat : 15655 (java) S 15649 15651 15485 0 -1 64 7160 0 0 0 41 2 0 0 16 0 12 0 20344011 836915200 35719 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15651/tid=15656] ppid=15649 vsize=817300 CPUtime=0.01
/proc/15651/task/15656/stat : 15656 (java) S 15649 15651 15485 0 -1 64 24 0 0 0 1 0 0 0 16 0 12 0 20344013 836915200 35719 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15651/tid=15657] ppid=15649 vsize=817300 CPUtime=0
/proc/15651/task/15657/stat : 15657 (java) S 15649 15651 15485 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 20344013 836915200 35719 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15651/tid=15658] ppid=15649 vsize=817300 CPUtime=0
/proc/15651/task/15658/stat : 15658 (java) S 15649 15651 15485 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 20344013 836915200 35719 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15651/tid=15659] ppid=15649 vsize=817300 CPUtime=0
/proc/15651/task/15659/stat : 15659 (java) S 15649 15651 15485 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 20344018 836915200 35719 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15651/tid=15660] ppid=15649 vsize=817300 CPUtime=0.04
/proc/15651/task/15660/stat : 15660 (java) S 15649 15651 15485 0 -1 64 262 0 0 0 4 0 0 0 17 0 12 0 20344018 836915200 35719 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15651/tid=15661] ppid=15649 vsize=817300 CPUtime=3.29
/proc/15651/task/15661/stat : 15661 (java) S 15649 15651 15485 0 -1 64 11514 0 0 0 323 6 0 0 17 0 12 0 20344018 836915200 35719 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15651/tid=15662] ppid=15649 vsize=817300 CPUtime=0
/proc/15651/task/15662/stat : 15662 (java) S 15649 15651 15485 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 20344018 836915200 35719 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15651/tid=15663] ppid=15649 vsize=817300 CPUtime=0
/proc/15651/task/15663/stat : 15663 (java) S 15649 15651 15485 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 20344018 836915200 35719 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 817300

[startup+25.5016 s]
/proc/loadavg: 2.08 2.02 2.00 4/93 15663
/proc/meminfo: memFree=853200/2055920 swapFree=4192952/4192956
[pid=15651] ppid=15649 vsize=819668 CPUtime=25.45
/proc/15651/stat : 15651 (java) S 15649 15651 15485 0 -1 0 65015 0 1 0 2513 32 0 0 18 0 12 0 20344008 839340032 52467 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15651/statm: 204917 52467 1435 9 0 202244 0
[pid=15651/tid=15653] ppid=15649 vsize=819668 CPUtime=18.37
/proc/15651/task/15653/stat : 15653 (java) R 15649 15651 15485 0 -1 64 17429 0 1 0 1827 10 0 0 25 0 12 0 20344009 839340032 52467 996147200 134512640 134550932 4294956016 18446744073709551615 4109126805 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15651/tid=15654] ppid=15649 vsize=819668 CPUtime=1.1
/proc/15651/task/15654/stat : 15654 (java) S 15649 15651 15485 0 -1 64 17013 0 0 0 104 6 0 0 17 0 12 0 20344011 839340032 52467 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15651/tid=15655] ppid=15649 vsize=819668 CPUtime=1.06
/proc/15651/task/15655/stat : 15655 (java) S 15649 15651 15485 0 -1 64 13694 0 0 0 101 5 0 0 17 0 12 0 20344011 839340032 52467 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15651/tid=15656] ppid=15649 vsize=819668 CPUtime=0.01
/proc/15651/task/15656/stat : 15656 (java) S 15649 15651 15485 0 -1 64 24 0 0 0 1 0 0 0 15 0 12 0 20344013 839340032 52467 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15651/tid=15657] ppid=15649 vsize=819668 CPUtime=0
/proc/15651/task/15657/stat : 15657 (java) S 15649 15651 15485 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 20344013 839340032 52467 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15651/tid=15658] ppid=15649 vsize=819668 CPUtime=0
/proc/15651/task/15658/stat : 15658 (java) S 15649 15651 15485 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 20344013 839340032 52467 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15651/tid=15659] ppid=15649 vsize=819668 CPUtime=0
/proc/15651/task/15659/stat : 15659 (java) S 15649 15651 15485 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 20344018 839340032 52467 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15651/tid=15660] ppid=15649 vsize=819668 CPUtime=0.04

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

[pid=15651/tid=15662] ppid=15649 vsize=819500 CPUtime=0
/proc/15651/task/15662/stat : 15662 (java) S 15649 15651 15485 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 20344018 839168000 174897 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15651/tid=15663] ppid=15649 vsize=819500 CPUtime=0
/proc/15651/task/15663/stat : 15663 (java) S 15649 15651 15485 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 20344018 839168000 174897 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 256.37
Current children cumulated vsize (KiB) 819500

[startup+268.702 s]
/proc/loadavg: 2.14 2.14 2.05 3/93 15663
/proc/meminfo: memFree=358480/2055920 swapFree=4192952/4192956
[pid=15651] ppid=15649 vsize=815496 CPUtime=269.16
/proc/15651/stat : 15651 (java) S 15649 15651 15485 0 -1 0 345438 0 1 0 26770 146 0 0 18 0 12 0 20344008 835067904 173896 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15651/statm: 203874 173896 1437 9 0 201201 0
[pid=15651/tid=15653] ppid=15649 vsize=815496 CPUtime=124.31
/proc/15651/task/15653/stat : 15653 (java) S 15649 15651 15485 0 -1 64 17637 0 1 0 12420 11 0 0 17 0 12 0 20344009 835067904 173896 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15651/tid=15654] ppid=15649 vsize=815496 CPUtime=9.78
/proc/15651/task/15654/stat : 15654 (java) S 15649 15651 15485 0 -1 64 76810 0 0 0 949 29 0 0 15 0 12 0 20344011 835067904 173896 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15651/tid=15655] ppid=15649 vsize=815496 CPUtime=9.9
/proc/15651/task/15655/stat : 15655 (java) S 15649 15651 15485 0 -1 64 76522 0 0 0 962 28 0 0 16 0 12 0 20344011 835067904 173896 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15651/tid=15656] ppid=15649 vsize=815496 CPUtime=117.13
/proc/15651/task/15656/stat : 15656 (java) R 15649 15651 15485 0 -1 64 146395 0 0 0 11650 63 0 0 25 0 12 0 20344013 835067904 173896 996147200 134512640 134550932 4294956016 18446744073709551615 105378079 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15651/tid=15657] ppid=15649 vsize=815496 CPUtime=0
/proc/15651/task/15657/stat : 15657 (java) S 15649 15651 15485 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 20344013 835067904 173896 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15651/tid=15658] ppid=15649 vsize=815496 CPUtime=0
/proc/15651/task/15658/stat : 15658 (java) S 15649 15651 15485 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 20344013 835067904 173896 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15651/tid=15659] ppid=15649 vsize=815496 CPUtime=0
/proc/15651/task/15659/stat : 15659 (java) S 15649 15651 15485 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 20344018 835067904 173896 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15651/tid=15660] ppid=15649 vsize=815496 CPUtime=0.04
/proc/15651/task/15660/stat : 15660 (java) S 15649 15651 15485 0 -1 64 326 0 0 0 4 0 0 0 17 0 12 0 20344018 835067904 173896 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15651/tid=15661] ppid=15649 vsize=815496 CPUtime=7.93
/proc/15651/task/15661/stat : 15661 (java) S 15649 15651 15485 0 -1 64 27009 0 0 0 781 12 0 0 20 0 12 0 20344018 835067904 173896 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15651/tid=15662] ppid=15649 vsize=815496 CPUtime=0
/proc/15651/task/15662/stat : 15662 (java) S 15649 15651 15485 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 20344018 835067904 173896 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15651/tid=15663] ppid=15649 vsize=815496 CPUtime=0
/proc/15651/task/15663/stat : 15663 (java) S 15649 15651 15485 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 20344018 835067904 173896 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 269.16
Current children cumulated vsize (KiB) 815496

[startup+271.902 s]
/proc/loadavg: 2.14 2.14 2.05 3/93 15663
/proc/meminfo: memFree=358480/2055920 swapFree=4192952/4192956
[pid=15651] ppid=15649 vsize=819500 CPUtime=272.37
/proc/15651/stat : 15651 (java) S 15649 15651 15485 0 -1 0 348443 0 1 0 27089 148 0 0 18 0 12 0 20344008 839168000 174897 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15651/statm: 204875 174897 1437 9 0 202202 0
[pid=15651/tid=15653] ppid=15649 vsize=819500 CPUtime=124.36
/proc/15651/task/15653/stat : 15653 (java) S 15649 15651 15485 0 -1 64 17638 0 1 0 12425 11 0 0 17 0 12 0 20344009 839168000 174897 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15651/tid=15654] ppid=15649 vsize=819500 CPUtime=9.78
/proc/15651/task/15654/stat : 15654 (java) S 15649 15651 15485 0 -1 64 76810 0 0 0 949 29 0 0 15 0 12 0 20344011 839168000 174897 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15651/tid=15655] ppid=15649 vsize=819500 CPUtime=9.9
/proc/15651/task/15655/stat : 15655 (java) S 15649 15651 15485 0 -1 64 76522 0 0 0 962 28 0 0 16 0 12 0 20344011 839168000 174897 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15651/tid=15656] ppid=15649 vsize=819500 CPUtime=120.28
/proc/15651/task/15656/stat : 15656 (java) R 15649 15651 15485 0 -1 64 149399 0 0 0 11964 64 0 0 25 0 12 0 20344013 839168000 174897 996147200 134512640 134550932 4294956016 18446744073709551615 105696579 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15651/tid=15657] ppid=15649 vsize=819500 CPUtime=0
/proc/15651/task/15657/stat : 15657 (java) S 15649 15651 15485 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 20344013 839168000 174897 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15651/tid=15658] ppid=15649 vsize=819500 CPUtime=0
/proc/15651/task/15658/stat : 15658 (java) S 15649 15651 15485 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 20344013 839168000 174897 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15651/tid=15659] ppid=15649 vsize=819500 CPUtime=0
/proc/15651/task/15659/stat : 15659 (java) S 15649 15651 15485 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 20344018 839168000 174897 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15651/tid=15660] ppid=15649 vsize=819500 CPUtime=0.04
/proc/15651/task/15660/stat : 15660 (java) S 15649 15651 15485 0 -1 64 326 0 0 0 4 0 0 0 17 0 12 0 20344018 839168000 174897 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15651/tid=15661] ppid=15649 vsize=819500 CPUtime=7.93
/proc/15651/task/15661/stat : 15661 (java) S 15649 15651 15485 0 -1 64 27009 0 0 0 781 12 0 0 20 0 12 0 20344018 839168000 174897 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15651/tid=15662] ppid=15649 vsize=819500 CPUtime=0
/proc/15651/task/15662/stat : 15662 (java) S 15649 15651 15485 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 20344018 839168000 174897 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15651/tid=15663] ppid=15649 vsize=819500 CPUtime=0
/proc/15651/task/15663/stat : 15663 (java) S 15649 15651 15485 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 20344018 839168000 174897 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 272.37
Current children cumulated vsize (KiB) 819500

[startup+273.502 s]
/proc/loadavg: 2.14 2.14 2.05 3/93 15663
/proc/meminfo: memFree=358480/2055920 swapFree=4192952/4192956
[pid=15651] ppid=15649 vsize=815496 CPUtime=273.96
/proc/15651/stat : 15651 (java) S 15649 15651 15485 0 -1 0 348446 0 1 0 27248 148 0 0 18 0 12 0 20344008 835067904 173896 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15651/statm: 203874 173896 1436 9 0 201201 0
[pid=15651/tid=15653] ppid=15649 vsize=815496 CPUtime=124.45
/proc/15651/task/15653/stat : 15653 (java) S 15649 15651 15485 0 -1 64 17641 0 1 0 12434 11 0 0 17 0 12 0 20344009 835067904 173896 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15651/tid=15654] ppid=15649 vsize=815496 CPUtime=9.78
/proc/15651/task/15654/stat : 15654 (java) S 15649 15651 15485 0 -1 64 76810 0 0 0 949 29 0 0 15 0 12 0 20344011 835067904 173896 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15651/tid=15655] ppid=15649 vsize=815496 CPUtime=9.9
/proc/15651/task/15655/stat : 15655 (java) S 15649 15651 15485 0 -1 64 76522 0 0 0 962 28 0 0 16 0 12 0 20344011 835067904 173896 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15651/tid=15656] ppid=15649 vsize=815496 CPUtime=121.8
/proc/15651/task/15656/stat : 15656 (java) R 15649 15651 15485 0 -1 64 149399 0 0 0 12115 65 0 0 25 0 12 0 20344013 835067904 173896 996147200 134512640 134550932 4294956016 18446744073709551615 104177783 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15651/tid=15657] ppid=15649 vsize=815496 CPUtime=0
/proc/15651/task/15657/stat : 15657 (java) S 15649 15651 15485 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 20344013 835067904 173896 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15651/tid=15658] ppid=15649 vsize=815496 CPUtime=0
/proc/15651/task/15658/stat : 15658 (java) S 15649 15651 15485 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 20344013 835067904 173896 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15651/tid=15659] ppid=15649 vsize=815496 CPUtime=0
/proc/15651/task/15659/stat : 15659 (java) S 15649 15651 15485 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 20344018 835067904 173896 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15651/tid=15660] ppid=15649 vsize=815496 CPUtime=0.04
/proc/15651/task/15660/stat : 15660 (java) S 15649 15651 15485 0 -1 64 326 0 0 0 4 0 0 0 17 0 12 0 20344018 835067904 173896 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15651/tid=15661] ppid=15649 vsize=815496 CPUtime=7.93
/proc/15651/task/15661/stat : 15661 (java) S 15649 15651 15485 0 -1 64 27009 0 0 0 781 12 0 0 20 0 12 0 20344018 835067904 173896 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15651/tid=15662] ppid=15649 vsize=815496 CPUtime=0
/proc/15651/task/15662/stat : 15662 (java) S 15649 15651 15485 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 20344018 835067904 173896 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15651/tid=15663] ppid=15649 vsize=815496 CPUtime=0
/proc/15651/task/15663/stat : 15663 (java) S 15649 15651 15485 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 20344018 835067904 173896 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 273.96
Current children cumulated vsize (KiB) 815496

[startup+275.103 s]
/proc/loadavg: 2.13 2.13 2.05 3/93 15663
/proc/meminfo: memFree=358480/2055920 swapFree=4192952/4192956
[pid=15651] ppid=15649 vsize=819500 CPUtime=275.56
/proc/15651/stat : 15651 (java) S 15649 15651 15485 0 -1 0 349948 0 1 0 27408 148 0 0 18 0 12 0 20344008 839168000 174897 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15651/statm: 204875 174897 1436 9 0 202202 0
[pid=15651/tid=15653] ppid=15649 vsize=819500 CPUtime=124.45
/proc/15651/task/15653/stat : 15653 (java) S 15649 15651 15485 0 -1 64 17641 0 1 0 12434 11 0 0 17 0 12 0 20344009 839168000 174897 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15651/tid=15654] ppid=15649 vsize=819500 CPUtime=9.78
/proc/15651/task/15654/stat : 15654 (java) S 15649 15651 15485 0 -1 64 76810 0 0 0 949 29 0 0 15 0 12 0 20344011 839168000 174897 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15651/tid=15655] ppid=15649 vsize=819500 CPUtime=9.9
/proc/15651/task/15655/stat : 15655 (java) S 15649 15651 15485 0 -1 64 76522 0 0 0 962 28 0 0 16 0 12 0 20344011 839168000 174897 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15651/tid=15656] ppid=15649 vsize=819500 CPUtime=123.4
/proc/15651/task/15656/stat : 15656 (java) R 15649 15651 15485 0 -1 64 150901 0 0 0 12275 65 0 0 25 0 12 0 20344013 839168000 174897 996147200 134512640 134550932 4294956016 18446744073709551615 104187780 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15651/tid=15657] ppid=15649 vsize=819500 CPUtime=0
/proc/15651/task/15657/stat : 15657 (java) S 15649 15651 15485 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 20344013 839168000 174897 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15651/tid=15658] ppid=15649 vsize=819500 CPUtime=0
/proc/15651/task/15658/stat : 15658 (java) S 15649 15651 15485 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 20344013 839168000 174897 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15651/tid=15659] ppid=15649 vsize=819500 CPUtime=0
/proc/15651/task/15659/stat : 15659 (java) S 15649 15651 15485 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 20344018 839168000 174897 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15651/tid=15660] ppid=15649 vsize=819500 CPUtime=0.04
/proc/15651/task/15660/stat : 15660 (java) S 15649 15651 15485 0 -1 64 326 0 0 0 4 0 0 0 17 0 12 0 20344018 839168000 174897 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15651/tid=15661] ppid=15649 vsize=819500 CPUtime=7.93
/proc/15651/task/15661/stat : 15661 (java) S 15649 15651 15485 0 -1 64 27009 0 0 0 781 12 0 0 20 0 12 0 20344018 839168000 174897 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15651/tid=15662] ppid=15649 vsize=819500 CPUtime=0
/proc/15651/task/15662/stat : 15662 (java) S 15649 15651 15485 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 20344018 839168000 174897 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15651/tid=15663] ppid=15649 vsize=819500 CPUtime=0
/proc/15651/task/15663/stat : 15663 (java) S 15649 15651 15485 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 20344018 839168000 174897 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 275.56
Current children cumulated vsize (KiB) 819500

[startup+275.502 s]
/proc/loadavg: 2.13 2.13 2.05 3/93 15663
/proc/meminfo: memFree=358480/2055920 swapFree=4192952/4192956
[pid=15651] ppid=15649 vsize=819500 CPUtime=275.96
/proc/15651/stat : 15651 (java) S 15649 15651 15485 0 -1 0 349948 0 1 0 27448 148 0 0 18 0 12 0 20344008 839168000 174897 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15651/statm: 204875 174897 1436 9 0 202202 0
[pid=15651/tid=15653] ppid=15649 vsize=819500 CPUtime=124.45
/proc/15651/task/15653/stat : 15653 (java) S 15649 15651 15485 0 -1 64 17641 0 1 0 12434 11 0 0 17 0 12 0 20344009 839168000 174897 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15651/tid=15654] ppid=15649 vsize=819500 CPUtime=9.78
/proc/15651/task/15654/stat : 15654 (java) S 15649 15651 15485 0 -1 64 76810 0 0 0 949 29 0 0 15 0 12 0 20344011 839168000 174897 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15651/tid=15655] ppid=15649 vsize=819500 CPUtime=9.9
/proc/15651/task/15655/stat : 15655 (java) S 15649 15651 15485 0 -1 64 76522 0 0 0 962 28 0 0 16 0 12 0 20344011 839168000 174897 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15651/tid=15656] ppid=15649 vsize=819500 CPUtime=123.8
/proc/15651/task/15656/stat : 15656 (java) R 15649 15651 15485 0 -1 64 150901 0 0 0 12315 65 0 0 25 0 12 0 20344013 839168000 174897 996147200 134512640 134550932 4294956016 18446744073709551615 106158888 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15651/tid=15657] ppid=15649 vsize=819500 CPUtime=0
/proc/15651/task/15657/stat : 15657 (java) S 15649 15651 15485 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 20344013 839168000 174897 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15651/tid=15658] ppid=15649 vsize=819500 CPUtime=0
/proc/15651/task/15658/stat : 15658 (java) S 15649 15651 15485 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 20344013 839168000 174897 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15651/tid=15659] ppid=15649 vsize=819500 CPUtime=0
/proc/15651/task/15659/stat : 15659 (java) S 15649 15651 15485 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 20344018 839168000 174897 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15651/tid=15660] ppid=15649 vsize=819500 CPUtime=0.04
/proc/15651/task/15660/stat : 15660 (java) S 15649 15651 15485 0 -1 64 326 0 0 0 4 0 0 0 17 0 12 0 20344018 839168000 174897 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15651/tid=15661] ppid=15649 vsize=819500 CPUtime=7.93
/proc/15651/task/15661/stat : 15661 (java) S 15649 15651 15485 0 -1 64 27009 0 0 0 781 12 0 0 20 0 12 0 20344018 839168000 174897 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15651/tid=15662] ppid=15649 vsize=819500 CPUtime=0
/proc/15651/task/15662/stat : 15662 (java) S 15649 15651 15485 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 20344018 839168000 174897 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15651/tid=15663] ppid=15649 vsize=819500 CPUtime=0
/proc/15651/task/15663/stat : 15663 (java) S 15649 15651 15485 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 20344018 839168000 174897 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 275.96
Current children cumulated vsize (KiB) 819500

[startup+275.902 s]
/proc/loadavg: 2.13 2.13 2.05 3/93 15663
/proc/meminfo: memFree=358480/2055920 swapFree=4192952/4192956
[pid=15651] ppid=15649 vsize=0 CPUtime=276.32
/proc/15651/stat : 15651 (java) Z 15649 15651 15485 0 -1 12 349966 0 1 0 27475 157 0 0 16 0 2 0 20344008 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15651/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 276.32
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 275.915
CPU time (s): 276.343
CPU user time (s): 274.755
CPU system time (s): 1.58776
CPU usage (%): 100.155
Max. virtual memory (cumulated for all children) (KiB): 863504

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 274.755
system time used= 1.58776
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 349966
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= 9079
involuntary context switches= 12076

runsolver used 0.377942 second user time and 0.974851 second system time

The end

Launcher Data

Begin job on node37 at 2009-07-11 19:19:58
IDJOB=2063738
IDBENCH=54078
IDSOLVER=731
FILE ID=node37/2063738-1247332798
PBS_JOBID= 9506648
Free space on /tmp= 66388 MiB

SOLVER NAME= SAT4J CSP 2.1.1
BENCH NAME= CPAI08/csp/radar-9-28-4-2/normalized-radar-9-28-4-2-17.xml
COMMAND LINE= java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2063738-1247332798/watcher-2063738-1247332798 -o /tmp/evaluation-result-2063738-1247332798/solver-2063738-1247332798 -C 1800 -W 2000 -M 900  java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2063738-1247332798.xml

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

MD5SUM BENCH= 19b87120d9b5d562811d3a9be967d4f1
RANDOM SEED=2091204111

node37.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.260
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.260
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:       1055384 kB
Buffers:         49652 kB
Cached:         838424 kB
SwapCached:          4 kB
Active:         110760 kB
Inactive:       829856 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1055384 kB
SwapTotal:     4192956 kB
SwapFree:      4192952 kB
Dirty:            1580 kB
Writeback:           0 kB
Mapped:          73024 kB
Slab:            45020 kB
Committed_AS:   209848 kB
PageTables:       1888 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= 66388 MiB
End job on node37 at 2009-07-11 19:24:34