Trace number 2075508

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? 899.044 867.409

General information on the benchmark

Namecsp/radar-8-30-3-0/
normalized-radar-8-30-3-0-44.xml
MD5SUMe2d84cf2fbacf0ed8e758864f4980b58
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 benchmark0.050992
Satisfiable
(Un)Satisfiability was proved
Number of variables180
Number of constraints64
Maximum constraint arity18
Maximum domain size4
Number of constraints which are defined in extension0
Number of constraints which are defined in intension64
Global constraints used (with number of constraints)

Solver Data

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

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-2075508-1247361604/watcher-2075508-1247361604 -o /tmp/evaluation-result-2075508-1247361604/solver-2075508-1247361604 -C 1800 -W 2000 -M 900 java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2075508-1247361604.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.08 2.07 2.02 3/82 16824
/proc/meminfo: memFree=1431472/2055920 swapFree=4192812/4192956
[pid=16824] ppid=16822 vsize=13208 CPUtime=0
/proc/16824/stat : 16824 (java) S 16822 16824 14866 0 -1 0 721 0 0 0 0 0 0 0 18 0 2 0 23228101 13524992 521 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/16824/statm: 3302 521 219 9 0 1186 0
[pid=16824/tid=16825] ppid=16822 vsize=13208 CPUtime=0
/proc/16824/task/16825/stat : 16825 (java) R 16822 16824 14866 0 -1 64 0 0 0 0 0 0 0 0 19 0 2 0 23228103 13524992 521 996147200 134512640 134550932 4294956016 18446744073709551615 11382744 0 0 4096 0 0 0 0 -1 1 0 0

[startup+0.107645 s]
/proc/loadavg: 2.08 2.07 2.02 3/82 16824
/proc/meminfo: memFree=1431472/2055920 swapFree=4192812/4192956
[pid=16824] ppid=16822 vsize=804560 CPUtime=0.09
/proc/16824/stat : 16824 (java) S 16822 16824 14866 0 -1 0 2993 0 1 0 7 2 0 0 18 0 12 0 23228101 823869440 2736 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16824/statm: 201140 2736 1080 9 0 198474 0
[pid=16824/tid=16825] ppid=16822 vsize=804560 CPUtime=0.08
/proc/16824/task/16825/stat : 16825 (java) R 16822 16824 14866 0 -1 64 2240 0 1 0 7 1 0 0 21 0 12 0 23228103 823869440 2736 996147200 134512640 134550932 4294956016 18446744073709551615 105374069 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 804560

[startup+0.201665 s]
/proc/loadavg: 2.08 2.07 2.02 3/82 16824
/proc/meminfo: memFree=1431472/2055920 swapFree=4192812/4192956
[pid=16824] ppid=16822 vsize=805352 CPUtime=0.18
/proc/16824/stat : 16824 (java) S 16822 16824 14866 0 -1 0 3785 0 1 0 16 2 0 0 18 0 12 0 23228101 824680448 3523 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16824/statm: 201338 3523 1332 9 0 198672 0
[pid=16824/tid=16825] ppid=16822 vsize=805352 CPUtime=0.14
/proc/16824/task/16825/stat : 16825 (java) R 16822 16824 14866 0 -1 64 2640 0 1 0 13 1 0 0 21 0 12 0 23228103 824680448 3523 996147200 134512640 134550932 4294956016 18446744073709551615 106548570 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 805352

[startup+0.301683 s]
/proc/loadavg: 2.08 2.07 2.02 3/82 16824
/proc/meminfo: memFree=1431472/2055920 swapFree=4192812/4192956
[pid=16824] ppid=16822 vsize=805628 CPUtime=0.28
/proc/16824/stat : 16824 (java) S 16822 16824 14866 0 -1 0 4253 0 1 0 25 3 0 0 18 0 12 0 23228101 824963072 3990 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16824/statm: 201407 3990 1358 9 0 198734 0
[pid=16824/tid=16825] ppid=16822 vsize=805628 CPUtime=0.21
/proc/16824/task/16825/stat : 16825 (java) R 16822 16824 14866 0 -1 64 3020 0 1 0 19 2 0 0 21 0 12 0 23228103 824963072 3990 996147200 134512640 134550932 4294956016 18446744073709551615 105374028 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 805628

[startup+0.701756 s]
/proc/loadavg: 2.08 2.07 2.02 3/82 16824
/proc/meminfo: memFree=1431472/2055920 swapFree=4192812/4192956
[pid=16824] ppid=16822 vsize=807356 CPUtime=0.68
/proc/16824/stat : 16824 (java) S 16822 16824 14866 0 -1 0 6112 0 1 0 63 5 0 0 18 0 12 0 23228101 826732544 5516 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16824/statm: 201839 5516 1387 9 0 199166 0
[pid=16824/tid=16825] ppid=16822 vsize=807356 CPUtime=0.48
/proc/16824/task/16825/stat : 16825 (java) R 16822 16824 14866 0 -1 64 4228 0 1 0 44 4 0 0 18 0 12 0 23228103 826732544 5516 996147200 134512640 134550932 4294956016 18446744073709551615 4109098596 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 807356

