Trace number 1087282

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? 451.994 453.006

General information on the benchmark

Namecsp/fapp/fapp23/
normalized-fapp23-1800-9.xml
MD5SUM934d5befa5025b948f72904dd764f189
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark37.9152
Satisfiable
(Un)Satisfiability was proved
Number of variables1800
Number of constraints63962
Maximum constraint arity2
Maximum domain size302
Number of constraints which are defined in extension0
Number of constraints which are defined in intension63962
Global constraints used (with number of constraints)

Solver Data (download as text)

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

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-1087282-1215243385/watcher-1087282-1215243385 -o /tmp/evaluation-result-1087282-1215243385/solver-1087282-1215243385 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1087282-1215243385.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2200 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.69 2.28 2.09 4/73 10590
/proc/meminfo: memFree=1676544/2055920 swapFree=4179808/4192956
[pid=10590] ppid=10588 vsize=18572 CPUtime=0
/proc/10590/stat : 10590 (runsolver) R 10588 10590 9623 0 -1 4194368 16 0 0 0 0 0 0 0 18 0 1 0 2003307422 19017728 292 996147200 4194304 4296836 548682068416 18446744073709551615 237947645223 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/10590/statm: 4643 292 257 25 0 2626 0

[startup+0.030649 s]
/proc/loadavg: 2.69 2.28 2.09 4/73 10590
/proc/meminfo: memFree=1676544/2055920 swapFree=4179808/4192956
[pid=10590] ppid=10588 vsize=798812 CPUtime=0.01
/proc/10590/stat : 10590 (java) S 10588 10590 9623 0 -1 0 1818 0 1 0 0 1 0 0 18 0 4 0 2003307422 817983488 1556 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/10590/statm: 199703 1556 491 9 0 197481 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 798812

[startup+0.101722 s]
/proc/loadavg: 2.69 2.28 2.09 4/73 10590
/proc/meminfo: memFree=1676544/2055920 swapFree=4179808/4192956
[pid=10590] ppid=10588 vsize=804612 CPUtime=0.08
/proc/10590/stat : 10590 (java) S 10588 10590 9623 0 -1 0 2997 0 1 0 6 2 0 0 18 0 12 0 2003307422 823922688 2730 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10590/statm: 201153 2730 1048 9 0 198522 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 804612

[startup+0.301758 s]
/proc/loadavg: 2.69 2.28 2.09 4/73 10590
/proc/meminfo: memFree=1676544/2055920 swapFree=4179808/4192956
[pid=10590] ppid=10588 vsize=807760 CPUtime=0.28
/proc/10590/stat : 10590 (java) S 10588 10590 9623 0 -1 0 4858 0 1 0 25 3 0 0 18 0 12 0 2003307422 827146240 4187 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10590/statm: 201940 4187 1299 9 0 199309 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 807760

[startup+0.701818 s]
/proc/loadavg: 2.69 2.28 2.09 4/73 10590
/proc/meminfo: memFree=1676544/2055920 swapFree=4179808/4192956
[pid=10590] ppid=10588 vsize=807788 CPUtime=0.67
/proc/10590/stat : 10590 (java) S 10588 10590 9623 0 -1 0 6302 0 1 0 62 5 0 0 18 0 12 0 2003307422 827174912 5432 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10590/statm: 201947 5432 1335 9 0 199309 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 807788

