Trace number 1086316

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? 419.901 420.015

General information on the benchmark

Namecsp/fapp/fapp11/
normalized-fapp11-1000-1.xml
MD5SUMbcc19e6f7720c8259d2ed7a295277868
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark27.3098
Satisfiable
(Un)Satisfiability was proved
Number of variables1000
Number of constraints15032
Maximum constraint arity2
Maximum domain size362
Number of constraints which are defined in extension0
Number of constraints which are defined in intension15032
Global constraints used (with number of constraints)

Solver Data (download as text)

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

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-1086316-1215238691/watcher-1086316-1215238691 -o /tmp/evaluation-result-1086316-1215238691/solver-1086316-1215238691 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1086316-1215238691.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.95 1.98 1.99 3/81 24495
/proc/meminfo: memFree=804072/2055920 swapFree=4156368/4192956
[pid=24495] ppid=24493 vsize=152 CPUtime=0
/proc/24495/stat : 24495 (java) R 24493 24495 22432 0 -1 0 211 0 0 0 0 0 0 0 18 0 1 0 707835486 155648 26 996147200 134512640 134550740 4294956016 18446744073709551615 4870948 0 0 4096 0 0 0 0 17 0 0 0
/proc/24495/statm: 38 26 19 9 0 4 0

[startup+0.0604221 s]
/proc/loadavg: 1.95 1.98 1.99 3/81 24495
/proc/meminfo: memFree=804072/2055920 swapFree=4156368/4192956
[pid=24495] ppid=24493 vsize=802236 CPUtime=0.05
/proc/24495/stat : 24495 (java) S 24493 24495 22432 0 -1 0 2737 0 1 0 4 1 0 0 18 0 7 0 707835486 821489664 2472 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/24495/statm: 200559 2473 1003 9 0 197942 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 802236

[startup+0.101427 s]
/proc/loadavg: 1.95 1.98 1.99 3/81 24495
/proc/meminfo: memFree=804072/2055920 swapFree=4156368/4192956
[pid=24495] ppid=24493 vsize=804756 CPUtime=0.09
/proc/24495/stat : 24495 (java) S 24493 24495 22432 0 -1 0 3167 0 1 0 7 2 0 0 18 0 12 0 707835486 824070144 2898 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24495/statm: 201189 2898 1165 9 0 198558 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 804756

[startup+0.30146 s]
/proc/loadavg: 1.95 1.98 1.99 3/81 24495
/proc/meminfo: memFree=804072/2055920 swapFree=4156368/4192956
[pid=24495] ppid=24493 vsize=808360 CPUtime=0.29
/proc/24495/stat : 24495 (java) S 24493 24495 22432 0 -1 0 5062 0 1 0 26 3 0 0 18 0 12 0 707835486 827760640 4390 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24495/statm: 202090 4390 1307 9 0 199459 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 808360

[startup+0.701529 s]
/proc/loadavg: 1.95 1.98 1.99 3/81 24495
/proc/meminfo: memFree=804072/2055920 swapFree=4156368/4192956
[pid=24495] ppid=24493 vsize=808388 CPUtime=0.69
/proc/24495/stat : 24495 (java) S 24493 24495 22432 0 -1 0 6383 0 1 0 64 5 0 0 18 0 12 0 707835486 827789312 5564 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24495/statm: 202097 5564 1335 9 0 199459 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 808388

