Trace number 276229

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.09 2403.3

General information on the benchmark

Namerandom/rand-2-24/
rand-24-24-276-139-57021_ext.xml
MD5SUM656731a78971893f85baaac0920e1a7e
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of satisfied constraints275
Best CPU time to get the best result obtained on this benchmark138.468
SatisfiableNO
(Un)Satisfiability was provedNO
Number of variables24
Number of constraints276
Maximum constraint arity2
Maximum domain size24
Number of constraints which are defined in extension276
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/276229-1169233662/unknown.xml
0.37	   
0.37	   domains being loaded...
0.38	   
0.38	   variables being loaded...
0.41	     nbVariables=24  nbDomainTypes=1  minDomainSize=24  maxDomainSize=24
0.41	       =>  wckTime=0.1  cpuTime=0.08  mem=6M887
0.41	   
0.41	   relations being loaded...
0.51	   
0.51	   constraints being loaded...
0.63	     nbConstraints=276  nbRelationTypes=276  nbExtensionStructures=276  nbSharedExtensionStructures=0
0.63	     nbConflictsStructures=276  nbSharedConflictsStructures=0  nbSharedBinaryRepresentations=888  maxDegree=23
0.63	     maxArity=2
0.63	       =>  wckTime=0.321  cpuTime=0.22  mem=13M723
0.68	   
0.68	   solver LocalSearchSolver being built... 
0.72	       =>  wckTime=0.41  cpuTime=0.27  mem=6M128
0.73	
0.73	s SATISFIABLE
0.73	o 210
0.73	c 66
0.73	o 217
0.73	c 59
0.73	o 224
0.73	c 52
0.73	o 229
0.73	c 47
0.73	o 234
0.73	c 42
0.73	o 238
0.73	c 38
0.73	o 242
0.73	c 34
0.73	o 244
0.73	c 32
0.74	o 248
0.74	c 28
0.74	o 250
0.74	c 26
0.74	o 252
0.74	c 24
0.74	o 253
0.74	c 23
0.74	o 255
0.74	c 21
0.74	o 256
0.74	c 20
0.74	o 257
0.74	c 19
0.75	o 258
0.75	c 18
0.75	o 259
0.75	c 17
0.75	o 260
0.76	c 16
0.76	o 261
0.76	c 15
0.76	o 265
0.76	c 11
0.76	o 267
0.76	c 9
0.78	o 268
0.78	c 8
0.78	o 270
0.78	c 6
0.81	o 271
0.81	c 5
0.85	o 272
0.85	c 4
0.89	o 273
0.89	c 3
0.93	o 274
0.93	c 2
2.19	o 275
2.19	c 1
2.19	   
2.19	   search
2.19	     run=0  nbConstraintChecks=10238626  nbAssignments=4485
2.19	       =>  wckTime=1.472  cpuTime=1.44  mem=6M128
2.19	   
2.19	   global
2.19	     nbConstraintChecks=10238626  nbValidityChecks=0  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
2.19	     solvingWckTime=1.47  solvingCpuTime=1.44  expiredTime=no  totalExploration=no  nbFoundSolutions=0
2.19	     globalCpuTime=1.76
2.19	       =>  wckTime=1.883  cpuTime=1.71  mem=6M128
2.20	   
2.20	   solver IterativeSystematicSolver being built... 
2.33	       =>  wckTime=2.022  cpuTime=1.82  mem=17M68
2.40	   
2.40	   preprocessing
2.40	     nbConstraintChecks=79149  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
2.40	     detectedInconsistency=no
2.40	       =>  wckTime=0.066  cpuTime=0.04  mem=17M68
2.45	   
2.45	   search
2.45	     run=0  nbConstraintChecks=163770  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=41
2.45	     nbFailedAssignments=27  nbBacktracks=10  nbVisitedNodes=79  nbRestartNogoods=0
2.45	       =>  wckTime=0.115  cpuTime=0.09  mem=17M68
2.51	   
2.51	   search
2.51	     run=1  nbConstraintChecks=360716  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=91
2.51	     nbFailedAssignments=57  nbBacktracks=25  nbVisitedNodes=174  nbRestartNogoods=2
2.51	       =>  wckTime=0.172  cpuTime=0.13  mem=17M68
2.57	   
2.57	   search
2.57	     run=2  nbConstraintChecks=643257  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=160
2.57	     nbFailedAssignments=99  nbBacktracks=47  nbVisitedNodes=307  nbRestartNogoods=4
2.57	       =>  wckTime=0.233  cpuTime=0.19  mem=17M68
2.68	   
2.68	   search
2.68	     run=3  nbConstraintChecks=1162047  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=292
2.68	     nbFailedAssignments=194  nbBacktracks=80  nbVisitedNodes=565  nbRestartNogoods=24
2.68	       =>  wckTime=0.347  cpuTime=0.31  mem=17M68
2.82	   
2.82	   search
2.82	     run=4  nbConstraintChecks=1817995  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=464
2.82	     nbFailedAssignments=311  nbBacktracks=130  nbVisitedNodes=903  nbRestartNogoods=28
2.82	       =>  wckTime=0.482  cpuTime=0.44  mem=17M68
3.00	   
3.01	   search
3.01	     run=5  nbConstraintChecks=2741708  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=708
3.01	     nbFailedAssignments=475  nbBacktracks=205  nbVisitedNodes=1386  nbRestartNogoods=36
3.01	       =>  wckTime=0.671  cpuTime=0.63  mem=17M68
3.30	   
3.30	   search
3.30	     run=6  nbConstraintChecks=4186311  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=1059
3.30	     nbFailedAssignments=709  nbBacktracks=318  nbVisitedNodes=2081  nbRestartNogoods=50
3.30	       =>  wckTime=0.964  cpuTime=0.91  mem=17M68
3.82	   
3.82	   search
3.82	     run=7  nbConstraintChecks=6706183  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=1659
3.82	     nbFailedAssignments=1135  nbBacktracks=488  nbVisitedNodes=3274  nbRestartNogoods=59
3.82	       =>  wckTime=1.483  cpuTime=1.41  mem=17M68
4.52	   
4.52	   search
4.52	     run=8  nbConstraintChecks=10354000  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=2545
4.52	     nbFailedAssignments=1761  nbBacktracks=744  nbVisitedNodes=5036  nbRestartNogoods=64
4.52	       =>  wckTime=2.189  cpuTime=2.1  mem=17M68
5.45	   
5.45	   search
5.45	     run=9  nbConstraintChecks=15145658  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=3784
5.45	     nbFailedAssignments=2611  nbBacktracks=1128  nbVisitedNodes=7493  nbRestartNogoods=89
5.45	       =>  wckTime=3.113  cpuTime=3.02  mem=17M68
6.90	   
6.90	   search
6.90	     run=10  nbConstraintChecks=22802134  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=5537
6.90	     nbFailedAssignments=3784  nbBacktracks=1705  nbVisitedNodes=10956  nbRestartNogoods=122
6.90	       =>  wckTime=4.561  cpuTime=4.45  mem=17M68
8.85	   
8.85	   search
8.85	     run=11  nbConstraintChecks=33319779  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=7956
8.85	     nbFailedAssignments=5333  nbBacktracks=2569  nbVisitedNodes=15668  nbRestartNogoods=160
8.85	       =>  wckTime=6.517  cpuTime=6.4  mem=17M68
11.38	   
11.38	   search
11.38	     run=12  nbConstraintChecks=46575726  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=11012
11.38	     nbFailedAssignments=7088  nbBacktracks=3866  nbVisitedNodes=21221  nbRestartNogoods=185
11.38	       =>  wckTime=9.048  cpuTime=8.9  mem=17M68
14.86	   
14.86	   search
14.86	     run=13  nbConstraintChecks=65019624  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=15137
14.86	     nbFailedAssignments=9265  nbBacktracks=5812  nbVisitedNodes=28453  nbRestartNogoods=202
14.86	       =>  wckTime=12.524  cpuTime=12.34  mem=17M68
20.30	   
20.30	   search
20.30	     run=14  nbConstraintChecks=93773811  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=21502
20.30	     nbFailedAssignments=12707  nbBacktracks=8731  nbVisitedNodes=39533  nbRestartNogoods=210
20.30	       =>  wckTime=17.962  cpuTime=17.74  mem=17M68
27.75	   
27.75	   search
27.75	     run=15  nbConstraintChecks=133053620  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=30574
27.75	     nbFailedAssignments=17396  nbBacktracks=13109  nbVisitedNodes=55058  nbRestartNogoods=256
27.75	       =>  wckTime=25.413  cpuTime=25.13  mem=17M68
39.05	   
39.05	   search
39.05	     run=16  nbConstraintChecks=192725183  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=44309
39.05	     nbFailedAssignments=24559  nbBacktracks=19677  nbVisitedNodes=78582  nbRestartNogoods=277
39.05	       =>  wckTime=36.717  cpuTime=36.33  mem=17M68
56.48	   
56.48	   search
56.48	     run=17  nbConstraintChecks=285097559  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=65220
56.48	     nbFailedAssignments=35614  nbBacktracks=29529  nbVisitedNodes=114752  nbRestartNogoods=317
56.49	       =>  wckTime=54.151  cpuTime=53.61  mem=17M68
82.86	   
82.86	   search
82.86	     run=18  nbConstraintChecks=425016059  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=96389
82.86	     nbFailedAssignments=52001  nbBacktracks=44307  nbVisitedNodes=168419  nbRestartNogoods=359
82.86	       =>  wckTime=80.528  cpuTime=79.75  mem=17M68
120.21	   
120.21	   search
120.21	     run=19  nbConstraintChecks=625696268  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=142044
120.21	     nbFailedAssignments=75482  nbBacktracks=66475  nbVisitedNodes=246226  nbRestartNogoods=387
120.21	       =>  wckTime=117.878  cpuTime=116.84  mem=17M68
172.15	   
172.15	   search
172.15	     run=20  nbConstraintChecks=923424443  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=210070
172.15	     nbFailedAssignments=110251  nbBacktracks=99727  nbVisitedNodes=361751  nbRestartNogoods=433
172.15	       =>  wckTime=169.82  cpuTime=168.73  mem=17M68
251.80	   
251.80	   search
251.80	     run=21  nbConstraintChecks=1382960734  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=313128
251.80	     nbFailedAssignments=163426  nbBacktracks=149605  nbVisitedNodes=538097  nbRestartNogoods=466
251.80	       =>  wckTime=249.467  cpuTime=248.29  mem=17M68
369.44	   
369.44	   search
369.44	     run=22  nbConstraintChecks=2058105296  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=466805
369.44	     nbFailedAssignments=242281  nbBacktracks=224423  nbVisitedNodes=800049  nbRestartNogoods=489
369.44	       =>  wckTime=367.101  cpuTime=365.83  mem=17M68
549.47	   
549.47	   search
549.47	     run=23  nbConstraintChecks=3091169987  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=694685
549.47	     nbFailedAssignments=357929  nbBacktracks=336650  nbVisitedNodes=1187201  nbRestartNogoods=533
549.47	       =>  wckTime=547.137  cpuTime=545.69  mem=17M68
808.06	   
808.06	   search
808.06	     run=24  nbConstraintChecks=4571439734  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=1028930
808.06	     nbFailedAssignments=523829  nbBacktracks=504991  nbVisitedNodes=1750010  nbRestartNogoods=588
808.06	       =>  wckTime=805.727  cpuTime=804.03  mem=17M68
1207.46	   
1207.47	   search
1207.47	     run=25  nbConstraintChecks=6853035231  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=1539654
1207.47	     nbFailedAssignments=782037  nbBacktracks=757505  nbVisitedNodes=2617593  nbRestartNogoods=611
1207.47	       =>  wckTime=1205.131  cpuTime=1203.04  mem=17M68
1807.89	   
1807.89	   search
1807.89	     run=26  nbConstraintChecks=10299144166  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
1807.89	     nbAssignments=2307744  nbFailedAssignments=1171355  nbBacktracks=1136272  nbVisitedNodes=3922430
1807.89	     nbRestartNogoods=653
1807.89	       =>  wckTime=1805.56  cpuTime=1802.9  mem=17M68
2403.24	v 10 8 12 11 22 1 5 18 19 8 0 21 3 11 21 15 5 20 12 1 22 15 4 8 

