Trace number 203729

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
Abscon 109 ACSAT 740.603 741.277

DiagnosticValue
CHECKS3698357799
NODES2338116

General information on the benchmark

Namerandom/rand-2-27/
rand-27-27-351-163-54021_ext.xml
MD5SUM00916f4b5ed0a6444ce18c1c48096821
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark220.171
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables27
Number of constraints351
Maximum constraint arity2
Maximum domain size27
Number of constraints which are defined in extension351
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.33	   
0.33	Abscon 109 (November, 2006)
0.33	   
0.33	   configuration
0.33	     name=mac.xml
0.37	   
0.37	   instance
0.37	     name=/tmp/evaluation/203729-1168073185/unknown.xml
0.40	   
0.40	   domains being loaded...
0.40	   
0.40	   variables being loaded...
0.44	     nbVariables=27  nbDomainTypes=1  minDomainSize=27  maxDomainSize=27
0.44	       =>  wckTime=0.099  cpuTime=0.09  mem=6M951
0.44	   
0.44	   relations being loaded...
0.57	   
0.57	   constraints being loaded...
0.70	     nbConstraints=351  nbRelationTypes=351  nbExtensionStructures=351  nbSharedExtensionStructures=0
0.70	     nbConflictsStructures=351  nbSharedConflictsStructures=0  nbSharedBinaryRepresentations=947  maxDegree=26
0.70	     maxArity=2
0.70	       =>  wckTime=0.362  cpuTime=0.28  mem=15M762
0.74	   
0.74	   solver IterativeSystematicSolver being built... 
0.90	       =>  wckTime=0.558  cpuTime=0.4  mem=14M249
0.90	   
0.90	   preprocessing
0.90	     nbConstraintChecks=0  nbPropagations=27  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
0.90	     detectedInconsistency=no
0.90	       =>  wckTime=0.0050  cpuTime=0.01  mem=14M249
0.96	   
0.96	   search
0.96	     run=0  nbConstraintChecks=46256  nbPropagations=528  nbRevisions=9144  nbUselessRevisions=8056  nbAssignments=28
0.96	     nbFailedAssignments=10  nbBacktracks=11  nbVisitedNodes=48  nbRestartNogoods=0  mapSize=10  nbInferences=0
0.96	     nbTooLargeKeys=0
0.96	       =>  wckTime=0.057  cpuTime=0.04  mem=15M290
0.98	   
0.98	   search
0.98	     run=1  nbConstraintChecks=99450  nbPropagations=1631  nbRevisions=28869  nbUselessRevisions=25408  nbAssignments=62
0.98	     nbFailedAssignments=22  nbBacktracks=27  nbVisitedNodes=106  nbRestartNogoods=3  mapSize=25  nbInferences=0
0.98	     nbTooLargeKeys=0
0.98	       =>  wckTime=0.077  cpuTime=0.06  mem=15M290
1.00	   
1.00	   search
1.00	     run=2  nbConstraintChecks=172408  nbPropagations=3536  nbRevisions=63987  nbUselessRevisions=56354
1.00	     nbAssignments=106  nbFailedAssignments=38  nbBacktracks=49  nbVisitedNodes=185  nbRestartNogoods=5  mapSize=47
1.00	     nbInferences=0  nbTooLargeKeys=0
1.00	       =>  wckTime=0.102  cpuTime=0.08  mem=15M290
1.03	   
1.03	   search
1.03	     run=3  nbConstraintChecks=276041  nbPropagations=6540  nbRevisions=121652  nbUselessRevisions=107184
1.03	     nbAssignments=176  nbFailedAssignments=69  nbBacktracks=82  nbVisitedNodes=308  nbRestartNogoods=8  mapSize=80
1.03	     nbInferences=0  nbTooLargeKeys=0
1.03	       =>  wckTime=0.129  cpuTime=0.1  mem=15M290
1.06	   
1.06	   search
1.06	     run=4  nbConstraintChecks=437480  nbPropagations=11257  nbRevisions=215080  nbUselessRevisions=189367
1.06	     nbAssignments=285  nbFailedAssignments=122  nbBacktracks=133  nbVisitedNodes=505  nbRestartNogoods=11  mapSize=131
1.06	     nbInferences=0  nbTooLargeKeys=0
1.06	       =>  wckTime=0.161  cpuTime=0.13  mem=15M290
1.11	   
1.11	   search
1.11	     run=5  nbConstraintChecks=674509  nbPropagations=18447  nbRevisions=360532  nbUselessRevisions=317219
1.11	     nbAssignments=442  nbFailedAssignments=196  nbBacktracks=210  nbVisitedNodes=792  nbRestartNogoods=14  mapSize=206
1.11	     nbInferences=0  nbTooLargeKeys=0
1.11	       =>  wckTime=0.211  cpuTime=0.17  mem=15M290
1.19	   
1.19	   search
1.19	     run=6  nbConstraintChecks=1052757  nbPropagations=29365  nbRevisions=587617  nbUselessRevisions=516644
1.19	     nbAssignments=679  nbFailedAssignments=313  nbBacktracks=323  nbVisitedNodes=1227  nbRestartNogoods=20  mapSize=319
1.19	     nbInferences=0  nbTooLargeKeys=0
1.19	       =>  wckTime=0.287  cpuTime=0.24  mem=15M290
1.27	   
1.27	   search
1.27	     run=7  nbConstraintChecks=1498498  nbPropagations=45163  nbRevisions=915671  nbUselessRevisions=804705
1.27	     nbAssignments=990  nbFailedAssignments=446  nbBacktracks=495  nbVisitedNodes=1799  nbRestartNogoods=29  mapSize=486
1.27	     nbInferences=0  nbTooLargeKeys=0
1.27	       =>  wckTime=0.373  cpuTime=0.32  mem=15M290
1.41	   
1.41	   search
1.41	     run=8  nbConstraintChecks=2288127  nbPropagations=68812  nbRevisions=1418460  nbUselessRevisions=1246055
1.41	     nbAssignments=1485  nbFailedAssignments=677  nbBacktracks=753  nbVisitedNodes=2713  nbRestartNogoods=34
1.41	     mapSize=736  nbInferences=0  nbTooLargeKeys=0
1.41	       =>  wckTime=0.515  cpuTime=0.46  mem=15M290
1.58	   
1.58	   INFO : Stopping hyperNogood (mapSize=1029, nbTooLargekeys=0, mem=15M290)
1.63	   
1.63	   search
1.63	     run=9  nbConstraintChecks=3485969  nbPropagations=104384  nbRevisions=2186852  nbUselessRevisions=1920713
1.63	     nbAssignments=2238  nbFailedAssignments=1039  nbBacktracks=1137  nbVisitedNodes=4110  nbRestartNogoods=45
1.63	       =>  wckTime=0.728  cpuTime=0.65  mem=15M290
1.98	   
1.98	   search
1.98	     run=10  nbConstraintChecks=5230500  nbPropagations=157716  nbRevisions=3350361  nbUselessRevisions=2942763
1.98	     nbAssignments=3374  nbFailedAssignments=1592  nbBacktracks=1713  nbVisitedNodes=6216  nbRestartNogoods=54
1.98	       =>  wckTime=1.076  cpuTime=0.99  mem=15M290
2.53	   
2.53	   search
2.53	     run=11  nbConstraintChecks=7680160  nbPropagations=236661  nbRevisions=5078558  nbUselessRevisions=4460958
2.53	     nbAssignments=5058  nbFailedAssignments=2405  nbBacktracks=2577  nbVisitedNodes=9334  nbRestartNogoods=63
2.53	       =>  wckTime=1.631  cpuTime=1.54  mem=15M290
3.35	   
3.35	   search
3.35	     run=12  nbConstraintChecks=11316315  nbPropagations=353399  nbRevisions=7642312  nbUselessRevisions=6714643
3.35	     nbAssignments=7523  nbFailedAssignments=3569  nbBacktracks=3874  nbVisitedNodes=13886  nbRestartNogoods=72
3.35	       =>  wckTime=2.449  cpuTime=2.35  mem=15M290
4.64	   
4.64	   search
4.64	     run=13  nbConstraintChecks=17224543  nbPropagations=529012  nbRevisions=11531495  nbUselessRevisions=10133687
4.64	     nbAssignments=11292  nbFailedAssignments=5386  nbBacktracks=5820  nbVisitedNodes=20870  nbRestartNogoods=76
4.65	       =>  wckTime=3.746  cpuTime=3.63  mem=15M290
6.52	   
6.52	   search
6.52	     run=14  nbConstraintChecks=25630292  nbPropagations=790890  nbRevisions=17331582  nbUselessRevisions=15231204
6.52	     nbAssignments=16861  nbFailedAssignments=8030  nbBacktracks=8739  nbVisitedNodes=31149  nbRestartNogoods=90
6.52	       =>  wckTime=5.62  cpuTime=5.49  mem=15M290
9.29	   
9.29	   search
9.29	     run=15  nbConstraintChecks=37985565  nbPropagations=1180613  nbRevisions=25961435  nbUselessRevisions=22816271
9.29	     nbAssignments=25155  nbFailedAssignments=11939  nbBacktracks=13117  nbVisitedNodes=46484  nbRestartNogoods=104
9.29	       =>  wckTime=8.391  cpuTime=8.23  mem=15M290
13.59	   
13.59	   search
13.59	     run=16  nbConstraintChecks=57912764  nbPropagations=1767513  nbRevisions=39011202  nbUselessRevisions=34287918
13.59	     nbAssignments=37752  nbFailedAssignments=17963  nbBacktracks=19685  nbVisitedNodes=69753  nbRestartNogoods=116
13.59	       =>  wckTime=12.692  cpuTime=12.49  mem=15M290
19.85	   
19.85	   search
19.85	     run=17  nbConstraintChecks=86564416  nbPropagations=2643703  nbRevisions=58511374  nbUselessRevisions=51430825
19.85	     nbAssignments=56416  nbFailedAssignments=26767  nbBacktracks=29538  nbVisitedNodes=104238  nbRestartNogoods=125
19.85	       =>  wckTime=18.953  cpuTime=18.71  mem=15M290
29.57	   
29.57	   search
29.57	     run=18  nbConstraintChecks=130967142  nbPropagations=3964082  nbRevisions=87975532  nbUselessRevisions=77335080
29.57	     nbAssignments=84789  nbFailedAssignments=40357  nbBacktracks=44318  nbVisitedNodes=156855  nbRestartNogoods=140
29.57	       =>  wckTime=28.669  cpuTime=28.33  mem=15M290
43.69	   
43.69	   search
43.69	     run=19  nbConstraintChecks=195465811  nbPropagations=5939357  nbRevisions=131977384  nbUselessRevisions=116012406
43.69	     nbAssignments=127007  nbFailedAssignments=60400  nbBacktracks=66487  nbVisitedNodes=234940  nbRestartNogoods=152
43.69	       =>  wckTime=42.791  cpuTime=42.32  mem=15M290
63.92	   
63.92	   search
63.92	     run=20  nbConstraintChecks=295184523  nbPropagations=8910669  nbRevisions=198377240  nbUselessRevisions=174389842
63.92	     nbAssignments=190692  nbFailedAssignments=90825  nbBacktracks=99740  nbVisitedNodes=352838  nbRestartNogoods=171
63.92	       =>  wckTime=63.019  cpuTime=62.51  mem=15M290
93.63	   
93.63	   search
93.63	     run=21  nbConstraintChecks=444645054  nbPropagations=13372101  nbRevisions=298207628  nbUselessRevisions=262162322
93.63	     nbAssignments=285515  nbFailedAssignments=135763  nbBacktracks=149618  nbVisitedNodes=528515  nbRestartNogoods=179
93.63	       =>  wckTime=92.736  cpuTime=92.22  mem=15M290
139.23	   
139.23	   search
139.23	     run=22  nbConstraintChecks=674519913  nbPropagations=20101589  nbRevisions=449331165  nbUselessRevisions=395054951
139.23	     nbAssignments=429091  nbFailedAssignments=204515  nbBacktracks=224436  nbVisitedNodes=794908  nbRestartNogoods=190
139.23	       =>  wckTime=138.333  cpuTime=137.81  mem=15M290
205.80	   
205.80	   search
205.80	     run=23  nbConstraintChecks=1006291753  nbPropagations=30173156  nbRevisions=675471564  nbUselessRevisions=593958639
205.80	     nbAssignments=643293  nbFailedAssignments=306484  nbBacktracks=336663  nbVisitedNodes=1191445  nbRestartNogoods=213
205.80	       =>  wckTime=204.905  cpuTime=204.36  mem=15M290
306.98	   
306.98	   search
306.98	     run=24  nbConstraintChecks=1513466524  nbPropagations=45282464  nbRevisions=1015579300
306.98	     nbUselessRevisions=893196924  nbAssignments=964113  nbFailedAssignments=458957  nbBacktracks=505007
306.98	     nbVisitedNodes=1785420  nbRestartNogoods=239
306.98	       =>  wckTime=306.085  cpuTime=305.51  mem=15M290
461.07	   
461.07	   search
461.07	     run=25  nbConstraintChecks=2290495266  nbPropagations=68047976  nbRevisions=1529104828
461.07	     nbUselessRevisions=1345030590  nbAssignments=1449454  nbFailedAssignments=691782  nbBacktracks=757518
461.07	     nbVisitedNodes=2685422  nbRestartNogoods=263
461.07	       =>  wckTime=460.168  cpuTime=459.54  mem=15M290
688.12	   
688.12	   search
688.12	     run=26  nbConstraintChecks=3430478288  nbPropagations=102132870  nbRevisions=2298495268
688.12	     nbUselessRevisions=2022112735  nbAssignments=2171656  nbFailedAssignments=1035212  nbBacktracks=1136285
688.12	     nbVisitedNodes=4022912  nbRestartNogoods=296
688.12	       =>  wckTime=687.221  cpuTime=686.53  mem=15M290
741.25	   
741.25	   search
741.25	     run=27  nbConstraintChecks=3698357799  nbPropagations=138843508  nbRevisions=3127468972
741.25	     nbUselessRevisions=2751612276  nbAssignments=2338116  nbFailedAssignments=1115105  nbBacktracks=1222825
741.25	     nbVisitedNodes=4331664  nbRestartNogoods=314
741.25	       =>  wckTime=740.356  cpuTime=739.65  mem=15M290
741.26	   
741.26	   global
741.26	     nbConstraintChecks=3698357799  nbPropagations=138843535  nbRevisions=3127468972  nbUselessRevisions=2751612276
741.26	     nbRestartNogoods=314  solvingWckTime=740.357  solvingCpuTime=739.65  expiredTime=no  totalExploration=no
741.26	     nbFoundSolutions=1  globalCpuTime=740.1
741.26	       =>  wckTime=740.918  cpuTime=740.05  mem=15M290
741.26	   
741.26	s SATISFIABLE
741.26	v 9 12 0 1 24 24 10 17 26 3 9 6 22 22 19 25 20 25 5 10 0 23 20 5 13 21 17 
741.26	d NODES 2338116
741.26	d CHECKS 3698357799
741.26	   
741.26	   totalWckTime=740.999  totalCpuTime=740.1

