Trace number 277419

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.13 2420.31

General information on the benchmark

Nametaillard/
os-taillard-5/os-taillard-5-95-1.xml
MD5SUM10bd62c6431534fd4c0942090b582767
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkMSAT TO
Best Number of satisfied constraints95
Best CPU time to get the best result obtained on this benchmark2400.13
SatisfiableNO
(Un)Satisfiability was provedNO
Number of variables25
Number of constraints100
Maximum constraint arity2
Maximum domain size249
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.29	   
0.29	Abscon 109 (November, 2006)
0.29	   
0.29	   configuration
0.29	     name=pfc.xml
0.33	   
0.33	   instance
0.33	     name=/tmp/evaluation/277419-1169266293/unknown.xml
0.36	   
0.36	   domains being loaded...
0.37	   
0.37	   variables being loaded...
0.40	     nbVariables=25  nbDomainTypes=25  minDomainSize=160  maxDomainSize=249
0.40	       =>  wckTime=0.106  cpuTime=0.08  mem=6M910
0.40	   
0.40	   predicates being loaded...
0.41	   
0.41	   constraints being loaded...
1.64	     nbConstraints=100  nbConvertedConstraints=100  nbConvertConstraintsChecks=4174586  nbExtensionStructures=100
1.64	     nbSharedExtensionStructures=0  nbConflictsStructures=100  nbSharedConflictsStructures=0
1.64	     nbSharedBinaryRepresentations=16811  maxDegree=8  maxArity=2
1.64	       =>  wckTime=1.338  cpuTime=1.26  mem=12M893
1.68	   
1.68	   solver LocalSearchSolver being built... 
1.72	       =>  wckTime=1.422  cpuTime=1.3  mem=7M126
1.73	
1.73	s SATISFIABLE
1.73	o 69
1.73	c 31
1.73	o 72
1.73	c 28
1.73	o 74
1.73	c 26
1.73	o 75
1.73	c 25
1.73	o 78
1.73	c 22
1.74	o 79
1.74	c 21
1.74	o 81
1.74	c 19
1.74	o 82
1.74	c 18
1.74	o 83
1.74	c 17
1.74	o 84
1.74	c 16
1.74	o 85
1.74	c 15
1.74	o 87
1.74	c 13
1.75	o 88
1.75	c 12
1.75	o 89
1.75	c 11
1.75	o 90
1.75	c 10
1.76	o 91
1.76	c 9
1.77	o 92
1.77	c 8
1.77	o 93
1.77	c 7
1.80	o 94
1.80	c 6
4.22	o 95
4.22	c 5
14.20	   
14.20	   search
14.20	     run=0  nbConstraintChecks=124050401  nbAssignments=10000
14.20	       =>  wckTime=12.481  cpuTime=12.36  mem=7M126
25.36	   
25.36	   search
25.36	     run=1  nbConstraintChecks=236583333  nbAssignments=20000
25.36	       =>  wckTime=23.64  cpuTime=23.42  mem=7M126
34.48	   
34.48	   search
34.48	     run=2  nbConstraintChecks=328998262  nbAssignments=27954
34.48	       =>  wckTime=32.761  cpuTime=32.47  mem=7M126
34.48	   
34.48	   global
34.48	     nbConstraintChecks=328998262  nbValidityChecks=0  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
34.48	     solvingWckTime=32.758  solvingCpuTime=32.47  expiredTime=no  totalExploration=no  nbFoundSolutions=0
34.48	     globalCpuTime=33.82
34.48	       =>  wckTime=34.184  cpuTime=33.77  mem=7M126
34.48	   
34.48	   solver IterativeSystematicSolver being built... 
34.60	       =>  wckTime=34.305  cpuTime=33.87  mem=17M181
34.61	   
34.61	   preprocessing
34.61	     nbConstraintChecks=1174  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
34.61	     detectedInconsistency=no
34.61	       =>  wckTime=0.0090  cpuTime=0.0  mem=17M181
34.74	   
34.74	   search
34.74	     run=0  nbConstraintChecks=1190698  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=75
34.74	     nbFailedAssignments=47  nbBacktracks=10  nbVisitedNodes=133  nbRestartNogoods=0
34.74	       =>  wckTime=0.138  cpuTime=0.11  mem=18M189
35.83	   
35.90	   search
35.90	     run=1  nbConstraintChecks=16515707  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=471
35.90	     nbFailedAssignments=412  nbBacktracks=25  nbVisitedNodes=909  nbRestartNogoods=3
35.90	       =>  wckTime=1.224  cpuTime=1.17  mem=18M189
37.17	   
37.17	   search
37.17	     run=2  nbConstraintChecks=35233666  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=1043
37.17	     nbFailedAssignments=946  nbBacktracks=47  nbVisitedNodes=2037  nbRestartNogoods=126
37.17	       =>  wckTime=2.569  cpuTime=2.5  mem=18M189
42.23	   
42.23	   search
42.23	     run=3  nbConstraintChecks=107897986  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=3879
42.23	     nbFailedAssignments=3733  nbBacktracks=80  nbVisitedNodes=7693  nbRestartNogoods=152
42.23	       =>  wckTime=7.622  cpuTime=7.47  mem=18M189
44.61	   
44.61	   search
44.61	     run=4  nbConstraintChecks=139961519  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=4644
44.61	     nbFailedAssignments=4434  nbBacktracks=130  nbVisitedNodes=9209  nbRestartNogoods=171
44.61	       =>  wckTime=10.007  cpuTime=9.83  mem=18M189
46.90	   
46.90	   search
46.90	     run=5  nbConstraintChecks=170441070  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=5803
46.90	     nbFailedAssignments=5503  nbBacktracks=205  nbVisitedNodes=11512  nbRestartNogoods=180
46.90	       =>  wckTime=12.294  cpuTime=12.1  mem=18M189
51.93	   
51.93	   search
51.93	     run=6  nbConstraintChecks=247926652  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=8644
51.93	     nbFailedAssignments=8217  nbBacktracks=318  nbVisitedNodes=17180  nbRestartNogoods=301
51.93	       =>  wckTime=17.326  cpuTime=17.09  mem=18M189
54.22	   
54.22	   search
54.22	     run=7  nbConstraintChecks=280341875  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=9705
54.22	     nbFailedAssignments=9092  nbBacktracks=488  nbVisitedNodes=19286  nbRestartNogoods=404
54.22	       =>  wckTime=19.615  cpuTime=19.36  mem=18M189
58.90	   
58.90	   search
58.90	     run=8  nbConstraintChecks=347460186  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=13381
58.90	     nbFailedAssignments=12496  nbBacktracks=744  nbVisitedNodes=26622  nbRestartNogoods=477
58.90	       =>  wckTime=24.294  cpuTime=23.99  mem=18M189
64.34	   
64.34	   search
64.34	     run=9  nbConstraintChecks=413700704  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=15257
64.34	     nbFailedAssignments=13975  nbBacktracks=1128  nbVisitedNodes=30361  nbRestartNogoods=522
64.34	       =>  wckTime=29.739  cpuTime=29.4  mem=18M189
83.99	   
83.99	   search
83.99	     run=10  nbConstraintChecks=672339261  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=24651
83.99	     nbFailedAssignments=22780  nbBacktracks=1704  nbVisitedNodes=49136  nbRestartNogoods=662
83.99	       =>  wckTime=49.383  cpuTime=48.89  mem=18M189
104.42	   
104.42	   search
104.42	     run=11  nbConstraintChecks=950389191  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=34235
104.42	     nbFailedAssignments=31486  nbBacktracks=2568  nbVisitedNodes=68290  nbRestartNogoods=816
104.42	       =>  wckTime=69.82  cpuTime=69.13  mem=18M189
118.85	   
118.85	   search
118.85	     run=12  nbConstraintChecks=1157670592  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=43870
118.85	     nbFailedAssignments=39811  nbBacktracks=3865  nbVisitedNodes=87547  nbRestartNogoods=911
118.85	       =>  wckTime=84.249  cpuTime=83.44  mem=18M189
143.39	   
143.39	   search
143.39	     run=13  nbConstraintChecks=1449573503  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=51264
143.39	     nbFailedAssignments=45248  nbBacktracks=5811  nbVisitedNodes=102324  nbRestartNogoods=945
143.39	       =>  wckTime=108.784  cpuTime=107.76  mem=18M189
194.38	   
194.38	   search
194.38	     run=14  nbConstraintChecks=2199182383  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=80293
194.38	     nbFailedAssignments=71345  nbBacktracks=8731  nbVisitedNodes=160338  nbRestartNogoods=997
194.38	       =>  wckTime=159.777  cpuTime=158.33  mem=18M189
252.92	   
252.92	   search
252.92	     run=15  nbConstraintChecks=2810496907  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=98141
252.92	     nbFailedAssignments=84805  nbBacktracks=13109  nbVisitedNodes=195953  nbRestartNogoods=1100
252.92	       =>  wckTime=218.316  cpuTime=216.39  mem=18M189
637.74	   
637.74	   search
637.74	     run=16  nbConstraintChecks=7332204288  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=210865
637.74	     nbFailedAssignments=190951  nbBacktracks=19677  nbVisitedNodes=421391  nbRestartNogoods=1125
637.74	       =>  wckTime=603.141  cpuTime=598.02  mem=18M189
895.17	   
895.17	   search
895.17	     run=17  nbConstraintChecks=9897437290  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=292892
895.17	     nbFailedAssignments=263116  nbBacktracks=29529  nbVisitedNodes=584453  nbRestartNogoods=1249
895.17	       =>  wckTime=860.569  cpuTime=853.3  mem=18M189
1763.32	   
1763.32	   search
1763.32	     run=18  nbConstraintChecks=19015760754  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=527916
1763.32	     nbFailedAssignments=483350  nbBacktracks=44307  nbVisitedNodes=1054484  nbRestartNogoods=1304
1763.32	       =>  wckTime=1728.715  cpuTime=1714.18  mem=18M189
2079.28	   
2079.28	   search
2079.28	     run=19  nbConstraintChecks=22542940266  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=622404
2079.28	     nbFailedAssignments=555658  nbBacktracks=66475  nbVisitedNodes=1243448  nbRestartNogoods=1442
2079.28	       =>  wckTime=2044.673  cpuTime=2027.48  mem=18M189
2420.27	v 40 0 61 128 214 227 3 126 57 135 141 104 232 15 7 140 134 38 10 209 2 206 151 37 126 

