Trace number 280387

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 EPFCOPTIMUM 2106.49 2116.28

General information on the benchmark

Namerandom/rand-10-20-10/
rand-10-20-10-5-10000-7_ext.xml
MD5SUM522d1bb9bf2d247cbf6772653097fee9
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 benchmark242.092
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.30	   
0.30	Abscon 109 (November, 2006)
0.30	   
0.30	   configuration
0.30	     name=epfc.xml
0.33	   
0.33	   instance
0.33	     name=/tmp/evaluation/280387-1169305533/unknown.xml
0.36	   
0.36	   domains being loaded...
0.37	   
0.37	   variables being loaded...
0.40	     nbVariables=20  nbDomainTypes=1  minDomainSize=10  maxDomainSize=10
0.40	       =>  wckTime=0.093  cpuTime=0.07  mem=6M887
0.40	   
0.40	   relations being loaded...
0.60	   
0.60	   constraints being loaded...
0.70	     nbConstraints=5  nbRelationTypes=5  nbExtensionStructures=5  nbSharedExtensionStructures=0
0.70	     nbUnbuiltConflictsStructures=5  nbSharedBinaryRepresentations=0  maxDegree=4  maxArity=10
0.70	       =>  wckTime=0.399  cpuTime=0.35  mem=38M386
0.77	   
0.77	   solver LocalSearchSolver being built... 
0.81	       =>  wckTime=0.501  cpuTime=0.4  mem=10M979
0.81	
0.81	s SATISFIABLE
0.81	o 0
0.81	c 5
3.02	o 1
3.02	c 4
3.58	o 2
3.58	c 3
5.81	   
5.81	   search
5.81	     run=0  nbConstraintChecks=4235711  nbAssignments=10000
5.81	       =>  wckTime=5.004  cpuTime=4.96  mem=10M979
10.53	   
10.53	   search
10.53	     run=1  nbConstraintChecks=8404914  nbAssignments=20000
10.53	       =>  wckTime=9.726  cpuTime=9.66  mem=10M979
15.39	   
15.39	   search
15.39	     run=2  nbConstraintChecks=12659635  nbAssignments=30000
15.39	       =>  wckTime=14.589  cpuTime=14.51  mem=10M979
20.31	   
20.31	   search
20.31	     run=3  nbConstraintChecks=16913051  nbAssignments=40000
20.31	       =>  wckTime=19.501  cpuTime=19.35  mem=10M979
25.22	   
25.22	   search
25.22	     run=4  nbConstraintChecks=21167430  nbAssignments=50000
25.22	       =>  wckTime=24.417  cpuTime=24.19  mem=10M979
30.05	   
30.06	   search
30.06	     run=5  nbConstraintChecks=25421449  nbAssignments=60000
30.06	       =>  wckTime=29.25  cpuTime=29.0  mem=10M979
33.81	   
33.81	   search
33.81	     run=6  nbConstraintChecks=28711248  nbAssignments=67734
33.81	       =>  wckTime=33.001  cpuTime=32.75  mem=10M979
33.81	   
33.81	   global
33.81	     nbConstraintChecks=28711248  nbValidityChecks=0  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
33.81	     solvingWckTime=33.0  solvingCpuTime=32.75  expiredTime=no  totalExploration=no  nbFoundSolutions=0
33.81	     globalCpuTime=33.2
33.81	       =>  wckTime=33.503  cpuTime=33.15  mem=10M979
33.81	   
33.81	   solver IterativeSystematicSolver being built... 
33.94	       =>  wckTime=33.634  cpuTime=33.24  mem=21M777
34.30	   
34.30	   preprocessing
34.30	     nbConstraintChecks=321295  nbValidityChecks=331048  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
34.30	     nbRemovedValues=0  detectedInconsistency=no
34.30	       =>  wckTime=0.359  cpuTime=0.34  mem=21M777
34.77	   
34.77	   search
34.77	     run=0  nbConstraintChecks=445624  nbValidityChecks=460447  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
34.77	     nbAssignments=32  nbFailedAssignments=17  nbBacktracks=10  nbVisitedNodes=53  nbRestartNogoods=0
34.77	       =>  wckTime=0.826  cpuTime=0.79  mem=22M739
34.99	   
34.99	   search
34.99	     run=1  nbConstraintChecks=640933  nbValidityChecks=674030  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
34.99	     nbAssignments=71  nbFailedAssignments=35  nbBacktracks=26  nbVisitedNodes=115  nbRestartNogoods=6
34.99	       =>  wckTime=1.048  cpuTime=1.01  mem=22M739
35.16	   
35.16	   search
35.16	     run=2  nbConstraintChecks=790942  nbValidityChecks=845704  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
35.16	     nbAssignments=121  nbFailedAssignments=58  nbBacktracks=48  nbVisitedNodes=196  nbRestartNogoods=11
35.16	       =>  wckTime=1.216  cpuTime=1.17  mem=22M739
35.30	   
35.30	   search
35.31	     run=3  nbConstraintChecks=906137  nbValidityChecks=1013875  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
35.31	     nbAssignments=222  nbFailedAssignments=119  nbBacktracks=81  nbVisitedNodes=381  nbRestartNogoods=15
35.31	       =>  wckTime=1.365  cpuTime=1.32  mem=22M739
36.42	   
36.42	   search
36.42	     run=4  nbConstraintChecks=1922905  nbValidityChecks=2108720  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
36.42	     nbAssignments=370  nbFailedAssignments=208  nbBacktracks=133  nbVisitedNodes=653  nbRestartNogoods=21
36.42	       =>  wckTime=2.484  cpuTime=2.43  mem=22M739
36.84	   
36.84	   search
36.84	     run=5  nbConstraintChecks=2260004  nbValidityChecks=2586055  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
36.84	     nbAssignments=635  nbFailedAssignments=392  nbBacktracks=208  nbVisitedNodes=1148  nbRestartNogoods=25
36.84	       =>  wckTime=2.896  cpuTime=2.83  mem=22M739
37.41	   
37.41	   search
37.41	     run=6  nbConstraintChecks=2761308  nbValidityChecks=3222435  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
37.41	     nbAssignments=915  nbFailedAssignments=551  nbBacktracks=323  nbVisitedNodes=1650  nbRestartNogoods=29
37.41	       =>  wckTime=3.468  cpuTime=3.4  mem=22M739
41.13	   
41.13	   search
41.13	     run=7  nbConstraintChecks=6231743  nbValidityChecks=6929650  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
41.14	     nbAssignments=1413  nbFailedAssignments=873  nbBacktracks=493  nbVisitedNodes=2577  nbRestartNogoods=48
41.14	       =>  wckTime=7.195  cpuTime=7.09  mem=22M739
42.63	   
42.64	   search
42.64	     run=8  nbConstraintChecks=7515971  nbValidityChecks=8588209  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
42.64	     nbAssignments=2193  nbFailedAssignments=1391  nbBacktracks=749  nbVisitedNodes=4062  nbRestartNogoods=51
42.64	       =>  wckTime=8.694  cpuTime=8.55  mem=22M739
46.39	   
46.39	   search
46.39	     run=9  nbConstraintChecks=11043162  nbValidityChecks=12743368  nbPropagations=0  nbRevisions=0
46.39	     nbUselessRevisions=0  nbAssignments=3413  nbFailedAssignments=2219  nbBacktracks=1134  nbVisitedNodes=6379
46.39	     nbRestartNogoods=55
46.39	       =>  wckTime=12.448  cpuTime=12.28  mem=22M739
51.74	   
51.74	   search
51.74	     run=10  nbConstraintChecks=15680584  nbValidityChecks=18257204  nbPropagations=0  nbRevisions=0
51.74	     nbUselessRevisions=0  nbAssignments=5095  nbFailedAssignments=3319  nbBacktracks=1710  nbVisitedNodes=9539
51.74	     nbRestartNogoods=75
51.74	       =>  wckTime=17.796  cpuTime=17.6  mem=22M739
59.93	   
59.93	   search
59.93	     run=11  nbConstraintChecks=23292644  nbValidityChecks=27219907  nbPropagations=0  nbRevisions=0
59.93	     nbUselessRevisions=0  nbAssignments=7721  nbFailedAssignments=5075  nbBacktracks=2574  nbVisitedNodes=14502
59.93	     nbRestartNogoods=77
59.93	       =>  wckTime=25.989  cpuTime=25.76  mem=22M739
71.56	   
71.56	   search
71.56	     run=12  nbConstraintChecks=33629747  nbValidityChecks=39626512  nbPropagations=0  nbRevisions=0
71.56	     nbUselessRevisions=0  nbAssignments=11815  nbFailedAssignments=7868  nbBacktracks=3871  nbVisitedNodes=22287
71.56	     nbRestartNogoods=95
71.56	       =>  wckTime=37.622  cpuTime=37.35  mem=22M739
89.30	   
89.30	   search
89.30	     run=13  nbConstraintChecks=50168275  nbValidityChecks=58898459  nbPropagations=0  nbRevisions=0
89.30	     nbUselessRevisions=0  nbAssignments=17301  nbFailedAssignments=11402  nbBacktracks=5817  nbVisitedNodes=32679
89.30	     nbRestartNogoods=101
89.30	       =>  wckTime=55.355  cpuTime=54.98  mem=22M739
116.51	   
116.51	   search
116.51	     run=14  nbConstraintChecks=74749526  nbValidityChecks=87556307  nbPropagations=0  nbRevisions=0
116.51	     nbUselessRevisions=0  nbAssignments=25430  nbFailedAssignments=16608  nbBacktracks=8736  nbVisitedNodes=48003
116.51	     nbRestartNogoods=112
116.51	       =>  wckTime=82.569  cpuTime=82.1  mem=22M739
154.92	   
154.93	   search
154.93	     run=15  nbConstraintChecks=110338193  nbValidityChecks=129226181  nbPropagations=0  nbRevisions=0
154.93	     nbUselessRevisions=0  nbAssignments=37829  nbFailedAssignments=24623  nbBacktracks=13114  nbVisitedNodes=71406
154.93	     nbRestartNogoods=149
154.93	       =>  wckTime=120.984  cpuTime=120.34  mem=22M739
242.81	   
242.81	   search
242.81	     run=16  nbConstraintChecks=192541390  nbValidityChecks=219923662  nbPropagations=0  nbRevisions=0
242.81	     nbUselessRevisions=0  nbAssignments=55460  nbFailedAssignments=35680  nbBacktracks=19683  nbVisitedNodes=104362
242.81	     nbRestartNogoods=165
242.81	       =>  wckTime=208.868  cpuTime=207.82  mem=22M739
356.35	   
356.35	   search
356.35	     run=17  nbConstraintChecks=299225580  nbValidityChecks=342139474  nbPropagations=0  nbRevisions=0
356.35	     nbUselessRevisions=0  nbAssignments=86069  nbFailedAssignments=56430  nbBacktracks=29536  nbVisitedNodes=162435
356.35	     nbRestartNogoods=183
356.35	       =>  wckTime=322.411  cpuTime=320.83  mem=22M739
472.78	   
472.78	   search
472.78	     run=18  nbConstraintChecks=402571099  nbValidityChecks=467337293  nbPropagations=0  nbRevisions=0
472.78	     nbUselessRevisions=0  nbAssignments=129220  nbFailedAssignments=84798  nbBacktracks=44314  nbVisitedNodes=244115
472.78	     nbRestartNogoods=201
472.78	       =>  wckTime=438.84  cpuTime=436.74  mem=22M739
686.71	   
686.71	   search
686.71	     run=19  nbConstraintChecks=602776142  nbValidityChecks=700494437  nbPropagations=0  nbRevisions=0
686.72	     nbUselessRevisions=0  nbAssignments=194440  nbFailedAssignments=127845  nbBacktracks=66482  nbVisitedNodes=368278
686.72	     nbRestartNogoods=220
686.72	       =>  wckTime=652.775  cpuTime=649.7  mem=22M739
1005.11	   
1005.11	   search
1005.11	     run=20  nbConstraintChecks=892676745  nbValidityChecks=1038196950  nbPropagations=0  nbRevisions=0
1005.11	     nbUselessRevisions=0  nbAssignments=289565  nbFailedAssignments=189710  nbBacktracks=99737  nbVisitedNodes=549258
1005.11	     nbRestartNogoods=247
1005.11	       =>  wckTime=971.17  cpuTime=966.66  mem=22M739
1255.36	o 3
1255.36	c 2
1594.10	   
1594.10	   search
1594.10	     run=21  nbConstraintChecks=1443860344  nbValidityChecks=1664261855  nbPropagations=0  nbRevisions=0
1594.10	     nbUselessRevisions=0  nbAssignments=425058  nbFailedAssignments=275320  nbBacktracks=149615  nbVisitedNodes=802795
1594.10	     nbRestartNogoods=270
1594.10	       =>  wckTime=1560.163  cpuTime=1552.99  mem=22M739
2116.19	   
2116.19	   search
2116.19	     run=22  nbConstraintChecks=1929251468  nbValidityChecks=2228414217  nbPropagations=0  nbRevisions=0
2116.19	     nbUselessRevisions=0  nbAssignments=560292  nbFailedAssignments=359680  nbBacktracks=200490  nbVisitedNodes=1057704
2116.19	     nbRestartNogoods=287
2116.19	       =>  wckTime=2082.251  cpuTime=2072.69  mem=22M739
2116.19	   
2116.19	   global
2116.19	     nbConstraintChecks=1929572763  nbValidityChecks=2228745265  nbRestartNogoods=287  solvingWckTime=2082.252
2116.19	     solvingCpuTime=2072.69  expiredTime=no  totalExploration=yes  nbFoundSolutions=1  globalCpuTime=2105.98
2116.19	       =>  wckTime=2115.887  cpuTime=2105.93  mem=22M739
2116.19	
2116.19	s OPTIMUM FOUND
2116.19	v 7 8 5 8 2 4 7 0 0 1 0 2 0 6 6 6 4 9 8 8 
2116.20	   
2116.20	   totalWckTime=2115.965  totalCpuTime=2105.99

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

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

