Trace number 2083454

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? 252.476 255.11

DiagnosticValue
CHECKS4241920
NODES0

General information on the benchmark

Namecsp/fapp/fapp33/
normalized-fapp33-0650-10.xml
MD5SUM68a6e67c26555a55d1774467340b6ea2
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark29.7865
Satisfiable
(Un)Satisfiability was proved
Number of variables650
Number of constraints8684
Maximum constraint arity2
Maximum domain size498
Number of constraints which are defined in extension0
Number of constraints which are defined in intension8684
Global constraints used (with number of constraints)

Solver Data

159.02/160.77	c CPU-LOAD 142.23
159.02/160.77	c LOADED 650 V (498 E), 4631 ExtensionConstraint2D, arity 2, 142.23 cpu
252.27/254.95	c [ 254.508] WARNING : java.lang.OutOfMemoryError: Java heap space
252.27/254.95	java.util.Arrays.copyOf(Unknown Source)
252.27/254.95	cspfj.filter.DC2.noGoods(DC2.java:290)
252.27/254.95	cspfj.filter.DC2.singletonTest(DC2.java:206)
252.27/254.95	cspfj.filter.DC2.cdcReduce(DC2.java:125)
252.27/254.95	cspfj.filter.DC2.reduceAll(DC2.java:92)
252.27/254.95	cspfj.AbstractSolver.preprocess(AbstractSolver.java:226)
252.27/254.95	cspfj.MGACIter.runSolver(MGACIter.java:206)
252.27/254.95	concrete.AbstractLauncher.solve(AbstractLauncher.java:401)
252.27/254.95	concrete.Concrete.solve(Concrete.java:187)
252.27/254.95	concrete.Concrete.run(Concrete.java:112)
252.27/254.95	concrete.Concrete.main(Concrete.java:105) (cspfj.ResultHandler.result)
252.27/254.95	s UNKNOWN
252.27/254.95	d NODES 0
252.27/254.95	d CHECKS 4241915
252.27/254.95	c java.lang.OutOfMemoryError: Java heap space[java.util.Arrays.copyOf(Unknown Source), cspfj.filter.DC2.noGoods(DC2.java:290), cspfj.filter.DC2.singletonTest(DC2.java:206), cspfj.filter.DC2.cdcReduce(DC2.java:125), cspfj.filter.DC2.reduceAll(DC2.java:92), cspfj.AbstractSolver.preprocess(AbstractSolver.java:226), cspfj.MGACIter.runSolver(MGACIter.java:206), concrete.AbstractLauncher.solve(AbstractLauncher.java:401), concrete.Concrete.solve(Concrete.java:187), concrete.Concrete.run(Concrete.java:112), concrete.Concrete.main(Concrete.java:105)]
252.27/254.95	c CDC-added-constraints: 4985
252.27/254.95	c CDC-nbsingletontests: 160
252.27/254.95	c CDC-nogoods: 3476512
252.27/254.95	c prepro-constraint-ccks: 0
252.27/254.95	c prepro-constraint-presenceccks: 0
252.27/254.95	c prepro-cpu: 53.329998
252.27/254.95	c prepro-matrix2d-ccks: 4241915
252.27/254.95	c prepro-matrix2d-presenceccks: 7104149
252.27/254.95	c prepro-removed: 222296
252.27/254.95	c total-assgn: 0
252.27/254.95	c total-constraint-ccks: 0
252.27/254.95	c total-constraint-presence-ccks: 0
252.27/254.95	c total-cpu: 53.769997
252.27/254.95	c total-matrix2d-ccks: 4241915
252.27/254.95	c total-matrix2d-presence-ccks: 7104149
252.27/254.95	c TOTAL-NODES 0
252.27/254.95	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-2083454-1247723168/watcher-2083454-1247723168 -o /tmp/evaluation-result-2083454-1247723168/solver-2083454-1247723168 -C 1800 -W 2000 -M 900 HOME/concrete.sh -c -p cspfj.filter.DC2 -parameter cdc.addConstraints=BIN HOME/instance-2083454-1247723168.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.21 2.09 4/82 20378
/proc/meminfo: memFree=854416/2055920 swapFree=4192812/4192956
[pid=20378] ppid=20376 vsize=18576 CPUtime=0
/proc/20378/stat : 20378 (runsolver) R 20376 20378 17507 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 59379566 19021824 284 996147200 4194304 4302564 548682068432 18446744073709551615 271638392103 0 0 4096 24578 0 0 0 17 1 0 0
/proc/20378/statm: 4644 284 249 26 0 2626 0