Verifier Data (download as text)

5 unsatisfied constraints, 95 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-277419-1169266293 -o ROOT/results/node71/solver-277419-1169266293 -C 2400 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar pfc.xml 1 XSax /tmp/evaluation/277419-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/73 25570
/proc/meminfo: memFree=1291680/2055920 swapFree=4192812/4192956
[pid=25569] ppid=25564 vsize=168 CPUtime=0
/proc/25569/stat : 25569 (java) R 25564 25569 25431 0 -1 0 39 0 0 0 0 0 0 0 19 0 1 0 74126146 172032 23 18446744073709551615 134512640 134570532 4294956624 18446744073709551615 7205163 0 0 4096 0 0 0 0 17 1 0 0
/proc/25569/statm: 42 23 18 14 0 2 0

[startup+0.104081 s]
/proc/loadavg: 0.92 1.22 1.61 3/73 25570
/proc/meminfo: memFree=1291680/2055920 swapFree=4192812/4192956
[pid=25569] ppid=25564 vsize=914988 CPUtime=0.08
/proc/25569/stat : 25569 (java) R 25564 25569 25431 0 -1 0 2999 0 1 0 7 1 0 0 23 0 8 0 74126146 936947712 2745 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4072931671 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/25569/statm: 228747 2745 1428 14 0 215242 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 914988

