Trace number 1083245

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 2008-06-13? 216.772 217.609

General information on the benchmark

Namecsp/super-js/super-js-taillard-20-15/
normalized-super-js-taillard-20-15-24.xml
MD5SUM32c080069cd6a9f51c8c0a6f1b619a56
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark5.97209
Satisfiable
(Un)Satisfiability was proved
Number of variables600
Number of constraints9690
Maximum constraint arity2
Maximum domain size1288
Number of constraints which are defined in extension0
Number of constraints which are defined in intension9690
Global constraints used (with number of constraints)

Solver Data (download as text)

0.28/0.31	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.28/0.31	c This is free software under the dual EPL/GNU LGPL licenses.
0.28/0.31	c See www.sat4j.org for details.
0.28/0.31	c That software uses the Rhino library from the Mozilla project.
0.28/0.35	c version 9.9.9.token
0.28/0.35	c sun.arch.data.model	32
0.28/0.35	c java.version	1.6.0_06
0.28/0.35	c os.name	Linux
0.28/0.36	c os.version	2.6.9-22.EL.rootsmp
0.28/0.36	c os.arch	i386
0.28/0.36	c Free memory 669864272
0.28/0.36	c Max memory 672137216
0.28/0.36	c Total memory 672137216
0.28/0.36	c Number of processors 2
0.38/0.40	c c --- Begin Solver configuration ---
0.38/0.40	c Stops conflict analysis at the first Unique Implication Point
0.38/0.40	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@1d2068d
0.38/0.40	c Learn all clauses as in MiniSAT
0.38/0.40	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.38/0.40	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.38/0.40	c Expensive reason simplification
0.38/0.40	c MiniSAT restarts strategy
0.38/0.40	c timeout=2147483s
0.38/0.40	c DB Simplification allowed=false
0.38/0.40	c --- End Solver configuration ---
0.38/0.40	c solving HOME/instance-1083245-1215226413.xml
0.38/0.40	c reading problem ... 
0.58/0.66	c reading problem named null
0.58/0.66	c reading domains done.
0.58/0.69	c reading variables done.
2.35/2.25	c reading predicates  done.
2.54/2.43	c reading constraints
212.32/213.12	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
212.32/213.12		at org.sat4j.minisat.constraints.cnf.WLClause.(WLClause.java:62)
212.32/213.12		at org.sat4j.minisat.constraints.cnf.OriginalWLClause.(OriginalWLClause.java:37)
212.32/213.12		at org.sat4j.minisat.constraints.cnf.OriginalWLClause.brandNewClause(OriginalWLClause.java:78)
212.32/213.12		at org.sat4j.minisat.constraints.MixedDataStructureDaniel.createClause(MixedDataStructureDaniel.java:69)
212.32/213.12		at org.sat4j.minisat.core.Solver.addClause(Solver.java:303)
212.32/213.12		at org.sat4j.csp.encodings.BinarySupportEncoding.generateClauses(BinarySupportEncoding.java:98)
212.32/213.12		at org.sat4j.csp.encodings.BinarySupportEncoding.onFinish(BinarySupportEncoding.java:53)
212.32/213.12		at org.sat4j.csp.Predicate.toClause(Predicate.java:110)
212.32/213.12		at org.sat4j.reader.CSPReader.endConstraint(CSPReader.java:479)
212.32/213.12		at org.sat4j.csp.xml.Constraint.endElement(Constraint.java:50)
212.32/213.12		at org.sat4j.csp.xml.InstanceParser.endElement(InstanceParser.java:49)
212.32/213.12		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endElement(Unknown Source)
212.32/213.12		at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.endElement(Unknown Source)
212.32/213.12		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanEndElement(Unknown Source)
212.32/213.12		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(Unknown Source)
212.32/213.12		at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(Unknown Source)
212.32/213.12		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
212.32/213.12		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
212.32/213.12		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
212.32/213.12		at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(Unknown Source)
212.32/213.12		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(Unknown Source)
212.32/213.12		at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown Source)
212.32/213.12		at org.sat4j.csp.xml.CspXmlParser.parse(CspXmlParser.java:62)
212.32/213.12		at org.sat4j.reader.XMLCSPReader.parseInstance(XMLCSPReader.java:62)
212.32/213.12		at org.sat4j.AbstractLauncher.readProblem(AbstractLauncher.java:174)
212.32/213.12		at org.sat4j.AbstractLauncher.run(AbstractLauncher.java:194)
212.32/213.12		at org.sat4j.csp.CSPLauncher.main(CSPLauncher.java:74)
216.50/217.31	c starts		: 0
216.50/217.31	c conflicts		: 0
216.50/217.31	c decisions		: 0
216.50/217.31	c propagations		: 0
216.50/217.31	c inspects		: 0
216.50/217.31	c learnt literals	: 0
216.50/217.31	c learnt binary clauses	: 0
216.50/217.31	c learnt ternary clauses	: 0
216.50/217.31	c learnt clauses	: 0
216.50/217.31	c ignored clauses	: 0
216.50/217.31	c root simplifications	: 0
216.50/217.31	c removed literals (reason simplification)	: 0
216.50/217.31	c reason swapping (by a shorter reason)	: 0
216.50/217.31	c Calls to reduceDB	: 0
216.50/217.31	c speed (assignments/second)	: 0.0
216.50/217.31	c non guided choices	0
216.50/217.31	s UNKNOWN
216.50/217.31	c Total wall clock time (in seconds) : 212.722

