Trace number 277416

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.15 2411.21

General information on the benchmark

Nametaillard/
os-taillard-5/os-taillard-5-95-2.xml
MD5SUM581bd298a554a245f5f89dd0c5a8e177
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.11
SatisfiableNO
(Un)Satisfiability was provedNO
Number of variables25
Number of constraints100
Maximum constraint arity2
Maximum domain size305
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.30	   
0.30	Abscon 109 (November, 2006)
0.30	   
0.30	   configuration
0.30	     name=pfc.xml
0.33	   
0.33	   instance
0.34	     name=/tmp/evaluation/277416-1169266267/unknown.xml
0.36	   
0.36	   domains being loaded...
0.37	   
0.37	   variables being loaded...
0.41	     nbVariables=25  nbDomainTypes=25  minDomainSize=210  maxDomainSize=305
0.41	       =>  wckTime=0.106  cpuTime=0.09  mem=6M910
0.41	   
0.41	   predicates being loaded...
0.41	   
0.41	   constraints being loaded...
2.18	     nbConstraints=100  nbConvertedConstraints=100  nbConvertConstraintsChecks=6220887  nbExtensionStructures=100
2.18	     nbSharedExtensionStructures=0  nbConflictsStructures=100  nbSharedConflictsStructures=0
2.18	     nbSharedBinaryRepresentations=21326  maxDegree=8  maxArity=2
2.18	       =>  wckTime=1.878  cpuTime=1.81  mem=13M736
2.23	   
2.23	   solver LocalSearchSolver being built... 
2.28	       =>  wckTime=1.971  cpuTime=1.85  mem=7M721
2.28	
2.28	s SATISFIABLE
2.28	o 73
2.28	c 27
2.29	o 77
2.29	c 23
2.29	o 80
2.29	c 20
2.29	o 82
2.29	c 18
2.29	o 83
2.29	c 17
2.30	o 84
2.30	c 16
2.30	o 85
2.30	c 15
2.30	o 86
2.30	c 14
2.30	o 87
2.30	c 13
2.31	o 88
2.31	c 12
2.31	o 89
2.31	c 11
2.31	o 90
2.31	c 10
2.33	o 91
2.33	c 9
2.34	o 92
2.34	c 8
2.35	o 93
2.35	c 7
2.73	o 94
2.73	c 6
3.81	o 95
3.81	c 5
17.25	   
17.25	   search
17.25	     run=0  nbConstraintChecks=149766156  nbAssignments=10000
17.25	       =>  wckTime=14.975  cpuTime=14.9  mem=7M721
32.01	   
32.01	   search
32.01	     run=1  nbConstraintChecks=300230214  nbAssignments=20000
32.01	       =>  wckTime=29.736  cpuTime=29.59  mem=7M721
33.97	   
33.97	   search
33.97	     run=2  nbConstraintChecks=320029781  nbAssignments=21539
33.97	       =>  wckTime=31.693  cpuTime=31.54  mem=7M721
33.97	   
33.97	   global
33.97	     nbConstraintChecks=320029781  nbValidityChecks=0  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
33.97	     solvingWckTime=31.691  solvingCpuTime=31.54  expiredTime=no  totalExploration=no  nbFoundSolutions=0
33.97	     globalCpuTime=33.44
33.97	       =>  wckTime=33.665  cpuTime=33.39  mem=7M721
33.97	   
33.97	   solver IterativeSystematicSolver being built... 
34.09	       =>  wckTime=33.788  cpuTime=33.49  mem=17M695
34.10	   
34.10	   preprocessing
34.10	     nbConstraintChecks=0  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
34.10	     detectedInconsistency=no
34.10	       =>  wckTime=0.0070  cpuTime=0.0  mem=17M695
34.86	   
34.86	   search
34.86	     run=0  nbConstraintChecks=12178244  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=392
34.86	     nbFailedAssignments=365  nbBacktracks=10  nbVisitedNodes=768  nbRestartNogoods=0
34.86	       =>  wckTime=0.765  cpuTime=0.72  mem=18M703
36.19	   
36.19	   search
36.19	     run=1  nbConstraintChecks=33126255  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=862
36.19	     nbFailedAssignments=807  nbBacktracks=25  nbVisitedNodes=1695  nbRestartNogoods=128
36.19	       =>  wckTime=2.099  cpuTime=2.04  mem=18M703
36.90	   
36.90	   search
36.90	     run=2  nbConstraintChecks=45255017  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=1218
36.90	     nbFailedAssignments=1127  nbBacktracks=47  nbVisitedNodes=2393  nbRestartNogoods=169
36.90	       =>  wckTime=2.803  cpuTime=2.73  mem=18M703
37.61	   
37.61	   search
37.61	     run=3  nbConstraintChecks=56741878  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=1540
37.61	     nbFailedAssignments=1400  nbBacktracks=80  nbVisitedNodes=3021  nbRestartNogoods=243
37.61	       =>  wckTime=3.515  cpuTime=3.43  mem=18M703
40.26	   
40.26	   search
40.26	     run=4  nbConstraintChecks=94306018  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=2680
40.26	     nbFailedAssignments=2474  nbBacktracks=130  nbVisitedNodes=5285  nbRestartNogoods=343
40.26	       =>  wckTime=6.17  cpuTime=6.04  mem=18M703
42.77	   
42.77	   search
42.77	     run=5  nbConstraintChecks=135060560  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=3971
42.77	     nbFailedAssignments=3675  nbBacktracks=205  nbVisitedNodes=7852  nbRestartNogoods=443
42.77	       =>  wckTime=8.68  cpuTime=8.54  mem=18M703
52.10	   
52.10	   search
52.10	     run=6  nbConstraintChecks=280498490  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=7114
52.10	     nbFailedAssignments=6692  nbBacktracks=318  nbVisitedNodes=14125  nbRestartNogoods=589
52.10	       =>  wckTime=18.006  cpuTime=17.83  mem=18M703
56.80	   
56.80	   search
56.80	     run=7  nbConstraintChecks=355821767  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=8464
56.80	     nbFailedAssignments=7859  nbBacktracks=488  nbVisitedNodes=16812  nbRestartNogoods=688
56.80	       =>  wckTime=22.705  cpuTime=22.51  mem=18M703
68.90	   
68.90	   search
68.90	     run=8  nbConstraintChecks=505584284  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=11866
68.90	     nbFailedAssignments=10993  nbBacktracks=744  nbVisitedNodes=23604  nbRestartNogoods=710
68.90	       =>  wckTime=34.81  cpuTime=34.56  mem=18M703
90.17	   
90.17	   search
90.17	     run=9  nbConstraintChecks=777568073  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=16579
90.17	     nbFailedAssignments=15313  nbBacktracks=1128  nbVisitedNodes=32939  nbRestartNogoods=785
90.17	       =>  wckTime=56.076  cpuTime=55.72  mem=18M703
102.63	   
102.63	   search
102.63	     run=10  nbConstraintChecks=948711429  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=20306
102.63	     nbFailedAssignments=18453  nbBacktracks=1704  nbVisitedNodes=40205  nbRestartNogoods=840
102.63	       =>  wckTime=68.536  cpuTime=68.13  mem=18M703
116.07	   
116.07	   search
116.07	     run=11  nbConstraintChecks=1139242746  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=25335
116.07	     nbFailedAssignments=22604  nbBacktracks=2568  nbVisitedNodes=50190  nbRestartNogoods=902
116.07	       =>  wckTime=81.98  cpuTime=81.51  mem=18M703
168.90	   
168.90	   search
168.90	     run=12  nbConstraintChecks=1842298374  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=38208
168.90	     nbFailedAssignments=34169  nbBacktracks=3865  nbVisitedNodes=75925  nbRestartNogoods=1028
168.90	       =>  wckTime=134.808  cpuTime=134.1  mem=18M703
254.92	   
254.92	   search
254.92	     run=13  nbConstraintChecks=3082981559  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=64262
254.92	     nbFailedAssignments=58266  nbBacktracks=5811  nbVisitedNodes=128022  nbRestartNogoods=1127
254.92	       =>  wckTime=220.828  cpuTime=219.73  mem=18M703
387.38	   
387.38	   search
387.38	     run=14  nbConstraintChecks=4853885576  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=103010
387.38	     nbFailedAssignments=94083  nbBacktracks=8731  nbVisitedNodes=205507  nbRestartNogoods=1172
387.38	       =>  wckTime=353.29  cpuTime=351.59  mem=18M703
633.90	   
633.91	   search
633.91	     run=15  nbConstraintChecks=8554964218  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=174743
633.91	     nbFailedAssignments=161427  nbBacktracks=13110  nbVisitedNodes=348944  nbRestartNogoods=1318
633.91	       =>  wckTime=599.812  cpuTime=596.96  mem=18M703
828.03	   
828.04	   search
828.04	     run=16  nbConstraintChecks=11150151974  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=227461
828.04	     nbFailedAssignments=207564  nbBacktracks=19678  nbVisitedNodes=454367  nbRestartNogoods=1415
828.04	       =>  wckTime=793.941  cpuTime=790.2  mem=18M703
1397.93	   
1397.93	   search
1397.93	     run=17  nbConstraintChecks=19254140125  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=410617
1397.93	     nbFailedAssignments=380859  nbBacktracks=29530  nbVisitedNodes=820630  nbRestartNogoods=1525
1397.93	       =>  wckTime=1363.838  cpuTime=1357.49  mem=18M703
2366.52	   
2366.52	   search
2366.52	     run=18  nbConstraintChecks=32683216834  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=666592
2366.52	     nbFailedAssignments=622046  nbBacktracks=44308  nbVisitedNodes=1332570  nbRestartNogoods=1716
2366.52	       =>  wckTime=2332.424  cpuTime=2321.65  mem=18M703
2411.15	v 203 127 3 13 103 178 71 2 227 125 1 227 71 162 107 206 12 226 73 122 232 168 68 4 197 

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/node50/watcher-277416-1169266267 -o ROOT/results/node50/solver-277416-1169266267 -C 2400 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar pfc.xml 1 XSax /tmp/evaluation/277416-1169266267/unknown.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Current StackSize limit: 10240 KiB

