Trace number 2065018

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? 505.57 508.701

General information on the benchmark

Namecsp/fischer/
normalized-fischer-10-11-fair.xml
MD5SUM03ac71fcf3613245a00ef598d4c39787
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables28831
Number of constraints27307
Maximum constraint arity3
Maximum domain size20001
Number of constraints which are defined in extension0
Number of constraints which are defined in intension27307
Global constraints used (with number of constraints)

Solver Data

505.38/508.56	c [ 508.015] WARNING : java.lang.OutOfMemoryError: Java heap space
505.38/508.56	java.lang.Object.clone(Native Method)
505.38/508.56	cspfj.problem.BitVectorDomain.<init>(BitVectorDomain.java:24)
505.38/508.56	cspfj.problem.Variable.<init>(Variable.java:65)
505.38/508.56	concrete.VariableManager.compute(VariableManager.java:38)
505.38/508.56	concrete.CspOM.generate(CspOM.java:62)
505.38/508.56	cspfj.problem.Problem.load(Problem.java:108)
505.38/508.56	concrete.Concrete.solve(Concrete.java:159)
505.38/508.56	concrete.Concrete.run(Concrete.java:112)
505.38/508.56	concrete.Concrete.main(Concrete.java:105) (cspfj.ResultHandler.result)
505.38/508.56	c CPU-LOAD 175.49
505.38/508.56	s UNKNOWN
505.38/508.56	c java.lang.OutOfMemoryError: Java heap space[java.lang.Object.clone(Native Method), cspfj.problem.BitVectorDomain.<init>(BitVectorDomain.java:24), cspfj.problem.Variable.<init>(Variable.java:65), concrete.VariableManager.compute(VariableManager.java:38), concrete.CspOM.generate(CspOM.java:62), cspfj.problem.Problem.load(Problem.java:108), concrete.Concrete.solve(Concrete.java:159), concrete.Concrete.run(Concrete.java:112), concrete.Concrete.main(Concrete.java:105)]
505.38/508.56	c TOTAL-NODES 0
505.38/508.56	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-2065018-1247703271/watcher-2065018-1247703271 -o /tmp/evaluation-result-2065018-1247703271/solver-2065018-1247703271 -C 1800 -W 2000 -M 900 HOME/concrete.sh -c -p cspfj.filter.DC2 -parameter cdc.addConstraints=BIN HOME/instance-2065018-1247703271.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.10 2.09 1.86 4/82 13393
/proc/meminfo: memFree=1163312/2055920 swapFree=4192812/4192956
[pid=13393] ppid=13391 vsize=5356 CPUtime=0
/proc/13393/stat : 13393 (concrete.sh) S 13391 13393 12069 0 -1 4194304 271 0 0 0 0 0 0 0 18 0 1 0 57392496 5484544 230 996147200 4194304 4889804 548682068736 18446744073709551615 265674260562 0 0 4100 65536 18446744071563648864 0 0 17 0 0 0
/proc/13393/statm: 1339 230 191 169 0 50 0
[pid=13394] ppid=13393 vsize=5356 CPUtime=0
/proc/13394/stat : 13394 (concrete.sh) R 13393 13393 12069 0 -1 4194368 24 0 0 0 0 0 0 0 19 0 1 0 57392496 5484544 234 996147200 4194304 4889804 548682068736 18446744073709551615 265674259045 0 0 4096 65538 0 0 0 17 0 0 0
/proc/13394/statm: 1339 234 195 169 0 50 0

