Trace number 2083289

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? 633.528 637.022

DiagnosticValue
CHECKS100693000
NODES0

General information on the benchmark

Namecsp/fapp/fapp39/
normalized-fapp39-2750-10.xml
MD5SUM8a127deb0eee354290b5835e74cbb9f7
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables2750
Number of constraints23154
Maximum constraint arity2
Maximum domain size502
Number of constraints which are defined in extension0
Number of constraints which are defined in intension23154
Global constraints used (with number of constraints)

Solver Data

257.89/259.52	c [ 259.105] WARNING : Could not free more memory in relations (concrete.relationconverter.RelationManager.strongOptimizeMemory)
262.56/264.20	c CPU-LOAD 230.21
262.56/264.20	c LOADED 2750 V (502 E), 7079 PredicateConstraint, 9893 ExtensionConstraint2D, arity 2, 230.21 cpu
631.41/634.97	c [ 634.549] WARNING : java.lang.OutOfMemoryError: Java heap space
631.41/634.97	cspfj.constraint.extension.MatrixManager.nbConflicts(MatrixManager.java:184)
631.41/634.97	cspfj.constraint.extension.MatrixManager.countConflicts(MatrixManager.java:50)
631.41/634.97	cspfj.constraint.extension.MatrixManager.supportCondition(MatrixManager.java:157)
631.41/634.97	cspfj.constraint.extension.AbstractExtensionConstraint.revise(AbstractExtensionConstraint.java:99)
631.41/634.97	cspfj.constraint.AbstractPVRConstraint.revise(AbstractPVRConstraint.java:34)
631.41/634.97	cspfj.filter.AC3.reduceOnce(AC3.java:177)
631.41/634.97	cspfj.filter.AC3.reduce(AC3.java:155)
631.41/634.97	cspfj.filter.AC3.reduceAll(AC3.java:42)
631.41/634.97	cspfj.filter.DC2.cdcReduce(DC2.java:108)
631.41/634.97	cspfj.filter.DC2.reduceAll(DC2.java:92)
631.41/634.97	cspfj.AbstractSolver.preprocess(AbstractSolver.java:226)
631.41/634.97	cspfj.MGACIter.runSolver(MGACIter.java:206)
631.41/634.97	concrete.AbstractLauncher.solve(AbstractLauncher.java:401)
631.41/634.97	concrete.Concrete.solve(Concrete.java:187)
631.41/634.97	concrete.Concrete.run(Concrete.java:112)
631.41/634.97	concrete.Concrete.main(Concrete.java:105) (cspfj.ResultHandler.result)
633.30/636.89	s UNKNOWN
633.30/636.89	d NODES 0
633.30/636.89	d CHECKS 100692802
633.30/636.89	c java.lang.OutOfMemoryError: Java heap space[cspfj.constraint.extension.MatrixManager.nbConflicts(MatrixManager.java:184), cspfj.constraint.extension.MatrixManager.countConflicts(MatrixManager.java:50), cspfj.constraint.extension.MatrixManager.supportCondition(MatrixManager.java:157), cspfj.constraint.extension.AbstractExtensionConstraint.revise(AbstractExtensionConstraint.java:99), cspfj.constraint.AbstractPVRConstraint.revise(AbstractPVRConstraint.java:34), cspfj.filter.AC3.reduceOnce(AC3.java:177), cspfj.filter.AC3.reduce(AC3.java:155), cspfj.filter.AC3.reduceAll(AC3.java:42), cspfj.filter.DC2.cdcReduce(DC2.java:108), 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)]
633.30/636.89	c CDC-added-constraints: 0
633.30/636.89	c CDC-nbsingletontests: 0
633.30/636.89	c CDC-nogoods: 0
633.30/636.89	c prepro-constraint-ccks: 96070134
633.30/636.89	c prepro-constraint-presenceccks: 659257
633.30/636.89	c prepro-cpu: 86.479996
633.30/636.89	c prepro-matrix2d-ccks: 4622668
633.30/636.89	c prepro-matrix2d-presenceccks: 1625745
633.30/636.89	c prepro-removed: 253175
633.30/636.89	c total-assgn: 0
633.30/636.89	c total-constraint-ccks: 96070134
633.30/636.89	c total-constraint-presence-ccks: 659257
633.30/636.89	c total-cpu: 86.99
633.30/636.89	c total-matrix2d-ccks: 4622668
633.30/636.89	c total-matrix2d-presence-ccks: 1625745
633.30/636.89	c TOTAL-NODES 0
633.30/636.89	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-2083289-1247722895/watcher-2083289-1247722895 -o /tmp/evaluation-result-2083289-1247722895/solver-2083289-1247722895 -C 1800 -W 2000 -M 900 HOME/concrete.sh -c -p cspfj.filter.DC2 -parameter cdc.addConstraints=BIN HOME/instance-2083289-1247722895.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.07 2.11 4/82 17347
/proc/meminfo: memFree=1387584/2055920 swapFree=4192812/4192956
[pid=17347] ppid=17345 vsize=5356 CPUtime=0
/proc/17347/stat : 17347 (concrete.sh) S 17345 17347 15251 0 -1 4194304 271 0 0 0 0 0 0 0 21 0 1 0 59355955 5484544 230 996147200 4194304 4889804 548682068736 18446744073709551615 238487830610 0 0 4100 65536 18446744071563648864 0 0 17 1 0 0
/proc/17347/statm: 1339 230 191 169 0 50 0
[pid=17348] ppid=17347 vsize=124 CPUtime=0
/proc/17348/stat : 17348 (dirname) R 17347 17347 15251 0 -1 4194304 47 0 0 0 0 0 0 0 23 0 1 0 59355955 126976 22 996147200 4194304 4208292 548682069008 18446744073709551615 238485042569 0 0 4096 0 0 0 0 17 1 0 0
/proc/17348/statm: 31 22 16 3 0 3 0

