Trace number 1077499

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? 150.714 147.612

General information on the benchmark

Namecsp/primes-15/
normalized-primes-15-40-2-7.xml
MD5SUMdd73b653e941c848140715c0efeb13bc
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1443.63
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints40
Maximum constraint arity9
Maximum domain size46
Number of constraints which are defined in extension0
Number of constraints which are defined in intension40
Global constraints used (with number of constraints)

Solver Data (download as text)

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

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-1077499-1215192906/watcher-1077499-1215192906 -o /tmp/evaluation-result-1077499-1215192906/solver-1077499-1215192906 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1077499-1215192906.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 2.04 1.97 4/80 11723
/proc/meminfo: memFree=1736760/2055920 swapFree=4179968/4192956
[pid=11723] ppid=11721 vsize=1804 CPUtime=0
/proc/11723/stat : 11723 (java6) R 11721 11723 11308 0 -1 0 183 0 0 0 0 0 0 0 18 0 1 0 1998265451 1847296 155 996147200 134512640 134550740 4294956176 18446744073709551615 4294960144 0 2147483391 4096 0 0 0 0 17 0 0 0
/proc/11723/statm: 451 155 111 9 0 93 0

[startup+0.065329 s]
/proc/loadavg: 1.95 2.04 1.97 4/80 11723
/proc/meminfo: memFree=1736760/2055920 swapFree=4179968/4192956
[pid=11723] ppid=11721 vsize=802236 CPUtime=0.05
/proc/11723/stat : 11723 (java) S 11721 11723 11308 0 -1 0 2757 0 1 0 4 1 0 0 18 0 7 0 1998265451 821489664 2492 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/11723/statm: 200559 2492 1004 9 0 197942 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 802236

[startup+0.101327 s]
/proc/loadavg: 1.95 2.04 1.97 4/80 11723
/proc/meminfo: memFree=1736760/2055920 swapFree=4179968/4192956
[pid=11723] ppid=11721 vsize=804756 CPUtime=0.09
/proc/11723/stat : 11723 (java) S 11721 11723 11308 0 -1 0 3153 0 1 0 7 2 0 0 18 0 12 0 1998265451 824070144 2884 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11723/statm: 201189 2885 1164 9 0 198558 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 804756

[startup+0.303713 s]
/proc/loadavg: 1.95 2.04 1.97 4/80 11723
/proc/meminfo: memFree=1736760/2055920 swapFree=4179968/4192956
[pid=11723] ppid=11721 vsize=807844 CPUtime=0.3
/proc/11723/stat : 11723 (java) S 11721 11723 11308 0 -1 0 5001 0 1 0 27 3 0 0 18 0 12 0 1998265451 827232256 4328 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11723/statm: 201961 4329 1310 9 0 199330 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 807844

[startup+0.701399 s]
/proc/loadavg: 1.95 2.04 1.97 4/80 11723
/proc/meminfo: memFree=1736760/2055920 swapFree=4179968/4192956
[pid=11723] ppid=11721 vsize=807872 CPUtime=0.69
/proc/11723/stat : 11723 (java) S 11721 11723 11308 0 -1 0 6466 0 1 0 65 4 0 0 18 0 12 0 1998265451 827260928 5567 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11723/statm: 201968 5567 1335 9 0 199330 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 807872

