Trace number 1060198

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? 262.684 263.117

General information on the benchmark

Namecsp/os-taillard-15/
normalized-os-taillard-15-105-9.xml
MD5SUMf3a501a01b9bc5992030d707bcd8787f
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.502923
Satisfiable
(Un)Satisfiability was proved
Number of variables225
Number of constraints3150
Maximum constraint arity2
Maximum domain size982
Number of constraints which are defined in extension0
Number of constraints which are defined in intension3150
Global constraints used (with number of constraints)

Solver Data (download as text)

0.19/0.25	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.19/0.25	c This is free software under the dual EPL/GNU LGPL licenses.
0.19/0.25	c See www.sat4j.org for details.
0.19/0.25	c That software uses the Rhino library from the Mozilla project.
0.30/0.30	c version 9.9.9.token
0.30/0.31	c sun.arch.data.model	32
0.30/0.31	c java.version	1.6.0_06
0.30/0.31	c os.name	Linux
0.30/0.31	c os.version	2.6.9-22.EL.rootsmp
0.30/0.31	c os.arch	i386
0.30/0.31	c Free memory 669864272
0.30/0.31	c Max memory 672137216
0.30/0.31	c Total memory 672137216
0.30/0.31	c Number of processors 2
0.30/0.35	c c --- Begin Solver configuration ---
0.30/0.35	c Stops conflict analysis at the first Unique Implication Point
0.30/0.35	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@1d2068d
0.30/0.35	c Learn all clauses as in MiniSAT
0.30/0.35	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.30/0.35	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.30/0.35	c Expensive reason simplification
0.30/0.35	c MiniSAT restarts strategy
0.30/0.35	c timeout=2147483s
0.30/0.35	c DB Simplification allowed=false
0.30/0.35	c --- End Solver configuration ---
0.30/0.35	c solving HOME/instance-1060198-1215126095.xml
0.30/0.35	c reading problem ... 
0.60/0.65	c reading problem named null
0.60/0.65	c reading domains done.
0.80/0.85	c reading variables done.
1.20/1.27	c reading predicates  done.
1.40/1.47	c reading constraints
261.80/262.20	Exception in thread "main" java.lang.OutOfMemoryError: GC overhead limit exceeded
262.49/262.97		at org.sat4j.core.VecInt.ensure(VecInt.java:262)
262.49/262.97		at org.sat4j.core.VecInt.push(VecInt.java:269)
262.49/262.97		at org.sat4j.csp.encodings.BinarySupportEncoding.addSupport(BinarySupportEncoding.java:83)
262.49/262.97		at org.sat4j.csp.encodings.BinarySupportEncoding.onSupport(BinarySupportEncoding.java:73)
262.49/262.97		at org.sat4j.csp.Predicate.find(Predicate.java:130)
262.49/262.97		at org.sat4j.csp.Predicate.find(Predicate.java:139)
262.49/262.97		at org.sat4j.csp.Predicate.find(Predicate.java:139)
262.49/262.97		at org.sat4j.csp.Predicate.toClause(Predicate.java:109)
262.49/262.97		at org.sat4j.reader.CSPReader.endConstraint(CSPReader.java:479)
262.49/262.97		at org.sat4j.csp.xml.Constraint.endElement(Constraint.java:50)
262.49/262.97		at org.sat4j.csp.xml.InstanceParser.endElement(InstanceParser.java:49)
262.49/262.97		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endElement(Unknown Source)
262.49/262.97		at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.endElement(Unknown Source)
262.49/262.97		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanEndElement(Unknown Source)
262.49/262.97		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(Unknown Source)
262.49/262.97		at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(Unknown Source)
262.49/262.97		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
262.49/262.97		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
262.49/262.97		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
262.49/262.97		at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(Unknown Source)
262.49/262.97		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(Unknown Source)
262.49/262.97		at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown Source)
262.49/262.97		at org.sat4j.csp.xml.CspXmlParser.parse(CspXmlParser.java:62)
262.49/262.97		at org.sat4j.reader.XMLCSPReader.parseInstance(XMLCSPReader.java:62)
262.49/262.97		at org.sat4j.AbstractLauncher.readProblem(AbstractLauncher.java:174)
262.49/262.97		at org.sat4j.AbstractLauncher.run(AbstractLauncher.java:194)
262.49/262.97		at org.sat4j.csp.CSPLauncher.main(CSPLauncher.java:74)
262.49/262.97	c starts		: 0
262.49/262.97	c conflicts		: 0
262.49/262.97	c decisions		: 0
262.49/262.97	c propagations		: 0
262.49/262.97	c inspects		: 0
262.49/262.97	c learnt literals	: 0
262.49/262.97	c learnt binary clauses	: 0
262.49/262.97	c learnt ternary clauses	: 0
262.49/262.97	c learnt clauses	: 0
262.49/262.97	c ignored clauses	: 0
262.49/262.97	c root simplifications	: 0
262.49/262.97	c removed literals (reason simplification)	: 0
262.49/262.97	c reason swapping (by a shorter reason)	: 0
262.49/262.97	c Calls to reduceDB	: 0
262.49/262.97	c speed (assignments/second)	: 0.0
262.49/262.97	c non guided choices	0
262.49/262.97	s UNKNOWN
262.49/262.97	c Total wall clock time (in seconds) : 262.619

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-1060198-1215126095/watcher-1060198-1215126095 -o /tmp/evaluation-result-1060198-1215126095/solver-1060198-1215126095 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1060198-1215126095.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: 1.81 1.93 1.67 3/84 10938
/proc/meminfo: memFree=1570648/2055920 swapFree=4180000/4192956
[pid=10938] ppid=10936 vsize=152 CPUtime=0
/proc/10938/stat : 10938 (java) R 10936 10938 9575 0 -1 0 211 0 0 0 0 0 0 0 18 0 1 0 1991583658 155648 26 996147200 134512640 134550740 4294956032 18446744073709551615 2494763 0 0 4096 0 0 0 0 17 0 0 0
/proc/10938/statm: 38 26 19 9 0 4 0

