Trace number 280342

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 EPFCMSAT (TO) 2400.13 2412.87

General information on the benchmark

Namerandom/rand-10-20-10/
rand-10-20-10-5-10000-14_ext.xml
MD5SUM24de8611156a691c2da375c95470b146
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkMSAT TO
Best Number of satisfied constraints3
Best CPU time to get the best result obtained on this benchmark2400.11
Satisfiable
(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=epfc.xml
0.34	   
0.34	   instance
0.34	     name=/tmp/evaluation/280342-1169304981/unknown.xml
0.37	   
0.37	   domains being loaded...
0.38	   
0.38	   variables being loaded...
0.41	     nbVariables=20  nbDomainTypes=1  minDomainSize=10  maxDomainSize=10
0.41	       =>  wckTime=0.098  cpuTime=0.08  mem=6M887
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.426  cpuTime=0.37  mem=38M338
0.81	   
0.81	   solver LocalSearchSolver being built... 
0.85	       =>  wckTime=0.534  cpuTime=0.42  mem=10M982
0.85	
0.85	s SATISFIABLE
0.85	o 0
0.85	c 5
1.18	o 1
1.18	c 4
1.96	o 2
1.96	c 3
6.09	   
6.09	   search
6.09	     run=0  nbConstraintChecks=4351159  nbAssignments=10000
6.09	       =>  wckTime=5.248  cpuTime=5.18  mem=10M982
11.22	   
11.22	   search
11.22	     run=1  nbConstraintChecks=8731156  nbAssignments=20000
11.22	       =>  wckTime=10.37  cpuTime=10.25  mem=10M982
16.36	   
16.36	   search
16.36	     run=2  nbConstraintChecks=13111170  nbAssignments=30000
16.36	       =>  wckTime=15.512  cpuTime=15.36  mem=10M982
21.49	   
21.49	   search
21.49	     run=3  nbConstraintChecks=17491175  nbAssignments=40000
21.49	       =>  wckTime=20.642  cpuTime=20.47  mem=10M982
26.58	   
26.58	   search
26.58	     run=4  nbConstraintChecks=21871180  nbAssignments=50000
26.58	       =>  wckTime=25.731  cpuTime=25.53  mem=10M982
31.67	   
31.67	   search
31.67	     run=5  nbConstraintChecks=26251185  nbAssignments=60000
31.67	       =>  wckTime=30.821  cpuTime=30.6  mem=10M982
32.16	   
32.16	   search
32.16	     run=6  nbConstraintChecks=26672979  nbAssignments=60963
32.16	       =>  wckTime=31.314  cpuTime=31.09  mem=10M982
32.16	   
32.16	   global
32.16	     nbConstraintChecks=26672979  nbValidityChecks=0  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
32.16	     solvingWckTime=31.313  solvingCpuTime=31.09  expiredTime=no  totalExploration=no  nbFoundSolutions=0
32.16	     globalCpuTime=31.57
32.16	       =>  wckTime=31.849  cpuTime=31.51  mem=10M982
32.16	   
32.16	   solver IterativeSystematicSolver being built... 
32.31	       =>  wckTime=31.994  cpuTime=31.62  mem=21M787
32.65	   
32.65	   preprocessing
32.65	     nbConstraintChecks=273264  nbValidityChecks=282868  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
32.65	     nbRemovedValues=0  detectedInconsistency=no
32.65	       =>  wckTime=0.338  cpuTime=0.32  mem=21M787
32.86	   
32.86	   search
32.86	     run=0  nbConstraintChecks=169625  nbValidityChecks=177894  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
32.86	     nbAssignments=24  nbFailedAssignments=8  nbBacktracks=12  nbVisitedNodes=35  nbRestartNogoods=0
32.86	       =>  wckTime=0.549  cpuTime=0.52  mem=22M750
33.01	   
33.01	   search
33.01	     run=1  nbConstraintChecks=280460  nbValidityChecks=314890  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
33.01	     nbAssignments=80  nbFailedAssignments=41  nbBacktracks=28  nbVisitedNodes=134  nbRestartNogoods=2
33.01	       =>  wckTime=0.702  cpuTime=0.66  mem=22M750
34.30	   
34.30	   search
34.30	     run=2  nbConstraintChecks=1436413  nbValidityChecks=1497777  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
34.30	     nbAssignments=140  nbFailedAssignments=75  nbBacktracks=50  nbVisitedNodes=238  nbRestartNogoods=8
34.30	       =>  wckTime=1.993  cpuTime=1.95  mem=22M750
34.53	   
34.53	   search
34.53	     run=3  nbConstraintChecks=1613551  nbValidityChecks=1722330  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
34.53	     nbAssignments=234  nbFailedAssignments=130  nbBacktracks=83  nbVisitedNodes=409  nbRestartNogoods=10
34.53	       =>  wckTime=2.22  cpuTime=2.17  mem=22M750
35.33	   
35.33	   search
35.33	     run=4  nbConstraintChecks=2219125  nbValidityChecks=2416769  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
35.33	     nbAssignments=407  nbFailedAssignments=249  nbBacktracks=133  nbVisitedNodes=730  nbRestartNogoods=18
35.33	       =>  wckTime=3.027  cpuTime=2.97  mem=22M750
36.60	   
36.60	   search
36.60	     run=5  nbConstraintChecks=3325555  nbValidityChecks=3607073  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
36.60	     nbAssignments=593  nbFailedAssignments=355  nbBacktracks=208  nbVisitedNodes=1066  nbRestartNogoods=19
36.60	       =>  wckTime=4.292  cpuTime=4.22  mem=22M750
39.03	   
39.03	   search
39.03	     run=6  nbConstraintChecks=5489837  nbValidityChecks=5960774  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
39.03	     nbAssignments=985  nbFailedAssignments=627  nbBacktracks=322  nbVisitedNodes=1797  nbRestartNogoods=22
39.03	       =>  wckTime=6.725  cpuTime=6.64  mem=22M750
41.08	   
41.08	   search
41.08	     run=7  nbConstraintChecks=7031670  nbValidityChecks=7758053  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
41.08	     nbAssignments=1507  nbFailedAssignments=970  nbBacktracks=493  nbVisitedNodes=2760  nbRestartNogoods=31
41.08	       =>  wckTime=8.773  cpuTime=8.67  mem=22M750
45.02	   
45.02	   search
45.02	     run=8  nbConstraintChecks=10565282  nbValidityChecks=11634616  nbPropagations=0  nbRevisions=0
45.02	     nbUselessRevisions=0  nbAssignments=2200  nbFailedAssignments=1399  nbBacktracks=751  nbVisitedNodes=4037
45.02	     nbRestartNogoods=46
45.02	       =>  wckTime=12.715  cpuTime=12.58  mem=22M750
49.99	   
49.99	   search
49.99	     run=9  nbConstraintChecks=14647367  nbValidityChecks=16272888  nbPropagations=0  nbRevisions=0
49.99	     nbUselessRevisions=0  nbAssignments=3331  nbFailedAssignments=2140  nbBacktracks=1136  nbVisitedNodes=6150
49.99	     nbRestartNogoods=61
49.99	       =>  wckTime=17.684  cpuTime=17.52  mem=22M750
58.25	   
58.25	   search
58.25	     run=10  nbConstraintChecks=21797276  nbValidityChecks=24385570  nbPropagations=0  nbRevisions=0
58.25	     nbUselessRevisions=0  nbAssignments=5160  nbFailedAssignments=3388  nbBacktracks=1712  nbVisitedNodes=9650
58.25	     nbRestartNogoods=71
58.25	       =>  wckTime=25.947  cpuTime=25.74  mem=22M750
69.53	   
69.53	   search
69.53	     run=11  nbConstraintChecks=30776720  nbValidityChecks=34572115  nbPropagations=0  nbRevisions=0
69.53	     nbUselessRevisions=0  nbAssignments=7615  nbFailedAssignments=4972  nbBacktracks=2578  nbVisitedNodes=14211
69.53	     nbRestartNogoods=91
69.54	       =>  wckTime=37.228  cpuTime=36.96  mem=22M750
86.07	   
86.07	   search
86.07	     run=12  nbConstraintChecks=45168351  nbValidityChecks=50826553  nbPropagations=0  nbRevisions=0
86.07	     nbUselessRevisions=0  nbAssignments=11358  nbFailedAssignments=7412  nbBacktracks=3875  nbVisitedNodes=21230
86.07	     nbRestartNogoods=99
86.07	       =>  wckTime=53.766  cpuTime=53.42  mem=22M750
112.19	o 3
112.19	c 2
130.39	   
130.39	   search
130.39	     run=13  nbConstraintChecks=83956648  nbValidityChecks=92855341  nbPropagations=0  nbRevisions=0
130.39	     nbUselessRevisions=0  nbAssignments=17334  nbFailedAssignments=11436  nbBacktracks=5821  nbVisitedNodes=32621
130.39	     nbRestartNogoods=111
130.39	       =>  wckTime=98.087  cpuTime=97.54  mem=22M750
216.53	   
216.53	   search
216.53	     run=14  nbConstraintChecks=160444853  nbValidityChecks=174065554  nbPropagations=0  nbRevisions=0
216.53	     nbUselessRevisions=0  nbAssignments=25565  nbFailedAssignments=16743  nbBacktracks=8740  nbVisitedNodes=48113
216.53	     nbRestartNogoods=129
216.53	       =>  wckTime=184.22  cpuTime=183.28  mem=22M750
309.09	   
309.09	   search
309.09	     run=15  nbConstraintChecks=239566740  nbValidityChecks=261196935  nbPropagations=0  nbRevisions=0
309.09	     nbUselessRevisions=0  nbAssignments=39213  nbFailedAssignments=26007  nbBacktracks=13120  nbVisitedNodes=74384
309.09	     nbRestartNogoods=140
309.09	       =>  wckTime=276.779  cpuTime=275.29  mem=22M750
446.23	   
446.23	   search
446.23	     run=16  nbConstraintChecks=360721637  nbValidityChecks=394186782  nbPropagations=0  nbRevisions=0
446.23	     nbUselessRevisions=0  nbAssignments=59592  nbFailedAssignments=39813  nbBacktracks=19688  nbVisitedNodes=113492
446.23	     nbRestartNogoods=167
446.23	       =>  wckTime=413.924  cpuTime=411.72  mem=22M750
658.32	   
658.32	   search
658.32	     run=17  nbConstraintChecks=542687717  nbValidityChecks=593199735  nbPropagations=0  nbRevisions=0
658.32	     nbUselessRevisions=0  nbAssignments=89035  nbFailedAssignments=59400  nbBacktracks=29540  nbVisitedNodes=169901
658.32	     nbRestartNogoods=179
658.32	       =>  wckTime=626.013  cpuTime=622.81  mem=22M750
948.26	   
948.26	   search
948.26	     run=18  nbConstraintChecks=796685251  nbValidityChecks=872356961  nbPropagations=0  nbRevisions=0
948.26	     nbUselessRevisions=0  nbAssignments=132624  nbFailedAssignments=88207  nbBacktracks=44319  nbVisitedNodes=253460
948.26	     nbRestartNogoods=199
948.26	       =>  wckTime=915.955  cpuTime=911.41  mem=22M750
1396.02	   
1396.02	   search
1396.02	     run=19  nbConstraintChecks=1200741374  nbValidityChecks=1312346589  nbPropagations=0  nbRevisions=0
1396.02	     nbUselessRevisions=0  nbAssignments=195370  nbFailedAssignments=128782  nbBacktracks=66487  nbVisitedNodes=373233
1396.02	     nbRestartNogoods=225
1396.02	       =>  wckTime=1363.714  cpuTime=1356.67  mem=22M750
2111.32	   
2111.32	   search
2111.32	     run=20  nbConstraintChecks=1878540147  nbValidityChecks=2040745199  nbPropagations=0  nbRevisions=0
2111.32	     nbUselessRevisions=0  nbAssignments=284800  nbFailedAssignments=184955  nbBacktracks=99739  nbVisitedNodes=541863
2111.32	     nbRestartNogoods=249
2111.32	       =>  wckTime=2079.017  cpuTime=2068.07  mem=22M750
2412.83	v 2 0 3 5 0 8 8 9 5 0 0 6 5 0 7 7 5 2 8 7 

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/node14/watcher-280342-1169304981 -o ROOT/results/node14/solver-280342-1169304981 -C 2400 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar epfc.xml 1 XSax /tmp/evaluation/280342-1169304981/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.85 2.00 1.99 4/93 32638
/proc/meminfo: memFree=1258256/2055920 swapFree=4158792/4192956
[pid=32637] ppid=32635 vsize=908840 CPUtime=0.05
/proc/32637/stat : 32637 (java) R 32635 32637 32163 0 -1 0 2528 0 1 0 4 1 0 0 18 0 6 0 278893048 930652160 2275 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/32637/statm: 227210 2275 1240 14 0 214793 0
[pid=32637/tid=32639] ppid=32635 vsize=908840 CPUtime=0
/proc/32637/task/32639/stat : 32639 (java) S 32635 32637 32163 0 -1 64 6 0 0 0 0 0 0 0 19 0 6 0 278893052 930652160 2275 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=32637/tid=32640] ppid=32635 vsize=908840 CPUtime=0
/proc/32637/task/32640/stat : 32640 (java) S 32635 32637 32163 0 -1 64 10 0 0 0 0 0 0 0 19 0 6 0 278893052 930652160 2275 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32637/tid=32641] ppid=32635 vsize=908840 CPUtime=0
/proc/32637/task/32641/stat : 32641 (java) S 32635 32637 32163 0 -1 64 4 0 0 0 0 0 0 0 20 0 6 0 278893052 930652160 2275 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32637/tid=32642] ppid=32635 vsize=908840 CPUtime=0
/proc/32637/task/32642/stat : 32642 (java) S 32635 32637 32163 0 -1 64 1 0 0 0 0 0 0 0 18 0 6 0 278893056 930652160 2275 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32637/tid=32643] ppid=32635 vsize=908840 CPUtime=0
/proc/32637/task/32643/stat : 32643 (java) S 32635 32637 32163 0 -1 64 2 0 0 0 0 0 0 0 19 0 6 0 278893056 930652160 2275 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0