Verifier Data (download as text)

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: UNKNOWN

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1083245-1215226413/watcher-1083245-1215226413 -o /tmp/evaluation-result-1083245-1215226413/solver-1083245-1215226413 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1083245-1215226413.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): 2200 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
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.07 4/79 2629
/proc/meminfo: memFree=1669604/2055920 swapFree=4146768/4192956
[pid=2629] ppid=2627 vsize=18572 CPUtime=0
/proc/2629/stat : 2629 (runsolver) R 2627 2629 1466 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 678367913 19017728 292 996147200 4194304 4296836 548682068416 18446744073709551615 256364834087 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/2629/statm: 4643 292 257 25 0 2626 0

[startup+0.026186 s]
/proc/loadavg: 2.00 2.00 2.07 4/79 2629
/proc/meminfo: memFree=1669604/2055920 swapFree=4146768/4192956
[pid=2629] ppid=2627 vsize=797516 CPUtime=0.01
/proc/2629/stat : 2629 (java) S 2627 2629 1466 0 -1 0 1335 0 1 0 0 1 0 0 20 0 2 0 678367913 816656384 1076 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/2629/statm: 199379 1076 397 9 0 197157 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 797516

[startup+0.10118 s]
/proc/loadavg: 2.00 2.00 2.07 4/79 2629
/proc/meminfo: memFree=1669604/2055920 swapFree=4146768/4192956
[pid=2629] ppid=2627 vsize=804612 CPUtime=0.08
/proc/2629/stat : 2629 (java) S 2627 2629 1466 0 -1 0 2997 0 1 0 6 2 0 0 20 0 12 0 678367913 823922688 2730 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2629/statm: 201153 2730 1048 9 0 198522 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 804612

[startup+0.301202 s]
/proc/loadavg: 2.00 2.00 2.07 4/79 2629
/proc/meminfo: memFree=1669604/2055920 swapFree=4146768/4192956
[pid=2629] ppid=2627 vsize=808328 CPUtime=0.28
/proc/2629/stat : 2629 (java) S 2627 2629 1466 0 -1 0 4948 0 1 0 25 3 0 0 20 0 12 0 678367913 827727872 4276 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2629/statm: 202082 4276 1297 9 0 199451 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 808328

[startup+0.701236 s]
/proc/loadavg: 2.00 2.00 2.07 4/79 2629
/proc/meminfo: memFree=1669604/2055920 swapFree=4146768/4192956
[pid=2629] ppid=2627 vsize=808356 CPUtime=0.68
/proc/2629/stat : 2629 (java) S 2627 2629 1466 0 -1 0 6342 0 1 0 64 4 0 0 20 0 12 0 678367913 827756544 5523 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2629/statm: 202089 5523 1335 9 0 199451 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 808356

[startup+1.50132 s]
/proc/loadavg: 2.00 2.00 2.07 3/91 2641
/proc/meminfo: memFree=1633924/2055920 swapFree=4146768/4192956
[pid=2629] ppid=2627 vsize=812204 CPUtime=1.63
/proc/2629/stat : 2629 (java) S 2627 2629 1466 0 -1 0 35500 0 1 0 146 17 0 0 20 0 12 0 678367913 831696896 32688 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2629/statm: 203051 32690 1347 9 0 200413 0
[pid=2629/tid=2631] ppid=2627 vsize=812204 CPUtime=0.68
/proc/2629/task/2631/stat : 2631 (java) R 2627 2629 1466 0 -1 64 16986 0 1 0 60 8 0 0 25 0 12 0 678367914 831696896 32691 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2629/tid=2632] ppid=2627 vsize=812204 CPUtime=0.23
/proc/2629/task/2632/stat : 2632 (java) R 2627 2629 1466 0 -1 64 7458 0 0 0 21 2 0 0 18 0 12 0 678367916 831696896 32692 996147200 134512640 134550740 4294956016 18446744073709551615 106160196 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2629/tid=2633] ppid=2627 vsize=812204 CPUtime=0.21
/proc/2629/task/2633/stat : 2633 (java) R 2627 2629 1466 0 -1 64 8547 0 0 0 17 4 0 0 18 0 12 0 678367916 831696896 32693 996147200 134512640 134550740 4294956016 18446744073709551615 106160148 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2629/tid=2634] ppid=2627 vsize=812204 CPUtime=0
/proc/2629/task/2634/stat : 2634 (java) S 2627 2629 1466 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 678367917 831696896 32694 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=2629/tid=2635] ppid=2627 vsize=812204 CPUtime=0
/proc/2629/task/2635/stat : 2635 (java) S 2627 2629 1466 0 -1 64 9 0 0 0 0 0 0 0 25 0 12 0 678367918 831696896 32695 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2629/tid=2636] ppid=2627 vsize=812204 CPUtime=0
/proc/2629/task/2636/stat : 2636 (java) S 2627 2629 1466 0 -1 64 4 0 0 0 0 0 0 0 25 0 12 0 678367918 831696896 32696 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2629/tid=2637] ppid=2627 vsize=812204 CPUtime=0
/proc/2629/task/2637/stat : 2637 (java) S 2627 2629 1466 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 678367922 831696896 32697 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2629/tid=2638] ppid=2627 vsize=812204 CPUtime=0.18
/proc/2629/task/2638/stat : 2638 (java) S 2627 2629 1466 0 -1 64 594 0 0 0 18 0 0 0 16 0 12 0 678367922 831696896 32699 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2629/tid=2639] ppid=2627 vsize=812204 CPUtime=0.27
/proc/2629/task/2639/stat : 2639 (java) S 2627 2629 1466 0 -1 64 1158 0 0 0 27 0 0 0 16 0 12 0 678367922 831696896 32700 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2629/tid=2640] ppid=2627 vsize=812204 CPUtime=0
/proc/2629/task/2640/stat : 2640 (java) S 2627 2629 1466 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 678367922 831696896 32701 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2629/tid=2641] ppid=2627 vsize=812204 CPUtime=0
/proc/2629/task/2641/stat : 2641 (java) S 2627 2629 1466 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 678367922 831696896 32702 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.63
Current children cumulated vsize (KiB) 812204

