Trace number 194984

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 ESAC? (TO) 1800.08 1802.48

General information on the benchmark

Namerandom/rand-2-50-23/
rand-2-50-23-587-230-8_ext.xml
MD5SUM034bb75d13c05e4373bb0873cc7a859c
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 benchmark726.759
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables50
Number of constraints461
Maximum constraint arity2
Maximum domain size23
Number of constraints which are defined in extension461
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.32	   
0.32	Abscon 109 (November, 2006)
0.32	   
0.32	   configuration
0.32	     name=esac.xml
0.35	   
0.35	   instance
0.35	     name=/tmp/evaluation/194984-1168109170/unknown.xml
0.38	   
0.38	   domains being loaded...
0.38	   
0.38	   variables being loaded...
0.42	     nbVariables=50  nbDomainTypes=1  minDomainSize=23  maxDomainSize=23
0.42	       =>  wckTime=0.104  cpuTime=0.08  mem=6M951
0.42	   
0.42	   relations being loaded...
0.57	   
0.57	   constraints being loaded...
0.71	     nbConstraints=461  nbRelationTypes=461  nbExtensionStructures=461  nbSharedExtensionStructures=0
0.71	     nbConflictsStructures=461  nbSharedConflictsStructures=0  nbSharedBinaryRepresentations=2345  maxDegree=26
0.71	     maxArity=2
0.71	       =>  wckTime=0.395  cpuTime=0.3  mem=16M902
0.76	   
0.76	   solver IterativeSystematicSolver being built... 
0.92	       =>  wckTime=0.605  cpuTime=0.44  mem=15M569
0.99	   
0.99	   preprocessing
0.99	     nbConstraintChecks=114198  nbPropagations=1246  nbRevisions=10004  nbUselessRevisions=8343  nbSingletonTests=62
0.99	     nbEffectiveSingletonTests=0  nbESACBranches=6  nbRemovedValues=0  detectedInconsistency=no
0.99	       =>  wckTime=0.061  cpuTime=0.04  mem=15M569
1.01	   
1.01	   search
1.01	     run=0  nbConstraintChecks=35525  nbPropagations=1701  nbRevisions=14783  nbUselessRevisions=12348  nbAssignments=25
1.01	     nbFailedAssignments=3  nbBacktracks=11  nbVisitedNodes=36  nbRestartNogoods=0  mapSize=8  nbInferences=0
1.01	     nbTooLargeKeys=0
1.01	       =>  wckTime=0.088  cpuTime=0.06  mem=15M569
1.04	   
1.04	   search
1.04	     run=1  nbConstraintChecks=97144  nbPropagations=4232  nbRevisions=39520  nbUselessRevisions=32823  nbAssignments=68
1.04	     nbFailedAssignments=16  nbBacktracks=28  nbVisitedNodes=102  nbRestartNogoods=1  mapSize=23  nbInferences=0
1.04	     nbTooLargeKeys=0
1.04	       =>  wckTime=0.112  cpuTime=0.07  mem=15M569
1.05	   
1.05	   search
1.05	     run=2  nbConstraintChecks=186654  nbPropagations=7787  nbRevisions=78678  nbUselessRevisions=64921
1.06	     nbAssignments=120  nbFailedAssignments=36  nbBacktracks=51  nbVisitedNodes=189  nbRestartNogoods=5  mapSize=44
1.06	     nbInferences=0  nbTooLargeKeys=0
1.06	       =>  wckTime=0.129  cpuTime=0.09  mem=15M569
1.08	   
1.08	   search
1.08	     run=3  nbConstraintChecks=278879  nbPropagations=12561  nbRevisions=133621  nbUselessRevisions=110160
1.08	     nbAssignments=186  nbFailedAssignments=55  nbBacktracks=84  nbVisitedNodes=290  nbRestartNogoods=6  mapSize=69
1.08	     nbInferences=0  nbTooLargeKeys=0
1.08	       =>  wckTime=0.15  cpuTime=0.11  mem=15M569
1.11	   
1.11	   search
1.11	     run=4  nbConstraintChecks=414524  nbPropagations=19077  nbRevisions=212961  nbUselessRevisions=175596
1.11	     nbAssignments=282  nbFailedAssignments=86  nbBacktracks=134  nbVisitedNodes=448  nbRestartNogoods=10  mapSize=112
1.11	     nbInferences=0  nbTooLargeKeys=0
1.11	       =>  wckTime=0.178  cpuTime=0.14  mem=15M569
1.16	   
1.16	   search
1.16	     run=5  nbConstraintChecks=631177  nbPropagations=28380  nbRevisions=328421  nbUselessRevisions=270734
1.16	     nbAssignments=437  nbFailedAssignments=130  nbBacktracks=209  nbVisitedNodes=656  nbRestartNogoods=15  mapSize=168
1.16	     nbInferences=0  nbTooLargeKeys=0
1.16	       =>  wckTime=0.229  cpuTime=0.18  mem=15M569
1.21	   
1.21	   search
1.21	     run=6  nbConstraintChecks=939548  nbPropagations=41461  nbRevisions=500534  nbUselessRevisions=411807
1.21	     nbAssignments=644  nbFailedAssignments=212  nbBacktracks=322  nbVisitedNodes=1002  nbRestartNogoods=19  mapSize=258
1.21	     nbInferences=0  nbTooLargeKeys=0
1.21	       =>  wckTime=0.288  cpuTime=0.23  mem=15M569
1.30	   
1.30	   search
1.30	     run=7  nbConstraintChecks=1386226  nbPropagations=60139  nbRevisions=755133  nbUselessRevisions=620864
1.30	     nbAssignments=937  nbFailedAssignments=324  nbBacktracks=493  nbVisitedNodes=1507  nbRestartNogoods=21  mapSize=399
1.30	     nbInferences=0  nbTooLargeKeys=0
1.30	       =>  wckTime=0.37  cpuTime=0.31  mem=15M569
1.42	   
1.42	   search
1.42	     run=8  nbConstraintChecks=2027418  nbPropagations=86608  nbRevisions=1128419  nbUselessRevisions=927447
1.42	     nbAssignments=1364  nbFailedAssignments=484  nbBacktracks=749  nbVisitedNodes=2226  nbRestartNogoods=25
1.42	     mapSize=596  nbInferences=0  nbTooLargeKeys=0
1.42	       =>  wckTime=0.49  cpuTime=0.43  mem=15M569
1.59	   
1.59	   search
1.59	     run=9  nbConstraintChecks=2884322  nbPropagations=124414  nbRevisions=1663312  nbUselessRevisions=1367470
1.59	     nbAssignments=1994  nbFailedAssignments=680  nbBacktracks=1133  nbVisitedNodes=3192  nbRestartNogoods=35
1.59	     mapSize=882  nbInferences=0  nbTooLargeKeys=0
1.59	       =>  wckTime=0.661  cpuTime=0.59  mem=15M569
1.67	   
1.67	   INFO : Stopping hyperNogood (mapSize=1023, nbTooLargekeys=0, mem=15M569)
1.84	   
1.84	   search
1.84	     run=10  nbConstraintChecks=4492093  nbPropagations=180148  nbRevisions=2454691  nbUselessRevisions=2013754
1.84	     nbAssignments=2915  nbFailedAssignments=991  nbBacktracks=1713  nbVisitedNodes=4680  nbRestartNogoods=41
1.84	       =>  wckTime=0.917  cpuTime=0.83  mem=15M569
2.15	   
2.15	   search
2.15	     run=11  nbConstraintChecks=6358278  nbPropagations=260769  nbRevisions=3603700  nbUselessRevisions=2950836
2.15	     nbAssignments=4327  nbFailedAssignments=1528  nbBacktracks=2577  nbVisitedNodes=7085  nbRestartNogoods=51
2.15	       =>  wckTime=1.226  cpuTime=1.14  mem=15M569
2.68	   
2.68	   search
2.68	     run=12  nbConstraintChecks=9780591  nbPropagations=381443  nbRevisions=5391458  nbUselessRevisions=4413959
2.68	     nbAssignments=6489  nbFailedAssignments=2383  nbBacktracks=3876  nbVisitedNodes=10775  nbRestartNogoods=58
2.68	       =>  wckTime=1.757  cpuTime=1.66  mem=15M569
3.41	   
3.41	   search
3.41	     run=13  nbConstraintChecks=14227855  nbPropagations=560072  nbRevisions=8032510  nbUselessRevisions=6573191
3.41	     nbAssignments=9605  nbFailedAssignments=3542  nbBacktracks=5823  nbVisitedNodes=16067  nbRestartNogoods=63
3.41	       =>  wckTime=2.48  cpuTime=2.38  mem=15M569
4.60	   
4.60	   search
4.60	     run=14  nbConstraintChecks=22148776  nbPropagations=831356  nbRevisions=12084436  nbUselessRevisions=9886373
4.60	     nbAssignments=14348  nbFailedAssignments=5354  nbBacktracks=8743  nbVisitedNodes=24187  nbRestartNogoods=68
4.60	       =>  wckTime=3.678  cpuTime=3.57  mem=15M569
6.30	   
6.30	   search
6.30	     run=15  nbConstraintChecks=33028560  nbPropagations=1234606  nbRevisions=18164411  nbUselessRevisions=14861546
6.30	     nbAssignments=21401  nbFailedAssignments=8018  nbBacktracks=13125  nbVisitedNodes=36103  nbRestartNogoods=73
6.30	       =>  wckTime=5.375  cpuTime=5.26  mem=16M545
8.66	   
8.66	   search
8.66	     run=16  nbConstraintChecks=47684220  nbPropagations=1829793  nbRevisions=27020046  nbUselessRevisions=22100783
8.66	     nbAssignments=31882  nbFailedAssignments=11917  nbBacktracks=19697  nbVisitedNodes=53773  nbRestartNogoods=81
8.66	       =>  wckTime=7.735  cpuTime=7.61  mem=16M545
12.62	   
12.62	   search
12.62	     run=17  nbConstraintChecks=73582446  nbPropagations=2729315  nbRevisions=40615529  nbUselessRevisions=33223851
12.62	     nbAssignments=48081  nbFailedAssignments=18253  nbBacktracks=29549  nbVisitedNodes=81403  nbRestartNogoods=91
12.62	       =>  wckTime=11.689  cpuTime=11.54  mem=16M545
18.59	   
18.59	   search
18.59	     run=18  nbConstraintChecks=112849957  nbPropagations=4102183  nbRevisions=61321610  nbUselessRevisions=50134126
18.59	     nbAssignments=72228  nbFailedAssignments=27610  nbBacktracks=44328  nbVisitedNodes=122604  nbRestartNogoods=99
18.59	       =>  wckTime=17.665  cpuTime=17.5  mem=16M545
27.73	   
27.73	   search
27.73	     run=19  nbConstraintChecks=173758105  nbPropagations=6176765  nbRevisions=92762536  nbUselessRevisions=75809658
27.73	     nbAssignments=108379  nbFailedAssignments=41580  nbBacktracks=66497  nbVisitedNodes=184282  nbRestartNogoods=113
27.73	       =>  wckTime=26.801  cpuTime=26.59  mem=16M545
40.39	   
40.39	   search
40.39	     run=20  nbConstraintChecks=253518487  nbPropagations=9265528  nbRevisions=139681320  nbUselessRevisions=114210807
40.39	     nbAssignments=163072  nbFailedAssignments=63007  nbBacktracks=99751  nbVisitedNodes=278089  nbRestartNogoods=127
40.39	       =>  wckTime=39.466  cpuTime=39.19  mem=16M545
59.94	   
59.94	   search
59.95	     run=21  nbConstraintChecks=382538463  nbPropagations=13877251  nbRevisions=209564952  nbUselessRevisions=171330899
59.95	     nbAssignments=242355  nbFailedAssignments=92399  nbBacktracks=149632  nbVisitedNodes=412325  nbRestartNogoods=146
59.95	       =>  wckTime=59.019  cpuTime=58.65  mem=16M545
87.70	   
87.70	   search
87.70	     run=22  nbConstraintChecks=558576369  nbPropagations=20704007  nbRevisions=313478391  nbUselessRevisions=256465907
87.70	     nbAssignments=361991  nbFailedAssignments=137204  nbBacktracks=224453  nbVisitedNodes=614847  nbRestartNogoods=160
87.70	       =>  wckTime=86.77  cpuTime=86.27  mem=16M545
129.19	   
129.19	   search
129.19	     run=23  nbConstraintChecks=862588827  nbPropagations=31006339  nbRevisions=470185595  nbUselessRevisions=384613902
129.19	     nbAssignments=541581  nbFailedAssignments=204539  nbBacktracks=336681  nbVisitedNodes=919375  nbRestartNogoods=173
129.19	       =>  wckTime=128.264  cpuTime=127.72  mem=16M545
188.80	   
188.80	   search
188.80	     run=24  nbConstraintChecks=1282263688  nbPropagations=46389738  nbRevisions=704999359  nbUselessRevisions=576777493
188.80	     nbAssignments=813106  nbFailedAssignments=307697  nbBacktracks=505025  nbVisitedNodes=1379440  nbRestartNogoods=190
188.80	       =>  wckTime=187.872  cpuTime=187.27  mem=16M545
277.78	   
277.78	   search
277.78	     run=25  nbConstraintChecks=1899947782  nbPropagations=69433653  nbRevisions=1056675427
277.78	     nbUselessRevisions=864971808  nbAssignments=1219040  nbFailedAssignments=461109  nbBacktracks=757538
277.78	     nbVisitedNodes=2070223  nbRestartNogoods=200
277.78	       =>  wckTime=276.849  cpuTime=276.13  mem=16M545
415.35	   
415.35	   search
415.35	     run=26  nbConstraintChecks=2867137897  nbPropagations=104323987  nbRevisions=1587389966
415.35	     nbUselessRevisions=1299602506  nbAssignments=1833651  nbFailedAssignments=696939  nbBacktracks=1136307
415.35	     nbVisitedNodes=3116739  nbRestartNogoods=213
415.35	       =>  wckTime=414.422  cpuTime=413.56  mem=16M545
615.17	   
615.17	   search
615.17	     run=27  nbConstraintChecks=4261842893  nbPropagations=156292510  nbRevisions=2382918674
615.17	     nbUselessRevisions=1952106716  nbAssignments=2750196  nbFailedAssignments=1045320  nbBacktracks=1704458
615.17	     nbVisitedNodes=4672828  nbRestartNogoods=228
615.17	       =>  wckTime=614.249  cpuTime=613.16  mem=16M545
912.10	   
912.10	   search
912.10	     run=28  nbConstraintChecks=6382628345  nbPropagations=233534379  nbRevisions=3560067660
912.10	     nbUselessRevisions=2916382347  nbAssignments=4088704  nbFailedAssignments=1531591  nbBacktracks=2556685
912.10	     nbVisitedNodes=6920938  nbRestartNogoods=241
912.10	       =>  wckTime=911.176  cpuTime=909.73  mem=16M545
1383.32	   
1383.32	   search
1383.32	     run=29  nbConstraintChecks=9758547551  nbPropagations=350482014  nbRevisions=5349373164
1383.32	     nbUselessRevisions=4381876365  nbAssignments=6146119  nbFailedAssignments=2310637  nbBacktracks=3835025
1383.32	     nbVisitedNodes=10423880  nbRestartNogoods=255
1383.32	       =>  wckTime=1382.395  cpuTime=1380.41  mem=16M545

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/node12/watcher-194984-1168109170 -o ROOT/results/node12/solver-194984-1168109170 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/194984-1168109170/unknown.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Current StackSize limit: 10240 KiB