[startup+1.50267 s]
/proc/loadavg: 1.95 1.98 1.99 4/93 24507
/proc/meminfo: memFree=786376/2055920 swapFree=4156368/4192956
[pid=24495] ppid=24493 vsize=808388 CPUtime=1.49
/proc/24495/stat : 24495 (java) S 24493 24495 22432 0 -1 0 13520 0 1 0 140 9 0 0 18 0 12 0 707835486 827789312 11490 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24495/statm: 202097 11492 1344 9 0 199459 0
[pid=24495/tid=24497] ppid=24493 vsize=808388 CPUtime=0.7
/proc/24495/task/24497/stat : 24497 (java) R 24493 24495 22432 0 -1 64 9735 0 1 0 63 7 0 0 25 0 12 0 707835487 827789312 11492 996147200 134512640 134550740 4294956016 18446744073709551615 106734386 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24495/tid=24498] ppid=24493 vsize=808388 CPUtime=0
/proc/24495/task/24498/stat : 24498 (java) S 24493 24495 22432 0 -1 64 3 0 0 0 0 0 0 0 21 0 12 0 707835488 827789312 11498 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24495/tid=24499] ppid=24493 vsize=808388 CPUtime=0
/proc/24495/task/24499/stat : 24499 (java) S 24493 24495 22432 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 707835488 827789312 11503 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24495/tid=24500] ppid=24493 vsize=808388 CPUtime=0
/proc/24495/task/24500/stat : 24500 (java) S 24493 24495 22432 0 -1 64 1 0 0 0 0 0 0 0 17 0 12 0 707835489 827789312 11507 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24495/tid=24501] ppid=24493 vsize=808388 CPUtime=0
/proc/24495/task/24501/stat : 24501 (java) S 24493 24495 22432 0 -1 64 9 0 0 0 0 0 0 0 24 0 12 0 707835490 827789312 11508 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24495/tid=24502] ppid=24493 vsize=808388 CPUtime=0
/proc/24495/task/24502/stat : 24502 (java) S 24493 24495 22432 0 -1 64 4 0 0 0 0 0 0 0 25 0 12 0 707835490 827789312 11509 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24495/tid=24503] ppid=24493 vsize=808388 CPUtime=0
/proc/24495/task/24503/stat : 24503 (java) S 24493 24495 22432 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 707835494 827789312 11514 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24495/tid=24504] ppid=24493 vsize=808388 CPUtime=0.34
/proc/24495/task/24504/stat : 24504 (java) S 24493 24495 22432 0 -1 64 1246 0 0 0 34 0 0 0 15 0 12 0 707835494 827789312 11519 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24495/tid=24505] ppid=24493 vsize=808388 CPUtime=0.42
/proc/24495/task/24505/stat : 24505 (java) S 24493 24495 22432 0 -1 64 1775 0 0 0 42 0 0 0 16 0 12 0 707835494 827789312 11521 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24495/tid=24506] ppid=24493 vsize=808388 CPUtime=0
/proc/24495/task/24506/stat : 24506 (java) S 24493 24495 22432 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 707835494 827789312 11523 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24495/tid=24507] ppid=24493 vsize=808388 CPUtime=0
/proc/24495/task/24507/stat : 24507 (java) S 24493 24495 22432 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 707835494 827789312 11526 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 808388

[startup+3.10194 s]
/proc/loadavg: 2.11 2.02 2.01 3/93 24507
/proc/meminfo: memFree=683784/2055920 swapFree=4156368/4192956
[pid=24495] ppid=24493 vsize=821252 CPUtime=3.28
/proc/24495/stat : 24495 (java) S 24493 24495 22432 0 -1 0 41043 0 1 0 304 24 0 0 18 0 12 0 707835486 840962048 33418 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24495/statm: 205313 33418 1387 9 0 202675 0
[pid=24495/tid=24497] ppid=24493 vsize=821252 CPUtime=1.27
/proc/24495/task/24497/stat : 24497 (java) R 24493 24495 22432 0 -1 64 17351 0 1 0 116 11 0 0 25 0 12 0 707835487 840962048 33418 996147200 134512640 134550740 4294956016 18446744073709551615 4109723498 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24495/tid=24498] ppid=24493 vsize=821252 CPUtime=0.31
/proc/24495/task/24498/stat : 24498 (java) S 24493 24495 22432 0 -1 64 8191 0 0 0 27 4 0 0 20 0 12 0 707835488 840962048 33418 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24495/tid=24499] ppid=24493 vsize=821252 CPUtime=0.3
/proc/24495/task/24499/stat : 24499 (java) S 24493 24495 22432 0 -1 64 7512 0 0 0 27 3 0 0 19 0 12 0 707835488 840962048 33418 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24495/tid=24500] ppid=24493 vsize=821252 CPUtime=0
/proc/24495/task/24500/stat : 24500 (java) S 24493 24495 22432 0 -1 64 30 0 0 0 0 0 0 0 17 0 12 0 707835489 840962048 33418 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24495/tid=24501] ppid=24493 vsize=821252 CPUtime=0
/proc/24495/task/24501/stat : 24501 (java) S 24493 24495 22432 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 707835490 840962048 33418 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24495/tid=24502] ppid=24493 vsize=821252 CPUtime=0
/proc/24495/task/24502/stat : 24502 (java) S 24493 24495 22432 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 707835490 840962048 33418 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24495/tid=24503] ppid=24493 vsize=821252 CPUtime=0
/proc/24495/task/24503/stat : 24503 (java) S 24493 24495 22432 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 707835494 840962048 33418 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24495/tid=24504] ppid=24493 vsize=821252 CPUtime=0.47
/proc/24495/task/24504/stat : 24504 (java) S 24493 24495 22432 0 -1 64 1603 0 0 0 46 1 0 0 16 0 12 0 707835494 840962048 33418 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24495/tid=24505] ppid=24493 vsize=821252 CPUtime=0.87
/proc/24495/task/24505/stat : 24505 (java) S 24493 24495 22432 0 -1 64 5592 0 0 0 85 2 0 0 17 0 12 0 707835494 840962048 33418 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24495/tid=24506] ppid=24493 vsize=821252 CPUtime=0
/proc/24495/task/24506/stat : 24506 (java) S 24493 24495 22432 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 707835494 840962048 33418 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24495/tid=24507] ppid=24493 vsize=821252 CPUtime=0
/proc/24495/task/24507/stat : 24507 (java) S 24493 24495 22432 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 707835494 840962048 33418 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.28
Current children cumulated vsize (KiB) 821252