[startup+0.0119241 s]
/proc/loadavg: 2.10 2.09 1.86 4/82 13393
/proc/meminfo: memFree=1163312/2055920 swapFree=4192812/4192956
[pid=13393] ppid=13391 vsize=5356 CPUtime=0
/proc/13393/stat : 13393 (concrete.sh) S 13391 13393 12069 0 -1 4194304 341 294 0 0 0 0 0 0 19 0 1 0 57392496 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13393/statm: 1339 244 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.103942 s]
/proc/loadavg: 2.10 2.09 1.86 4/82 13393
/proc/meminfo: memFree=1163312/2055920 swapFree=4192812/4192956
[pid=13393] ppid=13391 vsize=5356 CPUtime=0
/proc/13393/stat : 13393 (concrete.sh) S 13391 13393 12069 0 -1 4194304 341 294 0 0 0 0 0 0 19 0 1 0 57392496 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13393/statm: 1339 244 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.301979 s]
/proc/loadavg: 2.10 2.09 1.86 4/82 13393
/proc/meminfo: memFree=1163312/2055920 swapFree=4192812/4192956
[pid=13393] ppid=13391 vsize=5356 CPUtime=0
/proc/13393/stat : 13393 (concrete.sh) S 13391 13393 12069 0 -1 4194304 341 294 0 0 0 0 0 0 19 0 1 0 57392496 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13393/statm: 1339 244 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.702058 s]
/proc/loadavg: 2.10 2.09 1.86 4/82 13393
/proc/meminfo: memFree=1163312/2055920 swapFree=4192812/4192956
[pid=13393] ppid=13391 vsize=5356 CPUtime=0
/proc/13393/stat : 13393 (concrete.sh) S 13391 13393 12069 0 -1 4194304 341 294 0 0 0 0 0 0 19 0 1 0 57392496 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13393/statm: 1339 244 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+1.50121 s]
/proc/loadavg: 2.10 2.09 1.86 3/92 13406
/proc/meminfo: memFree=1144928/2055920 swapFree=4192812/4192956
[pid=13393] ppid=13391 vsize=5356 CPUtime=0
/proc/13393/stat : 13393 (concrete.sh) S 13391 13393 12069 0 -1 4194304 341 294 0 0 0 0 0 0 19 0 1 0 57392496 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13393/statm: 1339 244 201 169 0 50 0
[pid=13398] ppid=13393 vsize=848352 CPUtime=1.57
/proc/13398/stat : 13398 (java) S 13393 13393 12069 0 -1 0 8742 0 1 0 151 6 0 0 18 0 9 0 57392497 868712448 7550 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/13398/statm: 212088 7550 2624 9 0 206566 0
[pid=13398/tid=13399] ppid=13393 vsize=848352 CPUtime=1.06
/proc/13398/task/13399/stat : 13399 (java) R 13393 13393 12069 0 -1 64 3898 0 1 0 103 3 0 0 24 0 9 0 57392498 868712448 7550 996147200 134512640 134550932 4294955344 18446744073709551615 4126001319 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=13398/tid=13400] ppid=13393 vsize=848352 CPUtime=0.18
/proc/13398/task/13400/stat : 13400 (java) S 13393 13393 12069 0 -1 64 2716 0 0 0 17 1 0 0 16 0 9 0 57392500 868712448 7550 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 0 0 0
[pid=13398/tid=13401] ppid=13393 vsize=848352 CPUtime=0
/proc/13398/task/13401/stat : 13401 (java) S 13393 13393 12069 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 57392500 868712448 7550 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=13398/tid=13402] ppid=13393 vsize=848352 CPUtime=0
/proc/13398/task/13402/stat : 13402 (java) S 13393 13393 12069 0 -1 64 4 0 0 0 0 0 0 0 15 0 9 0 57392500 868712448 7550 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=13398/tid=13403] ppid=13393 vsize=848352 CPUtime=0
/proc/13398/task/13403/stat : 13403 (java) S 13393 13393 12069 0 -1 64 1 0 0 0 0 0 0 0 21 0 9 0 57392502 868712448 7550 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=13398/tid=13404] ppid=13393 vsize=848352 CPUtime=0.3
/proc/13398/task/13404/stat : 13404 (java) S 13393 13393 12069 0 -1 64 1433 0 0 0 29 1 0 0 16 0 9 0 57392505 868712448 7550 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=13398/tid=13405] ppid=13393 vsize=848352 CPUtime=0
/proc/13398/task/13405/stat : 13405 (java) S 13393 13393 12069 0 -1 64 0 0 0 0 0 0 0 0 23 0 9 0 57392505 868712448 7550 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=13398/tid=13406] ppid=13393 vsize=848352 CPUtime=0
/proc/13398/task/13406/stat : 13406 (java) S 13393 13393 12069 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 57392506 868712448 7550 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.57
Current children cumulated vsize (KiB) 853708

[startup+3.10151 s]
/proc/loadavg: 2.18 2.10 1.87 3/92 13406
/proc/meminfo: memFree=1140960/2055920 swapFree=4192812/4192956
[pid=13393] ppid=13391 vsize=5356 CPUtime=0
/proc/13393/stat : 13393 (concrete.sh) S 13391 13393 12069 0 -1 4194304 341 294 0 0 0 0 0 0 19 0 1 0 57392496 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13393/statm: 1339 244 201 169 0 50 0
[pid=13398] ppid=13393 vsize=848352 CPUtime=2.98
/proc/13398/stat : 13398 (java) S 13393 13393 12069 0 -1 0 9674 0 1 0 291 7 0 0 18 0 9 0 57392497 868712448 8451 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/13398/statm: 212088 8451 2625 9 0 206566 0
[pid=13398/tid=13399] ppid=13393 vsize=848352 CPUtime=2.35
/proc/13398/task/13399/stat : 13399 (java) D 13393 13393 12069 0 -1 64 3914 0 1 0 232 3 0 0 25 0 9 0 57392498 868712448 8451 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 18446744071563608240 0 0 -1 0 0 0
[pid=13398/tid=13400] ppid=13393 vsize=848352 CPUtime=0.3
/proc/13398/task/13400/stat : 13400 (java) S 13393 13393 12069 0 -1 64 3632 0 0 0 29 1 0 0 16 0 9 0 57392500 868712448 8451 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 0 0 0
[pid=13398/tid=13401] ppid=13393 vsize=848352 CPUtime=0
/proc/13398/task/13401/stat : 13401 (java) S 13393 13393 12069 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 57392500 868712448 8451 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=13398/tid=13402] ppid=13393 vsize=848352 CPUtime=0
/proc/13398/task/13402/stat : 13402 (java) S 13393 13393 12069 0 -1 64 4 0 0 0 0 0 0 0 15 0 9 0 57392500 868712448 8451 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=13398/tid=13403] ppid=13393 vsize=848352 CPUtime=0
/proc/13398/task/13403/stat : 13403 (java) S 13393 13393 12069 0 -1 64 1 0 0 0 0 0 0 0 21 0 9 0 57392502 868712448 8451 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=13398/tid=13404] ppid=13393 vsize=848352 CPUtime=0.3
/proc/13398/task/13404/stat : 13404 (java) S 13393 13393 12069 0 -1 64 1433 0 0 0 29 1 0 0 16 0 9 0 57392505 868712448 8451 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=13398/tid=13405] ppid=13393 vsize=848352 CPUtime=0
/proc/13398/task/13405/stat : 13405 (java) S 13393 13393 12069 0 -1 64 0 0 0 0 0 0 0 0 23 0 9 0 57392505 868712448 8451 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=13398/tid=13406] ppid=13393 vsize=848352 CPUtime=0
/proc/13398/task/13406/stat : 13406 (java) S 13393 13393 12069 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 57392506 868712448 8451 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.98
Current children cumulated vsize (KiB) 853708