/proc/loadavg: 0.85 0.97 0.99 5/69 31097
/proc/meminfo: memFree=1392872/2055920 swapFree=4184008/4192956
[pid=31096] ppid=31091 vsize=1784 CPUtime=0
/proc/31096/stat : 31096 (java) R 31091 31096 30977 0 -1 0 194 0 0 0 0 0 0 0 20 0 1 0 278952580 1826816 160 18446744073709551615 134512640 134570532 4294956624 18446744073709551615 4294960144 0 2147483391 4096 0 0 0 0 17 0 0 0
/proc/31096/statm: 446 160 125 14 0 91 0

[startup+0.102752 s]
/proc/loadavg: 0.85 0.97 0.99 5/69 31097
/proc/meminfo: memFree=1392872/2055920 swapFree=4184008/4192956
[pid=31096] ppid=31091 vsize=914852 CPUtime=0.07
/proc/31096/stat : 31096 (java) R 31091 31096 30977 0 -1 0 2936 0 1 0 6 1 0 0 24 0 8 0 278952580 936808448 2682 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 10986454 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/31096/statm: 228713 2682 1408 14 0 215208 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 914852

[startup+0.510799 s]
/proc/loadavg: 0.85 0.97 0.99 5/69 31097
/proc/meminfo: memFree=1392872/2055920 swapFree=4184008/4192956
[pid=31096] ppid=31091 vsize=915332 CPUtime=0.48
/proc/31096/stat : 31096 (java) R 31091 31096 30977 0 -1 0 8512 0 1 0 43 5 0 0 25 0 8 0 278952580 937299968 8251 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073559689 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/31096/statm: 228833 8251 2142 14 0 215303 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 915332

