Trace number 1044534

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Abscon 112v4 AC? (TO) 1800.09 1805.03

General information on the benchmark

Namecsp/latinSquare/
normalized-latinSquare-dg-9_all.xml
MD5SUM7efe3866b185dd04500269e982e38673
Bench CategoryGLOBAL (global constraints)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1.02484
Satisfiable
(Un)Satisfiability was proved
Number of variables81
Number of constraints36
Maximum constraint arity9
Maximum domain size9
Number of constraints which are defined in extension0
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)alldifferent(36)

Solver Data (download as text)

0.00/0.08	
0.00/0.08	Abscon 112 (May, 2008)
0.19/0.24	
0.19/0.24	   configuration
0.19/0.24	     name=mac.xml
0.19/0.27	   
0.19/0.27	   instance
0.19/0.27	     name=HOME/instance-1044534-1215026759.xml
0.29/0.30	   
0.29/0.30	   domains being loaded...
0.29/0.31	   
0.29/0.31	   variables being loaded...
0.29/0.35	     nbVariables=81  nbDomainTypes=1  minDomainSize=9  maxDomainSize=9  nbTotalValues=729
0.29/0.35	       =>  wckTime=0.109  cpuTime=0.09  mem=7M919
0.29/0.35	   
0.29/0.35	   constraints being loaded...
3.05/3.18	     nbConstraints=42  nbGlobalConstraints=42  nbSharedBinaryRepresentations=0  minDegree=9  maxDegree=10  minArity=9
3.05/3.18	     avgArity=18.74  maxArity=81  nbGenerators=6  nbFusions=0  symmetryWckTime=2.783  symmetryCpuTime=0.05
3.05/3.18	       =>  wckTime=2.939  cpuTime=0.17  mem=11M846
3.15/3.23	   
3.15/3.23	   solver IterativeSystematicSolver being built... 
3.25/3.30	   
3.25/3.30	   INFO : Forward propagation technique limited 
3.25/3.38	       =>  wckTime=3.143  cpuTime=0.31  mem=19M670
3.25/3.39	   
3.25/3.39	   preprocessing
3.25/3.39	     nbConstraintChecks=0  nbPropagations=81  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
3.25/3.39	     detectedInconsistency=no
3.25/3.39	       =>  wckTime=0.0070  cpuTime=0.0  mem=19M670
3.44/3.52	   
3.44/3.52	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=20M645)

Verifier Data (download as text)

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: 

Watcher Data (download as text)

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

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1044534-1215026759/watcher-1044534-1215026759 -o /tmp/evaluation-result-1044534-1215026759/solver-1044534-1215026759 -C 1800 -W 2200 -M 900 --output-limit 1,15 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax HOME/instance-1044534-1215026759.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2200 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
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.92 2.00 1.99 4/80 504
/proc/meminfo: memFree=1480144/2055920 swapFree=4136116/4192956
[pid=504] ppid=502 vsize=1616 CPUtime=0
/proc/504/stat : 504 (java) R 502 504 31401 0 -1 0 179 0 0 0 0 0 0 0 18 0 1 0 987130816 1654784 147 996147200 134512640 134550740 4294956144 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 0 0 0
/proc/504/statm: 404 148 122 9 0 46 0

[startup+0.0110669 s]
/proc/loadavg: 1.92 2.00 1.99 4/80 504
/proc/meminfo: memFree=1480144/2055920 swapFree=4136116/4192956
[pid=504] ppid=502 vsize=10620 CPUtime=0
/proc/504/stat : 504 (java) S 502 504 31401 0 -1 0 687 0 0 0 0 0 0 0 18 0 2 0 987130816 10874880 481 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/504/statm: 2655 482 212 9 0 1185 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 10620

[startup+0.101077 s]
/proc/loadavg: 1.92 2.00 1.99 4/80 504
/proc/meminfo: memFree=1480144/2055920 swapFree=4136116/4192956
[pid=504] ppid=502 vsize=865884 CPUtime=0.09
/proc/504/stat : 504 (java) S 502 504 31401 0 -1 0 3737 0 1 0 7 2 0 0 18 0 9 0 987130816 886665216 3200 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/504/statm: 216471 3202 1696 9 0 211026 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 865884

[startup+0.301091 s]
/proc/loadavg: 1.92 2.00 1.99 4/80 504
/proc/meminfo: memFree=1480144/2055920 swapFree=4136116/4192956
[pid=504] ppid=502 vsize=866400 CPUtime=0.29
/proc/504/stat : 504 (java) S 502 504 31401 0 -1 0 6037 0 1 0 25 4 0 0 18 0 9 0 987130816 887193600 5411 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/504/statm: 216600 5411 1956 9 0 211128 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 866400