/proc/loadavg: 2.00 2.00 2.00 3/88 32320
/proc/meminfo: memFree=1695360/2055920 swapFree=4160348/4192956
[pid=32319] ppid=32317 vsize=18540 CPUtime=0
/proc/32319/stat : 32319 (runsolver) R 32317 32319 31294 0 -1 4194368 17 0 0 0 0 0 0 0 21 0 1 0 159312137 18984960 279 18446744073709551615 4194304 4267372 548682068944 18446744073709551615 252429528359 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/32319/statm: 4635 279 244 17 0 2626 0

[startup+0.108575 s]
/proc/loadavg: 2.00 2.00 2.00 3/88 32320
/proc/meminfo: memFree=1695360/2055920 swapFree=4160348/4192956
[pid=32319] ppid=32317 vsize=914988 CPUtime=0.08
/proc/32319/stat : 32319 (java) R 32317 32319 31294 0 -1 0 2989 0 1 0 7 1 0 0 18 0 8 0 159312137 936947712 2735 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 2147483391 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/32319/statm: 228747 2735 1426 14 0 215242 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 914988

[startup+0.520651 s]
/proc/loadavg: 2.00 2.00 2.00 3/88 32320
/proc/meminfo: memFree=1695360/2055920 swapFree=4160348/4192956
[pid=32319] ppid=32317 vsize=915328 CPUtime=0.49
/proc/32319/stat : 32319 (java) R 32317 32319 31294 0 -1 0 6981 0 1 0 45 4 0 0 18 0 8 0 159312137 937295872 6720 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/32319/statm: 228832 6720 2137 14 0 215302 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 915328

