Trace number 277363

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.01 2423.43

General information on the benchmark

Nametaillard/
os-taillard-7/os-taillard-7-95-2.xml
MD5SUM570f4f3187c9b9f5121439d9a96fe2a4
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkMSAT TO
Best Number of satisfied constraints285
Best CPU time to get the best result obtained on this benchmark2400.06
SatisfiableNO
(Un)Satisfiability was provedNO
Number of variables49
Number of constraints294
Maximum constraint arity2
Maximum domain size441
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.16	s SATISFIABLE
12.16	o 272
12.16	v 102 310 17 135 22 337 233 391 96 361 169 298 2 278 275 142 221 154 374 21 4 125 268 338 229 98 19 364 8 224 400 106 338 355 253 286 343 233 171 49 4 120 62 252 415 314 52 1 177 
12.17	o 273
12.17	v 102 310 17 135 22 337 233 391 96 340 169 298 2 278 275 142 221 154 374 21 4 125 268 338 229 98 19 364 8 224 400 106 338 355 253 286 343 233 171 49 4 120 62 252 415 314 52 1 177 
12.18	o 274
12.18	v 102 310 17 135 22 337 233 391 96 340 169 298 2 278 275 142 221 154 101 21 4 125 268 338 229 98 19 364 8 224 400 106 338 355 253 286 343 233 171 49 4 120 62 252 415 314 52 1 177 
12.32	o 275
12.32	v 319 134 17 137 22 337 233 391 96 340 249 147 2 278 275 305 221 154 101 363 4 0 161 338 229 98 19 295 8 224 400 106 201 251 253 286 343 233 171 49 4 120 62 252 415 363 52 1 177 
12.46	o 276
12.46	v 239 134 17 49 22 337 233 391 96 340 8 184 2 278 8 305 221 229 101 363 119 0 161 338 229 98 344 295 8 224 290 106 201 351 253 286 343 233 171 49 4 120 62 252 415 363 330 1 177 
12.76	o 277
12.76	v 131 134 17 48 285 246 412 23 96 341 8 184 392 278 208 305 146 203 101 363 0 0 145 347 229 98 344 295 8 224 144 97 201 351 253 2 203 50 171 365 293 120 22 252 415 363 246 1 177 
12.77	o 278
12.77	v 131 134 17 48 285 246 412 23 96 341 8 184 392 278 208 305 146 203 101 363 0 0 145 347 229 98 344 295 8 224 144 339 201 351 253 2 203 50 171 365 293 120 22 252 415 363 246 1 177 
12.78	o 279
12.78	v 131 134 17 48 285 246 412 23 96 341 8 184 392 278 208 305 146 203 101 363 0 0 145 347 229 98 344 295 8 224 144 339 201 351 253 2 203 50 171 365 293 120 22 120 415 363 246 1 177 

Verifier Data (download as text)

13 unsatisfied constraints, 281 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/node20/watcher-277363-1169266004 -o ROOT/results/node20/solver-277363-1169266004 -C 2400 -M 900 /tmp/evaluation/277363-1169266004/cspfj.sh -solver MinConflicts -max -competition /tmp/evaluation/277363-1169266004/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.44 1.68 1.87 3/94 25467
/proc/meminfo: memFree=1318364/2055920 swapFree=4170260/4192956
[pid=25465] ppid=25463 vsize=5352 CPUtime=0
/proc/25465/stat : 25465 (cspfj.sh) R 25463 25465 25263 0 -1 4194304 269 0 0 0 0 0 0 0 20 0 1 0 274995614 5480448 228 18446744073709551615 4194304 4889804 548682069264 18446744073709551615 273952768082 0 0 4100 65536 0 0 0 17 0 0 0
/proc/25465/statm: 1338 228 191 169 0 49 0
[pid=25467] ppid=25465 vsize=0 CPUtime=0
/proc/25467/stat : 25467 (dirname) Z 25465 25465 25263 0 -1 4194316 128 0 0 0 0 0 0 0 15 0 1 0 274995614 0 0 18446744073709551615 0 0 0 0 0 0 0 4096 0 18446744071563351923 0 0 17 1 0 0
/proc/25467/statm: 0 0 0 0 0 0 0

[startup+0.103474 s]
/proc/loadavg: 1.44 1.68 1.87 3/94 25467
/proc/meminfo: memFree=1318364/2055920 swapFree=4170260/4192956
[pid=25465] ppid=25463 vsize=5352 CPUtime=0
/proc/25465/stat : 25465 (cspfj.sh) S 25463 25465 25263 0 -1 4194304 315 128 0 0 0 0 0 0 20 0 1 0 274995614 5480448 240 18446744073709551615 4194304 4889804 548682069264 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25465/statm: 1338 240 201 169 0 49 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5352