[startup+0.701123 s]
/proc/loadavg: 1.92 2.00 1.99 4/80 504
/proc/meminfo: memFree=1480144/2055920 swapFree=4136116/4192956
[pid=504] ppid=502 vsize=866848 CPUtime=0.4
/proc/504/stat : 504 (java) S 502 504 31401 0 -1 0 7052 0 1 0 35 5 0 0 18 0 10 0 987130816 887652352 6293 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/504/statm: 216712 6293 1989 9 0 211240 0
Current children cumulated CPU time (s) 0.4
Current children cumulated vsize (KiB) 866848

[startup+1.50119 s]
/proc/loadavg: 1.92 2.00 1.99 3/91 515
/proc/meminfo: memFree=1462512/2055920 swapFree=4136116/4192956
[pid=504] ppid=502 vsize=866848 CPUtime=0.4
/proc/504/stat : 504 (java) S 502 504 31401 0 -1 0 7096 0 1 0 35 5 0 0 18 0 10 0 987130816 887652352 6294 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/504/statm: 216712 6294 1990 9 0 211240 0
[pid=515] ppid=504 vsize=1456 CPUtime=1.06
/proc/515/stat : 515 (saucy) R 504 504 31401 0 -1 4194304 159 0 0 0 106 0 0 0 25 0 1 0 987130857 1490944 131 996147200 134512640 134531332 4294956000 18446744073709551615 134523750 0 4 0 0 0 0 0 17 1 0 0
/proc/515/statm: 364 131 104 4 0 40 0
[pid=504/tid=506] ppid=502 vsize=866848 CPUtime=0.31
/proc/504/task/506/stat : 506 (java) S 502 504 31401 0 -1 64 5954 0 1 0 27 4 0 0 25 0 10 0 987130817 887652352 6294 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 0 0 0
[pid=504/tid=507] ppid=502 vsize=866848 CPUtime=0
/proc/504/task/507/stat : 507 (java) S 502 504 31401 0 -1 64 47 0 0 0 0 0 0 0 16 0 10 0 987130818 887652352 6294 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=504/tid=508] ppid=502 vsize=866848 CPUtime=0
/proc/504/task/508/stat : 508 (java) S 502 504 31401 0 -1 64 9 0 0 0 0 0 0 0 21 0 10 0 987130818 887652352 6294 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=504/tid=509] ppid=502 vsize=866848 CPUtime=0
/proc/504/task/509/stat : 509 (java) S 502 504 31401 0 -1 64 4 0 0 0 0 0 0 0 22 0 10 0 987130818 887652352 6294 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=504/tid=510] ppid=502 vsize=866848 CPUtime=0
/proc/504/task/510/stat : 510 (java) S 502 504 31401 0 -1 64 1 0 0 0 0 0 0 0 23 0 10 0 987130820 887652352 6294 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=504/tid=511] ppid=502 vsize=866848 CPUtime=0.07
/proc/504/task/511/stat : 511 (java) S 502 504 31401 0 -1 64 327 0 0 0 7 0 0 0 16 0 10 0 987130820 887652352 6294 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=504/tid=512] ppid=502 vsize=866848 CPUtime=0
/proc/504/task/512/stat : 512 (java) S 502 504 31401 0 -1 64 2 0 0 0 0 0 0 0 24 0 10 0 987130820 887652352 6294 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=504/tid=513] ppid=502 vsize=866848 CPUtime=0
/proc/504/task/513/stat : 513 (java) S 502 504 31401 0 -1 64 8 0 0 0 0 0 0 0 15 0 10 0 987130820 887652352 6294 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=504/tid=514] ppid=502 vsize=866848 CPUtime=0
/proc/504/task/514/stat : 514 (java) S 502 504 31401 0 -1 64 68 0 0 0 0 0 0 0 25 0 10 0 987130857 887652352 6294 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 18446744071563356171 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 868304

