Trace number 2083197

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 2.1.1? 398.988 402.685

General information on the benchmark

Namecsp/fapp/fapp12/
normalized-fapp12-1500-9.xml
MD5SUMa935103af39bd284c54c6d98a149f42a
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 benchmark315.042
Satisfiable
(Un)Satisfiability was proved
Number of variables1500
Number of constraints25409
Maximum constraint arity2
Maximum domain size310
Number of constraints which are defined in extension0
Number of constraints which are defined in intension25409
Global constraints used (with number of constraints)

Solver Data

0.14/0.40	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.14/0.40	c This is free software under the dual EPL/GNU LGPL licenses.
0.14/0.40	c See www.sat4j.org for details.
0.14/0.40	c That software uses the Rhino library from the Mozilla project.
0.14/0.42	c version 2.1.1.v20090622
0.14/0.42	c sun.arch.data.model	32
0.14/0.42	c java.version	1.6.0_12
0.14/0.42	c os.name	Linux
0.14/0.42	c os.version	2.6.9-22.EL.rootsmp
0.14/0.42	c os.arch	i386
0.14/0.42	c Free memory 671000808
0.14/0.42	c Max memory 672137216
0.14/0.42	c Total memory 672137216
0.14/0.42	c Number of processors 2
0.24/0.51	c c --- Begin Solver configuration ---
0.24/0.51	c Stops conflict analysis at the first Unique Implication Point
0.24/0.51	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@1f14ceb
0.24/0.51	c Learn all clauses as in MiniSAT
0.24/0.51	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.24/0.51	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.24/0.51	c Expensive reason simplification
0.24/0.51	c MiniSAT restarts strategy
0.24/0.51	c Memory based learned constraints deletion strategy
0.24/0.51	c timeout=2147483s
0.24/0.51	c DB Simplification allowed=false
0.24/0.51	c --- End Solver configuration ---
0.24/0.51	c solving HOME/instance-2083197-1247376866.xml
0.24/0.51	c reading problem ... 
0.43/0.78	c reading problem named null
0.43/0.78	c reading domains done.
0.72/1.04	c reading variables done.
2.04/2.33	c reading predicates  done.
2.24/2.63	c reading constraints
398.83/402.23	Exception in thread "main" java.lang.OutOfMemoryError: GC overhead limit exceeded
398.86/402.32		at org.mozilla.javascript.gen.c3._c0(rhino.log:1)
398.86/402.32		at org.mozilla.javascript.gen.c3.call(rhino.log)
398.86/402.32		at org.mozilla.javascript.ContextFactory.doTopCall(ContextFactory.java:398)
398.86/402.32		at org.mozilla.javascript.ScriptRuntime.doTopCall(ScriptRuntime.java:3065)
398.86/402.32		at org.mozilla.javascript.gen.c3.call(rhino.log)
398.86/402.32		at org.mozilla.javascript.gen.c3.exec(rhino.log)
398.86/402.32		at org.sat4j.csp.Predicate.evaluate(Unknown Source)
398.86/402.32		at org.sat4j.csp.Predicate.find(Unknown Source)
398.86/402.32		at org.sat4j.csp.Predicate.find(Unknown Source)
398.86/402.32		at org.sat4j.csp.Predicate.find(Unknown Source)
398.86/402.32		at org.sat4j.csp.Predicate.toClause(Unknown Source)
398.86/402.32		at org.sat4j.reader.CSPReader.endConstraint(Unknown Source)
398.86/402.32		at org.sat4j.csp.xml.Constraint.endElement(Unknown Source)
398.86/402.32		at org.sat4j.csp.xml.InstanceParser.endElement(Unknown Source)
398.86/402.32		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endElement(Unknown Source)
398.86/402.32		at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.endElement(Unknown Source)
398.86/402.32		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanEndElement(Unknown Source)
398.86/402.32		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(Unknown Source)
398.86/402.32		at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(Unknown Source)
398.86/402.32		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
398.86/402.32		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
398.86/402.32		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
398.86/402.32		at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(Unknown Source)
398.86/402.32		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(Unknown Source)
398.86/402.32		at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown Source)
398.86/402.32		at org.sat4j.csp.xml.CspXmlParser.parse(Unknown Source)
398.86/402.32		at org.sat4j.reader.XMLCSPReader.parseInstance(Unknown Source)
398.86/402.32		at org.sat4j.AbstractLauncher.readProblem(Unknown Source)
398.86/402.32		at org.sat4j.AbstractLauncher.run(Unknown Source)
398.86/402.32		at org.sat4j.csp.CSPLauncher.main(Unknown Source)
398.86/402.32	c starts		: 0
398.86/402.32	c conflicts		: 0
398.86/402.32	c decisions		: 0
398.86/402.32	c propagations		: 0
398.86/402.32	c inspects		: 0
398.86/402.32	c learnt literals	: 0
398.86/402.32	c learnt binary clauses	: 0
398.86/402.32	c learnt ternary clauses	: 0
398.86/402.32	c learnt clauses	: 0
398.86/402.32	c ignored clauses	: 0
398.86/402.32	c root simplifications	: 0
398.86/402.32	c removed literals (reason simplification)	: 0
398.86/402.32	c reason swapping (by a shorter reason)	: 0
398.86/402.32	c Calls to reduceDB	: 0
398.86/402.32	c speed (assignments/second)	: 0.0
398.86/402.32	c non guided choices	0
398.86/402.51	c learnt constraints type 
398.86/402.51	c constraints type 
398.86/402.51	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 524978
398.86/402.51	c org.sat4j.minisat.constraints.card.AtLeast => 1500
398.86/402.51	s UNKNOWN
398.86/402.51	c Total wall clock time (in seconds) : 401.724

