Trace number 277366

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 2418.96

General information on the benchmark

Nametaillard/
os-taillard-7/os-taillard-7-95-3.xml
MD5SUMd74e1fc2cd64aae8cda46a42a291518c
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkMSAT TO
Best Number of satisfied constraints288
Best CPU time to get the best result obtained on this benchmark2400.07
SatisfiableNO
(Un)Satisfiability was provedNO
Number of variables49
Number of constraints294
Maximum constraint arity2
Maximum domain size437
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.97	s SATISFIABLE
12.97	o 273
12.97	v 242 61 379 18 386 132 330 138 378 235 265 23 8 329 244 127 213 368 247 58 368 75 266 389 295 5 123 142 129 360 132 38 259 248 331 231 36 260 136 396 209 314 291 129 159 370 1 34 213 
12.98	o 274
12.98	v 242 61 379 18 386 132 330 138 378 235 265 23 8 329 17 127 213 368 247 58 368 75 266 389 295 5 123 142 129 360 132 38 259 248 331 231 36 260 136 396 209 314 291 129 159 370 1 34 213 
12.99	o 275
12.99	v 242 61 224 18 386 132 330 138 378 235 265 23 8 329 17 127 213 368 247 58 368 75 266 389 295 5 123 142 129 360 132 38 259 248 331 231 36 260 136 396 209 314 291 129 159 370 1 34 213 
13.00	o 276
13.00	v 242 61 224 18 386 132 330 138 378 235 265 23 8 329 17 127 213 368 247 58 368 75 266 389 295 5 123 142 129 360 132 38 259 248 211 231 36 260 136 396 209 314 291 129 159 370 1 34 213 
13.01	o 277
13.01	v 242 61 224 18 386 132 330 138 378 235 265 23 8 329 17 127 213 368 247 58 368 75 266 389 295 5 123 142 129 360 132 38 259 248 211 381 36 260 136 396 209 314 291 129 159 370 1 34 213 
13.25	o 278
13.25	v 34 61 138 183 386 292 330 138 378 1 265 23 204 329 357 127 4 368 205 58 285 237 279 389 169 300 123 36 129 360 132 180 259 12 211 381 36 260 136 396 209 314 291 199 130 370 1 34 213 
13.26	o 279
13.26	v 34 61 138 183 386 292 330 138 378 1 265 23 204 329 357 127 4 368 205 58 285 237 279 389 169 300 123 36 129 360 4 180 259 12 211 381 36 260 136 396 209 314 291 199 130 370 1 34 213 
13.70	o 280
13.70	v 7 96 173 290 386 215 41 138 388 1 265 101 204 329 271 127 4 368 22 219 285 254 290 389 169 28 123 36 129 360 273 180 362 12 330 381 36 260 136 396 209 314 291 215 402 370 1 36 142 

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/node6/watcher-277366-1169266008 -o ROOT/results/node6/solver-277366-1169266008 -C 2400 -M 900 /tmp/evaluation/277366-1169266008/cspfj.sh -solver MinConflicts -max -competition /tmp/evaluation/277366-1169266008/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.24 1.12 1.37 5/93 21087
/proc/meminfo: memFree=1247280/2055924 swapFree=4165736/4192956
[pid=21086] ppid=21084 vsize=18540 CPUtime=0
/proc/21086/stat : 21086 (runsolver) R 21084 21086 20934 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 274996853 18984960 279 18446744073709551615 4194304 4267372 548682069008 18446744073709551615 268582841639 0 0 4096 24578 0 0 0 17 1 0 0
/proc/21086/statm: 4635 279 244 17 0 2626 0

[startup+0.108524 s]
/proc/loadavg: 1.24 1.12 1.37 5/93 21087
/proc/meminfo: memFree=1247280/2055924 swapFree=4165736/4192956
[pid=21086] ppid=21084 vsize=5352 CPUtime=0
/proc/21086/stat : 21086 (cspfj.sh) S 21084 21086 20934 0 -1 4194304 315 128 0 0 0 0 0 0 20 0 1 0 274996853 5480448 240 18446744073709551615 4194304 4889804 548682069264 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21086/statm: 1338 240 201 169 0 49 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5352

[startup+0.516577 s]
/proc/loadavg: 1.24 1.12 1.37 5/93 21087
/proc/meminfo: memFree=1247280/2055924 swapFree=4165736/4192956
[pid=21086] ppid=21084 vsize=5352 CPUtime=0
/proc/21086/stat : 21086 (cspfj.sh) S 21084 21086 20934 0 -1 4194304 315 128 0 0 0 0 0 0 20 0 1 0 274996853 5480448 240 18446744073709551615 4194304 4889804 548682069264 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21086/statm: 1338 240 201 169 0 49 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5352