Verifier Data (download as text)

OK

Watcher Data (download as text)

runsolver version 3.1.3 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node20/watcher-203729-1168073185 -o ROOT/results/node20/solver-203729-1168073185 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/203729-1168073185/unknown.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 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: 2.00 1.99 1.86 3/93 22325
/proc/meminfo: memFree=1748568/2055920 swapFree=4170284/4192956
[pid=22324] ppid=22322 vsize=18540 CPUtime=0
/proc/22324/stat : 22324 (runsolver) R 22322 22324 21897 0 -1 4194368 17 0 0 0 0 0 0 0 20 0 1 0 155713051 18984960 279 18446744073709551615 4194304 4267372 548682068960 18446744073709551615 273952599335 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/22324/statm: 4635 279 244 17 0 2626 0

[startup+0.10225 s]
/proc/loadavg: 2.00 1.99 1.86 3/93 22325
/proc/meminfo: memFree=1748568/2055920 swapFree=4170284/4192956
[pid=22324] ppid=22322 vsize=909356 CPUtime=0.06
/proc/22324/stat : 22324 (java) R 22322 22324 21897 0 -1 0 2531 0 1 0 4 2 0 0 19 0 7 0 155713051 931180544 2278 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/22324/statm: 227339 2278 1241 14 0 214922 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 909356