[startup+1.50291 s]
/proc/loadavg: 2.08 2.07 2.02 3/94 16836
/proc/meminfo: memFree=1411984/2055920 swapFree=4192812/4192956
[pid=16824] ppid=16822 vsize=809680 CPUtime=1.46
/proc/16824/stat : 16824 (java) S 16822 16824 14866 0 -1 0 8401 0 1 0 140 6 0 0 18 0 12 0 23228101 829112320 6880 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16824/statm: 202420 6880 1414 9 0 199747 0
[pid=16824/tid=16825] ppid=16822 vsize=809680 CPUtime=0.81
/proc/16824/task/16825/stat : 16825 (java) R 16822 16824 14866 0 -1 64 5016 0 1 0 77 4 0 0 20 0 12 0 23228103 829112320 6880 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16824/tid=16827] ppid=16822 vsize=809680 CPUtime=0
/proc/16824/task/16827/stat : 16827 (java) S 16822 16824 14866 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 23228104 829112320 6880 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16824/tid=16828] ppid=16822 vsize=809680 CPUtime=0
/proc/16824/task/16828/stat : 16828 (java) S 16822 16824 14866 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 23228104 829112320 6880 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16824/tid=16829] ppid=16822 vsize=809680 CPUtime=0
/proc/16824/task/16829/stat : 16829 (java) S 16822 16824 14866 0 -1 64 3 0 0 0 0 0 0 0 17 0 12 0 23228106 829112320 6880 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16824/tid=16830] ppid=16822 vsize=809680 CPUtime=0
/proc/16824/task/16830/stat : 16830 (java) S 16822 16824 14866 0 -1 64 10 0 0 0 0 0 0 0 21 0 12 0 23228107 829112320 6880 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16824/tid=16831] ppid=16822 vsize=809680 CPUtime=0
/proc/16824/task/16831/stat : 16831 (java) S 16822 16824 14866 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 23228107 829112320 6880 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16824/tid=16832] ppid=16822 vsize=809680 CPUtime=0
/proc/16824/task/16832/stat : 16832 (java) S 16822 16824 14866 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 23228112 829112320 6880 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16824/tid=16833] ppid=16822 vsize=809680 CPUtime=0
/proc/16824/task/16833/stat : 16833 (java) S 16822 16824 14866 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 23228112 829112320 6880 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16824/tid=16834] ppid=16822 vsize=809680 CPUtime=0.63
/proc/16824/task/16834/stat : 16834 (java) R 16822 16824 14866 0 -1 64 2631 0 0 0 62 1 0 0 17 0 12 0 23228112 829112320 6880 996147200 134512640 134550932 4294956016 18446744073709551615 106260344 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16824/tid=16835] ppid=16822 vsize=809680 CPUtime=0
/proc/16824/task/16835/stat : 16835 (java) S 16822 16824 14866 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 23228112 829112320 6880 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16824/tid=16836] ppid=16822 vsize=809680 CPUtime=0
/proc/16824/task/16836/stat : 16836 (java) S 16822 16824 14866 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 23228112 829112320 6880 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 809680