/proc/loadavg: 1.12 1.71 1.89 4/68 3440
/proc/meminfo: memFree=1209440/2055920 swapFree=4191892/4192956
[pid=3439] ppid=3430 vsize=172 CPUtime=0
/proc/3439/stat : 3439 (java) R 3430 3439 3294 0 -1 0 217 0 0 0 0 0 0 0 20 0 1 0 275025317 176128 24 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 7918372 0 0 4096 0 0 0 0 17 0 0 0
/proc/3439/statm: 43 24 18 14 0 3 0

[startup+0.107082 s]
/proc/loadavg: 1.12 1.71 1.89 4/68 3440
/proc/meminfo: memFree=1209440/2055920 swapFree=4191892/4192956
[pid=3439] ppid=3430 vsize=914988 CPUtime=0.08
/proc/3439/stat : 3439 (java) R 3430 3439 3294 0 -1 0 2979 0 1 0 7 1 0 0 25 0 8 0 275025317 936947712 2725 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4155477469 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/3439/statm: 228747 2725 1422 14 0 215242 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 914988

[startup+0.51515 s]
/proc/loadavg: 1.12 1.71 1.89 4/68 3440
/proc/meminfo: memFree=1209440/2055920 swapFree=4191892/4192956
[pid=3439] ppid=3430 vsize=915472 CPUtime=0.48
/proc/3439/stat : 3439 (java) R 3430 3439 3294 0 -1 0 6538 0 1 0 45 3 0 0 25 0 8 0 275025317 937443328 6277 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4072929336 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/3439/statm: 228868 6277 2167 14 0 215338 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 915472

