Trace number 1034408

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? 133.401 133.474

General information on the benchmark

Namecsp/lard/
normalized-lard-91-91.xml
MD5SUM6b4a6e4092e14f48fd38a5edec2adc18
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark15.3517
Satisfiable
(Un)Satisfiability was proved
Number of variables91
Number of constraints4095
Maximum constraint arity2
Maximum domain size92
Number of constraints which are defined in extension4095
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

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

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-1034408-1214949522/watcher-1034408-1214949522 -o /tmp/evaluation-result-1034408-1214949522/solver-1034408-1214949522 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1034408-1214949522.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: 0.37 0.08 0.03 3/69 4470
/proc/meminfo: memFree=1463852/2055920 swapFree=4179016/4192956
[pid=4470] ppid=4468 vsize=152 CPUtime=0
/proc/4470/stat : 4470 (java) R 4468 4470 4260 0 -1 0 211 0 0 0 0 0 0 0 18 0 1 0 1973926436 155648 26 996147200 134512640 134550740 4294956032 18446744073709551615 8921892 0 0 4096 0 0 0 0 17 0 0 0
/proc/4470/statm: 38 26 19 9 0 4 0

[startup+0.0901411 s]
/proc/loadavg: 0.37 0.08 0.03 3/69 4470
/proc/meminfo: memFree=1463852/2055920 swapFree=4179016/4192956
[pid=4470] ppid=4468 vsize=800744 CPUtime=0.04
/proc/4470/stat : 4470 (java) S 4468 4470 4260 0 -1 0 2339 0 29 0 1 3 0 0 18 0 4 0 1973926436 819961856 2105 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/4470/statm: 200186 2105 912 9 0 197569 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 800744

[startup+0.101141 s]
/proc/loadavg: 0.37 0.08 0.03 3/69 4470
/proc/meminfo: memFree=1463852/2055920 swapFree=4179016/4192956
[pid=4470] ppid=4468 vsize=801432 CPUtime=0.06
/proc/4470/stat : 4470 (java) S 4468 4470 4260 0 -1 0 2484 0 29 0 2 4 0 0 18 0 5 0 1973926436 820666368 2249 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/4470/statm: 200358 2250 957 9 0 197741 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 801432

[startup+0.30116 s]
/proc/loadavg: 0.37 0.08 0.03 3/69 4470
/proc/meminfo: memFree=1463852/2055920 swapFree=4179016/4192956
[pid=4470] ppid=4468 vsize=808308 CPUtime=0.23
/proc/4470/stat : 4470 (java) S 4468 4470 4260 0 -1 0 4561 0 29 0 17 6 0 0 18 0 12 0 1973926436 827707392 3918 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/4470/statm: 202077 3918 1296 9 0 199446 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 808308

[startup+0.701201 s]
/proc/loadavg: 0.37 0.08 0.03 3/69 4470
/proc/meminfo: memFree=1463852/2055920 swapFree=4179016/4192956
[pid=4470] ppid=4468 vsize=808336 CPUtime=0.59
/proc/4470/stat : 4470 (java) S 4468 4470 4260 0 -1 0 6062 0 29 0 52 7 0 0 18 0 12 0 1973926436 827736064 5220 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/4470/statm: 202084 5220 1332 9 0 199446 0
Current children cumulated CPU time (s) 0.59
Current children cumulated vsize (KiB) 808336

