Trace number 275192

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds, and are wall clock time (not CPU time).

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
AbsconMax 109 PFCOPTIMUM 664.352 665.402

General information on the benchmark

Namerandom/rand-2-23/
rand-23-23-253-131-51021_ext.xml
MD5SUMdfd37b796ddfc1cae49c6231c5a6ea71
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of satisfied constraints252
Best CPU time to get the best result obtained on this benchmark74.7516
SatisfiableNO
(Un)Satisfiability was provedNO
Number of variables23
Number of constraints253
Maximum constraint arity2
Maximum domain size23
Number of constraints which are defined in extension253
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.32	   
0.32	Abscon 109 (November, 2006)
0.32	   
0.32	   configuration
0.32	     name=pfc.xml
0.35	   
0.35	   instance
0.35	     name=/tmp/evaluation/275192-1169218436/unknown.xml
0.39	   
0.39	   domains being loaded...
0.39	   
0.39	   variables being loaded...
0.42	     nbVariables=23  nbDomainTypes=1  minDomainSize=23  maxDomainSize=23
0.42	       =>  wckTime=0.101  cpuTime=0.08  mem=6M910
0.42	   
0.42	   relations being loaded...
0.51	   
0.51	   constraints being loaded...
0.63	     nbConstraints=253  nbRelationTypes=253  nbExtensionStructures=253  nbSharedExtensionStructures=0
0.63	     nbConflictsStructures=253  nbSharedConflictsStructures=0  nbSharedBinaryRepresentations=836  maxDegree=22
0.63	     maxArity=2
0.63	       =>  wckTime=0.305  cpuTime=0.22  mem=12M761
0.67	   
0.67	   solver LocalSearchSolver being built... 
0.71	       =>  wckTime=0.392  cpuTime=0.27  mem=5M987
0.72	
0.72	s SATISFIABLE
0.72	o 193
0.72	c 60
0.72	o 200
0.72	c 53
0.72	o 206
0.72	c 47
0.72	o 211
0.72	c 42
0.73	o 215
0.73	c 38
0.73	o 219
0.73	c 34
0.73	o 222
0.73	c 31
0.73	o 225
0.73	c 28
0.73	o 227
0.73	c 26
0.73	o 228
0.73	c 25
0.73	o 229
0.73	c 24
0.73	o 230
0.73	c 23
0.73	o 233
0.73	c 20
0.74	o 236
0.74	c 17
0.74	o 237
0.74	c 16
0.74	o 238
0.74	c 15
0.74	o 240
0.74	c 13
0.74	o 242
0.74	c 11
0.74	o 243
0.74	c 10
0.75	o 244
0.75	c 9
0.75	o 245
0.75	c 8
0.75	o 246
0.75	c 7
0.77	o 248
0.77	c 5
0.77	o 249
0.77	c 4
0.80	o 250
0.80	c 3
0.90	o 251
0.90	c 2
0.93	o 252
0.93	c 1
0.93	   
0.93	   search
0.93	     run=0  nbConstraintChecks=1278608  nbAssignments=719
0.93	       =>  wckTime=0.219  cpuTime=0.2  mem=5M987
0.93	   
0.93	   global
0.93	     nbConstraintChecks=1278608  nbValidityChecks=0  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
0.93	     solvingWckTime=0.217  solvingCpuTime=0.2  expiredTime=no  totalExploration=no  nbFoundSolutions=0
0.93	     globalCpuTime=0.52
0.93	       =>  wckTime=0.611  cpuTime=0.47  mem=5M987
0.93	   
0.93	   solver IterativeSystematicSolver being built... 
1.06	       =>  wckTime=0.736  cpuTime=0.57  mem=16M911
1.07	   
1.07	   preprocessing
1.07	     nbConstraintChecks=0  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
1.07	     detectedInconsistency=no
1.07	       =>  wckTime=0.0060  cpuTime=0.01  mem=16M911
1.12	   
1.12	   search
1.12	     run=0  nbConstraintChecks=87481  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=27
1.12	     nbFailedAssignments=12  nbBacktracks=10  nbVisitedNodes=50  nbRestartNogoods=0
1.12	       =>  wckTime=0.063  cpuTime=0.04  mem=16M911
1.21	   
1.22	   search
1.22	     run=1  nbConstraintChecks=354069  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=103
1.22	     nbFailedAssignments=68  nbBacktracks=25  nbVisitedNodes=197  nbRestartNogoods=11
1.22	       =>  wckTime=0.156  cpuTime=0.11  mem=16M911
1.29	   
1.29	   search
1.29	     run=2  nbConstraintChecks=685915  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=198
1.29	     nbFailedAssignments=136  nbBacktracks=47  nbVisitedNodes=382  nbRestartNogoods=23
1.29	       =>  wckTime=0.228  cpuTime=0.18  mem=16M911
1.37	   
1.37	   search
1.37	     run=3  nbConstraintChecks=1057534  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=310
1.37	     nbFailedAssignments=210  nbBacktracks=80  nbVisitedNodes=601  nbRestartNogoods=40
1.37	       =>  wckTime=0.31  cpuTime=0.26  mem=16M911
1.54	   
1.54	   search
1.54	     run=4  nbConstraintChecks=1881508  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=545
1.54	     nbFailedAssignments=390  nbBacktracks=130  nbVisitedNodes=1066  nbRestartNogoods=53
1.54	       =>  wckTime=0.48  cpuTime=0.43  mem=16M911
1.73	   
1.73	   search
1.73	     run=5  nbConstraintChecks=2773798  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=803
1.73	     nbFailedAssignments=568  nbBacktracks=205  nbVisitedNodes=1577  nbRestartNogoods=63
1.73	       =>  wckTime=0.668  cpuTime=0.61  mem=16M911
2.02	   
2.02	   search
2.02	     run=6  nbConstraintChecks=4216331  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=1207
2.02	     nbFailedAssignments=856  nbBacktracks=318  nbVisitedNodes=2380  nbRestartNogoods=77
2.02	       =>  wckTime=0.964  cpuTime=0.9  mem=16M911
2.40	   
2.40	   search
2.40	     run=7  nbConstraintChecks=6022630  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=1702
2.40	     nbFailedAssignments=1176  nbBacktracks=488  nbVisitedNodes=3344  nbRestartNogoods=80
2.40	       =>  wckTime=1.342  cpuTime=1.26  mem=16M911
2.92	   
2.92	   search
2.92	     run=8  nbConstraintChecks=8626841  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=2398
2.92	     nbFailedAssignments=1612  nbBacktracks=744  nbVisitedNodes=4663  nbRestartNogoods=88
2.92	       =>  wckTime=1.861  cpuTime=1.77  mem=16M911
3.53	   
3.53	   search
3.53	     run=9  nbConstraintChecks=11712516  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=3255
3.53	     nbFailedAssignments=2079  nbBacktracks=1129  nbVisitedNodes=6206  nbRestartNogoods=92
3.53	       =>  wckTime=2.468  cpuTime=2.38  mem=16M911
4.45	   
4.45	   search
4.45	     run=10  nbConstraintChecks=16426013  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=4489
4.45	     nbFailedAssignments=2732  nbBacktracks=1705  nbVisitedNodes=8366  nbRestartNogoods=105
4.45	       =>  wckTime=3.388  cpuTime=3.29  mem=16M911
5.66	   
5.66	   search
5.67	     run=11  nbConstraintChecks=22691272  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=6217
5.67	     nbFailedAssignments=3591  nbBacktracks=2569  nbVisitedNodes=11304  nbRestartNogoods=112
5.67	       =>  wckTime=4.606  cpuTime=4.5  mem=16M911
7.62	   
7.62	   search
7.62	     run=12  nbConstraintChecks=32817206  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=8877
7.62	     nbFailedAssignments=4949  nbBacktracks=3867  nbVisitedNodes=15885  nbRestartNogoods=129
7.62	       =>  wckTime=6.563  cpuTime=6.45  mem=16M911
10.36	   
10.37	   search
10.37	     run=13  nbConstraintChecks=46764986  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=12675
10.37	     nbFailedAssignments=6796  nbBacktracks=5813  nbVisitedNodes=22293  nbRestartNogoods=133
10.37	       =>  wckTime=9.307  cpuTime=9.18  mem=16M911
14.57	   
14.57	   search
14.57	     run=14  nbConstraintChecks=68563074  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=18463
14.57	     nbFailedAssignments=9661  nbBacktracks=8733  nbVisitedNodes=32148  nbRestartNogoods=143
14.57	       =>  wckTime=13.515  cpuTime=13.37  mem=16M911
20.39	   
20.39	   search
20.39	     run=15  nbConstraintChecks=99427328  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=26878
20.39	     nbFailedAssignments=13695  nbBacktracks=13111  nbVisitedNodes=46361  nbRestartNogoods=152
20.39	       =>  wckTime=19.327  cpuTime=19.15  mem=16M911
28.81	   
28.81	   search
28.81	     run=16  nbConstraintChecks=146108985  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=39458
28.81	     nbFailedAssignments=19704  nbBacktracks=19679  nbVisitedNodes=67481  nbRestartNogoods=155
28.81	       =>  wckTime=27.755  cpuTime=27.54  mem=16M911
41.45	   
41.45	   search
41.45	     run=17  nbConstraintChecks=216042675  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=58314
41.45	     nbFailedAssignments=28701  nbBacktracks=29533  nbVisitedNodes=99164  nbRestartNogoods=167
41.45	       =>  wckTime=40.39  cpuTime=40.13  mem=16M911
60.14	   
60.14	   search
60.14	     run=18  nbConstraintChecks=319412219  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=86493
60.14	     nbFailedAssignments=42096  nbBacktracks=44311  nbVisitedNodes=146419  nbRestartNogoods=185
60.14	       =>  wckTime=59.079  cpuTime=58.74  mem=16M911
88.50	   
88.50	   search
88.50	     run=19  nbConstraintChecks=476003118  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=128907
88.50	     nbFailedAssignments=62337  nbBacktracks=66480  nbVisitedNodes=217587  nbRestartNogoods=203
88.50	       =>  wckTime=87.439  cpuTime=86.96  mem=16M911
130.78	   
130.78	   search
130.78	     run=20  nbConstraintChecks=709316209  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=192270
130.78	     nbFailedAssignments=92443  nbBacktracks=99733  nbVisitedNodes=323867  nbRestartNogoods=217
130.78	       =>  wckTime=129.718  cpuTime=129.04  mem=16M911
196.86	   
196.86	   search
196.86	     run=21  nbConstraintChecks=1061969120  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=287277
196.86	     nbFailedAssignments=137567  nbBacktracks=149611  nbVisitedNodes=483609  nbRestartNogoods=229
196.86	       =>  wckTime=195.798  cpuTime=194.98  mem=16M911
298.78	   
298.78	   search
298.78	     run=22  nbConstraintChecks=1594356177  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=430188
298.78	     nbFailedAssignments=205655  nbBacktracks=224429  nbVisitedNodes=723667  nbRestartNogoods=261
298.78	       =>  wckTime=297.717  cpuTime=296.87  mem=16M911
453.92	   
453.92	   search
453.92	     run=23  nbConstraintChecks=2403356987  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=645221
453.92	     nbFailedAssignments=308454  nbBacktracks=336656  nbVisitedNodes=1086049  nbRestartNogoods=282
453.92	       =>  wckTime=452.857  cpuTime=451.91  mem=16M911
665.35	   
665.35	   search
665.35	     run=24  nbConstraintChecks=3506509119  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=939204
665.35	     nbFailedAssignments=448830  nbBacktracks=490264  nbVisitedNodes=1580324  nbRestartNogoods=302
665.35	       =>  wckTime=664.291  cpuTime=663.23  mem=16M911
665.35	   
665.35	   global
665.35	     nbConstraintChecks=3506509119  nbRestartNogoods=302  solvingWckTime=664.292  solvingCpuTime=663.23  expiredTime=no
665.35	     totalExploration=yes  nbFoundSolutions=0  globalCpuTime=663.85
665.35	       =>  wckTime=665.029  cpuTime=663.8  mem=16M911
665.35	
665.35	s OPTIMUM FOUND
665.36	v 17 5 22 22 22 8 19 11 15 2 6 13 12 1 19 17 1 9 13 4 12 5 4 
665.36	   
665.36	   totalWckTime=665.109  totalCpuTime=663.85