Verifier Data

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: UNKNOWN

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2083197-1247376866/watcher-2083197-1247376866 -o /tmp/evaluation-result-2083197-1247376866/solver-2083197-1247376866 -C 1800 -W 2000 -M 900 java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2083197-1247376866.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): 2000 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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.29 2.20 2.09 4/82 23279
/proc/meminfo: memFree=125800/2055920 swapFree=4192812/4192956
[pid=23279] ppid=23277 vsize=18576 CPUtime=0
/proc/23279/stat : 23279 (runsolver) R 23277 23279 22161 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 24752862 19021824 284 996147200 4194304 4302564 548682068448 18446744073709551615 233588714791 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/23279/statm: 4644 284 249 26 0 2626 0

[startup+0.101501 s]
/proc/loadavg: 2.29 2.20 2.09 4/82 23279
/proc/meminfo: memFree=125800/2055920 swapFree=4192812/4192956
[pid=23279] ppid=23277 vsize=12788 CPUtime=0
/proc/23279/stat : 23279 (java) D 23277 23279 22161 0 -1 0 356 0 1 0 0 0 0 0 18 0 1 0 24752862 13094912 165 996147200 134512640 134550932 4294956016 18446744073709551615 10687396 0 0 4096 0 18446744071563608240 0 0 17 0 0 0
/proc/23279/statm: 3197 165 127 9 0 1104 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12788

[startup+0.20152 s]
/proc/loadavg: 2.29 2.20 2.09 4/82 23279
/proc/meminfo: memFree=125800/2055920 swapFree=4192812/4192956
[pid=23279] ppid=23277 vsize=13372 CPUtime=0.02
/proc/23279/stat : 23279 (java) S 23277 23279 22161 0 -1 0 776 0 28 0 0 2 0 0 18 0 2 0 24752862 13692928 585 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/23279/statm: 3343 585 267 9 0 1198 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 13372

[startup+0.30154 s]
/proc/loadavg: 2.29 2.20 2.09 4/82 23279
/proc/meminfo: memFree=125800/2055920 swapFree=4192812/4192956
[pid=23279] ppid=23277 vsize=802032 CPUtime=0.05
/proc/23279/stat : 23279 (java) S 23277 23279 22161 0 -1 0 2540 0 29 0 2 3 0 0 18 0 7 0 24752862 821280768 2313 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/23279/statm: 200508 2313 1001 9 0 197859 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 802032

[startup+0.701611 s]
/proc/loadavg: 2.29 2.20 2.09 4/82 23279
/proc/meminfo: memFree=125800/2055920 swapFree=4192812/4192956
[pid=23279] ppid=23277 vsize=807192 CPUtime=0.43
/proc/23279/stat : 23279 (java) S 23277 23279 22161 0 -1 0 5078 0 29 0 36 7 0 0 18 0 12 0 24752862 826564608 4636 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23279/statm: 201798 4636 1382 9 0 199125 0
Current children cumulated CPU time (s) 0.43
Current children cumulated vsize (KiB) 807192

[startup+1.50276 s]
/proc/loadavg: 2.29 2.20 2.09 4/94 23291
/proc/meminfo: memFree=97864/2055920 swapFree=4192812/4192956
[pid=23279] ppid=23277 vsize=808476 CPUtime=1.23
/proc/23279/stat : 23279 (java) S 23277 23279 22161 0 -1 0 8898 0 29 0 114 9 0 0 18 0 12 0 24752862 827879424 7942 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23279/statm: 202119 7942 1399 9 0 199446 0
[pid=23279/tid=23281] ppid=23277 vsize=808476 CPUtime=0.62
/proc/23279/task/23281/stat : 23281 (java) R 23277 23279 22161 0 -1 64 6211 0 1 0 57 5 0 0 25 0 12 0 24752881 827879424 7942 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23279/tid=23282] ppid=23277 vsize=808476 CPUtime=0
/proc/23279/task/23282/stat : 23282 (java) S 23277 23279 22161 0 -1 64 3 0 0 0 0 0 0 0 19 0 12 0 24752890 827879424 7942 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23279/tid=23283] ppid=23277 vsize=808476 CPUtime=0
/proc/23279/task/23283/stat : 23283 (java) S 23277 23279 22161 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 24752890 827879424 7942 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23279/tid=23284] ppid=23277 vsize=808476 CPUtime=0
/proc/23279/task/23284/stat : 23284 (java) S 23277 23279 22161 0 -1 64 3 0 0 0 0 0 0 0 17 0 12 0 24752892 827879424 7942 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23279/tid=23285] ppid=23277 vsize=808476 CPUtime=0
/proc/23279/task/23285/stat : 23285 (java) S 23277 23279 22161 0 -1 64 10 0 0 0 0 0 0 0 22 0 12 0 24752892 827879424 7942 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23279/tid=23286] ppid=23277 vsize=808476 CPUtime=0
/proc/23279/task/23286/stat : 23286 (java) S 23277 23279 22161 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 24752892 827879424 7942 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23279/tid=23287] ppid=23277 vsize=808476 CPUtime=0
/proc/23279/task/23287/stat : 23287 (java) S 23277 23279 22161 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 24752898 827879424 7942 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23279/tid=23288] ppid=23277 vsize=808476 CPUtime=0
/proc/23279/task/23288/stat : 23288 (java) S 23277 23279 22161 0 -1 64 13 0 0 0 0 0 0 0 24 0 12 0 24752898 827879424 7942 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23279/tid=23289] ppid=23277 vsize=808476 CPUtime=0.56
/proc/23279/task/23289/stat : 23289 (java) R 23277 23279 22161 0 -1 64 1957 0 0 0 56 0 0 0 16 0 12 0 24752898 827879424 7942 996147200 134512640 134550932 4294956016 18446744073709551615 105874795 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23279/tid=23290] ppid=23277 vsize=808476 CPUtime=0
/proc/23279/task/23290/stat : 23290 (java) S 23277 23279 22161 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 24752898 827879424 7942 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23279/tid=23291] ppid=23277 vsize=808476 CPUtime=0
/proc/23279/task/23291/stat : 23291 (java) S 23277 23279 22161 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 24752898 827879424 7942 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.23
Current children cumulated vsize (KiB) 808476

