Trace number 276905

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.12 2404.8

General information on the benchmark

Nametightness/tightness0.1/
rand-2-40-8-753-100-43_ext.xml
MD5SUM6361e72e1fbbf6d640504cad81960bbe
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of satisfied constraints751
Best CPU time to get the best result obtained on this benchmark1093.91
SatisfiableNO
(Un)Satisfiability was provedNO
Number of variables40
Number of constraints753
Maximum constraint arity2
Maximum domain size8
Number of constraints which are defined in extension753
Number of constraints which are defined in intension0
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.32	   
0.32	   instance
0.32	     name=/tmp/evaluation/276905-1169249418/unknown.xml
0.35	   
0.35	   domains being loaded...
0.35	   
0.35	   variables being loaded...
0.39	     nbVariables=40  nbDomainTypes=1  minDomainSize=8  maxDomainSize=8
0.39	       =>  wckTime=0.096  cpuTime=0.09  mem=6M910
0.39	   
0.39	   relations being loaded...
0.49	   
0.49	   constraints being loaded...
0.65	     nbConstraints=753  nbRelationTypes=752  nbExtensionStructures=752  nbSharedExtensionStructures=1
0.65	     nbConflictsStructures=752  nbSharedConflictsStructures=1  nbSharedBinaryRepresentations=11895  maxDegree=39
0.65	     maxArity=2
0.65	       =>  wckTime=0.355  cpuTime=0.23  mem=11M851
0.69	   
0.69	   solver LocalSearchSolver being built... 
0.73	       =>  wckTime=0.442  cpuTime=0.28  mem=6M109
0.74	
0.74	s SATISFIABLE
0.74	o 692
0.74	c 61
0.74	o 700
0.74	c 53
0.74	o 704
0.74	c 49
0.74	o 709
0.74	c 44
0.74	o 713
0.74	c 40
0.74	o 717
0.74	c 36
0.74	o 719
0.74	c 34
0.74	o 720
0.74	c 33
0.75	o 721
0.75	c 32
0.75	o 722
0.75	c 31
0.75	o 724
0.75	c 29
0.75	o 728
0.75	c 25
0.75	o 730
0.75	c 23
0.75	o 731
0.75	c 22
0.75	o 732
0.75	c 21
0.76	o 734
0.76	c 19
0.77	o 735
0.77	c 18
0.77	o 736
0.77	c 17
0.77	o 738
0.77	c 15
0.78	o 739
0.78	c 14
0.78	o 740
0.78	c 13
0.78	o 741
0.78	c 12
0.79	o 742
0.79	c 11
0.81	o 743
0.81	c 10
0.81	o 744
0.81	c 9
0.82	o 745
0.82	c 8
0.82	o 746
0.82	c 7
0.83	o 748
0.83	c 5
0.93	o 749
0.93	c 4
0.94	o 750
0.94	c 3
0.94	o 751
0.94	c 2
3.76	   
3.76	   search
3.76	     run=0  nbConstraintChecks=20962989  nbAssignments=10000
3.76	       =>  wckTime=3.024  cpuTime=3.0  mem=6M109
6.91	   
6.91	   search
6.91	     run=1  nbConstraintChecks=44362439  nbAssignments=20000
6.91	       =>  wckTime=6.177  cpuTime=6.16  mem=6M109
9.76	   
9.76	   search
9.76	     run=2  nbConstraintChecks=65026347  nbAssignments=30000
9.76	       =>  wckTime=9.028  cpuTime=9.0  mem=6M109
12.90	   
12.90	   search
12.90	     run=3  nbConstraintChecks=88219194  nbAssignments=40000
12.90	       =>  wckTime=12.167  cpuTime=12.12  mem=6M109
15.72	   
15.72	   search
15.72	     run=4  nbConstraintChecks=108545138  nbAssignments=50000
15.73	       =>  wckTime=14.993  cpuTime=14.94  mem=6M109
18.78	   
18.78	   search
18.78	     run=5  nbConstraintChecks=130895662  nbAssignments=60000
18.78	       =>  wckTime=18.052  cpuTime=18.0  mem=6M109
21.64	   
21.64	   search
21.64	     run=6  nbConstraintChecks=151397711  nbAssignments=70000
21.64	       =>  wckTime=20.906  cpuTime=20.85  mem=6M109
24.73	   
24.73	   search
24.73	     run=7  nbConstraintChecks=174146804  nbAssignments=80000
24.73	       =>  wckTime=23.997  cpuTime=23.94  mem=6M109
27.56	   
27.56	   search
27.56	     run=8  nbConstraintChecks=194650008  nbAssignments=90000
27.56	       =>  wckTime=26.827  cpuTime=26.77  mem=6M109
30.63	   
30.63	   search
30.63	     run=9  nbConstraintChecks=217383519  nbAssignments=100000
30.63	       =>  wckTime=29.898  cpuTime=29.83  mem=6M109
31.00	   
31.00	   search
31.00	     run=10  nbConstraintChecks=219841059  nbAssignments=101641
31.00	       =>  wckTime=30.268  cpuTime=30.21  mem=6M109
31.00	   
31.00	   global
31.00	     nbConstraintChecks=219841059  nbValidityChecks=0  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
31.00	     solvingWckTime=30.266  solvingCpuTime=30.21  expiredTime=no  totalExploration=no  nbFoundSolutions=0
31.00	     globalCpuTime=30.53
31.00	       =>  wckTime=30.711  cpuTime=30.49  mem=6M109
31.00	   
31.00	   solver IterativeSystematicSolver being built... 
31.12	       =>  wckTime=30.831  cpuTime=30.59  mem=17M82
31.13	   
31.13	   preprocessing
31.13	     nbConstraintChecks=0  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
31.13	     detectedInconsistency=no
31.13	       =>  wckTime=0.0090  cpuTime=0.0  mem=17M82
31.22	   
31.22	   search
31.22	     run=0  nbConstraintChecks=129099  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=37
31.22	     nbFailedAssignments=21  nbBacktracks=10  nbVisitedNodes=69  nbRestartNogoods=0
31.22	       =>  wckTime=0.093  cpuTime=0.07  mem=17M82
31.32	   
31.32	   search
31.32	     run=1  nbConstraintChecks=344795  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=95
31.32	     nbFailedAssignments=55  nbBacktracks=25  nbVisitedNodes=176  nbRestartNogoods=5
31.32	       =>  wckTime=0.199  cpuTime=0.16  mem=17M82
31.44	   
31.44	   search
31.44	     run=2  nbConstraintChecks=662032  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=178
31.44	     nbFailedAssignments=105  nbBacktracks=47  nbVisitedNodes=331  nbRestartNogoods=9
31.44	       =>  wckTime=0.318  cpuTime=0.28  mem=17M82
31.61	   
31.61	   search
31.61	     run=3  nbConstraintChecks=1114948  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=300
31.61	     nbFailedAssignments=181  nbBacktracks=80  nbVisitedNodes=562  nbRestartNogoods=17
31.61	       =>  wckTime=0.49  cpuTime=0.45  mem=17M82
31.95	   
31.95	   search
31.95	     run=4  nbConstraintChecks=2046929  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=531
31.95	     nbFailedAssignments=348  nbBacktracks=130  nbVisitedNodes=1010  nbRestartNogoods=22
31.95	       =>  wckTime=0.823  cpuTime=0.78  mem=17M82
32.29	   
32.29	   search
32.29	     run=5  nbConstraintChecks=2977469  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=764
32.29	     nbFailedAssignments=496  nbBacktracks=205  nbVisitedNodes=1466  nbRestartNogoods=41
32.29	       =>  wckTime=1.162  cpuTime=1.12  mem=17M82
32.80	   
32.80	   search
32.80	     run=6  nbConstraintChecks=4514236  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=1142
32.80	     nbFailedAssignments=748  nbBacktracks=319  nbVisitedNodes=2210  nbRestartNogoods=50
32.80	       =>  wckTime=1.676  cpuTime=1.63  mem=17M82
33.62	   
33.62	   search
33.62	     run=7  nbConstraintChecks=6889167  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=1730
33.62	     nbFailedAssignments=1153  nbBacktracks=489  nbVisitedNodes=3373  nbRestartNogoods=55
33.62	       =>  wckTime=2.498  cpuTime=2.44  mem=17M82
34.67	   
34.67	   search
34.67	     run=8  nbConstraintChecks=9784220  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=2418
34.67	     nbFailedAssignments=1574  nbBacktracks=745  nbVisitedNodes=4738  nbRestartNogoods=64
34.67	       =>  wckTime=3.546  cpuTime=3.48  mem=17M82
36.45	   
36.45	   search
36.45	     run=9  nbConstraintChecks=14938563  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=3594
36.45	     nbFailedAssignments=2359  nbBacktracks=1129  nbVisitedNodes=7066  nbRestartNogoods=74
36.45	       =>  wckTime=5.331  cpuTime=5.26  mem=17M82
38.60	   
38.60	   search
38.60	     run=10  nbConstraintChecks=20799140  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=4974
38.60	     nbFailedAssignments=3156  nbBacktracks=1705  nbVisitedNodes=9768  nbRestartNogoods=78
38.60	       =>  wckTime=7.481  cpuTime=7.41  mem=17M82
41.60	   
41.60	   search
41.60	     run=11  nbConstraintChecks=29467465  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=6986
41.60	     nbFailedAssignments=4289  nbBacktracks=2572  nbVisitedNodes=13673  nbRestartNogoods=82
41.60	       =>  wckTime=10.479  cpuTime=10.4  mem=17M82
45.92	   
45.92	   search
45.92	     run=12  nbConstraintChecks=42452270  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=9913
45.92	     nbFailedAssignments=5900  nbBacktracks=3869  nbVisitedNodes=19443  nbRestartNogoods=93
45.92	       =>  wckTime=14.795  cpuTime=14.71  mem=17M82
52.46	   
52.46	   search
52.46	     run=13  nbConstraintChecks=60540598  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=14098
52.46	     nbFailedAssignments=8130  nbBacktracks=5816  nbVisitedNodes=27531  nbRestartNogoods=105
52.46	       =>  wckTime=21.338  cpuTime=21.25  mem=17M82
62.52	   
62.52	   search
62.52	     run=14  nbConstraintChecks=85924053  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=20148
62.52	     nbFailedAssignments=11248  nbBacktracks=8736  nbVisitedNodes=39178  nbRestartNogoods=113
62.52	       =>  wckTime=31.401  cpuTime=31.29  mem=17M82
76.33	   
76.33	   search
76.33	     run=15  nbConstraintChecks=125196080  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=29263
76.33	     nbFailedAssignments=15978  nbBacktracks=13114  nbVisitedNodes=56736  nbRestartNogoods=122
76.33	       =>  wckTime=45.205  cpuTime=45.08  mem=17M82
96.85	   
96.85	   search
96.85	     run=16  nbConstraintChecks=180787721  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=42143
96.85	     nbFailedAssignments=22282  nbBacktracks=19682  nbVisitedNodes=81591  nbRestartNogoods=128
96.85	       =>  wckTime=65.729  cpuTime=65.6  mem=17M82
125.85	   
125.85	   search
125.85	     run=17  nbConstraintChecks=263622155  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=61216
125.85	     nbFailedAssignments=31490  nbBacktracks=29534  nbVisitedNodes=118193  nbRestartNogoods=138
125.85	       =>  wckTime=94.723  cpuTime=94.55  mem=17M82
173.58	   
173.58	   search
173.58	     run=18  nbConstraintChecks=396218271  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=91721
173.58	     nbFailedAssignments=47203  nbBacktracks=44312  nbVisitedNodes=177626  nbRestartNogoods=148
173.58	       =>  wckTime=142.452  cpuTime=142.23  mem=17M82
244.09	   
244.09	   search
244.09	     run=19  nbConstraintChecks=586301340  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=136252
244.09	     nbFailedAssignments=69556  nbBacktracks=66480  nbVisitedNodes=263695  nbRestartNogoods=164
244.09	       =>  wckTime=212.965  cpuTime=212.66  mem=17M82
345.75	   
345.75	   search
345.75	     run=20  nbConstraintChecks=879315413  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=203789
345.75	     nbFailedAssignments=103832  nbBacktracks=99732  nbVisitedNodes=392771  nbRestartNogoods=176
345.75	       =>  wckTime=314.627  cpuTime=314.22  mem=17M82
499.44	   
499.44	   search
499.44	     run=21  nbConstraintChecks=1304048163  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=302383
499.44	     nbFailedAssignments=152543  nbBacktracks=149610  nbVisitedNodes=584278  nbRestartNogoods=186
499.44	       =>  wckTime=468.314  cpuTime=467.77  mem=17M82
717.27	   
717.27	   search
717.27	     run=22  nbConstraintChecks=1920704919  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=446178
717.27	     nbFailedAssignments=221506  nbBacktracks=224429  nbVisitedNodes=860918  nbRestartNogoods=194
717.27	       =>  wckTime=686.151  cpuTime=685.37  mem=17M82
1046.96	   
1046.96	   search
1046.96	     run=23  nbConstraintChecks=2864512792  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=662445
1046.96	     nbFailedAssignments=325535  nbBacktracks=336656  nbVisitedNodes=1276134  nbRestartNogoods=204
1046.96	       =>  wckTime=1015.833  cpuTime=1014.71  mem=17M82
1564.28	   
1564.28	   search
1564.28	     run=24  nbConstraintChecks=4337696409  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=1001128
1564.28	     nbFailedAssignments=495867  nbBacktracks=504998  nbVisitedNodes=1936009  nbRestartNogoods=219
1564.28	       =>  wckTime=1533.161  cpuTime=1531.48  mem=17M82
2318.20	   
2318.20	   search
2318.20	     run=25  nbConstraintChecks=6465194441  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=1494852
2318.20	     nbFailedAssignments=737071  nbBacktracks=757509  nbVisitedNodes=2886436  nbRestartNogoods=239
2318.20	       =>  wckTime=2287.081  cpuTime=2282.85  mem=17M82
2404.78	v 2 6 3 2 1 0 2 5 0 3 6 7 6 3 7 4 2 1 3 6 5 5 1 1 7 5 4 4 4 4 1 3 2 4 4 6 4 0 6 0 

