Trace number 229870

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 AC? (TO) 1800.1 1808.37

General information on the benchmark

Namerandom/rand-2-50-23-fcd/
rand-2-50-23-587-230-fcd-11_ext.xml
MD5SUM5196a80ce89877f30295c5678721b41d
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark222.955
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables50
Number of constraints472
Maximum constraint arity2
Maximum domain size23
Number of constraints which are defined in extension472
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.33	     name=/tmp/evaluation/229870-1168081012/unknown.xml
0.35	   
0.35	   domains being loaded...
0.36	   
0.36	   variables being loaded...
0.39	     nbVariables=50  nbDomainTypes=1  minDomainSize=23  maxDomainSize=23
0.39	       =>  wckTime=0.097  cpuTime=0.08  mem=6M951
0.39	   
0.39	   relations being loaded...
0.53	   
0.53	   constraints being loaded...
0.67	     nbConstraints=472  nbRelationTypes=472  nbExtensionStructures=472  nbSharedExtensionStructures=0
0.67	     nbConflictsStructures=472  nbSharedConflictsStructures=0  nbSharedBinaryRepresentations=2543  maxDegree=29
0.67	     maxArity=2
0.67	       =>  wckTime=0.371  cpuTime=0.28  mem=17M696
0.71	   
0.71	   solver IterativeSystematicSolver being built... 
0.86	       =>  wckTime=0.561  cpuTime=0.41  mem=15M376
0.87	   
0.87	   preprocessing
0.87	     nbConstraintChecks=0  nbPropagations=50  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
0.87	     detectedInconsistency=no
0.87	       =>  wckTime=0.0070  cpuTime=0.0  mem=15M376
0.92	   
0.92	   search
0.92	     run=0  nbConstraintChecks=43710  nbPropagations=598  nbRevisions=6703  nbUselessRevisions=5553  nbAssignments=27
0.92	     nbFailedAssignments=6  nbBacktracks=11  nbVisitedNodes=39  nbRestartNogoods=0  mapSize=7  nbInferences=0
0.92	     nbTooLargeKeys=0
0.92	       =>  wckTime=0.054  cpuTime=0.03  mem=15M376
0.94	   
0.94	   search
0.94	     run=1  nbConstraintChecks=106189  nbPropagations=1923  nbRevisions=22629  nbUselessRevisions=18677
0.94	     nbAssignments=60  nbFailedAssignments=14  nbBacktracks=26  nbVisitedNodes=89  nbRestartNogoods=1  mapSize=18
0.94	     nbInferences=0  nbTooLargeKeys=0
0.94	       =>  wckTime=0.08  cpuTime=0.05  mem=15M376
0.96	   
0.96	   search
0.96	     run=2  nbConstraintChecks=186377  nbPropagations=4143  nbRevisions=50580  nbUselessRevisions=41606
0.96	     nbAssignments=105  nbFailedAssignments=28  nbBacktracks=48  nbVisitedNodes=159  nbRestartNogoods=4  mapSize=34
0.96	     nbInferences=0  nbTooLargeKeys=0
0.96	       =>  wckTime=0.101  cpuTime=0.06  mem=15M376
0.98	   
0.98	   search
0.98	     run=3  nbConstraintChecks=301205  nbPropagations=7737  nbRevisions=97048  nbUselessRevisions=79486
0.98	     nbAssignments=165  nbFailedAssignments=46  nbBacktracks=82  nbVisitedNodes=258  nbRestartNogoods=8  mapSize=63
0.98	     nbInferences=0  nbTooLargeKeys=0
0.98	       =>  wckTime=0.123  cpuTime=0.08  mem=15M376
1.01	   
1.01	   search
1.01	     run=4  nbConstraintChecks=469540  nbPropagations=13180  nbRevisions=169956  nbUselessRevisions=139016
1.01	     nbAssignments=253  nbFailedAssignments=73  nbBacktracks=132  nbVisitedNodes=402  nbRestartNogoods=11  mapSize=103
1.01	     nbInferences=0  nbTooLargeKeys=0
1.01	       =>  wckTime=0.153  cpuTime=0.11  mem=15M376
1.06	   
1.06	   search
1.06	     run=5  nbConstraintChecks=677509  nbPropagations=21066  nbRevisions=278142  nbUselessRevisions=227627
1.06	     nbAssignments=388  nbFailedAssignments=121  nbBacktracks=209  nbVisitedNodes=622  nbRestartNogoods=15  mapSize=161
1.06	     nbInferences=0  nbTooLargeKeys=0
1.06	       =>  wckTime=0.193  cpuTime=0.15  mem=15M376
1.11	   
1.11	   search
1.11	     run=6  nbConstraintChecks=1026169  nbPropagations=32872  nbRevisions=444627  nbUselessRevisions=363306
1.11	     nbAssignments=579  nbFailedAssignments=188  nbBacktracks=324  nbVisitedNodes=943  nbRestartNogoods=22  mapSize=255
1.11	     nbInferences=0  nbTooLargeKeys=0
1.11	       =>  wckTime=0.252  cpuTime=0.21  mem=15M376
1.19	   
1.19	   search
1.19	     run=7  nbConstraintChecks=1465514  nbPropagations=49715  nbRevisions=686774  nbUselessRevisions=560646
1.19	     nbAssignments=855  nbFailedAssignments=282  nbBacktracks=494  nbVisitedNodes=1393  nbRestartNogoods=26  mapSize=381
1.19	     nbInferences=0  nbTooLargeKeys=0
1.19	       =>  wckTime=0.333  cpuTime=0.28  mem=15M376
1.32	   
1.32	   search
1.32	     run=8  nbConstraintChecks=2217720  nbPropagations=75219  nbRevisions=1065327  nbUselessRevisions=869478
1.32	     nbAssignments=1306  nbFailedAssignments=463  nbBacktracks=754  nbVisitedNodes=2168  nbRestartNogoods=29
1.32	     mapSize=594  nbInferences=0  nbTooLargeKeys=0
1.32	       =>  wckTime=0.462  cpuTime=0.41  mem=15M376
1.49	   
1.49	   search
1.49	     run=9  nbConstraintChecks=3192280  nbPropagations=112004  nbRevisions=1619942  nbUselessRevisions=1323154
1.49	     nbAssignments=1914  nbFailedAssignments=676  nbBacktracks=1144  nbVisitedNodes=3176  nbRestartNogoods=36
1.49	     mapSize=892  nbInferences=0  nbTooLargeKeys=0
1.49	       =>  wckTime=0.629  cpuTime=0.56  mem=15M376
1.56	   
1.56	   INFO : Stopping hyperNogood (mapSize=1023, nbTooLargekeys=0, mem=15M376)
1.73	   
1.73	   search
1.73	     run=10  nbConstraintChecks=4664777  nbPropagations=167336  nbRevisions=2462700  nbUselessRevisions=2014959
1.73	     nbAssignments=2881  nbFailedAssignments=1056  nbBacktracks=1724  nbVisitedNodes=4833  nbRestartNogoods=38
1.73	       =>  wckTime=0.867  cpuTime=0.79  mem=15M376
2.06	   
2.06	   search
2.06	     run=11  nbConstraintChecks=7067840  nbPropagations=249554  nbRevisions=3711632  nbUselessRevisions=3036650
2.06	     nbAssignments=4273  nbFailedAssignments=1572  nbBacktracks=2589  nbVisitedNodes=7186  nbRestartNogoods=41
2.06	       =>  wckTime=1.196  cpuTime=1.11  mem=15M376
2.50	   
2.50	   search
2.50	     run=12  nbConstraintChecks=10030850  nbPropagations=368850  nbRevisions=5524042  nbUselessRevisions=4520906
2.50	     nbAssignments=6329  nbFailedAssignments=2320  nbBacktracks=3887  nbVisitedNodes=10630  nbRestartNogoods=49
2.50	       =>  wckTime=1.636  cpuTime=1.55  mem=15M376
3.24	   
3.24	   search
3.24	     run=13  nbConstraintChecks=15338673  nbPropagations=550532  nbRevisions=8277257  nbUselessRevisions=6771540
3.24	     nbAssignments=9522  nbFailedAssignments=3555  nbBacktracks=5835  nbVisitedNodes=16126  nbRestartNogoods=58
3.24	       =>  wckTime=2.381  cpuTime=2.29  mem=15M376
4.37	   
4.37	   search
4.37	     run=14  nbConstraintChecks=23332092  nbPropagations=826223  nbRevisions=12484354  nbUselessRevisions=10213794
4.37	     nbAssignments=14279  nbFailedAssignments=5377  nbBacktracks=8756  nbVisitedNodes=24239  nbRestartNogoods=65
4.37	       =>  wckTime=3.511  cpuTime=3.41  mem=15M376
5.93	   
5.93	   search
5.93	     run=15  nbConstraintChecks=33804322  nbPropagations=1233266  nbRevisions=18738354  nbUselessRevisions=15349154
5.93	     nbAssignments=21212  nbFailedAssignments=7919  nbBacktracks=13137  nbVisitedNodes=35982  nbRestartNogoods=82
5.93	       =>  wckTime=5.07  cpuTime=4.96  mem=15M376
8.27	   
8.27	   search
8.27	     run=16  nbConstraintChecks=49743141  nbPropagations=1840127  nbRevisions=28077396  nbUselessRevisions=23034826
8.27	     nbAssignments=31573  nbFailedAssignments=11698  nbBacktracks=19707  nbVisitedNodes=53612  nbRestartNogoods=92
8.27	       =>  wckTime=7.409  cpuTime=7.29  mem=15M376
12.20	   
12.20	   search
12.20	     run=17  nbConstraintChecks=78208814  nbPropagations=2765871  nbRevisions=42506191  nbUselessRevisions=34912248
12.20	     nbAssignments=47464  nbFailedAssignments=17725  nbBacktracks=29562  nbVisitedNodes=80923  nbRestartNogoods=102
12.20	       =>  wckTime=11.338  cpuTime=11.21  mem=15M376
17.60	   
17.60	   search
17.60	     run=18  nbConstraintChecks=115271796  nbPropagations=4143577  nbRevisions=64059400  nbUselessRevisions=52685434
17.60	     nbAssignments=70927  nbFailedAssignments=26399  nbBacktracks=44340  nbVisitedNodes=121148  nbRestartNogoods=111
17.60	       =>  wckTime=16.744  cpuTime=16.59  mem=15M376
25.49	   
25.50	   search
25.50	     run=19  nbConstraintChecks=170242047  nbPropagations=6186858  nbRevisions=95757754  nbUselessRevisions=78781204
25.50	     nbAssignments=106030  nbFailedAssignments=39325  nbBacktracks=66508  nbVisitedNodes=180548  nbRestartNogoods=123
25.50	       =>  wckTime=24.634  cpuTime=24.45  mem=15M376
38.48	   
38.48	   search
38.48	     run=20  nbConstraintChecks=261103987  nbPropagations=9301013  nbRevisions=144208642  nbUselessRevisions=118644071
38.48	     nbAssignments=160342  nbFailedAssignments=60377  nbBacktracks=99760  nbVisitedNodes=273871  nbRestartNogoods=139
38.48	       =>  wckTime=37.616  cpuTime=37.35  mem=15M376
56.54	   
56.54	   search
56.54	     run=21  nbConstraintChecks=385861662  nbPropagations=13935871  nbRevisions=216344353  nbUselessRevisions=178044618
56.54	     nbAssignments=239850  nbFailedAssignments=89994  nbBacktracks=149638  nbVisitedNodes=409469  nbRestartNogoods=148
56.54	       =>  wckTime=55.683  cpuTime=55.34  mem=15M376
85.98	   
85.98	   search
85.98	     run=22  nbConstraintChecks=595245895  nbPropagations=20981740  nbRevisions=326639251  nbUselessRevisions=268845892
85.98	     nbAssignments=361840  nbFailedAssignments=137158  nbBacktracks=224456  nbVisitedNodes=619464  nbRestartNogoods=163
85.98	       =>  wckTime=85.117  cpuTime=84.64  mem=15M376
126.54	   
126.54	   search
126.54	     run=23  nbConstraintChecks=875631851  nbPropagations=31437804  nbRevisions=489727586  nbUselessRevisions=403151314
126.54	     nbAssignments=539815  nbFailedAssignments=202896  nbBacktracks=336685  nbVisitedNodes=922102  nbRestartNogoods=178
126.54	       =>  wckTime=125.681  cpuTime=125.02  mem=15M376
194.42	   
194.42	   search
194.42	     run=24  nbConstraintChecks=1359113434  nbPropagations=47451244  nbRevisions=741401331  nbUselessRevisions=610437414
194.42	     nbAssignments=817931  nbFailedAssignments=312666  nbBacktracks=505026  nbVisitedNodes=1403608  nbRestartNogoods=195
194.42	       =>  wckTime=193.555  cpuTime=192.6  mem=15M376
285.68	   
285.68	   search
285.68	     run=25  nbConstraintChecks=1992655536  nbPropagations=71102250  nbRevisions=1110110637
285.68	     nbUselessRevisions=913805181  nbAssignments=1214879  nbFailedAssignments=457092  nbBacktracks=757540
285.68	     nbVisitedNodes=2074259  nbRestartNogoods=207
285.68	       =>  wckTime=284.815  cpuTime=283.39  mem=15M376
433.80	   
433.80	   search
433.80	     run=26  nbConstraintChecks=3031296601  nbPropagations=106846307  nbRevisions=1675475317
433.80	     nbUselessRevisions=1380305955  nbAssignments=1831524  nbFailedAssignments=694960  nbBacktracks=1136307
433.80	     nbVisitedNodes=3136447  nbRestartNogoods=223
433.80	       =>  wckTime=432.938  cpuTime=430.78  mem=15M376
655.93	   
655.93	   search
655.93	     run=27  nbConstraintChecks=4627151484  nbPropagations=160898761  nbRevisions=2524657077
655.93	     nbUselessRevisions=2079533899  nbAssignments=2745077  nbFailedAssignments=1040352  nbBacktracks=1704459
655.93	     nbVisitedNodes=4702785  nbRestartNogoods=236
655.93	       =>  wckTime=655.065  cpuTime=651.92  mem=15M376
976.05	   
976.05	   search
976.05	     run=28  nbConstraintChecks=6873884132  nbPropagations=241582324  nbRevisions=3789220323
976.05	     nbUselessRevisions=3120593740  nbAssignments=4109913  nbFailedAssignments=1552950  nbBacktracks=2556687
976.05	     nbVisitedNodes=7028928  nbRestartNogoods=248
976.05	       =>  wckTime=975.187  cpuTime=970.58  mem=15M376
1469.76	   
1469.76	   search
1469.76	     run=29  nbConstraintChecks=10378008101  nbPropagations=363155154  nbRevisions=5683409971
1469.76	     nbUselessRevisions=4677133906  nbAssignments=6177168  nbFailedAssignments=2341854  nbBacktracks=3835027
1469.76	     nbVisitedNodes=10561938  nbRestartNogoods=272
1469.76	       =>  wckTime=1468.903  cpuTime=1462.08  mem=16M351