[startup+3.10219 s]
/proc/loadavg: 2.08 2.07 2.02 4/94 16836
/proc/meminfo: memFree=1401232/2055920 swapFree=4192812/4192956
[pid=16824] ppid=16822 vsize=811516 CPUtime=3.05
/proc/16824/stat : 16824 (java) S 16822 16824 14866 0 -1 0 16157 0 1 0 295 10 0 0 18 0 12 0 23228101 830992384 13895 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16824/statm: 202879 13895 1426 9 0 200206 0
[pid=16824/tid=16825] ppid=16822 vsize=811516 CPUtime=1.84
/proc/16824/task/16825/stat : 16825 (java) R 16822 16824 14866 0 -1 64 11713 0 1 0 177 7 0 0 25 0 12 0 23228103 830992384 13895 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16824/tid=16827] ppid=16822 vsize=811516 CPUtime=0
/proc/16824/task/16827/stat : 16827 (java) S 16822 16824 14866 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 23228104 830992384 13895 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16824/tid=16828] ppid=16822 vsize=811516 CPUtime=0
/proc/16824/task/16828/stat : 16828 (java) S 16822 16824 14866 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 23228104 830992384 13895 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16824/tid=16829] ppid=16822 vsize=811516 CPUtime=0
/proc/16824/task/16829/stat : 16829 (java) S 16822 16824 14866 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 23228106 830992384 13895 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16824/tid=16830] ppid=16822 vsize=811516 CPUtime=0
/proc/16824/task/16830/stat : 16830 (java) S 16822 16824 14866 0 -1 64 10 0 0 0 0 0 0 0 21 0 12 0 23228107 830992384 13895 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16824/tid=16831] ppid=16822 vsize=811516 CPUtime=0
/proc/16824/task/16831/stat : 16831 (java) S 16822 16824 14866 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 23228107 830992384 13895 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16824/tid=16832] ppid=16822 vsize=811516 CPUtime=0
/proc/16824/task/16832/stat : 16832 (java) S 16822 16824 14866 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 23228112 830992384 13895 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16824/tid=16833] ppid=16822 vsize=811516 CPUtime=0
/proc/16824/task/16833/stat : 16833 (java) S 16822 16824 14866 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 23228112 830992384 13895 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16824/tid=16834] ppid=16822 vsize=811516 CPUtime=1.19
/proc/16824/task/16834/stat : 16834 (java) R 16822 16824 14866 0 -1 64 3690 0 0 0 117 2 0 0 17 0 12 0 23228112 830992384 13895 996147200 134512640 134550932 4294956016 18446744073709551615 103979293 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16824/tid=16835] ppid=16822 vsize=811516 CPUtime=0
/proc/16824/task/16835/stat : 16835 (java) S 16822 16824 14866 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 23228112 830992384 13895 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16824/tid=16836] ppid=16822 vsize=811516 CPUtime=0
/proc/16824/task/16836/stat : 16836 (java) S 16822 16824 14866 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 23228112 830992384 13895 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 811516

[startup+6.30277 s]
/proc/loadavg: 2.07 2.07 2.02 3/94 16836
/proc/meminfo: memFree=1347024/2055920 swapFree=4192812/4192956
[pid=16824] ppid=16822 vsize=816948 CPUtime=6.22
/proc/16824/stat : 16824 (java) S 16822 16824 14866 0 -1 0 30537 0 1 0 604 18 0 0 18 0 12 0 23228101 836554752 24183 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16824/statm: 204237 24183 1435 9 0 201564 0
[pid=16824/tid=16825] ppid=16822 vsize=816948 CPUtime=3.62
/proc/16824/task/16825/stat : 16825 (java) R 16822 16824 14866 0 -1 64 17413 0 1 0 351 11 0 0 25 0 12 0 23228103 836554752 24183 996147200 134512640 134550932 4294956016 18446744073709551615 104170724 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16824/tid=16827] ppid=16822 vsize=816948 CPUtime=0.05
/proc/16824/task/16827/stat : 16827 (java) S 16822 16824 14866 0 -1 64 1637 0 0 0 5 0 0 0 17 0 12 0 23228104 836554752 24183 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16824/tid=16828] ppid=16822 vsize=816948 CPUtime=0.03
/proc/16824/task/16828/stat : 16828 (java) S 16822 16824 14866 0 -1 64 1231 0 0 0 3 0 0 0 17 0 12 0 23228104 836554752 24183 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16824/tid=16829] ppid=16822 vsize=816948 CPUtime=0
/proc/16824/task/16829/stat : 16829 (java) S 16822 16824 14866 0 -1 64 21 0 0 0 0 0 0 0 16 0 12 0 23228106 836554752 24183 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16824/tid=16830] ppid=16822 vsize=816948 CPUtime=0
/proc/16824/task/16830/stat : 16830 (java) S 16822 16824 14866 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 23228107 836554752 24183 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16824/tid=16831] ppid=16822 vsize=816948 CPUtime=0
/proc/16824/task/16831/stat : 16831 (java) S 16822 16824 14866 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23228107 836554752 24183 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16824/tid=16832] ppid=16822 vsize=816948 CPUtime=0
/proc/16824/task/16832/stat : 16832 (java) S 16822 16824 14866 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 23228112 836554752 24183 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16824/tid=16833] ppid=16822 vsize=816948 CPUtime=0
/proc/16824/task/16833/stat : 16833 (java) S 16822 16824 14866 0 -1 64 31 0 0 0 0 0 0 0 16 0 12 0 23228112 836554752 24183 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16824/tid=16834] ppid=16822 vsize=816948 CPUtime=2.47
/proc/16824/task/16834/stat : 16834 (java) S 16822 16824 14866 0 -1 64 9465 0 0 0 243 4 0 0 16 0 12 0 23228112 836554752 24183 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16824/tid=16835] ppid=16822 vsize=816948 CPUtime=0
/proc/16824/task/16835/stat : 16835 (java) S 16822 16824 14866 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 23228112 836554752 24183 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16824/tid=16836] ppid=16822 vsize=816948 CPUtime=0
/proc/16824/task/16836/stat : 16836 (java) S 16822 16824 14866 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 23228112 836554752 24183 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 816948

