Trace number 2068659

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? (TO) 1800.03 1806.42

General information on the benchmark

Namecsp/ukHerald/
normalized-crossword-m1-uk-19-05.xml
MD5SUM7673da9bb2ec89d6ebeb64aba0b3e8de
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.735887
Satisfiable
(Un)Satisfiability was proved
Number of variables291
Number of constraints2544
Maximum constraint arity32
Maximum domain size26
Number of constraints which are defined in extension126
Number of constraints which are defined in intension2418
Global constraints used (with number of constraints)

Solver Data

139.68/140.45	c [ 139.722] WARNING : Could not free more memory in relations (concrete.relationconverter.RelationManager.strongOptimizeMemory)
139.99/140.76	c CPU-LOAD 25.9
139.99/140.76	c LOADED 291 V (26 E), 126 ExtensionConstraintDynamic, 2418 PredicateConstraint, arity 32, 25.9 cpu
1800.03/1806.41	c [1806.012] WARNING : java.lang.InterruptedException: SIGTERM
1800.03/1806.42	concrete.AbstractLauncher.handle(AbstractLauncher.java:498)
1800.03/1806.42	sun.misc.Signal$1.run(Unknown Source)
1800.03/1806.42	java.lang.Thread.run(Unknown Source) (cspfj.ResultHandler.result)

Verifier Data

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2068659-1247707032/watcher-2068659-1247707032 -o /tmp/evaluation-result-2068659-1247707032/solver-2068659-1247707032 -C 1800 -W 2000 -M 900 HOME/concrete.sh -c -p cspfj.filter.DC2 -parameter cdc.addConstraints=BIN HOME/instance-2068659-1247707032.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.15 2.28 2.26 4/81 16770
/proc/meminfo: memFree=1644368/2055920 swapFree=4192812/4192956
[pid=16770] ppid=16768 vsize=18576 CPUtime=0
/proc/16770/stat : 16770 (runsolver) R 16768 16770 14057 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 57766695 19021824 284 996147200 4194304 4302564 548682068432 18446744073709551615 235371293991 0 0 4096 24578 0 0 0 17 1 0 0
/proc/16770/statm: 4644 284 249 26 0 2626 0

[startup+0.07612 s]
/proc/loadavg: 2.15 2.28 2.26 4/81 16770
/proc/meminfo: memFree=1644368/2055920 swapFree=4192812/4192956
[pid=16770] ppid=16768 vsize=5356 CPUtime=0
/proc/16770/stat : 16770 (concrete.sh) S 16768 16770 14057 0 -1 4194304 341 294 0 0 0 0 0 0 18 0 1 0 57766695 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16770/statm: 1339 244 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.10112 s]
/proc/loadavg: 2.15 2.28 2.26 4/81 16770
/proc/meminfo: memFree=1644368/2055920 swapFree=4192812/4192956
[pid=16770] ppid=16768 vsize=5356 CPUtime=0
/proc/16770/stat : 16770 (concrete.sh) S 16768 16770 14057 0 -1 4194304 341 294 0 0 0 0 0 0 18 0 1 0 57766695 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16770/statm: 1339 244 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.30114 s]
/proc/loadavg: 2.15 2.28 2.26 4/81 16770
/proc/meminfo: memFree=1644368/2055920 swapFree=4192812/4192956
[pid=16770] ppid=16768 vsize=5356 CPUtime=0
/proc/16770/stat : 16770 (concrete.sh) S 16768 16770 14057 0 -1 4194304 341 294 0 0 0 0 0 0 18 0 1 0 57766695 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16770/statm: 1339 244 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.701173 s]
/proc/loadavg: 2.15 2.28 2.26 4/81 16770
/proc/meminfo: memFree=1644368/2055920 swapFree=4192812/4192956
[pid=16770] ppid=16768 vsize=5356 CPUtime=0
/proc/16770/stat : 16770 (concrete.sh) S 16768 16770 14057 0 -1 4194304 341 294 0 0 0 0 0 0 18 0 1 0 57766695 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16770/statm: 1339 244 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+1.50225 s]
/proc/loadavg: 2.15 2.28 2.26 3/91 16783
/proc/meminfo: memFree=1625856/2055920 swapFree=4192812/4192956
[pid=16770] ppid=16768 vsize=5356 CPUtime=0
/proc/16770/stat : 16770 (concrete.sh) S 16768 16770 14057 0 -1 4194304 341 294 0 0 0 0 0 0 18 0 1 0 57766695 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16770/statm: 1339 244 201 169 0 50 0
[pid=16775] ppid=16770 vsize=847576 CPUtime=1.46
/proc/16775/stat : 16775 (java) S 16770 16770 14057 0 -1 0 9043 0 1 0 141 5 0 0 18 0 9 0 57766697 867917824 7849 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/16775/statm: 211894 7849 2629 9 0 206372 0
[pid=16775/tid=16776] ppid=16770 vsize=847576 CPUtime=0.97
/proc/16775/task/16776/stat : 16776 (java) R 16770 16770 14057 0 -1 64 4353 0 1 0 95 2 0 0 24 0 9 0 57766698 867917824 7849 996147200 134512640 134550932 4294955344 18446744073709551615 4125154724 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16775/tid=16777] ppid=16770 vsize=847576 CPUtime=0.19
/proc/16775/task/16777/stat : 16777 (java) S 16770 16770 14057 0 -1 64 2538 0 0 0 18 1 0 0 16 0 9 0 57766699 867917824 7849 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=16775/tid=16778] ppid=16770 vsize=847576 CPUtime=0
/proc/16775/task/16778/stat : 16778 (java) S 16770 16770 14057 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 57766699 867917824 7849 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16775/tid=16779] ppid=16770 vsize=847576 CPUtime=0
/proc/16775/task/16779/stat : 16779 (java) S 16770 16770 14057 0 -1 64 4 0 0 0 0 0 0 0 16 0 9 0 57766699 867917824 7849 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16775/tid=16780] ppid=16770 vsize=847576 CPUtime=0
/proc/16775/task/16780/stat : 16780 (java) S 16770 16770 14057 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 57766702 867917824 7849 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16775/tid=16781] ppid=16770 vsize=847576 CPUtime=0.27
/proc/16775/task/16781/stat : 16781 (java) S 16770 16770 14057 0 -1 64 1457 0 0 0 27 0 0 0 15 0 9 0 57766705 867917824 7849 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16775/tid=16782] ppid=16770 vsize=847576 CPUtime=0
/proc/16775/task/16782/stat : 16782 (java) S 16770 16770 14057 0 -1 64 0 0 0 0 0 0 0 0 20 0 9 0 57766705 867917824 7849 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16775/tid=16783] ppid=16770 vsize=847576 CPUtime=0
/proc/16775/task/16783/stat : 16783 (java) S 16770 16770 14057 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 57766705 867917824 7849 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 852932