Verifier Data (download as text)

1 unsatisfied constraints, 252 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/node71/watcher-275192-1169218436 -o ROOT/results/node71/solver-275192-1169218436 -C 2400 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar pfc.xml 1 XSax /tmp/evaluation/275192-1169218436/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.98 1.90 5/74 13451
/proc/meminfo: memFree=998616/2055920 swapFree=4192812/4192956
[pid=13450] ppid=13448 vsize=18540 CPUtime=0
/proc/13450/stat : 13450 (runsolver) R 13448 13450 13199 0 -1 4194368 17 0 0 0 0 0 0 0 19 0 1 0 69340478 18984960 279 18446744073709551615 4194304 4267372 548682068960 18446744073709551615 231962373415 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/13450/statm: 4635 279 244 17 0 2626 0

[startup+0.107888 s]
/proc/loadavg: 1.92 1.98 1.90 5/74 13451
/proc/meminfo: memFree=998616/2055920 swapFree=4192812/4192956
[pid=13450] ppid=13448 vsize=914988 CPUtime=0.09
/proc/13450/stat : 13450 (java) S 13448 13450 13199 0 -1 0 2995 0 1 0 7 2 0 0 17 0 8 0 69340478 936947712 2741 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/13450/statm: 228747 2741 1427 14 0 215242 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 914988

