Trace number 277443

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.05 2421.32

General information on the benchmark

Nametaillard/
os-taillard-5/os-taillard-5-95-0.xml
MD5SUMa3456e6d65e65aed2a5080188859f278
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkMSAT TO
Best Number of satisfied constraints96
Best CPU time to get the best result obtained on this benchmark2400.05
SatisfiableNO
(Un)Satisfiability was provedNO
Number of variables25
Number of constraints100
Maximum constraint arity2
Maximum domain size285
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.35	   
0.35	Abscon 109 (November, 2006)
0.35	   
0.35	   configuration
0.35	     name=pfc.xml
0.39	   
0.39	   instance
0.39	     name=/tmp/evaluation/277443-1169268038/unknown.xml
0.42	   
0.42	   domains being loaded...
0.42	   
0.43	   variables being loaded...
0.47	     nbVariables=25  nbDomainTypes=25  minDomainSize=188  maxDomainSize=285
0.47	       =>  wckTime=0.11  cpuTime=0.09  mem=6M910
0.47	   
0.47	   predicates being loaded...
0.47	   
0.47	   constraints being loaded...
2.15	     nbConstraints=100  nbConvertedConstraints=100  nbConvertConstraintsChecks=5484605  nbExtensionStructures=100
2.15	     nbSharedExtensionStructures=0  nbConflictsStructures=100  nbSharedConflictsStructures=0
2.15	     nbSharedBinaryRepresentations=17982  maxDegree=8  maxArity=2
2.15	       =>  wckTime=1.798  cpuTime=1.73  mem=13M737
2.20	   
2.20	   solver LocalSearchSolver being built... 
2.24	       =>  wckTime=1.887  cpuTime=1.77  mem=7M679
2.26	
2.26	s SATISFIABLE
2.26	o 65
2.26	c 35
2.26	o 70
2.26	c 30
2.26	o 74
2.26	c 26
2.26	o 78
2.26	c 22
2.26	o 81
2.26	c 19
2.27	o 83
2.27	c 17
2.27	o 85
2.27	c 15
2.27	o 86
2.27	c 14
2.27	o 87
2.27	c 13
2.28	o 88
2.28	c 12
2.28	o 89
2.28	c 11
2.28	o 90
2.28	c 10
2.28	o 91
2.28	c 9
2.29	o 92
2.29	c 8
2.29	o 93
2.29	c 7
2.32	o 94
2.32	c 6
2.34	o 95
2.34	c 5
9.69	o 96
9.70	c 4
19.54	   
19.54	   search
19.54	     run=0  nbConstraintChecks=158357481  nbAssignments=10000
19.54	       =>  wckTime=17.3  cpuTime=17.13  mem=7M679
37.08	   
37.08	   search
37.08	     run=1  nbConstraintChecks=322785893  nbAssignments=20000
37.08	       =>  wckTime=34.836  cpuTime=34.5  mem=7M679
39.98	   
39.98	   search
39.98	     run=2  nbConstraintChecks=349718762  nbAssignments=22078
39.98	       =>  wckTime=37.737  cpuTime=37.38  mem=7M679
39.98	   
39.98	   global
39.98	     nbConstraintChecks=349718762  nbValidityChecks=0  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
39.98	     solvingWckTime=37.735  solvingCpuTime=37.38  expiredTime=no  totalExploration=no  nbFoundSolutions=0
39.98	     globalCpuTime=39.2
39.98	       =>  wckTime=39.625  cpuTime=39.15  mem=7M679
39.98	   
39.98	   solver IterativeSystematicSolver being built... 
40.11	       =>  wckTime=39.754  cpuTime=39.25  mem=17M653
40.12	   
40.12	   preprocessing
40.12	     nbConstraintChecks=0  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
40.12	     detectedInconsistency=no
40.12	       =>  wckTime=0.0070  cpuTime=0.0  mem=17M653
42.59	   
42.59	   search
42.59	     run=0  nbConstraintChecks=35667705  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=1005
42.59	     nbFailedAssignments=978  nbBacktracks=10  nbVisitedNodes=1994  nbRestartNogoods=0
42.59	       =>  wckTime=2.475  cpuTime=2.41  mem=18M661
44.65	   
44.65	   search
44.65	     run=1  nbConstraintChecks=64147901  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=1749
44.65	     nbFailedAssignments=1693  nbBacktracks=25  nbVisitedNodes=3468  nbRestartNogoods=78
44.65	       =>  wckTime=4.54  cpuTime=4.42  mem=18M661
46.43	   
46.43	   search
46.43	     run=2  nbConstraintChecks=90608592  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=2456
46.43	     nbFailedAssignments=2364  nbBacktracks=47  nbVisitedNodes=4868  nbRestartNogoods=91
46.43	       =>  wckTime=6.318  cpuTime=6.18  mem=18M661
51.15	   
51.15	   search
51.15	     run=3  nbConstraintChecks=159584488  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=4187
51.15	     nbFailedAssignments=4048  nbBacktracks=80  nbVisitedNodes=8316  nbRestartNogoods=97
51.15	       =>  wckTime=11.039  cpuTime=10.86  mem=18M661
53.68	   
53.68	   search
53.68	     run=4  nbConstraintChecks=191761596  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=5137
53.68	     nbFailedAssignments=4933  nbBacktracks=130  nbVisitedNodes=10201  nbRestartNogoods=103
53.68	       =>  wckTime=13.571  cpuTime=13.37  mem=18M661
55.75	   
55.75	   search
55.75	     run=5  nbConstraintChecks=218792095  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=5969
55.75	     nbFailedAssignments=5675  nbBacktracks=205  nbVisitedNodes=11850  nbRestartNogoods=147
55.75	       =>  wckTime=15.638  cpuTime=15.42  mem=18M661
67.42	   
67.42	   search
67.42	     run=6  nbConstraintChecks=380620288  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=9856
67.42	     nbFailedAssignments=9438  nbBacktracks=318  nbVisitedNodes=19613  nbRestartNogoods=194
67.42	       =>  wckTime=27.313  cpuTime=26.99  mem=18M661
69.51	   
69.51	   search
69.51	     run=7  nbConstraintChecks=400848424  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=10263
69.51	     nbFailedAssignments=9668  nbBacktracks=488  nbVisitedNodes=20420  nbRestartNogoods=259
69.51	       =>  wckTime=29.402  cpuTime=29.06  mem=18M661
85.11	   
85.11	   search
85.11	     run=8  nbConstraintChecks=555769621  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=13272
85.11	     nbFailedAssignments=12413  nbBacktracks=744  nbVisitedNodes=26430  nbRestartNogoods=369
85.11	       =>  wckTime=45.003  cpuTime=44.52  mem=18M661
110.73	   
110.73	   search
110.73	     run=9  nbConstraintChecks=800004954  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=18346
110.73	     nbFailedAssignments=17095  nbBacktracks=1128  nbVisitedNodes=36557  nbRestartNogoods=420
110.73	       =>  wckTime=70.622  cpuTime=69.91  mem=18M661
176.52	   
176.52	   search
176.52	     run=10  nbConstraintChecks=1527600394  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=33332
176.52	     nbFailedAssignments=31497  nbBacktracks=1704  nbVisitedNodes=66521  nbRestartNogoods=469
176.52	       =>  wckTime=136.406  cpuTime=135.11  mem=18M661
228.99	   
228.99	   search
228.99	     run=11  nbConstraintChecks=2148318341  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=46481
228.99	     nbFailedAssignments=43773  nbBacktracks=2568  nbVisitedNodes=92810  nbRestartNogoods=607
229.00	       =>  wckTime=188.883  cpuTime=187.12  mem=18M661
380.52	   
380.52	   search
380.52	     run=12  nbConstraintChecks=3795260078  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=79429
380.52	     nbFailedAssignments=75417  nbBacktracks=3865  nbVisitedNodes=158699  nbRestartNogoods=748
380.52	       =>  wckTime=340.405  cpuTime=337.32  mem=18M661
452.73	   
452.73	   search
452.73	     run=13  nbConstraintChecks=4716577273  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=98824
452.73	     nbFailedAssignments=92858  nbBacktracks=5811  nbVisitedNodes=197438  nbRestartNogoods=935
452.73	       =>  wckTime=412.622  cpuTime=408.89  mem=18M661
634.42	   
634.42	   search
634.42	     run=14  nbConstraintChecks=6401825511  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=135536
634.42	     nbFailedAssignments=126643  nbBacktracks=8730  nbVisitedNodes=270854  nbRestartNogoods=1063
634.42	       =>  wckTime=594.308  cpuTime=588.98  mem=18M661
893.35	   
893.35	   search
893.35	     run=15  nbConstraintChecks=9001848501  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=194641
893.35	     nbFailedAssignments=181359  nbBacktracks=13108  nbVisitedNodes=389053  nbRestartNogoods=1155
893.35	       =>  wckTime=853.242  cpuTime=845.64  mem=18M661
1355.03	   
1355.03	   search
1355.03	     run=16  nbConstraintChecks=14025110664  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=299997
1355.03	     nbFailedAssignments=280138  nbBacktracks=19676  nbVisitedNodes=599756  nbRestartNogoods=1295
1355.03	       =>  wckTime=1314.918  cpuTime=1303.07  mem=18M661
2025.35	   
2025.35	   search
2025.35	     run=17  nbConstraintChecks=20947178767  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=460360
2025.35	     nbFailedAssignments=430641  nbBacktracks=29528  nbVisitedNodes=920437  nbRestartNogoods=1396
2025.35	       =>  wckTime=1985.238  cpuTime=1967.48  mem=18M661
2421.31	v 200 7 115 146 71 0 80 137 13 210 28 210 211 42 150 231 114 0 13 156 71 10 25 193 0 