[startup+0.511518 s]
/proc/loadavg: 1.44 1.68 1.87 3/94 25467
/proc/meminfo: memFree=1318364/2055920 swapFree=4170260/4192956
[pid=25465] ppid=25463 vsize=5352 CPUtime=0
/proc/25465/stat : 25465 (cspfj.sh) S 25463 25465 25263 0 -1 4194304 315 128 0 0 0 0 0 0 20 0 1 0 274995614 5480448 240 18446744073709551615 4194304 4889804 548682069264 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25465/statm: 1338 240 201 169 0 49 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5352

[startup+1.33261 s]
/proc/loadavg: 1.44 1.68 1.87 5/101 25475
/proc/meminfo: memFree=1294680/2055920 swapFree=4170260/4192956
[pid=25465] ppid=25463 vsize=5352 CPUtime=0
/proc/25465/stat : 25465 (cspfj.sh) S 25463 25465 25263 0 -1 4194304 315 128 0 0 0 0 0 0 20 0 1 0 274995614 5480448 240 18446744073709551615 4194304 4889804 548682069264 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25465/statm: 1338 240 201 169 0 49 0
[pid=25468] ppid=25465 vsize=865340 CPUtime=1.3
/proc/25468/stat : 25468 (java) R 25465 25465 25263 0 -1 0 8794 0 1 0 125 5 0 0 25 0 8 0 274995615 886108160 8499 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073860405 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/25468/statm: 216335 8499 1833 14 0 203597 0
[pid=25468/tid=25469] ppid=25465 vsize=865340 CPUtime=0.27
/proc/25468/task/25469/stat : 25469 (java) S 25465 25465 25263 0 -1 64 4632 0 0 0 26 1 0 0 16 0 8 0 274995617 886108160 8499 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=25468/tid=25470] ppid=25465 vsize=865340 CPUtime=0
/proc/25468/task/25470/stat : 25470 (java) S 25465 25465 25263 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 274995618 886108160 8499 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25468/tid=25471] ppid=25465 vsize=865340 CPUtime=0
/proc/25468/task/25471/stat : 25471 (java) S 25465 25465 25263 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 274995618 886108160 8499 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25468/tid=25472] ppid=25465 vsize=865340 CPUtime=0
/proc/25468/task/25472/stat : 25472 (java) S 25465 25465 25263 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 274995621 886108160 8499 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25468/tid=25473] ppid=25465 vsize=865340 CPUtime=0.19
/proc/25468/task/25473/stat : 25473 (java) S 25465 25465 25263 0 -1 64 387 0 0 0 18 1 0 0 15 0 8 0 274995621 886108160 8499 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25468/tid=25474] ppid=25465 vsize=865340 CPUtime=0
/proc/25468/task/25474/stat : 25474 (java) S 25465 25465 25263 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 274995621 886108160 8499 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25468/tid=25475] ppid=25465 vsize=865340 CPUtime=0
/proc/25468/task/25475/stat : 25475 (java) S 25465 25465 25263 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 274995621 886108160 8499 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.3
Current children cumulated vsize (KiB) 870692

[startup+2.96982 s]
/proc/loadavg: 1.44 1.68 1.87 3/101 25475
/proc/meminfo: memFree=1291352/2055920 swapFree=4170260/4192956
[pid=25465] ppid=25463 vsize=5352 CPUtime=0
/proc/25465/stat : 25465 (cspfj.sh) S 25463 25465 25263 0 -1 4194304 315 128 0 0 0 0 0 0 20 0 1 0 274995614 5480448 240 18446744073709551615 4194304 4889804 548682069264 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25465/statm: 1338 240 201 169 0 49 0
[pid=25468] ppid=25465 vsize=865340 CPUtime=2.93
/proc/25468/stat : 25468 (java) R 25465 25465 25263 0 -1 0 8830 0 1 0 287 6 0 0 25 0 8 0 274995615 886108160 8534 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073862558 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/25468/statm: 216335 8534 1833 14 0 203597 0
[pid=25468/tid=25469] ppid=25465 vsize=865340 CPUtime=0.27
/proc/25468/task/25469/stat : 25469 (java) S 25465 25465 25263 0 -1 64 4632 0 0 0 26 1 0 0 17 0 8 0 274995617 886108160 8534 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=25468/tid=25470] ppid=25465 vsize=865340 CPUtime=0
/proc/25468/task/25470/stat : 25470 (java) S 25465 25465 25263 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 274995618 886108160 8534 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25468/tid=25471] ppid=25465 vsize=865340 CPUtime=0
/proc/25468/task/25471/stat : 25471 (java) S 25465 25465 25263 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 274995618 886108160 8534 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25468/tid=25472] ppid=25465 vsize=865340 CPUtime=0
/proc/25468/task/25472/stat : 25472 (java) S 25465 25465 25263 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 274995621 886108160 8534 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25468/tid=25473] ppid=25465 vsize=865340 CPUtime=0.23
/proc/25468/task/25473/stat : 25473 (java) S 25465 25465 25263 0 -1 64 422 0 0 0 22 1 0 0 15 0 8 0 274995621 886108160 8534 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25468/tid=25474] ppid=25465 vsize=865340 CPUtime=0
/proc/25468/task/25474/stat : 25474 (java) S 25465 25465 25263 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 274995621 886108160 8534 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25468/tid=25475] ppid=25465 vsize=865340 CPUtime=0
/proc/25468/task/25475/stat : 25475 (java) S 25465 25465 25263 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 274995621 886108160 8534 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.93
Current children cumulated vsize (KiB) 870692