[startup+6.30113 s]
/proc/loadavg: 2.18 2.10 1.87 3/92 13406
/proc/meminfo: memFree=1136160/2055920 swapFree=4192812/4192956
[pid=13393] ppid=13391 vsize=5356 CPUtime=0
/proc/13393/stat : 13393 (concrete.sh) S 13391 13393 12069 0 -1 4194304 341 294 0 0 0 0 0 0 19 0 1 0 57392496 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13393/statm: 1339 244 201 169 0 50 0
[pid=13398] ppid=13393 vsize=848336 CPUtime=5.42
/proc/13398/stat : 13398 (java) S 13393 13393 12069 0 -1 0 10604 0 1 0 534 8 0 0 18 0 9 0 57392497 868696064 9364 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/13398/statm: 212084 9364 2625 9 0 206562 0
[pid=13398/tid=13399] ppid=13393 vsize=848336 CPUtime=4.73
/proc/13398/task/13399/stat : 13399 (java) R 13393 13393 12069 0 -1 64 3943 0 1 0 470 3 0 0 25 0 9 0 57392498 868696064 9364 996147200 134512640 134550932 4294955344 18446744073709551615 4126475685 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=13398/tid=13400] ppid=13393 vsize=848336 CPUtime=0.35
/proc/13398/task/13400/stat : 13400 (java) S 13393 13393 12069 0 -1 64 4533 0 0 0 33 2 0 0 16 0 9 0 57392500 868696064 9364 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=13398/tid=13401] ppid=13393 vsize=848336 CPUtime=0
/proc/13398/task/13401/stat : 13401 (java) S 13393 13393 12069 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 57392500 868696064 9364 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=13398/tid=13402] ppid=13393 vsize=848336 CPUtime=0
/proc/13398/task/13402/stat : 13402 (java) S 13393 13393 12069 0 -1 64 4 0 0 0 0 0 0 0 15 0 9 0 57392500 868696064 9364 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=13398/tid=13403] ppid=13393 vsize=848336 CPUtime=0
/proc/13398/task/13403/stat : 13403 (java) S 13393 13393 12069 0 -1 64 1 0 0 0 0 0 0 0 21 0 9 0 57392502 868696064 9364 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=13398/tid=13404] ppid=13393 vsize=848336 CPUtime=0.3
/proc/13398/task/13404/stat : 13404 (java) S 13393 13393 12069 0 -1 64 1433 0 0 0 29 1 0 0 16 0 9 0 57392505 868696064 9364 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=13398/tid=13405] ppid=13393 vsize=848336 CPUtime=0
/proc/13398/task/13405/stat : 13405 (java) S 13393 13393 12069 0 -1 64 0 0 0 0 0 0 0 0 23 0 9 0 57392505 868696064 9364 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=13398/tid=13406] ppid=13393 vsize=848336 CPUtime=0
/proc/13398/task/13406/stat : 13406 (java) S 13393 13393 12069 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 57392506 868696064 9364 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 5.42
Current children cumulated vsize (KiB) 853692