Verifier Data (download as text)

2 unsatisfied constraints, 751 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/node5/watcher-276905-1169249418 -o ROOT/results/node5/solver-276905-1169249418 -C 2400 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar pfc.xml 1 XSax /tmp/evaluation/276905-1169249418/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.94 1.99 1.99 4/94 16028
/proc/meminfo: memFree=1178152/2055920 swapFree=4192812/4192956
[pid=16027] ppid=16025 vsize=172 CPUtime=0
/proc/16027/stat : 16027 (java) R 16025 16027 15316 0 -1 0 217 0 0 0 0 0 0 0 18 0 1 0 253556203 176128 24 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 7893291 0 0 4096 0 0 0 0 17 0 0 0
/proc/16027/statm: 43 24 18 14 0 3 0

[startup+0.108592 s]
/proc/loadavg: 1.94 1.99 1.99 4/94 16028
/proc/meminfo: memFree=1178152/2055920 swapFree=4192812/4192956
[pid=16027] ppid=16025 vsize=914988 CPUtime=0.08
/proc/16027/stat : 16027 (java) R 16025 16027 15316 0 -1 0 3079 0 1 0 7 1 0 0 22 0 8 0 253556203 936947712 2825 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4072944238 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/16027/statm: 228747 2825 1455 14 0 215242 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 914988