[startup+3.10239 s]
/proc/loadavg: 2.15 2.28 2.26 3/91 16783
/proc/meminfo: memFree=1622600/2055920 swapFree=4192812/4192956
[pid=16770] ppid=16768 vsize=5356 CPUtime=0
/proc/16770/stat : 16770 (concrete.sh) S 16768 16770 14057 0 -1 4194304 341 294 0 0 0 0 0 0 18 0 1 0 57766695 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16770/statm: 1339 244 201 169 0 50 0
[pid=16775] ppid=16770 vsize=851068 CPUtime=3.06
/proc/16775/stat : 16775 (java) S 16770 16770 14057 0 -1 0 10623 0 1 0 298 8 0 0 18 0 10 0 57766697 871493632 9238 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/16775/statm: 212767 9238 2625 9 0 207245 0
[pid=16775/tid=16776] ppid=16770 vsize=851068 CPUtime=1.97
/proc/16775/task/16776/stat : 16776 (java) R 16770 16770 14057 0 -1 64 4477 0 1 0 194 3 0 0 25 0 10 0 57766698 871493632 9238 996147200 134512640 134550932 4294955344 18446744073709551615 4127106799 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16775/tid=16777] ppid=16770 vsize=851068 CPUtime=0.41
/proc/16775/task/16777/stat : 16777 (java) S 16770 16770 14057 0 -1 64 3060 0 0 0 39 2 0 0 16 0 10 0 57766699 871493632 9238 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=16775/tid=16778] ppid=16770 vsize=851068 CPUtime=0
/proc/16775/task/16778/stat : 16778 (java) S 16770 16770 14057 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 57766699 871493632 9238 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16775/tid=16779] ppid=16770 vsize=851068 CPUtime=0
/proc/16775/task/16779/stat : 16779 (java) S 16770 16770 14057 0 -1 64 4 0 0 0 0 0 0 0 15 0 10 0 57766699 871493632 9238 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16775/tid=16780] ppid=16770 vsize=851068 CPUtime=0
/proc/16775/task/16780/stat : 16780 (java) S 16770 16770 14057 0 -1 64 1 0 0 0 0 0 0 0 18 0 10 0 57766702 871493632 9238 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16775/tid=16781] ppid=16770 vsize=851068 CPUtime=0.65
/proc/16775/task/16781/stat : 16781 (java) S 16770 16770 14057 0 -1 64 2388 0 0 0 64 1 0 0 16 0 10 0 57766705 871493632 9238 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16775/tid=16782] ppid=16770 vsize=851068 CPUtime=0
/proc/16775/task/16782/stat : 16782 (java) S 16770 16770 14057 0 -1 64 0 0 0 0 0 0 0 0 20 0 10 0 57766705 871493632 9238 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16775/tid=16783] ppid=16770 vsize=851068 CPUtime=0
/proc/16775/task/16783/stat : 16783 (java) S 16770 16770 14057 0 -1 64 0 0 0 0 0 0 0 0 15 0 10 0 57766705 871493632 9238 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 856424

