Trace number 277422

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
AbsconMax 109 PFCMSAT (TO) 2400.08 2400.8

General information on the benchmark

Nametaillard/
os-taillard-5/os-taillard-5-95-6.xml
MD5SUM1fe56784646537c7e125bf7c53b21105
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkMSAT TO
Best Number of satisfied constraints97
Best CPU time to get the best result obtained on this benchmark2400.07
SatisfiableNO
(Un)Satisfiability was provedNO
Number of variables25
Number of constraints100
Maximum constraint arity2
Maximum domain size287
Number of constraints which are defined in extension0
Number of constraints which are defined in intension100
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)

0.31	   
0.31	Abscon 109 (November, 2006)
0.31	   
0.31	   configuration
0.31	     name=pfc.xml
0.34	   
0.34	   instance
0.34	     name=/tmp/evaluation/277422-1169266293/unknown.xml
0.37	   
0.38	   domains being loaded...
0.38	   
0.38	   variables being loaded...
0.42	     nbVariables=25  nbDomainTypes=25  minDomainSize=192  maxDomainSize=287
0.42	       =>  wckTime=0.11  cpuTime=0.09  mem=6M910
0.42	   
0.42	   predicates being loaded...
0.43	   
0.43	   constraints being loaded...
2.11	     nbConstraints=100  nbConvertedConstraints=100  nbConvertConstraintsChecks=5482843  nbExtensionStructures=100
2.11	     nbSharedExtensionStructures=0  nbConflictsStructures=100  nbSharedConflictsStructures=0
2.11	     nbSharedBinaryRepresentations=19698  maxDegree=8  maxArity=2
2.11	       =>  wckTime=1.793  cpuTime=1.73  mem=13M803
2.15	   
2.15	   solver LocalSearchSolver being built... 
2.19	       =>  wckTime=1.882  cpuTime=1.77  mem=7M577
2.20	
2.20	s SATISFIABLE
2.20	o 66
2.20	c 34
2.21	o 71
2.21	c 29
2.21	o 75
2.21	c 25
2.21	o 78
2.21	c 22
2.21	o 81
2.21	c 19
2.21	o 83
2.21	c 17
2.22	o 84
2.22	c 16
2.22	o 85
2.22	c 15
2.22	o 87
2.22	c 13
2.22	o 88
2.22	c 12
2.22	o 89
2.22	c 11
2.22	o 90
2.22	c 10
2.25	o 91
2.25	c 9
2.26	o 92
2.26	c 8
2.28	o 93
2.28	c 7
2.34	o 94
2.34	c 6
3.14	o 95
3.14	c 5
3.14	o 96
3.14	c 4
15.53	o 97
15.53	c 3
17.08	   
17.08	   search
17.08	     run=0  nbConstraintChecks=140180596  nbAssignments=10000
17.08	       =>  wckTime=14.888  cpuTime=14.85  mem=7M577
30.48	   
30.48	   search
30.48	     run=1  nbConstraintChecks=271065754  nbAssignments=20000
30.48	       =>  wckTime=28.29  cpuTime=28.26  mem=7M577
45.31	   
45.32	   search
45.32	     run=2  nbConstraintChecks=414953850  nbAssignments=30000
45.32	       =>  wckTime=43.122  cpuTime=43.08  mem=7M577
45.54	   
45.54	   search
45.54	     run=3  nbConstraintChecks=417207396  nbAssignments=30154
45.54	       =>  wckTime=43.351  cpuTime=43.31  mem=7M577
45.55	   
45.55	   global
45.55	     nbConstraintChecks=417207396  nbValidityChecks=0  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
45.55	     solvingWckTime=43.348  solvingCpuTime=43.31  expiredTime=no  totalExploration=no  nbFoundSolutions=0
45.55	     globalCpuTime=45.13
45.55	       =>  wckTime=45.233  cpuTime=45.08  mem=7M577
45.55	   
45.55	   solver IterativeSystematicSolver being built... 
45.67	       =>  wckTime=45.36  cpuTime=45.18  mem=17M550
45.68	   
45.68	   preprocessing
45.68	     nbConstraintChecks=0  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
45.68	     detectedInconsistency=no
45.68	       =>  wckTime=0.0070  cpuTime=0.0  mem=17M550
46.37	   
46.37	   search
46.37	     run=0  nbConstraintChecks=9505068  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=304
46.37	     nbFailedAssignments=282  nbBacktracks=10  nbVisitedNodes=597  nbRestartNogoods=0
46.37	       =>  wckTime=0.692  cpuTime=0.65  mem=18M558
48.17	   
48.17	   search
48.17	     run=1  nbConstraintChecks=38921681  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=1146
48.17	     nbFailedAssignments=1095  nbBacktracks=25  nbVisitedNodes=2267  nbRestartNogoods=6
48.17	       =>  wckTime=2.5  cpuTime=2.45  mem=18M558
55.24	   
55.24	   search
55.24	     run=2  nbConstraintChecks=141069902  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=3707
55.24	     nbFailedAssignments=3622  nbBacktracks=47  nbVisitedNodes=7377  nbRestartNogoods=13
55.24	       =>  wckTime=9.566  cpuTime=9.49  mem=18M558
57.57	   
57.57	   search
57.57	     run=3  nbConstraintChecks=172910983  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=4478
57.57	     nbFailedAssignments=4348  nbBacktracks=80  nbVisitedNodes=8907  nbRestartNogoods=53
57.57	       =>  wckTime=11.894  cpuTime=11.82  mem=18M558
68.96	   
68.96	   search
68.96	     run=4  nbConstraintChecks=335331502  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=8742
68.96	     nbFailedAssignments=8549  nbBacktracks=130  nbVisitedNodes=17422  nbRestartNogoods=57
68.96	       =>  wckTime=23.285  cpuTime=23.2  mem=18M558
75.50	   
75.50	   search
75.50	     run=5  nbConstraintChecks=426911719  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=11501
75.50	     nbFailedAssignments=11220  nbBacktracks=205  nbVisitedNodes=22927  nbRestartNogoods=154
75.50	       =>  wckTime=29.822  cpuTime=29.74  mem=18M558
85.57	   
85.57	   search
85.57	     run=6  nbConstraintChecks=567220332  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=15166
85.57	     nbFailedAssignments=14759  nbBacktracks=318  nbVisitedNodes=30244  nbRestartNogoods=256
85.57	       =>  wckTime=39.899  cpuTime=39.81  mem=18M558
93.14	   
93.14	   search
93.14	     run=7  nbConstraintChecks=672724218  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=17921
93.14	     nbFailedAssignments=17331  nbBacktracks=488  nbVisitedNodes=35741  nbRestartNogoods=324
93.14	       =>  wckTime=47.47  cpuTime=47.38  mem=18M558
114.18	   
114.18	   search
114.18	     run=8  nbConstraintChecks=953574635  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=24132
114.18	     nbFailedAssignments=23275  nbBacktracks=744  nbVisitedNodes=48152  nbRestartNogoods=465
114.18	       =>  wckTime=68.507  cpuTime=68.41  mem=18M558
129.24	   
129.24	   search
129.24	     run=9  nbConstraintChecks=1138319613  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=28751
129.24	     nbFailedAssignments=27500  nbBacktracks=1128  nbVisitedNodes=57379  nbRestartNogoods=580
129.24	       =>  wckTime=83.569  cpuTime=83.46  mem=18M558
148.47	   
148.47	   search
148.47	     run=10  nbConstraintChecks=1366939249  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=33787
148.47	     nbFailedAssignments=31948  nbBacktracks=1704  nbVisitedNodes=67439  nbRestartNogoods=635
148.47	       =>  wckTime=102.792  cpuTime=102.68  mem=18M558
196.33	   
196.33	   search
196.33	     run=11  nbConstraintChecks=2043864252  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=51006
196.33	     nbFailedAssignments=48291  nbBacktracks=2568  nbVisitedNodes=101865  nbRestartNogoods=833
196.33	       =>  wckTime=150.656  cpuTime=150.52  mem=18M558
264.92	   
264.92	   search
264.92	     run=12  nbConstraintChecks=2727187322  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=66221
264.92	     nbFailedAssignments=62203  nbBacktracks=3865  nbVisitedNodes=132289  nbRestartNogoods=954
264.92	       =>  wckTime=219.245  cpuTime=219.09  mem=18M558
390.03	   
390.03	   search
390.03	     run=13  nbConstraintChecks=4004441788  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=94649
390.03	     nbFailedAssignments=88675  nbBacktracks=5811  nbVisitedNodes=189135  nbRestartNogoods=1023
390.03	       =>  wckTime=344.356  cpuTime=344.17  mem=18M558
473.76	   
473.76	   search
473.77	     run=14  nbConstraintChecks=4904695802  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=111882
473.77	     nbFailedAssignments=102980  nbBacktracks=8730  nbVisitedNodes=223124  nbRestartNogoods=1061
473.77	       =>  wckTime=428.091  cpuTime=427.87  mem=18M558
666.03	   
666.03	   search
666.03	     run=15  nbConstraintChecks=7418170787  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=151520
666.03	     nbFailedAssignments=138231  nbBacktracks=13108  nbVisitedNodes=302391  nbRestartNogoods=1139
666.03	       =>  wckTime=620.352  cpuTime=620.08  mem=18M558
1161.15	   
1161.15	   search
1161.15	     run=16  nbConstraintChecks=12617432817  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=253209
1161.15	     nbFailedAssignments=233341  nbBacktracks=19676  nbVisitedNodes=505750  nbRestartNogoods=1225
1161.15	       =>  wckTime=1115.471  cpuTime=1115.06  mem=18M558
1940.82	   
1940.82	   search
1940.82	     run=17  nbConstraintChecks=20693689852  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=429626
1940.82	     nbFailedAssignments=399899  nbBacktracks=29528  nbVisitedNodes=858477  nbRestartNogoods=1398
1940.82	       =>  wckTime=1895.143  cpuTime=1894.5  mem=18M558
2400.76	v 11 90 159 222 107 89 228 81 0 171 139 3 210 71 0 0 107 229 208 166 1 208 118 79 98 