[startup+12.7029 s]
/proc/loadavg: 2.06 2.07 2.02 4/94 16836
/proc/meminfo: memFree=1315536/2055920 swapFree=4192812/4192956
[pid=16824] ppid=16822 vsize=819280 CPUtime=12.62
/proc/16824/stat : 16824 (java) S 16822 16824 14866 0 -1 0 43394 0 1 0 1238 24 0 0 18 0 12 0 23228101 838942720 30282 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16824/statm: 204820 30282 1435 9 0 202147 0
[pid=16824/tid=16825] ppid=16822 vsize=819280 CPUtime=7.34
/proc/16824/task/16825/stat : 16825 (java) R 16822 16824 14866 0 -1 64 17425 0 1 0 722 12 0 0 17 0 12 0 23228103 838942720 30282 996147200 134512640 134550932 4294956016 18446744073709551615 4109292982 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16824/tid=16827] ppid=16822 vsize=819280 CPUtime=0.31
/proc/16824/task/16827/stat : 16827 (java) S 16822 16824 14866 0 -1 64 4128 0 0 0 30 1 0 0 16 0 12 0 23228104 838942720 30282 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16824/tid=16828] ppid=16822 vsize=819280 CPUtime=0.25
/proc/16824/task/16828/stat : 16828 (java) S 16822 16824 14866 0 -1 64 4140 0 0 0 23 2 0 0 16 0 12 0 23228104 838942720 30282 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16824/tid=16829] ppid=16822 vsize=819280 CPUtime=0
/proc/16824/task/16829/stat : 16829 (java) S 16822 16824 14866 0 -1 64 27 0 0 0 0 0 0 0 17 0 12 0 23228106 838942720 30282 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16824/tid=16830] ppid=16822 vsize=819280 CPUtime=0
/proc/16824/task/16830/stat : 16830 (java) S 16822 16824 14866 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 23228107 838942720 30282 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16824/tid=16831] ppid=16822 vsize=819280 CPUtime=0
/proc/16824/task/16831/stat : 16831 (java) S 16822 16824 14866 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23228107 838942720 30282 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16824/tid=16832] ppid=16822 vsize=819280 CPUtime=0
/proc/16824/task/16832/stat : 16832 (java) S 16822 16824 14866 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 23228112 838942720 30282 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16824/tid=16833] ppid=16822 vsize=819280 CPUtime=0
/proc/16824/task/16833/stat : 16833 (java) S 16822 16824 14866 0 -1 64 44 0 0 0 0 0 0 0 17 0 12 0 23228112 838942720 30282 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16824/tid=16834] ppid=16822 vsize=819280 CPUtime=4.68
/proc/16824/task/16834/stat : 16834 (java) S 16822 16824 14866 0 -1 64 16891 0 0 0 460 8 0 0 20 0 12 0 23228112 838942720 30282 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16824/tid=16835] ppid=16822 vsize=819280 CPUtime=0
/proc/16824/task/16835/stat : 16835 (java) S 16822 16824 14866 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 23228112 838942720 30282 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16824/tid=16836] ppid=16822 vsize=819280 CPUtime=0
/proc/16824/task/16836/stat : 16836 (java) S 16822 16824 14866 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 23228112 838942720 30282 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.62
Current children cumulated vsize (KiB) 819280

[startup+25.5023 s]
/proc/loadavg: 2.13 2.08 2.02 4/94 16836
/proc/meminfo: memFree=1244496/2055920 swapFree=4192812/4192956
[pid=16824] ppid=16822 vsize=821120 CPUtime=25.39
/proc/16824/stat : 16824 (java) S 16822 16824 14866 0 -1 0 63874 0 1 0 2506 33 0 0 18 0 12 0 23228101 840826880 48409 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16824/statm: 205280 48409 1435 9 0 202607 0
[pid=16824/tid=16825] ppid=16822 vsize=821120 CPUtime=17.26
/proc/16824/task/16825/stat : 16825 (java) R 16822 16824 14866 0 -1 64 17450 0 1 0 1714 12 0 0 25 0 12 0 23228103 840826880 48409 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16824/tid=16827] ppid=16822 vsize=821120 CPUtime=0.93
/proc/16824/task/16827/stat : 16827 (java) S 16822 16824 14866 0 -1 64 11275 0 0 0 88 5 0 0 16 0 12 0 23228104 840826880 48409 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16824/tid=16828] ppid=16822 vsize=821120 CPUtime=0.85

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

