Trace number 2083476

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? 999.977 1000.39

DiagnosticValue
CHECKS26912000
NODES0

General information on the benchmark

Namecsp/fapp/fapp38/
normalized-fapp38-2500-9.xml
MD5SUM68fe27f113711ce0fc0a376a1a638b50
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 benchmark76.9953
Satisfiable
(Un)Satisfiability was proved
Number of variables2500
Number of constraints62132
Maximum constraint arity2
Maximum domain size698
Number of constraints which are defined in extension0
Number of constraints which are defined in intension62132
Global constraints used (with number of constraints)

Solver Data

538.71/538.96	c [ 538.579] WARNING : Could not free more memory in relations (concrete.relationconverter.RelationManager.strongOptimizeMemory)
544.29/544.58	c CPU-LOAD 518.25
544.29/544.58	c LOADED 2500 V (698 E), 31835 PredicateConstraint, 8070 ExtensionConstraint2D, arity 2, 518.25 cpu
999.83/1000.21	c [ 999.832] WARNING : java.lang.OutOfMemoryError: Java heap space
999.83/1000.21	java.util.HashMap.entrySet0(Unknown Source)
999.83/1000.21	java.util.HashMap.entrySet(Unknown Source)
999.83/1000.21	cspfj.filter.DC2.getStatistics(DC2.java:322)
999.83/1000.21	cspfj.AbstractSolver.preprocess(AbstractSolver.java:235)
999.83/1000.21	cspfj.MGACIter.runSolver(MGACIter.java:206)
999.83/1000.21	concrete.AbstractLauncher.solve(AbstractLauncher.java:401)
999.83/1000.21	concrete.Concrete.solve(Concrete.java:187)
999.83/1000.21	concrete.Concrete.run(Concrete.java:112)
999.83/1000.21	concrete.Concrete.main(Concrete.java:105) (cspfj.ResultHandler.result)
999.83/1000.22	s UNKNOWN
999.83/1000.22	d NODES 0
999.83/1000.22	d CHECKS 26912025
999.83/1000.22	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)]
999.83/1000.22	c total-assgn: 0
999.83/1000.22	c total-constraint-ccks: 24511937
999.83/1000.22	c total-constraint-presence-ccks: 2313352
999.83/1000.22	c total-cpu: 45.55
999.83/1000.22	c total-matrix2d-ccks: 2400088
999.83/1000.22	c total-matrix2d-presence-ccks: 953186
999.83/1000.22	c TOTAL-NODES 0
999.83/1000.22	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-2083476-1247723189/watcher-2083476-1247723189 -o /tmp/evaluation-result-2083476-1247723189/solver-2083476-1247723189 -C 1800 -W 2000 -M 900 HOME/concrete.sh -c -p cspfj.filter.DC2 -parameter cdc.addConstraints=BIN HOME/instance-2083476-1247723189.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 1.99 1.99 4/72 19703
/proc/meminfo: memFree=1183968/2055920 swapFree=4192812/4192956
[pid=19703] ppid=19701 vsize=5356 CPUtime=0
/proc/19703/stat : 19703 (concrete.sh) S 19701 19703 18083 0 -1 4194304 271 0 0 0 0 0 0 0 20 0 1 0 59382816 5484544 230 996147200 4194304 4889804 548682068736 18446744073709551615 221954932818 0 0 4100 65536 18446744071563648864 0 0 17 1 0 0
/proc/19703/statm: 1339 230 191 169 0 50 0
[pid=19704] ppid=19703 vsize=5356 CPUtime=0
/proc/19704/stat : 19704 (concrete.sh) R 19703 19703 18083 0 -1 4194368 2 0 0 0 0 0 0 0 21 0 1 0 59382817 5484544 230 996147200 4194304 4889804 548682068736 18446744073709551615 221954763508 0 65538 4100 65536 0 0 0 17 1 0 0
/proc/19704/statm: 1339 230 191 169 0 50 0

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

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

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

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