[startup+1.50295 s]
/proc/loadavg: 2.69 2.28 2.09 4/85 10602
/proc/meminfo: memFree=1658784/2055920 swapFree=4179808/4192956
[pid=10590] ppid=10588 vsize=808724 CPUtime=1.48
/proc/10590/stat : 10590 (java) S 10588 10590 9623 0 -1 0 9982 0 1 0 141 7 0 0 18 0 12 0 2003307422 828133376 8566 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10590/statm: 202181 8566 1343 9 0 199543 0
[pid=10590/tid=10592] ppid=10588 vsize=808724 CPUtime=0.74
/proc/10590/task/10592/stat : 10592 (java) R 10588 10590 9623 0 -1 64 6697 0 1 0 69 5 0 0 22 0 12 0 2003307424 828133376 8566 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10590/tid=10593] ppid=10588 vsize=808724 CPUtime=0
/proc/10590/task/10593/stat : 10593 (java) S 10588 10590 9623 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 2003307425 828133376 8566 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10590/tid=10594] ppid=10588 vsize=808724 CPUtime=0
/proc/10590/task/10594/stat : 10594 (java) S 10588 10590 9623 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 2003307425 828133376 8566 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10590/tid=10595] ppid=10588 vsize=808724 CPUtime=0
/proc/10590/task/10595/stat : 10595 (java) S 10588 10590 9623 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 2003307427 828133376 8566 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10590/tid=10596] ppid=10588 vsize=808724 CPUtime=0
/proc/10590/task/10596/stat : 10596 (java) S 10588 10590 9623 0 -1 64 9 0 0 0 0 0 0 0 21 0 12 0 2003307427 828133376 8566 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10590/tid=10597] ppid=10588 vsize=808724 CPUtime=0
/proc/10590/task/10597/stat : 10597 (java) S 10588 10590 9623 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 2003307427 828133376 8566 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10590/tid=10598] ppid=10588 vsize=808724 CPUtime=0
/proc/10590/task/10598/stat : 10598 (java) S 10588 10590 9623 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 2003307431 828133376 8566 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10590/tid=10599] ppid=10588 vsize=808724 CPUtime=0.36
/proc/10590/task/10599/stat : 10599 (java) R 10588 10590 9623 0 -1 64 1204 0 0 0 36 0 0 0 16 0 12 0 2003307431 828133376 8566 996147200 134512640 134550740 4294956016 18446744073709551615 104112547 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10590/tid=10600] ppid=10588 vsize=808724 CPUtime=0.34
/proc/10590/task/10600/stat : 10600 (java) S 10588 10590 9623 0 -1 64 1315 0 0 0 34 0 0 0 16 0 12 0 2003307431 828133376 8566 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10590/tid=10601] ppid=10588 vsize=808724 CPUtime=0
/proc/10590/task/10601/stat : 10601 (java) S 10588 10590 9623 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 2003307431 828133376 8566 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10590/tid=10602] ppid=10588 vsize=808724 CPUtime=0
/proc/10590/task/10602/stat : 10602 (java) S 10588 10590 9623 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 2003307431 828133376 8566 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 808724

[startup+3.10221 s]
/proc/loadavg: 2.72 2.29 2.10 5/85 10602
/proc/meminfo: memFree=1569824/2055920 swapFree=4179808/4192956
[pid=10590] ppid=10588 vsize=820084 CPUtime=3.3
/proc/10590/stat : 10590 (java) S 10588 10590 9623 0 -1 0 39320 0 1 0 310 20 0 0 18 0 12 0 2003307422 839766016 33384 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10590/statm: 205021 33384 1362 9 0 202383 0
[pid=10590/tid=10592] ppid=10588 vsize=820084 CPUtime=1.29
/proc/10590/task/10592/stat : 10592 (java) R 10588 10590 9623 0 -1 64 17271 0 1 0 119 10 0 0 25 0 12 0 2003307424 839766016 33384 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10590/tid=10593] ppid=10588 vsize=820084 CPUtime=0.32
/proc/10590/task/10593/stat : 10593 (java) S 10588 10590 9623 0 -1 64 8761 0 0 0 29 3 0 0 16 0 12 0 2003307425 839766016 33384 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10590/tid=10594] ppid=10588 vsize=820084 CPUtime=0.31
/proc/10590/task/10594/stat : 10594 (java) S 10588 10590 9623 0 -1 64 6260 0 0 0 29 2 0 0 19 0 12 0 2003307425 839766016 33384 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10590/tid=10595] ppid=10588 vsize=820084 CPUtime=0
/proc/10590/task/10595/stat : 10595 (java) S 10588 10590 9623 0 -1 64 30 0 0 0 0 0 0 0 17 0 12 0 2003307427 839766016 33384 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10590/tid=10596] ppid=10588 vsize=820084 CPUtime=0
/proc/10590/task/10596/stat : 10596 (java) S 10588 10590 9623 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 2003307427 839766016 33384 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10590/tid=10597] ppid=10588 vsize=820084 CPUtime=0
/proc/10590/task/10597/stat : 10597 (java) S 10588 10590 9623 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 2003307427 839766016 33384 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10590/tid=10598] ppid=10588 vsize=820084 CPUtime=0
/proc/10590/task/10598/stat : 10598 (java) S 10588 10590 9623 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 2003307431 839766016 33384 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10590/tid=10599] ppid=10588 vsize=820084 CPUtime=0.88
/proc/10590/task/10599/stat : 10599 (java) R 10588 10590 9623 0 -1 64 4913 0 0 0 87 1 0 0 18 0 12 0 2003307431 839766016 33384 996147200 134512640 134550740 4294956016 18446744073709551615 106094609 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10590/tid=10600] ppid=10588 vsize=820084 CPUtime=0.44
/proc/10590/task/10600/stat : 10600 (java) S 10588 10590 9623 0 -1 64 1323 0 0 0 44 0 0 0 16 0 12 0 2003307431 839766016 33384 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10590/tid=10601] ppid=10588 vsize=820084 CPUtime=0
/proc/10590/task/10601/stat : 10601 (java) S 10588 10590 9623 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 2003307431 839766016 33384 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10590/tid=10602] ppid=10588 vsize=820084 CPUtime=0
/proc/10590/task/10602/stat : 10602 (java) S 10588 10590 9623 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 2003307431 839766016 33384 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.3
Current children cumulated vsize (KiB) 820084