[startup+1.3458 s]
/proc/loadavg: 2.00 2.00 2.00 3/95 32327
/proc/meminfo: memFree=1667784/2055920 swapFree=4160348/4192956
[pid=32319] ppid=32317 vsize=915460 CPUtime=1.31
/proc/32319/stat : 32319 (java) R 32317 32319 31294 0 -1 0 9598 0 1 0 124 7 0 0 23 0 8 0 159312137 937431040 9336 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073819769 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/32319/statm: 228865 9336 2524 14 0 215335 0
[pid=32319/tid=32321] ppid=32317 vsize=915460 CPUtime=0.03
/proc/32319/task/32321/stat : 32321 (java) S 32317 32319 31294 0 -1 64 405 0 0 0 3 0 0 0 16 0 8 0 159312141 937431040 9336 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=32319/tid=32322] ppid=32317 vsize=915460 CPUtime=0
/proc/32319/task/32322/stat : 32322 (java) S 32317 32319 31294 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 159312142 937431040 9336 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32319/tid=32323] ppid=32317 vsize=915460 CPUtime=0
/proc/32319/task/32323/stat : 32323 (java) S 32317 32319 31294 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 159312142 937431040 9336 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32319/tid=32324] ppid=32317 vsize=915460 CPUtime=0
/proc/32319/task/32324/stat : 32324 (java) S 32317 32319 31294 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 159312145 937431040 9336 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32319/tid=32325] ppid=32317 vsize=915460 CPUtime=0.19
/proc/32319/task/32325/stat : 32325 (java) S 32317 32319 31294 0 -1 64 383 0 0 0 19 0 0 0 15 0 8 0 159312145 937431040 9336 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32319/tid=32326] ppid=32317 vsize=915460 CPUtime=0
/proc/32319/task/32326/stat : 32326 (java) S 32317 32319 31294 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 159312145 937431040 9336 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32319/tid=32327] ppid=32317 vsize=915460 CPUtime=0
/proc/32319/task/32327/stat : 32327 (java) S 32317 32319 31294 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 159312145 937431040 9336 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 915460

