Trace number 1074637

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? (exit code) 256.739 258.569

General information on the benchmark

Namecsp/os-taillard-20/
normalized-os-taillard-20-100-0.xml
MD5SUM23a05b88381e0b0d602652448f9fdc61
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark9.30158
Satisfiable
(Un)Satisfiability was proved
Number of variables400
Number of constraints7600
Maximum constraint arity2
Maximum domain size1215
Number of constraints which are defined in extension0
Number of constraints which are defined in intension7600
Global constraints used (with number of constraints)

Solver Data (download as text)

0.28/0.31	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.28/0.31	c This is free software under the dual EPL/GNU LGPL licenses.
0.28/0.31	c See www.sat4j.org for details.
0.28/0.31	c That software uses the Rhino library from the Mozilla project.
0.28/0.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.37/0.40	c c --- Begin Solver configuration ---
0.37/0.40	c Stops conflict analysis at the first Unique Implication Point
0.37/0.40	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@1d2068d
0.37/0.40	c Learn all clauses as in MiniSAT
0.37/0.40	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.37/0.40	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.37/0.40	c Expensive reason simplification
0.37/0.40	c MiniSAT restarts strategy
0.37/0.40	c timeout=2147483s
0.37/0.40	c DB Simplification allowed=false
0.37/0.40	c --- End Solver configuration ---
0.37/0.40	c solving HOME/instance-1074637-1215179150.xml
0.37/0.40	c reading problem ... 
0.58/0.68	c reading problem named null
0.58/0.68	c reading domains done.
0.87/0.94	c reading variables done.
2.03/1.88	c reading predicates  done.
2.22/2.10	c reading constraints
251.13/252.95	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
253.82/255.60		at org.sat4j.minisat.constraints.cnf.WLClause.(WLClause.java:62)
253.82/255.61		at org.sat4j.minisat.constraints.cnf.OriginalWLClause.(OriginalWLClause.java:37)
253.82/255.61		at org.sat4j.minisat.constraints.cnf.OriginalWLClause.brandNewClause(OriginalWLClause.java:78)
253.82/255.61		at org.sat4j.minisat.constraints.MixedDataStructureDaniel.createClause(MixedDataStructureDaniel.java:69)
253.82/255.61		at org.sat4j.minisat.core.Solver.addClause(Solver.java:303)
253.82/255.61		at org.sat4j.csp.encodings.BinarySupportEncoding.generateClauses(BinarySupportEncoding.java:98)
253.82/255.61		at org.sat4j.csp.encodings.BinarySupportEncoding.onFinish(BinarySupportEncoding.java:53)
253.82/255.61		at org.sat4j.csp.Predicate.toClause(Predicate.java:110)
253.82/255.61		at org.sat4j.reader.CSPReader.endConstraint(CSPReader.java:479)
253.82/255.61		at org.sat4j.csp.xml.Constraint.endElement(Constraint.java:50)
253.82/255.61		at org.sat4j.csp.xml.InstanceParser.endElement(InstanceParser.java:49)
253.82/255.61		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endElement(Unknown Source)
253.82/255.61		at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.endElement(Unknown Source)
253.82/255.61		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanEndElement(Unknown Source)
253.82/255.61		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(Unknown Source)
253.82/255.61		at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(Unknown Source)
253.82/255.61		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
253.82/255.61		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
253.82/255.61		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
253.82/255.61		at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(Unknown Source)
253.82/255.61		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(Unknown Source)
253.82/255.61		at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown Source)
253.82/255.61		at org.sat4j.csp.xml.CspXmlParser.parse(CspXmlParser.java:62)
253.82/255.61		at org.sat4j.reader.XMLCSPReader.parseInstance(XMLCSPReader.java:62)
253.82/255.61		at org.sat4j.AbstractLauncher.readProblem(AbstractLauncher.java:174)
253.82/255.61		at org.sat4j.AbstractLauncher.run(AbstractLauncher.java:194)
253.82/255.61		at org.sat4j.csp.CSPLauncher.main(CSPLauncher.java:74)
256.50/258.30	Exception in thread "Thread-0" java.lang.OutOfMemoryError: GC overhead limit exceeded
256.50/258.30		at java.lang.AbstractStringBuilder.(Unknown Source)
256.50/258.30		at java.lang.StringBuilder.(Unknown Source)
256.50/258.30		at org.sat4j.minisat.core.SolverStats.printStat(SolverStats.java:91)
256.50/258.30		at org.sat4j.minisat.core.Solver.printStat(Solver.java:1232)
256.50/258.30		at org.sat4j.AbstractLauncher.displayResult(AbstractLauncher.java:94)
256.50/258.30		at org.sat4j.AbstractLauncher$1.run(AbstractLauncher.java:79)

Verifier Data (download as text)

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

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

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


[startup+0 s]
/proc/loadavg: 2.03 2.02 2.00 4/75 13535
/proc/meminfo: memFree=1617256/2055920 swapFree=4137176/4192956
[pid=13535] ppid=13533 vsize=18572 CPUtime=0
/proc/13535/stat : 13535 (runsolver) R 13533 13535 11165 0 -1 4194368 16 0 0 0 0 0 0 0 19 0 1 0 1002369970 19017728 292 996147200 4194304 4296836 548682068416 18446744073709551615 269028486439 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/13535/statm: 4643 292 257 25 0 2626 0