[startup+6.30168 s]
/proc/loadavg: 2.22 2.29 2.26 3/92 16784
/proc/meminfo: memFree=1562432/2055920 swapFree=4192812/4192956
[pid=16770] ppid=16768 vsize=5356 CPUtime=0
/proc/16770/stat : 16770 (concrete.sh) S 16768 16770 14057 0 -1 4194304 341 294 0 0 0 0 0 0 18 0 1 0 57766695 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16770/statm: 1339 244 201 169 0 50 0
[pid=16775] ppid=16770 vsize=851144 CPUtime=6.23
/proc/16775/stat : 16775 (java) S 16770 16770 14057 0 -1 0 30969 0 1 0 605 18 0 0 18 0 10 0 57766697 871571456 28311 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/16775/statm: 212786 28311 2634 9 0 207264 0
[pid=16775/tid=16776] ppid=16770 vsize=851144 CPUtime=3.4
/proc/16775/task/16776/stat : 16776 (java) R 16770 16770 14057 0 -1 64 5366 0 1 0 336 4 0 0 25 0 10 0 57766698 871571456 28311 996147200 134512640 134550932 4294955344 18446744073709551615 4127721545 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16775/tid=16777] ppid=16770 vsize=851144 CPUtime=2.09
/proc/16775/task/16777/stat : 16777 (java) S 16770 16770 14057 0 -1 64 22466 0 0 0 198 11 0 0 16 0 10 0 57766699 871571456 28311 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=16775/tid=16778] ppid=16770 vsize=851144 CPUtime=0
/proc/16775/task/16778/stat : 16778 (java) S 16770 16770 14057 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 57766699 871571456 28311 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16775/tid=16779] ppid=16770 vsize=851144 CPUtime=0
/proc/16775/task/16779/stat : 16779 (java) S 16770 16770 14057 0 -1 64 4 0 0 0 0 0 0 0 15 0 10 0 57766699 871571456 28311 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16775/tid=16780] ppid=16770 vsize=851144 CPUtime=0
/proc/16775/task/16780/stat : 16780 (java) S 16770 16770 14057 0 -1 64 1 0 0 0 0 0 0 0 18 0 10 0 57766702 871571456 28311 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16775/tid=16781] ppid=16770 vsize=851144 CPUtime=0.73
/proc/16775/task/16781/stat : 16781 (java) S 16770 16770 14057 0 -1 64 2439 0 0 0 71 2 0 0 15 0 10 0 57766705 871571456 28311 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16775/tid=16782] ppid=16770 vsize=851144 CPUtime=0
/proc/16775/task/16782/stat : 16782 (java) S 16770 16770 14057 0 -1 64 0 0 0 0 0 0 0 0 20 0 10 0 57766705 871571456 28311 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16775/tid=16783] ppid=16770 vsize=851144 CPUtime=0
/proc/16775/task/16783/stat : 16783 (java) S 16770 16770 14057 0 -1 64 0 0 0 0 0 0 0 0 15 0 10 0 57766705 871571456 28311 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16775/tid=16784] ppid=16770 vsize=851144 CPUtime=0
/proc/16775/task/16784/stat : 16784 (java) S 16770 16770 14057 0 -1 64 3 0 0 0 0 0 0 0 24 0 10 0 57766910 871571456 28311 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 856500