Verifier Data (download as text)

1 unsatisfied constraints, 275 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/node60/watcher-276229-1169233662 -o ROOT/results/node60/solver-276229-1169233662 -C 2400 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar epfc.xml 1 XSax /tmp/evaluation/276229-1169233662/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.87 1.98 1.96 4/75 27974
/proc/meminfo: memFree=1198832/2055920 swapFree=4192812/4192956
[pid=27973] ppid=27971 vsize=906644 CPUtime=0.03
/proc/27973/stat : 27973 (java) S 27971 27973 27013 0 -1 0 2065 0 1 0 2 1 0 0 18 0 2 0 271764100 928403456 1814 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 7368 18446744073709551615 0 0 17 0 0 0
/proc/27973/statm: 226661 1814 1035 14 0 214244 0
[pid=27973/tid=27975] ppid=27971 vsize=906644 CPUtime=0
/proc/27973/task/27975/stat : 27975 (java) R 27971 27973 27013 0 -1 64 0 0 0 0 0 0 0 0 19 0 2 0 271764104 928403456 1814 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 6381528 0 4 0 7368 0 0 0 -1 0 0 0

[startup+0.10423 s]
/proc/loadavg: 1.87 1.98 1.96 4/75 27974
/proc/meminfo: memFree=1198832/2055920 swapFree=4192812/4192956
[pid=27973] ppid=27971 vsize=914988 CPUtime=0.08
/proc/27973/stat : 27973 (java) R 27971 27973 27013 0 -1 0 3000 0 1 0 7 1 0 0 17 0 8 0 271764100 936947712 2746 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4072925080 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27973/statm: 228747 2746 1428 14 0 215242 0
[pid=27973/tid=27975] ppid=27971 vsize=914988 CPUtime=0
/proc/27973/task/27975/stat : 27975 (java) S 27971 27973 27013 0 -1 64 6 0 0 0 0 0 0 0 20 0 8 0 271764104 936947712 2746 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 914988