[startup+2.98309 s]
/proc/loadavg: 2.00 2.00 2.00 3/95 32327
/proc/meminfo: memFree=1667720/2055920 swapFree=4160348/4192956
[pid=32319] ppid=32317 vsize=915460 CPUtime=2.94
/proc/32319/stat : 32319 (java) R 32317 32319 31294 0 -1 0 9614 0 1 0 286 8 0 0 25 0 8 0 159312137 937431040 9351 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073810732 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/32319/statm: 228865 9351 2524 14 0 215335 0
[pid=32319/tid=32321] ppid=32317 vsize=915460 CPUtime=0.03
/proc/32319/task/32321/stat : 32321 (java) S 32317 32319 31294 0 -1 64 405 0 0 0 3 0 0 0 17 0 8 0 159312141 937431040 9351 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=32319/tid=32322] ppid=32317 vsize=915460 CPUtime=0
/proc/32319/task/32322/stat : 32322 (java) S 32317 32319 31294 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 159312142 937431040 9351 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32319/tid=32323] ppid=32317 vsize=915460 CPUtime=0
/proc/32319/task/32323/stat : 32323 (java) S 32317 32319 31294 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 159312142 937431040 9351 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32319/tid=32324] ppid=32317 vsize=915460 CPUtime=0
/proc/32319/task/32324/stat : 32324 (java) S 32317 32319 31294 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 159312145 937431040 9351 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32319/tid=32325] ppid=32317 vsize=915460 CPUtime=0.23
/proc/32319/task/32325/stat : 32325 (java) S 32317 32319 31294 0 -1 64 398 0 0 0 22 1 0 0 15 0 8 0 159312145 937431040 9351 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32319/tid=32326] ppid=32317 vsize=915460 CPUtime=0
/proc/32319/task/32326/stat : 32326 (java) S 32317 32319 31294 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 159312145 937431040 9351 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32319/tid=32327] ppid=32317 vsize=915460 CPUtime=0
/proc/32319/task/32327/stat : 32327 (java) S 32317 32319 31294 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 159312145 937431040 9351 18446744073709551615 134512640 134570532 4294956464 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) 915460

[startup+6.28168 s]
/proc/loadavg: 2.00 2.00 2.00 3/95 32327
/proc/meminfo: memFree=1667720/2055920 swapFree=4160348/4192956
[pid=32319] ppid=32317 vsize=915460 CPUtime=6.23
/proc/32319/stat : 32319 (java) R 32317 32319 31294 0 -1 0 9615 0 1 0 615 8 0 0 25 0 8 0 159312137 937431040 9351 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073831302 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/32319/statm: 228865 9351 2524 14 0 215335 0
[pid=32319/tid=32321] ppid=32317 vsize=915460 CPUtime=0.03
/proc/32319/task/32321/stat : 32321 (java) S 32317 32319 31294 0 -1 64 405 0 0 0 3 0 0 0 16 0 8 0 159312141 937431040 9351 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=32319/tid=32322] ppid=32317 vsize=915460 CPUtime=0
/proc/32319/task/32322/stat : 32322 (java) S 32317 32319 31294 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 159312142 937431040 9351 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32319/tid=32323] ppid=32317 vsize=915460 CPUtime=0
/proc/32319/task/32323/stat : 32323 (java) S 32317 32319 31294 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 159312142 937431040 9351 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32319/tid=32324] ppid=32317 vsize=915460 CPUtime=0
/proc/32319/task/32324/stat : 32324 (java) S 32317 32319 31294 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 159312145 937431040 9351 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32319/tid=32325] ppid=32317 vsize=915460 CPUtime=0.23
/proc/32319/task/32325/stat : 32325 (java) S 32317 32319 31294 0 -1 64 398 0 0 0 22 1 0 0 15 0 8 0 159312145 937431040 9351 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32319/tid=32326] ppid=32317 vsize=915460 CPUtime=0
/proc/32319/task/32326/stat : 32326 (java) S 32317 32319 31294 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 159312145 937431040 9351 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32319/tid=32327] ppid=32317 vsize=915460 CPUtime=0
/proc/32319/task/32327/stat : 32327 (java) S 32317 32319 31294 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 159312145 937431040 9351 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 915460