[startup+0.065002 s]
/proc/loadavg: 2.00 2.07 2.11 4/82 17347
/proc/meminfo: memFree=1387584/2055920 swapFree=4192812/4192956
[pid=17347] ppid=17345 vsize=5356 CPUtime=0
/proc/17347/stat : 17347 (concrete.sh) S 17345 17347 15251 0 -1 4194304 341 294 0 0 0 0 0 0 18 0 1 0 59355955 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17347/statm: 1339 244 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.102861 s]
/proc/loadavg: 2.00 2.07 2.11 4/82 17347
/proc/meminfo: memFree=1387584/2055920 swapFree=4192812/4192956
[pid=17347] ppid=17345 vsize=5356 CPUtime=0
/proc/17347/stat : 17347 (concrete.sh) S 17345 17347 15251 0 -1 4194304 341 294 0 0 0 0 0 0 18 0 1 0 59355955 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17347/statm: 1339 244 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.302901 s]
/proc/loadavg: 2.00 2.07 2.11 4/82 17347
/proc/meminfo: memFree=1387584/2055920 swapFree=4192812/4192956
[pid=17347] ppid=17345 vsize=5356 CPUtime=0
/proc/17347/stat : 17347 (concrete.sh) S 17345 17347 15251 0 -1 4194304 341 294 0 0 0 0 0 0 18 0 1 0 59355955 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17347/statm: 1339 244 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.701979 s]
/proc/loadavg: 2.00 2.07 2.11 4/82 17347
/proc/meminfo: memFree=1387584/2055920 swapFree=4192812/4192956
[pid=17347] ppid=17345 vsize=5356 CPUtime=0
/proc/17347/stat : 17347 (concrete.sh) S 17345 17347 15251 0 -1 4194304 341 294 0 0 0 0 0 0 18 0 1 0 59355955 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17347/statm: 1339 244 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+1.50114 s]
/proc/loadavg: 2.00 2.07 2.11 3/92 17360
/proc/meminfo: memFree=1372848/2055920 swapFree=4192812/4192956
[pid=17347] ppid=17345 vsize=5356 CPUtime=0
/proc/17347/stat : 17347 (concrete.sh) S 17345 17347 15251 0 -1 4194304 341 294 0 0 0 0 0 0 18 0 1 0 59355955 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17347/statm: 1339 244 201 169 0 50 0
[pid=17352] ppid=17347 vsize=847764 CPUtime=1.45
/proc/17352/stat : 17352 (java) S 17347 17347 15251 0 -1 0 8091 0 1 0 139 6 0 0 18 0 9 0 59355956 868110336 7150 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/17352/statm: 211941 7150 2624 9 0 206419 0
[pid=17352/tid=17353] ppid=17347 vsize=847764 CPUtime=0.96
/proc/17352/task/17353/stat : 17353 (java) R 17347 17347 15251 0 -1 64 3896 0 1 0 93 3 0 0 21 0 9 0 59355957 868110336 7150 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=17352/tid=17354] ppid=17347 vsize=847764 CPUtime=0.13
/proc/17352/task/17354/stat : 17354 (java) R 17347 17347 15251 0 -1 64 2139 0 0 0 13 0 0 0 16 0 9 0 59355958 868110336 7150 996147200 134512640 134550932 4294955344 18446744073709551615 103732971 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=17352/tid=17355] ppid=17347 vsize=847764 CPUtime=0
/proc/17352/task/17355/stat : 17355 (java) S 17347 17347 15251 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 59355959 868110336 7150 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=17352/tid=17356] ppid=17347 vsize=847764 CPUtime=0
/proc/17352/task/17356/stat : 17356 (java) S 17347 17347 15251 0 -1 64 4 0 0 0 0 0 0 0 16 0 9 0 59355959 868110336 7150 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=17352/tid=17357] ppid=17347 vsize=847764 CPUtime=0
/proc/17352/task/17357/stat : 17357 (java) S 17347 17347 15251 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 59355961 868110336 7150 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=17352/tid=17358] ppid=17347 vsize=847764 CPUtime=0.33
/proc/17352/task/17358/stat : 17358 (java) S 17347 17347 15251 0 -1 64 1359 0 0 0 32 1 0 0 15 0 9 0 59355965 868110336 7150 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=17352/tid=17359] ppid=17347 vsize=847764 CPUtime=0
/proc/17352/task/17359/stat : 17359 (java) S 17347 17347 15251 0 -1 64 1 0 0 0 0 0 0 0 20 0 9 0 59355965 868110336 7150 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=17352/tid=17360] ppid=17347 vsize=847764 CPUtime=0
/proc/17352/task/17360/stat : 17360 (java) S 17347 17347 15251 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 59355965 868110336 7150 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 853120

