Trace number 275744

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.16 2414.78

General information on the benchmark

NamepseudoSeries/uclid/
blast-floppy1-6.xml
MD5SUM7858bbb2995540e71f464a345aca5f7d
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkMSAT TO
Best Number of satisfied constraints590
Best CPU time to get the best result obtained on this benchmark2400.04
SatisfiableNO
(Un)Satisfiability was provedNO
Number of variables719
Number of constraints592
Maximum constraint arity19
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension592
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.32	   
0.32	Abscon 109 (November, 2006)
0.32	   
0.32	   configuration
0.32	     name=epfc.xml
0.43	   
0.43	   instance
0.43	     name=/tmp/evaluation/275744-1169226370/unknown.xml
0.46	   
0.46	   domains being loaded...
0.46	   
0.46	   variables being loaded...
0.58	     nbVariables=719  nbDomainTypes=3  minDomainSize=1  maxDomainSize=2
0.58	       =>  wckTime=0.255  cpuTime=0.13  mem=8M838
0.58	   
0.58	   predicates being loaded...
0.59	   
0.59	   constraints being loaded...
4.36	     nbConstraints=592  nbSingletonDomainVariables=221  nbConvertedConstraints=254  nbConvertConstraintsChecks=1573792
4.36	     nbExtensionStructures=8  nbSharedExtensionStructures=246  nbConflictsStructures=54  nbSharedConflictsStructures=378
4.36	     nbUnbuiltConflictsStructures=64  nbSharedBinaryRepresentations=17  nbEvaluationManagers=110
4.36	     nbSharedEvaluationManagers=228  maxDegree=70  maxArity=19
4.36	       =>  wckTime=4.034  cpuTime=3.78  mem=41M19
4.42	   
4.42	   solver LocalSearchSolver being built... 
4.46	       =>  wckTime=4.14  cpuTime=3.83  mem=7M125
4.47	
4.47	s SATISFIABLE
4.47	o 539
4.47	c 53
4.48	o 541
4.48	c 51
4.48	o 543
4.48	c 49
4.49	o 545
4.49	c 47
4.49	o 547
4.49	c 45
4.50	o 549
4.50	c 43
4.55	o 550
4.55	c 42
4.55	o 551
4.55	c 41
4.66	o 552
4.66	c 40
4.66	o 553
4.66	c 39
4.67	o 554
4.67	c 38
4.89	o 555
4.89	c 37
5.00	o 556
5.00	c 36
5.09	o 557
5.09	c 35
5.31	o 558
5.31	c 34
5.75	o 559
5.75	c 33
6.19	o 560
6.19	c 32
6.29	o 561
6.29	c 31
6.31	o 562
6.31	c 30
6.98	o 564
6.98	c 28
8.74	o 565
8.74	c 27
10.35	o 566
10.35	c 26
40.61	   
40.61	   search
40.61	     run=0  nbConstraintChecks=15250561  nbAssignments=8711
40.61	       =>  wckTime=36.15  cpuTime=35.82  mem=7M125
40.61	   
40.61	   global
40.61	     nbConstraintChecks=15250561  nbValidityChecks=0  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
40.61	     solvingWckTime=36.147  solvingCpuTime=35.82  expiredTime=no  totalExploration=no  nbFoundSolutions=0
40.61	     globalCpuTime=39.7
40.61	       =>  wckTime=40.29  cpuTime=39.65  mem=7M125
40.61	   
40.61	   solver IterativeSystematicSolver being built... 
40.83	       =>  wckTime=40.505  cpuTime=39.82  mem=28M762
86.83	o 567
86.83	c 25
86.86	   
86.86	   preprocessing
86.86	     nbConstraintChecks=22237093  nbValidityChecks=1514462  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
86.86	     nbRemovedValues=0  detectedInconsistency=no
86.86	       =>  wckTime=46.032  cpuTime=45.59  mem=28M762
121.79	o 580
121.79	c 12
121.84	   
121.84	   search
121.84	     run=0  nbConstraintChecks=16766712  nbValidityChecks=1514153  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
121.84	     nbAssignments=719  nbFailedAssignments=0  nbBacktracks=113  nbVisitedNodes=756  nbRestartNogoods=0
121.84	       =>  wckTime=81.011  cpuTime=80.24  mem=28M762
156.22	   
156.22	   search
156.22	     run=1  nbConstraintChecks=33067970  nbValidityChecks=3024683  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
156.22	     nbAssignments=1362  nbFailedAssignments=1  nbBacktracks=148  nbVisitedNodes=1402  nbRestartNogoods=1
156.22	       =>  wckTime=115.393  cpuTime=114.28  mem=28M762
190.12	o 582
190.12	c 10
190.17	   
190.17	   search
190.17	     run=2  nbConstraintChecks=49219545  nbValidityChecks=4571242  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
190.17	     nbAssignments=2107  nbFailedAssignments=9  nbBacktracks=283  nbVisitedNodes=2199  nbRestartNogoods=2
190.17	       =>  wckTime=149.339  cpuTime=147.9  mem=28M762
223.13	   
223.13	   search
223.13	     run=3  nbConstraintChecks=64976706  nbValidityChecks=6083738  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
223.13	     nbAssignments=2742  nbFailedAssignments=19  nbBacktracks=316  nbVisitedNodes=2854  nbRestartNogoods=4
223.13	       =>  wckTime=182.303  cpuTime=180.56  mem=28M762
257.30	o 583
257.30	c 9
257.33	   
257.33	   search
257.33	     run=4  nbConstraintChecks=81393082  nbValidityChecks=7612471  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
257.33	     nbAssignments=3475  nbFailedAssignments=23  nbBacktracks=444  nbVisitedNodes=3606  nbRestartNogoods=7
257.33	       =>  wckTime=216.502  cpuTime=214.45  mem=28M762
290.09	   
290.09	   search
290.09	     run=5  nbConstraintChecks=97041494  nbValidityChecks=9150203  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
290.09	     nbAssignments=4172  nbFailedAssignments=48  nbBacktracks=524  nbVisitedNodes=4346  nbRestartNogoods=9
290.09	       =>  wckTime=249.263  cpuTime=246.91  mem=28M762
324.40	   
324.40	   search
324.40	     run=6  nbConstraintChecks=113419431  nbValidityChecks=10740226  nbPropagations=0  nbRevisions=0
324.40	     nbUselessRevisions=0  nbAssignments=4890  nbFailedAssignments=84  nbBacktracks=640  nbVisitedNodes=5182
324.40	     nbRestartNogoods=11
324.40	       =>  wckTime=283.574  cpuTime=280.91  mem=28M762
357.08	   
357.08	   search
357.08	     run=7  nbConstraintChecks=128907065  nbValidityChecks=12362739  nbPropagations=0  nbRevisions=0
357.08	     nbUselessRevisions=0  nbAssignments=5723  nbFailedAssignments=149  nbBacktracks=825  nbVisitedNodes=6162
357.08	     nbRestartNogoods=13
357.08	       =>  wckTime=316.252  cpuTime=313.29  mem=28M762
394.28	   
394.28	   search
394.28	     run=8  nbConstraintChecks=146630943  nbValidityChecks=14078005  nbPropagations=0  nbRevisions=0
394.28	     nbUselessRevisions=0  nbAssignments=6602  nbFailedAssignments=191  nbBacktracks=1096  nbVisitedNodes=7285
394.28	     nbRestartNogoods=15
394.28	       =>  wckTime=353.45  cpuTime=350.14  mem=28M762
435.03	   
435.03	   search
435.03	     run=9  nbConstraintChecks=166021201  nbValidityChecks=15934249  nbPropagations=0  nbRevisions=0
435.03	     nbUselessRevisions=0  nbAssignments=7663  nbFailedAssignments=283  nbBacktracks=1499  nbVisitedNodes=8737
435.03	     nbRestartNogoods=17
435.03	       =>  wckTime=394.198  cpuTime=390.51  mem=28M762
486.30	   
486.30	   search
486.30	     run=10  nbConstraintChecks=190658739  nbValidityChecks=17991365  nbPropagations=0  nbRevisions=0
486.30	     nbUselessRevisions=0  nbAssignments=8944  nbFailedAssignments=430  nbBacktracks=2075  nbVisitedNodes=10604
486.30	     nbRestartNogoods=19
486.30	       =>  wckTime=445.468  cpuTime=441.32  mem=28M762
528.62	   
528.62	   search
528.62	     run=11  nbConstraintChecks=210397303  nbValidityChecks=20233691  nbPropagations=0  nbRevisions=0
528.62	     nbUselessRevisions=0  nbAssignments=10617  nbFailedAssignments=672  nbBacktracks=2939  nbVisitedNodes=13098
528.62	     nbRestartNogoods=21
528.62	       =>  wckTime=487.789  cpuTime=483.24  mem=28M762
578.37	   
578.37	   search
578.37	     run=12  nbConstraintChecks=233525986  nbValidityChecks=22870022  nbPropagations=0  nbRevisions=0
578.37	     nbUselessRevisions=0  nbAssignments=12875  nbFailedAssignments=1034  nbBacktracks=4241  nbVisitedNodes=16592
578.37	     nbRestartNogoods=23
578.37	       =>  wckTime=537.544  cpuTime=532.55  mem=28M762
714.02	   
714.02	   search
714.02	     run=13  nbConstraintChecks=299847435  nbValidityChecks=26777753  nbPropagations=0  nbRevisions=0
714.02	     nbUselessRevisions=0  nbAssignments=15950  nbFailedAssignments=1578  nbBacktracks=6209  nbVisitedNodes=21788
714.02	     nbRestartNogoods=25
714.02	       =>  wckTime=673.193  cpuTime=667.0  mem=28M762
908.55	   
908.55	   search
908.55	     run=14  nbConstraintChecks=395221705  nbValidityChecks=32220789  nbPropagations=0  nbRevisions=0
908.55	     nbUselessRevisions=0  nbAssignments=20377  nbFailedAssignments=2521  nbBacktracks=9128  nbVisitedNodes=29547
908.55	     nbRestartNogoods=27
908.55	       =>  wckTime=867.721  cpuTime=859.83  mem=28M762
1090.80	   
1090.80	   search
1090.80	     run=15  nbConstraintChecks=483550517  nbValidityChecks=38172997  nbPropagations=0  nbRevisions=0
1090.80	     nbUselessRevisions=0  nbAssignments=26416  nbFailedAssignments=3606  nbBacktracks=13514  nbVisitedNodes=39991
1090.80	     nbRestartNogoods=30
1090.80	       =>  wckTime=1049.972  cpuTime=1040.46  mem=28M762
1677.12	   
1677.12	   search
1677.12	     run=16  nbConstraintChecks=776964935  nbValidityChecks=62468317  nbPropagations=0  nbRevisions=0
1677.12	     nbUselessRevisions=0  nbAssignments=35776  nbFailedAssignments=5923  nbBacktracks=20117  nbVisitedNodes=56384
1677.12	     nbRestartNogoods=34
1677.12	       =>  wckTime=1636.288  cpuTime=1623.01  mem=28M762
2086.34	   
2086.34	   search
2086.34	     run=17  nbConstraintChecks=983024117  nbValidityChecks=91923934  nbPropagations=0  nbRevisions=0
2086.34	     nbUselessRevisions=0  nbAssignments=46350  nbFailedAssignments=6332  nbBacktracks=30009  nbVisitedNodes=68883
2086.34	     nbRestartNogoods=37
2086.34	       =>  wckTime=2045.516  cpuTime=2031.58  mem=28M762
2414.73	v 1 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 1 1 1 1 1 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 1 0 0 0 0 0 0 0 0 1 1 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 1 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 1 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 1 0 0 0 0 0 1 0 0 1 1 0 0 0 0 1 1 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 1 1 0 0 0 0 0 0 0 0 1 1 1 0 0 0 0 0 1 0 0 1 1 0 0 0 0 0 0 0 0 1 1 0 0 1 0 0 0 0 0 0 0 0 1 1 1 0 0 1 1 0 1 0 1 1 1 0 0 0 0 0 1 0 0 1 1 1 1 1 0 1 1 1 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 0 0 0 0 0 1 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 1 0 1 1 0 0 0 0 0 0 0 0 0 1 1 1 1 1 1 1 1 0 0 0 0 0 0 0 0 0 1 1 1 1 1 1 1 1 1 0 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0 1 0 1 1 1 0 1 1 1 1 1 0 1 1 1 0 0 0 0 0 0 0 1 1 1 0 1 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 