[startup+0.516271 s]
/proc/loadavg: 1.87 1.98 1.96 4/75 27974
/proc/meminfo: memFree=1198832/2055920 swapFree=4192812/4192956
[pid=27973] ppid=27971 vsize=915332 CPUtime=0.5
/proc/27973/stat : 27973 (java) R 27971 27973 27013 0 -1 0 6994 0 1 0 45 5 0 0 18 0 8 0 271764100 937299968 6733 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4072942265 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27973/statm: 228833 6733 2142 14 0 215303 0
[pid=27973/tid=27975] ppid=27971 vsize=915332 CPUtime=0
/proc/27973/task/27975/stat : 27975 (java) S 27971 27973 27013 0 -1 64 6 0 0 0 0 0 0 0 20 0 8 0 271764104 937299968 6733 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 915332

[startup+1.33935 s]
/proc/loadavg: 1.87 1.98 1.96 3/81 27982
/proc/meminfo: memFree=1176704/2055920 swapFree=4192812/4192956
[pid=27973] ppid=27971 vsize=915464 CPUtime=1.31
/proc/27973/stat : 27973 (java) R 27971 27973 27013 0 -1 0 8453 0 1 0 116 15 0 0 21 0 8 0 271764100 937435136 8191 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073737719 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27973/statm: 228866 8191 2479 14 0 215336 0
[pid=27973/tid=27975] ppid=27971 vsize=915464 CPUtime=0.03
/proc/27973/task/27975/stat : 27975 (java) S 27971 27973 27013 0 -1 64 309 0 0 0 3 0 0 0 17 0 8 0 271764104 937435136 8191 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27973/tid=27976] ppid=27971 vsize=915464 CPUtime=0
/proc/27973/task/27976/stat : 27976 (java) S 27971 27973 27013 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 271764105 937435136 8191 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27973/tid=27977] ppid=27971 vsize=915464 CPUtime=0
/proc/27973/task/27977/stat : 27977 (java) S 27971 27973 27013 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 271764105 937435136 8191 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27973/tid=27979] ppid=27971 vsize=915464 CPUtime=0
/proc/27973/task/27979/stat : 27979 (java) S 27971 27973 27013 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 271764108 937435136 8191 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27973/tid=27980] ppid=27971 vsize=915464 CPUtime=0.16
/proc/27973/task/27980/stat : 27980 (java) S 27971 27973 27013 0 -1 64 346 0 0 0 15 1 0 0 16 0 8 0 271764108 937435136 8191 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27973/tid=27981] ppid=27971 vsize=915464 CPUtime=0
/proc/27973/task/27981/stat : 27981 (java) S 27971 27973 27013 0 -1 64 0 0 0 0 0 0 0 0 20 0 8 0 271764108 937435136 8191 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27973/tid=27982] ppid=27971 vsize=915464 CPUtime=0
/proc/27973/task/27982/stat : 27982 (java) S 27971 27973 27013 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 271764108 937435136 8191 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 915464