[startup+0.079113 s]
/proc/loadavg: 2.03 2.02 2.00 4/75 13535
/proc/meminfo: memFree=1617256/2055920 swapFree=4137176/4192956
[pid=13535] ppid=13533 vsize=802236 CPUtime=0.05
/proc/13535/stat : 13535 (java) S 13533 13535 11165 0 -1 0 2795 0 1 0 4 1 0 0 18 0 7 0 1002369970 821489664 2530 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 1 0 0
/proc/13535/statm: 200559 2530 1008 9 0 197942 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 802236

[startup+0.101749 s]
/proc/loadavg: 2.03 2.02 2.00 4/75 13535
/proc/meminfo: memFree=1617256/2055920 swapFree=4137176/4192956
[pid=13535] ppid=13533 vsize=804612 CPUtime=0.07
/proc/13535/stat : 13535 (java) S 13533 13535 11165 0 -1 0 2998 0 1 0 6 1 0 0 18 0 12 0 1002369970 823922688 2731 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13535/statm: 201153 2731 1048 9 0 198522 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 804612

[startup+0.301764 s]
/proc/loadavg: 2.03 2.02 2.00 4/75 13535
/proc/meminfo: memFree=1617256/2055920 swapFree=4137176/4192956
[pid=13535] ppid=13533 vsize=808276 CPUtime=0.28
/proc/13535/stat : 13535 (java) S 13533 13535 11165 0 -1 0 4944 0 1 0 26 2 0 0 18 0 12 0 1002369970 827674624 4271 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13535/statm: 202069 4271 1297 9 0 199438 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 808276

[startup+0.701796 s]
/proc/loadavg: 2.03 2.02 2.00 4/75 13535
/proc/meminfo: memFree=1617256/2055920 swapFree=4137176/4192956
[pid=13535] ppid=13533 vsize=808304 CPUtime=0.67
/proc/13535/stat : 13535 (java) S 13533 13535 11165 0 -1 0 6368 0 1 0 64 3 0 0 18 0 12 0 1002369970 827703296 5496 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13535/statm: 202076 5496 1335 9 0 199438 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 808304

[startup+1.50286 s]
/proc/loadavg: 2.03 2.02 2.00 4/87 13547
/proc/meminfo: memFree=1599688/2055920 swapFree=4137176/4192956
[pid=13535] ppid=13533 vsize=812152 CPUtime=1.46
/proc/13535/stat : 13535 (java) S 13533 13535 11165 0 -1 0 25465 0 1 0 136 10 0 0 18 0 12 0 1002369970 831643648 23077 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13535/statm: 203038 23077 1347 9 0 200400 0
[pid=13535/tid=13537] ppid=13533 vsize=812152 CPUtime=0.77
/proc/13535/task/13537/stat : 13537 (java) R 13533 13535 11165 0 -1 64 16956 0 1 0 70 7 0 0 25 0 12 0 1002369972 831643648 23077 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13535/tid=13538] ppid=13533 vsize=812152 CPUtime=0.05
/proc/13535/task/13538/stat : 13538 (java) R 13533 13535 11165 0 -1 64 2623 0 0 0 5 0 0 0 17 0 12 0 1002369973 831643648 23077 996147200 134512640 134550740 4294956016 18446744073709551615 106160196 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13535/tid=13539] ppid=13533 vsize=812152 CPUtime=0.03
/proc/13535/task/13539/stat : 13539 (java) R 13533 13535 11165 0 -1 64 2640 0 0 0 3 0 0 0 17 0 12 0 1002369973 831643648 23077 996147200 134512640 134550740 4294956016 18446744073709551615 106160196 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13535/tid=13540] ppid=13533 vsize=812152 CPUtime=0
/proc/13535/task/13540/stat : 13540 (java) S 13533 13535 11165 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 1002369975 831643648 23077 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13535/tid=13541] ppid=13533 vsize=812152 CPUtime=0
/proc/13535/task/13541/stat : 13541 (java) S 13533 13535 11165 0 -1 64 9 0 0 0 0 0 0 0 21 0 12 0 1002369975 831643648 23077 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13535/tid=13542] ppid=13533 vsize=812152 CPUtime=0
/proc/13535/task/13542/stat : 13542 (java) S 13533 13535 11165 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 1002369975 831643648 23077 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13535/tid=13543] ppid=13533 vsize=812152 CPUtime=0
/proc/13535/task/13543/stat : 13543 (java) S 13533 13535 11165 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1002369980 831643648 23077 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13535/tid=13544] ppid=13533 vsize=812152 CPUtime=0.31
/proc/13535/task/13544/stat : 13544 (java) S 13533 13535 11165 0 -1 64 1308 0 0 0 31 0 0 0 16 0 12 0 1002369980 831643648 23077 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13535/tid=13545] ppid=13533 vsize=812152 CPUtime=0.25
/proc/13535/task/13545/stat : 13545 (java) S 13533 13535 11165 0 -1 64 1175 0 0 0 25 0 0 0 16 0 12 0 1002369980 831643648 23077 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13535/tid=13546] ppid=13533 vsize=812152 CPUtime=0
/proc/13535/task/13546/stat : 13546 (java) S 13533 13535 11165 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1002369980 831643648 23077 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13535/tid=13547] ppid=13533 vsize=812152 CPUtime=0
/proc/13535/task/13547/stat : 13547 (java) S 13533 13535 11165 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1002369980 831643648 23077 996147200 134512640 134550740 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) 812152