[startup+3.10105 s]
/proc/loadavg: 2.29 2.20 2.09 5/94 23291
/proc/meminfo: memFree=15816/2055920 swapFree=4192812/4192956
[pid=23279] ppid=23277 vsize=810188 CPUtime=2.74
/proc/23279/stat : 23279 (java) S 23277 23279 22161 0 -1 0 33920 0 29 0 254 20 0 0 18 0 12 0 24752862 829632512 31944 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23279/statm: 202547 31944 1435 9 0 199874 0
[pid=23279/tid=23281] ppid=23277 vsize=810188 CPUtime=1.24
/proc/23279/task/23281/stat : 23281 (java) R 23277 23279 22161 0 -1 64 17246 0 1 0 113 11 0 0 25 0 12 0 24752881 829632512 31944 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23279/tid=23282] ppid=23277 vsize=810188 CPUtime=0.22
/proc/23279/task/23282/stat : 23282 (java) S 23277 23279 22161 0 -1 64 6464 0 0 0 20 2 0 0 19 0 12 0 24752890 829632512 31944 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23279/tid=23283] ppid=23277 vsize=810188 CPUtime=0.16
/proc/23279/task/23283/stat : 23283 (java) S 23277 23279 22161 0 -1 64 6348 0 0 0 14 2 0 0 18 0 12 0 24752890 829632512 31944 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23279/tid=23284] ppid=23277 vsize=810188 CPUtime=0
/proc/23279/task/23284/stat : 23284 (java) S 23277 23279 22161 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 24752892 829632512 31944 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23279/tid=23285] ppid=23277 vsize=810188 CPUtime=0
/proc/23279/task/23285/stat : 23285 (java) S 23277 23279 22161 0 -1 64 10 0 0 0 0 0 0 0 22 0 12 0 24752892 829632512 31944 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23279/tid=23286] ppid=23277 vsize=810188 CPUtime=0
/proc/23279/task/23286/stat : 23286 (java) S 23277 23279 22161 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 24752892 829632512 31944 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23279/tid=23287] ppid=23277 vsize=810188 CPUtime=0
/proc/23279/task/23287/stat : 23287 (java) S 23277 23279 22161 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 24752898 829632512 31944 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23279/tid=23288] ppid=23277 vsize=810188 CPUtime=0
/proc/23279/task/23288/stat : 23288 (java) S 23277 23279 22161 0 -1 64 13 0 0 0 0 0 0 0 24 0 12 0 24752898 829632512 31944 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23279/tid=23289] ppid=23277 vsize=810188 CPUtime=1.06
/proc/23279/task/23289/stat : 23289 (java) R 23277 23279 22161 0 -1 64 3131 0 0 0 105 1 0 0 18 0 12 0 24752898 829632512 31944 996147200 134512640 134550932 4294956016 18446744073709551615 104164032 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23279/tid=23290] ppid=23277 vsize=810188 CPUtime=0
/proc/23279/task/23290/stat : 23290 (java) S 23277 23279 22161 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 24752898 829632512 31944 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23279/tid=23291] ppid=23277 vsize=810188 CPUtime=0
/proc/23279/task/23291/stat : 23291 (java) S 23277 23279 22161 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 24752898 829632512 31944 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.74
Current children cumulated vsize (KiB) 810188