[startup+0.0663199 s]
/proc/loadavg: 2.01 2.21 2.09 4/82 20378
/proc/meminfo: memFree=854416/2055920 swapFree=4192812/4192956
[pid=20378] ppid=20376 vsize=5356 CPUtime=0
/proc/20378/stat : 20378 (concrete.sh) S 20376 20378 17507 0 -1 4194304 341 294 0 0 0 0 0 0 18 0 1 0 59379566 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20378/statm: 1339 244 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.10233 s]
/proc/loadavg: 2.01 2.21 2.09 4/82 20378
/proc/meminfo: memFree=854416/2055920 swapFree=4192812/4192956
[pid=20378] ppid=20376 vsize=5356 CPUtime=0
/proc/20378/stat : 20378 (concrete.sh) S 20376 20378 17507 0 -1 4194304 341 294 0 0 0 0 0 0 18 0 1 0 59379566 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20378/statm: 1339 244 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.302347 s]
/proc/loadavg: 2.01 2.21 2.09 4/82 20378
/proc/meminfo: memFree=854416/2055920 swapFree=4192812/4192956
[pid=20378] ppid=20376 vsize=5356 CPUtime=0
/proc/20378/stat : 20378 (concrete.sh) S 20376 20378 17507 0 -1 4194304 341 294 0 0 0 0 0 0 18 0 1 0 59379566 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20378/statm: 1339 244 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.702388 s]
/proc/loadavg: 2.01 2.21 2.09 4/82 20378
/proc/meminfo: memFree=854416/2055920 swapFree=4192812/4192956
[pid=20378] ppid=20376 vsize=5356 CPUtime=0
/proc/20378/stat : 20378 (concrete.sh) S 20376 20378 17507 0 -1 4194304 341 294 0 0 0 0 0 0 18 0 1 0 59379566 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20378/statm: 1339 244 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+1.50248 s]
/proc/loadavg: 2.01 2.21 2.09 3/92 20391
/proc/meminfo: memFree=840064/2055920 swapFree=4192812/4192956
[pid=20378] ppid=20376 vsize=5356 CPUtime=0
/proc/20378/stat : 20378 (concrete.sh) S 20376 20378 17507 0 -1 4194304 341 294 0 0 0 0 0 0 18 0 1 0 59379566 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20378/statm: 1339 244 201 169 0 50 0
[pid=20383] ppid=20378 vsize=847572 CPUtime=1.45
/proc/20383/stat : 20383 (java) S 20378 20378 17507 0 -1 0 7212 0 1 0 139 6 0 0 18 0 9 0 59379567 867913728 6246 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/20383/statm: 211893 6246 2004 9 0 206371 0
[pid=20383/tid=20384] ppid=20378 vsize=847572 CPUtime=1
/proc/20383/task/20384/stat : 20384 (java) R 20378 20378 17507 0 -1 64 3917 0 1 0 97 3 0 0 21 0 9 0 59379569 867913728 6246 996147200 134512640 134550932 4294955344 18446744073709551615 4126205672 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=20383/tid=20385] ppid=20378 vsize=847572 CPUtime=0.07
/proc/20383/task/20385/stat : 20385 (java) S 20378 20378 17507 0 -1 64 1071 0 0 0 7 0 0 0 16 0 9 0 59379570 867913728 6246 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=20383/tid=20386] ppid=20378 vsize=847572 CPUtime=0
/proc/20383/task/20386/stat : 20386 (java) S 20378 20378 17507 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 59379570 867913728 6246 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=20383/tid=20387] ppid=20378 vsize=847572 CPUtime=0
/proc/20383/task/20387/stat : 20387 (java) S 20378 20378 17507 0 -1 64 4 0 0 0 0 0 0 0 16 0 9 0 59379570 867913728 6246 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=20383/tid=20388] ppid=20378 vsize=847572 CPUtime=0
/proc/20383/task/20388/stat : 20388 (java) S 20378 20378 17507 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 59379573 867913728 6246 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=20383/tid=20389] ppid=20378 vsize=847572 CPUtime=0.35
/proc/20383/task/20389/stat : 20389 (java) S 20378 20378 17507 0 -1 64 1529 0 0 0 34 1 0 0 15 0 9 0 59379576 867913728 6246 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=20383/tid=20390] ppid=20378 vsize=847572 CPUtime=0
/proc/20383/task/20390/stat : 20390 (java) S 20378 20378 17507 0 -1 64 0 0 0 0 0 0 0 0 20 0 9 0 59379576 867913728 6246 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=20383/tid=20391] ppid=20378 vsize=847572 CPUtime=0
/proc/20383/task/20391/stat : 20391 (java) S 20378 20378 17507 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 59379577 867913728 6246 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 852928

