Trace number 1083455

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SAT4J CSP 2008-06-13? 259.624 259.245

General information on the benchmark

Namecsp/super-js/super-js-taillard-20/
normalized-super-js-taillard-20-3.xml
MD5SUMd4dfebcda634d2e830e49daacaa49bde
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables800
Number of constraints12940
Maximum constraint arity2
Maximum domain size1574
Number of constraints which are defined in extension0
Number of constraints which are defined in intension12940
Global constraints used (with number of constraints)

Solver Data (download as text)

0.28/0.32	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.28/0.32	c This is free software under the dual EPL/GNU LGPL licenses.
0.28/0.32	c See www.sat4j.org for details.
0.28/0.32	c That software uses the Rhino library from the Mozilla project.
0.28/0.36	c version 9.9.9.token
0.28/0.36	c sun.arch.data.model	32
0.28/0.36	c java.version	1.6.0_06
0.28/0.36	c os.name	Linux
0.28/0.36	c os.version	2.6.9-22.EL.rootsmp
0.28/0.36	c os.arch	i386
0.28/0.36	c Free memory 669864272
0.28/0.36	c Max memory 672137216
0.28/0.36	c Total memory 672137216
0.28/0.36	c Number of processors 2
0.38/0.41	c c --- Begin Solver configuration ---
0.38/0.41	c Stops conflict analysis at the first Unique Implication Point
0.38/0.41	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@1d2068d
0.38/0.41	c Learn all clauses as in MiniSAT
0.38/0.41	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.38/0.41	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.38/0.41	c Expensive reason simplification
0.38/0.41	c MiniSAT restarts strategy
0.38/0.41	c timeout=2147483s
0.38/0.41	c DB Simplification allowed=false
0.38/0.41	c --- End Solver configuration ---
0.38/0.41	c solving HOME/instance-1083455-1215228269.xml
0.38/0.41	c reading problem ... 
0.58/0.68	c reading problem named null
0.58/0.68	c reading domains done.
0.68/0.71	c reading variables done.
5.05/3.93	c reading predicates  done.
5.24/4.12	c reading constraints
248.66/248.20	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
248.66/248.20		at org.sat4j.minisat.constraints.cnf.WLClause.(WLClause.java:62)
253.93/253.59		at org.sat4j.minisat.constraints.cnf.OriginalWLClause.(OriginalWLClause.java:37)
253.93/253.59		at org.sat4j.minisat.constraints.cnf.OriginalWLClause.brandNewClause(OriginalWLClause.java:78)
253.93/253.59		at org.sat4j.minisat.constraints.MixedDataStructureDaniel.createClause(MixedDataStructureDaniel.java:69)
253.93/253.59		at org.sat4j.minisat.core.Solver.addClause(Solver.java:303)
253.93/253.59		at org.sat4j.csp.encodings.BinarySupportEncoding.generateClauses(BinarySupportEncoding.java:98)
253.93/253.59		at org.sat4j.csp.encodings.BinarySupportEncoding.onFinish(BinarySupportEncoding.java:52)
253.93/253.59		at org.sat4j.csp.Predicate.toClause(Predicate.java:110)
253.93/253.59		at org.sat4j.reader.CSPReader.endConstraint(CSPReader.java:479)
253.93/253.59		at org.sat4j.csp.xml.Constraint.endElement(Constraint.java:50)
253.93/253.59		at org.sat4j.csp.xml.InstanceParser.endElement(InstanceParser.java:49)
253.93/253.59		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endElement(Unknown Source)
253.93/253.59		at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.endElement(Unknown Source)
253.93/253.59		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanEndElement(Unknown Source)
253.93/253.59		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(Unknown Source)
253.93/253.59		at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(Unknown Source)
253.93/253.59		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
253.93/253.59		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
253.93/253.59		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
253.93/253.59		at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(Unknown Source)
253.93/253.59		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(Unknown Source)
253.93/253.59		at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown Source)
253.93/253.59		at org.sat4j.csp.xml.CspXmlParser.parse(CspXmlParser.java:62)
253.93/253.59		at org.sat4j.reader.XMLCSPReader.parseInstance(XMLCSPReader.java:62)
253.93/253.59		at org.sat4j.AbstractLauncher.readProblem(AbstractLauncher.java:174)
253.93/253.59		at org.sat4j.AbstractLauncher.run(AbstractLauncher.java:194)
253.93/253.59		at org.sat4j.csp.CSPLauncher.main(CSPLauncher.java:74)
259.30/258.94	c starts		: 0
259.30/258.94	c conflicts		: 0
259.30/258.94	c decisions		: 0
259.30/258.94	c propagations		: 0
259.30/258.94	c inspects		: 0
259.30/258.94	c learnt literals	: 0
259.30/258.94	c learnt binary clauses	: 0
259.30/258.94	c learnt ternary clauses	: 0
259.30/258.94	c learnt clauses	: 0
259.30/258.94	c ignored clauses	: 0
259.30/258.94	c root simplifications	: 0
259.30/258.94	c removed literals (reason simplification)	: 0
259.30/258.94	c reason swapping (by a shorter reason)	: 0
259.30/258.94	c Calls to reduceDB	: 0
259.30/258.94	c speed (assignments/second)	: 0.0
259.30/258.94	c non guided choices	0
259.30/258.94	s UNKNOWN
259.30/258.94	c Total wall clock time (in seconds) : 253.181