[startup+1.33977 s]
/proc/loadavg: 1.24 1.12 1.37 5/101 21096
/proc/meminfo: memFree=1225264/2055924 swapFree=4165736/4192956
[pid=21086] ppid=21084 vsize=5352 CPUtime=0
/proc/21086/stat : 21086 (cspfj.sh) S 21084 21086 20934 0 -1 4194304 315 128 0 0 0 0 0 0 20 0 1 0 274996853 5480448 240 18446744073709551615 4194304 4889804 548682069264 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21086/statm: 1338 240 201 169 0 49 0
[pid=21089] ppid=21086 vsize=865348 CPUtime=1.3
/proc/21089/stat : 21089 (java) R 21086 21086 20934 0 -1 0 8781 0 1 0 124 6 0 0 24 0 8 0 274996855 886116352 8486 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21089/statm: 216337 8486 1833 14 0 203599 0
[pid=21089/tid=21090] ppid=21086 vsize=865348 CPUtime=0.28
/proc/21089/task/21090/stat : 21090 (java) S 21086 21086 20934 0 -1 64 4619 0 0 0 26 2 0 0 16 0 8 0 274996858 886116352 8486 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21089/tid=21091] ppid=21086 vsize=865348 CPUtime=0
/proc/21089/task/21091/stat : 21091 (java) S 21086 21086 20934 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 274996858 886116352 8486 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21089/tid=21092] ppid=21086 vsize=865348 CPUtime=0
/proc/21089/task/21092/stat : 21092 (java) S 21086 21086 20934 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 274996858 886116352 8486 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21089/tid=21093] ppid=21086 vsize=865348 CPUtime=0
/proc/21089/task/21093/stat : 21093 (java) S 21086 21086 20934 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 274996861 886116352 8486 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21089/tid=21094] ppid=21086 vsize=865348 CPUtime=0.21
/proc/21089/task/21094/stat : 21094 (java) S 21086 21086 20934 0 -1 64 389 0 0 0 21 0 0 0 15 0 8 0 274996861 886116352 8486 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21089/tid=21095] ppid=21086 vsize=865348 CPUtime=0
/proc/21089/task/21095/stat : 21095 (java) S 21086 21086 20934 0 -1 64 2 0 0 0 0 0 0 0 19 0 8 0 274996861 886116352 8486 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21089/tid=21096] ppid=21086 vsize=865348 CPUtime=0
/proc/21089/task/21096/stat : 21096 (java) S 21086 21086 20934 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 274996861 886116352 8486 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) 870700

[startup+2.99185 s]
/proc/loadavg: 1.38 1.15 1.38 3/101 21096
/proc/meminfo: memFree=1220080/2055924 swapFree=4165736/4192956
[pid=21086] ppid=21084 vsize=5352 CPUtime=0
/proc/21086/stat : 21086 (cspfj.sh) S 21084 21086 20934 0 -1 4194304 315 128 0 0 0 0 0 0 20 0 1 0 274996853 5480448 240 18446744073709551615 4194304 4889804 548682069264 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21086/statm: 1338 240 201 169 0 49 0
[pid=21089] ppid=21086 vsize=865348 CPUtime=2.95
/proc/21089/stat : 21089 (java) R 21086 21086 20934 0 -1 0 8815 0 1 0 288 7 0 0 25 0 8 0 274996855 886116352 8519 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073861345 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21089/statm: 216337 8519 1833 14 0 203599 0
[pid=21089/tid=21090] ppid=21086 vsize=865348 CPUtime=0.28
/proc/21089/task/21090/stat : 21090 (java) S 21086 21086 20934 0 -1 64 4619 0 0 0 26 2 0 0 17 0 8 0 274996858 886116352 8519 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21089/tid=21091] ppid=21086 vsize=865348 CPUtime=0
/proc/21089/task/21091/stat : 21091 (java) S 21086 21086 20934 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 274996858 886116352 8519 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21089/tid=21092] ppid=21086 vsize=865348 CPUtime=0
/proc/21089/task/21092/stat : 21092 (java) S 21086 21086 20934 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 274996858 886116352 8519 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21089/tid=21093] ppid=21086 vsize=865348 CPUtime=0
/proc/21089/task/21093/stat : 21093 (java) S 21086 21086 20934 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 274996861 886116352 8519 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21089/tid=21094] ppid=21086 vsize=865348 CPUtime=0.26
/proc/21089/task/21094/stat : 21094 (java) S 21086 21086 20934 0 -1 64 422 0 0 0 25 1 0 0 15 0 8 0 274996861 886116352 8519 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21089/tid=21095] ppid=21086 vsize=865348 CPUtime=0
/proc/21089/task/21095/stat : 21095 (java) S 21086 21086 20934 0 -1 64 2 0 0 0 0 0 0 0 19 0 8 0 274996861 886116352 8519 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21089/tid=21096] ppid=21086 vsize=865348 CPUtime=0
/proc/21089/task/21096/stat : 21096 (java) S 21086 21086 20934 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 274996861 886116352 8519 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.95
Current children cumulated vsize (KiB) 870700