[startup+3.10244 s]
/proc/loadavg: 2.00 2.07 2.11 3/92 17360
/proc/meminfo: memFree=1366512/2055920 swapFree=4192812/4192956
[pid=17347] ppid=17345 vsize=5356 CPUtime=0
/proc/17347/stat : 17347 (concrete.sh) S 17345 17347 15251 0 -1 4194304 341 294 0 0 0 0 0 0 18 0 1 0 59355955 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17347/statm: 1339 244 201 169 0 50 0
[pid=17352] ppid=17347 vsize=847652 CPUtime=3.05
/proc/17352/stat : 17352 (java) S 17347 17347 15251 0 -1 0 9379 0 1 0 297 8 0 0 18 0 9 0 59355956 867995648 8398 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/17352/statm: 211913 8398 2625 9 0 206391 0
[pid=17352/tid=17353] ppid=17347 vsize=847652 CPUtime=2.4
/proc/17352/task/17353/stat : 17353 (java) R 17347 17347 15251 0 -1 64 3921 0 1 0 237 3 0 0 25 0 9 0 59355957 867995648 8398 996147200 134512640 134550932 4294955344 18446744073709551615 4125325906 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=17352/tid=17354] ppid=17347 vsize=847652 CPUtime=0.27
/proc/17352/task/17354/stat : 17354 (java) S 17347 17347 15251 0 -1 64 3401 0 0 0 26 1 0 0 16 0 9 0 59355958 867995648 8398 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=17352/tid=17355] ppid=17347 vsize=847652 CPUtime=0
/proc/17352/task/17355/stat : 17355 (java) S 17347 17347 15251 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 59355959 867995648 8398 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=17352/tid=17356] ppid=17347 vsize=847652 CPUtime=0
/proc/17352/task/17356/stat : 17356 (java) S 17347 17347 15251 0 -1 64 4 0 0 0 0 0 0 0 15 0 9 0 59355959 867995648 8398 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=17352/tid=17357] ppid=17347 vsize=847652 CPUtime=0
/proc/17352/task/17357/stat : 17357 (java) S 17347 17347 15251 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 59355961 867995648 8398 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=17352/tid=17358] ppid=17347 vsize=847652 CPUtime=0.33
/proc/17352/task/17358/stat : 17358 (java) S 17347 17347 15251 0 -1 64 1360 0 0 0 32 1 0 0 15 0 9 0 59355965 867995648 8398 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=17352/tid=17359] ppid=17347 vsize=847652 CPUtime=0
/proc/17352/task/17359/stat : 17359 (java) S 17347 17347 15251 0 -1 64 1 0 0 0 0 0 0 0 20 0 9 0 59355965 867995648 8398 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=17352/tid=17360] ppid=17347 vsize=847652 CPUtime=0
/proc/17352/task/17360/stat : 17360 (java) S 17347 17347 15251 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 59355965 867995648 8398 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) 853008

[startup+6.30106 s]
/proc/loadavg: 2.00 2.06 2.11 3/92 17360
/proc/meminfo: memFree=1358896/2055920 swapFree=4192812/4192956
[pid=17347] ppid=17345 vsize=5356 CPUtime=0
/proc/17347/stat : 17347 (concrete.sh) S 17345 17347 15251 0 -1 4194304 341 294 0 0 0 0 0 0 18 0 1 0 59355955 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17347/statm: 1339 244 201 169 0 50 0
[pid=17352] ppid=17347 vsize=847652 CPUtime=6.2
/proc/17352/stat : 17352 (java) S 17347 17347 15251 0 -1 0 10943 0 1 0 611 9 0 0 18 0 9 0 59355956 867995648 9863 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/17352/statm: 211913 9863 2625 9 0 206391 0
[pid=17352/tid=17353] ppid=17347 vsize=847652 CPUtime=5.39
/proc/17352/task/17353/stat : 17353 (java) R 17347 17347 15251 0 -1 64 4022 0 1 0 536 3 0 0 25 0 9 0 59355957 867995648 9863 996147200 134512640 134550932 4294955344 18446744073709551615 4126497957 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=17352/tid=17354] ppid=17347 vsize=847652 CPUtime=0.44
/proc/17352/task/17354/stat : 17354 (java) S 17347 17347 15251 0 -1 64 4864 0 0 0 41 3 0 0 16 0 9 0 59355958 867995648 9863 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=17352/tid=17355] ppid=17347 vsize=847652 CPUtime=0
/proc/17352/task/17355/stat : 17355 (java) S 17347 17347 15251 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 59355959 867995648 9863 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=17352/tid=17356] ppid=17347 vsize=847652 CPUtime=0
/proc/17352/task/17356/stat : 17356 (java) S 17347 17347 15251 0 -1 64 4 0 0 0 0 0 0 0 15 0 9 0 59355959 867995648 9863 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=17352/tid=17357] ppid=17347 vsize=847652 CPUtime=0
/proc/17352/task/17357/stat : 17357 (java) S 17347 17347 15251 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 59355961 867995648 9863 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=17352/tid=17358] ppid=17347 vsize=847652 CPUtime=0.33
/proc/17352/task/17358/stat : 17358 (java) S 17347 17347 15251 0 -1 64 1360 0 0 0 32 1 0 0 15 0 9 0 59355965 867995648 9863 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=17352/tid=17359] ppid=17347 vsize=847652 CPUtime=0
/proc/17352/task/17359/stat : 17359 (java) S 17347 17347 15251 0 -1 64 1 0 0 0 0 0 0 0 20 0 9 0 59355965 867995648 9863 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=17352/tid=17360] ppid=17347 vsize=847652 CPUtime=0
/proc/17352/task/17360/stat : 17360 (java) S 17347 17347 15251 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 59355965 867995648 9863 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 853008