[startup+3.10163 s]
/proc/loadavg: 2.01 2.21 2.09 3/92 20391
/proc/meminfo: memFree=833664/2055920 swapFree=4192812/4192956
[pid=20378] ppid=20376 vsize=5356 CPUtime=0
/proc/20378/stat : 20378 (concrete.sh) S 20376 20378 17507 0 -1 4194304 341 294 0 0 0 0 0 0 18 0 1 0 59379566 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20378/statm: 1339 244 201 169 0 50 0
[pid=20383] ppid=20378 vsize=847652 CPUtime=3.03
/proc/20383/stat : 20383 (java) S 20378 20378 17507 0 -1 0 9487 0 1 0 296 7 0 0 18 0 9 0 59379567 867995648 8301 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/20383/statm: 211913 8301 2625 9 0 206391 0
[pid=20383/tid=20384] ppid=20378 vsize=847652 CPUtime=2.35
/proc/20383/task/20384/stat : 20384 (java) R 20378 20378 17507 0 -1 64 3941 0 1 0 232 3 0 0 25 0 9 0 59379569 867995648 8301 996147200 134512640 134550932 4294955344 18446744073709551615 4126480677 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=20383/tid=20385] ppid=20378 vsize=847652 CPUtime=0.3
/proc/20383/task/20385/stat : 20385 (java) S 20378 20378 17507 0 -1 64 3320 0 0 0 29 1 0 0 16 0 9 0 59379570 867995648 8301 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=20383/tid=20386] ppid=20378 vsize=847652 CPUtime=0
/proc/20383/task/20386/stat : 20386 (java) S 20378 20378 17507 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 59379570 867995648 8301 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=20383/tid=20387] ppid=20378 vsize=847652 CPUtime=0
/proc/20383/task/20387/stat : 20387 (java) S 20378 20378 17507 0 -1 64 4 0 0 0 0 0 0 0 15 0 9 0 59379570 867995648 8301 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=20383/tid=20388] ppid=20378 vsize=847652 CPUtime=0
/proc/20383/task/20388/stat : 20388 (java) S 20378 20378 17507 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 59379573 867995648 8301 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=20383/tid=20389] ppid=20378 vsize=847652 CPUtime=0.35
/proc/20383/task/20389/stat : 20389 (java) S 20378 20378 17507 0 -1 64 1531 0 0 0 34 1 0 0 15 0 9 0 59379576 867995648 8301 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=20383/tid=20390] ppid=20378 vsize=847652 CPUtime=0
/proc/20383/task/20390/stat : 20390 (java) S 20378 20378 17507 0 -1 64 0 0 0 0 0 0 0 0 20 0 9 0 59379576 867995648 8301 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=20383/tid=20391] ppid=20378 vsize=847652 CPUtime=0
/proc/20383/task/20391/stat : 20391 (java) S 20378 20378 17507 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 59379577 867995648 8301 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.03
Current children cumulated vsize (KiB) 853008

[startup+6.30234 s]
/proc/loadavg: 2.01 2.20 2.09 3/93 20392
/proc/meminfo: memFree=821624/2055920 swapFree=4192812/4192956
[pid=20378] ppid=20376 vsize=5356 CPUtime=0
/proc/20378/stat : 20378 (concrete.sh) S 20376 20378 17507 0 -1 4194304 341 294 0 0 0 0 0 0 18 0 1 0 59379566 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20378/statm: 1339 244 201 169 0 50 0
[pid=20383] ppid=20378 vsize=851108 CPUtime=6.2
/proc/20383/stat : 20383 (java) S 20378 20378 17507 0 -1 0 13207 0 1 0 609 11 0 0 18 0 10 0 59379567 871534592 11799 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/20383/statm: 212777 11799 2628 9 0 207255 0
[pid=20383/tid=20384] ppid=20378 vsize=851108 CPUtime=4.86
/proc/20383/task/20384/stat : 20384 (java) R 20378 20378 17507 0 -1 64 4163 0 1 0 482 4 0 0 25 0 10 0 59379569 871534592 11799 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=20383/tid=20385] ppid=20378 vsize=851108 CPUtime=0.59
/proc/20383/task/20385/stat : 20385 (java) S 20378 20378 17507 0 -1 64 5883 0 0 0 56 3 0 0 15 0 10 0 59379570 871534592 11799 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=20383/tid=20386] ppid=20378 vsize=851108 CPUtime=0
/proc/20383/task/20386/stat : 20386 (java) S 20378 20378 17507 0 -1 64 13 0 0 0 0 0 0 0 17 0 10 0 59379570 871534592 11799 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=20383/tid=20387] ppid=20378 vsize=851108 CPUtime=0
/proc/20383/task/20387/stat : 20387 (java) S 20378 20378 17507 0 -1 64 4 0 0 0 0 0 0 0 17 0 10 0 59379570 871534592 11799 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=20383/tid=20388] ppid=20378 vsize=851108 CPUtime=0
/proc/20383/task/20388/stat : 20388 (java) S 20378 20378 17507 0 -1 64 1 0 0 0 0 0 0 0 18 0 10 0 59379573 871534592 11799 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=20383/tid=20389] ppid=20378 vsize=851108 CPUtime=0.72
/proc/20383/task/20389/stat : 20389 (java) S 20378 20378 17507 0 -1 64 2463 0 0 0 69 3 0 0 16 0 10 0 59379576 871534592 11799 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=20383/tid=20390] ppid=20378 vsize=851108 CPUtime=0
/proc/20383/task/20390/stat : 20390 (java) S 20378 20378 17507 0 -1 64 0 0 0 0 0 0 0 0 20 0 10 0 59379576 871534592 11799 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=20383/tid=20391] ppid=20378 vsize=851108 CPUtime=0
/proc/20383/task/20391/stat : 20391 (java) S 20378 20378 17507 0 -1 64 0 0 0 0 0 0 0 0 15 0 10 0 59379577 871534592 11799 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=20383/tid=20392] ppid=20378 vsize=851108 CPUtime=0
/proc/20383/task/20392/stat : 20392 (java) S 20378 20378 17507 0 -1 64 3 0 0 0 0 0 0 0 24 0 10 0 59379913 871534592 11799 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 856464