[startup+3.10299 s]
/proc/loadavg: 2.19 2.05 2.01 3/87 13547
/proc/meminfo: memFree=1494856/2055920 swapFree=4137176/4192956
[pid=13535] ppid=13533 vsize=820312 CPUtime=3.31
/proc/13535/stat : 13535 (java) S 13533 13535 11165 0 -1 0 42639 0 1 0 312 19 0 0 18 0 12 0 1002369970 839999488 36920 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13535/statm: 205078 36920 1384 9 0 202440 0
[pid=13535/tid=13537] ppid=13533 vsize=820312 CPUtime=1.38
/proc/13535/task/13537/stat : 13537 (java) R 13533 13535 11165 0 -1 64 17268 0 1 0 130 8 0 0 21 0 12 0 1002369972 839999488 36920 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13535/tid=13538] ppid=13533 vsize=820312 CPUtime=0.39
/proc/13535/task/13538/stat : 13538 (java) R 13533 13535 11165 0 -1 64 9903 0 0 0 35 4 0 0 17 0 12 0 1002369973 839999488 36920 996147200 134512640 134550740 4294956016 18446744073709551615 106160148 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13535/tid=13539] ppid=13533 vsize=820312 CPUtime=0.35
/proc/13535/task/13539/stat : 13539 (java) R 13533 13535 11165 0 -1 64 8453 0 0 0 33 2 0 0 17 0 12 0 1002369973 839999488 36920 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13535/tid=13540] ppid=13533 vsize=820312 CPUtime=0
/proc/13535/task/13540/stat : 13540 (java) S 13533 13535 11165 0 -1 64 30 0 0 0 0 0 0 0 16 0 12 0 1002369975 839999488 36920 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13535/tid=13541] ppid=13533 vsize=820312 CPUtime=0
/proc/13535/task/13541/stat : 13541 (java) S 13533 13535 11165 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1002369975 839999488 36920 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13535/tid=13542] ppid=13533 vsize=820312 CPUtime=0
/proc/13535/task/13542/stat : 13542 (java) S 13533 13535 11165 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 1002369975 839999488 36920 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13535/tid=13543] ppid=13533 vsize=820312 CPUtime=0
/proc/13535/task/13543/stat : 13543 (java) S 13533 13535 11165 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1002369980 839999488 36920 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13535/tid=13544] ppid=13533 vsize=820312 CPUtime=0.79
/proc/13535/task/13544/stat : 13544 (java) S 13533 13535 11165 0 -1 64 4787 0 0 0 77 2 0 0 17 0 12 0 1002369980 839999488 36920 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13535/tid=13545] ppid=13533 vsize=820312 CPUtime=0.34
/proc/13535/task/13545/stat : 13545 (java) S 13533 13535 11165 0 -1 64 1435 0 0 0 34 0 0 0 16 0 12 0 1002369980 839999488 36920 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13535/tid=13546] ppid=13533 vsize=820312 CPUtime=0
/proc/13535/task/13546/stat : 13546 (java) S 13533 13535 11165 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1002369980 839999488 36920 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13535/tid=13547] ppid=13533 vsize=820312 CPUtime=0
/proc/13535/task/13547/stat : 13547 (java) S 13533 13535 11165 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1002369980 839999488 36920 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.31
Current children cumulated vsize (KiB) 820312

[startup+6.31224 s]
/proc/loadavg: 2.19 2.05 2.01 3/87 13547
/proc/meminfo: memFree=1436424/2055920 swapFree=4137176/4192956
[pid=13535] ppid=13533 vsize=819188 CPUtime=6.58
/proc/13535/stat : 13535 (java) S 13533 13535 11165 0 -1 0 53185 0 1 0 635 23 0 0 18 0 12 0 1002369970 838848512 46930 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13535/statm: 204797 46930 1384 9 0 202159 0
[pid=13535/tid=13537] ppid=13533 vsize=819188 CPUtime=3.88
/proc/13535/task/13537/stat : 13537 (java) R 13533 13535 11165 0 -1 64 17273 0 1 0 380 8 0 0 25 0 12 0 1002369972 838848512 46930 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13535/tid=13538] ppid=13533 vsize=819188 CPUtime=0.87
/proc/13535/task/13538/stat : 13538 (java) R 13533 13535 11165 0 -1 64 18085 0 0 0 80 7 0 0 15 0 12 0 1002369973 838848512 46930 996147200 134512640 134550740 4294956016 18446744073709551615 105852822 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13535/tid=13539] ppid=13533 vsize=819188 CPUtime=0.63
/proc/13535/task/13539/stat : 13539 (java) R 13533 13535 11165 0 -1 64 10811 0 0 0 60 3 0 0 15 0 12 0 1002369973 838848512 46930 996147200 134512640 134550740 4294956016 18446744073709551615 104136869 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13535/tid=13540] ppid=13533 vsize=819188 CPUtime=0
/proc/13535/task/13540/stat : 13540 (java) R 13533 13535 11165 0 -1 64 31 0 0 0 0 0 0 0 16 0 12 0 1002369975 838848512 46930 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13535/tid=13541] ppid=13533 vsize=819188 CPUtime=0
/proc/13535/task/13541/stat : 13541 (java) S 13533 13535 11165 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1002369975 838848512 46930 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13535/tid=13542] ppid=13533 vsize=819188 CPUtime=0
/proc/13535/task/13542/stat : 13542 (java) S 13533 13535 11165 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 1002369975 838848512 46930 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13535/tid=13543] ppid=13533 vsize=819188 CPUtime=0
/proc/13535/task/13543/stat : 13543 (java) S 13533 13535 11165 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1002369980 838848512 46930 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13535/tid=13544] ppid=13533 vsize=819188 CPUtime=0.79
/proc/13535/task/13544/stat : 13544 (java) S 13533 13535 11165 0 -1 64 4787 0 0 0 77 2 0 0 17 0 12 0 1002369980 838848512 46930 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13535/tid=13545] ppid=13533 vsize=819188 CPUtime=0.35
/proc/13535/task/13545/stat : 13545 (java) S 13533 13535 11165 0 -1 64 1435 0 0 0 35 0 0 0 16 0 12 0 1002369980 838848512 46930 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13535/tid=13546] ppid=13533 vsize=819188 CPUtime=0
/proc/13535/task/13546/stat : 13546 (java) S 13533 13535 11165 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1002369980 838848512 46930 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13535/tid=13547] ppid=13533 vsize=819188 CPUtime=0
/proc/13535/task/13547/stat : 13547 (java) R 13533 13535 11165 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1002369980 838848512 46930 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.58
Current children cumulated vsize (KiB) 819188