[startup+0.516636 s]
/proc/loadavg: 1.94 1.99 1.99 4/94 16028
/proc/meminfo: memFree=1178152/2055920 swapFree=4192812/4192956
[pid=16027] ppid=16025 vsize=915332 CPUtime=0.49
/proc/16027/stat : 16027 (java) R 16025 16027 15316 0 -1 0 6533 0 1 0 45 4 0 0 25 0 8 0 253556203 937299968 6272 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4072944238 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/16027/statm: 228833 6272 2140 14 0 215303 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 915332

[startup+1.34173 s]
/proc/loadavg: 1.94 1.99 1.99 3/101 16035
/proc/meminfo: memFree=1156400/2055920 swapFree=4192812/4192956
[pid=16027] ppid=16025 vsize=915448 CPUtime=1.32
/proc/16027/stat : 16027 (java) R 16025 16027 15316 0 -1 0 8109 0 1 0 120 12 0 0 25 0 8 0 253556203 937418752 7847 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/16027/statm: 228862 7847 2476 14 0 215332 0
[pid=16027/tid=16029] ppid=16025 vsize=915448 CPUtime=0.03
/proc/16027/task/16029/stat : 16029 (java) S 16025 16027 15316 0 -1 64 307 0 0 0 3 0 0 0 16 0 8 0 253556207 937418752 7847 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=16027/tid=16030] ppid=16025 vsize=915448 CPUtime=0
/proc/16027/task/16030/stat : 16030 (java) S 16025 16027 15316 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 253556207 937418752 7847 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16027/tid=16031] ppid=16025 vsize=915448 CPUtime=0
/proc/16027/task/16031/stat : 16031 (java) S 16025 16027 15316 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 253556207 937418752 7847 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16027/tid=16032] ppid=16025 vsize=915448 CPUtime=0
/proc/16027/task/16032/stat : 16032 (java) S 16025 16027 15316 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 253556210 937418752 7847 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16027/tid=16033] ppid=16025 vsize=915448 CPUtime=0.17
/proc/16027/task/16033/stat : 16033 (java) S 16025 16027 15316 0 -1 64 376 0 0 0 17 0 0 0 16 0 8 0 253556210 937418752 7847 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16027/tid=16034] ppid=16025 vsize=915448 CPUtime=0
/proc/16027/task/16034/stat : 16034 (java) S 16025 16027 15316 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 253556210 937418752 7847 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16027/tid=16035] ppid=16025 vsize=915448 CPUtime=0
/proc/16027/task/16035/stat : 16035 (java) S 16025 16027 15316 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 253556210 937418752 7847 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 915448