[startup+0.519942 s]
/proc/loadavg: 1.92 1.98 1.90 5/74 13451
/proc/meminfo: memFree=998616/2055920 swapFree=4192812/4192956
[pid=13450] ppid=13448 vsize=915332 CPUtime=0.49
/proc/13450/stat : 13450 (java) R 13448 13450 13199 0 -1 0 6873 0 5 0 43 6 0 0 18 0 8 0 69340478 937299968 6616 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4154294139 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/13450/statm: 228833 6616 2139 14 0 215303 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 915332

[startup+1.34806 s]
/proc/loadavg: 1.92 1.98 1.90 3/81 13458
/proc/meminfo: memFree=971488/2055920 swapFree=4192812/4192956
[pid=13450] ppid=13448 vsize=915464 CPUtime=1.3
/proc/13450/stat : 13450 (java) R 13448 13450 13199 0 -1 0 9106 0 5 0 120 10 0 0 24 0 8 0 69340478 937435136 8847 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073835409 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/13450/statm: 228866 8847 2527 14 0 215336 0
[pid=13450/tid=13452] ppid=13448 vsize=915464 CPUtime=0.03
/proc/13450/task/13452/stat : 13452 (java) S 13448 13450 13199 0 -1 64 275 0 0 0 3 0 0 0 16 0 8 0 69340482 937435136 8847 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=13450/tid=13453] ppid=13448 vsize=915464 CPUtime=0
/proc/13450/task/13453/stat : 13453 (java) S 13448 13450 13199 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 69340483 937435136 8847 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13450/tid=13454] ppid=13448 vsize=915464 CPUtime=0
/proc/13450/task/13454/stat : 13454 (java) S 13448 13450 13199 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 69340483 937435136 8847 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13450/tid=13455] ppid=13448 vsize=915464 CPUtime=0
/proc/13450/task/13455/stat : 13455 (java) S 13448 13450 13199 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 69340486 937435136 8847 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13450/tid=13456] ppid=13448 vsize=915464 CPUtime=0.2
/proc/13450/task/13456/stat : 13456 (java) S 13448 13450 13199 0 -1 64 380 0 0 0 19 1 0 0 15 0 8 0 69340486 937435136 8847 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13450/tid=13457] ppid=13448 vsize=915464 CPUtime=0
/proc/13450/task/13457/stat : 13457 (java) S 13448 13450 13199 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 69340486 937435136 8847 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13450/tid=13458] ppid=13448 vsize=915464 CPUtime=0
/proc/13450/task/13458/stat : 13458 (java) R 13448 13450 13199 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 69340486 937435136 8847 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.3
Current children cumulated vsize (KiB) 915464

[startup+2.98528 s]
/proc/loadavg: 1.92 1.98 1.90 3/81 13458
/proc/meminfo: memFree=971360/2055920 swapFree=4192812/4192956
[pid=13450] ppid=13448 vsize=915464 CPUtime=2.92
/proc/13450/stat : 13450 (java) R 13448 13450 13199 0 -1 0 9136 0 5 0 282 10 0 0 25 0 8 0 69340478 937435136 8876 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073738291 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/13450/statm: 228866 8876 2527 14 0 215336 0
[pid=13450/tid=13452] ppid=13448 vsize=915464 CPUtime=0.03
/proc/13450/task/13452/stat : 13452 (java) S 13448 13450 13199 0 -1 64 275 0 0 0 3 0 0 0 17 0 8 0 69340482 937435136 8876 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=13450/tid=13453] ppid=13448 vsize=915464 CPUtime=0
/proc/13450/task/13453/stat : 13453 (java) S 13448 13450 13199 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 69340483 937435136 8876 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13450/tid=13454] ppid=13448 vsize=915464 CPUtime=0
/proc/13450/task/13454/stat : 13454 (java) S 13448 13450 13199 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 69340483 937435136 8876 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13450/tid=13455] ppid=13448 vsize=915464 CPUtime=0
/proc/13450/task/13455/stat : 13455 (java) S 13448 13450 13199 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 69340486 937435136 8876 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13450/tid=13456] ppid=13448 vsize=915464 CPUtime=0.23
/proc/13450/task/13456/stat : 13456 (java) S 13448 13450 13199 0 -1 64 396 0 0 0 22 1 0 0 15 0 8 0 69340486 937435136 8876 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13450/tid=13457] ppid=13448 vsize=915464 CPUtime=0
/proc/13450/task/13457/stat : 13457 (java) S 13448 13450 13199 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 69340486 937435136 8876 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13450/tid=13458] ppid=13448 vsize=915464 CPUtime=0
/proc/13450/task/13458/stat : 13458 (java) S 13448 13450 13199 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 69340486 937435136 8876 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.92
Current children cumulated vsize (KiB) 915464