Verifier Data (download as text)

3 unsatisfied constraints, 97 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/node71/watcher-277422-1169266293 -o ROOT/results/node71/solver-277422-1169266293 -C 2400 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar pfc.xml 1 XSax /tmp/evaluation/277422-1169266293/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: 0.92 1.22 1.61 3/70 25567
/proc/meminfo: memFree=1292216/2055920 swapFree=4192812/4192956
[pid=25566] ppid=25557 vsize=172 CPUtime=0
/proc/25566/stat : 25566 (java) R 25557 25566 25458 0 -1 0 217 0 0 0 0 0 0 0 18 0 1 0 74126145 176128 24 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 7205668 0 0 4096 0 0 0 0 17 0 0 0
/proc/25566/statm: 43 24 18 14 0 3 0

[startup+0.106509 s]
/proc/loadavg: 0.92 1.22 1.61 3/70 25567
/proc/meminfo: memFree=1292216/2055920 swapFree=4192812/4192956
[pid=25566] ppid=25557 vsize=914988 CPUtime=0.09
/proc/25566/stat : 25566 (java) R 25557 25566 25458 0 -1 0 2984 0 1 0 7 2 0 0 19 0 8 0 74126145 936947712 2730 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4155582906 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25566/statm: 228747 2731 1425 14 0 215242 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 914988