[startup+6.30262 s]
/proc/loadavg: 2.35 2.22 2.09 3/94 23291
/proc/meminfo: memFree=15496/2055920 swapFree=4192812/4192956
[pid=23279] ppid=23277 vsize=811176 CPUtime=6.04
/proc/23279/stat : 23279 (java) S 23277 23279 22161 0 -1 0 44723 0 29 0 579 25 0 0 18 0 12 0 24752862 830644224 41758 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23279/statm: 202794 41758 1440 9 0 200121 0
[pid=23279/tid=23281] ppid=23277 vsize=811176 CPUtime=3.53
/proc/23279/task/23281/stat : 23281 (java) R 23277 23279 22161 0 -1 64 17257 0 1 0 342 11 0 0 25 0 12 0 24752881 830644224 41758 996147200 134512640 134550932 4294956016 18446744073709551615 4109765343 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23279/tid=23282] ppid=23277 vsize=811176 CPUtime=0.47
/proc/23279/task/23282/stat : 23282 (java) S 23277 23279 22161 0 -1 64 9534 0 0 0 43 4 0 0 16 0 12 0 24752890 830644224 41758 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23279/tid=23283] ppid=23277 vsize=811176 CPUtime=0.43
/proc/23279/task/23283/stat : 23283 (java) S 23277 23279 22161 0 -1 64 13959 0 0 0 39 4 0 0 16 0 12 0 24752890 830644224 41758 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23279/tid=23284] ppid=23277 vsize=811176 CPUtime=0
/proc/23279/task/23284/stat : 23284 (java) S 23277 23279 22161 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 24752892 830644224 41758 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23279/tid=23285] ppid=23277 vsize=811176 CPUtime=0
/proc/23279/task/23285/stat : 23285 (java) S 23277 23279 22161 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 24752892 830644224 41758 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23279/tid=23286] ppid=23277 vsize=811176 CPUtime=0
/proc/23279/task/23286/stat : 23286 (java) S 23277 23279 22161 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 24752892 830644224 41758 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23279/tid=23287] ppid=23277 vsize=811176 CPUtime=0
/proc/23279/task/23287/stat : 23287 (java) S 23277 23279 22161 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 24752898 830644224 41758 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23279/tid=23288] ppid=23277 vsize=811176 CPUtime=0
/proc/23279/task/23288/stat : 23288 (java) S 23277 23279 22161 0 -1 64 13 0 0 0 0 0 0 0 24 0 12 0 24752898 830644224 41758 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23279/tid=23289] ppid=23277 vsize=811176 CPUtime=1.54
/proc/23279/task/23289/stat : 23289 (java) S 23277 23279 22161 0 -1 64 3236 0 0 0 153 1 0 0 16 0 12 0 24752898 830644224 41758 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23279/tid=23290] ppid=23277 vsize=811176 CPUtime=0
/proc/23279/task/23290/stat : 23290 (java) S 23277 23279 22161 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 24752898 830644224 41758 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23279/tid=23291] ppid=23277 vsize=811176 CPUtime=0
/proc/23279/task/23291/stat : 23291 (java) S 23277 23279 22161 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 24752898 830644224 41758 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.04
Current children cumulated vsize (KiB) 811176

[startup+12.7018 s]
/proc/loadavg: 2.56 2.26 2.11 3/94 23291
/proc/meminfo: memFree=16008/2055920 swapFree=4192812/4192956
[pid=23279] ppid=23277 vsize=810568 CPUtime=12.38
/proc/23279/stat : 23279 (java) S 23277 23279 22161 0 -1 0 50752 0 29 0 1210 28 0 0 18 0 12 0 24752862 830021632 47616 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23279/statm: 202642 47616 1440 9 0 199969 0
[pid=23279/tid=23281] ppid=23277 vsize=810568 CPUtime=9.44
/proc/23279/task/23281/stat : 23281 (java) R 23277 23279 22161 0 -1 64 17278 0 1 0 932 12 0 0 25 0 12 0 24752881 830021632 47616 996147200 134512640 134550932 4294956016 18446744073709551615 4109810064 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23279/tid=23282] ppid=23277 vsize=810568 CPUtime=0.67
/proc/23279/task/23282/stat : 23282 (java) S 23277 23279 22161 0 -1 64 13456 0 0 0 62 5 0 0 16 0 12 0 24752890 830021632 47616 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23279/tid=23283] ppid=23277 vsize=810568 CPUtime=0.55
/proc/23279/task/23283/stat : 23283 (java) S 23277 23279 22161 0 -1 64 16038 0 0 0 50 5 0 0 16 0 12 0 24752890 830021632 47616 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23279/tid=23284] ppid=23277 vsize=810568 CPUtime=0
/proc/23279/task/23284/stat : 23284 (java) S 23277 23279 22161 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 24752892 830021632 47616 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23279/tid=23285] ppid=23277 vsize=810568 CPUtime=0
/proc/23279/task/23285/stat : 23285 (java) S 23277 23279 22161 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 24752892 830021632 47616 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23279/tid=23286] ppid=23277 vsize=810568 CPUtime=0
/proc/23279/task/23286/stat : 23286 (java) S 23277 23279 22161 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 24752892 830021632 47616 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23279/tid=23287] ppid=23277 vsize=810568 CPUtime=0
/proc/23279/task/23287/stat : 23287 (java) S 23277 23279 22161 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 24752898 830021632 47616 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23279/tid=23288] ppid=23277 vsize=810568 CPUtime=0
/proc/23279/task/23288/stat : 23288 (java) S 23277 23279 22161 0 -1 64 13 0 0 0 0 0 0 0 24 0 12 0 24752898 830021632 47616 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23279/tid=23289] ppid=23277 vsize=810568 CPUtime=1.65
/proc/23279/task/23289/stat : 23289 (java) S 23277 23279 22161 0 -1 64 3243 0 0 0 164 1 0 0 16 0 12 0 24752898 830021632 47616 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23279/tid=23290] ppid=23277 vsize=810568 CPUtime=0
/proc/23279/task/23290/stat : 23290 (java) S 23277 23279 22161 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 24752898 830021632 47616 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23279/tid=23291] ppid=23277 vsize=810568 CPUtime=0
/proc/23279/task/23291/stat : 23291 (java) S 23277 23279 22161 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 24752898 830021632 47616 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.38
Current children cumulated vsize (KiB) 810568