[startup+6.30247 s]
/proc/loadavg: 2.11 2.02 2.01 3/93 24507
/proc/meminfo: memFree=656456/2055920 swapFree=4156368/4192956
[pid=24495] ppid=24493 vsize=820680 CPUtime=6.52
/proc/24495/stat : 24495 (java) S 24493 24495 22432 0 -1 0 46523 0 1 0 625 27 0 0 18 0 12 0 707835486 840376320 38681 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24495/statm: 205170 38681 1388 9 0 202532 0
[pid=24495/tid=24497] ppid=24493 vsize=820680 CPUtime=3.77
/proc/24495/task/24497/stat : 24497 (java) R 24493 24495 22432 0 -1 64 17358 0 1 0 366 11 0 0 25 0 12 0 707835487 840376320 38681 996147200 134512640 134550740 4294956016 18446744073709551615 4109891665 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24495/tid=24498] ppid=24493 vsize=820680 CPUtime=0.54
/proc/24495/task/24498/stat : 24498 (java) S 24493 24495 22432 0 -1 64 12236 0 0 0 48 6 0 0 16 0 12 0 707835488 840376320 38681 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24495/tid=24499] ppid=24493 vsize=820680 CPUtime=0.47
/proc/24495/task/24499/stat : 24499 (java) S 24493 24495 22432 0 -1 64 8863 0 0 0 43 4 0 0 16 0 12 0 707835488 840376320 38681 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24495/tid=24500] ppid=24493 vsize=820680 CPUtime=0
/proc/24495/task/24500/stat : 24500 (java) S 24493 24495 22432 0 -1 64 30 0 0 0 0 0 0 0 16 0 12 0 707835489 840376320 38681 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24495/tid=24501] ppid=24493 vsize=820680 CPUtime=0
/proc/24495/task/24501/stat : 24501 (java) S 24493 24495 22432 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 707835490 840376320 38681 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24495/tid=24502] ppid=24493 vsize=820680 CPUtime=0
/proc/24495/task/24502/stat : 24502 (java) S 24493 24495 22432 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 707835490 840376320 38681 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24495/tid=24503] ppid=24493 vsize=820680 CPUtime=0
/proc/24495/task/24503/stat : 24503 (java) S 24493 24495 22432 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 707835494 840376320 38681 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24495/tid=24504] ppid=24493 vsize=820680 CPUtime=0.54
/proc/24495/task/24504/stat : 24504 (java) S 24493 24495 22432 0 -1 64 1617 0 0 0 53 1 0 0 16 0 12 0 707835494 840376320 38681 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24495/tid=24505] ppid=24493 vsize=820680 CPUtime=1.14
/proc/24495/task/24505/stat : 24505 (java) S 24493 24495 22432 0 -1 64 5655 0 0 0 112 2 0 0 17 0 12 0 707835494 840376320 38681 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24495/tid=24506] ppid=24493 vsize=820680 CPUtime=0
/proc/24495/task/24506/stat : 24506 (java) S 24493 24495 22432 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 707835494 840376320 38681 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24495/tid=24507] ppid=24493 vsize=820680 CPUtime=0
/proc/24495/task/24507/stat : 24507 (java) S 24493 24495 22432 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 707835494 840376320 38681 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.52
Current children cumulated vsize (KiB) 820680