[pid=16824/tid=16835] ppid=16822 vsize=817296 CPUtime=0
/proc/16824/task/16835/stat : 16835 (java) S 16822 16824 14866 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 23228112 836911104 174493 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16824/tid=16836] ppid=16822 vsize=817296 CPUtime=0
/proc/16824/task/16836/stat : 16836 (java) S 16822 16824 14866 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 23228112 836911104 174493 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 875.68
Current children cumulated vsize (KiB) 817296

[startup+857.602 s]
/proc/loadavg: 2.14 2.25 2.18 3/95 16875
/proc/meminfo: memFree=1049304/2055920 swapFree=4192812/4192956
[pid=16824] ppid=16822 vsize=817296 CPUtime=888.84
/proc/16824/stat : 16824 (java) S 16822 16824 14866 0 -1 0 203949 0 1 0 88777 107 0 0 18 0 12 0 23228101 836911104 174493 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16824/statm: 204324 174493 1437 9 0 201651 0
[pid=16824/tid=16825] ppid=16822 vsize=817296 CPUtime=117.59
/proc/16824/task/16825/stat : 16825 (java) S 16822 16824 14866 0 -1 64 17852 0 1 0 11745 14 0 0 16 0 12 0 23228103 836911104 174493 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16824/tid=16827] ppid=16822 vsize=817296 CPUtime=72.94
/proc/16824/task/16827/stat : 16827 (java) S 16822 16824 14866 0 -1 64 69186 0 0 0 7261 33 0 0 17 0 12 0 23228104 836911104 174493 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16824/tid=16828] ppid=16822 vsize=817296 CPUtime=72.48
/proc/16824/task/16828/stat : 16828 (java) S 16822 16824 14866 0 -1 64 83498 0 0 0 7211 37 0 0 17 0 12 0 23228104 836911104 174493 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16824/tid=16829] ppid=16822 vsize=817296 CPUtime=615.18
/proc/16824/task/16829/stat : 16829 (java) R 16822 16824 14866 0 -1 64 1443 0 0 0 61513 5 0 0 22 0 12 0 23228106 836911104 174493 996147200 134512640 134550932 4294956016 18446744073709551615 105696579 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16824/tid=16830] ppid=16822 vsize=817296 CPUtime=0
/proc/16824/task/16830/stat : 16830 (java) S 16822 16824 14866 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 23228107 836911104 174493 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16824/tid=16831] ppid=16822 vsize=817296 CPUtime=0
/proc/16824/task/16831/stat : 16831 (java) S 16822 16824 14866 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23228107 836911104 174493 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16824/tid=16832] ppid=16822 vsize=817296 CPUtime=0
/proc/16824/task/16832/stat : 16832 (java) S 16822 16824 14866 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 23228112 836911104 174493 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16824/tid=16833] ppid=16822 vsize=817296 CPUtime=0
/proc/16824/task/16833/stat : 16833 (java) S 16822 16824 14866 0 -1 64 124 0 0 0 0 0 0 0 17 0 12 0 23228112 836911104 174493 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16824/tid=16834] ppid=16822 vsize=817296 CPUtime=10.6
/proc/16824/task/16834/stat : 16834 (java) S 16822 16824 14866 0 -1 64 31107 0 0 0 1045 15 0 0 21 0 12 0 23228112 836911104 174493 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16824/tid=16835] ppid=16822 vsize=817296 CPUtime=0
/proc/16824/task/16835/stat : 16835 (java) S 16822 16824 14866 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 23228112 836911104 174493 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16824/tid=16836] ppid=16822 vsize=817296 CPUtime=0
/proc/16824/task/16836/stat : 16836 (java) S 16822 16824 14866 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 23228112 836911104 174493 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 888.84
Current children cumulated vsize (KiB) 817296