[startup+3.10249 s]
/proc/loadavg: 2.00 2.00 2.07 4/91 2641
/proc/meminfo: memFree=1487300/2055920 swapFree=4146768/4192956
[pid=2629] ppid=2627 vsize=818956 CPUtime=3.24
/proc/2629/stat : 2629 (java) S 2627 2629 1466 0 -1 0 54487 0 1 0 298 26 0 0 20 0 12 0 678367913 838610944 49581 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2629/statm: 204739 49581 1375 9 0 202101 0
[pid=2629/tid=2631] ppid=2627 vsize=818956 CPUtime=1.4
/proc/2629/task/2631/stat : 2631 (java) R 2627 2629 1466 0 -1 64 17296 0 1 0 131 9 0 0 25 0 12 0 678367914 838610944 49581 996147200 134512640 134550740 4294956016 18446744073709551615 4109726048 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2629/tid=2632] ppid=2627 vsize=818956 CPUtime=0.45
/proc/2629/task/2632/stat : 2632 (java) S 2627 2629 1466 0 -1 64 12494 0 0 0 40 5 0 0 17 0 12 0 678367916 838610944 49581 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2629/tid=2633] ppid=2627 vsize=818956 CPUtime=0.54
/proc/2629/task/2633/stat : 2633 (java) S 2627 2629 1466 0 -1 64 20399 0 0 0 45 9 0 0 19 0 12 0 678367916 838610944 49581 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2629/tid=2634] ppid=2627 vsize=818956 CPUtime=0
/proc/2629/task/2634/stat : 2634 (java) S 2627 2629 1466 0 -1 64 30 0 0 0 0 0 0 0 16 0 12 0 678367917 838610944 49581 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=2629/tid=2635] ppid=2627 vsize=818956 CPUtime=0
/proc/2629/task/2635/stat : 2635 (java) S 2627 2629 1466 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 678367918 838610944 49581 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2629/tid=2636] ppid=2627 vsize=818956 CPUtime=0
/proc/2629/task/2636/stat : 2636 (java) S 2627 2629 1466 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 678367918 838610944 49581 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2629/tid=2637] ppid=2627 vsize=818956 CPUtime=0
/proc/2629/task/2637/stat : 2637 (java) S 2627 2629 1466 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 678367922 838610944 49581 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2629/tid=2638] ppid=2627 vsize=818956 CPUtime=0.28
/proc/2629/task/2638/stat : 2638 (java) S 2627 2629 1466 0 -1 64 611 0 0 0 28 0 0 0 16 0 12 0 678367922 838610944 49581 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2629/tid=2639] ppid=2627 vsize=818956 CPUtime=0.52
/proc/2629/task/2639/stat : 2639 (java) S 2627 2629 1466 0 -1 64 2895 0 0 0 51 1 0 0 16 0 12 0 678367922 838610944 49581 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2629/tid=2640] ppid=2627 vsize=818956 CPUtime=0
/proc/2629/task/2640/stat : 2640 (java) S 2627 2629 1466 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 678367922 838610944 49581 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2629/tid=2641] ppid=2627 vsize=818956 CPUtime=0
/proc/2629/task/2641/stat : 2641 (java) S 2627 2629 1466 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 678367922 838610944 49581 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.24
Current children cumulated vsize (KiB) 818956