Verifier Data (download as text)

4 unsatisfied constraints, 96 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/node16/watcher-277443-1169268038 -o ROOT/results/node16/solver-277443-1169268038 -C 2400 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar pfc.xml 1 XSax /tmp/evaluation/277443-1169268038/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: 2.00 2.00 1.93 2/93 24767
/proc/meminfo: memFree=1174256/2055920 swapFree=4191880/4192956
[pid=24766] ppid=24764 vsize=18540 CPUtime=0
/proc/24766/stat : 24766 (runsolver) R 24764 24766 24328 0 -1 4194368 17 0 0 0 0 0 0 0 19 0 1 0 275198677 18984960 279 18446744073709551615 4194304 4267372 548682068960 18446744073709551615 231962373415 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/24766/statm: 4635 279 244 17 0 2626 0

[startup+0.102438 s]
/proc/loadavg: 2.00 2.00 1.93 2/93 24767
/proc/meminfo: memFree=1174256/2055920 swapFree=4191880/4192956
[pid=24766] ppid=24764 vsize=912432 CPUtime=0.07
/proc/24766/stat : 24766 (java) D 24764 24766 24328 0 -1 0 2746 0 1 0 6 1 0 0 20 0 8 0 275198677 934330368 2492 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 2147483391 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/24766/statm: 228108 2492 1379 14 0 215091 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 912432