[startup+1.33407 s]
/proc/loadavg: 0.85 0.97 0.99 2/75 31130
/proc/meminfo: memFree=1341808/2055920 swapFree=4184008/4192956
[pid=31096] ppid=31091 vsize=915436 CPUtime=1.3
/proc/31096/stat : 31096 (java) R 31091 31096 30977 0 -1 0 15673 0 1 0 118 12 0 0 18 0 8 0 278952580 937406464 15411 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073636228 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/31096/statm: 228859 15411 2480 14 0 215329 0
[pid=31096/tid=31105] ppid=31091 vsize=915436 CPUtime=0.04
/proc/31096/task/31105/stat : 31105 (java) S 31091 31096 30977 0 -1 64 1536 0 0 0 4 0 0 0 16 0 8 0 278952585 937406464 15411 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=31096/tid=31107] ppid=31091 vsize=915436 CPUtime=0
/proc/31096/task/31107/stat : 31107 (java) S 31091 31096 30977 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 278952585 937406464 15411 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31096/tid=31109] ppid=31091 vsize=915436 CPUtime=0
/proc/31096/task/31109/stat : 31109 (java) S 31091 31096 30977 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 278952585 937406464 15411 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31096/tid=31110] ppid=31091 vsize=915436 CPUtime=0
/proc/31096/task/31110/stat : 31110 (java) S 31091 31096 30977 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 278952588 937406464 15411 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31096/tid=31111] ppid=31091 vsize=915436 CPUtime=0.08
/proc/31096/task/31111/stat : 31111 (java) S 31091 31096 30977 0 -1 64 318 0 0 0 8 0 0 0 16 0 8 0 278952588 937406464 15411 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31096/tid=31112] ppid=31091 vsize=915436 CPUtime=0
/proc/31096/task/31112/stat : 31112 (java) S 31091 31096 30977 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 278952588 937406464 15411 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31096/tid=31113] ppid=31091 vsize=915436 CPUtime=0
/proc/31096/task/31113/stat : 31113 (java) S 31091 31096 30977 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 278952588 937406464 15411 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.3
Current children cumulated vsize (KiB) 915436