[startup+2.97651 s]
/proc/loadavg: 1.87 1.98 1.96 3/81 27982
/proc/meminfo: memFree=1176448/2055920 swapFree=4192812/4192956
[pid=27973] ppid=27971 vsize=915464 CPUtime=2.93
/proc/27973/stat : 27973 (java) R 27971 27973 27013 0 -1 0 9168 0 1 0 264 29 0 0 25 0 8 0 271764100 937435136 8904 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073854939 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27973/statm: 228866 8904 2532 14 0 215336 0
[pid=27973/tid=27975] ppid=27971 vsize=915464 CPUtime=0.03
/proc/27973/task/27975/stat : 27975 (java) S 27971 27973 27013 0 -1 64 310 0 0 0 3 0 0 0 16 0 8 0 271764104 937435136 8904 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27973/tid=27976] ppid=27971 vsize=915464 CPUtime=0
/proc/27973/task/27976/stat : 27976 (java) S 27971 27973 27013 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 271764105 937435136 8904 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27973/tid=27977] ppid=27971 vsize=915464 CPUtime=0
/proc/27973/task/27977/stat : 27977 (java) S 27971 27973 27013 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 271764105 937435136 8904 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27973/tid=27979] ppid=27971 vsize=915464 CPUtime=0
/proc/27973/task/27979/stat : 27979 (java) S 27971 27973 27013 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 271764108 937435136 8904 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27973/tid=27980] ppid=27971 vsize=915464 CPUtime=0.22
/proc/27973/task/27980/stat : 27980 (java) S 27971 27973 27013 0 -1 64 385 0 0 0 21 1 0 0 16 0 8 0 271764108 937435136 8904 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27973/tid=27981] ppid=27971 vsize=915464 CPUtime=0
/proc/27973/task/27981/stat : 27981 (java) S 27971 27973 27013 0 -1 64 0 0 0 0 0 0 0 0 20 0 8 0 271764108 937435136 8904 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27973/tid=27982] ppid=27971 vsize=915464 CPUtime=0
/proc/27973/task/27982/stat : 27982 (java) S 27971 27973 27013 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 271764108 937435136 8904 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.93
Current children cumulated vsize (KiB) 915464

[startup+6.25783 s]
/proc/loadavg: 1.88 1.98 1.96 3/81 27982
/proc/meminfo: memFree=1173768/2055920 swapFree=4192812/4192956
[pid=27973] ppid=27971 vsize=915464 CPUtime=6.19
/proc/27973/stat : 27973 (java) R 27971 27973 27013 0 -1 0 9195 0 1 0 590 29 0 0 25 0 8 0 271764100 937435136 8929 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073890612 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27973/statm: 228866 8929 2532 14 0 215336 0
[pid=27973/tid=27975] ppid=27971 vsize=915464 CPUtime=0.03
/proc/27973/task/27975/stat : 27975 (java) S 27971 27973 27013 0 -1 64 310 0 0 0 3 0 0 0 17 0 8 0 271764104 937435136 8929 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27973/tid=27976] ppid=27971 vsize=915464 CPUtime=0
/proc/27973/task/27976/stat : 27976 (java) S 27971 27973 27013 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 271764105 937435136 8929 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27973/tid=27977] ppid=27971 vsize=915464 CPUtime=0
/proc/27973/task/27977/stat : 27977 (java) S 27971 27973 27013 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 271764105 937435136 8929 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27973/tid=27979] ppid=27971 vsize=915464 CPUtime=0
/proc/27973/task/27979/stat : 27979 (java) S 27971 27973 27013 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 271764108 937435136 8929 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27973/tid=27980] ppid=27971 vsize=915464 CPUtime=0.25
/proc/27973/task/27980/stat : 27980 (java) S 27971 27973 27013 0 -1 64 399 0 0 0 24 1 0 0 15 0 8 0 271764108 937435136 8929 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27973/tid=27981] ppid=27971 vsize=915464 CPUtime=0
/proc/27973/task/27981/stat : 27981 (java) S 27971 27973 27013 0 -1 64 0 0 0 0 0 0 0 0 20 0 8 0 271764108 937435136 8929 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27973/tid=27982] ppid=27971 vsize=915464 CPUtime=0
/proc/27973/task/27982/stat : 27982 (java) S 27971 27973 27013 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 271764108 937435136 8929 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 915464

[startup+12.7425 s]
/proc/loadavg: 1.89 1.98 1.96 3/81 27982
/proc/meminfo: memFree=1173712/2055920 swapFree=4192812/4192956
[pid=27973] ppid=27971 vsize=915464 CPUtime=12.61
/proc/27973/stat : 27973 (java) R 27971 27973 27013 0 -1 0 9207 0 1 0 1232 29 0 0 25 0 8 0 271764100 937435136 8939 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073830589 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27973/statm: 228866 8939 2532 14 0 215336 0
[pid=27973/tid=27975] ppid=27971 vsize=915464 CPUtime=0.03
/proc/27973/task/27975/stat : 27975 (java) S 27971 27973 27013 0 -1 64 310 0 0 0 3 0 0 0 17 0 8 0 271764104 937435136 8939 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27973/tid=27976] ppid=27971 vsize=915464 CPUtime=0
/proc/27973/task/27976/stat : 27976 (java) S 27971 27973 27013 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 271764105 937435136 8939 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27973/tid=27977] ppid=27971 vsize=915464 CPUtime=0
/proc/27973/task/27977/stat : 27977 (java) S 27971 27973 27013 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 271764105 937435136 8939 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27973/tid=27979] ppid=27971 vsize=915464 CPUtime=0
/proc/27973/task/27979/stat : 27979 (java) S 27971 27973 27013 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 271764108 937435136 8939 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27973/tid=27980] ppid=27971 vsize=915464 CPUtime=0.25
/proc/27973/task/27980/stat : 27980 (java) S 27971 27973 27013 0 -1 64 402 0 0 0 24 1 0 0 15 0 8 0 271764108 937435136 8939 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27973/tid=27981] ppid=27971 vsize=915464 CPUtime=0
/proc/27973/task/27981/stat : 27981 (java) S 27971 27973 27013 0 -1 64 0 0 0 0 0 0 0 0 20 0 8 0 271764108 937435136 8939 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27973/tid=27982] ppid=27971 vsize=915464 CPUtime=0
/proc/27973/task/27982/stat : 27982 (java) S 27971 27973 27013 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 271764108 937435136 8939 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.61
Current children cumulated vsize (KiB) 915464