[startup+6.19323 s]
/proc/loadavg: 1.38 1.15 1.38 3/101 21096
/proc/meminfo: memFree=1219760/2055924 swapFree=4165736/4192956
[pid=21086] ppid=21084 vsize=5352 CPUtime=0
/proc/21086/stat : 21086 (cspfj.sh) S 21084 21086 20934 0 -1 4194304 315 128 0 0 0 0 0 0 20 0 1 0 274996853 5480448 240 18446744073709551615 4194304 4889804 548682069264 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21086/statm: 1338 240 201 169 0 49 0
[pid=21089] ppid=21086 vsize=865480 CPUtime=6.11
/proc/21089/stat : 21089 (java) R 21086 21086 20934 0 -1 0 8874 0 1 0 604 7 0 0 25 0 8 0 274996855 886251520 8578 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073493276 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21089/statm: 216370 8578 1833 14 0 203632 0
[pid=21089/tid=21090] ppid=21086 vsize=865480 CPUtime=0.28
/proc/21089/task/21090/stat : 21090 (java) S 21086 21086 20934 0 -1 64 4619 0 0 0 26 2 0 0 16 0 8 0 274996858 886251520 8578 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21089/tid=21091] ppid=21086 vsize=865480 CPUtime=0
/proc/21089/task/21091/stat : 21091 (java) S 21086 21086 20934 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 274996858 886251520 8578 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21089/tid=21092] ppid=21086 vsize=865480 CPUtime=0
/proc/21089/task/21092/stat : 21092 (java) S 21086 21086 20934 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 274996858 886251520 8578 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21089/tid=21093] ppid=21086 vsize=865480 CPUtime=0
/proc/21089/task/21093/stat : 21093 (java) S 21086 21086 20934 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 274996861 886251520 8578 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21089/tid=21094] ppid=21086 vsize=865480 CPUtime=0.31
/proc/21089/task/21094/stat : 21094 (java) S 21086 21086 20934 0 -1 64 481 0 0 0 30 1 0 0 15 0 8 0 274996861 886251520 8578 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21089/tid=21095] ppid=21086 vsize=865480 CPUtime=0
/proc/21089/task/21095/stat : 21095 (java) S 21086 21086 20934 0 -1 64 2 0 0 0 0 0 0 0 19 0 8 0 274996861 886251520 8578 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21089/tid=21096] ppid=21086 vsize=865480 CPUtime=0
/proc/21089/task/21096/stat : 21096 (java) S 21086 21086 20934 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 274996861 886251520 8578 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.11
Current children cumulated vsize (KiB) 870832

[startup+12.677 s]
/proc/loadavg: 1.48 1.17 1.38 4/101 21096
/proc/meminfo: memFree=1219504/2055924 swapFree=4165736/4192956
[pid=21086] ppid=21084 vsize=5352 CPUtime=0
/proc/21086/stat : 21086 (cspfj.sh) S 21084 21086 20934 0 -1 4194304 315 128 0 0 0 0 0 0 20 0 1 0 274996853 5480448 240 18446744073709551615 4194304 4889804 548682069264 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21086/statm: 1338 240 201 169 0 49 0
[pid=21089] ppid=21086 vsize=865480 CPUtime=12.53
/proc/21089/stat : 21089 (java) R 21086 21086 20934 0 -1 0 9361 0 1 0 1245 8 0 0 25 0 8 0 274996855 886251520 9063 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4072918501 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21089/statm: 216370 9063 1833 14 0 203632 0
[pid=21089/tid=21090] ppid=21086 vsize=865480 CPUtime=0.35
/proc/21089/task/21090/stat : 21090 (java) S 21086 21086 20934 0 -1 64 5013 0 0 0 33 2 0 0 16 0 8 0 274996858 886251520 9063 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21089/tid=21091] ppid=21086 vsize=865480 CPUtime=0
/proc/21089/task/21091/stat : 21091 (java) S 21086 21086 20934 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 274996858 886251520 9063 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21089/tid=21092] ppid=21086 vsize=865480 CPUtime=0
/proc/21089/task/21092/stat : 21092 (java) S 21086 21086 20934 0 -1 64 7 0 0 0 0 0 0 0 16 0 8 0 274996858 886251520 9063 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21089/tid=21093] ppid=21086 vsize=865480 CPUtime=0
/proc/21089/task/21093/stat : 21093 (java) S 21086 21086 20934 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 274996861 886251520 9063 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21089/tid=21094] ppid=21086 vsize=865480 CPUtime=0.44
/proc/21089/task/21094/stat : 21094 (java) S 21086 21086 20934 0 -1 64 565 0 0 0 42 2 0 0 15 0 8 0 274996861 886251520 9063 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21089/tid=21095] ppid=21086 vsize=865480 CPUtime=0
/proc/21089/task/21095/stat : 21095 (java) S 21086 21086 20934 0 -1 64 2 0 0 0 0 0 0 0 19 0 8 0 274996861 886251520 9063 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21089/tid=21096] ppid=21086 vsize=865480 CPUtime=0
/proc/21089/task/21096/stat : 21096 (java) S 21086 21086 20934 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 274996861 886251520 9063 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.53
Current children cumulated vsize (KiB) 870832