Verifier Data (download as text)

ERROR: Unexpected answer ! (SAT/UNSAT expected)
Got answer: 

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node60/watcher-229870-1168081012 -o ROOT/results/node60/solver-229870-1168081012 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/229870-1168081012/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.06 0.36 0.67 5/73 13358
/proc/meminfo: memFree=1471688/2055920 swapFree=4192812/4192956
[pid=13357] ppid=13352 vsize=1784 CPUtime=0
/proc/13357/stat : 13357 (java) D 13352 13357 13221 0 -1 0 165 0 0 0 0 0 0 0 19 0 1 0 156499819 1826816 136 18446744073709551615 134512640 134570532 4294956624 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099781622 0 0 17 0 0 0
/proc/13357/statm: 446 136 102 14 0 91 0

[startup+0.105864 s]
/proc/loadavg: 0.06 0.36 0.67 5/73 13358
/proc/meminfo: memFree=1471688/2055920 swapFree=4192812/4192956
[pid=13357] ppid=13352 vsize=914988 CPUtime=0.08
/proc/13357/stat : 13357 (java) R 13352 13357 13221 0 -1 0 3014 0 1 0 7 1 0 0 24 0 8 0 156499819 936947712 2760 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4160643169 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/13357/statm: 228747 2760 1434 14 0 215242 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 914988

