Trace number 199947

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 1341.78 1342.35

DiagnosticValue
CHECKS1007430452
NODES950437

General information on the benchmark

Namerandom/rand-3-24-24-fcd/
rand-3-24-24-76-632-fcd-15_ext.xml
MD5SUM3b47a728bbc52152af4316abee9f9c5d
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1341.78
SatisfiableYES
(Un)Satisfiability was proved
Number of variables24
Number of constraints76
Maximum constraint arity3
Maximum domain size24
Number of constraints which are defined in extension76
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.29	   
0.29	Abscon 109 (November, 2006)
0.29	   
0.29	   configuration
0.29	     name=mac.xml
0.32	   
0.32	   instance
0.32	     name=/tmp/evaluation/199947-1168071713/unknown.xml
0.35	   
0.35	   domains being loaded...
0.35	   
0.35	   variables being loaded...
0.38	     nbVariables=24  nbDomainTypes=1  minDomainSize=24  maxDomainSize=24
0.38	       =>  wckTime=0.092  cpuTime=0.09  mem=6M951
0.38	   
0.38	   relations being loaded...
0.99	   
0.99	   constraints being loaded...
1.24	     nbConstraints=76  nbRelationTypes=76  nbExtensionStructures=76  nbSharedExtensionStructures=0
1.24	     nbConflictsStructures=76  nbSharedConflictsStructures=0  nbSharedBinaryRepresentations=0  maxDegree=15  maxArity=3
1.24	       =>  wckTime=0.948  cpuTime=0.84  mem=50M799
1.35	   
1.35	   solver IterativeSystematicSolver being built... 
1.50	       =>  wckTime=1.209  cpuTime=0.96  mem=34M595
1.50	   
1.50	   preprocessing
1.50	     nbConstraintChecks=0  nbPropagations=24  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
1.50	     detectedInconsistency=no
1.50	       =>  wckTime=0.0040  cpuTime=0.0  mem=34M595
1.61	   
1.61	   search
1.61	     run=0  nbConstraintChecks=34744  nbValidityChecks=60523  nbPropagations=374  nbRevisions=3996
1.61	     nbUselessRevisions=3141  nbAssignments=28  nbFailedAssignments=13  nbBacktracks=10  nbVisitedNodes=49
1.61	     nbRestartNogoods=0  mapSize=9  nbInferences=0  nbTooLargeKeys=0
1.61	       =>  wckTime=0.11  cpuTime=0.08  mem=35M586
1.71	   
1.71	   search
1.71	     run=1  nbConstraintChecks=96444  nbValidityChecks=180598  nbPropagations=1374  nbRevisions=15796
1.71	     nbUselessRevisions=12348  nbAssignments=78  nbFailedAssignments=41  nbBacktracks=25  nbVisitedNodes=139
1.71	     nbRestartNogoods=1  mapSize=22  nbInferences=0  nbTooLargeKeys=0
1.71	       =>  wckTime=0.21  cpuTime=0.18  mem=35M586
1.82	   
1.82	   search
1.82	     run=2  nbConstraintChecks=161559  nbValidityChecks=314371  nbPropagations=3089  nbRevisions=36106
1.82	     nbUselessRevisions=28338  nbAssignments=149  nbFailedAssignments=83  nbBacktracks=47  nbVisitedNodes=265
1.82	     nbRestartNogoods=9  mapSize=40  nbInferences=0  nbTooLargeKeys=0
1.82	       =>  wckTime=0.317  cpuTime=0.27  mem=35M586
1.94	   
1.94	   search
1.94	     run=3  nbConstraintChecks=243938  nbValidityChecks=477643  nbPropagations=5880  nbRevisions=69372
1.94	     nbUselessRevisions=54545  nbAssignments=235  nbFailedAssignments=129  nbBacktracks=80  nbVisitedNodes=417
1.94	     nbRestartNogoods=18  mapSize=66  nbInferences=0  nbTooLargeKeys=0
1.94	       =>  wckTime=0.438  cpuTime=0.39  mem=35M586
2.13	   
2.13	   search
2.13	     run=4  nbConstraintChecks=377511  nbValidityChecks=746703  nbPropagations=10266  nbRevisions=123036
2.13	     nbUselessRevisions=97244  nbAssignments=359  nbFailedAssignments=198  nbBacktracks=130  nbVisitedNodes=646
2.13	     nbRestartNogoods=24  mapSize=112  nbInferences=0  nbTooLargeKeys=0
2.13	       =>  wckTime=0.625  cpuTime=0.58  mem=35M586
2.46	   
2.46	   search
2.46	     run=5  nbConstraintChecks=615001  nbValidityChecks=1240593  nbPropagations=17248  nbRevisions=208830
2.46	     nbUselessRevisions=165291  nbAssignments=597  nbFailedAssignments=354  nbBacktracks=206  nbVisitedNodes=1093
2.46	     nbRestartNogoods=29  mapSize=182  nbInferences=0  nbTooLargeKeys=0
2.46	       =>  wckTime=0.958  cpuTime=0.91  mem=35M586
2.88	   
2.88	   search
2.88	     run=6  nbConstraintChecks=916838  nbValidityChecks=1832761  nbPropagations=27572  nbRevisions=334599
2.88	     nbUselessRevisions=264316  nbAssignments=888  nbFailedAssignments=526  nbBacktracks=320  nbVisitedNodes=1631
2.88	     nbRestartNogoods=33  mapSize=274  nbInferences=0  nbTooLargeKeys=0
2.88	       =>  wckTime=1.384  cpuTime=1.33  mem=35M586
3.45	   
3.45	   search
3.45	     run=7  nbConstraintChecks=1315259  nbValidityChecks=2618242  nbPropagations=42570  nbRevisions=515526
3.45	     nbUselessRevisions=406088  nbAssignments=1255  nbFailedAssignments=716  nbBacktracks=491  nbVisitedNodes=2304
3.45	     nbRestartNogoods=39  mapSize=418  nbInferences=0  nbTooLargeKeys=0
3.45	       =>  wckTime=1.95  cpuTime=1.89  mem=35M586
4.64	   
4.64	   search
4.64	     run=8  nbConstraintChecks=2164614  nbValidityChecks=4259072  nbPropagations=66796  nbRevisions=810728
4.64	     nbUselessRevisions=637475  nbAssignments=1916  nbFailedAssignments=1116  nbBacktracks=747  nbVisitedNodes=3560
4.64	     nbRestartNogoods=50  mapSize=656  nbInferences=0  nbTooLargeKeys=0
4.64	       =>  wckTime=3.136  cpuTime=3.06  mem=35M586
5.86	   
5.86	   search
5.86	     run=9  nbConstraintChecks=3070507  nbValidityChecks=6161886  nbPropagations=102318  nbRevisions=1250191
5.86	     nbUselessRevisions=983701  nbAssignments=2954  nbFailedAssignments=1764  nbBacktracks=1132  nbVisitedNodes=5493
5.86	     nbRestartNogoods=57  mapSize=996  nbInferences=0  nbTooLargeKeys=0
5.86	       =>  wckTime=4.361  cpuTime=4.28  mem=35M586
5.93	   
5.93	   INFO : Stopping hyperNogood (mapSize=1013, nbTooLargekeys=0, mem=35M586)
7.60	   
7.60	   search
7.60	     run=10  nbConstraintChecks=4354642  nbValidityChecks=8938505  nbPropagations=155476  nbRevisions=1905982
7.60	     nbUselessRevisions=1501589  nbAssignments=4517  nbFailedAssignments=2745  nbBacktracks=1708  nbVisitedNodes=8430
7.60	     nbRestartNogoods=63
7.60	       =>  wckTime=6.103  cpuTime=6.01  mem=35M586
10.47	   
10.47	   search
10.47	     run=11  nbConstraintChecks=6504356  nbValidityChecks=13254547  nbPropagations=234608  nbRevisions=2880903
10.47	     nbUselessRevisions=2270043  nbAssignments=6542  nbFailedAssignments=3901  nbBacktracks=2572  nbVisitedNodes=12185
10.47	     nbRestartNogoods=82
10.48	       =>  wckTime=8.975  cpuTime=8.88  mem=35M586
15.51	   
15.51	   search
15.51	     run=12  nbConstraintChecks=10419880  nbValidityChecks=21359032  nbPropagations=357659  nbRevisions=4409896
15.51	     nbUselessRevisions=3473793  nbAssignments=10583  nbFailedAssignments=6638  nbBacktracks=3870  nbVisitedNodes=19873
15.51	     nbRestartNogoods=95
15.51	       =>  wckTime=14.013  cpuTime=13.92  mem=35M586
21.07	   
21.07	   search
21.07	     run=13  nbConstraintChecks=14581258  nbValidityChecks=29831307  nbPropagations=534122  nbRevisions=6601731
21.07	     nbUselessRevisions=5204482  nbAssignments=14692  nbFailedAssignments=8794  nbBacktracks=5817  nbVisitedNodes=27400
21.07	     nbRestartNogoods=107
21.07	       =>  wckTime=19.571  cpuTime=19.47  mem=35M586
31.76	   
31.76	   search
31.76	     run=14  nbConstraintChecks=22507211  nbValidityChecks=45827208  nbPropagations=807760  nbRevisions=9973727
31.76	     nbUselessRevisions=7862146  nbAssignments=21894  nbFailedAssignments=13071  nbBacktracks=8736  nbVisitedNodes=40984
31.76	     nbRestartNogoods=116
31.76	       =>  wckTime=30.265  cpuTime=30.17  mem=35M586
47.13	   
47.13	   search
47.13	     run=15  nbConstraintChecks=34163542  nbValidityChecks=69646850  nbPropagations=1221577  nbRevisions=15060440
47.13	     nbUselessRevisions=11873779  nbAssignments=33595  nbFailedAssignments=20387  nbBacktracks=13115
47.13	     nbVisitedNodes=63105  nbRestartNogoods=124
47.13	       =>  wckTime=45.631  cpuTime=45.52  mem=35M586
69.82	   
69.82	   search
69.82	     run=16  nbConstraintChecks=51212682  nbValidityChecks=105276001  nbPropagations=1839080  nbRevisions=22576841
69.82	     nbUselessRevisions=17785025  nbAssignments=51603  nbFailedAssignments=31821  nbBacktracks=19684
69.82	     nbVisitedNodes=97047  nbRestartNogoods=134
69.82	       =>  wckTime=68.317  cpuTime=68.2  mem=35M586
105.96	   
105.96	   search
105.96	     run=17  nbConstraintChecks=79158879  nbValidityChecks=161480945  nbPropagations=2770227  nbRevisions=33973361
105.96	     nbUselessRevisions=26750751  nbAssignments=78148  nbFailedAssignments=48508  nbBacktracks=29536
105.96	     nbVisitedNodes=147078  nbRestartNogoods=152
105.96	       =>  wckTime=104.461  cpuTime=104.33  mem=35M586
153.69	   
153.69	   search
153.69	     run=18  nbConstraintChecks=114876633  nbValidityChecks=233651834  nbPropagations=4147538  nbRevisions=50895976
153.69	     nbUselessRevisions=40104853  nbAssignments=112701  nbFailedAssignments=68277  nbBacktracks=44314
153.69	     nbVisitedNodes=211315  nbRestartNogoods=172
153.69	       =>  wckTime=152.187  cpuTime=152.04  mem=35M586
232.91	   
232.91	   search
232.91	     run=19  nbConstraintChecks=174250839  nbValidityChecks=354576620  nbPropagations=6260385  nbRevisions=76821678
232.91	     nbUselessRevisions=60557614  nbAssignments=170899  nbFailedAssignments=104300  nbBacktracks=66483
232.91	     nbVisitedNodes=321506  nbRestartNogoods=191
232.91	       =>  wckTime=231.408  cpuTime=231.23  mem=35M586
343.08	   
343.08	   search
343.08	     run=20  nbConstraintChecks=257129504  nbValidityChecks=521306363  nbPropagations=9350570  nbRevisions=114837902
343.08	     nbUselessRevisions=90566230  nbAssignments=246992  nbFailedAssignments=147133  nbBacktracks=99736
343.08	     nbVisitedNodes=462341  nbRestartNogoods=210
343.08	       =>  wckTime=341.578  cpuTime=341.36  mem=35M586
519.57	   
519.57	   search
519.57	     run=21  nbConstraintChecks=388692963  nbValidityChecks=790459682  nbPropagations=14095743  nbRevisions=172757610
519.57	     nbUselessRevisions=136194096  nbAssignments=374186  nbFailedAssignments=224442  nbBacktracks=149614
519.57	     nbVisitedNodes=702845  nbRestartNogoods=232
519.57	       =>  wckTime=518.073  cpuTime=517.79  mem=35M586
791.37	   
791.37	   search
791.37	     run=22  nbConstraintChecks=596399682  nbValidityChecks=1208386237  nbPropagations=21239505  nbRevisions=259901318
791.37	     nbUselessRevisions=204751498  nbAssignments=565025  nbFailedAssignments=340457  nbBacktracks=224432
791.37	     nbVisitedNodes=1061134  nbRestartNogoods=256
791.37	       =>  wckTime=789.874  cpuTime=789.49  mem=35M586
1174.61	   
1174.61	   search
1174.61	     run=23  nbConstraintChecks=883710195  nbValidityChecks=1789816606  nbPropagations=31844369  nbRevisions=390050420
1174.61	     nbUselessRevisions=307300502  nbAssignments=829722  nbFailedAssignments=492921  nbBacktracks=336659
1174.61	     nbVisitedNodes=1556069  nbRestartNogoods=274
1174.61	       =>  wckTime=1173.11  cpuTime=1172.58  mem=35M586
1342.28	   
1342.28	   search
1342.28	     run=24  nbConstraintChecks=1007430452  nbValidityChecks=2045337029  nbPropagations=44047765  nbRevisions=539273621
1342.28	     nbUselessRevisions=424804028  nbAssignments=950437  nbFailedAssignments=567199  nbBacktracks=383072
1342.28	     nbVisitedNodes=1785442  nbRestartNogoods=296
1342.28	       =>  wckTime=1340.782  cpuTime=1340.19  mem=35M586
1342.28	   
1342.28	   global
1342.28	     nbConstraintChecks=1007430452  nbValidityChecks=2045337029  nbPropagations=44047789  nbRevisions=539273621
1342.28	     nbUselessRevisions=424804028  nbRestartNogoods=296  solvingWckTime=1340.783  solvingCpuTime=1340.2  expiredTime=no
1342.28	     totalExploration=no  nbFoundSolutions=1  globalCpuTime=1341.2
1342.28	       =>  wckTime=1341.993  cpuTime=1341.16  mem=35M586
1342.29	   
1342.29	s SATISFIABLE
1342.29	v 9 20 21 3 13 8 23 10 8 16 13 13 17 2 12 14 19 4 13 22 9 6 7 5 
1342.29	d NODES 950437
1342.29	d CHECKS 1007430452
1342.29	   
1342.29	   totalWckTime=1342.066  totalCpuTime=1341.2

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/node76/watcher-199947-1168071713 -o ROOT/results/node76/solver-199947-1168071713 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/199947-1168071713/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: 0.95 1.00 1.00 3/70 30207
/proc/meminfo: memFree=1793816/2055888 swapFree=4096420/4096564
[pid=30206] ppid=30204 vsize=18544 CPUtime=0
/proc/30206/stat : 30206 (runsolver) R 30204 30206 29478 0 -1 4194368 18 0 0 0 0 0 0 0 20 0 1 0 155568374 18989056 280 18446744073709551615 4194304 4267372 548682068960 18446744073709551615 206843737111 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/30206/statm: 4636 280 245 17 0 2626 0