[startup+0.517564 s]
/proc/loadavg: 0.92 1.22 1.61 3/70 25567
/proc/meminfo: memFree=1292216/2055920 swapFree=4192812/4192956
[pid=25566] ppid=25557 vsize=915472 CPUtime=0.5
/proc/25566/stat : 25566 (java) R 25557 25566 25458 0 -1 0 6530 0 1 0 45 5 0 0 18 0 8 0 74126145 937443328 6269 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073470032 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25566/statm: 228868 6269 2167 14 0 215338 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 915472

[startup+1.34567 s]
/proc/loadavg: 0.92 1.22 1.61 3/87 25584
/proc/meminfo: memFree=1253872/2055920 swapFree=4192812/4192956
[pid=25566] ppid=25557 vsize=915472 CPUtime=1.32
/proc/25566/stat : 25566 (java) R 25557 25566 25458 0 -1 0 7199 0 1 0 127 5 0 0 25 0 8 0 74126145 937443328 6937 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073604802 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25566/statm: 228868 6937 2168 14 0 215338 0
[pid=25566/tid=25571] ppid=25557 vsize=915472 CPUtime=0
/proc/25566/task/25571/stat : 25571 (java) S 25557 25566 25458 0 -1 64 7 0 0 0 0 0 0 0 17 0 8 0 74126150 937443328 6937 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=25566/tid=25572] ppid=25557 vsize=915472 CPUtime=0
/proc/25566/task/25572/stat : 25572 (java) S 25557 25566 25458 0 -1 64 10 0 0 0 0 0 0 0 19 0 8 0 74126150 937443328 6937 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25566/tid=25573] ppid=25557 vsize=915472 CPUtime=0
/proc/25566/task/25573/stat : 25573 (java) S 25557 25566 25458 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 74126150 937443328 6937 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25566/tid=25577] ppid=25557 vsize=915472 CPUtime=0
/proc/25566/task/25577/stat : 25577 (java) S 25557 25566 25458 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 74126153 937443328 6937 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25566/tid=25578] ppid=25557 vsize=915472 CPUtime=0.09
/proc/25566/task/25578/stat : 25578 (java) S 25557 25566 25458 0 -1 64 311 0 0 0 9 0 0 0 16 0 8 0 74126153 937443328 6937 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25566/tid=25579] ppid=25557 vsize=915472 CPUtime=0
/proc/25566/task/25579/stat : 25579 (java) S 25557 25566 25458 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 74126153 937443328 6937 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25566/tid=25580] ppid=25557 vsize=915472 CPUtime=0
/proc/25566/task/25580/stat : 25580 (java) S 25557 25566 25458 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 74126153 937443328 6937 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 915472

[startup+2.9839 s]
/proc/loadavg: 0.92 1.22 1.61 3/87 25584
/proc/meminfo: memFree=1243952/2055920 swapFree=4192812/4192956
[pid=25566] ppid=25557 vsize=915472 CPUtime=2.95
/proc/25566/stat : 25566 (java) R 25557 25566 25458 0 -1 0 8802 0 1 0 286 9 0 0 25 0 8 0 74126145 937443328 8539 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073664277 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25566/statm: 228868 8539 2496 14 0 215338 0
[pid=25566/tid=25571] ppid=25557 vsize=915472 CPUtime=0.03
/proc/25566/task/25571/stat : 25571 (java) S 25557 25566 25458 0 -1 64 662 0 0 0 3 0 0 0 16 0 8 0 74126150 937443328 8539 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=25566/tid=25572] ppid=25557 vsize=915472 CPUtime=0
/proc/25566/task/25572/stat : 25572 (java) S 25557 25566 25458 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 74126150 937443328 8539 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25566/tid=25573] ppid=25557 vsize=915476 CPUtime=0
/proc/25566/task/25573/stat : 25573 (java) S 25557 25566 25458 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 74126150 937447424 8539 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25566/tid=25577] ppid=25557 vsize=915472 CPUtime=0
/proc/25566/task/25577/stat : 25577 (java) S 25557 25566 25458 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 74126153 937443328 8539 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25566/tid=25578] ppid=25557 vsize=915472 CPUtime=0.13
/proc/25566/task/25578/stat : 25578 (java) S 25557 25566 25458 0 -1 64 327 0 0 0 12 1 0 0 15 0 8 0 74126153 937443328 8539 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25566/tid=25579] ppid=25557 vsize=915472 CPUtime=0
/proc/25566/task/25579/stat : 25579 (java) S 25557 25566 25458 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 74126153 937443328 8539 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25566/tid=25580] ppid=25557 vsize=915472 CPUtime=0
/proc/25566/task/25580/stat : 25580 (java) S 25557 25566 25458 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 74126153 937443328 8539 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.95
Current children cumulated vsize (KiB) 915472