[startup+12.7588 s]
/proc/loadavg: 2.00 2.00 2.00 3/95 32327
/proc/meminfo: memFree=1667720/2055920 swapFree=4160348/4192956
[pid=32319] ppid=32317 vsize=915460 CPUtime=12.67
/proc/32319/stat : 32319 (java) R 32317 32319 31294 0 -1 0 9616 0 1 0 1259 8 0 0 25 0 8 0 159312137 937431040 9352 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073819682 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/32319/statm: 228865 9352 2524 14 0 215335 0
[pid=32319/tid=32321] ppid=32317 vsize=915460 CPUtime=0.03
/proc/32319/task/32321/stat : 32321 (java) S 32317 32319 31294 0 -1 64 405 0 0 0 3 0 0 0 16 0 8 0 159312141 937431040 9352 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=32319/tid=32322] ppid=32317 vsize=915460 CPUtime=0
/proc/32319/task/32322/stat : 32322 (java) S 32317 32319 31294 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 159312142 937431040 9352 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32319/tid=32323] ppid=32317 vsize=915460 CPUtime=0
/proc/32319/task/32323/stat : 32323 (java) S 32317 32319 31294 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 159312142 937431040 9352 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32319/tid=32324] ppid=32317 vsize=915460 CPUtime=0
/proc/32319/task/32324/stat : 32324 (java) S 32317 32319 31294 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 159312145 937431040 9352 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32319/tid=32325] ppid=32317 vsize=915460 CPUtime=0.23
/proc/32319/task/32325/stat : 32325 (java) S 32317 32319 31294 0 -1 64 399 0 0 0 22 1 0 0 16 0 8 0 159312145 937431040 9352 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32319/tid=32326] ppid=32317 vsize=915460 CPUtime=0
/proc/32319/task/32326/stat : 32326 (java) S 32317 32319 31294 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 159312145 937431040 9352 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32319/tid=32327] ppid=32317 vsize=915460 CPUtime=0
/proc/32319/task/32327/stat : 32327 (java) S 32317 32319 31294 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 159312145 937431040 9352 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 915460

[startup+25.6182 s]
/proc/loadavg: 2.00 2.00 2.00 3/95 32327
/proc/meminfo: memFree=1667720/2055920 swapFree=4160348/4192956
[pid=32319] ppid=32317 vsize=915460 CPUtime=25.47
/proc/32319/stat : 32319 (java) R 32317 32319 31294 0 -1 0 9616 0 1 0 2539 8 0 0 25 0 8 0 159312137 937431040 9352 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073819952 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/32319/statm: 228865 9352 2524 14 0 215335 0
[pid=32319/tid=32321] ppid=32317 vsize=915460 CPUtime=0.03
/proc/32319/task/32321/stat : 32321 (java) S 32317 32319 31294 0 -1 64 405 0 0 0 3 0 0 0 16 0 8 0 159312141 937431040 9352 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=32319/tid=32322] ppid=32317 vsize=915460 CPUtime=0
/proc/32319/task/32322/stat : 32322 (java) S 32317 32319 31294 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 159312142 937431040 9352 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32319/tid=32323] ppid=32317 vsize=915460 CPUtime=0
/proc/32319/task/32323/stat : 32323 (java) S 32317 32319 31294 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 159312142 937431040 9352 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32319/tid=32324] ppid=32317 vsize=915460 CPUtime=0
/proc/32319/task/32324/stat : 32324 (java) S 32317 32319 31294 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 159312145 937431040 9352 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32319/tid=32325] ppid=32317 vsize=915460 CPUtime=0.23
/proc/32319/task/32325/stat : 32325 (java) S 32317 32319 31294 0 -1 64 399 0 0 0 22 1 0 0 16 0 8 0 159312145 937431040 9352 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32319/tid=32326] ppid=32317 vsize=915460 CPUtime=0
/proc/32319/task/32326/stat : 32326 (java) S 32317 32319 31294 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 159312145 937431040 9352 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32319/tid=32327] ppid=32317 vsize=915460 CPUtime=0
/proc/32319/task/32327/stat : 32327 (java) S 32317 32319 31294 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 159312145 937431040 9352 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 915460

[startup+51.2328 s]
/proc/loadavg: 2.00 2.00 2.00 3/95 32327
/proc/meminfo: memFree=1667848/2055920 swapFree=4160348/4192956
[pid=32319] ppid=32317 vsize=915460 CPUtime=50.96
/proc/32319/stat : 32319 (java) R 32317 32319 31294 0 -1 0 9617 0 1 0 5087 9 0 0 25 0 8 0 159312137 937431040 9352 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073814123 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/32319/statm: 228865 9352 2524 14 0 215335 0
[pid=32319/tid=32321] ppid=32317 vsize=915460 CPUtime=0.03
/proc/32319/task/32321/stat : 32321 (java) S 32317 32319 31294 0 -1 64 405 0 0 0 3 0 0 0 16 0 8 0 159312141 937431040 9352 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=32319/tid=32322] ppid=32317 vsize=915460 CPUtime=0
/proc/32319/task/32322/stat : 32322 (java) S 32317 32319 31294 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 159312142 937431040 9352 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32319/tid=32323] ppid=32317 vsize=915460 CPUtime=0
/proc/32319/task/32323/stat : 32323 (java) S 32317 32319 31294 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 159312142 937431040 9352 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32319/tid=32324] ppid=32317 vsize=915460 CPUtime=0
/proc/32319/task/32324/stat : 32324 (java) S 32317 32319 31294 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 159312145 937431040 9352 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32319/tid=32325] ppid=32317 vsize=915460 CPUtime=0.24
/proc/32319/task/32325/stat : 32325 (java) S 32317 32319 31294 0 -1 64 399 0 0 0 23 1 0 0 16 0 8 0 159312145 937431040 9352 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32319/tid=32326] ppid=32317 vsize=915460 CPUtime=0
/proc/32319/task/32326/stat : 32326 (java) S 32317 32319 31294 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 159312145 937431040 9352 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32319/tid=32327] ppid=32317 vsize=915460 CPUtime=0
/proc/32319/task/32327/stat : 32327 (java) S 32317 32319 31294 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 159312145 937431040 9352 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.96
Current children cumulated vsize (KiB) 915460

