Trace number 2083839

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? 564.528 569.779

DiagnosticValue
CHECKS5492060
NODES0

General information on the benchmark

Namecsp/fapp/fapp14/
normalized-fapp14-2500-9.xml
MD5SUM82e6ad1aef50625fbf6be40e28789b38
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 benchmark1515.09
Satisfiable
(Un)Satisfiability was proved
Number of variables2500
Number of constraints40767
Maximum constraint arity2
Maximum domain size362
Number of constraints which are defined in extension0
Number of constraints which are defined in intension40767
Global constraints used (with number of constraints)

Solver Data

303.05/305.95	c [ 305.546] WARNING : Could not free more memory in relations (concrete.relationconverter.RelationManager.strongOptimizeMemory)
322.27/325.33	c CPU-LOAD 275.4
322.27/325.33	c LOADED 2500 V (362 E), 16760 ExtensionConstraint2D, 10893 PredicateConstraint, arity 2, 275.4 cpu
562.10/567.33	c [ 566.930] WARNING : java.lang.OutOfMemoryError: Java heap space
562.10/567.33	java.util.HashMap.entrySet0(Unknown Source)
562.10/567.33	java.util.HashMap.entrySet(Unknown Source)
562.10/567.33	cspfj.filter.DC2.getStatistics(DC2.java:322)
562.10/567.33	cspfj.AbstractSolver.preprocess(AbstractSolver.java:235)
562.10/567.33	cspfj.MGACIter.runSolver(MGACIter.java:206)
562.10/567.33	concrete.AbstractLauncher.solve(AbstractLauncher.java:401)
562.10/567.33	concrete.Concrete.solve(Concrete.java:187)
562.10/567.33	concrete.Concrete.run(Concrete.java:112)
562.10/567.33	concrete.Concrete.main(Concrete.java:105) (cspfj.ResultHandler.result)
562.10/567.33	s UNKNOWN
562.10/567.33	d NODES 0
562.10/567.33	d CHECKS 5492064
562.10/567.33	c java.lang.OutOfMemoryError: Java heap space[java.util.HashMap.entrySet0(Unknown Source), java.util.HashMap.entrySet(Unknown Source), cspfj.filter.DC2.getStatistics(DC2.java:322), cspfj.AbstractSolver.preprocess(AbstractSolver.java:235), 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)]
564.37/569.61	c total-assgn: 0
564.37/569.61	c total-constraint-ccks: 5446092
564.37/569.61	c total-constraint-presence-ccks: 31476
564.37/569.61	c total-cpu: 8.07
564.37/569.61	c total-matrix2d-ccks: 45972
564.37/569.61	c total-matrix2d-presence-ccks: 103728
564.37/569.61	c TOTAL-NODES 0
564.37/569.61	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-2083839-1247723810/watcher-2083839-1247723810 -o /tmp/evaluation-result-2083839-1247723810/solver-2083839-1247723810 -C 1800 -W 2000 -M 900 HOME/concrete.sh -c -p cspfj.filter.DC2 -parameter cdc.addConstraints=BIN HOME/instance-2083839-1247723810.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.01 2.00 2.00 4/72 14311
/proc/meminfo: memFree=1346792/2055920 swapFree=4192812/4192956
[pid=14311] ppid=14309 vsize=5356 CPUtime=0
/proc/14311/stat : 14311 (concrete.sh) S 14309 14311 12466 0 -1 4194304 271 0 0 0 0 0 0 0 20 0 1 0 59447916 5484544 230 996147200 4194304 4889804 548682068736 18446744073709551615 231962542162 0 0 4100 65536 18446744071563648864 0 0 17 1 0 0
/proc/14311/statm: 1339 230 191 169 0 50 0
[pid=14312] ppid=14311 vsize=5356 CPUtime=0
/proc/14312/stat : 14312 (concrete.sh) R 14311 14311 12466 0 -1 4194368 5 0 0 0 0 0 0 0 21 0 1 0 59447916 5484544 230 996147200 4194304 4889804 548682068736 18446744073709551615 231962211058 0 65538 4100 65536 0 0 0 17 1 0 0
/proc/14312/statm: 1339 230 191 169 0 50 0

[startup+0.0105691 s]
/proc/loadavg: 2.01 2.00 2.00 4/72 14311
/proc/meminfo: memFree=1346792/2055920 swapFree=4192812/4192956
[pid=14311] ppid=14309 vsize=5356 CPUtime=0
/proc/14311/stat : 14311 (concrete.sh) S 14309 14311 12466 0 -1 4194304 299 128 0 0 0 0 0 0 21 0 1 0 59447916 5484544 238 996147200 4194304 4889804 548682068736 18446744073709551615 231962542162 0 0 4100 65536 18446744071563648864 0 0 17 1 0 0
/proc/14311/statm: 1339 238 197 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

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

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

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