[startup+12.7017 s]
/proc/loadavg: 2.16 2.05 2.01 3/87 13547
/proc/meminfo: memFree=1389192/2055920 swapFree=4137176/4192956
[pid=13535] ppid=13533 vsize=819188 CPUtime=12.92
/proc/13535/stat : 13535 (java) S 13533 13535 11165 0 -1 0 68385 0 1 0 1261 31 0 0 18 0 12 0 1002369970 838848512 60886 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13535/statm: 204797 60886 1385 9 0 202159 0
[pid=13535/tid=13537] ppid=13533 vsize=819188 CPUtime=9.83
/proc/13535/task/13537/stat : 13537 (java) R 13533 13535 11165 0 -1 64 17294 0 1 0 975 8 0 0 25 0 12 0 1002369972 838848512 60886 996147200 134512640 134550740 4294956016 18446744073709551615 4109663625 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13535/tid=13538] ppid=13533 vsize=819188 CPUtime=1.03
/proc/13535/task/13538/stat : 13538 (java) S 13533 13535 11165 0 -1 64 25803 0 0 0 92 11 0 0 16 0 12 0 1002369973 838848512 60886 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13535/tid=13539] ppid=13533 vsize=819188 CPUtime=0.8
/proc/13535/task/13539/stat : 13539 (java) S 13533 13535 11165 0 -1 64 18253 0 0 0 73 7 0 0 16 0 12 0 1002369973 838848512 60886 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13535/tid=13540] ppid=13533 vsize=819188 CPUtime=0
/proc/13535/task/13540/stat : 13540 (java) S 13533 13535 11165 0 -1 64 31 0 0 0 0 0 0 0 16 0 12 0 1002369975 838848512 60886 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13535/tid=13541] ppid=13533 vsize=819188 CPUtime=0
/proc/13535/task/13541/stat : 13541 (java) S 13533 13535 11165 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1002369975 838848512 60886 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13535/tid=13542] ppid=13533 vsize=819188 CPUtime=0
/proc/13535/task/13542/stat : 13542 (java) S 13533 13535 11165 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 1002369975 838848512 60886 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13535/tid=13543] ppid=13533 vsize=819188 CPUtime=0
/proc/13535/task/13543/stat : 13543 (java) S 13533 13535 11165 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1002369980 838848512 60886 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13535/tid=13544] ppid=13533 vsize=819188 CPUtime=0.82
/proc/13535/task/13544/stat : 13544 (java) S 13533 13535 11165 0 -1 64 4799 0 0 0 80 2 0 0 17 0 12 0 1002369980 838848512 60886 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13535/tid=13545] ppid=13533 vsize=819188 CPUtime=0.37
/proc/13535/task/13545/stat : 13545 (java) S 13533 13535 11165 0 -1 64 1442 0 0 0 37 0 0 0 17 0 12 0 1002369980 838848512 60886 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13535/tid=13546] ppid=13533 vsize=819188 CPUtime=0
/proc/13535/task/13546/stat : 13546 (java) S 13533 13535 11165 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1002369980 838848512 60886 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13535/tid=13547] ppid=13533 vsize=819188 CPUtime=0
/proc/13535/task/13547/stat : 13547 (java) S 13533 13535 11165 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1002369980 838848512 60886 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.92
Current children cumulated vsize (KiB) 819188