[startup+12.7023 s]
/proc/loadavg: 2.28 2.30 2.27 3/92 16784
/proc/meminfo: memFree=1352000/2055920 swapFree=4192812/4192956
[pid=16770] ppid=16768 vsize=5356 CPUtime=0
/proc/16770/stat : 16770 (concrete.sh) S 16768 16770 14057 0 -1 4194304 341 294 0 0 0 0 0 0 18 0 1 0 57766695 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16770/statm: 1339 244 201 169 0 50 0
[pid=16775] ppid=16770 vsize=851144 CPUtime=12.61
/proc/16775/stat : 16775 (java) S 16770 16770 14057 0 -1 0 97862 0 1 0 1217 44 0 0 18 0 10 0 57766697 871571456 95183 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/16775/statm: 212786 95183 2634 9 0 207264 0
[pid=16775/tid=16776] ppid=16770 vsize=851144 CPUtime=6.59
/proc/16775/task/16776/stat : 16776 (java) R 16770 16770 14057 0 -1 64 33259 0 1 0 643 16 0 0 25 0 10 0 57766698 871571456 95183 996147200 134512640 134550932 4294955344 18446744073709551615 4127714844 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16775/tid=16777] ppid=16770 vsize=851144 CPUtime=5.27
/proc/16775/task/16777/stat : 16777 (java) S 16770 16770 14057 0 -1 64 61466 0 0 0 502 25 0 0 16 0 10 0 57766699 871571456 95183 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=16775/tid=16778] ppid=16770 vsize=851144 CPUtime=0
/proc/16775/task/16778/stat : 16778 (java) S 16770 16770 14057 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 57766699 871571456 95183 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16775/tid=16779] ppid=16770 vsize=851144 CPUtime=0
/proc/16775/task/16779/stat : 16779 (java) S 16770 16770 14057 0 -1 64 4 0 0 0 0 0 0 0 15 0 10 0 57766699 871571456 95183 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16775/tid=16780] ppid=16770 vsize=851144 CPUtime=0
/proc/16775/task/16780/stat : 16780 (java) S 16770 16770 14057 0 -1 64 1 0 0 0 0 0 0 0 18 0 10 0 57766702 871571456 95183 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16775/tid=16781] ppid=16770 vsize=851144 CPUtime=0.73
/proc/16775/task/16781/stat : 16781 (java) S 16770 16770 14057 0 -1 64 2439 0 0 0 71 2 0 0 15 0 10 0 57766705 871571456 95183 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16775/tid=16782] ppid=16770 vsize=851144 CPUtime=0
/proc/16775/task/16782/stat : 16782 (java) S 16770 16770 14057 0 -1 64 0 0 0 0 0 0 0 0 20 0 10 0 57766705 871571456 95183 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16775/tid=16783] ppid=16770 vsize=851144 CPUtime=0
/proc/16775/task/16783/stat : 16783 (java) S 16770 16770 14057 0 -1 64 0 0 0 0 0 0 0 0 15 0 10 0 57766705 871571456 95183 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16775/tid=16784] ppid=16770 vsize=851144 CPUtime=0
/proc/16775/task/16784/stat : 16784 (java) S 16770 16770 14057 0 -1 64 3 0 0 0 0 0 0 0 24 0 10 0 57766910 871571456 95183 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.61
Current children cumulated vsize (KiB) 856500

[startup+25.5024 s]
/proc/loadavg: 2.44 2.33 2.28 3/92 16784
/proc/meminfo: memFree=896704/2055920 swapFree=4192812/4192956
[pid=16770] ppid=16768 vsize=5356 CPUtime=0
/proc/16770/stat : 16770 (concrete.sh) S 16768 16770 14057 0 -1 4194304 341 294 0 0 0 0 0 0 18 0 1 0 57766695 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16770/statm: 1339 244 201 169 0 50 0
[pid=16775] ppid=16770 vsize=851144 CPUtime=25.34
/proc/16775/stat : 16775 (java) S 16770 16770 14057 0 -1 0 191626 0 1 0 2452 82 0 0 18 0 10 0 57766697 871571456 188931 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/16775/statm: 212786 188931 2634 9 0 207264 0
[pid=16775/tid=16776] ppid=16770 vsize=851144 CPUtime=11.96
/proc/16775/task/16776/stat : 16776 (java) R 16770 16770 14057 0 -1 64 67396 0 1 0 1165 31 0 0 25 0 10 0 57766698 871571456 188931 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16775/tid=16777] ppid=16770 vsize=851144 CPUtime=12.63
/proc/16775/task/16777/stat : 16777 (java) R 16770 16770 14057 0 -1 64 121093 0 0 0 1215 48 0 0 16 0 10 0 57766699 871571456 188931 996147200 134512640 134550932 4294955344 18446744073709551615 103731827 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=16775/tid=16778] ppid=16770 vsize=851144 CPUtime=0
/proc/16775/task/16778/stat : 16778 (java) S 16770 16770 14057 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 57766699 871571456 188931 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16775/tid=16779] ppid=16770 vsize=851144 CPUtime=0
/proc/16775/task/16779/stat : 16779 (java) S 16770 16770 14057 0 -1 64 4 0 0 0 0 0 0 0 15 0 10 0 57766699 871571456 188931 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16775/tid=16780] ppid=16770 vsize=851144 CPUtime=0
/proc/16775/task/16780/stat : 16780 (java) S 16770 16770 14057 0 -1 64 1 0 0 0 0 0 0 0 18 0 10 0 57766702 871571456 188931 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16775/tid=16781] ppid=16770 vsize=851144 CPUtime=0.73
/proc/16775/task/16781/stat : 16781 (java) S 16770 16770 14057 0 -1 64 2439 0 0 0 71 2 0 0 15 0 10 0 57766705 871571456 188931 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16775/tid=16782] ppid=16770 vsize=851144 CPUtime=0
/proc/16775/task/16782/stat : 16782 (java) S 16770 16770 14057 0 -1 64 0 0 0 0 0 0 0 0 20 0 10 0 57766705 871571456 188931 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16775/tid=16783] ppid=16770 vsize=851144 CPUtime=0
/proc/16775/task/16783/stat : 16783 (java) S 16770 16770 14057 0 -1 64 0 0 0 0 0 0 0 0 15 0 10 0 57766705 871571456 188931 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16775/tid=16784] ppid=16770 vsize=851144 CPUtime=0
/proc/16775/task/16784/stat : 16784 (java) S 16770 16770 14057 0 -1 64 3 0 0 0 0 0 0 0 24 0 10 0 57766910 871571456 188931 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.34
Current children cumulated vsize (KiB) 856500

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

