Trace number 277381

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, and are wall clock time (not CPU 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
CSP4J - MaxCSP 2006-12-19MSAT (TO) 2400.1 2423.16

General information on the benchmark

Nametaillard/
os-taillard-7/os-taillard-7-95-5.xml
MD5SUMebdfda856dfd036416c301c32875da0c
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkMSAT TO
Best Number of satisfied constraints286
Best CPU time to get the best result obtained on this benchmark2400.13
SatisfiableNO
(Un)Satisfiability was provedNO
Number of variables49
Number of constraints294
Maximum constraint arity2
Maximum domain size428
Number of constraints which are defined in extension0
Number of constraints which are defined in intension294
Global constraints used (with number of constraints)

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data (download as text)

12.20	s SATISFIABLE
12.20	o 271
12.20	v 60 153 33 309 240 150 369 325 148 245 106 10 41 228 208 342 116 421 291 2 342 199 21 212 370 324 308 89 244 10 277 121 0 73 365 353 185 8 120 313 30 302 1 373 341 132 139 257 6 
12.21	o 272
12.21	v 60 153 33 309 240 150 369 325 148 245 106 10 41 228 208 342 116 421 291 2 342 199 21 212 370 379 308 89 244 10 277 121 0 73 365 353 185 8 120 313 30 302 1 373 341 132 139 257 6 
12.38	o 273
12.38	v 137 1 24 309 240 150 369 325 304 13 106 10 183 228 208 342 116 421 291 2 142 301 21 0 370 183 235 89 244 10 277 121 0 73 365 2 185 8 120 313 267 302 119 373 341 132 213 257 6 
12.38	o 274
12.38	v 137 1 24 309 240 150 369 325 304 13 106 10 183 228 208 342 116 421 291 2 142 301 21 0 370 183 235 89 244 10 277 121 0 73 365 2 185 8 120 313 380 302 119 373 341 132 213 257 6 
12.39	o 275
12.39	v 137 1 24 309 240 150 369 325 304 13 106 10 183 228 208 342 116 421 291 2 142 301 378 0 370 183 235 89 244 10 277 121 0 73 365 2 185 8 120 313 380 302 119 373 341 132 213 257 6 
12.40	o 276
12.40	v 137 1 24 309 240 150 369 325 304 13 106 10 183 228 208 342 116 421 291 2 142 301 378 0 370 183 235 89 244 10 277 121 0 73 365 2 185 190 120 313 380 302 119 373 341 132 213 257 6 
12.41	o 277
12.41	v 137 1 24 309 240 150 369 325 304 13 106 10 183 228 208 342 116 421 79 2 142 301 378 0 370 183 235 89 244 10 277 121 0 73 365 2 185 190 120 313 380 302 119 373 341 132 213 257 6 
12.69	o 278
12.69	v 137 1 325 91 371 213 114 21 310 13 106 311 183 228 354 276 116 421 79 2 214 301 378 0 4 183 235 89 366 10 230 121 0 73 340 225 25 110 120 313 380 302 219 373 341 132 213 9 6 

Verifier Data (download as text)

15 unsatisfied constraints, 279 satisfied constraints

Watcher Data (download as text)

runsolver version 3.1.3 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node39/watcher-277381-1169266024 -o ROOT/results/node39/solver-277381-1169266024 -C 2400 -M 900 /tmp/evaluation/277381-1169266024/cspfj.sh -solver MinConflicts -max -competition /tmp/evaluation/277381-1169266024/unknown.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 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

/proc/loadavg: 1.05 1.59 1.80 5/73 9566
/proc/meminfo: memFree=1290368/2055920 swapFree=4187336/4192956
[pid=9565] ppid=9560 vsize=5352 CPUtime=0
/proc/9565/stat : 9565 (cspfj.sh) R 9560 9565 9415 0 -1 4194304 288 128 0 0 0 0 0 0 21 0 1 0 275002019 5480448 234 18446744073709551615 4194304 4889804 548682069264 18446744073709551615 231493265907 0 0 4100 65536 0 0 0 17 0 0 0
/proc/9565/statm: 1338 235 196 169 0 49 0

[startup+0.111507 s]
/proc/loadavg: 1.05 1.59 1.80 5/73 9566
/proc/meminfo: memFree=1290368/2055920 swapFree=4187336/4192956
[pid=9565] ppid=9560 vsize=5352 CPUtime=0
/proc/9565/stat : 9565 (cspfj.sh) S 9560 9565 9415 0 -1 4194304 315 128 0 0 0 0 0 0 21 0 1 0 275002019 5480448 240 18446744073709551615 4194304 4889804 548682069264 18446744073709551615 231493657412 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9565/statm: 1338 240 201 169 0 49 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5352

[startup+0.519557 s]
/proc/loadavg: 1.05 1.59 1.80 5/73 9566
/proc/meminfo: memFree=1290368/2055920 swapFree=4187336/4192956
[pid=9565] ppid=9560 vsize=5352 CPUtime=0
/proc/9565/stat : 9565 (cspfj.sh) S 9560 9565 9415 0 -1 4194304 315 128 0 0 0 0 0 0 21 0 1 0 275002019 5480448 240 18446744073709551615 4194304 4889804 548682069264 18446744073709551615 231493657412 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9565/statm: 1338 240 201 169 0 49 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5352

[startup+1.34562 s]
/proc/loadavg: 1.05 1.59 1.80 3/88 9582
/proc/meminfo: memFree=1249032/2055920 swapFree=4187336/4192956
[pid=9565] ppid=9560 vsize=5352 CPUtime=0
/proc/9565/stat : 9565 (cspfj.sh) S 9560 9565 9415 0 -1 4194304 315 128 0 0 0 0 0 0 21 0 1 0 275002019 5480448 240 18446744073709551615 4194304 4889804 548682069264 18446744073709551615 231493657412 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9565/statm: 1338 240 201 169 0 49 0
[pid=9568] ppid=9565 vsize=865320 CPUtime=1.3
/proc/9568/stat : 9568 (java) R 9565 9565 9415 0 -1 0 8586 0 1 0 123 7 0 0 23 0 8 0 275002020 886087680 8292 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073862663 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9568/statm: 216330 8292 1833 14 0 203592 0
[pid=9568/tid=9572] ppid=9565 vsize=865320 CPUtime=0.26
/proc/9568/task/9572/stat : 9572 (java) S 9565 9565 9415 0 -1 64 4407 0 0 0 25 1 0 0 16 0 8 0 275002023 886087680 8292 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=9568/tid=9573] ppid=9565 vsize=865320 CPUtime=0
/proc/9568/task/9573/stat : 9573 (java) S 9565 9565 9415 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 275002024 886087680 8292 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9568/tid=9574] ppid=9565 vsize=865320 CPUtime=0
/proc/9568/task/9574/stat : 9574 (java) S 9565 9565 9415 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 275002024 886087680 8292 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9568/tid=9579] ppid=9565 vsize=865320 CPUtime=0
/proc/9568/task/9579/stat : 9579 (java) S 9565 9565 9415 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 275002027 886087680 8292 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9568/tid=9580] ppid=9565 vsize=865320 CPUtime=0.2
/proc/9568/task/9580/stat : 9580 (java) S 9565 9565 9415 0 -1 64 389 0 0 0 20 0 0 0 16 0 8 0 275002027 886087680 8292 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9568/tid=9581] ppid=9565 vsize=865320 CPUtime=0
/proc/9568/task/9581/stat : 9581 (java) S 9565 9565 9415 0 -1 64 2 0 0 0 0 0 0 0 19 0 8 0 275002027 886087680 8292 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9568/tid=9582] ppid=9565 vsize=865320 CPUtime=0
/proc/9568/task/9582/stat : 9582 (java) S 9565 9565 9415 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 275002027 886087680 8292 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.3
Current children cumulated vsize (KiB) 870672

