Trace number 206463

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.11 1807.28

General information on the benchmark

Namerandom/rand-3-28-28/
rand-3-28-28-93-632-5_ext.xml
MD5SUM9795de98c24358c31c79c557b7e81308
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables28
Number of constraints93
Maximum constraint arity3
Maximum domain size28
Number of constraints which are defined in extension93
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.35	   
0.35	Abscon 109 (November, 2006)
0.35	   
0.35	   configuration
0.35	     name=mac.xml
0.39	   
0.39	   instance
0.39	     name=/tmp/evaluation/206463-1168073569/unknown.xml
0.42	   
0.42	   domains being loaded...
0.42	   
0.42	   variables being loaded...
0.47	     nbVariables=28  nbDomainTypes=1  minDomainSize=28  maxDomainSize=28
0.47	       =>  wckTime=0.11  cpuTime=0.08  mem=6M951
0.47	   
0.47	   relations being loaded...
1.63	   
1.63	   constraints being loaded...
2.37	     nbConstraints=91  nbRelationTypes=93  nbMergedConstraints=2  nbExtensionStructures=91
2.37	     nbSharedExtensionStructures=0  nbConflictsStructures=91  nbSharedConflictsStructures=0
2.37	     nbSharedBinaryRepresentations=0  maxDegree=16  maxArity=3
2.37	       =>  wckTime=2.018  cpuTime=1.6  mem=57M25
2.53	   
2.53	   solver IterativeSystematicSolver being built... 
2.69	       =>  wckTime=2.338  cpuTime=1.74  mem=65M74
2.71	   
2.71	   preprocessing
2.71	     nbConstraintChecks=0  nbPropagations=28  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
2.71	     detectedInconsistency=no
2.71	       =>  wckTime=0.0090  cpuTime=0.01  mem=65M74
2.85	   
2.85	   search
2.85	     run=0  nbConstraintChecks=45110  nbValidityChecks=81391  nbPropagations=444  nbRevisions=4888
2.85	     nbUselessRevisions=3920  nbAssignments=33  nbFailedAssignments=16  nbBacktracks=10  nbVisitedNodes=59
2.85	     nbRestartNogoods=0  mapSize=10  nbInferences=0  nbTooLargeKeys=0
2.85	       =>  wckTime=0.152  cpuTime=0.11  mem=65M74
2.97	   
2.97	   search
2.97	     run=1  nbConstraintChecks=110233  nbValidityChecks=204882  nbPropagations=1412  nbRevisions=16976
2.97	     nbUselessRevisions=13678  nbAssignments=76  nbFailedAssignments=37  nbBacktracks=25  nbVisitedNodes=132
2.97	     nbRestartNogoods=3  mapSize=25  nbInferences=0  nbTooLargeKeys=0
2.97	       =>  wckTime=0.277  cpuTime=0.23  mem=65M74
3.13	   
3.13	   search
3.13	     run=2  nbConstraintChecks=193720  nbValidityChecks=362561  nbPropagations=3118  nbRevisions=38188
3.13	     nbUselessRevisions=30824  nbAssignments=138  nbFailedAssignments=70  nbBacktracks=48  nbVisitedNodes=243
3.13	     nbRestartNogoods=9  mapSize=46  nbInferences=0  nbTooLargeKeys=0
3.13	       =>  wckTime=0.429  cpuTime=0.37  mem=65M74
3.50	   
3.50	   search
3.50	     run=3  nbConstraintChecks=417567  nbValidityChecks=816271  nbPropagations=6871  nbRevisions=86224
3.50	     nbUselessRevisions=68401  nbAssignments=292  nbFailedAssignments=184  nbBacktracks=81  nbVisitedNodes=540
3.50	     nbRestartNogoods=11  mapSize=78  nbInferences=0  nbTooLargeKeys=0
3.50	       =>  wckTime=0.803  cpuTime=0.74  mem=65M74
3.73	   
3.73	   search
3.73	     run=4  nbConstraintChecks=558737  nbValidityChecks=1085582  nbPropagations=12130  nbRevisions=151297
3.73	     nbUselessRevisions=119347  nbAssignments=405  nbFailedAssignments=241  nbBacktracks=131  nbVisitedNodes=742
3.73	     nbRestartNogoods=17  mapSize=124  nbInferences=0  nbTooLargeKeys=0
3.73	       =>  wckTime=1.032  cpuTime=0.96  mem=66M66
4.21	   
4.21	   search
4.21	     run=5  nbConstraintChecks=848418  nbValidityChecks=1646643  nbPropagations=20106  nbRevisions=251083
4.21	     nbUselessRevisions=197481  nbAssignments=621  nbFailedAssignments=377  nbBacktracks=206  nbVisitedNodes=1144
4.21	     nbRestartNogoods=22  mapSize=192  nbInferences=0  nbTooLargeKeys=0
4.21	       =>  wckTime=1.511  cpuTime=1.43  mem=66M66
4.95	   
4.95	   search
4.95	     run=6  nbConstraintChecks=1302660  nbValidityChecks=2490449  nbPropagations=31966  nbRevisions=400627
4.95	     nbUselessRevisions=314732  nbAssignments=920  nbFailedAssignments=555  nbBacktracks=321  nbVisitedNodes=1701
4.95	     nbRestartNogoods=24  mapSize=290  nbInferences=0  nbTooLargeKeys=0
4.95	       =>  wckTime=2.251  cpuTime=2.16  mem=66M66
5.95	   
5.95	   search
5.95	     run=7  nbConstraintChecks=1912407  nbValidityChecks=3643648  nbPropagations=49063  nbRevisions=615936
5.95	     nbUselessRevisions=483894  nbAssignments=1315  nbFailedAssignments=775  nbBacktracks=491  nbVisitedNodes=2412
5.95	     nbRestartNogoods=29  mapSize=430  nbInferences=0  nbTooLargeKeys=0
5.95	       =>  wckTime=3.254  cpuTime=3.15  mem=66M66
7.91	   
7.91	   search
7.91	     run=8  nbConstraintChecks=3087497  nbValidityChecks=6055384  nbPropagations=77673  nbRevisions=978112
7.91	     nbUselessRevisions=769266  nbAssignments=2102  nbFailedAssignments=1300  nbBacktracks=747  nbVisitedNodes=3924
7.91	     nbRestartNogoods=34  mapSize=675  nbInferences=0  nbTooLargeKeys=0
7.91	       =>  wckTime=5.216  cpuTime=5.07  mem=66M66
9.78	   
9.78	   search
9.78	     run=9  nbConstraintChecks=4251468  nbValidityChecks=8278383  nbPropagations=116871  nbRevisions=1471580
9.78	     nbUselessRevisions=1159993  nbAssignments=2990  nbFailedAssignments=1797  nbBacktracks=1131  nbVisitedNodes=5527
9.78	     nbRestartNogoods=44  mapSize=991  nbInferences=0  nbTooLargeKeys=0
9.78	       =>  wckTime=7.08  cpuTime=6.91  mem=66M66
9.90	   
9.90	   INFO : Stopping hyperNogood (mapSize=1005, nbTooLargekeys=0, mem=66M66)
12.37	   
12.37	   search
12.37	     run=10  nbConstraintChecks=5873922  nbValidityChecks=11345520  nbPropagations=171357  nbRevisions=2147931
12.37	     nbUselessRevisions=1694405  nbAssignments=4222  nbFailedAssignments=2446  nbBacktracks=1708  nbVisitedNodes=7701
12.37	     nbRestartNogoods=55
12.37	       =>  wckTime=9.674  cpuTime=9.47  mem=66M66
18.58	   
18.58	   search
18.58	     run=11  nbConstraintChecks=9741017  nbValidityChecks=19472129  nbPropagations=264734  nbRevisions=3317749
18.58	     nbUselessRevisions=2610046  nbAssignments=6939  nbFailedAssignments=4292  nbBacktracks=2572  nbVisitedNodes=12952
18.58	     nbRestartNogoods=66
18.58	       =>  wckTime=15.887  cpuTime=15.62  mem=66M66
25.89	   
25.89	   search
25.89	     run=12  nbConstraintChecks=14403115  nbValidityChecks=28456484  nbPropagations=400606  nbRevisions=5021574
25.89	     nbUselessRevisions=3949100  nbAssignments=10388  nbFailedAssignments=6438  nbBacktracks=3869  nbVisitedNodes=19364
25.89	     nbRestartNogoods=81
25.89	       =>  wckTime=23.195  cpuTime=22.87  mem=66M66
35.19	   
35.19	   search
35.19	     run=13  nbConstraintChecks=20226536  nbValidityChecks=39507338  nbPropagations=590154  nbRevisions=7375237
35.19	     nbUselessRevisions=5800930  nbAssignments=14502  nbFailedAssignments=8600  nbBacktracks=5818  nbVisitedNodes=26713
35.19	     nbRestartNogoods=86
35.19	       =>  wckTime=32.496  cpuTime=32.08  mem=66M66
54.74	   
54.74	   search
54.74	     run=14  nbConstraintChecks=32349482  nbValidityChecks=64496296  nbPropagations=903547  nbRevisions=11298330
54.74	     nbUselessRevisions=8886023  nbAssignments=22862  nbFailedAssignments=14034  nbBacktracks=8738  nbVisitedNodes=42608
54.74	     nbRestartNogoods=88
54.74	       =>  wckTime=52.047  cpuTime=51.45  mem=66M66
83.49	   
83.49	   search
83.49	     run=15  nbConstraintChecks=50750496  nbValidityChecks=99873011  nbPropagations=1375169  nbRevisions=17259205
83.49	     nbUselessRevisions=13588951  nbAssignments=35730  nbFailedAssignments=22516  nbBacktracks=13118
83.49	     nbVisitedNodes=66868  nbRestartNogoods=95
83.49	       =>  wckTime=80.795  cpuTime=79.94  mem=66M66
114.24	   
114.24	   search
114.24	     run=16  nbConstraintChecks=70087222  nbValidityChecks=136386514  nbPropagations=2023798  nbRevisions=25386315
114.24	     nbUselessRevisions=19999978  nbAssignments=49317  nbFailedAssignments=29528  nbBacktracks=19688
114.24	     nbVisitedNodes=91102  nbRestartNogoods=105
114.24	       =>  wckTime=111.545  cpuTime=110.41  mem=66M66
162.88	   
162.88	   search
162.88	     run=17  nbConstraintChecks=99811411  nbValidityChecks=194766324  nbPropagations=2951441  nbRevisions=37047241
162.88	     nbUselessRevisions=29210819  nbAssignments=69321  nbFailedAssignments=39673  nbBacktracks=29541
162.88	     nbVisitedNodes=127138  nbRestartNogoods=121
162.88	       =>  wckTime=160.18  cpuTime=158.59  mem=66M66
244.97	   
244.97	   search
244.97	     run=18  nbConstraintChecks=151750898  nbValidityChecks=293203180  nbPropagations=4327939  nbRevisions=54498981
244.97	     nbUselessRevisions=42995335  nbAssignments=101354  nbFailedAssignments=56921  nbBacktracks=44321
244.97	     nbVisitedNodes=185550  nbRestartNogoods=129
244.97	       =>  wckTime=242.277  cpuTime=239.94  mem=66M66
478.97	   
478.97	   search
478.97	     run=19  nbConstraintChecks=300629544  nbValidityChecks=591727684  nbPropagations=6801152  nbRevisions=88308125
478.97	     nbUselessRevisions=69661508  nbAssignments=199772  nbFailedAssignments=133165  nbBacktracks=66491
478.97	     nbVisitedNodes=377793  nbRestartNogoods=149
478.97	       =>  wckTime=476.269  cpuTime=472.0  mem=66M66
596.71	   
596.71	   search
596.71	     run=20  nbConstraintChecks=378530968  nbValidityChecks=742413017  nbPropagations=10116693  nbRevisions=131960797
596.71	     nbUselessRevisions=104053324  nbAssignments=266411  nbFailedAssignments=166545  nbBacktracks=99745
596.71	     nbVisitedNodes=495426  nbRestartNogoods=166
596.71	       =>  wckTime=594.011  cpuTime=589.54  mem=66M66
809.08	   
809.08	   search
809.08	     run=21  nbConstraintChecks=520582610  nbValidityChecks=1008250650  nbPropagations=14714810  nbRevisions=191075547
809.08	     nbUselessRevisions=150664908  nbAssignments=365457  nbFailedAssignments=215706  nbBacktracks=149623
809.08	     nbVisitedNodes=669768  nbRestartNogoods=201
809.08	       =>  wckTime=806.382  cpuTime=801.68  mem=66M66
1270.77	   
1270.77	   search
1270.77	     run=22  nbConstraintChecks=825143769  nbValidityChecks=1637494344  nbPropagations=22274349  nbRevisions=288585116
1270.77	     nbUselessRevisions=227486440  nbAssignments=587495  nbFailedAssignments=362918  nbBacktracks=224442
1270.77	     nbVisitedNodes=1092547  nbRestartNogoods=227
1270.77	       =>  wckTime=1268.072  cpuTime=1262.88  mem=66M66
1771.30	   
1771.30	   search
1771.30	     run=23  nbConstraintChecks=1155392569  nbValidityChecks=2265033917  nbPropagations=32840431  nbRevisions=423356235
1771.30	     nbUselessRevisions=333871605  nbAssignments=817044  nbFailedAssignments=480233  nbBacktracks=336670
1771.30	     nbVisitedNodes=1501824  nbRestartNogoods=237
1771.30	       =>  wckTime=1768.604  cpuTime=1761.61  mem=66M66

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/node10/watcher-206463-1168073569 -o ROOT/results/node10/solver-206463-1168073569 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/206463-1168073569/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: 1.96 1.99 1.93 4/93 27462
/proc/meminfo: memFree=1458152/2055920 swapFree=4178332/4192956
[pid=27461] ppid=27459 vsize=18540 CPUtime=0
/proc/27461/stat : 27461 (runsolver) R 27459 27461 27338 0 -1 4194368 17 0 0 0 0 0 0 0 19 0 1 0 155752060 18984960 279 18446744073709551615 4194304 4267372 548682068944 18446744073709551615 214919867687 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/27461/statm: 4635 279 244 17 0 2626 0