[startup+6.26222 s]
/proc/loadavg: 1.56 1.70 1.87 3/101 25475
/proc/meminfo: memFree=1291096/2055920 swapFree=4170260/4192956
[pid=25465] ppid=25463 vsize=5352 CPUtime=0
/proc/25465/stat : 25465 (cspfj.sh) S 25463 25465 25263 0 -1 4194304 315 128 0 0 0 0 0 0 20 0 1 0 274995614 5480448 240 18446744073709551615 4194304 4889804 548682069264 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25465/statm: 1338 240 201 169 0 49 0
[pid=25468] ppid=25465 vsize=865472 CPUtime=6.18
/proc/25468/stat : 25468 (java) R 25465 25465 25263 0 -1 0 8894 0 1 0 612 6 0 0 25 0 8 0 274995615 886243328 8598 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073860194 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/25468/statm: 216368 8598 1833 14 0 203630 0
[pid=25468/tid=25469] ppid=25465 vsize=865472 CPUtime=0.27
/proc/25468/task/25469/stat : 25469 (java) S 25465 25465 25263 0 -1 64 4632 0 0 0 26 1 0 0 16 0 8 0 274995617 886243328 8598 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=25468/tid=25470] ppid=25465 vsize=865472 CPUtime=0
/proc/25468/task/25470/stat : 25470 (java) S 25465 25465 25263 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 274995618 886243328 8598 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25468/tid=25471] ppid=25465 vsize=865472 CPUtime=0
/proc/25468/task/25471/stat : 25471 (java) S 25465 25465 25263 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 274995618 886243328 8598 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25468/tid=25472] ppid=25465 vsize=865472 CPUtime=0
/proc/25468/task/25472/stat : 25472 (java) S 25465 25465 25263 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 274995621 886243328 8598 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25468/tid=25473] ppid=25465 vsize=865472 CPUtime=0.3
/proc/25468/task/25473/stat : 25473 (java) S 25465 25465 25263 0 -1 64 486 0 0 0 28 2 0 0 15 0 8 0 274995621 886243328 8598 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25468/tid=25474] ppid=25465 vsize=865472 CPUtime=0
/proc/25468/task/25474/stat : 25474 (java) S 25465 25465 25263 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 274995621 886243328 8598 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25468/tid=25475] ppid=25465 vsize=865472 CPUtime=0
/proc/25468/task/25475/stat : 25475 (java) S 25465 25465 25263 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 274995621 886243328 8598 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 870824

[startup+12.74 s]
/proc/loadavg: 1.60 1.70 1.87 3/101 25475
/proc/meminfo: memFree=1283488/2055920 swapFree=4170260/4192956
[pid=25465] ppid=25463 vsize=5352 CPUtime=0
/proc/25465/stat : 25465 (cspfj.sh) S 25463 25465 25263 0 -1 4194304 315 128 0 0 0 0 0 0 20 0 1 0 274995614 5480448 240 18446744073709551615 4194304 4889804 548682069264 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25465/statm: 1338 240 201 169 0 49 0
[pid=25468] ppid=25465 vsize=865472 CPUtime=12.58
/proc/25468/stat : 25468 (java) R 25465 25465 25263 0 -1 0 10868 0 1 0 1250 8 0 0 25 0 8 0 274995615 886243328 10566 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4074491527 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/25468/statm: 216368 10566 1835 14 0 203630 0
[pid=25468/tid=25469] ppid=25465 vsize=865472 CPUtime=0.37
/proc/25468/task/25469/stat : 25469 (java) S 25465 25465 25263 0 -1 64 6506 0 0 0 35 2 0 0 16 0 8 0 274995617 886243328 10566 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=25468/tid=25470] ppid=25465 vsize=865472 CPUtime=0
/proc/25468/task/25470/stat : 25470 (java) S 25465 25465 25263 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 274995618 886243328 10566 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25468/tid=25471] ppid=25465 vsize=865472 CPUtime=0
/proc/25468/task/25471/stat : 25471 (java) S 25465 25465 25263 0 -1 64 7 0 0 0 0 0 0 0 16 0 8 0 274995618 886243328 10566 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25468/tid=25472] ppid=25465 vsize=865472 CPUtime=0
/proc/25468/task/25472/stat : 25472 (java) S 25465 25465 25263 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 274995621 886243328 10566 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25468/tid=25473] ppid=25465 vsize=865472 CPUtime=0.43
/proc/25468/task/25473/stat : 25473 (java) S 25465 25465 25263 0 -1 64 573 0 0 0 41 2 0 0 15 0 8 0 274995621 886243328 10566 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25468/tid=25474] ppid=25465 vsize=865472 CPUtime=0
/proc/25468/task/25474/stat : 25474 (java) S 25465 25465 25263 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 274995621 886243328 10566 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25468/tid=25475] ppid=25465 vsize=865472 CPUtime=0
/proc/25468/task/25475/stat : 25475 (java) S 25465 25465 25263 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 274995621 886243328 10566 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.58
Current children cumulated vsize (KiB) 870824