[startup+6.26335 s]
/proc/loadavg: 1.01 1.24 1.61 3/87 25584
/proc/meminfo: memFree=1243824/2055920 swapFree=4192812/4192956
[pid=25566] ppid=25557 vsize=915472 CPUtime=6.24
/proc/25566/stat : 25566 (java) R 25557 25566 25458 0 -1 0 8807 0 1 0 604 20 0 0 25 0 8 0 74126145 937443328 8543 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073669341 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25566/statm: 228868 8543 2496 14 0 215338 0
[pid=25566/tid=25571] ppid=25557 vsize=915472 CPUtime=0.03
/proc/25566/task/25571/stat : 25571 (java) S 25557 25566 25458 0 -1 64 662 0 0 0 3 0 0 0 16 0 8 0 74126150 937443328 8543 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=25566/tid=25572] ppid=25557 vsize=915472 CPUtime=0
/proc/25566/task/25572/stat : 25572 (java) S 25557 25566 25458 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 74126150 937443328 8543 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25566/tid=25573] ppid=25557 vsize=915472 CPUtime=0
/proc/25566/task/25573/stat : 25573 (java) S 25557 25566 25458 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 74126150 937443328 8543 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25566/tid=25577] ppid=25557 vsize=915472 CPUtime=0
/proc/25566/task/25577/stat : 25577 (java) S 25557 25566 25458 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 74126153 937443328 8543 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25566/tid=25578] ppid=25557 vsize=915472 CPUtime=0.13
/proc/25566/task/25578/stat : 25578 (java) S 25557 25566 25458 0 -1 64 331 0 0 0 12 1 0 0 15 0 8 0 74126153 937443328 8543 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25566/tid=25579] ppid=25557 vsize=915472 CPUtime=0
/proc/25566/task/25579/stat : 25579 (java) S 25557 25566 25458 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 74126153 937443328 8543 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25566/tid=25580] ppid=25557 vsize=915472 CPUtime=0
/proc/25566/task/25580/stat : 25580 (java) S 25557 25566 25458 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 74126153 937443328 8543 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 915472

[startup+12.7492 s]
/proc/loadavg: 1.09 1.25 1.61 3/87 25584
/proc/meminfo: memFree=1243824/2055920 swapFree=4192812/4192956
[pid=25566] ppid=25557 vsize=915472 CPUtime=12.72
/proc/25566/stat : 25566 (java) R 25557 25566 25458 0 -1 0 8807 0 1 0 1235 37 0 0 25 0 8 0 74126145 937443328 8543 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25566/statm: 228868 8543 2496 14 0 215338 0
[pid=25566/tid=25571] ppid=25557 vsize=915472 CPUtime=0.03
/proc/25566/task/25571/stat : 25571 (java) S 25557 25566 25458 0 -1 64 662 0 0 0 3 0 0 0 16 0 8 0 74126150 937443328 8543 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=25566/tid=25572] ppid=25557 vsize=915472 CPUtime=0
/proc/25566/task/25572/stat : 25572 (java) S 25557 25566 25458 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 74126150 937443328 8543 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25566/tid=25573] ppid=25557 vsize=915472 CPUtime=0
/proc/25566/task/25573/stat : 25573 (java) S 25557 25566 25458 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 74126150 937443328 8543 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25566/tid=25577] ppid=25557 vsize=915472 CPUtime=0
/proc/25566/task/25577/stat : 25577 (java) S 25557 25566 25458 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 74126153 937443328 8543 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25566/tid=25578] ppid=25557 vsize=915472 CPUtime=0.13
/proc/25566/task/25578/stat : 25578 (java) S 25557 25566 25458 0 -1 64 331 0 0 0 12 1 0 0 15 0 8 0 74126153 937443328 8543 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25566/tid=25579] ppid=25557 vsize=915472 CPUtime=0
/proc/25566/task/25579/stat : 25579 (java) S 25557 25566 25458 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 74126153 937443328 8543 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25566/tid=25580] ppid=25557 vsize=915472 CPUtime=0
/proc/25566/task/25580/stat : 25580 (java) S 25557 25566 25458 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 74126153 937443328 8543 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.72
Current children cumulated vsize (KiB) 915472

[startup+25.594 s]
/proc/loadavg: 1.29 1.29 1.62 3/87 25584
/proc/meminfo: memFree=1243888/2055920 swapFree=4192812/4192956
[pid=25566] ppid=25557 vsize=915472 CPUtime=25.56
/proc/25566/stat : 25566 (java) R 25557 25566 25458 0 -1 0 8810 0 1 0 2482 74 0 0 25 0 8 0 74126145 937443328 8546 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25566/statm: 228868 8546 2496 14 0 215338 0
[pid=25566/tid=25571] ppid=25557 vsize=915472 CPUtime=0.03
/proc/25566/task/25571/stat : 25571 (java) S 25557 25566 25458 0 -1 64 662 0 0 0 3 0 0 0 16 0 8 0 74126150 937443328 8546 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=25566/tid=25572] ppid=25557 vsize=915472 CPUtime=0
/proc/25566/task/25572/stat : 25572 (java) S 25557 25566 25458 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 74126150 937443328 8546 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25566/tid=25573] ppid=25557 vsize=915472 CPUtime=0
/proc/25566/task/25573/stat : 25573 (java) S 25557 25566 25458 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 74126150 937443328 8546 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25566/tid=25577] ppid=25557 vsize=915472 CPUtime=0
/proc/25566/task/25577/stat : 25577 (java) S 25557 25566 25458 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 74126153 937443328 8546 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25566/tid=25578] ppid=25557 vsize=915472 CPUtime=0.14
/proc/25566/task/25578/stat : 25578 (java) S 25557 25566 25458 0 -1 64 334 0 0 0 13 1 0 0 16 0 8 0 74126153 937443328 8546 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25566/tid=25579] ppid=25557 vsize=915472 CPUtime=0
/proc/25566/task/25579/stat : 25579 (java) S 25557 25566 25458 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 74126153 937443328 8546 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25566/tid=25580] ppid=25557 vsize=915472 CPUtime=0
/proc/25566/task/25580/stat : 25580 (java) S 25557 25566 25458 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 74126153 937443328 8546 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.56
Current children cumulated vsize (KiB) 915472

