Trace number 196078

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 ESACUNSAT 1797.72 1799.76

DiagnosticValue
CHECKS1336061820
NODES1037592

General information on the benchmark

Namerandom/rand-3-24-24/
rand-3-24-24-76-632-20_ext.xml
MD5SUM10e67cc455da19a1a190ecd6bc3f64d0
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark669.252
SatisfiableNO
(Un)Satisfiability was provedNO
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.31	   
0.31	Abscon 109 (November, 2006)
0.31	   
0.31	   configuration
0.31	     name=esac.xml
0.35	   
0.35	   instance
0.35	     name=/tmp/evaluation/196078-1168118724/unknown.xml
0.38	   
0.38	   domains being loaded...
0.38	   
0.38	   variables being loaded...
0.41	     nbVariables=24  nbDomainTypes=1  minDomainSize=24  maxDomainSize=24
0.41	       =>  wckTime=0.098  cpuTime=0.09  mem=6M951
0.41	   
0.41	   relations being loaded...
1.06	   
1.06	   constraints being loaded...
1.34	     nbConstraints=76  nbRelationTypes=76  nbExtensionStructures=76  nbSharedExtensionStructures=0
1.34	     nbConflictsStructures=76  nbSharedConflictsStructures=0  nbSharedBinaryRepresentations=0  maxDegree=17  maxArity=3
1.34	       =>  wckTime=1.022  cpuTime=0.89  mem=50M840
1.46	   
1.46	   solver IterativeSystematicSolver being built... 
1.63	       =>  wckTime=1.311  cpuTime=1.03  mem=35M597
1.72	   
1.72	   preprocessing
1.72	     nbConstraintChecks=26398  nbValidityChecks=41126  nbPropagations=173  nbRevisions=1797  nbUselessRevisions=1561
1.72	     nbSingletonTests=28  nbEffectiveSingletonTests=0  nbESACBranches=3  nbRemovedValues=0  detectedInconsistency=no
1.72	       =>  wckTime=0.09  cpuTime=0.06  mem=35M597
1.78	   
1.78	   search
1.78	     run=0  nbConstraintChecks=21590  nbValidityChecks=41311  nbPropagations=386  nbRevisions=4337
1.78	     nbUselessRevisions=3580  nbAssignments=20  nbFailedAssignments=6  nbBacktracks=10  nbVisitedNodes=32
1.78	     nbRestartNogoods=0  mapSize=5  nbInferences=0  nbTooLargeKeys=0
1.78	       =>  wckTime=0.146  cpuTime=0.11  mem=35M597
1.85	   
1.85	   search
1.85	     run=1  nbConstraintChecks=64435  nbValidityChecks=128615  nbPropagations=1279  nbRevisions=14729
1.85	     nbUselessRevisions=11923  nbAssignments=63  nbFailedAssignments=29  nbBacktracks=27  nbVisitedNodes=107
1.85	     nbRestartNogoods=2  mapSize=18  nbInferences=0  nbTooLargeKeys=0
1.85	       =>  wckTime=0.221  cpuTime=0.19  mem=35M597
1.97	   
1.97	   search
1.97	     run=2  nbConstraintChecks=132567  nbValidityChecks=263825  nbPropagations=2903  nbRevisions=33792
1.97	     nbUselessRevisions=27042  nbAssignments=122  nbFailedAssignments=62  nbBacktracks=49  nbVisitedNodes=214
1.97	     nbRestartNogoods=4  mapSize=39  nbInferences=0  nbTooLargeKeys=0
1.97	       =>  wckTime=0.34  cpuTime=0.29  mem=35M597
2.20	   
2.20	   search
2.20	     run=3  nbConstraintChecks=280825  nbValidityChecks=555741  nbPropagations=5921  nbRevisions=70291
2.20	     nbUselessRevisions=55781  nbAssignments=225  nbFailedAssignments=128  nbBacktracks=82  nbVisitedNodes=408
2.20	     nbRestartNogoods=7  mapSize=70  nbInferences=0  nbTooLargeKeys=0
2.20	       =>  wckTime=0.571  cpuTime=0.51  mem=35M597
2.45	   
2.45	   search
2.45	     run=4  nbConstraintChecks=444580  nbValidityChecks=900671  nbPropagations=10929  nbRevisions=130704
2.45	     nbUselessRevisions=103254  nbAssignments=386  nbFailedAssignments=233  nbBacktracks=132  nbVisitedNodes=713
2.45	     nbRestartNogoods=12  mapSize=119  nbInferences=0  nbTooLargeKeys=0
2.45	       =>  wckTime=0.819  cpuTime=0.75  mem=35M597
2.76	   
2.76	   search
2.76	     run=5  nbConstraintChecks=643952  nbValidityChecks=1324386  nbPropagations=18156  nbRevisions=216943
2.76	     nbUselessRevisions=170962  nbAssignments=569  nbFailedAssignments=324  nbBacktracks=209  nbVisitedNodes=1029
2.76	     nbRestartNogoods=24  mapSize=190  nbInferences=0  nbTooLargeKeys=0
2.76	       =>  wckTime=1.13  cpuTime=1.06  mem=35M597
3.45	   
3.45	   search
3.45	     run=6  nbConstraintChecks=1097135  nbValidityChecks=2284832  nbPropagations=29847  nbRevisions=359689
3.45	     nbUselessRevisions=282957  nbAssignments=935  nbFailedAssignments=571  nbBacktracks=322  nbVisitedNodes=1727
3.45	     nbRestartNogoods=27  mapSize=299  nbInferences=0  nbTooLargeKeys=0
3.45	       =>  wckTime=1.817  cpuTime=1.74  mem=35M597
4.09	   
4.09	   search
4.09	     run=7  nbConstraintChecks=1531823  nbValidityChecks=3184305  nbPropagations=46516  nbRevisions=561619
4.09	     nbUselessRevisions=441473  nbAssignments=1347  nbFailedAssignments=797  nbBacktracks=493  nbVisitedNodes=2451
4.09	     nbRestartNogoods=36  mapSize=449  nbInferences=0  nbTooLargeKeys=0
4.09	       =>  wckTime=2.463  cpuTime=2.38  mem=35M597
5.09	   
5.09	   search
5.09	     run=8  nbConstraintChecks=2190296  nbValidityChecks=4476602  nbPropagations=69767  nbRevisions=842972
5.09	     nbUselessRevisions=662445  nbAssignments=1876  nbFailedAssignments=1065  nbBacktracks=751  nbVisitedNodes=3403
5.09	     nbRestartNogoods=40  mapSize=670  nbInferences=0  nbTooLargeKeys=0
5.09	       =>  wckTime=3.461  cpuTime=3.35  mem=35M597
6.99	   
6.99	   INFO : Stopping hyperNogood (mapSize=1010, nbTooLargekeys=0, mem=35M597)
7.17	   
7.17	   search
7.17	     run=9  nbConstraintChecks=3630152  nbValidityChecks=7382947  nbPropagations=107037  nbRevisions=1310694
7.17	     nbUselessRevisions=1032819  nbAssignments=3129  nbFailedAssignments=1929  nbBacktracks=1136  nbVisitedNodes=5830
7.17	     nbRestartNogoods=47
7.17	       =>  wckTime=5.543  cpuTime=5.4  mem=35M597
10.12	   
10.12	   search
10.12	     run=10  nbConstraintChecks=5702229  nbValidityChecks=11552228  nbPropagations=163535  nbRevisions=2024277
10.12	     nbUselessRevisions=1595893  nbAssignments=4733  nbFailedAssignments=2954  nbBacktracks=1713  nbVisitedNodes=8860
10.12	     nbRestartNogoods=58
10.12	       =>  wckTime=8.493  cpuTime=8.32  mem=35M597
13.77	   
13.77	   search
13.77	     run=11  nbConstraintChecks=8336270  nbValidityChecks=16814430  nbPropagations=247097  nbRevisions=3070913
13.77	     nbUselessRevisions=2421178  nbAssignments=6867  nbFailedAssignments=4219  nbBacktracks=2578  nbVisitedNodes=12847
13.77	     nbRestartNogoods=65
13.77	       =>  wckTime=12.139  cpuTime=11.94  mem=35M597
19.53	   
19.53	   search
19.53	     run=12  nbConstraintChecks=12631208  nbValidityChecks=25359889  nbPropagations=373568  nbRevisions=4648215
19.53	     nbUselessRevisions=3662516  nbAssignments=10302  nbFailedAssignments=6351  nbBacktracks=3875  nbVisitedNodes=19273
19.53	     nbRestartNogoods=76
19.53	       =>  wckTime=17.899  cpuTime=17.7  mem=35M597
27.43	   
27.43	   search
27.43	     run=13  nbConstraintChecks=18480105  nbValidityChecks=37176188  nbPropagations=560909  nbRevisions=6965419
27.43	     nbUselessRevisions=5486688  nbAssignments=15075  nbFailedAssignments=9151  nbBacktracks=5821  nbVisitedNodes=28119
27.43	     nbRestartNogoods=88
27.43	       =>  wckTime=25.803  cpuTime=25.6  mem=35M597
39.04	   
39.04	   search
39.04	     run=14  nbConstraintChecks=27236837  nbValidityChecks=54032116  nbPropagations=830030  nbRevisions=10309188
39.04	     nbUselessRevisions=8116975  nbAssignments=21620  nbFailedAssignments=12771  nbBacktracks=8742  nbVisitedNodes=40040
39.04	     nbRestartNogoods=97
39.04	       =>  wckTime=37.414  cpuTime=37.17  mem=35M597
57.83	   
57.83	   search
57.83	     run=15  nbConstraintChecks=41162026  nbValidityChecks=82251181  nbPropagations=1241094  nbRevisions=15377006
57.83	     nbUselessRevisions=12103211  nbAssignments=32452  nbFailedAssignments=19219  nbBacktracks=13122
57.83	     nbVisitedNodes=60353  nbRestartNogoods=113
57.83	       =>  wckTime=56.201  cpuTime=55.96  mem=35M597
85.41	   
85.41	   search
85.41	     run=16  nbConstraintChecks=61861324  nbValidityChecks=123902359  nbPropagations=1850273  nbRevisions=22956067
85.41	     nbUselessRevisions=18069166  nbAssignments=48992  nbFailedAssignments=29185  nbBacktracks=19691
85.41	     nbVisitedNodes=91141  nbRestartNogoods=129
85.41	       =>  wckTime=83.78  cpuTime=83.5  mem=35M597
124.56	   
124.58	   search
124.58	     run=17  nbConstraintChecks=91130780  nbValidityChecks=183144728  nbPropagations=2756784  nbRevisions=34190431
124.58	     nbUselessRevisions=26918793  nbAssignments=72531  nbFailedAssignments=42867  nbBacktracks=29543
124.58	     nbVisitedNodes=134833  nbRestartNogoods=154
124.58	       =>  wckTime=122.933  cpuTime=122.61  mem=35M597
182.52	   
182.52	   search
182.52	     run=18  nbConstraintChecks=133704265  nbValidityChecks=268392358  nbPropagations=4088372  nbRevisions=50611570
182.52	     nbUselessRevisions=39869115  nbAssignments=105641  nbFailedAssignments=61195  nbBacktracks=44321
182.52	     nbVisitedNodes=196306  nbRestartNogoods=173
182.52	       =>  wckTime=180.895  cpuTime=180.51  mem=35M597
266.44	   
266.44	   search
266.44	     run=19  nbConstraintChecks=196381434  nbValidityChecks=394078994  nbPropagations=6039163  nbRevisions=74783296
266.44	     nbUselessRevisions=58951604  nbAssignments=156652  nbFailedAssignments=90034  nbBacktracks=66489
266.44	     nbVisitedNodes=290485  nbRestartNogoods=198
266.44	       =>  wckTime=264.813  cpuTime=264.34  mem=35M597
401.82	   
401.82	   search
401.82	     run=20  nbConstraintChecks=298940074  nbValidityChecks=605447309  nbPropagations=9105487  nbRevisions=112773246
401.82	     nbUselessRevisions=88902475  nbAssignments=251081  nbFailedAssignments=151205  nbBacktracks=99742
401.82	     nbVisitedNodes=469772  nbRestartNogoods=204
401.82	       =>  wckTime=400.195  cpuTime=399.58  mem=35M597
612.27	   
612.27	   search
612.27	     run=21  nbConstraintChecks=456420777  nbValidityChecks=920997073  nbPropagations=13738026  nbRevisions=170265889
612.27	     nbUselessRevisions=134172206  nbAssignments=374460  nbFailedAssignments=224677  nbBacktracks=149622
612.27	     nbVisitedNodes=699570  nbRestartNogoods=226
612.27	       =>  wckTime=610.636  cpuTime=609.81  mem=35M597
924.62	   
924.62	   search
924.62	     run=22  nbConstraintChecks=687556929  nbValidityChecks=1380855049  nbPropagations=20590617  nbRevisions=255269739
924.62	     nbUselessRevisions=201147606  nbAssignments=546747  nbFailedAssignments=322141  nbBacktracks=224440
924.62	     nbVisitedNodes=1019477  nbRestartNogoods=252
924.62	       =>  wckTime=922.988  cpuTime=921.82  mem=35M597
1383.58	   
1383.58	   search
1383.58	     run=23  nbConstraintChecks=1028453978  nbValidityChecks=2056718511  nbPropagations=30729974  nbRevisions=381300514
1383.58	     nbUselessRevisions=300433562  nbAssignments=807282  nbFailedAssignments=470445  nbBacktracks=336667
1383.58	     nbVisitedNodes=1499093  nbRestartNogoods=284
1383.58	       =>  wckTime=1381.953  cpuTime=1380.27  mem=35M597
1799.74	   
1799.74	   search
1799.74	     run=24  nbConstraintChecks=1336035422  nbValidityChecks=2667540683  nbPropagations=43848954  nbRevisions=544333882
1799.74	     nbUselessRevisions=428819381  nbAssignments=1037592  nbFailedAssignments=604349  nbBacktracks=433074
1799.74	     nbVisitedNodes=1925756  nbRestartNogoods=307
1799.74	       =>  wckTime=1798.107  cpuTime=1795.99  mem=35M597
1799.74	   
1799.74	   global
1799.74	     nbConstraintChecks=1336061820  nbValidityChecks=2667581809  nbPropagations=43849127  nbRevisions=544335679
1799.74	     nbUselessRevisions=428820942  nbRestartNogoods=307  solvingWckTime=1798.108  solvingCpuTime=1795.99  expiredTime=no
1799.74	     totalExploration=yes  nbFoundSolutions=0  globalCpuTime=1797.07
1799.74	       =>  wckTime=1799.422  cpuTime=1797.02  mem=35M597
1799.74	   
1799.74	s UNSATISFIABLE
1799.74	d NODES 1037592
1799.74	d CHECKS 1336061820
1799.74	   
1799.74	   totalWckTime=1799.502  totalCpuTime=1797.07