[startup+12.7027 s]
/proc/loadavg: 2.15 2.10 1.87 4/92 13406
/proc/meminfo: memFree=1130856/2055920 swapFree=4192812/4192956
[pid=13393] ppid=13391 vsize=5356 CPUtime=0
/proc/13393/stat : 13393 (concrete.sh) S 13391 13393 12069 0 -1 4194304 341 294 0 0 0 0 0 0 19 0 1 0 57392496 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13393/statm: 1339 244 201 169 0 50 0
[pid=13398] ppid=13393 vsize=848336 CPUtime=11.76
/proc/13398/stat : 13398 (java) S 13393 13393 12069 0 -1 0 11964 0 1 0 1167 9 0 0 18 0 9 0 57392497 868696064 10390 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/13398/statm: 212084 10390 2625 9 0 206562 0
[pid=13398/tid=13399] ppid=13393 vsize=848336 CPUtime=10.88
/proc/13398/task/13399/stat : 13399 (java) R 13393 13393 12069 0 -1 64 4068 0 1 0 1084 4 0 0 25 0 9 0 57392498 868696064 10390 996147200 134512640 134550932 4294955344 18446744073709551615 4125325848 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=13398/tid=13400] ppid=13393 vsize=848336 CPUtime=0.55
/proc/13398/task/13400/stat : 13400 (java) S 13393 13393 12069 0 -1 64 5768 0 0 0 52 3 0 0 17 0 9 0 57392500 868696064 10390 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=13398/tid=13401] ppid=13393 vsize=848336 CPUtime=0
/proc/13398/task/13401/stat : 13401 (java) S 13393 13393 12069 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 57392500 868696064 10390 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=13398/tid=13402] ppid=13393 vsize=848336 CPUtime=0
/proc/13398/task/13402/stat : 13402 (java) S 13393 13393 12069 0 -1 64 4 0 0 0 0 0 0 0 15 0 9 0 57392500 868696064 10390 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=13398/tid=13403] ppid=13393 vsize=848336 CPUtime=0
/proc/13398/task/13403/stat : 13403 (java) S 13393 13393 12069 0 -1 64 1 0 0 0 0 0 0 0 21 0 9 0 57392502 868696064 10390 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=13398/tid=13404] ppid=13393 vsize=848336 CPUtime=0.3
/proc/13398/task/13404/stat : 13404 (java) S 13393 13393 12069 0 -1 64 1433 0 0 0 29 1 0 0 16 0 9 0 57392505 868696064 10390 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=13398/tid=13405] ppid=13393 vsize=848336 CPUtime=0
/proc/13398/task/13405/stat : 13405 (java) S 13393 13393 12069 0 -1 64 0 0 0 0 0 0 0 0 23 0 9 0 57392505 868696064 10390 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=13398/tid=13406] ppid=13393 vsize=848336 CPUtime=0
/proc/13398/task/13406/stat : 13406 (java) S 13393 13393 12069 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 57392506 868696064 10390 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 11.76
Current children cumulated vsize (KiB) 853692

[startup+25.5028 s]
/proc/loadavg: 2.12 2.10 1.87 3/92 13406
/proc/meminfo: memFree=1126184/2055920 swapFree=4192812/4192956
[pid=13393] ppid=13391 vsize=5356 CPUtime=0
/proc/13393/stat : 13393 (concrete.sh) S 13391 13393 12069 0 -1 4194304 341 294 0 0 0 0 0 0 19 0 1 0 57392496 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13393/statm: 1339 244 201 169 0 50 0
[pid=13398] ppid=13393 vsize=848336 CPUtime=24.42
/proc/13398/stat : 13398 (java) S 13393 13393 12069 0 -1 0 13201 0 1 0 2433 9 0 0 18 0 9 0 57392497 868696064 11616 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/13398/statm: 212084 11616 2625 9 0 206562 0
[pid=13398/tid=13399] ppid=13393 vsize=848336 CPUtime=23.5
/proc/13398/task/13399/stat : 13399 (java) R 13393 13393 12069 0 -1 64 4079 0 1 0 2346 4 0 0 25 0 9 0 57392498 868696064 11616 996147200 134512640 134550932 4294955344 18446744073709551615 4126470473 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=13398/tid=13400] ppid=13393 vsize=848336 CPUtime=0.6
/proc/13398/task/13400/stat : 13400 (java) S 13393 13393 12069 0 -1 64 6994 0 0 0 57 3 0 0 16 0 9 0 57392500 868696064 11616 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=13398/tid=13401] ppid=13393 vsize=848336 CPUtime=0
/proc/13398/task/13401/stat : 13401 (java) S 13393 13393 12069 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 57392500 868696064 11616 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=13398/tid=13402] ppid=13393 vsize=848336 CPUtime=0
/proc/13398/task/13402/stat : 13402 (java) S 13393 13393 12069 0 -1 64 4 0 0 0 0 0 0 0 15 0 9 0 57392500 868696064 11616 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=13398/tid=13403] ppid=13393 vsize=848336 CPUtime=0
/proc/13398/task/13403/stat : 13403 (java) S 13393 13393 12069 0 -1 64 1 0 0 0 0 0 0 0 21 0 9 0 57392502 868696064 11616 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=13398/tid=13404] ppid=13393 vsize=848336 CPUtime=0.3
/proc/13398/task/13404/stat : 13404 (java) S 13393 13393 12069 0 -1 64 1433 0 0 0 29 1 0 0 16 0 9 0 57392505 868696064 11616 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=13398/tid=13405] ppid=13393 vsize=848336 CPUtime=0
/proc/13398/task/13405/stat : 13405 (java) S 13393 13393 12069 0 -1 64 0 0 0 0 0 0 0 0 23 0 9 0 57392505 868696064 11616 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=13398/tid=13406] ppid=13393 vsize=848336 CPUtime=0
/proc/13398/task/13406/stat : 13406 (java) S 13393 13393 12069 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 57392506 868696064 11616 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 24.42
Current children cumulated vsize (KiB) 853692