[startup+1.50128 s]
/proc/loadavg: 0.37 0.08 0.03 4/81 4482
/proc/meminfo: memFree=1431756/2055920 swapFree=4179016/4192956
[pid=4470] ppid=4468 vsize=808336 CPUtime=1.39
/proc/4470/stat : 4470 (java) S 4468 4470 4260 0 -1 0 8528 0 29 0 131 8 0 0 18 0 12 0 1973926436 827736064 6739 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/4470/statm: 202084 6740 1350 9 0 199446 0
[pid=4470/tid=4472] ppid=4468 vsize=808336 CPUtime=0.61
/proc/4470/task/4472/stat : 4472 (java) R 4468 4470 4260 0 -1 64 4987 0 1 0 57 4 0 0 24 0 12 0 1973926443 827736064 6740 996147200 134512640 134550740 4294956032 18446744073709551615 4109189826 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4470/tid=4473] ppid=4468 vsize=808336 CPUtime=0
/proc/4470/task/4473/stat : 4473 (java) S 4468 4470 4260 0 -1 64 3 0 0 0 0 0 0 0 20 0 12 0 1973926444 827736064 6740 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4470/tid=4474] ppid=4468 vsize=808336 CPUtime=0
/proc/4470/task/4474/stat : 4474 (java) S 4468 4470 4260 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 1973926444 827736064 6741 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4470/tid=4475] ppid=4468 vsize=808336 CPUtime=0
/proc/4470/task/4475/stat : 4475 (java) S 4468 4470 4260 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 1973926446 827736064 6741 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=4470/tid=4476] ppid=4468 vsize=808336 CPUtime=0
/proc/4470/task/4476/stat : 4476 (java) S 4468 4470 4260 0 -1 64 9 0 0 0 0 0 0 0 23 0 12 0 1973926446 827736064 6741 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4470/tid=4477] ppid=4468 vsize=808336 CPUtime=0
/proc/4470/task/4477/stat : 4477 (java) S 4468 4470 4260 0 -1 64 5 0 0 0 0 0 0 0 24 0 12 0 1973926446 827736064 6742 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4470/tid=4478] ppid=4468 vsize=808336 CPUtime=0
/proc/4470/task/4478/stat : 4478 (java) S 4468 4470 4260 0 -1 64 2 0 0 0 0 0 0 0 23 0 12 0 1973926453 827736064 6742 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4470/tid=4479] ppid=4468 vsize=808336 CPUtime=0.2
/proc/4470/task/4479/stat : 4479 (java) S 4468 4470 4260 0 -1 64 602 0 0 0 20 0 0 0 16 0 12 0 1973926453 827736064 6742 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4470/tid=4480] ppid=4468 vsize=808336 CPUtime=0.51
/proc/4470/task/4480/stat : 4480 (java) S 4468 4470 4260 0 -1 64 2201 0 0 0 51 0 0 0 16 0 12 0 1973926453 827736064 6743 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4470/tid=4481] ppid=4468 vsize=808336 CPUtime=0
/proc/4470/task/4481/stat : 4481 (java) S 4468 4470 4260 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 1973926453 827736064 6743 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4470/tid=4482] ppid=4468 vsize=808336 CPUtime=0
/proc/4470/task/4482/stat : 4482 (java) S 4468 4470 4260 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1973926453 827736064 6743 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.39
Current children cumulated vsize (KiB) 808336

[startup+3.12144 s]
/proc/loadavg: 0.50 0.11 0.04 5/93 4509
/proc/meminfo: memFree=1347940/2055920 swapFree=4179016/4192956
[pid=4470] ppid=4468 vsize=813328 CPUtime=3.15
/proc/4470/stat : 4470 (java) S 4468 4470 4260 0 -1 0 27293 0 29 0 300 15 0 0 18 0 12 0 1973926436 832847872 24080 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/4470/statm: 203332 24080 1357 9 0 200694 0
[pid=4470/tid=4472] ppid=4468 vsize=813328 CPUtime=1.74
/proc/4470/task/4472/stat : 4472 (java) R 4468 4470 4260 0 -1 64 16979 0 1 0 166 8 0 0 25 0 12 0 1973926443 832847872 24080 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4470/tid=4473] ppid=4468 vsize=813328 CPUtime=0.09
/proc/4470/task/4473/stat : 4473 (java) R 4468 4470 4260 0 -1 64 1935 0 0 0 9 0 0 0 16 0 12 0 1973926444 832847872 24080 996147200 134512640 134550740 4294956032 18446744073709551615 106160180 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4470/tid=4474] ppid=4468 vsize=813328 CPUtime=0.11
/proc/4470/task/4474/stat : 4474 (java) R 4468 4470 4260 0 -1 64 2114 0 0 0 11 0 0 0 16 0 12 0 1973926444 832847872 24080 996147200 134512640 134550740 4294956032 18446744073709551615 104145927 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4470/tid=4475] ppid=4468 vsize=813328 CPUtime=0
/proc/4470/task/4475/stat : 4475 (java) R 4468 4470 4260 0 -1 64 110 0 0 0 0 0 0 0 16 0 12 0 1973926446 832847872 24080 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4470/tid=4476] ppid=4468 vsize=813328 CPUtime=0
/proc/4470/task/4476/stat : 4476 (java) S 4468 4470 4260 0 -1 64 10 0 0 0 0 0 0 0 17 0 12 0 1973926446 832847872 24080 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4470/tid=4477] ppid=4468 vsize=813328 CPUtime=0
/proc/4470/task/4477/stat : 4477 (java) S 4468 4470 4260 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 1973926446 832847872 24080 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4470/tid=4478] ppid=4468 vsize=813328 CPUtime=0
/proc/4470/task/4478/stat : 4478 (java) S 4468 4470 4260 0 -1 64 2 0 0 0 0 0 0 0 23 0 12 0 1973926453 832847872 24080 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4470/tid=4479] ppid=4468 vsize=813328 CPUtime=0.37
/proc/4470/task/4479/stat : 4479 (java) S 4468 4470 4260 0 -1 64 1281 0 0 0 37 0 0 0 16 0 12 0 1973926453 832847872 24080 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4470/tid=4480] ppid=4468 vsize=813328 CPUtime=0.75
/proc/4470/task/4480/stat : 4480 (java) S 4468 4470 4260 0 -1 64 4137 0 0 0 74 1 0 0 16 0 12 0 1973926453 832847872 24080 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4470/tid=4481] ppid=4468 vsize=813328 CPUtime=0
/proc/4470/task/4481/stat : 4481 (java) S 4468 4470 4260 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 1973926453 832847872 24080 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4470/tid=4482] ppid=4468 vsize=813328 CPUtime=0
/proc/4470/task/4482/stat : 4482 (java) S 4468 4470 4260 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1973926453 832847872 24080 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.15
Current children cumulated vsize (KiB) 813328

