Trace number 280487

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 PFCOPTIMUM 1309.67 1315.84

General information on the benchmark

Namerandom/rand-10-20-10/
rand-10-20-10-5-10000-5_ext.xml
MD5SUMd53928f19ca0347ce78b3f553c9e851e
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of satisfied constraints3
Best CPU time to get the best result obtained on this benchmark1309.67
SatisfiableNO
(Un)Satisfiability was proved
Number of variables20
Number of constraints5
Maximum constraint arity10
Maximum domain size10
Number of constraints which are defined in extension5
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.31	   
0.31	Abscon 109 (November, 2006)
0.31	   
0.31	   configuration
0.31	     name=pfc.xml
0.34	   
0.34	   instance
0.34	     name=/tmp/evaluation/280487-1169306126/unknown.xml
0.38	   
0.38	   domains being loaded...
0.38	   
0.38	   variables being loaded...
0.41	     nbVariables=20  nbDomainTypes=1  minDomainSize=10  maxDomainSize=10
0.41	       =>  wckTime=0.099  cpuTime=0.09  mem=6M910
0.41	   
0.41	   relations being loaded...
0.63	   
0.63	   constraints being loaded...
0.74	     nbConstraints=5  nbRelationTypes=5  nbExtensionStructures=5  nbSharedExtensionStructures=0
0.74	     nbUnbuiltConflictsStructures=5  nbSharedBinaryRepresentations=0  maxDegree=4  maxArity=10
0.74	       =>  wckTime=0.423  cpuTime=0.37  mem=37M870
0.81	   
0.81	   solver LocalSearchSolver being built... 
0.84	       =>  wckTime=0.532  cpuTime=0.42  mem=10M982
0.85	
0.85	s SATISFIABLE
0.85	o 0
0.85	c 5
6.40	o 1
6.40	c 4
6.47	   
6.47	   search
6.47	     run=0  nbConstraintChecks=4300672  nbAssignments=10000
6.47	       =>  wckTime=5.63  cpuTime=5.58  mem=10M982
10.50	o 2
10.50	c 3
11.71	   
11.71	   search
11.71	     run=1  nbConstraintChecks=8556604  nbAssignments=20000
11.71	       =>  wckTime=10.868  cpuTime=10.79  mem=10M982
16.68	   
16.68	   search
16.68	     run=2  nbConstraintChecks=12674849  nbAssignments=30000
16.68	       =>  wckTime=15.833  cpuTime=15.73  mem=10M982
21.67	   
21.67	   search
21.67	     run=3  nbConstraintChecks=16792588  nbAssignments=40000
21.67	       =>  wckTime=20.826  cpuTime=20.7  mem=10M982
26.69	   
26.69	   search
26.69	     run=4  nbConstraintChecks=20911343  nbAssignments=50000
26.69	       =>  wckTime=25.844  cpuTime=25.69  mem=10M982
31.66	   
31.66	   search
31.66	     run=5  nbConstraintChecks=25029587  nbAssignments=60000
31.66	       =>  wckTime=30.821  cpuTime=30.65  mem=10M982
36.63	   
36.63	   search
36.63	     run=6  nbConstraintChecks=29148944  nbAssignments=70000
36.63	       =>  wckTime=35.786  cpuTime=35.6  mem=10M982
40.64	   
40.64	   search
40.64	     run=7  nbConstraintChecks=32455947  nbAssignments=78030
40.64	       =>  wckTime=39.799  cpuTime=39.59  mem=10M982
40.64	   
40.64	   global
40.64	     nbConstraintChecks=32455947  nbValidityChecks=0  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
40.64	     solvingWckTime=39.797  solvingCpuTime=39.59  expiredTime=no  totalExploration=no  nbFoundSolutions=0
40.64	     globalCpuTime=40.06
40.64	       =>  wckTime=40.331  cpuTime=40.01  mem=10M982
40.64	   
40.64	   solver IterativeSystematicSolver being built... 
40.78	       =>  wckTime=40.469  cpuTime=40.11  mem=21M687
40.79	   
40.79	   preprocessing
40.79	     nbConstraintChecks=180  nbValidityChecks=500  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
40.79	     nbRemovedValues=0  detectedInconsistency=no
40.79	       =>  wckTime=0.0080  cpuTime=0.01  mem=21M687
41.04	   
41.04	   search
41.04	     run=0  nbConstraintChecks=192692  nbValidityChecks=201399  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
41.04	     nbAssignments=22  nbFailedAssignments=7  nbBacktracks=11  nbVisitedNodes=33  nbRestartNogoods=0
41.04	       =>  wckTime=0.252  cpuTime=0.24  mem=22M643
41.09	   
41.09	   search
41.09	     run=1  nbConstraintChecks=215360  nbValidityChecks=244647  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
41.09	     nbAssignments=67  nbFailedAssignments=30  nbBacktracks=26  nbVisitedNodes=108  nbRestartNogoods=2
41.09	       =>  wckTime=0.31  cpuTime=0.28  mem=22M643
41.36	   
41.36	   search
41.36	     run=2  nbConstraintChecks=405853  nbValidityChecks=459789  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
41.36	     nbAssignments=119  nbFailedAssignments=53  nbBacktracks=48  nbVisitedNodes=189  nbRestartNogoods=17
41.36	       =>  wckTime=0.574  cpuTime=0.53  mem=22M643
41.52	   
41.52	   search
41.52	     run=3  nbConstraintChecks=537392  nbValidityChecks=636900  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
41.52	     nbAssignments=211  nbFailedAssignments=107  nbBacktracks=81  nbVisitedNodes=355  nbRestartNogoods=21
41.52	       =>  wckTime=0.742  cpuTime=0.69  mem=22M643
41.89	   
41.89	   search
41.89	     run=4  nbConstraintChecks=823811  nbValidityChecks=979572  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
41.89	     nbAssignments=327  nbFailedAssignments=166  nbBacktracks=133  nbVisitedNodes=551  nbRestartNogoods=23
41.89	       =>  wckTime=1.11  cpuTime=1.06  mem=22M643
42.03	   
42.03	   search
42.03	     run=5  nbConstraintChecks=904907  nbValidityChecks=1147782  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
42.03	     nbAssignments=515  nbFailedAssignments=273  nbBacktracks=208  nbVisitedNodes=880  nbRestartNogoods=33
42.03	       =>  wckTime=1.252  cpuTime=1.2  mem=22M643
43.41	   
43.41	   search
43.41	     run=6  nbConstraintChecks=2097071  nbValidityChecks=2463031  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
43.41	     nbAssignments=775  nbFailedAssignments=414  nbBacktracks=321  nbVisitedNodes=1325  nbRestartNogoods=41
43.41	       =>  wckTime=2.625  cpuTime=2.56  mem=22M643
43.91	   
43.91	   search
43.91	     run=7  nbConstraintChecks=2437738  nbValidityChecks=3018395  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
43.91	     nbAssignments=1216  nbFailedAssignments=679  nbBacktracks=492  nbVisitedNodes=2119  nbRestartNogoods=48
43.91	       =>  wckTime=3.126  cpuTime=3.05  mem=22M643
47.87	   
47.87	   search
47.87	     run=8  nbConstraintChecks=5976223  nbValidityChecks=6868144  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
47.87	     nbAssignments=1867  nbFailedAssignments=1068  nbBacktracks=749  nbVisitedNodes=3258  nbRestartNogoods=53
47.87	       =>  wckTime=7.09  cpuTime=6.99  mem=22M643
49.79	   
49.79	   search
49.79	     run=9  nbConstraintChecks=7487205  nbValidityChecks=8856456  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
49.79	     nbAssignments=2832  nbFailedAssignments=1642  nbBacktracks=1133  nbVisitedNodes=4957  nbRestartNogoods=61
49.79	       =>  wckTime=9.005  cpuTime=8.88  mem=22M643
54.41	   
54.41	   search
54.41	     run=10  nbConstraintChecks=11514056  nbValidityChecks=13489438  nbPropagations=0  nbRevisions=0
54.41	     nbUselessRevisions=0  nbAssignments=4100  nbFailedAssignments=2326  nbBacktracks=1709  nbVisitedNodes=7155
54.41	     nbRestartNogoods=65
54.41	       =>  wckTime=13.625  cpuTime=13.48  mem=22M643
56.13	   
56.13	   search
56.13	     run=11  nbConstraintChecks=12606790  nbValidityChecks=15650696  nbPropagations=0  nbRevisions=0
56.13	     nbUselessRevisions=0  nbAssignments=6267  nbFailedAssignments=3622  nbBacktracks=2573  nbVisitedNodes=11067
56.13	     nbRestartNogoods=83
56.13	       =>  wckTime=15.351  cpuTime=15.19  mem=22M643
86.43	   
86.43	   search
86.43	     run=12  nbConstraintChecks=40081205  nbValidityChecks=44812547  nbPropagations=0  nbRevisions=0
86.43	     nbUselessRevisions=0  nbAssignments=9701  nbFailedAssignments=5753  nbBacktracks=3870  nbVisitedNodes=17251
86.43	     nbRestartNogoods=100
86.43	       =>  wckTime=45.65  cpuTime=45.35  mem=22M643
93.39	   
93.39	   search
93.39	     run=13  nbConstraintChecks=45504172  nbValidityChecks=52619881  nbPropagations=0  nbRevisions=0
93.39	     nbUselessRevisions=0  nbAssignments=14562  nbFailedAssignments=8661  nbBacktracks=5816  nbVisitedNodes=25957
93.39	     nbRestartNogoods=122
93.39	       =>  wckTime=52.603  cpuTime=52.27  mem=22M643
119.58	   
119.58	   search
119.58	     run=14  nbConstraintChecks=67851894  nbValidityChecks=78636698  nbPropagations=0  nbRevisions=0
119.58	     nbUselessRevisions=0  nbAssignments=21779  nbFailedAssignments=12952  nbBacktracks=8735  nbVisitedNodes=38910
119.58	     nbRestartNogoods=137
119.58	       =>  wckTime=78.802  cpuTime=78.35  mem=22M643
132.49	   
132.49	   search
132.49	     run=15  nbConstraintChecks=77190382  nbValidityChecks=93469996  nbPropagations=0  nbRevisions=0
132.49	     nbUselessRevisions=0  nbAssignments=32707  nbFailedAssignments=19495  nbBacktracks=13113  nbVisitedNodes=58690
132.49	     nbRestartNogoods=155
132.49	       =>  wckTime=91.705  cpuTime=91.19  mem=22M643
188.09	   
188.09	   search
188.09	     run=16  nbConstraintChecks=123938506  nbValidityChecks=149507518  nbPropagations=0  nbRevisions=0
188.09	     nbUselessRevisions=0  nbAssignments=50502  nbFailedAssignments=30715  nbBacktracks=19681  nbVisitedNodes=90923
188.09	     nbRestartNogoods=166
188.09	       =>  wckTime=147.306  cpuTime=146.54  mem=22M643
192.75	o 3
192.75	c 2
248.29	   
248.29	   search
248.29	     run=17  nbConstraintChecks=170258795  nbValidityChecks=210407698  nbPropagations=0  nbRevisions=0
248.29	     nbUselessRevisions=0  nbAssignments=75922  nbFailedAssignments=46279  nbBacktracks=29533  nbVisitedNodes=137300
248.29	     nbRestartNogoods=196
248.29	       =>  wckTime=207.512  cpuTime=206.46  mem=22M643
309.23	   
309.23	   search
309.23	     run=18  nbConstraintChecks=213733171  nbValidityChecks=276737123  nbPropagations=0  nbRevisions=0
309.23	     nbUselessRevisions=0  nbAssignments=114605  nbFailedAssignments=70180  nbBacktracks=44311  nbVisitedNodes=208454
309.23	     nbRestartNogoods=217
309.23	       =>  wckTime=268.443  cpuTime=267.1  mem=22M643
508.38	   
508.38	   search
508.38	     run=19  nbConstraintChecks=379406775  nbValidityChecks=477527632  nbPropagations=0  nbRevisions=0
508.38	     nbUselessRevisions=0  nbAssignments=173577  nbFailedAssignments=106978  nbBacktracks=66480  nbVisitedNodes=316179
508.38	     nbRestartNogoods=236
508.38	       =>  wckTime=467.596  cpuTime=465.33  mem=22M643
745.18	   
745.18	   search
745.18	     run=20  nbConstraintChecks=563854080  nbValidityChecks=716099990  nbPropagations=0  nbRevisions=0
745.18	     nbUselessRevisions=0  nbAssignments=264659  nbFailedAssignments=164803  nbBacktracks=99733  nbVisitedNodes=485158
745.18	     nbRestartNogoods=261
745.18	       =>  wckTime=704.398  cpuTime=701.02  mem=22M643
1118.15	   
1118.15	   search
1118.15	     run=21  nbConstraintChecks=855705851  nbValidityChecks=1089773051  nbPropagations=0  nbRevisions=0
1118.15	     nbUselessRevisions=0  nbAssignments=400147  nbFailedAssignments=250409  nbBacktracks=149611  nbVisitedNodes=738635
1118.15	     nbRestartNogoods=274
1118.15	       =>  wckTime=1077.364  cpuTime=1072.24  mem=22M643
1315.81	   
1315.81	   search
1315.81	     run=22  nbConstraintChecks=1006929725  nbValidityChecks=1287303936  nbPropagations=0  nbRevisions=0
1315.81	     nbUselessRevisions=0  nbAssignments=478072  nbFailedAssignments=299137  nbBacktracks=178809  nbVisitedNodes=883141
1315.81	     nbRestartNogoods=288
1315.81	       =>  wckTime=1275.027  cpuTime=1268.98  mem=22M643
1315.81	   
1315.81	   global
1315.81	     nbConstraintChecks=1006929905  nbValidityChecks=1287304436  nbRestartNogoods=288  solvingWckTime=1275.028
1315.81	     solvingCpuTime=1268.98  expiredTime=no  totalExploration=yes  nbFoundSolutions=1  globalCpuTime=1309.14
1315.81	       =>  wckTime=1315.498  cpuTime=1309.09  mem=22M643
1315.81	
1315.81	s OPTIMUM FOUND
1315.81	v 1 2 1 9 0 0 5 0 7 1 0 7 2 4 0 5 0 3 1 0 
1315.81	   
1315.81	   totalWckTime=1315.578  totalCpuTime=1309.15