[startup+102.451 s]
/proc/loadavg: 1.98 2.00 2.00 3/93 32367
/proc/meminfo: memFree=1669864/2055920 swapFree=4160348/4192956
[pid=32319] ppid=32317 vsize=915460 CPUtime=102
/proc/32319/stat : 32319 (java) R 32317 32319 31294 0 -1 0 9618 0 1 0 10190 10 0 0 25 0 8 0 159312137 937431040 9353 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4072918504 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/32319/statm: 228865 9353 2524 14 0 215335 0
[pid=32319/tid=32321] ppid=32317 vsize=915460 CPUtime=0.03
/proc/32319/task/32321/stat : 32321 (java) S 32317 32319 31294 0 -1 64 405 0 0 0 3 0 0 0 16 0 8 0 159312141 937431040 9353 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=32319/tid=32322] ppid=32317 vsize=915460 CPUtime=0
/proc/32319/task/32322/stat : 32322 (java) S 32317 32319 31294 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 159312142 937431040 9353 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32319/tid=32323] ppid=32317 vsize=915460 CPUtime=0
/proc/32319/task/32323/stat : 32323 (java) S 32317 32319 31294 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 159312142 937431040 9353 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32319/tid=32324] ppid=32317 vsize=915460 CPUtime=0
/proc/32319/task/32324/stat : 32324 (java) S 32317 32319 31294 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 159312145 937431040 9353 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32319/tid=32325] ppid=32317 vsize=915460 CPUtime=0.24
/proc/32319/task/32325/stat : 32325 (java) S 32317 32319 31294 0 -1 64 400 0 0 0 23 1 0 0 16 0 8 0 159312145 937431040 9353 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32319/tid=32326] ppid=32317 vsize=915460 CPUtime=0
/proc/32319/task/32326/stat : 32326 (java) S 32317 32319 31294 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 159312145 937431040 9353 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32319/tid=32327] ppid=32317 vsize=915460 CPUtime=0
/proc/32319/task/32327/stat : 32327 (java) S 32317 32319 31294 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 159312145 937431040 9353 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 102
Current children cumulated vsize (KiB) 915460

[startup+162.506 s]
/proc/loadavg: 1.99 2.00 2.00 3/93 32367
/proc/meminfo: memFree=1669864/2055920 swapFree=4160348/4192956
[pid=32319] ppid=32317 vsize=915460 CPUtime=161.99
/proc/32319/stat : 32319 (java) R 32317 32319 31294 0 -1 0 9618 0 1 0 16189 10 0 0 25 0 8 0 159312137 937431040 9353 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073812608 0 4 0 23759 18446744073709551615 0 0 17 0 0 0

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

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

[startup+1483.76 s]
/proc/loadavg: 2.00 2.00 2.00 4/93 323
/proc/meminfo: memFree=1667688/2055920 swapFree=4160348/4192956
[pid=32319] ppid=32317 vsize=915460 CPUtime=1481.7
/proc/32319/stat : 32319 (java) R 32317 32319 31294 0 -1 0 9619 0 1 0 148149 21 0 0 25 0 8 0 159312137 937431040 9354 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073871402 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/32319/statm: 228865 9354 2524 14 0 215335 0
[pid=32319/tid=32321] ppid=32317 vsize=915460 CPUtime=0.03
/proc/32319/task/32321/stat : 32321 (java) S 32317 32319 31294 0 -1 64 405 0 0 0 3 0 0 0 16 0 8 0 159312141 937431040 9354 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=32319/tid=32322] ppid=32317 vsize=915460 CPUtime=0
/proc/32319/task/32322/stat : 32322 (java) S 32317 32319 31294 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 159312142 937431040 9354 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32319/tid=32323] ppid=32317 vsize=915460 CPUtime=0
/proc/32319/task/32323/stat : 32323 (java) S 32317 32319 31294 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 159312142 937431040 9354 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32319/tid=32324] ppid=32317 vsize=915460 CPUtime=0
/proc/32319/task/32324/stat : 32324 (java) S 32317 32319 31294 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 159312145 937431040 9354 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32319/tid=32325] ppid=32317 vsize=915460 CPUtime=0.24
/proc/32319/task/32325/stat : 32325 (java) S 32317 32319 31294 0 -1 64 401 0 0 0 23 1 0 0 16 0 8 0 159312145 937431040 9354 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32319/tid=32326] ppid=32317 vsize=915460 CPUtime=0
/proc/32319/task/32326/stat : 32326 (java) S 32317 32319 31294 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 159312145 937431040 9354 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32319/tid=32327] ppid=32317 vsize=915460 CPUtime=0
/proc/32319/task/32327/stat : 32327 (java) S 32317 32319 31294 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 159312145 937431040 9354 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1481.7
Current children cumulated vsize (KiB) 915460

[startup+1543.8 s]
/proc/loadavg: 2.00 2.00 2.00 3/93 323
/proc/meminfo: memFree=1667688/2055920 swapFree=4160348/4192956
[pid=32319] ppid=32317 vsize=915460 CPUtime=1541.68
/proc/32319/stat : 32319 (java) R 32317 32319 31294 0 -1 0 9619 0 1 0 154147 21 0 0 25 0 8 0 159312137 937431040 9354 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073817681 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/32319/statm: 228865 9354 2524 14 0 215335 0
[pid=32319/tid=32321] ppid=32317 vsize=915460 CPUtime=0.03
/proc/32319/task/32321/stat : 32321 (java) S 32317 32319 31294 0 -1 64 405 0 0 0 3 0 0 0 16 0 8 0 159312141 937431040 9354 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=32319/tid=32322] ppid=32317 vsize=915460 CPUtime=0
/proc/32319/task/32322/stat : 32322 (java) S 32317 32319 31294 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 159312142 937431040 9354 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32319/tid=32323] ppid=32317 vsize=915460 CPUtime=0
/proc/32319/task/32323/stat : 32323 (java) S 32317 32319 31294 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 159312142 937431040 9354 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32319/tid=32324] ppid=32317 vsize=915460 CPUtime=0
/proc/32319/task/32324/stat : 32324 (java) S 32317 32319 31294 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 159312145 937431040 9354 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32319/tid=32325] ppid=32317 vsize=915460 CPUtime=0.24
/proc/32319/task/32325/stat : 32325 (java) S 32317 32319 31294 0 -1 64 401 0 0 0 23 1 0 0 16 0 8 0 159312145 937431040 9354 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32319/tid=32326] ppid=32317 vsize=915460 CPUtime=0
/proc/32319/task/32326/stat : 32326 (java) S 32317 32319 31294 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 159312145 937431040 9354 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32319/tid=32327] ppid=32317 vsize=915460 CPUtime=0
/proc/32319/task/32327/stat : 32327 (java) S 32317 32319 31294 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 159312145 937431040 9354 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1541.68
Current children cumulated vsize (KiB) 915460