/proc/meminfo: memFree=895432/2055920 swapFree=4192812/4192956
[pid=16770] ppid=16768 vsize=5356 CPUtime=0
/proc/16770/stat : 16770 (concrete.sh) S 16768 16770 14057 0 -1 4194304 341 294 0 0 0 0 0 0 18 0 1 0 57766695 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16770/statm: 1339 244 201 169 0 50 0
[pid=16775] ppid=16770 vsize=851144 CPUtime=1595.99
/proc/16775/stat : 16775 (java) S 16770 16770 14057 0 -1 0 194131 0 1 0 159509 90 0 0 18 0 10 0 57766697 871571456 175800 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/16775/statm: 212786 175800 2636 9 0 207264 0
[pid=16775/tid=16776] ppid=16770 vsize=851144 CPUtime=1476.1
/proc/16775/task/16776/stat : 16776 (java) R 16770 16770 14057 0 -1 64 67827 0 1 0 147575 35 0 0 25 0 10 0 57766698 871571456 175800 996147200 134512640 134550932 4294955344 18446744073709551615 4127895826 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=16775/tid=16777] ppid=16770 vsize=851144 CPUtime=118.97
/proc/16775/task/16777/stat : 16777 (java) S 16770 16770 14057 0 -1 64 123042 0 0 0 11845 52 0 0 16 0 10 0 57766699 871571456 175800 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 0 0 0
[pid=16775/tid=16778] ppid=16770 vsize=851144 CPUtime=0
/proc/16775/task/16778/stat : 16778 (java) S 16770 16770 14057 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 57766699 871571456 175800 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16775/tid=16779] ppid=16770 vsize=851144 CPUtime=0
/proc/16775/task/16779/stat : 16779 (java) S 16770 16770 14057 0 -1 64 4 0 0 0 0 0 0 0 16 0 10 0 57766699 871571456 175800 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16775/tid=16780] ppid=16770 vsize=851144 CPUtime=0
/proc/16775/task/16780/stat : 16780 (java) S 16770 16770 14057 0 -1 64 1 0 0 0 0 0 0 0 18 0 10 0 57766702 871571456 175800 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16775/tid=16781] ppid=16770 vsize=851144 CPUtime=0.9
/proc/16775/task/16781/stat : 16781 (java) S 16770 16770 14057 0 -1 64 2562 0 0 0 88 2 0 0 16 0 10 0 57766705 871571456 175800 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=16775/tid=16782] ppid=16770 vsize=851144 CPUtime=0
/proc/16775/task/16782/stat : 16782 (java) S 16770 16770 14057 0 -1 64 0 0 0 0 0 0 0 0 20 0 10 0 57766705 871571456 175800 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16775/tid=16783] ppid=16770 vsize=851144 CPUtime=0
/proc/16775/task/16783/stat : 16783 (java) S 16770 16770 14057 0 -1 64 0 0 0 0 0 0 0 0 15 0 10 0 57766705 871571456 175800 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16775/tid=16785] ppid=16770 vsize=851144 CPUtime=0
/proc/16775/task/16785/stat : 16785 (java) S 16770 16770 14057 0 -1 64 1 0 0 0 0 0 0 0 17 0 10 0 57780789 871571456 175800 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1595.99
Current children cumulated vsize (KiB) 856500