[startup+25.5021 s]
/proc/loadavg: 2.66 2.30 2.12 3/94 23291
/proc/meminfo: memFree=16072/2055920 swapFree=4192812/4192956
[pid=23279] ppid=23277 vsize=810568 CPUtime=25.08
/proc/23279/stat : 23279 (java) S 23277 23279 22161 0 -1 0 57115 0 29 0 2475 33 0 0 18 0 12 0 24752862 830021632 53956 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23279/statm: 202642 53956 1440 9 0 199969 0
[pid=23279/tid=23281] ppid=23277 vsize=810568 CPUtime=21.88
/proc/23279/task/23281/stat : 23281 (java) R 23277 23279 22161 0 -1 64 17303 0 1 0 2175 13 0 0 25 0 12 0 24752881 830021632 53956 996147200 134512640 134550932 4294956016 18446744073709551615 4109764551 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23279/tid=23282] ppid=23277 vsize=810568 CPUtime=0.76
/proc/23279/task/23282/stat : 23282 (java) S 23277 23279 22161 0 -1 64 16601 0 0 0 70 6 0 0 16 0 12 0 24752890 830021632 53956 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23279/tid=23283] ppid=23277 vsize=810568 CPUtime=0.67
/proc/23279/task/23283/stat : 23283 (java) S 23277 23279 22161 0 -1 64 19231 0 0 0 59 8 0 0 15 0 12 0 24752890 830021632 53956 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23279/tid=23284] ppid=23277 vsize=810568 CPUtime=0
/proc/23279/task/23284/stat : 23284 (java) S 23277 23279 22161 0 -1 64 10 0 0 0 0 0 0 0 15 0 12 0 24752892 830021632 53956 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23279/tid=23285] ppid=23277 vsize=810568 CPUtime=0
/proc/23279/task/23285/stat : 23285 (java) S 23277 23279 22161 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 24752892 830021632 53956 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23279/tid=23286] ppid=23277 vsize=810568 CPUtime=0
/proc/23279/task/23286/stat : 23286 (java) S 23277 23279 22161 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 24752892 830021632 53956 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23279/tid=23287] ppid=23277 vsize=810568 CPUtime=0
/proc/23279/task/23287/stat : 23287 (java) S 23277 23279 22161 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 24752898 830021632 53956 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23279/tid=23288] ppid=23277 vsize=810568 CPUtime=0

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

[pid=23279/tid=23291] ppid=23277 vsize=810568 CPUtime=0
/proc/23279/task/23291/stat : 23291 (java) S 23277 23279 22161 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 24752898 830021632 124291 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 160.96
Current children cumulated vsize (KiB) 810568

[startup+222.308 s]
/proc/loadavg: 2.70 2.57 2.26 3/94 23291
/proc/meminfo: memFree=15816/2055920 swapFree=4192812/4192956
[pid=23279] ppid=23277 vsize=810568 CPUtime=220.57
/proc/23279/stat : 23279 (java) S 23277 23279 22161 0 -1 0 157156 0 29 0 21966 91 0 0 18 0 12 0 24752862 830021632 153715 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23279/statm: 202642 153715 1440 9 0 199969 0
[pid=23279/tid=23281] ppid=23277 vsize=810568 CPUtime=213.38
/proc/23279/task/23281/stat : 23281 (java) R 23277 23279 22161 0 -1 64 17545 0 1 0 21308 30 0 0 25 0 12 0 24752881 830021632 153715 996147200 134512640 134550932 4294956016 18446744073709551615 4109678471 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23279/tid=23282] ppid=23277 vsize=810568 CPUtime=2.69
/proc/23279/task/23282/stat : 23282 (java) S 23277 23279 22161 0 -1 64 67515 0 0 0 242 27 0 0 17 0 12 0 24752890 830021632 153715 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23279/tid=23283] ppid=23277 vsize=810568 CPUtime=2.53
/proc/23279/task/23283/stat : 23283 (java) S 23277 23279 22161 0 -1 64 68114 0 0 0 226 27 0 0 16 0 12 0 24752890 830021632 153715 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23279/tid=23284] ppid=23277 vsize=810568 CPUtime=0.08
/proc/23279/task/23284/stat : 23284 (java) S 23277 23279 22161 0 -1 64 12 0 0 0 6 2 0 0 16 0 12 0 24752892 830021632 153715 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23279/tid=23285] ppid=23277 vsize=810568 CPUtime=0
/proc/23279/task/23285/stat : 23285 (java) S 23277 23279 22161 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 24752892 830021632 153715 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23279/tid=23286] ppid=23277 vsize=810568 CPUtime=0
/proc/23279/task/23286/stat : 23286 (java) S 23277 23279 22161 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 24752892 830021632 153715 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23279/tid=23287] ppid=23277 vsize=810568 CPUtime=0
/proc/23279/task/23287/stat : 23287 (java) S 23277 23279 22161 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 24752898 830021632 153715 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23279/tid=23288] ppid=23277 vsize=810568 CPUtime=0
/proc/23279/task/23288/stat : 23288 (java) S 23277 23279 22161 0 -1 64 13 0 0 0 0 0 0 0 24 0 12 0 24752898 830021632 153715 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23279/tid=23289] ppid=23277 vsize=810568 CPUtime=1.83
/proc/23279/task/23289/stat : 23289 (java) S 23277 23279 22161 0 -1 64 3243 0 0 0 182 1 0 0 17 0 12 0 24752898 830021632 153715 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23279/tid=23290] ppid=23277 vsize=810568 CPUtime=0
/proc/23279/task/23290/stat : 23290 (java) S 23277 23279 22161 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 24752898 830021632 153715 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23279/tid=23291] ppid=23277 vsize=810568 CPUtime=0
/proc/23279/task/23291/stat : 23291 (java) S 23277 23279 22161 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 24752898 830021632 153715 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 220.57
Current children cumulated vsize (KiB) 810568