[startup+6.30282 s]
/proc/loadavg: 2.00 2.00 2.07 4/91 2641
/proc/meminfo: memFree=1423172/2055920 swapFree=4146768/4192956
[pid=2629] ppid=2627 vsize=820276 CPUtime=6.61
/proc/2629/stat : 2629 (java) S 2627 2629 1466 0 -1 0 75391 0 1 0 625 36 0 0 20 0 12 0 678367913 839962624 68186 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2629/statm: 205069 68186 1387 9 0 202431 0
[pid=2629/tid=2631] ppid=2627 vsize=820276 CPUtime=3.58
/proc/2629/task/2631/stat : 2631 (java) R 2627 2629 1466 0 -1 64 17308 0 1 0 349 9 0 0 25 0 12 0 678367914 839962624 68186 996147200 134512640 134550740 4294956016 18446744073709551615 4109744073 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2629/tid=2632] ppid=2627 vsize=820276 CPUtime=0.82
/proc/2629/task/2632/stat : 2632 (java) S 2627 2629 1466 0 -1 64 24189 0 0 0 72 10 0 0 16 0 12 0 678367916 839962624 68186 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2629/tid=2633] ppid=2627 vsize=820276 CPUtime=0.94
/proc/2629/task/2633/stat : 2633 (java) S 2627 2629 1466 0 -1 64 28052 0 0 0 81 13 0 0 16 0 12 0 678367916 839962624 68186 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2629/tid=2634] ppid=2627 vsize=820276 CPUtime=0
/proc/2629/task/2634/stat : 2634 (java) S 2627 2629 1466 0 -1 64 30 0 0 0 0 0 0 0 16 0 12 0 678367917 839962624 68186 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=2629/tid=2635] ppid=2627 vsize=820276 CPUtime=0
/proc/2629/task/2635/stat : 2635 (java) S 2627 2629 1466 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 678367918 839962624 68186 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2629/tid=2636] ppid=2627 vsize=820276 CPUtime=0
/proc/2629/task/2636/stat : 2636 (java) S 2627 2629 1466 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 678367918 839962624 68186 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2629/tid=2637] ppid=2627 vsize=820276 CPUtime=0
/proc/2629/task/2637/stat : 2637 (java) S 2627 2629 1466 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 678367922 839962624 68186 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2629/tid=2638] ppid=2627 vsize=820276 CPUtime=0.35
/proc/2629/task/2638/stat : 2638 (java) S 2627 2629 1466 0 -1 64 612 0 0 0 35 0 0 0 16 0 12 0 678367922 839962624 68186 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2629/tid=2639] ppid=2627 vsize=820276 CPUtime=0.88
/proc/2629/task/2639/stat : 2639 (java) S 2627 2629 1466 0 -1 64 4438 0 0 0 86 2 0 0 16 0 12 0 678367922 839962624 68186 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2629/tid=2640] ppid=2627 vsize=820276 CPUtime=0
/proc/2629/task/2640/stat : 2640 (java) S 2627 2629 1466 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 678367922 839962624 68186 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2629/tid=2641] ppid=2627 vsize=820276 CPUtime=0
/proc/2629/task/2641/stat : 2641 (java) S 2627 2629 1466 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 678367922 839962624 68186 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.61
Current children cumulated vsize (KiB) 820276

[startup+12.7025 s]
/proc/loadavg: 2.00 2.00 2.07 6/91 2641
/proc/meminfo: memFree=1358788/2055920 swapFree=4146768/4192956
[pid=2629] ppid=2627 vsize=820276 CPUtime=12.97
/proc/2629/stat : 2629 (java) S 2627 2629 1466 0 -1 0 87913 0 1 0 1256 41 0 0 20 0 12 0 678367913 839962624 80684 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2629/statm: 205069 80684 1387 9 0 202431 0
[pid=2629/tid=2631] ppid=2627 vsize=820276 CPUtime=9.39
/proc/2629/task/2631/stat : 2631 (java) R 2627 2629 1466 0 -1 64 17334 0 1 0 930 9 0 0 25 0 12 0 678367914 839962624 80684 996147200 134512640 134550740 4294956016 18446744073709551615 4109792604 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2629/tid=2632] ppid=2627 vsize=820276 CPUtime=1.01
/proc/2629/task/2632/stat : 2632 (java) S 2627 2629 1466 0 -1 64 29739 0 0 0 89 12 0 0 16 0 12 0 678367916 839962624 80684 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2629/tid=2633] ppid=2627 vsize=820276 CPUtime=1.15
/proc/2629/task/2633/stat : 2633 (java) S 2627 2629 1466 0 -1 64 34998 0 0 0 100 15 0 0 16 0 12 0 678367916 839962624 80684 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2629/tid=2634] ppid=2627 vsize=820276 CPUtime=0.01
/proc/2629/task/2634/stat : 2634 (java) S 2627 2629 1466 0 -1 64 30 0 0 0 1 0 0 0 16 0 12 0 678367917 839962624 80684 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=2629/tid=2635] ppid=2627 vsize=820276 CPUtime=0
/proc/2629/task/2635/stat : 2635 (java) S 2627 2629 1466 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 678367918 839962624 80684 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2629/tid=2636] ppid=2627 vsize=820276 CPUtime=0
/proc/2629/task/2636/stat : 2636 (java) S 2627 2629 1466 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 678367918 839962624 80684 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2629/tid=2637] ppid=2627 vsize=820276 CPUtime=0
/proc/2629/task/2637/stat : 2637 (java) S 2627 2629 1466 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 678367922 839962624 80684 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2629/tid=2638] ppid=2627 vsize=820276 CPUtime=0.43
/proc/2629/task/2638/stat : 2638 (java) S 2627 2629 1466 0 -1 64 612 0 0 0 43 0 0 0 16 0 12 0 678367922 839962624 80684 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2629/tid=2639] ppid=2627 vsize=820276 CPUtime=0.93
/proc/2629/task/2639/stat : 2639 (java) S 2627 2629 1466 0 -1 64 4438 0 0 0 91 2 0 0 16 0 12 0 678367922 839962624 80684 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2629/tid=2640] ppid=2627 vsize=820276 CPUtime=0
/proc/2629/task/2640/stat : 2640 (java) S 2627 2629 1466 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 678367922 839962624 80684 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2629/tid=2641] ppid=2627 vsize=820276 CPUtime=0
/proc/2629/task/2641/stat : 2641 (java) S 2627 2629 1466 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 678367922 839962624 80684 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.97
Current children cumulated vsize (KiB) 820276