[startup+25.6008 s]
/proc/loadavg: 1.91 1.98 1.96 3/81 27982
/proc/meminfo: memFree=1173776/2055920 swapFree=4192812/4192956
[pid=27973] ppid=27971 vsize=915464 CPUtime=25.37
/proc/27973/stat : 27973 (java) R 27971 27973 27013 0 -1 0 9212 0 1 0 2508 29 0 0 25 0 8 0 271764100 937435136 8943 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073855183 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27973/statm: 228866 8943 2532 14 0 215336 0
[pid=27973/tid=27975] ppid=27971 vsize=915464 CPUtime=0.03
/proc/27973/task/27975/stat : 27975 (java) S 27971 27973 27013 0 -1 64 310 0 0 0 3 0 0 0 16 0 8 0 271764104 937435136 8943 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27973/tid=27976] ppid=27971 vsize=915464 CPUtime=0
/proc/27973/task/27976/stat : 27976 (java) S 27971 27973 27013 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 271764105 937435136 8943 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27973/tid=27977] ppid=27971 vsize=915464 CPUtime=0
/proc/27973/task/27977/stat : 27977 (java) S 27971 27973 27013 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 271764105 937435136 8943 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27973/tid=27979] ppid=27971 vsize=915464 CPUtime=0
/proc/27973/task/27979/stat : 27979 (java) S 27971 27973 27013 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 271764108 937435136 8943 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27973/tid=27980] ppid=27971 vsize=915464 CPUtime=0.25
/proc/27973/task/27980/stat : 27980 (java) S 27971 27973 27013 0 -1 64 402 0 0 0 24 1 0 0 15 0 8 0 271764108 937435136 8943 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27973/tid=27981] ppid=27971 vsize=915464 CPUtime=0
/proc/27973/task/27981/stat : 27981 (java) S 27971 27973 27013 0 -1 64 0 0 0 0 0 0 0 0 20 0 8 0 271764108 937435136 8943 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27973/tid=27982] ppid=27971 vsize=915464 CPUtime=0
/proc/27973/task/27982/stat : 27982 (java) S 27971 27973 27013 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 271764108 937435136 8943 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.37
Current children cumulated vsize (KiB) 915464

[startup+51.2043 s]
/proc/loadavg: 1.94 1.98 1.96 3/81 27982
/proc/meminfo: memFree=1173840/2055920 swapFree=4192812/4192956
[pid=27973] ppid=27971 vsize=915464 CPUtime=50.74
/proc/27973/stat : 27973 (java) R 27971 27973 27013 0 -1 0 9218 0 1 0 5045 29 0 0 25 0 8 0 271764100 937435136 8949 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073829577 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27973/statm: 228866 8949 2532 14 0 215336 0
[pid=27973/tid=27975] ppid=27971 vsize=915464 CPUtime=0.03
/proc/27973/task/27975/stat : 27975 (java) S 27971 27973 27013 0 -1 64 310 0 0 0 3 0 0 0 16 0 8 0 271764104 937435136 8949 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27973/tid=27976] ppid=27971 vsize=915464 CPUtime=0
/proc/27973/task/27976/stat : 27976 (java) S 27971 27973 27013 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 271764105 937435136 8949 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27973/tid=27977] ppid=27971 vsize=915464 CPUtime=0
/proc/27973/task/27977/stat : 27977 (java) S 27971 27973 27013 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 271764105 937435136 8949 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27973/tid=27979] ppid=27971 vsize=915464 CPUtime=0
/proc/27973/task/27979/stat : 27979 (java) S 27971 27973 27013 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 271764108 937435136 8949 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27973/tid=27980] ppid=27971 vsize=915464 CPUtime=0.25
/proc/27973/task/27980/stat : 27980 (java) S 27971 27973 27013 0 -1 64 403 0 0 0 24 1 0 0 16 0 8 0 271764108 937435136 8949 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27973/tid=27981] ppid=27971 vsize=915464 CPUtime=0
/proc/27973/task/27981/stat : 27981 (java) S 27971 27973 27013 0 -1 64 0 0 0 0 0 0 0 0 20 0 8 0 271764108 937435136 8949 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27973/tid=27982] ppid=27971 vsize=915464 CPUtime=0
/proc/27973/task/27982/stat : 27982 (java) S 27971 27973 27013 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 271764108 937435136 8949 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.74
Current children cumulated vsize (KiB) 915464

[startup+102.407 s]
/proc/loadavg: 1.97 1.98 1.96 3/81 27982
/proc/meminfo: memFree=1173840/2055920 swapFree=4192812/4192956
[pid=27973] ppid=27971 vsize=915464 CPUtime=101.49
/proc/27973/stat : 27973 (java) R 27971 27973 27013 0 -1 0 9227 0 1 0 10120 29 0 0 25 0 8 0 271764100 937435136 8956 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4072918504 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27973/statm: 228866 8956 2532 14 0 215336 0
[pid=27973/tid=27975] ppid=27971 vsize=915464 CPUtime=0.03
/proc/27973/task/27975/stat : 27975 (java) S 27971 27973 27013 0 -1 64 310 0 0 0 3 0 0 0 16 0 8 0 271764104 937435136 8956 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27973/tid=27976] ppid=27971 vsize=915464 CPUtime=0
/proc/27973/task/27976/stat : 27976 (java) S 27971 27973 27013 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 271764105 937435136 8956 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27973/tid=27977] ppid=27971 vsize=915464 CPUtime=0
/proc/27973/task/27977/stat : 27977 (java) S 27971 27973 27013 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 271764105 937435136 8956 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27973/tid=27979] ppid=27971 vsize=915464 CPUtime=0
/proc/27973/task/27979/stat : 27979 (java) S 27971 27973 27013 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 271764108 937435136 8956 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27973/tid=27980] ppid=27971 vsize=915464 CPUtime=0.26
/proc/27973/task/27980/stat : 27980 (java) S 27971 27973 27013 0 -1 64 404 0 0 0 25 1 0 0 16 0 8 0 271764108 937435136 8956 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27973/tid=27981] ppid=27971 vsize=915464 CPUtime=0
/proc/27973/task/27981/stat : 27981 (java) S 27971 27973 27013 0 -1 64 0 0 0 0 0 0 0 0 20 0 8 0 271764108 937435136 8956 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27973/tid=27982] ppid=27971 vsize=915464 CPUtime=0
/proc/27973/task/27982/stat : 27982 (java) S 27971 27973 27013 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 271764108 937435136 8956 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.49
Current children cumulated vsize (KiB) 915464

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