[startup+282.302 s]
/proc/loadavg: 2.20 2.45 2.24 3/94 23372
/proc/meminfo: memFree=1181944/2055920 swapFree=4192812/4192956
[pid=23279] ppid=23277 vsize=810568 CPUtime=279.67
/proc/23279/stat : 23279 (java) S 23277 23279 22161 0 -1 0 188706 0 31 0 27855 112 0 0 18 0 12 0 24752862 830021632 172003 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23279/statm: 202642 172003 1442 9 0 199969 0
[pid=23279/tid=23281] ppid=23277 vsize=810568 CPUtime=268.55
/proc/23279/task/23281/stat : 23281 (java) R 23277 23279 22161 0 -1 64 17613 0 1 0 26820 35 0 0 25 0 12 0 24752881 830021632 172003 996147200 134512640 134550932 4294956016 18446744073709551615 4109923868 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23279/tid=23282] ppid=23277 vsize=810568 CPUtime=3.39
/proc/23279/task/23282/stat : 23282 (java) S 23277 23279 22161 0 -1 64 78020 0 0 0 307 32 0 0 17 0 12 0 24752890 830021632 172003 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23279/tid=23283] ppid=23277 vsize=810568 CPUtime=3.22
/proc/23279/task/23283/stat : 23283 (java) S 23277 23279 22161 0 -1 64 76793 0 0 0 291 31 0 0 16 0 12 0 24752890 830021632 172003 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23279/tid=23284] ppid=23277 vsize=810568 CPUtime=2.61
/proc/23279/task/23284/stat : 23284 (java) S 23277 23279 22161 0 -1 64 12310 0 2 0 252 9 0 0 16 0 12 0 24752892 830021632 172003 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23279/tid=23285] ppid=23277 vsize=810568 CPUtime=0
/proc/23279/task/23285/stat : 23285 (java) S 23277 23279 22161 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 24752892 830021632 172003 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23279/tid=23286] ppid=23277 vsize=810568 CPUtime=0
/proc/23279/task/23286/stat : 23286 (java) S 23277 23279 22161 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 24752892 830021632 172003 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23279/tid=23287] ppid=23277 vsize=810568 CPUtime=0
/proc/23279/task/23287/stat : 23287 (java) S 23277 23279 22161 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 24752898 830021632 172003 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23279/tid=23288] ppid=23277 vsize=810568 CPUtime=0
/proc/23279/task/23288/stat : 23288 (java) S 23277 23279 22161 0 -1 64 13 0 0 0 0 0 0 0 24 0 12 0 24752898 830021632 172003 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23279/tid=23289] ppid=23277 vsize=810568 CPUtime=1.84
/proc/23279/task/23289/stat : 23289 (java) S 23277 23279 22161 0 -1 64 3243 0 0 0 183 1 0 0 17 0 12 0 24752898 830021632 172003 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23279/tid=23290] ppid=23277 vsize=810568 CPUtime=0
/proc/23279/task/23290/stat : 23290 (java) S 23277 23279 22161 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 24752898 830021632 172003 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23279/tid=23291] ppid=23277 vsize=810568 CPUtime=0
/proc/23279/task/23291/stat : 23291 (java) S 23277 23279 22161 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 24752898 830021632 172003 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 279.67
Current children cumulated vsize (KiB) 810568