[startup+6.30271 s]
/proc/loadavg: 2.72 2.29 2.10 3/85 10602
/proc/meminfo: memFree=1504160/2055920 swapFree=4179808/4192956
[pid=10590] ppid=10588 vsize=817952 CPUtime=6.75
/proc/10590/stat : 10590 (java) S 10588 10590 9623 0 -1 0 53782 0 1 0 648 27 0 0 18 0 12 0 2003307422 837582848 44707 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10590/statm: 204488 44707 1389 9 0 201850 0
[pid=10590/tid=10592] ppid=10588 vsize=817952 CPUtime=3.38
/proc/10590/task/10592/stat : 10592 (java) R 10588 10590 9623 0 -1 64 17284 0 1 0 328 10 0 0 25 0 12 0 2003307424 837582848 44707 996147200 134512640 134550740 4294956016 18446744073709551615 4109844647 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10590/tid=10593] ppid=10588 vsize=817952 CPUtime=0.71
/proc/10590/task/10593/stat : 10593 (java) S 10588 10590 9623 0 -1 64 15607 0 0 0 64 7 0 0 16 0 12 0 2003307425 837582848 44707 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10590/tid=10594] ppid=10588 vsize=817952 CPUtime=0.72
/proc/10590/task/10594/stat : 10594 (java) S 10588 10590 9623 0 -1 64 13549 0 0 0 67 5 0 0 16 0 12 0 2003307425 837582848 44707 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10590/tid=10595] ppid=10588 vsize=817952 CPUtime=0
/proc/10590/task/10595/stat : 10595 (java) S 10588 10590 9623 0 -1 64 30 0 0 0 0 0 0 0 16 0 12 0 2003307427 837582848 44707 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10590/tid=10596] ppid=10588 vsize=817952 CPUtime=0
/proc/10590/task/10596/stat : 10596 (java) S 10588 10590 9623 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 2003307427 837582848 44707 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10590/tid=10597] ppid=10588 vsize=817952 CPUtime=0
/proc/10590/task/10597/stat : 10597 (java) S 10588 10590 9623 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 2003307427 837582848 44707 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10590/tid=10598] ppid=10588 vsize=817952 CPUtime=0
/proc/10590/task/10598/stat : 10598 (java) S 10588 10590 9623 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 2003307431 837582848 44707 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10590/tid=10599] ppid=10588 vsize=817952 CPUtime=1.18
/proc/10590/task/10599/stat : 10599 (java) S 10588 10590 9623 0 -1 64 5173 0 0 0 116 2 0 0 16 0 12 0 2003307431 837582848 44707 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10590/tid=10600] ppid=10588 vsize=817952 CPUtime=0.69
/proc/10590/task/10600/stat : 10600 (java) S 10588 10590 9623 0 -1 64 1375 0 0 0 69 0 0 0 16 0 12 0 2003307431 837582848 44707 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10590/tid=10601] ppid=10588 vsize=817952 CPUtime=0
/proc/10590/task/10601/stat : 10601 (java) S 10588 10590 9623 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 2003307431 837582848 44707 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10590/tid=10602] ppid=10588 vsize=817952 CPUtime=0
/proc/10590/task/10602/stat : 10602 (java) S 10588 10590 9623 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 2003307431 837582848 44707 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.75
Current children cumulated vsize (KiB) 817952

