Trace number 2083740

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
Concrete DC 2009-07-14? 203.08 205.084

DiagnosticValue
CHECKS5201460
NODES0

General information on the benchmark

Namecsp/fapp/fapp25/
normalized-fapp25-2230-9.xml
MD5SUMcd2c3c12815b02c7c73d42faba495a48
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 benchmark29.0496
Satisfiable
(Un)Satisfiability was proved
Number of variables2230
Number of constraints18971
Maximum constraint arity2
Maximum domain size302
Number of constraints which are defined in extension0
Number of constraints which are defined in intension18971
Global constraints used (with number of constraints)

Solver Data

122.58/123.80	c CPU-LOAD 106.45
122.58/123.80	c LOADED 2230 V (302 E), 11974 ExtensionConstraint2D, arity 2, 106.45 cpu
202.93/204.91	c [ 204.500] WARNING : java.lang.OutOfMemoryError: Java heap space
202.93/204.91	java.util.Arrays.copyOf(Unknown Source)
202.93/204.91	cspfj.filter.DC2.noGoods(DC2.java:290)
202.93/204.91	cspfj.filter.DC2.singletonTest(DC2.java:206)
202.93/204.91	cspfj.filter.DC2.cdcReduce(DC2.java:125)
202.93/204.91	cspfj.filter.DC2.reduceAll(DC2.java:92)
202.93/204.91	cspfj.AbstractSolver.preprocess(AbstractSolver.java:226)
202.93/204.91	cspfj.MGACIter.runSolver(MGACIter.java:206)
202.93/204.91	concrete.AbstractLauncher.solve(AbstractLauncher.java:401)
202.93/204.91	concrete.Concrete.solve(Concrete.java:187)
202.93/204.91	concrete.Concrete.run(Concrete.java:112)
202.93/204.91	concrete.Concrete.main(Concrete.java:105) (cspfj.ResultHandler.result)
202.93/204.91	s UNKNOWN
202.93/204.91	d NODES 0
202.93/204.91	d CHECKS 5201458
202.93/204.91	c java.lang.OutOfMemoryError: Java heap space[java.util.Arrays.copyOf(Unknown Source), cspfj.filter.DC2.noGoods(DC2.java:290), cspfj.filter.DC2.singletonTest(DC2.java:206), cspfj.filter.DC2.cdcReduce(DC2.java:125), cspfj.filter.DC2.reduceAll(DC2.java:92), cspfj.AbstractSolver.preprocess(AbstractSolver.java:226), cspfj.MGACIter.runSolver(MGACIter.java:206), concrete.AbstractLauncher.solve(AbstractLauncher.java:401), concrete.Concrete.solve(Concrete.java:187), concrete.Concrete.run(Concrete.java:112), concrete.Concrete.main(Concrete.java:105)]
202.93/204.91	c CDC-added-constraints: 4307
202.93/204.91	c CDC-nbsingletontests: 5
202.93/204.91	c CDC-nogoods: 431830
202.93/204.91	c prepro-constraint-ccks: 0
202.93/204.91	c prepro-constraint-presenceccks: 0
202.93/204.91	c prepro-cpu: 40.469997
202.93/204.91	c prepro-matrix2d-ccks: 5201458
202.93/204.91	c prepro-matrix2d-presenceccks: 2342873
202.93/204.91	c prepro-removed: 590653
202.93/204.91	c total-assgn: 0
202.93/204.91	c total-constraint-ccks: 0
202.93/204.91	c total-constraint-presence-ccks: 0
202.93/204.91	c total-cpu: 40.98
202.93/204.91	c total-matrix2d-ccks: 5201458
202.93/204.91	c total-matrix2d-presence-ccks: 2342873
202.93/204.91	c TOTAL-NODES 0
202.93/204.91	c TOTAL-CPU 0.0

Verifier Data

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

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2083740-1247723692/watcher-2083740-1247723692 -o /tmp/evaluation-result-2083740-1247723692/solver-2083740-1247723692 -C 1800 -W 2000 -M 900 HOME/concrete.sh -c -p cspfj.filter.DC2 -parameter cdc.addConstraints=BIN HOME/instance-2083740-1247723692.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 4/72 14908
/proc/meminfo: memFree=1696536/2055920 swapFree=4192812/4192956
[pid=14908] ppid=14906 vsize=5356 CPUtime=0
/proc/14908/stat : 14908 (concrete.sh) S 14906 14908 13257 0 -1 4194304 271 0 0 0 0 0 0 0 20 0 1 0 59431836 5484544 230 996147200 4194304 4889804 548682068736 18446744073709551615 231962542162 0 0 4100 65536 18446744071563648864 0 0 17 1 0 0
/proc/14908/statm: 1339 230 191 169 0 50 0
[pid=14909] ppid=14908 vsize=124 CPUtime=0
/proc/14909/stat : 14909 (dirname) R 14908 14908 13257 0 -1 4194304 47 0 0 0 0 0 0 0 22 0 1 0 59431836 126976 22 996147200 4194304 4208292 548682069008 18446744073709551615 231959754121 0 0 4096 0 0 0 0 17 1 0 0
/proc/14909/statm: 31 22 16 3 0 3 0