[startup+0.513908 s]
/proc/loadavg: 0.06 0.36 0.67 5/73 13358
/proc/meminfo: memFree=1471688/2055920 swapFree=4192812/4192956
[pid=13357] ppid=13352 vsize=915328 CPUtime=0.49
/proc/13357/stat : 13357 (java) R 13352 13357 13221 0 -1 0 7242 0 1 0 45 4 0 0 25 0 8 0 156499819 937295872 6981 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/13357/statm: 228832 6981 2137 14 0 215302 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 915328

[startup+1.33498 s]
/proc/loadavg: 0.06 0.36 0.67 4/87 13372
/proc/meminfo: memFree=1416472/2055920 swapFree=4192812/4192956
[pid=13357] ppid=13352 vsize=915460 CPUtime=1.3
/proc/13357/stat : 13357 (java) R 13352 13357 13221 0 -1 0 9623 0 1 0 124 6 0 0 25 0 8 0 156499819 937431040 9361 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073825498 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/13357/statm: 228865 9361 2513 14 0 215335 0
[pid=13357/tid=13359] ppid=13352 vsize=915460 CPUtime=0.03
/proc/13357/task/13359/stat : 13359 (java) S 13352 13357 13221 0 -1 64 410 0 0 0 3 0 0 0 16 0 8 0 156499823 937431040 9361 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=13357/tid=13361] ppid=13352 vsize=915460 CPUtime=0
/proc/13357/task/13361/stat : 13361 (java) S 13352 13357 13221 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156499823 937431040 9361 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13357/tid=13362] ppid=13352 vsize=915460 CPUtime=0
/proc/13357/task/13362/stat : 13362 (java) S 13352 13357 13221 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156499823 937431040 9361 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13357/tid=13365] ppid=13352 vsize=915460 CPUtime=0
/proc/13357/task/13365/stat : 13365 (java) S 13352 13357 13221 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156499826 937431040 9361 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13357/tid=13366] ppid=13352 vsize=915460 CPUtime=0.2
/proc/13357/task/13366/stat : 13366 (java) S 13352 13357 13221 0 -1 64 381 0 0 0 19 1 0 0 16 0 8 0 156499826 937431040 9361 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13357/tid=13367] ppid=13352 vsize=915460 CPUtime=0
/proc/13357/task/13367/stat : 13367 (java) S 13352 13357 13221 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 156499826 937431040 9361 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13357/tid=13368] ppid=13352 vsize=915460 CPUtime=0
/proc/13357/task/13368/stat : 13368 (java) S 13352 13357 13221 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156499826 937431040 9361 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) 915460