[startup+12.7027 s]
/proc/loadavg: 2.85 2.33 2.11 3/85 10602
/proc/meminfo: memFree=1481952/2055920 swapFree=4179808/4192956
[pid=10590] ppid=10588 vsize=817952 CPUtime=13.18
/proc/10590/stat : 10590 (java) S 10588 10590 9623 0 -1 0 59594 0 1 0 1289 29 0 0 18 0 12 0 2003307422 837582848 50496 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10590/statm: 204488 50496 1389 9 0 201850 0
[pid=10590/tid=10592] ppid=10588 vsize=817952 CPUtime=9.39
/proc/10590/task/10592/stat : 10592 (java) R 10588 10590 9623 0 -1 64 17304 0 1 0 928 11 0 0 25 0 12 0 2003307424 837582848 50496 996147200 134512640 134550740 4294956016 18446744073709551615 4109732790 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10590/tid=10593] ppid=10588 vsize=817952 CPUtime=0.87
/proc/10590/task/10593/stat : 10593 (java) S 10588 10590 9623 0 -1 64 18258 0 0 0 79 8 0 0 16 0 12 0 2003307425 837582848 50496 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10590/tid=10594] ppid=10588 vsize=817952 CPUtime=0.89
/proc/10590/task/10594/stat : 10594 (java) S 10588 10590 9623 0 -1 64 16683 0 0 0 83 6 0 0 16 0 12 0 2003307425 837582848 50496 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10590/tid=10595] ppid=10588 vsize=817952 CPUtime=0.01
/proc/10590/task/10595/stat : 10595 (java) S 10588 10590 9623 0 -1 64 30 0 0 0 1 0 0 0 16 0 12 0 2003307427 837582848 50496 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=10590/tid=10596] ppid=10588 vsize=817952 CPUtime=0
/proc/10590/task/10596/stat : 10596 (java) S 10588 10590 9623 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 2003307427 837582848 50496 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10590/tid=10597] ppid=10588 vsize=817952 CPUtime=0
/proc/10590/task/10597/stat : 10597 (java) S 10588 10590 9623 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 2003307427 837582848 50496 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10590/tid=10598] ppid=10588 vsize=817952 CPUtime=0
/proc/10590/task/10598/stat : 10598 (java) S 10588 10590 9623 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 2003307431 837582848 50496 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10590/tid=10599] ppid=10588 vsize=817952 CPUtime=1.22
/proc/10590/task/10599/stat : 10599 (java) S 10588 10590 9623 0 -1 64 5177 0 0 0 120 2 0 0 16 0 12 0 2003307431 837582848 50496 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10590/tid=10600] ppid=10588 vsize=817952 CPUtime=0.74
/proc/10590/task/10600/stat : 10600 (java) S 10588 10590 9623 0 -1 64 1378 0 0 0 74 0 0 0 16 0 12 0 2003307431 837582848 50496 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10590/tid=10601] ppid=10588 vsize=817952 CPUtime=0
/proc/10590/task/10601/stat : 10601 (java) S 10588 10590 9623 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 2003307431 837582848 50496 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10590/tid=10602] ppid=10588 vsize=817952 CPUtime=0
/proc/10590/task/10602/stat : 10602 (java) S 10588 10590 9623 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 2003307431 837582848 50496 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 13.18
Current children cumulated vsize (KiB) 817952

[startup+25.5018 s]
/proc/loadavg: 2.72 2.32 2.11 3/85 10602
/proc/meminfo: memFree=1454368/2055920 swapFree=4179808/4192956
[pid=10590] ppid=10588 vsize=817952 CPUtime=25.98
/proc/10590/stat : 10590 (java) S 10588 10590 9623 0 -1 0 66277 0 1 0 2565 33 0 0 18 0 12 0 2003307422 837582848 57155 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10590/statm: 204488 57155 1389 9 0 201850 0
[pid=10590/tid=10592] ppid=10588 vsize=817952 CPUtime=21.91
/proc/10590/task/10592/stat : 10592 (java) R 10588 10590 9623 0 -1 64 17331 0 1 0 2180 11 0 0 25 0 12 0 2003307424 837582848 57155 996147200 134512640 134550740 4294956016 18446744073709551615 4109732801 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10590/tid=10593] ppid=10588 vsize=817952 CPUtime=0.99
/proc/10590/task/10593/stat : 10593 (java) S 10588 10590 9623 0 -1 64 21845 0 0 0 90 9 0 0 16 0 12 0 2003307425 837582848 57155 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10590/tid=10594] ppid=10588 vsize=817952 CPUtime=1
/proc/10590/task/10594/stat : 10594 (java) S 10588 10590 9623 0 -1 64 19752 0 0 0 93 7 0 0 16 0 12 0 2003307425 837582848 57155 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10590/tid=10595] ppid=10588 vsize=817952 CPUtime=0.01
/proc/10590/task/10595/stat : 10595 (java) S 10588 10590 9623 0 -1 64 30 0 0 0 1 0 0 0 15 0 12 0 2003307427 837582848 57155 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=10590/tid=10596] ppid=10588 vsize=817952 CPUtime=0
/proc/10590/task/10596/stat : 10596 (java) S 10588 10590 9623 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 2003307427 837582848 57155 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10590/tid=10597] ppid=10588 vsize=817952 CPUtime=0
/proc/10590/task/10597/stat : 10597 (java) S 10588 10590 9623 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 2003307427 837582848 57155 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10590/tid=10598] ppid=10588 vsize=817952 CPUtime=0
/proc/10590/task/10598/stat : 10598 (java) S 10588 10590 9623 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 2003307431 837582848 57155 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