[startup+0.029457 s]
/proc/loadavg: 1.81 1.93 1.67 3/84 10938
/proc/meminfo: memFree=1570648/2055920 swapFree=4180000/4192956
[pid=10938] ppid=10936 vsize=800744 CPUtime=0.02
/proc/10938/stat : 10938 (java) S 10936 10938 9575 0 -1 0 2340 0 1 0 1 1 0 0 18 0 4 0 1991583658 819961856 2078 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/10938/statm: 200186 2078 912 9 0 197569 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 800744

[startup+0.101461 s]
/proc/loadavg: 1.81 1.93 1.67 3/84 10938
/proc/meminfo: memFree=1570648/2055920 swapFree=4180000/4192956
[pid=10938] ppid=10936 vsize=804756 CPUtime=0.09
/proc/10938/stat : 10938 (java) S 10936 10938 9575 0 -1 0 3164 0 1 0 7 2 0 0 18 0 12 0 1991583658 824070144 2895 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/10938/statm: 201189 2895 1165 9 0 198558 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 804756

[startup+0.30148 s]
/proc/loadavg: 1.81 1.93 1.67 3/84 10938
/proc/meminfo: memFree=1570648/2055920 swapFree=4180000/4192956
[pid=10938] ppid=10936 vsize=808504 CPUtime=0.3
/proc/10938/stat : 10938 (java) S 10936 10938 9575 0 -1 0 4841 0 1 0 27 3 0 0 18 0 12 0 1991583658 827908096 4409 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/10938/statm: 202126 4409 1306 9 0 199495 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 808504

[startup+0.701524 s]
/proc/loadavg: 1.81 1.93 1.67 3/84 10938
/proc/meminfo: memFree=1570648/2055920 swapFree=4180000/4192956
[pid=10938] ppid=10936 vsize=810072 CPUtime=0.7
/proc/10938/stat : 10938 (java) S 10936 10938 9575 0 -1 0 6778 0 1 0 65 5 0 0 18 0 12 0 1991583658 829513728 5817 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/10938/statm: 202518 5817 1335 9 0 199880 0
Current children cumulated CPU time (s) 0.7
Current children cumulated vsize (KiB) 810072

[startup+1.50262 s]
/proc/loadavg: 1.81 1.93 1.67 3/96 10950
/proc/meminfo: memFree=1546352/2055920 swapFree=4180000/4192956
[pid=10938] ppid=10936 vsize=810072 CPUtime=1.5
/proc/10938/stat : 10938 (java) S 10936 10938 9575 0 -1 0 18813 0 1 0 138 12 0 0 18 0 12 0 1991583658 829513728 17079 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/10938/statm: 202518 17079 1351 9 0 199880 0
[pid=10938/tid=10940] ppid=10936 vsize=810072 CPUtime=0.93
/proc/10938/task/10940/stat : 10940 (java) R 10936 10938 9575 0 -1 64 15216 0 1 0 83 10 0 0 18 0 12 0 1991583659 829513728 17079 996147200 134512640 134550740 4294956032 18446744073709551615 4109202466 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10938/tid=10941] ppid=10936 vsize=810072 CPUtime=0
/proc/10938/task/10941/stat : 10941 (java) S 10936 10938 9575 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 1991583660 829513728 17079 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10938/tid=10942] ppid=10936 vsize=810072 CPUtime=0
/proc/10938/task/10942/stat : 10942 (java) S 10936 10938 9575 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 1991583660 829513728 17079 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10938/tid=10943] ppid=10936 vsize=810072 CPUtime=0
/proc/10938/task/10943/stat : 10943 (java) S 10936 10938 9575 0 -1 64 0 0 0 0 0 0 0 0 16 0 12 0 1991583662 829513728 17079 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=10938/tid=10944] ppid=10936 vsize=810072 CPUtime=0
/proc/10938/task/10944/stat : 10944 (java) S 10936 10938 9575 0 -1 64 8 0 0 0 0 0 0 0 24 0 12 0 1991583662 829513728 17079 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10938/tid=10945] ppid=10936 vsize=810072 CPUtime=0
/proc/10938/task/10945/stat : 10945 (java) S 10936 10938 9575 0 -1 64 4 0 0 0 0 0 0 0 25 0 12 0 1991583662 829513728 17079 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10938/tid=10946] ppid=10936 vsize=810072 CPUtime=0
/proc/10938/task/10946/stat : 10946 (java) S 10936 10938 9575 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1991583666 829513728 17079 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10938/tid=10947] ppid=10936 vsize=810072 CPUtime=0.39
/proc/10938/task/10947/stat : 10947 (java) S 10936 10938 9575 0 -1 64 2053 0 0 0 39 0 0 0 16 0 12 0 1991583666 829513728 17079 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10938/tid=10948] ppid=10936 vsize=810072 CPUtime=0.15
/proc/10938/task/10948/stat : 10948 (java) S 10936 10938 9575 0 -1 64 782 0 0 0 15 0 0 0 16 0 12 0 1991583666 829513728 17079 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10938/tid=10949] ppid=10936 vsize=810072 CPUtime=0
/proc/10938/task/10949/stat : 10949 (java) S 10936 10938 9575 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1991583666 829513728 17079 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10938/tid=10950] ppid=10936 vsize=810072 CPUtime=0
/proc/10938/task/10950/stat : 10950 (java) S 10936 10938 9575 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1991583666 829513728 17079 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.5
Current children cumulated vsize (KiB) 810072