[startup+2.99276 s]
/proc/loadavg: 1.05 1.59 1.80 3/88 9582
/proc/meminfo: memFree=1241672/2055920 swapFree=4187336/4192956
[pid=9565] ppid=9560 vsize=5352 CPUtime=0
/proc/9565/stat : 9565 (cspfj.sh) S 9560 9565 9415 0 -1 4194304 315 128 0 0 0 0 0 0 21 0 1 0 275002019 5480448 240 18446744073709551615 4194304 4889804 548682069264 18446744073709551615 231493657412 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9565/statm: 1338 240 201 169 0 49 0
[pid=9568] ppid=9565 vsize=865452 CPUtime=2.94
/proc/9568/stat : 9568 (java) R 9565 9565 9415 0 -1 0 8621 0 1 0 287 7 0 0 25 0 8 0 275002020 886222848 8326 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073861800 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9568/statm: 216363 8326 1833 14 0 203625 0
[pid=9568/tid=9572] ppid=9565 vsize=865452 CPUtime=0.26
/proc/9568/task/9572/stat : 9572 (java) S 9565 9565 9415 0 -1 64 4407 0 0 0 25 1 0 0 17 0 8 0 275002023 886222848 8326 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=9568/tid=9573] ppid=9565 vsize=865452 CPUtime=0
/proc/9568/task/9573/stat : 9573 (java) S 9565 9565 9415 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 275002024 886222848 8326 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9568/tid=9574] ppid=9565 vsize=865452 CPUtime=0
/proc/9568/task/9574/stat : 9574 (java) S 9565 9565 9415 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 275002024 886222848 8326 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9568/tid=9579] ppid=9565 vsize=865452 CPUtime=0
/proc/9568/task/9579/stat : 9579 (java) S 9565 9565 9415 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 275002027 886222848 8326 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9568/tid=9580] ppid=9565 vsize=865452 CPUtime=0.24
/proc/9568/task/9580/stat : 9580 (java) S 9565 9565 9415 0 -1 64 423 0 0 0 24 0 0 0 15 0 8 0 275002027 886222848 8326 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9568/tid=9581] ppid=9565 vsize=865452 CPUtime=0
/proc/9568/task/9581/stat : 9581 (java) S 9565 9565 9415 0 -1 64 2 0 0 0 0 0 0 0 19 0 8 0 275002027 886222848 8326 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9568/tid=9582] ppid=9565 vsize=865452 CPUtime=0
/proc/9568/task/9582/stat : 9582 (java) S 9565 9565 9415 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 275002027 886222848 8326 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.94
Current children cumulated vsize (KiB) 870804