[startup+342.302 s]
/proc/loadavg: 2.49 2.47 2.26 4/94 23372
/proc/meminfo: memFree=1101560/2055920 swapFree=4192812/4192956
[pid=23279] ppid=23277 vsize=814572 CPUtime=339.27
/proc/23279/stat : 23279 (java) S 23277 23279 22161 0 -1 0 243345 0 31 0 33789 138 0 0 18 0 12 0 24752862 834121728 173227 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23279/statm: 203643 173227 1442 9 0 200970 0
[pid=23279/tid=23281] ppid=23277 vsize=814572 CPUtime=296.43
/proc/23279/task/23281/stat : 23281 (java) R 23277 23279 22161 0 -1 64 17675 0 1 0 29608 35 0 0 25 0 12 0 24752881 834121728 173227 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23279/tid=23282] ppid=23277 vsize=814572 CPUtime=3.85
/proc/23279/task/23282/stat : 23282 (java) S 23277 23279 22161 0 -1 64 78191 0 0 0 353 32 0 0 15 0 12 0 24752890 834121728 173227 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23279/tid=23283] ppid=23277 vsize=814572 CPUtime=3.61
/proc/23279/task/23283/stat : 23283 (java) S 23277 23279 22161 0 -1 64 76793 0 0 0 330 31 0 0 16 0 12 0 24752890 834121728 173227 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23279/tid=23284] ppid=23277 vsize=814572 CPUtime=33.47
/proc/23279/task/23284/stat : 23284 (java) R 23277 23279 22161 0 -1 64 66716 0 2 0 3313 34 0 0 16 0 12 0 24752892 834121728 173227 996147200 134512640 134550932 4294956016 18446744073709551615 105886120 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23279/tid=23285] ppid=23277 vsize=814572 CPUtime=0
/proc/23279/task/23285/stat : 23285 (java) S 23277 23279 22161 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 24752892 834121728 173227 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23279/tid=23286] ppid=23277 vsize=814572 CPUtime=0
/proc/23279/task/23286/stat : 23286 (java) S 23277 23279 22161 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 24752892 834121728 173227 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23279/tid=23287] ppid=23277 vsize=814572 CPUtime=0
/proc/23279/task/23287/stat : 23287 (java) S 23277 23279 22161 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 24752898 834121728 173227 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23279/tid=23288] ppid=23277 vsize=814572 CPUtime=0
/proc/23279/task/23288/stat : 23288 (java) S 23277 23279 22161 0 -1 64 13 0 0 0 0 0 0 0 24 0 12 0 24752898 834121728 173227 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23279/tid=23289] ppid=23277 vsize=814572 CPUtime=1.84
/proc/23279/task/23289/stat : 23289 (java) S 23277 23279 22161 0 -1 64 3243 0 0 0 183 1 0 0 17 0 12 0 24752898 834121728 173227 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23279/tid=23290] ppid=23277 vsize=814572 CPUtime=0
/proc/23279/task/23290/stat : 23290 (java) S 23277 23279 22161 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 24752898 834121728 173227 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23279/tid=23291] ppid=23277 vsize=814572 CPUtime=0
/proc/23279/task/23291/stat : 23291 (java) S 23277 23279 22161 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 24752898 834121728 173227 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 339.27
Current children cumulated vsize (KiB) 814572

[startup+402.302 s]
/proc/loadavg: 3.78 2.85 2.40 3/94 23372
/proc/meminfo: memFree=454904/2055920 swapFree=4192812/4192956
[pid=23279] ppid=23277 vsize=810892 CPUtime=398.86
/proc/23279/stat : 23279 (java) S 23277 23279 22161 0 -1 0 317002 0 31 0 39698 188 0 0 18 0 13 0 24752862 830353408 172234 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23279/statm: 202723 172234 1441 9 0 200050 0
[pid=23279/tid=23281] ppid=23277 vsize=810892 CPUtime=303.35
/proc/23279/task/23281/stat : 23281 (java) S 23277 23279 22161 0 -1 64 17728 0 1 0 30299 36 0 0 18 0 13 0 24752881 830353408 172234 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23279/tid=23282] ppid=23277 vsize=810892 CPUtime=3.85
/proc/23279/task/23282/stat : 23282 (java) S 23277 23279 22161 0 -1 64 78191 0 0 0 353 32 0 0 15 0 13 0 24752890 830353408 172234 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23279/tid=23283] ppid=23277 vsize=810892 CPUtime=3.61
/proc/23279/task/23283/stat : 23283 (java) S 23277 23279 22161 0 -1 64 76793 0 0 0 330 31 0 0 16 0 13 0 24752890 830353408 172234 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23279/tid=23284] ppid=23277 vsize=810892 CPUtime=86.14
/proc/23279/task/23284/stat : 23284 (java) S 23277 23279 22161 0 -1 64 140314 0 2 0 8531 83 0 0 25 0 13 0 24752892 830353408 172234 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23279/tid=23285] ppid=23277 vsize=810892 CPUtime=0
/proc/23279/task/23285/stat : 23285 (java) S 23277 23279 22161 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 24752892 830353408 172234 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23279/tid=23286] ppid=23277 vsize=810892 CPUtime=0
/proc/23279/task/23286/stat : 23286 (java) S 23277 23279 22161 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 24752892 830353408 172234 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23279/tid=23287] ppid=23277 vsize=810892 CPUtime=0
/proc/23279/task/23287/stat : 23287 (java) S 23277 23279 22161 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 24752898 830353408 172234 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23279/tid=23288] ppid=23277 vsize=810892 CPUtime=0
/proc/23279/task/23288/stat : 23288 (java) S 23277 23279 22161 0 -1 64 13 0 0 0 0 0 0 0 24 0 13 0 24752898 830353408 172234 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23279/tid=23289] ppid=23277 vsize=810892 CPUtime=1.85
/proc/23279/task/23289/stat : 23289 (java) S 23277 23279 22161 0 -1 64 3243 0 0 0 184 1 0 0 17 0 13 0 24752898 830353408 172234 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23279/tid=23290] ppid=23277 vsize=810892 CPUtime=0
/proc/23279/task/23290/stat : 23290 (java) S 23277 23279 22161 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 24752898 830353408 172234 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23279/tid=23291] ppid=23277 vsize=810892 CPUtime=0
/proc/23279/task/23291/stat : 23291 (java) S 23277 23279 22161 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 24752898 830353408 172234 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 398.86
Current children cumulated vsize (KiB) 810892

Solver just ended. Dumping a history of the last processes samples