[startup+1.50249 s]
/proc/loadavg: 1.95 2.04 1.97 3/92 11735
/proc/meminfo: memFree=1716120/2055920 swapFree=4179968/4192956
[pid=11723] ppid=11721 vsize=810876 CPUtime=1.5
/proc/11723/stat : 11723 (java) S 11721 11723 11308 0 -1 0 9937 0 1 0 144 6 0 0 18 0 12 0 1998265451 830337024 7487 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11723/statm: 202719 7487 1372 9 0 200081 0
[pid=11723/tid=11725] ppid=11721 vsize=810876 CPUtime=0.77
/proc/11723/task/11725/stat : 11725 (java) R 11721 11723 11308 0 -1 64 5131 0 1 0 73 4 0 0 25 0 12 0 1998265452 830337024 7487 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11723/tid=11726] ppid=11721 vsize=810876 CPUtime=0
/proc/11723/task/11726/stat : 11726 (java) S 11721 11723 11308 0 -1 64 3 0 0 0 0 0 0 0 20 0 12 0 1998265453 830337024 7487 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11723/tid=11727] ppid=11721 vsize=810876 CPUtime=0
/proc/11723/task/11727/stat : 11727 (java) S 11721 11723 11308 0 -1 64 0 0 0 0 0 0 0 0 21 0 12 0 1998265453 830337024 7487 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11723/tid=11728] ppid=11721 vsize=810876 CPUtime=0
/proc/11723/task/11728/stat : 11728 (java) S 11721 11723 11308 0 -1 64 0 0 0 0 0 0 0 0 16 0 12 0 1998265455 830337024 7487 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11723/tid=11729] ppid=11721 vsize=810876 CPUtime=0
/proc/11723/task/11729/stat : 11729 (java) S 11721 11723 11308 0 -1 64 8 0 0 0 0 0 0 0 23 0 12 0 1998265456 830337024 7487 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11723/tid=11730] ppid=11721 vsize=810876 CPUtime=0
/proc/11723/task/11730/stat : 11730 (java) S 11721 11723 11308 0 -1 64 4 0 0 0 0 0 0 0 24 0 12 0 1998265456 830337024 7487 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11723/tid=11731] ppid=11721 vsize=810876 CPUtime=0
/proc/11723/task/11731/stat : 11731 (java) S 11721 11723 11308 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1998265460 830337024 7487 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11723/tid=11732] ppid=11721 vsize=810876 CPUtime=0.25
/proc/11723/task/11732/stat : 11732 (java) R 11721 11723 11308 0 -1 64 987 0 0 0 25 0 0 0 16 0 12 0 1998265460 830337024 7487 996147200 134512640 134550740 4294956016 18446744073709551615 105837418 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11723/tid=11733] ppid=11721 vsize=810876 CPUtime=0.44
/proc/11723/task/11733/stat : 11733 (java) S 11721 11723 11308 0 -1 64 3058 0 0 0 44 0 0 0 17 0 12 0 1998265460 830337024 7487 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11723/tid=11734] ppid=11721 vsize=810876 CPUtime=0
/proc/11723/task/11734/stat : 11734 (java) S 11721 11723 11308 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1998265460 830337024 7487 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11723/tid=11735] ppid=11721 vsize=810876 CPUtime=0
/proc/11723/task/11735/stat : 11735 (java) S 11721 11723 11308 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1998265460 830337024 7487 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.5
Current children cumulated vsize (KiB) 810876

[startup+3.10268 s]
/proc/loadavg: 1.95 2.04 1.97 4/92 11735
/proc/meminfo: memFree=1707736/2055920 swapFree=4179968/4192956
[pid=11723] ppid=11721 vsize=813756 CPUtime=3.1
/proc/11723/stat : 11723 (java) S 11721 11723 11308 0 -1 0 15790 0 1 0 301 9 0 0 18 0 12 0 1998265451 833286144 11151 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11723/statm: 203439 11151 1381 9 0 200801 0
[pid=11723/tid=11725] ppid=11721 vsize=813756 CPUtime=1.56
/proc/11723/task/11725/stat : 11725 (java) R 11721 11723 11308 0 -1 64 7988 0 1 0 151 5 0 0 25 0 12 0 1998265452 833286144 11151 996147200 134512640 134550740 4294956016 18446744073709551615 4109902497 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11723/tid=11726] ppid=11721 vsize=813756 CPUtime=0
/proc/11723/task/11726/stat : 11726 (java) S 11721 11723 11308 0 -1 64 3 0 0 0 0 0 0 0 20 0 12 0 1998265453 833286144 11153 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11723/tid=11727] ppid=11721 vsize=813756 CPUtime=0
/proc/11723/task/11727/stat : 11727 (java) S 11721 11723 11308 0 -1 64 0 0 0 0 0 0 0 0 21 0 12 0 1998265453 833286144 11153 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11723/tid=11728] ppid=11721 vsize=813756 CPUtime=0
/proc/11723/task/11728/stat : 11728 (java) S 11721 11723 11308 0 -1 64 1 0 0 0 0 0 0 0 17 0 12 0 1998265455 833286144 11153 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11723/tid=11729] ppid=11721 vsize=813756 CPUtime=0
/proc/11723/task/11729/stat : 11729 (java) S 11721 11723 11308 0 -1 64 8 0 0 0 0 0 0 0 23 0 12 0 1998265456 833286144 11153 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11723/tid=11730] ppid=11721 vsize=813756 CPUtime=0
/proc/11723/task/11730/stat : 11730 (java) S 11721 11723 11308 0 -1 64 4 0 0 0 0 0 0 0 24 0 12 0 1998265456 833286144 11154 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11723/tid=11731] ppid=11721 vsize=813756 CPUtime=0
/proc/11723/task/11731/stat : 11731 (java) S 11721 11723 11308 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1998265460 833286144 11154 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11723/tid=11732] ppid=11721 vsize=813756 CPUtime=0.76
/proc/11723/task/11732/stat : 11732 (java) S 11721 11723 11308 0 -1 64 3241 0 0 0 75 1 0 0 16 0 12 0 1998265460 833286144 11154 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11723/tid=11733] ppid=11721 vsize=813756 CPUtime=0.75
/proc/11723/task/11733/stat : 11733 (java) S 11721 11723 11308 0 -1 64 3799 0 0 0 74 1 0 0 16 0 12 0 1998265460 833286144 11154 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11723/tid=11734] ppid=11721 vsize=813756 CPUtime=0
/proc/11723/task/11734/stat : 11734 (java) S 11721 11723 11308 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1998265460 833286144 11154 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11723/tid=11735] ppid=11721 vsize=813756 CPUtime=0
/proc/11723/task/11735/stat : 11735 (java) S 11721 11723 11308 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1998265460 833286144 11154 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.1
Current children cumulated vsize (KiB) 813756