[startup+1.50212 s]
/proc/loadavg: 2.08 2.02 2.01 3/82 14324
/proc/meminfo: memFree=1331800/2055920 swapFree=4192812/4192956
[pid=14311] ppid=14309 vsize=5356 CPUtime=0
/proc/14311/stat : 14311 (concrete.sh) S 14309 14311 12466 0 -1 4194304 341 294 0 0 0 0 0 0 21 0 1 0 59447916 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14311/statm: 1339 244 201 169 0 50 0
[pid=14316] ppid=14311 vsize=847644 CPUtime=1.47
/proc/14316/stat : 14316 (java) S 14311 14311 12466 0 -1 0 8116 0 1 0 141 6 0 0 18 0 9 0 59447917 867987456 7174 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/14316/statm: 211911 7174 2624 9 0 206389 0
[pid=14316/tid=14317] ppid=14311 vsize=847644 CPUtime=0.98
/proc/14316/task/14317/stat : 14317 (java) R 14311 14311 12466 0 -1 64 3898 0 1 0 95 3 0 0 24 0 9 0 59447918 867987456 7174 996147200 134512640 134550932 4294955344 18446744073709551615 4126512101 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14316/tid=14318] ppid=14311 vsize=847644 CPUtime=0.14
/proc/14316/task/14318/stat : 14318 (java) S 14311 14311 12466 0 -1 64 2166 0 0 0 13 1 0 0 16 0 9 0 59447919 867987456 7174 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=14316/tid=14319] ppid=14311 vsize=847644 CPUtime=0
/proc/14316/task/14319/stat : 14319 (java) S 14311 14311 12466 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 59447919 867987456 7174 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14316/tid=14320] ppid=14311 vsize=847644 CPUtime=0
/proc/14316/task/14320/stat : 14320 (java) S 14311 14311 12466 0 -1 64 4 0 0 0 0 0 0 0 15 0 9 0 59447919 867987456 7174 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14316/tid=14321] ppid=14311 vsize=847644 CPUtime=0
/proc/14316/task/14321/stat : 14321 (java) S 14311 14311 12466 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 59447922 867987456 7174 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14316/tid=14322] ppid=14311 vsize=847644 CPUtime=0.32
/proc/14316/task/14322/stat : 14322 (java) S 14311 14311 12466 0 -1 64 1357 0 0 0 32 0 0 0 15 0 9 0 59447925 867987456 7174 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14316/tid=14323] ppid=14311 vsize=847644 CPUtime=0
/proc/14316/task/14323/stat : 14323 (java) S 14311 14311 12466 0 -1 64 0 0 0 0 0 0 0 0 20 0 9 0 59447925 867987456 7174 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14316/tid=14324] ppid=14311 vsize=847644 CPUtime=0
/proc/14316/task/14324/stat : 14324 (java) S 14311 14311 12466 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 59447925 867987456 7174 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 853000

[startup+3.10267 s]
/proc/loadavg: 2.08 2.02 2.01 3/82 14324
/proc/meminfo: memFree=1324376/2055920 swapFree=4192812/4192956
[pid=14311] ppid=14309 vsize=5356 CPUtime=0
/proc/14311/stat : 14311 (concrete.sh) S 14309 14311 12466 0 -1 4194304 341 294 0 0 0 0 0 0 21 0 1 0 59447916 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14311/statm: 1339 244 201 169 0 50 0
[pid=14316] ppid=14311 vsize=847644 CPUtime=3.05
/proc/14316/stat : 14316 (java) S 14311 14311 12466 0 -1 0 9478 0 1 0 297 8 0 0 18 0 9 0 59447917 867987456 8495 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/14316/statm: 211911 8495 2625 9 0 206389 0
[pid=14316/tid=14317] ppid=14311 vsize=847644 CPUtime=2.42
/proc/14316/task/14317/stat : 14317 (java) R 14311 14311 12466 0 -1 64 3924 0 1 0 238 4 0 0 25 0 9 0 59447918 867987456 8495 996147200 134512640 134550932 4294955344 18446744073709551615 4126508937 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14316/tid=14318] ppid=14311 vsize=847644 CPUtime=0.28
/proc/14316/task/14318/stat : 14318 (java) S 14311 14311 12466 0 -1 64 3501 0 0 0 26 2 0 0 16 0 9 0 59447919 867987456 8495 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=14316/tid=14319] ppid=14311 vsize=847644 CPUtime=0
/proc/14316/task/14319/stat : 14319 (java) S 14311 14311 12466 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 59447919 867987456 8495 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14316/tid=14320] ppid=14311 vsize=847644 CPUtime=0
/proc/14316/task/14320/stat : 14320 (java) S 14311 14311 12466 0 -1 64 4 0 0 0 0 0 0 0 15 0 9 0 59447919 867987456 8495 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14316/tid=14321] ppid=14311 vsize=847644 CPUtime=0
/proc/14316/task/14321/stat : 14321 (java) S 14311 14311 12466 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 59447922 867987456 8495 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14316/tid=14322] ppid=14311 vsize=847644 CPUtime=0.32
/proc/14316/task/14322/stat : 14322 (java) S 14311 14311 12466 0 -1 64 1358 0 0 0 32 0 0 0 15 0 9 0 59447925 867987456 8495 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14316/tid=14323] ppid=14311 vsize=847644 CPUtime=0
/proc/14316/task/14323/stat : 14323 (java) S 14311 14311 12466 0 -1 64 0 0 0 0 0 0 0 0 20 0 9 0 59447925 867987456 8495 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14316/tid=14324] ppid=14311 vsize=847644 CPUtime=0
/proc/14316/task/14324/stat : 14324 (java) S 14311 14311 12466 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 59447925 867987456 8495 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) 853000