[startup+6.2721 s]
/proc/loadavg: 1.12 1.60 1.80 3/88 9582
/proc/meminfo: memFree=1232592/2055920 swapFree=4187336/4192956
[pid=9565] ppid=9560 vsize=5352 CPUtime=0
/proc/9565/stat : 9565 (cspfj.sh) S 9560 9565 9415 0 -1 4194304 315 128 0 0 0 0 0 0 21 0 1 0 275002019 5480448 240 18446744073709551615 4194304 4889804 548682069264 18446744073709551615 231493657412 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9565/statm: 1338 240 201 169 0 49 0
[pid=9568] ppid=9565 vsize=865452 CPUtime=6.19
/proc/9568/stat : 9568 (java) R 9565 9565 9415 0 -1 0 8685 0 1 0 611 8 0 0 25 0 8 0 275002020 886222848 8390 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073858117 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9568/statm: 216363 8390 1833 14 0 203625 0
[pid=9568/tid=9572] ppid=9565 vsize=865452 CPUtime=0.26
/proc/9568/task/9572/stat : 9572 (java) S 9565 9565 9415 0 -1 64 4407 0 0 0 25 1 0 0 16 0 8 0 275002023 886222848 8390 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=9568/tid=9573] ppid=9565 vsize=865452 CPUtime=0
/proc/9568/task/9573/stat : 9573 (java) S 9565 9565 9415 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 275002024 886222848 8390 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9568/tid=9574] ppid=9565 vsize=865452 CPUtime=0
/proc/9568/task/9574/stat : 9574 (java) S 9565 9565 9415 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 275002024 886222848 8390 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9568/tid=9579] ppid=9565 vsize=865452 CPUtime=0
/proc/9568/task/9579/stat : 9579 (java) S 9565 9565 9415 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 275002027 886222848 8390 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9568/tid=9580] ppid=9565 vsize=865452 CPUtime=0.32
/proc/9568/task/9580/stat : 9580 (java) S 9565 9565 9415 0 -1 64 487 0 0 0 31 1 0 0 15 0 8 0 275002027 886222848 8390 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9568/tid=9581] ppid=9565 vsize=865452 CPUtime=0
/proc/9568/task/9581/stat : 9581 (java) S 9565 9565 9415 0 -1 64 2 0 0 0 0 0 0 0 19 0 8 0 275002027 886222848 8390 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9568/tid=9582] ppid=9565 vsize=865452 CPUtime=0
/proc/9568/task/9582/stat : 9582 (java) S 9565 9565 9415 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 275002027 886222848 8390 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 870804

[startup+12.7701 s]
/proc/loadavg: 1.19 1.61 1.80 3/88 9582
/proc/meminfo: memFree=1200032/2055920 swapFree=4187336/4192956
[pid=9565] ppid=9560 vsize=5352 CPUtime=0
/proc/9565/stat : 9565 (cspfj.sh) S 9560 9565 9415 0 -1 4194304 315 128 0 0 0 0 0 0 21 0 1 0 275002019 5480448 240 18446744073709551615 4194304 4889804 548682069264 18446744073709551615 231493657412 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9565/statm: 1338 240 201 169 0 49 0
[pid=9568] ppid=9565 vsize=865452 CPUtime=12.62
/proc/9568/stat : 9568 (java) R 9565 9565 9415 0 -1 0 10502 0 1 0 1253 9 0 0 25 0 8 0 275002020 886222848 10202 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9568/statm: 216363 10202 1835 14 0 203625 0
[pid=9568/tid=9572] ppid=9565 vsize=865452 CPUtime=0.37
/proc/9568/task/9572/stat : 9572 (java) S 9565 9565 9415 0 -1 64 6125 0 0 0 35 2 0 0 16 0 8 0 275002023 886222848 10202 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=9568/tid=9573] ppid=9565 vsize=865452 CPUtime=0
/proc/9568/task/9573/stat : 9573 (java) S 9565 9565 9415 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 275002024 886222848 10202 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9568/tid=9574] ppid=9565 vsize=865452 CPUtime=0
/proc/9568/task/9574/stat : 9574 (java) S 9565 9565 9415 0 -1 64 7 0 0 0 0 0 0 0 16 0 8 0 275002024 886222848 10202 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9568/tid=9579] ppid=9565 vsize=865452 CPUtime=0
/proc/9568/task/9579/stat : 9579 (java) S 9565 9565 9415 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 275002027 886222848 10202 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9568/tid=9580] ppid=9565 vsize=865452 CPUtime=0.45
/proc/9568/task/9580/stat : 9580 (java) S 9565 9565 9415 0 -1 64 575 0 0 0 44 1 0 0 15 0 8 0 275002027 886222848 10202 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9568/tid=9581] ppid=9565 vsize=865452 CPUtime=0
/proc/9568/task/9581/stat : 9581 (java) S 9565 9565 9415 0 -1 64 2 0 0 0 0 0 0 0 19 0 8 0 275002027 886222848 10202 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9568/tid=9582] ppid=9565 vsize=865452 CPUtime=0
/proc/9568/task/9582/stat : 9582 (java) S 9565 9565 9415 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 275002027 886222848 10202 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.62
Current children cumulated vsize (KiB) 870804