/proc/meminfo: memFree=884640/2055920 swapFree=4179808/4192956
[pid=10590] ppid=10588 vsize=821956 CPUtime=440.5
/proc/10590/stat : 10590 (java) S 10588 10590 9623 0 -1 0 315002 0 1 0 43905 145 0 0 18 0 12 0 2003307422 841682944 175179 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10590/statm: 205489 175179 1402 9 0 202851 0
[pid=10590/tid=10592] ppid=10588 vsize=821956 CPUtime=327.5
/proc/10590/task/10592/stat : 10592 (java) R 10588 10590 9623 0 -1 64 17769 0 1 0 32737 13 0 0 25 0 12 0 2003307424 841682944 175179 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10590/tid=10593] ppid=10588 vsize=821956 CPUtime=4.45
/proc/10590/task/10593/stat : 10593 (java) S 10588 10590 9623 0 -1 64 77251 0 0 0 414 31 0 0 16 0 12 0 2003307425 841682944 175179 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10590/tid=10594] ppid=10588 vsize=821956 CPUtime=4.58
/proc/10590/task/10594/stat : 10594 (java) S 10588 10590 9623 0 -1 64 81266 0 0 0 429 29 0 0 16 0 12 0 2003307425 841682944 175179 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10590/tid=10595] ppid=10588 vsize=821956 CPUtime=101.43
/proc/10590/task/10595/stat : 10595 (java) R 10588 10590 9623 0 -1 64 131368 0 0 0 10078 65 0 0 17 0 12 0 2003307427 841682944 175179 996147200 134512640 134550740 4294956016 18446744073709551615 105678347 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10590/tid=10596] ppid=10588 vsize=821956 CPUtime=0
/proc/10590/task/10596/stat : 10596 (java) S 10588 10590 9623 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 2003307427 841682944 175179 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10590/tid=10597] ppid=10588 vsize=821956 CPUtime=0
/proc/10590/task/10597/stat : 10597 (java) S 10588 10590 9623 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 2003307427 841682944 175179 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10590/tid=10598] ppid=10588 vsize=821956 CPUtime=0
/proc/10590/task/10598/stat : 10598 (java) S 10588 10590 9623 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 2003307431 841682944 175179 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10590/tid=10599] ppid=10588 vsize=821956 CPUtime=1.5
/proc/10590/task/10599/stat : 10599 (java) S 10588 10590 9623 0 -1 64 5196 0 0 0 148 2 0 0 17 0 12 0 2003307431 841682944 175179 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10590/tid=10600] ppid=10588 vsize=821956 CPUtime=0.97
/proc/10590/task/10600/stat : 10600 (java) S 10588 10590 9623 0 -1 64 1388 0 0 0 97 0 0 0 16 0 12 0 2003307431 841682944 175179 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10590/tid=10601] ppid=10588 vsize=821956 CPUtime=0
/proc/10590/task/10601/stat : 10601 (java) S 10588 10590 9623 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 2003307431 841682944 175179 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10590/tid=10602] ppid=10588 vsize=821956 CPUtime=0
/proc/10590/task/10602/stat : 10602 (java) S 10588 10590 9623 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 2003307431 841682944 175179 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 440.5
Current children cumulated vsize (KiB) 821956