[startup+6.30205 s]
/proc/loadavg: 1.96 2.04 1.97 3/92 11735
/proc/meminfo: memFree=1626648/2055920 swapFree=4179968/4192956
[pid=11723] ppid=11721 vsize=816192 CPUtime=6.4
/proc/11723/stat : 11723 (java) S 11721 11723 11308 0 -1 0 37336 0 1 0 623 17 0 0 18 0 12 0 1998265451 835780608 32149 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11723/statm: 204048 32149 1387 9 0 201410 0
[pid=11723/tid=11725] ppid=11721 vsize=816192 CPUtime=3.99
/proc/11723/task/11725/stat : 11725 (java) R 11721 11723 11308 0 -1 64 17300 0 1 0 390 9 0 0 24 0 12 0 1998265452 835780608 32149 996147200 134512640 134550740 4294956016 18446744073709551615 4109844899 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11723/tid=11726] ppid=11721 vsize=816192 CPUtime=0.34
/proc/11723/task/11726/stat : 11726 (java) S 11721 11723 11308 0 -1 64 5463 0 0 0 32 2 0 0 17 0 12 0 1998265453 835780608 32149 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11723/tid=11727] ppid=11721 vsize=816192 CPUtime=0.34
/proc/11723/task/11727/stat : 11727 (java) S 11721 11723 11308 0 -1 64 6651 0 0 0 32 2 0 0 17 0 12 0 1998265453 835780608 32149 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11723/tid=11728] ppid=11721 vsize=816192 CPUtime=0
/proc/11723/task/11728/stat : 11728 (java) S 11721 11723 11308 0 -1 64 30 0 0 0 0 0 0 0 16 0 12 0 1998265455 835780608 32149 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11723/tid=11729] ppid=11721 vsize=816192 CPUtime=0
/proc/11723/task/11729/stat : 11729 (java) S 11721 11723 11308 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 1998265456 835780608 32149 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11723/tid=11730] ppid=11721 vsize=816192 CPUtime=0
/proc/11723/task/11730/stat : 11730 (java) S 11721 11723 11308 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1998265456 835780608 32149 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11723/tid=11731] ppid=11721 vsize=816192 CPUtime=0
/proc/11723/task/11731/stat : 11731 (java) S 11721 11723 11308 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1998265460 835780608 32149 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11723/tid=11732] ppid=11721 vsize=816192 CPUtime=0.9
/proc/11723/task/11732/stat : 11732 (java) S 11721 11723 11308 0 -1 64 3332 0 0 0 89 1 0 0 16 0 12 0 1998265460 835780608 32149 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11723/tid=11733] ppid=11721 vsize=816192 CPUtime=0.78
/proc/11723/task/11733/stat : 11733 (java) S 11721 11723 11308 0 -1 64 3800 0 0 0 77 1 0 0 16 0 12 0 1998265460 835780608 32149 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11723/tid=11734] ppid=11721 vsize=816192 CPUtime=0
/proc/11723/task/11734/stat : 11734 (java) S 11721 11723 11308 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1998265460 835780608 32149 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11723/tid=11735] ppid=11721 vsize=816192 CPUtime=0
/proc/11723/task/11735/stat : 11735 (java) S 11721 11723 11308 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1998265460 835780608 32149 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.4
Current children cumulated vsize (KiB) 816192