[startup+6.30276 s]
/proc/loadavg: 0.50 0.11 0.04 3/93 4509
/proc/meminfo: memFree=1223524/2055920 swapFree=4179016/4192956
[pid=4470] ppid=4468 vsize=813328 CPUtime=6.3
/proc/4470/stat : 4470 (java) S 4468 4470 4260 0 -1 0 35252 0 29 0 609 21 0 0 18 0 12 0 1973926436 832847872 31951 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/4470/statm: 203332 31951 1357 9 0 200694 0
[pid=4470/tid=4472] ppid=4468 vsize=813328 CPUtime=4.28
/proc/4470/task/4472/stat : 4472 (java) R 4468 4470 4260 0 -1 64 16995 0 1 0 418 10 0 0 25 0 12 0 1973926443 832847872 31951 996147200 134512640 134550740 4294956032 18446744073709551615 4109662637 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4470/tid=4473] ppid=4468 vsize=813328 CPUtime=0.38
/proc/4470/task/4473/stat : 4473 (java) S 4468 4470 4260 0 -1 64 6198 0 0 0 37 1 0 0 16 0 12 0 1973926444 832847872 31951 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4470/tid=4474] ppid=4468 vsize=813328 CPUtime=0.38
/proc/4470/task/4474/stat : 4474 (java) S 4468 4470 4260 0 -1 64 5757 0 0 0 35 3 0 0 16 0 12 0 1973926444 832847872 31951 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4470/tid=4475] ppid=4468 vsize=813328 CPUtime=0.01
/proc/4470/task/4475/stat : 4475 (java) S 4468 4470 4260 0 -1 64 136 0 0 0 1 0 0 0 16 0 12 0 1973926446 832847872 31951 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4470/tid=4476] ppid=4468 vsize=813328 CPUtime=0
/proc/4470/task/4476/stat : 4476 (java) S 4468 4470 4260 0 -1 64 10 0 0 0 0 0 0 0 17 0 12 0 1973926446 832847872 31951 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4470/tid=4477] ppid=4468 vsize=813328 CPUtime=0
/proc/4470/task/4477/stat : 4477 (java) S 4468 4470 4260 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 1973926446 832847872 31951 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4470/tid=4478] ppid=4468 vsize=813328 CPUtime=0
/proc/4470/task/4478/stat : 4478 (java) S 4468 4470 4260 0 -1 64 2 0 0 0 0 0 0 0 23 0 12 0 1973926453 832847872 31951 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4470/tid=4479] ppid=4468 vsize=813328 CPUtime=0.4
/proc/4470/task/4479/stat : 4479 (java) S 4468 4470 4260 0 -1 64 1292 0 0 0 40 0 0 0 16 0 12 0 1973926453 832847872 31951 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4470/tid=4480] ppid=4468 vsize=813328 CPUtime=0.76
/proc/4470/task/4480/stat : 4480 (java) S 4468 4470 4260 0 -1 64 4137 0 0 0 75 1 0 0 17 0 12 0 1973926453 832847872 31951 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4470/tid=4481] ppid=4468 vsize=813328 CPUtime=0
/proc/4470/task/4481/stat : 4481 (java) S 4468 4470 4260 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 1973926453 832847872 31951 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4470/tid=4482] ppid=4468 vsize=813328 CPUtime=0
/proc/4470/task/4482/stat : 4482 (java) S 4468 4470 4260 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1973926453 832847872 31951 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.3
Current children cumulated vsize (KiB) 813328