[startup+6.26573 s]
/proc/loadavg: 1.93 1.98 1.90 3/81 13458
/proc/meminfo: memFree=971168/2055920 swapFree=4192812/4192956
[pid=13450] ppid=13448 vsize=915464 CPUtime=6.19
/proc/13450/stat : 13450 (java) R 13448 13450 13199 0 -1 0 9146 0 5 0 609 10 0 0 25 0 8 0 69340478 937435136 8884 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073814168 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/13450/statm: 228866 8884 2527 14 0 215336 0
[pid=13450/tid=13452] ppid=13448 vsize=915464 CPUtime=0.03
/proc/13450/task/13452/stat : 13452 (java) S 13448 13450 13199 0 -1 64 275 0 0 0 3 0 0 0 16 0 8 0 69340482 937435136 8884 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=13450/tid=13453] ppid=13448 vsize=915464 CPUtime=0
/proc/13450/task/13453/stat : 13453 (java) S 13448 13450 13199 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 69340483 937435136 8884 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13450/tid=13454] ppid=13448 vsize=915464 CPUtime=0
/proc/13450/task/13454/stat : 13454 (java) S 13448 13450 13199 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 69340483 937435136 8884 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13450/tid=13455] ppid=13448 vsize=915464 CPUtime=0
/proc/13450/task/13455/stat : 13455 (java) S 13448 13450 13199 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 69340486 937435136 8884 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13450/tid=13456] ppid=13448 vsize=915464 CPUtime=0.23
/proc/13450/task/13456/stat : 13456 (java) S 13448 13450 13199 0 -1 64 398 0 0 0 22 1 0 0 16 0 8 0 69340486 937435136 8884 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13450/tid=13457] ppid=13448 vsize=915464 CPUtime=0
/proc/13450/task/13457/stat : 13457 (java) S 13448 13450 13199 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 69340486 937435136 8884 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13450/tid=13458] ppid=13448 vsize=915464 CPUtime=0
/proc/13450/task/13458/stat : 13458 (java) S 13448 13450 13199 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 69340486 937435136 8884 18446744073709551615 134512640 134570532 4294956480 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.7536 s]
/proc/loadavg: 1.93 1.98 1.90 3/81 13458
/proc/meminfo: memFree=971104/2055920 swapFree=4192812/4192956
[pid=13450] ppid=13448 vsize=915464 CPUtime=12.65
/proc/13450/stat : 13450 (java) R 13448 13450 13199 0 -1 0 9150 0 5 0 1254 11 0 0 25 0 8 0 69340478 937435136 8888 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073813040 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/13450/statm: 228866 8888 2527 14 0 215336 0
[pid=13450/tid=13452] ppid=13448 vsize=915464 CPUtime=0.03
/proc/13450/task/13452/stat : 13452 (java) S 13448 13450 13199 0 -1 64 275 0 0 0 3 0 0 0 16 0 8 0 69340482 937435136 8888 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=13450/tid=13453] ppid=13448 vsize=915464 CPUtime=0
/proc/13450/task/13453/stat : 13453 (java) S 13448 13450 13199 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 69340483 937435136 8888 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13450/tid=13454] ppid=13448 vsize=915464 CPUtime=0
/proc/13450/task/13454/stat : 13454 (java) S 13448 13450 13199 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 69340483 937435136 8888 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13450/tid=13455] ppid=13448 vsize=915464 CPUtime=0
/proc/13450/task/13455/stat : 13455 (java) S 13448 13450 13199 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 69340486 937435136 8888 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13450/tid=13456] ppid=13448 vsize=915464 CPUtime=0.23
/proc/13450/task/13456/stat : 13456 (java) S 13448 13450 13199 0 -1 64 398 0 0 0 22 1 0 0 16 0 8 0 69340486 937435136 8888 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13450/tid=13457] ppid=13448 vsize=915464 CPUtime=0
/proc/13450/task/13457/stat : 13457 (java) S 13448 13450 13199 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 69340486 937435136 8888 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13450/tid=13458] ppid=13448 vsize=915464 CPUtime=0
/proc/13450/task/13458/stat : 13458 (java) S 13448 13450 13199 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 69340486 937435136 8888 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 915464