[startup+12.7026 s]
/proc/loadavg: 2.09 2.02 2.00 5/93 24507
/proc/meminfo: memFree=627400/2055920 swapFree=4156368/4192956
[pid=24495] ppid=24493 vsize=820680 CPUtime=12.88
/proc/24495/stat : 24495 (java) S 24493 24495 22432 0 -1 0 53581 0 1 0 1257 31 0 0 18 0 12 0 707835486 840376320 45721 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24495/statm: 205170 45721 1389 9 0 202532 0
[pid=24495/tid=24497] ppid=24493 vsize=820680 CPUtime=9.62
/proc/24495/task/24497/stat : 24497 (java) R 24493 24495 22432 0 -1 64 17379 0 1 0 950 12 0 0 25 0 12 0 707835487 840376320 45721 996147200 134512640 134550740 4294956016 18446744073709551615 4109772752 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24495/tid=24498] ppid=24493 vsize=820680 CPUtime=0.68
/proc/24495/task/24498/stat : 24498 (java) S 24493 24495 22432 0 -1 64 15853 0 0 0 60 8 0 0 16 0 12 0 707835488 840376320 45721 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24495/tid=24499] ppid=24493 vsize=820680 CPUtime=0.61
/proc/24495/task/24499/stat : 24499 (java) S 24493 24495 22432 0 -1 64 12265 0 0 0 56 5 0 0 16 0 12 0 707835488 840376320 45721 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24495/tid=24500] ppid=24493 vsize=820680 CPUtime=0.01
/proc/24495/task/24500/stat : 24500 (java) S 24493 24495 22432 0 -1 64 30 0 0 0 1 0 0 0 16 0 12 0 707835489 840376320 45721 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24495/tid=24501] ppid=24493 vsize=820680 CPUtime=0
/proc/24495/task/24501/stat : 24501 (java) S 24493 24495 22432 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 707835490 840376320 45721 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24495/tid=24502] ppid=24493 vsize=820680 CPUtime=0
/proc/24495/task/24502/stat : 24502 (java) S 24493 24495 22432 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 707835490 840376320 45721 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24495/tid=24503] ppid=24493 vsize=820680 CPUtime=0
/proc/24495/task/24503/stat : 24503 (java) S 24493 24495 22432 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 707835494 840376320 45721 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24495/tid=24504] ppid=24493 vsize=820680 CPUtime=0.64
/proc/24495/task/24504/stat : 24504 (java) S 24493 24495 22432 0 -1 64 1622 0 0 0 63 1 0 0 16 0 12 0 707835494 840376320 45721 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24495/tid=24505] ppid=24493 vsize=820680 CPUtime=1.25
/proc/24495/task/24505/stat : 24505 (java) S 24493 24495 22432 0 -1 64 5668 0 0 0 123 2 0 0 16 0 12 0 707835494 840376320 45721 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24495/tid=24506] ppid=24493 vsize=820680 CPUtime=0
/proc/24495/task/24506/stat : 24506 (java) S 24493 24495 22432 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 707835494 840376320 45721 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24495/tid=24507] ppid=24493 vsize=820680 CPUtime=0
/proc/24495/task/24507/stat : 24507 (java) S 24493 24495 22432 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 707835494 840376320 45721 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.88
Current children cumulated vsize (KiB) 820680

[startup+25.5027 s]
/proc/loadavg: 2.08 2.01 2.00 3/93 24507
/proc/meminfo: memFree=601544/2055920 swapFree=4156368/4192956
[pid=24495] ppid=24493 vsize=820680 CPUtime=25.62
/proc/24495/stat : 24495 (java) S 24493 24495 22432 0 -1 0 60013 0 1 0 2528 34 0 0 18 0 12 0 707835486 840376320 52131 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24495/statm: 205170 52131 1389 9 0 202532 0
[pid=24495/tid=24497] ppid=24493 vsize=820680 CPUtime=22.14
/proc/24495/task/24497/stat : 24497 (java) R 24493 24495 22432 0 -1 64 17402 0 1 0 2202 12 0 0 25 0 12 0 707835487 840376320 52131 996147200 134512640 134550740 4294956016 18446744073709551615 4109175701 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24495/tid=24498] ppid=24493 vsize=820680 CPUtime=0.77
/proc/24495/task/24498/stat : 24498 (java) S 24493 24495 22432 0 -1 64 19108 0 0 0 67 10 0 0 16 0 12 0 707835488 840376320 52131 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24495/tid=24499] ppid=24493 vsize=820680 CPUtime=0.71
/proc/24495/task/24499/stat : 24499 (java) S 24493 24495 22432 0 -1 64 15419 0 0 0 64 7 0 0 16 0 12 0 707835488 840376320 52131 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24495/tid=24500] ppid=24493 vsize=820680 CPUtime=0.01
/proc/24495/task/24500/stat : 24500 (java) S 24493 24495 22432 0 -1 64 30 0 0 0 1 0 0 0 15 0 12 0 707835489 840376320 52131 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24495/tid=24501] ppid=24493 vsize=820680 CPUtime=0
/proc/24495/task/24501/stat : 24501 (java) S 24493 24495 22432 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 707835490 840376320 52131 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24495/tid=24502] ppid=24493 vsize=820680 CPUtime=0
/proc/24495/task/24502/stat : 24502 (java) S 24493 24495 22432 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 707835490 840376320 52131 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24495/tid=24503] ppid=24493 vsize=820680 CPUtime=0
/proc/24495/task/24503/stat : 24503 (java) S 24493 24495 22432 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 707835494 840376320 52131 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0

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