Verifier Data (download as text)

2 unsatisfied constraints, 3 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/node70/watcher-280487-1169306126 -o ROOT/results/node70/solver-280487-1169306126 -C 2400 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar pfc.xml 1 XSax /tmp/evaluation/280487-1169306126/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.17 1.03 1.01 5/80 11032
/proc/meminfo: memFree=1389568/2055920 swapFree=4192812/4192956
[pid=11031] ppid=11029 vsize=18540 CPUtime=0
/proc/11031/stat : 11031 (runsolver) R 11029 11031 10488 0 -1 4194368 17 0 0 0 0 0 0 0 20 0 1 0 78109482 18984960 279 18446744073709551615 4194304 4267372 548682068960 18446744073709551615 233402068263 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/11031/statm: 4635 279 244 17 0 2626 0

[startup+0.1077 s]
/proc/loadavg: 1.17 1.03 1.01 5/80 11032
/proc/meminfo: memFree=1389568/2055920 swapFree=4192812/4192956
[pid=11031] ppid=11029 vsize=914988 CPUtime=0.09
/proc/11031/stat : 11031 (java) R 11029 11031 10488 0 -1 0 3012 0 1 0 7 2 0 0 20 0 8 0 78109482 936947712 2758 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4155061896 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11031/statm: 228747 2758 1432 14 0 215242 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 914988