[startup+12.7024 s]
/proc/loadavg: 0.95 0.22 0.07 5/93 4509
/proc/meminfo: memFree=1103916/2055920 swapFree=4179016/4192956
[pid=4470] ppid=4468 vsize=813328 CPUtime=12.69
/proc/4470/stat : 4470 (java) S 4468 4470 4260 0 -1 0 47570 0 29 0 1243 26 0 0 18 0 12 0 1973926436 832847872 44173 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/4470/statm: 203332 44173 1357 9 0 200694 0
[pid=4470/tid=4472] ppid=4468 vsize=813328 CPUtime=9.74
/proc/4470/task/4472/stat : 4472 (java) R 4468 4470 4260 0 -1 64 17027 0 1 0 963 11 0 0 25 0 12 0 1973926443 832847872 44173 996147200 134512640 134550740 4294956032 18446744073709551615 4109711824 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4470/tid=4473] ppid=4468 vsize=813328 CPUtime=0.8
/proc/4470/task/4473/stat : 4473 (java) S 4468 4470 4260 0 -1 64 12452 0 0 0 76 4 0 0 16 0 12 0 1973926444 832847872 44173 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4470/tid=4474] ppid=4468 vsize=813328 CPUtime=0.82
/proc/4470/task/4474/stat : 4474 (java) S 4468 4470 4260 0 -1 64 11776 0 0 0 77 5 0 0 16 0 12 0 1973926444 832847872 44173 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4470/tid=4475] ppid=4468 vsize=813328 CPUtime=0.01
/proc/4470/task/4475/stat : 4475 (java) S 4468 4470 4260 0 -1 64 136 0 0 0 1 0 0 0 16 0 12 0 1973926446 832847872 44173 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=4470/tid=4476] ppid=4468 vsize=813328 CPUtime=0
/proc/4470/task/4476/stat : 4476 (java) S 4468 4470 4260 0 -1 64 10 0 0 0 0 0 0 0 17 0 12 0 1973926446 832847872 44173 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4470/tid=4477] ppid=4468 vsize=813328 CPUtime=0
/proc/4470/task/4477/stat : 4477 (java) S 4468 4470 4260 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 1973926446 832847872 44173 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4470/tid=4478] ppid=4468 vsize=813328 CPUtime=0
/proc/4470/task/4478/stat : 4478 (java) S 4468 4470 4260 0 -1 64 2 0 0 0 0 0 0 0 23 0 12 0 1973926453 832847872 44173 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4470/tid=4479] ppid=4468 vsize=813328 CPUtime=0.43
/proc/4470/task/4479/stat : 4479 (java) S 4468 4470 4260 0 -1 64 1296 0 0 0 43 0 0 0 16 0 12 0 1973926453 832847872 44173 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4470/tid=4480] ppid=4468 vsize=813328 CPUtime=0.82
/proc/4470/task/4480/stat : 4480 (java) S 4468 4470 4260 0 -1 64 4146 0 0 0 81 1 0 0 16 0 12 0 1973926453 832847872 44173 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4470/tid=4481] ppid=4468 vsize=813328 CPUtime=0
/proc/4470/task/4481/stat : 4481 (java) S 4468 4470 4260 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 1973926453 832847872 44173 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4470/tid=4482] ppid=4468 vsize=813328 CPUtime=0
/proc/4470/task/4482/stat : 4482 (java) S 4468 4470 4260 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1973926453 832847872 44173 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 813328

[startup+25.5027 s]
/proc/loadavg: 1.12 0.28 0.09 3/93 4509
/proc/meminfo: memFree=860140/2055920 swapFree=4179016/4192956
[pid=4470] ppid=4468 vsize=813488 CPUtime=25.49
/proc/4470/stat : 4470 (java) S 4468 4470 4260 0 -1 0 72910 0 29 0 2510 39 0 0 18 0 12 0 1973926436 833011712 69399 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/4470/statm: 203372 69399 1357 9 0 200734 0
[pid=4470/tid=4472] ppid=4468 vsize=813488 CPUtime=20.45
/proc/4470/task/4472/stat : 4472 (java) R 4468 4470 4260 0 -1 64 17080 0 1 0 2032 13 0 0 25 0 12 0 1973926443 833011712 69399 996147200 134512640 134550740 4294956032 18446744073709551615 4109641399 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4470/tid=4473] ppid=4468 vsize=813488 CPUtime=1.66
/proc/4470/task/4473/stat : 4473 (java) S 4468 4470 4260 0 -1 64 25062 0 0 0 157 9 0 0 16 0 12 0 1973926444 833011712 69399 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4470/tid=4474] ppid=4468 vsize=813488 CPUtime=1.69
/proc/4470/task/4474/stat : 4474 (java) S 4468 4470 4260 0 -1 64 24266 0 0 0 159 10 0 0 16 0 12 0 1973926444 833011712 69399 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4470/tid=4475] ppid=4468 vsize=813488 CPUtime=0.01
/proc/4470/task/4475/stat : 4475 (java) S 4468 4470 4260 0 -1 64 136 0 0 0 1 0 0 0 15 0 12 0 1973926446 833011712 69399 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=4470/tid=4476] ppid=4468 vsize=813488 CPUtime=0
/proc/4470/task/4476/stat : 4476 (java) S 4468 4470 4260 0 -1 64 10 0 0 0 0 0 0 0 17 0 12 0 1973926446 833011712 69399 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4470/tid=4477] ppid=4468 vsize=813488 CPUtime=0
/proc/4470/task/4477/stat : 4477 (java) S 4468 4470 4260 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 1973926446 833011712 69399 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4470/tid=4478] ppid=4468 vsize=813488 CPUtime=0
/proc/4470/task/4478/stat : 4478 (java) S 4468 4470 4260 0 -1 64 2 0 0 0 0 0 0 0 23 0 12 0 1973926453 833011712 69399 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0

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