[startup+25.5028 s]
/proc/loadavg: 2.13 2.05 2.01 3/87 13547
/proc/meminfo: memFree=1291464/2055920 swapFree=4137176/4192956
[pid=13535] ppid=13533 vsize=819188 CPUtime=25.59
/proc/13535/stat : 13535 (java) S 13533 13535 11165 0 -1 0 90037 0 1 0 2520 39 0 0 18 0 12 0 1002369970 838848512 82510 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13535/statm: 204797 82510 1385 9 0 202159 0
[pid=13535/tid=13537] ppid=13533 vsize=819188 CPUtime=22.03
/proc/13535/task/13537/stat : 13537 (java) R 13533 13535 11165 0 -1 64 17322 0 1 0 2195 8 0 0 25 0 12 0 1002369972 838848512 82510 996147200 134512640 134550740 4294956016 18446744073709551615 4109663684 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13535/tid=13538] ppid=13533 vsize=819188 CPUtime=1.22
/proc/13535/task/13538/stat : 13538 (java) S 13533 13535 11165 0 -1 64 35291 0 0 0 107 15 0 0 15 0 12 0 1002369973 838848512 82510 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13535/tid=13539] ppid=13533 vsize=819188 CPUtime=1.01
/proc/13535/task/13539/stat : 13539 (java) S 13533 13535 11165 0 -1 64 30385 0 0 0 90 11 0 0 16 0 12 0 1002369973 838848512 82510 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13535/tid=13540] ppid=13533 vsize=819188 CPUtime=0
/proc/13535/task/13540/stat : 13540 (java) S 13533 13535 11165 0 -1 64 31 0 0 0 0 0 0 0 15 0 12 0 1002369975 838848512 82510 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13535/tid=13541] ppid=13533 vsize=819188 CPUtime=0
/proc/13535/task/13541/stat : 13541 (java) S 13533 13535 11165 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1002369975 838848512 82510 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13535/tid=13542] ppid=13533 vsize=819188 CPUtime=0
/proc/13535/task/13542/stat : 13542 (java) S 13533 13535 11165 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 1002369975 838848512 82510 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13535/tid=13543] ppid=13533 vsize=819188 CPUtime=0
/proc/13535/task/13543/stat : 13543 (java) S 13533 13535 11165 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1002369980 838848512 82510 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

Current children cumulated CPU time (s) 241.38
Current children cumulated vsize (KiB) 823192

[startup+249.502 s]
/proc/loadavg: 2.42 2.13 2.03 4/88 13548
/proc/meminfo: memFree=921216/2055920 swapFree=4137176/4192956
[pid=13535] ppid=13533 vsize=823192 CPUtime=247.74
/proc/13535/stat : 13535 (java) S 13533 13535 11165 0 -1 0 271404 0 1 0 24654 120 0 0 18 0 12 0 1002369970 842948608 175333 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13535/statm: 205798 175333 1389 9 0 203160 0
[pid=13535/tid=13537] ppid=13533 vsize=823192 CPUtime=202.7
/proc/13535/task/13537/stat : 13537 (java) R 13533 13535 11165 0 -1 64 17726 0 1 0 20259 11 0 0 25 0 12 0 1002369972 842948608 175333 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13535/tid=13538] ppid=13533 vsize=823192 CPUtime=4.37
/proc/13535/task/13538/stat : 13538 (java) S 13533 13535 11165 0 -1 64 89190 0 0 0 401 36 0 0 15 0 12 0 1002369973 842948608 175333 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13535/tid=13539] ppid=13533 vsize=823192 CPUtime=4.04
/proc/13535/task/13539/stat : 13539 (java) S 13533 13535 11165 0 -1 64 68469 0 0 0 378 26 0 0 16 0 12 0 1002369973 842948608 175333 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13535/tid=13540] ppid=13533 vsize=823192 CPUtime=35.29
/proc/13535/task/13540/stat : 13540 (java) R 13533 13535 11165 0 -1 64 89010 0 0 0 3487 42 0 0 16 0 12 0 1002369975 842948608 175333 996147200 134512640 134550740 4294956016 18446744073709551615 104136304 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13535/tid=13541] ppid=13533 vsize=823192 CPUtime=0
/proc/13535/task/13541/stat : 13541 (java) S 13533 13535 11165 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1002369975 842948608 175333 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13535/tid=13542] ppid=13533 vsize=823192 CPUtime=0
/proc/13535/task/13542/stat : 13542 (java) S 13533 13535 11165 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 1002369975 842948608 175333 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13535/tid=13543] ppid=13533 vsize=823192 CPUtime=0
/proc/13535/task/13543/stat : 13543 (java) S 13533 13535 11165 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1002369980 842948608 175333 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13535/tid=13544] ppid=13533 vsize=823192 CPUtime=0.86
/proc/13535/task/13544/stat : 13544 (java) S 13533 13535 11165 0 -1 64 4800 0 0 0 84 2 0 0 16 0 12 0 1002369980 842948608 175333 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13535/tid=13545] ppid=13533 vsize=823192 CPUtime=0.43
/proc/13535/task/13545/stat : 13545 (java) S 13533 13535 11165 0 -1 64 1446 0 0 0 43 0 0 0 17 0 12 0 1002369980 842948608 175333 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13535/tid=13546] ppid=13533 vsize=823192 CPUtime=0
/proc/13535/task/13546/stat : 13546 (java) S 13533 13535 11165 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1002369980 842948608 175333 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13535/tid=13547] ppid=13533 vsize=823192 CPUtime=0
/proc/13535/task/13547/stat : 13547 (java) S 13533 13535 11165 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1002369980 842948608 175333 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 247.74
Current children cumulated vsize (KiB) 823192