[startup+25.6398 s]
/proc/loadavg: 1.37 1.62 1.80 3/88 9582
/proc/meminfo: memFree=1199392/2055920 swapFree=4187336/4192956
[pid=9565] ppid=9560 vsize=5352 CPUtime=0
/proc/9565/stat : 9565 (cspfj.sh) S 9560 9565 9415 0 -1 4194304 315 128 0 0 0 0 0 0 21 0 1 0 275002019 5480448 240 18446744073709551615 4194304 4889804 548682069264 18446744073709551615 231493657412 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9565/statm: 1338 240 201 169 0 49 0
[pid=9568] ppid=9565 vsize=865772 CPUtime=25.38
/proc/9568/stat : 9568 (java) R 9565 9565 9415 0 -1 0 10643 0 1 0 2528 10 0 0 25 0 8 0 275002020 886550528 10306 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4153380139 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9568/statm: 216443 10306 1835 14 0 203705 0
[pid=9568/tid=9572] ppid=9565 vsize=865772 CPUtime=0.39
/proc/9568/task/9572/stat : 9572 (java) S 9565 9565 9415 0 -1 64 6125 0 0 0 37 2 0 0 16 0 8 0 275002023 886550528 10306 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=9568/tid=9573] ppid=9565 vsize=865772 CPUtime=0
/proc/9568/task/9573/stat : 9573 (java) S 9565 9565 9415 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 275002024 886550528 10306 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9568/tid=9574] ppid=9565 vsize=865772 CPUtime=0
/proc/9568/task/9574/stat : 9574 (java) S 9565 9565 9415 0 -1 64 7 0 0 0 0 0 0 0 16 0 8 0 275002024 886550528 10306 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9568/tid=9579] ppid=9565 vsize=865772 CPUtime=0
/proc/9568/task/9579/stat : 9579 (java) S 9565 9565 9415 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 275002027 886550528 10306 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9568/tid=9580] ppid=9565 vsize=865772 CPUtime=0.48
/proc/9568/task/9580/stat : 9580 (java) S 9565 9565 9415 0 -1 64 679 0 0 0 47 1 0 0 16 0 8 0 275002027 886550528 10306 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9568/tid=9581] ppid=9565 vsize=865772 CPUtime=0
/proc/9568/task/9581/stat : 9581 (java) S 9565 9565 9415 0 -1 64 2 0 0 0 0 0 0 0 19 0 8 0 275002027 886550528 10306 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9568/tid=9582] ppid=9565 vsize=865772 CPUtime=0
/proc/9568/task/9582/stat : 9582 (java) S 9565 9565 9415 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 275002027 886550528 10306 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.38
Current children cumulated vsize (KiB) 871124

[startup+51.2832 s]
/proc/loadavg: 1.71 1.68 1.82 3/88 9582
/proc/meminfo: memFree=1199392/2055920 swapFree=4187336/4192956
[pid=9565] ppid=9560 vsize=5352 CPUtime=0
/proc/9565/stat : 9565 (cspfj.sh) S 9560 9565 9415 0 -1 4194304 315 128 0 0 0 0 0 0 21 0 1 0 275002019 5480448 240 18446744073709551615 4194304 4889804 548682069264 18446744073709551615 231493657412 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9565/statm: 1338 240 201 169 0 49 0
[pid=9568] ppid=9565 vsize=865516 CPUtime=50.79
/proc/9568/stat : 9568 (java) R 9565 9565 9415 0 -1 0 10718 0 1 0 5068 11 0 0 25 0 8 0 275002020 886288384 10251 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4074485672 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9568/statm: 216379 10251 1835 14 0 203641 0
[pid=9568/tid=9572] ppid=9565 vsize=865516 CPUtime=0.44
/proc/9568/task/9572/stat : 9572 (java) S 9565 9565 9415 0 -1 64 6125 0 0 0 41 3 0 0 16 0 8 0 275002023 886288384 10251 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=9568/tid=9573] ppid=9565 vsize=865516 CPUtime=0
/proc/9568/task/9573/stat : 9573 (java) S 9565 9565 9415 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 275002024 886288384 10251 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9568/tid=9574] ppid=9565 vsize=865516 CPUtime=0
/proc/9568/task/9574/stat : 9574 (java) S 9565 9565 9415 0 -1 64 7 0 0 0 0 0 0 0 16 0 8 0 275002024 886288384 10251 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9568/tid=9579] ppid=9565 vsize=865516 CPUtime=0
/proc/9568/task/9579/stat : 9579 (java) S 9565 9565 9415 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 275002027 886288384 10251 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9568/tid=9580] ppid=9565 vsize=865516 CPUtime=0.48
/proc/9568/task/9580/stat : 9580 (java) S 9565 9565 9415 0 -1 64 680 0 0 0 47 1 0 0 15 0 8 0 275002027 886288384 10251 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9568/tid=9581] ppid=9565 vsize=865516 CPUtime=0
/proc/9568/task/9581/stat : 9581 (java) S 9565 9565 9415 0 -1 64 2 0 0 0 0 0 0 0 19 0 8 0 275002027 886288384 10251 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9568/tid=9582] ppid=9565 vsize=865516 CPUtime=0
/proc/9568/task/9582/stat : 9582 (java) S 9565 9565 9415 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 275002027 886288384 10251 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.79
Current children cumulated vsize (KiB) 870868