[pid=4470/tid=4481] ppid=4468 vsize=816400 CPUtime=0
/proc/4470/task/4481/stat : 4481 (java) S 4468 4470 4260 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 1973926453 835993600 173384 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4470/tid=4482] ppid=4468 vsize=816400 CPUtime=0
/proc/4470/task/4482/stat : 4482 (java) S 4468 4470 4260 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1973926453 835993600 173384 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 121.45
Current children cumulated vsize (KiB) 816400

[startup+127.903 s]
/proc/loadavg: 2.13 0.91 0.34 3/93 4515
/proc/meminfo: memFree=29028/2055920 swapFree=4179016/4192956
[pid=4470] ppid=4468 vsize=816400 CPUtime=127.84
/proc/4470/stat : 4470 (java) S 4468 4470 4260 0 -1 0 184673 0 29 0 12688 96 0 0 18 0 12 0 1973926436 835993600 173384 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/4470/statm: 204100 173384 1382 9 0 201462 0
[pid=4470/tid=4472] ppid=4468 vsize=816400 CPUtime=60.34
/proc/4470/task/4472/stat : 4472 (java) S 4468 4470 4260 0 -1 64 17261 0 1 0 6013 21 0 0 17 0 12 0 1973926443 835993600 173384 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4470/tid=4473] ppid=4468 vsize=816400 CPUtime=4.87
/proc/4470/task/4473/stat : 4473 (java) S 4468 4470 4260 0 -1 64 73358 0 0 0 457 30 0 0 15 0 12 0 1973926444 835993600 173384 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4470/tid=4474] ppid=4468 vsize=816400 CPUtime=4.95
/proc/4470/task/4474/stat : 4474 (java) S 4468 4470 4260 0 -1 64 77026 0 0 0 464 31 0 0 16 0 12 0 1973926444 835993600 173384 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4470/tid=4475] ppid=4468 vsize=816400 CPUtime=54.62
/proc/4470/task/4475/stat : 4475 (java) R 4468 4470 4260 0 -1 64 5444 0 0 0 5457 5 0 0 25 0 12 0 1973926446 835993600 173384 996147200 134512640 134550740 4294956032 18446744073709551615 104136418 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=4470/tid=4476] ppid=4468 vsize=816400 CPUtime=0
/proc/4470/task/4476/stat : 4476 (java) S 4468 4470 4260 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1973926446 835993600 173384 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4470/tid=4477] ppid=4468 vsize=816400 CPUtime=0
/proc/4470/task/4477/stat : 4477 (java) S 4468 4470 4260 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 1973926446 835993600 173384 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4470/tid=4478] ppid=4468 vsize=816400 CPUtime=0
/proc/4470/task/4478/stat : 4478 (java) S 4468 4470 4260 0 -1 64 2 0 0 0 0 0 0 0 23 0 12 0 1973926453 835993600 173384 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4470/tid=4479] ppid=4468 vsize=816400 CPUtime=1.44
/proc/4470/task/4479/stat : 4479 (java) S 4468 4470 4260 0 -1 64 6302 0 0 0 142 2 0 0 16 0 12 0 1973926453 835993600 173384 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4470/tid=4480] ppid=4468 vsize=816400 CPUtime=1.51
/proc/4470/task/4480/stat : 4480 (java) S 4468 4470 4260 0 -1 64 4545 0 0 0 150 1 0 0 16 0 12 0 1973926453 835993600 173384 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4470/tid=4481] ppid=4468 vsize=816400 CPUtime=0
/proc/4470/task/4481/stat : 4481 (java) S 4468 4470 4260 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 1973926453 835993600 173384 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4470/tid=4482] ppid=4468 vsize=816400 CPUtime=0
/proc/4470/task/4482/stat : 4482 (java) S 4468 4470 4260 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1973926453 835993600 173384 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 127.84
Current children cumulated vsize (KiB) 816400