[startup+0.510299 s]
/proc/loadavg: 2.00 1.99 1.86 3/93 22325
/proc/meminfo: memFree=1748568/2055920 swapFree=4170284/4192956
[pid=22324] ppid=22322 vsize=915328 CPUtime=0.46
/proc/22324/stat : 22324 (java) R 22322 22324 21897 0 -1 0 6585 0 1 0 42 4 0 0 18 0 8 0 155713051 937295872 6324 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073556493 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/22324/statm: 228832 6324 2137 14 0 215302 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 915328

[startup+1.33139 s]
/proc/loadavg: 2.00 1.99 1.86 3/100 22332
/proc/meminfo: memFree=1722592/2055920 swapFree=4170284/4192956
[pid=22324] ppid=22322 vsize=915456 CPUtime=1.28
/proc/22324/stat : 22324 (java) R 22322 22324 21897 0 -1 0 9194 0 1 0 121 7 0 0 24 0 8 0 155713051 937426944 8932 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073844124 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/22324/statm: 228864 8932 2513 14 0 215334 0
[pid=22324/tid=22326] ppid=22322 vsize=915456 CPUtime=0.03
/proc/22324/task/22326/stat : 22326 (java) S 22322 22324 21897 0 -1 64 363 0 0 0 3 0 0 0 16 0 8 0 155713055 937426944 8932 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=22324/tid=22327] ppid=22322 vsize=915456 CPUtime=0
/proc/22324/task/22327/stat : 22327 (java) S 22322 22324 21897 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155713056 937426944 8932 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22324/tid=22328] ppid=22322 vsize=915456 CPUtime=0
/proc/22324/task/22328/stat : 22328 (java) S 22322 22324 21897 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155713056 937426944 8932 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22324/tid=22329] ppid=22322 vsize=915456 CPUtime=0
/proc/22324/task/22329/stat : 22329 (java) S 22322 22324 21897 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 155713061 937426944 8932 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22324/tid=22330] ppid=22322 vsize=915456 CPUtime=0.19
/proc/22324/task/22330/stat : 22330 (java) S 22322 22324 21897 0 -1 64 375 0 0 0 19 0 0 0 15 0 8 0 155713061 937426944 8932 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22324/tid=22331] ppid=22322 vsize=915456 CPUtime=0
/proc/22324/task/22331/stat : 22331 (java) S 22322 22324 21897 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 155713061 937426944 8932 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22324/tid=22332] ppid=22322 vsize=915456 CPUtime=0
/proc/22324/task/22332/stat : 22332 (java) S 22322 22324 21897 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 155713061 937426944 8932 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.28
Current children cumulated vsize (KiB) 915456