[startup+0.102634 s]
/proc/loadavg: 1.85 2.00 1.99 4/93 32638
/proc/meminfo: memFree=1258256/2055920 swapFree=4158792/4192956
[pid=32637] ppid=32635 vsize=914988 CPUtime=0.08
/proc/32637/stat : 32637 (java) S 32635 32637 32163 0 -1 0 2995 0 1 0 7 1 0 0 17 0 8 0 278893048 936947712 2741 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/32637/statm: 228747 2741 1427 14 0 215242 0
[pid=32637/tid=32639] ppid=32635 vsize=914988 CPUtime=0
/proc/32637/task/32639/stat : 32639 (java) S 32635 32637 32163 0 -1 64 6 0 0 0 0 0 0 0 19 0 8 0 278893052 936947712 2741 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=32637/tid=32640] ppid=32635 vsize=914988 CPUtime=0
/proc/32637/task/32640/stat : 32640 (java) S 32635 32637 32163 0 -1 64 10 0 0 0 0 0 0 0 19 0 8 0 278893052 936947712 2741 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32637/tid=32641] ppid=32635 vsize=914988 CPUtime=0
/proc/32637/task/32641/stat : 32641 (java) S 32635 32637 32163 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 278893052 936947712 2741 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32637/tid=32642] ppid=32635 vsize=914988 CPUtime=0
/proc/32637/task/32642/stat : 32642 (java) S 32635 32637 32163 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 278893056 936947712 2741 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32637/tid=32643] ppid=32635 vsize=914988 CPUtime=0
/proc/32637/task/32643/stat : 32643 (java) R 32635 32637 32163 0 -1 64 245 0 0 0 0 0 0 0 19 0 8 0 278893056 936947712 2741 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4153536305 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 914988