[startup+51.2935 s]
/proc/loadavg: 1.53 1.34 1.63 3/87 25584
/proc/meminfo: memFree=1238192/2055920 swapFree=4192812/4192956
[pid=25566] ppid=25557 vsize=915472 CPUtime=51.25
/proc/25566/stat : 25566 (java) R 25557 25566 25458 0 -1 0 9478 0 1 0 4993 132 0 0 25 0 8 0 74126145 937443328 9210 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4072918523 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25566/statm: 228868 9210 2544 14 0 215338 0
[pid=25566/tid=25571] ppid=25557 vsize=915472 CPUtime=0.03
/proc/25566/task/25571/stat : 25571 (java) S 25557 25566 25458 0 -1 64 663 0 0 0 3 0 0 0 16 0 8 0 74126150 937443328 9210 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=25566/tid=25572] ppid=25557 vsize=915472 CPUtime=0
/proc/25566/task/25572/stat : 25572 (java) S 25557 25566 25458 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 74126150 937443328 9210 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25566/tid=25573] ppid=25557 vsize=915472 CPUtime=0
/proc/25566/task/25573/stat : 25573 (java) S 25557 25566 25458 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 74126150 937443328 9210 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25566/tid=25577] ppid=25557 vsize=915472 CPUtime=0
/proc/25566/task/25577/stat : 25577 (java) S 25557 25566 25458 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 74126153 937443328 9210 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25566/tid=25578] ppid=25557 vsize=915472 CPUtime=0.22
/proc/25566/task/25578/stat : 25578 (java) S 25557 25566 25458 0 -1 64 383 0 0 0 21 1 0 0 16 0 8 0 74126153 937443328 9210 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25566/tid=25579] ppid=25557 vsize=915472 CPUtime=0
/proc/25566/task/25579/stat : 25579 (java) S 25557 25566 25458 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 74126153 937443328 9210 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25566/tid=25580] ppid=25557 vsize=915472 CPUtime=0
/proc/25566/task/25580/stat : 25580 (java) S 25557 25566 25458 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 74126153 937443328 9210 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 51.25
Current children cumulated vsize (KiB) 915472

[startup+102.58 s]
/proc/loadavg: 1.84 1.46 1.65 3/87 25584
/proc/meminfo: memFree=1238064/2055920 swapFree=4192812/4192956
[pid=25566] ppid=25557 vsize=915472 CPUtime=102.52
/proc/25566/stat : 25566 (java) R 25557 25566 25458 0 -1 0 9506 0 1 0 10120 132 0 0 25 0 8 0 74126145 937443328 9235 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073779064 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25566/statm: 228868 9235 2544 14 0 215338 0
[pid=25566/tid=25571] ppid=25557 vsize=915472 CPUtime=0.03
/proc/25566/task/25571/stat : 25571 (java) S 25557 25566 25458 0 -1 64 663 0 0 0 3 0 0 0 16 0 8 0 74126150 937443328 9235 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=25566/tid=25572] ppid=25557 vsize=915472 CPUtime=0
/proc/25566/task/25572/stat : 25572 (java) S 25557 25566 25458 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 74126150 937443328 9235 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25566/tid=25573] ppid=25557 vsize=915472 CPUtime=0
/proc/25566/task/25573/stat : 25573 (java) S 25557 25566 25458 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 74126150 937443328 9235 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25566/tid=25577] ppid=25557 vsize=915472 CPUtime=0
/proc/25566/task/25577/stat : 25577 (java) S 25557 25566 25458 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 74126153 937443328 9235 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25566/tid=25578] ppid=25557 vsize=915472 CPUtime=0.23
/proc/25566/task/25578/stat : 25578 (java) S 25557 25566 25458 0 -1 64 387 0 0 0 22 1 0 0 15 0 8 0 74126153 937443328 9235 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25566/tid=25579] ppid=25557 vsize=915472 CPUtime=0
/proc/25566/task/25579/stat : 25579 (java) S 25557 25566 25458 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 74126153 937443328 9235 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25566/tid=25580] ppid=25557 vsize=915472 CPUtime=0
/proc/25566/task/25580/stat : 25580 (java) S 25557 25566 25458 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 74126153 937443328 9235 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 102.52
Current children cumulated vsize (KiB) 915472

[startup+162.607 s]
/proc/loadavg: 1.94 1.55 1.67 3/87 25584
/proc/meminfo: memFree=1238000/2055920 swapFree=4192812/4192956
[pid=25566] ppid=25557 vsize=915472 CPUtime=162.53
/proc/25566/stat : 25566 (java) R 25557 25566 25458 0 -1 0 9522 0 1 0 16121 132 0 0 25 0 8 0 74126145 937443328 9250 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073662216 0 4 0 23759 18446744073709551615 0 0 17 1 0 0

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

Current children cumulated CPU time (s) 2022.55
Current children cumulated vsize (KiB) 915472