[startup+447.901 s]
/proc/loadavg: 3.21 2.51 2.22 4/93 10642
/proc/meminfo: memFree=884640/2055920 swapFree=4179808/4192956
[pid=10590] ppid=10588 vsize=821956 CPUtime=446.9
/proc/10590/stat : 10590 (java) S 10588 10590 9623 0 -1 0 322517 0 1 0 44541 149 0 0 18 0 12 0 2003307422 841682944 175179 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10590/statm: 205489 175179 1402 9 0 202851 0
[pid=10590/tid=10592] ppid=10588 vsize=821956 CPUtime=328.01
/proc/10590/task/10592/stat : 10592 (java) R 10588 10590 9623 0 -1 64 17774 0 1 0 32788 13 0 0 25 0 12 0 2003307424 841682944 175179 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10590/tid=10593] ppid=10588 vsize=821956 CPUtime=4.45
/proc/10590/task/10593/stat : 10593 (java) S 10588 10590 9623 0 -1 64 77251 0 0 0 414 31 0 0 16 0 12 0 2003307425 841682944 175179 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10590/tid=10594] ppid=10588 vsize=821956 CPUtime=4.58
/proc/10590/task/10594/stat : 10594 (java) S 10588 10590 9623 0 -1 64 81266 0 0 0 429 29 0 0 16 0 12 0 2003307425 841682944 175179 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10590/tid=10595] ppid=10588 vsize=821956 CPUtime=107.32
/proc/10590/task/10595/stat : 10595 (java) R 10588 10590 9623 0 -1 64 138878 0 0 0 10663 69 0 0 16 0 12 0 2003307427 841682944 175179 996147200 134512640 134550740 4294956016 18446744073709551615 106122234 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10590/tid=10596] ppid=10588 vsize=821956 CPUtime=0
/proc/10590/task/10596/stat : 10596 (java) S 10588 10590 9623 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 2003307427 841682944 175179 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10590/tid=10597] ppid=10588 vsize=821956 CPUtime=0
/proc/10590/task/10597/stat : 10597 (java) S 10588 10590 9623 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 2003307427 841682944 175179 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10590/tid=10598] ppid=10588 vsize=821956 CPUtime=0
/proc/10590/task/10598/stat : 10598 (java) S 10588 10590 9623 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 2003307431 841682944 175179 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10590/tid=10599] ppid=10588 vsize=821956 CPUtime=1.5
/proc/10590/task/10599/stat : 10599 (java) S 10588 10590 9623 0 -1 64 5196 0 0 0 148 2 0 0 17 0 12 0 2003307431 841682944 175179 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10590/tid=10600] ppid=10588 vsize=821956 CPUtime=0.97
/proc/10590/task/10600/stat : 10600 (java) S 10588 10590 9623 0 -1 64 1388 0 0 0 97 0 0 0 16 0 12 0 2003307431 841682944 175179 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10590/tid=10601] ppid=10588 vsize=821956 CPUtime=0
/proc/10590/task/10601/stat : 10601 (java) S 10588 10590 9623 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 2003307431 841682944 175179 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10590/tid=10602] ppid=10588 vsize=821956 CPUtime=0
/proc/10590/task/10602/stat : 10602 (java) S 10588 10590 9623 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 2003307431 841682944 175179 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 446.9
Current children cumulated vsize (KiB) 821956

[startup+451.103 s]
/proc/loadavg: 3.21 2.51 2.22 4/93 10642
/proc/meminfo: memFree=884640/2055920 swapFree=4179808/4192956
[pid=10590] ppid=10588 vsize=821956 CPUtime=450.1
/proc/10590/stat : 10590 (java) S 10588 10590 9623 0 -1 0 325523 0 1 0 44859 151 0 0 18 0 12 0 2003307422 841682944 175179 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10590/statm: 205489 175179 1402 9 0 202851 0
[pid=10590/tid=10592] ppid=10588 vsize=821956 CPUtime=328.18
/proc/10590/task/10592/stat : 10592 (java) R 10588 10590 9623 0 -1 64 17776 0 1 0 32805 13 0 0 24 0 12 0 2003307424 841682944 175179 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10590/tid=10593] ppid=10588 vsize=821956 CPUtime=4.45
/proc/10590/task/10593/stat : 10593 (java) S 10588 10590 9623 0 -1 64 77251 0 0 0 414 31 0 0 16 0 12 0 2003307425 841682944 175179 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10590/tid=10594] ppid=10588 vsize=821956 CPUtime=4.58
/proc/10590/task/10594/stat : 10594 (java) S 10588 10590 9623 0 -1 64 81266 0 0 0 429 29 0 0 16 0 12 0 2003307425 841682944 175179 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10590/tid=10595] ppid=10588 vsize=821956 CPUtime=110.35
/proc/10590/task/10595/stat : 10595 (java) R 10588 10590 9623 0 -1 64 141882 0 0 0 10964 71 0 0 17 0 12 0 2003307427 841682944 175179 996147200 134512640 134550740 4294956016 18446744073709551615 106123734 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10590/tid=10596] ppid=10588 vsize=821956 CPUtime=0
/proc/10590/task/10596/stat : 10596 (java) S 10588 10590 9623 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 2003307427 841682944 175179 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10590/tid=10597] ppid=10588 vsize=821956 CPUtime=0
/proc/10590/task/10597/stat : 10597 (java) S 10588 10590 9623 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 2003307427 841682944 175179 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10590/tid=10598] ppid=10588 vsize=821956 CPUtime=0
/proc/10590/task/10598/stat : 10598 (java) S 10588 10590 9623 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 2003307431 841682944 175179 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10590/tid=10599] ppid=10588 vsize=821956 CPUtime=1.5
/proc/10590/task/10599/stat : 10599 (java) S 10588 10590 9623 0 -1 64 5196 0 0 0 148 2 0 0 17 0 12 0 2003307431 841682944 175179 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10590/tid=10600] ppid=10588 vsize=821956 CPUtime=0.97
/proc/10590/task/10600/stat : 10600 (java) S 10588 10590 9623 0 -1 64 1388 0 0 0 97 0 0 0 16 0 12 0 2003307431 841682944 175179 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10590/tid=10601] ppid=10588 vsize=821956 CPUtime=0
/proc/10590/task/10601/stat : 10601 (java) S 10588 10590 9623 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 2003307431 841682944 175179 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10590/tid=10602] ppid=10588 vsize=821956 CPUtime=0
/proc/10590/task/10602/stat : 10602 (java) S 10588 10590 9623 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 2003307431 841682944 175179 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 450.1
Current children cumulated vsize (KiB) 821956