Verifier Data (download as text)

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

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1083455-1215228269/watcher-1083455-1215228269 -o /tmp/evaluation-result-1083455-1215228269/solver-1083455-1215228269 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1083455-1215228269.xml 

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


[startup+0 s]
/proc/loadavg: 1.92 1.98 1.99 4/80 3476
/proc/meminfo: memFree=1409672/2055920 swapFree=4192812/4192956
[pid=3476] ppid=3474 vsize=18572 CPUtime=0
/proc/3476/stat : 3476 (runsolver) R 3474 3476 380 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 134497066 19017728 292 996147200 4194304 4296836 548682068416 18446744073709551615 233588714791 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/3476/statm: 4643 292 257 25 0 2626 0

[startup+0.062198 s]
/proc/loadavg: 1.92 1.98 1.99 4/80 3476
/proc/meminfo: memFree=1409672/2055920 swapFree=4192812/4192956
[pid=3476] ppid=3474 vsize=802236 CPUtime=0.05
/proc/3476/stat : 3476 (java) S 3474 3476 380 0 -1 0 2674 0 1 0 3 2 0 0 20 0 7 0 134497066 821489664 2409 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/3476/statm: 200559 2409 999 9 0 197942 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 802236

[startup+0.102201 s]
/proc/loadavg: 1.92 1.98 1.99 4/80 3476
/proc/meminfo: memFree=1409672/2055920 swapFree=4192812/4192956
[pid=3476] ppid=3474 vsize=804612 CPUtime=0.08
/proc/3476/stat : 3476 (java) S 3474 3476 380 0 -1 0 2997 0 1 0 6 2 0 0 20 0 12 0 134497066 823922688 2730 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3476/statm: 201153 2730 1048 9 0 198522 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 804612

[startup+0.301223 s]
/proc/loadavg: 1.92 1.98 1.99 4/80 3476
/proc/meminfo: memFree=1409672/2055920 swapFree=4192812/4192956
[pid=3476] ppid=3474 vsize=808328 CPUtime=0.28
/proc/3476/stat : 3476 (java) S 3474 3476 380 0 -1 0 4915 0 1 0 25 3 0 0 20 0 12 0 134497066 827727872 4243 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3476/statm: 202082 4243 1297 9 0 199451 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 808328

[startup+0.702262 s]
/proc/loadavg: 1.92 1.98 1.99 4/80 3476
/proc/meminfo: memFree=1409672/2055920 swapFree=4192812/4192956
[pid=3476] ppid=3474 vsize=808356 CPUtime=0.68
/proc/3476/stat : 3476 (java) S 3474 3476 380 0 -1 0 6314 0 1 0 64 4 0 0 20 0 12 0 134497066 827756544 5495 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3476/statm: 202089 5495 1335 9 0 199451 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 808356

[startup+1.50234 s]
/proc/loadavg: 1.92 1.98 1.99 3/92 3488
/proc/meminfo: memFree=1364200/2055920 swapFree=4192812/4192956
[pid=3476] ppid=3474 vsize=810284 CPUtime=1.62
/proc/3476/stat : 3476 (java) S 3474 3476 380 0 -1 0 36782 0 1 0 144 18 0 0 20 0 12 0 134497066 829730816 33984 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3476/statm: 202571 33984 1348 9 0 199933 0
[pid=3476/tid=3478] ppid=3474 vsize=810284 CPUtime=0.73
/proc/3476/task/3478/stat : 3478 (java) R 3474 3476 380 0 -1 64 16986 0 1 0 65 8 0 0 25 0 12 0 134497067 829730816 33984 996147200 134512640 134550740 4294956016 18446744073709551615 4109590146 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3476/tid=3479] ppid=3474 vsize=810284 CPUtime=0.19
/proc/3476/task/3479/stat : 3479 (java) S 3474 3476 380 0 -1 64 10125 0 0 0 15 4 0 0 18 0 12 0 134497068 829730816 33984 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3476/tid=3480] ppid=3474 vsize=810284 CPUtime=0.2
/proc/3476/task/3480/stat : 3480 (java) S 3474 3476 380 0 -1 64 7135 0 0 0 17 3 0 0 18 0 12 0 134497068 829730816 33984 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3476/tid=3481] ppid=3474 vsize=810284 CPUtime=0
/proc/3476/task/3481/stat : 3481 (java) S 3474 3476 380 0 -1 64 30 0 0 0 0 0 0 0 16 0 12 0 134497070 829730816 33984 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3476/tid=3482] ppid=3474 vsize=810284 CPUtime=0
/proc/3476/task/3482/stat : 3482 (java) S 3474 3476 380 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 134497071 829730816 33984 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3476/tid=3483] ppid=3474 vsize=810284 CPUtime=0
/proc/3476/task/3483/stat : 3483 (java) S 3474 3476 380 0 -1 64 3 0 0 0 0 0 0 0 25 0 12 0 134497071 829730816 33984 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3476/tid=3484] ppid=3474 vsize=810284 CPUtime=0
/proc/3476/task/3484/stat : 3484 (java) S 3474 3476 380 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 134497075 829730816 33984 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3476/tid=3485] ppid=3474 vsize=810284 CPUtime=0.19
/proc/3476/task/3485/stat : 3485 (java) S 3474 3476 380 0 -1 64 595 0 0 0 19 0 0 0 16 0 12 0 134497075 829730816 33984 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3476/tid=3486] ppid=3474 vsize=810284 CPUtime=0.26
/proc/3476/task/3486/stat : 3486 (java) S 3474 3476 380 0 -1 64 1151 0 0 0 26 0 0 0 16 0 12 0 134497075 829730816 33984 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3476/tid=3487] ppid=3474 vsize=810284 CPUtime=0
/proc/3476/task/3487/stat : 3487 (java) S 3474 3476 380 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 134497075 829730816 33984 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3476/tid=3488] ppid=3474 vsize=810284 CPUtime=0
/proc/3476/task/3488/stat : 3488 (java) S 3474 3476 380 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 134497075 829730816 33984 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.62
Current children cumulated vsize (KiB) 810284