[startup+12.7023 s]
/proc/loadavg: 2.00 2.06 2.11 4/92 17360
/proc/meminfo: memFree=1352688/2055920 swapFree=4192812/4192956
[pid=17347] ppid=17345 vsize=5356 CPUtime=0
/proc/17347/stat : 17347 (concrete.sh) S 17345 17347 15251 0 -1 4194304 341 294 0 0 0 0 0 0 18 0 1 0 59355955 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17347/statm: 1339 244 201 169 0 50 0
[pid=17352] ppid=17347 vsize=847652 CPUtime=12.53
/proc/17352/stat : 17352 (java) S 17347 17347 15251 0 -1 0 12907 0 1 0 1242 11 0 0 18 0 9 0 59355956 867995648 11169 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/17352/statm: 211913 11169 2626 9 0 206391 0
[pid=17352/tid=17353] ppid=17347 vsize=847652 CPUtime=11.47
/proc/17352/task/17353/stat : 17353 (java) R 17347 17347 15251 0 -1 64 4150 0 1 0 1143 4 0 0 25 0 9 0 59355957 867995648 11169 996147200 134512640 134550932 4294955344 18446744073709551615 4125996263 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=17352/tid=17354] ppid=17347 vsize=847652 CPUtime=0.69
/proc/17352/task/17354/stat : 17354 (java) S 17347 17347 15251 0 -1 64 6700 0 0 0 65 4 0 0 16 0 9 0 59355958 867995648 11169 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=17352/tid=17355] ppid=17347 vsize=847652 CPUtime=0
/proc/17352/task/17355/stat : 17355 (java) S 17347 17347 15251 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 59355959 867995648 11169 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=17352/tid=17356] ppid=17347 vsize=847652 CPUtime=0
/proc/17352/task/17356/stat : 17356 (java) S 17347 17347 15251 0 -1 64 4 0 0 0 0 0 0 0 15 0 9 0 59355959 867995648 11169 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=17352/tid=17357] ppid=17347 vsize=847652 CPUtime=0
/proc/17352/task/17357/stat : 17357 (java) S 17347 17347 15251 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 59355961 867995648 11169 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=17352/tid=17358] ppid=17347 vsize=847652 CPUtime=0.33
/proc/17352/task/17358/stat : 17358 (java) S 17347 17347 15251 0 -1 64 1360 0 0 0 32 1 0 0 16 0 9 0 59355965 867995648 11169 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=17352/tid=17359] ppid=17347 vsize=847652 CPUtime=0
/proc/17352/task/17359/stat : 17359 (java) S 17347 17347 15251 0 -1 64 1 0 0 0 0 0 0 0 20 0 9 0 59355965 867995648 11169 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=17352/tid=17360] ppid=17347 vsize=847652 CPUtime=0
/proc/17352/task/17360/stat : 17360 (java) S 17347 17347 15251 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 59355965 867995648 11169 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.53
Current children cumulated vsize (KiB) 853008