[startup+2.96859 s]
/proc/loadavg: 2.00 1.99 1.86 3/100 22332
/proc/meminfo: memFree=1722464/2055920 swapFree=4170284/4192956
[pid=22324] ppid=22322 vsize=915456 CPUtime=2.9
/proc/22324/stat : 22324 (java) R 22322 22324 21897 0 -1 0 9209 0 1 0 283 7 0 0 25 0 8 0 155713051 937426944 8946 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073816091 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/22324/statm: 228864 8946 2513 14 0 215334 0
[pid=22324/tid=22326] ppid=22322 vsize=915456 CPUtime=0.03
/proc/22324/task/22326/stat : 22326 (java) S 22322 22324 21897 0 -1 64 363 0 0 0 3 0 0 0 16 0 8 0 155713055 937426944 8946 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=22324/tid=22327] ppid=22322 vsize=915456 CPUtime=0
/proc/22324/task/22327/stat : 22327 (java) S 22322 22324 21897 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155713056 937426944 8946 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22324/tid=22328] ppid=22322 vsize=915456 CPUtime=0
/proc/22324/task/22328/stat : 22328 (java) S 22322 22324 21897 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155713056 937426944 8946 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22324/tid=22329] ppid=22322 vsize=915456 CPUtime=0
/proc/22324/task/22329/stat : 22329 (java) S 22322 22324 21897 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 155713061 937426944 8946 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22324/tid=22330] ppid=22322 vsize=915456 CPUtime=0.22
/proc/22324/task/22330/stat : 22330 (java) S 22322 22324 21897 0 -1 64 390 0 0 0 22 0 0 0 15 0 8 0 155713061 937426944 8946 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22324/tid=22331] ppid=22322 vsize=915456 CPUtime=0
/proc/22324/task/22331/stat : 22331 (java) S 22322 22324 21897 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 155713061 937426944 8946 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22324/tid=22332] ppid=22322 vsize=915456 CPUtime=0
/proc/22324/task/22332/stat : 22332 (java) S 22322 22324 21897 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 155713061 937426944 8946 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.9
Current children cumulated vsize (KiB) 915456

[startup+6.26298 s]
/proc/loadavg: 2.00 1.99 1.86 3/100 22332
/proc/meminfo: memFree=1722400/2055920 swapFree=4170284/4192956
[pid=22324] ppid=22322 vsize=915456 CPUtime=6.16
/proc/22324/stat : 22324 (java) R 22322 22324 21897 0 -1 0 9211 0 1 0 609 7 0 0 25 0 8 0 155713051 937426944 8947 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073803778 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/22324/statm: 228864 8947 2513 14 0 215334 0
[pid=22324/tid=22326] ppid=22322 vsize=915456 CPUtime=0.03
/proc/22324/task/22326/stat : 22326 (java) S 22322 22324 21897 0 -1 64 363 0 0 0 3 0 0 0 16 0 8 0 155713055 937426944 8947 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=22324/tid=22327] ppid=22322 vsize=915456 CPUtime=0
/proc/22324/task/22327/stat : 22327 (java) S 22322 22324 21897 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155713056 937426944 8947 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22324/tid=22328] ppid=22322 vsize=915456 CPUtime=0
/proc/22324/task/22328/stat : 22328 (java) S 22322 22324 21897 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155713056 937426944 8947 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22324/tid=22329] ppid=22322 vsize=915456 CPUtime=0
/proc/22324/task/22329/stat : 22329 (java) S 22322 22324 21897 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 155713061 937426944 8947 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22324/tid=22330] ppid=22322 vsize=915456 CPUtime=0.24
/proc/22324/task/22330/stat : 22330 (java) S 22322 22324 21897 0 -1 64 392 0 0 0 23 1 0 0 15 0 8 0 155713061 937426944 8947 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22324/tid=22331] ppid=22322 vsize=915456 CPUtime=0
/proc/22324/task/22331/stat : 22331 (java) S 22322 22324 21897 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 155713061 937426944 8947 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22324/tid=22332] ppid=22322 vsize=915456 CPUtime=0
/proc/22324/task/22332/stat : 22332 (java) S 22322 22324 21897 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 155713061 937426944 8947 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 915456

[startup+12.7348 s]
/proc/loadavg: 2.00 1.99 1.86 3/100 22332
/proc/meminfo: memFree=1722400/2055920 swapFree=4170284/4192956
[pid=22324] ppid=22322 vsize=915456 CPUtime=12.58
/proc/22324/stat : 22324 (java) R 22322 22324 21897 0 -1 0 9211 0 1 0 1251 7 0 0 25 0 8 0 155713051 937426944 8947 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4072918514 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/22324/statm: 228864 8947 2513 14 0 215334 0
[pid=22324/tid=22326] ppid=22322 vsize=915456 CPUtime=0.03
/proc/22324/task/22326/stat : 22326 (java) S 22322 22324 21897 0 -1 64 363 0 0 0 3 0 0 0 16 0 8 0 155713055 937426944 8947 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=22324/tid=22327] ppid=22322 vsize=915456 CPUtime=0
/proc/22324/task/22327/stat : 22327 (java) S 22322 22324 21897 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155713056 937426944 8947 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22324/tid=22328] ppid=22322 vsize=915456 CPUtime=0
/proc/22324/task/22328/stat : 22328 (java) S 22322 22324 21897 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155713056 937426944 8947 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22324/tid=22329] ppid=22322 vsize=915456 CPUtime=0
/proc/22324/task/22329/stat : 22329 (java) S 22322 22324 21897 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 155713061 937426944 8947 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22324/tid=22330] ppid=22322 vsize=915456 CPUtime=0.24
/proc/22324/task/22330/stat : 22330 (java) S 22322 22324 21897 0 -1 64 392 0 0 0 23 1 0 0 15 0 8 0 155713061 937426944 8947 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22324/tid=22331] ppid=22322 vsize=915456 CPUtime=0
/proc/22324/task/22331/stat : 22331 (java) S 22322 22324 21897 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 155713061 937426944 8947 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22324/tid=22332] ppid=22322 vsize=915456 CPUtime=0
/proc/22324/task/22332/stat : 22332 (java) S 22322 22324 21897 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 155713061 937426944 8947 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.58
Current children cumulated vsize (KiB) 915456