Verifier Data (download as text)

9 unsatisfied constraints, 583 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/node3/watcher-275744-1169226370 -o ROOT/results/node3/solver-275744-1169226370 -C 2400 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar epfc.xml 1 XSax /tmp/evaluation/275744-1169226370/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.92 1.99 1.99 4/87 21244
/proc/meminfo: memFree=931864/2055920 swapFree=4191880/4192956
[pid=21243] ppid=21241 vsize=18540 CPUtime=0
/proc/21243/stat : 21243 (runsolver) R 21241 21243 20370 0 -1 4194368 17 0 0 0 0 0 0 0 19 0 1 0 271032677 18984960 279 18446744073709551615 4194304 4267372 548682068944 18446744073709551615 233632754983 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/21243/statm: 4635 279 244 17 0 2626 0

[startup+0.108094 s]
/proc/loadavg: 1.92 1.99 1.99 4/87 21244
/proc/meminfo: memFree=931864/2055920 swapFree=4191880/4192956
[pid=21243] ppid=21241 vsize=914988 CPUtime=0.08
/proc/21243/stat : 21243 (java) R 21241 21243 20370 0 -1 0 2985 0 1 0 7 1 0 0 17 0 8 0 271032677 936947712 2731 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4155581235 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21243/statm: 228747 2731 1425 14 0 215242 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 914988