[startup+0.510362 s]
/proc/loadavg: 2.00 2.00 1.93 2/93 24767
/proc/meminfo: memFree=1174256/2055920 swapFree=4191880/4192956
[pid=24766] ppid=24764 vsize=915332 CPUtime=0.45
/proc/24766/stat : 24766 (java) R 24764 24766 24328 0 -1 0 6274 0 1 0 41 4 0 0 20 0 8 0 275198677 937299968 6013 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/24766/statm: 228833 6013 2147 14 0 215303 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 915332

[startup+1.33121 s]
/proc/loadavg: 2.00 2.00 1.93 3/100 24774
/proc/meminfo: memFree=1155832/2055920 swapFree=4191880/4192956
[pid=24766] ppid=24764 vsize=915472 CPUtime=1.25
/proc/24766/stat : 24766 (java) R 24764 24766 24328 0 -1 0 7144 0 1 0 121 4 0 0 25 0 8 0 275198677 937443328 6882 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073470044 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/24766/statm: 228868 6882 2168 14 0 215338 0
[pid=24766/tid=24768] ppid=24764 vsize=915472 CPUtime=0
/proc/24766/task/24768/stat : 24768 (java) S 24764 24766 24328 0 -1 64 7 0 0 0 0 0 0 0 16 0 8 0 275198681 937443328 6882 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=24766/tid=24769] ppid=24764 vsize=915472 CPUtime=0
/proc/24766/task/24769/stat : 24769 (java) S 24764 24766 24328 0 -1 64 10 0 0 0 0 0 0 0 19 0 8 0 275198681 937443328 6882 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24766/tid=24770] ppid=24764 vsize=915472 CPUtime=0
/proc/24766/task/24770/stat : 24770 (java) S 24764 24766 24328 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 275198682 937443328 6882 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24766/tid=24771] ppid=24764 vsize=915472 CPUtime=0
/proc/24766/task/24771/stat : 24771 (java) S 24764 24766 24328 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 275198685 937443328 6882 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24766/tid=24772] ppid=24764 vsize=915472 CPUtime=0.08
/proc/24766/task/24772/stat : 24772 (java) S 24764 24766 24328 0 -1 64 311 0 0 0 8 0 0 0 16 0 8 0 275198685 937443328 6882 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24766/tid=24773] ppid=24764 vsize=915472 CPUtime=0
/proc/24766/task/24773/stat : 24773 (java) S 24764 24766 24328 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 275198685 937443328 6882 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24766/tid=24774] ppid=24764 vsize=915472 CPUtime=0
/proc/24766/task/24774/stat : 24774 (java) S 24764 24766 24328 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 275198685 937443328 6882 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.25
Current children cumulated vsize (KiB) 915472

[startup+2.9809 s]
/proc/loadavg: 2.00 2.00 1.93 3/100 24774
/proc/meminfo: memFree=1149624/2055920 swapFree=4191880/4192956
[pid=24766] ppid=24764 vsize=915472 CPUtime=2.89
/proc/24766/stat : 24766 (java) R 24764 24766 24328 0 -1 0 8847 0 1 0 282 7 0 0 25 0 8 0 275198677 937443328 8584 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073669230 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/24766/statm: 228868 8584 2496 14 0 215338 0
[pid=24766/tid=24768] ppid=24764 vsize=915472 CPUtime=0.03
/proc/24766/task/24768/stat : 24768 (java) S 24764 24766 24328 0 -1 64 687 0 0 0 3 0 0 0 16 0 8 0 275198681 937443328 8584 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=24766/tid=24769] ppid=24764 vsize=915472 CPUtime=0
/proc/24766/task/24769/stat : 24769 (java) S 24764 24766 24328 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 275198681 937443328 8584 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24766/tid=24770] ppid=24764 vsize=915472 CPUtime=0
/proc/24766/task/24770/stat : 24770 (java) S 24764 24766 24328 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 275198682 937443328 8584 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24766/tid=24771] ppid=24764 vsize=915472 CPUtime=0
/proc/24766/task/24771/stat : 24771 (java) S 24764 24766 24328 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 275198685 937443328 8584 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24766/tid=24772] ppid=24764 vsize=915472 CPUtime=0.11
/proc/24766/task/24772/stat : 24772 (java) S 24764 24766 24328 0 -1 64 327 0 0 0 11 0 0 0 15 0 8 0 275198685 937443328 8584 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24766/tid=24773] ppid=24764 vsize=915472 CPUtime=0
/proc/24766/task/24773/stat : 24773 (java) S 24764 24766 24328 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 275198685 937443328 8584 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24766/tid=24774] ppid=24764 vsize=915472 CPUtime=0
/proc/24766/task/24774/stat : 24774 (java) S 24764 24766 24328 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 275198685 937443328 8584 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.89
Current children cumulated vsize (KiB) 915472