[startup+1.33629 s]
/proc/loadavg: 1.12 1.71 1.89 3/88 3461
/proc/meminfo: memFree=1179656/2055920 swapFree=4191892/4192956
[pid=3439] ppid=3430 vsize=915472 CPUtime=1.3
/proc/3439/stat : 3439 (java) R 3430 3439 3294 0 -1 0 7208 0 1 0 126 4 0 0 25 0 8 0 275025317 937443328 6946 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073604172 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/3439/statm: 228868 6946 2169 14 0 215338 0
[pid=3439/tid=3448] ppid=3430 vsize=915472 CPUtime=0
/proc/3439/task/3448/stat : 3448 (java) S 3430 3439 3294 0 -1 64 8 0 0 0 0 0 0 0 17 0 8 0 275025322 937443328 6946 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=3439/tid=3449] ppid=3430 vsize=915472 CPUtime=0
/proc/3439/task/3449/stat : 3449 (java) S 3430 3439 3294 0 -1 64 10 0 0 0 0 0 0 0 22 0 8 0 275025322 937443328 6946 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3439/tid=3450] ppid=3430 vsize=915472 CPUtime=0
/proc/3439/task/3450/stat : 3450 (java) S 3430 3439 3294 0 -1 64 4 0 0 0 0 0 0 0 23 0 8 0 275025322 937443328 6946 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3439/tid=3454] ppid=3430 vsize=915472 CPUtime=0
/proc/3439/task/3454/stat : 3454 (java) S 3430 3439 3294 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 275025325 937443328 6946 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3439/tid=3455] ppid=3430 vsize=915472 CPUtime=0.08
/proc/3439/task/3455/stat : 3455 (java) S 3430 3439 3294 0 -1 64 311 0 0 0 8 0 0 0 16 0 8 0 275025325 937443328 6946 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3439/tid=3456] ppid=3430 vsize=915472 CPUtime=0
/proc/3439/task/3456/stat : 3456 (java) S 3430 3439 3294 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 275025325 937443328 6946 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3439/tid=3457] ppid=3430 vsize=915472 CPUtime=0
/proc/3439/task/3457/stat : 3457 (java) S 3430 3439 3294 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 275025325 937443328 6946 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.97556 s]
/proc/loadavg: 1.19 1.71 1.89 3/88 3461
/proc/meminfo: memFree=1171848/2055920 swapFree=4191892/4192956
[pid=3439] ppid=3430 vsize=915472 CPUtime=2.93
/proc/3439/stat : 3439 (java) R 3430 3439 3294 0 -1 0 8915 0 1 0 287 6 0 0 25 0 8 0 275025317 937443328 8652 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073664297 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/3439/statm: 228868 8652 2497 14 0 215338 0
[pid=3439/tid=3448] ppid=3430 vsize=915472 CPUtime=0.03
/proc/3439/task/3448/stat : 3448 (java) S 3430 3439 3294 0 -1 64 698 0 0 0 3 0 0 0 16 0 8 0 275025322 937443328 8652 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=3439/tid=3449] ppid=3430 vsize=915472 CPUtime=0
/proc/3439/task/3449/stat : 3449 (java) S 3430 3439 3294 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 275025322 937443328 8652 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3439/tid=3450] ppid=3430 vsize=915472 CPUtime=0
/proc/3439/task/3450/stat : 3450 (java) S 3430 3439 3294 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 275025322 937443328 8652 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3439/tid=3454] ppid=3430 vsize=915472 CPUtime=0
/proc/3439/task/3454/stat : 3454 (java) S 3430 3439 3294 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 275025325 937443328 8652 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3439/tid=3455] ppid=3430 vsize=915472 CPUtime=0.11
/proc/3439/task/3455/stat : 3455 (java) S 3430 3439 3294 0 -1 64 327 0 0 0 11 0 0 0 16 0 8 0 275025325 937443328 8652 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3439/tid=3456] ppid=3430 vsize=915472 CPUtime=0
/proc/3439/task/3456/stat : 3456 (java) S 3430 3439 3294 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 275025325 937443328 8652 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3439/tid=3457] ppid=3430 vsize=915472 CPUtime=0
/proc/3439/task/3457/stat : 3457 (java) S 3430 3439 3294 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 275025325 937443328 8652 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.27112 s]
/proc/loadavg: 1.19 1.71 1.89 3/88 3461
/proc/meminfo: memFree=1171400/2055920 swapFree=4191892/4192956
[pid=3439] ppid=3430 vsize=915476 CPUtime=6.21
/proc/3439/stat : 3439 (java) R 3430 3439 3294 0 -1 0 8920 0 1 0 607 14 0 0 25 0 8 0 275025317 937447424 8656 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/3439/statm: 228869 8656 2497 14 0 215339 0
[pid=3439/tid=3448] ppid=3430 vsize=915476 CPUtime=0.03
/proc/3439/task/3448/stat : 3448 (java) S 3430 3439 3294 0 -1 64 698 0 0 0 3 0 0 0 16 0 8 0 275025322 937447424 8656 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=3439/tid=3449] ppid=3430 vsize=915476 CPUtime=0
/proc/3439/task/3449/stat : 3449 (java) S 3430 3439 3294 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 275025322 937447424 8656 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3439/tid=3450] ppid=3430 vsize=915476 CPUtime=0
/proc/3439/task/3450/stat : 3450 (java) S 3430 3439 3294 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 275025322 937447424 8656 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3439/tid=3454] ppid=3430 vsize=915476 CPUtime=0
/proc/3439/task/3454/stat : 3454 (java) S 3430 3439 3294 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 275025325 937447424 8656 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3439/tid=3455] ppid=3430 vsize=915476 CPUtime=0.11
/proc/3439/task/3455/stat : 3455 (java) S 3430 3439 3294 0 -1 64 331 0 0 0 11 0 0 0 15 0 8 0 275025325 937447424 8656 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3439/tid=3456] ppid=3430 vsize=915476 CPUtime=0
/proc/3439/task/3456/stat : 3456 (java) S 3430 3439 3294 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 275025325 937447424 8656 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3439/tid=3457] ppid=3430 vsize=915476 CPUtime=0
/proc/3439/task/3457/stat : 3457 (java) S 3430 3439 3294 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 275025325 937447424 8656 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 915476