[startup+3.10151 s]
/proc/loadavg: 1.92 1.98 1.99 4/92 3488
/proc/meminfo: memFree=1233384/2055920 swapFree=4192812/4192956
[pid=3476] ppid=3474 vsize=814764 CPUtime=3.93
/proc/3476/stat : 3476 (java) S 3474 3476 380 0 -1 0 69924 0 1 0 361 32 0 0 20 0 12 0 134497066 834318336 61582 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3476/statm: 203691 61582 1348 9 0 201053 0
[pid=3476/tid=3478] ppid=3474 vsize=814764 CPUtime=1.03
/proc/3476/task/3478/stat : 3478 (java) R 3474 3476 380 0 -1 64 16989 0 1 0 94 9 0 0 24 0 12 0 134497067 834318336 61582 996147200 134512640 134550740 4294956016 18446744073709551615 4109614989 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3476/tid=3479] ppid=3474 vsize=814764 CPUtime=1.4
/proc/3476/task/3479/stat : 3479 (java) S 3474 3476 380 0 -1 64 30296 0 0 0 128 12 0 0 22 0 12 0 134497068 834318336 61582 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3476/tid=3480] ppid=3474 vsize=814764 CPUtime=1
/proc/3476/task/3480/stat : 3480 (java) S 3474 3476 380 0 -1 64 20103 0 0 0 92 8 0 0 20 0 12 0 134497068 834318336 61582 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3476/tid=3481] ppid=3474 vsize=814764 CPUtime=0
/proc/3476/task/3481/stat : 3481 (java) S 3474 3476 380 0 -1 64 30 0 0 0 0 0 0 0 16 0 12 0 134497070 834318336 61582 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3476/tid=3482] ppid=3474 vsize=814764 CPUtime=0
/proc/3476/task/3482/stat : 3482 (java) S 3474 3476 380 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 134497071 834318336 61582 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3476/tid=3483] ppid=3474 vsize=814764 CPUtime=0
/proc/3476/task/3483/stat : 3483 (java) S 3474 3476 380 0 -1 64 3 0 0 0 0 0 0 0 25 0 12 0 134497071 834318336 61582 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3476/tid=3484] ppid=3474 vsize=814764 CPUtime=0
/proc/3476/task/3484/stat : 3484 (java) S 3474 3476 380 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 134497075 834318336 61582 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3476/tid=3485] ppid=3474 vsize=814764 CPUtime=0.19
/proc/3476/task/3485/stat : 3485 (java) S 3474 3476 380 0 -1 64 595 0 0 0 19 0 0 0 16 0 12 0 134497075 834318336 61582 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3476/tid=3486] ppid=3474 vsize=814764 CPUtime=0.26
/proc/3476/task/3486/stat : 3486 (java) S 3474 3476 380 0 -1 64 1151 0 0 0 26 0 0 0 17 0 12 0 134497075 834318336 61582 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3476/tid=3487] ppid=3474 vsize=814764 CPUtime=0
/proc/3476/task/3487/stat : 3487 (java) S 3474 3476 380 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 134497075 834318336 61582 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3476/tid=3488] ppid=3474 vsize=814764 CPUtime=0
/proc/3476/task/3488/stat : 3488 (java) S 3474 3476 380 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 134497075 834318336 61582 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.93
Current children cumulated vsize (KiB) 814764