[startup+25.5415 s]
/proc/loadavg: 1.56 1.20 1.39 3/101 21096
/proc/meminfo: memFree=1211632/2055924 swapFree=4165736/4192956
[pid=21086] ppid=21084 vsize=5352 CPUtime=0
/proc/21086/stat : 21086 (cspfj.sh) S 21084 21086 20934 0 -1 4194304 315 128 0 0 0 0 0 0 20 0 1 0 274996853 5480448 240 18446744073709551615 4194304 4889804 548682069264 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21086/statm: 1338 240 201 169 0 49 0
[pid=21089] ppid=21086 vsize=865772 CPUtime=25.28
/proc/21089/stat : 21089 (java) R 21086 21086 20934 0 -1 0 10971 0 1 0 2519 9 0 0 25 0 8 0 274996855 886550528 10637 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4074495515 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21089/statm: 216443 10637 1835 14 0 203705 0
[pid=21089/tid=21090] ppid=21086 vsize=865772 CPUtime=0.41
/proc/21089/task/21090/stat : 21090 (java) S 21086 21086 20934 0 -1 64 6466 0 0 0 39 2 0 0 16 0 8 0 274996858 886550528 10637 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21089/tid=21091] ppid=21086 vsize=865772 CPUtime=0
/proc/21089/task/21091/stat : 21091 (java) S 21086 21086 20934 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 274996858 886550528 10637 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21089/tid=21092] ppid=21086 vsize=865772 CPUtime=0
/proc/21089/task/21092/stat : 21092 (java) S 21086 21086 20934 0 -1 64 7 0 0 0 0 0 0 0 16 0 8 0 274996858 886550528 10637 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21089/tid=21093] ppid=21086 vsize=865772 CPUtime=0
/proc/21089/task/21093/stat : 21093 (java) S 21086 21086 20934 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 274996861 886550528 10637 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21089/tid=21094] ppid=21086 vsize=865772 CPUtime=0.48
/proc/21089/task/21094/stat : 21094 (java) S 21086 21086 20934 0 -1 64 686 0 0 0 46 2 0 0 16 0 8 0 274996861 886550528 10637 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21089/tid=21095] ppid=21086 vsize=865772 CPUtime=0
/proc/21089/task/21095/stat : 21095 (java) S 21086 21086 20934 0 -1 64 2 0 0 0 0 0 0 0 19 0 8 0 274996861 886550528 10637 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21089/tid=21096] ppid=21086 vsize=865772 CPUtime=0
/proc/21089/task/21096/stat : 21096 (java) R 21086 21086 20934 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 274996861 886550528 10637 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.28
Current children cumulated vsize (KiB) 871124

[startup+51.1925 s]
/proc/loadavg: 1.71 1.26 1.41 3/101 21096
/proc/meminfo: memFree=1211632/2055924 swapFree=4165736/4192956
[pid=21086] ppid=21084 vsize=5352 CPUtime=0
/proc/21086/stat : 21086 (cspfj.sh) S 21084 21086 20934 0 -1 4194304 315 128 0 0 0 0 0 0 20 0 1 0 274996853 5480448 240 18446744073709551615 4194304 4889804 548682069264 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21086/statm: 1338 240 201 169 0 49 0
[pid=21089] ppid=21086 vsize=865708 CPUtime=50.7
/proc/21089/stat : 21089 (java) R 21086 21086 20934 0 -1 0 11044 0 1 0 5060 10 0 0 25 0 8 0 274996855 886484992 10622 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4074495452 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21089/statm: 216427 10622 1835 14 0 203689 0
[pid=21089/tid=21090] ppid=21086 vsize=865708 CPUtime=0.46
/proc/21089/task/21090/stat : 21090 (java) S 21086 21086 20934 0 -1 64 6466 0 0 0 43 3 0 0 16 0 8 0 274996858 886484992 10622 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21089/tid=21091] ppid=21086 vsize=865708 CPUtime=0
/proc/21089/task/21091/stat : 21091 (java) S 21086 21086 20934 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 274996858 886484992 10622 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21089/tid=21092] ppid=21086 vsize=865708 CPUtime=0
/proc/21089/task/21092/stat : 21092 (java) S 21086 21086 20934 0 -1 64 7 0 0 0 0 0 0 0 16 0 8 0 274996858 886484992 10622 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21089/tid=21093] ppid=21086 vsize=865708 CPUtime=0
/proc/21089/task/21093/stat : 21093 (java) S 21086 21086 20934 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 274996861 886484992 10622 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21089/tid=21094] ppid=21086 vsize=865708 CPUtime=0.48
/proc/21089/task/21094/stat : 21094 (java) S 21086 21086 20934 0 -1 64 687 0 0 0 46 2 0 0 15 0 8 0 274996861 886484992 10622 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21089/tid=21095] ppid=21086 vsize=865708 CPUtime=0
/proc/21089/task/21095/stat : 21095 (java) S 21086 21086 20934 0 -1 64 2 0 0 0 0 0 0 0 19 0 8 0 274996861 886484992 10622 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21089/tid=21096] ppid=21086 vsize=865708 CPUtime=0
/proc/21089/task/21096/stat : 21096 (java) S 21086 21086 20934 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 274996861 886484992 10622 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.7
Current children cumulated vsize (KiB) 871060