[startup+12.7442 s]
/proc/loadavg: 1.32 1.72 1.89 3/88 3461
/proc/meminfo: memFree=1171424/2055920 swapFree=4191892/4192956
[pid=3439] ppid=3430 vsize=915472 CPUtime=12.66
/proc/3439/stat : 3439 (java) R 3430 3439 3294 0 -1 0 8920 0 1 0 1238 28 0 0 25 0 8 0 275025317 937443328 8656 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073664454 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/3439/statm: 228868 8656 2497 14 0 215338 0
[pid=3439/tid=3448] ppid=3430 vsize=915472 CPUtime=0.03
/proc/3439/task/3448/stat : 3448 (java) S 3430 3439 3294 0 -1 64 698 0 0 0 3 0 0 0 16 0 8 0 275025322 937443328 8656 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=3439/tid=3449] ppid=3430 vsize=915472 CPUtime=0
/proc/3439/task/3449/stat : 3449 (java) S 3430 3439 3294 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 275025322 937443328 8656 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3439/tid=3450] ppid=3430 vsize=915472 CPUtime=0
/proc/3439/task/3450/stat : 3450 (java) S 3430 3439 3294 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 275025322 937443328 8656 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3439/tid=3454] ppid=3430 vsize=915472 CPUtime=0
/proc/3439/task/3454/stat : 3454 (java) S 3430 3439 3294 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 275025325 937443328 8656 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3439/tid=3455] ppid=3430 vsize=915472 CPUtime=0.11
/proc/3439/task/3455/stat : 3455 (java) S 3430 3439 3294 0 -1 64 331 0 0 0 11 0 0 0 15 0 8 0 275025325 937443328 8656 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3439/tid=3456] ppid=3430 vsize=915472 CPUtime=0
/proc/3439/task/3456/stat : 3456 (java) S 3430 3439 3294 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 275025325 937443328 8656 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3439/tid=3457] ppid=3430 vsize=915472 CPUtime=0
/proc/3439/task/3457/stat : 3457 (java) S 3430 3439 3294 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 275025325 937443328 8656 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 915472

[startup+25.5984 s]
/proc/loadavg: 1.42 1.73 1.90 3/88 3461
/proc/meminfo: memFree=1171488/2055920 swapFree=4191892/4192956
[pid=3439] ppid=3430 vsize=915472 CPUtime=25.46
/proc/3439/stat : 3439 (java) R 3430 3439 3294 0 -1 0 8923 0 1 0 2488 58 0 0 25 0 8 0 275025317 937443328 8659 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073669331 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/3439/statm: 228868 8659 2497 14 0 215338 0
[pid=3439/tid=3448] ppid=3430 vsize=915472 CPUtime=0.03
/proc/3439/task/3448/stat : 3448 (java) S 3430 3439 3294 0 -1 64 698 0 0 0 3 0 0 0 16 0 8 0 275025322 937443328 8659 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=3439/tid=3449] ppid=3430 vsize=915472 CPUtime=0
/proc/3439/task/3449/stat : 3449 (java) S 3430 3439 3294 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 275025322 937443328 8659 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3439/tid=3450] ppid=3430 vsize=915472 CPUtime=0
/proc/3439/task/3450/stat : 3450 (java) S 3430 3439 3294 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 275025322 937443328 8659 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3439/tid=3454] ppid=3430 vsize=915472 CPUtime=0
/proc/3439/task/3454/stat : 3454 (java) S 3430 3439 3294 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 275025325 937443328 8659 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3439/tid=3455] ppid=3430 vsize=915472 CPUtime=0.12
/proc/3439/task/3455/stat : 3455 (java) S 3430 3439 3294 0 -1 64 334 0 0 0 12 0 0 0 16 0 8 0 275025325 937443328 8659 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3439/tid=3456] ppid=3430 vsize=915472 CPUtime=0
/proc/3439/task/3456/stat : 3456 (java) S 3430 3439 3294 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 275025325 937443328 8659 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3439/tid=3457] ppid=3430 vsize=915472 CPUtime=0
/proc/3439/task/3457/stat : 3457 (java) S 3430 3439 3294 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 275025325 937443328 8659 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 915472