[startup+0.103899 s]
/proc/loadavg: 1.96 1.99 1.93 4/93 27462
/proc/meminfo: memFree=1458152/2055920 swapFree=4178332/4192956
[pid=27461] ppid=27459 vsize=907808 CPUtime=0.06
/proc/27461/stat : 27461 (java) D 27459 27461 27338 0 -1 0 2507 0 1 0 4 2 0 0 17 0 4 0 155752060 929595392 2254 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 2147483391 0 23755 18446744073709551615 0 0 17 1 0 0
/proc/27461/statm: 226952 2254 1232 14 0 214535 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 907808

[startup+0.511956 s]
/proc/loadavg: 1.96 1.99 1.93 4/93 27462
/proc/meminfo: memFree=1458152/2055920 swapFree=4178332/4192956
[pid=27461] ppid=27459 vsize=915328 CPUtime=0.44
/proc/27461/stat : 27461 (java) R 27459 27461 27338 0 -1 0 6575 0 1 0 40 4 0 0 18 0 8 0 155752060 937295872 6314 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073563246 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27461/statm: 228832 6314 2137 14 0 215302 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 915328

[startup+1.33507 s]
/proc/loadavg: 1.96 1.99 1.93 3/100 27469
/proc/meminfo: memFree=1390960/2055920 swapFree=4178332/4192956
[pid=27461] ppid=27459 vsize=915328 CPUtime=1.25
/proc/27461/stat : 27461 (java) R 27459 27461 27338 0 -1 0 19098 0 1 0 116 9 0 0 25 0 8 0 155752060 937295872 18836 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073456047 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27461/statm: 228832 18836 2149 14 0 215302 0
[pid=27461/tid=27463] ppid=27459 vsize=915328 CPUtime=0.05
/proc/27461/task/27463/stat : 27463 (java) S 27459 27461 27338 0 -1 64 2681 0 0 0 5 0 0 0 17 0 8 0 155752064 937295872 18836 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27461/tid=27464] ppid=27459 vsize=915328 CPUtime=0
/proc/27461/task/27464/stat : 27464 (java) S 27459 27461 27338 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155752065 937295872 18836 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27461/tid=27465] ppid=27459 vsize=915328 CPUtime=0
/proc/27461/task/27465/stat : 27465 (java) S 27459 27461 27338 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155752065 937295872 18836 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27461/tid=27466] ppid=27459 vsize=915328 CPUtime=0
/proc/27461/task/27466/stat : 27466 (java) S 27459 27461 27338 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 155752072 937295872 18836 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27461/tid=27467] ppid=27459 vsize=915328 CPUtime=0.09
/proc/27461/task/27467/stat : 27467 (java) S 27459 27461 27338 0 -1 64 307 0 0 0 9 0 0 0 16 0 8 0 155752072 937295872 18836 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27461/tid=27468] ppid=27459 vsize=915328 CPUtime=0
/proc/27461/task/27468/stat : 27468 (java) S 27459 27461 27338 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 155752072 937295872 18836 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27461/tid=27469] ppid=27459 vsize=915328 CPUtime=0
/proc/27461/task/27469/stat : 27469 (java) S 27459 27461 27338 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155752072 937295872 18836 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.25
Current children cumulated vsize (KiB) 915328

