Trace number 277378

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.07 2411.41

General information on the benchmark

Nametaillard/
os-taillard-7/os-taillard-7-95-6.xml
MD5SUM019f8abe20a7cd1b8d6c7abc45fb5a20
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkMSAT TO
Best Number of satisfied constraints287
Best CPU time to get the best result obtained on this benchmark2400.08
SatisfiableNO
(Un)Satisfiability was provedNO
Number of variables49
Number of constraints294
Maximum constraint arity2
Maximum domain size397
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)

10.78	s SATISFIABLE
10.78	o 272
10.78	v 20 310 216 212 323 102 353 106 295 172 213 19 369 7 277 3 184 3 299 71 392 141 268 308 198 5 321 32 76 302 276 367 2 134 158 7 178 254 90 15 379 89 91 187 15 4 197 332 299 
10.79	o 273
10.79	v 20 310 216 212 323 102 353 106 295 172 213 19 369 7 277 3 184 211 299 71 392 141 268 308 198 5 321 32 76 302 276 367 2 134 158 7 178 254 90 15 379 89 91 187 15 4 197 332 299 
10.80	o 274
10.80	v 20 310 198 212 323 102 353 106 295 172 213 19 369 7 277 3 184 211 299 71 392 141 268 308 198 5 321 32 76 302 276 367 2 134 158 7 178 254 90 15 379 89 91 187 15 4 197 332 299 
10.81	o 275
10.81	v 20 310 198 212 323 102 353 106 295 172 213 207 369 7 277 3 184 211 299 71 392 141 268 308 198 5 321 32 76 302 276 367 2 134 158 7 178 254 90 15 379 89 91 187 15 4 197 332 299 
10.96	o 276
10.96	v 20 0 198 212 319 102 353 106 295 172 213 207 369 7 277 3 184 73 299 293 392 102 268 308 198 5 321 170 76 214 276 367 307 134 10 7 178 254 265 181 379 89 102 3 247 4 197 332 299 
10.97	o 277
10.97	v 20 0 198 212 319 102 353 106 295 172 213 207 369 7 277 3 184 73 299 293 392 102 268 308 198 5 321 170 76 214 276 380 307 134 10 7 178 254 265 181 379 89 102 3 247 4 197 332 299 
10.98	o 278
10.98	v 20 0 198 212 319 102 353 106 295 172 213 323 369 7 277 3 184 73 299 293 392 102 268 308 198 5 321 170 76 214 276 380 307 134 10 7 178 254 265 181 379 89 102 3 247 4 197 332 299 

Verifier Data (download as text)

15 unsatisfied constraints, 279 satisfied constraints

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node70/watcher-277378-1169266018 -o ROOT/results/node70/solver-277378-1169266018 -C 2400 -M 900 /tmp/evaluation/277378-1169266018/cspfj.sh -solver MinConflicts -max -competition /tmp/evaluation/277378-1169266018/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.37 1.68 1.87 7/81 3762
/proc/meminfo: memFree=1309216/2055920 swapFree=4192812/4192956
[pid=3760] ppid=3758 vsize=5352 CPUtime=0
/proc/3760/stat : 3760 (cspfj.sh) R 3758 3760 3558 0 -1 4194304 261 0 0 0 0 0 0 0 20 0 1 0 74098711 5480448 228 18446744073709551615 4194304 4889804 548682069264 18446744073709551615 233402067615 0 65538 4100 65536 0 0 0 17 1 0 0
/proc/3760/statm: 1338 228 191 169 0 49 0
[pid=3761] ppid=3760 vsize=5352 CPUtime=0
/proc/3761/stat : 3761 (cspfj.sh) R 3760 3760 3558 0 -1 4194368 0 0 0 0 0 0 0 0 20 0 1 0 74098711 5480448 228 18446744073709551615 4194304 4889804 548682069264 18446744073709551615 233402067615 0 65538 4100 65536 0 0 0 17 1 0 0
/proc/3761/statm: 1338 228 191 169 0 49 0

[startup+0.104868 s]
/proc/loadavg: 1.37 1.68 1.87 7/81 3762
/proc/meminfo: memFree=1309216/2055920 swapFree=4192812/4192956
[pid=3760] ppid=3758 vsize=5352 CPUtime=0
/proc/3760/stat : 3760 (cspfj.sh) S 3758 3760 3558 0 -1 4194304 315 128 0 0 0 0 0 0 20 0 1 0 74098711 5480448 240 18446744073709551615 4194304 4889804 548682069264 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3760/statm: 1338 240 201 169 0 49 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5352

[startup+0.512906 s]
/proc/loadavg: 1.37 1.68 1.87 7/81 3762
/proc/meminfo: memFree=1309216/2055920 swapFree=4192812/4192956
[pid=3760] ppid=3758 vsize=5352 CPUtime=0
/proc/3760/stat : 3760 (cspfj.sh) S 3758 3760 3558 0 -1 4194304 315 128 0 0 0 0 0 0 20 0 1 0 74098711 5480448 240 18446744073709551615 4194304 4889804 548682069264 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3760/statm: 1338 240 201 169 0 49 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5352