[startup+2083.18 s]
/proc/loadavg: 2.00 2.00 1.91 3/87 25586
/proc/meminfo: memFree=1237488/2055920 swapFree=4192812/4192956
[pid=25566] ppid=25557 vsize=915472 CPUtime=2082.55
/proc/25566/stat : 25566 (java) R 25557 25566 25458 0 -1 0 9552 0 1 0 208121 134 0 0 25 0 8 0 74126145 937443328 9278 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073847445 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25566/statm: 228868 9278 2544 14 0 215338 0
[pid=25566/tid=25571] ppid=25557 vsize=915472 CPUtime=0.03
/proc/25566/task/25571/stat : 25571 (java) S 25557 25566 25458 0 -1 64 663 0 0 0 3 0 0 0 16 0 8 0 74126150 937443328 9278 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=25566/tid=25572] ppid=25557 vsize=915472 CPUtime=0
/proc/25566/task/25572/stat : 25572 (java) S 25557 25566 25458 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 74126150 937443328 9278 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25566/tid=25573] ppid=25557 vsize=915472 CPUtime=0
/proc/25566/task/25573/stat : 25573 (java) S 25557 25566 25458 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 74126150 937443328 9278 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25566/tid=25577] ppid=25557 vsize=915472 CPUtime=0
/proc/25566/task/25577/stat : 25577 (java) S 25557 25566 25458 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 74126153 937443328 9278 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25566/tid=25578] ppid=25557 vsize=915472 CPUtime=0.24
/proc/25566/task/25578/stat : 25578 (java) S 25557 25566 25458 0 -1 64 390 0 0 0 23 1 0 0 16 0 8 0 74126153 937443328 9278 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25566/tid=25579] ppid=25557 vsize=915472 CPUtime=0
/proc/25566/task/25579/stat : 25579 (java) S 25557 25566 25458 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 74126153 937443328 9278 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25566/tid=25580] ppid=25557 vsize=915472 CPUtime=0
/proc/25566/task/25580/stat : 25580 (java) S 25557 25566 25458 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 74126153 937443328 9278 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2082.55
Current children cumulated vsize (KiB) 915472

[startup+2143.2 s]
/proc/loadavg: 2.05 2.01 1.91 3/87 25586
/proc/meminfo: memFree=1237488/2055920 swapFree=4192812/4192956
[pid=25566] ppid=25557 vsize=915472 CPUtime=2142.55
/proc/25566/stat : 25566 (java) R 25557 25566 25458 0 -1 0 9552 0 1 0 214121 134 0 0 25 0 8 0 74126145 937443328 9278 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073779039 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25566/statm: 228868 9278 2544 14 0 215338 0
[pid=25566/tid=25571] ppid=25557 vsize=915472 CPUtime=0.03
/proc/25566/task/25571/stat : 25571 (java) S 25557 25566 25458 0 -1 64 663 0 0 0 3 0 0 0 16 0 8 0 74126150 937443328 9278 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=25566/tid=25572] ppid=25557 vsize=915472 CPUtime=0
/proc/25566/task/25572/stat : 25572 (java) S 25557 25566 25458 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 74126150 937443328 9278 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25566/tid=25573] ppid=25557 vsize=915472 CPUtime=0
/proc/25566/task/25573/stat : 25573 (java) S 25557 25566 25458 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 74126150 937443328 9278 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25566/tid=25577] ppid=25557 vsize=915472 CPUtime=0
/proc/25566/task/25577/stat : 25577 (java) S 25557 25566 25458 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 74126153 937443328 9278 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25566/tid=25578] ppid=25557 vsize=915472 CPUtime=0.24
/proc/25566/task/25578/stat : 25578 (java) S 25557 25566 25458 0 -1 64 390 0 0 0 23 1 0 0 16 0 8 0 74126153 937443328 9278 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25566/tid=25579] ppid=25557 vsize=915472 CPUtime=0
/proc/25566/task/25579/stat : 25579 (java) S 25557 25566 25458 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 74126153 937443328 9278 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25566/tid=25580] ppid=25557 vsize=915472 CPUtime=0
/proc/25566/task/25580/stat : 25580 (java) S 25557 25566 25458 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 74126153 937443328 9278 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2142.55
Current children cumulated vsize (KiB) 915472

[startup+2203.22 s]
/proc/loadavg: 2.02 2.01 1.91 3/87 25586
/proc/meminfo: memFree=1237488/2055920 swapFree=4192812/4192956
[pid=25566] ppid=25557 vsize=915472 CPUtime=2202.55
/proc/25566/stat : 25566 (java) R 25557 25566 25458 0 -1 0 9552 0 1 0 220121 134 0 0 25 0 8 0 74126145 937443328 9278 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073779036 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25566/statm: 228868 9278 2544 14 0 215338 0
[pid=25566/tid=25571] ppid=25557 vsize=915472 CPUtime=0.03
/proc/25566/task/25571/stat : 25571 (java) S 25557 25566 25458 0 -1 64 663 0 0 0 3 0 0 0 16 0 8 0 74126150 937443328 9278 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=25566/tid=25572] ppid=25557 vsize=915472 CPUtime=0
/proc/25566/task/25572/stat : 25572 (java) S 25557 25566 25458 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 74126150 937443328 9278 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25566/tid=25573] ppid=25557 vsize=915472 CPUtime=0
/proc/25566/task/25573/stat : 25573 (java) S 25557 25566 25458 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 74126150 937443328 9278 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25566/tid=25577] ppid=25557 vsize=915472 CPUtime=0
/proc/25566/task/25577/stat : 25577 (java) S 25557 25566 25458 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 74126153 937443328 9278 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25566/tid=25578] ppid=25557 vsize=915472 CPUtime=0.24
/proc/25566/task/25578/stat : 25578 (java) S 25557 25566 25458 0 -1 64 390 0 0 0 23 1 0 0 16 0 8 0 74126153 937443328 9278 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25566/tid=25579] ppid=25557 vsize=915472 CPUtime=0
/proc/25566/task/25579/stat : 25579 (java) S 25557 25566 25458 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 74126153 937443328 9278 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25566/tid=25580] ppid=25557 vsize=915472 CPUtime=0
/proc/25566/task/25580/stat : 25580 (java) S 25557 25566 25458 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 74126153 937443328 9278 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2202.55
Current children cumulated vsize (KiB) 915472