[startup+25.6023 s]
/proc/loadavg: 2.00 1.99 1.86 3/100 22332
/proc/meminfo: memFree=1722400/2055920 swapFree=4170284/4192956
[pid=22324] ppid=22322 vsize=915456 CPUtime=25.33
/proc/22324/stat : 22324 (java) R 22322 22324 21897 0 -1 0 9212 0 1 0 2526 7 0 0 25 0 8 0 155713051 937426944 8947 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073336182 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/22324/statm: 228864 8947 2513 14 0 215334 0
[pid=22324/tid=22326] ppid=22322 vsize=915456 CPUtime=0.03
/proc/22324/task/22326/stat : 22326 (java) S 22322 22324 21897 0 -1 64 363 0 0 0 3 0 0 0 16 0 8 0 155713055 937426944 8947 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=22324/tid=22327] ppid=22322 vsize=915456 CPUtime=0
/proc/22324/task/22327/stat : 22327 (java) S 22322 22324 21897 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155713056 937426944 8947 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22324/tid=22328] ppid=22322 vsize=915456 CPUtime=0
/proc/22324/task/22328/stat : 22328 (java) S 22322 22324 21897 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155713056 937426944 8947 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22324/tid=22329] ppid=22322 vsize=915456 CPUtime=0
/proc/22324/task/22329/stat : 22329 (java) S 22322 22324 21897 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 155713061 937426944 8947 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22324/tid=22330] ppid=22322 vsize=915456 CPUtime=0.24
/proc/22324/task/22330/stat : 22330 (java) S 22322 22324 21897 0 -1 64 392 0 0 0 23 1 0 0 16 0 8 0 155713061 937426944 8947 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22324/tid=22331] ppid=22322 vsize=915456 CPUtime=0
/proc/22324/task/22331/stat : 22331 (java) S 22322 22324 21897 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 155713061 937426944 8947 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22324/tid=22332] ppid=22322 vsize=915456 CPUtime=0
/proc/22324/task/22332/stat : 22332 (java) S 22322 22324 21897 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 155713061 937426944 8947 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.33
Current children cumulated vsize (KiB) 915456

[startup+51.2074 s]
/proc/loadavg: 1.92 1.97 1.86 2/85 22348
/proc/meminfo: memFree=1756568/2055920 swapFree=4170284/4192956
[pid=22324] ppid=22322 vsize=915456 CPUtime=50.73
/proc/22324/stat : 22324 (java) R 22322 22324 21897 0 -1 0 9212 0 1 0 5065 8 0 0 25 0 8 0 155713051 937426944 8947 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073794922 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/22324/statm: 228864 8947 2513 14 0 215334 0
[pid=22324/tid=22326] ppid=22322 vsize=915456 CPUtime=0.03
/proc/22324/task/22326/stat : 22326 (java) S 22322 22324 21897 0 -1 64 363 0 0 0 3 0 0 0 16 0 8 0 155713055 937426944 8947 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=22324/tid=22327] ppid=22322 vsize=915456 CPUtime=0
/proc/22324/task/22327/stat : 22327 (java) S 22322 22324 21897 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155713056 937426944 8947 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22324/tid=22328] ppid=22322 vsize=915456 CPUtime=0
/proc/22324/task/22328/stat : 22328 (java) S 22322 22324 21897 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155713056 937426944 8947 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22324/tid=22329] ppid=22322 vsize=915456 CPUtime=0
/proc/22324/task/22329/stat : 22329 (java) S 22322 22324 21897 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 155713061 937426944 8947 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22324/tid=22330] ppid=22322 vsize=915456 CPUtime=0.24
/proc/22324/task/22330/stat : 22330 (java) S 22322 22324 21897 0 -1 64 392 0 0 0 23 1 0 0 16 0 8 0 155713061 937426944 8947 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22324/tid=22331] ppid=22322 vsize=915456 CPUtime=0
/proc/22324/task/22331/stat : 22331 (java) S 22322 22324 21897 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 155713061 937426944 8947 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22324/tid=22332] ppid=22322 vsize=915456 CPUtime=0
/proc/22324/task/22332/stat : 22332 (java) S 22322 22324 21897 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 155713061 937426944 8947 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.73
Current children cumulated vsize (KiB) 915456

[startup+102.491 s]
/proc/loadavg: 1.40 1.82 1.81 2/85 22348
/proc/meminfo: memFree=1756648/2055920 swapFree=4170284/4192956
[pid=22324] ppid=22322 vsize=915456 CPUtime=102
/proc/22324/stat : 22324 (java) R 22322 22324 21897 0 -1 0 9212 0 1 0 10192 8 0 0 25 0 8 0 155713051 937426944 8947 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073820481 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/22324/statm: 228864 8947 2513 14 0 215334 0
[pid=22324/tid=22326] ppid=22322 vsize=915456 CPUtime=0.03
/proc/22324/task/22326/stat : 22326 (java) S 22322 22324 21897 0 -1 64 363 0 0 0 3 0 0 0 16 0 8 0 155713055 937426944 8947 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=22324/tid=22327] ppid=22322 vsize=915456 CPUtime=0
/proc/22324/task/22327/stat : 22327 (java) S 22322 22324 21897 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155713056 937426944 8947 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22324/tid=22328] ppid=22322 vsize=915456 CPUtime=0
/proc/22324/task/22328/stat : 22328 (java) S 22322 22324 21897 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155713056 937426944 8947 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22324/tid=22329] ppid=22322 vsize=915456 CPUtime=0
/proc/22324/task/22329/stat : 22329 (java) S 22322 22324 21897 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 155713061 937426944 8947 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22324/tid=22330] ppid=22322 vsize=915456 CPUtime=0.24
/proc/22324/task/22330/stat : 22330 (java) S 22322 22324 21897 0 -1 64 392 0 0 0 23 1 0 0 16 0 8 0 155713061 937426944 8947 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22324/tid=22331] ppid=22322 vsize=915456 CPUtime=0
/proc/22324/task/22331/stat : 22331 (java) S 22322 22324 21897 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 155713061 937426944 8947 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22324/tid=22332] ppid=22322 vsize=915456 CPUtime=0
/proc/22324/task/22332/stat : 22332 (java) S 22322 22324 21897 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 155713061 937426944 8947 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 102
Current children cumulated vsize (KiB) 915456