[startup+1.33399 s]
/proc/loadavg: 1.42 1.68 1.87 4/88 3770
/proc/meminfo: memFree=1288552/2055920 swapFree=4192812/4192956
[pid=3760] ppid=3758 vsize=5352 CPUtime=0
/proc/3760/stat : 3760 (cspfj.sh) S 3758 3760 3558 0 -1 4194304 315 128 0 0 0 0 0 0 20 0 1 0 74098711 5480448 240 18446744073709551615 4194304 4889804 548682069264 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3760/statm: 1338 240 201 169 0 49 0
[pid=3763] ppid=3760 vsize=865324 CPUtime=1.31
/proc/3763/stat : 3763 (java) R 3760 3760 3558 0 -1 0 8059 0 1 0 123 8 0 0 24 0 8 0 74098712 886091776 7765 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073862822 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3763/statm: 216331 7765 1833 14 0 203593 0
[pid=3763/tid=3764] ppid=3760 vsize=865324 CPUtime=0.27
/proc/3763/task/3764/stat : 3764 (java) S 3760 3760 3558 0 -1 64 3896 0 0 0 25 2 0 0 16 0 8 0 74098715 886091776 7765 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=3763/tid=3765] ppid=3760 vsize=865324 CPUtime=0
/proc/3763/task/3765/stat : 3765 (java) S 3760 3760 3558 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 74098716 886091776 7765 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3763/tid=3766] ppid=3760 vsize=865324 CPUtime=0
/proc/3763/task/3766/stat : 3766 (java) S 3760 3760 3558 0 -1 64 8 0 0 0 0 0 0 0 15 0 8 0 74098716 886091776 7765 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3763/tid=3767] ppid=3760 vsize=865324 CPUtime=0
/proc/3763/task/3767/stat : 3767 (java) S 3760 3760 3558 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 74098719 886091776 7765 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3763/tid=3768] ppid=3760 vsize=865324 CPUtime=0.21
/proc/3763/task/3768/stat : 3768 (java) S 3760 3760 3558 0 -1 64 392 0 0 0 20 1 0 0 16 0 8 0 74098719 886091776 7765 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3763/tid=3769] ppid=3760 vsize=865324 CPUtime=0
/proc/3763/task/3769/stat : 3769 (java) S 3760 3760 3558 0 -1 64 2 0 0 0 0 0 0 0 19 0 8 0 74098719 886091776 7765 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3763/tid=3770] ppid=3760 vsize=865324 CPUtime=0
/proc/3763/task/3770/stat : 3770 (java) R 3760 3760 3558 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 74098719 886091776 7765 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 870676

[startup+2.97315 s]
/proc/loadavg: 1.42 1.68 1.87 3/88 3770
/proc/meminfo: memFree=1284968/2055920 swapFree=4192812/4192956
[pid=3760] ppid=3758 vsize=5352 CPUtime=0
/proc/3760/stat : 3760 (cspfj.sh) S 3758 3760 3558 0 -1 4194304 315 128 0 0 0 0 0 0 20 0 1 0 74098711 5480448 240 18446744073709551615 4194304 4889804 548682069264 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3760/statm: 1338 240 201 169 0 49 0
[pid=3763] ppid=3760 vsize=865456 CPUtime=2.94
/proc/3763/stat : 3763 (java) R 3760 3760 3558 0 -1 0 8100 0 1 0 285 9 0 0 25 0 8 0 74098712 886226944 7805 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073987559 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3763/statm: 216364 7805 1833 14 0 203626 0
[pid=3763/tid=3764] ppid=3760 vsize=865456 CPUtime=0.27
/proc/3763/task/3764/stat : 3764 (java) S 3760 3760 3558 0 -1 64 3896 0 0 0 25 2 0 0 17 0 8 0 74098715 886226944 7805 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=3763/tid=3765] ppid=3760 vsize=865456 CPUtime=0
/proc/3763/task/3765/stat : 3765 (java) S 3760 3760 3558 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 74098716 886226944 7805 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3763/tid=3766] ppid=3760 vsize=865456 CPUtime=0
/proc/3763/task/3766/stat : 3766 (java) S 3760 3760 3558 0 -1 64 8 0 0 0 0 0 0 0 15 0 8 0 74098716 886226944 7805 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3763/tid=3767] ppid=3760 vsize=865456 CPUtime=0
/proc/3763/task/3767/stat : 3767 (java) S 3760 3760 3558 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 74098719 886226944 7805 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3763/tid=3768] ppid=3760 vsize=865456 CPUtime=0.25
/proc/3763/task/3768/stat : 3768 (java) S 3760 3760 3558 0 -1 64 432 0 0 0 24 1 0 0 15 0 8 0 74098719 886226944 7805 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3763/tid=3769] ppid=3760 vsize=865456 CPUtime=0
/proc/3763/task/3769/stat : 3769 (java) S 3760 3760 3558 0 -1 64 2 0 0 0 0 0 0 0 19 0 8 0 74098719 886226944 7805 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3763/tid=3770] ppid=3760 vsize=865456 CPUtime=0
/proc/3763/task/3770/stat : 3770 (java) S 3760 3760 3558 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 74098719 886226944 7805 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.94
Current children cumulated vsize (KiB) 870808