[startup+402.403 s]
/proc/loadavg: 3.78 2.85 2.40 3/94 23372
/proc/meminfo: memFree=454904/2055920 swapFree=4192812/4192956
[pid=23279] ppid=23277 vsize=810892 CPUtime=398.86
/proc/23279/stat : 23279 (java) S 23277 23279 22161 0 -1 0 317002 0 31 0 39698 188 0 0 18 0 13 0 24752862 830353408 172234 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23279/statm: 202723 172234 1441 9 0 200050 0
[pid=23279/tid=23281] ppid=23277 vsize=810892 CPUtime=303.35
/proc/23279/task/23281/stat : 23281 (java) S 23277 23279 22161 0 -1 64 17728 0 1 0 30299 36 0 0 18 0 13 0 24752881 830353408 172234 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23279/tid=23282] ppid=23277 vsize=810892 CPUtime=3.85
/proc/23279/task/23282/stat : 23282 (java) S 23277 23279 22161 0 -1 64 78191 0 0 0 353 32 0 0 15 0 13 0 24752890 830353408 172234 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23279/tid=23283] ppid=23277 vsize=810892 CPUtime=3.61
/proc/23279/task/23283/stat : 23283 (java) S 23277 23279 22161 0 -1 64 76793 0 0 0 330 31 0 0 16 0 13 0 24752890 830353408 172234 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23279/tid=23284] ppid=23277 vsize=810892 CPUtime=86.14
/proc/23279/task/23284/stat : 23284 (java) S 23277 23279 22161 0 -1 64 140314 0 2 0 8531 83 0 0 25 0 13 0 24752892 830353408 172234 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23279/tid=23285] ppid=23277 vsize=810892 CPUtime=0
/proc/23279/task/23285/stat : 23285 (java) S 23277 23279 22161 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 24752892 830353408 172234 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23279/tid=23286] ppid=23277 vsize=810892 CPUtime=0
/proc/23279/task/23286/stat : 23286 (java) S 23277 23279 22161 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 24752892 830353408 172234 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23279/tid=23287] ppid=23277 vsize=810892 CPUtime=0
/proc/23279/task/23287/stat : 23287 (java) S 23277 23279 22161 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 24752898 830353408 172234 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23279/tid=23288] ppid=23277 vsize=810892 CPUtime=0
/proc/23279/task/23288/stat : 23288 (java) S 23277 23279 22161 0 -1 64 13 0 0 0 0 0 0 0 24 0 13 0 24752898 830353408 172234 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23279/tid=23289] ppid=23277 vsize=810892 CPUtime=1.85
/proc/23279/task/23289/stat : 23289 (java) S 23277 23279 22161 0 -1 64 3243 0 0 0 184 1 0 0 17 0 13 0 24752898 830353408 172234 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23279/tid=23290] ppid=23277 vsize=810892 CPUtime=0
/proc/23279/task/23290/stat : 23290 (java) S 23277 23279 22161 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 24752898 830353408 172234 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23279/tid=23291] ppid=23277 vsize=810892 CPUtime=0
/proc/23279/task/23291/stat : 23291 (java) S 23277 23279 22161 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 24752898 830353408 172234 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 398.86
Current children cumulated vsize (KiB) 810892

[startup+402.602 s]
/proc/loadavg: 3.72 2.86 2.41 3/84 23373
/proc/meminfo: memFree=648184/2055920 swapFree=4192812/4192956
[pid=23279] ppid=23277 vsize=0 CPUtime=398.9
/proc/23279/stat : 23279 (java) Z 23277 23279 22161 0 -1 12 317007 0 31 0 39699 191 0 0 16 0 2 0 24752862 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23279/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 398.9
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 402.685
CPU time (s): 398.988
CPU user time (s): 396.993
CPU system time (s): 1.9957
CPU usage (%): 99.0821
Max. virtual memory (cumulated for all children) (KiB): 827384

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 396.993
system time used= 1.9957
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 317007
page faults= 31
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= 22770

runsolver used 0.507922 second user time and 1.39479 second system time

The end

Launcher Data

Begin job on node27 at 2009-07-12 07:34:26
IDJOB=2083197
IDBENCH=57738
IDSOLVER=731
FILE ID=node27/2083197-1247376866
PBS_JOBID= 9507124
Free space on /tmp= 64368 MiB

SOLVER NAME= SAT4J CSP 2.1.1
BENCH NAME= CPAI08/csp/fapp/fapp12/normalized-fapp12-1500-9.xml
COMMAND LINE= java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2083197-1247376866/watcher-2083197-1247376866 -o /tmp/evaluation-result-2083197-1247376866/solver-2083197-1247376866 -C 1800 -W 2000 -M 900  java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2083197-1247376866.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB
MAX NB THREAD= 0

MD5SUM BENCH= a935103af39bd284c54c6d98a149f42a
RANDOM SEED=14614962

node27.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		: 2800.239
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	: 5521.40
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		: 2800.239
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:        126536 kB
Buffers:          2324 kB
Cached:        1535156 kB
SwapCached:          0 kB
Active:        1326884 kB
Inactive:       512984 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        126536 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:          206964 kB
Writeback:        2428 kB
Mapped:         323656 kB
Slab:            74160 kB
Committed_AS:   577108 kB
PageTables:       2452 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264948 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 65676 MiB
End job on node27 at 2009-07-12 07:41:09