[startup+2.9883 s]
/proc/loadavg: 1.96 1.99 1.93 4/100 27469
/proc/meminfo: memFree=1352688/2055920 swapFree=4178332/4192956
[pid=27461] ppid=27459 vsize=915440 CPUtime=2.9
/proc/27461/stat : 27461 (java) R 27459 27461 27338 0 -1 0 32427 0 1 0 274 16 0 0 25 0 8 0 155752060 937410560 32161 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073634812 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27461/statm: 228860 32161 2521 14 0 215330 0
[pid=27461/tid=27463] ppid=27459 vsize=915440 CPUtime=0.43
/proc/27461/task/27463/stat : 27463 (java) S 27459 27461 27338 0 -1 64 15453 0 0 0 37 6 0 0 16 0 8 0 155752064 937410560 32161 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27461/tid=27464] ppid=27459 vsize=915440 CPUtime=0
/proc/27461/task/27464/stat : 27464 (java) S 27459 27461 27338 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155752065 937410560 32161 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27461/tid=27465] ppid=27459 vsize=915440 CPUtime=0
/proc/27461/task/27465/stat : 27465 (java) S 27459 27461 27338 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155752065 937410560 32161 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27461/tid=27466] ppid=27459 vsize=915440 CPUtime=0
/proc/27461/task/27466/stat : 27466 (java) S 27459 27461 27338 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 155752072 937410560 32161 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27461/tid=27467] ppid=27459 vsize=915440 CPUtime=0.22
/proc/27461/task/27467/stat : 27467 (java) S 27459 27461 27338 0 -1 64 374 0 0 0 22 0 0 0 15 0 8 0 155752072 937410560 32161 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27461/tid=27468] ppid=27459 vsize=915440 CPUtime=0
/proc/27461/task/27468/stat : 27468 (java) S 27459 27461 27338 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 155752072 937410560 32161 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27461/tid=27469] ppid=27459 vsize=915440 CPUtime=0
/proc/27461/task/27469/stat : 27469 (java) S 27459 27461 27338 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155752072 937410560 32161 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.9
Current children cumulated vsize (KiB) 915440