[startup+25.6256 s]
/proc/loadavg: 1.66 1.71 1.87 3/101 25475
/proc/meminfo: memFree=1233504/2055920 swapFree=4170260/4192956
[pid=25465] ppid=25463 vsize=5352 CPUtime=0
/proc/25465/stat : 25465 (cspfj.sh) S 25463 25465 25263 0 -1 4194304 315 128 0 0 0 0 0 0 20 0 1 0 274995614 5480448 240 18446744073709551615 4194304 4889804 548682069264 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25465/statm: 1338 240 201 169 0 49 0
[pid=25468] ppid=25465 vsize=865772 CPUtime=25.35
/proc/25468/stat : 25468 (java) R 25465 25465 25263 0 -1 0 11010 0 1 0 2526 9 0 0 25 0 8 0 274995615 886550528 10671 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4074494556 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/25468/statm: 216443 10671 1835 14 0 203705 0
[pid=25468/tid=25469] ppid=25465 vsize=865772 CPUtime=0.4
/proc/25468/task/25469/stat : 25469 (java) S 25465 25465 25263 0 -1 64 6506 0 0 0 38 2 0 0 16 0 8 0 274995617 886550528 10671 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=25468/tid=25470] ppid=25465 vsize=865772 CPUtime=0
/proc/25468/task/25470/stat : 25470 (java) S 25465 25465 25263 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 274995618 886550528 10671 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25468/tid=25471] ppid=25465 vsize=865772 CPUtime=0
/proc/25468/task/25471/stat : 25471 (java) S 25465 25465 25263 0 -1 64 7 0 0 0 0 0 0 0 16 0 8 0 274995618 886550528 10671 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25468/tid=25472] ppid=25465 vsize=865772 CPUtime=0
/proc/25468/task/25472/stat : 25472 (java) S 25465 25465 25263 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 274995621 886550528 10671 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25468/tid=25473] ppid=25465 vsize=865772 CPUtime=0.45
/proc/25468/task/25473/stat : 25473 (java) S 25465 25465 25263 0 -1 64 678 0 0 0 43 2 0 0 16 0 8 0 274995621 886550528 10671 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25468/tid=25474] ppid=25465 vsize=865772 CPUtime=0
/proc/25468/task/25474/stat : 25474 (java) S 25465 25465 25263 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 274995621 886550528 10671 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25468/tid=25475] ppid=25465 vsize=865772 CPUtime=0
/proc/25468/task/25475/stat : 25475 (java) S 25465 25465 25263 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 274995621 886550528 10671 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.35
Current children cumulated vsize (KiB) 871124