[startup+2.98524 s]
/proc/loadavg: 0.85 0.97 0.99 2/75 31130
/proc/meminfo: memFree=1341744/2055920 swapFree=4184008/4192956
[pid=31096] ppid=31091 vsize=915436 CPUtime=2.94
/proc/31096/stat : 31096 (java) R 31091 31096 30977 0 -1 0 15677 0 1 0 270 24 0 0 25 0 8 0 278952580 937406464 15414 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/31096/statm: 228859 15414 2480 14 0 215329 0
[pid=31096/tid=31105] ppid=31091 vsize=915436 CPUtime=0.04
/proc/31096/task/31105/stat : 31105 (java) S 31091 31096 30977 0 -1 64 1536 0 0 0 4 0 0 0 16 0 8 0 278952585 937406464 15414 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=31096/tid=31107] ppid=31091 vsize=915436 CPUtime=0
/proc/31096/task/31107/stat : 31107 (java) S 31091 31096 30977 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 278952585 937406464 15414 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31096/tid=31109] ppid=31091 vsize=915436 CPUtime=0
/proc/31096/task/31109/stat : 31109 (java) S 31091 31096 30977 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 278952585 937406464 15414 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31096/tid=31110] ppid=31091 vsize=915436 CPUtime=0
/proc/31096/task/31110/stat : 31110 (java) S 31091 31096 30977 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 278952588 937406464 15414 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31096/tid=31111] ppid=31091 vsize=915436 CPUtime=0.09
/proc/31096/task/31111/stat : 31111 (java) S 31091 31096 30977 0 -1 64 321 0 0 0 9 0 0 0 16 0 8 0 278952588 937406464 15414 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31096/tid=31112] ppid=31091 vsize=915436 CPUtime=0
/proc/31096/task/31112/stat : 31112 (java) S 31091 31096 30977 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 278952588 937406464 15414 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31096/tid=31113] ppid=31091 vsize=915436 CPUtime=0
/proc/31096/task/31113/stat : 31113 (java) S 31091 31096 30977 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 278952588 937406464 15414 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.94
Current children cumulated vsize (KiB) 915436

[startup+6.26361 s]
/proc/loadavg: 0.94 0.98 0.99 2/75 31171
/proc/meminfo: memFree=1336944/2055920 swapFree=4184008/4192956
[pid=31096] ppid=31091 vsize=915436 CPUtime=6.21
/proc/31096/stat : 31096 (java) R 31091 31096 30977 0 -1 0 15681 0 1 0 569 52 0 0 20 0 8 0 278952580 937406464 15418 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/31096/statm: 228859 15418 2480 14 0 215329 0
[pid=31096/tid=31105] ppid=31091 vsize=915436 CPUtime=0.04
/proc/31096/task/31105/stat : 31105 (java) S 31091 31096 30977 0 -1 64 1536 0 0 0 4 0 0 0 16 0 8 0 278952585 937406464 15418 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=31096/tid=31107] ppid=31091 vsize=915436 CPUtime=0
/proc/31096/task/31107/stat : 31107 (java) S 31091 31096 30977 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 278952585 937406464 15418 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31096/tid=31109] ppid=31091 vsize=915436 CPUtime=0
/proc/31096/task/31109/stat : 31109 (java) S 31091 31096 30977 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 278952585 937406464 15418 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31096/tid=31110] ppid=31091 vsize=915436 CPUtime=0
/proc/31096/task/31110/stat : 31110 (java) S 31091 31096 30977 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 278952588 937406464 15418 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31096/tid=31111] ppid=31091 vsize=915436 CPUtime=0.09
/proc/31096/task/31111/stat : 31111 (java) S 31091 31096 30977 0 -1 64 325 0 0 0 9 0 0 0 16 0 8 0 278952588 937406464 15418 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31096/tid=31112] ppid=31091 vsize=915436 CPUtime=0
/proc/31096/task/31112/stat : 31112 (java) S 31091 31096 30977 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 278952588 937406464 15418 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31096/tid=31113] ppid=31091 vsize=915436 CPUtime=0
/proc/31096/task/31113/stat : 31113 (java) S 31091 31096 30977 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 278952588 937406464 15418 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 915436

[startup+12.7653 s]
/proc/loadavg: 1.18 1.03 1.01 3/81 31196
/proc/meminfo: memFree=776192/2055920 swapFree=4184008/4192956
[pid=31096] ppid=31091 vsize=915436 CPUtime=12.69
/proc/31096/stat : 31096 (java) R 31091 31096 30977 0 -1 0 15681 0 1 0 1166 103 0 0 25 0 8 0 278952580 937406464 15418 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/31096/statm: 228859 15418 2480 14 0 215329 0
[pid=31096/tid=31105] ppid=31091 vsize=915436 CPUtime=0.04
/proc/31096/task/31105/stat : 31105 (java) S 31091 31096 30977 0 -1 64 1536 0 0 0 4 0 0 0 16 0 8 0 278952585 937406464 15418 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=31096/tid=31107] ppid=31091 vsize=915436 CPUtime=0
/proc/31096/task/31107/stat : 31107 (java) S 31091 31096 30977 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 278952585 937406464 15418 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31096/tid=31109] ppid=31091 vsize=915436 CPUtime=0
/proc/31096/task/31109/stat : 31109 (java) S 31091 31096 30977 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 278952585 937406464 15418 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31096/tid=31110] ppid=31091 vsize=915436 CPUtime=0
/proc/31096/task/31110/stat : 31110 (java) S 31091 31096 30977 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 278952588 937406464 15418 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31096/tid=31111] ppid=31091 vsize=915436 CPUtime=0.09
/proc/31096/task/31111/stat : 31111 (java) S 31091 31096 30977 0 -1 64 325 0 0 0 9 0 0 0 16 0 8 0 278952588 937406464 15418 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31096/tid=31112] ppid=31091 vsize=915436 CPUtime=0
/proc/31096/task/31112/stat : 31112 (java) S 31091 31096 30977 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 278952588 937406464 15418 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31096/tid=31113] ppid=31091 vsize=915436 CPUtime=0
/proc/31096/task/31113/stat : 31113 (java) S 31091 31096 30977 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 278952588 937406464 15418 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 915436