[startup+102.49 s]
/proc/loadavg: 1.88 1.39 1.44 3/101 21096
/proc/meminfo: memFree=1211696/2055924 swapFree=4165736/4192956
[pid=21086] ppid=21084 vsize=5352 CPUtime=0
/proc/21086/stat : 21086 (cspfj.sh) S 21084 21086 20934 0 -1 4194304 315 128 0 0 0 0 0 0 20 0 1 0 274996853 5480448 240 18446744073709551615 4194304 4889804 548682069264 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21086/statm: 1338 240 201 169 0 49 0
[pid=21089] ppid=21086 vsize=865708 CPUtime=101.53
/proc/21089/stat : 21089 (java) R 21086 21086 20934 0 -1 0 11187 0 1 0 10141 12 0 0 25 0 8 0 274996855 886484992 10622 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4074492651 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21089/statm: 216427 10622 1835 14 0 203689 0
[pid=21089/tid=21090] ppid=21086 vsize=865708 CPUtime=0.55

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

/proc/loadavg: 2.01 2.03 1.92 3/101 21192
/proc/meminfo: memFree=1210296/2055924 swapFree=4165736/4192956
[pid=21086] ppid=21084 vsize=5352 CPUtime=0
/proc/21086/stat : 21086 (cspfj.sh) S 21084 21086 20934 0 -1 4194304 315 128 0 0 0 0 0 0 20 0 1 0 274996853 5480448 240 18446744073709551615 4194304 4889804 548682069264 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21086/statm: 1338 240 201 169 0 49 0
[pid=21089] ppid=21086 vsize=865708 CPUtime=2126.38
/proc/21089/stat : 21089 (java) R 21086 21086 20934 0 -1 0 21844 0 1 0 212501 137 0 0 25 0 8 0 274996855 886484992 10623 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4074495452 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21089/statm: 216427 10623 1835 14 0 203689 0
[pid=21089/tid=21090] ppid=21086 vsize=865708 CPUtime=7.21
/proc/21089/task/21090/stat : 21090 (java) S 21086 21086 20934 0 -1 64 6466 0 0 0 650 71 0 0 16 0 8 0 274996858 886484992 10623 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21089/tid=21091] ppid=21086 vsize=865708 CPUtime=0
/proc/21089/task/21091/stat : 21091 (java) S 21086 21086 20934 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 274996858 886484992 10623 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21089/tid=21092] ppid=21086 vsize=865708 CPUtime=0
/proc/21089/task/21092/stat : 21092 (java) S 21086 21086 20934 0 -1 64 7 0 0 0 0 0 0 0 16 0 8 0 274996858 886484992 10623 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21089/tid=21093] ppid=21086 vsize=865708 CPUtime=0
/proc/21089/task/21093/stat : 21093 (java) S 21086 21086 20934 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 274996861 886484992 10623 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21089/tid=21094] ppid=21086 vsize=865708 CPUtime=0.48
/proc/21089/task/21094/stat : 21094 (java) S 21086 21086 20934 0 -1 64 688 0 0 0 46 2 0 0 16 0 8 0 274996861 886484992 10623 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21089/tid=21095] ppid=21086 vsize=865708 CPUtime=0
/proc/21089/task/21095/stat : 21095 (java) S 21086 21086 20934 0 -1 64 2 0 0 0 0 0 0 0 19 0 8 0 274996861 886484992 10623 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21089/tid=21096] ppid=21086 vsize=865708 CPUtime=0
/proc/21089/task/21096/stat : 21096 (java) S 21086 21086 20934 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 274996861 886484992 10623 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2126.38
Current children cumulated vsize (KiB) 871060