[startup+6.30175 s]
/proc/loadavg: 2.08 2.02 2.01 3/82 14324
/proc/meminfo: memFree=1315928/2055920 swapFree=4192812/4192956
[pid=14311] ppid=14309 vsize=5356 CPUtime=0
/proc/14311/stat : 14311 (concrete.sh) S 14309 14311 12466 0 -1 4194304 341 294 0 0 0 0 0 0 21 0 1 0 59447916 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14311/statm: 1339 244 201 169 0 50 0
[pid=14316] ppid=14311 vsize=847644 CPUtime=6.23
/proc/14316/stat : 14316 (java) S 14311 14311 12466 0 -1 0 10909 0 1 0 614 9 0 0 18 0 9 0 59447917 867987456 9891 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/14316/statm: 211911 9891 2625 9 0 206389 0
[pid=14316/tid=14317] ppid=14311 vsize=847644 CPUtime=5.41
/proc/14316/task/14317/stat : 14317 (java) R 14311 14311 12466 0 -1 64 4040 0 1 0 537 4 0 0 25 0 9 0 59447918 867987456 9891 996147200 134512640 134550932 4294955344 18446744073709551615 4126512101 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14316/tid=14318] ppid=14311 vsize=847644 CPUtime=0.46
/proc/14316/task/14318/stat : 14318 (java) S 14311 14311 12466 0 -1 64 4815 0 0 0 43 3 0 0 16 0 9 0 59447919 867987456 9891 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=14316/tid=14319] ppid=14311 vsize=847644 CPUtime=0
/proc/14316/task/14319/stat : 14319 (java) S 14311 14311 12466 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 59447919 867987456 9891 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14316/tid=14320] ppid=14311 vsize=847644 CPUtime=0
/proc/14316/task/14320/stat : 14320 (java) S 14311 14311 12466 0 -1 64 4 0 0 0 0 0 0 0 15 0 9 0 59447919 867987456 9891 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14316/tid=14321] ppid=14311 vsize=847644 CPUtime=0
/proc/14316/task/14321/stat : 14321 (java) S 14311 14311 12466 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 59447922 867987456 9891 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14316/tid=14322] ppid=14311 vsize=847644 CPUtime=0.32
/proc/14316/task/14322/stat : 14322 (java) S 14311 14311 12466 0 -1 64 1358 0 0 0 32 0 0 0 15 0 9 0 59447925 867987456 9891 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14316/tid=14323] ppid=14311 vsize=847644 CPUtime=0
/proc/14316/task/14323/stat : 14323 (java) S 14311 14311 12466 0 -1 64 0 0 0 0 0 0 0 0 20 0 9 0 59447925 867987456 9891 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14316/tid=14324] ppid=14311 vsize=847644 CPUtime=0
/proc/14316/task/14324/stat : 14324 (java) S 14311 14311 12466 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 59447925 867987456 9891 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 853000