[startup+6.30283 s]
/proc/loadavg: 2.01 2.00 2.00 3/92 3488
/proc/meminfo: memFree=1090856/2055920 swapFree=4192812/4192956
[pid=3476] ppid=3474 vsize=819024 CPUtime=7.46
/proc/3476/stat : 3476 (java) S 3474 3476 380 0 -1 0 96987 0 1 0 703 43 0 0 20 0 12 0 134497066 838680576 84631 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3476/statm: 204756 84631 1374 9 0 202118 0
[pid=3476/tid=3478] ppid=3474 vsize=819024 CPUtime=2.67
/proc/3476/task/3478/stat : 3478 (java) R 3474 3476 380 0 -1 64 17303 0 1 0 258 9 0 0 25 0 12 0 134497067 838680576 84631 996147200 134512640 134550740 4294956016 18446744073709551615 4109731904 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3476/tid=3479] ppid=3474 vsize=819024 CPUtime=2.22
/proc/3476/task/3479/stat : 3479 (java) S 3474 3476 380 0 -1 64 41893 0 0 0 205 17 0 0 16 0 12 0 134497068 838680576 84631 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3476/tid=3480] ppid=3474 vsize=819024 CPUtime=1.71
/proc/3476/task/3480/stat : 3480 (java) S 3474 3476 380 0 -1 64 33479 0 0 0 157 14 0 0 16 0 12 0 134497068 838680576 84631 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3476/tid=3481] ppid=3474 vsize=819024 CPUtime=0
/proc/3476/task/3481/stat : 3481 (java) S 3474 3476 380 0 -1 64 30 0 0 0 0 0 0 0 16 0 12 0 134497070 838680576 84631 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3476/tid=3482] ppid=3474 vsize=819024 CPUtime=0
/proc/3476/task/3482/stat : 3482 (java) S 3474 3476 380 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 134497071 838680576 84631 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3476/tid=3483] ppid=3474 vsize=819024 CPUtime=0
/proc/3476/task/3483/stat : 3483 (java) S 3474 3476 380 0 -1 64 3 0 0 0 0 0 0 0 25 0 12 0 134497071 838680576 84631 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3476/tid=3484] ppid=3474 vsize=819024 CPUtime=0
/proc/3476/task/3484/stat : 3484 (java) S 3474 3476 380 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 134497075 838680576 84631 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3476/tid=3485] ppid=3474 vsize=819024 CPUtime=0.26
/proc/3476/task/3485/stat : 3485 (java) S 3474 3476 380 0 -1 64 604 0 0 0 26 0 0 0 16 0 12 0 134497075 838680576 84631 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3476/tid=3486] ppid=3474 vsize=819024 CPUtime=0.56
/proc/3476/task/3486/stat : 3486 (java) S 3474 3476 380 0 -1 64 2918 0 0 0 55 1 0 0 16 0 12 0 134497075 838680576 84631 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3476/tid=3487] ppid=3474 vsize=819024 CPUtime=0
/proc/3476/task/3487/stat : 3487 (java) S 3474 3476 380 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 134497075 838680576 84631 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3476/tid=3488] ppid=3474 vsize=819024 CPUtime=0
/proc/3476/task/3488/stat : 3488 (java) S 3474 3476 380 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 134497075 838680576 84631 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 7.46
Current children cumulated vsize (KiB) 819024

[startup+12.7015 s]
/proc/loadavg: 2.09 2.02 2.01 7/92 3488
/proc/meminfo: memFree=996264/2055920 swapFree=4192812/4192956
[pid=3476] ppid=3474 vsize=825816 CPUtime=14.06
/proc/3476/stat : 3476 (java) S 3474 3476 380 0 -1 0 121844 0 1 0 1352 54 0 0 20 0 12 0 134497066 845635584 104526 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3476/statm: 206454 104526 1386 9 0 203816 0
[pid=3476/tid=3478] ppid=3474 vsize=825816 CPUtime=7.7
/proc/3476/task/3478/stat : 3478 (java) R 3474 3476 380 0 -1 64 17326 0 1 0 760 10 0 0 25 0 12 0 134497067 845635584 104526 996147200 134512640 134550740 4294956016 18446744073709551615 4109589472 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3476/tid=3479] ppid=3474 vsize=825816 CPUtime=2.55
/proc/3476/task/3479/stat : 3479 (java) S 3474 3476 380 0 -1 64 49236 0 0 0 236 19 0 0 16 0 12 0 134497068 845635584 104526 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3476/tid=3480] ppid=3474 vsize=825816 CPUtime=2.03
/proc/3476/task/3480/stat : 3480 (java) S 3474 3476 380 0 -1 64 44462 0 0 0 184 19 0 0 16 0 12 0 134497068 845635584 104526 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3476/tid=3481] ppid=3474 vsize=825816 CPUtime=0
/proc/3476/task/3481/stat : 3481 (java) S 3474 3476 380 0 -1 64 30 0 0 0 0 0 0 0 16 0 12 0 134497070 845635584 104526 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3476/tid=3482] ppid=3474 vsize=825816 CPUtime=0
/proc/3476/task/3482/stat : 3482 (java) S 3474 3476 380 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 134497071 845635584 104526 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3476/tid=3483] ppid=3474 vsize=825816 CPUtime=0
/proc/3476/task/3483/stat : 3483 (java) S 3474 3476 380 0 -1 64 3 0 0 0 0 0 0 0 25 0 12 0 134497071 845635584 104526 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3476/tid=3484] ppid=3474 vsize=825816 CPUtime=0
/proc/3476/task/3484/stat : 3484 (java) S 3474 3476 380 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 134497075 845635584 104526 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3476/tid=3485] ppid=3474 vsize=825816 CPUtime=0.9
/proc/3476/task/3485/stat : 3485 (java) S 3474 3476 380 0 -1 64 5979 0 0 0 88 2 0 0 21 0 12 0 134497075 845635584 104526 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3476/tid=3486] ppid=3474 vsize=825816 CPUtime=0.81
/proc/3476/task/3486/stat : 3486 (java) S 3474 3476 380 0 -1 64 4051 0 0 0 80 1 0 0 16 0 12 0 134497075 845635584 104526 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3476/tid=3487] ppid=3474 vsize=825816 CPUtime=0
/proc/3476/task/3487/stat : 3487 (java) S 3474 3476 380 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 134497075 845635584 104526 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3476/tid=3488] ppid=3474 vsize=825816 CPUtime=0
/proc/3476/task/3488/stat : 3488 (java) S 3474 3476 380 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 134497075 845635584 104526 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 14.06
Current children cumulated vsize (KiB) 825816