[startup+12.7028 s]
/proc/loadavg: 2.20 2.09 1.98 5/92 11735
/proc/meminfo: memFree=1519768/2055920 swapFree=4179968/4192956
[pid=11723] ppid=11721 vsize=823876 CPUtime=13.21
/proc/11723/stat : 11723 (java) S 11721 11723 11308 0 -1 0 68761 0 1 0 1291 30 0 0 18 0 12 0 1998265451 843649024 61792 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11723/statm: 205969 61792 1387 9 0 203331 0
[pid=11723/tid=11725] ppid=11721 vsize=823876 CPUtime=7.79
/proc/11723/task/11725/stat : 11725 (java) R 11721 11723 11308 0 -1 64 17316 0 1 0 770 9 0 0 24 0 12 0 1998265452 843649024 61792 996147200 134512640 134550740 4294956016 18446744073709551615 4109625817 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11723/tid=11726] ppid=11721 vsize=823876 CPUtime=1.77
/proc/11723/task/11726/stat : 11726 (java) S 11721 11723 11308 0 -1 64 23494 0 0 0 167 10 0 0 16 0 12 0 1998265453 843649024 61792 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11723/tid=11727] ppid=11721 vsize=823876 CPUtime=1.91
/proc/11723/task/11727/stat : 11727 (java) S 11721 11723 11308 0 -1 64 20029 0 0 0 185 6 0 0 16 0 12 0 1998265453 843649024 61792 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11723/tid=11728] ppid=11721 vsize=823876 CPUtime=0.01
/proc/11723/task/11728/stat : 11728 (java) S 11721 11723 11308 0 -1 64 30 0 0 0 1 0 0 0 16 0 12 0 1998265455 843649024 61792 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11723/tid=11729] ppid=11721 vsize=823876 CPUtime=0
/proc/11723/task/11729/stat : 11729 (java) S 11721 11723 11308 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 1998265456 843649024 61792 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11723/tid=11730] ppid=11721 vsize=823876 CPUtime=0
/proc/11723/task/11730/stat : 11730 (java) S 11721 11723 11308 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1998265456 843649024 61792 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11723/tid=11731] ppid=11721 vsize=823876 CPUtime=0
/proc/11723/task/11731/stat : 11731 (java) S 11721 11723 11308 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1998265460 843649024 61792 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11723/tid=11732] ppid=11721 vsize=823876 CPUtime=0.9
/proc/11723/task/11732/stat : 11732 (java) S 11721 11723 11308 0 -1 64 3332 0 0 0 89 1 0 0 16 0 12 0 1998265460 843649024 61792 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11723/tid=11733] ppid=11721 vsize=823876 CPUtime=0.78
/proc/11723/task/11733/stat : 11733 (java) S 11721 11723 11308 0 -1 64 3800 0 0 0 77 1 0 0 16 0 12 0 1998265460 843649024 61792 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11723/tid=11734] ppid=11721 vsize=823876 CPUtime=0
/proc/11723/task/11734/stat : 11734 (java) S 11721 11723 11308 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1998265460 843649024 61792 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11723/tid=11735] ppid=11721 vsize=823876 CPUtime=0
/proc/11723/task/11735/stat : 11735 (java) S 11721 11723 11308 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1998265460 843649024 61792 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 13.21
Current children cumulated vsize (KiB) 823876

[startup+25.5013 s]
/proc/loadavg: 2.29 2.12 2.00 4/92 11735
/proc/meminfo: memFree=1318104/2055920 swapFree=4179968/4192956
[pid=11723] ppid=11721 vsize=823876 CPUtime=26.66
/proc/11723/stat : 11723 (java) S 11721 11723 11308 0 -1 0 113498 0 1 0 2617 49 0 0 18 0 12 0 1998265451 843649024 106161 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11723/statm: 205969 106161 1387 9 0 203331 0
[pid=11723/tid=11725] ppid=11721 vsize=823876 CPUtime=16
/proc/11723/task/11725/stat : 11725 (java) R 11721 11723 11308 0 -1 64 23486 0 1 0 1589 11 0 0 18 0 12 0 1998265452 843649024 106161 996147200 134512640 134550740 4294956016 18446744073709551615 4109718054 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11723/tid=11726] ppid=11721 vsize=823876 CPUtime=4.41
/proc/11723/task/11726/stat : 11726 (java) S 11721 11723 11308 0 -1 64 42819 0 0 0 423 18 0 0 16 0 12 0 1998265453 843649024 106161 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11723/tid=11727] ppid=11721 vsize=823876 CPUtime=4.49
/proc/11723/task/11727/stat : 11727 (java) S 11721 11723 11308 0 -1 64 39271 0 0 0 435 14 0 0 16 0 12 0 1998265453 843649024 106161 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11723/tid=11728] ppid=11721 vsize=823876 CPUtime=0.01
/proc/11723/task/11728/stat : 11728 (java) S 11721 11723 11308 0 -1 64 30 0 0 0 1 0 0 0 15 0 12 0 1998265455 843649024 106161 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11723/tid=11729] ppid=11721 vsize=823876 CPUtime=0
/proc/11723/task/11729/stat : 11729 (java) S 11721 11723 11308 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 1998265456 843649024 106161 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11723/tid=11730] ppid=11721 vsize=823876 CPUtime=0
/proc/11723/task/11730/stat : 11730 (java) S 11721 11723 11308 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1998265456 843649024 106161 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11723/tid=11731] ppid=11721 vsize=823876 CPUtime=0
/proc/11723/task/11731/stat : 11731 (java) S 11721 11723 11308 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1998265460 843649024 106161 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0

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