[startup+0.515737 s]
/proc/loadavg: 1.17 1.03 1.01 5/80 11032
/proc/meminfo: memFree=1389568/2055920 swapFree=4192812/4192956
[pid=11031] ppid=11029 vsize=915332 CPUtime=0.5
/proc/11031/stat : 11031 (java) R 11029 11031 10488 0 -1 0 8098 0 1 0 45 5 0 0 18 0 8 0 78109482 937299968 7837 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073565358 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11031/statm: 228833 7838 2139 14 0 215303 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 915332

[startup+1.33782 s]
/proc/loadavg: 1.17 1.03 1.01 3/87 11039
/proc/meminfo: memFree=1315528/2055920 swapFree=4192812/4192956
[pid=11031] ppid=11029 vsize=915332 CPUtime=1.31
/proc/11031/stat : 11031 (java) R 11029 11031 10488 0 -1 0 15659 0 1 0 119 12 0 0 25 0 8 0 78109482 937299968 15397 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11031/statm: 228833 15397 2477 14 0 215303 0
[pid=11031/tid=11033] ppid=11029 vsize=915332 CPUtime=0.05
/proc/11031/task/11033/stat : 11033 (java) S 11029 11031 10488 0 -1 64 1536 0 0 0 5 0 0 0 16 0 8 0 78109486 937299968 15397 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=11031/tid=11034] ppid=11029 vsize=915332 CPUtime=0
/proc/11031/task/11034/stat : 11034 (java) S 11029 11031 10488 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 78109487 937299968 15397 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11031/tid=11035] ppid=11029 vsize=915332 CPUtime=0
/proc/11031/task/11035/stat : 11035 (java) S 11029 11031 10488 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 78109487 937299968 15397 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11031/tid=11036] ppid=11029 vsize=915332 CPUtime=0
/proc/11031/task/11036/stat : 11036 (java) S 11029 11031 10488 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 78109490 937299968 15397 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11031/tid=11037] ppid=11029 vsize=915332 CPUtime=0.1
/proc/11031/task/11037/stat : 11037 (java) S 11029 11031 10488 0 -1 64 318 0 0 0 10 0 0 0 16 0 8 0 78109490 937299968 15397 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11031/tid=11038] ppid=11029 vsize=915332 CPUtime=0
/proc/11031/task/11038/stat : 11038 (java) S 11029 11031 10488 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 78109490 937299968 15397 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11031/tid=11039] ppid=11029 vsize=915332 CPUtime=0
/proc/11031/task/11039/stat : 11039 (java) S 11029 11031 10488 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 78109490 937299968 15397 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 915332