[startup+25.6272 s]
/proc/loadavg: 1.95 1.98 1.91 3/82 13536
/proc/meminfo: memFree=1019224/2055920 swapFree=4192812/4192956
[pid=13450] ppid=13448 vsize=915464 CPUtime=25.47
/proc/13450/stat : 13450 (java) R 13448 13450 13199 0 -1 0 9157 0 5 0 2536 11 0 0 25 0 8 0 69340478 937435136 8894 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073835554 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/13450/statm: 228866 8894 2527 14 0 215336 0
[pid=13450/tid=13452] ppid=13448 vsize=915464 CPUtime=0.03
/proc/13450/task/13452/stat : 13452 (java) S 13448 13450 13199 0 -1 64 275 0 0 0 3 0 0 0 16 0 8 0 69340482 937435136 8894 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=13450/tid=13453] ppid=13448 vsize=915464 CPUtime=0
/proc/13450/task/13453/stat : 13453 (java) S 13448 13450 13199 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 69340483 937435136 8894 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13450/tid=13454] ppid=13448 vsize=915464 CPUtime=0
/proc/13450/task/13454/stat : 13454 (java) S 13448 13450 13199 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 69340483 937435136 8894 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13450/tid=13455] ppid=13448 vsize=915464 CPUtime=0
/proc/13450/task/13455/stat : 13455 (java) S 13448 13450 13199 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 69340486 937435136 8894 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13450/tid=13456] ppid=13448 vsize=915464 CPUtime=0.23
/proc/13450/task/13456/stat : 13456 (java) S 13448 13450 13199 0 -1 64 399 0 0 0 22 1 0 0 16 0 8 0 69340486 937435136 8894 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13450/tid=13457] ppid=13448 vsize=915464 CPUtime=0
/proc/13450/task/13457/stat : 13457 (java) S 13448 13450 13199 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 69340486 937435136 8894 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13450/tid=13458] ppid=13448 vsize=915464 CPUtime=0
/proc/13450/task/13458/stat : 13458 (java) S 13448 13450 13199 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 69340486 937435136 8894 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 915464

[startup+51.3237 s]
/proc/loadavg: 1.96 1.98 1.91 3/81 13537
/proc/meminfo: memFree=1020320/2055920 swapFree=4192812/4192956
[pid=13450] ppid=13448 vsize=915464 CPUtime=51.06
/proc/13450/stat : 13450 (java) R 13448 13450 13199 0 -1 0 9162 0 5 0 5095 11 0 0 25 0 8 0 69340478 937435136 8899 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073835341 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/13450/statm: 228866 8899 2527 14 0 215336 0
[pid=13450/tid=13452] ppid=13448 vsize=915464 CPUtime=0.03
/proc/13450/task/13452/stat : 13452 (java) S 13448 13450 13199 0 -1 64 275 0 0 0 3 0 0 0 16 0 8 0 69340482 937435136 8899 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=13450/tid=13453] ppid=13448 vsize=915464 CPUtime=0
/proc/13450/task/13453/stat : 13453 (java) S 13448 13450 13199 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 69340483 937435136 8899 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13450/tid=13454] ppid=13448 vsize=915464 CPUtime=0
/proc/13450/task/13454/stat : 13454 (java) S 13448 13450 13199 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 69340483 937435136 8899 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13450/tid=13455] ppid=13448 vsize=915464 CPUtime=0
/proc/13450/task/13455/stat : 13455 (java) S 13448 13450 13199 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 69340486 937435136 8899 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13450/tid=13456] ppid=13448 vsize=915464 CPUtime=0.24
/proc/13450/task/13456/stat : 13456 (java) S 13448 13450 13199 0 -1 64 399 0 0 0 23 1 0 0 16 0 8 0 69340486 937435136 8899 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13450/tid=13457] ppid=13448 vsize=915464 CPUtime=0
/proc/13450/task/13457/stat : 13457 (java) S 13448 13450 13199 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 69340486 937435136 8899 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13450/tid=13458] ppid=13448 vsize=915464 CPUtime=0
/proc/13450/task/13458/stat : 13458 (java) S 13448 13450 13199 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 69340486 937435136 8899 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 915464

[startup+102.607 s]
/proc/loadavg: 1.98 1.98 1.91 3/87 13609
/proc/meminfo: memFree=998240/2055920 swapFree=4192812/4192956
[pid=13450] ppid=13448 vsize=915464 CPUtime=102.11
/proc/13450/stat : 13450 (java) R 13448 13450 13199 0 -1 0 9167 0 5 0 10199 12 0 0 25 0 8 0 69340478 937435136 8903 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073816474 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/13450/statm: 228866 8903 2527 14 0 215336 0
[pid=13450/tid=13452] ppid=13448 vsize=915464 CPUtime=0.03
/proc/13450/task/13452/stat : 13452 (java) S 13448 13450 13199 0 -1 64 275 0 0 0 3 0 0 0 16 0 8 0 69340482 937435136 8903 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=13450/tid=13453] ppid=13448 vsize=915464 CPUtime=0
/proc/13450/task/13453/stat : 13453 (java) S 13448 13450 13199 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 69340483 937435136 8903 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13450/tid=13454] ppid=13448 vsize=915464 CPUtime=0
/proc/13450/task/13454/stat : 13454 (java) S 13448 13450 13199 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 69340483 937435136 8903 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13450/tid=13455] ppid=13448 vsize=915464 CPUtime=0
/proc/13450/task/13455/stat : 13455 (java) S 13448 13450 13199 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 69340486 937435136 8903 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13450/tid=13456] ppid=13448 vsize=915464 CPUtime=0.24
/proc/13450/task/13456/stat : 13456 (java) S 13448 13450 13199 0 -1 64 399 0 0 0 23 1 0 0 16 0 8 0 69340486 937435136 8903 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13450/tid=13457] ppid=13448 vsize=915464 CPUtime=0
/proc/13450/task/13457/stat : 13457 (java) S 13448 13450 13199 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 69340486 937435136 8903 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13450/tid=13458] ppid=13448 vsize=915464 CPUtime=0
/proc/13450/task/13458/stat : 13458 (java) S 13448 13450 13199 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 69340486 937435136 8903 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 102.11
Current children cumulated vsize (KiB) 915464

[startup+162.621 s]
/proc/loadavg: 1.92 1.97 1.90 3/87 13725
/proc/meminfo: memFree=998688/2055920 swapFree=4192812/4192956
[pid=13450] ppid=13448 vsize=915464 CPUtime=161.87
/proc/13450/stat : 13450 (java) R 13448 13450 13199 0 -1 0 9170 0 5 0 16174 13 0 0 25 0 8 0 69340478 937435136 8906 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073861588 0 4 0 23759 18446744073709551615 0 0 17 0 0 0

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