[startup+25.5028 s]
/proc/loadavg: 2.08 2.08 2.11 3/93 17361
/proc/meminfo: memFree=1331304/2055920 swapFree=4192812/4192956
[pid=17347] ppid=17345 vsize=5356 CPUtime=0
/proc/17347/stat : 17347 (concrete.sh) S 17345 17347 15251 0 -1 4194304 341 294 0 0 0 0 0 0 18 0 1 0 59355955 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17347/statm: 1339 244 201 169 0 50 0
[pid=17352] ppid=17347 vsize=848680 CPUtime=25.19
/proc/17352/stat : 17352 (java) S 17347 17347 15251 0 -1 0 19393 0 1 0 2505 14 0 0 18 0 10 0 59355956 869048320 16960 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/17352/statm: 212170 16960 2626 9 0 206648 0
[pid=17352/tid=17353] ppid=17347 vsize=848680 CPUtime=23.68
/proc/17352/task/17353/stat : 17353 (java) R 17347 17347 15251 0 -1 64 4488 0 1 0 2363 5 0 0 25 0 10 0 59355957 869048320 16960 996147200 134512640 134550932 4294955344 18446744073709551615 4126497944 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=17352/tid=17354] ppid=17347 vsize=848680 CPUtime=1.12
/proc/17352/task/17354/stat : 17354 (java) S 17347 17347 15251 0 -1 64 12831 0 0 0 106 6 0 0 16 0 10 0 59355958 869048320 16960 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=17352/tid=17355] ppid=17347 vsize=848680 CPUtime=0
/proc/17352/task/17355/stat : 17355 (java) S 17347 17347 15251 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 59355959 869048320 16960 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=17352/tid=17356] ppid=17347 vsize=848680 CPUtime=0
/proc/17352/task/17356/stat : 17356 (java) S 17347 17347 15251 0 -1 64 4 0 0 0 0 0 0 0 16 0 10 0 59355959 869048320 16960 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=17352/tid=17357] ppid=17347 vsize=848680 CPUtime=0
/proc/17352/task/17357/stat : 17357 (java) S 17347 17347 15251 0 -1 64 1 0 0 0 0 0 0 0 18 0 10 0 59355961 869048320 16960 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=17352/tid=17358] ppid=17347 vsize=848680 CPUtime=0.35
/proc/17352/task/17358/stat : 17358 (java) S 17347 17347 15251 0 -1 64 1373 0 0 0 34 1 0 0 16 0 10 0 59355965 869048320 16960 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=17352/tid=17359] ppid=17347 vsize=848680 CPUtime=0
/proc/17352/task/17359/stat : 17359 (java) S 17347 17347 15251 0 -1 64 1 0 0 0 0 0 0 0 20 0 10 0 59355965 869048320 16960 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=17352/tid=17360] ppid=17347 vsize=848680 CPUtime=0
/proc/17352/task/17360/stat : 17360 (java) S 17347 17347 15251 0 -1 64 1 0 0 0 0 0 0 0 15 0 10 0 59355965 869048320 16960 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=17352/tid=17361] ppid=17347 vsize=848680 CPUtime=0
/proc/17352/task/17361/stat : 17361 (java) S 17347 17347 15251 0 -1 64 4 0 0 0 0 0 0 0 25 0 10 0 59358215 869048320 16960 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.19
Current children cumulated vsize (KiB) 854036


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

[pid=17352/tid=17362] ppid=17347 vsize=851088 CPUtime=0
/proc/17352/task/17362/stat : 17362 (java) S 17347 17347 15251 0 -1 64 0 0 0 0 0 0 0 0 25 0 10 0 59382628 871514112 193626 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 610.91
Current children cumulated vsize (KiB) 856444

[startup+627.102 s]
/proc/loadavg: 2.72 2.50 2.28 3/83 17396
/proc/meminfo: memFree=545208/2055920 swapFree=4192812/4192956
[pid=17347] ppid=17345 vsize=5356 CPUtime=0
/proc/17347/stat : 17347 (concrete.sh) S 17345 17347 15251 0 -1 4194304 341 294 0 0 0 0 0 0 18 0 1 0 59355955 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17347/statm: 1339 244 201 169 0 50 0
[pid=17352] ppid=17347 vsize=851088 CPUtime=623.65
/proc/17352/stat : 17352 (java) S 17347 17347 15251 0 -1 0 196626 0 1 0 62208 157 0 0 18 0 10 0 59355956 871514112 193626 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/17352/statm: 212772 193626 2635 9 0 207250 0
[pid=17352/tid=17353] ppid=17347 vsize=851088 CPUtime=316.94
/proc/17352/task/17353/stat : 17353 (java) S 17347 17347 15251 0 -1 64 11961 0 1 0 31640 54 0 0 17 0 10 0 59355957 871514112 193626 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=17352/tid=17354] ppid=17347 vsize=851088 CPUtime=299.56
/proc/17352/task/17354/stat : 17354 (java) R 17347 17347 15251 0 -1 64 180102 0 0 0 29873 83 0 0 25 0 10 0 59355958 871514112 193626 996147200 134512640 134550932 4294955344 18446744073709551615 104516149 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=17352/tid=17355] ppid=17347 vsize=851088 CPUtime=0
/proc/17352/task/17355/stat : 17355 (java) S 17347 17347 15251 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 59355959 871514112 193626 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=17352/tid=17356] ppid=17347 vsize=851088 CPUtime=0
/proc/17352/task/17356/stat : 17356 (java) S 17347 17347 15251 0 -1 64 9 0 0 0 0 0 0 0 16 0 10 0 59355959 871514112 193626 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=17352/tid=17357] ppid=17347 vsize=851088 CPUtime=0
/proc/17352/task/17357/stat : 17357 (java) S 17347 17347 15251 0 -1 64 1 0 0 0 0 0 0 0 18 0 10 0 59355961 871514112 193626 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=17352/tid=17358] ppid=17347 vsize=851088 CPUtime=7.11
/proc/17352/task/17358/stat : 17358 (java) S 17347 17347 15251 0 -1 64 3856 0 0 0 693 18 0 0 16 0 10 0 59355965 871514112 193626 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=17352/tid=17359] ppid=17347 vsize=851088 CPUtime=0
/proc/17352/task/17359/stat : 17359 (java) S 17347 17347 15251 0 -1 64 1 0 0 0 0 0 0 0 20 0 10 0 59355965 871514112 193626 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=17352/tid=17360] ppid=17347 vsize=851088 CPUtime=0
/proc/17352/task/17360/stat : 17360 (java) S 17347 17347 15251 0 -1 64 1 0 0 0 0 0 0 0 15 0 10 0 59355965 871514112 193626 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=17352/tid=17362] ppid=17347 vsize=851088 CPUtime=0
/proc/17352/task/17362/stat : 17362 (java) S 17347 17347 15251 0 -1 64 0 0 0 0 0 0 0 0 25 0 10 0 59382628 871514112 193626 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 623.65
Current children cumulated vsize (KiB) 856444