[pid=11723/tid=11734] ppid=11721 vsize=823876 CPUtime=0
/proc/11723/task/11734/stat : 11734 (java) S 11721 11723 11308 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1998265460 843649024 175571 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11723/tid=11735] ppid=11721 vsize=823876 CPUtime=0
/proc/11723/task/11735/stat : 11735 (java) S 11721 11723 11308 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1998265460 843649024 175571 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 143.85
Current children cumulated vsize (KiB) 823876

[startup+143.901 s]
/proc/loadavg: 2.09 2.11 2.00 3/92 11735
/proc/meminfo: memFree=1037336/2055920 swapFree=4179968/4192956
[pid=11723] ppid=11721 vsize=823876 CPUtime=147.04
/proc/11723/stat : 11723 (java) S 11721 11723 11308 0 -1 0 277207 0 1 0 14590 114 0 0 18 0 12 0 1998265451 843649024 175571 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11723/statm: 205969 175571 1390 9 0 203331 0
[pid=11723/tid=11725] ppid=11721 vsize=823876 CPUtime=33.65
/proc/11723/task/11725/stat : 11725 (java) S 11721 11723 11308 0 -1 64 35837 0 1 0 3349 16 0 0 17 0 12 0 1998265452 843649024 175571 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11723/tid=11726] ppid=11721 vsize=823876 CPUtime=9.2
/proc/11723/task/11726/stat : 11726 (java) S 11721 11723 11308 0 -1 64 65970 0 0 0 892 28 0 0 16 0 12 0 1998265453 843649024 175571 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11723/tid=11727] ppid=11721 vsize=823876 CPUtime=9.45
/proc/11723/task/11727/stat : 11727 (java) S 11721 11723 11308 0 -1 64 68180 0 0 0 920 25 0 0 16 0 12 0 1998265453 843649024 175571 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11723/tid=11728] ppid=11721 vsize=823876 CPUtime=92.98
/proc/11723/task/11728/stat : 11728 (java) R 11721 11723 11308 0 -1 64 99328 0 0 0 9258 40 0 0 25 0 12 0 1998265455 843649024 175571 996147200 134512640 134550740 4294956016 18446744073709551615 104136420 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11723/tid=11729] ppid=11721 vsize=823876 CPUtime=0
/proc/11723/task/11729/stat : 11729 (java) S 11721 11723 11308 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 1998265456 843649024 175571 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11723/tid=11730] ppid=11721 vsize=823876 CPUtime=0
/proc/11723/task/11730/stat : 11730 (java) S 11721 11723 11308 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1998265456 843649024 175571 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11723/tid=11731] ppid=11721 vsize=823876 CPUtime=0
/proc/11723/task/11731/stat : 11731 (java) S 11721 11723 11308 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1998265460 843649024 175571 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11723/tid=11732] ppid=11721 vsize=823876 CPUtime=0.91
/proc/11723/task/11732/stat : 11732 (java) S 11721 11723 11308 0 -1 64 3332 0 0 0 90 1 0 0 16 0 12 0 1998265460 843649024 175571 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11723/tid=11733] ppid=11721 vsize=823876 CPUtime=0.78
/proc/11723/task/11733/stat : 11733 (java) S 11721 11723 11308 0 -1 64 3800 0 0 0 77 1 0 0 16 0 12 0 1998265460 843649024 175571 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11723/tid=11734] ppid=11721 vsize=823876 CPUtime=0
/proc/11723/task/11734/stat : 11734 (java) S 11721 11723 11308 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1998265460 843649024 175571 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11723/tid=11735] ppid=11721 vsize=823876 CPUtime=0
/proc/11723/task/11735/stat : 11735 (java) S 11721 11723 11308 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1998265460 843649024 175571 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 147.04
Current children cumulated vsize (KiB) 823876