[startup+0.516163 s]
/proc/loadavg: 1.92 1.99 1.99 4/87 21244
/proc/meminfo: memFree=931864/2055920 swapFree=4191880/4192956
[pid=21243] ppid=21241 vsize=915332 CPUtime=0.41
/proc/21243/stat : 21243 (java) R 21241 21243 20370 0 -1 0 6172 0 1 0 37 4 0 0 18 0 8 0 271032677 937299968 5911 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073555789 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21243/statm: 228833 5911 2141 14 0 215303 0
Current children cumulated CPU time (s) 0.41
Current children cumulated vsize (KiB) 915332

[startup+1.33829 s]
/proc/loadavg: 1.92 1.99 1.99 3/94 21251
/proc/meminfo: memFree=887008/2055920 swapFree=4191880/4192956
[pid=21243] ppid=21241 vsize=915452 CPUtime=1.23
/proc/21243/stat : 21243 (java) R 21241 21243 20370 0 -1 0 13583 0 1 0 113 10 0 0 24 0 8 0 271032677 937422848 13321 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073821703 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21243/statm: 228863 13321 2172 14 0 215333 0
[pid=21243/tid=21245] ppid=21241 vsize=915452 CPUtime=0
/proc/21243/task/21245/stat : 21245 (java) S 21241 21243 20370 0 -1 64 7 0 0 0 0 0 0 0 17 0 8 0 271032682 937422848 13321 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21243/tid=21246] ppid=21241 vsize=915452 CPUtime=0
/proc/21243/task/21246/stat : 21246 (java) S 21241 21243 20370 0 -1 64 10 0 0 0 0 0 0 0 19 0 8 0 271032682 937422848 13321 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21243/tid=21247] ppid=21241 vsize=915452 CPUtime=0
/proc/21243/task/21247/stat : 21247 (java) S 21241 21243 20370 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 271032682 937422848 13321 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21243/tid=21248] ppid=21241 vsize=915452 CPUtime=0
/proc/21243/task/21248/stat : 21248 (java) S 21241 21243 20370 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 271032686 937422848 13321 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21243/tid=21249] ppid=21241 vsize=915452 CPUtime=0.16
/proc/21243/task/21249/stat : 21249 (java) S 21241 21243 20370 0 -1 64 369 0 0 0 16 0 0 0 15 0 8 0 271032686 937422848 13321 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21243/tid=21250] ppid=21241 vsize=915452 CPUtime=0
/proc/21243/task/21250/stat : 21250 (java) S 21241 21243 20370 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 271032686 937422848 13321 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21243/tid=21251] ppid=21241 vsize=915452 CPUtime=0
/proc/21243/task/21251/stat : 21251 (java) S 21241 21243 20370 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 271032686 937422848 13321 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.23
Current children cumulated vsize (KiB) 915452