[startup+864.002 s]
/proc/loadavg: 2.12 2.25 2.18 3/95 16875
/proc/meminfo: memFree=1049304/2055920 swapFree=4192812/4192956
[pid=16824] ppid=16822 vsize=817296 CPUtime=895.58
/proc/16824/stat : 16824 (java) S 16822 16824 14866 0 -1 0 203951 0 1 0 89451 107 0 0 18 0 12 0 23228101 836911104 174493 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16824/statm: 204324 174493 1437 9 0 201651 0
[pid=16824/tid=16825] ppid=16822 vsize=817296 CPUtime=117.63
/proc/16824/task/16825/stat : 16825 (java) S 16822 16824 14866 0 -1 64 17854 0 1 0 11749 14 0 0 16 0 12 0 23228103 836911104 174493 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16824/tid=16827] ppid=16822 vsize=817296 CPUtime=73.44
/proc/16824/task/16827/stat : 16827 (java) S 16822 16824 14866 0 -1 64 69186 0 0 0 7311 33 0 0 17 0 12 0 23228104 836911104 174493 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16824/tid=16828] ppid=16822 vsize=817296 CPUtime=72.97
/proc/16824/task/16828/stat : 16828 (java) S 16822 16824 14866 0 -1 64 83498 0 0 0 7260 37 0 0 17 0 12 0 23228104 836911104 174493 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16824/tid=16829] ppid=16822 vsize=817296 CPUtime=620.88
/proc/16824/task/16829/stat : 16829 (java) R 16822 16824 14866 0 -1 64 1443 0 0 0 62083 5 0 0 25 0 12 0 23228106 836911104 174493 996147200 134512640 134550932 4294956016 18446744073709551615 106836663 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16824/tid=16830] ppid=16822 vsize=817296 CPUtime=0
/proc/16824/task/16830/stat : 16830 (java) S 16822 16824 14866 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 23228107 836911104 174493 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16824/tid=16831] ppid=16822 vsize=817296 CPUtime=0
/proc/16824/task/16831/stat : 16831 (java) S 16822 16824 14866 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23228107 836911104 174493 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16824/tid=16832] ppid=16822 vsize=817296 CPUtime=0
/proc/16824/task/16832/stat : 16832 (java) S 16822 16824 14866 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 23228112 836911104 174493 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16824/tid=16833] ppid=16822 vsize=817296 CPUtime=0
/proc/16824/task/16833/stat : 16833 (java) S 16822 16824 14866 0 -1 64 124 0 0 0 0 0 0 0 17 0 12 0 23228112 836911104 174493 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16824/tid=16834] ppid=16822 vsize=817296 CPUtime=10.6
/proc/16824/task/16834/stat : 16834 (java) S 16822 16824 14866 0 -1 64 31107 0 0 0 1045 15 0 0 21 0 12 0 23228112 836911104 174493 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16824/tid=16835] ppid=16822 vsize=817296 CPUtime=0
/proc/16824/task/16835/stat : 16835 (java) S 16822 16824 14866 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 23228112 836911104 174493 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16824/tid=16836] ppid=16822 vsize=817296 CPUtime=0
/proc/16824/task/16836/stat : 16836 (java) S 16822 16824 14866 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 23228112 836911104 174493 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 895.58
Current children cumulated vsize (KiB) 817296

[startup+865.603 s]
/proc/loadavg: 2.12 2.25 2.18 6/95 16875
/proc/meminfo: memFree=1044824/2055920 swapFree=4192812/4192956
[pid=16824] ppid=16822 vsize=817296 CPUtime=897.29
/proc/16824/stat : 16824 (java) S 16822 16824 14866 0 -1 0 203954 0 1 0 89622 107 0 0 18 0 12 0 23228101 836911104 174493 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16824/statm: 204324 174493 1436 9 0 201651 0
[pid=16824/tid=16825] ppid=16822 vsize=817296 CPUtime=117.65
/proc/16824/task/16825/stat : 16825 (java) S 16822 16824 14866 0 -1 64 17857 0 1 0 11751 14 0 0 17 0 12 0 23228103 836911104 174493 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16824/tid=16827] ppid=16822 vsize=817296 CPUtime=73.7
/proc/16824/task/16827/stat : 16827 (java) S 16822 16824 14866 0 -1 64 69186 0 0 0 7337 33 0 0 17 0 12 0 23228104 836911104 174493 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16824/tid=16828] ppid=16822 vsize=817296 CPUtime=73.2
/proc/16824/task/16828/stat : 16828 (java) S 16822 16824 14866 0 -1 64 83498 0 0 0 7283 37 0 0 17 0 12 0 23228104 836911104 174493 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16824/tid=16829] ppid=16822 vsize=817296 CPUtime=622.09
/proc/16824/task/16829/stat : 16829 (java) R 16822 16824 14866 0 -1 64 1443 0 0 0 62204 5 0 0 25 0 12 0 23228106 836911104 174493 996147200 134512640 134550932 4294956016 18446744073709551615 105880848 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16824/tid=16830] ppid=16822 vsize=817296 CPUtime=0
/proc/16824/task/16830/stat : 16830 (java) S 16822 16824 14866 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 23228107 836911104 174493 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16824/tid=16831] ppid=16822 vsize=817296 CPUtime=0
/proc/16824/task/16831/stat : 16831 (java) S 16822 16824 14866 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23228107 836911104 174493 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16824/tid=16832] ppid=16822 vsize=817296 CPUtime=0
/proc/16824/task/16832/stat : 16832 (java) S 16822 16824 14866 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 23228112 836911104 174493 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16824/tid=16833] ppid=16822 vsize=817296 CPUtime=0
/proc/16824/task/16833/stat : 16833 (java) S 16822 16824 14866 0 -1 64 124 0 0 0 0 0 0 0 17 0 12 0 23228112 836911104 174493 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16824/tid=16834] ppid=16822 vsize=817296 CPUtime=10.6
/proc/16824/task/16834/stat : 16834 (java) S 16822 16824 14866 0 -1 64 31107 0 0 0 1045 15 0 0 21 0 12 0 23228112 836911104 174493 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16824/tid=16835] ppid=16822 vsize=817296 CPUtime=0
/proc/16824/task/16835/stat : 16835 (java) S 16822 16824 14866 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 23228112 836911104 174493 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16824/tid=16836] ppid=16822 vsize=817296 CPUtime=0
/proc/16824/task/16836/stat : 16836 (java) S 16822 16824 14866 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 23228112 836911104 174493 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 897.29
Current children cumulated vsize (KiB) 817296