[startup+0.104288 s]
/proc/loadavg: 0.95 1.00 1.00 3/70 30207
/proc/meminfo: memFree=1793816/2055888 swapFree=4096420/4096564
[pid=30206] ppid=30204 vsize=914992 CPUtime=0.08
/proc/30206/stat : 30206 (java) R 30204 30206 29478 0 -1 0 3012 0 1 0 7 1 0 0 16 0 8 0 155568374 936951808 2760 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4153605769 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30206/statm: 228748 2761 1435 14 0 215242 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 914992

[startup+0.512362 s]
/proc/loadavg: 0.95 1.00 1.00 3/70 30207
/proc/meminfo: memFree=1793816/2055888 swapFree=4096420/4096564
[pid=30206] ppid=30204 vsize=915332 CPUtime=0.48
/proc/30206/stat : 30206 (java) R 30204 30206 29478 0 -1 0 8390 0 1 0 43 5 0 0 17 0 8 0 155568374 937299968 8132 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073549934 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30206/statm: 228833 8132 2138 14 0 215302 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 915332

[startup+1.33454 s]
/proc/loadavg: 0.95 1.00 1.00 2/77 30214
/proc/meminfo: memFree=1726624/2055888 swapFree=4096420/4096564
[pid=30206] ppid=30204 vsize=915424 CPUtime=1.3
/proc/30206/stat : 30206 (java) S 30204 30206 29478 0 -1 0 20809 0 1 0 120 10 0 0 16 0 8 0 155568374 937394176 20549 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30206/statm: 228856 20549 2171 14 0 215325 0
[pid=30206/tid=30208] ppid=30204 vsize=915424 CPUtime=0.13
/proc/30206/task/30208/stat : 30208 (java) R 30204 30206 29478 0 -1 64 4321 0 0 0 12 1 0 0 16 0 8 0 155568378 937394176 20549 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4155522030 0 0 0 23759 0 0 0 -1 0 0 0
[pid=30206/tid=30209] ppid=30204 vsize=915424 CPUtime=0
/proc/30206/task/30209/stat : 30209 (java) S 30204 30206 29478 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155568378 937394176 20549 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30206/tid=30210] ppid=30204 vsize=915424 CPUtime=0
/proc/30206/task/30210/stat : 30210 (java) S 30204 30206 29478 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155568378 937394176 20549 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30206/tid=30211] ppid=30204 vsize=915424 CPUtime=0
/proc/30206/task/30211/stat : 30211 (java) S 30204 30206 29478 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 155568381 937394176 20549 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30206/tid=30212] ppid=30204 vsize=915424 CPUtime=0.08
/proc/30206/task/30212/stat : 30212 (java) S 30204 30206 29478 0 -1 64 324 0 0 0 8 0 0 0 15 0 8 0 155568381 937394176 20549 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30206/tid=30213] ppid=30204 vsize=915424 CPUtime=0
/proc/30206/task/30213/stat : 30213 (java) S 30204 30206 29478 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 155568381 937394176 20549 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30206/tid=30214] ppid=30204 vsize=915424 CPUtime=0
/proc/30206/task/30214/stat : 30214 (java) S 30204 30206 29478 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 155568381 937394176 20549 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.3
Current children cumulated vsize (KiB) 915424