[startup+1.50224 s]
/proc/loadavg: 2.08 2.00 2.00 3/82 19716
/proc/meminfo: memFree=1168400/2055920 swapFree=4192812/4192956
[pid=19703] ppid=19701 vsize=5356 CPUtime=0
/proc/19703/stat : 19703 (concrete.sh) S 19701 19703 18083 0 -1 4194304 341 294 0 0 0 0 0 0 18 0 1 0 59382816 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19703/statm: 1339 244 201 169 0 50 0
[pid=19708] ppid=19703 vsize=848712 CPUtime=1.48
/proc/19708/stat : 19708 (java) S 19703 19703 18083 0 -1 0 8471 0 1 0 143 5 0 0 18 0 9 0 59382817 869081088 7304 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/19708/statm: 212178 7304 2625 9 0 206656 0
[pid=19708/tid=19709] ppid=19703 vsize=848712 CPUtime=1.01
/proc/19708/task/19709/stat : 19709 (java) R 19703 19703 18083 0 -1 64 3940 0 1 0 98 3 0 0 24 0 9 0 59382819 869081088 7304 996147200 134512640 134550932 4294955344 18446744073709551615 4125996308 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=19708/tid=19710] ppid=19703 vsize=848712 CPUtime=0.13
/proc/19708/task/19710/stat : 19710 (java) S 19703 19703 18083 0 -1 64 2295 0 0 0 12 1 0 0 16 0 9 0 59382820 869081088 7304 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 0 0 0
[pid=19708/tid=19711] ppid=19703 vsize=848712 CPUtime=0
/proc/19708/task/19711/stat : 19711 (java) S 19703 19703 18083 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 59382820 869081088 7304 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=19708/tid=19712] ppid=19703 vsize=848712 CPUtime=0
/proc/19708/task/19712/stat : 19712 (java) S 19703 19703 18083 0 -1 64 4 0 0 0 0 0 0 0 15 0 9 0 59382820 869081088 7304 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=19708/tid=19713] ppid=19703 vsize=848712 CPUtime=0
/proc/19708/task/19713/stat : 19713 (java) S 19703 19703 18083 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 59382822 869081088 7304 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=19708/tid=19714] ppid=19703 vsize=848712 CPUtime=0.32
/proc/19708/task/19714/stat : 19714 (java) S 19703 19703 18083 0 -1 64 1541 0 0 0 32 0 0 0 15 0 9 0 59382826 869081088 7304 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=19708/tid=19715] ppid=19703 vsize=848712 CPUtime=0
/proc/19708/task/19715/stat : 19715 (java) S 19703 19703 18083 0 -1 64 0 0 0 0 0 0 0 0 20 0 9 0 59382826 869081088 7304 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=19708/tid=19716] ppid=19703 vsize=848712 CPUtime=0
/proc/19708/task/19716/stat : 19716 (java) S 19703 19703 18083 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 59382826 869081088 7304 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 854068

[startup+3.10238 s]
/proc/loadavg: 2.08 2.00 2.00 3/82 19716
/proc/meminfo: memFree=1161552/2055920 swapFree=4192812/4192956
[pid=19703] ppid=19701 vsize=5356 CPUtime=0
/proc/19703/stat : 19703 (concrete.sh) S 19701 19703 18083 0 -1 4194304 341 294 0 0 0 0 0 0 18 0 1 0 59382816 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19703/statm: 1339 244 201 169 0 50 0
[pid=19708] ppid=19703 vsize=848712 CPUtime=3.08
/proc/19708/stat : 19708 (java) S 19703 19703 18083 0 -1 0 9934 0 1 0 302 6 0 0 18 0 9 0 59382817 869081088 8725 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/19708/statm: 212178 8725 2625 9 0 206656 0
[pid=19708/tid=19709] ppid=19703 vsize=848712 CPUtime=2.47
/proc/19708/task/19709/stat : 19709 (java) R 19703 19703 18083 0 -1 64 3967 0 1 0 244 3 0 0 25 0 9 0 59382819 869081088 8725 996147200 134512640 134550932 4294955344 18446744073709551615 4125182174 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=19708/tid=19710] ppid=19703 vsize=848712 CPUtime=0.26
/proc/19708/task/19710/stat : 19710 (java) S 19703 19703 18083 0 -1 64 3731 0 0 0 25 1 0 0 16 0 9 0 59382820 869081088 8725 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 0 0 0
[pid=19708/tid=19711] ppid=19703 vsize=848712 CPUtime=0
/proc/19708/task/19711/stat : 19711 (java) S 19703 19703 18083 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 59382820 869081088 8725 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=19708/tid=19712] ppid=19703 vsize=848712 CPUtime=0
/proc/19708/task/19712/stat : 19712 (java) S 19703 19703 18083 0 -1 64 4 0 0 0 0 0 0 0 15 0 9 0 59382820 869081088 8725 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=19708/tid=19713] ppid=19703 vsize=848712 CPUtime=0
/proc/19708/task/19713/stat : 19713 (java) S 19703 19703 18083 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 59382822 869081088 8725 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=19708/tid=19714] ppid=19703 vsize=848712 CPUtime=0.32
/proc/19708/task/19714/stat : 19714 (java) S 19703 19703 18083 0 -1 64 1541 0 0 0 32 0 0 0 15 0 9 0 59382826 869081088 8725 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=19708/tid=19715] ppid=19703 vsize=848712 CPUtime=0
/proc/19708/task/19715/stat : 19715 (java) S 19703 19703 18083 0 -1 64 0 0 0 0 0 0 0 0 20 0 9 0 59382826 869081088 8725 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=19708/tid=19716] ppid=19703 vsize=848712 CPUtime=0
/proc/19708/task/19716/stat : 19716 (java) S 19703 19703 18083 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 59382826 869081088 8725 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 854068