[startup+2.98998 s]
/proc/loadavg: 1.23 1.05 1.02 3/87 11039
/proc/meminfo: memFree=1315528/2055920 swapFree=4192812/4192956
[pid=11031] ppid=11029 vsize=915332 CPUtime=2.96
/proc/11031/stat : 11031 (java) R 11029 11031 10488 0 -1 0 15663 0 1 0 273 23 0 0 25 0 8 0 78109482 937299968 15400 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11031/statm: 228833 15400 2477 14 0 215303 0
[pid=11031/tid=11033] ppid=11029 vsize=915332 CPUtime=0.05
/proc/11031/task/11033/stat : 11033 (java) S 11029 11031 10488 0 -1 64 1536 0 0 0 5 0 0 0 16 0 8 0 78109486 937299968 15400 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=11031/tid=11034] ppid=11029 vsize=915332 CPUtime=0
/proc/11031/task/11034/stat : 11034 (java) S 11029 11031 10488 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 78109487 937299968 15400 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11031/tid=11035] ppid=11029 vsize=915332 CPUtime=0
/proc/11031/task/11035/stat : 11035 (java) S 11029 11031 10488 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 78109487 937299968 15400 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11031/tid=11036] ppid=11029 vsize=915332 CPUtime=0
/proc/11031/task/11036/stat : 11036 (java) S 11029 11031 10488 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 78109490 937299968 15400 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11031/tid=11037] ppid=11029 vsize=915332 CPUtime=0.1
/proc/11031/task/11037/stat : 11037 (java) S 11029 11031 10488 0 -1 64 321 0 0 0 10 0 0 0 16 0 8 0 78109490 937299968 15400 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11031/tid=11038] ppid=11029 vsize=915332 CPUtime=0
/proc/11031/task/11038/stat : 11038 (java) S 11029 11031 10488 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 78109490 937299968 15400 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11031/tid=11039] ppid=11029 vsize=915332 CPUtime=0
/proc/11031/task/11039/stat : 11039 (java) S 11029 11031 10488 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 78109490 937299968 15400 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 915332

[startup+6.27332 s]
/proc/loadavg: 1.23 1.05 1.02 3/87 11039
/proc/meminfo: memFree=1315400/2055920 swapFree=4192812/4192956
[pid=11031] ppid=11029 vsize=915332 CPUtime=6.22
/proc/11031/stat : 11031 (java) R 11029 11031 10488 0 -1 0 15663 0 1 0 575 47 0 0 25 0 8 0 78109482 937299968 15400 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11031/statm: 228833 15400 2477 14 0 215303 0
[pid=11031/tid=11033] ppid=11029 vsize=915332 CPUtime=0.05
/proc/11031/task/11033/stat : 11033 (java) S 11029 11031 10488 0 -1 64 1536 0 0 0 5 0 0 0 16 0 8 0 78109486 937299968 15400 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=11031/tid=11034] ppid=11029 vsize=915332 CPUtime=0
/proc/11031/task/11034/stat : 11034 (java) S 11029 11031 10488 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 78109487 937299968 15400 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11031/tid=11035] ppid=11029 vsize=915332 CPUtime=0
/proc/11031/task/11035/stat : 11035 (java) S 11029 11031 10488 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 78109487 937299968 15400 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11031/tid=11036] ppid=11029 vsize=915332 CPUtime=0
/proc/11031/task/11036/stat : 11036 (java) S 11029 11031 10488 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 78109490 937299968 15400 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11031/tid=11037] ppid=11029 vsize=915332 CPUtime=0.1
/proc/11031/task/11037/stat : 11037 (java) S 11029 11031 10488 0 -1 64 321 0 0 0 10 0 0 0 16 0 8 0 78109490 937299968 15400 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11031/tid=11038] ppid=11029 vsize=915332 CPUtime=0
/proc/11031/task/11038/stat : 11038 (java) S 11029 11031 10488 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 78109490 937299968 15400 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11031/tid=11039] ppid=11029 vsize=915332 CPUtime=0
/proc/11031/task/11039/stat : 11039 (java) S 11029 11031 10488 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 78109490 937299968 15400 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 915332

[startup+12.757 s]
/proc/loadavg: 1.35 1.08 1.03 3/87 11039
/proc/meminfo: memFree=1315416/2055920 swapFree=4192812/4192956
[pid=11031] ppid=11029 vsize=915332 CPUtime=12.68
/proc/11031/stat : 11031 (java) R 11029 11031 10488 0 -1 0 15667 0 1 0 1171 97 0 0 25 0 8 0 78109482 937299968 15404 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11031/statm: 228833 15404 2477 14 0 215303 0
[pid=11031/tid=11033] ppid=11029 vsize=915332 CPUtime=0.05
/proc/11031/task/11033/stat : 11033 (java) S 11029 11031 10488 0 -1 64 1536 0 0 0 5 0 0 0 16 0 8 0 78109486 937299968 15404 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=11031/tid=11034] ppid=11029 vsize=915332 CPUtime=0
/proc/11031/task/11034/stat : 11034 (java) S 11029 11031 10488 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 78109487 937299968 15404 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11031/tid=11035] ppid=11029 vsize=915332 CPUtime=0
/proc/11031/task/11035/stat : 11035 (java) S 11029 11031 10488 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 78109487 937299968 15404 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11031/tid=11036] ppid=11029 vsize=915332 CPUtime=0
/proc/11031/task/11036/stat : 11036 (java) S 11029 11031 10488 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 78109490 937299968 15404 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11031/tid=11037] ppid=11029 vsize=915332 CPUtime=0.11
/proc/11031/task/11037/stat : 11037 (java) S 11029 11031 10488 0 -1 64 325 0 0 0 11 0 0 0 16 0 8 0 78109490 937299968 15404 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11031/tid=11038] ppid=11029 vsize=915332 CPUtime=0
/proc/11031/task/11038/stat : 11038 (java) S 11029 11031 10488 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 78109490 937299968 15404 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11031/tid=11039] ppid=11029 vsize=915336 CPUtime=0
/proc/11031/task/11039/stat : 11039 (java) S 11029 11031 10488 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 78109490 937304064 15404 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 915332