[startup+0.0372571 s]
/proc/loadavg: 2.00 2.00 2.00 4/72 14908
/proc/meminfo: memFree=1696536/2055920 swapFree=4192812/4192956
[pid=14908] ppid=14906 vsize=5356 CPUtime=0
/proc/14908/stat : 14908 (concrete.sh) S 14906 14908 13257 0 -1 4194304 341 294 0 0 0 0 0 0 18 0 1 0 59431836 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14908/statm: 1339 244 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.10111 s]
/proc/loadavg: 2.00 2.00 2.00 4/72 14908
/proc/meminfo: memFree=1696536/2055920 swapFree=4192812/4192956
[pid=14908] ppid=14906 vsize=5356 CPUtime=0
/proc/14908/stat : 14908 (concrete.sh) S 14906 14908 13257 0 -1 4194304 341 294 0 0 0 0 0 0 18 0 1 0 59431836 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14908/statm: 1339 244 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.301134 s]
/proc/loadavg: 2.00 2.00 2.00 4/72 14908
/proc/meminfo: memFree=1696536/2055920 swapFree=4192812/4192956
[pid=14908] ppid=14906 vsize=5356 CPUtime=0
/proc/14908/stat : 14908 (concrete.sh) S 14906 14908 13257 0 -1 4194304 341 294 0 0 0 0 0 0 18 0 1 0 59431836 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14908/statm: 1339 244 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.701189 s]
/proc/loadavg: 2.00 2.00 2.00 4/72 14908
/proc/meminfo: memFree=1696536/2055920 swapFree=4192812/4192956
[pid=14908] ppid=14906 vsize=5356 CPUtime=0
/proc/14908/stat : 14908 (concrete.sh) S 14906 14908 13257 0 -1 4194304 341 294 0 0 0 0 0 0 18 0 1 0 59431836 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14908/statm: 1339 244 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+1.5023 s]
/proc/loadavg: 2.00 2.00 2.00 4/82 14921
/proc/meminfo: memFree=1681800/2055920 swapFree=4192812/4192956
[pid=14908] ppid=14906 vsize=5356 CPUtime=0
/proc/14908/stat : 14908 (concrete.sh) S 14906 14908 13257 0 -1 4194304 341 294 0 0 0 0 0 0 18 0 1 0 59431836 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14908/statm: 1339 244 201 169 0 50 0
[pid=14913] ppid=14908 vsize=847600 CPUtime=1.46
/proc/14913/stat : 14913 (java) S 14908 14908 13257 0 -1 0 7960 0 1 0 141 5 0 0 18 0 9 0 59431837 867942400 7087 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/14913/statm: 211900 7087 2661 9 0 206378 0
[pid=14913/tid=14914] ppid=14908 vsize=847600 CPUtime=0.99
/proc/14913/task/14914/stat : 14914 (java) R 14908 14908 13257 0 -1 64 3904 0 1 0 96 3 0 0 21 0 9 0 59431838 867942400 7087 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14913/tid=14915] ppid=14908 vsize=847600 CPUtime=0.11
/proc/14913/task/14915/stat : 14915 (java) R 14908 14908 13257 0 -1 64 2005 0 0 0 11 0 0 0 16 0 9 0 59431839 867942400 7087 996147200 134512640 134550932 4294955344 18446744073709551615 103733279 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=14913/tid=14916] ppid=14908 vsize=847600 CPUtime=0
/proc/14913/task/14916/stat : 14916 (java) S 14908 14908 13257 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 59431840 867942400 7087 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14913/tid=14917] ppid=14908 vsize=847600 CPUtime=0
/proc/14913/task/14917/stat : 14917 (java) S 14908 14908 13257 0 -1 64 4 0 0 0 0 0 0 0 15 0 9 0 59431840 867942400 7087 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14913/tid=14918] ppid=14908 vsize=847600 CPUtime=0
/proc/14913/task/14918/stat : 14918 (java) S 14908 14908 13257 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 59431842 867942400 7087 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14913/tid=14919] ppid=14908 vsize=847600 CPUtime=0.32
/proc/14913/task/14919/stat : 14919 (java) S 14908 14908 13257 0 -1 64 1355 0 0 0 32 0 0 0 16 0 9 0 59431846 867942400 7087 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14913/tid=14920] ppid=14908 vsize=847600 CPUtime=0
/proc/14913/task/14920/stat : 14920 (java) S 14908 14908 13257 0 -1 64 1 0 0 0 0 0 0 0 20 0 9 0 59431846 867942400 7087 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14913/tid=14921] ppid=14908 vsize=847600 CPUtime=0
/proc/14913/task/14921/stat : 14921 (java) R 14908 14908 13257 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 59431846 867942400 7087 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 852956