[startup+0.511673 s]
/proc/loadavg: 1.85 2.00 1.99 4/93 32638
/proc/meminfo: memFree=1258256/2055920 swapFree=4158792/4192956
[pid=32637] ppid=32635 vsize=915332 CPUtime=0.49
/proc/32637/stat : 32637 (java) R 32635 32637 32163 0 -1 0 8028 0 1 0 45 4 0 0 18 0 8 0 278893048 937299968 7767 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073559657 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/32637/statm: 228833 7767 2142 14 0 215303 0
[pid=32637/tid=32639] ppid=32635 vsize=915332 CPUtime=0
/proc/32637/task/32639/stat : 32639 (java) S 32635 32637 32163 0 -1 64 6 0 0 0 0 0 0 0 19 0 8 0 278893052 937299968 7767 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=32637/tid=32640] ppid=32635 vsize=915332 CPUtime=0
/proc/32637/task/32640/stat : 32640 (java) S 32635 32637 32163 0 -1 64 10 0 0 0 0 0 0 0 19 0 8 0 278893052 937299968 7767 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32637/tid=32641] ppid=32635 vsize=915332 CPUtime=0
/proc/32637/task/32641/stat : 32641 (java) S 32635 32637 32163 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 278893052 937299968 7767 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32637/tid=32642] ppid=32635 vsize=915332 CPUtime=0
/proc/32637/task/32642/stat : 32642 (java) S 32635 32637 32163 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 278893056 937299968 7767 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32637/tid=32643] ppid=32635 vsize=915332 CPUtime=0.06
/proc/32637/task/32643/stat : 32643 (java) S 32635 32637 32163 0 -1 64 299 0 0 0 6 0 0 0 16 0 8 0 278893056 937299968 7767 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 915332