[startup+12.7019 s]
/proc/loadavg: 2.07 2.02 2.00 3/82 14324
/proc/meminfo: memFree=1308632/2055920 swapFree=4192812/4192956
[pid=14311] ppid=14309 vsize=5356 CPUtime=0
/proc/14311/stat : 14311 (concrete.sh) S 14309 14311 12466 0 -1 4194304 341 294 0 0 0 0 0 0 21 0 1 0 59447916 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14311/statm: 1339 244 201 169 0 50 0
[pid=14316] ppid=14311 vsize=847644 CPUtime=12.57
/proc/14316/stat : 14316 (java) S 14311 14311 12466 0 -1 0 12240 0 1 0 1247 10 0 0 18 0 9 0 59447917 867987456 11206 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/14316/statm: 211911 11206 2625 9 0 206389 0
[pid=14316/tid=14317] ppid=14311 vsize=847644 CPUtime=11.69
/proc/14316/task/14317/stat : 14317 (java) R 14311 14311 12466 0 -1 64 4056 0 1 0 1165 4 0 0 25 0 9 0 59447918 867987456 11206 996147200 134512640 134550932 4294955344 18446744073709551615 4126512101 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14316/tid=14318] ppid=14311 vsize=847644 CPUtime=0.52
/proc/14316/task/14318/stat : 14318 (java) S 14311 14311 12466 0 -1 64 6130 0 0 0 48 4 0 0 16 0 9 0 59447919 867987456 11206 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=14316/tid=14319] ppid=14311 vsize=847644 CPUtime=0
/proc/14316/task/14319/stat : 14319 (java) S 14311 14311 12466 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 59447919 867987456 11206 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14316/tid=14320] ppid=14311 vsize=847644 CPUtime=0
/proc/14316/task/14320/stat : 14320 (java) S 14311 14311 12466 0 -1 64 4 0 0 0 0 0 0 0 15 0 9 0 59447919 867987456 11206 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14316/tid=14321] ppid=14311 vsize=847644 CPUtime=0
/proc/14316/task/14321/stat : 14321 (java) S 14311 14311 12466 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 59447922 867987456 11206 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14316/tid=14322] ppid=14311 vsize=847644 CPUtime=0.32
/proc/14316/task/14322/stat : 14322 (java) S 14311 14311 12466 0 -1 64 1358 0 0 0 32 0 0 0 16 0 9 0 59447925 867987456 11206 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14316/tid=14323] ppid=14311 vsize=847644 CPUtime=0
/proc/14316/task/14323/stat : 14323 (java) S 14311 14311 12466 0 -1 64 0 0 0 0 0 0 0 0 20 0 9 0 59447925 867987456 11206 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14316/tid=14324] ppid=14311 vsize=847644 CPUtime=0
/proc/14316/task/14324/stat : 14324 (java) S 14311 14311 12466 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 59447925 867987456 11206 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 853000

[startup+25.5022 s]
/proc/loadavg: 2.06 2.01 2.00 3/82 14324
/proc/meminfo: memFree=1300440/2055920 swapFree=4192812/4192956
[pid=14311] ppid=14309 vsize=5356 CPUtime=0
/proc/14311/stat : 14311 (concrete.sh) S 14309 14311 12466 0 -1 4194304 341 294 0 0 0 0 0 0 21 0 1 0 59447916 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14311/statm: 1339 244 201 169 0 50 0
[pid=14316] ppid=14311 vsize=847644 CPUtime=25.24
/proc/14316/stat : 14316 (java) S 14311 14311 12466 0 -1 0 14600 0 1 0 2513 11 0 0 18 0 9 0 59447917 867987456 12911 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/14316/statm: 211911 12911 2626 9 0 206389 0
[pid=14316/tid=14317] ppid=14311 vsize=847644 CPUtime=24.1
/proc/14316/task/14317/stat : 14317 (java) R 14311 14311 12466 0 -1 64 4213 0 1 0 2405 5 0 0 25 0 9 0 59447918 867987456 12911 996147200 134512640 134550932 4294955344 18446744073709551615 4126508937 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14316/tid=14318] ppid=14311 vsize=847644 CPUtime=0.8
/proc/14316/task/14318/stat : 14318 (java) S 14311 14311 12466 0 -1 64 8333 0 0 0 75 5 0 0 16 0 9 0 59447919 867987456 12911 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=14316/tid=14319] ppid=14311 vsize=847644 CPUtime=0
/proc/14316/task/14319/stat : 14319 (java) S 14311 14311 12466 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 59447919 867987456 12911 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14316/tid=14320] ppid=14311 vsize=847644 CPUtime=0
/proc/14316/task/14320/stat : 14320 (java) S 14311 14311 12466 0 -1 64 4 0 0 0 0 0 0 0 15 0 9 0 59447919 867987456 12911 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14316/tid=14321] ppid=14311 vsize=847644 CPUtime=0
/proc/14316/task/14321/stat : 14321 (java) S 14311 14311 12466 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 59447922 867987456 12911 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14316/tid=14322] ppid=14311 vsize=847644 CPUtime=0.32
/proc/14316/task/14322/stat : 14322 (java) S 14311 14311 12466 0 -1 64 1358 0 0 0 32 0 0 0 16 0 9 0 59447925 867987456 12911 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14316/tid=14323] ppid=14311 vsize=847644 CPUtime=0
/proc/14316/task/14323/stat : 14323 (java) S 14311 14311 12466 0 -1 64 0 0 0 0 0 0 0 0 20 0 9 0 59447925 867987456 12911 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14316/tid=14324] ppid=14311 vsize=847644 CPUtime=0
/proc/14316/task/14324/stat : 14324 (java) S 14311 14311 12466 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 59447925 867987456 12911 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.24
Current children cumulated vsize (KiB) 853000