[startup+2.98555 s]
/proc/loadavg: 1.92 1.99 1.99 3/94 21251
/proc/meminfo: memFree=886560/2055920 swapFree=4191880/4192956
[pid=21243] ppid=21241 vsize=915452 CPUtime=2.86
/proc/21243/stat : 21243 (java) R 21241 21243 20370 0 -1 0 13749 0 1 0 276 10 0 0 25 0 8 0 271032677 937422848 13486 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073470044 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21243/statm: 228863 13486 2172 14 0 215333 0
[pid=21243/tid=21245] ppid=21241 vsize=915452 CPUtime=0
/proc/21243/task/21245/stat : 21245 (java) S 21241 21243 20370 0 -1 64 7 0 0 0 0 0 0 0 17 0 8 0 271032682 937422848 13486 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21243/tid=21246] ppid=21241 vsize=915452 CPUtime=0
/proc/21243/task/21246/stat : 21246 (java) S 21241 21243 20370 0 -1 64 10 0 0 0 0 0 0 0 19 0 8 0 271032682 937422848 13486 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21243/tid=21247] ppid=21241 vsize=915452 CPUtime=0
/proc/21243/task/21247/stat : 21247 (java) S 21241 21243 20370 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 271032682 937422848 13486 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21243/tid=21248] ppid=21241 vsize=915452 CPUtime=0
/proc/21243/task/21248/stat : 21248 (java) S 21241 21243 20370 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 271032686 937422848 13486 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21243/tid=21249] ppid=21241 vsize=915452 CPUtime=0.16
/proc/21243/task/21249/stat : 21249 (java) S 21241 21243 20370 0 -1 64 369 0 0 0 16 0 0 0 16 0 8 0 271032686 937422848 13486 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21243/tid=21250] ppid=21241 vsize=915452 CPUtime=0
/proc/21243/task/21250/stat : 21250 (java) S 21241 21243 20370 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 271032686 937422848 13486 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21243/tid=21251] ppid=21241 vsize=915452 CPUtime=0
/proc/21243/task/21251/stat : 21251 (java) S 21241 21243 20370 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 271032686 937422848 13486 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.86
Current children cumulated vsize (KiB) 915452

[startup+6.27309 s]
/proc/loadavg: 1.93 1.99 1.99 3/94 21251
/proc/meminfo: memFree=880544/2055920 swapFree=4191880/4192956
[pid=21243] ppid=21241 vsize=915452 CPUtime=6.11
/proc/21243/stat : 21243 (java) R 21241 21243 20370 0 -1 0 15486 0 1 0 598 13 0 0 25 0 8 0 271032677 937422848 15220 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073883750 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21243/statm: 228863 15220 2500 14 0 215333 0
[pid=21243/tid=21245] ppid=21241 vsize=915452 CPUtime=0.05
/proc/21243/task/21245/stat : 21245 (java) S 21241 21243 20370 0 -1 64 559 0 0 0 5 0 0 0 17 0 8 0 271032682 937422848 15220 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21243/tid=21246] ppid=21241 vsize=915452 CPUtime=0
/proc/21243/task/21246/stat : 21246 (java) S 21241 21243 20370 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 271032682 937422848 15220 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21243/tid=21247] ppid=21241 vsize=915452 CPUtime=0
/proc/21243/task/21247/stat : 21247 (java) S 21241 21243 20370 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 271032682 937422848 15220 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21243/tid=21248] ppid=21241 vsize=915452 CPUtime=0
/proc/21243/task/21248/stat : 21248 (java) S 21241 21243 20370 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 271032686 937422848 15220 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21243/tid=21249] ppid=21241 vsize=915452 CPUtime=0.19
/proc/21243/task/21249/stat : 21249 (java) S 21241 21243 20370 0 -1 64 385 0 0 0 19 0 0 0 15 0 8 0 271032686 937422848 15220 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21243/tid=21250] ppid=21241 vsize=915452 CPUtime=0
/proc/21243/task/21250/stat : 21250 (java) S 21241 21243 20370 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 271032686 937422848 15220 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21243/tid=21251] ppid=21241 vsize=915452 CPUtime=0
/proc/21243/task/21251/stat : 21251 (java) S 21241 21243 20370 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 271032686 937422848 15220 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.11
Current children cumulated vsize (KiB) 915452

[startup+12.7581 s]
/proc/loadavg: 1.93 1.99 1.99 3/94 21251
/proc/meminfo: memFree=880544/2055920 swapFree=4191880/4192956
[pid=21243] ppid=21241 vsize=915452 CPUtime=12.54
/proc/21243/stat : 21243 (java) R 21241 21243 20370 0 -1 0 15490 0 1 0 1234 20 0 0 25 0 8 0 271032677 937422848 15224 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073820298 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21243/statm: 228863 15224 2500 14 0 215333 0
[pid=21243/tid=21245] ppid=21241 vsize=915452 CPUtime=0.05
/proc/21243/task/21245/stat : 21245 (java) S 21241 21243 20370 0 -1 64 559 0 0 0 5 0 0 0 16 0 8 0 271032682 937422848 15224 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21243/tid=21246] ppid=21241 vsize=915452 CPUtime=0
/proc/21243/task/21246/stat : 21246 (java) S 21241 21243 20370 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 271032682 937422848 15224 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21243/tid=21247] ppid=21241 vsize=915452 CPUtime=0
/proc/21243/task/21247/stat : 21247 (java) S 21241 21243 20370 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 271032682 937422848 15224 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21243/tid=21248] ppid=21241 vsize=915452 CPUtime=0
/proc/21243/task/21248/stat : 21248 (java) S 21241 21243 20370 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 271032686 937422848 15224 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21243/tid=21249] ppid=21241 vsize=915452 CPUtime=0.2
/proc/21243/task/21249/stat : 21249 (java) S 21241 21243 20370 0 -1 64 389 0 0 0 20 0 0 0 16 0 8 0 271032686 937422848 15224 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21243/tid=21250] ppid=21241 vsize=915452 CPUtime=0
/proc/21243/task/21250/stat : 21250 (java) S 21241 21243 20370 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 271032686 937422848 15224 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21243/tid=21251] ppid=21241 vsize=915452 CPUtime=0
/proc/21243/task/21251/stat : 21251 (java) S 21241 21243 20370 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 271032686 937422848 15224 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.54
Current children cumulated vsize (KiB) 915452