[startup+6.30167 s]
/proc/loadavg: 2.08 2.00 2.00 3/82 19716
/proc/meminfo: memFree=1153104/2055920 swapFree=4192812/4192956
[pid=19703] ppid=19701 vsize=5356 CPUtime=0
/proc/19703/stat : 19703 (concrete.sh) S 19701 19703 18083 0 -1 4194304 341 294 0 0 0 0 0 0 18 0 1 0 59382816 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19703/statm: 1339 244 201 169 0 50 0
[pid=19708] ppid=19703 vsize=848712 CPUtime=6.28
/proc/19708/stat : 19708 (java) S 19703 19703 18083 0 -1 0 11434 0 1 0 621 7 0 0 18 0 9 0 59382817 869081088 10191 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/19708/statm: 212178 10191 2625 9 0 206656 0
[pid=19708/tid=19709] ppid=19703 vsize=848712 CPUtime=5.5
/proc/19708/task/19709/stat : 19709 (java) R 19703 19703 18083 0 -1 64 4066 0 1 0 547 3 0 0 25 0 9 0 59382819 869081088 10191 996147200 134512640 134550932 4294955344 18446744073709551615 4126507657 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=19708/tid=19710] ppid=19703 vsize=848712 CPUtime=0.42
/proc/19708/task/19710/stat : 19710 (java) S 19703 19703 18083 0 -1 64 5132 0 0 0 40 2 0 0 16 0 9 0 59382820 869081088 10191 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 0 0 0
[pid=19708/tid=19711] ppid=19703 vsize=848712 CPUtime=0
/proc/19708/task/19711/stat : 19711 (java) S 19703 19703 18083 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 59382820 869081088 10191 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=19708/tid=19712] ppid=19703 vsize=848712 CPUtime=0
/proc/19708/task/19712/stat : 19712 (java) S 19703 19703 18083 0 -1 64 4 0 0 0 0 0 0 0 15 0 9 0 59382820 869081088 10191 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=19708/tid=19713] ppid=19703 vsize=848712 CPUtime=0
/proc/19708/task/19713/stat : 19713 (java) S 19703 19703 18083 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 59382822 869081088 10191 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=19708/tid=19714] ppid=19703 vsize=848712 CPUtime=0.32
/proc/19708/task/19714/stat : 19714 (java) S 19703 19703 18083 0 -1 64 1541 0 0 0 32 0 0 0 15 0 9 0 59382826 869081088 10191 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=19708/tid=19715] ppid=19703 vsize=848712 CPUtime=0
/proc/19708/task/19715/stat : 19715 (java) S 19703 19703 18083 0 -1 64 0 0 0 0 0 0 0 0 20 0 9 0 59382826 869081088 10191 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=19708/tid=19716] ppid=19703 vsize=848712 CPUtime=0
/proc/19708/task/19716/stat : 19716 (java) S 19703 19703 18083 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 59382826 869081088 10191 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 854068

[startup+12.7022 s]
/proc/loadavg: 2.07 2.00 2.00 3/82 19716
/proc/meminfo: memFree=1145680/2055920 swapFree=4192812/4192956
[pid=19703] ppid=19701 vsize=5356 CPUtime=0
/proc/19703/stat : 19703 (concrete.sh) S 19701 19703 18083 0 -1 4194304 341 294 0 0 0 0 0 0 18 0 1 0 59382816 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19703/statm: 1339 244 201 169 0 50 0
[pid=19708] ppid=19703 vsize=848712 CPUtime=12.68
/proc/19708/stat : 19708 (java) S 19703 19703 18083 0 -1 0 14150 0 1 0 1259 9 0 0 18 0 9 0 59382817 869081088 11609 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/19708/statm: 212178 11609 2626 9 0 206656 0
[pid=19708/tid=19709] ppid=19703 vsize=848712 CPUtime=11.66
/proc/19708/task/19709/stat : 19709 (java) R 19703 19703 18083 0 -1 64 4209 0 1 0 1162 4 0 0 25 0 9 0 59382819 869081088 11609 996147200 134512640 134550932 4294955344 18446744073709551615 4126507657 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=19708/tid=19710] ppid=19703 vsize=848712 CPUtime=0.67
/proc/19708/task/19710/stat : 19710 (java) S 19703 19703 18083 0 -1 64 7705 0 0 0 64 3 0 0 16 0 9 0 59382820 869081088 11609 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 0 0 0
[pid=19708/tid=19711] ppid=19703 vsize=848712 CPUtime=0
/proc/19708/task/19711/stat : 19711 (java) S 19703 19703 18083 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 59382820 869081088 11609 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=19708/tid=19712] ppid=19703 vsize=848712 CPUtime=0
/proc/19708/task/19712/stat : 19712 (java) S 19703 19703 18083 0 -1 64 4 0 0 0 0 0 0 0 15 0 9 0 59382820 869081088 11609 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=19708/tid=19713] ppid=19703 vsize=848712 CPUtime=0
/proc/19708/task/19713/stat : 19713 (java) S 19703 19703 18083 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 59382822 869081088 11609 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=19708/tid=19714] ppid=19703 vsize=848712 CPUtime=0.32
/proc/19708/task/19714/stat : 19714 (java) S 19703 19703 18083 0 -1 64 1541 0 0 0 32 0 0 0 16 0 9 0 59382826 869081088 11609 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=19708/tid=19715] ppid=19703 vsize=848712 CPUtime=0
/proc/19708/task/19715/stat : 19715 (java) S 19703 19703 18083 0 -1 64 0 0 0 0 0 0 0 0 20 0 9 0 59382826 869081088 11609 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=19708/tid=19716] ppid=19703 vsize=848712 CPUtime=0
/proc/19708/task/19716/stat : 19716 (java) S 19703 19703 18083 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 59382826 869081088 11609 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 854068