[startup+2.97314 s]
/proc/loadavg: 0.06 0.36 0.67 3/87 13372
/proc/meminfo: memFree=1416344/2055920 swapFree=4192812/4192956
[pid=13357] ppid=13352 vsize=915460 CPUtime=2.94
/proc/13357/stat : 13357 (java) R 13352 13357 13221 0 -1 0 9638 0 1 0 287 7 0 0 25 0 8 0 156499819 937431040 9375 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073831878 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/13357/statm: 228865 9375 2513 14 0 215335 0
[pid=13357/tid=13359] ppid=13352 vsize=915460 CPUtime=0.03
/proc/13357/task/13359/stat : 13359 (java) S 13352 13357 13221 0 -1 64 410 0 0 0 3 0 0 0 17 0 8 0 156499823 937431040 9375 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=13357/tid=13361] ppid=13352 vsize=915460 CPUtime=0
/proc/13357/task/13361/stat : 13361 (java) S 13352 13357 13221 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156499823 937431040 9375 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13357/tid=13362] ppid=13352 vsize=915460 CPUtime=0
/proc/13357/task/13362/stat : 13362 (java) S 13352 13357 13221 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156499823 937431040 9375 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13357/tid=13365] ppid=13352 vsize=915460 CPUtime=0
/proc/13357/task/13365/stat : 13365 (java) S 13352 13357 13221 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156499826 937431040 9375 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13357/tid=13366] ppid=13352 vsize=915460 CPUtime=0.23
/proc/13357/task/13366/stat : 13366 (java) S 13352 13357 13221 0 -1 64 395 0 0 0 22 1 0 0 15 0 8 0 156499826 937431040 9375 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13357/tid=13367] ppid=13352 vsize=915460 CPUtime=0
/proc/13357/task/13367/stat : 13367 (java) S 13352 13357 13221 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 156499826 937431040 9375 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13357/tid=13368] ppid=13352 vsize=915460 CPUtime=0
/proc/13357/task/13368/stat : 13368 (java) S 13352 13357 13221 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156499826 937431040 9375 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.94
Current children cumulated vsize (KiB) 915460

[startup+6.27146 s]
/proc/loadavg: 0.22 0.38 0.68 3/87 13372
/proc/meminfo: memFree=1416344/2055920 swapFree=4192812/4192956
[pid=13357] ppid=13352 vsize=915460 CPUtime=6.22
/proc/13357/stat : 13357 (java) R 13352 13357 13221 0 -1 0 9640 0 1 0 615 7 0 0 25 0 8 0 156499819 937431040 9376 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4072918484 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/13357/statm: 228865 9376 2513 14 0 215335 0
[pid=13357/tid=13359] ppid=13352 vsize=915460 CPUtime=0.03
/proc/13357/task/13359/stat : 13359 (java) S 13352 13357 13221 0 -1 64 410 0 0 0 3 0 0 0 16 0 8 0 156499823 937431040 9376 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=13357/tid=13361] ppid=13352 vsize=915460 CPUtime=0
/proc/13357/task/13361/stat : 13361 (java) S 13352 13357 13221 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156499823 937431040 9376 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13357/tid=13362] ppid=13352 vsize=915460 CPUtime=0
/proc/13357/task/13362/stat : 13362 (java) S 13352 13357 13221 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156499823 937431040 9376 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13357/tid=13365] ppid=13352 vsize=915460 CPUtime=0
/proc/13357/task/13365/stat : 13365 (java) S 13352 13357 13221 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156499826 937431040 9376 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13357/tid=13366] ppid=13352 vsize=915460 CPUtime=0.23
/proc/13357/task/13366/stat : 13366 (java) S 13352 13357 13221 0 -1 64 396 0 0 0 22 1 0 0 16 0 8 0 156499826 937431040 9376 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13357/tid=13367] ppid=13352 vsize=915460 CPUtime=0
/proc/13357/task/13367/stat : 13367 (java) S 13352 13357 13221 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 156499826 937431040 9376 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13357/tid=13368] ppid=13352 vsize=915460 CPUtime=0
/proc/13357/task/13368/stat : 13368 (java) S 13352 13357 13221 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156499826 937431040 9376 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) 915460