[startup+3.10231 s]
/proc/loadavg: 1.92 2.00 1.99 3/91 515
/proc/meminfo: memFree=1462384/2055920 swapFree=4136116/4192956
[pid=504] ppid=502 vsize=866848 CPUtime=0.41
/proc/504/stat : 504 (java) S 502 504 31401 0 -1 0 7159 0 1 0 36 5 0 0 18 0 10 0 987130816 887652352 6299 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/504/statm: 216712 6299 1990 9 0 211240 0
[pid=515] ppid=504 vsize=1456 CPUtime=2.64
/proc/515/stat : 515 (saucy) R 504 504 31401 0 -1 4194304 160 0 0 0 264 0 0 0 25 0 1 0 987130857 1490944 132 996147200 134512640 134531332 4294956000 18446744073709551615 134527511 0 4 0 0 0 0 0 17 1 0 0
/proc/515/statm: 364 132 104 4 0 40 0
[pid=504/tid=506] ppid=502 vsize=866848 CPUtime=0.31
/proc/504/task/506/stat : 506 (java) S 502 504 31401 0 -1 64 5977 0 1 0 27 4 0 0 16 0 10 0 987130817 887652352 6299 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 1 0 0
[pid=504/tid=507] ppid=502 vsize=866848 CPUtime=0
/proc/504/task/507/stat : 507 (java) S 502 504 31401 0 -1 64 47 0 0 0 0 0 0 0 16 0 10 0 987130818 887652352 6299 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=504/tid=508] ppid=502 vsize=866848 CPUtime=0
/proc/504/task/508/stat : 508 (java) S 502 504 31401 0 -1 64 9 0 0 0 0 0 0 0 21 0 10 0 987130818 887652352 6299 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=504/tid=509] ppid=502 vsize=866848 CPUtime=0
/proc/504/task/509/stat : 509 (java) S 502 504 31401 0 -1 64 4 0 0 0 0 0 0 0 22 0 10 0 987130818 887652352 6299 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=504/tid=510] ppid=502 vsize=866848 CPUtime=0
/proc/504/task/510/stat : 510 (java) S 502 504 31401 0 -1 64 1 0 0 0 0 0 0 0 23 0 10 0 987130820 887652352 6299 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=504/tid=511] ppid=502 vsize=866848 CPUtime=0.08
/proc/504/task/511/stat : 511 (java) S 502 504 31401 0 -1 64 367 0 0 0 8 0 0 0 16 0 10 0 987130820 887652352 6299 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=504/tid=512] ppid=502 vsize=866848 CPUtime=0
/proc/504/task/512/stat : 512 (java) S 502 504 31401 0 -1 64 2 0 0 0 0 0 0 0 24 0 10 0 987130820 887652352 6299 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=504/tid=513] ppid=502 vsize=866848 CPUtime=0
/proc/504/task/513/stat : 513 (java) S 502 504 31401 0 -1 64 8 0 0 0 0 0 0 0 15 0 10 0 987130820 887652352 6299 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=504/tid=514] ppid=502 vsize=866848 CPUtime=0
/proc/504/task/514/stat : 514 (java) S 502 504 31401 0 -1 64 68 0 0 0 0 0 0 0 25 0 10 0 987130857 887652352 6299 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 18446744071563356171 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 868304

[startup+6.30257 s]
/proc/loadavg: 1.93 2.00 1.99 3/89 517
/proc/meminfo: memFree=1449136/2055920 swapFree=4136116/4192956
[pid=504] ppid=502 vsize=867068 CPUtime=6.22
/proc/504/stat : 504 (java) S 502 504 31401 0 -1 0 14766 286 1 0 347 8 267 0 18 0 9 0 987130816 887877632 10218 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/504/statm: 216767 10218 2630 9 0 211273 0
[pid=504/tid=506] ppid=502 vsize=867068 CPUtime=5.96
/proc/504/task/506/stat : 506 (java) R 502 504 31401 0 -1 64 11208 286 1 0 323 6 267 0 17 0 9 0 987130817 887877632 10218 996147200 134512640 134550740 4294955984 18446744073709551615 4126740761 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=504/tid=507] ppid=502 vsize=867068 CPUtime=2.7
/proc/504/task/507/stat : 507 (java) S 502 504 31401 0 -1 64 2118 286 0 0 3 0 267 0 16 0 9 0 987130818 887877632 10218 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=504/tid=508] ppid=502 vsize=867068 CPUtime=2.67
/proc/504/task/508/stat : 508 (java) S 502 504 31401 0 -1 64 14 286 0 0 0 0 267 0 16 0 9 0 987130818 887877632 10218 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=504/tid=509] ppid=502 vsize=867068 CPUtime=2.67
/proc/504/task/509/stat : 509 (java) S 502 504 31401 0 -1 64 8 286 0 0 0 0 267 0 16 0 9 0 987130818 887877632 10218 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=504/tid=510] ppid=502 vsize=867068 CPUtime=2.67
/proc/504/task/510/stat : 510 (java) S 502 504 31401 0 -1 64 1 286 0 0 0 0 267 0 23 0 9 0 987130820 887877632 10218 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=504/tid=511] ppid=502 vsize=867068 CPUtime=2.87
/proc/504/task/511/stat : 511 (java) S 502 504 31401 0 -1 64 602 286 0 0 20 0 267 0 16 0 9 0 987130820 887877632 10218 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=504/tid=512] ppid=502 vsize=867068 CPUtime=2.67
/proc/504/task/512/stat : 512 (java) S 502 504 31401 0 -1 64 2 286 0 0 0 0 267 0 24 0 9 0 987130820 887877632 10218 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=504/tid=513] ppid=502 vsize=867068 CPUtime=2.67
/proc/504/task/513/stat : 513 (java) S 502 504 31401 0 -1 64 12 286 0 0 0 0 267 0 15 0 9 0 987130820 887877632 10218 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 867068