[startup+6.17647 s]
/proc/loadavg: 1.46 1.69 1.87 3/88 3770
/proc/meminfo: memFree=1284648/2055920 swapFree=4192812/4192956
[pid=3760] ppid=3758 vsize=5352 CPUtime=0
/proc/3760/stat : 3760 (cspfj.sh) S 3758 3760 3558 0 -1 4194304 315 128 0 0 0 0 0 0 20 0 1 0 74098711 5480448 240 18446744073709551615 4194304 4889804 548682069264 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3760/statm: 1338 240 201 169 0 49 0
[pid=3763] ppid=3760 vsize=865456 CPUtime=6.13
/proc/3763/stat : 3763 (java) R 3760 3760 3558 0 -1 0 8172 0 1 0 604 9 0 0 25 0 8 0 74098712 886226944 7877 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073861749 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3763/statm: 216364 7877 1833 14 0 203626 0
[pid=3763/tid=3764] ppid=3760 vsize=865456 CPUtime=0.27
/proc/3763/task/3764/stat : 3764 (java) S 3760 3760 3558 0 -1 64 3896 0 0 0 25 2 0 0 16 0 8 0 74098715 886226944 7877 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=3763/tid=3765] ppid=3760 vsize=865456 CPUtime=0
/proc/3763/task/3765/stat : 3765 (java) S 3760 3760 3558 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 74098716 886226944 7877 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3763/tid=3766] ppid=3760 vsize=865456 CPUtime=0
/proc/3763/task/3766/stat : 3766 (java) S 3760 3760 3558 0 -1 64 8 0 0 0 0 0 0 0 15 0 8 0 74098716 886226944 7877 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3763/tid=3767] ppid=3760 vsize=865456 CPUtime=0
/proc/3763/task/3767/stat : 3767 (java) S 3760 3760 3558 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 74098719 886226944 7877 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3763/tid=3768] ppid=3760 vsize=865456 CPUtime=0.33
/proc/3763/task/3768/stat : 3768 (java) S 3760 3760 3558 0 -1 64 504 0 0 0 32 1 0 0 15 0 8 0 74098719 886226944 7877 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3763/tid=3769] ppid=3760 vsize=865456 CPUtime=0
/proc/3763/task/3769/stat : 3769 (java) S 3760 3760 3558 0 -1 64 2 0 0 0 0 0 0 0 19 0 8 0 74098719 886226944 7877 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3763/tid=3770] ppid=3760 vsize=865456 CPUtime=0
/proc/3763/task/3770/stat : 3770 (java) S 3760 3760 3558 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 74098719 886226944 7877 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.13
Current children cumulated vsize (KiB) 870808

[startup+12.6561 s]
/proc/loadavg: 1.51 1.69 1.87 3/88 3770
/proc/meminfo: memFree=1277352/2055920 swapFree=4192812/4192956
[pid=3760] ppid=3758 vsize=5352 CPUtime=0
/proc/3760/stat : 3760 (cspfj.sh) S 3758 3760 3558 0 -1 4194304 315 128 0 0 0 0 0 0 20 0 1 0 74098711 5480448 240 18446744073709551615 4194304 4889804 548682069264 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3760/statm: 1338 240 201 169 0 49 0
[pid=3763] ppid=3760 vsize=865760 CPUtime=12.58
/proc/3763/stat : 3763 (java) R 3760 3760 3558 0 -1 0 10013 0 1 0 1247 11 0 0 25 0 8 0 74098712 886538240 9708 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4074488220 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3763/statm: 216440 9708 1835 14 0 203702 0
[pid=3763/tid=3764] ppid=3760 vsize=865760 CPUtime=0.37
/proc/3763/task/3764/stat : 3764 (java) S 3760 3760 3558 0 -1 64 5562 0 0 0 35 2 0 0 16 0 8 0 74098715 886538240 9708 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=3763/tid=3765] ppid=3760 vsize=865760 CPUtime=0
/proc/3763/task/3765/stat : 3765 (java) S 3760 3760 3558 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 74098716 886538240 9708 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3763/tid=3766] ppid=3760 vsize=865760 CPUtime=0
/proc/3763/task/3766/stat : 3766 (java) S 3760 3760 3558 0 -1 64 8 0 0 0 0 0 0 0 16 0 8 0 74098716 886538240 9708 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3763/tid=3767] ppid=3760 vsize=865760 CPUtime=0
/proc/3763/task/3767/stat : 3767 (java) S 3760 3760 3558 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 74098719 886538240 9708 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3763/tid=3768] ppid=3760 vsize=865760 CPUtime=0.48
/proc/3763/task/3768/stat : 3768 (java) S 3760 3760 3558 0 -1 64 663 0 0 0 46 2 0 0 15 0 8 0 74098719 886538240 9708 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3763/tid=3769] ppid=3760 vsize=865760 CPUtime=0
/proc/3763/task/3769/stat : 3769 (java) S 3760 3760 3558 0 -1 64 2 0 0 0 0 0 0 0 19 0 8 0 74098719 886538240 9708 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3763/tid=3770] ppid=3760 vsize=865760 CPUtime=0
/proc/3763/task/3770/stat : 3770 (java) S 3760 3760 3558 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 74098719 886538240 9708 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.58
Current children cumulated vsize (KiB) 871112