[startup+3.1018 s]
/proc/loadavg: 1.81 1.93 1.67 4/96 10950
/proc/meminfo: memFree=1499952/2055920 swapFree=4180000/4192956
[pid=10938] ppid=10936 vsize=820848 CPUtime=3.25
/proc/10938/stat : 10938 (java) S 10936 10938 9575 0 -1 0 36039 0 1 0 306 19 0 0 18 0 12 0 1991583658 840548352 31534 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/10938/statm: 205212 31534 1384 9 0 202574 0
[pid=10938/tid=10940] ppid=10936 vsize=820848 CPUtime=1.56
/proc/10938/task/10940/stat : 10940 (java) R 10936 10938 9575 0 -1 64 17507 0 1 0 145 11 0 0 22 0 12 0 1991583659 840548352 31534 996147200 134512640 134550740 4294956032 18446744073709551615 4109651602 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10938/tid=10941] ppid=10936 vsize=820848 CPUtime=0.25
/proc/10938/task/10941/stat : 10941 (java) S 10936 10938 9575 0 -1 64 6118 0 0 0 23 2 0 0 19 0 12 0 1991583660 840548352 31534 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10938/tid=10942] ppid=10936 vsize=820848 CPUtime=0.26
/proc/10938/task/10942/stat : 10942 (java) S 10936 10938 9575 0 -1 64 5228 0 0 0 24 2 0 0 19 0 12 0 1991583660 840548352 31534 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10938/tid=10943] ppid=10936 vsize=820848 CPUtime=0
/proc/10938/task/10943/stat : 10943 (java) S 10936 10938 9575 0 -1 64 30 0 0 0 0 0 0 0 16 0 12 0 1991583662 840548352 31534 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10938/tid=10944] ppid=10936 vsize=820848 CPUtime=0
/proc/10938/task/10944/stat : 10944 (java) S 10936 10938 9575 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1991583662 840548352 31534 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10938/tid=10945] ppid=10936 vsize=820848 CPUtime=0
/proc/10938/task/10945/stat : 10945 (java) S 10936 10938 9575 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1991583662 840548352 31534 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10938/tid=10946] ppid=10936 vsize=820848 CPUtime=0
/proc/10938/task/10946/stat : 10946 (java) S 10936 10938 9575 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1991583666 840548352 31534 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10938/tid=10947] ppid=10936 vsize=820848 CPUtime=0.49
/proc/10938/task/10947/stat : 10947 (java) S 10936 10938 9575 0 -1 64 2453 0 0 0 48 1 0 0 16 0 12 0 1991583666 840548352 31534 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10938/tid=10948] ppid=10936 vsize=820848 CPUtime=0.63
/proc/10938/task/10948/stat : 10948 (java) S 10936 10938 9575 0 -1 64 3940 0 0 0 62 1 0 0 17 0 12 0 1991583666 840548352 31534 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10938/tid=10949] ppid=10936 vsize=820848 CPUtime=0
/proc/10938/task/10949/stat : 10949 (java) S 10936 10938 9575 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1991583666 840548352 31534 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10938/tid=10950] ppid=10936 vsize=820848 CPUtime=0
/proc/10938/task/10950/stat : 10950 (java) S 10936 10938 9575 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1991583666 840548352 31534 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.25
Current children cumulated vsize (KiB) 820848