[startup+2.98585 s]
/proc/loadavg: 0.95 1.00 1.00 2/77 30214
/proc/meminfo: memFree=1710304/2055888 swapFree=4096420/4096564
[pid=30206] ppid=30204 vsize=915424 CPUtime=2.95
/proc/30206/stat : 30206 (java) R 30204 30206 29478 0 -1 0 23552 0 1 0 282 13 0 0 16 0 8 0 155568374 937394176 23289 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073620604 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30206/statm: 228856 23289 2522 14 0 215325 0
[pid=30206/tid=30208] ppid=30204 vsize=915424 CPUtime=0.15
/proc/30206/task/30208/stat : 30208 (java) S 30204 30206 29478 0 -1 64 6586 0 0 0 13 2 0 0 16 0 8 0 155568378 937394176 23289 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=30206/tid=30209] ppid=30204 vsize=915424 CPUtime=0
/proc/30206/task/30209/stat : 30209 (java) S 30204 30206 29478 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 155568378 937394176 23289 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30206/tid=30210] ppid=30204 vsize=915424 CPUtime=0
/proc/30206/task/30210/stat : 30210 (java) S 30204 30206 29478 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155568378 937394176 23289 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30206/tid=30211] ppid=30204 vsize=915424 CPUtime=0
/proc/30206/task/30211/stat : 30211 (java) S 30204 30206 29478 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 155568381 937394176 23289 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30206/tid=30212] ppid=30204 vsize=915424 CPUtime=0.17
/proc/30206/task/30212/stat : 30212 (java) S 30204 30206 29478 0 -1 64 375 0 0 0 16 1 0 0 15 0 8 0 155568381 937394176 23289 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30206/tid=30213] ppid=30204 vsize=915424 CPUtime=0
/proc/30206/task/30213/stat : 30213 (java) S 30204 30206 29478 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 155568381 937394176 23289 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30206/tid=30214] ppid=30204 vsize=915424 CPUtime=0
/proc/30206/task/30214/stat : 30214 (java) S 30204 30206 29478 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 155568381 937394176 23289 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.95
Current children cumulated vsize (KiB) 915424