[startup+25.5404 s]
/proc/loadavg: 1.58 1.70 1.87 3/88 3770
/proc/meminfo: memFree=1236968/2055920 swapFree=4192812/4192956
[pid=3760] ppid=3758 vsize=5352 CPUtime=0
/proc/3760/stat : 3760 (cspfj.sh) S 3758 3760 3558 0 -1 4194304 315 128 0 0 0 0 0 0 20 0 1 0 74098711 5480448 240 18446744073709551615 4194304 4889804 548682069264 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3760/statm: 1338 240 201 169 0 49 0
[pid=3763] ppid=3760 vsize=865760 CPUtime=25.4
/proc/3763/stat : 3763 (java) R 3760 3760 3558 0 -1 0 10070 0 1 0 2529 11 0 0 25 0 8 0 74098712 886538240 9726 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4074489194 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3763/statm: 216440 9726 1835 14 0 203702 0
[pid=3763/tid=3764] ppid=3760 vsize=865760 CPUtime=0.39
/proc/3763/task/3764/stat : 3764 (java) S 3760 3760 3558 0 -1 64 5562 0 0 0 37 2 0 0 16 0 8 0 74098715 886538240 9726 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=3763/tid=3765] ppid=3760 vsize=865760 CPUtime=0
/proc/3763/task/3765/stat : 3765 (java) S 3760 3760 3558 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 74098716 886538240 9726 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3763/tid=3766] ppid=3760 vsize=865760 CPUtime=0
/proc/3763/task/3766/stat : 3766 (java) S 3760 3760 3558 0 -1 64 8 0 0 0 0 0 0 0 16 0 8 0 74098716 886538240 9726 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3763/tid=3767] ppid=3760 vsize=865760 CPUtime=0
/proc/3763/task/3767/stat : 3767 (java) S 3760 3760 3558 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 74098719 886538240 9726 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3763/tid=3768] ppid=3760 vsize=865760 CPUtime=0.49
/proc/3763/task/3768/stat : 3768 (java) S 3760 3760 3558 0 -1 64 681 0 0 0 47 2 0 0 15 0 8 0 74098719 886538240 9726 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3763/tid=3769] ppid=3760 vsize=865760 CPUtime=0
/proc/3763/task/3769/stat : 3769 (java) S 3760 3760 3558 0 -1 64 2 0 0 0 0 0 0 0 19 0 8 0 74098719 886538240 9726 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3763/tid=3770] ppid=3760 vsize=865760 CPUtime=0
/proc/3763/task/3770/stat : 3770 (java) S 3760 3760 3558 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 74098719 886538240 9726 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.4
Current children cumulated vsize (KiB) 871112