[startup+51.1029 s]
/proc/loadavg: 2.04 2.01 2.00 3/82 14324

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

[pid=14316/tid=14318] ppid=14311 vsize=851080 CPUtime=251.08
/proc/14316/task/14318/stat : 14318 (java) R 14311 14311 12466 0 -1 64 179324 0 0 0 25030 78 0 0 25 0 10 0 59447919 871505920 195702 996147200 134512640 134550932 4294955344 18446744073709551615 104516167 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=14316/tid=14319] ppid=14311 vsize=851080 CPUtime=0
/proc/14316/task/14319/stat : 14319 (java) S 14311 14311 12466 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 59447919 871505920 195702 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14316/tid=14320] ppid=14311 vsize=851080 CPUtime=0
/proc/14316/task/14320/stat : 14320 (java) S 14311 14311 12466 0 -1 64 9 0 0 0 0 0 0 0 16 0 10 0 59447919 871505920 195702 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14316/tid=14321] ppid=14311 vsize=851080 CPUtime=0
/proc/14316/task/14321/stat : 14321 (java) S 14311 14311 12466 0 -1 64 1 0 0 0 0 0 0 0 18 0 10 0 59447922 871505920 195702 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14316/tid=14322] ppid=14311 vsize=851080 CPUtime=11.19
/proc/14316/task/14322/stat : 14322 (java) S 14311 14311 12466 0 -1 64 5078 0 0 0 1093 26 0 0 16 0 10 0 59447925 871505920 195702 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14316/tid=14323] ppid=14311 vsize=851080 CPUtime=0
/proc/14316/task/14323/stat : 14323 (java) S 14311 14311 12466 0 -1 64 0 0 0 0 0 0 0 0 20 0 10 0 59447925 871505920 195702 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14316/tid=14324] ppid=14311 vsize=851080 CPUtime=0
/proc/14316/task/14324/stat : 14324 (java) S 14311 14311 12466 0 -1 64 1 0 0 0 0 0 0 0 15 0 10 0 59447925 871505920 195702 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14316/tid=14332] ppid=14311 vsize=851080 CPUtime=0
/proc/14316/task/14332/stat : 14332 (java) S 14311 14311 12466 0 -1 64 0 0 0 0 0 0 0 0 24 0 10 0 59480673 871505920 195702 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 545.25
Current children cumulated vsize (KiB) 856436

[startup+563.102 s]
/proc/loadavg: 2.01 2.09 2.04 3/82 14332
/proc/meminfo: memFree=498248/2055920 swapFree=4192812/4192956
[pid=14311] ppid=14309 vsize=5356 CPUtime=0
/proc/14311/stat : 14311 (concrete.sh) S 14309 14311 12466 0 -1 4194304 341 294 0 0 0 0 0 0 21 0 1 0 59447916 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14311/statm: 1339 244 201 169 0 50 0
[pid=14316] ppid=14311 vsize=851080 CPUtime=557.93
/proc/14316/stat : 14316 (java) S 14311 14311 12466 0 -1 0 198640 0 1 0 55606 187 0 0 18 0 9 0 59447917 871505920 195702 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/14316/statm: 212770 195702 2635 9 0 207248 0
[pid=14316/tid=14317] ppid=14311 vsize=851080 CPUtime=282.94
/proc/14316/task/14317/stat : 14317 (java) S 14311 14311 12466 0 -1 64 13532 0 1 0 28214 80 0 0 17 0 9 0 59447918 871505920 195702 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14316/tid=14318] ppid=14311 vsize=851080 CPUtime=263.76
/proc/14316/task/14318/stat : 14318 (java) R 14311 14311 12466 0 -1 64 179324 0 0 0 26298 78 0 0 25 0 9 0 59447919 871505920 195702 996147200 134512640 134550932 4294955344 18446744073709551615 102758168 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=14316/tid=14319] ppid=14311 vsize=851080 CPUtime=0
/proc/14316/task/14319/stat : 14319 (java) S 14311 14311 12466 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 59447919 871505920 195702 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14316/tid=14320] ppid=14311 vsize=851080 CPUtime=0
/proc/14316/task/14320/stat : 14320 (java) S 14311 14311 12466 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 59447919 871505920 195702 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14316/tid=14321] ppid=14311 vsize=851080 CPUtime=0
/proc/14316/task/14321/stat : 14321 (java) S 14311 14311 12466 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 59447922 871505920 195702 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14316/tid=14322] ppid=14311 vsize=851080 CPUtime=11.19
/proc/14316/task/14322/stat : 14322 (java) S 14311 14311 12466 0 -1 64 5078 0 0 0 1093 26 0 0 16 0 9 0 59447925 871505920 195702 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14316/tid=14323] ppid=14311 vsize=851080 CPUtime=0
/proc/14316/task/14323/stat : 14323 (java) S 14311 14311 12466 0 -1 64 0 0 0 0 0 0 0 0 20 0 9 0 59447925 871505920 195702 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14316/tid=14324] ppid=14311 vsize=851080 CPUtime=0
/proc/14316/task/14324/stat : 14324 (java) S 14311 14311 12466 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 59447925 871505920 195702 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 557.93
Current children cumulated vsize (KiB) 856436