[startup+6.26248 s]
/proc/loadavg: 1.12 1.03 1.01 2/77 30214
/proc/meminfo: memFree=1710120/2055888 swapFree=4096420/4096564
[pid=30206] ppid=30204 vsize=915424 CPUtime=6.22
/proc/30206/stat : 30206 (java) R 30204 30206 29478 0 -1 0 23568 0 1 0 609 13 0 0 17 0 8 0 155568374 937394176 23303 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073620604 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30206/statm: 228856 23303 2522 14 0 215325 0
[pid=30206/tid=30208] ppid=30204 vsize=915424 CPUtime=0.15
/proc/30206/task/30208/stat : 30208 (java) S 30204 30206 29478 0 -1 64 6586 0 0 0 13 2 0 0 16 0 8 0 155568378 937394176 23303 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=30206/tid=30209] ppid=30204 vsize=915424 CPUtime=0
/proc/30206/task/30209/stat : 30209 (java) S 30204 30206 29478 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 155568378 937394176 23303 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30206/tid=30210] ppid=30204 vsize=915424 CPUtime=0
/proc/30206/task/30210/stat : 30210 (java) S 30204 30206 29478 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155568378 937394176 23303 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30206/tid=30211] ppid=30204 vsize=915424 CPUtime=0
/proc/30206/task/30211/stat : 30211 (java) S 30204 30206 29478 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 155568381 937394176 23303 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30206/tid=30212] ppid=30204 vsize=915424 CPUtime=0.19
/proc/30206/task/30212/stat : 30212 (java) S 30204 30206 29478 0 -1 64 389 0 0 0 18 1 0 0 16 0 8 0 155568381 937394176 23303 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30206/tid=30213] ppid=30204 vsize=915424 CPUtime=0
/proc/30206/task/30213/stat : 30213 (java) S 30204 30206 29478 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 155568381 937394176 23303 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30206/tid=30214] ppid=30204 vsize=915424 CPUtime=0
/proc/30206/task/30214/stat : 30214 (java) S 30204 30206 29478 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 155568381 937394176 23303 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 915424

[startup+12.7427 s]
/proc/loadavg: 1.11 1.03 1.01 2/77 30214
/proc/meminfo: memFree=1710128/2055888 swapFree=4096420/4096564
[pid=30206] ppid=30204 vsize=915424 CPUtime=12.69
/proc/30206/stat : 30206 (java) R 30204 30206 29478 0 -1 0 23573 0 1 0 1256 13 0 0 25 0 8 0 155568374 937394176 23306 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073620604 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30206/statm: 228856 23306 2522 14 0 215325 0
[pid=30206/tid=30208] ppid=30204 vsize=915424 CPUtime=0.15
/proc/30206/task/30208/stat : 30208 (java) S 30204 30206 29478 0 -1 64 6586 0 0 0 13 2 0 0 16 0 8 0 155568378 937394176 23306 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=30206/tid=30209] ppid=30204 vsize=915424 CPUtime=0
/proc/30206/task/30209/stat : 30209 (java) S 30204 30206 29478 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 155568378 937394176 23306 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30206/tid=30210] ppid=30204 vsize=915424 CPUtime=0
/proc/30206/task/30210/stat : 30210 (java) S 30204 30206 29478 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155568378 937394176 23306 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30206/tid=30211] ppid=30204 vsize=915424 CPUtime=0
/proc/30206/task/30211/stat : 30211 (java) S 30204 30206 29478 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 155568381 937394176 23306 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30206/tid=30212] ppid=30204 vsize=915424 CPUtime=0.2
/proc/30206/task/30212/stat : 30212 (java) S 30204 30206 29478 0 -1 64 393 0 0 0 19 1 0 0 16 0 8 0 155568381 937394176 23306 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30206/tid=30213] ppid=30204 vsize=915424 CPUtime=0
/proc/30206/task/30213/stat : 30213 (java) S 30204 30206 29478 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 155568381 937394176 23306 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30206/tid=30214] ppid=30204 vsize=915424 CPUtime=0
/proc/30206/task/30214/stat : 30214 (java) S 30204 30206 29478 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 155568381 937394176 23306 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 915424