[startup+3.10251 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 14921
/proc/meminfo: memFree=1675592/2055920 swapFree=4192812/4192956
[pid=14908] ppid=14906 vsize=5356 CPUtime=0
/proc/14908/stat : 14908 (concrete.sh) S 14906 14908 13257 0 -1 4194304 341 294 0 0 0 0 0 0 18 0 1 0 59431836 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14908/statm: 1339 244 201 169 0 50 0
[pid=14913] ppid=14908 vsize=847600 CPUtime=3.05
/proc/14913/stat : 14913 (java) S 14908 14908 13257 0 -1 0 9197 0 1 0 299 6 0 0 18 0 9 0 59431837 867942400 8234 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/14913/statm: 211900 8234 2625 9 0 206378 0
[pid=14913/tid=14914] ppid=14908 vsize=847600 CPUtime=2.41
/proc/14913/task/14914/stat : 14914 (java) R 14908 14908 13257 0 -1 64 3926 0 1 0 238 3 0 0 25 0 9 0 59431838 867942400 8234 996147200 134512640 134550932 4294955344 18446744073709551615 4126507995 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14913/tid=14915] ppid=14908 vsize=847600 CPUtime=0.27
/proc/14913/task/14915/stat : 14915 (java) S 14908 14908 13257 0 -1 64 3219 0 0 0 27 0 0 0 16 0 9 0 59431839 867942400 8234 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=14913/tid=14916] ppid=14908 vsize=847600 CPUtime=0
/proc/14913/task/14916/stat : 14916 (java) S 14908 14908 13257 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 59431840 867942400 8234 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14913/tid=14917] ppid=14908 vsize=847600 CPUtime=0
/proc/14913/task/14917/stat : 14917 (java) S 14908 14908 13257 0 -1 64 4 0 0 0 0 0 0 0 15 0 9 0 59431840 867942400 8234 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14913/tid=14918] ppid=14908 vsize=847600 CPUtime=0
/proc/14913/task/14918/stat : 14918 (java) S 14908 14908 13257 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 59431842 867942400 8234 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14913/tid=14919] ppid=14908 vsize=847600 CPUtime=0.33
/proc/14913/task/14919/stat : 14919 (java) S 14908 14908 13257 0 -1 64 1356 0 0 0 33 0 0 0 16 0 9 0 59431846 867942400 8234 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14913/tid=14920] ppid=14908 vsize=847600 CPUtime=0
/proc/14913/task/14920/stat : 14920 (java) S 14908 14908 13257 0 -1 64 1 0 0 0 0 0 0 0 20 0 9 0 59431846 867942400 8234 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14913/tid=14921] ppid=14908 vsize=847600 CPUtime=0
/proc/14913/task/14921/stat : 14921 (java) S 14908 14908 13257 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 59431846 867942400 8234 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 852956

[startup+6.30195 s]
/proc/loadavg: 2.08 2.02 2.01 3/82 14921
/proc/meminfo: memFree=1668488/2055920 swapFree=4192812/4192956
[pid=14908] ppid=14906 vsize=5356 CPUtime=0
/proc/14908/stat : 14908 (concrete.sh) S 14906 14908 13257 0 -1 4194304 341 294 0 0 0 0 0 0 18 0 1 0 59431836 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14908/statm: 1339 244 201 169 0 50 0
[pid=14913] ppid=14908 vsize=847660 CPUtime=6.21
/proc/14913/stat : 14913 (java) S 14908 14908 13257 0 -1 0 11893 0 1 0 614 7 0 0 18 0 9 0 59431837 868003840 9658 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/14913/statm: 211915 9658 2626 9 0 206393 0
[pid=14913/tid=14914] ppid=14908 vsize=847660 CPUtime=5.41
/proc/14913/task/14914/stat : 14914 (java) R 14908 14908 13257 0 -1 64 4026 0 1 0 537 4 0 0 25 0 9 0 59431838 868003840 9658 996147200 134512640 134550932 4294955344 18446744073709551615 4125949424 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14913/tid=14915] ppid=14908 vsize=847660 CPUtime=0.45
/proc/14913/task/14915/stat : 14915 (java) S 14908 14908 13257 0 -1 64 5815 0 0 0 44 1 0 0 16 0 9 0 59431839 868003840 9658 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=14913/tid=14916] ppid=14908 vsize=847660 CPUtime=0
/proc/14913/task/14916/stat : 14916 (java) S 14908 14908 13257 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 59431840 868003840 9658 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14913/tid=14917] ppid=14908 vsize=847660 CPUtime=0
/proc/14913/task/14917/stat : 14917 (java) S 14908 14908 13257 0 -1 64 4 0 0 0 0 0 0 0 15 0 9 0 59431840 868003840 9658 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14913/tid=14918] ppid=14908 vsize=847660 CPUtime=0
/proc/14913/task/14918/stat : 14918 (java) S 14908 14908 13257 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 59431842 868003840 9658 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14913/tid=14919] ppid=14908 vsize=847660 CPUtime=0.33
/proc/14913/task/14919/stat : 14919 (java) S 14908 14908 13257 0 -1 64 1356 0 0 0 33 0 0 0 16 0 9 0 59431846 868003840 9658 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14913/tid=14920] ppid=14908 vsize=847660 CPUtime=0
/proc/14913/task/14920/stat : 14920 (java) S 14908 14908 13257 0 -1 64 1 0 0 0 0 0 0 0 20 0 9 0 59431846 868003840 9658 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14913/tid=14921] ppid=14908 vsize=847660 CPUtime=0
/proc/14913/task/14921/stat : 14921 (java) R 14908 14908 13257 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 59431846 868003840 9658 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 853016