Verifier Data (download as text)

No possible verification on an UNSAT instance

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node38/watcher-196078-1168118724 -o ROOT/results/node38/solver-196078-1168118724 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/196078-1168118724/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
/proc/loadavg: 2.05 2.10 2.02 5/73 28713
/proc/meminfo: memFree=1526624/2055920 swapFree=4192812/4192956
[pid=28712] ppid=28710 vsize=18540 CPUtime=0
/proc/28712/stat : 28712 (runsolver) R 28710 28161 28161 0 -1 4194368 6 0 0 0 0 0 0 0 19 0 1 0 160272089 18984960 277 18446744073709551615 4194304 4267372 548682068960 18446744073709551615 266899314775 0 0 4096 24578 0 0 0 17 1 0 0
/proc/28712/statm: 4635 277 242 17 0 2626 0
Current StackSize limit: 10240 KiB


[startup+0.107214 s]
/proc/loadavg: 2.05 2.10 2.02 5/73 28713
/proc/meminfo: memFree=1526624/2055920 swapFree=4192812/4192956
[pid=28712] ppid=28710 vsize=914988 CPUtime=0.09
/proc/28712/stat : 28712 (java) D 28710 28712 28161 0 -1 0 2988 0 1 0 7 2 0 0 17 0 8 0 160272089 936947712 2734 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 2147483391 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28712/statm: 228747 2734 1426 14 0 215242 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 914988