[startup+25.5018 s]
/proc/loadavg: 2.00 2.00 2.07 3/91 2641
/proc/meminfo: memFree=1252996/2055920 swapFree=4146768/4192956
[pid=2629] ppid=2627 vsize=815884 CPUtime=25.69
/proc/2629/stat : 2629 (java) S 2627 2629 1466 0 -1 0 114329 0 1 0 2517 52 0 0 20 0 12 0 678367913 835465216 105972 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2629/statm: 203971 105972 1387 9 0 201333 0
[pid=2629/tid=2631] ppid=2627 vsize=815884 CPUtime=21.36
/proc/2629/task/2631/stat : 2631 (java) R 2627 2629 1466 0 -1 64 17364 0 1 0 2127 9 0 0 25 0 12 0 678367914 835465216 105972 996147200 134512640 134550740 4294956016 18446744073709551615 4109744073 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2629/tid=2632] ppid=2627 vsize=815884 CPUtime=1.34
/proc/2629/task/2632/stat : 2632 (java) S 2627 2629 1466 0 -1 64 43301 0 0 0 116 18 0 0 16 0 12 0 678367916 835465216 105972 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2629/tid=2633] ppid=2627 vsize=815884 CPUtime=1.52
/proc/2629/task/2633/stat : 2633 (java) S 2627 2629 1466 0 -1 64 47822 0 0 0 131 21 0 0 16 0 12 0 678367916 835465216 105972 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2629/tid=2634] ppid=2627 vsize=815884 CPUtime=0.02
/proc/2629/task/2634/stat : 2634 (java) S 2627 2629 1466 0 -1 64 30 0 0 0 2 0 0 0 15 0 12 0 678367917 835465216 105972 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=2629/tid=2635] ppid=2627 vsize=815884 CPUtime=0
/proc/2629/task/2635/stat : 2635 (java) S 2627 2629 1466 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 678367918 835465216 105972 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2629/tid=2636] ppid=2627 vsize=815884 CPUtime=0
/proc/2629/task/2636/stat : 2636 (java) S 2627 2629 1466 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 678367918 835465216 105972 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2629/tid=2637] ppid=2627 vsize=815884 CPUtime=0
/proc/2629/task/2637/stat : 2637 (java) S 2627 2629 1466 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 678367922 835465216 105972 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0

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

/proc/loadavg: 2.44 2.14 2.10 3/92 2642
/proc/meminfo: memFree=973948/2055920 swapFree=4146768/4192956
[pid=2629] ppid=2627 vsize=825236 CPUtime=213.51
/proc/2629/stat : 2629 (java) S 2627 2629 1466 0 -1 0 405450 0 1 0 21147 204 0 0 20 0 13 0 678367913 845041664 175556 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2629/statm: 206309 175556 1390 9 0 203671 0
[pid=2629/tid=2631] ppid=2627 vsize=825236 CPUtime=146.33
/proc/2629/task/2631/stat : 2631 (java) S 2627 2629 1466 0 -1 64 17710 0 1 0 14622 11 0 0 18 0 13 0 678367914 845041664 175556 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2629/tid=2632] ppid=2627 vsize=825236 CPUtime=4.79
/proc/2629/task/2632/stat : 2632 (java) S 2627 2629 1466 0 -1 64 82435 0 0 0 445 34 0 0 16 0 13 0 678367916 845041664 175556 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2629/tid=2633] ppid=2627 vsize=825236 CPUtime=4.64
/proc/2629/task/2633/stat : 2633 (java) S 2627 2629 1466 0 -1 64 76260 0 0 0 432 32 0 0 15 0 13 0 678367916 845041664 175556 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2629/tid=2634] ppid=2627 vsize=825236 CPUtime=56.28
/proc/2629/task/2634/stat : 2634 (java) R 2627 2629 1466 0 -1 64 223227 0 0 0 5505 123 0 0 25 0 13 0 678367917 845041664 175556 996147200 134512640 134550740 4294956016 18446744073709551615 104126456 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2629/tid=2635] ppid=2627 vsize=825236 CPUtime=0
/proc/2629/task/2635/stat : 2635 (java) S 2627 2629 1466 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 678367918 845041664 175556 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2629/tid=2636] ppid=2627 vsize=825236 CPUtime=0
/proc/2629/task/2636/stat : 2636 (java) S 2627 2629 1466 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 678367918 845041664 175556 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2629/tid=2637] ppid=2627 vsize=825236 CPUtime=0
/proc/2629/task/2637/stat : 2637 (java) S 2627 2629 1466 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 678367922 845041664 175556 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2629/tid=2638] ppid=2627 vsize=825236 CPUtime=0.44
/proc/2629/task/2638/stat : 2638 (java) S 2627 2629 1466 0 -1 64 612 0 0 0 44 0 0 0 16 0 13 0 678367922 845041664 175556 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2629/tid=2639] ppid=2627 vsize=825236 CPUtime=0.98
/proc/2629/task/2639/stat : 2639 (java) S 2627 2629 1466 0 -1 64 4438 0 0 0 96 2 0 0 16 0 13 0 678367922 845041664 175556 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2629/tid=2640] ppid=2627 vsize=825236 CPUtime=0
/proc/2629/task/2640/stat : 2640 (java) S 2627 2629 1466 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 678367922 845041664 175556 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2629/tid=2641] ppid=2627 vsize=825236 CPUtime=0
/proc/2629/task/2641/stat : 2641 (java) S 2627 2629 1466 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 678367922 845041664 175556 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2629/tid=2642] ppid=2627 vsize=825236 CPUtime=0
/proc/2629/task/2642/stat : 2642 (java) S 2627 2629 1466 0 -1 64 5 0 0 0 0 0 0 0 17 0 13 0 678389225 845041664 175556 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 213.51
Current children cumulated vsize (KiB) 825236