[startup+2.98692 s]
/proc/loadavg: 1.94 1.99 1.99 3/101 16035
/proc/meminfo: memFree=1156336/2055920 swapFree=4192812/4192956
[pid=16027] ppid=16025 vsize=915448 CPUtime=2.96
/proc/16027/stat : 16027 (java) R 16025 16027 15316 0 -1 0 8110 0 1 0 263 33 0 0 25 0 8 0 253556203 937418752 7847 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073853332 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/16027/statm: 228862 7847 2476 14 0 215332 0
[pid=16027/tid=16029] ppid=16025 vsize=915448 CPUtime=0.03
/proc/16027/task/16029/stat : 16029 (java) S 16025 16027 15316 0 -1 64 307 0 0 0 3 0 0 0 16 0 8 0 253556207 937418752 7847 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=16027/tid=16030] ppid=16025 vsize=915448 CPUtime=0
/proc/16027/task/16030/stat : 16030 (java) S 16025 16027 15316 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 253556207 937418752 7847 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16027/tid=16031] ppid=16025 vsize=915448 CPUtime=0
/proc/16027/task/16031/stat : 16031 (java) S 16025 16027 15316 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 253556207 937418752 7847 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16027/tid=16032] ppid=16025 vsize=915448 CPUtime=0
/proc/16027/task/16032/stat : 16032 (java) S 16025 16027 15316 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 253556210 937418752 7847 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16027/tid=16033] ppid=16025 vsize=915448 CPUtime=0.17
/proc/16027/task/16033/stat : 16033 (java) S 16025 16027 15316 0 -1 64 376 0 0 0 17 0 0 0 16 0 8 0 253556210 937418752 7847 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16027/tid=16034] ppid=16025 vsize=915448 CPUtime=0
/proc/16027/task/16034/stat : 16034 (java) S 16025 16027 15316 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 253556210 937418752 7847 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16027/tid=16035] ppid=16025 vsize=915448 CPUtime=0
/proc/16027/task/16035/stat : 16035 (java) S 16025 16027 15316 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 253556210 937418752 7847 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 915448

[startup+6.26629 s]
/proc/loadavg: 1.94 1.99 1.99 3/101 16035
/proc/meminfo: memFree=1156272/2055920 swapFree=4192812/4192956
[pid=16027] ppid=16025 vsize=915448 CPUtime=6.24
/proc/16027/stat : 16027 (java) R 16025 16027 15316 0 -1 0 8112 0 1 0 552 72 0 0 25 0 8 0 253556203 937418752 7849 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073842081 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/16027/statm: 228862 7849 2476 14 0 215332 0
[pid=16027/tid=16029] ppid=16025 vsize=915448 CPUtime=0.03
/proc/16027/task/16029/stat : 16029 (java) S 16025 16027 15316 0 -1 64 307 0 0 0 3 0 0 0 16 0 8 0 253556207 937418752 7849 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=16027/tid=16030] ppid=16025 vsize=915452 CPUtime=0
/proc/16027/task/16030/stat : 16030 (java) S 16025 16027 15316 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 253556207 937422848 7849 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16027/tid=16031] ppid=16025 vsize=915448 CPUtime=0
/proc/16027/task/16031/stat : 16031 (java) S 16025 16027 15316 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 253556207 937418752 7849 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16027/tid=16032] ppid=16025 vsize=915448 CPUtime=0
/proc/16027/task/16032/stat : 16032 (java) S 16025 16027 15316 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 253556210 937418752 7849 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16027/tid=16033] ppid=16025 vsize=915448 CPUtime=0.17
/proc/16027/task/16033/stat : 16033 (java) S 16025 16027 15316 0 -1 64 378 0 0 0 17 0 0 0 16 0 8 0 253556210 937418752 7849 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16027/tid=16034] ppid=16025 vsize=915448 CPUtime=0
/proc/16027/task/16034/stat : 16034 (java) S 16025 16027 15316 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 253556210 937418752 7849 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16027/tid=16035] ppid=16025 vsize=915452 CPUtime=0
/proc/16027/task/16035/stat : 16035 (java) S 16025 16027 15316 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 253556210 937422848 7849 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 915448

[startup+12.758 s]
/proc/loadavg: 1.95 1.99 1.99 3/101 16035
/proc/meminfo: memFree=1156280/2055920 swapFree=4192812/4192956
[pid=16027] ppid=16025 vsize=915448 CPUtime=12.71
/proc/16027/stat : 16027 (java) R 16025 16027 15316 0 -1 0 8112 0 1 0 1116 155 0 0 25 0 8 0 253556203 937418752 7849 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/16027/statm: 228862 7849 2476 14 0 215332 0
[pid=16027/tid=16029] ppid=16025 vsize=915448 CPUtime=0.03
/proc/16027/task/16029/stat : 16029 (java) S 16025 16027 15316 0 -1 64 307 0 0 0 3 0 0 0 16 0 8 0 253556207 937418752 7849 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=16027/tid=16030] ppid=16025 vsize=915452 CPUtime=0
/proc/16027/task/16030/stat : 16030 (java) S 16025 16027 15316 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 253556207 937422848 7849 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16027/tid=16031] ppid=16025 vsize=915448 CPUtime=0
/proc/16027/task/16031/stat : 16031 (java) S 16025 16027 15316 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 253556207 937418752 7849 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16027/tid=16032] ppid=16025 vsize=915448 CPUtime=0
/proc/16027/task/16032/stat : 16032 (java) S 16025 16027 15316 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 253556210 937418752 7849 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16027/tid=16033] ppid=16025 vsize=915448 CPUtime=0.17
/proc/16027/task/16033/stat : 16033 (java) S 16025 16027 15316 0 -1 64 378 0 0 0 17 0 0 0 16 0 8 0 253556210 937418752 7849 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16027/tid=16034] ppid=16025 vsize=915448 CPUtime=0
/proc/16027/task/16034/stat : 16034 (java) S 16025 16027 15316 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 253556210 937418752 7849 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16027/tid=16035] ppid=16025 vsize=915448 CPUtime=0
/proc/16027/task/16035/stat : 16035 (java) S 16025 16027 15316 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 253556210 937418752 7849 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.71
Current children cumulated vsize (KiB) 915448