[startup+51.2618 s]
/proc/loadavg: 1.79 1.74 1.88 3/101 25475
/proc/meminfo: memFree=1233632/2055920 swapFree=4170260/4192956
[pid=25465] ppid=25463 vsize=5352 CPUtime=0
/proc/25465/stat : 25465 (cspfj.sh) S 25463 25465 25263 0 -1 4194304 315 128 0 0 0 0 0 0 20 0 1 0 274995614 5480448 240 18446744073709551615 4194304 4889804 548682069264 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25465/statm: 1338 240 201 169 0 49 0
[pid=25468] ppid=25465 vsize=865516 CPUtime=50.74
/proc/25468/stat : 25468 (java) R 25465 25465 25263 0 -1 0 11087 0 1 0 5065 9 0 0 25 0 8 0 274995615 886288384 10615 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4074494556 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/25468/statm: 216379 10615 1835 14 0 203641 0
[pid=25468/tid=25469] ppid=25465 vsize=865516 CPUtime=0.44
/proc/25468/task/25469/stat : 25469 (java) S 25465 25465 25263 0 -1 64 6506 0 0 0 42 2 0 0 16 0 8 0 274995617 886288384 10615 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=25468/tid=25470] ppid=25465 vsize=865516 CPUtime=0
/proc/25468/task/25470/stat : 25470 (java) S 25465 25465 25263 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 274995618 886288384 10615 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25468/tid=25471] ppid=25465 vsize=865516 CPUtime=0
/proc/25468/task/25471/stat : 25471 (java) S 25465 25465 25263 0 -1 64 7 0 0 0 0 0 0 0 16 0 8 0 274995618 886288384 10615 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25468/tid=25472] ppid=25465 vsize=865516 CPUtime=0
/proc/25468/task/25472/stat : 25472 (java) S 25465 25465 25263 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 274995621 886288384 10615 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25468/tid=25473] ppid=25465 vsize=865516 CPUtime=0.45
/proc/25468/task/25473/stat : 25473 (java) S 25465 25465 25263 0 -1 64 678 0 0 0 43 2 0 0 15 0 8 0 274995621 886288384 10615 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25468/tid=25474] ppid=25465 vsize=865516 CPUtime=0
/proc/25468/task/25474/stat : 25474 (java) S 25465 25465 25263 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 274995621 886288384 10615 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25468/tid=25475] ppid=25465 vsize=865516 CPUtime=0
/proc/25468/task/25475/stat : 25475 (java) S 25465 25465 25263 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 274995621 886288384 10615 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 50.74
Current children cumulated vsize (KiB) 870868

[startup+102.528 s]
/proc/loadavg: 1.91 1.78 1.88 3/101 25475
/proc/meminfo: memFree=1233632/2055920 swapFree=4170260/4192956
[pid=25465] ppid=25463 vsize=5352 CPUtime=0
/proc/25465/stat : 25465 (cspfj.sh) S 25463 25465 25263 0 -1 4194304 315 128 0 0 0 0 0 0 20 0 1 0 274995614 5480448 240 18446744073709551615 4194304 4889804 548682069264 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25465/statm: 1338 240 201 169 0 49 0
[pid=25468] ppid=25465 vsize=865516 CPUtime=101.48

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

/proc/loadavg: 2.05 2.05 1.97 3/101 25477
/proc/meminfo: memFree=1135584/2055920 swapFree=4170260/4192956
[pid=25465] ppid=25463 vsize=5352 CPUtime=0
/proc/25465/stat : 25465 (cspfj.sh) S 25463 25465 25263 0 -1 4194304 315 128 0 0 0 0 0 0 20 0 1 0 274995614 5480448 240 18446744073709551615 4194304 4889804 548682069264 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25465/statm: 1338 240 201 169 0 49 0
[pid=25468] ppid=25465 vsize=865516 CPUtime=2123.65
/proc/25468/stat : 25468 (java) R 25465 25465 25263 0 -1 0 22979 0 1 0 212242 123 0 0 25 0 8 0 274995615 886288384 10618 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4074491536 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/25468/statm: 216379 10618 1835 14 0 203641 0
[pid=25468/tid=25469] ppid=25465 vsize=865516 CPUtime=7.64
/proc/25468/task/25469/stat : 25469 (java) S 25465 25465 25263 0 -1 64 6507 0 0 0 691 73 0 0 16 0 8 0 274995617 886288384 10618 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=25468/tid=25470] ppid=25465 vsize=865516 CPUtime=0
/proc/25468/task/25470/stat : 25470 (java) S 25465 25465 25263 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 274995618 886288384 10618 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25468/tid=25471] ppid=25465 vsize=865516 CPUtime=0
/proc/25468/task/25471/stat : 25471 (java) S 25465 25465 25263 0 -1 64 7 0 0 0 0 0 0 0 16 0 8 0 274995618 886288384 10618 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25468/tid=25472] ppid=25465 vsize=865516 CPUtime=0
/proc/25468/task/25472/stat : 25472 (java) S 25465 25465 25263 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 274995621 886288384 10618 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25468/tid=25473] ppid=25465 vsize=865516 CPUtime=0.46
/proc/25468/task/25473/stat : 25473 (java) S 25465 25465 25263 0 -1 64 680 0 0 0 44 2 0 0 16 0 8 0 274995621 886288384 10618 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25468/tid=25474] ppid=25465 vsize=865516 CPUtime=0
/proc/25468/task/25474/stat : 25474 (java) S 25465 25465 25263 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 274995621 886288384 10618 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25468/tid=25475] ppid=25465 vsize=865516 CPUtime=0
/proc/25468/task/25475/stat : 25475 (java) S 25465 25465 25263 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 274995621 886288384 10618 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2123.65
Current children cumulated vsize (KiB) 870868