[startup+451.902 s]
/proc/loadavg: 3.21 2.51 2.22 4/93 10642
/proc/meminfo: memFree=884640/2055920 swapFree=4179808/4192956
[pid=10590] ppid=10588 vsize=821956 CPUtime=450.9
/proc/10590/stat : 10590 (java) S 10588 10590 9623 0 -1 0 327027 0 1 0 44938 152 0 0 18 0 12 0 2003307422 841682944 175179 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10590/statm: 205489 175179 1402 9 0 202851 0
[pid=10590/tid=10592] ppid=10588 vsize=821956 CPUtime=328.28
/proc/10590/task/10592/stat : 10592 (java) R 10588 10590 9623 0 -1 64 17778 0 1 0 32815 13 0 0 25 0 12 0 2003307424 841682944 175179 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10590/tid=10593] ppid=10588 vsize=821956 CPUtime=4.45
/proc/10590/task/10593/stat : 10593 (java) S 10588 10590 9623 0 -1 64 77251 0 0 0 414 31 0 0 16 0 12 0 2003307425 841682944 175179 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10590/tid=10594] ppid=10588 vsize=821956 CPUtime=4.58
/proc/10590/task/10594/stat : 10594 (java) S 10588 10590 9623 0 -1 64 81266 0 0 0 429 29 0 0 16 0 12 0 2003307425 841682944 175179 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10590/tid=10595] ppid=10588 vsize=821956 CPUtime=111.05
/proc/10590/task/10595/stat : 10595 (java) R 10588 10590 9623 0 -1 64 143384 0 0 0 11033 72 0 0 16 0 12 0 2003307427 841682944 175179 996147200 134512640 134550740 4294956016 18446744073709551615 105677203 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10590/tid=10596] ppid=10588 vsize=821956 CPUtime=0
/proc/10590/task/10596/stat : 10596 (java) S 10588 10590 9623 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 2003307427 841682944 175179 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10590/tid=10597] ppid=10588 vsize=821956 CPUtime=0
/proc/10590/task/10597/stat : 10597 (java) S 10588 10590 9623 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 2003307427 841682944 175179 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10590/tid=10598] ppid=10588 vsize=821956 CPUtime=0
/proc/10590/task/10598/stat : 10598 (java) S 10588 10590 9623 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 2003307431 841682944 175179 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10590/tid=10599] ppid=10588 vsize=821956 CPUtime=1.5
/proc/10590/task/10599/stat : 10599 (java) S 10588 10590 9623 0 -1 64 5196 0 0 0 148 2 0 0 17 0 12 0 2003307431 841682944 175179 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10590/tid=10600] ppid=10588 vsize=821956 CPUtime=0.97
/proc/10590/task/10600/stat : 10600 (java) S 10588 10590 9623 0 -1 64 1388 0 0 0 97 0 0 0 16 0 12 0 2003307431 841682944 175179 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10590/tid=10601] ppid=10588 vsize=821956 CPUtime=0
/proc/10590/task/10601/stat : 10601 (java) S 10588 10590 9623 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 2003307431 841682944 175179 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10590/tid=10602] ppid=10588 vsize=821956 CPUtime=0
/proc/10590/task/10602/stat : 10602 (java) S 10588 10590 9623 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 2003307431 841682944 175179 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 450.9
Current children cumulated vsize (KiB) 821956