[startup+51.186 s]
/proc/loadavg: 1.75 1.73 1.87 3/88 3770
/proc/meminfo: memFree=1236968/2055920 swapFree=4192812/4192956
[pid=3760] ppid=3758 vsize=5352 CPUtime=0
/proc/3760/stat : 3760 (cspfj.sh) S 3758 3760 3558 0 -1 4194304 315 128 0 0 0 0 0 0 20 0 1 0 74098711 5480448 240 18446744073709551615 4194304 4889804 548682069264 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3760/statm: 1338 240 201 169 0 49 0
[pid=3763] ppid=3760 vsize=865760 CPUtime=50.92
/proc/3763/stat : 3763 (java) R 3760 3760 3558 0 -1 0 10149 0 1 0 5080 12 0 0 25 0 8 0 74098712 886538240 9726 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4074488217 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3763/statm: 216440 9726 1835 14 0 203702 0
[pid=3763/tid=3764] ppid=3760 vsize=865760 CPUtime=0.45
/proc/3763/task/3764/stat : 3764 (java) S 3760 3760 3558 0 -1 64 5562 0 0 0 42 3 0 0 16 0 8 0 74098715 886538240 9726 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=3763/tid=3765] ppid=3760 vsize=865760 CPUtime=0
/proc/3763/task/3765/stat : 3765 (java) S 3760 3760 3558 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 74098716 886538240 9726 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3763/tid=3766] ppid=3760 vsize=865760 CPUtime=0
/proc/3763/task/3766/stat : 3766 (java) S 3760 3760 3558 0 -1 64 8 0 0 0 0 0 0 0 16 0 8 0 74098716 886538240 9726 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3763/tid=3767] ppid=3760 vsize=865760 CPUtime=0
/proc/3763/task/3767/stat : 3767 (java) S 3760 3760 3558 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 74098719 886538240 9726 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3763/tid=3768] ppid=3760 vsize=865760 CPUtime=0.49
/proc/3763/task/3768/stat : 3768 (java) S 3760 3760 3558 0 -1 64 681 0 0 0 47 2 0 0 15 0 8 0 74098719 886538240 9726 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3763/tid=3769] ppid=3760 vsize=865760 CPUtime=0
/proc/3763/task/3769/stat : 3769 (java) S 3760 3760 3558 0 -1 64 2 0 0 0 0 0 0 0 19 0 8 0 74098719 886538240 9726 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3763/tid=3770] ppid=3760 vsize=865760 CPUtime=0
/proc/3763/task/3770/stat : 3770 (java) S 3760 3760 3558 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 74098719 886538240 9726 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.92
Current children cumulated vsize (KiB) 871112

[startup+102.474 s]
/proc/loadavg: 1.89 1.77 1.88 4/88 3770
/proc/meminfo: memFree=1236904/2055920 swapFree=4192812/4192956
[pid=3760] ppid=3758 vsize=5352 CPUtime=0
/proc/3760/stat : 3760 (cspfj.sh) S 3758 3760 3558 0 -1 4194304 315 128 0 0 0 0 0 0 20 0 1 0 74098711 5480448 240 18446744073709551615 4194304 4889804 548682069264 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3760/statm: 1338 240 201 169 0 49 0
[pid=3763] ppid=3760 vsize=865760 CPUtime=101.98

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

/proc/loadavg: 2.04 2.01 1.97 3/88 3772
/proc/meminfo: memFree=1213032/2055920 swapFree=4192812/4192956
[pid=3760] ppid=3758 vsize=5352 CPUtime=0
/proc/3760/stat : 3760 (cspfj.sh) S 3758 3760 3558 0 -1 4194304 315 128 0 0 0 0 0 0 20 0 1 0 74098711 5480448 240 18446744073709551615 4194304 4889804 548682069264 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3760/statm: 1338 240 201 169 0 49 0
[pid=3763] ppid=3760 vsize=865760 CPUtime=2134.05
/proc/3763/stat : 3763 (java) R 3760 3760 3558 0 -1 0 22739 0 1 0 213268 137 0 0 25 0 8 0 74098712 886538240 9729 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4074487727 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3763/statm: 216440 9729 1835 14 0 203702 0
[pid=3763/tid=3764] ppid=3760 vsize=865760 CPUtime=8.09
/proc/3763/task/3764/stat : 3764 (java) S 3760 3760 3558 0 -1 64 5563 0 0 0 726 83 0 0 16 0 8 0 74098715 886538240 9729 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=3763/tid=3765] ppid=3760 vsize=865760 CPUtime=0
/proc/3763/task/3765/stat : 3765 (java) S 3760 3760 3558 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 74098716 886538240 9729 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3763/tid=3766] ppid=3760 vsize=865760 CPUtime=0
/proc/3763/task/3766/stat : 3766 (java) S 3760 3760 3558 0 -1 64 8 0 0 0 0 0 0 0 16 0 8 0 74098716 886538240 9729 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3763/tid=3767] ppid=3760 vsize=865760 CPUtime=0
/proc/3763/task/3767/stat : 3767 (java) S 3760 3760 3558 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 74098719 886538240 9729 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3763/tid=3768] ppid=3760 vsize=865760 CPUtime=0.49
/proc/3763/task/3768/stat : 3768 (java) S 3760 3760 3558 0 -1 64 683 0 0 0 47 2 0 0 16 0 8 0 74098719 886538240 9729 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3763/tid=3769] ppid=3760 vsize=865760 CPUtime=0
/proc/3763/task/3769/stat : 3769 (java) S 3760 3760 3558 0 -1 64 2 0 0 0 0 0 0 0 19 0 8 0 74098719 886538240 9729 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3763/tid=3770] ppid=3760 vsize=865760 CPUtime=0
/proc/3763/task/3770/stat : 3770 (java) S 3760 3760 3558 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 74098719 886538240 9729 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2134.05
Current children cumulated vsize (KiB) 871112