[startup+2263.24 s]
/proc/loadavg: 2.12 2.03 1.93 3/87 25586
/proc/meminfo: memFree=1237488/2055920 swapFree=4192812/4192956
[pid=25566] ppid=25557 vsize=915472 CPUtime=2262.55
/proc/25566/stat : 25566 (java) R 25557 25566 25458 0 -1 0 9552 0 1 0 226121 134 0 0 25 0 8 0 74126145 937443328 9278 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073784395 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25566/statm: 228868 9278 2544 14 0 215338 0
[pid=25566/tid=25571] ppid=25557 vsize=915472 CPUtime=0.03
/proc/25566/task/25571/stat : 25571 (java) S 25557 25566 25458 0 -1 64 663 0 0 0 3 0 0 0 16 0 8 0 74126150 937443328 9278 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=25566/tid=25572] ppid=25557 vsize=915472 CPUtime=0
/proc/25566/task/25572/stat : 25572 (java) S 25557 25566 25458 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 74126150 937443328 9278 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25566/tid=25573] ppid=25557 vsize=915472 CPUtime=0
/proc/25566/task/25573/stat : 25573 (java) S 25557 25566 25458 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 74126150 937443328 9278 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25566/tid=25577] ppid=25557 vsize=915472 CPUtime=0
/proc/25566/task/25577/stat : 25577 (java) S 25557 25566 25458 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 74126153 937443328 9278 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25566/tid=25578] ppid=25557 vsize=915472 CPUtime=0.24
/proc/25566/task/25578/stat : 25578 (java) S 25557 25566 25458 0 -1 64 390 0 0 0 23 1 0 0 16 0 8 0 74126153 937443328 9278 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25566/tid=25579] ppid=25557 vsize=915472 CPUtime=0
/proc/25566/task/25579/stat : 25579 (java) S 25557 25566 25458 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 74126153 937443328 9278 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25566/tid=25580] ppid=25557 vsize=915472 CPUtime=0
/proc/25566/task/25580/stat : 25580 (java) S 25557 25566 25458 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 74126153 937443328 9278 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2262.55
Current children cumulated vsize (KiB) 915472

[startup+2323.27 s]
/proc/loadavg: 2.04 2.03 1.93 3/87 25586
/proc/meminfo: memFree=1237488/2055920 swapFree=4192812/4192956
[pid=25566] ppid=25557 vsize=915472 CPUtime=2322.56
/proc/25566/stat : 25566 (java) R 25557 25566 25458 0 -1 0 9552 0 1 0 232122 134 0 0 25 0 8 0 74126145 937443328 9278 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073790611 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25566/statm: 228868 9278 2544 14 0 215338 0
[pid=25566/tid=25571] ppid=25557 vsize=915472 CPUtime=0.03
/proc/25566/task/25571/stat : 25571 (java) S 25557 25566 25458 0 -1 64 663 0 0 0 3 0 0 0 16 0 8 0 74126150 937443328 9278 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=25566/tid=25572] ppid=25557 vsize=915472 CPUtime=0
/proc/25566/task/25572/stat : 25572 (java) S 25557 25566 25458 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 74126150 937443328 9278 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25566/tid=25573] ppid=25557 vsize=915472 CPUtime=0
/proc/25566/task/25573/stat : 25573 (java) S 25557 25566 25458 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 74126150 937443328 9278 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25566/tid=25577] ppid=25557 vsize=915472 CPUtime=0
/proc/25566/task/25577/stat : 25577 (java) S 25557 25566 25458 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 74126153 937443328 9278 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25566/tid=25578] ppid=25557 vsize=915472 CPUtime=0.24
/proc/25566/task/25578/stat : 25578 (java) S 25557 25566 25458 0 -1 64 390 0 0 0 23 1 0 0 16 0 8 0 74126153 937443328 9278 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25566/tid=25579] ppid=25557 vsize=915472 CPUtime=0
/proc/25566/task/25579/stat : 25579 (java) S 25557 25566 25458 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 74126153 937443328 9278 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25566/tid=25580] ppid=25557 vsize=915472 CPUtime=0
/proc/25566/task/25580/stat : 25580 (java) S 25557 25566 25458 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 74126153 937443328 9278 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2322.56
Current children cumulated vsize (KiB) 915472