[startup+25.6145 s]
/proc/loadavg: 1.96 1.99 1.99 3/101 16035
/proc/meminfo: memFree=1156344/2055920 swapFree=4192812/4192956
[pid=16027] ppid=16025 vsize=915448 CPUtime=25.55
/proc/16027/stat : 16027 (java) R 16025 16027 15316 0 -1 0 8112 0 1 0 2234 321 0 0 25 0 8 0 253556203 937418752 7849 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/16027/statm: 228862 7849 2476 14 0 215332 0
[pid=16027/tid=16029] ppid=16025 vsize=915448 CPUtime=0.03
/proc/16027/task/16029/stat : 16029 (java) S 16025 16027 15316 0 -1 64 307 0 0 0 3 0 0 0 16 0 8 0 253556207 937418752 7849 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=16027/tid=16030] ppid=16025 vsize=915452 CPUtime=0
/proc/16027/task/16030/stat : 16030 (java) S 16025 16027 15316 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 253556207 937422848 7849 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16027/tid=16031] ppid=16025 vsize=915448 CPUtime=0
/proc/16027/task/16031/stat : 16031 (java) S 16025 16027 15316 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 253556207 937418752 7849 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16027/tid=16032] ppid=16025 vsize=915448 CPUtime=0
/proc/16027/task/16032/stat : 16032 (java) S 16025 16027 15316 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 253556210 937418752 7849 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16027/tid=16033] ppid=16025 vsize=915452 CPUtime=0.17
/proc/16027/task/16033/stat : 16033 (java) S 16025 16027 15316 0 -1 64 378 0 0 0 17 0 0 0 16 0 8 0 253556210 937422848 7849 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16027/tid=16034] ppid=16025 vsize=915448 CPUtime=0
/proc/16027/task/16034/stat : 16034 (java) S 16025 16027 15316 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 253556210 937418752 7849 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16027/tid=16035] ppid=16025 vsize=915448 CPUtime=0
/proc/16027/task/16035/stat : 16035 (java) S 16025 16027 15316 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 253556210 937418752 7849 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.55
Current children cumulated vsize (KiB) 915448

[startup+51.2364 s]
/proc/loadavg: 2.03 2.01 2.00 3/101 16035
/proc/meminfo: memFree=1152248/2055920 swapFree=4192812/4192956
[pid=16027] ppid=16025 vsize=915448 CPUtime=51.16
/proc/16027/stat : 16027 (java) R 16025 16027 15316 0 -1 0 9246 0 1 0 4730 386 0 0 25 0 8 0 253556203 937418752 8977 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073998681 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/16027/statm: 228862 8977 2527 14 0 215332 0
[pid=16027/tid=16029] ppid=16025 vsize=915448 CPUtime=0.03
/proc/16027/task/16029/stat : 16029 (java) S 16025 16027 15316 0 -1 64 308 0 0 0 3 0 0 0 16 0 8 0 253556207 937418752 8977 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=16027/tid=16030] ppid=16025 vsize=915448 CPUtime=0
/proc/16027/task/16030/stat : 16030 (java) S 16025 16027 15316 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 253556207 937418752 8977 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16027/tid=16031] ppid=16025 vsize=915448 CPUtime=0
/proc/16027/task/16031/stat : 16031 (java) S 16025 16027 15316 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 253556207 937418752 8977 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16027/tid=16032] ppid=16025 vsize=915448 CPUtime=0
/proc/16027/task/16032/stat : 16032 (java) S 16025 16027 15316 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 253556210 937418752 8977 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16027/tid=16033] ppid=16025 vsize=915448 CPUtime=0.26
/proc/16027/task/16033/stat : 16033 (java) S 16025 16027 15316 0 -1 64 434 0 0 0 25 1 0 0 15 0 8 0 253556210 937418752 8977 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16027/tid=16034] ppid=16025 vsize=915448 CPUtime=0
/proc/16027/task/16034/stat : 16034 (java) S 16025 16027 15316 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 253556210 937418752 8977 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16027/tid=16035] ppid=16025 vsize=915448 CPUtime=0
/proc/16027/task/16035/stat : 16035 (java) S 16025 16027 15316 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 253556210 937418752 8977 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 51.16
Current children cumulated vsize (KiB) 915448

[startup+102.467 s]
/proc/loadavg: 2.01 2.00 2.00 3/101 16035
/proc/meminfo: memFree=1152184/2055920 swapFree=4192812/4192956
[pid=16027] ppid=16025 vsize=915448 CPUtime=102.32
/proc/16027/stat : 16027 (java) R 16025 16027 15316 0 -1 0 9255 0 1 0 9846 386 0 0 25 0 8 0 253556203 937418752 8986 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073998117 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/16027/statm: 228862 8986 2527 14 0 215332 0
[pid=16027/tid=16029] ppid=16025 vsize=915448 CPUtime=0.03
/proc/16027/task/16029/stat : 16029 (java) S 16025 16027 15316 0 -1 64 308 0 0 0 3 0 0 0 16 0 8 0 253556207 937418752 8986 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=16027/tid=16030] ppid=16025 vsize=915448 CPUtime=0
/proc/16027/task/16030/stat : 16030 (java) S 16025 16027 15316 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 253556207 937418752 8986 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16027/tid=16031] ppid=16025 vsize=915448 CPUtime=0
/proc/16027/task/16031/stat : 16031 (java) S 16025 16027 15316 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 253556207 937418752 8986 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16027/tid=16032] ppid=16025 vsize=915448 CPUtime=0
/proc/16027/task/16032/stat : 16032 (java) S 16025 16027 15316 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 253556210 937418752 8986 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16027/tid=16033] ppid=16025 vsize=915448 CPUtime=0.26
/proc/16027/task/16033/stat : 16033 (java) S 16025 16027 15316 0 -1 64 434 0 0 0 25 1 0 0 15 0 8 0 253556210 937418752 8986 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16027/tid=16034] ppid=16025 vsize=915448 CPUtime=0
/proc/16027/task/16034/stat : 16034 (java) S 16025 16027 15316 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 253556210 937418752 8986 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16027/tid=16035] ppid=16025 vsize=915448 CPUtime=0
/proc/16027/task/16035/stat : 16035 (java) S 16025 16027 15316 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 253556210 937418752 8986 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 102.32
Current children cumulated vsize (KiB) 915448