[startup+25.5028 s]
/proc/loadavg: 2.07 2.02 2.00 3/92 3488
/proc/meminfo: memFree=903848/2055920 swapFree=4192812/4192956
[pid=3476] ppid=3474 vsize=825688 CPUtime=26.8
/proc/3476/stat : 3476 (java) S 3474 3476 380 0 -1 0 145069 0 1 0 2616 64 0 0 20 0 12 0 134497066 845504512 127554 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3476/statm: 206422 127554 1386 9 0 203784 0
[pid=3476/tid=3478] ppid=3474 vsize=825688 CPUtime=19.18
/proc/3476/task/3478/stat : 3478 (java) R 3474 3476 380 0 -1 64 17360 0 1 0 1908 10 0 0 25 0 12 0 134497067 845504512 127554 996147200 134512640 134550740 4294956016 18446744073709551615 4109876034 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3476/tid=3479] ppid=3474 vsize=825688 CPUtime=2.94
/proc/3476/task/3479/stat : 3479 (java) S 3474 3476 380 0 -1 64 59022 0 0 0 271 23 0 0 16 0 12 0 134497068 845504512 127554 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3476/tid=3480] ppid=3474 vsize=825688 CPUtime=2.7
/proc/3476/task/3480/stat : 3480 (java) S 3474 3476 380 0 -1 64 57867 0 0 0 246 24 0 0 16 0 12 0 134497068 845504512 127554 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3476/tid=3481] ppid=3474 vsize=825688 CPUtime=0.01
/proc/3476/task/3481/stat : 3481 (java) S 3474 3476 380 0 -1 64 30 0 0 0 1 0 0 0 15 0 12 0 134497070 845504512 127554 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3476/tid=3482] ppid=3474 vsize=825688 CPUtime=0
/proc/3476/task/3482/stat : 3482 (java) S 3474 3476 380 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 134497071 845504512 127554 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3476/tid=3483] ppid=3474 vsize=825688 CPUtime=0
/proc/3476/task/3483/stat : 3483 (java) S 3474 3476 380 0 -1 64 3 0 0 0 0 0 0 0 25 0 12 0 134497071 845504512 127554 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3476/tid=3484] ppid=3474 vsize=825688 CPUtime=0
/proc/3476/task/3484/stat : 3484 (java) S 3474 3476 380 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 134497075 845504512 127554 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0

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

/proc/loadavg: 2.52 2.24 2.08 4/105 3545
/proc/meminfo: memFree=657912/2055920 swapFree=4192812/4192956
[pid=3476] ppid=3474 vsize=853288 CPUtime=256.32
/proc/3476/stat : 3476 (java) S 3474 3476 380 0 -1 0 1263705 0 1 0 25078 554 0 0 20 0 13 0 134497066 873766912 182573 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3476/statm: 213322 182573 1390 9 0 210684 0
[pid=3476/tid=3478] ppid=3474 vsize=853288 CPUtime=126.1
/proc/3476/task/3478/stat : 3478 (java) S 3474 3476 380 0 -1 64 17698 0 1 0 12599 11 0 0 18 0 13 0 134497067 873766912 182573 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3476/tid=3479] ppid=3474 vsize=853288 CPUtime=5.62
/proc/3476/task/3479/stat : 3479 (java) S 3474 3476 380 0 -1 64 86005 0 0 0 527 35 0 0 15 0 13 0 134497068 873766912 182573 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3476/tid=3480] ppid=3474 vsize=853288 CPUtime=5.28
/proc/3476/task/3480/stat : 3480 (java) S 3474 3476 380 0 -1 64 79854 0 0 0 496 32 0 0 16 0 13 0 134497068 873766912 182573 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3476/tid=3481] ppid=3474 vsize=853288 CPUtime=117.34
/proc/3476/task/3481/stat : 3481 (java) R 3474 3476 380 0 -1 64 1069349 0 0 0 11265 469 0 0 25 0 13 0 134497070 873766912 182573 996147200 134512640 134550740 4294956016 18446744073709551615 106496720 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3476/tid=3482] ppid=3474 vsize=853288 CPUtime=0
/proc/3476/task/3482/stat : 3482 (java) S 3474 3476 380 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 134497071 873766912 182573 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3476/tid=3483] ppid=3474 vsize=853288 CPUtime=0
/proc/3476/task/3483/stat : 3483 (java) S 3474 3476 380 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 134497071 873766912 182573 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3476/tid=3484] ppid=3474 vsize=853288 CPUtime=0
/proc/3476/task/3484/stat : 3484 (java) S 3474 3476 380 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 134497075 873766912 182573 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3476/tid=3485] ppid=3474 vsize=853288 CPUtime=0.97
/proc/3476/task/3485/stat : 3485 (java) S 3474 3476 380 0 -1 64 5979 0 0 0 95 2 0 0 17 0 13 0 134497075 873766912 182573 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3476/tid=3486] ppid=3474 vsize=853288 CPUtime=0.95
/proc/3476/task/3486/stat : 3486 (java) S 3474 3476 380 0 -1 64 4051 0 0 0 94 1 0 0 16 0 13 0 134497075 873766912 182573 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3476/tid=3487] ppid=3474 vsize=853288 CPUtime=0
/proc/3476/task/3487/stat : 3487 (java) S 3474 3476 380 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 134497075 873766912 182573 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3476/tid=3488] ppid=3474 vsize=853288 CPUtime=0
/proc/3476/task/3488/stat : 3488 (java) S 3474 3476 380 0 -1 64 3 0 0 0 0 0 0 0 15 0 13 0 134497075 873766912 182573 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3476/tid=3545] ppid=3474 vsize=853288 CPUtime=0
/proc/3476/task/3545/stat : 3545 (java) S 3474 3476 380 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 134522425 873766912 182573 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 256.32
Current children cumulated vsize (KiB) 853288