[startup+25.5883 s]
/proc/loadavg: 1.45 1.11 1.04 3/87 11039
/proc/meminfo: memFree=1315608/2055920 swapFree=4192812/4192956
[pid=11031] ppid=11029 vsize=915332 CPUtime=25.44
/proc/11031/stat : 11031 (java) R 11029 11031 10488 0 -1 0 15667 0 1 0 2339 205 0 0 25 0 8 0 78109482 937299968 15404 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11031/statm: 228833 15404 2477 14 0 215303 0
[pid=11031/tid=11033] ppid=11029 vsize=915332 CPUtime=0.05
/proc/11031/task/11033/stat : 11033 (java) S 11029 11031 10488 0 -1 64 1536 0 0 0 5 0 0 0 16 0 8 0 78109486 937299968 15404 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=11031/tid=11034] ppid=11029 vsize=915336 CPUtime=0
/proc/11031/task/11034/stat : 11034 (java) S 11029 11031 10488 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 78109487 937304064 15404 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11031/tid=11035] ppid=11029 vsize=915332 CPUtime=0
/proc/11031/task/11035/stat : 11035 (java) S 11029 11031 10488 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 78109487 937299968 15404 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11031/tid=11036] ppid=11029 vsize=915332 CPUtime=0
/proc/11031/task/11036/stat : 11036 (java) S 11029 11031 10488 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 78109490 937299968 15404 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11031/tid=11037] ppid=11029 vsize=915332 CPUtime=0.11
/proc/11031/task/11037/stat : 11037 (java) S 11029 11031 10488 0 -1 64 325 0 0 0 11 0 0 0 16 0 8 0 78109490 937299968 15404 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11031/tid=11038] ppid=11029 vsize=915332 CPUtime=0
/proc/11031/task/11038/stat : 11038 (java) S 11029 11031 10488 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 78109490 937299968 15404 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11031/tid=11039] ppid=11029 vsize=915332 CPUtime=0
/proc/11031/task/11039/stat : 11039 (java) S 11029 11031 10488 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 78109490 937299968 15404 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.44
Current children cumulated vsize (KiB) 915332

[startup+51.2898 s]
/proc/loadavg: 1.64 1.18 1.06 3/87 11039
/proc/meminfo: memFree=1315032/2055920 swapFree=4192812/4192956
[pid=11031] ppid=11029 vsize=915332 CPUtime=51.03
/proc/11031/stat : 11031 (java) R 11029 11031 10488 0 -1 0 15831 0 1 0 4773 330 0 0 25 0 8 0 78109482 937299968 15560 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073780748 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11031/statm: 228833 15560 2530 14 0 215303 0
[pid=11031/tid=11033] ppid=11029 vsize=915332 CPUtime=0.05
/proc/11031/task/11033/stat : 11033 (java) S 11029 11031 10488 0 -1 64 1537 0 0 0 5 0 0 0 16 0 8 0 78109486 937299968 15560 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=11031/tid=11034] ppid=11029 vsize=915332 CPUtime=0
/proc/11031/task/11034/stat : 11034 (java) S 11029 11031 10488 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 78109487 937299968 15560 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11031/tid=11035] ppid=11029 vsize=915332 CPUtime=0
/proc/11031/task/11035/stat : 11035 (java) S 11029 11031 10488 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 78109487 937299968 15560 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11031/tid=11036] ppid=11029 vsize=915332 CPUtime=0
/proc/11031/task/11036/stat : 11036 (java) S 11029 11031 10488 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 78109490 937299968 15560 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11031/tid=11037] ppid=11029 vsize=915332 CPUtime=0.23
/proc/11031/task/11037/stat : 11037 (java) S 11029 11031 10488 0 -1 64 385 0 0 0 22 1 0 0 16 0 8 0 78109490 937299968 15560 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11031/tid=11038] ppid=11029 vsize=915332 CPUtime=0
/proc/11031/task/11038/stat : 11038 (java) S 11029 11031 10488 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 78109490 937299968 15560 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11031/tid=11039] ppid=11029 vsize=915332 CPUtime=0
/proc/11031/task/11039/stat : 11039 (java) S 11029 11031 10488 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 78109490 937299968 15560 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 51.03
Current children cumulated vsize (KiB) 915332

[startup+102.501 s]
/proc/loadavg: 1.84 1.30 1.11 3/87 11039
/proc/meminfo: memFree=1314968/2055920 swapFree=4192812/4192956
[pid=11031] ppid=11029 vsize=915332 CPUtime=102
/proc/11031/stat : 11031 (java) R 11029 11031 10488 0 -1 0 15835 0 1 0 9869 331 0 0 25 0 8 0 78109482 937299968 15562 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073752024 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11031/statm: 228833 15562 2530 14 0 215303 0
[pid=11031/tid=11033] ppid=11029 vsize=915332 CPUtime=0.05
/proc/11031/task/11033/stat : 11033 (java) S 11029 11031 10488 0 -1 64 1537 0 0 0 5 0 0 0 16 0 8 0 78109486 937299968 15562 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=11031/tid=11034] ppid=11029 vsize=915332 CPUtime=0
/proc/11031/task/11034/stat : 11034 (java) S 11029 11031 10488 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 78109487 937299968 15562 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11031/tid=11035] ppid=11029 vsize=915332 CPUtime=0
/proc/11031/task/11035/stat : 11035 (java) S 11029 11031 10488 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 78109487 937299968 15562 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11031/tid=11036] ppid=11029 vsize=915332 CPUtime=0
/proc/11031/task/11036/stat : 11036 (java) S 11029 11031 10488 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 78109490 937299968 15562 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11031/tid=11037] ppid=11029 vsize=915332 CPUtime=0.23
/proc/11031/task/11037/stat : 11037 (java) S 11029 11031 10488 0 -1 64 388 0 0 0 22 1 0 0 16 0 8 0 78109490 937299968 15562 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11031/tid=11038] ppid=11029 vsize=915332 CPUtime=0
/proc/11031/task/11038/stat : 11038 (java) S 11029 11031 10488 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 78109490 937299968 15562 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11031/tid=11039] ppid=11029 vsize=915332 CPUtime=0
/proc/11031/task/11039/stat : 11039 (java) S 11029 11031 10488 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 78109490 937299968 15562 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 102
Current children cumulated vsize (KiB) 915332