[startup+25.6132 s]
/proc/loadavg: 1.95 1.99 1.99 3/94 21251
/proc/meminfo: memFree=880608/2055920 swapFree=4191880/4192956
[pid=21243] ppid=21241 vsize=915452 CPUtime=25.3
/proc/21243/stat : 21243 (java) R 21241 21243 20370 0 -1 0 15490 0 1 0 2497 33 0 0 25 0 8 0 271032677 937422848 15224 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073883700 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21243/statm: 228863 15224 2500 14 0 215333 0
[pid=21243/tid=21245] ppid=21241 vsize=915452 CPUtime=0.05
/proc/21243/task/21245/stat : 21245 (java) S 21241 21243 20370 0 -1 64 559 0 0 0 5 0 0 0 16 0 8 0 271032682 937422848 15224 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21243/tid=21246] ppid=21241 vsize=915452 CPUtime=0
/proc/21243/task/21246/stat : 21246 (java) S 21241 21243 20370 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 271032682 937422848 15224 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21243/tid=21247] ppid=21241 vsize=915452 CPUtime=0
/proc/21243/task/21247/stat : 21247 (java) S 21241 21243 20370 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 271032682 937422848 15224 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21243/tid=21248] ppid=21241 vsize=915452 CPUtime=0
/proc/21243/task/21248/stat : 21248 (java) S 21241 21243 20370 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 271032686 937422848 15224 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21243/tid=21249] ppid=21241 vsize=915452 CPUtime=0.2
/proc/21243/task/21249/stat : 21249 (java) S 21241 21243 20370 0 -1 64 389 0 0 0 20 0 0 0 16 0 8 0 271032686 937422848 15224 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21243/tid=21250] ppid=21241 vsize=915452 CPUtime=0
/proc/21243/task/21250/stat : 21250 (java) S 21241 21243 20370 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 271032686 937422848 15224 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21243/tid=21251] ppid=21241 vsize=915452 CPUtime=0
/proc/21243/task/21251/stat : 21251 (java) S 21241 21243 20370 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 271032686 937422848 15224 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.3
Current children cumulated vsize (KiB) 915452

[startup+51.2236 s]
/proc/loadavg: 2.04 2.01 2.00 3/94 21251
/proc/meminfo: memFree=880416/2055920 swapFree=4191880/4192956
[pid=21243] ppid=21241 vsize=915452 CPUtime=50.68
/proc/21243/stat : 21243 (java) R 21241 21243 20370 0 -1 0 15624 0 1 0 5021 47 0 0 25 0 8 0 271032677 937422848 15353 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073470041 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21243/statm: 228863 15353 2547 14 0 215333 0
[pid=21243/tid=21245] ppid=21241 vsize=915452 CPUtime=0.05
/proc/21243/task/21245/stat : 21245 (java) S 21241 21243 20370 0 -1 64 559 0 0 0 5 0 0 0 16 0 8 0 271032682 937422848 15353 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21243/tid=21246] ppid=21241 vsize=915452 CPUtime=0
/proc/21243/task/21246/stat : 21246 (java) S 21241 21243 20370 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 271032682 937422848 15353 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21243/tid=21247] ppid=21241 vsize=915452 CPUtime=0
/proc/21243/task/21247/stat : 21247 (java) S 21241 21243 20370 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 271032682 937422848 15353 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21243/tid=21248] ppid=21241 vsize=915452 CPUtime=0
/proc/21243/task/21248/stat : 21248 (java) S 21241 21243 20370 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 271032686 937422848 15353 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21243/tid=21249] ppid=21241 vsize=915452 CPUtime=0.28
/proc/21243/task/21249/stat : 21249 (java) S 21241 21243 20370 0 -1 64 432 0 0 0 27 1 0 0 16 0 8 0 271032686 937422848 15353 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21243/tid=21250] ppid=21241 vsize=915452 CPUtime=0
/proc/21243/task/21250/stat : 21250 (java) S 21241 21243 20370 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 271032686 937422848 15353 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21243/tid=21251] ppid=21241 vsize=915452 CPUtime=0
/proc/21243/task/21251/stat : 21251 (java) S 21241 21243 20370 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 271032686 937422848 15353 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.68
Current children cumulated vsize (KiB) 915452

[startup+102.477 s]
/proc/loadavg: 2.02 2.01 2.00 4/94 21251
/proc/meminfo: memFree=880480/2055920 swapFree=4191880/4192956
[pid=21243] ppid=21241 vsize=915452 CPUtime=101.47
/proc/21243/stat : 21243 (java) R 21241 21243 20370 0 -1 0 15643 0 1 0 10100 47 0 0 25 0 8 0 271032677 937422848 15364 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073825703 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21243/statm: 228863 15364 2549 14 0 215333 0
[pid=21243/tid=21245] ppid=21241 vsize=915452 CPUtime=0.05
/proc/21243/task/21245/stat : 21245 (java) S 21241 21243 20370 0 -1 64 559 0 0 0 5 0 0 0 16 0 8 0 271032682 937422848 15364 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21243/tid=21246] ppid=21241 vsize=915452 CPUtime=0
/proc/21243/task/21246/stat : 21246 (java) S 21241 21243 20370 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 271032682 937422848 15364 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21243/tid=21247] ppid=21241 vsize=915452 CPUtime=0
/proc/21243/task/21247/stat : 21247 (java) S 21241 21243 20370 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 271032682 937422848 15364 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21243/tid=21248] ppid=21241 vsize=915452 CPUtime=0
/proc/21243/task/21248/stat : 21248 (java) S 21241 21243 20370 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 271032686 937422848 15364 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21243/tid=21249] ppid=21241 vsize=915452 CPUtime=0.29
/proc/21243/task/21249/stat : 21249 (java) S 21241 21243 20370 0 -1 64 442 0 0 0 28 1 0 0 16 0 8 0 271032686 937422848 15364 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21243/tid=21250] ppid=21241 vsize=915452 CPUtime=0
/proc/21243/task/21250/stat : 21250 (java) S 21241 21243 20370 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 271032686 937422848 15364 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21243/tid=21251] ppid=21241 vsize=915452 CPUtime=0
/proc/21243/task/21251/stat : 21251 (java) S 21241 21243 20370 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 271032686 937422848 15364 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.47
Current children cumulated vsize (KiB) 915452