[startup+215.903 s]
/proc/loadavg: 2.44 2.14 2.10 3/92 2642
/proc/meminfo: memFree=969980/2055920 swapFree=4146768/4192956
[pid=2629] ppid=2627 vsize=821236 CPUtime=215.11
/proc/2629/stat : 2629 (java) S 2627 2629 1466 0 -1 0 410959 0 1 0 21303 208 0 0 20 0 13 0 678367913 840945664 174556 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2629/statm: 205309 174556 1390 9 0 202671 0
[pid=2629/tid=2631] ppid=2627 vsize=821236 CPUtime=146.33
/proc/2629/task/2631/stat : 2631 (java) S 2627 2629 1466 0 -1 64 17710 0 1 0 14622 11 0 0 18 0 13 0 678367914 840945664 174556 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2629/tid=2632] ppid=2627 vsize=821236 CPUtime=4.79
/proc/2629/task/2632/stat : 2632 (java) S 2627 2629 1466 0 -1 64 82435 0 0 0 445 34 0 0 16 0 13 0 678367916 840945664 174556 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2629/tid=2633] ppid=2627 vsize=821236 CPUtime=4.64
/proc/2629/task/2633/stat : 2633 (java) S 2627 2629 1466 0 -1 64 76260 0 0 0 432 32 0 0 15 0 13 0 678367916 840945664 174556 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2629/tid=2634] ppid=2627 vsize=821236 CPUtime=57.87
/proc/2629/task/2634/stat : 2634 (java) R 2627 2629 1466 0 -1 64 228734 0 0 0 5661 126 0 0 25 0 13 0 678367917 840945664 174556 996147200 134512640 134550740 4294956016 18446744073709551615 105847286 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2629/tid=2635] ppid=2627 vsize=821236 CPUtime=0
/proc/2629/task/2635/stat : 2635 (java) S 2627 2629 1466 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 678367918 840945664 174556 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2629/tid=2636] ppid=2627 vsize=821236 CPUtime=0
/proc/2629/task/2636/stat : 2636 (java) S 2627 2629 1466 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 678367918 840945664 174556 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2629/tid=2637] ppid=2627 vsize=821236 CPUtime=0
/proc/2629/task/2637/stat : 2637 (java) S 2627 2629 1466 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 678367922 840945664 174556 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2629/tid=2638] ppid=2627 vsize=821236 CPUtime=0.44
/proc/2629/task/2638/stat : 2638 (java) S 2627 2629 1466 0 -1 64 612 0 0 0 44 0 0 0 16 0 13 0 678367922 840945664 174556 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2629/tid=2639] ppid=2627 vsize=821236 CPUtime=0.98
/proc/2629/task/2639/stat : 2639 (java) S 2627 2629 1466 0 -1 64 4438 0 0 0 96 2 0 0 16 0 13 0 678367922 840945664 174556 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2629/tid=2640] ppid=2627 vsize=821236 CPUtime=0
/proc/2629/task/2640/stat : 2640 (java) S 2627 2629 1466 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 678367922 840945664 174556 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2629/tid=2641] ppid=2627 vsize=821236 CPUtime=0
/proc/2629/task/2641/stat : 2641 (java) S 2627 2629 1466 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 678367922 840945664 174556 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2629/tid=2642] ppid=2627 vsize=821236 CPUtime=0
/proc/2629/task/2642/stat : 2642 (java) S 2627 2629 1466 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 678389225 840945664 174556 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 215.11
Current children cumulated vsize (KiB) 821236