[startup+6.28128 s]
/proc/loadavg: 2.00 2.00 1.93 3/100 24774
/proc/meminfo: memFree=1149496/2055920 swapFree=4191880/4192956
[pid=24766] ppid=24764 vsize=915472 CPUtime=6.16
/proc/24766/stat : 24766 (java) R 24764 24766 24328 0 -1 0 8852 0 1 0 600 16 0 0 25 0 8 0 275198677 937443328 8588 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073669219 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/24766/statm: 228868 8588 2496 14 0 215338 0
[pid=24766/tid=24768] ppid=24764 vsize=915472 CPUtime=0.03
/proc/24766/task/24768/stat : 24768 (java) S 24764 24766 24328 0 -1 64 687 0 0 0 3 0 0 0 16 0 8 0 275198681 937443328 8588 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=24766/tid=24769] ppid=24764 vsize=915472 CPUtime=0
/proc/24766/task/24769/stat : 24769 (java) S 24764 24766 24328 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 275198681 937443328 8588 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24766/tid=24770] ppid=24764 vsize=915472 CPUtime=0
/proc/24766/task/24770/stat : 24770 (java) S 24764 24766 24328 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 275198682 937443328 8588 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24766/tid=24771] ppid=24764 vsize=915472 CPUtime=0
/proc/24766/task/24771/stat : 24771 (java) S 24764 24766 24328 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 275198685 937443328 8588 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24766/tid=24772] ppid=24764 vsize=915472 CPUtime=0.11
/proc/24766/task/24772/stat : 24772 (java) S 24764 24766 24328 0 -1 64 331 0 0 0 11 0 0 0 15 0 8 0 275198685 937443328 8588 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24766/tid=24773] ppid=24764 vsize=915472 CPUtime=0
/proc/24766/task/24773/stat : 24773 (java) S 24764 24766 24328 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 275198685 937443328 8588 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24766/tid=24774] ppid=24764 vsize=915472 CPUtime=0
/proc/24766/task/24774/stat : 24774 (java) S 24764 24766 24328 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 275198685 937443328 8588 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 915472

[startup+12.7581 s]
/proc/loadavg: 2.00 2.00 1.93 3/100 24774
/proc/meminfo: memFree=1149568/2055920 swapFree=4191880/4192956
[pid=24766] ppid=24764 vsize=915472 CPUtime=12.58
/proc/24766/stat : 24766 (java) R 24764 24766 24328 0 -1 0 8852 0 1 0 1228 30 0 0 25 0 8 0 275198677 937443328 8588 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073664329 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/24766/statm: 228868 8588 2496 14 0 215338 0
[pid=24766/tid=24768] ppid=24764 vsize=915472 CPUtime=0.03
/proc/24766/task/24768/stat : 24768 (java) S 24764 24766 24328 0 -1 64 687 0 0 0 3 0 0 0 16 0 8 0 275198681 937443328 8588 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=24766/tid=24769] ppid=24764 vsize=915472 CPUtime=0
/proc/24766/task/24769/stat : 24769 (java) S 24764 24766 24328 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 275198681 937443328 8588 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24766/tid=24770] ppid=24764 vsize=915472 CPUtime=0
/proc/24766/task/24770/stat : 24770 (java) S 24764 24766 24328 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 275198682 937443328 8588 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24766/tid=24771] ppid=24764 vsize=915472 CPUtime=0
/proc/24766/task/24771/stat : 24771 (java) S 24764 24766 24328 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 275198685 937443328 8588 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24766/tid=24772] ppid=24764 vsize=915472 CPUtime=0.11
/proc/24766/task/24772/stat : 24772 (java) S 24764 24766 24328 0 -1 64 331 0 0 0 11 0 0 0 15 0 8 0 275198685 937443328 8588 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24766/tid=24773] ppid=24764 vsize=915472 CPUtime=0
/proc/24766/task/24773/stat : 24773 (java) S 24764 24766 24328 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 275198685 937443328 8588 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24766/tid=24774] ppid=24764 vsize=915472 CPUtime=0
/proc/24766/task/24774/stat : 24774 (java) S 24764 24766 24328 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 275198685 937443328 8588 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.58
Current children cumulated vsize (KiB) 915472

[startup+25.6017 s]
/proc/loadavg: 2.00 2.00 1.93 3/100 24774
/proc/meminfo: memFree=1147400/2055920 swapFree=4191880/4192956
[pid=24766] ppid=24764 vsize=915472 CPUtime=25.3
/proc/24766/stat : 24766 (java) R 24764 24766 24328 0 -1 0 8855 0 1 0 2474 56 0 0 25 0 8 0 275198677 937443328 8591 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073669346 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/24766/statm: 228868 8591 2496 14 0 215338 0
[pid=24766/tid=24768] ppid=24764 vsize=915472 CPUtime=0.03
/proc/24766/task/24768/stat : 24768 (java) S 24764 24766 24328 0 -1 64 687 0 0 0 3 0 0 0 16 0 8 0 275198681 937443328 8591 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=24766/tid=24769] ppid=24764 vsize=915472 CPUtime=0
/proc/24766/task/24769/stat : 24769 (java) S 24764 24766 24328 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 275198681 937443328 8591 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24766/tid=24770] ppid=24764 vsize=915472 CPUtime=0
/proc/24766/task/24770/stat : 24770 (java) S 24764 24766 24328 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 275198682 937443328 8591 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24766/tid=24771] ppid=24764 vsize=915472 CPUtime=0
/proc/24766/task/24771/stat : 24771 (java) S 24764 24766 24328 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 275198685 937443328 8591 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24766/tid=24772] ppid=24764 vsize=915472 CPUtime=0.12
/proc/24766/task/24772/stat : 24772 (java) S 24764 24766 24328 0 -1 64 334 0 0 0 12 0 0 0 16 0 8 0 275198685 937443328 8591 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24766/tid=24773] ppid=24764 vsize=915472 CPUtime=0
/proc/24766/task/24773/stat : 24773 (java) S 24764 24766 24328 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 275198685 937443328 8591 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24766/tid=24774] ppid=24764 vsize=915472 CPUtime=0
/proc/24766/task/24774/stat : 24774 (java) S 24764 24766 24328 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 275198685 937443328 8591 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.3
Current children cumulated vsize (KiB) 915472