[startup+131.102 s]
/proc/loadavg: 2.13 0.91 0.34 3/93 4515
/proc/meminfo: memFree=29028/2055920 swapFree=4179016/4192956
[pid=4470] ppid=4468 vsize=816400 CPUtime=131.04
/proc/4470/stat : 4470 (java) S 4468 4470 4260 0 -1 0 184677 0 29 0 13008 96 0 0 18 0 12 0 1973926436 835993600 173385 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/4470/statm: 204100 173385 1383 9 0 201462 0
[pid=4470/tid=4472] ppid=4468 vsize=816400 CPUtime=60.34
/proc/4470/task/4472/stat : 4472 (java) S 4468 4470 4260 0 -1 64 17265 0 1 0 6013 21 0 0 17 0 12 0 1973926443 835993600 173385 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4470/tid=4473] ppid=4468 vsize=816400 CPUtime=4.87
/proc/4470/task/4473/stat : 4473 (java) S 4468 4470 4260 0 -1 64 73358 0 0 0 457 30 0 0 15 0 12 0 1973926444 835993600 173385 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4470/tid=4474] ppid=4468 vsize=816400 CPUtime=4.95
/proc/4470/task/4474/stat : 4474 (java) S 4468 4470 4260 0 -1 64 77026 0 0 0 464 31 0 0 16 0 12 0 1973926444 835993600 173385 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4470/tid=4475] ppid=4468 vsize=816400 CPUtime=57.82
/proc/4470/task/4475/stat : 4475 (java) R 4468 4470 4260 0 -1 64 5444 0 0 0 5777 5 0 0 25 0 12 0 1973926446 835993600 173385 996147200 134512640 134550740 4294956032 18446744073709551615 106122414 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=4470/tid=4476] ppid=4468 vsize=816400 CPUtime=0
/proc/4470/task/4476/stat : 4476 (java) S 4468 4470 4260 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1973926446 835993600 173385 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4470/tid=4477] ppid=4468 vsize=816400 CPUtime=0
/proc/4470/task/4477/stat : 4477 (java) S 4468 4470 4260 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 1973926446 835993600 173385 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4470/tid=4478] ppid=4468 vsize=816400 CPUtime=0
/proc/4470/task/4478/stat : 4478 (java) S 4468 4470 4260 0 -1 64 2 0 0 0 0 0 0 0 23 0 12 0 1973926453 835993600 173385 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4470/tid=4479] ppid=4468 vsize=816400 CPUtime=1.44
/proc/4470/task/4479/stat : 4479 (java) S 4468 4470 4260 0 -1 64 6302 0 0 0 142 2 0 0 16 0 12 0 1973926453 835993600 173385 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4470/tid=4480] ppid=4468 vsize=816400 CPUtime=1.51
/proc/4470/task/4480/stat : 4480 (java) S 4468 4470 4260 0 -1 64 4545 0 0 0 150 1 0 0 16 0 12 0 1973926453 835993600 173385 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4470/tid=4481] ppid=4468 vsize=816400 CPUtime=0
/proc/4470/task/4481/stat : 4481 (java) S 4468 4470 4260 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 1973926453 835993600 173385 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4470/tid=4482] ppid=4468 vsize=816400 CPUtime=0
/proc/4470/task/4482/stat : 4482 (java) S 4468 4470 4260 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1973926453 835993600 173385 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 131.04
Current children cumulated vsize (KiB) 816400

[startup+132.702 s]
/proc/loadavg: 2.12 0.93 0.35 3/93 4515
/proc/meminfo: memFree=29028/2055920 swapFree=4179016/4192956
[pid=4470] ppid=4468 vsize=816400 CPUtime=132.64
/proc/4470/stat : 4470 (java) S 4468 4470 4260 0 -1 0 184677 0 29 0 13168 96 0 0 18 0 12 0 1973926436 835993600 173385 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/4470/statm: 204100 173385 1383 9 0 201462 0
[pid=4470/tid=4472] ppid=4468 vsize=816400 CPUtime=60.34
/proc/4470/task/4472/stat : 4472 (java) S 4468 4470 4260 0 -1 64 17265 0 1 0 6013 21 0 0 17 0 12 0 1973926443 835993600 173385 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4470/tid=4473] ppid=4468 vsize=816400 CPUtime=4.87
/proc/4470/task/4473/stat : 4473 (java) S 4468 4470 4260 0 -1 64 73358 0 0 0 457 30 0 0 15 0 12 0 1973926444 835993600 173385 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4470/tid=4474] ppid=4468 vsize=816400 CPUtime=4.95
/proc/4470/task/4474/stat : 4474 (java) S 4468 4470 4260 0 -1 64 77026 0 0 0 464 31 0 0 16 0 12 0 1973926444 835993600 173385 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4470/tid=4475] ppid=4468 vsize=816400 CPUtime=59.42
/proc/4470/task/4475/stat : 4475 (java) R 4468 4470 4260 0 -1 64 5444 0 0 0 5937 5 0 0 25 0 12 0 1973926446 835993600 173385 996147200 134512640 134550740 4294956032 18446744073709551615 106123838 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=4470/tid=4476] ppid=4468 vsize=816400 CPUtime=0
/proc/4470/task/4476/stat : 4476 (java) S 4468 4470 4260 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1973926446 835993600 173385 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4470/tid=4477] ppid=4468 vsize=816400 CPUtime=0
/proc/4470/task/4477/stat : 4477 (java) S 4468 4470 4260 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 1973926446 835993600 173385 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4470/tid=4478] ppid=4468 vsize=816400 CPUtime=0
/proc/4470/task/4478/stat : 4478 (java) S 4468 4470 4260 0 -1 64 2 0 0 0 0 0 0 0 23 0 12 0 1973926453 835993600 173385 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4470/tid=4479] ppid=4468 vsize=816400 CPUtime=1.44
/proc/4470/task/4479/stat : 4479 (java) S 4468 4470 4260 0 -1 64 6302 0 0 0 142 2 0 0 16 0 12 0 1973926453 835993600 173385 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4470/tid=4480] ppid=4468 vsize=816400 CPUtime=1.51
/proc/4470/task/4480/stat : 4480 (java) S 4468 4470 4260 0 -1 64 4545 0 0 0 150 1 0 0 16 0 12 0 1973926453 835993600 173385 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4470/tid=4481] ppid=4468 vsize=816400 CPUtime=0
/proc/4470/task/4481/stat : 4481 (java) S 4468 4470 4260 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 1973926453 835993600 173385 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4470/tid=4482] ppid=4468 vsize=816400 CPUtime=0
/proc/4470/task/4482/stat : 4482 (java) S 4468 4470 4260 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1973926453 835993600 173385 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 132.64
Current children cumulated vsize (KiB) 816400