[startup+2204.15 s]
/proc/loadavg: 2.01 2.01 1.97 3/88 3772
/proc/meminfo: memFree=1212968/2055920 swapFree=4192812/4192956
[pid=3760] ppid=3758 vsize=5352 CPUtime=0
/proc/3760/stat : 3760 (cspfj.sh) S 3758 3760 3558 0 -1 4194304 315 128 0 0 0 0 0 0 20 0 1 0 74098711 5480448 240 18446744073709551615 4194304 4889804 548682069264 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3760/statm: 1338 240 201 169 0 49 0
[pid=3763] ppid=3760 vsize=865760 CPUtime=2193.81
/proc/3763/stat : 3763 (java) R 3760 3760 3558 0 -1 0 23209 0 1 0 219241 140 0 0 25 0 8 0 74098712 886538240 9729 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4074489468 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3763/statm: 216440 9729 1835 14 0 203702 0
[pid=3763/tid=3764] ppid=3760 vsize=865760 CPUtime=8.37
/proc/3763/task/3764/stat : 3764 (java) S 3760 3760 3558 0 -1 64 5563 0 0 0 751 86 0 0 16 0 8 0 74098715 886538240 9729 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=3763/tid=3765] ppid=3760 vsize=865760 CPUtime=0
/proc/3763/task/3765/stat : 3765 (java) S 3760 3760 3558 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 74098716 886538240 9729 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3763/tid=3766] ppid=3760 vsize=865760 CPUtime=0
/proc/3763/task/3766/stat : 3766 (java) S 3760 3760 3558 0 -1 64 8 0 0 0 0 0 0 0 16 0 8 0 74098716 886538240 9729 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3763/tid=3767] ppid=3760 vsize=865760 CPUtime=0
/proc/3763/task/3767/stat : 3767 (java) S 3760 3760 3558 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 74098719 886538240 9729 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3763/tid=3768] ppid=3760 vsize=865760 CPUtime=0.49
/proc/3763/task/3768/stat : 3768 (java) S 3760 3760 3558 0 -1 64 683 0 0 0 47 2 0 0 16 0 8 0 74098719 886538240 9729 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3763/tid=3769] ppid=3760 vsize=865760 CPUtime=0
/proc/3763/task/3769/stat : 3769 (java) S 3760 3760 3558 0 -1 64 2 0 0 0 0 0 0 0 19 0 8 0 74098719 886538240 9729 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3763/tid=3770] ppid=3760 vsize=865760 CPUtime=0
/proc/3763/task/3770/stat : 3770 (java) S 3760 3760 3558 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 74098719 886538240 9729 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2193.81
Current children cumulated vsize (KiB) 871112

[startup+2264.2 s]
/proc/loadavg: 2.00 2.00 1.97 3/88 3772
/proc/meminfo: memFree=1212968/2055920 swapFree=4192812/4192956
[pid=3760] ppid=3758 vsize=5352 CPUtime=0
/proc/3760/stat : 3760 (cspfj.sh) S 3758 3760 3558 0 -1 4194304 315 128 0 0 0 0 0 0 20 0 1 0 74098711 5480448 240 18446744073709551615 4194304 4889804 548682069264 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3760/statm: 1338 240 201 169 0 49 0
[pid=3763] ppid=3760 vsize=865760 CPUtime=2253.58
/proc/3763/stat : 3763 (java) R 3760 3760 3558 0 -1 0 23673 0 1 0 225213 145 0 0 25 0 8 0 74098712 886538240 9729 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4074492206 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3763/statm: 216440 9729 1835 14 0 203702 0
[pid=3763/tid=3764] ppid=3760 vsize=865760 CPUtime=8.66
/proc/3763/task/3764/stat : 3764 (java) S 3760 3760 3558 0 -1 64 5563 0 0 0 776 90 0 0 16 0 8 0 74098715 886538240 9729 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=3763/tid=3765] ppid=3760 vsize=865760 CPUtime=0
/proc/3763/task/3765/stat : 3765 (java) S 3760 3760 3558 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 74098716 886538240 9729 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3763/tid=3766] ppid=3760 vsize=865760 CPUtime=0
/proc/3763/task/3766/stat : 3766 (java) S 3760 3760 3558 0 -1 64 8 0 0 0 0 0 0 0 16 0 8 0 74098716 886538240 9729 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3763/tid=3767] ppid=3760 vsize=865760 CPUtime=0
/proc/3763/task/3767/stat : 3767 (java) S 3760 3760 3558 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 74098719 886538240 9729 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3763/tid=3768] ppid=3760 vsize=865760 CPUtime=0.49
/proc/3763/task/3768/stat : 3768 (java) S 3760 3760 3558 0 -1 64 683 0 0 0 47 2 0 0 16 0 8 0 74098719 886538240 9729 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3763/tid=3769] ppid=3760 vsize=865760 CPUtime=0
/proc/3763/task/3769/stat : 3769 (java) S 3760 3760 3558 0 -1 64 2 0 0 0 0 0 0 0 19 0 8 0 74098719 886538240 9729 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3763/tid=3770] ppid=3760 vsize=865760 CPUtime=0
/proc/3763/task/3770/stat : 3770 (java) S 3760 3760 3558 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 74098719 886538240 9729 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2253.58
Current children cumulated vsize (KiB) 871112