[startup+51.2059 s]
/proc/loadavg: 2.07 2.02 1.93 3/100 24774
/proc/meminfo: memFree=1144968/2055920 swapFree=4191880/4192956
[pid=24766] ppid=24764 vsize=915472 CPUtime=50.68
/proc/24766/stat : 24766 (java) R 24764 24766 24328 0 -1 0 9517 0 1 0 4976 92 0 0 25 0 8 0 275198677 937443328 9245 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073786020 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/24766/statm: 228868 9245 2544 14 0 215338 0
[pid=24766/tid=24768] ppid=24764 vsize=915472 CPUtime=0.03
/proc/24766/task/24768/stat : 24768 (java) S 24764 24766 24328 0 -1 64 688 0 0 0 3 0 0 0 16 0 8 0 275198681 937443328 9245 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=24766/tid=24769] ppid=24764 vsize=915472 CPUtime=0
/proc/24766/task/24769/stat : 24769 (java) S 24764 24766 24328 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 275198681 937443328 9245 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24766/tid=24770] ppid=24764 vsize=915472 CPUtime=0
/proc/24766/task/24770/stat : 24770 (java) S 24764 24766 24328 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 275198682 937443328 9245 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24766/tid=24771] ppid=24764 vsize=915472 CPUtime=0
/proc/24766/task/24771/stat : 24771 (java) S 24764 24766 24328 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 275198685 937443328 9245 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24766/tid=24772] ppid=24764 vsize=915472 CPUtime=0.21
/proc/24766/task/24772/stat : 24772 (java) S 24764 24766 24328 0 -1 64 388 0 0 0 21 0 0 0 16 0 8 0 275198685 937443328 9245 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24766/tid=24773] ppid=24764 vsize=915472 CPUtime=0
/proc/24766/task/24773/stat : 24773 (java) S 24764 24766 24328 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 275198685 937443328 9245 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24766/tid=24774] ppid=24764 vsize=915472 CPUtime=0
/proc/24766/task/24774/stat : 24774 (java) S 24764 24766 24328 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 275198685 937443328 9245 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.68
Current children cumulated vsize (KiB) 915472

[startup+102.409 s]
/proc/loadavg: 2.03 2.01 1.93 3/100 24774
/proc/meminfo: memFree=1144840/2055920 swapFree=4191880/4192956
[pid=24766] ppid=24764 vsize=915472 CPUtime=101.43
/proc/24766/stat : 24766 (java) R 24764 24766 24328 0 -1 0 9535 0 1 0 10050 93 0 0 25 0 8 0 275198677 937443328 9262 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073790816 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/24766/statm: 228868 9262 2544 14 0 215338 0
[pid=24766/tid=24768] ppid=24764 vsize=915472 CPUtime=0.03
/proc/24766/task/24768/stat : 24768 (java) S 24764 24766 24328 0 -1 64 688 0 0 0 3 0 0 0 16 0 8 0 275198681 937443328 9262 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=24766/tid=24769] ppid=24764 vsize=915472 CPUtime=0
/proc/24766/task/24769/stat : 24769 (java) S 24764 24766 24328 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 275198681 937443328 9262 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24766/tid=24770] ppid=24764 vsize=915472 CPUtime=0
/proc/24766/task/24770/stat : 24770 (java) S 24764 24766 24328 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 275198682 937443328 9262 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24766/tid=24771] ppid=24764 vsize=915472 CPUtime=0
/proc/24766/task/24771/stat : 24771 (java) S 24764 24766 24328 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 275198685 937443328 9262 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24766/tid=24772] ppid=24764 vsize=915472 CPUtime=0.21
/proc/24766/task/24772/stat : 24772 (java) S 24764 24766 24328 0 -1 64 389 0 0 0 21 0 0 0 16 0 8 0 275198685 937443328 9262 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24766/tid=24773] ppid=24764 vsize=915472 CPUtime=0
/proc/24766/task/24773/stat : 24773 (java) S 24764 24766 24328 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 275198685 937443328 9262 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24766/tid=24774] ppid=24764 vsize=915472 CPUtime=0
/proc/24766/task/24774/stat : 24774 (java) S 24764 24766 24328 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 275198685 937443328 9262 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.43
Current children cumulated vsize (KiB) 915472

[startup+162.449 s]
/proc/loadavg: 2.01 2.00 1.93 3/100 24774
/proc/meminfo: memFree=1144776/2055920 swapFree=4191880/4192956
[pid=24766] ppid=24764 vsize=915472 CPUtime=160.94
/proc/24766/stat : 24766 (java) R 24764 24766 24328 0 -1 0 9541 0 1 0 16001 93 0 0 25 0 8 0 275198677 937443328 9267 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073784462 0 4 0 23759 18446744073709551615 0 0 17 1 0 0

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

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