[startup+162.559 s]
/proc/loadavg: 2.00 2.00 2.00 3/94 21251
/proc/meminfo: memFree=880480/2055920 swapFree=4191880/4192956
[pid=21243] ppid=21241 vsize=915452 CPUtime=161.01
/proc/21243/stat : 21243 (java) R 21241 21243 20370 0 -1 0 15665 0 1 0 16053 48 0 0 25 0 8 0 271032677 937422848 15381 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073824999 0 4 0 23759 18446744073709551615 0 0 17 1 0 0

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

Current children cumulated CPU time (s) 2010.49
Current children cumulated vsize (KiB) 915452

[startup+2084.72 s]
/proc/loadavg: 2.02 2.01 2.00 3/94 21335
/proc/meminfo: memFree=1273120/2055920 swapFree=4191880/4192956
[pid=21243] ppid=21241 vsize=915452 CPUtime=2070.46
/proc/21243/stat : 21243 (java) R 21241 21243 20370 0 -1 0 15692 0 1 0 206983 63 0 0 25 0 8 0 271032677 937422848 15395 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4074051400 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21243/statm: 228863 15395 2552 14 0 215333 0
[pid=21243/tid=21245] ppid=21241 vsize=915452 CPUtime=0.05
/proc/21243/task/21245/stat : 21245 (java) S 21241 21243 20370 0 -1 64 560 0 0 0 5 0 0 0 16 0 8 0 271032682 937422848 15395 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21243/tid=21246] ppid=21241 vsize=915452 CPUtime=0
/proc/21243/task/21246/stat : 21246 (java) S 21241 21243 20370 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 271032682 937422848 15395 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21243/tid=21247] ppid=21241 vsize=915452 CPUtime=0
/proc/21243/task/21247/stat : 21247 (java) S 21241 21243 20370 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 271032682 937422848 15395 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21243/tid=21248] ppid=21241 vsize=915452 CPUtime=0
/proc/21243/task/21248/stat : 21248 (java) S 21241 21243 20370 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 271032686 937422848 15395 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21243/tid=21249] ppid=21241 vsize=915452 CPUtime=0.34
/proc/21243/task/21249/stat : 21249 (java) S 21241 21243 20370 0 -1 64 477 0 0 0 33 1 0 0 17 0 8 0 271032686 937422848 15395 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21243/tid=21250] ppid=21241 vsize=915452 CPUtime=0
/proc/21243/task/21250/stat : 21250 (java) S 21241 21243 20370 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 271032686 937422848 15395 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21243/tid=21251] ppid=21241 vsize=915452 CPUtime=0
/proc/21243/task/21251/stat : 21251 (java) S 21241 21243 20370 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 271032686 937422848 15395 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2070.46
Current children cumulated vsize (KiB) 915452

[startup+2144.78 s]
/proc/loadavg: 2.00 2.00 2.00 3/94 21335
/proc/meminfo: memFree=1273120/2055920 swapFree=4191880/4192956
[pid=21243] ppid=21241 vsize=915452 CPUtime=2130.45
/proc/21243/stat : 21243 (java) R 21241 21243 20370 0 -1 0 15692 0 1 0 212982 63 0 0 25 0 8 0 271032677 937422848 15395 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073824325 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21243/statm: 228863 15395 2552 14 0 215333 0
[pid=21243/tid=21245] ppid=21241 vsize=915452 CPUtime=0.05
/proc/21243/task/21245/stat : 21245 (java) S 21241 21243 20370 0 -1 64 560 0 0 0 5 0 0 0 16 0 8 0 271032682 937422848 15395 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21243/tid=21246] ppid=21241 vsize=915452 CPUtime=0
/proc/21243/task/21246/stat : 21246 (java) S 21241 21243 20370 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 271032682 937422848 15395 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21243/tid=21247] ppid=21241 vsize=915452 CPUtime=0
/proc/21243/task/21247/stat : 21247 (java) S 21241 21243 20370 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 271032682 937422848 15395 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21243/tid=21248] ppid=21241 vsize=915452 CPUtime=0
/proc/21243/task/21248/stat : 21248 (java) S 21241 21243 20370 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 271032686 937422848 15395 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21243/tid=21249] ppid=21241 vsize=915452 CPUtime=0.34
/proc/21243/task/21249/stat : 21249 (java) S 21241 21243 20370 0 -1 64 477 0 0 0 33 1 0 0 17 0 8 0 271032686 937422848 15395 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21243/tid=21250] ppid=21241 vsize=915452 CPUtime=0
/proc/21243/task/21250/stat : 21250 (java) S 21241 21243 20370 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 271032686 937422848 15395 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21243/tid=21251] ppid=21241 vsize=915452 CPUtime=0
/proc/21243/task/21251/stat : 21251 (java) S 21241 21243 20370 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 271032686 937422848 15395 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2130.45
Current children cumulated vsize (KiB) 915452