[startup+25.5713 s]
/proc/loadavg: 1.08 1.03 1.00 2/77 30214
/proc/meminfo: memFree=1710256/2055888 swapFree=4096420/4096564
[pid=30206] ppid=30204 vsize=915424 CPUtime=25.52
/proc/30206/stat : 30206 (java) R 30204 30206 29478 0 -1 0 23573 0 1 0 2539 13 0 0 25 0 8 0 155568374 937394176 23306 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073615732 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30206/statm: 228856 23306 2522 14 0 215325 0
[pid=30206/tid=30208] ppid=30204 vsize=915424 CPUtime=0.15
/proc/30206/task/30208/stat : 30208 (java) S 30204 30206 29478 0 -1 64 6586 0 0 0 13 2 0 0 16 0 8 0 155568378 937394176 23306 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=30206/tid=30209] ppid=30204 vsize=915424 CPUtime=0
/proc/30206/task/30209/stat : 30209 (java) S 30204 30206 29478 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 155568378 937394176 23306 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30206/tid=30210] ppid=30204 vsize=915424 CPUtime=0
/proc/30206/task/30210/stat : 30210 (java) S 30204 30206 29478 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155568378 937394176 23306 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30206/tid=30211] ppid=30204 vsize=915424 CPUtime=0
/proc/30206/task/30211/stat : 30211 (java) S 30204 30206 29478 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 155568381 937394176 23306 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30206/tid=30212] ppid=30204 vsize=915424 CPUtime=0.2
/proc/30206/task/30212/stat : 30212 (java) S 30204 30206 29478 0 -1 64 393 0 0 0 19 1 0 0 16 0 8 0 155568381 937394176 23306 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30206/tid=30213] ppid=30204 vsize=915424 CPUtime=0
/proc/30206/task/30213/stat : 30213 (java) S 30204 30206 29478 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 155568381 937394176 23306 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30206/tid=30214] ppid=30204 vsize=915424 CPUtime=0
/proc/30206/task/30214/stat : 30214 (java) S 30204 30206 29478 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 155568381 937394176 23306 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.52
Current children cumulated vsize (KiB) 915424

[startup+51.2423 s]
/proc/loadavg: 1.11 1.04 1.01 2/77 30214
/proc/meminfo: memFree=1710256/2055888 swapFree=4096420/4096564
[pid=30206] ppid=30204 vsize=915424 CPUtime=51.18
/proc/30206/stat : 30206 (java) R 30204 30206 29478 0 -1 0 23574 0 1 0 5105 13 0 0 25 0 8 0 155568374 937394176 23306 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073747363 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30206/statm: 228856 23306 2522 14 0 215325 0
[pid=30206/tid=30208] ppid=30204 vsize=915424 CPUtime=0.15
/proc/30206/task/30208/stat : 30208 (java) S 30204 30206 29478 0 -1 64 6586 0 0 0 13 2 0 0 16 0 8 0 155568378 937394176 23306 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=30206/tid=30209] ppid=30204 vsize=915424 CPUtime=0
/proc/30206/task/30209/stat : 30209 (java) S 30204 30206 29478 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 155568378 937394176 23306 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30206/tid=30210] ppid=30204 vsize=915424 CPUtime=0
/proc/30206/task/30210/stat : 30210 (java) S 30204 30206 29478 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155568378 937394176 23306 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30206/tid=30211] ppid=30204 vsize=915424 CPUtime=0
/proc/30206/task/30211/stat : 30211 (java) S 30204 30206 29478 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 155568381 937394176 23306 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30206/tid=30212] ppid=30204 vsize=915424 CPUtime=0.2
/proc/30206/task/30212/stat : 30212 (java) S 30204 30206 29478 0 -1 64 393 0 0 0 19 1 0 0 16 0 8 0 155568381 937394176 23306 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30206/tid=30213] ppid=30204 vsize=915424 CPUtime=0
/proc/30206/task/30213/stat : 30213 (java) S 30204 30206 29478 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 155568381 937394176 23306 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30206/tid=30214] ppid=30204 vsize=915424 CPUtime=0
/proc/30206/task/30214/stat : 30214 (java) S 30204 30206 29478 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 155568381 937394176 23306 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 51.18
Current children cumulated vsize (KiB) 915424

[startup+102.479 s]
/proc/loadavg: 1.05 1.03 1.00 2/77 30214
/proc/meminfo: memFree=1710320/2055888 swapFree=4096420/4096564
[pid=30206] ppid=30204 vsize=915424 CPUtime=102.4
/proc/30206/stat : 30206 (java) R 30204 30206 29478 0 -1 0 23574 0 1 0 10226 14 0 0 25 0 8 0 155568374 937394176 23306 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073755611 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30206/statm: 228856 23306 2522 14 0 215325 0
[pid=30206/tid=30208] ppid=30204 vsize=915424 CPUtime=0.15
/proc/30206/task/30208/stat : 30208 (java) S 30204 30206 29478 0 -1 64 6586 0 0 0 13 2 0 0 16 0 8 0 155568378 937394176 23306 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=30206/tid=30209] ppid=30204 vsize=915424 CPUtime=0
/proc/30206/task/30209/stat : 30209 (java) S 30204 30206 29478 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 155568378 937394176 23306 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30206/tid=30210] ppid=30204 vsize=915424 CPUtime=0
/proc/30206/task/30210/stat : 30210 (java) S 30204 30206 29478 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155568378 937394176 23306 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30206/tid=30211] ppid=30204 vsize=915424 CPUtime=0
/proc/30206/task/30211/stat : 30211 (java) S 30204 30206 29478 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 155568381 937394176 23306 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30206/tid=30212] ppid=30204 vsize=915424 CPUtime=0.2
/proc/30206/task/30212/stat : 30212 (java) S 30204 30206 29478 0 -1 64 393 0 0 0 19 1 0 0 16 0 8 0 155568381 937394176 23306 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30206/tid=30213] ppid=30204 vsize=915424 CPUtime=0
/proc/30206/task/30213/stat : 30213 (java) S 30204 30206 29478 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 155568381 937394176 23306 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30206/tid=30214] ppid=30204 vsize=915424 CPUtime=0
/proc/30206/task/30214/stat : 30214 (java) S 30204 30206 29478 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 155568381 937394176 23306 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 102.4
Current children cumulated vsize (KiB) 915424