[startup+12.7021 s]
/proc/loadavg: 1.93 2.00 1.99 3/89 517
/proc/meminfo: memFree=1448944/2055920 swapFree=4136116/4192956
[pid=504] ppid=502 vsize=867068 CPUtime=12.56
/proc/504/stat : 504 (java) S 502 504 31401 0 -1 0 14773 286 1 0 981 8 267 0 18 0 9 0 987130816 887877632 10223 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/504/statm: 216767 10223 2630 9 0 211273 0
[pid=504/tid=506] ppid=502 vsize=867068 CPUtime=12.3
/proc/504/task/506/stat : 506 (java) R 502 504 31401 0 -1 64 11213 286 1 0 957 6 267 0 25 0 9 0 987130817 887877632 10223 996147200 134512640 134550740 4294955984 18446744073709551615 4125952190 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=504/tid=507] ppid=502 vsize=867068 CPUtime=2.7
/proc/504/task/507/stat : 507 (java) S 502 504 31401 0 -1 64 2118 286 0 0 3 0 267 0 16 0 9 0 987130818 887877632 10223 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=504/tid=508] ppid=502 vsize=867068 CPUtime=2.67
/proc/504/task/508/stat : 508 (java) S 502 504 31401 0 -1 64 14 286 0 0 0 0 267 0 16 0 9 0 987130818 887877632 10223 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=504/tid=509] ppid=502 vsize=867068 CPUtime=2.67
/proc/504/task/509/stat : 509 (java) S 502 504 31401 0 -1 64 8 286 0 0 0 0 267 0 16 0 9 0 987130818 887877632 10223 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=504/tid=510] ppid=502 vsize=867068 CPUtime=2.67
/proc/504/task/510/stat : 510 (java) S 502 504 31401 0 -1 64 1 286 0 0 0 0 267 0 23 0 9 0 987130820 887877632 10223 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=504/tid=511] ppid=502 vsize=867068 CPUtime=2.87
/proc/504/task/511/stat : 511 (java) S 502 504 31401 0 -1 64 604 286 0 0 20 0 267 0 15 0 9 0 987130820 887877632 10223 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=504/tid=512] ppid=502 vsize=867068 CPUtime=2.67
/proc/504/task/512/stat : 512 (java) S 502 504 31401 0 -1 64 2 286 0 0 0 0 267 0 24 0 9 0 987130820 887877632 10223 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=504/tid=513] ppid=502 vsize=867068 CPUtime=2.67
/proc/504/task/513/stat : 513 (java) S 502 504 31401 0 -1 64 12 286 0 0 0 0 267 0 15 0 9 0 987130820 887877632 10223 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 867068

[startup+25.5011 s]
/proc/loadavg: 1.95 2.00 1.99 3/89 517
/proc/meminfo: memFree=1448888/2055920 swapFree=4136116/4192956
[pid=504] ppid=502 vsize=867068 CPUtime=25.24
/proc/504/stat : 504 (java) S 502 504 31401 0 -1 0 14775 286 1 0 2249 8 267 0 18 0 9 0 987130816 887877632 10225 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/504/statm: 216767 10225 2630 9 0 211273 0
[pid=504/tid=506] ppid=502 vsize=867068 CPUtime=24.97
/proc/504/task/506/stat : 506 (java) R 502 504 31401 0 -1 64 11215 286 1 0 2224 6 267 0 25 0 9 0 987130817 887877632 10225 996147200 134512640 134550740 4294955984 18446744073709551615 4126786454 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=504/tid=507] ppid=502 vsize=867068 CPUtime=2.7
/proc/504/task/507/stat : 507 (java) S 502 504 31401 0 -1 64 2118 286 0 0 3 0 267 0 16 0 9 0 987130818 887877632 10225 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=504/tid=508] ppid=502 vsize=867068 CPUtime=2.67
/proc/504/task/508/stat : 508 (java) S 502 504 31401 0 -1 64 14 286 0 0 0 0 267 0 16 0 9 0 987130818 887877632 10225 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=504/tid=509] ppid=502 vsize=867068 CPUtime=2.67
/proc/504/task/509/stat : 509 (java) S 502 504 31401 0 -1 64 8 286 0 0 0 0 267 0 16 0 9 0 987130818 887877632 10225 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=504/tid=510] ppid=502 vsize=867068 CPUtime=2.67
/proc/504/task/510/stat : 510 (java) S 502 504 31401 0 -1 64 1 286 0 0 0 0 267 0 23 0 9 0 987130820 887877632 10225 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=504/tid=511] ppid=502 vsize=867068 CPUtime=2.87
/proc/504/task/511/stat : 511 (java) S 502 504 31401 0 -1 64 604 286 0 0 20 0 267 0 16 0 9 0 987130820 887877632 10225 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=504/tid=512] ppid=502 vsize=867068 CPUtime=2.67
/proc/504/task/512/stat : 512 (java) S 502 504 31401 0 -1 64 2 286 0 0 0 0 267 0 24 0 9 0 987130820 887877632 10225 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=504/tid=513] ppid=502 vsize=867068 CPUtime=2.67
/proc/504/task/513/stat : 513 (java) S 502 504 31401 0 -1 64 12 286 0 0 0 0 267 0 15 0 9 0 987130820 887877632 10225 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.24
Current children cumulated vsize (KiB) 867068