[startup+2083.78 s]
/proc/loadavg: 2.01 2.01 1.99 3/100 24974
/proc/meminfo: memFree=1144072/2055920 swapFree=4191880/4192956
[pid=24766] ppid=24764 vsize=915472 CPUtime=2065.18
/proc/24766/stat : 24766 (java) R 24764 24766 24328 0 -1 0 9572 0 1 0 206409 109 0 0 25 0 8 0 275198677 937443328 9298 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4072918535 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/24766/statm: 228868 9298 2544 14 0 215338 0
[pid=24766/tid=24768] ppid=24764 vsize=915472 CPUtime=0.03
/proc/24766/task/24768/stat : 24768 (java) S 24764 24766 24328 0 -1 64 688 0 0 0 3 0 0 0 16 0 8 0 275198681 937443328 9298 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=24766/tid=24769] ppid=24764 vsize=915472 CPUtime=0
/proc/24766/task/24769/stat : 24769 (java) S 24764 24766 24328 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 275198681 937443328 9298 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24766/tid=24770] ppid=24764 vsize=915472 CPUtime=0
/proc/24766/task/24770/stat : 24770 (java) S 24764 24766 24328 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 275198682 937443328 9298 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24766/tid=24771] ppid=24764 vsize=915472 CPUtime=0
/proc/24766/task/24771/stat : 24771 (java) S 24764 24766 24328 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 275198685 937443328 9298 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24766/tid=24772] ppid=24764 vsize=915472 CPUtime=0.22
/proc/24766/task/24772/stat : 24772 (java) S 24764 24766 24328 0 -1 64 391 0 0 0 22 0 0 0 16 0 8 0 275198685 937443328 9298 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24766/tid=24773] ppid=24764 vsize=915472 CPUtime=0
/proc/24766/task/24773/stat : 24773 (java) S 24764 24766 24328 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 275198685 937443328 9298 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24766/tid=24774] ppid=24764 vsize=915472 CPUtime=0
/proc/24766/task/24774/stat : 24774 (java) S 24764 24766 24328 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 275198685 937443328 9298 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2065.18
Current children cumulated vsize (KiB) 915472

[startup+2143.82 s]
/proc/loadavg: 2.04 2.02 2.00 3/100 24974
/proc/meminfo: memFree=1144072/2055920 swapFree=4191880/4192956
[pid=24766] ppid=24764 vsize=915472 CPUtime=2124.68
/proc/24766/stat : 24766 (java) R 24764 24766 24328 0 -1 0 9572 0 1 0 212359 109 0 0 25 0 8 0 275198677 937443328 9298 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073778113 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/24766/statm: 228868 9298 2544 14 0 215338 0
[pid=24766/tid=24768] ppid=24764 vsize=915472 CPUtime=0.03
/proc/24766/task/24768/stat : 24768 (java) S 24764 24766 24328 0 -1 64 688 0 0 0 3 0 0 0 16 0 8 0 275198681 937443328 9298 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=24766/tid=24769] ppid=24764 vsize=915472 CPUtime=0
/proc/24766/task/24769/stat : 24769 (java) S 24764 24766 24328 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 275198681 937443328 9298 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24766/tid=24770] ppid=24764 vsize=915472 CPUtime=0
/proc/24766/task/24770/stat : 24770 (java) S 24764 24766 24328 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 275198682 937443328 9298 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24766/tid=24771] ppid=24764 vsize=915472 CPUtime=0
/proc/24766/task/24771/stat : 24771 (java) S 24764 24766 24328 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 275198685 937443328 9298 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24766/tid=24772] ppid=24764 vsize=915472 CPUtime=0.22
/proc/24766/task/24772/stat : 24772 (java) S 24764 24766 24328 0 -1 64 391 0 0 0 22 0 0 0 16 0 8 0 275198685 937443328 9298 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24766/tid=24773] ppid=24764 vsize=915472 CPUtime=0
/proc/24766/task/24773/stat : 24773 (java) S 24764 24766 24328 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 275198685 937443328 9298 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24766/tid=24774] ppid=24764 vsize=915472 CPUtime=0
/proc/24766/task/24774/stat : 24774 (java) S 24764 24766 24328 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 275198685 937443328 9298 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2124.68
Current children cumulated vsize (KiB) 915472

[startup+2203.86 s]
/proc/loadavg: 2.01 2.01 2.00 3/100 24974
/proc/meminfo: memFree=1144072/2055920 swapFree=4191880/4192956
[pid=24766] ppid=24764 vsize=915472 CPUtime=2184.2
/proc/24766/stat : 24766 (java) R 24764 24766 24328 0 -1 0 9572 0 1 0 218310 110 0 0 25 0 8 0 275198677 937443328 9298 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073785169 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/24766/statm: 228868 9298 2544 14 0 215338 0
[pid=24766/tid=24768] ppid=24764 vsize=915472 CPUtime=0.03
/proc/24766/task/24768/stat : 24768 (java) S 24764 24766 24328 0 -1 64 688 0 0 0 3 0 0 0 16 0 8 0 275198681 937443328 9298 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=24766/tid=24769] ppid=24764 vsize=915472 CPUtime=0
/proc/24766/task/24769/stat : 24769 (java) S 24764 24766 24328 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 275198681 937443328 9298 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24766/tid=24770] ppid=24764 vsize=915472 CPUtime=0
/proc/24766/task/24770/stat : 24770 (java) S 24764 24766 24328 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 275198682 937443328 9298 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24766/tid=24771] ppid=24764 vsize=915472 CPUtime=0
/proc/24766/task/24771/stat : 24771 (java) S 24764 24766 24328 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 275198685 937443328 9298 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24766/tid=24772] ppid=24764 vsize=915472 CPUtime=0.22
/proc/24766/task/24772/stat : 24772 (java) S 24764 24766 24328 0 -1 64 391 0 0 0 22 0 0 0 16 0 8 0 275198685 937443328 9298 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24766/tid=24773] ppid=24764 vsize=915472 CPUtime=0
/proc/24766/task/24773/stat : 24773 (java) S 24764 24766 24328 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 275198685 937443328 9298 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24766/tid=24774] ppid=24764 vsize=915472 CPUtime=0
/proc/24766/task/24774/stat : 24774 (java) S 24764 24766 24328 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 275198685 937443328 9298 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2184.2
Current children cumulated vsize (KiB) 915472