[startup+162.549 s]
/proc/loadavg: 1.02 1.02 1.00 2/77 30214
/proc/meminfo: memFree=1710384/2055888 swapFree=4096420/4096564
[pid=30206] ppid=30204 vsize=915424 CPUtime=162.45
/proc/30206/stat : 30206 (java) R 30204 30206 29478 0 -1 0 23574 0 1 0 16231 14 0 0 25 0 8 0 155568374 937394176 23306 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073746474 0 4 0 23759 18446744073709551615 0 0 17 1 0 0

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

/proc/30206/task/30211/stat : 30211 (java) S 30204 30206 29478 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 155568381 937394176 23306 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30206/tid=30212] ppid=30204 vsize=915424 CPUtime=0.2
/proc/30206/task/30212/stat : 30212 (java) S 30204 30206 29478 0 -1 64 393 0 0 0 19 1 0 0 16 0 8 0 155568381 937394176 23306 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30206/tid=30213] ppid=30204 vsize=915424 CPUtime=0
/proc/30206/task/30213/stat : 30213 (java) S 30204 30206 29478 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 155568381 937394176 23306 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30206/tid=30214] ppid=30204 vsize=915424 CPUtime=0
/proc/30206/task/30214/stat : 30214 (java) S 30204 30206 29478 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 155568381 937394176 23306 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 883.01
Current children cumulated vsize (KiB) 915424

[startup+943.458 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 30214
/proc/meminfo: memFree=1710128/2055888 swapFree=4096420/4096564
[pid=30206] ppid=30204 vsize=915424 CPUtime=943.06
/proc/30206/stat : 30206 (java) R 30204 30206 29478 0 -1 0 23574 0 1 0 94291 15 0 0 25 0 8 0 155568374 937394176 23306 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073806500 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30206/statm: 228856 23306 2522 14 0 215325 0
[pid=30206/tid=30208] ppid=30204 vsize=915424 CPUtime=0.15
/proc/30206/task/30208/stat : 30208 (java) S 30204 30206 29478 0 -1 64 6586 0 0 0 13 2 0 0 16 0 8 0 155568378 937394176 23306 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=30206/tid=30209] ppid=30204 vsize=915424 CPUtime=0
/proc/30206/task/30209/stat : 30209 (java) S 30204 30206 29478 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 155568378 937394176 23306 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30206/tid=30210] ppid=30204 vsize=915424 CPUtime=0
/proc/30206/task/30210/stat : 30210 (java) S 30204 30206 29478 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155568378 937394176 23306 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30206/tid=30211] ppid=30204 vsize=915424 CPUtime=0
/proc/30206/task/30211/stat : 30211 (java) S 30204 30206 29478 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 155568381 937394176 23306 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30206/tid=30212] ppid=30204 vsize=915424 CPUtime=0.2
/proc/30206/task/30212/stat : 30212 (java) S 30204 30206 29478 0 -1 64 393 0 0 0 19 1 0 0 16 0 8 0 155568381 937394176 23306 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30206/tid=30213] ppid=30204 vsize=915424 CPUtime=0
/proc/30206/task/30213/stat : 30213 (java) S 30204 30206 29478 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 155568381 937394176 23306 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30206/tid=30214] ppid=30204 vsize=915424 CPUtime=0
/proc/30206/task/30214/stat : 30214 (java) S 30204 30206 29478 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 155568381 937394176 23306 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 943.06
Current children cumulated vsize (KiB) 915424

[startup+1003.53 s]
/proc/loadavg: 1.06 1.02 1.00 2/77 30214
/proc/meminfo: memFree=1710128/2055888 swapFree=4096420/4096564
[pid=30206] ppid=30204 vsize=915424 CPUtime=1003.11
/proc/30206/stat : 30206 (java) R 30204 30206 29478 0 -1 0 23574 0 1 0 100296 15 0 0 25 0 8 0 155568374 937394176 23306 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073620604 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30206/statm: 228856 23306 2522 14 0 215325 0
[pid=30206/tid=30208] ppid=30204 vsize=915424 CPUtime=0.15
/proc/30206/task/30208/stat : 30208 (java) S 30204 30206 29478 0 -1 64 6586 0 0 0 13 2 0 0 16 0 8 0 155568378 937394176 23306 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=30206/tid=30209] ppid=30204 vsize=915424 CPUtime=0
/proc/30206/task/30209/stat : 30209 (java) S 30204 30206 29478 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 155568378 937394176 23306 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30206/tid=30210] ppid=30204 vsize=915424 CPUtime=0
/proc/30206/task/30210/stat : 30210 (java) S 30204 30206 29478 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155568378 937394176 23306 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30206/tid=30211] ppid=30204 vsize=915424 CPUtime=0
/proc/30206/task/30211/stat : 30211 (java) S 30204 30206 29478 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 155568381 937394176 23306 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30206/tid=30212] ppid=30204 vsize=915424 CPUtime=0.2
/proc/30206/task/30212/stat : 30212 (java) S 30204 30206 29478 0 -1 64 393 0 0 0 19 1 0 0 16 0 8 0 155568381 937394176 23306 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30206/tid=30213] ppid=30204 vsize=915424 CPUtime=0
/proc/30206/task/30213/stat : 30213 (java) S 30204 30206 29478 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 155568381 937394176 23306 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30206/tid=30214] ppid=30204 vsize=915424 CPUtime=0
/proc/30206/task/30214/stat : 30214 (java) S 30204 30206 29478 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 155568381 937394176 23306 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1003.11
Current children cumulated vsize (KiB) 915424