[startup+25.5014 s]
/proc/loadavg: 2.06 2.00 2.00 3/82 19716
/proc/meminfo: memFree=1136976/2055920 swapFree=4192812/4192956
[pid=19703] ppid=19701 vsize=5356 CPUtime=0
/proc/19703/stat : 19703 (concrete.sh) S 19701 19703 18083 0 -1 4194304 341 294 0 0 0 0 0 0 18 0 1 0 59382816 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19703/statm: 1339 244 201 169 0 50 0
[pid=19708] ppid=19703 vsize=848712 CPUtime=25.48
/proc/19708/stat : 19708 (java) S 19703 19703 18083 0 -1 0 15802 0 1 0 2538 10 0 0 18 0 9 0 59382817 869081088 13248 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/19708/statm: 212178 13248 2626 9 0 206656 0
[pid=19708/tid=19709] ppid=19703 vsize=848712 CPUtime=24.37
/proc/19708/task/19709/stat : 19709 (java) R 19703 19703 18083 0 -1 64 4222 0 1 0 2433 4 0 0 25 0 9 0 59382819 869081088 13248 996147200 134512640 134550932 4294955344 18446744073709551615 4126210008 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=19708/tid=19710] ppid=19703 vsize=848712 CPUtime=0.75
/proc/19708/task/19710/stat : 19710 (java) S 19703 19703 18083 0 -1 64 9344 0 0 0 71 4 0 0 16 0 9 0 59382820 869081088 13248 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 0 0 0
[pid=19708/tid=19711] ppid=19703 vsize=848712 CPUtime=0
/proc/19708/task/19711/stat : 19711 (java) S 19703 19703 18083 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 59382820 869081088 13248 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=19708/tid=19712] ppid=19703 vsize=848712 CPUtime=0
/proc/19708/task/19712/stat : 19712 (java) S 19703 19703 18083 0 -1 64 4 0 0 0 0 0 0 0 15 0 9 0 59382820 869081088 13248 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=19708/tid=19713] ppid=19703 vsize=848712 CPUtime=0
/proc/19708/task/19713/stat : 19713 (java) S 19703 19703 18083 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 59382822 869081088 13248 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=19708/tid=19714] ppid=19703 vsize=848712 CPUtime=0.32
/proc/19708/task/19714/stat : 19714 (java) S 19703 19703 18083 0 -1 64 1541 0 0 0 32 0 0 0 16 0 9 0 59382826 869081088 13248 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=19708/tid=19715] ppid=19703 vsize=848712 CPUtime=0
/proc/19708/task/19715/stat : 19715 (java) S 19703 19703 18083 0 -1 64 0 0 0 0 0 0 0 0 20 0 9 0 59382826 869081088 13248 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=19708/tid=19716] ppid=19703 vsize=848712 CPUtime=0
/proc/19708/task/19716/stat : 19716 (java) S 19703 19703 18083 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 59382826 869081088 13248 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 854068

[startup+51.1017 s]
/proc/loadavg: 2.04 2.00 2.00 3/82 19716

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