[startup+2203.73 s]
/proc/loadavg: 2.00 2.02 1.92 3/101 21192
/proc/meminfo: memFree=1210296/2055924 swapFree=4165736/4192956
[pid=21086] ppid=21084 vsize=5352 CPUtime=0
/proc/21086/stat : 21086 (cspfj.sh) S 21084 21086 20934 0 -1 4194304 315 128 0 0 0 0 0 0 20 0 1 0 274996853 5480448 240 18446744073709551615 4194304 4889804 548682069264 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21086/statm: 1338 240 201 169 0 49 0
[pid=21089] ppid=21086 vsize=865708 CPUtime=2186.07
/proc/21089/stat : 21089 (java) R 21086 21086 20934 0 -1 0 22134 0 1 0 218467 140 0 0 25 0 8 0 274996855 886484992 10623 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4074492459 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21089/statm: 216427 10623 1835 14 0 203689 0
[pid=21089/tid=21090] ppid=21086 vsize=865708 CPUtime=7.39
/proc/21089/task/21090/stat : 21090 (java) S 21086 21086 20934 0 -1 64 6466 0 0 0 665 74 0 0 16 0 8 0 274996858 886484992 10623 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21089/tid=21091] ppid=21086 vsize=865708 CPUtime=0
/proc/21089/task/21091/stat : 21091 (java) S 21086 21086 20934 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 274996858 886484992 10623 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21089/tid=21092] ppid=21086 vsize=865708 CPUtime=0
/proc/21089/task/21092/stat : 21092 (java) S 21086 21086 20934 0 -1 64 7 0 0 0 0 0 0 0 16 0 8 0 274996858 886484992 10623 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21089/tid=21093] ppid=21086 vsize=865708 CPUtime=0
/proc/21089/task/21093/stat : 21093 (java) S 21086 21086 20934 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 274996861 886484992 10623 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21089/tid=21094] ppid=21086 vsize=865708 CPUtime=0.48
/proc/21089/task/21094/stat : 21094 (java) S 21086 21086 20934 0 -1 64 688 0 0 0 46 2 0 0 16 0 8 0 274996861 886484992 10623 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21089/tid=21095] ppid=21086 vsize=865708 CPUtime=0
/proc/21089/task/21095/stat : 21095 (java) S 21086 21086 20934 0 -1 64 2 0 0 0 0 0 0 0 19 0 8 0 274996861 886484992 10623 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21089/tid=21096] ppid=21086 vsize=865708 CPUtime=0
/proc/21089/task/21096/stat : 21096 (java) S 21086 21086 20934 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 274996861 886484992 10623 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2186.07
Current children cumulated vsize (KiB) 871060

[startup+2263.73 s]
/proc/loadavg: 2.00 2.02 1.92 3/101 21192
/proc/meminfo: memFree=1210296/2055924 swapFree=4165736/4192956
[pid=21086] ppid=21084 vsize=5352 CPUtime=0
/proc/21086/stat : 21086 (cspfj.sh) S 21084 21086 20934 0 -1 4194304 315 128 0 0 0 0 0 0 20 0 1 0 274996853 5480448 240 18446744073709551615 4194304 4889804 548682069264 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21086/statm: 1338 240 201 169 0 49 0
[pid=21089] ppid=21086 vsize=865708 CPUtime=2245.74
/proc/21089/stat : 21089 (java) R 21086 21086 20934 0 -1 0 22528 0 1 0 224430 144 0 0 25 0 8 0 274996855 886484992 10623 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4074492545 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21089/statm: 216427 10623 1835 14 0 203689 0
[pid=21089/tid=21090] ppid=21086 vsize=865708 CPUtime=7.62
/proc/21089/task/21090/stat : 21090 (java) S 21086 21086 20934 0 -1 64 6466 0 0 0 686 76 0 0 16 0 8 0 274996858 886484992 10623 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21089/tid=21091] ppid=21086 vsize=865708 CPUtime=0
/proc/21089/task/21091/stat : 21091 (java) S 21086 21086 20934 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 274996858 886484992 10623 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21089/tid=21092] ppid=21086 vsize=865708 CPUtime=0
/proc/21089/task/21092/stat : 21092 (java) S 21086 21086 20934 0 -1 64 7 0 0 0 0 0 0 0 16 0 8 0 274996858 886484992 10623 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21089/tid=21093] ppid=21086 vsize=865708 CPUtime=0
/proc/21089/task/21093/stat : 21093 (java) S 21086 21086 20934 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 274996861 886484992 10623 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21089/tid=21094] ppid=21086 vsize=865708 CPUtime=0.48
/proc/21089/task/21094/stat : 21094 (java) S 21086 21086 20934 0 -1 64 688 0 0 0 46 2 0 0 16 0 8 0 274996861 886484992 10623 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21089/tid=21095] ppid=21086 vsize=865708 CPUtime=0
/proc/21089/task/21095/stat : 21095 (java) S 21086 21086 20934 0 -1 64 2 0 0 0 0 0 0 0 19 0 8 0 274996861 886484992 10623 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21089/tid=21096] ppid=21086 vsize=865708 CPUtime=0
/proc/21089/task/21096/stat : 21096 (java) S 21086 21086 20934 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 274996861 886484992 10623 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2245.74
Current children cumulated vsize (KiB) 871060