[startup+12.7381 s]
/proc/loadavg: 0.36 0.41 0.68 3/87 13372
/proc/meminfo: memFree=1416344/2055920 swapFree=4192812/4192956
[pid=13357] ppid=13352 vsize=915460 CPUtime=12.66
/proc/13357/stat : 13357 (java) R 13352 13357 13221 0 -1 0 9640 0 1 0 1259 7 0 0 25 0 8 0 156499819 937431040 9376 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073825275 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/13357/statm: 228865 9376 2513 14 0 215335 0
[pid=13357/tid=13359] ppid=13352 vsize=915460 CPUtime=0.03
/proc/13357/task/13359/stat : 13359 (java) S 13352 13357 13221 0 -1 64 410 0 0 0 3 0 0 0 16 0 8 0 156499823 937431040 9376 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=13357/tid=13361] ppid=13352 vsize=915460 CPUtime=0
/proc/13357/task/13361/stat : 13361 (java) S 13352 13357 13221 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156499823 937431040 9376 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13357/tid=13362] ppid=13352 vsize=915460 CPUtime=0
/proc/13357/task/13362/stat : 13362 (java) S 13352 13357 13221 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156499823 937431040 9376 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13357/tid=13365] ppid=13352 vsize=915460 CPUtime=0
/proc/13357/task/13365/stat : 13365 (java) S 13352 13357 13221 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156499826 937431040 9376 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13357/tid=13366] ppid=13352 vsize=915460 CPUtime=0.23
/proc/13357/task/13366/stat : 13366 (java) S 13352 13357 13221 0 -1 64 396 0 0 0 22 1 0 0 16 0 8 0 156499826 937431040 9376 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13357/tid=13367] ppid=13352 vsize=915460 CPUtime=0
/proc/13357/task/13367/stat : 13367 (java) S 13352 13357 13221 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 156499826 937431040 9376 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13357/tid=13368] ppid=13352 vsize=915460 CPUtime=0
/proc/13357/task/13368/stat : 13368 (java) S 13352 13357 13221 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156499826 937431040 9376 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 915460

[startup+25.5984 s]
/proc/loadavg: 0.72 0.49 0.71 3/87 13372
/proc/meminfo: memFree=1416408/2055920 swapFree=4192812/4192956
[pid=13357] ppid=13352 vsize=915460 CPUtime=25.47
/proc/13357/stat : 13357 (java) R 13352 13357 13221 0 -1 0 9640 0 1 0 2540 7 0 0 25 0 8 0 156499819 937431040 9376 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073833893 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/13357/statm: 228865 9376 2513 14 0 215335 0
[pid=13357/tid=13359] ppid=13352 vsize=915460 CPUtime=0.03
/proc/13357/task/13359/stat : 13359 (java) S 13352 13357 13221 0 -1 64 410 0 0 0 3 0 0 0 16 0 8 0 156499823 937431040 9376 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=13357/tid=13361] ppid=13352 vsize=915460 CPUtime=0
/proc/13357/task/13361/stat : 13361 (java) S 13352 13357 13221 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156499823 937431040 9376 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13357/tid=13362] ppid=13352 vsize=915460 CPUtime=0
/proc/13357/task/13362/stat : 13362 (java) S 13352 13357 13221 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156499823 937431040 9376 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13357/tid=13365] ppid=13352 vsize=915460 CPUtime=0
/proc/13357/task/13365/stat : 13365 (java) S 13352 13357 13221 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156499826 937431040 9376 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13357/tid=13366] ppid=13352 vsize=915460 CPUtime=0.23
/proc/13357/task/13366/stat : 13366 (java) S 13352 13357 13221 0 -1 64 396 0 0 0 22 1 0 0 16 0 8 0 156499826 937431040 9376 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13357/tid=13367] ppid=13352 vsize=915460 CPUtime=0
/proc/13357/task/13367/stat : 13367 (java) S 13352 13357 13221 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 156499826 937431040 9376 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13357/tid=13368] ppid=13352 vsize=915460 CPUtime=0
/proc/13357/task/13368/stat : 13368 (java) S 13352 13357 13221 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156499826 937431040 9376 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 915460

[startup+51.2959 s]
/proc/loadavg: 1.16 0.61 0.74 3/87 13372
/proc/meminfo: memFree=1416344/2055920 swapFree=4192812/4192956
[pid=13357] ppid=13352 vsize=915460 CPUtime=51.04
/proc/13357/stat : 13357 (java) R 13352 13357 13221 0 -1 0 9640 0 1 0 5097 7 0 0 25 0 8 0 156499819 937431040 9376 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073838756 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/13357/statm: 228865 9376 2513 14 0 215335 0
[pid=13357/tid=13359] ppid=13352 vsize=915460 CPUtime=0.03
/proc/13357/task/13359/stat : 13359 (java) S 13352 13357 13221 0 -1 64 410 0 0 0 3 0 0 0 16 0 8 0 156499823 937431040 9376 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=13357/tid=13361] ppid=13352 vsize=915460 CPUtime=0
/proc/13357/task/13361/stat : 13361 (java) S 13352 13357 13221 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156499823 937431040 9376 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13357/tid=13362] ppid=13352 vsize=915460 CPUtime=0
/proc/13357/task/13362/stat : 13362 (java) S 13352 13357 13221 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156499823 937431040 9376 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13357/tid=13365] ppid=13352 vsize=915460 CPUtime=0
/proc/13357/task/13365/stat : 13365 (java) S 13352 13357 13221 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156499826 937431040 9376 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13357/tid=13366] ppid=13352 vsize=915460 CPUtime=0.23
/proc/13357/task/13366/stat : 13366 (java) S 13352 13357 13221 0 -1 64 396 0 0 0 22 1 0 0 16 0 8 0 156499826 937431040 9376 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13357/tid=13367] ppid=13352 vsize=915460 CPUtime=0
/proc/13357/task/13367/stat : 13367 (java) S 13352 13357 13221 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 156499826 937431040 9376 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13357/tid=13368] ppid=13352 vsize=915460 CPUtime=0
/proc/13357/task/13368/stat : 13368 (java) S 13352 13357 13221 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156499826 937431040 9376 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 915460