Current children cumulated CPU time (s) 2021.31
Current children cumulated vsize (KiB) 915464

[startup+2084.21 s]
/proc/loadavg: 2.01 2.01 1.97 3/80 28044
/proc/meminfo: memFree=1173080/2055920 swapFree=4192812/4192956
[pid=27973] ppid=27971 vsize=915464 CPUtime=2081.32
/proc/27973/stat : 27973 (java) R 27971 27973 27013 0 -1 0 9249 0 1 0 208099 33 0 0 25 0 8 0 271764100 937435136 8977 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073854953 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/27973/statm: 228866 8977 2532 14 0 215336 0
[pid=27973/tid=27975] ppid=27971 vsize=915464 CPUtime=0.03
/proc/27973/task/27975/stat : 27975 (java) S 27971 27973 27013 0 -1 64 310 0 0 0 3 0 0 0 16 0 8 0 271764104 937435136 8977 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=27973/tid=27976] ppid=27971 vsize=915464 CPUtime=0
/proc/27973/task/27976/stat : 27976 (java) S 27971 27973 27013 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 271764105 937435136 8977 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27973/tid=27977] ppid=27971 vsize=915464 CPUtime=0
/proc/27973/task/27977/stat : 27977 (java) S 27971 27973 27013 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 271764105 937435136 8977 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27973/tid=27979] ppid=27971 vsize=915464 CPUtime=0
/proc/27973/task/27979/stat : 27979 (java) S 27971 27973 27013 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 271764108 937435136 8977 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27973/tid=27980] ppid=27971 vsize=915464 CPUtime=0.26
/proc/27973/task/27980/stat : 27980 (java) S 27971 27973 27013 0 -1 64 405 0 0 0 25 1 0 0 16 0 8 0 271764108 937435136 8977 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27973/tid=27981] ppid=27971 vsize=915464 CPUtime=0
/proc/27973/task/27981/stat : 27981 (java) S 27971 27973 27013 0 -1 64 0 0 0 0 0 0 0 0 20 0 8 0 271764108 937435136 8977 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27973/tid=27982] ppid=27971 vsize=915464 CPUtime=0
/proc/27973/task/27982/stat : 27982 (java) S 27971 27973 27013 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 271764108 937435136 8977 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2081.32
Current children cumulated vsize (KiB) 915464

[startup+2144.28 s]
/proc/loadavg: 2.00 2.00 1.97 3/80 28044
/proc/meminfo: memFree=1173080/2055920 swapFree=4192812/4192956
[pid=27973] ppid=27971 vsize=915464 CPUtime=2141.32
/proc/27973/stat : 27973 (java) R 27971 27973 27013 0 -1 0 9249 0 1 0 214099 33 0 0 25 0 8 0 271764100 937435136 8977 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073854855 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/27973/statm: 228866 8977 2532 14 0 215336 0
[pid=27973/tid=27975] ppid=27971 vsize=915464 CPUtime=0.03
/proc/27973/task/27975/stat : 27975 (java) S 27971 27973 27013 0 -1 64 310 0 0 0 3 0 0 0 16 0 8 0 271764104 937435136 8977 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=27973/tid=27976] ppid=27971 vsize=915464 CPUtime=0
/proc/27973/task/27976/stat : 27976 (java) S 27971 27973 27013 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 271764105 937435136 8977 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27973/tid=27977] ppid=27971 vsize=915464 CPUtime=0
/proc/27973/task/27977/stat : 27977 (java) S 27971 27973 27013 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 271764105 937435136 8977 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27973/tid=27979] ppid=27971 vsize=915464 CPUtime=0
/proc/27973/task/27979/stat : 27979 (java) S 27971 27973 27013 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 271764108 937435136 8977 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27973/tid=27980] ppid=27971 vsize=915464 CPUtime=0.26
/proc/27973/task/27980/stat : 27980 (java) S 27971 27973 27013 0 -1 64 405 0 0 0 25 1 0 0 16 0 8 0 271764108 937435136 8977 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27973/tid=27981] ppid=27971 vsize=915464 CPUtime=0
/proc/27973/task/27981/stat : 27981 (java) S 27971 27973 27013 0 -1 64 0 0 0 0 0 0 0 0 20 0 8 0 271764108 937435136 8977 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27973/tid=27982] ppid=27971 vsize=915464 CPUtime=0
/proc/27973/task/27982/stat : 27982 (java) S 27971 27973 27013 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 271764108 937435136 8977 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2141.32
Current children cumulated vsize (KiB) 915464