[startup+162.547 s]
/proc/loadavg: 1.94 1.43 1.16 3/87 11039
/proc/meminfo: memFree=1314968/2055920 swapFree=4192812/4192956
[pid=11031] ppid=11029 vsize=915332 CPUtime=161.77
/proc/11031/stat : 11031 (java) R 11029 11031 10488 0 -1 0 15835 0 1 0 15846 331 0 0 25 0 8 0 78109482 937299968 15562 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073759551 0 4 0 23759 18446744073709551615 0 0 17 1 0 0

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

/proc/11031/task/11036/stat : 11036 (java) S 11029 11031 10488 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 78109490 937299968 15564 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11031/tid=11037] ppid=11029 vsize=915332 CPUtime=0.23
/proc/11031/task/11037/stat : 11037 (java) S 11029 11031 10488 0 -1 64 390 0 0 0 22 1 0 0 16 0 8 0 78109490 937299968 15564 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11031/tid=11038] ppid=11029 vsize=915332 CPUtime=0
/proc/11031/task/11038/stat : 11038 (java) S 11029 11031 10488 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 78109490 937299968 15564 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11031/tid=11039] ppid=11029 vsize=915332 CPUtime=0
/proc/11031/task/11039/stat : 11039 (java) S 11029 11031 10488 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 78109490 937299968 15564 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 878.96
Current children cumulated vsize (KiB) 915332

[startup+943.151 s]
/proc/loadavg: 2.00 1.97 1.63 3/87 11041
/proc/meminfo: memFree=1314776/2055920 swapFree=4192812/4192956
[pid=11031] ppid=11029 vsize=915332 CPUtime=938.72
/proc/11031/stat : 11031 (java) R 11029 11031 10488 0 -1 0 15838 0 1 0 93538 334 0 0 25 0 8 0 78109482 937299968 15564 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073336175 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11031/statm: 228833 15564 2530 14 0 215303 0
[pid=11031/tid=11033] ppid=11029 vsize=915332 CPUtime=0.05
/proc/11031/task/11033/stat : 11033 (java) S 11029 11031 10488 0 -1 64 1537 0 0 0 5 0 0 0 16 0 8 0 78109486 937299968 15564 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=11031/tid=11034] ppid=11029 vsize=915332 CPUtime=0
/proc/11031/task/11034/stat : 11034 (java) S 11029 11031 10488 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 78109487 937299968 15564 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11031/tid=11035] ppid=11029 vsize=915332 CPUtime=0
/proc/11031/task/11035/stat : 11035 (java) S 11029 11031 10488 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 78109487 937299968 15564 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11031/tid=11036] ppid=11029 vsize=915332 CPUtime=0
/proc/11031/task/11036/stat : 11036 (java) S 11029 11031 10488 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 78109490 937299968 15564 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11031/tid=11037] ppid=11029 vsize=915332 CPUtime=0.23
/proc/11031/task/11037/stat : 11037 (java) S 11029 11031 10488 0 -1 64 390 0 0 0 22 1 0 0 16 0 8 0 78109490 937299968 15564 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11031/tid=11038] ppid=11029 vsize=915332 CPUtime=0
/proc/11031/task/11038/stat : 11038 (java) S 11029 11031 10488 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 78109490 937299968 15564 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11031/tid=11039] ppid=11029 vsize=915332 CPUtime=0
/proc/11031/task/11039/stat : 11039 (java) S 11029 11031 10488 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 78109490 937299968 15564 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 938.72
Current children cumulated vsize (KiB) 915332

[startup+1003.2 s]
/proc/loadavg: 2.00 1.97 1.65 3/87 11041
/proc/meminfo: memFree=1314776/2055920 swapFree=4192812/4192956
[pid=11031] ppid=11029 vsize=915332 CPUtime=998.5
/proc/11031/stat : 11031 (java) R 11029 11031 10488 0 -1 0 15838 0 1 0 99516 334 0 0 25 0 8 0 78109482 937299968 15564 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073596030 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11031/statm: 228833 15564 2530 14 0 215303 0
[pid=11031/tid=11033] ppid=11029 vsize=915332 CPUtime=0.05
/proc/11031/task/11033/stat : 11033 (java) S 11029 11031 10488 0 -1 64 1537 0 0 0 5 0 0 0 16 0 8 0 78109486 937299968 15564 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=11031/tid=11034] ppid=11029 vsize=915332 CPUtime=0
/proc/11031/task/11034/stat : 11034 (java) S 11029 11031 10488 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 78109487 937299968 15564 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11031/tid=11035] ppid=11029 vsize=915332 CPUtime=0
/proc/11031/task/11035/stat : 11035 (java) S 11029 11031 10488 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 78109487 937299968 15564 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11031/tid=11036] ppid=11029 vsize=915332 CPUtime=0
/proc/11031/task/11036/stat : 11036 (java) S 11029 11031 10488 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 78109490 937299968 15564 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11031/tid=11037] ppid=11029 vsize=915332 CPUtime=0.23
/proc/11031/task/11037/stat : 11037 (java) S 11029 11031 10488 0 -1 64 390 0 0 0 22 1 0 0 16 0 8 0 78109490 937299968 15564 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11031/tid=11038] ppid=11029 vsize=915332 CPUtime=0
/proc/11031/task/11038/stat : 11038 (java) S 11029 11031 10488 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 78109490 937299968 15564 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11031/tid=11039] ppid=11029 vsize=915332 CPUtime=0
/proc/11031/task/11039/stat : 11039 (java) S 11029 11031 10488 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 78109490 937299968 15564 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 998.5
Current children cumulated vsize (KiB) 915332