[startup+633.503 s]
/proc/loadavg: 2.76 2.52 2.28 3/82 17396
/proc/meminfo: memFree=544376/2055920 swapFree=4192812/4192956
[pid=17347] ppid=17345 vsize=5356 CPUtime=0
/proc/17347/stat : 17347 (concrete.sh) S 17345 17347 15251 0 -1 4194304 341 294 0 0 0 0 0 0 18 0 1 0 59355955 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17347/statm: 1339 244 201 169 0 50 0
[pid=17352] ppid=17347 vsize=851088 CPUtime=630.02
/proc/17352/stat : 17352 (java) S 17347 17347 15251 0 -1 0 196628 0 1 0 62845 157 0 0 18 0 9 0 59355956 871514112 193626 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/17352/statm: 212772 193626 2635 9 0 207250 0
[pid=17352/tid=17353] ppid=17347 vsize=851088 CPUtime=316.94
/proc/17352/task/17353/stat : 17353 (java) S 17347 17347 15251 0 -1 64 11963 0 1 0 31640 54 0 0 17 0 9 0 59355957 871514112 193626 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=17352/tid=17354] ppid=17347 vsize=851088 CPUtime=305.93
/proc/17352/task/17354/stat : 17354 (java) R 17347 17347 15251 0 -1 64 180102 0 0 0 30510 83 0 0 25 0 9 0 59355958 871514112 193626 996147200 134512640 134550932 4294955344 18446744073709551615 102499766 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=17352/tid=17355] ppid=17347 vsize=851088 CPUtime=0
/proc/17352/task/17355/stat : 17355 (java) S 17347 17347 15251 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 59355959 871514112 193626 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=17352/tid=17356] ppid=17347 vsize=851088 CPUtime=0
/proc/17352/task/17356/stat : 17356 (java) S 17347 17347 15251 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 59355959 871514112 193626 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=17352/tid=17357] ppid=17347 vsize=851088 CPUtime=0
/proc/17352/task/17357/stat : 17357 (java) S 17347 17347 15251 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 59355961 871514112 193626 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=17352/tid=17358] ppid=17347 vsize=851088 CPUtime=7.11
/proc/17352/task/17358/stat : 17358 (java) S 17347 17347 15251 0 -1 64 3856 0 0 0 693 18 0 0 16 0 9 0 59355965 871514112 193626 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=17352/tid=17359] ppid=17347 vsize=851088 CPUtime=0
/proc/17352/task/17359/stat : 17359 (java) S 17347 17347 15251 0 -1 64 1 0 0 0 0 0 0 0 20 0 9 0 59355965 871514112 193626 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=17352/tid=17360] ppid=17347 vsize=851088 CPUtime=0
/proc/17352/task/17360/stat : 17360 (java) S 17347 17347 15251 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 59355965 871514112 193626 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 630.02
Current children cumulated vsize (KiB) 856444

[startup+635.103 s]
/proc/loadavg: 2.76 2.52 2.28 3/82 17396
/proc/meminfo: memFree=544184/2055920 swapFree=4192812/4192956
[pid=17347] ppid=17345 vsize=5356 CPUtime=0
/proc/17347/stat : 17347 (concrete.sh) S 17345 17347 15251 0 -1 4194304 341 294 0 0 0 0 0 0 18 0 1 0 59355955 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17347/statm: 1339 244 201 169 0 50 0
[pid=17352] ppid=17347 vsize=851088 CPUtime=631.61
/proc/17352/stat : 17352 (java) S 17347 17347 15251 0 -1 0 196629 0 1 0 63004 157 0 0 18 0 9 0 59355956 871514112 193626 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/17352/statm: 212772 193626 2635 9 0 207250 0
[pid=17352/tid=17353] ppid=17347 vsize=851088 CPUtime=316.94
/proc/17352/task/17353/stat : 17353 (java) S 17347 17347 15251 0 -1 64 11964 0 1 0 31640 54 0 0 17 0 9 0 59355957 871514112 193626 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=17352/tid=17354] ppid=17347 vsize=851088 CPUtime=307.52
/proc/17352/task/17354/stat : 17354 (java) R 17347 17347 15251 0 -1 64 180102 0 0 0 30669 83 0 0 25 0 9 0 59355958 871514112 193626 996147200 134512640 134550932 4294955344 18446744073709551615 103732047 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=17352/tid=17355] ppid=17347 vsize=851088 CPUtime=0
/proc/17352/task/17355/stat : 17355 (java) S 17347 17347 15251 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 59355959 871514112 193626 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=17352/tid=17356] ppid=17347 vsize=851088 CPUtime=0
/proc/17352/task/17356/stat : 17356 (java) S 17347 17347 15251 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 59355959 871514112 193626 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=17352/tid=17357] ppid=17347 vsize=851088 CPUtime=0
/proc/17352/task/17357/stat : 17357 (java) S 17347 17347 15251 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 59355961 871514112 193626 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=17352/tid=17358] ppid=17347 vsize=851088 CPUtime=7.11
/proc/17352/task/17358/stat : 17358 (java) S 17347 17347 15251 0 -1 64 3856 0 0 0 693 18 0 0 16 0 9 0 59355965 871514112 193626 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=17352/tid=17359] ppid=17347 vsize=851088 CPUtime=0
/proc/17352/task/17359/stat : 17359 (java) S 17347 17347 15251 0 -1 64 1 0 0 0 0 0 0 0 20 0 9 0 59355965 871514112 193626 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=17352/tid=17360] ppid=17347 vsize=851088 CPUtime=0
/proc/17352/task/17360/stat : 17360 (java) S 17347 17347 15251 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 59355965 871514112 193626 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 631.61
Current children cumulated vsize (KiB) 856444