[startup+2204.33 s]
/proc/loadavg: 2.00 2.00 1.97 3/80 28044
/proc/meminfo: memFree=1173080/2055920 swapFree=4192812/4192956
[pid=27973] ppid=27971 vsize=915464 CPUtime=2201.33
/proc/27973/stat : 27973 (java) R 27971 27973 27013 0 -1 0 9249 0 1 0 220100 33 0 0 25 0 8 0 271764100 937435136 8977 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073890696 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/27973/statm: 228866 8977 2532 14 0 215336 0
[pid=27973/tid=27975] ppid=27971 vsize=915464 CPUtime=0.03
/proc/27973/task/27975/stat : 27975 (java) S 27971 27973 27013 0 -1 64 310 0 0 0 3 0 0 0 16 0 8 0 271764104 937435136 8977 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=27973/tid=27976] ppid=27971 vsize=915464 CPUtime=0
/proc/27973/task/27976/stat : 27976 (java) S 27971 27973 27013 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 271764105 937435136 8977 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27973/tid=27977] ppid=27971 vsize=915464 CPUtime=0
/proc/27973/task/27977/stat : 27977 (java) S 27971 27973 27013 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 271764105 937435136 8977 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27973/tid=27979] ppid=27971 vsize=915464 CPUtime=0
/proc/27973/task/27979/stat : 27979 (java) S 27971 27973 27013 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 271764108 937435136 8977 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27973/tid=27980] ppid=27971 vsize=915464 CPUtime=0.26
/proc/27973/task/27980/stat : 27980 (java) S 27971 27973 27013 0 -1 64 405 0 0 0 25 1 0 0 16 0 8 0 271764108 937435136 8977 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27973/tid=27981] ppid=27971 vsize=915464 CPUtime=0
/proc/27973/task/27981/stat : 27981 (java) S 27971 27973 27013 0 -1 64 0 0 0 0 0 0 0 0 20 0 8 0 271764108 937435136 8977 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27973/tid=27982] ppid=27971 vsize=915464 CPUtime=0
/proc/27973/task/27982/stat : 27982 (java) S 27971 27973 27013 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 271764108 937435136 8977 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2201.33
Current children cumulated vsize (KiB) 915464

[startup+2264.39 s]
/proc/loadavg: 2.00 2.00 1.97 3/80 28044
/proc/meminfo: memFree=1173080/2055920 swapFree=4192812/4192956
[pid=27973] ppid=27971 vsize=915464 CPUtime=2261.33
/proc/27973/stat : 27973 (java) R 27971 27973 27013 0 -1 0 9249 0 1 0 226100 33 0 0 25 0 8 0 271764100 937435136 8977 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073854842 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/27973/statm: 228866 8977 2532 14 0 215336 0
[pid=27973/tid=27975] ppid=27971 vsize=915464 CPUtime=0.03
/proc/27973/task/27975/stat : 27975 (java) S 27971 27973 27013 0 -1 64 310 0 0 0 3 0 0 0 16 0 8 0 271764104 937435136 8977 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=27973/tid=27976] ppid=27971 vsize=915464 CPUtime=0
/proc/27973/task/27976/stat : 27976 (java) S 27971 27973 27013 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 271764105 937435136 8977 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27973/tid=27977] ppid=27971 vsize=915464 CPUtime=0
/proc/27973/task/27977/stat : 27977 (java) S 27971 27973 27013 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 271764105 937435136 8977 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27973/tid=27979] ppid=27971 vsize=915464 CPUtime=0
/proc/27973/task/27979/stat : 27979 (java) S 27971 27973 27013 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 271764108 937435136 8977 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27973/tid=27980] ppid=27971 vsize=915464 CPUtime=0.26
/proc/27973/task/27980/stat : 27980 (java) S 27971 27973 27013 0 -1 64 405 0 0 0 25 1 0 0 16 0 8 0 271764108 937435136 8977 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27973/tid=27981] ppid=27971 vsize=915464 CPUtime=0
/proc/27973/task/27981/stat : 27981 (java) S 27971 27973 27013 0 -1 64 0 0 0 0 0 0 0 0 20 0 8 0 271764108 937435136 8977 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27973/tid=27982] ppid=27971 vsize=915464 CPUtime=0
/proc/27973/task/27982/stat : 27982 (java) S 27971 27973 27013 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 271764108 937435136 8977 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2261.33
Current children cumulated vsize (KiB) 915464

[startup+2324.44 s]
/proc/loadavg: 2.00 2.00 1.97 3/80 28044
/proc/meminfo: memFree=1173016/2055920 swapFree=4192812/4192956
[pid=27973] ppid=27971 vsize=915464 CPUtime=2321.31
/proc/27973/stat : 27973 (java) R 27971 27973 27013 0 -1 0 9249 0 1 0 232098 33 0 0 25 0 8 0 271764100 937435136 8977 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073839734 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/27973/statm: 228866 8977 2532 14 0 215336 0
[pid=27973/tid=27975] ppid=27971 vsize=915464 CPUtime=0.03
/proc/27973/task/27975/stat : 27975 (java) S 27971 27973 27013 0 -1 64 310 0 0 0 3 0 0 0 16 0 8 0 271764104 937435136 8977 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=27973/tid=27976] ppid=27971 vsize=915464 CPUtime=0
/proc/27973/task/27976/stat : 27976 (java) S 27971 27973 27013 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 271764105 937435136 8977 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27973/tid=27977] ppid=27971 vsize=915464 CPUtime=0
/proc/27973/task/27977/stat : 27977 (java) S 27971 27973 27013 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 271764105 937435136 8977 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27973/tid=27979] ppid=27971 vsize=915464 CPUtime=0
/proc/27973/task/27979/stat : 27979 (java) S 27971 27973 27013 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 271764108 937435136 8977 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27973/tid=27980] ppid=27971 vsize=915464 CPUtime=0.26
/proc/27973/task/27980/stat : 27980 (java) S 27971 27973 27013 0 -1 64 405 0 0 0 25 1 0 0 16 0 8 0 271764108 937435136 8977 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27973/tid=27981] ppid=27971 vsize=915464 CPUtime=0
/proc/27973/task/27981/stat : 27981 (java) S 27971 27973 27013 0 -1 64 0 0 0 0 0 0 0 0 20 0 8 0 271764108 937435136 8977 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27973/tid=27982] ppid=27971 vsize=915464 CPUtime=0
/proc/27973/task/27982/stat : 27982 (java) S 27971 27973 27013 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 271764108 937435136 8977 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2321.31
Current children cumulated vsize (KiB) 915464