[pid=24495/tid=24506] ppid=24493 vsize=824684 CPUtime=0
/proc/24495/task/24506/stat : 24506 (java) S 24493 24495 22432 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 707835494 844476416 175620 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24495/tid=24507] ppid=24493 vsize=824684 CPUtime=0
/proc/24495/task/24507/stat : 24507 (java) S 24493 24495 22432 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 707835494 844476416 175620 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 409.43
Current children cumulated vsize (KiB) 824684

[startup+415.902 s]
/proc/loadavg: 3.04 2.40 2.14 4/93 24509
/proc/meminfo: memFree=104912/2055920 swapFree=4156368/4192956
[pid=24495] ppid=24493 vsize=824684 CPUtime=415.82
/proc/24495/stat : 24495 (java) S 24493 24495 22432 0 -1 0 263541 0 1 0 41454 128 0 0 18 0 12 0 707835486 844476416 175620 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24495/statm: 206171 175620 1393 9 0 203533 0
[pid=24495/tid=24497] ppid=24493 vsize=824684 CPUtime=332.85
/proc/24495/task/24497/stat : 24497 (java) R 24493 24495 22432 0 -1 64 17838 0 1 0 33271 14 0 0 25 0 12 0 707835487 844476416 175620 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24495/tid=24498] ppid=24493 vsize=824684 CPUtime=3.95
/proc/24495/task/24498/stat : 24498 (java) S 24493 24495 22432 0 -1 64 79705 0 0 0 361 34 0 0 15 0 12 0 707835488 844476416 175620 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24495/tid=24499] ppid=24493 vsize=824684 CPUtime=3.92
/proc/24495/task/24499/stat : 24499 (java) S 24493 24495 22432 0 -1 64 76904 0 0 0 360 32 0 0 16 0 12 0 707835488 844476416 175620 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24495/tid=24500] ppid=24493 vsize=824684 CPUtime=72.79
/proc/24495/task/24500/stat : 24500 (java) R 24493 24495 22432 0 -1 64 81028 0 0 0 7236 43 0 0 16 0 12 0 707835489 844476416 175620 996147200 134512640 134550740 4294956016 18446744073709551615 104136304 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24495/tid=24501] ppid=24493 vsize=824684 CPUtime=0
/proc/24495/task/24501/stat : 24501 (java) S 24493 24495 22432 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 707835490 844476416 175620 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24495/tid=24502] ppid=24493 vsize=824684 CPUtime=0
/proc/24495/task/24502/stat : 24502 (java) S 24493 24495 22432 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 707835490 844476416 175620 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24495/tid=24503] ppid=24493 vsize=824684 CPUtime=0
/proc/24495/task/24503/stat : 24503 (java) S 24493 24495 22432 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 707835494 844476416 175620 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24495/tid=24504] ppid=24493 vsize=824684 CPUtime=0.85
/proc/24495/task/24504/stat : 24504 (java) S 24493 24495 22432 0 -1 64 1631 0 0 0 84 1 0 0 16 0 12 0 707835494 844476416 175620 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24495/tid=24505] ppid=24493 vsize=824684 CPUtime=1.4
/proc/24495/task/24505/stat : 24505 (java) S 24493 24495 22432 0 -1 64 5671 0 0 0 138 2 0 0 17 0 12 0 707835494 844476416 175620 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24495/tid=24506] ppid=24493 vsize=824684 CPUtime=0
/proc/24495/task/24506/stat : 24506 (java) S 24493 24495 22432 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 707835494 844476416 175620 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24495/tid=24507] ppid=24493 vsize=824684 CPUtime=0
/proc/24495/task/24507/stat : 24507 (java) S 24493 24495 22432 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 707835494 844476416 175620 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 415.82
Current children cumulated vsize (KiB) 824684