[startup+2383.29 s]
/proc/loadavg: 2.08 2.04 1.93 3/87 25586
/proc/meminfo: memFree=1237424/2055920 swapFree=4192812/4192956
[pid=25566] ppid=25557 vsize=915472 CPUtime=2382.56
/proc/25566/stat : 25566 (java) R 25557 25566 25458 0 -1 0 9552 0 1 0 238122 134 0 0 25 0 8 0 74126145 937443328 9278 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073336182 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25566/statm: 228868 9278 2544 14 0 215338 0
[pid=25566/tid=25571] ppid=25557 vsize=915472 CPUtime=0.03
/proc/25566/task/25571/stat : 25571 (java) S 25557 25566 25458 0 -1 64 663 0 0 0 3 0 0 0 16 0 8 0 74126150 937443328 9278 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=25566/tid=25572] ppid=25557 vsize=915472 CPUtime=0
/proc/25566/task/25572/stat : 25572 (java) S 25557 25566 25458 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 74126150 937443328 9278 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25566/tid=25573] ppid=25557 vsize=915472 CPUtime=0
/proc/25566/task/25573/stat : 25573 (java) S 25557 25566 25458 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 74126150 937443328 9278 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25566/tid=25577] ppid=25557 vsize=915472 CPUtime=0
/proc/25566/task/25577/stat : 25577 (java) S 25557 25566 25458 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 74126153 937443328 9278 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25566/tid=25578] ppid=25557 vsize=915472 CPUtime=0.24
/proc/25566/task/25578/stat : 25578 (java) S 25557 25566 25458 0 -1 64 390 0 0 0 23 1 0 0 16 0 8 0 74126153 937443328 9278 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25566/tid=25579] ppid=25557 vsize=915472 CPUtime=0
/proc/25566/task/25579/stat : 25579 (java) S 25557 25566 25458 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 74126153 937443328 9278 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25566/tid=25580] ppid=25557 vsize=915472 CPUtime=0
/proc/25566/task/25580/stat : 25580 (java) S 25557 25566 25458 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 74126153 937443328 9278 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2382.56
Current children cumulated vsize (KiB) 915472



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2400.76 s]
/proc/loadavg: 2.06 2.03 1.93 3/87 25586
/proc/meminfo: memFree=1237488/2055920 swapFree=4192812/4192956
[pid=25566] ppid=25557 vsize=915472 CPUtime=2400.03
/proc/25566/stat : 25566 (java) R 25557 25566 25458 0 -1 0 9552 0 1 0 239869 134 0 0 25 0 8 0 74126145 937443328 9278 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073779042 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25566/statm: 228868 9278 2544 14 0 215338 0
[pid=25566/tid=25571] ppid=25557 vsize=915472 CPUtime=0.03
/proc/25566/task/25571/stat : 25571 (java) S 25557 25566 25458 0 -1 64 663 0 0 0 3 0 0 0 16 0 8 0 74126150 937443328 9278 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=25566/tid=25572] ppid=25557 vsize=915472 CPUtime=0
/proc/25566/task/25572/stat : 25572 (java) S 25557 25566 25458 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 74126150 937443328 9278 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25566/tid=25573] ppid=25557 vsize=915472 CPUtime=0
/proc/25566/task/25573/stat : 25573 (java) S 25557 25566 25458 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 74126150 937443328 9278 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25566/tid=25577] ppid=25557 vsize=915472 CPUtime=0
/proc/25566/task/25577/stat : 25577 (java) S 25557 25566 25458 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 74126153 937443328 9278 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25566/tid=25578] ppid=25557 vsize=915472 CPUtime=0.24
/proc/25566/task/25578/stat : 25578 (java) S 25557 25566 25458 0 -1 64 390 0 0 0 23 1 0 0 16 0 8 0 74126153 937443328 9278 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25566/tid=25579] ppid=25557 vsize=915472 CPUtime=0
/proc/25566/task/25579/stat : 25579 (java) S 25557 25566 25458 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 74126153 937443328 9278 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25566/tid=25580] ppid=25557 vsize=915472 CPUtime=0
/proc/25566/task/25580/stat : 25580 (java) S 25557 25566 25458 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 74126153 937443328 9278 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2400.03
Current children cumulated vsize (KiB) 915472

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

Child status: 143
Real time (s): 2400.8
CPU time (s): 2400.08
CPU user time (s): 2398.73
CPU system time (s): 1.35079
CPU usage (%): 99.97
Max. virtual memory (cumulated for all children) (KiB): 915476

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

runsolver used 2.32065 s user time and 6.548 s system time

The end

Launcher Data (download as text)

Begin job on node71 on Sat Jan 20 04:11:33 UTC 2007


IDJOB= 277422
IDBENCH= 6694
IDSOLVER= 69
FILE ID= node71/277422-1169266293

PBS_JOBID= 3607397

Free space on /tmp= 66561 MiB

SOLVER NAME= AbsconMax 109 PFC
BENCH NAME= HOME/pub/bench/CPAI06/taillard/os-taillard-5/os-taillard-5-95-6.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar pfc.xml 1 XSax /tmp/evaluation/277422-1169266293/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node71/watcher-277422-1169266293 -o ROOT/results/node71/solver-277422-1169266293 -C 2400 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar pfc.xml 1 XSax /tmp/evaluation/277422-1169266293/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  1fe56784646537c7e125bf7c53b21105

RANDOM SEED= 300735902

TIME LIMIT= 2400 seconds

MEMORY LIMIT= 900 MiB


/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.236
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.236
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1293352 kB
Buffers:         50472 kB
Cached:         617152 kB
SwapCached:          0 kB
Active:          90752 kB
Inactive:       597000 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1293352 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            3548 kB
Writeback:           0 kB
Mapped:          30288 kB
Slab:            60552 kB
Committed_AS:   628488 kB
PageTables:       1660 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= 66561 MiB



End job on node71 on Sat Jan 20 04:51:34 UTC 2007