[startup+252.702 s]
/proc/loadavg: 2.47 2.14 2.04 4/88 13548
/proc/meminfo: memFree=919040/2055920 swapFree=4137176/4192956
[pid=13535] ppid=13533 vsize=823192 CPUtime=250.93
/proc/13535/stat : 13535 (java) S 13533 13535 11165 0 -1 0 278917 0 1 0 24970 123 0 0 18 0 12 0 1002369970 842948608 175333 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13535/statm: 205798 175333 1389 9 0 203160 0
[pid=13535/tid=13537] ppid=13533 vsize=823192 CPUtime=202.92
/proc/13535/task/13537/stat : 13537 (java) S 13533 13535 11165 0 -1 64 17729 0 1 0 20281 11 0 0 25 0 12 0 1002369972 842948608 175333 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13535/tid=13538] ppid=13533 vsize=823192 CPUtime=4.37
/proc/13535/task/13538/stat : 13538 (java) S 13533 13535 11165 0 -1 64 89190 0 0 0 401 36 0 0 15 0 12 0 1002369973 842948608 175333 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13535/tid=13539] ppid=13533 vsize=823192 CPUtime=4.04
/proc/13535/task/13539/stat : 13539 (java) S 13533 13535 11165 0 -1 64 68469 0 0 0 378 26 0 0 16 0 12 0 1002369973 842948608 175333 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13535/tid=13540] ppid=13533 vsize=823192 CPUtime=38.25
/proc/13535/task/13540/stat : 13540 (java) R 13533 13535 11165 0 -1 64 96520 0 0 0 3780 45 0 0 18 0 12 0 1002369975 842948608 175333 996147200 134512640 134550740 4294956016 18446744073709551615 106122234 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13535/tid=13541] ppid=13533 vsize=823192 CPUtime=0
/proc/13535/task/13541/stat : 13541 (java) S 13533 13535 11165 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1002369975 842948608 175333 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13535/tid=13542] ppid=13533 vsize=823192 CPUtime=0
/proc/13535/task/13542/stat : 13542 (java) S 13533 13535 11165 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 1002369975 842948608 175333 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13535/tid=13543] ppid=13533 vsize=823192 CPUtime=0
/proc/13535/task/13543/stat : 13543 (java) S 13533 13535 11165 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1002369980 842948608 175333 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13535/tid=13544] ppid=13533 vsize=823192 CPUtime=0.86
/proc/13535/task/13544/stat : 13544 (java) S 13533 13535 11165 0 -1 64 4800 0 0 0 84 2 0 0 16 0 12 0 1002369980 842948608 175333 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13535/tid=13545] ppid=13533 vsize=823192 CPUtime=0.43
/proc/13535/task/13545/stat : 13545 (java) S 13533 13535 11165 0 -1 64 1446 0 0 0 43 0 0 0 17 0 12 0 1002369980 842948608 175333 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13535/tid=13546] ppid=13533 vsize=823192 CPUtime=0
/proc/13535/task/13546/stat : 13546 (java) S 13533 13535 11165 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1002369980 842948608 175333 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13535/tid=13547] ppid=13533 vsize=823192 CPUtime=0
/proc/13535/task/13547/stat : 13547 (java) S 13533 13535 11165 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1002369980 842948608 175333 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 250.93
Current children cumulated vsize (KiB) 823192

[startup+255.903 s]
/proc/loadavg: 2.47 2.14 2.04 3/88 13548
/proc/meminfo: memFree=919040/2055920 swapFree=4137176/4192956
[pid=13535] ppid=13533 vsize=823516 CPUtime=254.12
/proc/13535/stat : 13535 (java) S 13533 13535 11165 0 -1 0 286440 0 1 0 25285 127 0 0 18 0 13 0 1002369970 843280384 175341 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13535/statm: 205879 175341 1390 9 0 203241 0
[pid=13535/tid=13537] ppid=13533 vsize=823516 CPUtime=202.93
/proc/13535/task/13537/stat : 13537 (java) S 13533 13535 11165 0 -1 64 17738 0 1 0 20282 11 0 0 18 0 13 0 1002369972 843280384 175341 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13535/tid=13538] ppid=13533 vsize=823516 CPUtime=4.37
/proc/13535/task/13538/stat : 13538 (java) S 13533 13535 11165 0 -1 64 89190 0 0 0 401 36 0 0 15 0 13 0 1002369973 843280384 175341 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13535/tid=13539] ppid=13533 vsize=823516 CPUtime=4.04
/proc/13535/task/13539/stat : 13539 (java) S 13533 13535 11165 0 -1 64 68469 0 0 0 378 26 0 0 16 0 13 0 1002369973 843280384 175341 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13535/tid=13540] ppid=13533 vsize=823516 CPUtime=41.43
/proc/13535/task/13540/stat : 13540 (java) R 13533 13535 11165 0 -1 64 104030 0 0 0 4095 48 0 0 25 0 13 0 1002369975 843280384 175341 996147200 134512640 134550740 4294956016 18446744073709551615 106122234 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13535/tid=13541] ppid=13533 vsize=823516 CPUtime=0
/proc/13535/task/13541/stat : 13541 (java) S 13533 13535 11165 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 1002369975 843280384 175341 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13535/tid=13542] ppid=13533 vsize=823516 CPUtime=0
/proc/13535/task/13542/stat : 13542 (java) S 13533 13535 11165 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 1002369975 843280384 175341 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13535/tid=13543] ppid=13533 vsize=823516 CPUtime=0
/proc/13535/task/13543/stat : 13543 (java) S 13533 13535 11165 0 -1 64 2 0 0 0 0 0 0 0 18 0 13 0 1002369980 843280384 175341 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13535/tid=13544] ppid=13533 vsize=823516 CPUtime=0.86
/proc/13535/task/13544/stat : 13544 (java) S 13533 13535 11165 0 -1 64 4800 0 0 0 84 2 0 0 16 0 13 0 1002369980 843280384 175341 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13535/tid=13545] ppid=13533 vsize=823516 CPUtime=0.43
/proc/13535/task/13545/stat : 13545 (java) S 13533 13535 11165 0 -1 64 1446 0 0 0 43 0 0 0 17 0 13 0 1002369980 843280384 175341 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13535/tid=13546] ppid=13533 vsize=823516 CPUtime=0
/proc/13535/task/13546/stat : 13546 (java) S 13533 13535 11165 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 1002369980 843280384 175341 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13535/tid=13547] ppid=13533 vsize=823516 CPUtime=0
/proc/13535/task/13547/stat : 13547 (java) S 13533 13535 11165 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 1002369980 843280384 175341 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 254.12
Current children cumulated vsize (KiB) 823516