[startup+133.107 s]
/proc/loadavg: 2.12 0.93 0.35 3/93 4515
/proc/meminfo: memFree=29028/2055920 swapFree=4179016/4192956
[pid=4470] ppid=4468 vsize=816400 CPUtime=133.04
/proc/4470/stat : 4470 (java) S 4468 4470 4260 0 -1 0 184677 0 29 0 13208 96 0 0 18 0 12 0 1973926436 835993600 173385 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/4470/statm: 204100 173385 1383 9 0 201462 0
[pid=4470/tid=4472] ppid=4468 vsize=816400 CPUtime=60.34
/proc/4470/task/4472/stat : 4472 (java) S 4468 4470 4260 0 -1 64 17265 0 1 0 6013 21 0 0 17 0 12 0 1973926443 835993600 173385 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4470/tid=4473] ppid=4468 vsize=816400 CPUtime=4.87
/proc/4470/task/4473/stat : 4473 (java) S 4468 4470 4260 0 -1 64 73358 0 0 0 457 30 0 0 15 0 12 0 1973926444 835993600 173385 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4470/tid=4474] ppid=4468 vsize=816400 CPUtime=4.95
/proc/4470/task/4474/stat : 4474 (java) S 4468 4470 4260 0 -1 64 77026 0 0 0 464 31 0 0 16 0 12 0 1973926444 835993600 173385 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4470/tid=4475] ppid=4468 vsize=816400 CPUtime=59.83
/proc/4470/task/4475/stat : 4475 (java) R 4468 4470 4260 0 -1 64 5444 0 0 0 5978 5 0 0 25 0 12 0 1973926446 835993600 173385 996147200 134512640 134550740 4294956032 18446744073709551615 106123643 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=4470/tid=4476] ppid=4468 vsize=816400 CPUtime=0
/proc/4470/task/4476/stat : 4476 (java) S 4468 4470 4260 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1973926446 835993600 173385 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4470/tid=4477] ppid=4468 vsize=816400 CPUtime=0
/proc/4470/task/4477/stat : 4477 (java) S 4468 4470 4260 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 1973926446 835993600 173385 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4470/tid=4478] ppid=4468 vsize=816400 CPUtime=0
/proc/4470/task/4478/stat : 4478 (java) S 4468 4470 4260 0 -1 64 2 0 0 0 0 0 0 0 23 0 12 0 1973926453 835993600 173385 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4470/tid=4479] ppid=4468 vsize=816400 CPUtime=1.44
/proc/4470/task/4479/stat : 4479 (java) S 4468 4470 4260 0 -1 64 6302 0 0 0 142 2 0 0 16 0 12 0 1973926453 835993600 173385 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4470/tid=4480] ppid=4468 vsize=816400 CPUtime=1.51
/proc/4470/task/4480/stat : 4480 (java) S 4468 4470 4260 0 -1 64 4545 0 0 0 150 1 0 0 16 0 12 0 1973926453 835993600 173385 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4470/tid=4481] ppid=4468 vsize=816400 CPUtime=0
/proc/4470/task/4481/stat : 4481 (java) S 4468 4470 4260 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 1973926453 835993600 173385 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4470/tid=4482] ppid=4468 vsize=816400 CPUtime=0
/proc/4470/task/4482/stat : 4482 (java) S 4468 4470 4260 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1973926453 835993600 173385 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 133.04
Current children cumulated vsize (KiB) 816400