[pid=19708/tid=19710] ppid=19703 vsize=852116 CPUtime=414.08
/proc/19708/task/19710/stat : 19710 (java) R 19703 19703 18083 0 -1 64 180609 0 0 0 41334 74 0 0 25 0 10 0 59382820 872566784 195212 996147200 134512640 134550932 4294955344 18446744073709551615 104190755 0 0 0 25189583 0 0 0 -1 0 0 0
[pid=19708/tid=19711] ppid=19703 vsize=852116 CPUtime=0
/proc/19708/task/19711/stat : 19711 (java) S 19703 19703 18083 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 59382820 872566784 195212 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=19708/tid=19712] ppid=19703 vsize=852116 CPUtime=0
/proc/19708/task/19712/stat : 19712 (java) S 19703 19703 18083 0 -1 64 9 0 0 0 0 0 0 0 16 0 10 0 59382820 872566784 195212 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=19708/tid=19713] ppid=19703 vsize=852116 CPUtime=0
/proc/19708/task/19713/stat : 19713 (java) S 19703 19703 18083 0 -1 64 1 0 0 0 0 0 0 0 18 0 10 0 59382822 872566784 195212 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=19708/tid=19714] ppid=19703 vsize=852116 CPUtime=7.59
/proc/19708/task/19714/stat : 19714 (java) S 19703 19703 18083 0 -1 64 4450 0 0 0 740 19 0 0 16 0 10 0 59382826 872566784 195212 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=19708/tid=19715] ppid=19703 vsize=852116 CPUtime=0
/proc/19708/task/19715/stat : 19715 (java) S 19703 19703 18083 0 -1 64 0 0 0 0 0 0 0 0 20 0 10 0 59382826 872566784 195212 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=19708/tid=19716] ppid=19703 vsize=852116 CPUtime=0
/proc/19708/task/19716/stat : 19716 (java) S 19703 19703 18083 0 -1 64 0 0 0 0 0 0 0 0 15 0 10 0 59382826 872566784 195212 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=19708/tid=19720] ppid=19703 vsize=852116 CPUtime=0
/proc/19708/task/19720/stat : 19720 (java) S 19703 19703 18083 0 -1 64 0 0 0 0 0 0 0 0 24 0 10 0 59437517 872566784 195212 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 985.14
Current children cumulated vsize (KiB) 857472

[startup+991.901 s]
/proc/loadavg: 2.08 2.14 2.08 3/82 19726
/proc/meminfo: memFree=284984/2055920 swapFree=4192812/4192956
[pid=19703] ppid=19701 vsize=5356 CPUtime=0
/proc/19703/stat : 19703 (concrete.sh) S 19701 19703 18083 0 -1 4194304 341 294 0 0 0 0 0 0 18 0 1 0 59382816 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19703/statm: 1339 244 201 169 0 50 0
[pid=19708] ppid=19703 vsize=852116 CPUtime=991.53
/proc/19708/stat : 19708 (java) S 19703 19703 18083 0 -1 0 199753 0 1 0 98991 162 0 0 18 0 9 0 59382817 872566784 195212 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/19708/statm: 213029 195212 2635 9 0 207507 0
[pid=19708/tid=19709] ppid=19703 vsize=852116 CPUtime=563.42
/proc/19708/task/19709/stat : 19709 (java) S 19703 19703 18083 0 -1 64 13988 0 1 0 56276 66 0 0 17 0 9 0 59382819 872566784 195212 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=19708/tid=19710] ppid=19703 vsize=852116 CPUtime=420.47
/proc/19708/task/19710/stat : 19710 (java) R 19703 19703 18083 0 -1 64 180609 0 0 0 41973 74 0 0 25 0 9 0 59382820 872566784 195212 996147200 134512640 134550932 4294955344 18446744073709551615 102499788 0 0 0 25189583 0 0 0 -1 0 0 0
[pid=19708/tid=19711] ppid=19703 vsize=852116 CPUtime=0
/proc/19708/task/19711/stat : 19711 (java) S 19703 19703 18083 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 59382820 872566784 195212 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=19708/tid=19712] ppid=19703 vsize=852116 CPUtime=0
/proc/19708/task/19712/stat : 19712 (java) S 19703 19703 18083 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 59382820 872566784 195212 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=19708/tid=19713] ppid=19703 vsize=852116 CPUtime=0
/proc/19708/task/19713/stat : 19713 (java) S 19703 19703 18083 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 59382822 872566784 195212 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=19708/tid=19714] ppid=19703 vsize=852116 CPUtime=7.59
/proc/19708/task/19714/stat : 19714 (java) S 19703 19703 18083 0 -1 64 4450 0 0 0 740 19 0 0 16 0 9 0 59382826 872566784 195212 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=19708/tid=19715] ppid=19703 vsize=852116 CPUtime=0
/proc/19708/task/19715/stat : 19715 (java) S 19703 19703 18083 0 -1 64 0 0 0 0 0 0 0 0 20 0 9 0 59382826 872566784 195212 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=19708/tid=19716] ppid=19703 vsize=852116 CPUtime=0
/proc/19708/task/19716/stat : 19716 (java) S 19703 19703 18083 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 59382826 872566784 195212 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 991.53
Current children cumulated vsize (KiB) 857472