[startup+1063.59 s]
/proc/loadavg: 1.02 1.01 1.00 2/77 30214
/proc/meminfo: memFree=1710064/2055888 swapFree=4096420/4096564
[pid=30206] ppid=30204 vsize=915424 CPUtime=1063.16
/proc/30206/stat : 30206 (java) R 30204 30206 29478 0 -1 0 23574 0 1 0 106300 16 0 0 25 0 8 0 155568374 937394176 23306 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073806500 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30206/statm: 228856 23306 2522 14 0 215325 0
[pid=30206/tid=30208] ppid=30204 vsize=915424 CPUtime=0.15
/proc/30206/task/30208/stat : 30208 (java) S 30204 30206 29478 0 -1 64 6586 0 0 0 13 2 0 0 16 0 8 0 155568378 937394176 23306 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=30206/tid=30209] ppid=30204 vsize=915424 CPUtime=0
/proc/30206/task/30209/stat : 30209 (java) S 30204 30206 29478 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 155568378 937394176 23306 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30206/tid=30210] ppid=30204 vsize=915424 CPUtime=0
/proc/30206/task/30210/stat : 30210 (java) S 30204 30206 29478 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155568378 937394176 23306 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30206/tid=30211] ppid=30204 vsize=915424 CPUtime=0
/proc/30206/task/30211/stat : 30211 (java) S 30204 30206 29478 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 155568381 937394176 23306 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30206/tid=30212] ppid=30204 vsize=915424 CPUtime=0.2
/proc/30206/task/30212/stat : 30212 (java) S 30204 30206 29478 0 -1 64 393 0 0 0 19 1 0 0 16 0 8 0 155568381 937394176 23306 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30206/tid=30213] ppid=30204 vsize=915424 CPUtime=0
/proc/30206/task/30213/stat : 30213 (java) S 30204 30206 29478 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 155568381 937394176 23306 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30206/tid=30214] ppid=30204 vsize=915424 CPUtime=0
/proc/30206/task/30214/stat : 30214 (java) S 30204 30206 29478 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 155568381 937394176 23306 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1063.16
Current children cumulated vsize (KiB) 915424

[startup+1123.65 s]
/proc/loadavg: 1.01 1.00 1.00 2/77 30214
/proc/meminfo: memFree=1710064/2055888 swapFree=4096420/4096564
[pid=30206] ppid=30204 vsize=915424 CPUtime=1123.2
/proc/30206/stat : 30206 (java) R 30204 30206 29478 0 -1 0 23574 0 1 0 112304 16 0 0 25 0 8 0 155568374 937394176 23306 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073746441 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30206/statm: 228856 23306 2522 14 0 215325 0
[pid=30206/tid=30208] ppid=30204 vsize=915424 CPUtime=0.15
/proc/30206/task/30208/stat : 30208 (java) S 30204 30206 29478 0 -1 64 6586 0 0 0 13 2 0 0 16 0 8 0 155568378 937394176 23306 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=30206/tid=30209] ppid=30204 vsize=915424 CPUtime=0
/proc/30206/task/30209/stat : 30209 (java) S 30204 30206 29478 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 155568378 937394176 23306 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30206/tid=30210] ppid=30204 vsize=915424 CPUtime=0
/proc/30206/task/30210/stat : 30210 (java) S 30204 30206 29478 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155568378 937394176 23306 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30206/tid=30211] ppid=30204 vsize=915424 CPUtime=0
/proc/30206/task/30211/stat : 30211 (java) S 30204 30206 29478 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 155568381 937394176 23306 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30206/tid=30212] ppid=30204 vsize=915424 CPUtime=0.2
/proc/30206/task/30212/stat : 30212 (java) S 30204 30206 29478 0 -1 64 393 0 0 0 19 1 0 0 16 0 8 0 155568381 937394176 23306 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30206/tid=30213] ppid=30204 vsize=915424 CPUtime=0
/proc/30206/task/30213/stat : 30213 (java) S 30204 30206 29478 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 155568381 937394176 23306 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30206/tid=30214] ppid=30204 vsize=915424 CPUtime=0
/proc/30206/task/30214/stat : 30214 (java) S 30204 30206 29478 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 155568381 937394176 23306 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1123.2
Current children cumulated vsize (KiB) 915424

[startup+1183.72 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 30214
/proc/meminfo: memFree=1710000/2055888 swapFree=4096420/4096564
[pid=30206] ppid=30204 vsize=915424 CPUtime=1183.25
/proc/30206/stat : 30206 (java) R 30204 30206 29478 0 -1 0 23576 0 1 0 118309 16 0 0 25 0 8 0 155568374 937394176 23308 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073753302 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30206/statm: 228856 23308 2522 14 0 215325 0
[pid=30206/tid=30208] ppid=30204 vsize=915424 CPUtime=0.15
/proc/30206/task/30208/stat : 30208 (java) S 30204 30206 29478 0 -1 64 6586 0 0 0 13 2 0 0 16 0 8 0 155568378 937394176 23308 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=30206/tid=30209] ppid=30204 vsize=915424 CPUtime=0
/proc/30206/task/30209/stat : 30209 (java) S 30204 30206 29478 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 155568378 937394176 23308 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30206/tid=30210] ppid=30204 vsize=915424 CPUtime=0
/proc/30206/task/30210/stat : 30210 (java) S 30204 30206 29478 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155568378 937394176 23308 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30206/tid=30211] ppid=30204 vsize=915424 CPUtime=0
/proc/30206/task/30211/stat : 30211 (java) S 30204 30206 29478 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 155568381 937394176 23308 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30206/tid=30212] ppid=30204 vsize=915424 CPUtime=0.2
/proc/30206/task/30212/stat : 30212 (java) S 30204 30206 29478 0 -1 64 395 0 0 0 19 1 0 0 16 0 8 0 155568381 937394176 23308 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30206/tid=30213] ppid=30204 vsize=915424 CPUtime=0
/proc/30206/task/30213/stat : 30213 (java) S 30204 30206 29478 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 155568381 937394176 23308 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30206/tid=30214] ppid=30204 vsize=915424 CPUtime=0
/proc/30206/task/30214/stat : 30214 (java) S 30204 30206 29478 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 155568381 937394176 23308 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1183.25
Current children cumulated vsize (KiB) 915424