[startup+2204.84 s]
/proc/loadavg: 2.00 2.00 2.00 3/94 21335
/proc/meminfo: memFree=1273120/2055920 swapFree=4191880/4192956
[pid=21243] ppid=21241 vsize=915452 CPUtime=2190.45
/proc/21243/stat : 21243 (java) R 21241 21243 20370 0 -1 0 15692 0 1 0 218982 63 0 0 25 0 8 0 271032677 937422848 15395 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073820291 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21243/statm: 228863 15395 2552 14 0 215333 0
[pid=21243/tid=21245] ppid=21241 vsize=915452 CPUtime=0.05
/proc/21243/task/21245/stat : 21245 (java) S 21241 21243 20370 0 -1 64 560 0 0 0 5 0 0 0 16 0 8 0 271032682 937422848 15395 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21243/tid=21246] ppid=21241 vsize=915452 CPUtime=0
/proc/21243/task/21246/stat : 21246 (java) S 21241 21243 20370 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 271032682 937422848 15395 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21243/tid=21247] ppid=21241 vsize=915452 CPUtime=0
/proc/21243/task/21247/stat : 21247 (java) S 21241 21243 20370 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 271032682 937422848 15395 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21243/tid=21248] ppid=21241 vsize=915452 CPUtime=0
/proc/21243/task/21248/stat : 21248 (java) S 21241 21243 20370 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 271032686 937422848 15395 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21243/tid=21249] ppid=21241 vsize=915452 CPUtime=0.34
/proc/21243/task/21249/stat : 21249 (java) S 21241 21243 20370 0 -1 64 477 0 0 0 33 1 0 0 17 0 8 0 271032686 937422848 15395 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21243/tid=21250] ppid=21241 vsize=915452 CPUtime=0
/proc/21243/task/21250/stat : 21250 (java) S 21241 21243 20370 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 271032686 937422848 15395 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21243/tid=21251] ppid=21241 vsize=915452 CPUtime=0
/proc/21243/task/21251/stat : 21251 (java) S 21241 21243 20370 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 271032686 937422848 15395 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2190.45
Current children cumulated vsize (KiB) 915452

[startup+2264.9 s]
/proc/loadavg: 2.00 2.00 2.00 4/94 21335
/proc/meminfo: memFree=1273120/2055920 swapFree=4191880/4192956
[pid=21243] ppid=21241 vsize=915452 CPUtime=2250.43
/proc/21243/stat : 21243 (java) R 21241 21243 20370 0 -1 0 15692 0 1 0 224980 63 0 0 25 0 8 0 271032677 937422848 15395 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073825737 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21243/statm: 228863 15395 2552 14 0 215333 0
[pid=21243/tid=21245] ppid=21241 vsize=915452 CPUtime=0.05
/proc/21243/task/21245/stat : 21245 (java) S 21241 21243 20370 0 -1 64 560 0 0 0 5 0 0 0 16 0 8 0 271032682 937422848 15395 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21243/tid=21246] ppid=21241 vsize=915452 CPUtime=0
/proc/21243/task/21246/stat : 21246 (java) S 21241 21243 20370 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 271032682 937422848 15395 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21243/tid=21247] ppid=21241 vsize=915452 CPUtime=0
/proc/21243/task/21247/stat : 21247 (java) S 21241 21243 20370 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 271032682 937422848 15395 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21243/tid=21248] ppid=21241 vsize=915452 CPUtime=0
/proc/21243/task/21248/stat : 21248 (java) S 21241 21243 20370 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 271032686 937422848 15395 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21243/tid=21249] ppid=21241 vsize=915452 CPUtime=0.34
/proc/21243/task/21249/stat : 21249 (java) S 21241 21243 20370 0 -1 64 477 0 0 0 33 1 0 0 17 0 8 0 271032686 937422848 15395 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21243/tid=21250] ppid=21241 vsize=915452 CPUtime=0
/proc/21243/task/21250/stat : 21250 (java) S 21241 21243 20370 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 271032686 937422848 15395 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21243/tid=21251] ppid=21241 vsize=915452 CPUtime=0
/proc/21243/task/21251/stat : 21251 (java) S 21241 21243 20370 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 271032686 937422848 15395 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2250.43
Current children cumulated vsize (KiB) 915452

[startup+2324.96 s]
/proc/loadavg: 2.00 2.00 2.00 3/94 21335
/proc/meminfo: memFree=1273056/2055920 swapFree=4191880/4192956
[pid=21243] ppid=21241 vsize=915452 CPUtime=2310.43
/proc/21243/stat : 21243 (java) R 21241 21243 20370 0 -1 0 15692 0 1 0 230980 63 0 0 25 0 8 0 271032677 937422848 15395 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073825844 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21243/statm: 228863 15395 2552 14 0 215333 0
[pid=21243/tid=21245] ppid=21241 vsize=915452 CPUtime=0.05
/proc/21243/task/21245/stat : 21245 (java) S 21241 21243 20370 0 -1 64 560 0 0 0 5 0 0 0 16 0 8 0 271032682 937422848 15395 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21243/tid=21246] ppid=21241 vsize=915452 CPUtime=0
/proc/21243/task/21246/stat : 21246 (java) S 21241 21243 20370 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 271032682 937422848 15395 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21243/tid=21247] ppid=21241 vsize=915452 CPUtime=0
/proc/21243/task/21247/stat : 21247 (java) S 21241 21243 20370 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 271032682 937422848 15395 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21243/tid=21248] ppid=21241 vsize=915452 CPUtime=0
/proc/21243/task/21248/stat : 21248 (java) S 21241 21243 20370 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 271032686 937422848 15395 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21243/tid=21249] ppid=21241 vsize=915452 CPUtime=0.34
/proc/21243/task/21249/stat : 21249 (java) S 21241 21243 20370 0 -1 64 477 0 0 0 33 1 0 0 17 0 8 0 271032686 937422848 15395 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21243/tid=21250] ppid=21241 vsize=915452 CPUtime=0
/proc/21243/task/21250/stat : 21250 (java) S 21241 21243 20370 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 271032686 937422848 15395 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21243/tid=21251] ppid=21241 vsize=915452 CPUtime=0
/proc/21243/task/21251/stat : 21251 (java) S 21241 21243 20370 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 271032686 937422848 15395 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2310.43
Current children cumulated vsize (KiB) 915452