[startup+995.103 s]
/proc/loadavg: 2.08 2.14 2.08 3/82 19726
/proc/meminfo: memFree=284920/2055920 swapFree=4192812/4192956
[pid=19703] ppid=19701 vsize=5356 CPUtime=0
/proc/19703/stat : 19703 (concrete.sh) S 19701 19703 18083 0 -1 4194304 341 294 0 0 0 0 0 0 18 0 1 0 59382816 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19703/statm: 1339 244 201 169 0 50 0
[pid=19708] ppid=19703 vsize=852116 CPUtime=994.73
/proc/19708/stat : 19708 (java) S 19703 19703 18083 0 -1 0 199753 0 1 0 99311 162 0 0 18 0 9 0 59382817 872566784 195212 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/19708/statm: 213029 195212 2635 9 0 207507 0
[pid=19708/tid=19709] ppid=19703 vsize=852116 CPUtime=563.42
/proc/19708/task/19709/stat : 19709 (java) S 19703 19703 18083 0 -1 64 13988 0 1 0 56276 66 0 0 17 0 9 0 59382819 872566784 195212 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=19708/tid=19710] ppid=19703 vsize=852116 CPUtime=423.67
/proc/19708/task/19710/stat : 19710 (java) R 19703 19703 18083 0 -1 64 180609 0 0 0 42293 74 0 0 25 0 9 0 59382820 872566784 195212 996147200 134512640 134550932 4294955344 18446744073709551615 103831000 0 0 0 25189583 0 0 0 -1 0 0 0
[pid=19708/tid=19711] ppid=19703 vsize=852116 CPUtime=0
/proc/19708/task/19711/stat : 19711 (java) S 19703 19703 18083 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 59382820 872566784 195212 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=19708/tid=19712] ppid=19703 vsize=852116 CPUtime=0
/proc/19708/task/19712/stat : 19712 (java) S 19703 19703 18083 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 59382820 872566784 195212 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=19708/tid=19713] ppid=19703 vsize=852116 CPUtime=0
/proc/19708/task/19713/stat : 19713 (java) S 19703 19703 18083 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 59382822 872566784 195212 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=19708/tid=19714] ppid=19703 vsize=852116 CPUtime=7.59
/proc/19708/task/19714/stat : 19714 (java) S 19703 19703 18083 0 -1 64 4450 0 0 0 740 19 0 0 16 0 9 0 59382826 872566784 195212 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=19708/tid=19715] ppid=19703 vsize=852116 CPUtime=0
/proc/19708/task/19715/stat : 19715 (java) S 19703 19703 18083 0 -1 64 0 0 0 0 0 0 0 0 20 0 9 0 59382826 872566784 195212 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=19708/tid=19716] ppid=19703 vsize=852116 CPUtime=0
/proc/19708/task/19716/stat : 19716 (java) S 19703 19703 18083 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 59382826 872566784 195212 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 994.73
Current children cumulated vsize (KiB) 857472

[startup+998.301 s]
/proc/loadavg: 2.07 2.14 2.08 3/82 19726
/proc/meminfo: memFree=284792/2055920 swapFree=4192812/4192956
[pid=19703] ppid=19701 vsize=5356 CPUtime=0
/proc/19703/stat : 19703 (concrete.sh) S 19701 19703 18083 0 -1 4194304 341 294 0 0 0 0 0 0 18 0 1 0 59382816 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19703/statm: 1339 244 201 169 0 50 0
[pid=19708] ppid=19703 vsize=852116 CPUtime=997.93
/proc/19708/stat : 19708 (java) S 19703 19703 18083 0 -1 0 199754 0 1 0 99631 162 0 0 18 0 9 0 59382817 872566784 195212 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/19708/statm: 213029 195212 2635 9 0 207507 0
[pid=19708/tid=19709] ppid=19703 vsize=852116 CPUtime=563.42
/proc/19708/task/19709/stat : 19709 (java) S 19703 19703 18083 0 -1 64 13989 0 1 0 56276 66 0 0 17 0 9 0 59382819 872566784 195212 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=19708/tid=19710] ppid=19703 vsize=852116 CPUtime=426.87
/proc/19708/task/19710/stat : 19710 (java) R 19703 19703 18083 0 -1 64 180609 0 0 0 42613 74 0 0 25 0 9 0 59382820 872566784 195212 996147200 134512640 134550932 4294955344 18446744073709551615 103761195 0 0 0 25189583 0 0 0 -1 0 0 0
[pid=19708/tid=19711] ppid=19703 vsize=852116 CPUtime=0
/proc/19708/task/19711/stat : 19711 (java) S 19703 19703 18083 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 59382820 872566784 195212 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=19708/tid=19712] ppid=19703 vsize=852116 CPUtime=0
/proc/19708/task/19712/stat : 19712 (java) S 19703 19703 18083 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 59382820 872566784 195212 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=19708/tid=19713] ppid=19703 vsize=852116 CPUtime=0
/proc/19708/task/19713/stat : 19713 (java) S 19703 19703 18083 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 59382822 872566784 195212 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=19708/tid=19714] ppid=19703 vsize=852116 CPUtime=7.59
/proc/19708/task/19714/stat : 19714 (java) S 19703 19703 18083 0 -1 64 4450 0 0 0 740 19 0 0 16 0 9 0 59382826 872566784 195212 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=19708/tid=19715] ppid=19703 vsize=852116 CPUtime=0
/proc/19708/task/19715/stat : 19715 (java) S 19703 19703 18083 0 -1 64 0 0 0 0 0 0 0 0 20 0 9 0 59382826 872566784 195212 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=19708/tid=19716] ppid=19703 vsize=852116 CPUtime=0
/proc/19708/task/19716/stat : 19716 (java) S 19703 19703 18083 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 59382826 872566784 195212 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 997.93
Current children cumulated vsize (KiB) 857472