[startup+0.515293 s]
/proc/loadavg: 2.05 2.10 2.02 5/73 28713
/proc/meminfo: memFree=1526624/2055920 swapFree=4192812/4192956
[pid=28712] ppid=28710 vsize=915328 CPUtime=0.49
/proc/28712/stat : 28712 (java) R 28710 28712 28161 0 -1 0 7647 0 1 0 45 4 0 0 18 0 8 0 160272089 937295872 7386 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4155769855 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28712/statm: 228832 7386 2137 14 0 215302 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 915328

[startup+1.33645 s]
/proc/loadavg: 2.05 2.10 2.02 3/80 28720
/proc/meminfo: memFree=1459560/2055920 swapFree=4192812/4192956
[pid=28712] ppid=28710 vsize=915328 CPUtime=1.3
/proc/28712/stat : 28712 (java) R 28710 28712 28161 0 -1 0 19115 0 1 0 120 10 0 0 24 0 8 0 160272089 937295872 18853 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28712/statm: 228832 18853 2160 14 0 215302 0
[pid=28712/tid=28714] ppid=28710 vsize=915328 CPUtime=0.05
/proc/28712/task/28714/stat : 28714 (java) S 28710 28712 28161 0 -1 64 2649 0 0 0 5 0 0 0 17 0 8 0 160272093 937295872 18853 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=28712/tid=28715] ppid=28710 vsize=915328 CPUtime=0
/proc/28712/task/28715/stat : 28715 (java) S 28710 28712 28161 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 160272094 937295872 18853 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28712/tid=28716] ppid=28710 vsize=915328 CPUtime=0
/proc/28712/task/28716/stat : 28716 (java) S 28710 28712 28161 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 160272094 937295872 18853 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28712/tid=28717] ppid=28710 vsize=915328 CPUtime=0
/proc/28712/task/28717/stat : 28717 (java) S 28710 28712 28161 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 160272097 937295872 18853 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28712/tid=28718] ppid=28710 vsize=915328 CPUtime=0.1
/proc/28712/task/28718/stat : 28718 (java) R 28710 28712 28161 0 -1 64 321 0 0 0 10 0 0 0 16 0 8 0 160272097 937295872 18853 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4155582144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28712/tid=28719] ppid=28710 vsize=915328 CPUtime=0
/proc/28712/task/28719/stat : 28719 (java) S 28710 28712 28161 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 160272097 937295872 18853 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28712/tid=28720] ppid=28710 vsize=915328 CPUtime=0
/proc/28712/task/28720/stat : 28720 (java) S 28710 28712 28161 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 160272097 937295872 18853 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.3
Current children cumulated vsize (KiB) 915328