[startup+6.26774 s]
/proc/loadavg: 2.04 2.01 1.94 3/100 27469
/proc/meminfo: memFree=1338992/2055920 swapFree=4178332/4192956
[pid=27461] ppid=27459 vsize=915440 CPUtime=6.14
/proc/27461/stat : 27461 (java) R 27459 27461 27338 0 -1 0 32441 0 1 0 598 16 0 0 25 0 8 0 155752060 937410560 32172 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073664851 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27461/statm: 228860 32172 2521 14 0 215330 0
[pid=27461/tid=27463] ppid=27459 vsize=915440 CPUtime=0.43
/proc/27461/task/27463/stat : 27463 (java) S 27459 27461 27338 0 -1 64 15453 0 0 0 37 6 0 0 17 0 8 0 155752064 937410560 32172 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27461/tid=27464] ppid=27459 vsize=915440 CPUtime=0
/proc/27461/task/27464/stat : 27464 (java) S 27459 27461 27338 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155752065 937410560 32172 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27461/tid=27465] ppid=27459 vsize=915440 CPUtime=0
/proc/27461/task/27465/stat : 27465 (java) S 27459 27461 27338 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155752065 937410560 32172 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27461/tid=27466] ppid=27459 vsize=915440 CPUtime=0
/proc/27461/task/27466/stat : 27466 (java) S 27459 27461 27338 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 155752072 937410560 32172 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27461/tid=27467] ppid=27459 vsize=915440 CPUtime=0.24
/proc/27461/task/27467/stat : 27467 (java) S 27459 27461 27338 0 -1 64 385 0 0 0 24 0 0 0 15 0 8 0 155752072 937410560 32172 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27461/tid=27468] ppid=27459 vsize=915440 CPUtime=0
/proc/27461/task/27468/stat : 27468 (java) S 27459 27461 27338 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 155752072 937410560 32172 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27461/tid=27469] ppid=27459 vsize=915440 CPUtime=0
/proc/27461/task/27469/stat : 27469 (java) S 27459 27461 27338 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155752072 937410560 32172 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.14
Current children cumulated vsize (KiB) 915440

[startup+12.7656 s]
/proc/loadavg: 2.04 2.01 1.94 3/100 27469
/proc/meminfo: memFree=1339184/2055920 swapFree=4178332/4192956
[pid=27461] ppid=27459 vsize=915440 CPUtime=12.58
/proc/27461/stat : 27461 (java) R 27459 27461 27338 0 -1 0 32458 0 1 0 1242 16 0 0 25 0 8 0 155752060 937410560 32186 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073634784 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27461/statm: 228860 32186 2521 14 0 215330 0
[pid=27461/tid=27463] ppid=27459 vsize=915440 CPUtime=0.43
/proc/27461/task/27463/stat : 27463 (java) S 27459 27461 27338 0 -1 64 15453 0 0 0 37 6 0 0 16 0 8 0 155752064 937410560 32186 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27461/tid=27464] ppid=27459 vsize=915440 CPUtime=0
/proc/27461/task/27464/stat : 27464 (java) S 27459 27461 27338 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155752065 937410560 32186 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27461/tid=27465] ppid=27459 vsize=915440 CPUtime=0
/proc/27461/task/27465/stat : 27465 (java) S 27459 27461 27338 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155752065 937410560 32186 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27461/tid=27466] ppid=27459 vsize=915440 CPUtime=0
/proc/27461/task/27466/stat : 27466 (java) S 27459 27461 27338 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 155752072 937410560 32186 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27461/tid=27467] ppid=27459 vsize=915440 CPUtime=0.28
/proc/27461/task/27467/stat : 27467 (java) S 27459 27461 27338 0 -1 64 399 0 0 0 28 0 0 0 16 0 8 0 155752072 937410560 32186 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27461/tid=27468] ppid=27459 vsize=915440 CPUtime=0
/proc/27461/task/27468/stat : 27468 (java) S 27459 27461 27338 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 155752072 937410560 32186 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27461/tid=27469] ppid=27459 vsize=915440 CPUtime=0
/proc/27461/task/27469/stat : 27469 (java) S 27459 27461 27338 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155752072 937410560 32186 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.58
Current children cumulated vsize (KiB) 915440