[startup+102.585 s]
/proc/loadavg: 1.63 0.82 0.80 3/87 13372
/proc/meminfo: memFree=1416344/2055920 swapFree=4192812/4192956
[pid=13357] ppid=13352 vsize=915460 CPUtime=102.1
/proc/13357/stat : 13357 (java) R 13352 13357 13221 0 -1 0 9642 0 1 0 10203 7 0 0 25 0 8 0 156499819 937431040 9377 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4072918514 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/13357/statm: 228865 9377 2513 14 0 215335 0
[pid=13357/tid=13359] ppid=13352 vsize=915460 CPUtime=0.03
/proc/13357/task/13359/stat : 13359 (java) S 13352 13357 13221 0 -1 64 410 0 0 0 3 0 0 0 16 0 8 0 156499823 937431040 9377 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=13357/tid=13361] ppid=13352 vsize=915460 CPUtime=0
/proc/13357/task/13361/stat : 13361 (java) S 13352 13357 13221 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156499823 937431040 9377 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13357/tid=13362] ppid=13352 vsize=915460 CPUtime=0
/proc/13357/task/13362/stat : 13362 (java) S 13352 13357 13221 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156499823 937431040 9377 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13357/tid=13365] ppid=13352 vsize=915460 CPUtime=0
/proc/13357/task/13365/stat : 13365 (java) S 13352 13357 13221 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156499826 937431040 9377 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13357/tid=13366] ppid=13352 vsize=915460 CPUtime=0.23
/proc/13357/task/13366/stat : 13366 (java) S 13352 13357 13221 0 -1 64 397 0 0 0 22 1 0 0 16 0 8 0 156499826 937431040 9377 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13357/tid=13367] ppid=13352 vsize=915460 CPUtime=0
/proc/13357/task/13367/stat : 13367 (java) S 13352 13357 13221 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 156499826 937431040 9377 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13357/tid=13368] ppid=13352 vsize=915460 CPUtime=0
/proc/13357/task/13368/stat : 13368 (java) S 13352 13357 13221 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156499826 937431040 9377 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 102.1
Current children cumulated vsize (KiB) 915460

[startup+162.609 s]
/proc/loadavg: 1.94 1.05 0.88 3/87 13372
/proc/meminfo: memFree=1416408/2055920 swapFree=4192812/4192956
[pid=13357] ppid=13352 vsize=915460 CPUtime=161.86
/proc/13357/stat : 13357 (java) R 13352 13357 13221 0 -1 0 9642 0 1 0 16179 7 0 0 25 0 8 0 156499819 937431040 9377 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073825401 0 4 0 23759 18446744073709551615 0 0 17 0 0 0

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

Current children cumulated CPU time (s) 1416.63
Current children cumulated vsize (KiB) 915460

[startup+1483.2 s]
/proc/loadavg: 2.01 1.99 1.70 3/87 13628
/proc/meminfo: memFree=1408536/2055920 swapFree=4192812/4192956
[pid=13357] ppid=13352 vsize=915460 CPUtime=1476.38
/proc/13357/stat : 13357 (java) R 13352 13357 13221 0 -1 0 9644 0 1 0 147618 20 0 0 25 0 8 0 156499819 937431040 9379 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073833883 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/13357/statm: 228865 9379 2513 14 0 215335 0
[pid=13357/tid=13359] ppid=13352 vsize=915460 CPUtime=0.03
/proc/13357/task/13359/stat : 13359 (java) S 13352 13357 13221 0 -1 64 410 0 0 0 3 0 0 0 16 0 8 0 156499823 937431040 9379 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=13357/tid=13361] ppid=13352 vsize=915460 CPUtime=0
/proc/13357/task/13361/stat : 13361 (java) S 13352 13357 13221 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156499823 937431040 9379 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13357/tid=13362] ppid=13352 vsize=915460 CPUtime=0
/proc/13357/task/13362/stat : 13362 (java) S 13352 13357 13221 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156499823 937431040 9379 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13357/tid=13365] ppid=13352 vsize=915460 CPUtime=0
/proc/13357/task/13365/stat : 13365 (java) S 13352 13357 13221 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156499826 937431040 9379 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13357/tid=13366] ppid=13352 vsize=915460 CPUtime=0.24
/proc/13357/task/13366/stat : 13366 (java) S 13352 13357 13221 0 -1 64 398 0 0 0 23 1 0 0 16 0 8 0 156499826 937431040 9379 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13357/tid=13367] ppid=13352 vsize=915460 CPUtime=0
/proc/13357/task/13367/stat : 13367 (java) S 13352 13357 13221 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 156499826 937431040 9379 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13357/tid=13368] ppid=13352 vsize=915460 CPUtime=0
/proc/13357/task/13368/stat : 13368 (java) S 13352 13357 13221 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156499826 937431040 9379 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1476.38
Current children cumulated vsize (KiB) 915460

[startup+1543.23 s]
/proc/loadavg: 2.00 1.99 1.72 3/87 13628
/proc/meminfo: memFree=1408536/2055920 swapFree=4192812/4192956
[pid=13357] ppid=13352 vsize=915460 CPUtime=1536.15
/proc/13357/stat : 13357 (java) R 13352 13357 13221 0 -1 0 9644 0 1 0 153594 21 0 0 25 0 8 0 156499819 937431040 9379 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073812358 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/13357/statm: 228865 9379 2513 14 0 215335 0
[pid=13357/tid=13359] ppid=13352 vsize=915460 CPUtime=0.03
/proc/13357/task/13359/stat : 13359 (java) S 13352 13357 13221 0 -1 64 410 0 0 0 3 0 0 0 16 0 8 0 156499823 937431040 9379 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=13357/tid=13361] ppid=13352 vsize=915460 CPUtime=0
/proc/13357/task/13361/stat : 13361 (java) S 13352 13357 13221 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156499823 937431040 9379 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13357/tid=13362] ppid=13352 vsize=915460 CPUtime=0
/proc/13357/task/13362/stat : 13362 (java) S 13352 13357 13221 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156499823 937431040 9379 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13357/tid=13365] ppid=13352 vsize=915460 CPUtime=0
/proc/13357/task/13365/stat : 13365 (java) S 13352 13357 13221 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156499826 937431040 9379 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13357/tid=13366] ppid=13352 vsize=915460 CPUtime=0.24
/proc/13357/task/13366/stat : 13366 (java) S 13352 13357 13221 0 -1 64 398 0 0 0 23 1 0 0 16 0 8 0 156499826 937431040 9379 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13357/tid=13367] ppid=13352 vsize=915460 CPUtime=0
/proc/13357/task/13367/stat : 13367 (java) S 13352 13357 13221 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 156499826 937431040 9379 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13357/tid=13368] ppid=13352 vsize=915460 CPUtime=0
/proc/13357/task/13368/stat : 13368 (java) S 13352 13357 13221 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156499826 937431040 9379 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1536.15
Current children cumulated vsize (KiB) 915460