[startup+1.33575 s]
/proc/loadavg: 1.85 2.00 1.99 3/100 32645
/proc/meminfo: memFree=1206168/2055920 swapFree=4158792/4192956
[pid=32637] ppid=32635 vsize=915436 CPUtime=1.3
/proc/32637/stat : 32637 (java) R 32635 32637 32163 0 -1 0 15679 0 1 0 120 10 0 0 25 0 8 0 278893048 937406464 15417 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073636241 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/32637/statm: 228859 15417 2480 14 0 215329 0
[pid=32637/tid=32639] ppid=32635 vsize=915436 CPUtime=0.04
/proc/32637/task/32639/stat : 32639 (java) S 32635 32637 32163 0 -1 64 1536 0 0 0 4 0 0 0 16 0 8 0 278893052 937406464 15417 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=32637/tid=32640] ppid=32635 vsize=915436 CPUtime=0
/proc/32637/task/32640/stat : 32640 (java) S 32635 32637 32163 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 278893052 937406464 15417 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32637/tid=32641] ppid=32635 vsize=915436 CPUtime=0
/proc/32637/task/32641/stat : 32641 (java) S 32635 32637 32163 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 278893052 937406464 15417 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32637/tid=32642] ppid=32635 vsize=915436 CPUtime=0
/proc/32637/task/32642/stat : 32642 (java) S 32635 32637 32163 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 278893056 937406464 15417 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32637/tid=32643] ppid=32635 vsize=915436 CPUtime=0.09
/proc/32637/task/32643/stat : 32643 (java) S 32635 32637 32163 0 -1 64 317 0 0 0 9 0 0 0 16 0 8 0 278893056 937406464 15417 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32637/tid=32644] ppid=32635 vsize=915436 CPUtime=0
/proc/32637/task/32644/stat : 32644 (java) S 32635 32637 32163 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 278893056 937406464 15417 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32637/tid=32645] ppid=32635 vsize=915436 CPUtime=0
/proc/32637/task/32645/stat : 32645 (java) S 32635 32637 32163 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 278893056 937406464 15417 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.3
Current children cumulated vsize (KiB) 915436

[startup+2.98891 s]
/proc/loadavg: 1.86 2.00 1.99 3/100 32645
/proc/meminfo: memFree=1206168/2055920 swapFree=4158792/4192956
[pid=32637] ppid=32635 vsize=915436 CPUtime=2.94
/proc/32637/stat : 32637 (java) R 32635 32637 32163 0 -1 0 15683 0 1 0 271 23 0 0 25 0 8 0 278893048 937406464 15420 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/32637/statm: 228859 15420 2480 14 0 215329 0
[pid=32637/tid=32639] ppid=32635 vsize=915436 CPUtime=0.04
/proc/32637/task/32639/stat : 32639 (java) S 32635 32637 32163 0 -1 64 1536 0 0 0 4 0 0 0 16 0 8 0 278893052 937406464 15420 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=32637/tid=32640] ppid=32635 vsize=915436 CPUtime=0
/proc/32637/task/32640/stat : 32640 (java) S 32635 32637 32163 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 278893052 937406464 15420 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32637/tid=32641] ppid=32635 vsize=915436 CPUtime=0
/proc/32637/task/32641/stat : 32641 (java) S 32635 32637 32163 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 278893052 937406464 15420 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32637/tid=32642] ppid=32635 vsize=915436 CPUtime=0
/proc/32637/task/32642/stat : 32642 (java) S 32635 32637 32163 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 278893056 937406464 15420 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32637/tid=32643] ppid=32635 vsize=915436 CPUtime=0.09
/proc/32637/task/32643/stat : 32643 (java) S 32635 32637 32163 0 -1 64 320 0 0 0 9 0 0 0 16 0 8 0 278893056 937406464 15420 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32637/tid=32644] ppid=32635 vsize=915436 CPUtime=0
/proc/32637/task/32644/stat : 32644 (java) S 32635 32637 32163 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 278893056 937406464 15420 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32637/tid=32645] ppid=32635 vsize=915436 CPUtime=0
/proc/32637/task/32645/stat : 32645 (java) S 32635 32637 32163 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 278893056 937406464 15420 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.94
Current children cumulated vsize (KiB) 915436

[startup+6.28322 s]
/proc/loadavg: 1.86 2.00 1.99 3/100 32645
/proc/meminfo: memFree=1206112/2055920 swapFree=4158792/4192956
[pid=32637] ppid=32635 vsize=915436 CPUtime=6.2
/proc/32637/stat : 32637 (java) R 32635 32637 32163 0 -1 0 15687 0 1 0 569 51 0 0 25 0 8 0 278893048 937406464 15424 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073595960 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/32637/statm: 228859 15424 2480 14 0 215329 0
[pid=32637/tid=32639] ppid=32635 vsize=915436 CPUtime=0.04
/proc/32637/task/32639/stat : 32639 (java) S 32635 32637 32163 0 -1 64 1536 0 0 0 4 0 0 0 16 0 8 0 278893052 937406464 15424 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=32637/tid=32640] ppid=32635 vsize=915436 CPUtime=0
/proc/32637/task/32640/stat : 32640 (java) S 32635 32637 32163 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 278893052 937406464 15424 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32637/tid=32641] ppid=32635 vsize=915436 CPUtime=0
/proc/32637/task/32641/stat : 32641 (java) S 32635 32637 32163 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 278893052 937406464 15424 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32637/tid=32642] ppid=32635 vsize=915436 CPUtime=0
/proc/32637/task/32642/stat : 32642 (java) S 32635 32637 32163 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 278893056 937406464 15424 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32637/tid=32643] ppid=32635 vsize=915436 CPUtime=0.1
/proc/32637/task/32643/stat : 32643 (java) S 32635 32637 32163 0 -1 64 324 0 0 0 10 0 0 0 16 0 8 0 278893056 937406464 15424 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32637/tid=32644] ppid=32635 vsize=915436 CPUtime=0
/proc/32637/task/32644/stat : 32644 (java) S 32635 32637 32163 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 278893056 937406464 15424 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32637/tid=32645] ppid=32635 vsize=915436 CPUtime=0
/proc/32637/task/32645/stat : 32645 (java) S 32635 32637 32163 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 278893056 937406464 15424 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 915436