[startup+866.403 s]
/proc/loadavg: 2.11 2.24 2.18 3/95 16875
/proc/meminfo: memFree=1045400/2055920 swapFree=4192812/4192956
[pid=16824] ppid=16822 vsize=817296 CPUtime=898.08
/proc/16824/stat : 16824 (java) S 16822 16824 14866 0 -1 0 203954 0 1 0 89701 107 0 0 18 0 12 0 23228101 836911104 174493 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16824/statm: 204324 174493 1436 9 0 201651 0
[pid=16824/tid=16825] ppid=16822 vsize=817296 CPUtime=117.65
/proc/16824/task/16825/stat : 16825 (java) S 16822 16824 14866 0 -1 64 17857 0 1 0 11751 14 0 0 17 0 12 0 23228103 836911104 174493 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16824/tid=16827] ppid=16822 vsize=817296 CPUtime=73.7
/proc/16824/task/16827/stat : 16827 (java) S 16822 16824 14866 0 -1 64 69186 0 0 0 7337 33 0 0 17 0 12 0 23228104 836911104 174493 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16824/tid=16828] ppid=16822 vsize=817296 CPUtime=73.2
/proc/16824/task/16828/stat : 16828 (java) S 16822 16824 14866 0 -1 64 83498 0 0 0 7283 37 0 0 17 0 12 0 23228104 836911104 174493 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16824/tid=16829] ppid=16822 vsize=817296 CPUtime=622.89
/proc/16824/task/16829/stat : 16829 (java) R 16822 16824 14866 0 -1 64 1443 0 0 0 62284 5 0 0 25 0 12 0 23228106 836911104 174493 996147200 134512640 134550932 4294956016 18446744073709551615 105886120 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16824/tid=16830] ppid=16822 vsize=817296 CPUtime=0
/proc/16824/task/16830/stat : 16830 (java) S 16822 16824 14866 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 23228107 836911104 174493 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16824/tid=16831] ppid=16822 vsize=817296 CPUtime=0
/proc/16824/task/16831/stat : 16831 (java) S 16822 16824 14866 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23228107 836911104 174493 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16824/tid=16832] ppid=16822 vsize=817296 CPUtime=0
/proc/16824/task/16832/stat : 16832 (java) S 16822 16824 14866 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 23228112 836911104 174493 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16824/tid=16833] ppid=16822 vsize=817296 CPUtime=0
/proc/16824/task/16833/stat : 16833 (java) S 16822 16824 14866 0 -1 64 124 0 0 0 0 0 0 0 17 0 12 0 23228112 836911104 174493 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16824/tid=16834] ppid=16822 vsize=817296 CPUtime=10.6
/proc/16824/task/16834/stat : 16834 (java) S 16822 16824 14866 0 -1 64 31107 0 0 0 1045 15 0 0 21 0 12 0 23228112 836911104 174493 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16824/tid=16835] ppid=16822 vsize=817296 CPUtime=0
/proc/16824/task/16835/stat : 16835 (java) S 16822 16824 14866 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 23228112 836911104 174493 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16824/tid=16836] ppid=16822 vsize=817296 CPUtime=0
/proc/16824/task/16836/stat : 16836 (java) S 16822 16824 14866 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 23228112 836911104 174493 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 898.08
Current children cumulated vsize (KiB) 817296