[startup+0.515138 s]
/proc/loadavg: 0.92 1.22 1.61 3/73 25570
/proc/meminfo: memFree=1291680/2055920 swapFree=4192812/4192956
[pid=25569] ppid=25564 vsize=915472 CPUtime=0.49
/proc/25569/stat : 25569 (java) R 25564 25569 25431 0 -1 0 6543 0 1 0 45 4 0 0 25 0 8 0 74126146 937443328 6282 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073601756 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/25569/statm: 228868 6282 2167 14 0 215338 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 915472

[startup+1.34025 s]
/proc/loadavg: 0.92 1.22 1.61 3/87 25584
/proc/meminfo: memFree=1253872/2055920 swapFree=4192812/4192956
[pid=25569] ppid=25564 vsize=915472 CPUtime=1.3
/proc/25569/stat : 25569 (java) R 25564 25569 25431 0 -1 0 7305 0 1 0 126 4 0 0 25 0 8 0 74126146 937443328 7043 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073605217 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/25569/statm: 228868 7043 2168 14 0 215338 0
[pid=25569/tid=25574] ppid=25564 vsize=915472 CPUtime=0
/proc/25569/task/25574/stat : 25574 (java) S 25564 25569 25431 0 -1 64 8 0 0 0 0 0 0 0 17 0 8 0 74126150 937443328 7043 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=25569/tid=25575] ppid=25564 vsize=915472 CPUtime=0
/proc/25569/task/25575/stat : 25575 (java) S 25564 25569 25431 0 -1 64 9 0 0 0 0 0 0 0 21 0 8 0 74126151 937443328 7043 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25569/tid=25576] ppid=25564 vsize=915472 CPUtime=0
/proc/25569/task/25576/stat : 25576 (java) S 25564 25569 25431 0 -1 64 4 0 0 0 0 0 0 0 22 0 8 0 74126151 937443328 7043 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25569/tid=25581] ppid=25564 vsize=915472 CPUtime=0
/proc/25569/task/25581/stat : 25581 (java) S 25564 25569 25431 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 74126154 937443328 7043 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25569/tid=25582] ppid=25564 vsize=915472 CPUtime=0.09
/proc/25569/task/25582/stat : 25582 (java) S 25564 25569 25431 0 -1 64 312 0 0 0 9 0 0 0 16 0 8 0 74126154 937443328 7043 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25569/tid=25583] ppid=25564 vsize=915472 CPUtime=0
/proc/25569/task/25583/stat : 25583 (java) S 25564 25569 25431 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 74126154 937443328 7043 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25569/tid=25584] ppid=25564 vsize=915472 CPUtime=0
/proc/25569/task/25584/stat : 25584 (java) S 25564 25569 25431 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 74126154 937443328 7043 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.3
Current children cumulated vsize (KiB) 915472

[startup+2.97847 s]
/proc/loadavg: 0.92 1.22 1.61 3/87 25584
/proc/meminfo: memFree=1243952/2055920 swapFree=4192812/4192956
[pid=25569] ppid=25564 vsize=915472 CPUtime=2.93
/proc/25569/stat : 25569 (java) R 25564 25569 25431 0 -1 0 8467 0 1 0 283 10 0 0 25 0 8 0 74126146 937443328 8203 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073664297 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/25569/statm: 228868 8203 2496 14 0 215338 0
[pid=25569/tid=25574] ppid=25564 vsize=915472 CPUtime=0.03
/proc/25569/task/25574/stat : 25574 (java) S 25564 25569 25431 0 -1 64 553 0 0 0 3 0 0 0 17 0 8 0 74126150 937443328 8203 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=25569/tid=25575] ppid=25564 vsize=915472 CPUtime=0
/proc/25569/task/25575/stat : 25575 (java) S 25564 25569 25431 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 74126151 937443328 8203 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25569/tid=25576] ppid=25564 vsize=915472 CPUtime=0
/proc/25569/task/25576/stat : 25576 (java) S 25564 25569 25431 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 74126151 937443328 8203 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25569/tid=25581] ppid=25564 vsize=915472 CPUtime=0
/proc/25569/task/25581/stat : 25581 (java) S 25564 25569 25431 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 74126154 937443328 8203 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25569/tid=25582] ppid=25564 vsize=915472 CPUtime=0.11
/proc/25569/task/25582/stat : 25582 (java) S 25564 25569 25431 0 -1 64 327 0 0 0 11 0 0 0 16 0 8 0 74126154 937443328 8203 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25569/tid=25583] ppid=25564 vsize=915472 CPUtime=0
/proc/25569/task/25583/stat : 25583 (java) S 25564 25569 25431 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 74126154 937443328 8203 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25569/tid=25584] ppid=25564 vsize=915472 CPUtime=0
/proc/25569/task/25584/stat : 25584 (java) S 25564 25569 25431 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 74126154 937443328 8203 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.93
Current children cumulated vsize (KiB) 915472