[startup+1243.79 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 30214
/proc/meminfo: memFree=1710000/2055888 swapFree=4096420/4096564
[pid=30206] ppid=30204 vsize=915424 CPUtime=1243.29
/proc/30206/stat : 30206 (java) R 30204 30206 29478 0 -1 0 23576 0 1 0 124313 16 0 0 25 0 8 0 155568374 937394176 23308 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073753283 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30206/statm: 228856 23308 2522 14 0 215325 0
[pid=30206/tid=30208] ppid=30204 vsize=915424 CPUtime=0.15
/proc/30206/task/30208/stat : 30208 (java) S 30204 30206 29478 0 -1 64 6586 0 0 0 13 2 0 0 16 0 8 0 155568378 937394176 23308 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=30206/tid=30209] ppid=30204 vsize=915424 CPUtime=0
/proc/30206/task/30209/stat : 30209 (java) S 30204 30206 29478 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 155568378 937394176 23308 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30206/tid=30210] ppid=30204 vsize=915424 CPUtime=0
/proc/30206/task/30210/stat : 30210 (java) S 30204 30206 29478 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155568378 937394176 23308 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30206/tid=30211] ppid=30204 vsize=915424 CPUtime=0
/proc/30206/task/30211/stat : 30211 (java) S 30204 30206 29478 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 155568381 937394176 23308 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30206/tid=30212] ppid=30204 vsize=915424 CPUtime=0.2
/proc/30206/task/30212/stat : 30212 (java) S 30204 30206 29478 0 -1 64 395 0 0 0 19 1 0 0 16 0 8 0 155568381 937394176 23308 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30206/tid=30213] ppid=30204 vsize=915424 CPUtime=0
/proc/30206/task/30213/stat : 30213 (java) S 30204 30206 29478 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 155568381 937394176 23308 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30206/tid=30214] ppid=30204 vsize=915424 CPUtime=0
/proc/30206/task/30214/stat : 30214 (java) S 30204 30206 29478 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 155568381 937394176 23308 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1243.29
Current children cumulated vsize (KiB) 915424

[startup+1303.86 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 30214
/proc/meminfo: memFree=1710000/2055888 swapFree=4096420/4096564
[pid=30206] ppid=30204 vsize=915424 CPUtime=1303.34
/proc/30206/stat : 30206 (java) R 30204 30206 29478 0 -1 0 23576 0 1 0 130318 16 0 0 25 0 8 0 155568374 937394176 23308 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073748277 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30206/statm: 228856 23308 2522 14 0 215325 0
[pid=30206/tid=30208] ppid=30204 vsize=915424 CPUtime=0.15
/proc/30206/task/30208/stat : 30208 (java) S 30204 30206 29478 0 -1 64 6586 0 0 0 13 2 0 0 16 0 8 0 155568378 937394176 23308 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=30206/tid=30209] ppid=30204 vsize=915424 CPUtime=0
/proc/30206/task/30209/stat : 30209 (java) S 30204 30206 29478 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 155568378 937394176 23308 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30206/tid=30210] ppid=30204 vsize=915424 CPUtime=0
/proc/30206/task/30210/stat : 30210 (java) S 30204 30206 29478 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155568378 937394176 23308 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30206/tid=30211] ppid=30204 vsize=915424 CPUtime=0
/proc/30206/task/30211/stat : 30211 (java) S 30204 30206 29478 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 155568381 937394176 23308 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30206/tid=30212] ppid=30204 vsize=915424 CPUtime=0.2
/proc/30206/task/30212/stat : 30212 (java) S 30204 30206 29478 0 -1 64 395 0 0 0 19 1 0 0 16 0 8 0 155568381 937394176 23308 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30206/tid=30213] ppid=30204 vsize=915424 CPUtime=0
/proc/30206/task/30213/stat : 30213 (java) S 30204 30206 29478 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 155568381 937394176 23308 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30206/tid=30214] ppid=30204 vsize=915424 CPUtime=0
/proc/30206/task/30214/stat : 30214 (java) S 30204 30206 29478 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 155568381 937394176 23308 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1303.34
Current children cumulated vsize (KiB) 915424

Child status: 0
Real time (s): 1342.35
CPU time (s): 1341.78
CPU user time (s): 1341.59
CPU system time (s): 0.181972
CPU usage (%): 99.9571
Max. virtual memory (cumulated for all children) (KiB): 915424

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1341.59
system time used= 0.181972
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23583
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= 27980
involuntary context switches= 2877

runsolver used 1.64175 s user time and 3.12352 s system time

The end

Launcher Data (download as text)

Begin job on node76 on Sat Jan  6 08:21:53 UTC 2007


IDJOB= 199947
IDBENCH= 3662
FILE ID= node76/199947-1168071713

PBS_JOBID= 3475935

Free space on /tmp= 66639 MiB

BENCH NAME= HOME/pub/bench/CPAI06/random/rand-3-24-24-fcd/rand-3-24-24-76-632-fcd-15_ext.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/199947-1168071713/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node76/watcher-199947-1168071713 -o ROOT/results/node76/solver-199947-1168071713 -C 1800 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/199947-1168071713/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  3b47a728bbc52152af4316abee9f9c5d

RANDOM SEED= 442655690

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.254
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	: 6006.17
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.254
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	: 5999.42
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055888 kB
MemFree:       1794104 kB
Buffers:         19576 kB
Cached:         169872 kB
SwapCached:          0 kB
Active:          52600 kB
Inactive:       153112 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055888 kB
LowFree:       1794104 kB
SwapTotal:     4096564 kB
SwapFree:      4096420 kB
Dirty:            4584 kB
Writeback:           0 kB
Mapped:          26680 kB
Slab:            42308 kB
Committed_AS:  5733540 kB
PageTables:       1424 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264388 kB
VmallocChunk: 536606243 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66639 MiB



End job on node76 on Sat Jan  6 08:44:15 UTC 2007