[startup+2263.9 s]
/proc/loadavg: 2.04 2.02 2.00 3/100 24974
/proc/meminfo: memFree=1144136/2055920 swapFree=4191880/4192956
[pid=24766] ppid=24764 vsize=915472 CPUtime=2243.71
/proc/24766/stat : 24766 (java) R 24764 24766 24328 0 -1 0 9572 0 1 0 224261 110 0 0 25 0 8 0 275198677 937443328 9298 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073785175 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/24766/statm: 228868 9298 2544 14 0 215338 0
[pid=24766/tid=24768] ppid=24764 vsize=915472 CPUtime=0.03
/proc/24766/task/24768/stat : 24768 (java) S 24764 24766 24328 0 -1 64 688 0 0 0 3 0 0 0 16 0 8 0 275198681 937443328 9298 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=24766/tid=24769] ppid=24764 vsize=915472 CPUtime=0
/proc/24766/task/24769/stat : 24769 (java) S 24764 24766 24328 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 275198681 937443328 9298 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24766/tid=24770] ppid=24764 vsize=915472 CPUtime=0
/proc/24766/task/24770/stat : 24770 (java) S 24764 24766 24328 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 275198682 937443328 9298 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24766/tid=24771] ppid=24764 vsize=915472 CPUtime=0
/proc/24766/task/24771/stat : 24771 (java) S 24764 24766 24328 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 275198685 937443328 9298 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24766/tid=24772] ppid=24764 vsize=915472 CPUtime=0.22
/proc/24766/task/24772/stat : 24772 (java) S 24764 24766 24328 0 -1 64 391 0 0 0 22 0 0 0 16 0 8 0 275198685 937443328 9298 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24766/tid=24773] ppid=24764 vsize=915472 CPUtime=0
/proc/24766/task/24773/stat : 24773 (java) S 24764 24766 24328 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 275198685 937443328 9298 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24766/tid=24774] ppid=24764 vsize=915472 CPUtime=0
/proc/24766/task/24774/stat : 24774 (java) S 24764 24766 24328 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 275198685 937443328 9298 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2243.71
Current children cumulated vsize (KiB) 915472

[startup+2323.94 s]
/proc/loadavg: 2.01 2.02 2.00 3/100 24974
/proc/meminfo: memFree=1144136/2055920 swapFree=4191880/4192956
[pid=24766] ppid=24764 vsize=915472 CPUtime=2303.23
/proc/24766/stat : 24766 (java) R 24764 24766 24328 0 -1 0 9572 0 1 0 230212 111 0 0 25 0 8 0 275198677 937443328 9298 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073827331 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/24766/statm: 228868 9298 2544 14 0 215338 0
[pid=24766/tid=24768] ppid=24764 vsize=915472 CPUtime=0.03
/proc/24766/task/24768/stat : 24768 (java) S 24764 24766 24328 0 -1 64 688 0 0 0 3 0 0 0 16 0 8 0 275198681 937443328 9298 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=24766/tid=24769] ppid=24764 vsize=915472 CPUtime=0
/proc/24766/task/24769/stat : 24769 (java) S 24764 24766 24328 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 275198681 937443328 9298 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24766/tid=24770] ppid=24764 vsize=915472 CPUtime=0
/proc/24766/task/24770/stat : 24770 (java) S 24764 24766 24328 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 275198682 937443328 9298 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24766/tid=24771] ppid=24764 vsize=915472 CPUtime=0
/proc/24766/task/24771/stat : 24771 (java) S 24764 24766 24328 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 275198685 937443328 9298 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24766/tid=24772] ppid=24764 vsize=915472 CPUtime=0.22
/proc/24766/task/24772/stat : 24772 (java) S 24764 24766 24328 0 -1 64 391 0 0 0 22 0 0 0 16 0 8 0 275198685 937443328 9298 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24766/tid=24773] ppid=24764 vsize=915472 CPUtime=0
/proc/24766/task/24773/stat : 24773 (java) S 24764 24766 24328 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 275198685 937443328 9298 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24766/tid=24774] ppid=24764 vsize=915472 CPUtime=0
/proc/24766/task/24774/stat : 24774 (java) S 24764 24766 24328 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 275198685 937443328 9298 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2303.23
Current children cumulated vsize (KiB) 915472