[startup+102.57 s]
/proc/loadavg: 1.91 1.75 1.83 3/88 9582
/proc/meminfo: memFree=1199136/2055920 swapFree=4187336/4192956
[pid=9565] ppid=9560 vsize=5352 CPUtime=0
/proc/9565/stat : 9565 (cspfj.sh) S 9560 9565 9415 0 -1 4194304 315 128 0 0 0 0 0 0 21 0 1 0 275002019 5480448 240 18446744073709551615 4194304 4889804 548682069264 18446744073709551615 231493657412 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9565/statm: 1338 240 201 169 0 49 0
[pid=9568] ppid=9565 vsize=865516 CPUtime=101.61
/proc/9568/stat : 9568 (java) R 9565 9565 9415 0 -1 0 10867 0 1 0 10149 12 0 0 25 0 8 0 275002020 886288384 10251 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4074489214 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9568/statm: 216379 10251 1835 14 0 203641 0
[pid=9568/tid=9572] ppid=9565 vsize=865516 CPUtime=0.53

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

/proc/loadavg: 2.06 2.03 1.95 3/88 9584
/proc/meminfo: memFree=1198944/2055920 swapFree=4187336/4192956
[pid=9565] ppid=9560 vsize=5352 CPUtime=0
/proc/9565/stat : 9565 (cspfj.sh) S 9560 9565 9415 0 -1 4194304 315 128 0 0 0 0 0 0 21 0 1 0 275002019 5480448 240 18446744073709551615 4194304 4889804 548682069264 18446744073709551615 231493657412 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9565/statm: 1338 240 201 169 0 49 0
[pid=9568] ppid=9565 vsize=865516 CPUtime=2123.62
/proc/9568/stat : 9568 (java) R 9565 9565 9415 0 -1 0 22239 0 1 0 212204 158 0 0 25 0 8 0 275002020 886288384 10253 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4074489192 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9568/statm: 216379 10253 1835 14 0 203641 0
[pid=9568/tid=9572] ppid=9565 vsize=865516 CPUtime=7.66
/proc/9568/task/9572/stat : 9572 (java) S 9565 9565 9415 0 -1 64 6125 0 0 0 689 77 0 0 16 0 8 0 275002023 886288384 10253 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=9568/tid=9573] ppid=9565 vsize=865516 CPUtime=0
/proc/9568/task/9573/stat : 9573 (java) S 9565 9565 9415 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 275002024 886288384 10253 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9568/tid=9574] ppid=9565 vsize=865516 CPUtime=0
/proc/9568/task/9574/stat : 9574 (java) S 9565 9565 9415 0 -1 64 7 0 0 0 0 0 0 0 16 0 8 0 275002024 886288384 10253 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9568/tid=9579] ppid=9565 vsize=865516 CPUtime=0
/proc/9568/task/9579/stat : 9579 (java) S 9565 9565 9415 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 275002027 886288384 10253 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9568/tid=9580] ppid=9565 vsize=865516 CPUtime=0.48
/proc/9568/task/9580/stat : 9580 (java) S 9565 9565 9415 0 -1 64 682 0 0 0 47 1 0 0 16 0 8 0 275002027 886288384 10253 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9568/tid=9581] ppid=9565 vsize=865516 CPUtime=0
/proc/9568/task/9581/stat : 9581 (java) S 9565 9565 9415 0 -1 64 2 0 0 0 0 0 0 0 19 0 8 0 275002027 886288384 10253 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9568/tid=9582] ppid=9565 vsize=865516 CPUtime=0.05
/proc/9568/task/9582/stat : 9582 (java) S 9565 9565 9415 0 -1 64 1 0 0 0 3 2 0 0 15 0 8 0 275002027 886288384 10253 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2123.62
Current children cumulated vsize (KiB) 870868