[startup+417.502 s]
/proc/loadavg: 3.04 2.41 2.14 4/93 24509
/proc/meminfo: memFree=104912/2055920 swapFree=4156368/4192956
[pid=24495] ppid=24493 vsize=824684 CPUtime=417.42
/proc/24495/stat : 24495 (java) S 24493 24495 22432 0 -1 0 265545 0 1 0 41613 129 0 0 18 0 12 0 707835486 844476416 175620 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24495/statm: 206171 175620 1393 9 0 203533 0
[pid=24495/tid=24497] ppid=24493 vsize=824684 CPUtime=332.98
/proc/24495/task/24497/stat : 24497 (java) R 24493 24495 22432 0 -1 64 17840 0 1 0 33284 14 0 0 25 0 12 0 707835487 844476416 175620 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24495/tid=24498] ppid=24493 vsize=824684 CPUtime=3.95
/proc/24495/task/24498/stat : 24498 (java) S 24493 24495 22432 0 -1 64 79705 0 0 0 361 34 0 0 15 0 12 0 707835488 844476416 175620 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24495/tid=24499] ppid=24493 vsize=824684 CPUtime=3.92
/proc/24495/task/24499/stat : 24499 (java) S 24493 24495 22432 0 -1 64 76904 0 0 0 360 32 0 0 16 0 12 0 707835488 844476416 175620 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24495/tid=24500] ppid=24493 vsize=824684 CPUtime=74.26
/proc/24495/task/24500/stat : 24500 (java) R 24493 24495 22432 0 -1 64 83030 0 0 0 7382 44 0 0 16 0 12 0 707835489 844476416 175620 996147200 134512640 134550740 4294956016 18446744073709551615 106122229 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24495/tid=24501] ppid=24493 vsize=824684 CPUtime=0
/proc/24495/task/24501/stat : 24501 (java) S 24493 24495 22432 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 707835490 844476416 175620 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24495/tid=24502] ppid=24493 vsize=824684 CPUtime=0
/proc/24495/task/24502/stat : 24502 (java) S 24493 24495 22432 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 707835490 844476416 175620 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24495/tid=24503] ppid=24493 vsize=824684 CPUtime=0
/proc/24495/task/24503/stat : 24503 (java) S 24493 24495 22432 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 707835494 844476416 175620 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24495/tid=24504] ppid=24493 vsize=824684 CPUtime=0.85
/proc/24495/task/24504/stat : 24504 (java) S 24493 24495 22432 0 -1 64 1631 0 0 0 84 1 0 0 16 0 12 0 707835494 844476416 175620 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24495/tid=24505] ppid=24493 vsize=824684 CPUtime=1.4
/proc/24495/task/24505/stat : 24505 (java) S 24493 24495 22432 0 -1 64 5671 0 0 0 138 2 0 0 17 0 12 0 707835494 844476416 175620 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24495/tid=24506] ppid=24493 vsize=824684 CPUtime=0
/proc/24495/task/24506/stat : 24506 (java) S 24493 24495 22432 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 707835494 844476416 175620 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24495/tid=24507] ppid=24493 vsize=824684 CPUtime=0
/proc/24495/task/24507/stat : 24507 (java) S 24493 24495 22432 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 707835494 844476416 175620 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 417.42
Current children cumulated vsize (KiB) 824684

[startup+419.107 s]
/proc/loadavg: 3.04 2.41 2.14 4/93 24509
/proc/meminfo: memFree=108752/2055920 swapFree=4156368/4192956
[pid=24495] ppid=24493 vsize=824684 CPUtime=419.02
/proc/24495/stat : 24495 (java) S 24493 24495 22432 0 -1 0 266564 0 1 0 41772 130 0 0 18 0 12 0 707835486 844476416 174634 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24495/statm: 206171 174644 1393 9 0 203533 0
[pid=24495/tid=24497] ppid=24493 vsize=824684 CPUtime=333.14
/proc/24495/task/24497/stat : 24497 (java) R 24493 24495 22432 0 -1 64 17844 0 1 0 33300 14 0 0 25 0 12 0 707835487 844476416 174648 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24495/tid=24498] ppid=24493 vsize=824684 CPUtime=3.95
/proc/24495/task/24498/stat : 24498 (java) S 24493 24495 22432 0 -1 64 79705 0 0 0 361 34 0 0 15 0 12 0 707835488 844476416 174655 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24495/tid=24499] ppid=24493 vsize=824684 CPUtime=3.92
/proc/24495/task/24499/stat : 24499 (java) S 24493 24495 22432 0 -1 64 76904 0 0 0 360 32 0 0 16 0 12 0 707835488 844476416 174661 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24495/tid=24500] ppid=24493 vsize=824684 CPUtime=75.7
/proc/24495/task/24500/stat : 24500 (java) R 24493 24495 22432 0 -1 64 84078 0 0 0 7525 45 0 0 16 0 12 0 707835489 844476416 174667 996147200 134512640 134550740 4294956016 18446744073709551615 103550858 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24495/tid=24501] ppid=24493 vsize=824684 CPUtime=0
/proc/24495/task/24501/stat : 24501 (java) S 24493 24495 22432 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 707835490 844476416 174673 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24495/tid=24502] ppid=24493 vsize=824684 CPUtime=0
/proc/24495/task/24502/stat : 24502 (java) S 24493 24495 22432 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 707835490 844476416 174679 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24495/tid=24503] ppid=24493 vsize=824684 CPUtime=0
/proc/24495/task/24503/stat : 24503 (java) S 24493 24495 22432 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 707835494 844476416 174684 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24495/tid=24504] ppid=24493 vsize=824684 CPUtime=0.85
/proc/24495/task/24504/stat : 24504 (java) S 24493 24495 22432 0 -1 64 1631 0 0 0 84 1 0 0 16 0 12 0 707835494 844476416 174691 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24495/tid=24505] ppid=24493 vsize=824684 CPUtime=1.4
/proc/24495/task/24505/stat : 24505 (java) S 24493 24495 22432 0 -1 64 5671 0 0 0 138 2 0 0 17 0 12 0 707835494 844476416 174697 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24495/tid=24506] ppid=24493 vsize=824684 CPUtime=0
/proc/24495/task/24506/stat : 24506 (java) S 24493 24495 22432 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 707835494 844476416 174703 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24495/tid=24507] ppid=24493 vsize=824684 CPUtime=0
/proc/24495/task/24507/stat : 24507 (java) S 24493 24495 22432 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 707835494 844476416 174709 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 419.02
Current children cumulated vsize (KiB) 824684