[startup+162.508 s]
/proc/loadavg: 1.14 1.67 1.76 2/85 22348
/proc/meminfo: memFree=1756712/2055920 swapFree=4170284/4192956
[pid=22324] ppid=22322 vsize=915456 CPUtime=162
/proc/22324/stat : 22324 (java) R 22322 22324 21897 0 -1 0 9212 0 1 0 16192 8 0 0 25 0 8 0 155713051 937426944 8947 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073336175 0 4 0 23759 18446744073709551615 0 0 17 0 0 0

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

/proc/22324/task/22329/stat : 22329 (java) S 22322 22324 21897 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 155713061 937426944 8947 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22324/tid=22330] ppid=22322 vsize=915456 CPUtime=0.24
/proc/22324/task/22330/stat : 22330 (java) S 22322 22324 21897 0 -1 64 392 0 0 0 23 1 0 0 16 0 8 0 155713061 937426944 8947 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22324/tid=22331] ppid=22322 vsize=915456 CPUtime=0
/proc/22324/task/22331/stat : 22331 (java) S 22322 22324 21897 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 155713061 937426944 8947 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22324/tid=22332] ppid=22322 vsize=915456 CPUtime=0
/proc/22324/task/22332/stat : 22332 (java) S 22322 22324 21897 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 155713061 937426944 8947 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) 915456

[startup+342.563 s]
/proc/loadavg: 1.00 1.35 1.61 2/85 22348
/proc/meminfo: memFree=1756712/2055920 swapFree=4170284/4192956
[pid=22324] ppid=22322 vsize=915456 CPUtime=342
/proc/22324/stat : 22324 (java) R 22322 22324 21897 0 -1 0 9212 0 1 0 34192 8 0 0 25 0 8 0 155713051 937426944 8947 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073824231 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/22324/statm: 228864 8947 2513 14 0 215334 0
[pid=22324/tid=22326] ppid=22322 vsize=915456 CPUtime=0.03
/proc/22324/task/22326/stat : 22326 (java) S 22322 22324 21897 0 -1 64 363 0 0 0 3 0 0 0 16 0 8 0 155713055 937426944 8947 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=22324/tid=22327] ppid=22322 vsize=915456 CPUtime=0
/proc/22324/task/22327/stat : 22327 (java) S 22322 22324 21897 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155713056 937426944 8947 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22324/tid=22328] ppid=22322 vsize=915456 CPUtime=0
/proc/22324/task/22328/stat : 22328 (java) S 22322 22324 21897 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155713056 937426944 8947 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22324/tid=22329] ppid=22322 vsize=915456 CPUtime=0
/proc/22324/task/22329/stat : 22329 (java) S 22322 22324 21897 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 155713061 937426944 8947 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22324/tid=22330] ppid=22322 vsize=915456 CPUtime=0.24
/proc/22324/task/22330/stat : 22330 (java) S 22322 22324 21897 0 -1 64 392 0 0 0 23 1 0 0 16 0 8 0 155713061 937426944 8947 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22324/tid=22331] ppid=22322 vsize=915456 CPUtime=0
/proc/22324/task/22331/stat : 22331 (java) S 22322 22324 21897 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 155713061 937426944 8947 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22324/tid=22332] ppid=22322 vsize=915456 CPUtime=0
/proc/22324/task/22332/stat : 22332 (java) S 22322 22324 21897 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 155713061 937426944 8947 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 342
Current children cumulated vsize (KiB) 915456

[startup+402.584 s]
/proc/loadavg: 1.00 1.29 1.57 2/85 22348
/proc/meminfo: memFree=1755240/2055920 swapFree=4170284/4192956
[pid=22324] ppid=22322 vsize=915456 CPUtime=402
/proc/22324/stat : 22324 (java) R 22322 22324 21897 0 -1 0 9212 0 1 0 40192 8 0 0 25 0 8 0 155713051 937426944 8947 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073808238 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/22324/statm: 228864 8947 2513 14 0 215334 0
[pid=22324/tid=22326] ppid=22322 vsize=915456 CPUtime=0.03
/proc/22324/task/22326/stat : 22326 (java) S 22322 22324 21897 0 -1 64 363 0 0 0 3 0 0 0 16 0 8 0 155713055 937426944 8947 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=22324/tid=22327] ppid=22322 vsize=915456 CPUtime=0
/proc/22324/task/22327/stat : 22327 (java) S 22322 22324 21897 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155713056 937426944 8947 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22324/tid=22328] ppid=22322 vsize=915456 CPUtime=0
/proc/22324/task/22328/stat : 22328 (java) S 22322 22324 21897 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155713056 937426944 8947 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22324/tid=22329] ppid=22322 vsize=915456 CPUtime=0
/proc/22324/task/22329/stat : 22329 (java) S 22322 22324 21897 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 155713061 937426944 8947 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22324/tid=22330] ppid=22322 vsize=915456 CPUtime=0.24
/proc/22324/task/22330/stat : 22330 (java) S 22322 22324 21897 0 -1 64 392 0 0 0 23 1 0 0 16 0 8 0 155713061 937426944 8947 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22324/tid=22331] ppid=22322 vsize=915456 CPUtime=0
/proc/22324/task/22331/stat : 22331 (java) S 22322 22324 21897 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 155713061 937426944 8947 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22324/tid=22332] ppid=22322 vsize=915456 CPUtime=0
/proc/22324/task/22332/stat : 22332 (java) S 22322 22324 21897 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 155713061 937426944 8947 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 402
Current children cumulated vsize (KiB) 915456