[startup+2204.17 s]
/proc/loadavg: 2.15 2.05 1.96 3/88 9584
/proc/meminfo: memFree=1198880/2055920 swapFree=4187336/4192956
[pid=9565] ppid=9560 vsize=5352 CPUtime=0
/proc/9565/stat : 9565 (cspfj.sh) S 9560 9565 9415 0 -1 4194304 315 128 0 0 0 0 0 0 21 0 1 0 275002019 5480448 240 18446744073709551615 4194304 4889804 548682069264 18446744073709551615 231493657412 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9565/statm: 1338 240 201 169 0 49 0
[pid=9568] ppid=9565 vsize=865516 CPUtime=2183.09
/proc/9568/stat : 9568 (java) R 9565 9565 9415 0 -1 0 22626 0 1 0 218146 163 0 0 25 0 8 0 275002020 886288384 10253 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4074492188 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9568/statm: 216379 10253 1835 14 0 203641 0
[pid=9568/tid=9572] ppid=9565 vsize=865516 CPUtime=7.89
/proc/9568/task/9572/stat : 9572 (java) S 9565 9565 9415 0 -1 64 6125 0 0 0 710 79 0 0 16 0 8 0 275002023 886288384 10253 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=9568/tid=9573] ppid=9565 vsize=865516 CPUtime=0
/proc/9568/task/9573/stat : 9573 (java) S 9565 9565 9415 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 275002024 886288384 10253 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9568/tid=9574] ppid=9565 vsize=865516 CPUtime=0
/proc/9568/task/9574/stat : 9574 (java) S 9565 9565 9415 0 -1 64 7 0 0 0 0 0 0 0 16 0 8 0 275002024 886288384 10253 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9568/tid=9579] ppid=9565 vsize=865516 CPUtime=0
/proc/9568/task/9579/stat : 9579 (java) S 9565 9565 9415 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 275002027 886288384 10253 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9568/tid=9580] ppid=9565 vsize=865516 CPUtime=0.48
/proc/9568/task/9580/stat : 9580 (java) S 9565 9565 9415 0 -1 64 682 0 0 0 47 1 0 0 16 0 8 0 275002027 886288384 10253 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9568/tid=9581] ppid=9565 vsize=865516 CPUtime=0
/proc/9568/task/9581/stat : 9581 (java) S 9565 9565 9415 0 -1 64 2 0 0 0 0 0 0 0 19 0 8 0 275002027 886288384 10253 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9568/tid=9582] ppid=9565 vsize=865516 CPUtime=0.05
/proc/9568/task/9582/stat : 9582 (java) S 9565 9565 9415 0 -1 64 1 0 0 0 3 2 0 0 15 0 8 0 275002027 886288384 10253 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2183.09
Current children cumulated vsize (KiB) 870868

[startup+2264.22 s]
/proc/loadavg: 2.10 2.06 1.97 3/88 9584
/proc/meminfo: memFree=1198880/2055920 swapFree=4187336/4192956
[pid=9565] ppid=9560 vsize=5352 CPUtime=0
/proc/9565/stat : 9565 (cspfj.sh) S 9560 9565 9415 0 -1 4194304 315 128 0 0 0 0 0 0 21 0 1 0 275002019 5480448 240 18446744073709551615 4194304 4889804 548682069264 18446744073709551615 231493657412 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9565/statm: 1338 240 201 169 0 49 0
[pid=9568] ppid=9565 vsize=865516 CPUtime=2242.57
/proc/9568/stat : 9568 (java) R 9565 9565 9415 0 -1 0 22964 0 1 0 224089 168 0 0 25 0 8 0 275002020 886288384 10253 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4074493494 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9568/statm: 216379 10253 1835 14 0 203641 0
[pid=9568/tid=9572] ppid=9565 vsize=865516 CPUtime=8.09
/proc/9568/task/9572/stat : 9572 (java) S 9565 9565 9415 0 -1 64 6125 0 0 0 728 81 0 0 16 0 8 0 275002023 886288384 10253 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=9568/tid=9573] ppid=9565 vsize=865516 CPUtime=0
/proc/9568/task/9573/stat : 9573 (java) S 9565 9565 9415 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 275002024 886288384 10253 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9568/tid=9574] ppid=9565 vsize=865516 CPUtime=0
/proc/9568/task/9574/stat : 9574 (java) S 9565 9565 9415 0 -1 64 7 0 0 0 0 0 0 0 16 0 8 0 275002024 886288384 10253 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9568/tid=9579] ppid=9565 vsize=865516 CPUtime=0
/proc/9568/task/9579/stat : 9579 (java) S 9565 9565 9415 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 275002027 886288384 10253 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9568/tid=9580] ppid=9565 vsize=865516 CPUtime=0.48
/proc/9568/task/9580/stat : 9580 (java) S 9565 9565 9415 0 -1 64 682 0 0 0 47 1 0 0 16 0 8 0 275002027 886288384 10253 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9568/tid=9581] ppid=9565 vsize=865516 CPUtime=0
/proc/9568/task/9581/stat : 9581 (java) S 9565 9565 9415 0 -1 64 2 0 0 0 0 0 0 0 19 0 8 0 275002027 886288384 10253 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9568/tid=9582] ppid=9565 vsize=865516 CPUtime=0.05
/proc/9568/task/9582/stat : 9582 (java) S 9565 9565 9415 0 -1 64 1 0 0 0 3 2 0 0 15 0 8 0 275002027 886288384 10253 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2242.57
Current children cumulated vsize (KiB) 870868