[startup+2.98478 s]
/proc/loadavg: 2.05 2.10 2.02 3/80 28720
/proc/meminfo: memFree=1443176/2055920 swapFree=4192812/4192956
[pid=28712] ppid=28710 vsize=915420 CPUtime=2.94
/proc/28712/stat : 28712 (java) R 28710 28712 28161 0 -1 0 23568 0 1 0 281 13 0 0 25 0 8 0 160272089 937390080 23304 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073780846 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28712/statm: 228855 23304 2531 14 0 215325 0
[pid=28712/tid=28714] ppid=28710 vsize=915420 CPUtime=0.15
/proc/28712/task/28714/stat : 28714 (java) S 28710 28712 28161 0 -1 64 6583 0 0 0 14 1 0 0 17 0 8 0 160272093 937390080 23304 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=28712/tid=28715] ppid=28710 vsize=915420 CPUtime=0
/proc/28712/task/28715/stat : 28715 (java) S 28710 28712 28161 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 160272094 937390080 23304 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28712/tid=28716] ppid=28710 vsize=915420 CPUtime=0
/proc/28712/task/28716/stat : 28716 (java) S 28710 28712 28161 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 160272094 937390080 23304 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28712/tid=28717] ppid=28710 vsize=915420 CPUtime=0
/proc/28712/task/28717/stat : 28717 (java) S 28710 28712 28161 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 160272097 937390080 23304 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28712/tid=28718] ppid=28710 vsize=915420 CPUtime=0.2
/proc/28712/task/28718/stat : 28718 (java) S 28710 28712 28161 0 -1 64 373 0 0 0 19 1 0 0 15 0 8 0 160272097 937390080 23304 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28712/tid=28719] ppid=28710 vsize=915420 CPUtime=0
/proc/28712/task/28719/stat : 28719 (java) S 28710 28712 28161 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 160272097 937390080 23304 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28712/tid=28720] ppid=28710 vsize=915420 CPUtime=0
/proc/28712/task/28720/stat : 28720 (java) S 28710 28712 28161 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 160272097 937390080 23304 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.94
Current children cumulated vsize (KiB) 915420

[startup+6.27842 s]
/proc/loadavg: 2.04 2.10 2.02 3/80 28720
/proc/meminfo: memFree=1442984/2055920 swapFree=4192812/4192956
[pid=28712] ppid=28710 vsize=915420 CPUtime=6.21
/proc/28712/stat : 28712 (java) R 28710 28712 28161 0 -1 0 23583 0 1 0 608 13 0 0 25 0 8 0 160272089 937390080 23316 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073632892 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28712/statm: 228855 23316 2531 14 0 215325 0
[pid=28712/tid=28714] ppid=28710 vsize=915420 CPUtime=0.15
/proc/28712/task/28714/stat : 28714 (java) S 28710 28712 28161 0 -1 64 6583 0 0 0 14 1 0 0 17 0 8 0 160272093 937390080 23316 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=28712/tid=28715] ppid=28710 vsize=915420 CPUtime=0
/proc/28712/task/28715/stat : 28715 (java) S 28710 28712 28161 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 160272094 937390080 23316 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28712/tid=28716] ppid=28710 vsize=915420 CPUtime=0
/proc/28712/task/28716/stat : 28716 (java) S 28710 28712 28161 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 160272094 937390080 23316 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28712/tid=28717] ppid=28710 vsize=915420 CPUtime=0
/proc/28712/task/28717/stat : 28717 (java) S 28710 28712 28161 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 160272097 937390080 23316 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28712/tid=28718] ppid=28710 vsize=915420 CPUtime=0.23
/proc/28712/task/28718/stat : 28718 (java) S 28710 28712 28161 0 -1 64 385 0 0 0 22 1 0 0 15 0 8 0 160272097 937390080 23316 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28712/tid=28719] ppid=28710 vsize=915420 CPUtime=0
/proc/28712/task/28719/stat : 28719 (java) S 28710 28712 28161 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 160272097 937390080 23316 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28712/tid=28720] ppid=28710 vsize=915420 CPUtime=0
/proc/28712/task/28720/stat : 28720 (java) S 28710 28712 28161 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 160272097 937390080 23316 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 915420

[startup+12.7597 s]
/proc/loadavg: 2.04 2.10 2.02 2/75 28732
/proc/meminfo: memFree=1457544/2055920 swapFree=4192812/4192956
[pid=28712] ppid=28710 vsize=915420 CPUtime=12.63
/proc/28712/stat : 28712 (java) R 28710 28712 28161 0 -1 0 23588 0 1 0 1250 13 0 0 25 0 8 0 160272089 937390080 23320 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073632892 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/28712/statm: 228855 23320 2531 14 0 215325 0
[pid=28712/tid=28714] ppid=28710 vsize=915420 CPUtime=0.15
/proc/28712/task/28714/stat : 28714 (java) S 28710 28712 28161 0 -1 64 6583 0 0 0 14 1 0 0 16 0 8 0 160272093 937390080 23320 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=28712/tid=28715] ppid=28710 vsize=915420 CPUtime=0
/proc/28712/task/28715/stat : 28715 (java) S 28710 28712 28161 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 160272094 937390080 23320 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28712/tid=28716] ppid=28710 vsize=915420 CPUtime=0
/proc/28712/task/28716/stat : 28716 (java) S 28710 28712 28161 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 160272094 937390080 23320 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28712/tid=28717] ppid=28710 vsize=915420 CPUtime=0
/proc/28712/task/28717/stat : 28717 (java) S 28710 28712 28161 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 160272097 937390080 23320 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28712/tid=28718] ppid=28710 vsize=915420 CPUtime=0.24
/proc/28712/task/28718/stat : 28718 (java) S 28710 28712 28161 0 -1 64 390 0 0 0 23 1 0 0 16 0 8 0 160272097 937390080 23320 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28712/tid=28719] ppid=28710 vsize=915420 CPUtime=0
/proc/28712/task/28719/stat : 28719 (java) S 28710 28712 28161 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 160272097 937390080 23320 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28712/tid=28720] ppid=28710 vsize=915420 CPUtime=0
/proc/28712/task/28720/stat : 28720 (java) S 28710 28712 28161 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 160272097 937390080 23320 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.63
Current children cumulated vsize (KiB) 915420