[startup+635.901 s]
/proc/loadavg: 2.76 2.52 2.28 3/82 17396
/proc/meminfo: memFree=543992/2055920 swapFree=4192812/4192956
[pid=17347] ppid=17345 vsize=5356 CPUtime=0
/proc/17347/stat : 17347 (concrete.sh) S 17345 17347 15251 0 -1 4194304 341 294 0 0 0 0 0 0 18 0 1 0 59355955 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17347/statm: 1339 244 201 169 0 50 0
[pid=17352] ppid=17347 vsize=851088 CPUtime=632.4
/proc/17352/stat : 17352 (java) S 17347 17347 15251 0 -1 0 196629 0 1 0 63083 157 0 0 18 0 9 0 59355956 871514112 193626 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/17352/statm: 212772 193626 2635 9 0 207250 0
[pid=17352/tid=17353] ppid=17347 vsize=851088 CPUtime=316.94
/proc/17352/task/17353/stat : 17353 (java) S 17347 17347 15251 0 -1 64 11964 0 1 0 31640 54 0 0 17 0 9 0 59355957 871514112 193626 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=17352/tid=17354] ppid=17347 vsize=851088 CPUtime=308.31
/proc/17352/task/17354/stat : 17354 (java) R 17347 17347 15251 0 -1 64 180102 0 0 0 30748 83 0 0 25 0 9 0 59355958 871514112 193626 996147200 134512640 134550932 4294955344 18446744073709551615 104189893 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=17352/tid=17355] ppid=17347 vsize=851088 CPUtime=0
/proc/17352/task/17355/stat : 17355 (java) S 17347 17347 15251 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 59355959 871514112 193626 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=17352/tid=17356] ppid=17347 vsize=851088 CPUtime=0
/proc/17352/task/17356/stat : 17356 (java) S 17347 17347 15251 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 59355959 871514112 193626 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=17352/tid=17357] ppid=17347 vsize=851088 CPUtime=0
/proc/17352/task/17357/stat : 17357 (java) S 17347 17347 15251 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 59355961 871514112 193626 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=17352/tid=17358] ppid=17347 vsize=851088 CPUtime=7.11
/proc/17352/task/17358/stat : 17358 (java) S 17347 17347 15251 0 -1 64 3856 0 0 0 693 18 0 0 16 0 9 0 59355965 871514112 193626 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=17352/tid=17359] ppid=17347 vsize=851088 CPUtime=0
/proc/17352/task/17359/stat : 17359 (java) S 17347 17347 15251 0 -1 64 1 0 0 0 0 0 0 0 20 0 9 0 59355965 871514112 193626 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=17352/tid=17360] ppid=17347 vsize=851088 CPUtime=0
/proc/17352/task/17360/stat : 17360 (java) S 17347 17347 15251 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 59355965 871514112 193626 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 632.4
Current children cumulated vsize (KiB) 856444