[startup+2383.99 s]
/proc/loadavg: 2.00 2.01 2.00 4/100 25034
/proc/meminfo: memFree=1163584/2055920 swapFree=4191880/4192956
[pid=24766] ppid=24764 vsize=915472 CPUtime=2362.74
/proc/24766/stat : 24766 (java) R 24764 24766 24328 0 -1 0 9572 0 1 0 236162 112 0 0 25 0 8 0 275198677 937443328 9298 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073778993 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/24766/statm: 228868 9298 2544 14 0 215338 0
[pid=24766/tid=24768] ppid=24764 vsize=915472 CPUtime=0.03
/proc/24766/task/24768/stat : 24768 (java) S 24764 24766 24328 0 -1 64 688 0 0 0 3 0 0 0 16 0 8 0 275198681 937443328 9298 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=24766/tid=24769] ppid=24764 vsize=915472 CPUtime=0
/proc/24766/task/24769/stat : 24769 (java) S 24764 24766 24328 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 275198681 937443328 9298 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24766/tid=24770] ppid=24764 vsize=915472 CPUtime=0
/proc/24766/task/24770/stat : 24770 (java) S 24764 24766 24328 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 275198682 937443328 9298 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24766/tid=24771] ppid=24764 vsize=915472 CPUtime=0
/proc/24766/task/24771/stat : 24771 (java) S 24764 24766 24328 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 275198685 937443328 9298 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24766/tid=24772] ppid=24764 vsize=915472 CPUtime=0.22
/proc/24766/task/24772/stat : 24772 (java) S 24764 24766 24328 0 -1 64 391 0 0 0 22 0 0 0 16 0 8 0 275198685 937443328 9298 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24766/tid=24773] ppid=24764 vsize=915472 CPUtime=0
/proc/24766/task/24773/stat : 24773 (java) S 24764 24766 24328 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 275198685 937443328 9298 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24766/tid=24774] ppid=24764 vsize=915472 CPUtime=0
/proc/24766/task/24774/stat : 24774 (java) S 24764 24766 24328 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 275198685 937443328 9298 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2362.74
Current children cumulated vsize (KiB) 915472



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2421.29 s]
/proc/loadavg: 2.04 2.02 2.00 3/100 25034
/proc/meminfo: memFree=1145096/2055920 swapFree=4191880/4192956
[pid=24766] ppid=24764 vsize=915472 CPUtime=2400.03
/proc/24766/stat : 24766 (java) R 24764 24766 24328 0 -1 0 9572 0 1 0 239891 112 0 0 25 0 8 0 275198677 937443328 9298 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073784392 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/24766/statm: 228868 9298 2544 14 0 215338 0
[pid=24766/tid=24768] ppid=24764 vsize=915472 CPUtime=0.03
/proc/24766/task/24768/stat : 24768 (java) S 24764 24766 24328 0 -1 64 688 0 0 0 3 0 0 0 16 0 8 0 275198681 937443328 9298 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=24766/tid=24769] ppid=24764 vsize=915472 CPUtime=0
/proc/24766/task/24769/stat : 24769 (java) S 24764 24766 24328 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 275198681 937443328 9298 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24766/tid=24770] ppid=24764 vsize=915472 CPUtime=0
/proc/24766/task/24770/stat : 24770 (java) S 24764 24766 24328 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 275198682 937443328 9298 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24766/tid=24771] ppid=24764 vsize=915472 CPUtime=0
/proc/24766/task/24771/stat : 24771 (java) S 24764 24766 24328 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 275198685 937443328 9298 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24766/tid=24772] ppid=24764 vsize=915472 CPUtime=0.22
/proc/24766/task/24772/stat : 24772 (java) S 24764 24766 24328 0 -1 64 391 0 0 0 22 0 0 0 16 0 8 0 275198685 937443328 9298 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24766/tid=24773] ppid=24764 vsize=915472 CPUtime=0
/proc/24766/task/24773/stat : 24773 (java) S 24764 24766 24328 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 275198685 937443328 9298 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24766/tid=24774] ppid=24764 vsize=915472 CPUtime=0
/proc/24766/task/24774/stat : 24774 (java) S 24764 24766 24328 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 275198685 937443328 9298 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): 2421.32
CPU time (s): 2400.05
CPU user time (s): 2398.92
CPU system time (s): 1.13183
CPU usage (%): 99.1218
Max. virtual memory (cumulated for all children) (KiB): 915476

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2398.92
system time used= 1.13183
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9598
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= 50116
involuntary context switches= 127368

runsolver used 3.32749 s user time and 7.40387 s system time

The end

Launcher Data (download as text)

Begin job on node16 on Sat Jan 20 04:40:38 UTC 2007


IDJOB= 277443
IDBENCH= 6715
IDSOLVER= 69
FILE ID= node16/277443-1169268038

PBS_JOBID= 3607299

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-0.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar pfc.xml 1 XSax /tmp/evaluation/277443-1169268038/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node16/watcher-277443-1169268038 -o ROOT/results/node16/solver-277443-1169268038 -C 2400 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar pfc.xml 1 XSax /tmp/evaluation/277443-1169268038/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  a3456e6d65e65aed2a5080188859f278

RANDOM SEED= 355582289

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.220
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.220
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:       1174736 kB
Buffers:         53732 kB
Cached:         676932 kB
SwapCached:        268 kB
Active:         321788 kB
Inactive:       483044 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1174736 kB
SwapTotal:     4192956 kB
SwapFree:      4191880 kB
Dirty:            3400 kB
Writeback:           0 kB
Mapped:         102648 kB
Slab:            60880 kB
Committed_AS:  8402940 kB
PageTables:       2464 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 node16 on Sat Jan 20 05:21:00 UTC 2007