[startup+6.30217 s]
/proc/loadavg: 1.82 1.93 1.68 3/96 10950
/proc/meminfo: memFree=1431472/2055920 swapFree=4180000/4192956
[pid=10938] ppid=10936 vsize=820444 CPUtime=6.43
/proc/10938/stat : 10938 (java) S 10936 10938 9575 0 -1 0 41592 0 1 0 620 23 0 0 18 0 12 0 1991583658 840134656 36987 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/10938/statm: 205111 36987 1385 9 0 202473 0
[pid=10938/tid=10940] ppid=10936 vsize=820444 CPUtime=4.39
/proc/10938/task/10940/stat : 10940 (java) R 10936 10938 9575 0 -1 64 17517 0 1 0 428 11 0 0 25 0 12 0 1991583659 840134656 36987 996147200 134512640 134550740 4294956032 18446744073709551615 4109651678 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10938/tid=10941] ppid=10936 vsize=820444 CPUtime=0.38
/proc/10938/task/10941/stat : 10941 (java) S 10936 10938 9575 0 -1 64 9201 0 0 0 35 3 0 0 16 0 12 0 1991583660 840134656 36987 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10938/tid=10942] ppid=10936 vsize=820444 CPUtime=0.4
/proc/10938/task/10942/stat : 10942 (java) S 10936 10938 9575 0 -1 64 7679 0 0 0 36 4 0 0 16 0 12 0 1991583660 840134656 36987 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10938/tid=10943] ppid=10936 vsize=820444 CPUtime=0
/proc/10938/task/10943/stat : 10943 (java) S 10936 10938 9575 0 -1 64 30 0 0 0 0 0 0 0 16 0 12 0 1991583662 840134656 36987 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10938/tid=10944] ppid=10936 vsize=820444 CPUtime=0
/proc/10938/task/10944/stat : 10944 (java) S 10936 10938 9575 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1991583662 840134656 36987 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10938/tid=10945] ppid=10936 vsize=820444 CPUtime=0
/proc/10938/task/10945/stat : 10945 (java) S 10936 10938 9575 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1991583662 840134656 36987 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10938/tid=10946] ppid=10936 vsize=820444 CPUtime=0
/proc/10938/task/10946/stat : 10946 (java) S 10936 10938 9575 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1991583666 840134656 36987 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10938/tid=10947] ppid=10936 vsize=820444 CPUtime=0.5
/proc/10938/task/10947/stat : 10947 (java) S 10936 10938 9575 0 -1 64 2453 0 0 0 49 1 0 0 17 0 12 0 1991583666 840134656 36987 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10938/tid=10948] ppid=10936 vsize=820444 CPUtime=0.69
/proc/10938/task/10948/stat : 10948 (java) S 10936 10938 9575 0 -1 64 3949 0 0 0 68 1 0 0 16 0 12 0 1991583666 840134656 36987 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10938/tid=10949] ppid=10936 vsize=820444 CPUtime=0
/proc/10938/task/10949/stat : 10949 (java) S 10936 10938 9575 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1991583666 840134656 36987 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10938/tid=10950] ppid=10936 vsize=820444 CPUtime=0
/proc/10938/task/10950/stat : 10950 (java) S 10936 10938 9575 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1991583666 840134656 36987 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.43
Current children cumulated vsize (KiB) 820444

[startup+12.7027 s]
/proc/loadavg: 1.84 1.93 1.68 3/96 10950
/proc/meminfo: memFree=1373240/2055920 swapFree=4180000/4192956
[pid=10938] ppid=10936 vsize=820444 CPUtime=12.76
/proc/10938/stat : 10938 (java) S 10936 10938 9575 0 -1 0 55361 0 1 0 1247 29 0 0 18 0 12 0 1991583658 840134656 50735 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/10938/statm: 205111 50735 1385 9 0 202473 0
[pid=10938/tid=10940] ppid=10936 vsize=820444 CPUtime=10.42
/proc/10938/task/10940/stat : 10940 (java) R 10936 10938 9575 0 -1 64 17539 0 1 0 1031 11 0 0 25 0 12 0 1991583659 840134656 50735 996147200 134512640 134550740 4294956032 18446744073709551615 4109682402 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10938/tid=10941] ppid=10936 vsize=820444 CPUtime=0.52
/proc/10938/task/10941/stat : 10941 (java) S 10936 10938 9575 0 -1 64 16379 0 0 0 46 6 0 0 16 0 12 0 1991583660 840134656 50735 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10938/tid=10942] ppid=10936 vsize=820444 CPUtime=0.56
/proc/10938/task/10942/stat : 10942 (java) S 10936 10938 9575 0 -1 64 14248 0 0 0 49 7 0 0 16 0 12 0 1991583660 840134656 50735 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10938/tid=10943] ppid=10936 vsize=820444 CPUtime=0
/proc/10938/task/10943/stat : 10943 (java) S 10936 10938 9575 0 -1 64 30 0 0 0 0 0 0 0 16 0 12 0 1991583662 840134656 50735 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=10938/tid=10944] ppid=10936 vsize=820444 CPUtime=0
/proc/10938/task/10944/stat : 10944 (java) S 10936 10938 9575 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1991583662 840134656 50735 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10938/tid=10945] ppid=10936 vsize=820444 CPUtime=0
/proc/10938/task/10945/stat : 10945 (java) S 10936 10938 9575 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1991583662 840134656 50735 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10938/tid=10946] ppid=10936 vsize=820444 CPUtime=0
/proc/10938/task/10946/stat : 10946 (java) S 10936 10938 9575 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1991583666 840134656 50735 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10938/tid=10947] ppid=10936 vsize=820444 CPUtime=0.51
/proc/10938/task/10947/stat : 10947 (java) S 10936 10938 9575 0 -1 64 2453 0 0 0 50 1 0 0 17 0 12 0 1991583666 840134656 50735 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10938/tid=10948] ppid=10936 vsize=820444 CPUtime=0.69
/proc/10938/task/10948/stat : 10948 (java) S 10936 10938 9575 0 -1 64 3949 0 0 0 68 1 0 0 16 0 12 0 1991583666 840134656 50735 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10938/tid=10949] ppid=10936 vsize=820444 CPUtime=0
/proc/10938/task/10949/stat : 10949 (java) S 10936 10938 9575 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1991583666 840134656 50735 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10938/tid=10950] ppid=10936 vsize=820444 CPUtime=0
/proc/10938/task/10950/stat : 10950 (java) S 10936 10938 9575 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1991583666 840134656 50735 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.76
Current children cumulated vsize (KiB) 820444