[startup+867.202 s]
/proc/loadavg: 2.11 2.24 2.18 3/95 16875
/proc/meminfo: memFree=1045400/2055920 swapFree=4192812/4192956
[pid=16824] ppid=16822 vsize=817296 CPUtime=898.88
/proc/16824/stat : 16824 (java) S 16822 16824 14866 0 -1 0 203954 0 1 0 89781 107 0 0 18 0 12 0 23228101 836911104 174493 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16824/statm: 204324 174493 1436 9 0 201651 0
[pid=16824/tid=16825] ppid=16822 vsize=817296 CPUtime=117.65
/proc/16824/task/16825/stat : 16825 (java) S 16822 16824 14866 0 -1 64 17857 0 1 0 11751 14 0 0 17 0 12 0 23228103 836911104 174493 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16824/tid=16827] ppid=16822 vsize=817296 CPUtime=73.7
/proc/16824/task/16827/stat : 16827 (java) S 16822 16824 14866 0 -1 64 69186 0 0 0 7337 33 0 0 17 0 12 0 23228104 836911104 174493 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16824/tid=16828] ppid=16822 vsize=817296 CPUtime=73.2
/proc/16824/task/16828/stat : 16828 (java) S 16822 16824 14866 0 -1 64 83498 0 0 0 7283 37 0 0 17 0 12 0 23228104 836911104 174493 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16824/tid=16829] ppid=16822 vsize=817296 CPUtime=623.68
/proc/16824/task/16829/stat : 16829 (java) R 16822 16824 14866 0 -1 64 1443 0 0 0 62363 5 0 0 25 0 12 0 23228106 836911104 174493 996147200 134512640 134550932 4294956016 18446744073709551615 105886120 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16824/tid=16830] ppid=16822 vsize=817296 CPUtime=0
/proc/16824/task/16830/stat : 16830 (java) S 16822 16824 14866 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 23228107 836911104 174493 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16824/tid=16831] ppid=16822 vsize=817296 CPUtime=0
/proc/16824/task/16831/stat : 16831 (java) S 16822 16824 14866 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23228107 836911104 174493 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16824/tid=16832] ppid=16822 vsize=817296 CPUtime=0
/proc/16824/task/16832/stat : 16832 (java) S 16822 16824 14866 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 23228112 836911104 174493 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16824/tid=16833] ppid=16822 vsize=817296 CPUtime=0
/proc/16824/task/16833/stat : 16833 (java) S 16822 16824 14866 0 -1 64 124 0 0 0 0 0 0 0 17 0 12 0 23228112 836911104 174493 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16824/tid=16834] ppid=16822 vsize=817296 CPUtime=10.6
/proc/16824/task/16834/stat : 16834 (java) S 16822 16824 14866 0 -1 64 31107 0 0 0 1045 15 0 0 21 0 12 0 23228112 836911104 174493 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16824/tid=16835] ppid=16822 vsize=817296 CPUtime=0
/proc/16824/task/16835/stat : 16835 (java) S 16822 16824 14866 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 23228112 836911104 174493 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16824/tid=16836] ppid=16822 vsize=817296 CPUtime=0
/proc/16824/task/16836/stat : 16836 (java) S 16822 16824 14866 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 23228112 836911104 174493 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 898.88
Current children cumulated vsize (KiB) 817296

[startup+867.403 s]
/proc/loadavg: 2.11 2.24 2.18 3/95 16875
/proc/meminfo: memFree=1045400/2055920 swapFree=4192812/4192956
[pid=16824] ppid=16822 vsize=0 CPUtime=899.03
/proc/16824/stat : 16824 (java) Z 16822 16824 14866 0 -1 12 203970 0 1 0 89786 117 0 0 16 0 2 0 23228101 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16824/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 899.03
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 867.409
CPU time (s): 899.044
CPU user time (s): 897.865
CPU system time (s): 1.17982
CPU usage (%): 103.647
Max. virtual memory (cumulated for all children) (KiB): 822320

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 897.865
system time used= 1.17982
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 203970
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= 23244
involuntary context switches= 38344

runsolver used 1.10383 second user time and 2.87056 second system time

The end

Launcher Data

Begin job on node2 at 2009-07-12 03:20:04
IDJOB=2075508
IDBENCH=56306
IDSOLVER=731
FILE ID=node2/2075508-1247361604
PBS_JOBID= 9506910
Free space on /tmp= 66316 MiB

SOLVER NAME= SAT4J CSP 2.1.1
BENCH NAME= CPAI08/csp/radar-8-30-3-0/normalized-radar-8-30-3-0-44.xml
COMMAND LINE= java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2075508-1247361604/watcher-2075508-1247361604 -o /tmp/evaluation-result-2075508-1247361604/solver-2075508-1247361604 -C 1800 -W 2000 -M 900  java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2075508-1247361604.xml

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

MD5SUM BENCH= e2d84cf2fbacf0ed8e758864f4980b58
RANDOM SEED=1326568509

node2.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.265
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.265
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:       1431952 kB
Buffers:         19820 kB
Cached:          96800 kB
SwapCached:          0 kB
Active:         533732 kB
Inactive:        42064 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1431952 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1248 kB
Writeback:           0 kB
Mapped:         479652 kB
Slab:            32396 kB
Committed_AS:   621604 kB
PageTables:       2808 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= 66308 MiB
End job on node2 at 2009-07-12 03:34:32