[startup+162.542 s]
/proc/loadavg: 2.05 2.01 2.00 3/101 16035
/proc/meminfo: memFree=1152184/2055920 swapFree=4192812/4192956
[pid=16027] ppid=16025 vsize=915448 CPUtime=162.33
/proc/16027/stat : 16027 (java) R 16025 16027 15316 0 -1 0 9259 0 1 0 15847 386 0 0 25 0 8 0 253556203 937418752 8990 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073947209 0 4 0 23759 18446744073709551615 0 0 17 0 0 0

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

Current children cumulated CPU time (s) 2021.71
Current children cumulated vsize (KiB) 915448

[startup+2084.46 s]
/proc/loadavg: 2.02 2.03 2.00 3/101 16455
/proc/meminfo: memFree=1150968/2055920 swapFree=4192812/4192956
[pid=16027] ppid=16025 vsize=915448 CPUtime=2081.48
/proc/16027/stat : 16027 (java) R 16025 16027 15316 0 -1 0 9277 0 1 0 207742 406 0 0 25 0 8 0 253556203 937418752 9006 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073949654 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/16027/statm: 228862 9006 2527 14 0 215332 0
[pid=16027/tid=16029] ppid=16025 vsize=915448 CPUtime=0.03
/proc/16027/task/16029/stat : 16029 (java) S 16025 16027 15316 0 -1 64 308 0 0 0 3 0 0 0 16 0 8 0 253556207 937418752 9006 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=16027/tid=16030] ppid=16025 vsize=915448 CPUtime=0
/proc/16027/task/16030/stat : 16030 (java) S 16025 16027 15316 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 253556207 937418752 9006 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16027/tid=16031] ppid=16025 vsize=915448 CPUtime=0
/proc/16027/task/16031/stat : 16031 (java) S 16025 16027 15316 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 253556207 937418752 9006 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16027/tid=16032] ppid=16025 vsize=915448 CPUtime=0
/proc/16027/task/16032/stat : 16032 (java) S 16025 16027 15316 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 253556210 937418752 9006 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16027/tid=16033] ppid=16025 vsize=915448 CPUtime=0.27
/proc/16027/task/16033/stat : 16033 (java) S 16025 16027 15316 0 -1 64 435 0 0 0 26 1 0 0 16 0 8 0 253556210 937418752 9006 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16027/tid=16034] ppid=16025 vsize=915448 CPUtime=0
/proc/16027/task/16034/stat : 16034 (java) S 16025 16027 15316 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 253556210 937418752 9006 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16027/tid=16035] ppid=16025 vsize=915448 CPUtime=0
/proc/16027/task/16035/stat : 16035 (java) S 16025 16027 15316 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 253556210 937418752 9006 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2081.48
Current children cumulated vsize (KiB) 915448

[startup+2144.55 s]
/proc/loadavg: 2.07 2.04 2.00 3/101 16455
/proc/meminfo: memFree=1151032/2055920 swapFree=4192812/4192956
[pid=16027] ppid=16025 vsize=915448 CPUtime=2141.24
/proc/16027/stat : 16027 (java) R 16025 16027 15316 0 -1 0 9277 0 1 0 213718 406 0 0 25 0 8 0 253556203 937418752 9006 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073997367 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/16027/statm: 228862 9006 2527 14 0 215332 0
[pid=16027/tid=16029] ppid=16025 vsize=915448 CPUtime=0.03
/proc/16027/task/16029/stat : 16029 (java) S 16025 16027 15316 0 -1 64 308 0 0 0 3 0 0 0 16 0 8 0 253556207 937418752 9006 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=16027/tid=16030] ppid=16025 vsize=915448 CPUtime=0
/proc/16027/task/16030/stat : 16030 (java) S 16025 16027 15316 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 253556207 937418752 9006 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16027/tid=16031] ppid=16025 vsize=915448 CPUtime=0
/proc/16027/task/16031/stat : 16031 (java) S 16025 16027 15316 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 253556207 937418752 9006 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16027/tid=16032] ppid=16025 vsize=915448 CPUtime=0
/proc/16027/task/16032/stat : 16032 (java) S 16025 16027 15316 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 253556210 937418752 9006 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16027/tid=16033] ppid=16025 vsize=915448 CPUtime=0.27
/proc/16027/task/16033/stat : 16033 (java) S 16025 16027 15316 0 -1 64 435 0 0 0 26 1 0 0 16 0 8 0 253556210 937418752 9006 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16027/tid=16034] ppid=16025 vsize=915448 CPUtime=0
/proc/16027/task/16034/stat : 16034 (java) S 16025 16027 15316 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 253556210 937418752 9006 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16027/tid=16035] ppid=16025 vsize=915448 CPUtime=0
/proc/16027/task/16035/stat : 16035 (java) S 16025 16027 15316 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 253556210 937418752 9006 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2141.24
Current children cumulated vsize (KiB) 915448