[startup+1603.25 s]
/proc/loadavg: 2.00 1.99 1.73 3/87 13628
/proc/meminfo: memFree=1408600/2055920 swapFree=4192812/4192956
[pid=13357] ppid=13352 vsize=915460 CPUtime=1595.91
/proc/13357/stat : 13357 (java) R 13352 13357 13221 0 -1 0 9644 0 1 0 159570 21 0 0 25 0 8 0 156499819 937431040 9379 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073838825 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/13357/statm: 228865 9379 2513 14 0 215335 0
[pid=13357/tid=13359] ppid=13352 vsize=915460 CPUtime=0.03
/proc/13357/task/13359/stat : 13359 (java) S 13352 13357 13221 0 -1 64 410 0 0 0 3 0 0 0 16 0 8 0 156499823 937431040 9379 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=13357/tid=13361] ppid=13352 vsize=915460 CPUtime=0
/proc/13357/task/13361/stat : 13361 (java) S 13352 13357 13221 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156499823 937431040 9379 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13357/tid=13362] ppid=13352 vsize=915460 CPUtime=0
/proc/13357/task/13362/stat : 13362 (java) S 13352 13357 13221 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156499823 937431040 9379 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13357/tid=13365] ppid=13352 vsize=915460 CPUtime=0
/proc/13357/task/13365/stat : 13365 (java) S 13352 13357 13221 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156499826 937431040 9379 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13357/tid=13366] ppid=13352 vsize=915460 CPUtime=0.24
/proc/13357/task/13366/stat : 13366 (java) S 13352 13357 13221 0 -1 64 398 0 0 0 23 1 0 0 16 0 8 0 156499826 937431040 9379 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13357/tid=13367] ppid=13352 vsize=915460 CPUtime=0
/proc/13357/task/13367/stat : 13367 (java) S 13352 13357 13221 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 156499826 937431040 9379 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13357/tid=13368] ppid=13352 vsize=915460 CPUtime=0
/proc/13357/task/13368/stat : 13368 (java) S 13352 13357 13221 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156499826 937431040 9379 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1595.91
Current children cumulated vsize (KiB) 915460

[startup+1663.28 s]
/proc/loadavg: 2.00 1.99 1.75 3/87 13628
/proc/meminfo: memFree=1408600/2055920 swapFree=4192812/4192956
[pid=13357] ppid=13352 vsize=915460 CPUtime=1655.65
/proc/13357/stat : 13357 (java) R 13352 13357 13221 0 -1 0 9644 0 1 0 165544 21 0 0 25 0 8 0 156499819 937431040 9379 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073834756 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/13357/statm: 228865 9379 2513 14 0 215335 0
[pid=13357/tid=13359] ppid=13352 vsize=915460 CPUtime=0.03
/proc/13357/task/13359/stat : 13359 (java) S 13352 13357 13221 0 -1 64 410 0 0 0 3 0 0 0 16 0 8 0 156499823 937431040 9379 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=13357/tid=13361] ppid=13352 vsize=915460 CPUtime=0
/proc/13357/task/13361/stat : 13361 (java) S 13352 13357 13221 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156499823 937431040 9379 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13357/tid=13362] ppid=13352 vsize=915460 CPUtime=0
/proc/13357/task/13362/stat : 13362 (java) S 13352 13357 13221 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156499823 937431040 9379 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13357/tid=13365] ppid=13352 vsize=915460 CPUtime=0
/proc/13357/task/13365/stat : 13365 (java) S 13352 13357 13221 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156499826 937431040 9379 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13357/tid=13366] ppid=13352 vsize=915460 CPUtime=0.24
/proc/13357/task/13366/stat : 13366 (java) S 13352 13357 13221 0 -1 64 398 0 0 0 23 1 0 0 16 0 8 0 156499826 937431040 9379 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13357/tid=13367] ppid=13352 vsize=915460 CPUtime=0
/proc/13357/task/13367/stat : 13367 (java) S 13352 13357 13221 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 156499826 937431040 9379 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13357/tid=13368] ppid=13352 vsize=915460 CPUtime=0
/proc/13357/task/13368/stat : 13368 (java) S 13352 13357 13221 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156499826 937431040 9379 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1655.65
Current children cumulated vsize (KiB) 915460

[startup+1723.31 s]
/proc/loadavg: 2.00 1.99 1.76 3/87 13628
/proc/meminfo: memFree=1408600/2055920 swapFree=4192812/4192956
[pid=13357] ppid=13352 vsize=915460 CPUtime=1715.41
/proc/13357/stat : 13357 (java) R 13352 13357 13221 0 -1 0 9644 0 1 0 171520 21 0 0 25 0 8 0 156499819 937431040 9379 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073812361 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/13357/statm: 228865 9379 2513 14 0 215335 0
[pid=13357/tid=13359] ppid=13352 vsize=915460 CPUtime=0.03
/proc/13357/task/13359/stat : 13359 (java) S 13352 13357 13221 0 -1 64 410 0 0 0 3 0 0 0 16 0 8 0 156499823 937431040 9379 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=13357/tid=13361] ppid=13352 vsize=915460 CPUtime=0
/proc/13357/task/13361/stat : 13361 (java) S 13352 13357 13221 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156499823 937431040 9379 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13357/tid=13362] ppid=13352 vsize=915460 CPUtime=0
/proc/13357/task/13362/stat : 13362 (java) S 13352 13357 13221 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156499823 937431040 9379 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13357/tid=13365] ppid=13352 vsize=915460 CPUtime=0
/proc/13357/task/13365/stat : 13365 (java) S 13352 13357 13221 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156499826 937431040 9379 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13357/tid=13366] ppid=13352 vsize=915460 CPUtime=0.24
/proc/13357/task/13366/stat : 13366 (java) S 13352 13357 13221 0 -1 64 398 0 0 0 23 1 0 0 16 0 8 0 156499826 937431040 9379 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13357/tid=13367] ppid=13352 vsize=915460 CPUtime=0
/proc/13357/task/13367/stat : 13367 (java) S 13352 13357 13221 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 156499826 937431040 9379 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13357/tid=13368] ppid=13352 vsize=915460 CPUtime=0
/proc/13357/task/13368/stat : 13368 (java) S 13352 13357 13221 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156499826 937431040 9379 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1715.41
Current children cumulated vsize (KiB) 915460