[startup+25.6067 s]
/proc/loadavg: 1.79 1.18 1.06 3/82 31198
/proc/meminfo: memFree=797560/2055920 swapFree=4184008/4192956
[pid=31096] ppid=31091 vsize=915436 CPUtime=25.38
/proc/31096/stat : 31096 (java) R 31091 31096 30977 0 -1 0 15681 0 1 0 2330 208 0 0 25 0 8 0 278952580 937406464 15418 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/31096/statm: 228859 15418 2480 14 0 215329 0
[pid=31096/tid=31105] ppid=31091 vsize=915436 CPUtime=0.04
/proc/31096/task/31105/stat : 31105 (java) S 31091 31096 30977 0 -1 64 1536 0 0 0 4 0 0 0 16 0 8 0 278952585 937406464 15418 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=31096/tid=31107] ppid=31091 vsize=915436 CPUtime=0
/proc/31096/task/31107/stat : 31107 (java) S 31091 31096 30977 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 278952585 937406464 15418 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31096/tid=31109] ppid=31091 vsize=915436 CPUtime=0
/proc/31096/task/31109/stat : 31109 (java) S 31091 31096 30977 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 278952585 937406464 15418 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31096/tid=31110] ppid=31091 vsize=915436 CPUtime=0
/proc/31096/task/31110/stat : 31110 (java) S 31091 31096 30977 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 278952588 937406464 15418 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31096/tid=31111] ppid=31091 vsize=915436 CPUtime=0.09
/proc/31096/task/31111/stat : 31111 (java) S 31091 31096 30977 0 -1 64 325 0 0 0 9 0 0 0 16 0 8 0 278952588 937406464 15418 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31096/tid=31112] ppid=31091 vsize=915440 CPUtime=0
/proc/31096/task/31112/stat : 31112 (java) S 31091 31096 30977 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 278952588 937410560 15418 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31096/tid=31113] ppid=31091 vsize=915436 CPUtime=0
/proc/31096/task/31113/stat : 31113 (java) S 31091 31096 30977 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 278952588 937406464 15418 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.38
Current children cumulated vsize (KiB) 915436

[startup+51.2124 s]
/proc/loadavg: 1.86 1.24 1.08 3/81 31198
/proc/meminfo: memFree=797888/2055920 swapFree=4184008/4192956
[pid=31096] ppid=31091 vsize=915436 CPUtime=50.84
/proc/31096/stat : 31096 (java) R 31091 31096 30977 0 -1 0 15851 0 1 0 4808 276 0 0 25 0 8 0 278952580 937406464 15580 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073630025 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/31096/statm: 228859 15580 2535 14 0 215329 0
[pid=31096/tid=31105] ppid=31091 vsize=915436 CPUtime=0.04
/proc/31096/task/31105/stat : 31105 (java) S 31091 31096 30977 0 -1 64 1537 0 0 0 4 0 0 0 17 0 8 0 278952585 937406464 15580 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=31096/tid=31107] ppid=31091 vsize=915436 CPUtime=0
/proc/31096/task/31107/stat : 31107 (java) S 31091 31096 30977 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 278952585 937406464 15580 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31096/tid=31109] ppid=31091 vsize=915436 CPUtime=0
/proc/31096/task/31109/stat : 31109 (java) S 31091 31096 30977 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 278952585 937406464 15580 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31096/tid=31110] ppid=31091 vsize=915436 CPUtime=0
/proc/31096/task/31110/stat : 31110 (java) S 31091 31096 30977 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 278952588 937406464 15580 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31096/tid=31111] ppid=31091 vsize=915436 CPUtime=0.21
/proc/31096/task/31111/stat : 31111 (java) S 31091 31096 30977 0 -1 64 387 0 0 0 20 1 0 0 16 0 8 0 278952588 937406464 15580 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31096/tid=31112] ppid=31091 vsize=915436 CPUtime=0
/proc/31096/task/31112/stat : 31112 (java) S 31091 31096 30977 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 278952588 937406464 15580 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31096/tid=31113] ppid=31091 vsize=915436 CPUtime=0
/proc/31096/task/31113/stat : 31113 (java) S 31091 31096 30977 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 278952588 937406464 15580 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 50.84
Current children cumulated vsize (KiB) 915436

[startup+102.421 s]
/proc/loadavg: 1.94 1.36 1.13 3/81 31198
/proc/meminfo: memFree=789184/2055920 swapFree=4184008/4192956
[pid=31096] ppid=31091 vsize=915436 CPUtime=101.82
/proc/31096/stat : 31096 (java) R 31091 31096 30977 0 -1 0 15854 0 1 0 9906 276 0 0 25 0 8 0 278952580 937406464 15581 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073752095 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/31096/statm: 228859 15581 2535 14 0 215329 0
[pid=31096/tid=31105] ppid=31091 vsize=915436 CPUtime=0.04
/proc/31096/task/31105/stat : 31105 (java) S 31091 31096 30977 0 -1 64 1537 0 0 0 4 0 0 0 16 0 8 0 278952585 937406464 15581 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=31096/tid=31107] ppid=31091 vsize=915436 CPUtime=0
/proc/31096/task/31107/stat : 31107 (java) S 31091 31096 30977 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 278952585 937406464 15581 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31096/tid=31109] ppid=31091 vsize=915436 CPUtime=0
/proc/31096/task/31109/stat : 31109 (java) S 31091 31096 30977 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 278952585 937406464 15581 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31096/tid=31110] ppid=31091 vsize=915436 CPUtime=0
/proc/31096/task/31110/stat : 31110 (java) S 31091 31096 30977 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 278952588 937406464 15581 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31096/tid=31111] ppid=31091 vsize=915436 CPUtime=0.21
/proc/31096/task/31111/stat : 31111 (java) S 31091 31096 30977 0 -1 64 388 0 0 0 20 1 0 0 16 0 8 0 278952588 937406464 15581 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31096/tid=31112] ppid=31091 vsize=915436 CPUtime=0
/proc/31096/task/31112/stat : 31112 (java) S 31091 31096 30977 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 278952588 937406464 15581 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31096/tid=31113] ppid=31091 vsize=915436 CPUtime=0
/proc/31096/task/31113/stat : 31113 (java) S 31091 31096 30977 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 278952588 937406464 15581 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 101.82
Current children cumulated vsize (KiB) 915436