/proc/13450/task/13455/stat : 13455 (java) S 13448 13450 13199 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 69340486 937435136 8908 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13450/tid=13456] ppid=13448 vsize=915464 CPUtime=0.24
/proc/13450/task/13456/stat : 13456 (java) S 13448 13450 13199 0 -1 64 399 0 0 0 23 1 0 0 16 0 8 0 69340486 937435136 8908 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13450/tid=13457] ppid=13448 vsize=915464 CPUtime=0
/proc/13450/task/13457/stat : 13457 (java) S 13448 13450 13199 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 69340486 937435136 8908 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13450/tid=13458] ppid=13448 vsize=915464 CPUtime=0
/proc/13450/task/13458/stat : 13458 (java) S 13448 13450 13199 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 69340486 937435136 8908 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 221.93
Current children cumulated vsize (KiB) 915464

[startup+282.802 s]
/proc/loadavg: 1.16 1.66 1.79 2/72 13740
/proc/meminfo: memFree=1031160/2055920 swapFree=4192812/4192956
[pid=13450] ppid=13448 vsize=915464 CPUtime=282
/proc/13450/stat : 13450 (java) R 13448 13450 13199 0 -1 0 9172 0 5 0 28187 13 0 0 25 0 8 0 69340478 937435136 8908 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073813040 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/13450/statm: 228866 8908 2527 14 0 215336 0
[pid=13450/tid=13452] ppid=13448 vsize=915464 CPUtime=0.03
/proc/13450/task/13452/stat : 13452 (java) S 13448 13450 13199 0 -1 64 275 0 0 0 3 0 0 0 16 0 8 0 69340482 937435136 8908 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=13450/tid=13453] ppid=13448 vsize=915464 CPUtime=0
/proc/13450/task/13453/stat : 13453 (java) S 13448 13450 13199 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 69340483 937435136 8908 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13450/tid=13454] ppid=13448 vsize=915464 CPUtime=0
/proc/13450/task/13454/stat : 13454 (java) S 13448 13450 13199 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 69340483 937435136 8908 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13450/tid=13455] ppid=13448 vsize=915464 CPUtime=0
/proc/13450/task/13455/stat : 13455 (java) S 13448 13450 13199 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 69340486 937435136 8908 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13450/tid=13456] ppid=13448 vsize=915464 CPUtime=0.24
/proc/13450/task/13456/stat : 13456 (java) S 13448 13450 13199 0 -1 64 399 0 0 0 23 1 0 0 16 0 8 0 69340486 937435136 8908 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13450/tid=13457] ppid=13448 vsize=915464 CPUtime=0
/proc/13450/task/13457/stat : 13457 (java) S 13448 13450 13199 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 69340486 937435136 8908 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13450/tid=13458] ppid=13448 vsize=915464 CPUtime=0
/proc/13450/task/13458/stat : 13458 (java) S 13448 13450 13199 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 69340486 937435136 8908 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 282
Current children cumulated vsize (KiB) 915464

[startup+342.89 s]
/proc/loadavg: 1.06 1.53 1.74 2/72 13740
/proc/meminfo: memFree=1031160/2055920 swapFree=4192812/4192956
[pid=13450] ppid=13448 vsize=915464 CPUtime=342.07
/proc/13450/stat : 13450 (java) R 13448 13450 13199 0 -1 0 9175 0 5 0 34194 13 0 0 25 0 8 0 69340478 937435136 8911 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073336163 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/13450/statm: 228866 8911 2527 14 0 215336 0
[pid=13450/tid=13452] ppid=13448 vsize=915464 CPUtime=0.03
/proc/13450/task/13452/stat : 13452 (java) S 13448 13450 13199 0 -1 64 275 0 0 0 3 0 0 0 16 0 8 0 69340482 937435136 8911 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=13450/tid=13453] ppid=13448 vsize=915464 CPUtime=0
/proc/13450/task/13453/stat : 13453 (java) S 13448 13450 13199 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 69340483 937435136 8911 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13450/tid=13454] ppid=13448 vsize=915464 CPUtime=0
/proc/13450/task/13454/stat : 13454 (java) S 13448 13450 13199 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 69340483 937435136 8911 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13450/tid=13455] ppid=13448 vsize=915464 CPUtime=0
/proc/13450/task/13455/stat : 13455 (java) S 13448 13450 13199 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 69340486 937435136 8911 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13450/tid=13456] ppid=13448 vsize=915464 CPUtime=0.24
/proc/13450/task/13456/stat : 13456 (java) S 13448 13450 13199 0 -1 64 399 0 0 0 23 1 0 0 16 0 8 0 69340486 937435136 8911 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13450/tid=13457] ppid=13448 vsize=915464 CPUtime=0
/proc/13450/task/13457/stat : 13457 (java) S 13448 13450 13199 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 69340486 937435136 8911 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13450/tid=13458] ppid=13448 vsize=915464 CPUtime=0
/proc/13450/task/13458/stat : 13458 (java) S 13448 13450 13199 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 69340486 937435136 8911 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 342.07
Current children cumulated vsize (KiB) 915464