[startup+257.502 s]
/proc/loadavg: 2.43 2.14 2.04 3/89 13549
/proc/meminfo: memFree=918968/2055920 swapFree=4137176/4192956
[pid=13535] ppid=13533 vsize=823516 CPUtime=255.7
/proc/13535/stat : 13535 (java) S 13533 13535 11165 0 -1 0 290949 0 1 0 25442 128 0 0 18 0 13 0 1002369970 843280384 175341 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13535/statm: 205879 175341 1390 9 0 203241 0
[pid=13535/tid=13537] ppid=13533 vsize=823516 CPUtime=202.93
/proc/13535/task/13537/stat : 13537 (java) S 13533 13535 11165 0 -1 64 17738 0 1 0 20282 11 0 0 18 0 13 0 1002369972 843280384 175341 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13535/tid=13538] ppid=13533 vsize=823516 CPUtime=4.37
/proc/13535/task/13538/stat : 13538 (java) S 13533 13535 11165 0 -1 64 89190 0 0 0 401 36 0 0 15 0 13 0 1002369973 843280384 175341 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13535/tid=13539] ppid=13533 vsize=823516 CPUtime=4.04
/proc/13535/task/13539/stat : 13539 (java) S 13533 13535 11165 0 -1 64 68469 0 0 0 378 26 0 0 16 0 13 0 1002369973 843280384 175341 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13535/tid=13540] ppid=13533 vsize=823516 CPUtime=43.02
/proc/13535/task/13540/stat : 13540 (java) R 13533 13535 11165 0 -1 64 108536 0 0 0 4252 50 0 0 25 0 13 0 1002369975 843280384 175341 996147200 134512640 134550740 4294956016 18446744073709551615 105847260 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13535/tid=13541] ppid=13533 vsize=823516 CPUtime=0
/proc/13535/task/13541/stat : 13541 (java) S 13533 13535 11165 0 -1 64 10 0 0 0 0 0 0 0 15 0 13 0 1002369975 843280384 175341 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13535/tid=13542] ppid=13533 vsize=823516 CPUtime=0
/proc/13535/task/13542/stat : 13542 (java) S 13533 13535 11165 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 1002369975 843280384 175341 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13535/tid=13543] ppid=13533 vsize=823516 CPUtime=0
/proc/13535/task/13543/stat : 13543 (java) S 13533 13535 11165 0 -1 64 2 0 0 0 0 0 0 0 18 0 13 0 1002369980 843280384 175341 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13535/tid=13544] ppid=13533 vsize=823516 CPUtime=0.86
/proc/13535/task/13544/stat : 13544 (java) S 13533 13535 11165 0 -1 64 4800 0 0 0 84 2 0 0 16 0 13 0 1002369980 843280384 175341 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13535/tid=13545] ppid=13533 vsize=823516 CPUtime=0.43
/proc/13535/task/13545/stat : 13545 (java) S 13533 13535 11165 0 -1 64 1446 0 0 0 43 0 0 0 17 0 13 0 1002369980 843280384 175341 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13535/tid=13546] ppid=13533 vsize=823516 CPUtime=0
/proc/13535/task/13546/stat : 13546 (java) S 13533 13535 11165 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 1002369980 843280384 175341 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13535/tid=13547] ppid=13533 vsize=823516 CPUtime=0
/proc/13535/task/13547/stat : 13547 (java) S 13533 13535 11165 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 1002369980 843280384 175341 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13535/tid=13549] ppid=13533 vsize=823516 CPUtime=0
/proc/13535/task/13549/stat : 13549 (java) S 13533 13535 11165 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 1002395531 843280384 175341 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 255.7
Current children cumulated vsize (KiB) 823516