[startup+2324.26 s]
/proc/loadavg: 2.03 2.04 1.97 3/88 9584
/proc/meminfo: memFree=1198944/2055920 swapFree=4187336/4192956
[pid=9565] ppid=9560 vsize=5352 CPUtime=0
/proc/9565/stat : 9565 (cspfj.sh) S 9560 9565 9415 0 -1 4194304 315 128 0 0 0 0 0 0 21 0 1 0 275002019 5480448 240 18446744073709551615 4194304 4889804 548682069264 18446744073709551615 231493657412 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9565/statm: 1338 240 201 169 0 49 0
[pid=9568] ppid=9565 vsize=865516 CPUtime=2302.05
/proc/9568/stat : 9568 (java) R 9565 9565 9415 0 -1 0 23359 0 1 0 230032 173 0 0 25 0 8 0 275002020 886288384 10253 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073861689 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9568/statm: 216379 10253 1835 14 0 203641 0
[pid=9568/tid=9572] ppid=9565 vsize=865516 CPUtime=8.35
/proc/9568/task/9572/stat : 9572 (java) S 9565 9565 9415 0 -1 64 6125 0 0 0 751 84 0 0 16 0 8 0 275002023 886288384 10253 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=9568/tid=9573] ppid=9565 vsize=865516 CPUtime=0
/proc/9568/task/9573/stat : 9573 (java) S 9565 9565 9415 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 275002024 886288384 10253 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9568/tid=9574] ppid=9565 vsize=865516 CPUtime=0
/proc/9568/task/9574/stat : 9574 (java) S 9565 9565 9415 0 -1 64 7 0 0 0 0 0 0 0 16 0 8 0 275002024 886288384 10253 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9568/tid=9579] ppid=9565 vsize=865516 CPUtime=0
/proc/9568/task/9579/stat : 9579 (java) S 9565 9565 9415 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 275002027 886288384 10253 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9568/tid=9580] ppid=9565 vsize=865516 CPUtime=0.48
/proc/9568/task/9580/stat : 9580 (java) S 9565 9565 9415 0 -1 64 682 0 0 0 47 1 0 0 16 0 8 0 275002027 886288384 10253 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9568/tid=9581] ppid=9565 vsize=865516 CPUtime=0
/proc/9568/task/9581/stat : 9581 (java) S 9565 9565 9415 0 -1 64 2 0 0 0 0 0 0 0 19 0 8 0 275002027 886288384 10253 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9568/tid=9582] ppid=9565 vsize=865516 CPUtime=0.05
/proc/9568/task/9582/stat : 9582 (java) S 9565 9565 9415 0 -1 64 1 0 0 0 3 2 0 0 15 0 8 0 275002027 886288384 10253 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2302.05
Current children cumulated vsize (KiB) 870868

[startup+2384.32 s]
/proc/loadavg: 2.01 2.03 1.97 3/88 9584
/proc/meminfo: memFree=1198944/2055920 swapFree=4187336/4192956
[pid=9565] ppid=9560 vsize=5352 CPUtime=0
/proc/9565/stat : 9565 (cspfj.sh) S 9560 9565 9415 0 -1 4194304 315 128 0 0 0 0 0 0 21 0 1 0 275002019 5480448 240 18446744073709551615 4194304 4889804 548682069264 18446744073709551615 231493657412 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9565/statm: 1338 240 201 169 0 49 0
[pid=9568] ppid=9565 vsize=865516 CPUtime=2361.52
/proc/9568/stat : 9568 (java) R 9565 9565 9415 0 -1 0 23783 0 1 0 235973 179 0 0 25 0 8 0 275002020 886288384 10253 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4074489152 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9568/statm: 216379 10253 1835 14 0 203641 0
[pid=9568/tid=9572] ppid=9565 vsize=865516 CPUtime=8.61
/proc/9568/task/9572/stat : 9572 (java) S 9565 9565 9415 0 -1 64 6125 0 0 0 775 86 0 0 16 0 8 0 275002023 886288384 10253 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=9568/tid=9573] ppid=9565 vsize=865516 CPUtime=0
/proc/9568/task/9573/stat : 9573 (java) S 9565 9565 9415 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 275002024 886288384 10253 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9568/tid=9574] ppid=9565 vsize=865516 CPUtime=0
/proc/9568/task/9574/stat : 9574 (java) S 9565 9565 9415 0 -1 64 7 0 0 0 0 0 0 0 16 0 8 0 275002024 886288384 10253 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9568/tid=9579] ppid=9565 vsize=865516 CPUtime=0
/proc/9568/task/9579/stat : 9579 (java) S 9565 9565 9415 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 275002027 886288384 10253 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9568/tid=9580] ppid=9565 vsize=865516 CPUtime=0.48
/proc/9568/task/9580/stat : 9580 (java) S 9565 9565 9415 0 -1 64 682 0 0 0 47 1 0 0 16 0 8 0 275002027 886288384 10253 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9568/tid=9581] ppid=9565 vsize=865516 CPUtime=0
/proc/9568/task/9581/stat : 9581 (java) S 9565 9565 9415 0 -1 64 2 0 0 0 0 0 0 0 19 0 8 0 275002027 886288384 10253 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9568/tid=9582] ppid=9565 vsize=865516 CPUtime=0.05
/proc/9568/task/9582/stat : 9582 (java) S 9565 9565 9415 0 -1 64 1 0 0 0 3 2 0 0 15 0 8 0 275002027 886288384 10253 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2361.52
Current children cumulated vsize (KiB) 870868



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2423.14 s]
/proc/loadavg: 1.78 1.98 1.95 3/82 9662
/proc/meminfo: memFree=1251928/2055920 swapFree=4187336/4192956
[pid=9565] ppid=9560 vsize=5352 CPUtime=0
/proc/9565/stat : 9565 (cspfj.sh) S 9560 9565 9415 0 -1 4194304 315 128 0 0 0 0 0 0 21 0 1 0 275002019 5480448 240 18446744073709551615 4194304 4889804 548682069264 18446744073709551615 231493657412 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9565/statm: 1338 240 201 169 0 49 0
[pid=9568] ppid=9565 vsize=865516 CPUtime=2400.1
/proc/9568/stat : 9568 (java) R 9565 9565 9415 0 -1 0 24078 0 1 0 239827 183 0 0 25 0 8 0 275002020 886288384 10253 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4074488238 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/9568/statm: 216379 10253 1835 14 0 203641 0
[pid=9568/tid=9572] ppid=9565 vsize=865516 CPUtime=8.8
/proc/9568/task/9572/stat : 9572 (java) S 9565 9565 9415 0 -1 64 6125 0 0 0 792 88 0 0 16 0 8 0 275002023 886288384 10253 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=9568/tid=9573] ppid=9565 vsize=865516 CPUtime=0
/proc/9568/task/9573/stat : 9573 (java) S 9565 9565 9415 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 275002024 886288384 10253 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9568/tid=9574] ppid=9565 vsize=865516 CPUtime=0
/proc/9568/task/9574/stat : 9574 (java) S 9565 9565 9415 0 -1 64 7 0 0 0 0 0 0 0 16 0 8 0 275002024 886288384 10253 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9568/tid=9579] ppid=9565 vsize=865516 CPUtime=0
/proc/9568/task/9579/stat : 9579 (java) S 9565 9565 9415 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 275002027 886288384 10253 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9568/tid=9580] ppid=9565 vsize=865516 CPUtime=0.48
/proc/9568/task/9580/stat : 9580 (java) S 9565 9565 9415 0 -1 64 682 0 0 0 47 1 0 0 16 0 8 0 275002027 886288384 10253 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9568/tid=9581] ppid=9565 vsize=865516 CPUtime=0
/proc/9568/task/9581/stat : 9581 (java) S 9565 9565 9415 0 -1 64 2 0 0 0 0 0 0 0 19 0 8 0 275002027 886288384 10253 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9568/tid=9582] ppid=9565 vsize=865516 CPUtime=0.05
/proc/9568/task/9582/stat : 9582 (java) S 9565 9565 9415 0 -1 64 1 0 0 0 3 2 0 0 15 0 8 0 275002027 886288384 10253 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2400.1
Current children cumulated vsize (KiB) 870868

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