[startup+12.7678 s]
/proc/loadavg: 1.88 2.00 1.99 3/100 32645
/proc/meminfo: memFree=1206176/2055920 swapFree=4158792/4192956
[pid=32637] ppid=32635 vsize=915436 CPUtime=12.63
/proc/32637/stat : 32637 (java) R 32635 32637 32163 0 -1 0 15687 0 1 0 1165 98 0 0 25 0 8 0 278893048 937406464 15424 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073638967 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/32637/statm: 228859 15424 2480 14 0 215329 0
[pid=32637/tid=32639] ppid=32635 vsize=915436 CPUtime=0.04
/proc/32637/task/32639/stat : 32639 (java) S 32635 32637 32163 0 -1 64 1536 0 0 0 4 0 0 0 16 0 8 0 278893052 937406464 15424 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=32637/tid=32640] ppid=32635 vsize=915436 CPUtime=0
/proc/32637/task/32640/stat : 32640 (java) S 32635 32637 32163 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 278893052 937406464 15424 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32637/tid=32641] ppid=32635 vsize=915436 CPUtime=0
/proc/32637/task/32641/stat : 32641 (java) S 32635 32637 32163 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 278893052 937406464 15424 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32637/tid=32642] ppid=32635 vsize=915436 CPUtime=0
/proc/32637/task/32642/stat : 32642 (java) S 32635 32637 32163 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 278893056 937406464 15424 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32637/tid=32643] ppid=32635 vsize=915436 CPUtime=0.1
/proc/32637/task/32643/stat : 32643 (java) S 32635 32637 32163 0 -1 64 324 0 0 0 10 0 0 0 16 0 8 0 278893056 937406464 15424 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32637/tid=32644] ppid=32635 vsize=915436 CPUtime=0
/proc/32637/task/32644/stat : 32644 (java) S 32635 32637 32163 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 278893056 937406464 15424 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32637/tid=32645] ppid=32635 vsize=915436 CPUtime=0
/proc/32637/task/32645/stat : 32645 (java) S 32635 32637 32163 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 278893056 937406464 15424 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.63
Current children cumulated vsize (KiB) 915436

[startup+25.6209 s]
/proc/loadavg: 1.90 2.00 1.99 3/100 32645
/proc/meminfo: memFree=1206304/2055920 swapFree=4158792/4192956
[pid=32637] ppid=32635 vsize=915436 CPUtime=25.42
/proc/32637/stat : 32637 (java) R 32635 32637 32163 0 -1 0 15687 0 1 0 2345 197 0 0 25 0 8 0 278893048 937406464 15424 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/32637/statm: 228859 15424 2480 14 0 215329 0
[pid=32637/tid=32639] ppid=32635 vsize=915436 CPUtime=0.04
/proc/32637/task/32639/stat : 32639 (java) S 32635 32637 32163 0 -1 64 1536 0 0 0 4 0 0 0 16 0 8 0 278893052 937406464 15424 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=32637/tid=32640] ppid=32635 vsize=915436 CPUtime=0
/proc/32637/task/32640/stat : 32640 (java) S 32635 32637 32163 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 278893052 937406464 15424 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32637/tid=32641] ppid=32635 vsize=915436 CPUtime=0
/proc/32637/task/32641/stat : 32641 (java) S 32635 32637 32163 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 278893052 937406464 15424 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32637/tid=32642] ppid=32635 vsize=915436 CPUtime=0
/proc/32637/task/32642/stat : 32642 (java) S 32635 32637 32163 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 278893056 937406464 15424 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32637/tid=32643] ppid=32635 vsize=915436 CPUtime=0.1
/proc/32637/task/32643/stat : 32643 (java) S 32635 32637 32163 0 -1 64 324 0 0 0 10 0 0 0 16 0 8 0 278893056 937406464 15424 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32637/tid=32644] ppid=32635 vsize=915436 CPUtime=0
/proc/32637/task/32644/stat : 32644 (java) S 32635 32637 32163 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 278893056 937406464 15424 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32637/tid=32645] ppid=32635 vsize=915436 CPUtime=0
/proc/32637/task/32645/stat : 32645 (java) S 32635 32637 32163 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 278893056 937406464 15424 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.42
Current children cumulated vsize (KiB) 915436