[startup+1603.85 s]
/proc/loadavg: 2.00 2.00 2.00 3/93 323
/proc/meminfo: memFree=1667752/2055920 swapFree=4160348/4192956
[pid=32319] ppid=32317 vsize=915460 CPUtime=1601.67
/proc/32319/stat : 32319 (java) R 32317 32319 31294 0 -1 0 9619 0 1 0 160146 21 0 0 25 0 8 0 159312137 937431040 9354 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073812633 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/32319/statm: 228865 9354 2524 14 0 215335 0
[pid=32319/tid=32321] ppid=32317 vsize=915460 CPUtime=0.03
/proc/32319/task/32321/stat : 32321 (java) S 32317 32319 31294 0 -1 64 405 0 0 0 3 0 0 0 16 0 8 0 159312141 937431040 9354 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=32319/tid=32322] ppid=32317 vsize=915460 CPUtime=0
/proc/32319/task/32322/stat : 32322 (java) S 32317 32319 31294 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 159312142 937431040 9354 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32319/tid=32323] ppid=32317 vsize=915460 CPUtime=0
/proc/32319/task/32323/stat : 32323 (java) S 32317 32319 31294 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 159312142 937431040 9354 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32319/tid=32324] ppid=32317 vsize=915460 CPUtime=0
/proc/32319/task/32324/stat : 32324 (java) S 32317 32319 31294 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 159312145 937431040 9354 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32319/tid=32325] ppid=32317 vsize=915460 CPUtime=0.24
/proc/32319/task/32325/stat : 32325 (java) S 32317 32319 31294 0 -1 64 401 0 0 0 23 1 0 0 16 0 8 0 159312145 937431040 9354 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32319/tid=32326] ppid=32317 vsize=915460 CPUtime=0
/proc/32319/task/32326/stat : 32326 (java) S 32317 32319 31294 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 159312145 937431040 9354 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32319/tid=32327] ppid=32317 vsize=915460 CPUtime=0
/proc/32319/task/32327/stat : 32327 (java) S 32317 32319 31294 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 159312145 937431040 9354 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1601.67
Current children cumulated vsize (KiB) 915460

[startup+1663.91 s]
/proc/loadavg: 2.00 2.00 2.00 3/93 323
/proc/meminfo: memFree=1667688/2055920 swapFree=4160348/4192956
[pid=32319] ppid=32317 vsize=915460 CPUtime=1661.65
/proc/32319/stat : 32319 (java) R 32317 32319 31294 0 -1 0 9619 0 1 0 166144 21 0 0 25 0 8 0 159312137 937431040 9354 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073828997 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/32319/statm: 228865 9354 2524 14 0 215335 0
[pid=32319/tid=32321] ppid=32317 vsize=915460 CPUtime=0.03
/proc/32319/task/32321/stat : 32321 (java) S 32317 32319 31294 0 -1 64 405 0 0 0 3 0 0 0 16 0 8 0 159312141 937431040 9354 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=32319/tid=32322] ppid=32317 vsize=915460 CPUtime=0
/proc/32319/task/32322/stat : 32322 (java) S 32317 32319 31294 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 159312142 937431040 9354 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32319/tid=32323] ppid=32317 vsize=915460 CPUtime=0
/proc/32319/task/32323/stat : 32323 (java) S 32317 32319 31294 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 159312142 937431040 9354 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32319/tid=32324] ppid=32317 vsize=915460 CPUtime=0
/proc/32319/task/32324/stat : 32324 (java) S 32317 32319 31294 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 159312145 937431040 9354 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32319/tid=32325] ppid=32317 vsize=915460 CPUtime=0.24
/proc/32319/task/32325/stat : 32325 (java) S 32317 32319 31294 0 -1 64 401 0 0 0 23 1 0 0 16 0 8 0 159312145 937431040 9354 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32319/tid=32326] ppid=32317 vsize=915460 CPUtime=0
/proc/32319/task/32326/stat : 32326 (java) S 32317 32319 31294 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 159312145 937431040 9354 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32319/tid=32327] ppid=32317 vsize=915460 CPUtime=0
/proc/32319/task/32327/stat : 32327 (java) S 32317 32319 31294 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 159312145 937431040 9354 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1661.65
Current children cumulated vsize (KiB) 915460

[startup+1723.97 s]
/proc/loadavg: 2.00 2.00 2.00 3/93 323
/proc/meminfo: memFree=1667624/2055920 swapFree=4160348/4192956
[pid=32319] ppid=32317 vsize=915460 CPUtime=1721.65
/proc/32319/stat : 32319 (java) R 32317 32319 31294 0 -1 0 9619 0 1 0 172144 21 0 0 25 0 8 0 159312137 937431040 9354 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073828054 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/32319/statm: 228865 9354 2524 14 0 215335 0
[pid=32319/tid=32321] ppid=32317 vsize=915460 CPUtime=0.03
/proc/32319/task/32321/stat : 32321 (java) S 32317 32319 31294 0 -1 64 405 0 0 0 3 0 0 0 16 0 8 0 159312141 937431040 9354 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=32319/tid=32322] ppid=32317 vsize=915460 CPUtime=0
/proc/32319/task/32322/stat : 32322 (java) S 32317 32319 31294 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 159312142 937431040 9354 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32319/tid=32323] ppid=32317 vsize=915460 CPUtime=0
/proc/32319/task/32323/stat : 32323 (java) S 32317 32319 31294 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 159312142 937431040 9354 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32319/tid=32324] ppid=32317 vsize=915460 CPUtime=0
/proc/32319/task/32324/stat : 32324 (java) S 32317 32319 31294 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 159312145 937431040 9354 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32319/tid=32325] ppid=32317 vsize=915460 CPUtime=0.24
/proc/32319/task/32325/stat : 32325 (java) S 32317 32319 31294 0 -1 64 401 0 0 0 23 1 0 0 16 0 8 0 159312145 937431040 9354 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32319/tid=32326] ppid=32317 vsize=915460 CPUtime=0
/proc/32319/task/32326/stat : 32326 (java) S 32317 32319 31294 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 159312145 937431040 9354 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32319/tid=32327] ppid=32317 vsize=915460 CPUtime=0
/proc/32319/task/32327/stat : 32327 (java) S 32317 32319 31294 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 159312145 937431040 9354 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1721.65
Current children cumulated vsize (KiB) 915460