[startup+216.708 s]
/proc/loadavg: 2.44 2.14 2.10 3/92 2642
/proc/meminfo: memFree=969980/2055920 swapFree=4146768/4192956
[pid=2629] ppid=2627 vsize=825236 CPUtime=215.91
/proc/2629/stat : 2629 (java) S 2627 2629 1466 0 -1 0 412960 0 1 0 21383 208 0 0 20 0 13 0 678367913 845041664 175556 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2629/statm: 206309 175556 1390 9 0 203671 0
[pid=2629/tid=2631] ppid=2627 vsize=825236 CPUtime=146.33
/proc/2629/task/2631/stat : 2631 (java) S 2627 2629 1466 0 -1 64 17710 0 1 0 14622 11 0 0 18 0 13 0 678367914 845041664 175556 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2629/tid=2632] ppid=2627 vsize=825236 CPUtime=4.79
/proc/2629/task/2632/stat : 2632 (java) S 2627 2629 1466 0 -1 64 82435 0 0 0 445 34 0 0 16 0 13 0 678367916 845041664 175556 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2629/tid=2633] ppid=2627 vsize=825236 CPUtime=4.64
/proc/2629/task/2633/stat : 2633 (java) S 2627 2629 1466 0 -1 64 76260 0 0 0 432 32 0 0 15 0 13 0 678367916 845041664 175556 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2629/tid=2634] ppid=2627 vsize=825236 CPUtime=58.68
/proc/2629/task/2634/stat : 2634 (java) R 2627 2629 1466 0 -1 64 230735 0 0 0 5741 127 0 0 25 0 13 0 678367917 845041664 175556 996147200 134512640 134550740 4294956016 18446744073709551615 106123734 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2629/tid=2635] ppid=2627 vsize=825236 CPUtime=0
/proc/2629/task/2635/stat : 2635 (java) S 2627 2629 1466 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 678367918 845041664 175556 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2629/tid=2636] ppid=2627 vsize=825236 CPUtime=0
/proc/2629/task/2636/stat : 2636 (java) S 2627 2629 1466 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 678367918 845041664 175556 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2629/tid=2637] ppid=2627 vsize=825236 CPUtime=0
/proc/2629/task/2637/stat : 2637 (java) S 2627 2629 1466 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 678367922 845041664 175556 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2629/tid=2638] ppid=2627 vsize=825236 CPUtime=0.44
/proc/2629/task/2638/stat : 2638 (java) S 2627 2629 1466 0 -1 64 612 0 0 0 44 0 0 0 16 0 13 0 678367922 845041664 175556 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2629/tid=2639] ppid=2627 vsize=825236 CPUtime=0.98
/proc/2629/task/2639/stat : 2639 (java) S 2627 2629 1466 0 -1 64 4438 0 0 0 96 2 0 0 16 0 13 0 678367922 845041664 175556 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2629/tid=2640] ppid=2627 vsize=825236 CPUtime=0
/proc/2629/task/2640/stat : 2640 (java) S 2627 2629 1466 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 678367922 845041664 175556 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2629/tid=2641] ppid=2627 vsize=825236 CPUtime=0
/proc/2629/task/2641/stat : 2641 (java) S 2627 2629 1466 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 678367922 845041664 175556 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2629/tid=2642] ppid=2627 vsize=825236 CPUtime=0
/proc/2629/task/2642/stat : 2642 (java) S 2627 2629 1466 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 678389225 845041664 175556 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 215.91
Current children cumulated vsize (KiB) 825236

[startup+217.103 s]
/proc/loadavg: 2.44 2.14 2.10 3/92 2642
/proc/meminfo: memFree=969980/2055920 swapFree=4146768/4192956
[pid=2629] ppid=2627 vsize=825236 CPUtime=216.3
/proc/2629/stat : 2629 (java) S 2627 2629 1466 0 -1 0 412960 0 1 0 21422 208 0 0 20 0 13 0 678367913 845041664 175556 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2629/statm: 206309 175556 1390 9 0 203671 0
[pid=2629/tid=2631] ppid=2627 vsize=825236 CPUtime=146.33
/proc/2629/task/2631/stat : 2631 (java) S 2627 2629 1466 0 -1 64 17710 0 1 0 14622 11 0 0 18 0 13 0 678367914 845041664 175556 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2629/tid=2632] ppid=2627 vsize=825236 CPUtime=4.79
/proc/2629/task/2632/stat : 2632 (java) S 2627 2629 1466 0 -1 64 82435 0 0 0 445 34 0 0 16 0 13 0 678367916 845041664 175556 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2629/tid=2633] ppid=2627 vsize=825236 CPUtime=4.64
/proc/2629/task/2633/stat : 2633 (java) S 2627 2629 1466 0 -1 64 76260 0 0 0 432 32 0 0 15 0 13 0 678367916 845041664 175556 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2629/tid=2634] ppid=2627 vsize=825236 CPUtime=59.07
/proc/2629/task/2634/stat : 2634 (java) R 2627 2629 1466 0 -1 64 230735 0 0 0 5780 127 0 0 25 0 13 0 678367917 845041664 175556 996147200 134512640 134550740 4294956016 18446744073709551615 106123734 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2629/tid=2635] ppid=2627 vsize=825236 CPUtime=0
/proc/2629/task/2635/stat : 2635 (java) S 2627 2629 1466 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 678367918 845041664 175556 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2629/tid=2636] ppid=2627 vsize=825236 CPUtime=0
/proc/2629/task/2636/stat : 2636 (java) S 2627 2629 1466 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 678367918 845041664 175556 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2629/tid=2637] ppid=2627 vsize=825236 CPUtime=0
/proc/2629/task/2637/stat : 2637 (java) S 2627 2629 1466 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 678367922 845041664 175556 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2629/tid=2638] ppid=2627 vsize=825236 CPUtime=0.44
/proc/2629/task/2638/stat : 2638 (java) S 2627 2629 1466 0 -1 64 612 0 0 0 44 0 0 0 16 0 13 0 678367922 845041664 175556 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2629/tid=2639] ppid=2627 vsize=825236 CPUtime=0.98
/proc/2629/task/2639/stat : 2639 (java) S 2627 2629 1466 0 -1 64 4438 0 0 0 96 2 0 0 16 0 13 0 678367922 845041664 175556 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2629/tid=2640] ppid=2627 vsize=825236 CPUtime=0
/proc/2629/task/2640/stat : 2640 (java) S 2627 2629 1466 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 678367922 845041664 175556 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2629/tid=2641] ppid=2627 vsize=825236 CPUtime=0
/proc/2629/task/2641/stat : 2641 (java) S 2627 2629 1466 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 678367922 845041664 175556 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2629/tid=2642] ppid=2627 vsize=825236 CPUtime=0
/proc/2629/task/2642/stat : 2642 (java) S 2627 2629 1466 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 678389225 845041664 175556 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 216.3
Current children cumulated vsize (KiB) 825236