[startup+1783.33 s]
/proc/loadavg: 2.00 1.99 1.77 4/87 13628
/proc/meminfo: memFree=1408600/2055920 swapFree=4192812/4192956
[pid=13357] ppid=13352 vsize=915460 CPUtime=1775.15
/proc/13357/stat : 13357 (java) R 13352 13357 13221 0 -1 0 9644 0 1 0 177494 21 0 0 25 0 8 0 156499819 937431040 9379 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073851871 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/13357/statm: 228865 9379 2513 14 0 215335 0
[pid=13357/tid=13359] ppid=13352 vsize=915460 CPUtime=0.03
/proc/13357/task/13359/stat : 13359 (java) S 13352 13357 13221 0 -1 64 410 0 0 0 3 0 0 0 16 0 8 0 156499823 937431040 9379 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=13357/tid=13361] ppid=13352 vsize=915460 CPUtime=0
/proc/13357/task/13361/stat : 13361 (java) S 13352 13357 13221 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156499823 937431040 9379 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13357/tid=13362] ppid=13352 vsize=915460 CPUtime=0
/proc/13357/task/13362/stat : 13362 (java) S 13352 13357 13221 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156499823 937431040 9379 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13357/tid=13365] ppid=13352 vsize=915460 CPUtime=0
/proc/13357/task/13365/stat : 13365 (java) S 13352 13357 13221 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156499826 937431040 9379 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13357/tid=13366] ppid=13352 vsize=915460 CPUtime=0.24
/proc/13357/task/13366/stat : 13366 (java) S 13352 13357 13221 0 -1 64 398 0 0 0 23 1 0 0 16 0 8 0 156499826 937431040 9379 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13357/tid=13367] ppid=13352 vsize=915460 CPUtime=0
/proc/13357/task/13367/stat : 13367 (java) S 13352 13357 13221 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 156499826 937431040 9379 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13357/tid=13368] ppid=13352 vsize=915460 CPUtime=0
/proc/13357/task/13368/stat : 13368 (java) S 13352 13357 13221 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156499826 937431040 9379 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1775.15
Current children cumulated vsize (KiB) 915460



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1808.31 s]
/proc/loadavg: 2.00 1.99 1.77 4/87 13628
/proc/meminfo: memFree=1408536/2055920 swapFree=4192812/4192956
[pid=13357] ppid=13352 vsize=915460 CPUtime=1800.03
/proc/13357/stat : 13357 (java) R 13352 13357 13221 0 -1 0 9644 0 1 0 179982 21 0 0 25 0 8 0 156499819 937431040 9379 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073838756 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/13357/statm: 228865 9379 2513 14 0 215335 0
[pid=13357/tid=13359] ppid=13352 vsize=915460 CPUtime=0.03
/proc/13357/task/13359/stat : 13359 (java) S 13352 13357 13221 0 -1 64 410 0 0 0 3 0 0 0 16 0 8 0 156499823 937431040 9379 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=13357/tid=13361] ppid=13352 vsize=915460 CPUtime=0
/proc/13357/task/13361/stat : 13361 (java) S 13352 13357 13221 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156499823 937431040 9379 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13357/tid=13362] ppid=13352 vsize=915460 CPUtime=0
/proc/13357/task/13362/stat : 13362 (java) S 13352 13357 13221 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156499823 937431040 9379 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13357/tid=13365] ppid=13352 vsize=915460 CPUtime=0
/proc/13357/task/13365/stat : 13365 (java) S 13352 13357 13221 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156499826 937431040 9379 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13357/tid=13366] ppid=13352 vsize=915460 CPUtime=0.24
/proc/13357/task/13366/stat : 13366 (java) S 13352 13357 13221 0 -1 64 398 0 0 0 23 1 0 0 16 0 8 0 156499826 937431040 9379 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13357/tid=13367] ppid=13352 vsize=915460 CPUtime=0
/proc/13357/task/13367/stat : 13367 (java) S 13352 13357 13221 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 156499826 937431040 9379 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13357/tid=13368] ppid=13352 vsize=915460 CPUtime=0
/proc/13357/task/13368/stat : 13368 (java) R 13352 13357 13221 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156499826 937431040 9379 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 915460

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

Child status: 143
Real time (s): 1808.37
CPU time (s): 1800.1
CPU user time (s): 1799.88
CPU system time (s): 0.223965
CPU usage (%): 99.5425
Max. virtual memory (cumulated for all children) (KiB): 915460

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.88
system time used= 0.223965
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9661
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= 37773
involuntary context switches= 61987

runsolver used 1.52477 s user time and 4.97824 s system time

The end

Launcher Data (download as text)

Begin job on node60 on Sat Jan  6 10:56:54 UTC 2007


IDJOB= 229870
IDBENCH= 6373
FILE ID= node60/229870-1168081012

PBS_JOBID= 3476188

Free space on /tmp= 66549 MiB

BENCH NAME= HOME/pub/bench/CPAI06/random/rand-2-50-23-fcd/rand-2-50-23-587-230-fcd-11_ext.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/229870-1168081012/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node60/watcher-229870-1168081012 -o ROOT/results/node60/solver-229870-1168081012 -C 1800 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/229870-1168081012/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  5196a80ce89877f30295c5678721b41d

RANDOM SEED= 966727915

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.236
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.236
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1473040 kB
Buffers:         48276 kB
Cached:         440440 kB
SwapCached:          0 kB
Active:          68640 kB
Inactive:       440088 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1473040 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            4340 kB
Writeback:           0 kB
Mapped:          30204 kB
Slab:            59888 kB
Committed_AS:  3300052 kB
PageTables:       1684 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= 66550 MiB



End job on node60 on Sat Jan  6 11:27:08 UTC 2007