[startup+51.1027 s]
/proc/loadavg: 2.08 2.09 1.87 3/92 13406

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

[pid=13398/tid=13405] ppid=13393 vsize=849364 CPUtime=0
/proc/13398/task/13405/stat : 13405 (java) S 13393 13393 12069 0 -1 64 0 0 0 0 0 0 0 0 23 0 10 0 57392505 869748736 20193 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=13398/tid=13406] ppid=13393 vsize=849364 CPUtime=0
/proc/13398/task/13406/stat : 13406 (java) S 13393 13393 12069 0 -1 64 0 0 0 0 0 0 0 0 15 0 10 0 57392506 869748736 20193 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=13398/tid=13407] ppid=13393 vsize=849364 CPUtime=0
/proc/13398/task/13407/stat : 13407 (java) S 13393 13393 12069 0 -1 64 5 0 0 0 0 0 0 0 24 0 10 0 57398085 869748736 20193 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 495.98
Current children cumulated vsize (KiB) 854720

[startup+505.502 s]
/proc/loadavg: 2.79 2.55 2.17 4/94 13566
/proc/meminfo: memFree=1229104/2055920 swapFree=4192812/4192956
[pid=13393] ppid=13391 vsize=5356 CPUtime=0
/proc/13393/stat : 13393 (concrete.sh) S 13391 13393 12069 0 -1 4194304 341 294 0 0 0 0 0 0 19 0 1 0 57392496 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13393/statm: 1339 244 201 169 0 50 0
[pid=13398] ppid=13393 vsize=849364 CPUtime=502.38
/proc/13398/stat : 13398 (java) S 13393 13393 12069 0 -1 0 490482 0 1 0 49878 360 0 0 18 0 10 0 57392497 869748736 78399 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/13398/statm: 212341 78406 2625 9 0 206819 0
[pid=13398/tid=13399] ppid=13393 vsize=849364 CPUtime=175.35
/proc/13398/task/13399/stat : 13399 (java) R 13393 13393 12069 0 -1 64 19421 0 1 0 17482 53 0 0 25 0 10 0 57392498 869748736 78411 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=13398/tid=13400] ppid=13393 vsize=849364 CPUtime=326.67
/proc/13398/task/13400/stat : 13400 (java) R 13393 13393 12069 0 -1 64 468939 0 0 0 32363 304 0 0 16 0 10 0 57392500 869748736 78419 996147200 134512640 134550932 4294955344 18446744073709551615 102709373 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=13398/tid=13401] ppid=13393 vsize=849364 CPUtime=0
/proc/13398/task/13401/stat : 13401 (java) S 13393 13393 12069 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 57392500 869748736 78426 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=13398/tid=13402] ppid=13393 vsize=849364 CPUtime=0
/proc/13398/task/13402/stat : 13402 (java) S 13393 13393 12069 0 -1 64 5 0 0 0 0 0 0 0 16 0 10 0 57392500 869748736 78432 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=13398/tid=13403] ppid=13393 vsize=849364 CPUtime=0
/proc/13398/task/13403/stat : 13403 (java) S 13393 13393 12069 0 -1 64 1 0 0 0 0 0 0 0 21 0 10 0 57392502 869748736 78439 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=13398/tid=13404] ppid=13393 vsize=849364 CPUtime=0.32
/proc/13398/task/13404/stat : 13404 (java) S 13393 13393 12069 0 -1 64 1441 0 0 0 31 1 0 0 17 0 10 0 57392505 869748736 78446 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=13398/tid=13405] ppid=13393 vsize=849364 CPUtime=0
/proc/13398/task/13405/stat : 13405 (java) S 13393 13393 12069 0 -1 64 0 0 0 0 0 0 0 0 23 0 10 0 57392505 869748736 78452 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=13398/tid=13406] ppid=13393 vsize=849364 CPUtime=0
/proc/13398/task/13406/stat : 13406 (java) S 13393 13393 12069 0 -1 64 0 0 0 0 0 0 0 0 15 0 10 0 57392506 869748736 78459 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=13398/tid=13407] ppid=13393 vsize=849364 CPUtime=0
/proc/13398/task/13407/stat : 13407 (java) S 13393 13393 12069 0 -1 64 5 0 0 0 0 0 0 0 24 0 10 0 57398085 869748736 78466 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 502.38
Current children cumulated vsize (KiB) 854720