[startup+419.502 s]
/proc/loadavg: 3.04 2.41 2.14 4/93 24509
/proc/meminfo: memFree=108752/2055920 swapFree=4156368/4192956
[pid=24495] ppid=24493 vsize=824684 CPUtime=419.41
/proc/24495/stat : 24495 (java) S 24493 24495 22432 0 -1 0 267551 0 1 0 41811 130 0 0 18 0 12 0 707835486 844476416 175621 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24495/statm: 206171 175621 1393 9 0 203533 0
[pid=24495/tid=24497] ppid=24493 vsize=824684 CPUtime=333.14
/proc/24495/task/24497/stat : 24497 (java) R 24493 24495 22432 0 -1 64 17844 0 1 0 33300 14 0 0 25 0 12 0 707835487 844476416 175621 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24495/tid=24498] ppid=24493 vsize=824684 CPUtime=3.95
/proc/24495/task/24498/stat : 24498 (java) S 24493 24495 22432 0 -1 64 79705 0 0 0 361 34 0 0 15 0 12 0 707835488 844476416 175621 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24495/tid=24499] ppid=24493 vsize=824684 CPUtime=3.92
/proc/24495/task/24499/stat : 24499 (java) S 24493 24495 22432 0 -1 64 76904 0 0 0 360 32 0 0 16 0 12 0 707835488 844476416 175621 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24495/tid=24500] ppid=24493 vsize=824684 CPUtime=76.09
/proc/24495/task/24500/stat : 24500 (java) R 24493 24495 22432 0 -1 64 85032 0 0 0 7564 45 0 0 16 0 12 0 707835489 844476416 175621 996147200 134512640 134550740 4294956016 18446744073709551615 106122278 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24495/tid=24501] ppid=24493 vsize=824684 CPUtime=0
/proc/24495/task/24501/stat : 24501 (java) S 24493 24495 22432 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 707835490 844476416 175621 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24495/tid=24502] ppid=24493 vsize=824684 CPUtime=0
/proc/24495/task/24502/stat : 24502 (java) S 24493 24495 22432 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 707835490 844476416 175621 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24495/tid=24503] ppid=24493 vsize=824684 CPUtime=0
/proc/24495/task/24503/stat : 24503 (java) S 24493 24495 22432 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 707835494 844476416 175621 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24495/tid=24504] ppid=24493 vsize=824684 CPUtime=0.85
/proc/24495/task/24504/stat : 24504 (java) S 24493 24495 22432 0 -1 64 1631 0 0 0 84 1 0 0 16 0 12 0 707835494 844476416 175621 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24495/tid=24505] ppid=24493 vsize=824684 CPUtime=1.4
/proc/24495/task/24505/stat : 24505 (java) S 24493 24495 22432 0 -1 64 5671 0 0 0 138 2 0 0 17 0 12 0 707835494 844476416 175621 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24495/tid=24506] ppid=24493 vsize=824684 CPUtime=0
/proc/24495/task/24506/stat : 24506 (java) S 24493 24495 22432 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 707835494 844476416 175621 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24495/tid=24507] ppid=24493 vsize=824684 CPUtime=0
/proc/24495/task/24507/stat : 24507 (java) S 24493 24495 22432 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 707835494 844476416 175621 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 419.41
Current children cumulated vsize (KiB) 824684