[startup+12.7028 s]
/proc/loadavg: 2.07 2.02 2.00 3/82 14921
/proc/meminfo: memFree=1661960/2055920 swapFree=4192812/4192956
[pid=14908] ppid=14906 vsize=5356 CPUtime=0
/proc/14908/stat : 14908 (concrete.sh) S 14906 14908 13257 0 -1 4194304 341 294 0 0 0 0 0 0 18 0 1 0 59431836 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14908/statm: 1339 244 201 169 0 50 0
[pid=14913] ppid=14908 vsize=847660 CPUtime=12.56
/proc/14913/stat : 14913 (java) S 14908 14908 13257 0 -1 0 13121 0 1 0 1248 8 0 0 18 0 9 0 59431837 868003840 10870 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/14913/statm: 211915 10870 2626 9 0 206393 0
[pid=14913/tid=14914] ppid=14908 vsize=847660 CPUtime=11.69
/proc/14913/task/14914/stat : 14914 (java) R 14908 14908 13257 0 -1 64 4042 0 1 0 1165 4 0 0 25 0 9 0 59431838 868003840 10870 996147200 134512640 134550932 4294955344 18446744073709551615 4126209634 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14913/tid=14915] ppid=14908 vsize=847660 CPUtime=0.51
/proc/14913/task/14915/stat : 14915 (java) S 14908 14908 13257 0 -1 64 7027 0 0 0 49 2 0 0 16 0 9 0 59431839 868003840 10870 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=14913/tid=14916] ppid=14908 vsize=847660 CPUtime=0
/proc/14913/task/14916/stat : 14916 (java) S 14908 14908 13257 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 59431840 868003840 10870 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14913/tid=14917] ppid=14908 vsize=847660 CPUtime=0
/proc/14913/task/14917/stat : 14917 (java) S 14908 14908 13257 0 -1 64 4 0 0 0 0 0 0 0 15 0 9 0 59431840 868003840 10870 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14913/tid=14918] ppid=14908 vsize=847660 CPUtime=0
/proc/14913/task/14918/stat : 14918 (java) S 14908 14908 13257 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 59431842 868003840 10870 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14913/tid=14919] ppid=14908 vsize=847660 CPUtime=0.33
/proc/14913/task/14919/stat : 14919 (java) S 14908 14908 13257 0 -1 64 1356 0 0 0 33 0 0 0 16 0 9 0 59431846 868003840 10870 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14913/tid=14920] ppid=14908 vsize=847660 CPUtime=0
/proc/14913/task/14920/stat : 14920 (java) S 14908 14908 13257 0 -1 64 1 0 0 0 0 0 0 0 20 0 9 0 59431846 868003840 10870 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14913/tid=14921] ppid=14908 vsize=847660 CPUtime=0
/proc/14913/task/14921/stat : 14921 (java) S 14908 14908 13257 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 59431846 868003840 10870 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 853016

[startup+25.5026 s]
/proc/loadavg: 2.14 2.03 2.01 3/83 14922
/proc/meminfo: memFree=1641024/2055920 swapFree=4192812/4192956
[pid=14908] ppid=14906 vsize=5356 CPUtime=0
/proc/14908/stat : 14908 (concrete.sh) S 14906 14908 13257 0 -1 4194304 341 294 0 0 0 0 0 0 18 0 1 0 59431836 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14908/statm: 1339 244 201 169 0 50 0
[pid=14913] ppid=14908 vsize=851096 CPUtime=25.23
/proc/14913/stat : 14913 (java) S 14908 14908 13257 0 -1 0 19513 0 1 0 2509 14 0 0 18 0 10 0 59431837 871522304 16081 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/14913/statm: 212774 16081 2629 9 0 207252 0
[pid=14913/tid=14914] ppid=14908 vsize=851096 CPUtime=23.23
/proc/14913/task/14914/stat : 14914 (java) R 14908 14908 13257 0 -1 64 4446 0 1 0 2318 5 0 0 25 0 10 0 59431838 871522304 16081 996147200 134512640 134550932 4294955344 18446744073709551615 4126928541 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14913/tid=14915] ppid=14908 vsize=851096 CPUtime=1.28
/proc/14913/task/14915/stat : 14915 (java) S 14908 14908 13257 0 -1 64 12078 0 0 0 122 6 0 0 16 0 10 0 59431839 871522304 16081 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=14913/tid=14916] ppid=14908 vsize=851096 CPUtime=0
/proc/14913/task/14916/stat : 14916 (java) S 14908 14908 13257 0 -1 64 12 0 0 0 0 0 0 0 17 0 10 0 59431840 871522304 16081 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14913/tid=14917] ppid=14908 vsize=851096 CPUtime=0
/proc/14913/task/14917/stat : 14917 (java) S 14908 14908 13257 0 -1 64 4 0 0 0 0 0 0 0 17 0 10 0 59431840 871522304 16081 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14913/tid=14918] ppid=14908 vsize=851096 CPUtime=0
/proc/14913/task/14918/stat : 14918 (java) S 14908 14908 13257 0 -1 64 1 0 0 0 0 0 0 0 18 0 10 0 59431842 871522304 16081 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14913/tid=14919] ppid=14908 vsize=851096 CPUtime=0.7
/proc/14913/task/14919/stat : 14919 (java) S 14908 14908 13257 0 -1 64 2289 0 0 0 68 2 0 0 16 0 10 0 59431846 871522304 16081 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14913/tid=14920] ppid=14908 vsize=851096 CPUtime=0
/proc/14913/task/14920/stat : 14920 (java) S 14908 14908 13257 0 -1 64 1 0 0 0 0 0 0 0 20 0 10 0 59431846 871522304 16081 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14913/tid=14921] ppid=14908 vsize=851096 CPUtime=0
/proc/14913/task/14921/stat : 14921 (java) S 14908 14908 13257 0 -1 64 1 0 0 0 0 0 0 0 15 0 10 0 59431846 871522304 16081 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14913/tid=14922] ppid=14908 vsize=851096 CPUtime=0
/proc/14913/task/14922/stat : 14922 (java) S 14908 14908 13257 0 -1 64 4 0 0 0 0 0 0 0 25 0 10 0 59433420 871522304 16081 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.23
Current children cumulated vsize (KiB) 856452


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