[startup+145.504 s]
/proc/loadavg: 2.08 2.11 2.00 3/92 11735
/proc/meminfo: memFree=1037336/2055920 swapFree=4179968/4192956
[pid=11723] ppid=11721 vsize=823876 CPUtime=148.64
/proc/11723/stat : 11723 (java) S 11721 11723 11308 0 -1 0 277209 0 1 0 14750 114 0 0 18 0 12 0 1998265451 843649024 175572 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11723/statm: 205969 175572 1390 9 0 203331 0
[pid=11723/tid=11725] ppid=11721 vsize=823876 CPUtime=33.65
/proc/11723/task/11725/stat : 11725 (java) S 11721 11723 11308 0 -1 64 35839 0 1 0 3349 16 0 0 17 0 12 0 1998265452 843649024 175572 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11723/tid=11726] ppid=11721 vsize=823876 CPUtime=9.2
/proc/11723/task/11726/stat : 11726 (java) S 11721 11723 11308 0 -1 64 65970 0 0 0 892 28 0 0 16 0 12 0 1998265453 843649024 175572 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11723/tid=11727] ppid=11721 vsize=823876 CPUtime=9.45
/proc/11723/task/11727/stat : 11727 (java) S 11721 11723 11308 0 -1 64 68180 0 0 0 920 25 0 0 16 0 12 0 1998265453 843649024 175572 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11723/tid=11728] ppid=11721 vsize=823876 CPUtime=94.59
/proc/11723/task/11728/stat : 11728 (java) R 11721 11723 11308 0 -1 64 99328 0 0 0 9419 40 0 0 25 0 12 0 1998265455 843649024 175572 996147200 134512640 134550740 4294956016 18446744073709551615 106122246 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11723/tid=11729] ppid=11721 vsize=823876 CPUtime=0
/proc/11723/task/11729/stat : 11729 (java) S 11721 11723 11308 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 1998265456 843649024 175572 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11723/tid=11730] ppid=11721 vsize=823876 CPUtime=0
/proc/11723/task/11730/stat : 11730 (java) S 11721 11723 11308 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1998265456 843649024 175572 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11723/tid=11731] ppid=11721 vsize=823876 CPUtime=0
/proc/11723/task/11731/stat : 11731 (java) S 11721 11723 11308 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1998265460 843649024 175572 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11723/tid=11732] ppid=11721 vsize=823876 CPUtime=0.91
/proc/11723/task/11732/stat : 11732 (java) S 11721 11723 11308 0 -1 64 3332 0 0 0 90 1 0 0 16 0 12 0 1998265460 843649024 175572 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11723/tid=11733] ppid=11721 vsize=823876 CPUtime=0.78
/proc/11723/task/11733/stat : 11733 (java) S 11721 11723 11308 0 -1 64 3800 0 0 0 77 1 0 0 16 0 12 0 1998265460 843649024 175572 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11723/tid=11734] ppid=11721 vsize=823876 CPUtime=0
/proc/11723/task/11734/stat : 11734 (java) S 11721 11723 11308 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1998265460 843649024 175572 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11723/tid=11735] ppid=11721 vsize=823876 CPUtime=0
/proc/11723/task/11735/stat : 11735 (java) S 11721 11723 11308 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1998265460 843649024 175572 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 148.64
Current children cumulated vsize (KiB) 823876

[startup+146.306 s]
/proc/loadavg: 2.08 2.11 2.00 3/92 11735
/proc/meminfo: memFree=1037336/2055920 swapFree=4179968/4192956
[pid=11723] ppid=11721 vsize=823876 CPUtime=149.45
/proc/11723/stat : 11723 (java) S 11721 11723 11308 0 -1 0 277209 0 1 0 14831 114 0 0 18 0 12 0 1998265451 843649024 175572 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11723/statm: 205969 175572 1390 9 0 203331 0
[pid=11723/tid=11725] ppid=11721 vsize=823876 CPUtime=33.65
/proc/11723/task/11725/stat : 11725 (java) S 11721 11723 11308 0 -1 64 35839 0 1 0 3349 16 0 0 17 0 12 0 1998265452 843649024 175572 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11723/tid=11726] ppid=11721 vsize=823876 CPUtime=9.2
/proc/11723/task/11726/stat : 11726 (java) S 11721 11723 11308 0 -1 64 65970 0 0 0 892 28 0 0 16 0 12 0 1998265453 843649024 175572 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11723/tid=11727] ppid=11721 vsize=823876 CPUtime=9.45
/proc/11723/task/11727/stat : 11727 (java) S 11721 11723 11308 0 -1 64 68180 0 0 0 920 25 0 0 16 0 12 0 1998265453 843649024 175572 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11723/tid=11728] ppid=11721 vsize=823876 CPUtime=95.39
/proc/11723/task/11728/stat : 11728 (java) R 11721 11723 11308 0 -1 64 99328 0 0 0 9499 40 0 0 25 0 12 0 1998265455 843649024 175572 996147200 134512640 134550740 4294956016 18446744073709551615 106123392 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11723/tid=11729] ppid=11721 vsize=823876 CPUtime=0
/proc/11723/task/11729/stat : 11729 (java) S 11721 11723 11308 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 1998265456 843649024 175572 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11723/tid=11730] ppid=11721 vsize=823876 CPUtime=0
/proc/11723/task/11730/stat : 11730 (java) S 11721 11723 11308 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1998265456 843649024 175572 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11723/tid=11731] ppid=11721 vsize=823876 CPUtime=0
/proc/11723/task/11731/stat : 11731 (java) S 11721 11723 11308 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1998265460 843649024 175572 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11723/tid=11732] ppid=11721 vsize=823876 CPUtime=0.91
/proc/11723/task/11732/stat : 11732 (java) S 11721 11723 11308 0 -1 64 3332 0 0 0 90 1 0 0 16 0 12 0 1998265460 843649024 175572 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11723/tid=11733] ppid=11721 vsize=823876 CPUtime=0.78
/proc/11723/task/11733/stat : 11733 (java) S 11721 11723 11308 0 -1 64 3800 0 0 0 77 1 0 0 16 0 12 0 1998265460 843649024 175572 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11723/tid=11734] ppid=11721 vsize=823876 CPUtime=0
/proc/11723/task/11734/stat : 11734 (java) S 11721 11723 11308 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1998265460 843649024 175572 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11723/tid=11735] ppid=11721 vsize=823876 CPUtime=0
/proc/11723/task/11735/stat : 11735 (java) S 11721 11723 11308 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1998265460 843649024 175572 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 149.45
Current children cumulated vsize (KiB) 823876