[startup+12.7026 s]
/proc/loadavg: 2.01 2.20 2.09 3/93 20392
/proc/meminfo: memFree=809912/2055920 swapFree=4192812/4192956
[pid=20378] ppid=20376 vsize=5356 CPUtime=0
/proc/20378/stat : 20378 (concrete.sh) S 20376 20378 17507 0 -1 4194304 341 294 0 0 0 0 0 0 18 0 1 0 59379566 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20378/statm: 1339 244 201 169 0 50 0
[pid=20383] ppid=20378 vsize=851256 CPUtime=12.53
/proc/20383/stat : 20383 (java) S 20378 20378 17507 0 -1 0 16557 0 1 0 1238 15 0 0 18 0 10 0 59379567 871686144 14126 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/20383/statm: 212814 14126 2633 9 0 207292 0
[pid=20383/tid=20384] ppid=20378 vsize=851256 CPUtime=10.33
/proc/20383/task/20384/stat : 20384 (java) R 20378 20378 17507 0 -1 64 4591 0 1 0 1028 5 0 0 25 0 10 0 59379569 871686144 14126 996147200 134512640 134550932 4294955344 18446744073709551615 4128256828 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=20383/tid=20385] ppid=20378 vsize=851256 CPUtime=1.21
/proc/20383/task/20385/stat : 20385 (java) S 20378 20378 17507 0 -1 64 8644 0 0 0 115 6 0 0 16 0 10 0 59379570 871686144 14126 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=20383/tid=20386] ppid=20378 vsize=851256 CPUtime=0
/proc/20383/task/20386/stat : 20386 (java) S 20378 20378 17507 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 59379570 871686144 14126 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=20383/tid=20387] ppid=20378 vsize=851256 CPUtime=0
/proc/20383/task/20387/stat : 20387 (java) S 20378 20378 17507 0 -1 64 7 0 0 0 0 0 0 0 16 0 10 0 59379570 871686144 14126 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=20383/tid=20388] ppid=20378 vsize=851256 CPUtime=0
/proc/20383/task/20388/stat : 20388 (java) S 20378 20378 17507 0 -1 64 1 0 0 0 0 0 0 0 18 0 10 0 59379573 871686144 14126 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=20383/tid=20389] ppid=20378 vsize=851256 CPUtime=0.96
/proc/20383/task/20389/stat : 20389 (java) S 20378 20378 17507 0 -1 64 2621 0 0 0 93 3 0 0 15 0 10 0 59379576 871686144 14126 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=20383/tid=20390] ppid=20378 vsize=851256 CPUtime=0
/proc/20383/task/20390/stat : 20390 (java) S 20378 20378 17507 0 -1 64 0 0 0 0 0 0 0 0 20 0 10 0 59379576 871686144 14126 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=20383/tid=20391] ppid=20378 vsize=851256 CPUtime=0
/proc/20383/task/20391/stat : 20391 (java) S 20378 20378 17507 0 -1 64 0 0 0 0 0 0 0 0 15 0 10 0 59379577 871686144 14126 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=20383/tid=20392] ppid=20378 vsize=851256 CPUtime=0
/proc/20383/task/20392/stat : 20392 (java) S 20378 20378 17507 0 -1 64 3 0 0 0 0 0 0 0 24 0 10 0 59379913 871686144 14126 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.53
Current children cumulated vsize (KiB) 856612

[startup+25.5029 s]
/proc/loadavg: 2.00 2.19 2.09 3/93 20392
/proc/meminfo: memFree=766008/2055920 swapFree=4192812/4192956
[pid=20378] ppid=20376 vsize=5356 CPUtime=0
/proc/20378/stat : 20378 (concrete.sh) S 20376 20378 17507 0 -1 4194304 341 294 0 0 0 0 0 0 18 0 1 0 59379566 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20378/statm: 1339 244 201 169 0 50 0
[pid=20383] ppid=20378 vsize=851256 CPUtime=25.19
/proc/20383/stat : 20383 (java) S 20378 20378 17507 0 -1 0 26890 0 1 0 2492 27 0 0 18 0 10 0 59379567 871686144 24438 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/20383/statm: 212814 24438 2633 9 0 207292 0
[pid=20383/tid=20384] ppid=20378 vsize=851256 CPUtime=21.55
/proc/20383/task/20384/stat : 20384 (java) R 20378 20378 17507 0 -1 64 5561 0 1 0 2147 8 0 0 25 0 10 0 59379569 871686144 24438 996147200 134512640 134550932 4294955344 18446744073709551615 4127683264 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=20383/tid=20385] ppid=20378 vsize=851256 CPUtime=2.12
/proc/20383/task/20385/stat : 20385 (java) S 20378 20378 17507 0 -1 64 17786 0 0 0 200 12 0 0 16 0 10 0 59379570 871686144 24438 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=20383/tid=20386] ppid=20378 vsize=851256 CPUtime=0
/proc/20383/task/20386/stat : 20386 (java) S 20378 20378 17507 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 59379570 871686144 24438 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=20383/tid=20387] ppid=20378 vsize=851256 CPUtime=0
/proc/20383/task/20387/stat : 20387 (java) S 20378 20378 17507 0 -1 64 7 0 0 0 0 0 0 0 16 0 10 0 59379570 871686144 24438 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=20383/tid=20388] ppid=20378 vsize=851256 CPUtime=0
/proc/20383/task/20388/stat : 20388 (java) S 20378 20378 17507 0 -1 64 1 0 0 0 0 0 0 0 18 0 10 0 59379573 871686144 24438 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=20383/tid=20389] ppid=20378 vsize=851256 CPUtime=1.49
/proc/20383/task/20389/stat : 20389 (java) S 20378 20378 17507 0 -1 64 2842 0 0 0 144 5 0 0 15 0 10 0 59379576 871686144 24438 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=20383/tid=20390] ppid=20378 vsize=851256 CPUtime=0
/proc/20383/task/20390/stat : 20390 (java) S 20378 20378 17507 0 -1 64 0 0 0 0 0 0 0 0 20 0 10 0 59379576 871686144 24438 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=20383/tid=20391] ppid=20378 vsize=851256 CPUtime=0
/proc/20383/task/20391/stat : 20391 (java) S 20378 20378 17507 0 -1 64 0 0 0 0 0 0 0 0 15 0 10 0 59379577 871686144 24438 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=20383/tid=20392] ppid=20378 vsize=851256 CPUtime=0
/proc/20383/task/20392/stat : 20392 (java) S 20378 20378 17507 0 -1 64 3 0 0 0 0 0 0 0 24 0 10 0 59379913 871686144 24438 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.19
Current children cumulated vsize (KiB) 856612

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