[startup+999.101 s]
/proc/loadavg: 2.07 2.14 2.08 3/82 19726
/proc/meminfo: memFree=284728/2055920 swapFree=4192812/4192956
[pid=19703] ppid=19701 vsize=5356 CPUtime=0
/proc/19703/stat : 19703 (concrete.sh) S 19701 19703 18083 0 -1 4194304 341 294 0 0 0 0 0 0 18 0 1 0 59382816 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19703/statm: 1339 244 201 169 0 50 0
[pid=19708] ppid=19703 vsize=852116 CPUtime=998.73
/proc/19708/stat : 19708 (java) S 19703 19703 18083 0 -1 0 199754 0 1 0 99711 162 0 0 18 0 9 0 59382817 872566784 195212 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/19708/statm: 213029 195212 2635 9 0 207507 0
[pid=19708/tid=19709] ppid=19703 vsize=852116 CPUtime=563.42
/proc/19708/task/19709/stat : 19709 (java) S 19703 19703 18083 0 -1 64 13989 0 1 0 56276 66 0 0 17 0 9 0 59382819 872566784 195212 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=19708/tid=19710] ppid=19703 vsize=852116 CPUtime=427.67
/proc/19708/task/19710/stat : 19710 (java) R 19703 19703 18083 0 -1 64 180609 0 0 0 42693 74 0 0 25 0 9 0 59382820 872566784 195212 996147200 134512640 134550932 4294955344 18446744073709551615 104516149 0 0 0 25189583 0 0 0 -1 0 0 0
[pid=19708/tid=19711] ppid=19703 vsize=852116 CPUtime=0
/proc/19708/task/19711/stat : 19711 (java) S 19703 19703 18083 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 59382820 872566784 195212 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=19708/tid=19712] ppid=19703 vsize=852116 CPUtime=0
/proc/19708/task/19712/stat : 19712 (java) S 19703 19703 18083 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 59382820 872566784 195212 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=19708/tid=19713] ppid=19703 vsize=852116 CPUtime=0
/proc/19708/task/19713/stat : 19713 (java) S 19703 19703 18083 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 59382822 872566784 195212 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=19708/tid=19714] ppid=19703 vsize=852116 CPUtime=7.59
/proc/19708/task/19714/stat : 19714 (java) S 19703 19703 18083 0 -1 64 4450 0 0 0 740 19 0 0 16 0 9 0 59382826 872566784 195212 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=19708/tid=19715] ppid=19703 vsize=852116 CPUtime=0
/proc/19708/task/19715/stat : 19715 (java) S 19703 19703 18083 0 -1 64 0 0 0 0 0 0 0 0 20 0 9 0 59382826 872566784 195212 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=19708/tid=19716] ppid=19703 vsize=852116 CPUtime=0
/proc/19708/task/19716/stat : 19716 (java) S 19703 19703 18083 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 59382826 872566784 195212 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 998.73
Current children cumulated vsize (KiB) 857472