[startup+25.6224 s]
/proc/loadavg: 2.03 2.01 1.94 3/100 27469
/proc/meminfo: memFree=1339312/2055920 swapFree=4178332/4192956
[pid=27461] ppid=27459 vsize=915440 CPUtime=25.32
/proc/27461/stat : 27461 (java) R 27459 27461 27338 0 -1 0 32458 0 1 0 2516 16 0 0 25 0 8 0 155752060 937410560 32186 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073634812 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27461/statm: 228860 32186 2521 14 0 215330 0
[pid=27461/tid=27463] ppid=27459 vsize=915440 CPUtime=0.43
/proc/27461/task/27463/stat : 27463 (java) S 27459 27461 27338 0 -1 64 15453 0 0 0 37 6 0 0 16 0 8 0 155752064 937410560 32186 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27461/tid=27464] ppid=27459 vsize=915440 CPUtime=0
/proc/27461/task/27464/stat : 27464 (java) S 27459 27461 27338 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155752065 937410560 32186 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27461/tid=27465] ppid=27459 vsize=915440 CPUtime=0
/proc/27461/task/27465/stat : 27465 (java) S 27459 27461 27338 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155752065 937410560 32186 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27461/tid=27466] ppid=27459 vsize=915440 CPUtime=0
/proc/27461/task/27466/stat : 27466 (java) S 27459 27461 27338 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 155752072 937410560 32186 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27461/tid=27467] ppid=27459 vsize=915440 CPUtime=0.28
/proc/27461/task/27467/stat : 27467 (java) S 27459 27461 27338 0 -1 64 399 0 0 0 28 0 0 0 16 0 8 0 155752072 937410560 32186 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27461/tid=27468] ppid=27459 vsize=915440 CPUtime=0
/proc/27461/task/27468/stat : 27468 (java) S 27459 27461 27338 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 155752072 937410560 32186 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27461/tid=27469] ppid=27459 vsize=915440 CPUtime=0
/proc/27461/task/27469/stat : 27469 (java) S 27459 27461 27338 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155752072 937410560 32186 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.32
Current children cumulated vsize (KiB) 915440

[startup+51.2548 s]
/proc/loadavg: 2.15 2.04 1.95 3/100 27469
/proc/meminfo: memFree=1339312/2055920 swapFree=4178332/4192956
[pid=27461] ppid=27459 vsize=915440 CPUtime=50.72
/proc/27461/stat : 27461 (java) R 27459 27461 27338 0 -1 0 32458 0 1 0 5055 17 0 0 25 0 8 0 155752060 937410560 32186 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073634812 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27461/statm: 228860 32186 2521 14 0 215330 0
[pid=27461/tid=27463] ppid=27459 vsize=915440 CPUtime=0.43
/proc/27461/task/27463/stat : 27463 (java) S 27459 27461 27338 0 -1 64 15453 0 0 0 37 6 0 0 16 0 8 0 155752064 937410560 32186 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27461/tid=27464] ppid=27459 vsize=915440 CPUtime=0
/proc/27461/task/27464/stat : 27464 (java) S 27459 27461 27338 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155752065 937410560 32186 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27461/tid=27465] ppid=27459 vsize=915440 CPUtime=0
/proc/27461/task/27465/stat : 27465 (java) S 27459 27461 27338 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155752065 937410560 32186 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27461/tid=27466] ppid=27459 vsize=915440 CPUtime=0
/proc/27461/task/27466/stat : 27466 (java) S 27459 27461 27338 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 155752072 937410560 32186 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27461/tid=27467] ppid=27459 vsize=915440 CPUtime=0.28
/proc/27461/task/27467/stat : 27467 (java) S 27459 27461 27338 0 -1 64 399 0 0 0 28 0 0 0 16 0 8 0 155752072 937410560 32186 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27461/tid=27468] ppid=27459 vsize=915440 CPUtime=0
/proc/27461/task/27468/stat : 27468 (java) S 27459 27461 27338 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 155752072 937410560 32186 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27461/tid=27469] ppid=27459 vsize=915440 CPUtime=0
/proc/27461/task/27469/stat : 27469 (java) S 27459 27461 27338 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155752072 937410560 32186 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.72
Current children cumulated vsize (KiB) 915440

[startup+102.514 s]
/proc/loadavg: 2.06 2.03 1.95 3/100 27469
/proc/meminfo: memFree=1339376/2055920 swapFree=4178332/4192956
[pid=27461] ppid=27459 vsize=915440 CPUtime=101.5
/proc/27461/stat : 27461 (java) R 27459 27461 27338 0 -1 0 32459 0 1 0 10133 17 0 0 25 0 8 0 155752060 937410560 32186 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073807376 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27461/statm: 228860 32186 2521 14 0 215330 0
[pid=27461/tid=27463] ppid=27459 vsize=915440 CPUtime=0.43
/proc/27461/task/27463/stat : 27463 (java) S 27459 27461 27338 0 -1 64 15453 0 0 0 37 6 0 0 16 0 8 0 155752064 937410560 32186 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27461/tid=27464] ppid=27459 vsize=915440 CPUtime=0
/proc/27461/task/27464/stat : 27464 (java) S 27459 27461 27338 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155752065 937410560 32186 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27461/tid=27465] ppid=27459 vsize=915440 CPUtime=0
/proc/27461/task/27465/stat : 27465 (java) S 27459 27461 27338 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155752065 937410560 32186 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27461/tid=27466] ppid=27459 vsize=915440 CPUtime=0
/proc/27461/task/27466/stat : 27466 (java) S 27459 27461 27338 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 155752072 937410560 32186 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27461/tid=27467] ppid=27459 vsize=915440 CPUtime=0.28
/proc/27461/task/27467/stat : 27467 (java) S 27459 27461 27338 0 -1 64 399 0 0 0 28 0 0 0 16 0 8 0 155752072 937410560 32186 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27461/tid=27468] ppid=27459 vsize=915440 CPUtime=0
/proc/27461/task/27468/stat : 27468 (java) S 27459 27461 27338 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 155752072 937410560 32186 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27461/tid=27469] ppid=27459 vsize=915440 CPUtime=0
/proc/27461/task/27469/stat : 27469 (java) S 27459 27461 27338 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155752072 937410560 32186 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.5
Current children cumulated vsize (KiB) 915440