[pid=20383/tid=20387] ppid=20378 vsize=851256 CPUtime=0
/proc/20383/task/20387/stat : 20387 (java) S 20378 20378 17507 0 -1 64 8 0 0 0 0 0 0 0 16 0 10 0 59379570 871686144 193695 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=20383/tid=20388] ppid=20378 vsize=851256 CPUtime=0
/proc/20383/task/20388/stat : 20388 (java) S 20378 20378 17507 0 -1 64 1 0 0 0 0 0 0 0 18 0 10 0 59379573 871686144 193695 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=20383/tid=20389] ppid=20378 vsize=851256 CPUtime=5.79
/proc/20383/task/20389/stat : 20389 (java) S 20378 20378 17507 0 -1 64 4073 0 0 0 564 15 0 0 16 0 10 0 59379576 871686144 193695 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=20383/tid=20390] ppid=20378 vsize=851256 CPUtime=0
/proc/20383/task/20390/stat : 20390 (java) S 20378 20378 17507 0 -1 64 0 0 0 0 0 0 0 0 20 0 10 0 59379576 871686144 193695 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=20383/tid=20391] ppid=20378 vsize=851256 CPUtime=0
/proc/20383/task/20391/stat : 20391 (java) S 20378 20378 17507 0 -1 64 0 0 0 0 0 0 0 0 15 0 10 0 59379577 871686144 193695 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=20383/tid=20393] ppid=20378 vsize=851256 CPUtime=0
/proc/20383/task/20393/stat : 20393 (java) S 20378 20378 17507 0 -1 64 1 0 0 0 0 0 0 0 25 0 10 0 59395840 871686144 193695 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 227.93
Current children cumulated vsize (KiB) 856612

[startup+243.107 s]
/proc/loadavg: 2.24 2.18 2.10 3/93 20393
/proc/meminfo: memFree=87600/2055920 swapFree=4192812/4192956
[pid=20378] ppid=20376 vsize=5356 CPUtime=0
/proc/20378/stat : 20378 (concrete.sh) S 20376 20378 17507 0 -1 4194304 341 294 0 0 0 0 0 0 18 0 1 0 59379566 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20378/statm: 1339 244 201 169 0 50 0
[pid=20383] ppid=20378 vsize=851256 CPUtime=240.6
/proc/20383/stat : 20383 (java) S 20378 20378 17507 0 -1 0 196235 0 1 0 23890 170 0 0 18 0 10 0 59379567 871686144 193695 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/20383/statm: 212814 193695 2634 9 0 207292 0
[pid=20383/tid=20384] ppid=20378 vsize=851256 CPUtime=195.81
/proc/20383/task/20384/stat : 20384 (java) S 20378 20378 17507 0 -1 64 12207 0 1 0 19537 44 0 0 17 0 10 0 59379569 871686144 193695 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=20383/tid=20385] ppid=20378 vsize=851256 CPUtime=38.96
/proc/20383/task/20385/stat : 20385 (java) R 20378 20378 17507 0 -1 64 179251 0 0 0 3787 109 0 0 25 0 10 0 59379570 871686144 193695 996147200 134512640 134550932 4294955344 18446744073709551615 102758168 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=20383/tid=20386] ppid=20378 vsize=851256 CPUtime=0
/proc/20383/task/20386/stat : 20386 (java) S 20378 20378 17507 0 -1 64 13 0 0 0 0 0 0 0 17 0 10 0 59379570 871686144 193695 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=20383/tid=20387] ppid=20378 vsize=851256 CPUtime=0
/proc/20383/task/20387/stat : 20387 (java) S 20378 20378 17507 0 -1 64 8 0 0 0 0 0 0 0 16 0 10 0 59379570 871686144 193695 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=20383/tid=20388] ppid=20378 vsize=851256 CPUtime=0
/proc/20383/task/20388/stat : 20388 (java) S 20378 20378 17507 0 -1 64 1 0 0 0 0 0 0 0 18 0 10 0 59379573 871686144 193695 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=20383/tid=20389] ppid=20378 vsize=851256 CPUtime=5.79
/proc/20383/task/20389/stat : 20389 (java) S 20378 20378 17507 0 -1 64 4073 0 0 0 564 15 0 0 16 0 10 0 59379576 871686144 193695 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=20383/tid=20390] ppid=20378 vsize=851256 CPUtime=0
/proc/20383/task/20390/stat : 20390 (java) S 20378 20378 17507 0 -1 64 0 0 0 0 0 0 0 0 20 0 10 0 59379576 871686144 193695 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=20383/tid=20391] ppid=20378 vsize=851256 CPUtime=0
/proc/20383/task/20391/stat : 20391 (java) S 20378 20378 17507 0 -1 64 0 0 0 0 0 0 0 0 15 0 10 0 59379577 871686144 193695 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=20383/tid=20393] ppid=20378 vsize=851256 CPUtime=0
/proc/20383/task/20393/stat : 20393 (java) S 20378 20378 17507 0 -1 64 1 0 0 0 0 0 0 0 25 0 10 0 59395840 871686144 193695 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 240.6
Current children cumulated vsize (KiB) 856612