[startup+6.25692 s]
/proc/loadavg: 1.01 1.24 1.61 3/87 25584
/proc/meminfo: memFree=1243824/2055920 swapFree=4192812/4192956
[pid=25569] ppid=25564 vsize=915472 CPUtime=6.18
/proc/25569/stat : 25569 (java) R 25564 25569 25431 0 -1 0 8471 0 1 0 599 19 0 0 25 0 8 0 74126146 937443328 8207 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073669346 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/25569/statm: 228868 8207 2496 14 0 215338 0
[pid=25569/tid=25574] ppid=25564 vsize=915472 CPUtime=0.03
/proc/25569/task/25574/stat : 25574 (java) S 25564 25569 25431 0 -1 64 553 0 0 0 3 0 0 0 16 0 8 0 74126150 937443328 8207 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=25569/tid=25575] ppid=25564 vsize=915472 CPUtime=0
/proc/25569/task/25575/stat : 25575 (java) S 25564 25569 25431 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 74126151 937443328 8207 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25569/tid=25576] ppid=25564 vsize=915472 CPUtime=0
/proc/25569/task/25576/stat : 25576 (java) S 25564 25569 25431 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 74126151 937443328 8207 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25569/tid=25581] ppid=25564 vsize=915472 CPUtime=0
/proc/25569/task/25581/stat : 25581 (java) S 25564 25569 25431 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 74126154 937443328 8207 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25569/tid=25582] ppid=25564 vsize=915472 CPUtime=0.12
/proc/25569/task/25582/stat : 25582 (java) S 25564 25569 25431 0 -1 64 331 0 0 0 12 0 0 0 15 0 8 0 74126154 937443328 8207 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25569/tid=25583] ppid=25564 vsize=915472 CPUtime=0
/proc/25569/task/25583/stat : 25583 (java) S 25564 25569 25431 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 74126154 937443328 8207 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25569/tid=25584] ppid=25564 vsize=915472 CPUtime=0
/proc/25569/task/25584/stat : 25584 (java) S 25564 25569 25431 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 74126154 937443328 8207 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 915472

[startup+12.7428 s]
/proc/loadavg: 1.09 1.25 1.61 3/87 25584
/proc/meminfo: memFree=1243824/2055920 swapFree=4192812/4192956
[pid=25569] ppid=25564 vsize=915472 CPUtime=12.61
/proc/25569/stat : 25569 (java) R 25564 25569 25431 0 -1 0 8471 0 1 0 1224 37 0 0 25 0 8 0 74126146 937443328 8207 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073664419 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/25569/statm: 228868 8207 2496 14 0 215338 0
[pid=25569/tid=25574] ppid=25564 vsize=915472 CPUtime=0.03
/proc/25569/task/25574/stat : 25574 (java) S 25564 25569 25431 0 -1 64 553 0 0 0 3 0 0 0 16 0 8 0 74126150 937443328 8207 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=25569/tid=25575] ppid=25564 vsize=915472 CPUtime=0
/proc/25569/task/25575/stat : 25575 (java) S 25564 25569 25431 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 74126151 937443328 8207 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25569/tid=25576] ppid=25564 vsize=915472 CPUtime=0
/proc/25569/task/25576/stat : 25576 (java) S 25564 25569 25431 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 74126151 937443328 8207 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25569/tid=25581] ppid=25564 vsize=915472 CPUtime=0
/proc/25569/task/25581/stat : 25581 (java) S 25564 25569 25431 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 74126154 937443328 8207 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25569/tid=25582] ppid=25564 vsize=915472 CPUtime=0.12
/proc/25569/task/25582/stat : 25582 (java) S 25564 25569 25431 0 -1 64 331 0 0 0 12 0 0 0 15 0 8 0 74126154 937443328 8207 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25569/tid=25583] ppid=25564 vsize=915472 CPUtime=0
/proc/25569/task/25583/stat : 25583 (java) S 25564 25569 25431 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 74126154 937443328 8207 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25569/tid=25584] ppid=25564 vsize=915472 CPUtime=0
/proc/25569/task/25584/stat : 25584 (java) S 25564 25569 25431 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 74126154 937443328 8207 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.61
Current children cumulated vsize (KiB) 915472