[startup+1662.3 s]
/proc/loadavg: 2.00 2.02 2.06 3/83 16819
/proc/meminfo: memFree=628808/2055920 swapFree=4192812/4192956
[pid=16770] ppid=16768 vsize=5356 CPUtime=0
/proc/16770/stat : 16770 (concrete.sh) S 16768 16770 14057 0 -1 4194304 341 294 0 0 0 0 0 0 18 0 1 0 57766695 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16770/statm: 1339 244 201 169 0 50 0
[pid=16775] ppid=16770 vsize=851144 CPUtime=1655.97
/proc/16775/stat : 16775 (java) S 16770 16770 14057 0 -1 0 194140 0 1 0 165507 90 0 0 18 0 10 0 57766697 871571456 175800 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/16775/statm: 212786 175800 2636 9 0 207264 0
[pid=16775/tid=16776] ppid=16770 vsize=851144 CPUtime=1535.9
/proc/16775/task/16776/stat : 16776 (java) R 16770 16770 14057 0 -1 64 67836 0 1 0 153555 35 0 0 25 0 10 0 57766698 871571456 175800 996147200 134512640 134550932 4294955344 18446744073709551615 102523994 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=16775/tid=16777] ppid=16770 vsize=851144 CPUtime=119.15
/proc/16775/task/16777/stat : 16777 (java) S 16770 16770 14057 0 -1 64 123042 0 0 0 11863 52 0 0 16 0 10 0 57766699 871571456 175800 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 0 0 0
[pid=16775/tid=16778] ppid=16770 vsize=851144 CPUtime=0
/proc/16775/task/16778/stat : 16778 (java) S 16770 16770 14057 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 57766699 871571456 175800 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16775/tid=16779] ppid=16770 vsize=851144 CPUtime=0
/proc/16775/task/16779/stat : 16779 (java) S 16770 16770 14057 0 -1 64 4 0 0 0 0 0 0 0 16 0 10 0 57766699 871571456 175800 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16775/tid=16780] ppid=16770 vsize=851144 CPUtime=0
/proc/16775/task/16780/stat : 16780 (java) S 16770 16770 14057 0 -1 64 1 0 0 0 0 0 0 0 18 0 10 0 57766702 871571456 175800 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16775/tid=16781] ppid=16770 vsize=851144 CPUtime=0.9
/proc/16775/task/16781/stat : 16781 (java) S 16770 16770 14057 0 -1 64 2562 0 0 0 88 2 0 0 16 0 10 0 57766705 871571456 175800 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=16775/tid=16782] ppid=16770 vsize=851144 CPUtime=0
/proc/16775/task/16782/stat : 16782 (java) S 16770 16770 14057 0 -1 64 0 0 0 0 0 0 0 0 20 0 10 0 57766705 871571456 175800 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16775/tid=16783] ppid=16770 vsize=851144 CPUtime=0
/proc/16775/task/16783/stat : 16783 (java) S 16770 16770 14057 0 -1 64 0 0 0 0 0 0 0 0 15 0 10 0 57766705 871571456 175800 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16775/tid=16785] ppid=16770 vsize=851144 CPUtime=0
/proc/16775/task/16785/stat : 16785 (java) S 16770 16770 14057 0 -1 64 1 0 0 0 0 0 0 0 17 0 10 0 57780789 871571456 175800 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1655.97
Current children cumulated vsize (KiB) 856500