[startup+2323.73 s]
/proc/loadavg: 2.00 2.01 1.92 3/101 21192
/proc/meminfo: memFree=1210296/2055924 swapFree=4165736/4192956
[pid=21086] ppid=21084 vsize=5352 CPUtime=0
/proc/21086/stat : 21086 (cspfj.sh) S 21084 21086 20934 0 -1 4194304 315 128 0 0 0 0 0 0 20 0 1 0 274996853 5480448 240 18446744073709551615 4194304 4889804 548682069264 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21086/statm: 1338 240 201 169 0 49 0
[pid=21089] ppid=21086 vsize=865708 CPUtime=2305.4
/proc/21089/stat : 21089 (java) R 21086 21086 20934 0 -1 0 22947 0 1 0 230393 147 0 0 25 0 8 0 274996855 886484992 10623 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4074489031 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21089/statm: 216427 10623 1835 14 0 203689 0
[pid=21089/tid=21090] ppid=21086 vsize=865708 CPUtime=7.88
/proc/21089/task/21090/stat : 21090 (java) S 21086 21086 20934 0 -1 64 6466 0 0 0 709 79 0 0 16 0 8 0 274996858 886484992 10623 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21089/tid=21091] ppid=21086 vsize=865708 CPUtime=0
/proc/21089/task/21091/stat : 21091 (java) S 21086 21086 20934 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 274996858 886484992 10623 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21089/tid=21092] ppid=21086 vsize=865708 CPUtime=0
/proc/21089/task/21092/stat : 21092 (java) S 21086 21086 20934 0 -1 64 7 0 0 0 0 0 0 0 16 0 8 0 274996858 886484992 10623 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21089/tid=21093] ppid=21086 vsize=865708 CPUtime=0
/proc/21089/task/21093/stat : 21093 (java) S 21086 21086 20934 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 274996861 886484992 10623 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21089/tid=21094] ppid=21086 vsize=865708 CPUtime=0.48
/proc/21089/task/21094/stat : 21094 (java) S 21086 21086 20934 0 -1 64 688 0 0 0 46 2 0 0 16 0 8 0 274996861 886484992 10623 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21089/tid=21095] ppid=21086 vsize=865708 CPUtime=0
/proc/21089/task/21095/stat : 21095 (java) S 21086 21086 20934 0 -1 64 2 0 0 0 0 0 0 0 19 0 8 0 274996861 886484992 10623 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21089/tid=21096] ppid=21086 vsize=865708 CPUtime=0
/proc/21089/task/21096/stat : 21096 (java) S 21086 21086 20934 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 274996861 886484992 10623 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2305.4
Current children cumulated vsize (KiB) 871060