[startup+51.2947 s]
/proc/loadavg: 1.62 1.75 1.90 3/88 3461
/proc/meminfo: memFree=1169376/2055920 swapFree=4191892/4192956
[pid=3439] ppid=3430 vsize=915472 CPUtime=51.02
/proc/3439/stat : 3439 (java) R 3430 3439 3294 0 -1 0 9544 0 1 0 5021 81 0 0 25 0 8 0 275025317 937443328 9273 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4072918484 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/3439/statm: 228868 9273 2545 14 0 215338 0
[pid=3439/tid=3448] ppid=3430 vsize=915472 CPUtime=0.03
/proc/3439/task/3448/stat : 3448 (java) S 3430 3439 3294 0 -1 64 699 0 0 0 3 0 0 0 16 0 8 0 275025322 937443328 9273 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=3439/tid=3449] ppid=3430 vsize=915472 CPUtime=0
/proc/3439/task/3449/stat : 3449 (java) S 3430 3439 3294 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 275025322 937443328 9273 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3439/tid=3450] ppid=3430 vsize=915472 CPUtime=0
/proc/3439/task/3450/stat : 3450 (java) S 3430 3439 3294 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 275025322 937443328 9273 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3439/tid=3454] ppid=3430 vsize=915472 CPUtime=0
/proc/3439/task/3454/stat : 3454 (java) S 3430 3439 3294 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 275025325 937443328 9273 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3439/tid=3455] ppid=3430 vsize=915472 CPUtime=0.22
/proc/3439/task/3455/stat : 3455 (java) S 3430 3439 3294 0 -1 64 389 0 0 0 21 1 0 0 16 0 8 0 275025325 937443328 9273 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3439/tid=3456] ppid=3430 vsize=915472 CPUtime=0
/proc/3439/task/3456/stat : 3456 (java) S 3430 3439 3294 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 275025325 937443328 9273 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3439/tid=3457] ppid=3430 vsize=915472 CPUtime=0
/proc/3439/task/3457/stat : 3457 (java) S 3430 3439 3294 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 275025325 937443328 9273 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 51.02
Current children cumulated vsize (KiB) 915472

[startup+102.58 s]
/proc/loadavg: 1.83 1.79 1.90 3/88 3461
/proc/meminfo: memFree=1169376/2055920 swapFree=4191892/4192956
[pid=3439] ppid=3430 vsize=915472 CPUtime=102.08
/proc/3439/stat : 3439 (java) R 3430 3439 3294 0 -1 0 9560 0 1 0 10126 82 0 0 25 0 8 0 275025317 937443328 9288 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073791375 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/3439/statm: 228868 9288 2545 14 0 215338 0
[pid=3439/tid=3448] ppid=3430 vsize=915472 CPUtime=0.03
/proc/3439/task/3448/stat : 3448 (java) S 3430 3439 3294 0 -1 64 699 0 0 0 3 0 0 0 16 0 8 0 275025322 937443328 9288 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=3439/tid=3449] ppid=3430 vsize=915472 CPUtime=0
/proc/3439/task/3449/stat : 3449 (java) S 3430 3439 3294 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 275025322 937443328 9288 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3439/tid=3450] ppid=3430 vsize=915472 CPUtime=0
/proc/3439/task/3450/stat : 3450 (java) S 3430 3439 3294 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 275025322 937443328 9288 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3439/tid=3454] ppid=3430 vsize=915472 CPUtime=0
/proc/3439/task/3454/stat : 3454 (java) S 3430 3439 3294 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 275025325 937443328 9288 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3439/tid=3455] ppid=3430 vsize=915472 CPUtime=0.23
/proc/3439/task/3455/stat : 3455 (java) S 3430 3439 3294 0 -1 64 391 0 0 0 22 1 0 0 17 0 8 0 275025325 937443328 9288 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3439/tid=3456] ppid=3430 vsize=915472 CPUtime=0
/proc/3439/task/3456/stat : 3456 (java) S 3430 3439 3294 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 275025325 937443328 9288 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3439/tid=3457] ppid=3430 vsize=915472 CPUtime=0
/proc/3439/task/3457/stat : 3457 (java) S 3430 3439 3294 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 275025325 937443328 9288 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 102.08
Current children cumulated vsize (KiB) 915472

[startup+162.603 s]
/proc/loadavg: 1.94 1.82 1.91 4/88 3461
/proc/meminfo: memFree=1169312/2055920 swapFree=4191892/4192956
[pid=3439] ppid=3430 vsize=915472 CPUtime=161.83
/proc/3439/stat : 3439 (java) R 3430 3439 3294 0 -1 0 9568 0 1 0 16101 82 0 0 25 0 8 0 275025317 937443328 9296 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073786036 0 4 0 23759 18446744073709551615 0 0 17 0 0 0

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

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