[startup+162.523 s]
/proc/loadavg: 2.02 2.02 1.95 3/100 27469
/proc/meminfo: memFree=1339376/2055920 swapFree=4178332/4192956
[pid=27461] ppid=27459 vsize=915440 CPUtime=160.97
/proc/27461/stat : 27461 (java) R 27459 27461 27338 0 -1 0 32459 0 1 0 16079 18 0 0 25 0 8 0 155752060 937410560 32186 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073805370 0 4 0 23759 18446744073709551615 0 0 17 1 0 0

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

Current children cumulated CPU time (s) 1417.57
Current children cumulated vsize (KiB) 915440

[startup+1482.91 s]
/proc/loadavg: 2.00 2.01 1.97 3/100 27725
/proc/meminfo: memFree=1402152/2055920 swapFree=4178332/4192956
[pid=27461] ppid=27459 vsize=915440 CPUtime=1477.51
/proc/27461/stat : 27461 (java) R 27459 27461 27338 0 -1 0 32459 0 1 0 147703 48 0 0 25 0 8 0 155752060 937410560 32186 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073634812 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/27461/statm: 228860 32186 2521 14 0 215330 0
[pid=27461/tid=27463] ppid=27459 vsize=915440 CPUtime=0.43
/proc/27461/task/27463/stat : 27463 (java) S 27459 27461 27338 0 -1 64 15453 0 0 0 37 6 0 0 16 0 8 0 155752064 937410560 32186 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27461/tid=27464] ppid=27459 vsize=915440 CPUtime=0
/proc/27461/task/27464/stat : 27464 (java) S 27459 27461 27338 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155752065 937410560 32186 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27461/tid=27465] ppid=27459 vsize=915440 CPUtime=0
/proc/27461/task/27465/stat : 27465 (java) S 27459 27461 27338 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155752065 937410560 32186 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27461/tid=27466] ppid=27459 vsize=915440 CPUtime=0
/proc/27461/task/27466/stat : 27466 (java) S 27459 27461 27338 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 155752072 937410560 32186 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27461/tid=27467] ppid=27459 vsize=915440 CPUtime=0.28
/proc/27461/task/27467/stat : 27467 (java) S 27459 27461 27338 0 -1 64 399 0 0 0 28 0 0 0 16 0 8 0 155752072 937410560 32186 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27461/tid=27468] ppid=27459 vsize=915440 CPUtime=0
/proc/27461/task/27468/stat : 27468 (java) S 27459 27461 27338 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 155752072 937410560 32186 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27461/tid=27469] ppid=27459 vsize=915440 CPUtime=0
/proc/27461/task/27469/stat : 27469 (java) S 27459 27461 27338 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155752072 937410560 32186 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1477.51
Current children cumulated vsize (KiB) 915440

[startup+1543.01 s]
/proc/loadavg: 2.00 2.01 1.97 3/100 27725
/proc/meminfo: memFree=1402152/2055920 swapFree=4178332/4192956
[pid=27461] ppid=27459 vsize=915440 CPUtime=1537.28
/proc/27461/stat : 27461 (java) R 27459 27461 27338 0 -1 0 32459 0 1 0 153680 48 0 0 25 0 8 0 155752060 937410560 32186 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073814342 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/27461/statm: 228860 32186 2521 14 0 215330 0
[pid=27461/tid=27463] ppid=27459 vsize=915440 CPUtime=0.43
/proc/27461/task/27463/stat : 27463 (java) S 27459 27461 27338 0 -1 64 15453 0 0 0 37 6 0 0 16 0 8 0 155752064 937410560 32186 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27461/tid=27464] ppid=27459 vsize=915440 CPUtime=0
/proc/27461/task/27464/stat : 27464 (java) S 27459 27461 27338 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155752065 937410560 32186 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27461/tid=27465] ppid=27459 vsize=915440 CPUtime=0
/proc/27461/task/27465/stat : 27465 (java) S 27459 27461 27338 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155752065 937410560 32186 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27461/tid=27466] ppid=27459 vsize=915440 CPUtime=0
/proc/27461/task/27466/stat : 27466 (java) S 27459 27461 27338 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 155752072 937410560 32186 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27461/tid=27467] ppid=27459 vsize=915440 CPUtime=0.28
/proc/27461/task/27467/stat : 27467 (java) S 27459 27461 27338 0 -1 64 399 0 0 0 28 0 0 0 16 0 8 0 155752072 937410560 32186 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27461/tid=27468] ppid=27459 vsize=915440 CPUtime=0
/proc/27461/task/27468/stat : 27468 (java) S 27459 27461 27338 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 155752072 937410560 32186 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27461/tid=27469] ppid=27459 vsize=915440 CPUtime=0
/proc/27461/task/27469/stat : 27469 (java) S 27459 27461 27338 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155752072 937410560 32186 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1537.28
Current children cumulated vsize (KiB) 915440