[startup+249.503 s]
/proc/loadavg: 2.22 2.17 2.10 3/93 20393
/proc/meminfo: memFree=87600/2055920 swapFree=4192812/4192956
[pid=20378] ppid=20376 vsize=5356 CPUtime=0
/proc/20378/stat : 20378 (concrete.sh) S 20376 20378 17507 0 -1 4194304 341 294 0 0 0 0 0 0 18 0 1 0 59379566 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20378/statm: 1339 244 201 169 0 50 0
[pid=20383] ppid=20378 vsize=851256 CPUtime=246.93
/proc/20383/stat : 20383 (java) S 20378 20378 17507 0 -1 0 196237 0 1 0 24523 170 0 0 18 0 10 0 59379567 871686144 193695 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/20383/statm: 212814 193695 2634 9 0 207292 0
[pid=20383/tid=20384] ppid=20378 vsize=851256 CPUtime=195.81
/proc/20383/task/20384/stat : 20384 (java) S 20378 20378 17507 0 -1 64 12209 0 1 0 19537 44 0 0 17 0 10 0 59379569 871686144 193695 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=20383/tid=20385] ppid=20378 vsize=851256 CPUtime=45.29
/proc/20383/task/20385/stat : 20385 (java) R 20378 20378 17507 0 -1 64 179251 0 0 0 4420 109 0 0 25 0 10 0 59379570 871686144 193695 996147200 134512640 134550932 4294955344 18446744073709551615 102768134 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=20383/tid=20386] ppid=20378 vsize=851256 CPUtime=0
/proc/20383/task/20386/stat : 20386 (java) S 20378 20378 17507 0 -1 64 13 0 0 0 0 0 0 0 17 0 10 0 59379570 871686144 193695 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=20383/tid=20387] ppid=20378 vsize=851256 CPUtime=0
/proc/20383/task/20387/stat : 20387 (java) S 20378 20378 17507 0 -1 64 8 0 0 0 0 0 0 0 16 0 10 0 59379570 871686144 193695 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=20383/tid=20388] ppid=20378 vsize=851256 CPUtime=0
/proc/20383/task/20388/stat : 20388 (java) S 20378 20378 17507 0 -1 64 1 0 0 0 0 0 0 0 18 0 10 0 59379573 871686144 193695 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=20383/tid=20389] ppid=20378 vsize=851256 CPUtime=5.79
/proc/20383/task/20389/stat : 20389 (java) S 20378 20378 17507 0 -1 64 4073 0 0 0 564 15 0 0 16 0 10 0 59379576 871686144 193695 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=20383/tid=20390] ppid=20378 vsize=851256 CPUtime=0
/proc/20383/task/20390/stat : 20390 (java) S 20378 20378 17507 0 -1 64 0 0 0 0 0 0 0 0 20 0 10 0 59379576 871686144 193695 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=20383/tid=20391] ppid=20378 vsize=851256 CPUtime=0
/proc/20383/task/20391/stat : 20391 (java) S 20378 20378 17507 0 -1 64 0 0 0 0 0 0 0 0 15 0 10 0 59379577 871686144 193695 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=20383/tid=20393] ppid=20378 vsize=851256 CPUtime=0
/proc/20383/task/20393/stat : 20393 (java) S 20378 20378 17507 0 -1 64 1 0 0 0 0 0 0 0 25 0 10 0 59395840 871686144 193695 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 246.93
Current children cumulated vsize (KiB) 856612