[startup+507.107 s]
/proc/loadavg: 2.73 2.54 2.17 4/94 13566
/proc/meminfo: memFree=688880/2055920 swapFree=4192812/4192956
[pid=13393] ppid=13391 vsize=5356 CPUtime=0
/proc/13393/stat : 13393 (concrete.sh) S 13391 13393 12069 0 -1 4194304 341 294 0 0 0 0 0 0 19 0 1 0 57392496 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13393/statm: 1339 244 201 169 0 50 0
[pid=13398] ppid=13393 vsize=849364 CPUtime=503.98
/proc/13398/stat : 13398 (java) S 13393 13393 12069 0 -1 0 599769 0 1 0 49996 402 0 0 18 0 10 0 57392497 869748736 187673 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/13398/statm: 212341 187673 2625 9 0 206819 0
[pid=13398/tid=13399] ppid=13393 vsize=849364 CPUtime=175.77
/proc/13398/task/13399/stat : 13399 (java) R 13393 13393 12069 0 -1 64 21867 0 1 0 17523 54 0 0 25 0 10 0 57392498 869748736 187673 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=13398/tid=13400] ppid=13393 vsize=849364 CPUtime=327.86
/proc/13398/task/13400/stat : 13400 (java) R 13393 13393 12069 0 -1 64 575760 0 0 0 32441 345 0 0 16 0 10 0 57392500 869748736 187673 996147200 134512640 134550932 4294955344 18446744073709551615 104188844 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=13398/tid=13401] ppid=13393 vsize=849364 CPUtime=0
/proc/13398/task/13401/stat : 13401 (java) S 13393 13393 12069 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 57392500 869748736 187673 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=13398/tid=13402] ppid=13393 vsize=849364 CPUtime=0
/proc/13398/task/13402/stat : 13402 (java) S 13393 13393 12069 0 -1 64 5 0 0 0 0 0 0 0 16 0 10 0 57392500 869748736 187673 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=13398/tid=13403] ppid=13393 vsize=849364 CPUtime=0
/proc/13398/task/13403/stat : 13403 (java) S 13393 13393 12069 0 -1 64 1 0 0 0 0 0 0 0 21 0 10 0 57392502 869748736 187673 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=13398/tid=13404] ppid=13393 vsize=849364 CPUtime=0.32
/proc/13398/task/13404/stat : 13404 (java) S 13393 13393 12069 0 -1 64 1441 0 0 0 31 1 0 0 17 0 10 0 57392505 869748736 187673 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=13398/tid=13405] ppid=13393 vsize=849364 CPUtime=0
/proc/13398/task/13405/stat : 13405 (java) S 13393 13393 12069 0 -1 64 0 0 0 0 0 0 0 0 23 0 10 0 57392505 869748736 187673 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=13398/tid=13406] ppid=13393 vsize=849364 CPUtime=0
/proc/13398/task/13406/stat : 13406 (java) S 13393 13393 12069 0 -1 64 0 0 0 0 0 0 0 0 15 0 10 0 57392506 869748736 187673 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=13398/tid=13407] ppid=13393 vsize=849364 CPUtime=0
/proc/13398/task/13407/stat : 13407 (java) S 13393 13393 12069 0 -1 64 5 0 0 0 0 0 0 0 24 0 10 0 57398085 869748736 187673 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 503.98
Current children cumulated vsize (KiB) 854720

[startup+507.902 s]
/proc/loadavg: 2.73 2.54 2.17 4/94 13566
/proc/meminfo: memFree=688880/2055920 swapFree=4192812/4192956
[pid=13393] ppid=13391 vsize=5356 CPUtime=0
/proc/13393/stat : 13393 (concrete.sh) S 13391 13393 12069 0 -1 4194304 341 294 0 0 0 0 0 0 19 0 1 0 57392496 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13393/statm: 1339 244 201 169 0 50 0
[pid=13398] ppid=13393 vsize=849364 CPUtime=504.78
/proc/13398/stat : 13398 (java) S 13393 13393 12069 0 -1 0 601951 0 1 0 50075 403 0 0 18 0 10 0 57392497 869748736 189854 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/13398/statm: 212341 189854 2625 9 0 206819 0
[pid=13398/tid=13399] ppid=13393 vsize=849364 CPUtime=175.78
/proc/13398/task/13399/stat : 13399 (java) R 13393 13393 12069 0 -1 64 21868 0 1 0 17524 54 0 0 25 0 10 0 57392498 869748736 189854 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=13398/tid=13400] ppid=13393 vsize=849364 CPUtime=328.64
/proc/13398/task/13400/stat : 13400 (java) R 13393 13393 12069 0 -1 64 577941 0 0 0 32519 345 0 0 16 0 10 0 57392500 869748736 189854 996147200 134512640 134550932 4294955344 18446744073709551615 104191090 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=13398/tid=13401] ppid=13393 vsize=849364 CPUtime=0
/proc/13398/task/13401/stat : 13401 (java) S 13393 13393 12069 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 57392500 869748736 189854 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=13398/tid=13402] ppid=13393 vsize=849364 CPUtime=0
/proc/13398/task/13402/stat : 13402 (java) S 13393 13393 12069 0 -1 64 5 0 0 0 0 0 0 0 16 0 10 0 57392500 869748736 189854 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=13398/tid=13403] ppid=13393 vsize=849364 CPUtime=0
/proc/13398/task/13403/stat : 13403 (java) S 13393 13393 12069 0 -1 64 1 0 0 0 0 0 0 0 21 0 10 0 57392502 869748736 189854 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=13398/tid=13404] ppid=13393 vsize=849364 CPUtime=0.32
/proc/13398/task/13404/stat : 13404 (java) S 13393 13393 12069 0 -1 64 1441 0 0 0 31 1 0 0 17 0 10 0 57392505 869748736 189854 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=13398/tid=13405] ppid=13393 vsize=849364 CPUtime=0
/proc/13398/task/13405/stat : 13405 (java) S 13393 13393 12069 0 -1 64 0 0 0 0 0 0 0 0 23 0 10 0 57392505 869748736 189854 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=13398/tid=13406] ppid=13393 vsize=849364 CPUtime=0
/proc/13398/task/13406/stat : 13406 (java) S 13393 13393 12069 0 -1 64 0 0 0 0 0 0 0 0 15 0 10 0 57392506 869748736 189854 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=13398/tid=13407] ppid=13393 vsize=849364 CPUtime=0
/proc/13398/task/13407/stat : 13407 (java) S 13393 13393 12069 0 -1 64 5 0 0 0 0 0 0 0 24 0 10 0 57398085 869748736 189854 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 504.78
Current children cumulated vsize (KiB) 854720