[startup+25.5886 s]
/proc/loadavg: 1.29 1.29 1.62 3/87 25584
/proc/meminfo: memFree=1243888/2055920 swapFree=4192812/4192956
[pid=25569] ppid=25564 vsize=915472 CPUtime=25.36
/proc/25569/stat : 25569 (java) R 25564 25569 25431 0 -1 0 8474 0 1 0 2456 80 0 0 25 0 8 0 74126146 937443328 8210 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073669252 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/25569/statm: 228868 8210 2496 14 0 215338 0
[pid=25569/tid=25574] ppid=25564 vsize=915472 CPUtime=0.03
/proc/25569/task/25574/stat : 25574 (java) S 25564 25569 25431 0 -1 64 553 0 0 0 3 0 0 0 16 0 8 0 74126150 937443328 8210 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=25569/tid=25575] ppid=25564 vsize=915472 CPUtime=0
/proc/25569/task/25575/stat : 25575 (java) S 25564 25569 25431 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 74126151 937443328 8210 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25569/tid=25576] ppid=25564 vsize=915472 CPUtime=0
/proc/25569/task/25576/stat : 25576 (java) S 25564 25569 25431 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 74126151 937443328 8210 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25569/tid=25581] ppid=25564 vsize=915472 CPUtime=0
/proc/25569/task/25581/stat : 25581 (java) S 25564 25569 25431 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 74126154 937443328 8210 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25569/tid=25582] ppid=25564 vsize=915472 CPUtime=0.12
/proc/25569/task/25582/stat : 25582 (java) S 25564 25569 25431 0 -1 64 334 0 0 0 12 0 0 0 16 0 8 0 74126154 937443328 8210 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25569/tid=25583] ppid=25564 vsize=915472 CPUtime=0
/proc/25569/task/25583/stat : 25583 (java) S 25564 25569 25431 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 74126154 937443328 8210 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25569/tid=25584] ppid=25564 vsize=915472 CPUtime=0
/proc/25569/task/25584/stat : 25584 (java) S 25564 25569 25431 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 74126154 937443328 8210 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.36
Current children cumulated vsize (KiB) 915472

[startup+51.2881 s]
/proc/loadavg: 1.53 1.34 1.63 3/87 25584
/proc/meminfo: memFree=1238192/2055920 swapFree=4192812/4192956
[pid=25569] ppid=25564 vsize=915472 CPUtime=50.81
/proc/25569/stat : 25569 (java) R 25564 25569 25431 0 -1 0 9386 0 1 0 4975 106 0 0 25 0 8 0 74126146 937443328 9114 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073778131 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/25569/statm: 228868 9114 2544 14 0 215338 0
[pid=25569/tid=25574] ppid=25564 vsize=915472 CPUtime=0.03
/proc/25569/task/25574/stat : 25574 (java) S 25564 25569 25431 0 -1 64 554 0 0 0 3 0 0 0 16 0 8 0 74126150 937443328 9114 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=25569/tid=25575] ppid=25564 vsize=915472 CPUtime=0
/proc/25569/task/25575/stat : 25575 (java) S 25564 25569 25431 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 74126151 937443328 9114 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25569/tid=25576] ppid=25564 vsize=915472 CPUtime=0
/proc/25569/task/25576/stat : 25576 (java) S 25564 25569 25431 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 74126151 937443328 9114 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25569/tid=25581] ppid=25564 vsize=915472 CPUtime=0
/proc/25569/task/25581/stat : 25581 (java) S 25564 25569 25431 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 74126154 937443328 9114 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25569/tid=25582] ppid=25564 vsize=915472 CPUtime=0.22
/proc/25569/task/25582/stat : 25582 (java) S 25564 25569 25431 0 -1 64 388 0 0 0 22 0 0 0 16 0 8 0 74126154 937443328 9114 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25569/tid=25583] ppid=25564 vsize=915472 CPUtime=0
/proc/25569/task/25583/stat : 25583 (java) S 25564 25569 25431 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 74126154 937443328 9114 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25569/tid=25584] ppid=25564 vsize=915472 CPUtime=0
/proc/25569/task/25584/stat : 25584 (java) S 25564 25569 25431 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 74126154 937443328 9114 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 50.81
Current children cumulated vsize (KiB) 915472

[startup+102.574 s]
/proc/loadavg: 1.84 1.46 1.65 3/87 25584
/proc/meminfo: memFree=1238064/2055920 swapFree=4192812/4192956
[pid=25569] ppid=25564 vsize=915472 CPUtime=101.67
/proc/25569/stat : 25569 (java) R 25564 25569 25431 0 -1 0 9410 0 1 0 10061 106 0 0 25 0 8 0 74126146 937443328 9138 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073778296 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/25569/statm: 228868 9138 2544 14 0 215338 0
[pid=25569/tid=25574] ppid=25564 vsize=915472 CPUtime=0.03
/proc/25569/task/25574/stat : 25574 (java) S 25564 25569 25431 0 -1 64 554 0 0 0 3 0 0 0 16 0 8 0 74126150 937443328 9138 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=25569/tid=25575] ppid=25564 vsize=915472 CPUtime=0
/proc/25569/task/25575/stat : 25575 (java) S 25564 25569 25431 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 74126151 937443328 9138 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25569/tid=25576] ppid=25564 vsize=915472 CPUtime=0
/proc/25569/task/25576/stat : 25576 (java) S 25564 25569 25431 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 74126151 937443328 9138 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25569/tid=25581] ppid=25564 vsize=915472 CPUtime=0
/proc/25569/task/25581/stat : 25581 (java) S 25564 25569 25431 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 74126154 937443328 9138 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25569/tid=25582] ppid=25564 vsize=915472 CPUtime=0.22
/proc/25569/task/25582/stat : 25582 (java) S 25564 25569 25431 0 -1 64 390 0 0 0 22 0 0 0 16 0 8 0 74126154 937443328 9138 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25569/tid=25583] ppid=25564 vsize=915472 CPUtime=0
/proc/25569/task/25583/stat : 25583 (java) S 25564 25569 25431 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 74126154 937443328 9138 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25569/tid=25584] ppid=25564 vsize=915472 CPUtime=0
/proc/25569/task/25584/stat : 25584 (java) S 25564 25569 25431 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 74126154 937443328 9138 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 101.67
Current children cumulated vsize (KiB) 915472