[startup+2204.63 s]
/proc/loadavg: 2.02 2.03 2.00 3/101 16455
/proc/meminfo: memFree=1150968/2055920 swapFree=4192812/4192956
[pid=16027] ppid=16025 vsize=915448 CPUtime=2201.03
/proc/16027/stat : 16027 (java) R 16025 16027 15316 0 -1 0 9277 0 1 0 219696 407 0 0 25 0 8 0 253556203 937418752 9006 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073998356 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/16027/statm: 228862 9006 2527 14 0 215332 0
[pid=16027/tid=16029] ppid=16025 vsize=915448 CPUtime=0.03
/proc/16027/task/16029/stat : 16029 (java) S 16025 16027 15316 0 -1 64 308 0 0 0 3 0 0 0 16 0 8 0 253556207 937418752 9006 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=16027/tid=16030] ppid=16025 vsize=915448 CPUtime=0
/proc/16027/task/16030/stat : 16030 (java) S 16025 16027 15316 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 253556207 937418752 9006 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16027/tid=16031] ppid=16025 vsize=915448 CPUtime=0
/proc/16027/task/16031/stat : 16031 (java) S 16025 16027 15316 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 253556207 937418752 9006 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16027/tid=16032] ppid=16025 vsize=915448 CPUtime=0
/proc/16027/task/16032/stat : 16032 (java) S 16025 16027 15316 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 253556210 937418752 9006 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16027/tid=16033] ppid=16025 vsize=915448 CPUtime=0.27
/proc/16027/task/16033/stat : 16033 (java) S 16025 16027 15316 0 -1 64 435 0 0 0 26 1 0 0 16 0 8 0 253556210 937418752 9006 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16027/tid=16034] ppid=16025 vsize=915448 CPUtime=0
/proc/16027/task/16034/stat : 16034 (java) S 16025 16027 15316 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 253556210 937418752 9006 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16027/tid=16035] ppid=16025 vsize=915448 CPUtime=0
/proc/16027/task/16035/stat : 16035 (java) S 16025 16027 15316 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 253556210 937418752 9006 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2201.03
Current children cumulated vsize (KiB) 915448

[startup+2264.72 s]
/proc/loadavg: 2.07 2.04 2.00 3/101 16455
/proc/meminfo: memFree=1151032/2055920 swapFree=4192812/4192956
[pid=16027] ppid=16025 vsize=915448 CPUtime=2260.78
/proc/16027/stat : 16027 (java) R 16025 16027 15316 0 -1 0 9277 0 1 0 225671 407 0 0 25 0 8 0 253556203 937418752 9006 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073948292 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/16027/statm: 228862 9006 2527 14 0 215332 0
[pid=16027/tid=16029] ppid=16025 vsize=915448 CPUtime=0.03
/proc/16027/task/16029/stat : 16029 (java) S 16025 16027 15316 0 -1 64 308 0 0 0 3 0 0 0 16 0 8 0 253556207 937418752 9006 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=16027/tid=16030] ppid=16025 vsize=915448 CPUtime=0
/proc/16027/task/16030/stat : 16030 (java) S 16025 16027 15316 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 253556207 937418752 9006 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16027/tid=16031] ppid=16025 vsize=915448 CPUtime=0
/proc/16027/task/16031/stat : 16031 (java) S 16025 16027 15316 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 253556207 937418752 9006 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16027/tid=16032] ppid=16025 vsize=915448 CPUtime=0
/proc/16027/task/16032/stat : 16032 (java) S 16025 16027 15316 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 253556210 937418752 9006 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16027/tid=16033] ppid=16025 vsize=915448 CPUtime=0.27
/proc/16027/task/16033/stat : 16033 (java) S 16025 16027 15316 0 -1 64 435 0 0 0 26 1 0 0 16 0 8 0 253556210 937418752 9006 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16027/tid=16034] ppid=16025 vsize=915448 CPUtime=0
/proc/16027/task/16034/stat : 16034 (java) S 16025 16027 15316 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 253556210 937418752 9006 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16027/tid=16035] ppid=16025 vsize=915448 CPUtime=0
/proc/16027/task/16035/stat : 16035 (java) S 16025 16027 15316 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 253556210 937418752 9006 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2260.78
Current children cumulated vsize (KiB) 915448

[startup+2324.81 s]
/proc/loadavg: 2.02 2.03 2.00 3/101 16455
/proc/meminfo: memFree=1150968/2055920 swapFree=4192812/4192956
[pid=16027] ppid=16025 vsize=915448 CPUtime=2320.56
/proc/16027/stat : 16027 (java) R 16025 16027 15316 0 -1 0 9280 0 1 0 231648 408 0 0 25 0 8 0 253556203 937418752 9009 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073949691 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/16027/statm: 228862 9009 2527 14 0 215332 0
[pid=16027/tid=16029] ppid=16025 vsize=915448 CPUtime=0.03
/proc/16027/task/16029/stat : 16029 (java) S 16025 16027 15316 0 -1 64 308 0 0 0 3 0 0 0 16 0 8 0 253556207 937418752 9009 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=16027/tid=16030] ppid=16025 vsize=915448 CPUtime=0
/proc/16027/task/16030/stat : 16030 (java) S 16025 16027 15316 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 253556207 937418752 9009 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16027/tid=16031] ppid=16025 vsize=915448 CPUtime=0
/proc/16027/task/16031/stat : 16031 (java) S 16025 16027 15316 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 253556207 937418752 9009 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16027/tid=16032] ppid=16025 vsize=915448 CPUtime=0
/proc/16027/task/16032/stat : 16032 (java) S 16025 16027 15316 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 253556210 937418752 9009 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16027/tid=16033] ppid=16025 vsize=915448 CPUtime=0.27
/proc/16027/task/16033/stat : 16033 (java) S 16025 16027 15316 0 -1 64 435 0 0 0 26 1 0 0 16 0 8 0 253556210 937418752 9009 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16027/tid=16034] ppid=16025 vsize=915448 CPUtime=0
/proc/16027/task/16034/stat : 16034 (java) S 16025 16027 15316 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 253556210 937418752 9009 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16027/tid=16035] ppid=16025 vsize=915448 CPUtime=0
/proc/16027/task/16035/stat : 16035 (java) S 16025 16027 15316 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 253556210 937418752 9009 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2320.56
Current children cumulated vsize (KiB) 915448