[startup+508.302 s]
/proc/loadavg: 2.73 2.54 2.17 4/94 13566
/proc/meminfo: memFree=680176/2055920 swapFree=4192812/4192956
[pid=13393] ppid=13391 vsize=5356 CPUtime=0
/proc/13393/stat : 13393 (concrete.sh) S 13391 13393 12069 0 -1 4194304 341 294 0 0 0 0 0 0 19 0 1 0 57392496 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13393/statm: 1339 244 201 169 0 50 0
[pid=13398] ppid=13393 vsize=849364 CPUtime=505.18
/proc/13398/stat : 13398 (java) S 13393 13393 12069 0 -1 0 601951 0 1 0 50115 403 0 0 18 0 10 0 57392497 869748736 189854 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/13398/statm: 212341 189854 2625 9 0 206819 0
[pid=13398/tid=13399] ppid=13393 vsize=849364 CPUtime=175.78
/proc/13398/task/13399/stat : 13399 (java) R 13393 13393 12069 0 -1 64 21868 0 1 0 17524 54 0 0 25 0 10 0 57392498 869748736 189854 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=13398/tid=13400] ppid=13393 vsize=849364 CPUtime=329.04
/proc/13398/task/13400/stat : 13400 (java) R 13393 13393 12069 0 -1 64 577941 0 0 0 32559 345 0 0 17 0 10 0 57392500 869748736 189854 996147200 134512640 134550932 4294955344 18446744073709551615 104191090 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=13398/tid=13401] ppid=13393 vsize=849364 CPUtime=0
/proc/13398/task/13401/stat : 13401 (java) S 13393 13393 12069 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 57392500 869748736 189854 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=13398/tid=13402] ppid=13393 vsize=849364 CPUtime=0
/proc/13398/task/13402/stat : 13402 (java) S 13393 13393 12069 0 -1 64 5 0 0 0 0 0 0 0 16 0 10 0 57392500 869748736 189854 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=13398/tid=13403] ppid=13393 vsize=849364 CPUtime=0
/proc/13398/task/13403/stat : 13403 (java) S 13393 13393 12069 0 -1 64 1 0 0 0 0 0 0 0 21 0 10 0 57392502 869748736 189854 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=13398/tid=13404] ppid=13393 vsize=849364 CPUtime=0.32
/proc/13398/task/13404/stat : 13404 (java) S 13393 13393 12069 0 -1 64 1441 0 0 0 31 1 0 0 17 0 10 0 57392505 869748736 189854 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=13398/tid=13405] ppid=13393 vsize=849364 CPUtime=0
/proc/13398/task/13405/stat : 13405 (java) S 13393 13393 12069 0 -1 64 0 0 0 0 0 0 0 0 23 0 10 0 57392505 869748736 189854 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=13398/tid=13406] ppid=13393 vsize=849364 CPUtime=0
/proc/13398/task/13406/stat : 13406 (java) S 13393 13393 12069 0 -1 64 0 0 0 0 0 0 0 0 15 0 10 0 57392506 869748736 189854 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=13398/tid=13407] ppid=13393 vsize=849364 CPUtime=0
/proc/13398/task/13407/stat : 13407 (java) S 13393 13393 12069 0 -1 64 5 0 0 0 0 0 0 0 24 0 10 0 57398085 869748736 189854 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 505.18
Current children cumulated vsize (KiB) 854720