[startup+51.3213 s]
/proc/loadavg: 1.93 2.00 1.99 3/100 32645
/proc/meminfo: memFree=1205984/2055920 swapFree=4158792/4192956
[pid=32637] ppid=32635 vsize=915436 CPUtime=51
/proc/32637/stat : 32637 (java) R 32635 32637 32163 0 -1 0 15859 0 1 0 4857 243 0 0 25 0 8 0 278893048 937406464 15585 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073600943 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/32637/statm: 228859 15585 2535 14 0 215329 0
[pid=32637/tid=32639] ppid=32635 vsize=915436 CPUtime=0.04
/proc/32637/task/32639/stat : 32639 (java) S 32635 32637 32163 0 -1 64 1537 0 0 0 4 0 0 0 16 0 8 0 278893052 937406464 15585 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=32637/tid=32640] ppid=32635 vsize=915436 CPUtime=0
/proc/32637/task/32640/stat : 32640 (java) S 32635 32637 32163 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 278893052 937406464 15585 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32637/tid=32641] ppid=32635 vsize=915436 CPUtime=0
/proc/32637/task/32641/stat : 32641 (java) S 32635 32637 32163 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 278893052 937406464 15585 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32637/tid=32642] ppid=32635 vsize=915436 CPUtime=0
/proc/32637/task/32642/stat : 32642 (java) S 32635 32637 32163 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 278893056 937406464 15585 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32637/tid=32643] ppid=32635 vsize=915436 CPUtime=0.21
/proc/32637/task/32643/stat : 32643 (java) S 32635 32637 32163 0 -1 64 388 0 0 0 21 0 0 0 16 0 8 0 278893056 937406464 15585 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32637/tid=32644] ppid=32635 vsize=915436 CPUtime=0
/proc/32637/task/32644/stat : 32644 (java) S 32635 32637 32163 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 278893056 937406464 15585 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32637/tid=32645] ppid=32635 vsize=915436 CPUtime=0
/proc/32637/task/32645/stat : 32645 (java) S 32635 32637 32163 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 278893056 937406464 15585 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 51

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

Current children cumulated CPU time (s) 2013.44
Current children cumulated vsize (KiB) 915436

[startup+2084.12 s]
/proc/loadavg: 2.00 2.02 2.02 3/94 457
/proc/meminfo: memFree=689296/2055920 swapFree=4158792/4192956
[pid=32637] ppid=32635 vsize=915436 CPUtime=2073.18
/proc/32637/stat : 32637 (java) R 32635 32637 32163 0 -1 0 15862 0 1 0 207054 264 0 0 25 0 8 0 278893048 937406464 15587 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073778969 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/32637/statm: 228859 15587 2535 14 0 215329 0
[pid=32637/tid=32639] ppid=32635 vsize=915436 CPUtime=0.04
/proc/32637/task/32639/stat : 32639 (java) S 32635 32637 32163 0 -1 64 1537 0 0 0 4 0 0 0 16 0 8 0 278893052 937406464 15587 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=32637/tid=32640] ppid=32635 vsize=915436 CPUtime=0
/proc/32637/task/32640/stat : 32640 (java) S 32635 32637 32163 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 278893052 937406464 15587 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32637/tid=32641] ppid=32635 vsize=915436 CPUtime=0
/proc/32637/task/32641/stat : 32641 (java) S 32635 32637 32163 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 278893052 937406464 15587 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32637/tid=32642] ppid=32635 vsize=915436 CPUtime=0
/proc/32637/task/32642/stat : 32642 (java) S 32635 32637 32163 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 278893056 937406464 15587 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32637/tid=32643] ppid=32635 vsize=915436 CPUtime=0.22
/proc/32637/task/32643/stat : 32643 (java) S 32635 32637 32163 0 -1 64 390 0 0 0 21 1 0 0 16 0 8 0 278893056 937406464 15587 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32637/tid=32644] ppid=32635 vsize=915436 CPUtime=0
/proc/32637/task/32644/stat : 32644 (java) S 32635 32637 32163 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 278893056 937406464 15587 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32637/tid=32645] ppid=32635 vsize=915436 CPUtime=0
/proc/32637/task/32645/stat : 32645 (java) S 32635 32637 32163 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 278893056 937406464 15587 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2073.18
Current children cumulated vsize (KiB) 915436

[startup+2144.18 s]
/proc/loadavg: 2.00 2.02 2.02 3/94 457
/proc/meminfo: memFree=689296/2055920 swapFree=4158792/4192956
[pid=32637] ppid=32635 vsize=915436 CPUtime=2132.91
/proc/32637/stat : 32637 (java) R 32635 32637 32163 0 -1 0 15863 0 1 0 213027 264 0 0 25 0 8 0 278893048 937406464 15587 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073758618 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/32637/statm: 228859 15587 2535 14 0 215329 0
[pid=32637/tid=32639] ppid=32635 vsize=915436 CPUtime=0.04
/proc/32637/task/32639/stat : 32639 (java) S 32635 32637 32163 0 -1 64 1537 0 0 0 4 0 0 0 16 0 8 0 278893052 937406464 15587 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=32637/tid=32640] ppid=32635 vsize=915436 CPUtime=0
/proc/32637/task/32640/stat : 32640 (java) S 32635 32637 32163 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 278893052 937406464 15587 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32637/tid=32641] ppid=32635 vsize=915436 CPUtime=0
/proc/32637/task/32641/stat : 32641 (java) S 32635 32637 32163 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 278893052 937406464 15587 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32637/tid=32642] ppid=32635 vsize=915436 CPUtime=0
/proc/32637/task/32642/stat : 32642 (java) S 32635 32637 32163 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 278893056 937406464 15587 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32637/tid=32643] ppid=32635 vsize=915436 CPUtime=0.22
/proc/32637/task/32643/stat : 32643 (java) S 32635 32637 32163 0 -1 64 390 0 0 0 21 1 0 0 16 0 8 0 278893056 937406464 15587 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32637/tid=32644] ppid=32635 vsize=915436 CPUtime=0
/proc/32637/task/32644/stat : 32644 (java) S 32635 32637 32163 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 278893056 937406464 15587 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32637/tid=32645] ppid=32635 vsize=915436 CPUtime=0
/proc/32637/task/32645/stat : 32645 (java) S 32635 32637 32163 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 278893056 937406464 15587 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2132.91
Current children cumulated vsize (KiB) 915436