[startup+452.701 s]
/proc/loadavg: 3.20 2.52 2.22 4/93 10642
/proc/meminfo: memFree=884640/2055920 swapFree=4179808/4192956
[pid=10590] ppid=10588 vsize=821956 CPUtime=451.7
/proc/10590/stat : 10590 (java) S 10588 10590 9623 0 -1 0 327027 0 1 0 45018 152 0 0 18 0 12 0 2003307422 841682944 175179 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10590/statm: 205489 175179 1402 9 0 202851 0
[pid=10590/tid=10592] ppid=10588 vsize=821956 CPUtime=328.28
/proc/10590/task/10592/stat : 10592 (java) R 10588 10590 9623 0 -1 64 17778 0 1 0 32815 13 0 0 25 0 12 0 2003307424 841682944 175179 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10590/tid=10593] ppid=10588 vsize=821956 CPUtime=4.45
/proc/10590/task/10593/stat : 10593 (java) S 10588 10590 9623 0 -1 64 77251 0 0 0 414 31 0 0 16 0 12 0 2003307425 841682944 175179 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10590/tid=10594] ppid=10588 vsize=821956 CPUtime=4.58
/proc/10590/task/10594/stat : 10594 (java) S 10588 10590 9623 0 -1 64 81266 0 0 0 429 29 0 0 16 0 12 0 2003307425 841682944 175179 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10590/tid=10595] ppid=10588 vsize=821956 CPUtime=111.85
/proc/10590/task/10595/stat : 10595 (java) R 10588 10590 9623 0 -1 64 143384 0 0 0 11113 72 0 0 17 0 12 0 2003307427 841682944 175179 996147200 134512640 134550740 4294956016 18446744073709551615 105852552 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10590/tid=10596] ppid=10588 vsize=821956 CPUtime=0
/proc/10590/task/10596/stat : 10596 (java) S 10588 10590 9623 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 2003307427 841682944 175179 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10590/tid=10597] ppid=10588 vsize=821956 CPUtime=0
/proc/10590/task/10597/stat : 10597 (java) S 10588 10590 9623 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 2003307427 841682944 175179 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10590/tid=10598] ppid=10588 vsize=821956 CPUtime=0
/proc/10590/task/10598/stat : 10598 (java) S 10588 10590 9623 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 2003307431 841682944 175179 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10590/tid=10599] ppid=10588 vsize=821956 CPUtime=1.5
/proc/10590/task/10599/stat : 10599 (java) S 10588 10590 9623 0 -1 64 5196 0 0 0 148 2 0 0 17 0 12 0 2003307431 841682944 175179 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10590/tid=10600] ppid=10588 vsize=821956 CPUtime=0.97
/proc/10590/task/10600/stat : 10600 (java) S 10588 10590 9623 0 -1 64 1388 0 0 0 97 0 0 0 16 0 12 0 2003307431 841682944 175179 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10590/tid=10601] ppid=10588 vsize=821956 CPUtime=0
/proc/10590/task/10601/stat : 10601 (java) S 10588 10590 9623 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 2003307431 841682944 175179 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10590/tid=10602] ppid=10588 vsize=821956 CPUtime=0
/proc/10590/task/10602/stat : 10602 (java) S 10588 10590 9623 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 2003307431 841682944 175179 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 451.7
Current children cumulated vsize (KiB) 821956

[startup+452.901 s]
/proc/loadavg: 3.20 2.52 2.22 4/93 10642
/proc/meminfo: memFree=884640/2055920 swapFree=4179808/4192956
[pid=10590] ppid=10588 vsize=0 CPUtime=451.88
/proc/10590/stat : 10590 (java) Z 10588 10590 9623 0 -1 12 327040 0 1 0 45035 153 0 0 16 0 2 0 2003307422 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10590/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 451.88
Current children cumulated vsize (KiB) 0

[startup+453.001 s]
/proc/loadavg: 3.20 2.52 2.22 4/93 10642
/proc/meminfo: memFree=884640/2055920 swapFree=4179808/4192956
[pid=10590] ppid=10588 vsize=0 CPUtime=451.98
/proc/10590/stat : 10590 (java) Z 10588 10590 9623 0 -1 12 327040 0 1 0 45035 163 0 0 16 0 2 0 2003307422 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10590/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 451.98
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 453.006
CPU time (s): 451.994
CPU user time (s): 450.359
CPU system time (s): 1.63575
CPU usage (%): 99.7768
Max. virtual memory (cumulated for all children) (KiB): 832204

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 450.359
system time used= 1.63575
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 327040
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= 15661
involuntary context switches= 14630

runsolver used 0.636903 second user time and 1.50577 second system time

The end

Launcher Data (download as text)

Begin job on node69 at 2008-07-05 09:36:25
IDJOB=1087282
IDBENCH=57965
IDSOLVER=344
FILE ID=node69/1087282-1215243385
PBS_JOBID= 7881941
Free space on /tmp= 66432 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 934d5befa5025b948f72904dd764f189
RANDOM SEED=1390508483

node69.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.259
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.259
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:       1677024 kB
Buffers:         35180 kB
Cached:         213552 kB
SwapCached:       7560 kB
Active:         242804 kB
Inactive:        73536 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1677024 kB
SwapTotal:     4192956 kB
SwapFree:      4179808 kB
Dirty:            9928 kB
Writeback:           0 kB
Mapped:          75044 kB
Slab:            47612 kB
Committed_AS:  4022244 kB
PageTables:       2048 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= 66464 MiB
End job on node69 at 2008-07-05 09:43:59