[startup+566.302 s]
/proc/loadavg: 2.01 2.09 2.04 3/82 14332
/proc/meminfo: memFree=497928/2055920 swapFree=4192812/4192956
[pid=14311] ppid=14309 vsize=5356 CPUtime=0
/proc/14311/stat : 14311 (concrete.sh) S 14309 14311 12466 0 -1 4194304 341 294 0 0 0 0 0 0 21 0 1 0 59447916 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14311/statm: 1339 244 201 169 0 50 0
[pid=14316] ppid=14311 vsize=851080 CPUtime=561.1
/proc/14316/stat : 14316 (java) S 14311 14311 12466 0 -1 0 198641 0 1 0 55923 187 0 0 18 0 9 0 59447917 871505920 195702 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/14316/statm: 212770 195702 2635 9 0 207248 0
[pid=14316/tid=14317] ppid=14311 vsize=851080 CPUtime=282.94
/proc/14316/task/14317/stat : 14317 (java) S 14311 14311 12466 0 -1 64 13533 0 1 0 28214 80 0 0 17 0 9 0 59447918 871505920 195702 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14316/tid=14318] ppid=14311 vsize=851080 CPUtime=266.94
/proc/14316/task/14318/stat : 14318 (java) R 14311 14311 12466 0 -1 64 179324 0 0 0 26615 79 0 0 25 0 9 0 59447919 871505920 195702 996147200 134512640 134550932 4294955344 18446744073709551615 102768136 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=14316/tid=14319] ppid=14311 vsize=851080 CPUtime=0
/proc/14316/task/14319/stat : 14319 (java) S 14311 14311 12466 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 59447919 871505920 195702 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14316/tid=14320] ppid=14311 vsize=851080 CPUtime=0
/proc/14316/task/14320/stat : 14320 (java) S 14311 14311 12466 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 59447919 871505920 195702 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14316/tid=14321] ppid=14311 vsize=851080 CPUtime=0
/proc/14316/task/14321/stat : 14321 (java) S 14311 14311 12466 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 59447922 871505920 195702 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14316/tid=14322] ppid=14311 vsize=851080 CPUtime=11.19
/proc/14316/task/14322/stat : 14322 (java) S 14311 14311 12466 0 -1 64 5078 0 0 0 1093 26 0 0 16 0 9 0 59447925 871505920 195702 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14316/tid=14323] ppid=14311 vsize=851080 CPUtime=0
/proc/14316/task/14323/stat : 14323 (java) S 14311 14311 12466 0 -1 64 0 0 0 0 0 0 0 0 20 0 9 0 59447925 871505920 195702 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14316/tid=14324] ppid=14311 vsize=851080 CPUtime=0
/proc/14316/task/14324/stat : 14324 (java) S 14311 14311 12466 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 59447925 871505920 195702 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 561.1
Current children cumulated vsize (KiB) 856436