[startup+252.702 s]
/proc/loadavg: 2.20 2.17 2.10 4/93 20393
/proc/meminfo: memFree=87536/2055920 swapFree=4192812/4192956
[pid=20378] ppid=20376 vsize=5356 CPUtime=0
/proc/20378/stat : 20378 (concrete.sh) S 20376 20378 17507 0 -1 4194304 341 294 0 0 0 0 0 0 18 0 1 0 59379566 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20378/statm: 1339 244 201 169 0 50 0
[pid=20383] ppid=20378 vsize=851256 CPUtime=250.1
/proc/20383/stat : 20383 (java) S 20378 20378 17507 0 -1 0 196238 0 1 0 24840 170 0 0 18 0 9 0 59379567 871686144 193695 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/20383/statm: 212814 193695 2634 9 0 207292 0
[pid=20383/tid=20384] ppid=20378 vsize=851256 CPUtime=195.81
/proc/20383/task/20384/stat : 20384 (java) S 20378 20378 17507 0 -1 64 12210 0 1 0 19537 44 0 0 17 0 9 0 59379569 871686144 193695 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=20383/tid=20385] ppid=20378 vsize=851256 CPUtime=48.45
/proc/20383/task/20385/stat : 20385 (java) R 20378 20378 17507 0 -1 64 179251 0 0 0 4736 109 0 0 25 0 9 0 59379570 871686144 193695 996147200 134512640 134550932 4294955344 18446744073709551615 102758168 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=20383/tid=20386] ppid=20378 vsize=851256 CPUtime=0
/proc/20383/task/20386/stat : 20386 (java) S 20378 20378 17507 0 -1 64 13 0 0 0 0 0 0 0 17 0 9 0 59379570 871686144 193695 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=20383/tid=20387] ppid=20378 vsize=851256 CPUtime=0
/proc/20383/task/20387/stat : 20387 (java) S 20378 20378 17507 0 -1 64 8 0 0 0 0 0 0 0 16 0 9 0 59379570 871686144 193695 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=20383/tid=20388] ppid=20378 vsize=851256 CPUtime=0
/proc/20383/task/20388/stat : 20388 (java) S 20378 20378 17507 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 59379573 871686144 193695 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=20383/tid=20389] ppid=20378 vsize=851256 CPUtime=5.79
/proc/20383/task/20389/stat : 20389 (java) S 20378 20378 17507 0 -1 64 4073 0 0 0 564 15 0 0 16 0 9 0 59379576 871686144 193695 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=20383/tid=20390] ppid=20378 vsize=851256 CPUtime=0
/proc/20383/task/20390/stat : 20390 (java) S 20378 20378 17507 0 -1 64 0 0 0 0 0 0 0 0 20 0 9 0 59379576 871686144 193695 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=20383/tid=20391] ppid=20378 vsize=851256 CPUtime=0
/proc/20383/task/20391/stat : 20391 (java) S 20378 20378 17507 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 59379577 871686144 193695 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 250.1
Current children cumulated vsize (KiB) 856612

[startup+254.302 s]
/proc/loadavg: 2.20 2.17 2.10 3/92 20393
/proc/meminfo: memFree=87536/2055920 swapFree=4192812/4192956
[pid=20378] ppid=20376 vsize=5356 CPUtime=0
/proc/20378/stat : 20378 (concrete.sh) S 20376 20378 17507 0 -1 4194304 341 294 0 0 0 0 0 0 18 0 1 0 59379566 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20378/statm: 1339 244 201 169 0 50 0
[pid=20383] ppid=20378 vsize=851256 CPUtime=251.68
/proc/20383/stat : 20383 (java) S 20378 20378 17507 0 -1 0 196238 0 1 0 24998 170 0 0 18 0 9 0 59379567 871686144 193695 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/20383/statm: 212814 193695 2634 9 0 207292 0
[pid=20383/tid=20384] ppid=20378 vsize=851256 CPUtime=195.81
/proc/20383/task/20384/stat : 20384 (java) S 20378 20378 17507 0 -1 64 12210 0 1 0 19537 44 0 0 17 0 9 0 59379569 871686144 193695 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=20383/tid=20385] ppid=20378 vsize=851256 CPUtime=50.04
/proc/20383/task/20385/stat : 20385 (java) R 20378 20378 17507 0 -1 64 179251 0 0 0 4895 109 0 0 25 0 9 0 59379570 871686144 193695 996147200 134512640 134550932 4294955344 18446744073709551615 102768136 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=20383/tid=20386] ppid=20378 vsize=851256 CPUtime=0
/proc/20383/task/20386/stat : 20386 (java) S 20378 20378 17507 0 -1 64 13 0 0 0 0 0 0 0 17 0 9 0 59379570 871686144 193695 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=20383/tid=20387] ppid=20378 vsize=851256 CPUtime=0
/proc/20383/task/20387/stat : 20387 (java) S 20378 20378 17507 0 -1 64 8 0 0 0 0 0 0 0 16 0 9 0 59379570 871686144 193695 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=20383/tid=20388] ppid=20378 vsize=851256 CPUtime=0
/proc/20383/task/20388/stat : 20388 (java) S 20378 20378 17507 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 59379573 871686144 193695 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=20383/tid=20389] ppid=20378 vsize=851256 CPUtime=5.79
/proc/20383/task/20389/stat : 20389 (java) S 20378 20378 17507 0 -1 64 4073 0 0 0 564 15 0 0 16 0 9 0 59379576 871686144 193695 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=20383/tid=20390] ppid=20378 vsize=851256 CPUtime=0
/proc/20383/task/20390/stat : 20390 (java) S 20378 20378 17507 0 -1 64 0 0 0 0 0 0 0 0 20 0 9 0 59379576 871686144 193695 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=20383/tid=20391] ppid=20378 vsize=851256 CPUtime=0
/proc/20383/task/20391/stat : 20391 (java) S 20378 20378 17507 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 59379577 871686144 193695 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 251.68
Current children cumulated vsize (KiB) 856612