[startup+25.5022 s]
/proc/loadavg: 1.87 1.93 1.68 3/96 10950
/proc/meminfo: memFree=1283384/2055920 swapFree=4180000/4192956
[pid=10938] ppid=10936 vsize=820444 CPUtime=25.43
/proc/10938/stat : 10938 (java) S 10936 10938 9575 0 -1 0 77563 0 1 0 2504 39 0 0 18 0 12 0 1991583658 840134656 72903 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/10938/statm: 205111 72903 1385 9 0 202473 0
[pid=10938/tid=10940] ppid=10936 vsize=820444 CPUtime=22.58
/proc/10938/task/10940/stat : 10940 (java) R 10936 10938 9575 0 -1 64 17565 0 1 0 2247 11 0 0 25 0 12 0 1991583659 840134656 72903 996147200 134512640 134550740 4294956032 18446744073709551615 4109651657 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10938/tid=10941] ppid=10936 vsize=820444 CPUtime=0.76
/proc/10938/task/10941/stat : 10941 (java) S 10936 10938 9575 0 -1 64 28680 0 0 0 65 11 0 0 16 0 12 0 1991583660 840134656 72903 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10938/tid=10942] ppid=10936 vsize=820444 CPUtime=0.76
/proc/10938/task/10942/stat : 10942 (java) S 10936 10938 9575 0 -1 64 24116 0 0 0 64 12 0 0 15 0 12 0 1991583660 840134656 72903 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10938/tid=10943] ppid=10936 vsize=820444 CPUtime=0.01
/proc/10938/task/10943/stat : 10943 (java) S 10936 10938 9575 0 -1 64 30 0 0 0 1 0 0 0 16 0 12 0 1991583662 840134656 72903 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=10938/tid=10944] ppid=10936 vsize=820444 CPUtime=0
/proc/10938/task/10944/stat : 10944 (java) S 10936 10938 9575 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1991583662 840134656 72903 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10938/tid=10945] ppid=10936 vsize=820444 CPUtime=0
/proc/10938/task/10945/stat : 10945 (java) S 10936 10938 9575 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1991583662 840134656 72903 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10938/tid=10946] ppid=10936 vsize=820444 CPUtime=0
/proc/10938/task/10946/stat : 10946 (java) S 10936 10938 9575 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1991583666 840134656 72903 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0

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

[pid=10938/tid=10949] ppid=10936 vsize=820444 CPUtime=0
/proc/10938/task/10949/stat : 10949 (java) S 10936 10938 9575 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1991583666 840134656 174616 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10938/tid=10950] ppid=10936 vsize=820444 CPUtime=0
/proc/10938/task/10950/stat : 10950 (java) S 10936 10938 9575 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1991583666 840134656 174616 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 242.87
Current children cumulated vsize (KiB) 820444

[startup+255.903 s]
/proc/loadavg: 2.27 2.02 1.76 4/84 11006
/proc/meminfo: memFree=979488/2055920 swapFree=4180000/4192956
[pid=10938] ppid=10936 vsize=820444 CPUtime=255.55
/proc/10938/stat : 10938 (java) S 10936 10938 9575 0 -1 0 181690 0 1 0 25469 86 0 0 18 0 12 0 1991583658 840134656 174616 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/10938/statm: 205111 174616 1389 9 0 202473 0
[pid=10938/tid=10940] ppid=10936 vsize=820444 CPUtime=210.34
/proc/10938/task/10940/stat : 10940 (java) R 10936 10938 9575 0 -1 64 18033 0 1 0 21021 13 0 0 25 0 12 0 1991583659 840134656 174616 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10938/tid=10941] ppid=10936 vsize=820444 CPUtime=4.74
/proc/10938/task/10941/stat : 10941 (java) S 10936 10938 9575 0 -1 64 79055 0 0 0 443 31 0 0 15 0 12 0 1991583660 840134656 174616 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10938/tid=10942] ppid=10936 vsize=820444 CPUtime=4.69
/proc/10938/task/10942/stat : 10942 (java) S 10936 10938 9575 0 -1 64 76556 0 0 0 437 32 0 0 16 0 12 0 1991583660 840134656 174616 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10938/tid=10943] ppid=10936 vsize=820444 CPUtime=34.4
/proc/10938/task/10943/stat : 10943 (java) R 10936 10938 9575 0 -1 64 872 0 0 0 3436 4 0 0 16 0 12 0 1991583662 840134656 174616 996147200 134512640 134550740 4294956032 18446744073709551615 105852544 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10938/tid=10944] ppid=10936 vsize=820444 CPUtime=0
/proc/10938/task/10944/stat : 10944 (java) S 10936 10938 9575 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1991583662 840134656 174616 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10938/tid=10945] ppid=10936 vsize=820444 CPUtime=0
/proc/10938/task/10945/stat : 10945 (java) S 10936 10938 9575 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1991583662 840134656 174616 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10938/tid=10946] ppid=10936 vsize=820444 CPUtime=0
/proc/10938/task/10946/stat : 10946 (java) S 10936 10938 9575 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1991583666 840134656 174616 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10938/tid=10947] ppid=10936 vsize=820444 CPUtime=0.55
/proc/10938/task/10947/stat : 10947 (java) S 10936 10938 9575 0 -1 64 2457 0 0 0 54 1 0 0 17 0 12 0 1991583666 840134656 174616 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10938/tid=10948] ppid=10936 vsize=820444 CPUtime=0.75
/proc/10938/task/10948/stat : 10948 (java) S 10936 10938 9575 0 -1 64 3954 0 0 0 74 1 0 0 16 0 12 0 1991583666 840134656 174616 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10938/tid=10949] ppid=10936 vsize=820444 CPUtime=0
/proc/10938/task/10949/stat : 10949 (java) S 10936 10938 9575 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1991583666 840134656 174616 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10938/tid=10950] ppid=10936 vsize=820444 CPUtime=0
/proc/10938/task/10950/stat : 10950 (java) S 10936 10938 9575 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1991583666 840134656 174616 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 255.55
Current children cumulated vsize (KiB) 820444