[startup+1603.09 s]
/proc/loadavg: 2.00 2.00 1.97 3/100 27727
/proc/meminfo: memFree=1401960/2055920 swapFree=4178332/4192956
[pid=27461] ppid=27459 vsize=915440 CPUtime=1597.06
/proc/27461/stat : 27461 (java) R 27459 27461 27338 0 -1 0 32459 0 1 0 159657 49 0 0 25 0 8 0 155752060 937410560 32186 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073634825 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/27461/statm: 228860 32186 2521 14 0 215330 0
[pid=27461/tid=27463] ppid=27459 vsize=915440 CPUtime=0.43
/proc/27461/task/27463/stat : 27463 (java) S 27459 27461 27338 0 -1 64 15453 0 0 0 37 6 0 0 16 0 8 0 155752064 937410560 32186 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27461/tid=27464] ppid=27459 vsize=915440 CPUtime=0
/proc/27461/task/27464/stat : 27464 (java) S 27459 27461 27338 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155752065 937410560 32186 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27461/tid=27465] ppid=27459 vsize=915440 CPUtime=0
/proc/27461/task/27465/stat : 27465 (java) S 27459 27461 27338 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155752065 937410560 32186 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27461/tid=27466] ppid=27459 vsize=915440 CPUtime=0
/proc/27461/task/27466/stat : 27466 (java) S 27459 27461 27338 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 155752072 937410560 32186 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27461/tid=27467] ppid=27459 vsize=915440 CPUtime=0.28
/proc/27461/task/27467/stat : 27467 (java) S 27459 27461 27338 0 -1 64 399 0 0 0 28 0 0 0 16 0 8 0 155752072 937410560 32186 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27461/tid=27468] ppid=27459 vsize=915440 CPUtime=0
/proc/27461/task/27468/stat : 27468 (java) S 27459 27461 27338 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 155752072 937410560 32186 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27461/tid=27469] ppid=27459 vsize=915440 CPUtime=0
/proc/27461/task/27469/stat : 27469 (java) S 27459 27461 27338 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155752072 937410560 32186 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1597.06
Current children cumulated vsize (KiB) 915440

[startup+1663.18 s]
/proc/loadavg: 2.06 2.02 1.98 3/100 27727
/proc/meminfo: memFree=1401960/2055920 swapFree=4178332/4192956
[pid=27461] ppid=27459 vsize=915440 CPUtime=1656.8
/proc/27461/stat : 27461 (java) R 27459 27461 27338 0 -1 0 32459 0 1 0 165631 49 0 0 25 0 8 0 155752060 937410560 32186 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073812095 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/27461/statm: 228860 32186 2521 14 0 215330 0
[pid=27461/tid=27463] ppid=27459 vsize=915440 CPUtime=0.43
/proc/27461/task/27463/stat : 27463 (java) S 27459 27461 27338 0 -1 64 15453 0 0 0 37 6 0 0 16 0 8 0 155752064 937410560 32186 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27461/tid=27464] ppid=27459 vsize=915440 CPUtime=0
/proc/27461/task/27464/stat : 27464 (java) S 27459 27461 27338 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155752065 937410560 32186 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27461/tid=27465] ppid=27459 vsize=915440 CPUtime=0
/proc/27461/task/27465/stat : 27465 (java) S 27459 27461 27338 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155752065 937410560 32186 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27461/tid=27466] ppid=27459 vsize=915440 CPUtime=0
/proc/27461/task/27466/stat : 27466 (java) S 27459 27461 27338 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 155752072 937410560 32186 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27461/tid=27467] ppid=27459 vsize=915440 CPUtime=0.28
/proc/27461/task/27467/stat : 27467 (java) S 27459 27461 27338 0 -1 64 399 0 0 0 28 0 0 0 16 0 8 0 155752072 937410560 32186 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27461/tid=27468] ppid=27459 vsize=915440 CPUtime=0
/proc/27461/task/27468/stat : 27468 (java) S 27459 27461 27338 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 155752072 937410560 32186 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27461/tid=27469] ppid=27459 vsize=915440 CPUtime=0
/proc/27461/task/27469/stat : 27469 (java) S 27459 27461 27338 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155752072 937410560 32186 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1656.8
Current children cumulated vsize (KiB) 915440

[startup+1723.26 s]
/proc/loadavg: 2.02 2.01 1.98 3/100 27727
/proc/meminfo: memFree=1402024/2055920 swapFree=4178332/4192956
[pid=27461] ppid=27459 vsize=915440 CPUtime=1716.56
/proc/27461/stat : 27461 (java) R 27459 27461 27338 0 -1 0 32459 0 1 0 171607 49 0 0 25 0 8 0 155752060 937410560 32186 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073629925 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/27461/statm: 228860 32186 2521 14 0 215330 0
[pid=27461/tid=27463] ppid=27459 vsize=915440 CPUtime=0.43
/proc/27461/task/27463/stat : 27463 (java) S 27459 27461 27338 0 -1 64 15453 0 0 0 37 6 0 0 16 0 8 0 155752064 937410560 32186 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27461/tid=27464] ppid=27459 vsize=915440 CPUtime=0
/proc/27461/task/27464/stat : 27464 (java) S 27459 27461 27338 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155752065 937410560 32186 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27461/tid=27465] ppid=27459 vsize=915440 CPUtime=0
/proc/27461/task/27465/stat : 27465 (java) S 27459 27461 27338 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155752065 937410560 32186 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27461/tid=27466] ppid=27459 vsize=915440 CPUtime=0
/proc/27461/task/27466/stat : 27466 (java) S 27459 27461 27338 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 155752072 937410560 32186 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27461/tid=27467] ppid=27459 vsize=915440 CPUtime=0.28
/proc/27461/task/27467/stat : 27467 (java) S 27459 27461 27338 0 -1 64 399 0 0 0 28 0 0 0 16 0 8 0 155752072 937410560 32186 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27461/tid=27468] ppid=27459 vsize=915440 CPUtime=0
/proc/27461/task/27468/stat : 27468 (java) S 27459 27461 27338 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 155752072 937410560 32186 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27461/tid=27469] ppid=27459 vsize=915440 CPUtime=0
/proc/27461/task/27469/stat : 27469 (java) S 27459 27461 27338 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155752072 937410560 32186 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1716.56
Current children cumulated vsize (KiB) 915440