[startup+1063.26 s]
/proc/loadavg: 2.00 1.97 1.67 3/87 11041
/proc/meminfo: memFree=1314776/2055920 swapFree=4192812/4192956
[pid=11031] ppid=11029 vsize=915332 CPUtime=1058.27
/proc/11031/stat : 11031 (java) R 11029 11031 10488 0 -1 0 15838 0 1 0 105493 334 0 0 25 0 8 0 78109482 937299968 15564 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073596020 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11031/statm: 228833 15564 2530 14 0 215303 0
[pid=11031/tid=11033] ppid=11029 vsize=915332 CPUtime=0.05
/proc/11031/task/11033/stat : 11033 (java) S 11029 11031 10488 0 -1 64 1537 0 0 0 5 0 0 0 16 0 8 0 78109486 937299968 15564 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=11031/tid=11034] ppid=11029 vsize=915332 CPUtime=0
/proc/11031/task/11034/stat : 11034 (java) S 11029 11031 10488 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 78109487 937299968 15564 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11031/tid=11035] ppid=11029 vsize=915332 CPUtime=0
/proc/11031/task/11035/stat : 11035 (java) S 11029 11031 10488 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 78109487 937299968 15564 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11031/tid=11036] ppid=11029 vsize=915332 CPUtime=0
/proc/11031/task/11036/stat : 11036 (java) S 11029 11031 10488 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 78109490 937299968 15564 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11031/tid=11037] ppid=11029 vsize=915332 CPUtime=0.23
/proc/11031/task/11037/stat : 11037 (java) S 11029 11031 10488 0 -1 64 390 0 0 0 22 1 0 0 16 0 8 0 78109490 937299968 15564 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11031/tid=11038] ppid=11029 vsize=915332 CPUtime=0
/proc/11031/task/11038/stat : 11038 (java) S 11029 11031 10488 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 78109490 937299968 15564 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11031/tid=11039] ppid=11029 vsize=915332 CPUtime=0
/proc/11031/task/11039/stat : 11039 (java) S 11029 11031 10488 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 78109490 937299968 15564 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1058.27
Current children cumulated vsize (KiB) 915332

[startup+1123.31 s]
/proc/loadavg: 2.03 1.99 1.69 3/87 11041
/proc/meminfo: memFree=1314776/2055920 swapFree=4192812/4192956
[pid=11031] ppid=11029 vsize=915332 CPUtime=1118.04
/proc/11031/stat : 11031 (java) R 11029 11031 10488 0 -1 0 15838 0 1 0 111470 334 0 0 25 0 8 0 78109482 937299968 15564 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073596020 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11031/statm: 228833 15564 2530 14 0 215303 0
[pid=11031/tid=11033] ppid=11029 vsize=915332 CPUtime=0.05
/proc/11031/task/11033/stat : 11033 (java) S 11029 11031 10488 0 -1 64 1537 0 0 0 5 0 0 0 16 0 8 0 78109486 937299968 15564 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=11031/tid=11034] ppid=11029 vsize=915332 CPUtime=0
/proc/11031/task/11034/stat : 11034 (java) S 11029 11031 10488 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 78109487 937299968 15564 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11031/tid=11035] ppid=11029 vsize=915332 CPUtime=0
/proc/11031/task/11035/stat : 11035 (java) S 11029 11031 10488 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 78109487 937299968 15564 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11031/tid=11036] ppid=11029 vsize=915332 CPUtime=0
/proc/11031/task/11036/stat : 11036 (java) S 11029 11031 10488 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 78109490 937299968 15564 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11031/tid=11037] ppid=11029 vsize=915332 CPUtime=0.23
/proc/11031/task/11037/stat : 11037 (java) S 11029 11031 10488 0 -1 64 390 0 0 0 22 1 0 0 16 0 8 0 78109490 937299968 15564 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11031/tid=11038] ppid=11029 vsize=915332 CPUtime=0
/proc/11031/task/11038/stat : 11038 (java) S 11029 11031 10488 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 78109490 937299968 15564 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11031/tid=11039] ppid=11029 vsize=915332 CPUtime=0
/proc/11031/task/11039/stat : 11039 (java) S 11029 11031 10488 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 78109490 937299968 15564 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1118.04
Current children cumulated vsize (KiB) 915332

[startup+1183.37 s]
/proc/loadavg: 2.01 1.99 1.71 3/87 11041
/proc/meminfo: memFree=1314776/2055920 swapFree=4192812/4192956
[pid=11031] ppid=11029 vsize=915332 CPUtime=1177.82
/proc/11031/stat : 11031 (java) R 11029 11031 10488 0 -1 0 15838 0 1 0 117447 335 0 0 25 0 8 0 78109482 937299968 15564 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073794811 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11031/statm: 228833 15564 2530 14 0 215303 0
[pid=11031/tid=11033] ppid=11029 vsize=915332 CPUtime=0.05
/proc/11031/task/11033/stat : 11033 (java) S 11029 11031 10488 0 -1 64 1537 0 0 0 5 0 0 0 16 0 8 0 78109486 937299968 15564 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=11031/tid=11034] ppid=11029 vsize=915332 CPUtime=0
/proc/11031/task/11034/stat : 11034 (java) S 11029 11031 10488 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 78109487 937299968 15564 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11031/tid=11035] ppid=11029 vsize=915332 CPUtime=0
/proc/11031/task/11035/stat : 11035 (java) S 11029 11031 10488 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 78109487 937299968 15564 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11031/tid=11036] ppid=11029 vsize=915332 CPUtime=0
/proc/11031/task/11036/stat : 11036 (java) S 11029 11031 10488 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 78109490 937299968 15564 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11031/tid=11037] ppid=11029 vsize=915332 CPUtime=0.23
/proc/11031/task/11037/stat : 11037 (java) S 11029 11031 10488 0 -1 64 390 0 0 0 22 1 0 0 16 0 8 0 78109490 937299968 15564 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11031/tid=11038] ppid=11029 vsize=915332 CPUtime=0
/proc/11031/task/11038/stat : 11038 (java) S 11029 11031 10488 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 78109490 937299968 15564 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11031/tid=11039] ppid=11029 vsize=915332 CPUtime=0
/proc/11031/task/11039/stat : 11039 (java) S 11029 11031 10488 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 78109490 937299968 15564 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1177.82
Current children cumulated vsize (KiB) 915332