[startup+2324.26 s]
/proc/loadavg: 2.00 2.00 1.97 3/88 3772
/proc/meminfo: memFree=1212968/2055920 swapFree=4192812/4192956
[pid=3760] ppid=3758 vsize=5352 CPUtime=0
/proc/3760/stat : 3760 (cspfj.sh) S 3758 3760 3558 0 -1 4194304 315 128 0 0 0 0 0 0 20 0 1 0 74098711 5480448 240 18446744073709551615 4194304 4889804 548682069264 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3760/statm: 1338 240 201 169 0 49 0
[pid=3763] ppid=3760 vsize=865760 CPUtime=2313.36
/proc/3763/stat : 3763 (java) R 3760 3760 3558 0 -1 0 24157 0 1 0 231186 150 0 0 25 0 8 0 74098712 886538240 9729 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4074488217 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3763/statm: 216440 9729 1835 14 0 203702 0
[pid=3763/tid=3764] ppid=3760 vsize=865760 CPUtime=8.97
/proc/3763/task/3764/stat : 3764 (java) S 3760 3760 3558 0 -1 64 5563 0 0 0 804 93 0 0 16 0 8 0 74098715 886538240 9729 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=3763/tid=3765] ppid=3760 vsize=865760 CPUtime=0
/proc/3763/task/3765/stat : 3765 (java) S 3760 3760 3558 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 74098716 886538240 9729 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3763/tid=3766] ppid=3760 vsize=865760 CPUtime=0
/proc/3763/task/3766/stat : 3766 (java) S 3760 3760 3558 0 -1 64 8 0 0 0 0 0 0 0 16 0 8 0 74098716 886538240 9729 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3763/tid=3767] ppid=3760 vsize=865760 CPUtime=0
/proc/3763/task/3767/stat : 3767 (java) S 3760 3760 3558 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 74098719 886538240 9729 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3763/tid=3768] ppid=3760 vsize=865760 CPUtime=0.49
/proc/3763/task/3768/stat : 3768 (java) S 3760 3760 3558 0 -1 64 683 0 0 0 47 2 0 0 16 0 8 0 74098719 886538240 9729 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3763/tid=3769] ppid=3760 vsize=865760 CPUtime=0
/proc/3763/task/3769/stat : 3769 (java) S 3760 3760 3558 0 -1 64 2 0 0 0 0 0 0 0 19 0 8 0 74098719 886538240 9729 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3763/tid=3770] ppid=3760 vsize=865760 CPUtime=0
/proc/3763/task/3770/stat : 3770 (java) S 3760 3760 3558 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 74098719 886538240 9729 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2313.36
Current children cumulated vsize (KiB) 871112