[startup+162.591 s]
/proc/loadavg: 1.94 1.55 1.67 3/87 25584
/proc/meminfo: memFree=1238000/2055920 swapFree=4192812/4192956
[pid=25569] ppid=25564 vsize=915472 CPUtime=161.2
/proc/25569/stat : 25569 (java) R 25564 25569 25431 0 -1 0 9423 0 1 0 16014 106 0 0 25 0 8 0 74126146 937443328 9149 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073778481 0 4 0 23759 18446744073709551615 0 0 17 0 0 0

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

Current children cumulated CPU time (s) 2006.22
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=25569] ppid=25564 vsize=915472 CPUtime=2065.73
/proc/25569/stat : 25569 (java) R 25564 25569 25431 0 -1 0 9447 0 1 0 206463 110 0 0 25 0 8 0 74126146 937443328 9172 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073778163 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/25569/statm: 228868 9172 2544 14 0 215338 0
[pid=25569/tid=25574] ppid=25564 vsize=915472 CPUtime=0.03
/proc/25569/task/25574/stat : 25574 (java) S 25564 25569 25431 0 -1 64 554 0 0 0 3 0 0 0 16 0 8 0 74126150 937443328 9172 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=25569/tid=25575] ppid=25564 vsize=915472 CPUtime=0
/proc/25569/task/25575/stat : 25575 (java) S 25564 25569 25431 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 74126151 937443328 9172 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25569/tid=25576] ppid=25564 vsize=915472 CPUtime=0
/proc/25569/task/25576/stat : 25576 (java) S 25564 25569 25431 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 74126151 937443328 9172 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25569/tid=25581] ppid=25564 vsize=915472 CPUtime=0
/proc/25569/task/25581/stat : 25581 (java) S 25564 25569 25431 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 74126154 937443328 9172 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25569/tid=25582] ppid=25564 vsize=915472 CPUtime=0.23
/proc/25569/task/25582/stat : 25582 (java) S 25564 25569 25431 0 -1 64 394 0 0 0 23 0 0 0 16 0 8 0 74126154 937443328 9172 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25569/tid=25583] ppid=25564 vsize=915472 CPUtime=0
/proc/25569/task/25583/stat : 25583 (java) S 25564 25569 25431 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 74126154 937443328 9172 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25569/tid=25584] ppid=25564 vsize=915472 CPUtime=0
/proc/25569/task/25584/stat : 25584 (java) S 25564 25569 25431 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 74126154 937443328 9172 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2065.73
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=25569] ppid=25564 vsize=915472 CPUtime=2125.25
/proc/25569/stat : 25569 (java) R 25564 25569 25431 0 -1 0 9447 0 1 0 212415 110 0 0 25 0 8 0 74126146 937443328 9172 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073782436 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/25569/statm: 228868 9172 2544 14 0 215338 0
[pid=25569/tid=25574] ppid=25564 vsize=915472 CPUtime=0.03
/proc/25569/task/25574/stat : 25574 (java) S 25564 25569 25431 0 -1 64 554 0 0 0 3 0 0 0 16 0 8 0 74126150 937443328 9172 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=25569/tid=25575] ppid=25564 vsize=915472 CPUtime=0
/proc/25569/task/25575/stat : 25575 (java) S 25564 25569 25431 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 74126151 937443328 9172 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25569/tid=25576] ppid=25564 vsize=915472 CPUtime=0
/proc/25569/task/25576/stat : 25576 (java) S 25564 25569 25431 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 74126151 937443328 9172 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25569/tid=25581] ppid=25564 vsize=915472 CPUtime=0
/proc/25569/task/25581/stat : 25581 (java) S 25564 25569 25431 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 74126154 937443328 9172 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25569/tid=25582] ppid=25564 vsize=915472 CPUtime=0.23
/proc/25569/task/25582/stat : 25582 (java) S 25564 25569 25431 0 -1 64 394 0 0 0 23 0 0 0 16 0 8 0 74126154 937443328 9172 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25569/tid=25583] ppid=25564 vsize=915472 CPUtime=0
/proc/25569/task/25583/stat : 25583 (java) S 25564 25569 25431 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 74126154 937443328 9172 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25569/tid=25584] ppid=25564 vsize=915472 CPUtime=0
/proc/25569/task/25584/stat : 25584 (java) S 25564 25569 25431 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 74126154 937443328 9172 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2125.25
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=25569] ppid=25564 vsize=915472 CPUtime=2184.77
/proc/25569/stat : 25569 (java) R 25564 25569 25431 0 -1 0 9447 0 1 0 218366 111 0 0 25 0 8 0 74126146 937443328 9172 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073778514 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/25569/statm: 228868 9172 2544 14 0 215338 0
[pid=25569/tid=25574] ppid=25564 vsize=915472 CPUtime=0.03
/proc/25569/task/25574/stat : 25574 (java) S 25564 25569 25431 0 -1 64 554 0 0 0 3 0 0 0 16 0 8 0 74126150 937443328 9172 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=25569/tid=25575] ppid=25564 vsize=915472 CPUtime=0
/proc/25569/task/25575/stat : 25575 (java) S 25564 25569 25431 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 74126151 937443328 9172 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25569/tid=25576] ppid=25564 vsize=915472 CPUtime=0
/proc/25569/task/25576/stat : 25576 (java) S 25564 25569 25431 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 74126151 937443328 9172 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25569/tid=25581] ppid=25564 vsize=915472 CPUtime=0
/proc/25569/task/25581/stat : 25581 (java) S 25564 25569 25431 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 74126154 937443328 9172 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25569/tid=25582] ppid=25564 vsize=915472 CPUtime=0.23
/proc/25569/task/25582/stat : 25582 (java) S 25564 25569 25431 0 -1 64 394 0 0 0 23 0 0 0 16 0 8 0 74126154 937443328 9172 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25569/tid=25583] ppid=25564 vsize=915472 CPUtime=0
/proc/25569/task/25583/stat : 25583 (java) S 25564 25569 25431 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 74126154 937443328 9172 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25569/tid=25584] ppid=25564 vsize=915472 CPUtime=0
/proc/25569/task/25584/stat : 25584 (java) S 25564 25569 25431 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 74126154 937443328 9172 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2184.77
Current children cumulated vsize (KiB) 915472