[startup+259.103 s]
/proc/loadavg: 2.27 2.02 1.76 4/84 11006
/proc/meminfo: memFree=979488/2055920 swapFree=4180000/4192956
[pid=10938] ppid=10936 vsize=820444 CPUtime=258.73
/proc/10938/stat : 10938 (java) S 10936 10938 9575 0 -1 0 181698 0 1 0 25787 86 0 0 18 0 12 0 1991583658 840134656 174616 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/10938/statm: 205111 174616 1389 9 0 202473 0
[pid=10938/tid=10940] ppid=10936 vsize=820444 CPUtime=210.7
/proc/10938/task/10940/stat : 10940 (java) R 10936 10938 9575 0 -1 64 18041 0 1 0 21057 13 0 0 25 0 12 0 1991583659 840134656 174616 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10938/tid=10941] ppid=10936 vsize=820444 CPUtime=4.74
/proc/10938/task/10941/stat : 10941 (java) S 10936 10938 9575 0 -1 64 79055 0 0 0 443 31 0 0 15 0 12 0 1991583660 840134656 174616 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10938/tid=10942] ppid=10936 vsize=820444 CPUtime=4.69
/proc/10938/task/10942/stat : 10942 (java) S 10936 10938 9575 0 -1 64 76556 0 0 0 437 32 0 0 16 0 12 0 1991583660 840134656 174616 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10938/tid=10943] ppid=10936 vsize=820444 CPUtime=37.21
/proc/10938/task/10943/stat : 10943 (java) R 10936 10938 9575 0 -1 64 872 0 0 0 3717 4 0 0 16 0 12 0 1991583662 840134656 174616 996147200 134512640 134550740 4294956032 18446744073709551615 105847232 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10938/tid=10944] ppid=10936 vsize=820444 CPUtime=0
/proc/10938/task/10944/stat : 10944 (java) S 10936 10938 9575 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1991583662 840134656 174616 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10938/tid=10945] ppid=10936 vsize=820444 CPUtime=0
/proc/10938/task/10945/stat : 10945 (java) S 10936 10938 9575 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1991583662 840134656 174616 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10938/tid=10946] ppid=10936 vsize=820444 CPUtime=0
/proc/10938/task/10946/stat : 10946 (java) S 10936 10938 9575 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1991583666 840134656 174616 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10938/tid=10947] ppid=10936 vsize=820444 CPUtime=0.55
/proc/10938/task/10947/stat : 10947 (java) S 10936 10938 9575 0 -1 64 2457 0 0 0 54 1 0 0 17 0 12 0 1991583666 840134656 174616 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10938/tid=10948] ppid=10936 vsize=820444 CPUtime=0.75
/proc/10938/task/10948/stat : 10948 (java) S 10936 10938 9575 0 -1 64 3954 0 0 0 74 1 0 0 16 0 12 0 1991583666 840134656 174616 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10938/tid=10949] ppid=10936 vsize=820444 CPUtime=0
/proc/10938/task/10949/stat : 10949 (java) S 10936 10938 9575 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1991583666 840134656 174616 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10938/tid=10950] ppid=10936 vsize=820444 CPUtime=0
/proc/10938/task/10950/stat : 10950 (java) S 10936 10938 9575 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1991583666 840134656 174616 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 258.73
Current children cumulated vsize (KiB) 820444