[startup+162.473 s]
/proc/loadavg: 1.98 1.47 1.18 3/81 31198
/proc/meminfo: memFree=798272/2055920 swapFree=4184008/4192956
[pid=31096] ppid=31091 vsize=915436 CPUtime=161.61
/proc/31096/stat : 31096 (java) R 31091 31096 30977 0 -1 0 15854 0 1 0 15885 276 0 0 25 0 8 0 278952580 937406464 15581 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073600950 0 4 0 23759 18446744073709551615 0 0 17 0 0 0

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

/proc/31096/task/31110/stat : 31110 (java) S 31091 31096 30977 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 278952588 937406464 15582 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31096/tid=31111] ppid=31091 vsize=915436 CPUtime=0.22
/proc/31096/task/31111/stat : 31111 (java) S 31091 31096 30977 0 -1 64 389 0 0 0 21 1 0 0 16 0 8 0 278952588 937406464 15582 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31096/tid=31112] ppid=31091 vsize=915436 CPUtime=0
/proc/31096/task/31112/stat : 31112 (java) S 31091 31096 30977 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 278952588 937406464 15582 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31096/tid=31113] ppid=31091 vsize=915436 CPUtime=0
/proc/31096/task/31113/stat : 31113 (java) S 31091 31096 30977 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 278952588 937406464 15582 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1656.07
Current children cumulated vsize (KiB) 915436

[startup+1723.8 s]
/proc/loadavg: 2.00 1.99 1.82 3/81 31200
/proc/meminfo: memFree=798400/2055920 swapFree=4184008/4192956
[pid=31096] ppid=31091 vsize=915436 CPUtime=1715.86
/proc/31096/stat : 31096 (java) R 31091 31096 30977 0 -1 0 15857 0 1 0 171307 279 0 0 25 0 8 0 278952580 937406464 15582 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073630140 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/31096/statm: 228859 15582 2535 14 0 215329 0
[pid=31096/tid=31105] ppid=31091 vsize=915436 CPUtime=0.04
/proc/31096/task/31105/stat : 31105 (java) S 31091 31096 30977 0 -1 64 1537 0 0 0 4 0 0 0 16 0 8 0 278952585 937406464 15582 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=31096/tid=31107] ppid=31091 vsize=915436 CPUtime=0
/proc/31096/task/31107/stat : 31107 (java) S 31091 31096 30977 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 278952585 937406464 15582 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31096/tid=31109] ppid=31091 vsize=915436 CPUtime=0
/proc/31096/task/31109/stat : 31109 (java) S 31091 31096 30977 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 278952585 937406464 15582 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31096/tid=31110] ppid=31091 vsize=915436 CPUtime=0
/proc/31096/task/31110/stat : 31110 (java) S 31091 31096 30977 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 278952588 937406464 15582 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31096/tid=31111] ppid=31091 vsize=915436 CPUtime=0.22
/proc/31096/task/31111/stat : 31111 (java) S 31091 31096 30977 0 -1 64 389 0 0 0 21 1 0 0 16 0 8 0 278952588 937406464 15582 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31096/tid=31112] ppid=31091 vsize=915436 CPUtime=0
/proc/31096/task/31112/stat : 31112 (java) S 31091 31096 30977 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 278952588 937406464 15582 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31096/tid=31113] ppid=31091 vsize=915436 CPUtime=0
/proc/31096/task/31113/stat : 31113 (java) S 31091 31096 30977 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 278952588 937406464 15582 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1715.86
Current children cumulated vsize (KiB) 915436

[startup+1783.85 s]
/proc/loadavg: 2.00 1.99 1.83 3/81 31200
/proc/meminfo: memFree=798400/2055920 swapFree=4184008/4192956
[pid=31096] ppid=31091 vsize=915436 CPUtime=1775.64
/proc/31096/stat : 31096 (java) R 31091 31096 30977 0 -1 0 15857 0 1 0 177285 279 0 0 25 0 8 0 278952580 937406464 15582 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073750891 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/31096/statm: 228859 15582 2535 14 0 215329 0
[pid=31096/tid=31105] ppid=31091 vsize=915436 CPUtime=0.04
/proc/31096/task/31105/stat : 31105 (java) S 31091 31096 30977 0 -1 64 1537 0 0 0 4 0 0 0 16 0 8 0 278952585 937406464 15582 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=31096/tid=31107] ppid=31091 vsize=915436 CPUtime=0
/proc/31096/task/31107/stat : 31107 (java) S 31091 31096 30977 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 278952585 937406464 15582 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31096/tid=31109] ppid=31091 vsize=915436 CPUtime=0
/proc/31096/task/31109/stat : 31109 (java) S 31091 31096 30977 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 278952585 937406464 15582 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31096/tid=31110] ppid=31091 vsize=915436 CPUtime=0
/proc/31096/task/31110/stat : 31110 (java) S 31091 31096 30977 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 278952588 937406464 15582 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31096/tid=31111] ppid=31091 vsize=915436 CPUtime=0.22
/proc/31096/task/31111/stat : 31111 (java) S 31091 31096 30977 0 -1 64 389 0 0 0 21 1 0 0 16 0 8 0 278952588 937406464 15582 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31096/tid=31112] ppid=31091 vsize=915436 CPUtime=0
/proc/31096/task/31112/stat : 31112 (java) S 31091 31096 30977 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 278952588 937406464 15582 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31096/tid=31113] ppid=31091 vsize=915436 CPUtime=0
/proc/31096/task/31113/stat : 31113 (java) S 31091 31096 30977 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 278952588 937406464 15582 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1775.64
Current children cumulated vsize (KiB) 915436