[startup+462.61 s]
/proc/loadavg: 1.00 1.23 1.53 2/85 22348
/proc/meminfo: memFree=1755176/2055920 swapFree=4170284/4192956
[pid=22324] ppid=22322 vsize=915456 CPUtime=462.01
/proc/22324/stat : 22324 (java) R 22322 22324 21897 0 -1 0 9212 0 1 0 46192 9 0 0 25 0 8 0 155713051 937426944 8947 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073802917 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/22324/statm: 228864 8947 2513 14 0 215334 0
[pid=22324/tid=22326] ppid=22322 vsize=915456 CPUtime=0.03
/proc/22324/task/22326/stat : 22326 (java) S 22322 22324 21897 0 -1 64 363 0 0 0 3 0 0 0 16 0 8 0 155713055 937426944 8947 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=22324/tid=22327] ppid=22322 vsize=915456 CPUtime=0
/proc/22324/task/22327/stat : 22327 (java) S 22322 22324 21897 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155713056 937426944 8947 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22324/tid=22328] ppid=22322 vsize=915456 CPUtime=0
/proc/22324/task/22328/stat : 22328 (java) S 22322 22324 21897 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155713056 937426944 8947 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22324/tid=22329] ppid=22322 vsize=915456 CPUtime=0
/proc/22324/task/22329/stat : 22329 (java) S 22322 22324 21897 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 155713061 937426944 8947 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22324/tid=22330] ppid=22322 vsize=915456 CPUtime=0.24
/proc/22324/task/22330/stat : 22330 (java) S 22322 22324 21897 0 -1 64 392 0 0 0 23 1 0 0 16 0 8 0 155713061 937426944 8947 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22324/tid=22331] ppid=22322 vsize=915456 CPUtime=0
/proc/22324/task/22331/stat : 22331 (java) S 22322 22324 21897 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 155713061 937426944 8947 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22324/tid=22332] ppid=22322 vsize=915456 CPUtime=0
/proc/22324/task/22332/stat : 22332 (java) S 22322 22324 21897 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 155713061 937426944 8947 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 462.01
Current children cumulated vsize (KiB) 915456

[startup+522.631 s]
/proc/loadavg: 1.00 1.19 1.50 2/85 22348
/proc/meminfo: memFree=1755112/2055920 swapFree=4170284/4192956
[pid=22324] ppid=22322 vsize=915456 CPUtime=522.02
/proc/22324/stat : 22324 (java) R 22322 22324 21897 0 -1 0 9212 0 1 0 52193 9 0 0 25 0 8 0 155713051 937426944 8947 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073816066 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/22324/statm: 228864 8947 2513 14 0 215334 0
[pid=22324/tid=22326] ppid=22322 vsize=915456 CPUtime=0.03
/proc/22324/task/22326/stat : 22326 (java) S 22322 22324 21897 0 -1 64 363 0 0 0 3 0 0 0 16 0 8 0 155713055 937426944 8947 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=22324/tid=22327] ppid=22322 vsize=915456 CPUtime=0
/proc/22324/task/22327/stat : 22327 (java) S 22322 22324 21897 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155713056 937426944 8947 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22324/tid=22328] ppid=22322 vsize=915456 CPUtime=0
/proc/22324/task/22328/stat : 22328 (java) S 22322 22324 21897 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155713056 937426944 8947 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22324/tid=22329] ppid=22322 vsize=915456 CPUtime=0
/proc/22324/task/22329/stat : 22329 (java) S 22322 22324 21897 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 155713061 937426944 8947 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22324/tid=22330] ppid=22322 vsize=915456 CPUtime=0.24
/proc/22324/task/22330/stat : 22330 (java) S 22322 22324 21897 0 -1 64 392 0 0 0 23 1 0 0 16 0 8 0 155713061 937426944 8947 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22324/tid=22331] ppid=22322 vsize=915456 CPUtime=0
/proc/22324/task/22331/stat : 22331 (java) S 22322 22324 21897 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 155713061 937426944 8947 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22324/tid=22332] ppid=22322 vsize=915456 CPUtime=0
/proc/22324/task/22332/stat : 22332 (java) S 22322 22324 21897 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 155713061 937426944 8947 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 522.02
Current children cumulated vsize (KiB) 915456

[startup+582.654 s]
/proc/loadavg: 1.00 1.15 1.46 2/85 22348
/proc/meminfo: memFree=1755048/2055920 swapFree=4170284/4192956
[pid=22324] ppid=22322 vsize=915456 CPUtime=582.02
/proc/22324/stat : 22324 (java) R 22322 22324 21897 0 -1 0 9212 0 1 0 58193 9 0 0 25 0 8 0 155713051 937426944 8947 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073806209 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/22324/statm: 228864 8947 2513 14 0 215334 0
[pid=22324/tid=22326] ppid=22322 vsize=915456 CPUtime=0.03
/proc/22324/task/22326/stat : 22326 (java) S 22322 22324 21897 0 -1 64 363 0 0 0 3 0 0 0 16 0 8 0 155713055 937426944 8947 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=22324/tid=22327] ppid=22322 vsize=915456 CPUtime=0
/proc/22324/task/22327/stat : 22327 (java) S 22322 22324 21897 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155713056 937426944 8947 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22324/tid=22328] ppid=22322 vsize=915456 CPUtime=0
/proc/22324/task/22328/stat : 22328 (java) S 22322 22324 21897 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155713056 937426944 8947 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22324/tid=22329] ppid=22322 vsize=915456 CPUtime=0
/proc/22324/task/22329/stat : 22329 (java) S 22322 22324 21897 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 155713061 937426944 8947 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22324/tid=22330] ppid=22322 vsize=915456 CPUtime=0.24
/proc/22324/task/22330/stat : 22330 (java) S 22322 22324 21897 0 -1 64 392 0 0 0 23 1 0 0 16 0 8 0 155713061 937426944 8947 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22324/tid=22331] ppid=22322 vsize=915456 CPUtime=0
/proc/22324/task/22331/stat : 22331 (java) S 22322 22324 21897 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 155713061 937426944 8947 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22324/tid=22332] ppid=22322 vsize=915456 CPUtime=0
/proc/22324/task/22332/stat : 22332 (java) S 22322 22324 21897 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 155713061 937426944 8947 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 582.02
Current children cumulated vsize (KiB) 915456