[startup+25.6482 s]
/proc/loadavg: 2.03 2.09 2.01 3/88 28791
/proc/meminfo: memFree=1417376/2055920 swapFree=4192812/4192956
[pid=28712] ppid=28710 vsize=915420 CPUtime=25.51
/proc/28712/stat : 28712 (java) R 28710 28712 28161 0 -1 0 23590 0 1 0 2537 14 0 0 25 0 8 0 160272089 937390080 23321 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073628077 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/28712/statm: 228855 23321 2531 14 0 215325 0
[pid=28712/tid=28714] ppid=28710 vsize=915420 CPUtime=0.15
/proc/28712/task/28714/stat : 28714 (java) S 28710 28712 28161 0 -1 64 6583 0 0 0 14 1 0 0 16 0 8 0 160272093 937390080 23321 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=28712/tid=28715] ppid=28710 vsize=915420 CPUtime=0
/proc/28712/task/28715/stat : 28715 (java) S 28710 28712 28161 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 160272094 937390080 23321 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28712/tid=28716] ppid=28710 vsize=915420 CPUtime=0
/proc/28712/task/28716/stat : 28716 (java) S 28710 28712 28161 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 160272094 937390080 23321 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28712/tid=28717] ppid=28710 vsize=915420 CPUtime=0
/proc/28712/task/28717/stat : 28717 (java) S 28710 28712 28161 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 160272097 937390080 23321 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28712/tid=28718] ppid=28710 vsize=915420 CPUtime=0.24
/proc/28712/task/28718/stat : 28718 (java) S 28710 28712 28161 0 -1 64 391 0 0 0 23 1 0 0 16 0 8 0 160272097 937390080 23321 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28712/tid=28719] ppid=28710 vsize=915420 CPUtime=0
/proc/28712/task/28719/stat : 28719 (java) S 28710 28712 28161 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 160272097 937390080 23321 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28712/tid=28720] ppid=28710 vsize=915420 CPUtime=0
/proc/28712/task/28720/stat : 28720 (java) S 28710 28712 28161 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 160272097 937390080 23321 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.51
Current children cumulated vsize (KiB) 915420

[startup+51.2642 s]
/proc/loadavg: 2.02 2.08 2.01 3/88 28791
/proc/meminfo: memFree=1417568/2055920 swapFree=4192812/4192956
[pid=28712] ppid=28710 vsize=915420 CPUtime=51.09
/proc/28712/stat : 28712 (java) R 28710 28712 28161 0 -1 0 23590 0 1 0 5094 15 0 0 25 0 8 0 160272089 937390080 23321 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4072918535 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/28712/statm: 228855 23321 2531 14 0 215325 0
[pid=28712/tid=28714] ppid=28710 vsize=915420 CPUtime=0.15
/proc/28712/task/28714/stat : 28714 (java) S 28710 28712 28161 0 -1 64 6583 0 0 0 14 1 0 0 16 0 8 0 160272093 937390080 23321 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=28712/tid=28715] ppid=28710 vsize=915420 CPUtime=0
/proc/28712/task/28715/stat : 28715 (java) S 28710 28712 28161 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 160272094 937390080 23321 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28712/tid=28716] ppid=28710 vsize=915420 CPUtime=0
/proc/28712/task/28716/stat : 28716 (java) S 28710 28712 28161 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 160272094 937390080 23321 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28712/tid=28717] ppid=28710 vsize=915420 CPUtime=0
/proc/28712/task/28717/stat : 28717 (java) S 28710 28712 28161 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 160272097 937390080 23321 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28712/tid=28718] ppid=28710 vsize=915420 CPUtime=0.24
/proc/28712/task/28718/stat : 28718 (java) S 28710 28712 28161 0 -1 64 391 0 0 0 23 1 0 0 16 0 8 0 160272097 937390080 23321 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28712/tid=28719] ppid=28710 vsize=915420 CPUtime=0
/proc/28712/task/28719/stat : 28719 (java) S 28710 28712 28161 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 160272097 937390080 23321 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28712/tid=28720] ppid=28710 vsize=915420 CPUtime=0
/proc/28712/task/28720/stat : 28720 (java) S 28710 28712 28161 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 160272097 937390080 23321 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 915420

[startup+102.485 s]
/proc/loadavg: 2.01 2.07 2.01 3/88 28791
/proc/meminfo: memFree=1417568/2055920 swapFree=4192812/4192956
[pid=28712] ppid=28710 vsize=915420 CPUtime=102.26
/proc/28712/stat : 28712 (java) R 28710 28712 28161 0 -1 0 23590 0 1 0 10211 15 0 0 25 0 8 0 160272089 937390080 23321 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073632892 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/28712/statm: 228855 23321 2531 14 0 215325 0
[pid=28712/tid=28714] ppid=28710 vsize=915420 CPUtime=0.15
/proc/28712/task/28714/stat : 28714 (java) S 28710 28712 28161 0 -1 64 6583 0 0 0 14 1 0 0 16 0 8 0 160272093 937390080 23321 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=28712/tid=28715] ppid=28710 vsize=915420 CPUtime=0
/proc/28712/task/28715/stat : 28715 (java) S 28710 28712 28161 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 160272094 937390080 23321 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28712/tid=28716] ppid=28710 vsize=915420 CPUtime=0
/proc/28712/task/28716/stat : 28716 (java) S 28710 28712 28161 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 160272094 937390080 23321 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28712/tid=28717] ppid=28710 vsize=915420 CPUtime=0
/proc/28712/task/28717/stat : 28717 (java) S 28710 28712 28161 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 160272097 937390080 23321 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28712/tid=28718] ppid=28710 vsize=915420 CPUtime=0.24
/proc/28712/task/28718/stat : 28718 (java) S 28710 28712 28161 0 -1 64 391 0 0 0 23 1 0 0 16 0 8 0 160272097 937390080 23321 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28712/tid=28719] ppid=28710 vsize=915420 CPUtime=0
/proc/28712/task/28719/stat : 28719 (java) S 28710 28712 28161 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 160272097 937390080 23321 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28712/tid=28720] ppid=28710 vsize=915420 CPUtime=0
/proc/28712/task/28720/stat : 28720 (java) S 28710 28712 28161 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 160272097 937390080 23321 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 915420