[startup+2384.3 s]
/proc/loadavg: 1.94 1.98 1.96 4/89 3846
/proc/meminfo: memFree=749392/2055920 swapFree=4192812/4192956
[pid=3760] ppid=3758 vsize=5352 CPUtime=0
/proc/3760/stat : 3760 (cspfj.sh) S 3758 3760 3558 0 -1 4194304 315 128 0 0 0 0 0 0 20 0 1 0 74098711 5480448 240 18446744073709551615 4194304 4889804 548682069264 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3760/statm: 1338 240 201 169 0 49 0
[pid=3763] ppid=3760 vsize=865760 CPUtime=2373.11
/proc/3763/stat : 3763 (java) R 3760 3760 3558 0 -1 0 24543 0 1 0 237156 155 0 0 25 0 8 0 74098712 886538240 9729 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4074489991 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3763/statm: 216440 9729 1835 14 0 203702 0
[pid=3763/tid=3764] ppid=3760 vsize=865760 CPUtime=9.21
/proc/3763/task/3764/stat : 3764 (java) S 3760 3760 3558 0 -1 64 5563 0 0 0 826 95 0 0 16 0 8 0 74098715 886538240 9729 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=3763/tid=3765] ppid=3760 vsize=865760 CPUtime=0
/proc/3763/task/3765/stat : 3765 (java) S 3760 3760 3558 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 74098716 886538240 9729 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3763/tid=3766] ppid=3760 vsize=865760 CPUtime=0
/proc/3763/task/3766/stat : 3766 (java) S 3760 3760 3558 0 -1 64 8 0 0 0 0 0 0 0 16 0 8 0 74098716 886538240 9729 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3763/tid=3767] ppid=3760 vsize=865760 CPUtime=0
/proc/3763/task/3767/stat : 3767 (java) S 3760 3760 3558 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 74098719 886538240 9729 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3763/tid=3768] ppid=3760 vsize=865760 CPUtime=0.49
/proc/3763/task/3768/stat : 3768 (java) S 3760 3760 3558 0 -1 64 683 0 0 0 47 2 0 0 16 0 8 0 74098719 886538240 9729 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3763/tid=3769] ppid=3760 vsize=865760 CPUtime=0
/proc/3763/task/3769/stat : 3769 (java) S 3760 3760 3558 0 -1 64 2 0 0 0 0 0 0 0 19 0 8 0 74098719 886538240 9729 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3763/tid=3770] ppid=3760 vsize=865760 CPUtime=0
/proc/3763/task/3770/stat : 3770 (java) S 3760 3760 3558 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 74098719 886538240 9729 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2373.11
Current children cumulated vsize (KiB) 871112



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2411.39 s]
/proc/loadavg: 1.89 1.97 1.96 3/88 3904
/proc/meminfo: memFree=1359776/2055920 swapFree=4192812/4192956
[pid=3760] ppid=3758 vsize=5352 CPUtime=0
/proc/3760/stat : 3760 (cspfj.sh) S 3758 3760 3558 0 -1 4194304 315 128 0 0 0 0 0 0 20 0 1 0 74098711 5480448 240 18446744073709551615 4194304 4889804 548682069264 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3760/statm: 1338 240 201 169 0 49 0
[pid=3763] ppid=3760 vsize=865760 CPUtime=2400.07
/proc/3763/stat : 3763 (java) R 3760 3760 3558 0 -1 0 24715 0 1 0 239849 158 0 0 25 0 8 0 74098712 886538240 9729 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4074489257 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/3763/statm: 216440 9729 1835 14 0 203702 0
[pid=3763/tid=3764] ppid=3760 vsize=865760 CPUtime=9.32
/proc/3763/task/3764/stat : 3764 (java) S 3760 3760 3558 0 -1 64 5563 0 0 0 836 96 0 0 16 0 8 0 74098715 886538240 9729 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=3763/tid=3765] ppid=3760 vsize=865760 CPUtime=0
/proc/3763/task/3765/stat : 3765 (java) S 3760 3760 3558 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 74098716 886538240 9729 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3763/tid=3766] ppid=3760 vsize=865760 CPUtime=0
/proc/3763/task/3766/stat : 3766 (java) S 3760 3760 3558 0 -1 64 8 0 0 0 0 0 0 0 16 0 8 0 74098716 886538240 9729 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3763/tid=3767] ppid=3760 vsize=865760 CPUtime=0
/proc/3763/task/3767/stat : 3767 (java) S 3760 3760 3558 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 74098719 886538240 9729 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3763/tid=3768] ppid=3760 vsize=865760 CPUtime=0.49
/proc/3763/task/3768/stat : 3768 (java) S 3760 3760 3558 0 -1 64 683 0 0 0 47 2 0 0 16 0 8 0 74098719 886538240 9729 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3763/tid=3769] ppid=3760 vsize=865760 CPUtime=0
/proc/3763/task/3769/stat : 3769 (java) S 3760 3760 3558 0 -1 64 2 0 0 0 0 0 0 0 19 0 8 0 74098719 886538240 9729 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3763/tid=3770] ppid=3760 vsize=865760 CPUtime=0
/proc/3763/task/3770/stat : 3770 (java) S 3760 3760 3558 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 74098719 886538240 9729 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2400.07
Current children cumulated vsize (KiB) 871112

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 3760 and gives childrusage.ru_utime.tv_sec=0 childrusage.ru_utime.tv_usec=1999 childrusage.ru_stime.tv_sec=0 childrusage.ru_stime.tv_usec=1999
CPU time returned by wait4() is 0.003998
while last known CPU time is 2400.07

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

Real time (s): 2411.41
CPU time (s): 2400.07
CPU user time (s): 2398.49
CPU system time (s): 1.58
CPU usage (%): 99.5297
Max. virtual memory (cumulated for all children) (KiB): 871112

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

runsolver used 2.82857 s user time and 7.8568 s system time

The end

Launcher Data (download as text)

Begin job on node70 on Sat Jan 20 04:06:58 UTC 2007


IDJOB= 277378
IDBENCH= 6651
IDSOLVER= 65
FILE ID= node70/277378-1169266018

PBS_JOBID= 3607328

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

META MD5SUM SOLVER= ae5901f6cce23734dab709fa25e92adb
MD5SUM BENCH=  019f8abe20a7cd1b8d6c7abc45fb5a20

RANDOM SEED= 332365251

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.234
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.234
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:       1309832 kB
Buffers:         42320 kB
Cached:         489976 kB
SwapCached:        144 kB
Active:         232612 kB
Inactive:       442348 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1309832 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:             324 kB
Writeback:           0 kB
Mapped:         161972 kB
Slab:            56220 kB
Committed_AS:  1567988 kB
PageTables:       2032 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 node70 on Sat Jan 20 04:47:10 UTC 2007