[startup+257.502 s]
/proc/loadavg: 2.52 2.24 2.08 3/105 3545
/proc/meminfo: memFree=661816/2055920 swapFree=4192812/4192956
[pid=3476] ppid=3474 vsize=835040 CPUtime=257.9
/proc/3476/stat : 3476 (java) S 3474 3476 380 0 -1 0 1278558 0 1 0 25230 560 0 0 20 0 13 0 134497066 855080960 178011 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3476/statm: 208760 178011 1390 9 0 206122 0
[pid=3476/tid=3478] ppid=3474 vsize=835040 CPUtime=126.1
/proc/3476/task/3478/stat : 3478 (java) S 3474 3476 380 0 -1 64 17698 0 1 0 12599 11 0 0 18 0 13 0 134497067 855080960 178011 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3476/tid=3479] ppid=3474 vsize=835040 CPUtime=5.62
/proc/3476/task/3479/stat : 3479 (java) S 3474 3476 380 0 -1 64 86005 0 0 0 527 35 0 0 15 0 13 0 134497068 855080960 178011 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3476/tid=3480] ppid=3474 vsize=835040 CPUtime=5.28
/proc/3476/task/3480/stat : 3480 (java) S 3474 3476 380 0 -1 64 79854 0 0 0 496 32 0 0 16 0 13 0 134497068 855080960 178011 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3476/tid=3481] ppid=3474 vsize=835040 CPUtime=118.93
/proc/3476/task/3481/stat : 3481 (java) R 3474 3476 380 0 -1 64 1084200 0 0 0 11417 476 0 0 25 0 13 0 134497070 855080960 178011 996147200 134512640 134550740 4294956016 18446744073709551615 103550481 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3476/tid=3482] ppid=3474 vsize=835040 CPUtime=0
/proc/3476/task/3482/stat : 3482 (java) S 3474 3476 380 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 134497071 855080960 178011 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3476/tid=3483] ppid=3474 vsize=835040 CPUtime=0
/proc/3476/task/3483/stat : 3483 (java) S 3474 3476 380 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 134497071 855080960 178011 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3476/tid=3484] ppid=3474 vsize=835040 CPUtime=0
/proc/3476/task/3484/stat : 3484 (java) S 3474 3476 380 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 134497075 855080960 178011 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3476/tid=3485] ppid=3474 vsize=835040 CPUtime=0.97
/proc/3476/task/3485/stat : 3485 (java) S 3474 3476 380 0 -1 64 5979 0 0 0 95 2 0 0 17 0 13 0 134497075 855080960 178011 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3476/tid=3486] ppid=3474 vsize=835040 CPUtime=0.95
/proc/3476/task/3486/stat : 3486 (java) S 3474 3476 380 0 -1 64 4051 0 0 0 94 1 0 0 16 0 13 0 134497075 855080960 178011 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3476/tid=3487] ppid=3474 vsize=835040 CPUtime=0
/proc/3476/task/3487/stat : 3487 (java) S 3474 3476 380 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 134497075 855080960 178011 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3476/tid=3488] ppid=3474 vsize=835040 CPUtime=0
/proc/3476/task/3488/stat : 3488 (java) S 3474 3476 380 0 -1 64 3 0 0 0 0 0 0 0 15 0 13 0 134497075 855080960 178011 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3476/tid=3545] ppid=3474 vsize=835040 CPUtime=0
/proc/3476/task/3545/stat : 3545 (java) S 3474 3476 380 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 134522425 855080960 178011 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 257.9
Current children cumulated vsize (KiB) 835040