[startup+419.902 s]
/proc/loadavg: 3.04 2.41 2.14 4/93 24509
/proc/meminfo: memFree=108752/2055920 swapFree=4156368/4192956
[pid=24495] ppid=24493 vsize=821004 CPUtime=419.78
/proc/24495/stat : 24495 (java) S 24493 24495 22432 0 -1 0 267561 0 1 0 41848 130 0 0 18 0 12 0 707835486 840708096 174630 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24495/statm: 205251 174630 1394 9 0 202613 0
[pid=24495/tid=24497] ppid=24493 vsize=821004 CPUtime=333.15
/proc/24495/task/24497/stat : 24497 (java) S 24493 24495 22432 0 -1 64 17849 0 1 0 33301 14 0 0 25 0 12 0 707835487 840708096 174630 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24495/tid=24498] ppid=24493 vsize=821004 CPUtime=3.95
/proc/24495/task/24498/stat : 24498 (java) S 24493 24495 22432 0 -1 64 79705 0 0 0 361 34 0 0 15 0 12 0 707835488 840708096 174630 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24495/tid=24499] ppid=24493 vsize=821004 CPUtime=3.92
/proc/24495/task/24499/stat : 24499 (java) S 24493 24495 22432 0 -1 64 76904 0 0 0 360 32 0 0 16 0 12 0 707835488 840708096 174630 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24495/tid=24500] ppid=24493 vsize=821004 CPUtime=76.46
/proc/24495/task/24500/stat : 24500 (java) S 24493 24495 22432 0 -1 64 85032 0 0 0 7601 45 0 0 16 0 12 0 707835489 840708096 174630 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24495/tid=24501] ppid=24493 vsize=821004 CPUtime=0
/proc/24495/task/24501/stat : 24501 (java) S 24493 24495 22432 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 707835490 840708096 174630 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24495/tid=24502] ppid=24493 vsize=821004 CPUtime=0
/proc/24495/task/24502/stat : 24502 (java) S 24493 24495 22432 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 707835490 840708096 174630 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24495/tid=24503] ppid=24493 vsize=821004 CPUtime=0
/proc/24495/task/24503/stat : 24503 (java) S 24493 24495 22432 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 707835494 840708096 174630 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24495/tid=24504] ppid=24493 vsize=821004 CPUtime=0.85
/proc/24495/task/24504/stat : 24504 (java) S 24493 24495 22432 0 -1 64 1631 0 0 0 84 1 0 0 16 0 12 0 707835494 840708096 174630 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24495/tid=24505] ppid=24493 vsize=821004 CPUtime=1.4
/proc/24495/task/24505/stat : 24505 (java) S 24493 24495 22432 0 -1 64 5671 0 0 0 138 2 0 0 17 0 12 0 707835494 840708096 174630 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24495/tid=24506] ppid=24493 vsize=821004 CPUtime=0
/proc/24495/task/24506/stat : 24506 (java) S 24493 24495 22432 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 707835494 840708096 174630 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24495/tid=24507] ppid=24493 vsize=821004 CPUtime=0
/proc/24495/task/24507/stat : 24507 (java) S 24493 24495 22432 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 707835494 840708096 174630 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 419.78
Current children cumulated vsize (KiB) 821004

[startup+420.003 s]
/proc/loadavg: 3.04 2.41 2.14 4/93 24509
/proc/meminfo: memFree=108752/2055920 swapFree=4156368/4192956
[pid=24495] ppid=24493 vsize=0 CPUtime=419.88
/proc/24495/stat : 24495 (java) Z 24493 24495 22432 0 -1 12 267564 0 1 0 41848 140 0 0 16 0 2 0 707835486 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24495/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 419.88
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 420.015
CPU time (s): 419.901
CPU user time (s): 418.485
CPU system time (s): 1.41578
CPU usage (%): 99.9728
Max. virtual memory (cumulated for all children) (KiB): 829812

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 418.485
system time used= 1.41578
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 267564
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= 14886
involuntary context switches= 9875

runsolver used 0.548916 second user time and 1.38879 second system time

The end

Launcher Data (download as text)

Begin job on node58 at 2008-07-05 08:18:11
IDJOB=1086316
IDBENCH=57798
IDSOLVER=344
FILE ID=node58/1086316-1215238691
PBS_JOBID= 7881888
Free space on /tmp= 66552 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= bcc19e6f7720c8259d2ed7a295277868
RANDOM SEED=2100413252

node58.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.261
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.261
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:        804552 kB
Buffers:        112648 kB
Cached:         321680 kB
SwapCached:      30928 kB
Active:         911860 kB
Inactive:       259184 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        804552 kB
SwapTotal:     4192956 kB
SwapFree:      4156368 kB
Dirty:            3168 kB
Writeback:           0 kB
Mapped:         752588 kB
Slab:            64256 kB
Committed_AS:  1921472 kB
PageTables:       3196 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= 66552 MiB
End job on node58 at 2008-07-05 08:25:11