[startup+2083.28 s]
/proc/loadavg: 2.17 2.07 2.00 3/88 3463
/proc/meminfo: memFree=1168864/2055920 swapFree=4191892/4192956
[pid=3439] ppid=3430 vsize=915472 CPUtime=2073.71
/proc/3439/stat : 3439 (java) R 3430 3439 3294 0 -1 0 9594 0 1 0 207286 85 0 0 25 0 8 0 275025317 937443328 9322 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073791394 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/3439/statm: 228868 9322 2545 14 0 215338 0
[pid=3439/tid=3448] ppid=3430 vsize=915472 CPUtime=0.03
/proc/3439/task/3448/stat : 3448 (java) S 3430 3439 3294 0 -1 64 699 0 0 0 3 0 0 0 16 0 8 0 275025322 937443328 9322 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=3439/tid=3449] ppid=3430 vsize=915472 CPUtime=0
/proc/3439/task/3449/stat : 3449 (java) S 3430 3439 3294 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 275025322 937443328 9322 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3439/tid=3450] ppid=3430 vsize=915472 CPUtime=0
/proc/3439/task/3450/stat : 3450 (java) S 3430 3439 3294 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 275025322 937443328 9322 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3439/tid=3454] ppid=3430 vsize=915472 CPUtime=0
/proc/3439/task/3454/stat : 3454 (java) S 3430 3439 3294 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 275025325 937443328 9322 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3439/tid=3455] ppid=3430 vsize=915472 CPUtime=0.23
/proc/3439/task/3455/stat : 3455 (java) S 3430 3439 3294 0 -1 64 393 0 0 0 22 1 0 0 16 0 8 0 275025325 937443328 9322 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3439/tid=3456] ppid=3430 vsize=915472 CPUtime=0
/proc/3439/task/3456/stat : 3456 (java) S 3430 3439 3294 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 275025325 937443328 9322 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3439/tid=3457] ppid=3430 vsize=915472 CPUtime=0
/proc/3439/task/3457/stat : 3457 (java) S 3430 3439 3294 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 275025325 937443328 9322 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2073.71
Current children cumulated vsize (KiB) 915472

[startup+2143.31 s]
/proc/loadavg: 2.06 2.05 2.00 3/88 3463
/proc/meminfo: memFree=1168864/2055920 swapFree=4191892/4192956
[pid=3439] ppid=3430 vsize=915472 CPUtime=2133.47
/proc/3439/stat : 3439 (java) R 3430 3439 3294 0 -1 0 9594 0 1 0 213261 86 0 0 25 0 8 0 275025317 937443328 9322 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073781664 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/3439/statm: 228868 9322 2545 14 0 215338 0
[pid=3439/tid=3448] ppid=3430 vsize=915472 CPUtime=0.03
/proc/3439/task/3448/stat : 3448 (java) S 3430 3439 3294 0 -1 64 699 0 0 0 3 0 0 0 16 0 8 0 275025322 937443328 9322 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=3439/tid=3449] ppid=3430 vsize=915472 CPUtime=0
/proc/3439/task/3449/stat : 3449 (java) S 3430 3439 3294 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 275025322 937443328 9322 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3439/tid=3450] ppid=3430 vsize=915472 CPUtime=0
/proc/3439/task/3450/stat : 3450 (java) S 3430 3439 3294 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 275025322 937443328 9322 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3439/tid=3454] ppid=3430 vsize=915472 CPUtime=0
/proc/3439/task/3454/stat : 3454 (java) S 3430 3439 3294 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 275025325 937443328 9322 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3439/tid=3455] ppid=3430 vsize=915472 CPUtime=0.23
/proc/3439/task/3455/stat : 3455 (java) S 3430 3439 3294 0 -1 64 393 0 0 0 22 1 0 0 16 0 8 0 275025325 937443328 9322 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3439/tid=3456] ppid=3430 vsize=915472 CPUtime=0
/proc/3439/task/3456/stat : 3456 (java) S 3430 3439 3294 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 275025325 937443328 9322 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3439/tid=3457] ppid=3430 vsize=915472 CPUtime=0
/proc/3439/task/3457/stat : 3457 (java) S 3430 3439 3294 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 275025325 937443328 9322 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2133.47
Current children cumulated vsize (KiB) 915472

[startup+2203.33 s]
/proc/loadavg: 2.02 2.04 2.00 3/88 3463
/proc/meminfo: memFree=1168864/2055920 swapFree=4191892/4192956
[pid=3439] ppid=3430 vsize=915472 CPUtime=2193.21
/proc/3439/stat : 3439 (java) R 3430 3439 3294 0 -1 0 9594 0 1 0 219235 86 0 0 25 0 8 0 275025317 937443328 9322 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4072918484 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/3439/statm: 228868 9322 2545 14 0 215338 0
[pid=3439/tid=3448] ppid=3430 vsize=915472 CPUtime=0.03
/proc/3439/task/3448/stat : 3448 (java) S 3430 3439 3294 0 -1 64 699 0 0 0 3 0 0 0 16 0 8 0 275025322 937443328 9322 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=3439/tid=3449] ppid=3430 vsize=915472 CPUtime=0
/proc/3439/task/3449/stat : 3449 (java) S 3430 3439 3294 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 275025322 937443328 9322 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3439/tid=3450] ppid=3430 vsize=915472 CPUtime=0
/proc/3439/task/3450/stat : 3450 (java) S 3430 3439 3294 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 275025322 937443328 9322 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3439/tid=3454] ppid=3430 vsize=915472 CPUtime=0
/proc/3439/task/3454/stat : 3454 (java) S 3430 3439 3294 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 275025325 937443328 9322 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3439/tid=3455] ppid=3430 vsize=915472 CPUtime=0.23
/proc/3439/task/3455/stat : 3455 (java) S 3430 3439 3294 0 -1 64 393 0 0 0 22 1 0 0 16 0 8 0 275025325 937443328 9322 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3439/tid=3456] ppid=3430 vsize=915472 CPUtime=0
/proc/3439/task/3456/stat : 3456 (java) S 3430 3439 3294 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 275025325 937443328 9322 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3439/tid=3457] ppid=3430 vsize=915472 CPUtime=0
/proc/3439/task/3457/stat : 3457 (java) S 3430 3439 3294 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 275025325 937443328 9322 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2193.21
Current children cumulated vsize (KiB) 915472