[startup+2204.24 s]
/proc/loadavg: 2.00 2.01 2.01 3/94 457
/proc/meminfo: memFree=689296/2055920 swapFree=4158792/4192956
[pid=32637] ppid=32635 vsize=915436 CPUtime=2192.65
/proc/32637/stat : 32637 (java) R 32635 32637 32163 0 -1 0 15863 0 1 0 219001 264 0 0 25 0 8 0 278893048 937406464 15587 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4072918484 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/32637/statm: 228859 15587 2535 14 0 215329 0
[pid=32637/tid=32639] ppid=32635 vsize=915436 CPUtime=0.04
/proc/32637/task/32639/stat : 32639 (java) S 32635 32637 32163 0 -1 64 1537 0 0 0 4 0 0 0 16 0 8 0 278893052 937406464 15587 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=32637/tid=32640] ppid=32635 vsize=915436 CPUtime=0
/proc/32637/task/32640/stat : 32640 (java) S 32635 32637 32163 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 278893052 937406464 15587 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32637/tid=32641] ppid=32635 vsize=915436 CPUtime=0
/proc/32637/task/32641/stat : 32641 (java) S 32635 32637 32163 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 278893052 937406464 15587 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32637/tid=32642] ppid=32635 vsize=915436 CPUtime=0
/proc/32637/task/32642/stat : 32642 (java) S 32635 32637 32163 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 278893056 937406464 15587 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32637/tid=32643] ppid=32635 vsize=915436 CPUtime=0.22
/proc/32637/task/32643/stat : 32643 (java) S 32635 32637 32163 0 -1 64 390 0 0 0 21 1 0 0 16 0 8 0 278893056 937406464 15587 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32637/tid=32644] ppid=32635 vsize=915436 CPUtime=0
/proc/32637/task/32644/stat : 32644 (java) S 32635 32637 32163 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 278893056 937406464 15587 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32637/tid=32645] ppid=32635 vsize=915436 CPUtime=0
/proc/32637/task/32645/stat : 32645 (java) S 32635 32637 32163 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 278893056 937406464 15587 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2192.65
Current children cumulated vsize (KiB) 915436

[startup+2264.3 s]
/proc/loadavg: 2.00 2.01 2.01 3/94 457
/proc/meminfo: memFree=689296/2055920 swapFree=4158792/4192956
[pid=32637] ppid=32635 vsize=915436 CPUtime=2252.36
/proc/32637/stat : 32637 (java) R 32635 32637 32163 0 -1 0 15863 0 1 0 224972 264 0 0 25 0 8 0 278893048 937406464 15587 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073596077 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/32637/statm: 228859 15587 2535 14 0 215329 0
[pid=32637/tid=32639] ppid=32635 vsize=915436 CPUtime=0.04
/proc/32637/task/32639/stat : 32639 (java) S 32635 32637 32163 0 -1 64 1537 0 0 0 4 0 0 0 16 0 8 0 278893052 937406464 15587 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=32637/tid=32640] ppid=32635 vsize=915436 CPUtime=0
/proc/32637/task/32640/stat : 32640 (java) S 32635 32637 32163 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 278893052 937406464 15587 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32637/tid=32641] ppid=32635 vsize=915436 CPUtime=0
/proc/32637/task/32641/stat : 32641 (java) S 32635 32637 32163 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 278893052 937406464 15587 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32637/tid=32642] ppid=32635 vsize=915436 CPUtime=0
/proc/32637/task/32642/stat : 32642 (java) S 32635 32637 32163 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 278893056 937406464 15587 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32637/tid=32643] ppid=32635 vsize=915436 CPUtime=0.22
/proc/32637/task/32643/stat : 32643 (java) S 32635 32637 32163 0 -1 64 390 0 0 0 21 1 0 0 16 0 8 0 278893056 937406464 15587 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32637/tid=32644] ppid=32635 vsize=915436 CPUtime=0
/proc/32637/task/32644/stat : 32644 (java) S 32635 32637 32163 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 278893056 937406464 15587 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32637/tid=32645] ppid=32635 vsize=915436 CPUtime=0
/proc/32637/task/32645/stat : 32645 (java) S 32635 32637 32163 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 278893056 937406464 15587 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2252.36
Current children cumulated vsize (KiB) 915436

[startup+2324.38 s]
/proc/loadavg: 2.00 2.00 2.00 3/94 457
/proc/meminfo: memFree=689296/2055920 swapFree=4158792/4192956
[pid=32637] ppid=32635 vsize=915436 CPUtime=2312.11
/proc/32637/stat : 32637 (java) R 32635 32637 32163 0 -1 0 15863 0 1 0 230947 264 0 0 25 0 8 0 278893048 937406464 15587 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073757214 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/32637/statm: 228859 15587 2535 14 0 215329 0
[pid=32637/tid=32639] ppid=32635 vsize=915436 CPUtime=0.04
/proc/32637/task/32639/stat : 32639 (java) S 32635 32637 32163 0 -1 64 1537 0 0 0 4 0 0 0 16 0 8 0 278893052 937406464 15587 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=32637/tid=32640] ppid=32635 vsize=915436 CPUtime=0
/proc/32637/task/32640/stat : 32640 (java) S 32635 32637 32163 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 278893052 937406464 15587 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32637/tid=32641] ppid=32635 vsize=915436 CPUtime=0
/proc/32637/task/32641/stat : 32641 (java) S 32635 32637 32163 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 278893052 937406464 15587 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32637/tid=32642] ppid=32635 vsize=915436 CPUtime=0
/proc/32637/task/32642/stat : 32642 (java) S 32635 32637 32163 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 278893056 937406464 15587 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32637/tid=32643] ppid=32635 vsize=915436 CPUtime=0.22
/proc/32637/task/32643/stat : 32643 (java) S 32635 32637 32163 0 -1 64 390 0 0 0 21 1 0 0 16 0 8 0 278893056 937406464 15587 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32637/tid=32644] ppid=32635 vsize=915436 CPUtime=0
/proc/32637/task/32644/stat : 32644 (java) S 32635 32637 32163 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 278893056 937406464 15587 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32637/tid=32645] ppid=32635 vsize=915436 CPUtime=0
/proc/32637/task/32645/stat : 32645 (java) S 32635 32637 32163 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 278893056 937406464 15587 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2312.11
Current children cumulated vsize (KiB) 915436