[startup+2263.23 s]
/proc/loadavg: 2.12 2.03 1.93 4/87 25586
/proc/meminfo: memFree=1237488/2055920 swapFree=4192812/4192956
[pid=25569] ppid=25564 vsize=915472 CPUtime=2244.27
/proc/25569/stat : 25569 (java) R 25564 25569 25431 0 -1 0 9447 0 1 0 224316 111 0 0 25 0 8 0 74126146 937443328 9172 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073662183 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/25569/statm: 228868 9172 2544 14 0 215338 0
[pid=25569/tid=25574] ppid=25564 vsize=915472 CPUtime=0.03
/proc/25569/task/25574/stat : 25574 (java) S 25564 25569 25431 0 -1 64 554 0 0 0 3 0 0 0 16 0 8 0 74126150 937443328 9172 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=25569/tid=25575] ppid=25564 vsize=915472 CPUtime=0
/proc/25569/task/25575/stat : 25575 (java) S 25564 25569 25431 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 74126151 937443328 9172 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25569/tid=25576] ppid=25564 vsize=915472 CPUtime=0
/proc/25569/task/25576/stat : 25576 (java) S 25564 25569 25431 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 74126151 937443328 9172 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25569/tid=25581] ppid=25564 vsize=915472 CPUtime=0
/proc/25569/task/25581/stat : 25581 (java) S 25564 25569 25431 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 74126154 937443328 9172 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25569/tid=25582] ppid=25564 vsize=915472 CPUtime=0.23
/proc/25569/task/25582/stat : 25582 (java) S 25564 25569 25431 0 -1 64 394 0 0 0 23 0 0 0 16 0 8 0 74126154 937443328 9172 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25569/tid=25583] ppid=25564 vsize=915472 CPUtime=0
/proc/25569/task/25583/stat : 25583 (java) S 25564 25569 25431 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 74126154 937443328 9172 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25569/tid=25584] ppid=25564 vsize=915472 CPUtime=0
/proc/25569/task/25584/stat : 25584 (java) S 25564 25569 25431 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 74126154 937443328 9172 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2244.27
Current children cumulated vsize (KiB) 915472

[startup+2323.26 s]
/proc/loadavg: 2.04 2.03 1.93 3/87 25586
/proc/meminfo: memFree=1237488/2055920 swapFree=4192812/4192956
[pid=25569] ppid=25564 vsize=915472 CPUtime=2303.8
/proc/25569/stat : 25569 (java) R 25564 25569 25431 0 -1 0 9447 0 1 0 230269 111 0 0 25 0 8 0 74126146 937443328 9172 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073787720 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/25569/statm: 228868 9172 2544 14 0 215338 0
[pid=25569/tid=25574] ppid=25564 vsize=915472 CPUtime=0.03
/proc/25569/task/25574/stat : 25574 (java) S 25564 25569 25431 0 -1 64 554 0 0 0 3 0 0 0 16 0 8 0 74126150 937443328 9172 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=25569/tid=25575] ppid=25564 vsize=915472 CPUtime=0
/proc/25569/task/25575/stat : 25575 (java) S 25564 25569 25431 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 74126151 937443328 9172 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25569/tid=25576] ppid=25564 vsize=915472 CPUtime=0
/proc/25569/task/25576/stat : 25576 (java) S 25564 25569 25431 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 74126151 937443328 9172 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25569/tid=25581] ppid=25564 vsize=915472 CPUtime=0
/proc/25569/task/25581/stat : 25581 (java) S 25564 25569 25431 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 74126154 937443328 9172 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25569/tid=25582] ppid=25564 vsize=915472 CPUtime=0.23
/proc/25569/task/25582/stat : 25582 (java) S 25564 25569 25431 0 -1 64 394 0 0 0 23 0 0 0 16 0 8 0 74126154 937443328 9172 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25569/tid=25583] ppid=25564 vsize=915472 CPUtime=0
/proc/25569/task/25583/stat : 25583 (java) S 25564 25569 25431 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 74126154 937443328 9172 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25569/tid=25584] ppid=25564 vsize=915472 CPUtime=0
/proc/25569/task/25584/stat : 25584 (java) S 25564 25569 25431 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 74126154 937443328 9172 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2303.8
Current children cumulated vsize (KiB) 915472