[startup+567.902 s]
/proc/loadavg: 2.01 2.09 2.04 3/82 14332
/proc/meminfo: memFree=497672/2055920 swapFree=4192812/4192956
[pid=14311] ppid=14309 vsize=5356 CPUtime=0
/proc/14311/stat : 14311 (concrete.sh) S 14309 14311 12466 0 -1 4194304 341 294 0 0 0 0 0 0 21 0 1 0 59447916 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14311/statm: 1339 244 201 169 0 50 0
[pid=14316] ppid=14311 vsize=851080 CPUtime=562.69
/proc/14316/stat : 14316 (java) S 14311 14311 12466 0 -1 0 198643 0 1 0 56082 187 0 0 18 0 9 0 59447917 871505920 195702 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/14316/statm: 212770 195702 2635 9 0 207248 0
[pid=14316/tid=14317] ppid=14311 vsize=851080 CPUtime=282.94
/proc/14316/task/14317/stat : 14317 (java) S 14311 14311 12466 0 -1 64 13535 0 1 0 28214 80 0 0 17 0 9 0 59447918 871505920 195702 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14316/tid=14318] ppid=14311 vsize=851080 CPUtime=268.52
/proc/14316/task/14318/stat : 14318 (java) R 14311 14311 12466 0 -1 64 179324 0 0 0 26773 79 0 0 25 0 9 0 59447919 871505920 195702 996147200 134512640 134550932 4294955344 18446744073709551615 102499777 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=14316/tid=14319] ppid=14311 vsize=851080 CPUtime=0
/proc/14316/task/14319/stat : 14319 (java) S 14311 14311 12466 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 59447919 871505920 195702 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14316/tid=14320] ppid=14311 vsize=851080 CPUtime=0
/proc/14316/task/14320/stat : 14320 (java) S 14311 14311 12466 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 59447919 871505920 195702 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14316/tid=14321] ppid=14311 vsize=851080 CPUtime=0
/proc/14316/task/14321/stat : 14321 (java) S 14311 14311 12466 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 59447922 871505920 195702 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14316/tid=14322] ppid=14311 vsize=851080 CPUtime=11.19
/proc/14316/task/14322/stat : 14322 (java) S 14311 14311 12466 0 -1 64 5078 0 0 0 1093 26 0 0 16 0 9 0 59447925 871505920 195702 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14316/tid=14323] ppid=14311 vsize=851080 CPUtime=0
/proc/14316/task/14323/stat : 14323 (java) S 14311 14311 12466 0 -1 64 0 0 0 0 0 0 0 0 20 0 9 0 59447925 871505920 195702 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14316/tid=14324] ppid=14311 vsize=851080 CPUtime=0
/proc/14316/task/14324/stat : 14324 (java) S 14311 14311 12466 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 59447925 871505920 195702 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 562.69
Current children cumulated vsize (KiB) 856436

[startup+568.706 s]
/proc/loadavg: 2.01 2.09 2.04 3/82 14332
/proc/meminfo: memFree=497544/2055920 swapFree=4192812/4192956
[pid=14311] ppid=14309 vsize=5356 CPUtime=0
/proc/14311/stat : 14311 (concrete.sh) S 14309 14311 12466 0 -1 4194304 341 294 0 0 0 0 0 0 21 0 1 0 59447916 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14311/statm: 1339 244 201 169 0 50 0
[pid=14316] ppid=14311 vsize=851080 CPUtime=563.48
/proc/14316/stat : 14316 (java) S 14311 14311 12466 0 -1 0 198643 0 1 0 56161 187 0 0 18 0 9 0 59447917 871505920 195702 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/14316/statm: 212770 195702 2635 9 0 207248 0
[pid=14316/tid=14317] ppid=14311 vsize=851080 CPUtime=282.94
/proc/14316/task/14317/stat : 14317 (java) S 14311 14311 12466 0 -1 64 13535 0 1 0 28214 80 0 0 17 0 9 0 59447918 871505920 195702 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14316/tid=14318] ppid=14311 vsize=851080 CPUtime=269.32
/proc/14316/task/14318/stat : 14318 (java) R 14311 14311 12466 0 -1 64 179324 0 0 0 26853 79 0 0 25 0 9 0 59447919 871505920 195702 996147200 134512640 134550932 4294955344 18446744073709551615 104189947 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=14316/tid=14319] ppid=14311 vsize=851080 CPUtime=0
/proc/14316/task/14319/stat : 14319 (java) S 14311 14311 12466 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 59447919 871505920 195702 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14316/tid=14320] ppid=14311 vsize=851080 CPUtime=0
/proc/14316/task/14320/stat : 14320 (java) S 14311 14311 12466 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 59447919 871505920 195702 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14316/tid=14321] ppid=14311 vsize=851080 CPUtime=0
/proc/14316/task/14321/stat : 14321 (java) S 14311 14311 12466 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 59447922 871505920 195702 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14316/tid=14322] ppid=14311 vsize=851080 CPUtime=11.19
/proc/14316/task/14322/stat : 14322 (java) S 14311 14311 12466 0 -1 64 5078 0 0 0 1093 26 0 0 16 0 9 0 59447925 871505920 195702 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14316/tid=14323] ppid=14311 vsize=851080 CPUtime=0
/proc/14316/task/14323/stat : 14323 (java) S 14311 14311 12466 0 -1 64 0 0 0 0 0 0 0 0 20 0 9 0 59447925 871505920 195702 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14316/tid=14324] ppid=14311 vsize=851080 CPUtime=0
/proc/14316/task/14324/stat : 14324 (java) S 14311 14311 12466 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 59447925 871505920 195702 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 563.48
Current children cumulated vsize (KiB) 856436