[startup+402.978 s]
/proc/loadavg: 1.02 1.43 1.69 2/72 13740
/proc/meminfo: memFree=1031160/2055920 swapFree=4192812/4192956
[pid=13450] ppid=13448 vsize=915464 CPUtime=402.14
/proc/13450/stat : 13450 (java) R 13448 13450 13199 0 -1 0 9175 0 5 0 40201 13 0 0 25 0 8 0 69340478 937435136 8911 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073896132 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/13450/statm: 228866 8911 2527 14 0 215336 0
[pid=13450/tid=13452] ppid=13448 vsize=915464 CPUtime=0.03
/proc/13450/task/13452/stat : 13452 (java) S 13448 13450 13199 0 -1 64 275 0 0 0 3 0 0 0 16 0 8 0 69340482 937435136 8911 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=13450/tid=13453] ppid=13448 vsize=915464 CPUtime=0
/proc/13450/task/13453/stat : 13453 (java) S 13448 13450 13199 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 69340483 937435136 8911 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13450/tid=13454] ppid=13448 vsize=915464 CPUtime=0
/proc/13450/task/13454/stat : 13454 (java) S 13448 13450 13199 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 69340483 937435136 8911 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13450/tid=13455] ppid=13448 vsize=915464 CPUtime=0
/proc/13450/task/13455/stat : 13455 (java) S 13448 13450 13199 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 69340486 937435136 8911 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13450/tid=13456] ppid=13448 vsize=915464 CPUtime=0.24
/proc/13450/task/13456/stat : 13456 (java) S 13448 13450 13199 0 -1 64 399 0 0 0 23 1 0 0 16 0 8 0 69340486 937435136 8911 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13450/tid=13457] ppid=13448 vsize=915464 CPUtime=0
/proc/13450/task/13457/stat : 13457 (java) S 13448 13450 13199 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 69340486 937435136 8911 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13450/tid=13458] ppid=13448 vsize=915464 CPUtime=0
/proc/13450/task/13458/stat : 13458 (java) S 13448 13450 13199 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 69340486 937435136 8911 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 402.14
Current children cumulated vsize (KiB) 915464

[startup+462.983 s]
/proc/loadavg: 1.00 1.35 1.65 2/78 13874
/proc/meminfo: memFree=1029896/2055920 swapFree=4192812/4192956
[pid=13450] ppid=13448 vsize=915464 CPUtime=462.06
/proc/13450/stat : 13450 (java) R 13448 13450 13199 0 -1 0 9177 0 5 0 46193 13 0 0 25 0 8 0 69340478 937435136 8913 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073873686 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/13450/statm: 228866 8913 2527 14 0 215336 0
[pid=13450/tid=13452] ppid=13448 vsize=915464 CPUtime=0.03
/proc/13450/task/13452/stat : 13452 (java) S 13448 13450 13199 0 -1 64 275 0 0 0 3 0 0 0 16 0 8 0 69340482 937435136 8913 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=13450/tid=13453] ppid=13448 vsize=915464 CPUtime=0
/proc/13450/task/13453/stat : 13453 (java) S 13448 13450 13199 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 69340483 937435136 8913 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13450/tid=13454] ppid=13448 vsize=915464 CPUtime=0
/proc/13450/task/13454/stat : 13454 (java) S 13448 13450 13199 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 69340483 937435136 8913 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13450/tid=13455] ppid=13448 vsize=915464 CPUtime=0
/proc/13450/task/13455/stat : 13455 (java) S 13448 13450 13199 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 69340486 937435136 8913 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13450/tid=13456] ppid=13448 vsize=915464 CPUtime=0.24
/proc/13450/task/13456/stat : 13456 (java) S 13448 13450 13199 0 -1 64 399 0 0 0 23 1 0 0 16 0 8 0 69340486 937435136 8913 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13450/tid=13457] ppid=13448 vsize=915464 CPUtime=0
/proc/13450/task/13457/stat : 13457 (java) S 13448 13450 13199 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 69340486 937435136 8913 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13450/tid=13458] ppid=13448 vsize=915464 CPUtime=0
/proc/13450/task/13458/stat : 13458 (java) S 13448 13450 13199 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 69340486 937435136 8913 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 462.06
Current children cumulated vsize (KiB) 915464

[startup+523.084 s]
/proc/loadavg: 1.00 1.29 1.60 2/72 13938
/proc/meminfo: memFree=1030840/2055920 swapFree=4192812/4192956
[pid=13450] ppid=13448 vsize=915464 CPUtime=522.11
/proc/13450/stat : 13450 (java) R 13448 13450 13199 0 -1 0 9177 0 5 0 52197 14 0 0 25 0 8 0 69340478 937435136 8913 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073816474 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/13450/statm: 228866 8913 2527 14 0 215336 0
[pid=13450/tid=13452] ppid=13448 vsize=915464 CPUtime=0.03
/proc/13450/task/13452/stat : 13452 (java) S 13448 13450 13199 0 -1 64 275 0 0 0 3 0 0 0 16 0 8 0 69340482 937435136 8913 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=13450/tid=13453] ppid=13448 vsize=915464 CPUtime=0
/proc/13450/task/13453/stat : 13453 (java) S 13448 13450 13199 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 69340483 937435136 8913 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13450/tid=13454] ppid=13448 vsize=915464 CPUtime=0
/proc/13450/task/13454/stat : 13454 (java) S 13448 13450 13199 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 69340483 937435136 8913 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13450/tid=13455] ppid=13448 vsize=915464 CPUtime=0
/proc/13450/task/13455/stat : 13455 (java) S 13448 13450 13199 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 69340486 937435136 8913 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13450/tid=13456] ppid=13448 vsize=915464 CPUtime=0.24
/proc/13450/task/13456/stat : 13456 (java) S 13448 13450 13199 0 -1 64 399 0 0 0 23 1 0 0 16 0 8 0 69340486 937435136 8913 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13450/tid=13457] ppid=13448 vsize=915464 CPUtime=0
/proc/13450/task/13457/stat : 13457 (java) S 13448 13450 13199 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 69340486 937435136 8913 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13450/tid=13458] ppid=13448 vsize=915464 CPUtime=0
/proc/13450/task/13458/stat : 13458 (java) S 13448 13450 13199 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 69340486 937435136 8913 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 522.11
Current children cumulated vsize (KiB) 915464