[startup+260.706 s]
/proc/loadavg: 2.25 2.02 1.76 4/84 11006
/proc/meminfo: memFree=979488/2055920 swapFree=4180000/4192956
[pid=10938] ppid=10936 vsize=820444 CPUtime=260.31
/proc/10938/stat : 10938 (java) S 10936 10938 9575 0 -1 0 181702 0 1 0 25945 86 0 0 18 0 12 0 1991583658 840134656 174616 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/10938/statm: 205111 174616 1389 9 0 202473 0
[pid=10938/tid=10940] ppid=10936 vsize=820444 CPUtime=210.84
/proc/10938/task/10940/stat : 10940 (java) R 10936 10938 9575 0 -1 64 18045 0 1 0 21071 13 0 0 25 0 12 0 1991583659 840134656 174616 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10938/tid=10941] ppid=10936 vsize=820444 CPUtime=4.74
/proc/10938/task/10941/stat : 10941 (java) S 10936 10938 9575 0 -1 64 79055 0 0 0 443 31 0 0 15 0 12 0 1991583660 840134656 174616 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10938/tid=10942] ppid=10936 vsize=820444 CPUtime=4.69
/proc/10938/task/10942/stat : 10942 (java) S 10936 10938 9575 0 -1 64 76556 0 0 0 437 32 0 0 16 0 12 0 1991583660 840134656 174616 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10938/tid=10943] ppid=10936 vsize=820444 CPUtime=38.66
/proc/10938/task/10943/stat : 10943 (java) R 10936 10938 9575 0 -1 64 872 0 0 0 3862 4 0 0 16 0 12 0 1991583662 840134656 174616 996147200 134512640 134550740 4294956032 18446744073709551615 103550491 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10938/tid=10944] ppid=10936 vsize=820444 CPUtime=0
/proc/10938/task/10944/stat : 10944 (java) S 10936 10938 9575 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1991583662 840134656 174616 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10938/tid=10945] ppid=10936 vsize=820444 CPUtime=0
/proc/10938/task/10945/stat : 10945 (java) S 10936 10938 9575 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1991583662 840134656 174616 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10938/tid=10946] ppid=10936 vsize=820444 CPUtime=0
/proc/10938/task/10946/stat : 10946 (java) S 10936 10938 9575 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1991583666 840134656 174616 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10938/tid=10947] ppid=10936 vsize=820444 CPUtime=0.55
/proc/10938/task/10947/stat : 10947 (java) S 10936 10938 9575 0 -1 64 2457 0 0 0 54 1 0 0 17 0 12 0 1991583666 840134656 174616 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10938/tid=10948] ppid=10936 vsize=820444 CPUtime=0.75
/proc/10938/task/10948/stat : 10948 (java) S 10936 10938 9575 0 -1 64 3954 0 0 0 74 1 0 0 16 0 12 0 1991583666 840134656 174616 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10938/tid=10949] ppid=10936 vsize=820444 CPUtime=0
/proc/10938/task/10949/stat : 10949 (java) S 10936 10938 9575 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1991583666 840134656 174616 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10938/tid=10950] ppid=10936 vsize=820444 CPUtime=0
/proc/10938/task/10950/stat : 10950 (java) S 10936 10938 9575 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1991583666 840134656 174616 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 260.31
Current children cumulated vsize (KiB) 820444

[startup+262.302 s]
/proc/loadavg: 2.25 2.02 1.76 4/84 11006
/proc/meminfo: memFree=979488/2055920 swapFree=4180000/4192956
[pid=10938] ppid=10936 vsize=820444 CPUtime=261.9
/proc/10938/stat : 10938 (java) S 10936 10938 9575 0 -1 0 181709 0 1 0 26104 86 0 0 18 0 12 0 1991583658 840134656 174618 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/10938/statm: 205111 174618 1390 9 0 202473 0
[pid=10938/tid=10940] ppid=10936 vsize=820444 CPUtime=210.9
/proc/10938/task/10940/stat : 10940 (java) R 10936 10938 9575 0 -1 64 18052 0 1 0 21077 13 0 0 24 0 12 0 1991583659 840134656 174618 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10938/tid=10941] ppid=10936 vsize=820444 CPUtime=4.74
/proc/10938/task/10941/stat : 10941 (java) S 10936 10938 9575 0 -1 64 79055 0 0 0 443 31 0 0 15 0 12 0 1991583660 840134656 174618 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10938/tid=10942] ppid=10936 vsize=820444 CPUtime=4.69
/proc/10938/task/10942/stat : 10942 (java) S 10936 10938 9575 0 -1 64 76556 0 0 0 437 32 0 0 16 0 12 0 1991583660 840134656 174618 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10938/tid=10943] ppid=10936 vsize=820444 CPUtime=40.19
/proc/10938/task/10943/stat : 10943 (java) R 10936 10938 9575 0 -1 64 872 0 0 0 4015 4 0 0 16 0 12 0 1991583662 840134656 174618 996147200 134512640 134550740 4294956032 18446744073709551615 104126456 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10938/tid=10944] ppid=10936 vsize=820444 CPUtime=0
/proc/10938/task/10944/stat : 10944 (java) S 10936 10938 9575 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1991583662 840134656 174618 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10938/tid=10945] ppid=10936 vsize=820444 CPUtime=0
/proc/10938/task/10945/stat : 10945 (java) S 10936 10938 9575 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1991583662 840134656 174618 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10938/tid=10946] ppid=10936 vsize=820444 CPUtime=0
/proc/10938/task/10946/stat : 10946 (java) S 10936 10938 9575 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1991583666 840134656 174618 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10938/tid=10947] ppid=10936 vsize=820444 CPUtime=0.55
/proc/10938/task/10947/stat : 10947 (java) S 10936 10938 9575 0 -1 64 2457 0 0 0 54 1 0 0 17 0 12 0 1991583666 840134656 174618 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10938/tid=10948] ppid=10936 vsize=820444 CPUtime=0.75
/proc/10938/task/10948/stat : 10948 (java) S 10936 10938 9575 0 -1 64 3954 0 0 0 74 1 0 0 16 0 12 0 1991583666 840134656 174618 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10938/tid=10949] ppid=10936 vsize=820444 CPUtime=0
/proc/10938/task/10949/stat : 10949 (java) S 10936 10938 9575 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1991583666 840134656 174618 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10938/tid=10950] ppid=10936 vsize=820444 CPUtime=0
/proc/10938/task/10950/stat : 10950 (java) S 10936 10938 9575 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1991583666 840134656 174618 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 261.9
Current children cumulated vsize (KiB) 820444