[startup+2385 s]
/proc/loadavg: 2.00 2.00 2.00 4/94 21335
/proc/meminfo: memFree=1273056/2055920 swapFree=4191880/4192956
[pid=21243] ppid=21241 vsize=915452 CPUtime=2370.41
/proc/21243/stat : 21243 (java) R 21241 21243 20370 0 -1 0 15692 0 1 0 236978 63 0 0 25 0 8 0 271032677 937422848 15395 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073826446 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21243/statm: 228863 15395 2552 14 0 215333 0
[pid=21243/tid=21245] ppid=21241 vsize=915452 CPUtime=0.05
/proc/21243/task/21245/stat : 21245 (java) S 21241 21243 20370 0 -1 64 560 0 0 0 5 0 0 0 16 0 8 0 271032682 937422848 15395 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21243/tid=21246] ppid=21241 vsize=915452 CPUtime=0
/proc/21243/task/21246/stat : 21246 (java) S 21241 21243 20370 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 271032682 937422848 15395 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21243/tid=21247] ppid=21241 vsize=915452 CPUtime=0
/proc/21243/task/21247/stat : 21247 (java) S 21241 21243 20370 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 271032682 937422848 15395 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21243/tid=21248] ppid=21241 vsize=915452 CPUtime=0
/proc/21243/task/21248/stat : 21248 (java) S 21241 21243 20370 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 271032686 937422848 15395 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21243/tid=21249] ppid=21241 vsize=915452 CPUtime=0.34
/proc/21243/task/21249/stat : 21249 (java) S 21241 21243 20370 0 -1 64 477 0 0 0 33 1 0 0 17 0 8 0 271032686 937422848 15395 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21243/tid=21250] ppid=21241 vsize=915452 CPUtime=0
/proc/21243/task/21250/stat : 21250 (java) S 21241 21243 20370 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 271032686 937422848 15395 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21243/tid=21251] ppid=21241 vsize=915452 CPUtime=0
/proc/21243/task/21251/stat : 21251 (java) R 21241 21243 20370 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 271032686 937422848 15395 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2370.41
Current children cumulated vsize (KiB) 915452



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2414.72 s]
/proc/loadavg: 2.00 2.00 2.00 3/94 21335
/proc/meminfo: memFree=1273120/2055920 swapFree=4191880/4192956
[pid=21243] ppid=21241 vsize=915452 CPUtime=2400.1
/proc/21243/stat : 21243 (java) R 21241 21243 20370 0 -1 0 15692 0 1 0 239947 63 0 0 25 0 8 0 271032677 937422848 15395 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073820298 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21243/statm: 228863 15395 2552 14 0 215333 0
[pid=21243/tid=21245] ppid=21241 vsize=915452 CPUtime=0.05
/proc/21243/task/21245/stat : 21245 (java) S 21241 21243 20370 0 -1 64 560 0 0 0 5 0 0 0 16 0 8 0 271032682 937422848 15395 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21243/tid=21246] ppid=21241 vsize=915452 CPUtime=0
/proc/21243/task/21246/stat : 21246 (java) S 21241 21243 20370 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 271032682 937422848 15395 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21243/tid=21247] ppid=21241 vsize=915452 CPUtime=0
/proc/21243/task/21247/stat : 21247 (java) S 21241 21243 20370 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 271032682 937422848 15395 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21243/tid=21248] ppid=21241 vsize=915452 CPUtime=0
/proc/21243/task/21248/stat : 21248 (java) S 21241 21243 20370 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 271032686 937422848 15395 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21243/tid=21249] ppid=21241 vsize=915452 CPUtime=0.34
/proc/21243/task/21249/stat : 21249 (java) S 21241 21243 20370 0 -1 64 477 0 0 0 33 1 0 0 17 0 8 0 271032686 937422848 15395 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21243/tid=21250] ppid=21241 vsize=915452 CPUtime=0
/proc/21243/task/21250/stat : 21250 (java) S 21241 21243 20370 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 271032686 937422848 15395 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21243/tid=21251] ppid=21241 vsize=915452 CPUtime=0
/proc/21243/task/21251/stat : 21251 (java) S 21241 21243 20370 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 271032686 937422848 15395 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2400.1
Current children cumulated vsize (KiB) 915452

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

Child status: 143
Real time (s): 2414.78
CPU time (s): 2400.16
CPU user time (s): 2399.51
CPU system time (s): 0.647901
CPU usage (%): 99.3945
Max. virtual memory (cumulated for all children) (KiB): 915456

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2399.51
system time used= 0.647901
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 15715
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= 50441
involuntary context switches= 80972

runsolver used 3.14552 s user time and 7.55985 s system time

The end

Launcher Data (download as text)

Begin job on node3 on Fri Jan 19 17:06:10 UTC 2007


IDJOB= 275744
IDBENCH= 4658
IDSOLVER= 68
FILE ID= node3/275744-1169226370

PBS_JOBID= 3588951

Free space on /tmp= 66560 MiB

SOLVER NAME= AbsconMax 109 EPFC
BENCH NAME= HOME/pub/bench/CPAI06/pseudoSeries/uclid/blast-floppy1-6.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar epfc.xml 1 XSax /tmp/evaluation/275744-1169226370/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node3/watcher-275744-1169226370 -o ROOT/results/node3/solver-275744-1169226370 -C 2400 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar epfc.xml 1 XSax /tmp/evaluation/275744-1169226370/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  7858bbb2995540e71f464a345aca5f7d

RANDOM SEED= 890078658

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.279
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.279
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:        932344 kB
Buffers:         54560 kB
Cached:         543488 kB
SwapCached:        284 kB
Active:         567048 kB
Inactive:       480892 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        932344 kB
SwapTotal:     4192956 kB
SwapFree:      4191880 kB
Dirty:            1888 kB
Writeback:           0 kB
Mapped:         462616 kB
Slab:            59868 kB
Committed_AS:  7533480 kB
PageTables:       2836 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66560 MiB



End job on node3 on Fri Jan 19 17:46:25 UTC 2007