[startup+2383.27 s]
/proc/loadavg: 2.08 2.04 1.93 3/87 25586
/proc/meminfo: memFree=1237424/2055920 swapFree=4192812/4192956
[pid=25569] ppid=25564 vsize=915472 CPUtime=2363.31
/proc/25569/stat : 25569 (java) R 25564 25569 25431 0 -1 0 9447 0 1 0 236220 111 0 0 25 0 8 0 74126146 937443328 9172 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073778308 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/25569/statm: 228868 9172 2544 14 0 215338 0
[pid=25569/tid=25574] ppid=25564 vsize=915472 CPUtime=0.03
/proc/25569/task/25574/stat : 25574 (java) S 25564 25569 25431 0 -1 64 554 0 0 0 3 0 0 0 16 0 8 0 74126150 937443328 9172 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=25569/tid=25575] ppid=25564 vsize=915472 CPUtime=0
/proc/25569/task/25575/stat : 25575 (java) S 25564 25569 25431 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 74126151 937443328 9172 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25569/tid=25576] ppid=25564 vsize=915472 CPUtime=0
/proc/25569/task/25576/stat : 25576 (java) S 25564 25569 25431 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 74126151 937443328 9172 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25569/tid=25581] ppid=25564 vsize=915472 CPUtime=0
/proc/25569/task/25581/stat : 25581 (java) S 25564 25569 25431 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 74126154 937443328 9172 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25569/tid=25582] ppid=25564 vsize=915472 CPUtime=0.23
/proc/25569/task/25582/stat : 25582 (java) S 25564 25569 25431 0 -1 64 394 0 0 0 23 0 0 0 16 0 8 0 74126154 937443328 9172 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25569/tid=25583] ppid=25564 vsize=915472 CPUtime=0
/proc/25569/task/25583/stat : 25583 (java) S 25564 25569 25431 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 74126154 937443328 9172 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25569/tid=25584] ppid=25564 vsize=915472 CPUtime=0
/proc/25569/task/25584/stat : 25584 (java) S 25564 25569 25431 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 74126154 937443328 9172 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2363.31
Current children cumulated vsize (KiB) 915472



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2420.27 s]
/proc/loadavg: 2.04 2.03 1.93 3/87 25646
/proc/meminfo: memFree=1234464/2055920 swapFree=4192812/4192956
[pid=25569] ppid=25564 vsize=915472 CPUtime=2400.09
/proc/25569/stat : 25569 (java) R 25564 25569 25431 0 -1 0 9447 0 1 0 239897 112 0 0 25 0 8 0 74126146 937443328 9172 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073781407 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/25569/statm: 228868 9172 2544 14 0 215338 0
[pid=25569/tid=25574] ppid=25564 vsize=915472 CPUtime=0.03
/proc/25569/task/25574/stat : 25574 (java) S 25564 25569 25431 0 -1 64 554 0 0 0 3 0 0 0 16 0 8 0 74126150 937443328 9172 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=25569/tid=25575] ppid=25564 vsize=915472 CPUtime=0
/proc/25569/task/25575/stat : 25575 (java) S 25564 25569 25431 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 74126151 937443328 9172 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25569/tid=25576] ppid=25564 vsize=915472 CPUtime=0
/proc/25569/task/25576/stat : 25576 (java) S 25564 25569 25431 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 74126151 937443328 9172 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25569/tid=25581] ppid=25564 vsize=915472 CPUtime=0
/proc/25569/task/25581/stat : 25581 (java) S 25564 25569 25431 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 74126154 937443328 9172 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25569/tid=25582] ppid=25564 vsize=915472 CPUtime=0.23
/proc/25569/task/25582/stat : 25582 (java) S 25564 25569 25431 0 -1 64 394 0 0 0 23 0 0 0 16 0 8 0 74126154 937443328 9172 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25569/tid=25583] ppid=25564 vsize=915472 CPUtime=0
/proc/25569/task/25583/stat : 25583 (java) S 25564 25569 25431 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 74126154 937443328 9172 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25569/tid=25584] ppid=25564 vsize=915472 CPUtime=0
/proc/25569/task/25584/stat : 25584 (java) S 25564 25569 25431 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 74126154 937443328 9172 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2400.09
Current children cumulated vsize (KiB) 915472

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

Child status: 143
Real time (s): 2420.31
CPU time (s): 2400.13
CPU user time (s): 2399
CPU system time (s): 1.12683
CPU usage (%): 99.1662
Max. virtual memory (cumulated for all children) (KiB): 915476

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2399
system time used= 1.12683
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9474
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= 50093
involuntary context switches= 103927

runsolver used 2.36964 s user time and 6.556 s system time

The end

Launcher Data (download as text)

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


IDJOB= 277419
IDBENCH= 6690
IDSOLVER= 69
FILE ID= node71/277419-1169266293

PBS_JOBID= 3607396

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

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  10bd62c6431534fd4c0942090b582767

RANDOM SEED= 990944354

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:       1292632 kB
Buffers:         50472 kB
Cached:         617356 kB
SwapCached:          0 kB
Active:          91616 kB
Inactive:       596656 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1292632 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            3548 kB
Writeback:           0 kB
Mapped:          31088 kB
Slab:            60568 kB
Committed_AS:   629160 kB
PageTables:       1748 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:53 UTC 2007