[startup+1843.9 s]
/proc/loadavg: 2.03 2.00 1.84 3/81 31200
/proc/meminfo: memFree=798400/2055920 swapFree=4184008/4192956
[pid=31096] ppid=31091 vsize=915436 CPUtime=1835.4
/proc/31096/stat : 31096 (java) R 31091 31096 30977 0 -1 0 15857 0 1 0 183261 279 0 0 25 0 8 0 278952580 937406464 15582 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073757231 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/31096/statm: 228859 15582 2535 14 0 215329 0
[pid=31096/tid=31105] ppid=31091 vsize=915436 CPUtime=0.04
/proc/31096/task/31105/stat : 31105 (java) S 31091 31096 30977 0 -1 64 1537 0 0 0 4 0 0 0 16 0 8 0 278952585 937406464 15582 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=31096/tid=31107] ppid=31091 vsize=915436 CPUtime=0
/proc/31096/task/31107/stat : 31107 (java) S 31091 31096 30977 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 278952585 937406464 15582 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31096/tid=31109] ppid=31091 vsize=915436 CPUtime=0
/proc/31096/task/31109/stat : 31109 (java) S 31091 31096 30977 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 278952585 937406464 15582 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31096/tid=31110] ppid=31091 vsize=915436 CPUtime=0
/proc/31096/task/31110/stat : 31110 (java) S 31091 31096 30977 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 278952588 937406464 15582 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31096/tid=31111] ppid=31091 vsize=915436 CPUtime=0.22
/proc/31096/task/31111/stat : 31111 (java) S 31091 31096 30977 0 -1 64 389 0 0 0 21 1 0 0 16 0 8 0 278952588 937406464 15582 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31096/tid=31112] ppid=31091 vsize=915436 CPUtime=0
/proc/31096/task/31112/stat : 31112 (java) S 31091 31096 30977 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 278952588 937406464 15582 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31096/tid=31113] ppid=31091 vsize=915436 CPUtime=0
/proc/31096/task/31113/stat : 31113 (java) S 31091 31096 30977 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 278952588 937406464 15582 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1835.4
Current children cumulated vsize (KiB) 915436

[startup+1903.95 s]
/proc/loadavg: 2.01 2.00 1.84 3/81 31200
/proc/meminfo: memFree=798400/2055920 swapFree=4184008/4192956
[pid=31096] ppid=31091 vsize=915436 CPUtime=1895.18
/proc/31096/stat : 31096 (java) R 31091 31096 30977 0 -1 0 15857 0 1 0 189239 279 0 0 25 0 8 0 278952580 937406464 15582 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073596077 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/31096/statm: 228859 15582 2535 14 0 215329 0
[pid=31096/tid=31105] ppid=31091 vsize=915436 CPUtime=0.04
/proc/31096/task/31105/stat : 31105 (java) S 31091 31096 30977 0 -1 64 1537 0 0 0 4 0 0 0 16 0 8 0 278952585 937406464 15582 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=31096/tid=31107] ppid=31091 vsize=915436 CPUtime=0
/proc/31096/task/31107/stat : 31107 (java) S 31091 31096 30977 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 278952585 937406464 15582 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31096/tid=31109] ppid=31091 vsize=915436 CPUtime=0
/proc/31096/task/31109/stat : 31109 (java) S 31091 31096 30977 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 278952585 937406464 15582 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31096/tid=31110] ppid=31091 vsize=915436 CPUtime=0
/proc/31096/task/31110/stat : 31110 (java) S 31091 31096 30977 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 278952588 937406464 15582 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31096/tid=31111] ppid=31091 vsize=915436 CPUtime=0.22
/proc/31096/task/31111/stat : 31111 (java) S 31091 31096 30977 0 -1 64 389 0 0 0 21 1 0 0 16 0 8 0 278952588 937406464 15582 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31096/tid=31112] ppid=31091 vsize=915436 CPUtime=0
/proc/31096/task/31112/stat : 31112 (java) S 31091 31096 30977 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 278952588 937406464 15582 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31096/tid=31113] ppid=31091 vsize=915436 CPUtime=0
/proc/31096/task/31113/stat : 31113 (java) S 31091 31096 30977 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 278952588 937406464 15582 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1895.18
Current children cumulated vsize (KiB) 915436

[startup+1963.99 s]
/proc/loadavg: 2.04 2.01 1.85 3/81 31200
/proc/meminfo: memFree=798400/2055920 swapFree=4184008/4192956
[pid=31096] ppid=31091 vsize=915436 CPUtime=1954.97
/proc/31096/stat : 31096 (java) R 31091 31096 30977 0 -1 0 15857 0 1 0 195218 279 0 0 25 0 8 0 278952580 937406464 15582 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073600899 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/31096/statm: 228859 15582 2535 14 0 215329 0
[pid=31096/tid=31105] ppid=31091 vsize=915436 CPUtime=0.04
/proc/31096/task/31105/stat : 31105 (java) S 31091 31096 30977 0 -1 64 1537 0 0 0 4 0 0 0 16 0 8 0 278952585 937406464 15582 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=31096/tid=31107] ppid=31091 vsize=915436 CPUtime=0
/proc/31096/task/31107/stat : 31107 (java) S 31091 31096 30977 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 278952585 937406464 15582 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31096/tid=31109] ppid=31091 vsize=915436 CPUtime=0
/proc/31096/task/31109/stat : 31109 (java) S 31091 31096 30977 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 278952585 937406464 15582 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31096/tid=31110] ppid=31091 vsize=915436 CPUtime=0
/proc/31096/task/31110/stat : 31110 (java) S 31091 31096 30977 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 278952588 937406464 15582 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31096/tid=31111] ppid=31091 vsize=915436 CPUtime=0.22
/proc/31096/task/31111/stat : 31111 (java) S 31091 31096 30977 0 -1 64 389 0 0 0 21 1 0 0 16 0 8 0 278952588 937406464 15582 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31096/tid=31112] ppid=31091 vsize=915436 CPUtime=0
/proc/31096/task/31112/stat : 31112 (java) S 31091 31096 30977 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 278952588 937406464 15582 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31096/tid=31113] ppid=31091 vsize=915436 CPUtime=0
/proc/31096/task/31113/stat : 31113 (java) S 31091 31096 30977 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 278952588 937406464 15582 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1954.97
Current children cumulated vsize (KiB) 915436