[startup+2263.35 s]
/proc/loadavg: 2.01 2.03 2.00 3/88 3463
/proc/meminfo: memFree=1168864/2055920 swapFree=4191892/4192956
[pid=3439] ppid=3430 vsize=915472 CPUtime=2252.96
/proc/3439/stat : 3439 (java) R 3430 3439 3294 0 -1 0 9594 0 1 0 225210 86 0 0 25 0 8 0 275025317 937443328 9322 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073791281 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/3439/statm: 228868 9322 2545 14 0 215338 0
[pid=3439/tid=3448] ppid=3430 vsize=915472 CPUtime=0.03
/proc/3439/task/3448/stat : 3448 (java) R 3430 3439 3294 0 -1 64 699 0 0 0 3 0 0 0 16 0 8 0 275025322 937443328 9322 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=3439/tid=3449] ppid=3430 vsize=915472 CPUtime=0
/proc/3439/task/3449/stat : 3449 (java) S 3430 3439 3294 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 275025322 937443328 9322 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3439/tid=3450] ppid=3430 vsize=915472 CPUtime=0
/proc/3439/task/3450/stat : 3450 (java) S 3430 3439 3294 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 275025322 937443328 9322 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3439/tid=3454] ppid=3430 vsize=915472 CPUtime=0
/proc/3439/task/3454/stat : 3454 (java) S 3430 3439 3294 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 275025325 937443328 9322 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3439/tid=3455] ppid=3430 vsize=915472 CPUtime=0.23
/proc/3439/task/3455/stat : 3455 (java) S 3430 3439 3294 0 -1 64 393 0 0 0 22 1 0 0 16 0 8 0 275025325 937443328 9322 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3439/tid=3456] ppid=3430 vsize=915472 CPUtime=0
/proc/3439/task/3456/stat : 3456 (java) S 3430 3439 3294 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 275025325 937443328 9322 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3439/tid=3457] ppid=3430 vsize=915472 CPUtime=0
/proc/3439/task/3457/stat : 3457 (java) S 3430 3439 3294 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 275025325 937443328 9322 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2252.96
Current children cumulated vsize (KiB) 915472

[startup+2323.38 s]
/proc/loadavg: 2.03 2.04 2.00 3/88 3463
/proc/meminfo: memFree=1168864/2055920 swapFree=4191892/4192956
[pid=3439] ppid=3430 vsize=915472 CPUtime=2312.71
/proc/3439/stat : 3439 (java) R 3430 3439 3294 0 -1 0 9594 0 1 0 231185 86 0 0 25 0 8 0 275025317 937443328 9322 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073791249 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/3439/statm: 228868 9322 2545 14 0 215338 0
[pid=3439/tid=3448] ppid=3430 vsize=915472 CPUtime=0.03
/proc/3439/task/3448/stat : 3448 (java) S 3430 3439 3294 0 -1 64 699 0 0 0 3 0 0 0 16 0 8 0 275025322 937443328 9322 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=3439/tid=3449] ppid=3430 vsize=915472 CPUtime=0
/proc/3439/task/3449/stat : 3449 (java) S 3430 3439 3294 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 275025322 937443328 9322 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3439/tid=3450] ppid=3430 vsize=915472 CPUtime=0
/proc/3439/task/3450/stat : 3450 (java) S 3430 3439 3294 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 275025322 937443328 9322 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3439/tid=3454] ppid=3430 vsize=915472 CPUtime=0
/proc/3439/task/3454/stat : 3454 (java) S 3430 3439 3294 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 275025325 937443328 9322 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3439/tid=3455] ppid=3430 vsize=915472 CPUtime=0.23
/proc/3439/task/3455/stat : 3455 (java) S 3430 3439 3294 0 -1 64 393 0 0 0 22 1 0 0 16 0 8 0 275025325 937443328 9322 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3439/tid=3456] ppid=3430 vsize=915472 CPUtime=0
/proc/3439/task/3456/stat : 3456 (java) S 3430 3439 3294 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 275025325 937443328 9322 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3439/tid=3457] ppid=3430 vsize=915472 CPUtime=0
/proc/3439/task/3457/stat : 3457 (java) S 3430 3439 3294 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 275025325 937443328 9322 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2312.71
Current children cumulated vsize (KiB) 915472