[startup+1722.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/83 16819
/proc/meminfo: memFree=609224/2055920 swapFree=4192812/4192956
[pid=16770] ppid=16768 vsize=5356 CPUtime=0
/proc/16770/stat : 16770 (concrete.sh) S 16768 16770 14057 0 -1 4194304 341 294 0 0 0 0 0 0 18 0 1 0 57766695 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16770/statm: 1339 244 201 169 0 50 0
[pid=16775] ppid=16770 vsize=851144 CPUtime=1715.96
/proc/16775/stat : 16775 (java) S 16770 16770 14057 0 -1 0 194149 0 1 0 171505 91 0 0 18 0 10 0 57766697 871571456 175802 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/16775/statm: 212786 175802 2636 9 0 207264 0
[pid=16775/tid=16776] ppid=16770 vsize=851144 CPUtime=1595.78
/proc/16775/task/16776/stat : 16776 (java) R 16770 16770 14057 0 -1 64 67843 0 1 0 159543 35 0 0 25 0 10 0 57766698 871571456 175802 996147200 134512640 134550932 4294955344 18446744073709551615 4127912640 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=16775/tid=16777] ppid=16770 vsize=851144 CPUtime=119.25
/proc/16775/task/16777/stat : 16777 (java) S 16770 16770 14057 0 -1 64 123042 0 0 0 11873 52 0 0 16 0 10 0 57766699 871571456 175802 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 0 0 0
[pid=16775/tid=16778] ppid=16770 vsize=851144 CPUtime=0
/proc/16775/task/16778/stat : 16778 (java) S 16770 16770 14057 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 57766699 871571456 175802 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16775/tid=16779] ppid=16770 vsize=851144 CPUtime=0
/proc/16775/task/16779/stat : 16779 (java) S 16770 16770 14057 0 -1 64 4 0 0 0 0 0 0 0 16 0 10 0 57766699 871571456 175802 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16775/tid=16780] ppid=16770 vsize=851144 CPUtime=0
/proc/16775/task/16780/stat : 16780 (java) S 16770 16770 14057 0 -1 64 1 0 0 0 0 0 0 0 18 0 10 0 57766702 871571456 175802 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16775/tid=16781] ppid=16770 vsize=851144 CPUtime=0.9
/proc/16775/task/16781/stat : 16781 (java) S 16770 16770 14057 0 -1 64 2564 0 0 0 88 2 0 0 17 0 10 0 57766705 871571456 175802 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=16775/tid=16782] ppid=16770 vsize=851144 CPUtime=0
/proc/16775/task/16782/stat : 16782 (java) S 16770 16770 14057 0 -1 64 0 0 0 0 0 0 0 0 20 0 10 0 57766705 871571456 175802 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16775/tid=16783] ppid=16770 vsize=851144 CPUtime=0
/proc/16775/task/16783/stat : 16783 (java) S 16770 16770 14057 0 -1 64 0 0 0 0 0 0 0 0 15 0 10 0 57766705 871571456 175802 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16775/tid=16785] ppid=16770 vsize=851144 CPUtime=0
/proc/16775/task/16785/stat : 16785 (java) S 16770 16770 14057 0 -1 64 1 0 0 0 0 0 0 0 17 0 10 0 57780789 871571456 175802 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1715.96
Current children cumulated vsize (KiB) 856500

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.05 3/83 16819
/proc/meminfo: memFree=580168/2055920 swapFree=4192812/4192956
[pid=16770] ppid=16768 vsize=5356 CPUtime=0
/proc/16770/stat : 16770 (concrete.sh) S 16768 16770 14057 0 -1 4194304 341 294 0 0 0 0 0 0 18 0 1 0 57766695 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16770/statm: 1339 244 201 169 0 50 0
[pid=16775] ppid=16770 vsize=851144 CPUtime=1775.94
/proc/16775/stat : 16775 (java) S 16770 16770 14057 0 -1 0 194151 0 1 0 177503 91 0 0 18 0 10 0 57766697 871571456 175802 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/16775/statm: 212786 175802 2636 9 0 207264 0
[pid=16775/tid=16776] ppid=16770 vsize=851144 CPUtime=1655.73
/proc/16775/task/16776/stat : 16776 (java) R 16770 16770 14057 0 -1 64 67845 0 1 0 165538 35 0 0 25 0 10 0 57766698 871571456 175802 996147200 134512640 134550932 4294955344 18446744073709551615 4128023688 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=16775/tid=16777] ppid=16770 vsize=851144 CPUtime=119.27
/proc/16775/task/16777/stat : 16777 (java) S 16770 16770 14057 0 -1 64 123042 0 0 0 11875 52 0 0 16 0 10 0 57766699 871571456 175802 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 0 0 0
[pid=16775/tid=16778] ppid=16770 vsize=851144 CPUtime=0
/proc/16775/task/16778/stat : 16778 (java) S 16770 16770 14057 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 57766699 871571456 175802 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16775/tid=16779] ppid=16770 vsize=851144 CPUtime=0
/proc/16775/task/16779/stat : 16779 (java) S 16770 16770 14057 0 -1 64 4 0 0 0 0 0 0 0 16 0 10 0 57766699 871571456 175802 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16775/tid=16780] ppid=16770 vsize=851144 CPUtime=0
/proc/16775/task/16780/stat : 16780 (java) S 16770 16770 14057 0 -1 64 1 0 0 0 0 0 0 0 18 0 10 0 57766702 871571456 175802 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16775/tid=16781] ppid=16770 vsize=851144 CPUtime=0.9
/proc/16775/task/16781/stat : 16781 (java) S 16770 16770 14057 0 -1 64 2564 0 0 0 88 2 0 0 17 0 10 0 57766705 871571456 175802 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=16775/tid=16782] ppid=16770 vsize=851144 CPUtime=0
/proc/16775/task/16782/stat : 16782 (java) S 16770 16770 14057 0 -1 64 0 0 0 0 0 0 0 0 20 0 10 0 57766705 871571456 175802 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16775/tid=16783] ppid=16770 vsize=851144 CPUtime=0
/proc/16775/task/16783/stat : 16783 (java) S 16770 16770 14057 0 -1 64 0 0 0 0 0 0 0 0 15 0 10 0 57766705 871571456 175802 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16775/tid=16785] ppid=16770 vsize=851144 CPUtime=0
/proc/16775/task/16785/stat : 16785 (java) S 16770 16770 14057 0 -1 64 1 0 0 0 0 0 0 0 17 0 10 0 57780789 871571456 175802 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1775.94
Current children cumulated vsize (KiB) 856500



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1806.4 s]
/proc/loadavg: 2.00 2.00 2.04 3/83 16819
/proc/meminfo: memFree=572360/2055920 swapFree=4192812/4192956
[pid=16770] ppid=16768 vsize=5356 CPUtime=0
/proc/16770/stat : 16770 (concrete.sh) S 16768 16770 14057 0 -1 4194304 341 294 0 0 0 0 0 0 18 0 1 0 57766695 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16770/statm: 1339 244 201 169 0 50 0
[pid=16775] ppid=16770 vsize=851144 CPUtime=1800.03
/proc/16775/stat : 16775 (java) S 16770 16770 14057 0 -1 0 194151 0 1 0 179912 91 0 0 18 0 10 0 57766697 871571456 175802 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/16775/statm: 212786 175802 2636 9 0 207264 0
[pid=16775/tid=16776] ppid=16770 vsize=851144 CPUtime=1679.83
/proc/16775/task/16776/stat : 16776 (java) R 16770 16770 14057 0 -1 64 67845 0 1 0 167948 35 0 0 25 0 10 0 57766698 871571456 175802 996147200 134512640 134550932 4294955344 18446744073709551615 4128023717 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=16775/tid=16777] ppid=16770 vsize=851144 CPUtime=119.27
/proc/16775/task/16777/stat : 16777 (java) S 16770 16770 14057 0 -1 64 123042 0 0 0 11875 52 0 0 16 0 10 0 57766699 871571456 175802 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 0 0 0
[pid=16775/tid=16778] ppid=16770 vsize=851144 CPUtime=0
/proc/16775/task/16778/stat : 16778 (java) S 16770 16770 14057 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 57766699 871571456 175802 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16775/tid=16779] ppid=16770 vsize=851144 CPUtime=0
/proc/16775/task/16779/stat : 16779 (java) S 16770 16770 14057 0 -1 64 4 0 0 0 0 0 0 0 16 0 10 0 57766699 871571456 175802 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16775/tid=16780] ppid=16770 vsize=851144 CPUtime=0
/proc/16775/task/16780/stat : 16780 (java) S 16770 16770 14057 0 -1 64 1 0 0 0 0 0 0 0 18 0 10 0 57766702 871571456 175802 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16775/tid=16781] ppid=16770 vsize=851144 CPUtime=0.9
/proc/16775/task/16781/stat : 16781 (java) S 16770 16770 14057 0 -1 64 2564 0 0 0 88 2 0 0 17 0 10 0 57766705 871571456 175802 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=16775/tid=16782] ppid=16770 vsize=851144 CPUtime=0
/proc/16775/task/16782/stat : 16782 (java) S 16770 16770 14057 0 -1 64 0 0 0 0 0 0 0 0 20 0 10 0 57766705 871571456 175802 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16775/tid=16783] ppid=16770 vsize=851144 CPUtime=0
/proc/16775/task/16783/stat : 16783 (java) S 16770 16770 14057 0 -1 64 0 0 0 0 0 0 0 0 15 0 10 0 57766705 871571456 175802 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16775/tid=16785] ppid=16770 vsize=851144 CPUtime=0
/proc/16775/task/16785/stat : 16785 (java) S 16770 16770 14057 0 -1 64 1 0 0 0 0 0 0 0 17 0 10 0 57780789 871571456 175802 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 856500

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 16770 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=999
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=5999
# CPU time returned by wait4() is 0.006998
# while last known CPU time is 1800.03
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1806.42
CPU time (s): 1800.03
CPU user time (s): 1799.12
CPU system time (s): 0.91
CPU usage (%): 99.6462
Max. virtual memory (cumulated for all children) (KiB): 857852

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.000999
system time used= 0.005999
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 635
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 22
involuntary context switches= 8

runsolver used 2.24366 second user time and 6.01109 second system time

The end

Launcher Data

Begin job on node51 at 2009-07-16 03:17:12
IDJOB=2068659
IDBENCH=54906
IDSOLVER=736
FILE ID=node51/2068659-1247707032
PBS_JOBID= 9521211
Free space on /tmp= 66316 MiB

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

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

MD5SUM BENCH= 7673da9bb2ec89d6ebeb64aba0b3e8de
RANDOM SEED=539911178

node51.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.225
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.225
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:       1644848 kB
Buffers:         46872 kB
Cached:         249540 kB
SwapCached:          0 kB
Active:          88396 kB
Inactive:       255528 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1644848 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2944 kB
Writeback:           0 kB
Mapped:          67952 kB
Slab:            52332 kB
Committed_AS:   543508 kB
PageTables:       1916 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= 66316 MiB
End job on node51 at 2009-07-16 03:47:20