[startup+2024.04 s]
/proc/loadavg: 2.01 2.01 1.86 3/81 31200
/proc/meminfo: memFree=798336/2055920 swapFree=4184008/4192956
[pid=31096] ppid=31091 vsize=915436 CPUtime=2014.72
/proc/31096/stat : 31096 (java) R 31091 31096 30977 0 -1 0 15857 0 1 0 201193 279 0 0 25 0 8 0 278952580 937406464 15582 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073757188 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/31096/statm: 228859 15582 2535 14 0 215329 0
[pid=31096/tid=31105] ppid=31091 vsize=915436 CPUtime=0.04
/proc/31096/task/31105/stat : 31105 (java) S 31091 31096 30977 0 -1 64 1537 0 0 0 4 0 0 0 16 0 8 0 278952585 937406464 15582 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=31096/tid=31107] ppid=31091 vsize=915436 CPUtime=0
/proc/31096/task/31107/stat : 31107 (java) S 31091 31096 30977 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 278952585 937406464 15582 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31096/tid=31109] ppid=31091 vsize=915436 CPUtime=0
/proc/31096/task/31109/stat : 31109 (java) S 31091 31096 30977 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 278952585 937406464 15582 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31096/tid=31110] ppid=31091 vsize=915436 CPUtime=0
/proc/31096/task/31110/stat : 31110 (java) S 31091 31096 30977 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 278952588 937406464 15582 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31096/tid=31111] ppid=31091 vsize=915436 CPUtime=0.22
/proc/31096/task/31111/stat : 31111 (java) S 31091 31096 30977 0 -1 64 389 0 0 0 21 1 0 0 16 0 8 0 278952588 937406464 15582 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31096/tid=31112] ppid=31091 vsize=915436 CPUtime=0
/proc/31096/task/31112/stat : 31112 (java) S 31091 31096 30977 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 278952588 937406464 15582 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31096/tid=31113] ppid=31091 vsize=915436 CPUtime=0
/proc/31096/task/31113/stat : 31113 (java) S 31091 31096 30977 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 278952588 937406464 15582 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2014.72
Current children cumulated vsize (KiB) 915436

[startup+2084.09 s]
/proc/loadavg: 2.00 2.00 1.87 3/81 31200
/proc/meminfo: memFree=798400/2055920 swapFree=4184008/4192956
[pid=31096] ppid=31091 vsize=915436 CPUtime=2074.51
/proc/31096/stat : 31096 (java) R 31091 31096 30977 0 -1 0 15857 0 1 0 207172 279 0 0 25 0 8 0 278952580 937406464 15582 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073596020 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/31096/statm: 228859 15582 2535 14 0 215329 0
[pid=31096/tid=31105] ppid=31091 vsize=915436 CPUtime=0.04
/proc/31096/task/31105/stat : 31105 (java) S 31091 31096 30977 0 -1 64 1537 0 0 0 4 0 0 0 16 0 8 0 278952585 937406464 15582 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=31096/tid=31107] ppid=31091 vsize=915436 CPUtime=0
/proc/31096/task/31107/stat : 31107 (java) S 31091 31096 30977 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 278952585 937406464 15582 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31096/tid=31109] ppid=31091 vsize=915436 CPUtime=0
/proc/31096/task/31109/stat : 31109 (java) S 31091 31096 30977 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 278952585 937406464 15582 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31096/tid=31110] ppid=31091 vsize=915436 CPUtime=0
/proc/31096/task/31110/stat : 31110 (java) S 31091 31096 30977 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 278952588 937406464 15582 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31096/tid=31111] ppid=31091 vsize=915436 CPUtime=0.22
/proc/31096/task/31111/stat : 31111 (java) S 31091 31096 30977 0 -1 64 389 0 0 0 21 1 0 0 16 0 8 0 278952588 937406464 15582 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31096/tid=31112] ppid=31091 vsize=915436 CPUtime=0
/proc/31096/task/31112/stat : 31112 (java) S 31091 31096 30977 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 278952588 937406464 15582 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31096/tid=31113] ppid=31091 vsize=915436 CPUtime=0
/proc/31096/task/31113/stat : 31113 (java) S 31091 31096 30977 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 278952588 937406464 15582 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2074.51
Current children cumulated vsize (KiB) 915436

Child status: 0
Real time (s): 2116.28
CPU time (s): 2106.49
CPU user time (s): 2103.69
CPU system time (s): 2.80457
CPU usage (%): 99.5376
Max. virtual memory (cumulated for all children) (KiB): 915440

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2103.69
system time used= 2.80457
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 15869
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= 43837
involuntary context switches= 72475

runsolver used 3.08553 s user time and 6.29004 s system time

The end

Launcher Data (download as text)

Begin job on node47 on Sat Jan 20 15:05:33 UTC 2007


IDJOB= 280387
IDBENCH= 11088
IDSOLVER= 68
FILE ID= node47/280387-1169305533

PBS_JOBID= 3610154

Free space on /tmp= 66561 MiB

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

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  522d1bb9bf2d247cbf6772653097fee9

RANDOM SEED= 830641461

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:       1393352 kB
Buffers:         43972 kB
Cached:         529936 kB
SwapCached:       2936 kB
Active:         142640 kB
Inactive:       445572 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1393352 kB
SwapTotal:     4192956 kB
SwapFree:      4184008 kB
Dirty:            4076 kB
Writeback:           0 kB
Mapped:          20288 kB
Slab:            60000 kB
Committed_AS:  5111008 kB
PageTables:       1680 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= 66045 MiB



End job on node47 on Sat Jan 20 15:40:50 UTC 2007