[startup+147.103 s]
/proc/loadavg: 2.08 2.11 2.00 3/92 11735
/proc/meminfo: memFree=1037336/2055920 swapFree=4179968/4192956
[pid=11723] ppid=11721 vsize=823876 CPUtime=150.24
/proc/11723/stat : 11723 (java) S 11721 11723 11308 0 -1 0 277209 0 1 0 14910 114 0 0 18 0 12 0 1998265451 843649024 175572 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11723/statm: 205969 175572 1390 9 0 203331 0
[pid=11723/tid=11725] ppid=11721 vsize=823876 CPUtime=33.65
/proc/11723/task/11725/stat : 11725 (java) S 11721 11723 11308 0 -1 64 35839 0 1 0 3349 16 0 0 17 0 12 0 1998265452 843649024 175572 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11723/tid=11726] ppid=11721 vsize=823876 CPUtime=9.2
/proc/11723/task/11726/stat : 11726 (java) S 11721 11723 11308 0 -1 64 65970 0 0 0 892 28 0 0 16 0 12 0 1998265453 843649024 175572 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11723/tid=11727] ppid=11721 vsize=823876 CPUtime=9.45
/proc/11723/task/11727/stat : 11727 (java) S 11721 11723 11308 0 -1 64 68180 0 0 0 920 25 0 0 16 0 12 0 1998265453 843649024 175572 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11723/tid=11728] ppid=11721 vsize=823876 CPUtime=96.18
/proc/11723/task/11728/stat : 11728 (java) R 11721 11723 11308 0 -1 64 99328 0 0 0 9578 40 0 0 25 0 12 0 1998265455 843649024 175572 996147200 134512640 134550740 4294956016 18446744073709551615 106123680 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11723/tid=11729] ppid=11721 vsize=823876 CPUtime=0
/proc/11723/task/11729/stat : 11729 (java) S 11721 11723 11308 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 1998265456 843649024 175572 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11723/tid=11730] ppid=11721 vsize=823876 CPUtime=0
/proc/11723/task/11730/stat : 11730 (java) S 11721 11723 11308 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1998265456 843649024 175572 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11723/tid=11731] ppid=11721 vsize=823876 CPUtime=0
/proc/11723/task/11731/stat : 11731 (java) S 11721 11723 11308 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1998265460 843649024 175572 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11723/tid=11732] ppid=11721 vsize=823876 CPUtime=0.91
/proc/11723/task/11732/stat : 11732 (java) S 11721 11723 11308 0 -1 64 3332 0 0 0 90 1 0 0 16 0 12 0 1998265460 843649024 175572 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11723/tid=11733] ppid=11721 vsize=823876 CPUtime=0.78
/proc/11723/task/11733/stat : 11733 (java) S 11721 11723 11308 0 -1 64 3800 0 0 0 77 1 0 0 16 0 12 0 1998265460 843649024 175572 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11723/tid=11734] ppid=11721 vsize=823876 CPUtime=0
/proc/11723/task/11734/stat : 11734 (java) S 11721 11723 11308 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1998265460 843649024 175572 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11723/tid=11735] ppid=11721 vsize=823876 CPUtime=0
/proc/11723/task/11735/stat : 11735 (java) S 11721 11723 11308 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1998265460 843649024 175572 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 150.24
Current children cumulated vsize (KiB) 823876