[startup+2204.86 s]
/proc/loadavg: 2.02 2.04 1.97 3/101 25477
/proc/meminfo: memFree=1135584/2055920 swapFree=4170260/4192956
[pid=25465] ppid=25463 vsize=5352 CPUtime=0
/proc/25465/stat : 25465 (cspfj.sh) S 25463 25465 25263 0 -1 4194304 315 128 0 0 0 0 0 0 20 0 1 0 274995614 5480448 240 18446744073709551615 4194304 4889804 548682069264 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25465/statm: 1338 240 201 169 0 49 0
[pid=25468] ppid=25465 vsize=865516 CPUtime=2183.07
/proc/25468/stat : 25468 (java) R 25465 25465 25263 0 -1 0 23444 0 1 0 218178 129 0 0 25 0 8 0 274995615 886288384 10618 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4074494556 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/25468/statm: 216379 10618 1835 14 0 203641 0
[pid=25468/tid=25469] ppid=25465 vsize=865516 CPUtime=7.92
/proc/25468/task/25469/stat : 25469 (java) S 25465 25465 25263 0 -1 64 6507 0 0 0 715 77 0 0 16 0 8 0 274995617 886288384 10618 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=25468/tid=25470] ppid=25465 vsize=865516 CPUtime=0
/proc/25468/task/25470/stat : 25470 (java) S 25465 25465 25263 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 274995618 886288384 10618 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25468/tid=25471] ppid=25465 vsize=865516 CPUtime=0
/proc/25468/task/25471/stat : 25471 (java) S 25465 25465 25263 0 -1 64 7 0 0 0 0 0 0 0 16 0 8 0 274995618 886288384 10618 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25468/tid=25472] ppid=25465 vsize=865516 CPUtime=0
/proc/25468/task/25472/stat : 25472 (java) S 25465 25465 25263 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 274995621 886288384 10618 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25468/tid=25473] ppid=25465 vsize=865516 CPUtime=0.46
/proc/25468/task/25473/stat : 25473 (java) S 25465 25465 25263 0 -1 64 680 0 0 0 44 2 0 0 16 0 8 0 274995621 886288384 10618 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25468/tid=25474] ppid=25465 vsize=865516 CPUtime=0
/proc/25468/task/25474/stat : 25474 (java) S 25465 25465 25263 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 274995621 886288384 10618 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25468/tid=25475] ppid=25465 vsize=865516 CPUtime=0
/proc/25468/task/25475/stat : 25475 (java) S 25465 25465 25263 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 274995621 886288384 10618 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2183.07
Current children cumulated vsize (KiB) 870868

[startup+2264.95 s]
/proc/loadavg: 2.00 2.03 1.97 4/101 25477
/proc/meminfo: memFree=1135520/2055920 swapFree=4170260/4192956
[pid=25465] ppid=25463 vsize=5352 CPUtime=0
/proc/25465/stat : 25465 (cspfj.sh) S 25463 25465 25263 0 -1 4194304 315 128 0 0 0 0 0 0 20 0 1 0 274995614 5480448 240 18446744073709551615 4194304 4889804 548682069264 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25465/statm: 1338 240 201 169 0 49 0
[pid=25468] ppid=25465 vsize=865516 CPUtime=2242.55
/proc/25468/stat : 25468 (java) R 25465 25465 25263 0 -1 0 23801 0 1 0 224124 131 0 0 25 0 8 0 274995615 886288384 10618 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4074495880 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/25468/statm: 216379 10618 1835 14 0 203641 0
[pid=25468/tid=25469] ppid=25465 vsize=865516 CPUtime=8.13
/proc/25468/task/25469/stat : 25469 (java) S 25465 25465 25263 0 -1 64 6507 0 0 0 735 78 0 0 16 0 8 0 274995617 886288384 10618 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=25468/tid=25470] ppid=25465 vsize=865516 CPUtime=0
/proc/25468/task/25470/stat : 25470 (java) S 25465 25465 25263 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 274995618 886288384 10618 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25468/tid=25471] ppid=25465 vsize=865516 CPUtime=0
/proc/25468/task/25471/stat : 25471 (java) S 25465 25465 25263 0 -1 64 7 0 0 0 0 0 0 0 16 0 8 0 274995618 886288384 10618 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25468/tid=25472] ppid=25465 vsize=865516 CPUtime=0
/proc/25468/task/25472/stat : 25472 (java) S 25465 25465 25263 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 274995621 886288384 10618 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25468/tid=25473] ppid=25465 vsize=865516 CPUtime=0.46
/proc/25468/task/25473/stat : 25473 (java) S 25465 25465 25263 0 -1 64 680 0 0 0 44 2 0 0 16 0 8 0 274995621 886288384 10618 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25468/tid=25474] ppid=25465 vsize=865516 CPUtime=0
/proc/25468/task/25474/stat : 25474 (java) S 25465 25465 25263 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 274995621 886288384 10618 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25468/tid=25475] ppid=25465 vsize=865516 CPUtime=0
/proc/25468/task/25475/stat : 25475 (java) S 25465 25465 25263 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 274995621 886288384 10618 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2242.55
Current children cumulated vsize (KiB) 870868