[startup+583.171 s]
/proc/loadavg: 1.00 1.23 1.56 2/72 13938
/proc/meminfo: memFree=1030968/2055920 swapFree=4192812/4192956
[pid=13450] ppid=13448 vsize=915464 CPUtime=582.18
/proc/13450/stat : 13450 (java) R 13448 13450 13199 0 -1 0 9177 0 5 0 58204 14 0 0 25 0 8 0 69340478 937435136 8913 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073838469 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/13450/statm: 228866 8913 2527 14 0 215336 0
[pid=13450/tid=13452] ppid=13448 vsize=915464 CPUtime=0.03
/proc/13450/task/13452/stat : 13452 (java) S 13448 13450 13199 0 -1 64 275 0 0 0 3 0 0 0 16 0 8 0 69340482 937435136 8913 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=13450/tid=13453] ppid=13448 vsize=915464 CPUtime=0
/proc/13450/task/13453/stat : 13453 (java) S 13448 13450 13199 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 69340483 937435136 8913 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13450/tid=13454] ppid=13448 vsize=915464 CPUtime=0
/proc/13450/task/13454/stat : 13454 (java) S 13448 13450 13199 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 69340483 937435136 8913 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13450/tid=13455] ppid=13448 vsize=915464 CPUtime=0
/proc/13450/task/13455/stat : 13455 (java) S 13448 13450 13199 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 69340486 937435136 8913 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13450/tid=13456] ppid=13448 vsize=915464 CPUtime=0.24
/proc/13450/task/13456/stat : 13456 (java) S 13448 13450 13199 0 -1 64 399 0 0 0 23 1 0 0 16 0 8 0 69340486 937435136 8913 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13450/tid=13457] ppid=13448 vsize=915464 CPUtime=0
/proc/13450/task/13457/stat : 13457 (java) S 13448 13450 13199 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 69340486 937435136 8913 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13450/tid=13458] ppid=13448 vsize=915464 CPUtime=0
/proc/13450/task/13458/stat : 13458 (java) S 13448 13450 13199 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 69340486 937435136 8913 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 582.18
Current children cumulated vsize (KiB) 915464

[startup+643.262 s]
/proc/loadavg: 1.00 1.19 1.52 2/72 13938
/proc/meminfo: memFree=1031032/2055920 swapFree=4192812/4192956
[pid=13450] ppid=13448 vsize=915464 CPUtime=642.25
/proc/13450/stat : 13450 (java) R 13448 13450 13199 0 -1 0 9177 0 5 0 64211 14 0 0 25 0 8 0 69340478 937435136 8913 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073861588 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/13450/statm: 228866 8913 2527 14 0 215336 0
[pid=13450/tid=13452] ppid=13448 vsize=915464 CPUtime=0.03
/proc/13450/task/13452/stat : 13452 (java) S 13448 13450 13199 0 -1 64 275 0 0 0 3 0 0 0 16 0 8 0 69340482 937435136 8913 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=13450/tid=13453] ppid=13448 vsize=915464 CPUtime=0
/proc/13450/task/13453/stat : 13453 (java) S 13448 13450 13199 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 69340483 937435136 8913 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13450/tid=13454] ppid=13448 vsize=915464 CPUtime=0
/proc/13450/task/13454/stat : 13454 (java) S 13448 13450 13199 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 69340483 937435136 8913 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13450/tid=13455] ppid=13448 vsize=915464 CPUtime=0
/proc/13450/task/13455/stat : 13455 (java) S 13448 13450 13199 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 69340486 937435136 8913 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13450/tid=13456] ppid=13448 vsize=915464 CPUtime=0.24
/proc/13450/task/13456/stat : 13456 (java) S 13448 13450 13199 0 -1 64 399 0 0 0 23 1 0 0 16 0 8 0 69340486 937435136 8913 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13450/tid=13457] ppid=13448 vsize=915464 CPUtime=0
/proc/13450/task/13457/stat : 13457 (java) S 13448 13450 13199 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 69340486 937435136 8913 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13450/tid=13458] ppid=13448 vsize=915464 CPUtime=0
/proc/13450/task/13458/stat : 13458 (java) S 13448 13450 13199 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 69340486 937435136 8913 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 642.25
Current children cumulated vsize (KiB) 915464

Child status: 0
Real time (s): 665.402
CPU time (s): 664.352
CPU user time (s): 664.203
CPU system time (s): 0.148977
CPU usage (%): 99.8421
Max. virtual memory (cumulated for all children) (KiB): 915464

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 664.203
system time used= 0.148977
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9272
page faults= 5
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 14638
involuntary context switches= 14871

runsolver used 0.702893 s user time and 1.68474 s system time

The end

Launcher Data (download as text)

Begin job on node71 on Fri Jan 19 14:53:56 UTC 2007


IDJOB= 275192
IDBENCH= 3634
IDSOLVER= 69
FILE ID= node71/275192-1169218436

PBS_JOBID= 3589170

Free space on /tmp= 66560 MiB

SOLVER NAME= AbsconMax 109 PFC
BENCH NAME= HOME/pub/bench/CPAI06/random/rand-2-23/rand-23-23-253-131-51021_ext.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar pfc.xml 1 XSax /tmp/evaluation/275192-1169218436/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node71/watcher-275192-1169218436 -o ROOT/results/node71/solver-275192-1169218436 -C 2400 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar pfc.xml 1 XSax /tmp/evaluation/275192-1169218436/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  dfd37b796ddfc1cae49c6231c5a6ea71

RANDOM SEED= 19376156

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:        999096 kB
Buffers:         55864 kB
Cached:         853288 kB
SwapCached:        144 kB
Active:         417928 kB
Inactive:       563232 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        999096 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1852 kB
Writeback:           0 kB
Mapped:          83248 kB
Slab:            61032 kB
Committed_AS:   528728 kB
PageTables:       1944 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= 66563 MiB



End job on node71 on Fri Jan 19 15:05:02 UTC 2007