[startup+1783.35 s]
/proc/loadavg: 2.00 2.00 1.98 3/100 27727
/proc/meminfo: memFree=1402088/2055920 swapFree=4178332/4192956
[pid=27461] ppid=27459 vsize=915440 CPUtime=1776.32
/proc/27461/stat : 27461 (java) R 27459 27461 27338 0 -1 0 32459 0 1 0 177582 50 0 0 25 0 8 0 155752060 937410560 32186 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073634819 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/27461/statm: 228860 32186 2521 14 0 215330 0
[pid=27461/tid=27463] ppid=27459 vsize=915440 CPUtime=0.43
/proc/27461/task/27463/stat : 27463 (java) S 27459 27461 27338 0 -1 64 15453 0 0 0 37 6 0 0 16 0 8 0 155752064 937410560 32186 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27461/tid=27464] ppid=27459 vsize=915440 CPUtime=0
/proc/27461/task/27464/stat : 27464 (java) S 27459 27461 27338 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155752065 937410560 32186 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27461/tid=27465] ppid=27459 vsize=915440 CPUtime=0
/proc/27461/task/27465/stat : 27465 (java) S 27459 27461 27338 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155752065 937410560 32186 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27461/tid=27466] ppid=27459 vsize=915440 CPUtime=0
/proc/27461/task/27466/stat : 27466 (java) S 27459 27461 27338 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 155752072 937410560 32186 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27461/tid=27467] ppid=27459 vsize=915440 CPUtime=0.28
/proc/27461/task/27467/stat : 27467 (java) S 27459 27461 27338 0 -1 64 399 0 0 0 28 0 0 0 16 0 8 0 155752072 937410560 32186 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27461/tid=27468] ppid=27459 vsize=915440 CPUtime=0
/proc/27461/task/27468/stat : 27468 (java) S 27459 27461 27338 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 155752072 937410560 32186 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27461/tid=27469] ppid=27459 vsize=915440 CPUtime=0
/proc/27461/task/27469/stat : 27469 (java) S 27459 27461 27338 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155752072 937410560 32186 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1776.32
Current children cumulated vsize (KiB) 915440



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1807.22 s]
/proc/loadavg: 2.00 2.00 1.98 3/100 27727
/proc/meminfo: memFree=1402088/2055920 swapFree=4178332/4192956
[pid=27461] ppid=27459 vsize=915440 CPUtime=1800.05
/proc/27461/stat : 27461 (java) R 27459 27461 27338 0 -1 0 32459 0 1 0 179955 50 0 0 25 0 8 0 155752060 937410560 32186 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073664884 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/27461/statm: 228860 32186 2521 14 0 215330 0
[pid=27461/tid=27463] ppid=27459 vsize=915440 CPUtime=0.43
/proc/27461/task/27463/stat : 27463 (java) S 27459 27461 27338 0 -1 64 15453 0 0 0 37 6 0 0 16 0 8 0 155752064 937410560 32186 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27461/tid=27464] ppid=27459 vsize=915440 CPUtime=0
/proc/27461/task/27464/stat : 27464 (java) S 27459 27461 27338 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155752065 937410560 32186 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27461/tid=27465] ppid=27459 vsize=915440 CPUtime=0
/proc/27461/task/27465/stat : 27465 (java) S 27459 27461 27338 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155752065 937410560 32186 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27461/tid=27466] ppid=27459 vsize=915440 CPUtime=0
/proc/27461/task/27466/stat : 27466 (java) S 27459 27461 27338 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 155752072 937410560 32186 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27461/tid=27467] ppid=27459 vsize=915440 CPUtime=0.28
/proc/27461/task/27467/stat : 27467 (java) S 27459 27461 27338 0 -1 64 399 0 0 0 28 0 0 0 16 0 8 0 155752072 937410560 32186 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27461/tid=27468] ppid=27459 vsize=915440 CPUtime=0
/proc/27461/task/27468/stat : 27468 (java) S 27459 27461 27338 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 155752072 937410560 32186 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27461/tid=27469] ppid=27459 vsize=915440 CPUtime=0
/proc/27461/task/27469/stat : 27469 (java) S 27459 27461 27338 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155752072 937410560 32186 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 915440

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

Child status: 143
Real time (s): 1807.28
CPU time (s): 1800.11
CPU user time (s): 1799.59
CPU system time (s): 0.52092
CPU usage (%): 99.6031
Max. virtual memory (cumulated for all children) (KiB): 915440

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.59
system time used= 0.52092
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 32475
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= 37722
involuntary context switches= 72493

runsolver used 2.25066 s user time and 5.75113 s system time

The end

Launcher Data (download as text)

Begin job on node10 on Sat Jan  6 08:52:49 UTC 2007


IDJOB= 206463
IDBENCH= 4210
FILE ID= node10/206463-1168073569

PBS_JOBID= 3475773

Free space on /tmp= 66345 MiB

BENCH NAME= HOME/pub/bench/CPAI06/random/rand-3-28-28/rand-3-28-28-93-632-5_ext.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/206463-1168073569/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node10/watcher-206463-1168073569 -o ROOT/results/node10/solver-206463-1168073569 -C 1800 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/206463-1168073569/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  9795de98c24358c31c79c557b7e81308

RANDOM SEED= 625378263

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.232
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.232
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:       1458632 kB
Buffers:         45492 kB
Cached:         240068 kB
SwapCached:       2420 kB
Active:         296304 kB
Inactive:       212608 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1458632 kB
SwapTotal:     4192956 kB
SwapFree:      4178332 kB
Dirty:            7604 kB
Writeback:           0 kB
Mapped:         242964 kB
Slab:            72732 kB
Committed_AS:  4339132 kB
PageTables:       2628 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= 66345 MiB



End job on node10 on Sat Jan  6 09:22:57 UTC 2007