[pid=14913/tid=14916] ppid=14908 vsize=851096 CPUtime=0
/proc/14913/task/14916/stat : 14916 (java) S 14908 14908 13257 0 -1 64 12 0 0 0 0 0 0 0 16 0 10 0 59431840 871522304 193718 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14913/tid=14917] ppid=14908 vsize=851096 CPUtime=0
/proc/14913/task/14917/stat : 14917 (java) S 14908 14908 13257 0 -1 64 10 0 0 0 0 0 0 0 16 0 10 0 59431840 871522304 193718 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14913/tid=14918] ppid=14908 vsize=851096 CPUtime=0
/proc/14913/task/14918/stat : 14918 (java) S 14908 14908 13257 0 -1 64 1 0 0 0 0 0 0 0 18 0 10 0 59431842 871522304 193718 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14913/tid=14919] ppid=14908 vsize=851096 CPUtime=6.08
/proc/14913/task/14919/stat : 14919 (java) S 14908 14908 13257 0 -1 64 4140 0 0 0 592 16 0 0 16 0 10 0 59431846 871522304 193718 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14913/tid=14920] ppid=14908 vsize=851096 CPUtime=0
/proc/14913/task/14920/stat : 14920 (java) S 14908 14908 13257 0 -1 64 1 0 0 0 0 0 0 0 20 0 10 0 59431846 871522304 193718 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14913/tid=14921] ppid=14908 vsize=851096 CPUtime=0
/proc/14913/task/14921/stat : 14921 (java) S 14908 14908 13257 0 -1 64 1 0 0 0 0 0 0 0 15 0 10 0 59431846 871522304 193718 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14913/tid=14923] ppid=14908 vsize=851096 CPUtime=0
/proc/14913/task/14923/stat : 14923 (java) S 14908 14908 13257 0 -1 64 0 0 0 0 0 0 0 0 24 0 10 0 59444392 871522304 193718 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 196.39
Current children cumulated vsize (KiB) 856452

[startup+201.502 s]
/proc/loadavg: 2.06 2.04 2.00 3/83 14923
/proc/meminfo: memFree=915576/2055920 swapFree=4192812/4192956
[pid=14908] ppid=14906 vsize=5356 CPUtime=0
/proc/14908/stat : 14908 (concrete.sh) S 14906 14908 13257 0 -1 4194304 341 294 0 0 0 0 0 0 18 0 1 0 59431836 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14908/statm: 1339 244 201 169 0 50 0
[pid=14913] ppid=14908 vsize=851096 CPUtime=199.56
/proc/14913/stat : 14913 (java) S 14908 14908 13257 0 -1 0 197407 0 1 0 19812 144 0 0 18 0 10 0 59431837 871522304 193718 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/14913/statm: 212774 193718 2634 9 0 207252 0
[pid=14913/tid=14914] ppid=14908 vsize=851096 CPUtime=147.18
/proc/14913/task/14914/stat : 14914 (java) S 14908 14908 13257 0 -1 64 11987 0 1 0 14668 50 0 0 17 0 10 0 59431838 871522304 193718 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14913/tid=14915] ppid=14908 vsize=851096 CPUtime=46.25
/proc/14913/task/14915/stat : 14915 (java) R 14908 14908 13257 0 -1 64 180573 0 0 0 4550 75 0 0 25 0 10 0 59431839 871522304 193718 996147200 134512640 134550932 4294955344 18446744073709551615 104516080 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=14913/tid=14916] ppid=14908 vsize=851096 CPUtime=0
/proc/14913/task/14916/stat : 14916 (java) S 14908 14908 13257 0 -1 64 12 0 0 0 0 0 0 0 16 0 10 0 59431840 871522304 193718 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14913/tid=14917] ppid=14908 vsize=851096 CPUtime=0
/proc/14913/task/14917/stat : 14917 (java) S 14908 14908 13257 0 -1 64 10 0 0 0 0 0 0 0 16 0 10 0 59431840 871522304 193718 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14913/tid=14918] ppid=14908 vsize=851096 CPUtime=0
/proc/14913/task/14918/stat : 14918 (java) S 14908 14908 13257 0 -1 64 1 0 0 0 0 0 0 0 18 0 10 0 59431842 871522304 193718 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14913/tid=14919] ppid=14908 vsize=851096 CPUtime=6.08
/proc/14913/task/14919/stat : 14919 (java) S 14908 14908 13257 0 -1 64 4140 0 0 0 592 16 0 0 16 0 10 0 59431846 871522304 193718 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14913/tid=14920] ppid=14908 vsize=851096 CPUtime=0
/proc/14913/task/14920/stat : 14920 (java) S 14908 14908 13257 0 -1 64 1 0 0 0 0 0 0 0 20 0 10 0 59431846 871522304 193718 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14913/tid=14921] ppid=14908 vsize=851096 CPUtime=0
/proc/14913/task/14921/stat : 14921 (java) S 14908 14908 13257 0 -1 64 1 0 0 0 0 0 0 0 15 0 10 0 59431846 871522304 193718 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14913/tid=14923] ppid=14908 vsize=851096 CPUtime=0
/proc/14913/task/14923/stat : 14923 (java) S 14908 14908 13257 0 -1 64 0 0 0 0 0 0 0 0 24 0 10 0 59444392 871522304 193718 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 199.56
Current children cumulated vsize (KiB) 856452