[startup+262.702 s]
/proc/loadavg: 2.25 2.02 1.76 4/84 11006
/proc/meminfo: memFree=979488/2055920 swapFree=4180000/4192956
[pid=10938] ppid=10936 vsize=820444 CPUtime=262.29
/proc/10938/stat : 10938 (java) S 10936 10938 9575 0 -1 0 181709 0 1 0 26143 86 0 0 18 0 12 0 1991583658 840134656 174618 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/10938/statm: 205111 174618 1390 9 0 202473 0
[pid=10938/tid=10940] ppid=10936 vsize=820444 CPUtime=210.9
/proc/10938/task/10940/stat : 10940 (java) R 10936 10938 9575 0 -1 64 18052 0 1 0 21077 13 0 0 24 0 12 0 1991583659 840134656 174618 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10938/tid=10941] ppid=10936 vsize=820444 CPUtime=4.74
/proc/10938/task/10941/stat : 10941 (java) S 10936 10938 9575 0 -1 64 79055 0 0 0 443 31 0 0 15 0 12 0 1991583660 840134656 174618 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10938/tid=10942] ppid=10936 vsize=820444 CPUtime=4.69
/proc/10938/task/10942/stat : 10942 (java) S 10936 10938 9575 0 -1 64 76556 0 0 0 437 32 0 0 16 0 12 0 1991583660 840134656 174618 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10938/tid=10943] ppid=10936 vsize=820444 CPUtime=40.58
/proc/10938/task/10943/stat : 10943 (java) R 10936 10938 9575 0 -1 64 872 0 0 0 4054 4 0 0 17 0 12 0 1991583662 840134656 174618 996147200 134512640 134550740 4294956032 18446744073709551615 106123734 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10938/tid=10944] ppid=10936 vsize=820444 CPUtime=0
/proc/10938/task/10944/stat : 10944 (java) S 10936 10938 9575 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1991583662 840134656 174618 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10938/tid=10945] ppid=10936 vsize=820444 CPUtime=0
/proc/10938/task/10945/stat : 10945 (java) S 10936 10938 9575 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1991583662 840134656 174618 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10938/tid=10946] ppid=10936 vsize=820444 CPUtime=0
/proc/10938/task/10946/stat : 10946 (java) S 10936 10938 9575 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1991583666 840134656 174618 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10938/tid=10947] ppid=10936 vsize=820444 CPUtime=0.55
/proc/10938/task/10947/stat : 10947 (java) S 10936 10938 9575 0 -1 64 2457 0 0 0 54 1 0 0 17 0 12 0 1991583666 840134656 174618 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10938/tid=10948] ppid=10936 vsize=820444 CPUtime=0.75
/proc/10938/task/10948/stat : 10948 (java) S 10936 10938 9575 0 -1 64 3954 0 0 0 74 1 0 0 16 0 12 0 1991583666 840134656 174618 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10938/tid=10949] ppid=10936 vsize=820444 CPUtime=0
/proc/10938/task/10949/stat : 10949 (java) S 10936 10938 9575 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1991583666 840134656 174618 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10938/tid=10950] ppid=10936 vsize=820444 CPUtime=0
/proc/10938/task/10950/stat : 10950 (java) S 10936 10938 9575 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1991583666 840134656 174618 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 262.29
Current children cumulated vsize (KiB) 820444

[startup+263.103 s]
/proc/loadavg: 2.25 2.02 1.76 4/84 11006
/proc/meminfo: memFree=979488/2055920 swapFree=4180000/4192956
[pid=10938] ppid=10936 vsize=0 CPUtime=262.66
/proc/10938/stat : 10938 (java) Z 10936 10938 9575 0 -1 12 181721 0 1 0 26170 96 0 0 16 0 2 0 1991583658 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10938/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 262.66
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 263.117
CPU time (s): 262.684
CPU user time (s): 261.708
CPU system time (s): 0.975851
CPU usage (%): 99.8353
Max. virtual memory (cumulated for all children) (KiB): 820848

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 261.708
system time used= 0.975851
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 181721
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= 12168
involuntary context switches= 13318

runsolver used 0.342947 second user time and 0.889864 second system time

The end

Launcher Data (download as text)

Begin job on node23 at 2008-07-04 01:01:35
IDJOB=1060198
IDBENCH=54412
IDSOLVER=344
FILE ID=node23/1060198-1215126095
PBS_JOBID= 7877157
Free space on /tmp= 66524 MiB

SOLVER NAME= SAT4J CSP 2008-06-13
BENCH NAME= CPAI08/csp/os-taillard-15/normalized-os-taillard-15-105-9.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-1060198-1215126095/watcher-1060198-1215126095 -o /tmp/evaluation-result-1060198-1215126095/solver-1060198-1215126095 -C 1800 -W 2200 -M 900 --output-limit 1,15  java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1060198-1215126095.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= f3a501a01b9bc5992030d707bcd8787f
RANDOM SEED=1032559091

node23.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.216
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.216
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:       1571064 kB
Buffers:         34680 kB
Cached:         296388 kB
SwapCached:       6756 kB
Active:         258512 kB
Inactive:       163344 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1571064 kB
SwapTotal:     4192956 kB
SwapFree:      4180000 kB
Dirty:            1632 kB
Writeback:           0 kB
Mapped:         108032 kB
Slab:            47904 kB
Committed_AS:  3449996 kB
PageTables:       2052 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= 66548 MiB
End job on node23 at 2008-07-04 01:05:58