[startup+1243.42 s]
/proc/loadavg: 2.00 1.99 1.73 3/87 11041
/proc/meminfo: memFree=1314776/2055920 swapFree=4192812/4192956
[pid=11031] ppid=11029 vsize=915332 CPUtime=1237.59
/proc/11031/stat : 11031 (java) R 11029 11031 10488 0 -1 0 15838 0 1 0 123424 335 0 0 25 0 8 0 78109482 937299968 15564 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073750918 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11031/statm: 228833 15564 2530 14 0 215303 0
[pid=11031/tid=11033] ppid=11029 vsize=915332 CPUtime=0.05
/proc/11031/task/11033/stat : 11033 (java) S 11029 11031 10488 0 -1 64 1537 0 0 0 5 0 0 0 16 0 8 0 78109486 937299968 15564 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=11031/tid=11034] ppid=11029 vsize=915332 CPUtime=0
/proc/11031/task/11034/stat : 11034 (java) S 11029 11031 10488 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 78109487 937299968 15564 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11031/tid=11035] ppid=11029 vsize=915332 CPUtime=0
/proc/11031/task/11035/stat : 11035 (java) S 11029 11031 10488 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 78109487 937299968 15564 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11031/tid=11036] ppid=11029 vsize=915332 CPUtime=0
/proc/11031/task/11036/stat : 11036 (java) S 11029 11031 10488 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 78109490 937299968 15564 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11031/tid=11037] ppid=11029 vsize=915332 CPUtime=0.23
/proc/11031/task/11037/stat : 11037 (java) S 11029 11031 10488 0 -1 64 390 0 0 0 22 1 0 0 16 0 8 0 78109490 937299968 15564 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11031/tid=11038] ppid=11029 vsize=915332 CPUtime=0
/proc/11031/task/11038/stat : 11038 (java) S 11029 11031 10488 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 78109490 937299968 15564 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11031/tid=11039] ppid=11029 vsize=915332 CPUtime=0
/proc/11031/task/11039/stat : 11039 (java) S 11029 11031 10488 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 78109490 937299968 15564 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1237.59
Current children cumulated vsize (KiB) 915332

[startup+1303.47 s]
/proc/loadavg: 2.00 1.99 1.74 3/87 11041
/proc/meminfo: memFree=1314840/2055920 swapFree=4192812/4192956
[pid=11031] ppid=11029 vsize=915332 CPUtime=1297.36
/proc/11031/stat : 11031 (java) R 11029 11031 10488 0 -1 0 15838 0 1 0 129401 335 0 0 25 0 8 0 78109482 937299968 15564 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073600910 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11031/statm: 228833 15564 2530 14 0 215303 0
[pid=11031/tid=11033] ppid=11029 vsize=915332 CPUtime=0.05
/proc/11031/task/11033/stat : 11033 (java) S 11029 11031 10488 0 -1 64 1537 0 0 0 5 0 0 0 16 0 8 0 78109486 937299968 15564 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=11031/tid=11034] ppid=11029 vsize=915332 CPUtime=0
/proc/11031/task/11034/stat : 11034 (java) S 11029 11031 10488 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 78109487 937299968 15564 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11031/tid=11035] ppid=11029 vsize=915332 CPUtime=0
/proc/11031/task/11035/stat : 11035 (java) S 11029 11031 10488 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 78109487 937299968 15564 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11031/tid=11036] ppid=11029 vsize=915332 CPUtime=0
/proc/11031/task/11036/stat : 11036 (java) S 11029 11031 10488 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 78109490 937299968 15564 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11031/tid=11037] ppid=11029 vsize=915332 CPUtime=0.23
/proc/11031/task/11037/stat : 11037 (java) S 11029 11031 10488 0 -1 64 390 0 0 0 22 1 0 0 16 0 8 0 78109490 937299968 15564 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11031/tid=11038] ppid=11029 vsize=915332 CPUtime=0
/proc/11031/task/11038/stat : 11038 (java) S 11029 11031 10488 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 78109490 937299968 15564 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11031/tid=11039] ppid=11029 vsize=915332 CPUtime=0
/proc/11031/task/11039/stat : 11039 (java) S 11029 11031 10488 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 78109490 937299968 15564 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1297.36
Current children cumulated vsize (KiB) 915332

Child status: 0
Real time (s): 1315.84
CPU time (s): 1309.67
CPU user time (s): 1306.3
CPU system time (s): 3.36449
CPU usage (%): 99.5312
Max. virtual memory (cumulated for all children) (KiB): 915336

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1306.3
system time used= 3.36449
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 15849
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= 27651
involuntary context switches= 42284

runsolver used 1.18182 s user time and 3.48747 s system time

The end

Launcher Data (download as text)

Begin job on node70 on Sat Jan 20 15:15:26 UTC 2007


IDJOB= 280487
IDBENCH= 11099
IDSOLVER= 69
FILE ID= node70/280487-1169306126

PBS_JOBID= 3610164

Free space on /tmp= 66560 MiB

SOLVER NAME= AbsconMax 109 PFC
BENCH NAME= HOME/pub/bench/CPAI06/random/rand-10-20-10/rand-10-20-10-5-10000-5_ext.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar pfc.xml 1 XSax /tmp/evaluation/280487-1169306126/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node70/watcher-280487-1169306126 -o ROOT/results/node70/solver-280487-1169306126 -C 2400 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar pfc.xml 1 XSax /tmp/evaluation/280487-1169306126/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  d53928f19ca0347ce78b3f553c9e851e

RANDOM SEED= 94004327

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.234
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.234
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:       1390816 kB
Buffers:         45484 kB
Cached:         498032 kB
SwapCached:        144 kB
Active:         172604 kB
Inactive:       420752 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1390816 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            5780 kB
Writeback:           0 kB
Mapped:          68976 kB
Slab:            57084 kB
Committed_AS:  1879512 kB
PageTables:       1848 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= 66560 MiB



End job on node70 on Sat Jan 20 15:37:22 UTC 2007