[startup+2384.44 s]
/proc/loadavg: 2.00 2.00 2.00 3/94 457
/proc/meminfo: memFree=689296/2055920 swapFree=4158792/4192956
[pid=32637] ppid=32635 vsize=915436 CPUtime=2371.86
/proc/32637/stat : 32637 (java) R 32635 32637 32163 0 -1 0 15863 0 1 0 236922 264 0 0 25 0 8 0 278893048 937406464 15587 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073755076 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/32637/statm: 228859 15587 2535 14 0 215329 0
[pid=32637/tid=32639] ppid=32635 vsize=915436 CPUtime=0.04
/proc/32637/task/32639/stat : 32639 (java) S 32635 32637 32163 0 -1 64 1537 0 0 0 4 0 0 0 16 0 8 0 278893052 937406464 15587 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=32637/tid=32640] ppid=32635 vsize=915436 CPUtime=0
/proc/32637/task/32640/stat : 32640 (java) S 32635 32637 32163 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 278893052 937406464 15587 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32637/tid=32641] ppid=32635 vsize=915436 CPUtime=0
/proc/32637/task/32641/stat : 32641 (java) S 32635 32637 32163 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 278893052 937406464 15587 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32637/tid=32642] ppid=32635 vsize=915436 CPUtime=0
/proc/32637/task/32642/stat : 32642 (java) S 32635 32637 32163 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 278893056 937406464 15587 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32637/tid=32643] ppid=32635 vsize=915436 CPUtime=0.22
/proc/32637/task/32643/stat : 32643 (java) S 32635 32637 32163 0 -1 64 390 0 0 0 21 1 0 0 16 0 8 0 278893056 937406464 15587 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32637/tid=32644] ppid=32635 vsize=915436 CPUtime=0
/proc/32637/task/32644/stat : 32644 (java) S 32635 32637 32163 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 278893056 937406464 15587 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32637/tid=32645] ppid=32635 vsize=915436 CPUtime=0
/proc/32637/task/32645/stat : 32645 (java) S 32635 32637 32163 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 278893056 937406464 15587 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2371.86
Current children cumulated vsize (KiB) 915436



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2412.82 s]
/proc/loadavg: 2.00 2.00 2.00 3/94 457
/proc/meminfo: memFree=689296/2055920 swapFree=4158792/4192956
[pid=32637] ppid=32635 vsize=915436 CPUtime=2400.08
/proc/32637/stat : 32637 (java) R 32635 32637 32163 0 -1 0 15863 0 1 0 239744 264 0 0 25 0 8 0 278893048 937406464 15587 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073630140 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/32637/statm: 228859 15587 2535 14 0 215329 0
[pid=32637/tid=32639] ppid=32635 vsize=915436 CPUtime=0.04
/proc/32637/task/32639/stat : 32639 (java) S 32635 32637 32163 0 -1 64 1537 0 0 0 4 0 0 0 16 0 8 0 278893052 937406464 15587 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=32637/tid=32640] ppid=32635 vsize=915436 CPUtime=0
/proc/32637/task/32640/stat : 32640 (java) S 32635 32637 32163 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 278893052 937406464 15587 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32637/tid=32641] ppid=32635 vsize=915436 CPUtime=0
/proc/32637/task/32641/stat : 32641 (java) S 32635 32637 32163 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 278893052 937406464 15587 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32637/tid=32642] ppid=32635 vsize=915436 CPUtime=0
/proc/32637/task/32642/stat : 32642 (java) S 32635 32637 32163 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 278893056 937406464 15587 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32637/tid=32643] ppid=32635 vsize=915436 CPUtime=0.22
/proc/32637/task/32643/stat : 32643 (java) S 32635 32637 32163 0 -1 64 390 0 0 0 21 1 0 0 16 0 8 0 278893056 937406464 15587 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32637/tid=32644] ppid=32635 vsize=915436 CPUtime=0
/proc/32637/task/32644/stat : 32644 (java) S 32635 32637 32163 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 278893056 937406464 15587 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32637/tid=32645] ppid=32635 vsize=915436 CPUtime=0
/proc/32637/task/32645/stat : 32645 (java) S 32635 32637 32163 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 278893056 937406464 15587 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2400.08
Current children cumulated vsize (KiB) 915436

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

Child status: 143
Real time (s): 2412.87
CPU time (s): 2400.13
CPU user time (s): 2397.47
CPU system time (s): 2.65759
CPU usage (%): 99.472
Max. virtual memory (cumulated for all children) (KiB): 915440

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2397.47
system time used= 2.65759
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 15881
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= 49782
involuntary context switches= 121179

runsolver used 2.70259 s user time and 7.09392 s system time

The end

Launcher Data (download as text)

Begin job on node14 on Sat Jan 20 14:56:21 UTC 2007


IDJOB= 280342
IDBENCH= 11083
IDSOLVER= 68
FILE ID= node14/280342-1169304981

PBS_JOBID= 3609908

Free space on /tmp= 66560 MiB

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

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  24de8611156a691c2da375c95470b146

RANDOM SEED= 390744008

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.227
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.227
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:       1258672 kB
Buffers:         53892 kB
Cached:         604492 kB
SwapCached:       9104 kB
Active:         228132 kB
Inactive:       491304 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1258672 kB
SwapTotal:     4192956 kB
SwapFree:      4158792 kB
Dirty:            2828 kB
Writeback:           0 kB
Mapped:          78904 kB
Slab:            62496 kB
Committed_AS: 10236612 kB
PageTables:       2284 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 node14 on Sat Jan 20 15:36:34 UTC 2007