[startup+508.502 s]
/proc/loadavg: 2.73 2.54 2.17 4/94 13566
/proc/meminfo: memFree=680176/2055920 swapFree=4192812/4192956
[pid=13393] ppid=13391 vsize=5356 CPUtime=0
/proc/13393/stat : 13393 (concrete.sh) S 13391 13393 12069 0 -1 4194304 341 294 0 0 0 0 0 0 19 0 1 0 57392496 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13393/statm: 1339 244 201 169 0 50 0
[pid=13398] ppid=13393 vsize=849364 CPUtime=505.38
/proc/13398/stat : 13398 (java) S 13393 13393 12069 0 -1 0 601956 0 1 0 50135 403 0 0 18 0 10 0 57392497 869748736 189858 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/13398/statm: 212341 189858 2626 9 0 206819 0
[pid=13398/tid=13399] ppid=13393 vsize=849364 CPUtime=175.78
/proc/13398/task/13399/stat : 13399 (java) R 13393 13393 12069 0 -1 64 21873 0 1 0 17524 54 0 0 25 0 10 0 57392498 869748736 189858 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=13398/tid=13400] ppid=13393 vsize=849364 CPUtime=329.23
/proc/13398/task/13400/stat : 13400 (java) R 13393 13393 12069 0 -1 64 577941 0 0 0 32578 345 0 0 17 0 10 0 57392500 869748736 189858 996147200 134512640 134550932 4294955344 18446744073709551615 103733279 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=13398/tid=13401] ppid=13393 vsize=849364 CPUtime=0
/proc/13398/task/13401/stat : 13401 (java) S 13393 13393 12069 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 57392500 869748736 189858 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=13398/tid=13402] ppid=13393 vsize=849364 CPUtime=0
/proc/13398/task/13402/stat : 13402 (java) S 13393 13393 12069 0 -1 64 5 0 0 0 0 0 0 0 16 0 10 0 57392500 869748736 189858 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=13398/tid=13403] ppid=13393 vsize=849364 CPUtime=0
/proc/13398/task/13403/stat : 13403 (java) S 13393 13393 12069 0 -1 64 1 0 0 0 0 0 0 0 21 0 10 0 57392502 869748736 189858 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=13398/tid=13404] ppid=13393 vsize=849364 CPUtime=0.32
/proc/13398/task/13404/stat : 13404 (java) S 13393 13393 12069 0 -1 64 1441 0 0 0 31 1 0 0 17 0 10 0 57392505 869748736 189858 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=13398/tid=13405] ppid=13393 vsize=849364 CPUtime=0
/proc/13398/task/13405/stat : 13405 (java) S 13393 13393 12069 0 -1 64 0 0 0 0 0 0 0 0 23 0 10 0 57392505 869748736 189858 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=13398/tid=13406] ppid=13393 vsize=849364 CPUtime=0
/proc/13398/task/13406/stat : 13406 (java) S 13393 13393 12069 0 -1 64 0 0 0 0 0 0 0 0 15 0 10 0 57392506 869748736 189858 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=13398/tid=13407] ppid=13393 vsize=849364 CPUtime=0
/proc/13398/task/13407/stat : 13407 (java) S 13393 13393 12069 0 -1 64 5 0 0 0 0 0 0 0 24 0 10 0 57398085 869748736 189858 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 505.38
Current children cumulated vsize (KiB) 854720

[startup+508.602 s]
/proc/loadavg: 2.73 2.54 2.17 4/94 13566
/proc/meminfo: memFree=680176/2055920 swapFree=4192812/4192956
[pid=13393] ppid=13391 vsize=5356 CPUtime=0
/proc/13393/stat : 13393 (concrete.sh) S 13391 13393 12069 0 -1 4194304 341 294 0 0 0 0 0 0 19 0 1 0 57392496 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13393/statm: 1339 244 201 169 0 50 0
[pid=13398] ppid=13393 vsize=0 CPUtime=505.46
/proc/13398/stat : 13398 (java) Z 13393 13393 12069 0 -1 12 601987 0 1 0 50142 404 0 0 16 0 2 0 57392497 0 0 996147200 0 0 0 0 0 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/13398/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 505.46
Current children cumulated vsize (KiB) 5356

Child status: 0
Real time (s): 508.701
CPU time (s): 505.57
CPU user time (s): 501.429
CPU system time (s): 4.14137
CPU usage (%): 99.3846
Max. virtual memory (cumulated for all children) (KiB): 857288

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 501.429
system time used= 4.14137
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 602630
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= 109070
involuntary context switches= 109588

runsolver used 0.769882 second user time and 1.9947 second system time

The end

Launcher Data

Begin job on node76 at 2009-07-16 02:14:32
IDJOB=2065018
IDBENCH=54252
IDSOLVER=736
FILE ID=node76/2065018-1247703271
PBS_JOBID= 9521165
Free space on /tmp= 66388 MiB

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

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

MD5SUM BENCH= 03ac71fcf3613245a00ef598d4c39787
RANDOM SEED=131308603

node76.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.277
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.277
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1163736 kB
Buffers:         78456 kB
Cached:         433040 kB
SwapCached:          0 kB
Active:         484996 kB
Inactive:       334832 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1163736 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            6068 kB
Writeback:           0 kB
Mapped:         328704 kB
Slab:            56888 kB
Committed_AS:   802000 kB
PageTables:       2484 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= 66392 MiB
End job on node76 at 2009-07-16 02:23:00