[startup+258.302 s]
/proc/loadavg: 2.52 2.24 2.08 3/105 3545
/proc/meminfo: memFree=661816/2055920 swapFree=4192812/4192956
[pid=3476] ppid=3474 vsize=853288 CPUtime=258.71
/proc/3476/stat : 3476 (java) S 3474 3476 380 0 -1 0 1286403 0 1 0 25307 564 0 0 20 0 13 0 134497066 873766912 182573 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3476/statm: 213322 182573 1390 9 0 210684 0
[pid=3476/tid=3478] ppid=3474 vsize=853288 CPUtime=126.1
/proc/3476/task/3478/stat : 3478 (java) S 3474 3476 380 0 -1 64 17698 0 1 0 12599 11 0 0 18 0 13 0 134497067 873766912 182573 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3476/tid=3479] ppid=3474 vsize=853288 CPUtime=5.62
/proc/3476/task/3479/stat : 3479 (java) S 3474 3476 380 0 -1 64 86005 0 0 0 527 35 0 0 15 0 13 0 134497068 873766912 182573 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3476/tid=3480] ppid=3474 vsize=853288 CPUtime=5.28
/proc/3476/task/3480/stat : 3480 (java) S 3474 3476 380 0 -1 64 79854 0 0 0 496 32 0 0 16 0 13 0 134497068 873766912 182573 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3476/tid=3481] ppid=3474 vsize=853288 CPUtime=119.74
/proc/3476/task/3481/stat : 3481 (java) R 3474 3476 380 0 -1 64 1092045 0 0 0 11494 480 0 0 25 0 13 0 134497070 873766912 182573 996147200 134512640 134550740 4294956016 18446744073709551615 104136424 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3476/tid=3482] ppid=3474 vsize=853288 CPUtime=0
/proc/3476/task/3482/stat : 3482 (java) S 3474 3476 380 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 134497071 873766912 182573 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3476/tid=3483] ppid=3474 vsize=853288 CPUtime=0
/proc/3476/task/3483/stat : 3483 (java) S 3474 3476 380 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 134497071 873766912 182573 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3476/tid=3484] ppid=3474 vsize=853288 CPUtime=0
/proc/3476/task/3484/stat : 3484 (java) S 3474 3476 380 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 134497075 873766912 182573 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3476/tid=3485] ppid=3474 vsize=853288 CPUtime=0.97
/proc/3476/task/3485/stat : 3485 (java) S 3474 3476 380 0 -1 64 5979 0 0 0 95 2 0 0 17 0 13 0 134497075 873766912 182573 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3476/tid=3486] ppid=3474 vsize=853288 CPUtime=0.95
/proc/3476/task/3486/stat : 3486 (java) S 3474 3476 380 0 -1 64 4051 0 0 0 94 1 0 0 16 0 13 0 134497075 873766912 182573 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3476/tid=3487] ppid=3474 vsize=853288 CPUtime=0
/proc/3476/task/3487/stat : 3487 (java) S 3474 3476 380 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 134497075 873766912 182573 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3476/tid=3488] ppid=3474 vsize=853288 CPUtime=0
/proc/3476/task/3488/stat : 3488 (java) S 3474 3476 380 0 -1 64 3 0 0 0 0 0 0 0 15 0 13 0 134497075 873766912 182573 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3476/tid=3545] ppid=3474 vsize=853288 CPUtime=0
/proc/3476/task/3545/stat : 3545 (java) S 3474 3476 380 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 134522425 873766912 182573 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 258.71
Current children cumulated vsize (KiB) 853288

[startup+258.701 s]
/proc/loadavg: 2.52 2.24 2.08 3/105 3545
/proc/meminfo: memFree=639608/2055920 swapFree=4192812/4192956
[pid=3476] ppid=3474 vsize=853288 CPUtime=259.1
/proc/3476/stat : 3476 (java) S 3474 3476 380 0 -1 0 1286403 0 1 0 25346 564 0 0 20 0 13 0 134497066 873766912 182573 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3476/statm: 213322 182573 1390 9 0 210684 0
[pid=3476/tid=3478] ppid=3474 vsize=853288 CPUtime=126.1
/proc/3476/task/3478/stat : 3478 (java) S 3474 3476 380 0 -1 64 17698 0 1 0 12599 11 0 0 18 0 13 0 134497067 873766912 182573 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3476/tid=3479] ppid=3474 vsize=853288 CPUtime=5.62
/proc/3476/task/3479/stat : 3479 (java) S 3474 3476 380 0 -1 64 86005 0 0 0 527 35 0 0 15 0 13 0 134497068 873766912 182573 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3476/tid=3480] ppid=3474 vsize=853288 CPUtime=5.28
/proc/3476/task/3480/stat : 3480 (java) S 3474 3476 380 0 -1 64 79854 0 0 0 496 32 0 0 16 0 13 0 134497068 873766912 182573 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3476/tid=3481] ppid=3474 vsize=853288 CPUtime=120.13
/proc/3476/task/3481/stat : 3481 (java) R 3474 3476 380 0 -1 64 1092045 0 0 0 11533 480 0 0 25 0 13 0 134497070 873766912 182573 996147200 134512640 134550740 4294956016 18446744073709551615 106123734 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3476/tid=3482] ppid=3474 vsize=853288 CPUtime=0
/proc/3476/task/3482/stat : 3482 (java) S 3474 3476 380 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 134497071 873766912 182573 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3476/tid=3483] ppid=3474 vsize=853288 CPUtime=0
/proc/3476/task/3483/stat : 3483 (java) S 3474 3476 380 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 134497071 873766912 182573 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3476/tid=3484] ppid=3474 vsize=853288 CPUtime=0
/proc/3476/task/3484/stat : 3484 (java) S 3474 3476 380 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 134497075 873766912 182573 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3476/tid=3485] ppid=3474 vsize=853288 CPUtime=0.97
/proc/3476/task/3485/stat : 3485 (java) S 3474 3476 380 0 -1 64 5979 0 0 0 95 2 0 0 17 0 13 0 134497075 873766912 182573 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3476/tid=3486] ppid=3474 vsize=853288 CPUtime=0.95
/proc/3476/task/3486/stat : 3486 (java) S 3474 3476 380 0 -1 64 4051 0 0 0 94 1 0 0 16 0 13 0 134497075 873766912 182573 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3476/tid=3487] ppid=3474 vsize=853288 CPUtime=0
/proc/3476/task/3487/stat : 3487 (java) S 3474 3476 380 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 134497075 873766912 182573 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3476/tid=3488] ppid=3474 vsize=853288 CPUtime=0
/proc/3476/task/3488/stat : 3488 (java) S 3474 3476 380 0 -1 64 3 0 0 0 0 0 0 0 15 0 13 0 134497075 873766912 182573 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3476/tid=3545] ppid=3474 vsize=853288 CPUtime=0
/proc/3476/task/3545/stat : 3545 (java) S 3474 3476 380 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 134522425 873766912 182573 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 259.1
Current children cumulated vsize (KiB) 853288