[startup+51.1011 s]
/proc/loadavg: 1.96 2.00 1.99 3/89 517
/proc/meminfo: memFree=1448888/2055920 swapFree=4136116/4192956
[pid=504] ppid=502 vsize=867068 CPUtime=50.61
/proc/504/stat : 504 (java) S 502 504 31401 0 -1 0 14776 286 1 0 4786 8 267 0 18 0 9 0 987130816 887877632 10226 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/504/statm: 216767 10226 2630 9 0 211273 0
[pid=504/tid=506] ppid=502 vsize=867068 CPUtime=50.35
/proc/504/task/506/stat : 506 (java) R 502 504 31401 0 -1 64 11216 286 1 0 4762 6 267 0 25 0 9 0 987130817 887877632 10226 996147200 134512640 134550740 4294955984 18446744073709551615 4126749245 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=504/tid=507] ppid=502 vsize=867068 CPUtime=2.7

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

/proc/504/task/509/stat : 509 (java) S 502 504 31401 0 -1 64 8 286 0 0 0 0 267 0 16 0 9 0 987130818 887877632 10235 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=504/tid=510] ppid=502 vsize=867068 CPUtime=2.67
/proc/504/task/510/stat : 510 (java) S 502 504 31401 0 -1 64 1 286 0 0 0 0 267 0 23 0 9 0 987130820 887877632 10235 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=504/tid=511] ppid=502 vsize=867068 CPUtime=2.87
/proc/504/task/511/stat : 511 (java) S 502 504 31401 0 -1 64 604 286 0 0 20 0 267 0 16 0 9 0 987130820 887877632 10235 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=504/tid=512] ppid=502 vsize=867068 CPUtime=2.67
/proc/504/task/512/stat : 512 (java) S 502 504 31401 0 -1 64 2 286 0 0 0 0 267 0 24 0 9 0 987130820 887877632 10235 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=504/tid=513] ppid=502 vsize=867068 CPUtime=2.67
/proc/504/task/513/stat : 513 (java) S 502 504 31401 0 -1 64 12 286 0 0 0 0 267 0 15 0 9 0 987130820 887877632 10235 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1477.53
Current children cumulated vsize (KiB) 867068

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 575
/proc/meminfo: memFree=1498616/2055920 swapFree=4136116/4192956
[pid=504] ppid=502 vsize=867068 CPUtime=1537.5
/proc/504/stat : 504 (java) S 502 504 31401 0 -1 0 14786 286 1 0 153469 14 267 0 18 0 9 0 987130816 887877632 10235 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/504/statm: 216767 10235 2630 9 0 211273 0
[pid=504/tid=506] ppid=502 vsize=867068 CPUtime=1537.23
/proc/504/task/506/stat : 506 (java) R 502 504 31401 0 -1 64 11226 286 1 0 153444 12 267 0 25 0 9 0 987130817 887877632 10235 996147200 134512640 134550740 4294955984 18446744073709551615 4126780783 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=504/tid=507] ppid=502 vsize=867068 CPUtime=2.7
/proc/504/task/507/stat : 507 (java) S 502 504 31401 0 -1 64 2118 286 0 0 3 0 267 0 16 0 9 0 987130818 887877632 10235 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=504/tid=508] ppid=502 vsize=867068 CPUtime=2.67
/proc/504/task/508/stat : 508 (java) S 502 504 31401 0 -1 64 14 286 0 0 0 0 267 0 16 0 9 0 987130818 887877632 10235 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=504/tid=509] ppid=502 vsize=867068 CPUtime=2.67
/proc/504/task/509/stat : 509 (java) S 502 504 31401 0 -1 64 8 286 0 0 0 0 267 0 16 0 9 0 987130818 887877632 10235 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=504/tid=510] ppid=502 vsize=867068 CPUtime=2.67
/proc/504/task/510/stat : 510 (java) S 502 504 31401 0 -1 64 1 286 0 0 0 0 267 0 23 0 9 0 987130820 887877632 10235 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=504/tid=511] ppid=502 vsize=867068 CPUtime=2.87
/proc/504/task/511/stat : 511 (java) S 502 504 31401 0 -1 64 604 286 0 0 20 0 267 0 16 0 9 0 987130820 887877632 10235 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=504/tid=512] ppid=502 vsize=867068 CPUtime=2.67
/proc/504/task/512/stat : 512 (java) S 502 504 31401 0 -1 64 2 286 0 0 0 0 267 0 24 0 9 0 987130820 887877632 10235 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=504/tid=513] ppid=502 vsize=867068 CPUtime=2.67
/proc/504/task/513/stat : 513 (java) S 502 504 31401 0 -1 64 12 286 0 0 0 0 267 0 15 0 9 0 987130820 887877632 10235 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1537.5
Current children cumulated vsize (KiB) 867068

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 575
/proc/meminfo: memFree=1498616/2055920 swapFree=4136116/4192956
[pid=504] ppid=502 vsize=867068 CPUtime=1597.47
/proc/504/stat : 504 (java) S 502 504 31401 0 -1 0 14786 286 1 0 159465 15 267 0 18 0 9 0 987130816 887877632 10235 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/504/statm: 216767 10235 2630 9 0 211273 0
[pid=504/tid=506] ppid=502 vsize=867068 CPUtime=1597.19
/proc/504/task/506/stat : 506 (java) R 502 504 31401 0 -1 64 11226 286 1 0 159440 12 267 0 25 0 9 0 987130817 887877632 10235 996147200 134512640 134550740 4294955984 18446744073709551615 4126771913 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=504/tid=507] ppid=502 vsize=867068 CPUtime=2.7
/proc/504/task/507/stat : 507 (java) S 502 504 31401 0 -1 64 2118 286 0 0 3 0 267 0 16 0 9 0 987130818 887877632 10235 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=504/tid=508] ppid=502 vsize=867068 CPUtime=2.67
/proc/504/task/508/stat : 508 (java) S 502 504 31401 0 -1 64 14 286 0 0 0 0 267 0 16 0 9 0 987130818 887877632 10235 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=504/tid=509] ppid=502 vsize=867068 CPUtime=2.67
/proc/504/task/509/stat : 509 (java) S 502 504 31401 0 -1 64 8 286 0 0 0 0 267 0 16 0 9 0 987130818 887877632 10235 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=504/tid=510] ppid=502 vsize=867068 CPUtime=2.67
/proc/504/task/510/stat : 510 (java) S 502 504 31401 0 -1 64 1 286 0 0 0 0 267 0 23 0 9 0 987130820 887877632 10235 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=504/tid=511] ppid=502 vsize=867068 CPUtime=2.87
/proc/504/task/511/stat : 511 (java) S 502 504 31401 0 -1 64 604 286 0 0 20 0 267 0 16 0 9 0 987130820 887877632 10235 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=504/tid=512] ppid=502 vsize=867068 CPUtime=2.67
/proc/504/task/512/stat : 512 (java) S 502 504 31401 0 -1 64 2 286 0 0 0 0 267 0 24 0 9 0 987130820 887877632 10235 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=504/tid=513] ppid=502 vsize=867068 CPUtime=2.67
/proc/504/task/513/stat : 513 (java) S 502 504 31401 0 -1 64 12 286 0 0 0 0 267 0 15 0 9 0 987130820 887877632 10235 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1597.47
Current children cumulated vsize (KiB) 867068

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 575
/proc/meminfo: memFree=1498168/2055920 swapFree=4136116/4192956
[pid=504] ppid=502 vsize=867068 CPUtime=1657.43
/proc/504/stat : 504 (java) S 502 504 31401 0 -1 0 14786 286 1 0 165461 15 267 0 18 0 9 0 987130816 887877632 10235 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/504/statm: 216767 10235 2630 9 0 211273 0
[pid=504/tid=506] ppid=502 vsize=867068 CPUtime=1657.16
/proc/504/task/506/stat : 506 (java) R 502 504 31401 0 -1 64 11226 286 1 0 165437 12 267 0 25 0 9 0 987130817 887877632 10235 996147200 134512640 134550740 4294955984 18446744073709551615 4126734952 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=504/tid=507] ppid=502 vsize=867068 CPUtime=2.7
/proc/504/task/507/stat : 507 (java) S 502 504 31401 0 -1 64 2118 286 0 0 3 0 267 0 16 0 9 0 987130818 887877632 10235 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=504/tid=508] ppid=502 vsize=867068 CPUtime=2.67
/proc/504/task/508/stat : 508 (java) S 502 504 31401 0 -1 64 14 286 0 0 0 0 267 0 16 0 9 0 987130818 887877632 10235 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=504/tid=509] ppid=502 vsize=867068 CPUtime=2.67
/proc/504/task/509/stat : 509 (java) S 502 504 31401 0 -1 64 8 286 0 0 0 0 267 0 16 0 9 0 987130818 887877632 10235 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=504/tid=510] ppid=502 vsize=867068 CPUtime=2.67
/proc/504/task/510/stat : 510 (java) S 502 504 31401 0 -1 64 1 286 0 0 0 0 267 0 23 0 9 0 987130820 887877632 10235 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=504/tid=511] ppid=502 vsize=867068 CPUtime=2.87
/proc/504/task/511/stat : 511 (java) S 502 504 31401 0 -1 64 604 286 0 0 20 0 267 0 16 0 9 0 987130820 887877632 10235 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=504/tid=512] ppid=502 vsize=867068 CPUtime=2.67
/proc/504/task/512/stat : 512 (java) S 502 504 31401 0 -1 64 2 286 0 0 0 0 267 0 24 0 9 0 987130820 887877632 10235 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=504/tid=513] ppid=502 vsize=867068 CPUtime=2.67
/proc/504/task/513/stat : 513 (java) S 502 504 31401 0 -1 64 12 286 0 0 0 0 267 0 15 0 9 0 987130820 887877632 10235 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1657.43
Current children cumulated vsize (KiB) 867068

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 575
/proc/meminfo: memFree=1498040/2055920 swapFree=4136116/4192956
[pid=504] ppid=502 vsize=867068 CPUtime=1717.4
/proc/504/stat : 504 (java) S 502 504 31401 0 -1 0 14786 286 1 0 171458 15 267 0 18 0 9 0 987130816 887877632 10235 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/504/statm: 216767 10235 2630 9 0 211273 0
[pid=504/tid=506] ppid=502 vsize=867068 CPUtime=1717.12
/proc/504/task/506/stat : 506 (java) R 502 504 31401 0 -1 64 11226 286 1 0 171433 12 267 0 25 0 9 0 987130817 887877632 10235 996147200 134512640 134550740 4294955984 18446744073709551615 4126733001 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=504/tid=507] ppid=502 vsize=867068 CPUtime=2.7
/proc/504/task/507/stat : 507 (java) S 502 504 31401 0 -1 64 2118 286 0 0 3 0 267 0 16 0 9 0 987130818 887877632 10235 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=504/tid=508] ppid=502 vsize=867068 CPUtime=2.67
/proc/504/task/508/stat : 508 (java) S 502 504 31401 0 -1 64 14 286 0 0 0 0 267 0 16 0 9 0 987130818 887877632 10235 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=504/tid=509] ppid=502 vsize=867068 CPUtime=2.67
/proc/504/task/509/stat : 509 (java) S 502 504 31401 0 -1 64 8 286 0 0 0 0 267 0 16 0 9 0 987130818 887877632 10235 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=504/tid=510] ppid=502 vsize=867068 CPUtime=2.67
/proc/504/task/510/stat : 510 (java) S 502 504 31401 0 -1 64 1 286 0 0 0 0 267 0 23 0 9 0 987130820 887877632 10235 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=504/tid=511] ppid=502 vsize=867068 CPUtime=2.87
/proc/504/task/511/stat : 511 (java) S 502 504 31401 0 -1 64 604 286 0 0 20 0 267 0 16 0 9 0 987130820 887877632 10235 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=504/tid=512] ppid=502 vsize=867068 CPUtime=2.67
/proc/504/task/512/stat : 512 (java) S 502 504 31401 0 -1 64 2 286 0 0 0 0 267 0 24 0 9 0 987130820 887877632 10235 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=504/tid=513] ppid=502 vsize=867068 CPUtime=2.67
/proc/504/task/513/stat : 513 (java) S 502 504 31401 0 -1 64 12 286 0 0 0 0 267 0 15 0 9 0 987130820 887877632 10235 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1717.4
Current children cumulated vsize (KiB) 867068

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 575
/proc/meminfo: memFree=1498104/2055920 swapFree=4136116/4192956
[pid=504] ppid=502 vsize=867068 CPUtime=1777.36
/proc/504/stat : 504 (java) S 502 504 31401 0 -1 0 14786 286 1 0 177454 15 267 0 18 0 9 0 987130816 887877632 10235 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/504/statm: 216767 10235 2630 9 0 211273 0
[pid=504/tid=506] ppid=502 vsize=867068 CPUtime=1777.09
/proc/504/task/506/stat : 506 (java) R 502 504 31401 0 -1 64 11226 286 1 0 177430 12 267 0 25 0 9 0 987130817 887877632 10235 996147200 134512640 134550740 4294955984 18446744073709551615 4126755206 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=504/tid=507] ppid=502 vsize=867068 CPUtime=2.7
/proc/504/task/507/stat : 507 (java) S 502 504 31401 0 -1 64 2118 286 0 0 3 0 267 0 16 0 9 0 987130818 887877632 10235 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=504/tid=508] ppid=502 vsize=867068 CPUtime=2.67
/proc/504/task/508/stat : 508 (java) S 502 504 31401 0 -1 64 14 286 0 0 0 0 267 0 16 0 9 0 987130818 887877632 10235 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=504/tid=509] ppid=502 vsize=867068 CPUtime=2.67
/proc/504/task/509/stat : 509 (java) S 502 504 31401 0 -1 64 8 286 0 0 0 0 267 0 16 0 9 0 987130818 887877632 10235 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=504/tid=510] ppid=502 vsize=867068 CPUtime=2.67
/proc/504/task/510/stat : 510 (java) S 502 504 31401 0 -1 64 1 286 0 0 0 0 267 0 23 0 9 0 987130820 887877632 10235 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=504/tid=511] ppid=502 vsize=867068 CPUtime=2.87
/proc/504/task/511/stat : 511 (java) S 502 504 31401 0 -1 64 604 286 0 0 20 0 267 0 16 0 9 0 987130820 887877632 10235 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=504/tid=512] ppid=502 vsize=867068 CPUtime=2.67
/proc/504/task/512/stat : 512 (java) S 502 504 31401 0 -1 64 2 286 0 0 0 0 267 0 24 0 9 0 987130820 887877632 10235 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=504/tid=513] ppid=502 vsize=867068 CPUtime=2.67
/proc/504/task/513/stat : 513 (java) S 502 504 31401 0 -1 64 12 286 0 0 0 0 267 0 15 0 9 0 987130820 887877632 10235 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1777.36
Current children cumulated vsize (KiB) 867068



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1805 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 575
/proc/meminfo: memFree=1497976/2055920 swapFree=4136116/4192956
[pid=504] ppid=502 vsize=867068 CPUtime=1800.05
/proc/504/stat : 504 (java) S 502 504 31401 0 -1 0 14786 286 1 0 179723 15 267 0 18 0 9 0 987130816 887877632 10235 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/504/statm: 216767 10235 2630 9 0 211273 0
[pid=504/tid=506] ppid=502 vsize=867068 CPUtime=1799.78
/proc/504/task/506/stat : 506 (java) R 502 504 31401 0 -1 64 11226 286 1 0 179699 12 267 0 25 0 9 0 987130817 887877632 10235 996147200 134512640 134550740 4294955984 18446744073709551615 4126733045 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=504/tid=507] ppid=502 vsize=867068 CPUtime=2.7
/proc/504/task/507/stat : 507 (java) S 502 504 31401 0 -1 64 2118 286 0 0 3 0 267 0 16 0 9 0 987130818 887877632 10235 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=504/tid=508] ppid=502 vsize=867068 CPUtime=2.67
/proc/504/task/508/stat : 508 (java) S 502 504 31401 0 -1 64 14 286 0 0 0 0 267 0 16 0 9 0 987130818 887877632 10235 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=504/tid=509] ppid=502 vsize=867068 CPUtime=2.67
/proc/504/task/509/stat : 509 (java) S 502 504 31401 0 -1 64 8 286 0 0 0 0 267 0 16 0 9 0 987130818 887877632 10235 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=504/tid=510] ppid=502 vsize=867068 CPUtime=2.67
/proc/504/task/510/stat : 510 (java) S 502 504 31401 0 -1 64 1 286 0 0 0 0 267 0 23 0 9 0 987130820 887877632 10235 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=504/tid=511] ppid=502 vsize=867068 CPUtime=2.87
/proc/504/task/511/stat : 511 (java) S 502 504 31401 0 -1 64 604 286 0 0 20 0 267 0 16 0 9 0 987130820 887877632 10235 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=504/tid=512] ppid=502 vsize=867068 CPUtime=2.67
/proc/504/task/512/stat : 512 (java) S 502 504 31401 0 -1 64 2 286 0 0 0 0 267 0 24 0 9 0 987130820 887877632 10235 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=504/tid=513] ppid=502 vsize=867068 CPUtime=2.67
/proc/504/task/513/stat : 513 (java) S 502 504 31401 0 -1 64 12 286 0 0 0 0 267 0 15 0 9 0 987130820 887877632 10235 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 867068

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

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