[startup+2384.5 s]
/proc/loadavg: 2.00 2.00 1.97 3/80 28044
/proc/meminfo: memFree=1173080/2055920 swapFree=4192812/4192956
[pid=27973] ppid=27971 vsize=915464 CPUtime=2381.32
/proc/27973/stat : 27973 (java) R 27971 27973 27013 0 -1 0 9249 0 1 0 238099 33 0 0 25 0 8 0 271764100 937435136 8977 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073872408 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/27973/statm: 228866 8977 2532 14 0 215336 0
[pid=27973/tid=27975] ppid=27971 vsize=915464 CPUtime=0.03
/proc/27973/task/27975/stat : 27975 (java) S 27971 27973 27013 0 -1 64 310 0 0 0 3 0 0 0 16 0 8 0 271764104 937435136 8977 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=27973/tid=27976] ppid=27971 vsize=915464 CPUtime=0
/proc/27973/task/27976/stat : 27976 (java) S 27971 27973 27013 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 271764105 937435136 8977 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27973/tid=27977] ppid=27971 vsize=915464 CPUtime=0
/proc/27973/task/27977/stat : 27977 (java) S 27971 27973 27013 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 271764105 937435136 8977 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27973/tid=27979] ppid=27971 vsize=915464 CPUtime=0
/proc/27973/task/27979/stat : 27979 (java) S 27971 27973 27013 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 271764108 937435136 8977 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27973/tid=27980] ppid=27971 vsize=915464 CPUtime=0.26
/proc/27973/task/27980/stat : 27980 (java) S 27971 27973 27013 0 -1 64 405 0 0 0 25 1 0 0 16 0 8 0 271764108 937435136 8977 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27973/tid=27981] ppid=27971 vsize=915464 CPUtime=0
/proc/27973/task/27981/stat : 27981 (java) S 27971 27973 27013 0 -1 64 0 0 0 0 0 0 0 0 20 0 8 0 271764108 937435136 8977 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27973/tid=27982] ppid=27971 vsize=915464 CPUtime=0
/proc/27973/task/27982/stat : 27982 (java) S 27971 27973 27013 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 271764108 937435136 8977 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2381.32
Current children cumulated vsize (KiB) 915464



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2403.23 s]
/proc/loadavg: 2.00 2.00 1.97 5/80 28044
/proc/meminfo: memFree=1173080/2055920 swapFree=4192812/4192956
[pid=27973] ppid=27971 vsize=915464 CPUtime=2400.02
/proc/27973/stat : 27973 (java) R 27971 27973 27013 0 -1 0 9249 0 1 0 239969 33 0 0 25 0 8 0 271764100 937435136 8977 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073890035 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/27973/statm: 228866 8977 2532 14 0 215336 0
[pid=27973/tid=27975] ppid=27971 vsize=915464 CPUtime=0.03
/proc/27973/task/27975/stat : 27975 (java) S 27971 27973 27013 0 -1 64 310 0 0 0 3 0 0 0 16 0 8 0 271764104 937435136 8977 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=27973/tid=27976] ppid=27971 vsize=915464 CPUtime=0
/proc/27973/task/27976/stat : 27976 (java) S 27971 27973 27013 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 271764105 937435136 8977 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27973/tid=27977] ppid=27971 vsize=915464 CPUtime=0
/proc/27973/task/27977/stat : 27977 (java) S 27971 27973 27013 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 271764105 937435136 8977 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27973/tid=27979] ppid=27971 vsize=915464 CPUtime=0
/proc/27973/task/27979/stat : 27979 (java) S 27971 27973 27013 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 271764108 937435136 8977 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27973/tid=27980] ppid=27971 vsize=915464 CPUtime=0.26
/proc/27973/task/27980/stat : 27980 (java) S 27971 27973 27013 0 -1 64 405 0 0 0 25 1 0 0 16 0 8 0 271764108 937435136 8977 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27973/tid=27981] ppid=27971 vsize=915464 CPUtime=0
/proc/27973/task/27981/stat : 27981 (java) S 27971 27973 27013 0 -1 64 0 0 0 0 0 0 0 0 20 0 8 0 271764108 937435136 8977 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27973/tid=27982] ppid=27971 vsize=915464 CPUtime=0
/proc/27973/task/27982/stat : 27982 (java) R 27971 27973 27013 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 271764108 937435136 8977 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2400.02
Current children cumulated vsize (KiB) 915464

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

Child status: 143
Real time (s): 2403.3
CPU time (s): 2400.09
CPU user time (s): 2399.75
CPU system time (s): 0.344947
CPU usage (%): 99.8668
Max. virtual memory (cumulated for all children) (KiB): 915468

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2399.75
system time used= 0.344947
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9270
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= 49645
involuntary context switches= 14668

runsolver used 3.37249 s user time and 7.27189 s system time

The end

Launcher Data (download as text)

Begin job on node60 on Fri Jan 19 19:07:42 UTC 2007


IDJOB= 276229
IDBENCH= 5469
IDSOLVER= 68
FILE ID= node60/276229-1169233662

PBS_JOBID= 3589249

Free space on /tmp= 66560 MiB

SOLVER NAME= AbsconMax 109 EPFC
BENCH NAME= HOME/pub/bench/CPAI06/random/rand-2-24/rand-24-24-276-139-57021_ext.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar epfc.xml 1 XSax /tmp/evaluation/276229-1169233662/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node60/watcher-276229-1169233662 -o ROOT/results/node60/solver-276229-1169233662 -C 2400 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar epfc.xml 1 XSax /tmp/evaluation/276229-1169233662/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  656731a78971893f85baaac0920e1a7e

RANDOM SEED= 199771583

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.236
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.236
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:       1199248 kB
Buffers:         55560 kB
Cached:         695296 kB
SwapCached:          0 kB
Active:         117256 kB
Inactive:       658032 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1199248 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            5452 kB
Writeback:           0 kB
Mapped:          36100 kB
Slab:            66696 kB
Committed_AS:  5339064 kB
PageTables:       1888 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 node60 on Fri Jan 19 19:47:46 UTC 2007