[startup+2384.9 s]
/proc/loadavg: 2.01 2.02 2.00 3/101 16455
/proc/meminfo: memFree=1150968/2055920 swapFree=4192812/4192956
[pid=16027] ppid=16025 vsize=915448 CPUtime=2380.33
/proc/16027/stat : 16027 (java) R 16025 16027 15316 0 -1 0 9280 0 1 0 237625 408 0 0 25 0 8 0 253556203 937418752 9009 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073997358 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/16027/statm: 228862 9009 2527 14 0 215332 0
[pid=16027/tid=16029] ppid=16025 vsize=915448 CPUtime=0.03
/proc/16027/task/16029/stat : 16029 (java) S 16025 16027 15316 0 -1 64 308 0 0 0 3 0 0 0 16 0 8 0 253556207 937418752 9009 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=16027/tid=16030] ppid=16025 vsize=915448 CPUtime=0
/proc/16027/task/16030/stat : 16030 (java) S 16025 16027 15316 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 253556207 937418752 9009 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16027/tid=16031] ppid=16025 vsize=915448 CPUtime=0
/proc/16027/task/16031/stat : 16031 (java) S 16025 16027 15316 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 253556207 937418752 9009 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16027/tid=16032] ppid=16025 vsize=915448 CPUtime=0
/proc/16027/task/16032/stat : 16032 (java) S 16025 16027 15316 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 253556210 937418752 9009 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16027/tid=16033] ppid=16025 vsize=915448 CPUtime=0.27
/proc/16027/task/16033/stat : 16033 (java) S 16025 16027 15316 0 -1 64 435 0 0 0 26 1 0 0 16 0 8 0 253556210 937418752 9009 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16027/tid=16034] ppid=16025 vsize=915448 CPUtime=0
/proc/16027/task/16034/stat : 16034 (java) S 16025 16027 15316 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 253556210 937418752 9009 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16027/tid=16035] ppid=16025 vsize=915448 CPUtime=0
/proc/16027/task/16035/stat : 16035 (java) S 16025 16027 15316 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 253556210 937418752 9009 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2380.33
Current children cumulated vsize (KiB) 915448



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2404.77 s]
/proc/loadavg: 2.00 2.02 2.00 3/101 16455
/proc/meminfo: memFree=1151032/2055920 swapFree=4192812/4192956
[pid=16027] ppid=16025 vsize=915448 CPUtime=2400.09
/proc/16027/stat : 16027 (java) R 16025 16027 15316 0 -1 0 9280 0 1 0 239601 408 0 0 25 0 8 0 253556203 937418752 9009 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4072918600 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/16027/statm: 228862 9009 2527 14 0 215332 0
[pid=16027/tid=16029] ppid=16025 vsize=915448 CPUtime=0.03
/proc/16027/task/16029/stat : 16029 (java) S 16025 16027 15316 0 -1 64 308 0 0 0 3 0 0 0 16 0 8 0 253556207 937418752 9009 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=16027/tid=16030] ppid=16025 vsize=915448 CPUtime=0
/proc/16027/task/16030/stat : 16030 (java) S 16025 16027 15316 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 253556207 937418752 9009 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16027/tid=16031] ppid=16025 vsize=915448 CPUtime=0
/proc/16027/task/16031/stat : 16031 (java) S 16025 16027 15316 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 253556207 937418752 9009 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16027/tid=16032] ppid=16025 vsize=915448 CPUtime=0
/proc/16027/task/16032/stat : 16032 (java) S 16025 16027 15316 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 253556210 937418752 9009 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16027/tid=16033] ppid=16025 vsize=915448 CPUtime=0.27
/proc/16027/task/16033/stat : 16033 (java) S 16025 16027 15316 0 -1 64 435 0 0 0 26 1 0 0 16 0 8 0 253556210 937418752 9009 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16027/tid=16034] ppid=16025 vsize=915448 CPUtime=0
/proc/16027/task/16034/stat : 16034 (java) S 16025 16027 15316 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 253556210 937418752 9009 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16027/tid=16035] ppid=16025 vsize=915448 CPUtime=0
/proc/16027/task/16035/stat : 16035 (java) S 16025 16027 15316 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 253556210 937418752 9009 18446744073709551615 134512640 134570532 4294956464 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) 915448

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

Child status: 143
Real time (s): 2404.8
CPU time (s): 2400.12
CPU user time (s): 2396.03
CPU system time (s): 4.09438
CPU usage (%): 99.8054
Max. virtual memory (cumulated for all children) (KiB): 915452

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2396.03
system time used= 4.09438
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9302
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= 50009
involuntary context switches= 98651

runsolver used 3.3015 s user time and 7.35488 s system time

The end

Launcher Data (download as text)

Begin job on node5 on Fri Jan 19 23:30:18 UTC 2007


IDJOB= 276905
IDBENCH= 6105
IDSOLVER= 69
FILE ID= node5/276905-1169249418

PBS_JOBID= 3589063

Free space on /tmp= 66563 MiB

SOLVER NAME= AbsconMax 109 PFC
BENCH NAME= HOME/pub/bench/CPAI06/tightness/tightness0.1/rand-2-40-8-753-100-43_ext.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar pfc.xml 1 XSax /tmp/evaluation/276905-1169249418/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node5/watcher-276905-1169249418 -o ROOT/results/node5/solver-276905-1169249418 -C 2400 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar pfc.xml 1 XSax /tmp/evaluation/276905-1169249418/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  6361e72e1fbbf6d640504cad81960bbe

RANDOM SEED= 579723551

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.240
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.240
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:       1178632 kB
Buffers:         61536 kB
Cached:         681092 kB
SwapCached:          0 kB
Active:         246248 kB
Inactive:       553480 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1178632 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1876 kB
Writeback:           0 kB
Mapped:          83636 kB
Slab:            62368 kB
Committed_AS:  6967728 kB
PageTables:       2264 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 node5 on Sat Jan 20 00:10:23 UTC 2007