[startup+254.702 s]
/proc/loadavg: 2.20 2.17 2.10 3/92 20393
/proc/meminfo: memFree=87536/2055920 swapFree=4192812/4192956
[pid=20378] ppid=20376 vsize=5356 CPUtime=0
/proc/20378/stat : 20378 (concrete.sh) S 20376 20378 17507 0 -1 4194304 341 294 0 0 0 0 0 0 18 0 1 0 59379566 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20378/statm: 1339 244 201 169 0 50 0
[pid=20383] ppid=20378 vsize=851256 CPUtime=252.07
/proc/20383/stat : 20383 (java) S 20378 20378 17507 0 -1 0 196238 0 1 0 25037 170 0 0 18 0 9 0 59379567 871686144 193695 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/20383/statm: 212814 193695 2634 9 0 207292 0
[pid=20383/tid=20384] ppid=20378 vsize=851256 CPUtime=195.81
/proc/20383/task/20384/stat : 20384 (java) S 20378 20378 17507 0 -1 64 12210 0 1 0 19537 44 0 0 17 0 9 0 59379569 871686144 193695 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=20383/tid=20385] ppid=20378 vsize=851256 CPUtime=50.43
/proc/20383/task/20385/stat : 20385 (java) R 20378 20378 17507 0 -1 64 179251 0 0 0 4934 109 0 0 25 0 9 0 59379570 871686144 193695 996147200 134512640 134550932 4294955344 18446744073709551615 104516127 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=20383/tid=20386] ppid=20378 vsize=851256 CPUtime=0
/proc/20383/task/20386/stat : 20386 (java) S 20378 20378 17507 0 -1 64 13 0 0 0 0 0 0 0 17 0 9 0 59379570 871686144 193695 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=20383/tid=20387] ppid=20378 vsize=851256 CPUtime=0
/proc/20383/task/20387/stat : 20387 (java) S 20378 20378 17507 0 -1 64 8 0 0 0 0 0 0 0 16 0 9 0 59379570 871686144 193695 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=20383/tid=20388] ppid=20378 vsize=851256 CPUtime=0
/proc/20383/task/20388/stat : 20388 (java) S 20378 20378 17507 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 59379573 871686144 193695 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=20383/tid=20389] ppid=20378 vsize=851256 CPUtime=5.79
/proc/20383/task/20389/stat : 20389 (java) S 20378 20378 17507 0 -1 64 4073 0 0 0 564 15 0 0 16 0 9 0 59379576 871686144 193695 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=20383/tid=20390] ppid=20378 vsize=851256 CPUtime=0
/proc/20383/task/20390/stat : 20390 (java) S 20378 20378 17507 0 -1 64 0 0 0 0 0 0 0 0 20 0 9 0 59379576 871686144 193695 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=20383/tid=20391] ppid=20378 vsize=851256 CPUtime=0
/proc/20383/task/20391/stat : 20391 (java) S 20378 20378 17507 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 59379577 871686144 193695 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 252.07
Current children cumulated vsize (KiB) 856612

[startup+255.103 s]
/proc/loadavg: 2.18 2.17 2.10 3/85 20394
/proc/meminfo: memFree=845360/2055920 swapFree=4192812/4192956
[pid=20378] ppid=20376 vsize=5356 CPUtime=0
/proc/20378/stat : 20378 (concrete.sh) S 20376 20378 17507 0 -1 4194304 341 294 0 0 0 0 0 0 18 0 1 0 59379566 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20378/statm: 1339 244 201 169 0 50 0
[pid=20383] ppid=20378 vsize=0 CPUtime=252.46
/proc/20383/stat : 20383 (java) Z 20378 20378 17507 0 -1 12 196250 0 1 0 25064 182 0 0 16 0 2 0 59379567 0 0 996147200 0 0 0 0 0 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/20383/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 252.46
Current children cumulated vsize (KiB) 5356

Child status: 0
Real time (s): 255.11
CPU time (s): 252.476
CPU user time (s): 250.644
CPU system time (s): 1.83172
CPU usage (%): 98.9673
Max. virtual memory (cumulated for all children) (KiB): 857828

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 250.644
system time used= 1.83172
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 196893
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= 29604
involuntary context switches= 34392

runsolver used 0.32795 second user time and 0.949855 second system time

The end

Launcher Data

Begin job on node67 at 2009-07-16 07:46:08
IDJOB=2083454
IDBENCH=57818
IDSOLVER=736
FILE ID=node67/2083454-1247723168
PBS_JOBID= 9521463
Free space on /tmp= 66332 MiB

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

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

MD5SUM BENCH= 68a6e67c26555a55d1774467340b6ea2
RANDOM SEED=219456799

node67.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.239
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.239
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:        854896 kB
Buffers:         76544 kB
Cached:         266720 kB
SwapCached:          0 kB
Active:         859496 kB
Inactive:       265928 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        854896 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2448 kB
Writeback:           0 kB
Mapped:         802580 kB
Slab:            59124 kB
Committed_AS:  1268448 kB
PageTables:       3380 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= 66328 MiB
End job on node67 at 2009-07-16 07:50:24