[startup+203.102 s]
/proc/loadavg: 2.06 2.04 2.00 3/83 14923
/proc/meminfo: memFree=915512/2055920 swapFree=4192812/4192956
[pid=14908] ppid=14906 vsize=5356 CPUtime=0
/proc/14908/stat : 14908 (concrete.sh) S 14906 14908 13257 0 -1 4194304 341 294 0 0 0 0 0 0 18 0 1 0 59431836 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14908/statm: 1339 244 201 169 0 50 0
[pid=14913] ppid=14908 vsize=851096 CPUtime=201.14
/proc/14913/stat : 14913 (java) S 14908 14908 13257 0 -1 0 197408 0 1 0 19970 144 0 0 18 0 9 0 59431837 871522304 193718 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/14913/statm: 212774 193718 2634 9 0 207252 0
[pid=14913/tid=14914] ppid=14908 vsize=851096 CPUtime=147.19
/proc/14913/task/14914/stat : 14914 (java) S 14908 14908 13257 0 -1 64 11988 0 1 0 14669 50 0 0 17 0 9 0 59431838 871522304 193718 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14913/tid=14915] ppid=14908 vsize=851096 CPUtime=47.83
/proc/14913/task/14915/stat : 14915 (java) R 14908 14908 13257 0 -1 64 180573 0 0 0 4708 75 0 0 25 0 9 0 59431839 871522304 193718 996147200 134512640 134550932 4294955344 18446744073709551615 103659183 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=14913/tid=14916] ppid=14908 vsize=851096 CPUtime=0
/proc/14913/task/14916/stat : 14916 (java) S 14908 14908 13257 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 59431840 871522304 193718 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14913/tid=14917] ppid=14908 vsize=851096 CPUtime=0
/proc/14913/task/14917/stat : 14917 (java) S 14908 14908 13257 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 59431840 871522304 193718 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14913/tid=14918] ppid=14908 vsize=851096 CPUtime=0
/proc/14913/task/14918/stat : 14918 (java) S 14908 14908 13257 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 59431842 871522304 193718 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14913/tid=14919] ppid=14908 vsize=851096 CPUtime=6.08
/proc/14913/task/14919/stat : 14919 (java) S 14908 14908 13257 0 -1 64 4140 0 0 0 592 16 0 0 16 0 9 0 59431846 871522304 193718 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14913/tid=14920] ppid=14908 vsize=851096 CPUtime=0
/proc/14913/task/14920/stat : 14920 (java) S 14908 14908 13257 0 -1 64 1 0 0 0 0 0 0 0 20 0 9 0 59431846 871522304 193718 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14913/tid=14921] ppid=14908 vsize=851096 CPUtime=0
/proc/14913/task/14921/stat : 14921 (java) S 14908 14908 13257 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 59431846 871522304 193718 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 201.14
Current children cumulated vsize (KiB) 856452