[startup+642.677 s]
/proc/loadavg: 1.00 1.12 1.43 2/85 22348
/proc/meminfo: memFree=1754984/2055920 swapFree=4170284/4192956
[pid=22324] ppid=22322 vsize=915456 CPUtime=642.03
/proc/22324/stat : 22324 (java) R 22322 22324 21897 0 -1 0 9212 0 1 0 64194 9 0 0 25 0 8 0 155713051 937426944 8947 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073844124 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/22324/statm: 228864 8947 2513 14 0 215334 0
[pid=22324/tid=22326] ppid=22322 vsize=915456 CPUtime=0.03
/proc/22324/task/22326/stat : 22326 (java) S 22322 22324 21897 0 -1 64 363 0 0 0 3 0 0 0 16 0 8 0 155713055 937426944 8947 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=22324/tid=22327] ppid=22322 vsize=915456 CPUtime=0
/proc/22324/task/22327/stat : 22327 (java) S 22322 22324 21897 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155713056 937426944 8947 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22324/tid=22328] ppid=22322 vsize=915456 CPUtime=0
/proc/22324/task/22328/stat : 22328 (java) S 22322 22324 21897 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155713056 937426944 8947 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22324/tid=22329] ppid=22322 vsize=915456 CPUtime=0
/proc/22324/task/22329/stat : 22329 (java) S 22322 22324 21897 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 155713061 937426944 8947 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22324/tid=22330] ppid=22322 vsize=915456 CPUtime=0.24
/proc/22324/task/22330/stat : 22330 (java) S 22322 22324 21897 0 -1 64 392 0 0 0 23 1 0 0 16 0 8 0 155713061 937426944 8947 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22324/tid=22331] ppid=22322 vsize=915456 CPUtime=0
/proc/22324/task/22331/stat : 22331 (java) S 22322 22324 21897 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 155713061 937426944 8947 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22324/tid=22332] ppid=22322 vsize=915456 CPUtime=0
/proc/22324/task/22332/stat : 22332 (java) S 22322 22324 21897 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 155713061 937426944 8947 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 642.03
Current children cumulated vsize (KiB) 915456

[startup+702.704 s]
/proc/loadavg: 1.00 1.10 1.40 2/85 22348
/proc/meminfo: memFree=1754920/2055920 swapFree=4170284/4192956
[pid=22324] ppid=22322 vsize=915456 CPUtime=702.04
/proc/22324/stat : 22324 (java) R 22322 22324 21897 0 -1 0 9214 0 1 0 70195 9 0 0 25 0 8 0 155713051 937426944 8949 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073793990 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/22324/statm: 228864 8949 2513 14 0 215334 0
[pid=22324/tid=22326] ppid=22322 vsize=915456 CPUtime=0.03
/proc/22324/task/22326/stat : 22326 (java) S 22322 22324 21897 0 -1 64 363 0 0 0 3 0 0 0 16 0 8 0 155713055 937426944 8949 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=22324/tid=22327] ppid=22322 vsize=915456 CPUtime=0
/proc/22324/task/22327/stat : 22327 (java) S 22322 22324 21897 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155713056 937426944 8949 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22324/tid=22328] ppid=22322 vsize=915456 CPUtime=0
/proc/22324/task/22328/stat : 22328 (java) S 22322 22324 21897 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155713056 937426944 8949 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22324/tid=22329] ppid=22322 vsize=915456 CPUtime=0
/proc/22324/task/22329/stat : 22329 (java) S 22322 22324 21897 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 155713061 937426944 8949 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22324/tid=22330] ppid=22322 vsize=915456 CPUtime=0.24
/proc/22324/task/22330/stat : 22330 (java) S 22322 22324 21897 0 -1 64 394 0 0 0 23 1 0 0 16 0 8 0 155713061 937426944 8949 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22324/tid=22331] ppid=22322 vsize=915456 CPUtime=0
/proc/22324/task/22331/stat : 22331 (java) S 22322 22324 21897 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 155713061 937426944 8949 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22324/tid=22332] ppid=22322 vsize=915456 CPUtime=0
/proc/22324/task/22332/stat : 22332 (java) S 22322 22324 21897 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 155713061 937426944 8949 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 702.04
Current children cumulated vsize (KiB) 915456

Child status: 0
Real time (s): 741.277
CPU time (s): 740.603
CPU user time (s): 740.499
CPU system time (s): 0.103984
CPU usage (%): 99.9091
Max. virtual memory (cumulated for all children) (KiB): 915456

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 740.499
system time used= 0.103984
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9221
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= 16100
involuntary context switches= 7054

runsolver used 0.743886 s user time and 1.93071 s system time

The end

Launcher Data (download as text)

Begin job on node20 on Sat Jan  6 08:46:25 UTC 2007


IDJOB= 203729
IDBENCH= 3978
FILE ID= node20/203729-1168073185

PBS_JOBID= 3475956

Free space on /tmp= 66544 MiB

BENCH NAME= HOME/pub/bench/CPAI06/random/rand-2-27/rand-27-27-351-163-54021_ext.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/203729-1168073185/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node20/watcher-203729-1168073185 -o ROOT/results/node20/solver-203729-1168073185 -C 1800 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/203729-1168073185/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  00916f4b5ed0a6444ce18c1c48096821

RANDOM SEED= 934176942

TIME LIMIT= 1800 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.216
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.216
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:       1749048 kB
Buffers:         36400 kB
Cached:         145144 kB
SwapCached:       2668 kB
Active:         100648 kB
Inactive:       137004 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1749048 kB
SwapTotal:     4192956 kB
SwapFree:      4170284 kB
Dirty:            2012 kB
Writeback:           0 kB
Mapped:          80828 kB
Slab:            53792 kB
Committed_AS:  3644216 kB
PageTables:       2492 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= 66546 MiB



End job on node20 on Sat Jan  6 08:58:47 UTC 2007