Child ended because it received signal 15 (SIGTERM)

!!! problem with CPU time !!!
wait4(...,&childrusage) returns 9565 and gives childrusage.ru_utime.tv_sec=0 childrusage.ru_utime.tv_usec=0 childrusage.ru_stime.tv_sec=0 childrusage.ru_stime.tv_usec=4999
CPU time returned by wait4() is 0.004999
while last known CPU time is 2400.1

Solver probably didn't/couldn't wait for its children
Using last known CPU time as value...

Real time (s): 2423.16
CPU time (s): 2400.1
CPU user time (s): 2398.27
CPU system time (s): 1.83
CPU usage (%): 99.0483
Max. virtual memory (cumulated for all children) (KiB): 871124

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

runsolver used 2.80357 s user time and 7.93179 s system time

The end

Launcher Data (download as text)

Begin job on node39 on Sat Jan 20 04:07:04 UTC 2007


IDJOB= 277381
IDBENCH= 6655
IDSOLVER= 65
FILE ID= node39/277381-1169266024

PBS_JOBID= 3607368

Free space on /tmp= 66563 MiB

SOLVER NAME= CSP4J - MaxCSP 2006-12-19
BENCH NAME= HOME/pub/bench/CPAI06/taillard/os-taillard-7/os-taillard-7-95-5.xml
COMMAND LINE= /tmp/evaluation/277381-1169266024/cspfj.sh -solver MinConflicts -max -competition /tmp/evaluation/277381-1169266024/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node39/watcher-277381-1169266024 -o ROOT/results/node39/solver-277381-1169266024 -C 2400 -M 900  /tmp/evaluation/277381-1169266024/cspfj.sh -solver MinConflicts -max -competition /tmp/evaluation/277381-1169266024/unknown.xml

META MD5SUM SOLVER= ae5901f6cce23734dab709fa25e92adb
MD5SUM BENCH=  ebdfda856dfd036416c301c32875da0c

RANDOM SEED= 97084529

TIME LIMIT= 2400 seconds

MEMORY LIMIT= 900 MiB


/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.236
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.236
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:       1291464 kB
Buffers:         51212 kB
Cached:         620024 kB
SwapCached:        944 kB
Active:         179416 kB
Inactive:       507396 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1291464 kB
SwapTotal:     4192956 kB
SwapFree:      4187336 kB
Dirty:            2168 kB
Writeback:           0 kB
Mapped:          23232 kB
Slab:            63192 kB
Committed_AS:  4956516 kB
PageTables:       1620 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= 66562 MiB



End job on node39 on Sat Jan 20 04:47:27 UTC 2007