[startup+203.902 s]
/proc/loadavg: 2.06 2.04 2.00 3/82 14923
/proc/meminfo: memFree=915512/2055920 swapFree=4192812/4192956
[pid=14908] ppid=14906 vsize=5356 CPUtime=0
/proc/14908/stat : 14908 (concrete.sh) S 14906 14908 13257 0 -1 4194304 341 294 0 0 0 0 0 0 18 0 1 0 59431836 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14908/statm: 1339 244 201 169 0 50 0
[pid=14913] ppid=14908 vsize=851096 CPUtime=201.94
/proc/14913/stat : 14913 (java) S 14908 14908 13257 0 -1 0 197408 0 1 0 20050 144 0 0 18 0 9 0 59431837 871522304 193718 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/14913/statm: 212774 193718 2634 9 0 207252 0
[pid=14913/tid=14914] ppid=14908 vsize=851096 CPUtime=147.19
/proc/14913/task/14914/stat : 14914 (java) S 14908 14908 13257 0 -1 64 11988 0 1 0 14669 50 0 0 17 0 9 0 59431838 871522304 193718 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14913/tid=14915] ppid=14908 vsize=851096 CPUtime=48.63
/proc/14913/task/14915/stat : 14915 (java) R 14908 14908 13257 0 -1 64 180573 0 0 0 4788 75 0 0 25 0 9 0 59431839 871522304 193718 996147200 134512640 134550932 4294955344 18446744073709551615 104188802 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=14913/tid=14916] ppid=14908 vsize=851096 CPUtime=0
/proc/14913/task/14916/stat : 14916 (java) S 14908 14908 13257 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 59431840 871522304 193718 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14913/tid=14917] ppid=14908 vsize=851096 CPUtime=0
/proc/14913/task/14917/stat : 14917 (java) S 14908 14908 13257 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 59431840 871522304 193718 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14913/tid=14918] ppid=14908 vsize=851096 CPUtime=0
/proc/14913/task/14918/stat : 14918 (java) S 14908 14908 13257 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 59431842 871522304 193718 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14913/tid=14919] ppid=14908 vsize=851096 CPUtime=6.08
/proc/14913/task/14919/stat : 14919 (java) S 14908 14908 13257 0 -1 64 4140 0 0 0 592 16 0 0 16 0 9 0 59431846 871522304 193718 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14913/tid=14920] ppid=14908 vsize=851096 CPUtime=0
/proc/14913/task/14920/stat : 14920 (java) S 14908 14908 13257 0 -1 64 1 0 0 0 0 0 0 0 20 0 9 0 59431846 871522304 193718 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14913/tid=14921] ppid=14908 vsize=851096 CPUtime=0
/proc/14913/task/14921/stat : 14921 (java) S 14908 14908 13257 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 59431846 871522304 193718 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 201.94
Current children cumulated vsize (KiB) 856452

[startup+204.703 s]
/proc/loadavg: 2.06 2.04 2.00 3/82 14923
/proc/meminfo: memFree=915448/2055920 swapFree=4192812/4192956
[pid=14908] ppid=14906 vsize=5356 CPUtime=0
/proc/14908/stat : 14908 (concrete.sh) S 14906 14908 13257 0 -1 4194304 341 294 0 0 0 0 0 0 18 0 1 0 59431836 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14908/statm: 1339 244 201 169 0 50 0
[pid=14913] ppid=14908 vsize=851096 CPUtime=202.73
/proc/14913/stat : 14913 (java) S 14908 14908 13257 0 -1 0 197408 0 1 0 20129 144 0 0 18 0 9 0 59431837 871522304 193718 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/14913/statm: 212774 193718 2634 9 0 207252 0
[pid=14913/tid=14914] ppid=14908 vsize=851096 CPUtime=147.19
/proc/14913/task/14914/stat : 14914 (java) S 14908 14908 13257 0 -1 64 11988 0 1 0 14669 50 0 0 17 0 9 0 59431838 871522304 193718 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14913/tid=14915] ppid=14908 vsize=851096 CPUtime=49.42
/proc/14913/task/14915/stat : 14915 (java) R 14908 14908 13257 0 -1 64 180573 0 0 0 4867 75 0 0 25 0 9 0 59431839 871522304 193718 996147200 134512640 134550932 4294955344 18446744073709551615 104516179 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=14913/tid=14916] ppid=14908 vsize=851096 CPUtime=0
/proc/14913/task/14916/stat : 14916 (java) S 14908 14908 13257 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 59431840 871522304 193718 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14913/tid=14917] ppid=14908 vsize=851096 CPUtime=0
/proc/14913/task/14917/stat : 14917 (java) S 14908 14908 13257 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 59431840 871522304 193718 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14913/tid=14918] ppid=14908 vsize=851096 CPUtime=0
/proc/14913/task/14918/stat : 14918 (java) S 14908 14908 13257 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 59431842 871522304 193718 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14913/tid=14919] ppid=14908 vsize=851096 CPUtime=6.08
/proc/14913/task/14919/stat : 14919 (java) S 14908 14908 13257 0 -1 64 4140 0 0 0 592 16 0 0 16 0 9 0 59431846 871522304 193718 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14913/tid=14920] ppid=14908 vsize=851096 CPUtime=0
/proc/14913/task/14920/stat : 14920 (java) S 14908 14908 13257 0 -1 64 1 0 0 0 0 0 0 0 20 0 9 0 59431846 871522304 193718 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14913/tid=14921] ppid=14908 vsize=851096 CPUtime=0
/proc/14913/task/14921/stat : 14921 (java) S 14908 14908 13257 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 59431846 871522304 193718 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 202.73
Current children cumulated vsize (KiB) 856452