[startup+569.501 s]
/proc/loadavg: 2.01 2.09 2.04 3/82 14332
/proc/meminfo: memFree=497544/2055920 swapFree=4192812/4192956
[pid=14311] ppid=14309 vsize=5356 CPUtime=0
/proc/14311/stat : 14311 (concrete.sh) S 14309 14311 12466 0 -1 4194304 341 294 0 0 0 0 0 0 21 0 1 0 59447916 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14311/statm: 1339 244 201 169 0 50 0
[pid=14316] ppid=14311 vsize=851080 CPUtime=564.28
/proc/14316/stat : 14316 (java) S 14311 14311 12466 0 -1 0 198643 0 1 0 56241 187 0 0 18 0 9 0 59447917 871505920 195702 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/14316/statm: 212770 195702 2635 9 0 207248 0
[pid=14316/tid=14317] ppid=14311 vsize=851080 CPUtime=282.94
/proc/14316/task/14317/stat : 14317 (java) S 14311 14311 12466 0 -1 64 13535 0 1 0 28214 80 0 0 17 0 9 0 59447918 871505920 195702 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14316/tid=14318] ppid=14311 vsize=851080 CPUtime=270.11
/proc/14316/task/14318/stat : 14318 (java) R 14311 14311 12466 0 -1 64 179324 0 0 0 26932 79 0 0 25 0 9 0 59447919 871505920 195702 996147200 134512640 134550932 4294955344 18446744073709551615 102768125 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=14316/tid=14319] ppid=14311 vsize=851080 CPUtime=0
/proc/14316/task/14319/stat : 14319 (java) S 14311 14311 12466 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 59447919 871505920 195702 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14316/tid=14320] ppid=14311 vsize=851080 CPUtime=0
/proc/14316/task/14320/stat : 14320 (java) S 14311 14311 12466 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 59447919 871505920 195702 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14316/tid=14321] ppid=14311 vsize=851080 CPUtime=0
/proc/14316/task/14321/stat : 14321 (java) S 14311 14311 12466 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 59447922 871505920 195702 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14316/tid=14322] ppid=14311 vsize=851080 CPUtime=11.19
/proc/14316/task/14322/stat : 14322 (java) S 14311 14311 12466 0 -1 64 5078 0 0 0 1093 26 0 0 16 0 9 0 59447925 871505920 195702 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14316/tid=14323] ppid=14311 vsize=851080 CPUtime=0
/proc/14316/task/14323/stat : 14323 (java) S 14311 14311 12466 0 -1 64 0 0 0 0 0 0 0 0 20 0 9 0 59447925 871505920 195702 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14316/tid=14324] ppid=14311 vsize=851080 CPUtime=0
/proc/14316/task/14324/stat : 14324 (java) S 14311 14311 12466 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 59447925 871505920 195702 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 564.28
Current children cumulated vsize (KiB) 856436

[startup+569.702 s]
/proc/loadavg: 2.01 2.09 2.04 3/75 14333
/proc/meminfo: memFree=803848/2055920 swapFree=4192812/4192956
[pid=14311] ppid=14309 vsize=5356 CPUtime=0
/proc/14311/stat : 14311 (concrete.sh) S 14309 14311 12466 0 -1 4194304 341 294 0 0 0 0 0 0 21 0 1 0 59447916 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14311/statm: 1339 244 201 169 0 50 0
[pid=14316] ppid=14311 vsize=0 CPUtime=564.44
/proc/14316/stat : 14316 (java) Z 14311 14311 12466 0 -1 12 198653 0 1 0 56252 192 0 0 16 0 2 0 59447917 0 0 996147200 0 0 0 0 0 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/14316/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 564.44
Current children cumulated vsize (KiB) 5356

Child status: 0
Real time (s): 569.779
CPU time (s): 564.528
CPU user time (s): 562.529
CPU system time (s): 1.9997
CPU usage (%): 99.0785
Max. virtual memory (cumulated for all children) (KiB): 856436

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 562.528
system time used= 1.9997
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 199296
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= 57956
involuntary context switches= 69323

runsolver used 0.733888 second user time and 1.9517 second system time

The end

Launcher Data

Begin job on node16 at 2009-07-16 07:56:51
IDJOB=2083839
IDBENCH=57949
IDSOLVER=736
FILE ID=node16/2083839-1247723810
PBS_JOBID= 9521390
Free space on /tmp= 66404 MiB

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

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

MD5SUM BENCH= 82e6ad1aef50625fbf6be40e28789b38
RANDOM SEED=544683249

node16.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.231
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.231
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:       1347208 kB
Buffers:         71364 kB
Cached:         407152 kB
SwapCached:          0 kB
Active:         212260 kB
Inactive:       426776 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1347208 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            7148 kB
Writeback:           0 kB
Mapped:         172076 kB
Slab:            54588 kB
Committed_AS:   648496 kB
PageTables:       2164 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= 66404 MiB
End job on node16 at 2009-07-16 08:06:20