[startup+133.302 s]
/proc/loadavg: 2.12 0.93 0.35 3/93 4515
/proc/meminfo: memFree=29028/2055920 swapFree=4179016/4192956
[pid=4470] ppid=4468 vsize=816400 CPUtime=133.24
/proc/4470/stat : 4470 (java) S 4468 4470 4260 0 -1 0 184677 0 29 0 13228 96 0 0 18 0 12 0 1973926436 835993600 173385 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/4470/statm: 204100 173385 1383 9 0 201462 0
[pid=4470/tid=4472] ppid=4468 vsize=816400 CPUtime=60.34
/proc/4470/task/4472/stat : 4472 (java) S 4468 4470 4260 0 -1 64 17265 0 1 0 6013 21 0 0 17 0 12 0 1973926443 835993600 173385 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4470/tid=4473] ppid=4468 vsize=816400 CPUtime=4.87
/proc/4470/task/4473/stat : 4473 (java) S 4468 4470 4260 0 -1 64 73358 0 0 0 457 30 0 0 15 0 12 0 1973926444 835993600 173385 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4470/tid=4474] ppid=4468 vsize=816400 CPUtime=4.95
/proc/4470/task/4474/stat : 4474 (java) S 4468 4470 4260 0 -1 64 77026 0 0 0 464 31 0 0 16 0 12 0 1973926444 835993600 173385 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4470/tid=4475] ppid=4468 vsize=816400 CPUtime=60.02
/proc/4470/task/4475/stat : 4475 (java) R 4468 4470 4260 0 -1 64 5444 0 0 0 5997 5 0 0 25 0 12 0 1973926446 835993600 173385 996147200 134512640 134550740 4294956032 18446744073709551615 106123736 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=4470/tid=4476] ppid=4468 vsize=816400 CPUtime=0
/proc/4470/task/4476/stat : 4476 (java) S 4468 4470 4260 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1973926446 835993600 173385 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4470/tid=4477] ppid=4468 vsize=816400 CPUtime=0
/proc/4470/task/4477/stat : 4477 (java) S 4468 4470 4260 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 1973926446 835993600 173385 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4470/tid=4478] ppid=4468 vsize=816400 CPUtime=0
/proc/4470/task/4478/stat : 4478 (java) S 4468 4470 4260 0 -1 64 2 0 0 0 0 0 0 0 23 0 12 0 1973926453 835993600 173385 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4470/tid=4479] ppid=4468 vsize=816400 CPUtime=1.44
/proc/4470/task/4479/stat : 4479 (java) S 4468 4470 4260 0 -1 64 6302 0 0 0 142 2 0 0 16 0 12 0 1973926453 835993600 173385 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4470/tid=4480] ppid=4468 vsize=816400 CPUtime=1.51
/proc/4470/task/4480/stat : 4480 (java) S 4468 4470 4260 0 -1 64 4545 0 0 0 150 1 0 0 16 0 12 0 1973926453 835993600 173385 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4470/tid=4481] ppid=4468 vsize=816400 CPUtime=0
/proc/4470/task/4481/stat : 4481 (java) S 4468 4470 4260 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 1973926453 835993600 173385 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4470/tid=4482] ppid=4468 vsize=816400 CPUtime=0
/proc/4470/task/4482/stat : 4482 (java) S 4468 4470 4260 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1973926453 835993600 173385 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 133.24
Current children cumulated vsize (KiB) 816400

[startup+133.402 s]
/proc/loadavg: 2.12 0.93 0.35 3/93 4515
/proc/meminfo: memFree=29028/2055920 swapFree=4179016/4192956
[pid=4470] ppid=4468 vsize=0 CPUtime=133.32
/proc/4470/stat : 4470 (java) Z 4468 4470 4260 0 -1 12 184691 0 29 0 13233 99 0 0 16 0 2 0 1973926436 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/4470/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 133.32
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 133.474
CPU time (s): 133.401
CPU user time (s): 132.336
CPU system time (s): 1.06484
CPU usage (%): 99.9448
Max. virtual memory (cumulated for all children) (KiB): 823524

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 132.336
system time used= 1.06484
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 184691
page faults= 29
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 7304
involuntary context switches= 5070

runsolver used 0.165974 second user time and 0.481926 second system time

The end

Launcher Data (download as text)

Begin job on node36 at 2008-07-01 23:58:55
IDJOB=1034408
IDBENCH=53340
IDSOLVER=344
FILE ID=node36/1034408-1214949522
PBS_JOBID= 7870261
Free space on /tmp= 66372 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 6b4a6e4092e14f48fd38a5edec2adc18
RANDOM SEED=1318983299

node36.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.240
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.240
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:       1464332 kB
Buffers:         33384 kB
Cached:         474884 kB
SwapCached:       7920 kB
Active:         150212 kB
Inactive:       372312 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1464332 kB
SwapTotal:     4192956 kB
SwapFree:      4179016 kB
Dirty:          182920 kB
Writeback:           0 kB
Mapped:          20068 kB
Slab:            54728 kB
Committed_AS:  3078644 kB
PageTables:       1624 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= 66360 MiB
End job on node36 at 2008-07-02 00:01:09