[startup+204.903 s]
/proc/loadavg: 2.06 2.04 2.00 3/82 14923
/proc/meminfo: memFree=915448/2055920 swapFree=4192812/4192956
[pid=14908] ppid=14906 vsize=5356 CPUtime=0
/proc/14908/stat : 14908 (concrete.sh) S 14906 14908 13257 0 -1 4194304 341 294 0 0 0 0 0 0 18 0 1 0 59431836 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14908/statm: 1339 244 201 169 0 50 0
[pid=14913] ppid=14908 vsize=851096 CPUtime=202.93
/proc/14913/stat : 14913 (java) S 14908 14908 13257 0 -1 0 197408 0 1 0 20149 144 0 0 18 0 9 0 59431837 871522304 193718 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/14913/statm: 212774 193718 2634 9 0 207252 0
[pid=14913/tid=14914] ppid=14908 vsize=851096 CPUtime=147.19
/proc/14913/task/14914/stat : 14914 (java) S 14908 14908 13257 0 -1 64 11988 0 1 0 14669 50 0 0 17 0 9 0 59431838 871522304 193718 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14913/tid=14915] ppid=14908 vsize=851096 CPUtime=49.62
/proc/14913/task/14915/stat : 14915 (java) R 14908 14908 13257 0 -1 64 180573 0 0 0 4887 75 0 0 25 0 9 0 59431839 871522304 193718 996147200 134512640 134550932 4294955344 18446744073709551615 102527719 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=14913/tid=14916] ppid=14908 vsize=851096 CPUtime=0
/proc/14913/task/14916/stat : 14916 (java) S 14908 14908 13257 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 59431840 871522304 193718 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14913/tid=14917] ppid=14908 vsize=851096 CPUtime=0
/proc/14913/task/14917/stat : 14917 (java) S 14908 14908 13257 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 59431840 871522304 193718 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14913/tid=14918] ppid=14908 vsize=851096 CPUtime=0
/proc/14913/task/14918/stat : 14918 (java) S 14908 14908 13257 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 59431842 871522304 193718 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14913/tid=14919] ppid=14908 vsize=851096 CPUtime=6.08
/proc/14913/task/14919/stat : 14919 (java) S 14908 14908 13257 0 -1 64 4140 0 0 0 592 16 0 0 16 0 9 0 59431846 871522304 193718 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14913/tid=14920] ppid=14908 vsize=851096 CPUtime=0
/proc/14913/task/14920/stat : 14920 (java) S 14908 14908 13257 0 -1 64 1 0 0 0 0 0 0 0 20 0 9 0 59431846 871522304 193718 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14913/tid=14921] ppid=14908 vsize=851096 CPUtime=0
/proc/14913/task/14921/stat : 14921 (java) S 14908 14908 13257 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 59431846 871522304 193718 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 202.93
Current children cumulated vsize (KiB) 856452

[startup+205.003 s]
/proc/loadavg: 2.06 2.04 2.00 3/82 14923
/proc/meminfo: memFree=915448/2055920 swapFree=4192812/4192956
[pid=14908] ppid=14906 vsize=5356 CPUtime=0
/proc/14908/stat : 14908 (concrete.sh) S 14906 14908 13257 0 -1 4194304 341 294 0 0 0 0 0 0 18 0 1 0 59431836 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14908/statm: 1339 244 201 169 0 50 0
[pid=14913] ppid=14908 vsize=0 CPUtime=202.98
/proc/14913/stat : 14913 (java) Z 14908 14908 13257 0 -1 12 197421 0 1 0 20151 147 0 0 16 0 2 0 59431837 0 0 996147200 0 0 0 0 0 0 0 0 25189583 18446744073709551615 0 0 17 0 0 0
/proc/14913/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 202.98
Current children cumulated vsize (KiB) 5356

Child status: 0
Real time (s): 205.084
CPU time (s): 203.08
CPU user time (s): 201.516
CPU system time (s): 1.56376
CPU usage (%): 99.0231
Max. virtual memory (cumulated for all children) (KiB): 856452

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 201.516
system time used= 1.56376
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 198064
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= 32033
involuntary context switches= 35942

runsolver used 0.311952 second user time and 0.671897 second system time

The end

Launcher Data

Begin job on node71 at 2009-07-16 07:54:53
IDJOB=2083740
IDBENCH=57914
IDSOLVER=736
FILE ID=node71/2083740-1247723692
PBS_JOBID= 9521409
Free space on /tmp= 66392 MiB

SOLVER NAME= Concrete DC 2009-06-10
BENCH NAME= CPAI08/csp/fapp/fapp25/normalized-fapp25-2230-9.xml
COMMAND LINE= HOME/concrete.sh -c -p cspfj.filter.DC2 -parameter cdc.addConstraints=BIN BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2083740-1247723692/watcher-2083740-1247723692 -o /tmp/evaluation-result-2083740-1247723692/solver-2083740-1247723692 -C 1800 -W 2000 -M 900  HOME/concrete.sh -c -p cspfj.filter.DC2 -parameter cdc.addConstraints=BIN HOME/instance-2083740-1247723692.xml

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

MD5SUM BENCH= cd2c3c12815b02c7c73d42faba495a48
RANDOM SEED=2103663239

node71.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.222
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.222
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:       1697016 kB
Buffers:         71192 kB
Cached:         146408 kB
SwapCached:          0 kB
Active:         127248 kB
Inactive:       141588 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1697016 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            3868 kB
Writeback:           0 kB
Mapped:          62776 kB
Slab:            75224 kB
Committed_AS:   566296 kB
PageTables:       1880 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= 66388 MiB
End job on node71 at 2009-07-16 07:58:18