[startup+2383.74 s]
/proc/loadavg: 2.00 2.01 1.92 3/101 21192
/proc/meminfo: memFree=1210296/2055924 swapFree=4165736/4192956
[pid=21086] ppid=21084 vsize=5352 CPUtime=0
/proc/21086/stat : 21086 (cspfj.sh) S 21084 21086 20934 0 -1 4194304 315 128 0 0 0 0 0 0 20 0 1 0 274996853 5480448 240 18446744073709551615 4194304 4889804 548682069264 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21086/statm: 1338 240 201 169 0 49 0
[pid=21089] ppid=21086 vsize=865708 CPUtime=2365.09
/proc/21089/stat : 21089 (java) R 21086 21086 20934 0 -1 0 23368 0 1 0 236358 151 0 0 25 0 8 0 274996855 886484992 10623 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4074491465 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21089/statm: 216427 10623 1835 14 0 203689 0
[pid=21089/tid=21090] ppid=21086 vsize=865708 CPUtime=8.13
/proc/21089/task/21090/stat : 21090 (java) S 21086 21086 20934 0 -1 64 6466 0 0 0 732 81 0 0 16 0 8 0 274996858 886484992 10623 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21089/tid=21091] ppid=21086 vsize=865708 CPUtime=0
/proc/21089/task/21091/stat : 21091 (java) S 21086 21086 20934 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 274996858 886484992 10623 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21089/tid=21092] ppid=21086 vsize=865708 CPUtime=0
/proc/21089/task/21092/stat : 21092 (java) S 21086 21086 20934 0 -1 64 7 0 0 0 0 0 0 0 16 0 8 0 274996858 886484992 10623 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21089/tid=21093] ppid=21086 vsize=865708 CPUtime=0
/proc/21089/task/21093/stat : 21093 (java) S 21086 21086 20934 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 274996861 886484992 10623 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21089/tid=21094] ppid=21086 vsize=865708 CPUtime=0.48
/proc/21089/task/21094/stat : 21094 (java) S 21086 21086 20934 0 -1 64 688 0 0 0 46 2 0 0 16 0 8 0 274996861 886484992 10623 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21089/tid=21095] ppid=21086 vsize=865708 CPUtime=0
/proc/21089/task/21095/stat : 21095 (java) S 21086 21086 20934 0 -1 64 2 0 0 0 0 0 0 0 19 0 8 0 274996861 886484992 10623 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21089/tid=21096] ppid=21086 vsize=865708 CPUtime=0
/proc/21089/task/21096/stat : 21096 (java) S 21086 21086 20934 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 274996861 886484992 10623 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2365.09
Current children cumulated vsize (KiB) 871060



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2418.94 s]
/proc/loadavg: 2.00 2.00 1.92 3/101 21192
/proc/meminfo: memFree=1210232/2055924 swapFree=4165736/4192956
[pid=21086] ppid=21084 vsize=5352 CPUtime=0
/proc/21086/stat : 21086 (cspfj.sh) S 21084 21086 20934 0 -1 4194304 315 128 0 0 0 0 0 0 20 0 1 0 274996853 5480448 240 18446744073709551615 4194304 4889804 548682069264 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21086/statm: 1338 240 201 169 0 49 0
[pid=21089] ppid=21086 vsize=865708 CPUtime=2400.1
/proc/21089/stat : 21089 (java) R 21086 21086 20934 0 -1 0 23622 0 1 0 239856 154 0 0 25 0 8 0 274996855 886484992 10623 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4074495485 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21089/statm: 216427 10623 1835 14 0 203689 0
[pid=21089/tid=21090] ppid=21086 vsize=865708 CPUtime=8.29
/proc/21089/task/21090/stat : 21090 (java) S 21086 21086 20934 0 -1 64 6466 0 0 0 746 83 0 0 16 0 8 0 274996858 886484992 10623 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21089/tid=21091] ppid=21086 vsize=865708 CPUtime=0
/proc/21089/task/21091/stat : 21091 (java) S 21086 21086 20934 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 274996858 886484992 10623 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21089/tid=21092] ppid=21086 vsize=865708 CPUtime=0
/proc/21089/task/21092/stat : 21092 (java) S 21086 21086 20934 0 -1 64 7 0 0 0 0 0 0 0 16 0 8 0 274996858 886484992 10623 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21089/tid=21093] ppid=21086 vsize=865708 CPUtime=0
/proc/21089/task/21093/stat : 21093 (java) S 21086 21086 20934 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 274996861 886484992 10623 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21089/tid=21094] ppid=21086 vsize=865708 CPUtime=0.48
/proc/21089/task/21094/stat : 21094 (java) S 21086 21086 20934 0 -1 64 688 0 0 0 46 2 0 0 16 0 8 0 274996861 886484992 10623 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21089/tid=21095] ppid=21086 vsize=865708 CPUtime=0
/proc/21089/task/21095/stat : 21095 (java) S 21086 21086 20934 0 -1 64 2 0 0 0 0 0 0 0 19 0 8 0 274996861 886484992 10623 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21089/tid=21096] ppid=21086 vsize=865708 CPUtime=0
/proc/21089/task/21096/stat : 21096 (java) S 21086 21086 20934 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 274996861 886484992 10623 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) 871060

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 21086 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): 2418.96
CPU time (s): 2400.1
CPU user time (s): 2398.56
CPU system time (s): 1.54
CPU usage (%): 99.2205
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= 5

runsolver used 3.2885 s user time and 7.50286 s system time

The end

Launcher Data (download as text)

Begin job on node6 on Sat Jan 20 04:06:52 UTC 2007


IDJOB= 277366
IDBENCH= 6645
IDSOLVER= 65
FILE ID= node6/277366-1169266008

PBS_JOBID= 3607324

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-3.xml
COMMAND LINE= /tmp/evaluation/277366-1169266008/cspfj.sh -solver MinConflicts -max -competition /tmp/evaluation/277366-1169266008/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node6/watcher-277366-1169266008 -o ROOT/results/node6/solver-277366-1169266008 -C 2400 -M 900  /tmp/evaluation/277366-1169266008/cspfj.sh -solver MinConflicts -max -competition /tmp/evaluation/277366-1169266008/unknown.xml

META MD5SUM SOLVER= ae5901f6cce23734dab709fa25e92adb
MD5SUM BENCH=  d74e1fc2cd64aae8cda46a42a291518c

RANDOM SEED= 903065338

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.240
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.240
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:      2055924 kB
MemFree:       1247760 kB
Buffers:         61844 kB
Cached:         599776 kB
SwapCached:       2944 kB
Active:         325564 kB
Inactive:       399792 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055924 kB
LowFree:       1247760 kB
SwapTotal:     4192956 kB
SwapFree:      4165736 kB
Dirty:             328 kB
Writeback:           0 kB
Mapped:          83176 kB
Slab:            67292 kB
Committed_AS:  9167968 kB
PageTables:       2468 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= 66563 MiB



End job on node6 on Sat Jan 20 04:47:14 UTC 2007