[startup+636.701 s]
/proc/loadavg: 2.76 2.52 2.28 3/82 17396
/proc/meminfo: memFree=543992/2055920 swapFree=4192812/4192956
[pid=17347] ppid=17345 vsize=5356 CPUtime=0
/proc/17347/stat : 17347 (concrete.sh) S 17345 17347 15251 0 -1 4194304 341 294 0 0 0 0 0 0 18 0 1 0 59355955 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17347/statm: 1339 244 201 169 0 50 0
[pid=17352] ppid=17347 vsize=851088 CPUtime=633.2
/proc/17352/stat : 17352 (java) S 17347 17347 15251 0 -1 0 196629 0 1 0 63163 157 0 0 18 0 9 0 59355956 871514112 193626 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/17352/statm: 212772 193626 2635 9 0 207250 0
[pid=17352/tid=17353] ppid=17347 vsize=851088 CPUtime=316.94
/proc/17352/task/17353/stat : 17353 (java) S 17347 17347 15251 0 -1 64 11964 0 1 0 31640 54 0 0 17 0 9 0 59355957 871514112 193626 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=17352/tid=17354] ppid=17347 vsize=851088 CPUtime=309.11
/proc/17352/task/17354/stat : 17354 (java) R 17347 17347 15251 0 -1 64 180102 0 0 0 30828 83 0 0 25 0 9 0 59355958 871514112 193626 996147200 134512640 134550932 4294955344 18446744073709551615 104516147 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=17352/tid=17355] ppid=17347 vsize=851088 CPUtime=0
/proc/17352/task/17355/stat : 17355 (java) S 17347 17347 15251 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 59355959 871514112 193626 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=17352/tid=17356] ppid=17347 vsize=851088 CPUtime=0
/proc/17352/task/17356/stat : 17356 (java) S 17347 17347 15251 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 59355959 871514112 193626 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=17352/tid=17357] ppid=17347 vsize=851088 CPUtime=0
/proc/17352/task/17357/stat : 17357 (java) S 17347 17347 15251 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 59355961 871514112 193626 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=17352/tid=17358] ppid=17347 vsize=851088 CPUtime=7.11
/proc/17352/task/17358/stat : 17358 (java) S 17347 17347 15251 0 -1 64 3856 0 0 0 693 18 0 0 16 0 9 0 59355965 871514112 193626 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=17352/tid=17359] ppid=17347 vsize=851088 CPUtime=0
/proc/17352/task/17359/stat : 17359 (java) S 17347 17347 15251 0 -1 64 1 0 0 0 0 0 0 0 20 0 9 0 59355965 871514112 193626 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=17352/tid=17360] ppid=17347 vsize=851088 CPUtime=0
/proc/17352/task/17360/stat : 17360 (java) S 17347 17347 15251 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 59355965 871514112 193626 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 633.2
Current children cumulated vsize (KiB) 856444

[startup+636.906 s]
/proc/loadavg: 2.76 2.52 2.28 3/82 17396
/proc/meminfo: memFree=543864/2055920 swapFree=4192812/4192956
[pid=17347] ppid=17345 vsize=5356 CPUtime=0
/proc/17347/stat : 17347 (concrete.sh) S 17345 17347 15251 0 -1 4194304 341 294 0 0 0 0 0 0 18 0 1 0 59355955 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17347/statm: 1339 244 201 169 0 50 0
[pid=17352] ppid=17347 vsize=0 CPUtime=633.4
/proc/17352/stat : 17352 (java) Z 17347 17347 15251 0 -1 12 196639 0 1 0 63182 158 0 0 16 0 2 0 59355956 0 0 996147200 0 0 0 0 0 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/17352/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 633.4
Current children cumulated vsize (KiB) 5356

[startup+637.002 s]
/proc/loadavg: 2.76 2.52 2.28 3/82 17396
/proc/meminfo: memFree=543864/2055920 swapFree=4192812/4192956
[pid=17347] ppid=17345 vsize=5356 CPUtime=0
/proc/17347/stat : 17347 (concrete.sh) S 17345 17347 15251 0 -1 4194304 341 294 0 0 0 0 0 0 18 0 1 0 59355955 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17347/statm: 1339 244 201 169 0 50 0
[pid=17352] ppid=17347 vsize=0 CPUtime=633.49
/proc/17352/stat : 17352 (java) Z 17347 17347 15251 0 -1 12 196639 0 1 0 63182 167 0 0 16 0 2 0 59355956 0 0 996147200 0 0 0 0 0 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/17352/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 633.49
Current children cumulated vsize (KiB) 5356

Child status: 0
Real time (s): 637.022
CPU time (s): 633.528
CPU user time (s): 631.825
CPU system time (s): 1.70274
CPU usage (%): 99.4515
Max. virtual memory (cumulated for all children) (KiB): 856604

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 631.825
system time used= 1.70274
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 197282
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= 43571
involuntary context switches= 53097

runsolver used 0.841872 second user time and 2.13167 second system time

The end

Launcher Data

Begin job on node23 at 2009-07-16 07:41:36
IDJOB=2083289
IDBENCH=57764
IDSOLVER=736
FILE ID=node23/2083289-1247722895
PBS_JOBID= 9521392
Free space on /tmp= 66392 MiB

SOLVER NAME= Concrete DC 2009-06-10
BENCH NAME= CPAI08/csp/fapp/fapp39/normalized-fapp39-2750-10.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-2083289-1247722895/watcher-2083289-1247722895 -o /tmp/evaluation-result-2083289-1247722895/solver-2083289-1247722895 -C 1800 -W 2000 -M 900  HOME/concrete.sh -c -p cspfj.filter.DC2 -parameter cdc.addConstraints=BIN HOME/instance-2083289-1247722895.xml

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

MD5SUM BENCH= 8a127deb0eee354290b5835e74cbb9f7
RANDOM SEED=1992434693

node23.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.277
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.277
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:       1388064 kB
Buffers:         83384 kB
Cached:         352700 kB
SwapCached:          0 kB
Active:         197612 kB
Inactive:       391100 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1388064 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            4492 kB
Writeback:           0 kB
Mapped:         172972 kB
Slab:            63980 kB
Committed_AS:   702944 kB
PageTables:       2120 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= 66380 MiB
End job on node23 at 2009-07-16 07:52:13