[startup+1784.03 s]
/proc/loadavg: 2.00 2.00 2.00 3/93 323
/proc/meminfo: memFree=1667624/2055920 swapFree=4160348/4192956
[pid=32319] ppid=32317 vsize=915460 CPUtime=1781.65
/proc/32319/stat : 32319 (java) R 32317 32319 31294 0 -1 0 9619 0 1 0 178144 21 0 0 25 0 8 0 159312137 937431040 9354 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073835320 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/32319/statm: 228865 9354 2524 14 0 215335 0
[pid=32319/tid=32321] ppid=32317 vsize=915460 CPUtime=0.03
/proc/32319/task/32321/stat : 32321 (java) S 32317 32319 31294 0 -1 64 405 0 0 0 3 0 0 0 16 0 8 0 159312141 937431040 9354 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=32319/tid=32322] ppid=32317 vsize=915460 CPUtime=0
/proc/32319/task/32322/stat : 32322 (java) S 32317 32319 31294 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 159312142 937431040 9354 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32319/tid=32323] ppid=32317 vsize=915460 CPUtime=0
/proc/32319/task/32323/stat : 32323 (java) S 32317 32319 31294 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 159312142 937431040 9354 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32319/tid=32324] ppid=32317 vsize=915460 CPUtime=0
/proc/32319/task/32324/stat : 32324 (java) S 32317 32319 31294 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 159312145 937431040 9354 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32319/tid=32325] ppid=32317 vsize=915460 CPUtime=0.24
/proc/32319/task/32325/stat : 32325 (java) S 32317 32319 31294 0 -1 64 401 0 0 0 23 1 0 0 16 0 8 0 159312145 937431040 9354 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32319/tid=32326] ppid=32317 vsize=915460 CPUtime=0
/proc/32319/task/32326/stat : 32326 (java) S 32317 32319 31294 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 159312145 937431040 9354 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32319/tid=32327] ppid=32317 vsize=915460 CPUtime=0
/proc/32319/task/32327/stat : 32327 (java) S 32317 32319 31294 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 159312145 937431040 9354 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1781.65
Current children cumulated vsize (KiB) 915460



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1802.42 s]
/proc/loadavg: 2.00 2.00 2.00 4/93 323
/proc/meminfo: memFree=1667624/2055920 swapFree=4160348/4192956
[pid=32319] ppid=32317 vsize=915460 CPUtime=1800.02
/proc/32319/stat : 32319 (java) R 32317 32319 31294 0 -1 0 9619 0 1 0 179981 21 0 0 25 0 8 0 159312137 937431040 9354 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073819952 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/32319/statm: 228865 9354 2524 14 0 215335 0
[pid=32319/tid=32321] ppid=32317 vsize=915460 CPUtime=0.03
/proc/32319/task/32321/stat : 32321 (java) S 32317 32319 31294 0 -1 64 405 0 0 0 3 0 0 0 16 0 8 0 159312141 937431040 9354 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=32319/tid=32322] ppid=32317 vsize=915460 CPUtime=0
/proc/32319/task/32322/stat : 32322 (java) S 32317 32319 31294 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 159312142 937431040 9354 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32319/tid=32323] ppid=32317 vsize=915460 CPUtime=0
/proc/32319/task/32323/stat : 32323 (java) S 32317 32319 31294 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 159312142 937431040 9354 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32319/tid=32324] ppid=32317 vsize=915460 CPUtime=0
/proc/32319/task/32324/stat : 32324 (java) S 32317 32319 31294 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 159312145 937431040 9354 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32319/tid=32325] ppid=32317 vsize=915460 CPUtime=0.24
/proc/32319/task/32325/stat : 32325 (java) S 32317 32319 31294 0 -1 64 401 0 0 0 23 1 0 0 16 0 8 0 159312145 937431040 9354 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32319/tid=32326] ppid=32317 vsize=915460 CPUtime=0
/proc/32319/task/32326/stat : 32326 (java) S 32317 32319 31294 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 159312145 937431040 9354 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32319/tid=32327] ppid=32317 vsize=915460 CPUtime=0
/proc/32319/task/32327/stat : 32327 (java) S 32317 32319 31294 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 159312145 937431040 9354 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 915460

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

Child status: 143
Real time (s): 1802.48
CPU time (s): 1800.08
CPU user time (s): 1799.86
CPU system time (s): 0.222966
CPU usage (%): 99.8667
Max. virtual memory (cumulated for all children) (KiB): 915460

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.86
system time used= 0.222966
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9636
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= 37603
involuntary context switches= 49994

runsolver used 2.30865 s user time and 5.69613 s system time

The end

Launcher Data (download as text)

Begin job on node12 on Sat Jan  6 18:46:11 UTC 2007


IDJOB= 194984
IDBENCH= 3243
FILE ID= node12/194984-1168109170

PBS_JOBID= 3477057

Free space on /tmp= 66316 MiB

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

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  034bb75d13c05e4373bb0873cc7a859c

RANDOM SEED= 128055863

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.265
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.265
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:       1695840 kB
Buffers:         42856 kB
Cached:         204288 kB
SwapCached:       4660 kB
Active:         116572 kB
Inactive:       170104 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1695840 kB
SwapTotal:     4192956 kB
SwapFree:      4160348 kB
Dirty:            2068 kB
Writeback:           0 kB
Mapped:          50800 kB
Slab:            58328 kB
Committed_AS:  4140600 kB
PageTables:       2112 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= 66314 MiB



End job on node12 on Sat Jan  6 19:16:14 UTC 2007