[startup+2383.4 s]
/proc/loadavg: 2.01 2.03 2.00 3/88 3463
/proc/meminfo: memFree=1168800/2055920 swapFree=4191892/4192956
[pid=3439] ppid=3430 vsize=915472 CPUtime=2372.44
/proc/3439/stat : 3439 (java) R 3430 3439 3294 0 -1 0 9600 0 1 0 237158 86 0 0 25 0 8 0 275025317 937443328 9328 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073791047 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/3439/statm: 228868 9328 2545 14 0 215338 0
[pid=3439/tid=3448] ppid=3430 vsize=915472 CPUtime=0.03
/proc/3439/task/3448/stat : 3448 (java) S 3430 3439 3294 0 -1 64 699 0 0 0 3 0 0 0 16 0 8 0 275025322 937443328 9328 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=3439/tid=3449] ppid=3430 vsize=915472 CPUtime=0
/proc/3439/task/3449/stat : 3449 (java) S 3430 3439 3294 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 275025322 937443328 9328 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3439/tid=3450] ppid=3430 vsize=915472 CPUtime=0
/proc/3439/task/3450/stat : 3450 (java) S 3430 3439 3294 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 275025322 937443328 9328 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3439/tid=3454] ppid=3430 vsize=915472 CPUtime=0
/proc/3439/task/3454/stat : 3454 (java) S 3430 3439 3294 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 275025325 937443328 9328 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3439/tid=3455] ppid=3430 vsize=915472 CPUtime=0.23
/proc/3439/task/3455/stat : 3455 (java) S 3430 3439 3294 0 -1 64 393 0 0 0 22 1 0 0 16 0 8 0 275025325 937443328 9328 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3439/tid=3456] ppid=3430 vsize=915472 CPUtime=0
/proc/3439/task/3456/stat : 3456 (java) S 3430 3439 3294 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 275025325 937443328 9328 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3439/tid=3457] ppid=3430 vsize=915472 CPUtime=0
/proc/3439/task/3457/stat : 3457 (java) S 3430 3439 3294 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 275025325 937443328 9328 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2372.44
Current children cumulated vsize (KiB) 915472



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2411.14 s]
/proc/loadavg: 2.01 2.02 2.00 3/88 3463
/proc/meminfo: memFree=1168800/2055920 swapFree=4191892/4192956
[pid=3439] ppid=3430 vsize=915472 CPUtime=2400.08
/proc/3439/stat : 3439 (java) R 3430 3439 3294 0 -1 0 9600 0 1 0 239922 86 0 0 25 0 8 0 275025317 937443328 9328 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073791047 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/3439/statm: 228868 9328 2545 14 0 215338 0
[pid=3439/tid=3448] ppid=3430 vsize=915472 CPUtime=0.03
/proc/3439/task/3448/stat : 3448 (java) S 3430 3439 3294 0 -1 64 699 0 0 0 3 0 0 0 16 0 8 0 275025322 937443328 9328 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=3439/tid=3449] ppid=3430 vsize=915472 CPUtime=0
/proc/3439/task/3449/stat : 3449 (java) S 3430 3439 3294 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 275025322 937443328 9328 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3439/tid=3450] ppid=3430 vsize=915472 CPUtime=0
/proc/3439/task/3450/stat : 3450 (java) S 3430 3439 3294 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 275025322 937443328 9328 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3439/tid=3454] ppid=3430 vsize=915472 CPUtime=0
/proc/3439/task/3454/stat : 3454 (java) S 3430 3439 3294 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 275025325 937443328 9328 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3439/tid=3455] ppid=3430 vsize=915472 CPUtime=0.23
/proc/3439/task/3455/stat : 3455 (java) S 3430 3439 3294 0 -1 64 393 0 0 0 22 1 0 0 16 0 8 0 275025325 937443328 9328 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3439/tid=3456] ppid=3430 vsize=915472 CPUtime=0
/proc/3439/task/3456/stat : 3456 (java) S 3430 3439 3294 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 275025325 937443328 9328 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3439/tid=3457] ppid=3430 vsize=915472 CPUtime=0
/proc/3439/task/3457/stat : 3457 (java) S 3430 3439 3294 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 275025325 937443328 9328 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2400.08
Current children cumulated vsize (KiB) 915472

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

Child status: 143
Real time (s): 2411.21
CPU time (s): 2400.15
CPU user time (s): 2399.28
CPU system time (s): 0.871867
CPU usage (%): 99.5414
Max. virtual memory (cumulated for all children) (KiB): 915476

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2399.28
system time used= 0.871867
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9626
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= 49951
involuntary context switches= 82948

runsolver used 2.48062 s user time and 6.07907 s system time

The end

Launcher Data (download as text)

Begin job on node50 on Sat Jan 20 04:11:08 UTC 2007


IDJOB= 277416
IDBENCH= 6689
IDSOLVER= 69
FILE ID= node50/277416-1169266267

PBS_JOBID= 3607394

Free space on /tmp= 66563 MiB

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

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  581bd298a554a245f5f89dd0c5a8e177

RANDOM SEED= 661823660

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.263
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	: 5931.00
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.263
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:       1209584 kB
Buffers:         55848 kB
Cached:         689700 kB
SwapCached:        276 kB
Active:         199580 kB
Inactive:       565668 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1209584 kB
SwapTotal:     4192956 kB
SwapFree:      4191892 kB
Dirty:            2072 kB
Writeback:           0 kB
Mapped:          28808 kB
Slab:            66684 kB
Committed_AS:  5297088 kB
PageTables:       1752 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66563 MiB



End job on node50 on Sat Jan 20 04:51:19 UTC 2007