[startup+2325.06 s]
/proc/loadavg: 2.00 2.02 1.97 4/101 25477
/proc/meminfo: memFree=1135520/2055920 swapFree=4170260/4192956
[pid=25465] ppid=25463 vsize=5352 CPUtime=0
/proc/25465/stat : 25465 (cspfj.sh) S 25463 25465 25263 0 -1 4194304 315 128 0 0 0 0 0 0 20 0 1 0 274995614 5480448 240 18446744073709551615 4194304 4889804 548682069264 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25465/statm: 1338 240 201 169 0 49 0
[pid=25468] ppid=25465 vsize=865516 CPUtime=2302.06
/proc/25468/stat : 25468 (java) R 25465 25465 25263 0 -1 0 24177 0 1 0 230071 135 0 0 25 0 8 0 274995615 886288384 10618 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4074488778 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/25468/statm: 216379 10618 1835 14 0 203641 0
[pid=25468/tid=25469] ppid=25465 vsize=865516 CPUtime=8.35
/proc/25468/task/25469/stat : 25469 (java) S 25465 25465 25263 0 -1 64 6507 0 0 0 755 80 0 0 16 0 8 0 274995617 886288384 10618 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=25468/tid=25470] ppid=25465 vsize=865516 CPUtime=0
/proc/25468/task/25470/stat : 25470 (java) S 25465 25465 25263 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 274995618 886288384 10618 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25468/tid=25471] ppid=25465 vsize=865516 CPUtime=0
/proc/25468/task/25471/stat : 25471 (java) S 25465 25465 25263 0 -1 64 7 0 0 0 0 0 0 0 16 0 8 0 274995618 886288384 10618 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25468/tid=25472] ppid=25465 vsize=865516 CPUtime=0
/proc/25468/task/25472/stat : 25472 (java) S 25465 25465 25263 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 274995621 886288384 10618 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25468/tid=25473] ppid=25465 vsize=865516 CPUtime=0.46
/proc/25468/task/25473/stat : 25473 (java) S 25465 25465 25263 0 -1 64 680 0 0 0 44 2 0 0 16 0 8 0 274995621 886288384 10618 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25468/tid=25474] ppid=25465 vsize=865516 CPUtime=0
/proc/25468/task/25474/stat : 25474 (java) S 25465 25465 25263 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 274995621 886288384 10618 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25468/tid=25475] ppid=25465 vsize=865516 CPUtime=0
/proc/25468/task/25475/stat : 25475 (java) S 25465 25465 25263 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 274995621 886288384 10618 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2302.06
Current children cumulated vsize (KiB) 870868