[startup+162.568 s]
/proc/loadavg: 2.00 2.05 2.00 3/88 28791
/proc/meminfo: memFree=1417568/2055920 swapFree=4192812/4192956
[pid=28712] ppid=28710 vsize=915420 CPUtime=162.29
/proc/28712/stat : 28712 (java) R 28710 28712 28161 0 -1 0 23590 0 1 0 16214 15 0 0 25 0 8 0 160272089 937390080 23321 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073756011 0 4 0 23759 18446744073709551615 0 0 17 0 0 0

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

/proc/28712/task/28717/stat : 28717 (java) S 28710 28712 28161 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 160272097 937390080 23321 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28712/tid=28718] ppid=28710 vsize=915420 CPUtime=0.24
/proc/28712/task/28718/stat : 28718 (java) S 28710 28712 28161 0 -1 64 391 0 0 0 23 1 0 0 16 0 8 0 160272097 937390080 23321 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28712/tid=28719] ppid=28710 vsize=915420 CPUtime=0
/proc/28712/task/28719/stat : 28719 (java) S 28710 28712 28161 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 160272097 937390080 23321 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28712/tid=28720] ppid=28710 vsize=915420 CPUtime=0
/proc/28712/task/28720/stat : 28720 (java) S 28710 28712 28161 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 160272097 937390080 23321 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1361.43
Current children cumulated vsize (KiB) 915420

[startup+1423.03 s]
/proc/loadavg: 2.09 2.04 2.00 3/87 28848
/proc/meminfo: memFree=1366056/2055920 swapFree=4192812/4192956
[pid=28712] ppid=28710 vsize=915420 CPUtime=1421.39
/proc/28712/stat : 28712 (java) R 28710 28712 28161 0 -1 0 23590 0 1 0 142118 21 0 0 25 0 8 0 160272089 937390080 23321 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073628077 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/28712/statm: 228855 23321 2531 14 0 215325 0
[pid=28712/tid=28714] ppid=28710 vsize=915420 CPUtime=0.15
/proc/28712/task/28714/stat : 28714 (java) S 28710 28712 28161 0 -1 64 6583 0 0 0 14 1 0 0 16 0 8 0 160272093 937390080 23321 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=28712/tid=28715] ppid=28710 vsize=915420 CPUtime=0
/proc/28712/task/28715/stat : 28715 (java) S 28710 28712 28161 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 160272094 937390080 23321 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28712/tid=28716] ppid=28710 vsize=915420 CPUtime=0
/proc/28712/task/28716/stat : 28716 (java) S 28710 28712 28161 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 160272094 937390080 23321 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28712/tid=28717] ppid=28710 vsize=915420 CPUtime=0
/proc/28712/task/28717/stat : 28717 (java) S 28710 28712 28161 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 160272097 937390080 23321 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28712/tid=28718] ppid=28710 vsize=915420 CPUtime=0.24
/proc/28712/task/28718/stat : 28718 (java) S 28710 28712 28161 0 -1 64 391 0 0 0 23 1 0 0 16 0 8 0 160272097 937390080 23321 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28712/tid=28719] ppid=28710 vsize=915420 CPUtime=0
/proc/28712/task/28719/stat : 28719 (java) S 28710 28712 28161 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 160272097 937390080 23321 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28712/tid=28720] ppid=28710 vsize=915420 CPUtime=0
/proc/28712/task/28720/stat : 28720 (java) S 28710 28712 28161 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 160272097 937390080 23321 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1421.39
Current children cumulated vsize (KiB) 915420

[startup+1483.04 s]
/proc/loadavg: 2.03 2.03 2.00 3/87 28848
/proc/meminfo: memFree=1366056/2055920 swapFree=4192812/4192956
[pid=28712] ppid=28710 vsize=915420 CPUtime=1481.33
/proc/28712/stat : 28712 (java) R 28710 28712 28161 0 -1 0 23590 0 1 0 148112 21 0 0 25 0 8 0 160272089 937390080 23321 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073632932 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/28712/statm: 228855 23321 2531 14 0 215325 0
[pid=28712/tid=28714] ppid=28710 vsize=915420 CPUtime=0.15
/proc/28712/task/28714/stat : 28714 (java) S 28710 28712 28161 0 -1 64 6583 0 0 0 14 1 0 0 16 0 8 0 160272093 937390080 23321 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=28712/tid=28715] ppid=28710 vsize=915420 CPUtime=0
/proc/28712/task/28715/stat : 28715 (java) S 28710 28712 28161 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 160272094 937390080 23321 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28712/tid=28716] ppid=28710 vsize=915420 CPUtime=0
/proc/28712/task/28716/stat : 28716 (java) S 28710 28712 28161 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 160272094 937390080 23321 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28712/tid=28717] ppid=28710 vsize=915420 CPUtime=0
/proc/28712/task/28717/stat : 28717 (java) S 28710 28712 28161 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 160272097 937390080 23321 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28712/tid=28718] ppid=28710 vsize=915420 CPUtime=0.24
/proc/28712/task/28718/stat : 28718 (java) S 28710 28712 28161 0 -1 64 391 0 0 0 23 1 0 0 16 0 8 0 160272097 937390080 23321 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28712/tid=28719] ppid=28710 vsize=915420 CPUtime=0
/proc/28712/task/28719/stat : 28719 (java) S 28710 28712 28161 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 160272097 937390080 23321 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28712/tid=28720] ppid=28710 vsize=915420 CPUtime=0
/proc/28712/task/28720/stat : 28720 (java) R 28710 28712 28161 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 160272097 937390080 23321 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1481.33
Current children cumulated vsize (KiB) 915420