[startup+217.503 s]
/proc/loadavg: 2.44 2.14 2.10 3/92 2642
/proc/meminfo: memFree=969980/2055920 swapFree=4146768/4192956
[pid=2629] ppid=2627 vsize=817232 CPUtime=216.66
/proc/2629/stat : 2629 (java) S 2627 2629 1466 0 -1 0 412963 0 1 0 21457 209 0 0 20 0 12 0 678367913 836845568 173556 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2629/statm: 204308 173556 1391 9 0 201670 0
[pid=2629/tid=2631] ppid=2627 vsize=817232 CPUtime=146.33
/proc/2629/task/2631/stat : 2631 (java) S 2627 2629 1466 0 -1 64 17710 0 1 0 14622 11 0 0 15 0 12 0 678367914 836845568 173556 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2629/tid=2632] ppid=2627 vsize=817232 CPUtime=4.79
/proc/2629/task/2632/stat : 2632 (java) S 2627 2629 1466 0 -1 64 82435 0 0 0 445 34 0 0 16 0 12 0 678367916 836845568 173556 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2629/tid=2633] ppid=2627 vsize=817232 CPUtime=4.64
/proc/2629/task/2633/stat : 2633 (java) S 2627 2629 1466 0 -1 64 76260 0 0 0 432 32 0 0 15 0 12 0 678367916 836845568 173556 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2629/tid=2634] ppid=2627 vsize=817232 CPUtime=59.42
/proc/2629/task/2634/stat : 2634 (java) S 2627 2629 1466 0 -1 64 230735 0 0 0 5815 127 0 0 25 0 12 0 678367917 836845568 173556 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2629/tid=2635] ppid=2627 vsize=817232 CPUtime=0
/proc/2629/task/2635/stat : 2635 (java) S 2627 2629 1466 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 678367918 836845568 173556 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2629/tid=2636] ppid=2627 vsize=817232 CPUtime=0
/proc/2629/task/2636/stat : 2636 (java) S 2627 2629 1466 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 678367918 836845568 173556 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2629/tid=2637] ppid=2627 vsize=817232 CPUtime=0
/proc/2629/task/2637/stat : 2637 (java) S 2627 2629 1466 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 678367922 836845568 173556 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2629/tid=2638] ppid=2627 vsize=817232 CPUtime=0.44
/proc/2629/task/2638/stat : 2638 (java) S 2627 2629 1466 0 -1 64 612 0 0 0 44 0 0 0 16 0 12 0 678367922 836845568 173556 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2629/tid=2639] ppid=2627 vsize=817232 CPUtime=0.98
/proc/2629/task/2639/stat : 2639 (java) S 2627 2629 1466 0 -1 64 4438 0 0 0 96 2 0 0 16 0 12 0 678367922 836845568 173556 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2629/tid=2640] ppid=2627 vsize=817232 CPUtime=0
/proc/2629/task/2640/stat : 2640 (java) S 2627 2629 1466 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 678367922 836845568 173556 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2629/tid=2641] ppid=2627 vsize=817232 CPUtime=0
/proc/2629/task/2641/stat : 2641 (java) S 2627 2629 1466 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 678367922 836845568 173556 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 216.66
Current children cumulated vsize (KiB) 817232

[startup+217.603 s]
/proc/loadavg: 2.44 2.14 2.10 3/92 2642
/proc/meminfo: memFree=969980/2055920 swapFree=4146768/4192956
[pid=2629] ppid=2627 vsize=0 CPUtime=216.75
/proc/2629/stat : 2629 (java) Z 2627 2629 1466 0 -1 12 412966 0 1 0 21457 218 0 0 16 0 2 0 678367913 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2629/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 216.75
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 217.609
CPU time (s): 216.772
CPU user time (s): 214.576
CPU system time (s): 2.19567
CPU usage (%): 99.6152
Max. virtual memory (cumulated for all children) (KiB): 829016

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 214.576
system time used= 2.19567
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 412966
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= 10093
involuntary context switches= 8953

runsolver used 0.281957 second user time and 0.799878 second system time

The end

Launcher Data (download as text)

Begin job on node90 at 2008-07-05 04:53:33
IDJOB=1083245
IDBENCH=57448
IDSOLVER=344
FILE ID=node90/1083245-1215226413
PBS_JOBID= 7881833
Free space on /tmp= 66556 MiB

SOLVER NAME= SAT4J CSP 2008-06-13
BENCH NAME= CPAI08/csp/super-js/super-js-taillard-20-15/normalized-super-js-taillard-20-15-24.xml
COMMAND LINE= java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1083245-1215226413/watcher-1083245-1215226413 -o /tmp/evaluation-result-1083245-1215226413/solver-1083245-1215226413 -C 1800 -W 2200 -M 900 --output-limit 1,15  java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1083245-1215226413.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 32c080069cd6a9f51c8c0a6f1b619a56
RANDOM SEED=1317235360

node90.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.236
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.236
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1670020 kB
Buffers:         62460 kB
Cached:         188204 kB
SwapCached:      37656 kB
Active:         232848 kB
Inactive:        93712 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1670020 kB
SwapTotal:     4192956 kB
SwapFree:      4146768 kB
Dirty:            2304 kB
Writeback:           0 kB
Mapped:          80656 kB
Slab:            43960 kB
Committed_AS:   985316 kB
PageTables:       2344 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= 66556 MiB
End job on node90 at 2008-07-05 04:57:11