[startup+2385.15 s]
/proc/loadavg: 1.94 2.00 1.97 3/101 25537
/proc/meminfo: memFree=1299880/2055920 swapFree=4170260/4192956
[pid=25465] ppid=25463 vsize=5352 CPUtime=0
/proc/25465/stat : 25465 (cspfj.sh) S 25463 25465 25263 0 -1 4194304 315 128 0 0 0 0 0 0 20 0 1 0 274995614 5480448 240 18446744073709551615 4194304 4889804 548682069264 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25465/statm: 1338 240 201 169 0 49 0
[pid=25468] ppid=25465 vsize=865516 CPUtime=2361.76
/proc/25468/stat : 25468 (java) R 25465 25465 25263 0 -1 0 24589 0 1 0 236035 141 0 0 25 0 8 0 274995615 886288384 10618 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4074494503 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25468/statm: 216379 10618 1835 14 0 203641 0
[pid=25468/tid=25469] ppid=25465 vsize=865516 CPUtime=8.61
/proc/25468/task/25469/stat : 25469 (java) S 25465 25465 25263 0 -1 64 6507 0 0 0 778 83 0 0 16 0 8 0 274995617 886288384 10618 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=25468/tid=25470] ppid=25465 vsize=865516 CPUtime=0
/proc/25468/task/25470/stat : 25470 (java) S 25465 25465 25263 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 274995618 886288384 10618 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25468/tid=25471] ppid=25465 vsize=865516 CPUtime=0
/proc/25468/task/25471/stat : 25471 (java) S 25465 25465 25263 0 -1 64 7 0 0 0 0 0 0 0 16 0 8 0 274995618 886288384 10618 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25468/tid=25472] ppid=25465 vsize=865516 CPUtime=0
/proc/25468/task/25472/stat : 25472 (java) S 25465 25465 25263 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 274995621 886288384 10618 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25468/tid=25473] ppid=25465 vsize=865516 CPUtime=0.46
/proc/25468/task/25473/stat : 25473 (java) S 25465 25465 25263 0 -1 64 680 0 0 0 44 2 0 0 16 0 8 0 274995621 886288384 10618 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25468/tid=25474] ppid=25465 vsize=865516 CPUtime=0
/proc/25468/task/25474/stat : 25474 (java) S 25465 25465 25263 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 274995621 886288384 10618 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25468/tid=25475] ppid=25465 vsize=865516 CPUtime=0
/proc/25468/task/25475/stat : 25475 (java) S 25465 25465 25263 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 274995621 886288384 10618 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2361.76
Current children cumulated vsize (KiB) 870868



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2423.41 s]
/proc/loadavg: 1.97 2.00 1.97 3/101 25537
/proc/meminfo: memFree=1252584/2055920 swapFree=4170260/4192956
[pid=25465] ppid=25463 vsize=5352 CPUtime=0
/proc/25465/stat : 25465 (cspfj.sh) S 25463 25465 25263 0 -1 4194304 315 128 0 0 0 0 0 0 20 0 1 0 274995614 5480448 240 18446744073709551615 4194304 4889804 548682069264 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25465/statm: 1338 240 201 169 0 49 0
[pid=25468] ppid=25465 vsize=865516 CPUtime=2400.01
/proc/25468/stat : 25468 (java) R 25465 25465 25263 0 -1 0 24849 0 1 0 239858 143 0 0 25 0 8 0 274995615 886288384 10618 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4074494496 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25468/statm: 216379 10618 1835 14 0 203641 0
[pid=25468/tid=25469] ppid=25465 vsize=865516 CPUtime=8.78
/proc/25468/task/25469/stat : 25469 (java) S 25465 25465 25263 0 -1 64 6507 0 0 0 793 85 0 0 16 0 8 0 274995617 886288384 10618 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=25468/tid=25470] ppid=25465 vsize=865516 CPUtime=0
/proc/25468/task/25470/stat : 25470 (java) S 25465 25465 25263 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 274995618 886288384 10618 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25468/tid=25471] ppid=25465 vsize=865516 CPUtime=0
/proc/25468/task/25471/stat : 25471 (java) S 25465 25465 25263 0 -1 64 7 0 0 0 0 0 0 0 16 0 8 0 274995618 886288384 10618 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25468/tid=25472] ppid=25465 vsize=865516 CPUtime=0
/proc/25468/task/25472/stat : 25472 (java) S 25465 25465 25263 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 274995621 886288384 10618 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25468/tid=25473] ppid=25465 vsize=865516 CPUtime=0.46
/proc/25468/task/25473/stat : 25473 (java) S 25465 25465 25263 0 -1 64 680 0 0 0 44 2 0 0 16 0 8 0 274995621 886288384 10618 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25468/tid=25474] ppid=25465 vsize=865516 CPUtime=0
/proc/25468/task/25474/stat : 25474 (java) S 25465 25465 25263 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 274995621 886288384 10618 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25468/tid=25475] ppid=25465 vsize=865516 CPUtime=0
/proc/25468/task/25475/stat : 25475 (java) S 25465 25465 25263 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 274995621 886288384 10618 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2400.01
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 25465 and gives childrusage.ru_utime.tv_sec=0 childrusage.ru_utime.tv_usec=2999 childrusage.ru_stime.tv_sec=0 childrusage.ru_stime.tv_usec=1999
CPU time returned by wait4() is 0.004998
while last known CPU time is 2400.01

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

Real time (s): 2423.43
CPU time (s): 2400.01
CPU user time (s): 2398.58
CPU system time (s): 1.43
CPU usage (%): 99.0335
Max. virtual memory (cumulated for all children) (KiB): 871124

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.002999
system time used= 0.001999
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= 13
involuntary context switches= 3

runsolver used 2.95755 s user time and 7.74282 s system time

The end

Launcher Data (download as text)

Begin job on node20 on Sat Jan 20 04:06:47 UTC 2007


IDJOB= 277363
IDBENCH= 6642
IDSOLVER= 65
FILE ID= node20/277363-1169266004

PBS_JOBID= 3607319

Free space on /tmp= 66562 MiB

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

META MD5SUM SOLVER= ae5901f6cce23734dab709fa25e92adb
MD5SUM BENCH=  570f4f3187c9b9f5121439d9a96fe2a4

RANDOM SEED= 357418481

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.216
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.216
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:       1319296 kB
Buffers:         41000 kB
Cached:         497596 kB
SwapCached:       3160 kB
Active:         213020 kB
Inactive:       452244 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1319296 kB
SwapTotal:     4192956 kB
SwapFree:      4170260 kB
Dirty:             384 kB
Writeback:           0 kB
Mapped:         151192 kB
Slab:            55840 kB
Committed_AS:  5890232 kB
PageTables:       2616 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 node20 on Sat Jan 20 04:47:14 UTC 2007