[startup+1543.05 s]
/proc/loadavg: 2.01 2.02 2.00 3/87 28848
/proc/meminfo: memFree=1365992/2055920 swapFree=4192812/4192956
[pid=28712] ppid=28710 vsize=915420 CPUtime=1541.28
/proc/28712/stat : 28712 (java) R 28710 28712 28161 0 -1 0 23590 0 1 0 154107 21 0 0 25 0 8 0 160272089 937390080 23321 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073754336 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/28712/statm: 228855 23321 2531 14 0 215325 0
[pid=28712/tid=28714] ppid=28710 vsize=915420 CPUtime=0.15
/proc/28712/task/28714/stat : 28714 (java) S 28710 28712 28161 0 -1 64 6583 0 0 0 14 1 0 0 16 0 8 0 160272093 937390080 23321 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=28712/tid=28715] ppid=28710 vsize=915420 CPUtime=0
/proc/28712/task/28715/stat : 28715 (java) S 28710 28712 28161 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 160272094 937390080 23321 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28712/tid=28716] ppid=28710 vsize=915420 CPUtime=0
/proc/28712/task/28716/stat : 28716 (java) S 28710 28712 28161 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 160272094 937390080 23321 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28712/tid=28717] ppid=28710 vsize=915420 CPUtime=0
/proc/28712/task/28717/stat : 28717 (java) S 28710 28712 28161 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 160272097 937390080 23321 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28712/tid=28718] ppid=28710 vsize=915420 CPUtime=0.24
/proc/28712/task/28718/stat : 28718 (java) S 28710 28712 28161 0 -1 64 391 0 0 0 23 1 0 0 16 0 8 0 160272097 937390080 23321 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28712/tid=28719] ppid=28710 vsize=915420 CPUtime=0
/proc/28712/task/28719/stat : 28719 (java) S 28710 28712 28161 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 160272097 937390080 23321 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28712/tid=28720] ppid=28710 vsize=915420 CPUtime=0
/proc/28712/task/28720/stat : 28720 (java) S 28710 28712 28161 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 160272097 937390080 23321 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1541.28
Current children cumulated vsize (KiB) 915420

[startup+1603.06 s]
/proc/loadavg: 2.00 2.02 2.00 3/87 28848
/proc/meminfo: memFree=1366056/2055920 swapFree=4192812/4192956
[pid=28712] ppid=28710 vsize=915420 CPUtime=1601.22
/proc/28712/stat : 28712 (java) R 28710 28712 28161 0 -1 0 23590 0 1 0 160101 21 0 0 25 0 8 0 160272089 937390080 23321 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073632892 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/28712/statm: 228855 23321 2531 14 0 215325 0
[pid=28712/tid=28714] ppid=28710 vsize=915420 CPUtime=0.15
/proc/28712/task/28714/stat : 28714 (java) S 28710 28712 28161 0 -1 64 6583 0 0 0 14 1 0 0 16 0 8 0 160272093 937390080 23321 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=28712/tid=28715] ppid=28710 vsize=915420 CPUtime=0
/proc/28712/task/28715/stat : 28715 (java) S 28710 28712 28161 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 160272094 937390080 23321 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28712/tid=28716] ppid=28710 vsize=915420 CPUtime=0
/proc/28712/task/28716/stat : 28716 (java) S 28710 28712 28161 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 160272094 937390080 23321 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28712/tid=28717] ppid=28710 vsize=915420 CPUtime=0
/proc/28712/task/28717/stat : 28717 (java) S 28710 28712 28161 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 160272097 937390080 23321 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28712/tid=28718] ppid=28710 vsize=915420 CPUtime=0.24
/proc/28712/task/28718/stat : 28718 (java) S 28710 28712 28161 0 -1 64 391 0 0 0 23 1 0 0 16 0 8 0 160272097 937390080 23321 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28712/tid=28719] ppid=28710 vsize=915420 CPUtime=0
/proc/28712/task/28719/stat : 28719 (java) S 28710 28712 28161 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 160272097 937390080 23321 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28712/tid=28720] ppid=28710 vsize=915420 CPUtime=0
/proc/28712/task/28720/stat : 28720 (java) S 28710 28712 28161 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 160272097 937390080 23321 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1601.22
Current children cumulated vsize (KiB) 915420

[startup+1663.07 s]
/proc/loadavg: 2.00 2.01 2.00 3/87 28848
/proc/meminfo: memFree=1365992/2055920 swapFree=4192812/4192956
[pid=28712] ppid=28710 vsize=915420 CPUtime=1661.16
/proc/28712/stat : 28712 (java) R 28710 28712 28161 0 -1 0 23590 0 1 0 166094 22 0 0 25 0 8 0 160272089 937390080 23321 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073764297 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/28712/statm: 228855 23321 2531 14 0 215325 0
[pid=28712/tid=28714] ppid=28710 vsize=915420 CPUtime=0.15
/proc/28712/task/28714/stat : 28714 (java) S 28710 28712 28161 0 -1 64 6583 0 0 0 14 1 0 0 16 0 8 0 160272093 937390080 23321 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=28712/tid=28715] ppid=28710 vsize=915420 CPUtime=0
/proc/28712/task/28715/stat : 28715 (java) S 28710 28712 28161 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 160272094 937390080 23321 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28712/tid=28716] ppid=28710 vsize=915420 CPUtime=0
/proc/28712/task/28716/stat : 28716 (java) S 28710 28712 28161 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 160272094 937390080 23321 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28712/tid=28717] ppid=28710 vsize=915420 CPUtime=0
/proc/28712/task/28717/stat : 28717 (java) S 28710 28712 28161 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 160272097 937390080 23321 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28712/tid=28718] ppid=28710 vsize=915420 CPUtime=0.24
/proc/28712/task/28718/stat : 28718 (java) S 28710 28712 28161 0 -1 64 391 0 0 0 23 1 0 0 16 0 8 0 160272097 937390080 23321 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28712/tid=28719] ppid=28710 vsize=915420 CPUtime=0
/proc/28712/task/28719/stat : 28719 (java) S 28710 28712 28161 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 160272097 937390080 23321 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28712/tid=28720] ppid=28710 vsize=915420 CPUtime=0
/proc/28712/task/28720/stat : 28720 (java) S 28710 28712 28161 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 160272097 937390080 23321 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1661.16
Current children cumulated vsize (KiB) 915420