[startup+147.503 s]
/proc/loadavg: 2.08 2.11 2.00 3/92 11735
/proc/meminfo: memFree=1037336/2055920 swapFree=4179968/4192956
[pid=11723] ppid=11721 vsize=824200 CPUtime=150.6
/proc/11723/stat : 11723 (java) S 11721 11723 11308 0 -1 0 277220 0 1 0 14946 114 0 0 18 0 12 0 1998265451 843980800 175582 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11723/statm: 206050 175582 1391 9 0 203412 0
[pid=11723/tid=11725] ppid=11721 vsize=824200 CPUtime=33.66
/proc/11723/task/11725/stat : 11725 (java) S 11721 11723 11308 0 -1 64 35844 0 1 0 3350 16 0 0 17 0 12 0 1998265452 843980800 175582 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11723/tid=11726] ppid=11721 vsize=824200 CPUtime=9.2
/proc/11723/task/11726/stat : 11726 (java) S 11721 11723 11308 0 -1 64 65970 0 0 0 892 28 0 0 16 0 12 0 1998265453 843980800 175582 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11723/tid=11727] ppid=11721 vsize=824200 CPUtime=9.45
/proc/11723/task/11727/stat : 11727 (java) S 11721 11723 11308 0 -1 64 68180 0 0 0 920 25 0 0 16 0 12 0 1998265453 843980800 175582 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11723/tid=11728] ppid=11721 vsize=824200 CPUtime=96.54
/proc/11723/task/11728/stat : 11728 (java) S 11721 11723 11308 0 -1 64 99328 0 0 0 9614 40 0 0 25 0 12 0 1998265455 843980800 175582 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11723/tid=11729] ppid=11721 vsize=824200 CPUtime=0
/proc/11723/task/11729/stat : 11729 (java) S 11721 11723 11308 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 1998265456 843980800 175582 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11723/tid=11730] ppid=11721 vsize=824200 CPUtime=0
/proc/11723/task/11730/stat : 11730 (java) S 11721 11723 11308 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1998265456 843980800 175582 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11723/tid=11731] ppid=11721 vsize=824200 CPUtime=0
/proc/11723/task/11731/stat : 11731 (java) S 11721 11723 11308 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1998265460 843980800 175582 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11723/tid=11732] ppid=11721 vsize=824200 CPUtime=0.91
/proc/11723/task/11732/stat : 11732 (java) S 11721 11723 11308 0 -1 64 3332 0 0 0 90 1 0 0 16 0 12 0 1998265460 843980800 175582 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11723/tid=11733] ppid=11721 vsize=824200 CPUtime=0.78
/proc/11723/task/11733/stat : 11733 (java) S 11721 11723 11308 0 -1 64 3800 0 0 0 77 1 0 0 16 0 12 0 1998265460 843980800 175582 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11723/tid=11734] ppid=11721 vsize=824200 CPUtime=0
/proc/11723/task/11734/stat : 11734 (java) S 11721 11723 11308 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1998265460 843980800 175582 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11723/tid=11735] ppid=11721 vsize=824200 CPUtime=0
/proc/11723/task/11735/stat : 11735 (java) S 11721 11723 11308 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1998265460 843980800 175582 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 150.6
Current children cumulated vsize (KiB) 824200

[startup+147.603 s]
/proc/loadavg: 2.08 2.11 2.00 3/92 11735
/proc/meminfo: memFree=1037336/2055920 swapFree=4179968/4192956
[pid=11723] ppid=11721 vsize=0 CPUtime=150.69
/proc/11723/stat : 11723 (java) Z 11721 11723 11308 0 -1 12 277223 0 1 0 14946 123 0 0 16 0 2 0 1998265451 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11723/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 150.69
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 147.612
CPU time (s): 150.714
CPU user time (s): 149.466
CPU system time (s): 1.24781
CPU usage (%): 102.101
Max. virtual memory (cumulated for all children) (KiB): 919884

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 149.466
system time used= 1.24781
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 277223
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= 4463
involuntary context switches= 6592

runsolver used 0.237963 second user time and 0.562914 second system time

The end

Launcher Data (download as text)

Begin job on node11 at 2008-07-04 19:35:06
IDJOB=1077499
IDBENCH=56680
IDSOLVER=344
FILE ID=node11/1077499-1215192906
PBS_JOBID= 7881640
Free space on /tmp= 66548 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= dd73b653e941c848140715c0efeb13bc
RANDOM SEED=1210773548

node11.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.224
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.224
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:       1737240 kB
Buffers:         52404 kB
Cached:         124500 kB
SwapCached:       7036 kB
Active:         196148 kB
Inactive:        67824 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1737240 kB
SwapTotal:     4192956 kB
SwapFree:      4179968 kB
Dirty:            1112 kB
Writeback:           0 kB
Mapped:          85228 kB
Slab:            39772 kB
Committed_AS:  4052212 kB
PageTables:       1988 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= 66544 MiB
End job on node11 at 2008-07-04 19:37:34