[startup+258.302 s]
/proc/loadavg: 2.43 2.14 2.04 3/89 13549
/proc/meminfo: memFree=918968/2055920 swapFree=4137176/4192956
[pid=13535] ppid=13533 vsize=823516 CPUtime=256.5
/proc/13535/stat : 13535 (java) S 13533 13535 11165 0 -1 0 290949 0 1 0 25522 128 0 0 18 0 13 0 1002369970 843280384 175341 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13535/statm: 205879 175341 1390 9 0 203241 0
[pid=13535/tid=13537] ppid=13533 vsize=823516 CPUtime=202.93
/proc/13535/task/13537/stat : 13537 (java) S 13533 13535 11165 0 -1 64 17738 0 1 0 20282 11 0 0 18 0 13 0 1002369972 843280384 175341 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13535/tid=13538] ppid=13533 vsize=823516 CPUtime=4.37
/proc/13535/task/13538/stat : 13538 (java) S 13533 13535 11165 0 -1 64 89190 0 0 0 401 36 0 0 15 0 13 0 1002369973 843280384 175341 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13535/tid=13539] ppid=13533 vsize=823516 CPUtime=4.04
/proc/13535/task/13539/stat : 13539 (java) S 13533 13535 11165 0 -1 64 68469 0 0 0 378 26 0 0 16 0 13 0 1002369973 843280384 175341 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13535/tid=13540] ppid=13533 vsize=823516 CPUtime=43.82
/proc/13535/task/13540/stat : 13540 (java) R 13533 13535 11165 0 -1 64 108536 0 0 0 4332 50 0 0 25 0 13 0 1002369975 843280384 175341 996147200 134512640 134550740 4294956016 18446744073709551615 105678353 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13535/tid=13541] ppid=13533 vsize=823516 CPUtime=0
/proc/13535/task/13541/stat : 13541 (java) S 13533 13535 11165 0 -1 64 10 0 0 0 0 0 0 0 15 0 13 0 1002369975 843280384 175341 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13535/tid=13542] ppid=13533 vsize=823516 CPUtime=0
/proc/13535/task/13542/stat : 13542 (java) S 13533 13535 11165 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 1002369975 843280384 175341 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13535/tid=13543] ppid=13533 vsize=823516 CPUtime=0
/proc/13535/task/13543/stat : 13543 (java) S 13533 13535 11165 0 -1 64 2 0 0 0 0 0 0 0 18 0 13 0 1002369980 843280384 175341 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13535/tid=13544] ppid=13533 vsize=823516 CPUtime=0.86
/proc/13535/task/13544/stat : 13544 (java) S 13533 13535 11165 0 -1 64 4800 0 0 0 84 2 0 0 16 0 13 0 1002369980 843280384 175341 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13535/tid=13545] ppid=13533 vsize=823516 CPUtime=0.43
/proc/13535/task/13545/stat : 13545 (java) S 13533 13535 11165 0 -1 64 1446 0 0 0 43 0 0 0 17 0 13 0 1002369980 843280384 175341 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13535/tid=13546] ppid=13533 vsize=823516 CPUtime=0
/proc/13535/task/13546/stat : 13546 (java) S 13533 13535 11165 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 1002369980 843280384 175341 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13535/tid=13547] ppid=13533 vsize=823516 CPUtime=0
/proc/13535/task/13547/stat : 13547 (java) S 13533 13535 11165 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 1002369980 843280384 175341 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13535/tid=13549] ppid=13533 vsize=823516 CPUtime=0
/proc/13535/task/13549/stat : 13549 (java) S 13533 13535 11165 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 1002395531 843280384 175341 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 256.5
Current children cumulated vsize (KiB) 823516

[startup+258.508 s]
/proc/loadavg: 2.43 2.14 2.04 3/88 13549
/proc/meminfo: memFree=923000/2055920 swapFree=4137176/4192956
[pid=13535] ppid=13533 vsize=0 CPUtime=256.67
/proc/13535/stat : 13535 (java) Z 13533 13535 11165 0 -1 12 290955 0 1 0 25534 133 0 0 16 0 2 0 1002369970 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13535/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 256.67
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 258.569
CPU time (s): 256.739
CPU user time (s): 255.341
CPU system time (s): 1.39779
CPU usage (%): 99.2921
Max. virtual memory (cumulated for all children) (KiB): 825196

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 255.341
system time used= 1.39779
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 290955
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= 11648
involuntary context switches= 11060

runsolver used 0.317951 second user time and 0.909861 second system time

The end

Launcher Data (download as text)

Begin job on node26 at 2008-07-04 15:45:50
IDJOB=1074637
IDBENCH=56426
IDSOLVER=344
FILE ID=node26/1074637-1215179150
PBS_JOBID= 7881521
Free space on /tmp= 66512 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 23a05b88381e0b0d602652448f9fdc61
RANDOM SEED=1958850526

node26.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.221
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.221
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:       1617736 kB
Buffers:         45108 kB
Cached:         167552 kB
SwapCached:      49684 kB
Active:         331436 kB
Inactive:        51448 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1617736 kB
SwapTotal:     4192956 kB
SwapFree:      4137176 kB
Dirty:            2144 kB
Writeback:           0 kB
Mapped:         176712 kB
Slab:            40212 kB
Committed_AS:  1862220 kB
PageTables:       2136 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= 66508 MiB
End job on node26 at 2008-07-04 15:50:09