[startup+1723.08 s]
/proc/loadavg: 2.00 2.01 2.00 3/87 28848
/proc/meminfo: memFree=1365992/2055920 swapFree=4192812/4192956
[pid=28712] ppid=28710 vsize=915420 CPUtime=1721.13
/proc/28712/stat : 28712 (java) R 28710 28712 28161 0 -1 0 23590 0 1 0 172091 22 0 0 25 0 8 0 160272089 937390080 23321 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073755103 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/28712/statm: 228855 23321 2531 14 0 215325 0
[pid=28712/tid=28714] ppid=28710 vsize=915420 CPUtime=0.15
/proc/28712/task/28714/stat : 28714 (java) S 28710 28712 28161 0 -1 64 6583 0 0 0 14 1 0 0 16 0 8 0 160272093 937390080 23321 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=28712/tid=28715] ppid=28710 vsize=915420 CPUtime=0
/proc/28712/task/28715/stat : 28715 (java) S 28710 28712 28161 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 160272094 937390080 23321 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28712/tid=28716] ppid=28710 vsize=915420 CPUtime=0
/proc/28712/task/28716/stat : 28716 (java) S 28710 28712 28161 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 160272094 937390080 23321 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28712/tid=28717] ppid=28710 vsize=915420 CPUtime=0
/proc/28712/task/28717/stat : 28717 (java) S 28710 28712 28161 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 160272097 937390080 23321 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28712/tid=28718] ppid=28710 vsize=915420 CPUtime=0.24
/proc/28712/task/28718/stat : 28718 (java) S 28710 28712 28161 0 -1 64 391 0 0 0 23 1 0 0 16 0 8 0 160272097 937390080 23321 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28712/tid=28719] ppid=28710 vsize=915420 CPUtime=0
/proc/28712/task/28719/stat : 28719 (java) S 28710 28712 28161 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 160272097 937390080 23321 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28712/tid=28720] ppid=28710 vsize=915420 CPUtime=0
/proc/28712/task/28720/stat : 28720 (java) S 28710 28712 28161 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 160272097 937390080 23321 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1721.13
Current children cumulated vsize (KiB) 915420

[startup+1783.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 28848
/proc/meminfo: memFree=1365992/2055920 swapFree=4192812/4192956
[pid=28712] ppid=28710 vsize=915420 CPUtime=1781.09
/proc/28712/stat : 28712 (java) R 28710 28712 28161 0 -1 0 23590 0 1 0 178087 22 0 0 25 0 8 0 160272089 937390080 23321 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073806860 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/28712/statm: 228855 23321 2531 14 0 215325 0
[pid=28712/tid=28714] ppid=28710 vsize=915420 CPUtime=0.15
/proc/28712/task/28714/stat : 28714 (java) S 28710 28712 28161 0 -1 64 6583 0 0 0 14 1 0 0 16 0 8 0 160272093 937390080 23321 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=28712/tid=28715] ppid=28710 vsize=915420 CPUtime=0
/proc/28712/task/28715/stat : 28715 (java) S 28710 28712 28161 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 160272094 937390080 23321 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28712/tid=28716] ppid=28710 vsize=915420 CPUtime=0
/proc/28712/task/28716/stat : 28716 (java) S 28710 28712 28161 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 160272094 937390080 23321 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28712/tid=28717] ppid=28710 vsize=915420 CPUtime=0
/proc/28712/task/28717/stat : 28717 (java) S 28710 28712 28161 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 160272097 937390080 23321 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28712/tid=28718] ppid=28710 vsize=915420 CPUtime=0.24
/proc/28712/task/28718/stat : 28718 (java) S 28710 28712 28161 0 -1 64 391 0 0 0 23 1 0 0 16 0 8 0 160272097 937390080 23321 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28712/tid=28719] ppid=28710 vsize=915420 CPUtime=0
/proc/28712/task/28719/stat : 28719 (java) S 28710 28712 28161 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 160272097 937390080 23321 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28712/tid=28720] ppid=28710 vsize=915420 CPUtime=0
/proc/28712/task/28720/stat : 28720 (java) S 28710 28712 28161 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 160272097 937390080 23321 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1781.09
Current children cumulated vsize (KiB) 915420

Child status: 0
Real time (s): 1799.76
CPU time (s): 1797.72
CPU user time (s): 1797.48
CPU system time (s): 0.240963
CPU usage (%): 99.8863
Max. virtual memory (cumulated for all children) (KiB): 915420

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.48
system time used= 0.240963
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23597
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= 37501
involuntary context switches= 27415

runsolver used 2.09168 s user time and 5.87111 s system time

The end

Launcher Data (download as text)

Begin job on node38 on Sat Jan  6 21:25:24 UTC 2007


IDJOB= 196078
IDBENCH= 3324
FILE ID= node38/196078-1168118724

PBS_JOBID= 3477437

Free space on /tmp= 66507 MiB

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

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  10e67cc455da19a1a190ecd6bc3f64d0

RANDOM SEED= 221295043

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.267
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.267
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:       1527104 kB
Buffers:         41160 kB
Cached:         386764 kB
SwapCached:          0 kB
Active:         131656 kB
Inactive:       325312 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1527104 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            4576 kB
Writeback:           0 kB
Mapped:          42696 kB
Slab:            57112 kB
Committed_AS:  3290500 kB
PageTables:       1832 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= 66509 MiB



End job on node38 on Sat Jan  6 21:55:24 UTC 2007