Child status: 143
Real time (s): 1805.03
CPU time (s): 1800.09
CPU user time (s): 1799.93
CPU system time (s): 0.165974
CPU usage (%): 99.7266
Max. virtual memory (cumulated for all children) (KiB): 868304

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.93
system time used= 0.165974
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 15106
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 37672
involuntary context switches= 51307

runsolver used 2.51062 second user time and 5.48217 second system time

The end

Launcher Data (download as text)

Begin job on node26 at 2008-07-02 21:25:59
IDJOB=1044534
IDBENCH=53802
IDSOLVER=363
FILE ID=node26/1044534-1215026759
PBS_JOBID= 7874418
Free space on /tmp= 66544 MiB

SOLVER NAME= Abscon 112v4 AC
BENCH NAME= CPAI08/csp/latinSquare/normalized-latinSquare-dg-9_all.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1044534-1215026759/watcher-1044534-1215026759 -o /tmp/evaluation-result-1044534-1215026759/solver-1044534-1215026759 -C 1800 -W 2200 -M 900 --output-limit 1,15  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax HOME/instance-1044534-1215026759.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 7efe3866b185dd04500269e982e38673
RANDOM SEED=1791118154

node26.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.221
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.221
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:       1480624 kB
Buffers:         68684 kB
Cached:         333976 kB
SwapCached:      51036 kB
Active:         281564 kB
Inactive:       242332 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1480624 kB
SwapTotal:     4192956 kB
SwapFree:      4136116 kB
Dirty:            2028 kB
Writeback:           0 kB
Mapped:         137100 kB
Slab:            36444 kB
Committed_AS:  2387568 kB
PageTables:       1964 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= 66544 MiB
End job on node26 at 2008-07-02 21:56:06