[startup+999.907 s]
/proc/loadavg: 2.07 2.14 2.08 3/82 19726
/proc/meminfo: memFree=284600/2055920 swapFree=4192812/4192956
[pid=19703] ppid=19701 vsize=5356 CPUtime=0
/proc/19703/stat : 19703 (concrete.sh) S 19701 19703 18083 0 -1 4194304 341 294 0 0 0 0 0 0 18 0 1 0 59382816 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19703/statm: 1339 244 201 169 0 50 0
[pid=19708] ppid=19703 vsize=852116 CPUtime=999.53
/proc/19708/stat : 19708 (java) S 19703 19703 18083 0 -1 0 199754 0 1 0 99791 162 0 0 18 0 9 0 59382817 872566784 195212 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/19708/statm: 213029 195212 2635 9 0 207507 0
[pid=19708/tid=19709] ppid=19703 vsize=852116 CPUtime=563.42
/proc/19708/task/19709/stat : 19709 (java) S 19703 19703 18083 0 -1 64 13989 0 1 0 56276 66 0 0 17 0 9 0 59382819 872566784 195212 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=19708/tid=19710] ppid=19703 vsize=852116 CPUtime=428.47
/proc/19708/task/19710/stat : 19710 (java) R 19703 19703 18083 0 -1 64 180609 0 0 0 42773 74 0 0 25 0 9 0 59382820 872566784 195212 996147200 134512640 134550932 4294955344 18446744073709551615 104191090 0 0 0 25189583 0 0 0 -1 0 0 0
[pid=19708/tid=19711] ppid=19703 vsize=852116 CPUtime=0
/proc/19708/task/19711/stat : 19711 (java) S 19703 19703 18083 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 59382820 872566784 195212 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=19708/tid=19712] ppid=19703 vsize=852116 CPUtime=0
/proc/19708/task/19712/stat : 19712 (java) S 19703 19703 18083 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 59382820 872566784 195212 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=19708/tid=19713] ppid=19703 vsize=852116 CPUtime=0
/proc/19708/task/19713/stat : 19713 (java) S 19703 19703 18083 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 59382822 872566784 195212 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=19708/tid=19714] ppid=19703 vsize=852116 CPUtime=7.59
/proc/19708/task/19714/stat : 19714 (java) S 19703 19703 18083 0 -1 64 4450 0 0 0 740 19 0 0 16 0 9 0 59382826 872566784 195212 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=19708/tid=19715] ppid=19703 vsize=852116 CPUtime=0
/proc/19708/task/19715/stat : 19715 (java) S 19703 19703 18083 0 -1 64 0 0 0 0 0 0 0 0 20 0 9 0 59382826 872566784 195212 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=19708/tid=19716] ppid=19703 vsize=852116 CPUtime=0
/proc/19708/task/19716/stat : 19716 (java) S 19703 19703 18083 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 59382826 872566784 195212 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 999.53
Current children cumulated vsize (KiB) 857472

[startup+1000.3 s]
/proc/loadavg: 2.07 2.14 2.08 3/82 19726
/proc/meminfo: memFree=284600/2055920 swapFree=4192812/4192956
[pid=19703] ppid=19701 vsize=5356 CPUtime=0
/proc/19703/stat : 19703 (concrete.sh) S 19701 19703 18083 0 -1 4194304 341 294 0 0 0 0 0 0 18 0 1 0 59382816 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19703/statm: 1339 244 201 169 0 50 0
[pid=19708] ppid=19703 vsize=0 CPUtime=999.87
/proc/19708/stat : 19708 (java) Z 19703 19703 18083 0 -1 12 199782 0 1 0 99823 164 0 0 16 0 2 0 59382817 0 0 996147200 0 0 0 0 0 0 0 0 25189583 18446744073709551615 0 0 17 0 0 0
/proc/19708/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 999.87
Current children cumulated vsize (KiB) 5356

Child status: 0
Real time (s): 1000.39
CPU time (s): 999.977
CPU user time (s): 998.237
CPU system time (s): 1.73973
CPU usage (%): 99.9588
Max. virtual memory (cumulated for all children) (KiB): 857472

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 998.237
system time used= 1.73974
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 200425
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= 56184
involuntary context switches= 40353

runsolver used 1.23081 second user time and 3.33249 second system time

The end

Launcher Data

Begin job on node43 at 2009-07-16 07:46:29
IDJOB=2083476
IDBENCH=57829
IDSOLVER=736
FILE ID=node43/2083476-1247723189
PBS_JOBID= 9521348
Free space on /tmp= 66184 MiB

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

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

MD5SUM BENCH= 68fe27f113711ce0fc0a376a1a638b50
RANDOM SEED=1426086527

node43.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.213
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	: 5931.00
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.213
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:       1184448 kB
Buffers:         99668 kB
Cached:         561768 kB
SwapCached:          0 kB
Active:         197792 kB
Inactive:       571076 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1184448 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            9888 kB
Writeback:           0 kB
Mapped:         118948 kB
Slab:            87680 kB
Committed_AS:   625408 kB
PageTables:       2060 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= 66180 MiB
End job on node43 at 2009-07-16 08:03:10