[startup+259.101 s]
/proc/loadavg: 2.52 2.24 2.08 3/105 3545
/proc/meminfo: memFree=639608/2055920 swapFree=4192812/4192956
[pid=3476] ppid=3474 vsize=827036 CPUtime=259.5
/proc/3476/stat : 3476 (java) S 3474 3476 380 0 -1 0 1286405 0 1 0 25386 564 0 0 20 0 12 0 134497066 846884864 176011 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3476/statm: 206759 176011 1391 9 0 204121 0
[pid=3476/tid=3478] ppid=3474 vsize=827036 CPUtime=126.1
/proc/3476/task/3478/stat : 3478 (java) S 3474 3476 380 0 -1 64 17698 0 1 0 12599 11 0 0 16 0 12 0 134497067 846884864 176011 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3476/tid=3479] ppid=3474 vsize=827036 CPUtime=5.62
/proc/3476/task/3479/stat : 3479 (java) S 3474 3476 380 0 -1 64 86005 0 0 0 527 35 0 0 15 0 12 0 134497068 846884864 176011 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3476/tid=3480] ppid=3474 vsize=827036 CPUtime=5.28
/proc/3476/task/3480/stat : 3480 (java) S 3474 3476 380 0 -1 64 79854 0 0 0 496 32 0 0 16 0 12 0 134497068 846884864 176011 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3476/tid=3481] ppid=3474 vsize=827036 CPUtime=120.52
/proc/3476/task/3481/stat : 3481 (java) R 3474 3476 380 0 -1 64 1092045 0 0 0 11572 480 0 0 25 0 12 0 134497070 846884864 176011 996147200 134512640 134550740 4294956016 18446744073709551615 103352785 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3476/tid=3482] ppid=3474 vsize=827036 CPUtime=0
/proc/3476/task/3482/stat : 3482 (java) S 3474 3476 380 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 134497071 846884864 176011 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3476/tid=3483] ppid=3474 vsize=827036 CPUtime=0
/proc/3476/task/3483/stat : 3483 (java) S 3474 3476 380 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 134497071 846884864 176011 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3476/tid=3484] ppid=3474 vsize=827036 CPUtime=0
/proc/3476/task/3484/stat : 3484 (java) S 3474 3476 380 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 134497075 846884864 176011 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3476/tid=3485] ppid=3474 vsize=827036 CPUtime=0.97
/proc/3476/task/3485/stat : 3485 (java) S 3474 3476 380 0 -1 64 5979 0 0 0 95 2 0 0 17 0 12 0 134497075 846884864 176011 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3476/tid=3486] ppid=3474 vsize=827036 CPUtime=0.95
/proc/3476/task/3486/stat : 3486 (java) S 3474 3476 380 0 -1 64 4051 0 0 0 94 1 0 0 16 0 12 0 134497075 846884864 176011 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3476/tid=3487] ppid=3474 vsize=827036 CPUtime=0
/proc/3476/task/3487/stat : 3487 (java) S 3474 3476 380 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 134497075 846884864 176011 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3476/tid=3488] ppid=3474 vsize=827036 CPUtime=0
/proc/3476/task/3488/stat : 3488 (java) S 3474 3476 380 0 -1 64 3 0 0 0 0 0 0 0 15 0 12 0 134497075 846884864 176011 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 259.5
Current children cumulated vsize (KiB) 827036

[startup+259.202 s]
/proc/loadavg: 2.52 2.24 2.08 3/105 3545
/proc/meminfo: memFree=639608/2055920 swapFree=4192812/4192956
[pid=3476] ppid=3474 vsize=0 CPUtime=259.57
/proc/3476/stat : 3476 (java) Z 3474 3476 380 0 -1 12 1286410 0 1 0 25386 571 0 0 16 0 2 0 134497066 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3476/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 259.57
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 259.245
CPU time (s): 259.624
CPU user time (s): 253.863
CPU system time (s): 5.76012
CPU usage (%): 100.146
Max. virtual memory (cumulated for all children) (KiB): 862184

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 253.863
system time used= 5.76012
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1286410
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= 10486
involuntary context switches= 12688

runsolver used 0.316951 second user time and 0.893864 second system time

The end

Launcher Data (download as text)

Begin job on node27 at 2008-07-05 05:24:29
IDJOB=1083455
IDBENCH=57476
IDSOLVER=344
FILE ID=node27/1083455-1215228269
PBS_JOBID= 7881712
Free space on /tmp= 66460 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= d4dfebcda634d2e830e49daacaa49bde
RANDOM SEED=2138531800

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.188
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.188
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:       1410088 kB
Buffers:         92872 kB
Cached:         350284 kB
SwapCached:          0 kB
Active:         289168 kB
Inactive:       279108 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1410088 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2724 kB
Writeback:           0 kB
Mapped:         144228 kB
Slab:            62888 kB
Committed_AS:  1151980 kB
PageTables:       1780 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= 66440 MiB
End job on node27 at 2008-07-05 05:28:49