Trace number 248194

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds, and are wall clock time (not CPU time).

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Abscon 109 ACSAT 1090.35 1094.93

DiagnosticValue
CHECKS1628607005
NODES114928

General information on the benchmark

Nameprimes/primes-30/
primes-30-80-3-7.xml
MD5SUM55be556606c3d1ac1e77cc8f75621132
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark101.677
SatisfiableYES
(Un)Satisfiability was proved
Number of variables100
Number of constraints80
Maximum constraint arity10
Maximum domain size112
Number of constraints which are defined in extension0
Number of constraints which are defined in intension80
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=mac.xml
0.35	   
0.35	   instance
0.35	     name=/tmp/evaluation/248194-1168085944/unknown.xml
0.38	   
0.38	   domains being loaded...
0.39	   
0.39	   variables being loaded...
0.43	     nbVariables=100  nbDomainTypes=1  minDomainSize=112  maxDomainSize=112
0.43	       =>  wckTime=0.111  cpuTime=0.1  mem=7M927
0.43	   
0.43	   predicates being loaded...
0.50	   
0.50	   constraints being loaded...
0.64	     nbConstraints=80  nbUnbuiltConflictsStructures=80  nbSharedBinaryRepresentations=0  nbEvaluationManagers=80
0.64	     nbSharedEvaluationManagers=0  maxDegree=12  maxArity=10
0.64	       =>  wckTime=0.315  cpuTime=0.24  mem=12M803
0.68	   
0.68	   solver IterativeSystematicSolver being built... 
0.86	       =>  wckTime=0.537  cpuTime=0.39  mem=18M608
5.53	   
5.53	   preprocessing
5.53	     nbConstraintChecks=11193383  nbValidityChecks=1240  nbPropagations=108  nbRevisions=34  nbUselessRevisions=4
5.53	     nbRemovedValues=1288  detectedInconsistency=no
5.53	       =>  wckTime=4.667  cpuTime=4.64  mem=18M608
5.71	   
5.71	   search
5.71	     run=0  nbConstraintChecks=195858  nbValidityChecks=1649  nbPropagations=199  nbRevisions=113  nbUselessRevisions=29
5.71	     nbAssignments=37  nbFailedAssignments=5  nbBacktracks=10  nbVisitedNodes=43  nbRestartNogoods=0  mapSize=9
5.71	     nbInferences=0  nbTooLargeKeys=0
5.71	       =>  wckTime=4.853  cpuTime=4.8  mem=18M608
5.85	   
5.85	   search
5.85	     run=1  nbConstraintChecks=426295  nbValidityChecks=4246  nbPropagations=505  nbRevisions=335  nbUselessRevisions=87
5.85	     nbAssignments=64  nbFailedAssignments=12  nbBacktracks=25  nbVisitedNodes=77  nbRestartNogoods=4  mapSize=21
5.85	     nbInferences=0  nbTooLargeKeys=0
5.85	       =>  wckTime=4.986  cpuTime=4.93  mem=18M608
6.11	   
6.11	   search
6.11	     run=2  nbConstraintChecks=832390  nbValidityChecks=7541  nbPropagations=973  nbRevisions=715
6.11	     nbUselessRevisions=193  nbAssignments=115  nbFailedAssignments=21  nbBacktracks=47  nbVisitedNodes=137
6.12	     nbRestartNogoods=10  mapSize=39  nbInferences=0  nbTooLargeKeys=0
6.12	       =>  wckTime=5.255  cpuTime=5.2  mem=18M608
6.89	   
6.89	   search
6.89	     run=3  nbConstraintChecks=2227431  nbValidityChecks=17586  nbPropagations=1739  nbRevisions=1360
6.90	     nbUselessRevisions=373  nbAssignments=220  nbFailedAssignments=61  nbBacktracks=81  nbVisitedNodes=282
6.90	     nbRestartNogoods=16  mapSize=66  nbInferences=0  nbTooLargeKeys=0
6.90	       =>  wckTime=6.035  cpuTime=5.96  mem=18M608
8.27	   
8.27	   search
8.27	     run=4  nbConstraintChecks=4504403  nbValidityChecks=33144  nbPropagations=2899  nbRevisions=2424
8.27	     nbUselessRevisions=634  nbAssignments=348  nbFailedAssignments=118  nbBacktracks=132  nbVisitedNodes=467
8.27	     nbRestartNogoods=49  mapSize=113  nbInferences=0  nbTooLargeKeys=0
8.27	       =>  wckTime=7.411  cpuTime=7.33  mem=18M608
12.52	   
12.52	   search
12.52	     run=5  nbConstraintChecks=11338500  nbValidityChecks=97006  nbPropagations=5141  nbRevisions=4657
12.52	     nbUselessRevisions=1116  nbAssignments=727  nbFailedAssignments=403  nbBacktracks=216  nbVisitedNodes=1131
12.52	     nbRestartNogoods=76  mapSize=158  nbInferences=0  nbTooLargeKeys=0
12.52	       =>  wckTime=11.661  cpuTime=11.55  mem=18M608
20.04	   
20.04	   search
20.04	     run=6  nbConstraintChecks=23026959  nbValidityChecks=245797  nbPropagations=9401  nbRevisions=9092
20.04	     nbUselessRevisions=2106  nbAssignments=1399  nbFailedAssignments=949  nbBacktracks=331  nbVisitedNodes=2349
20.04	     nbRestartNogoods=78  mapSize=229  nbInferences=0  nbTooLargeKeys=0
20.04	       =>  wckTime=19.182  cpuTime=19.03  mem=19M583
23.82	   
23.82	   search
23.82	     run=7  nbConstraintChecks=28788366  nbValidityChecks=311328  nbPropagations=14998  nbRevisions=14789
23.82	     nbUselessRevisions=3385  nbAssignments=1852  nbFailedAssignments=1215  nbBacktracks=503  nbVisitedNodes=3068
23.82	     nbRestartNogoods=170  mapSize=362  nbInferences=0  nbTooLargeKeys=0
23.82	       =>  wckTime=22.962  cpuTime=22.77  mem=19M583
26.87	   
26.87	   search
26.87	     run=8  nbConstraintChecks=33737898  nbValidityChecks=351925  nbPropagations=22011  nbRevisions=21721
26.87	     nbUselessRevisions=4841  nbAssignments=2334  nbFailedAssignments=1424  nbBacktracks=761  nbVisitedNodes=3759
26.87	     nbRestartNogoods=250  mapSize=555  nbInferences=0  nbTooLargeKeys=0
26.87	       =>  wckTime=26.009  cpuTime=25.81  mem=19M583
47.80	   
47.80	   search
47.80	     run=9  nbConstraintChecks=65544373  nbValidityChecks=764717  nbPropagations=34754  nbRevisions=34894
47.80	     nbUselessRevisions=7620  nbAssignments=4142  nbFailedAssignments=2838  nbBacktracks=1146  nbVisitedNodes=6981
47.80	     nbRestartNogoods=260  mapSize=863  nbInferences=0  nbTooLargeKeys=0
47.80	       =>  wckTime=46.942  cpuTime=46.64  mem=19M583
48.93	   
48.93	   INFO : Stopping hyperNogood (mapSize=1003, nbTooLargekeys=0, mem=19M583)
52.39	   
52.39	   search
52.39	     run=10  nbConstraintChecks=72907236  nbValidityChecks=839381  nbPropagations=50114  nbRevisions=50297
52.39	     nbUselessRevisions=10868  nbAssignments=4996  nbFailedAssignments=3105  nbBacktracks=1723  nbVisitedNodes=8102
52.39	     nbRestartNogoods=352
52.39	       =>  wckTime=51.532  cpuTime=51.2  mem=19M583
58.94	   
58.94	   search
58.94	     run=11  nbConstraintChecks=83382338  nbValidityChecks=943176  nbPropagations=68937  nbRevisions=68753
58.94	     nbUselessRevisions=14846  nbAssignments=6193  nbFailedAssignments=3425  nbBacktracks=2590  nbVisitedNodes=9619
58.94	     nbRestartNogoods=435
58.94	       =>  wckTime=58.083  cpuTime=57.72  mem=19M583
68.66	   
68.66	   search
68.66	     run=12  nbConstraintChecks=99062545  nbValidityChecks=1105114  nbPropagations=93392  nbRevisions=92030
68.66	     nbUselessRevisions=19872  nbAssignments=8051  nbFailedAssignments=3978  nbBacktracks=3887  nbVisitedNodes=12030
68.66	     nbRestartNogoods=518
68.66	       =>  wckTime=67.799  cpuTime=67.4  mem=19M583
244.49	   
244.49	   search
244.49	     run=13  nbConstraintChecks=339913879  nbValidityChecks=2005786  nbPropagations=161080  nbRevisions=139785
244.49	     nbUselessRevisions=26529  nbAssignments=28435  nbFailedAssignments=22412  nbBacktracks=5833  nbVisitedNodes=50848
244.49	     nbRestartNogoods=606
244.49	       =>  wckTime=243.632  cpuTime=242.53  mem=19M583
493.17	   
493.17	   search
493.17	     run=14  nbConstraintChecks=715433972  nbValidityChecks=7291193  nbPropagations=301863  nbRevisions=266011
493.17	     nbUselessRevisions=47895  nbAssignments=49101  nbFailedAssignments=40154  nbBacktracks=8753  nbVisitedNodes=89256
493.17	     nbRestartNogoods=692
493.17	       =>  wckTime=492.314  cpuTime=490.21  mem=19M583
540.84	   
540.84	   search
540.84	     run=15  nbConstraintChecks=791546808  nbValidityChecks=8344332  nbPropagations=467058  nbRevisions=415228
540.84	     nbUselessRevisions=74974  nbAssignments=56233  nbFailedAssignments=42903  nbBacktracks=13133  nbVisitedNodes=99137
540.84	     nbRestartNogoods=771
540.84	       =>  wckTime=539.984  cpuTime=537.68  mem=19M583
705.63	   
705.63	   search
705.63	     run=16  nbConstraintChecks=1044389006  nbValidityChecks=11867042  nbPropagations=685231  nbRevisions=618304
705.63	     nbUselessRevisions=113480  nbAssignments=73720  nbFailedAssignments=53816  nbBacktracks=19701
705.63	     nbVisitedNodes=127538  nbRestartNogoods=846
705.63	       =>  wckTime=704.767  cpuTime=701.79  mem=19M583
975.69	   
975.69	   search
975.69	     run=17  nbConstraintChecks=1446922189  nbValidityChecks=17393263  nbPropagations=990095  nbRevisions=910888
975.69	     nbUselessRevisions=172023  nbAssignments=100828  nbFailedAssignments=71046  nbBacktracks=29553
975.69	     nbVisitedNodes=171876  nbRestartNogoods=939
975.69	       =>  wckTime=974.828  cpuTime=970.77  mem=19M583
1094.84	   
1094.84	   search
1094.84	     run=18  nbConstraintChecks=1617413622  nbValidityChecks=19504550  nbPropagations=1340699  nbRevisions=1246159
1094.84	     nbUselessRevisions=239128  nbAssignments=114928  nbFailedAssignments=76604  nbBacktracks=37995
1094.84	     nbVisitedNodes=191534  nbRestartNogoods=1029
1094.84	       =>  wckTime=1093.977  cpuTime=1089.41  mem=19M583
1094.84	   
1094.84	   global
1094.84	     nbConstraintChecks=1628607005  nbValidityChecks=19505790  nbPropagations=1340807  nbRevisions=1246193
1094.84	     nbUselessRevisions=239132  nbRestartNogoods=1029  solvingWckTime=1093.978  solvingCpuTime=1089.41  expiredTime=no
1094.84	     totalExploration=no  nbFoundSolutions=1  globalCpuTime=1089.84
1094.84	       =>  wckTime=1094.516  cpuTime=1089.8  mem=19M583
1094.90	   
1094.90	s SATISFIABLE
1094.90	v 43 59 107 101 89 101 59 41 29 3 5 19 73 71 89 59 2 17 83 59 37 23 107 29 5 73 5 43 19 101 113 41 41 67 113 107 43 59 3 83 29 7 79 113 47 19 23 47 13 2 89 59 3 73 103 7 5 73 59 3 53 53 47 107 103 13 59 29 43 61 97 53 41 53 47 107 47 47 7 73 19 67 17 23 23 97 7 37 47 71 41 2 103 67 71 83 59 17 97 113 
1094.90	d NODES 114928
1094.90	d CHECKS 1628607005
1094.90	   
1094.90	   totalWckTime=1094.654  totalCpuTime=1089.84

Verifier Data (download as text)

OK

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node42/watcher-248194-1168085944 -o ROOT/results/node42/solver-248194-1168085944 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/248194-1168085944/unknown.xml 

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

/proc/loadavg: 0.01 0.19 0.85 2/73 27763
/proc/meminfo: memFree=1579880/2055920 swapFree=4191892/4192956
[pid=27762] ppid=27760 vsize=168 CPUtime=0
/proc/27762/stat : 27762 (java) R 27760 27762 27626 0 -1 0 39 0 0 0 0 0 0 0 19 0 1 0 156994144 172032 23 18446744073709551615 134512640 134570532 4294956624 18446744073709551615 12407588 0 0 4096 0 0 0 0 17 0 0 0
/proc/27762/statm: 42 23 18 14 0 2 0

[startup+0.10274 s]
/proc/loadavg: 0.01 0.19 0.85 2/73 27763
/proc/meminfo: memFree=1579880/2055920 swapFree=4191892/4192956
[pid=27762] ppid=27760 vsize=912760 CPUtime=0.07
/proc/27762/stat : 27762 (java) S 27760 27762 27626 0 -1 0 2799 0 1 0 6 1 0 0 16 0 8 0 156994144 934666240 2545 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/27762/statm: 228190 2545 1390 14 0 215091 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 912760

[startup+0.514789 s]
/proc/loadavg: 0.01 0.19 0.85 2/73 27763
/proc/meminfo: memFree=1579880/2055920 swapFree=4191892/4192956
[pid=27762] ppid=27760 vsize=915328 CPUtime=0.48
/proc/27762/stat : 27762 (java) R 27760 27762 27626 0 -1 0 6653 0 1 0 44 4 0 0 18 0 8 0 156994144 937295872 6392 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073573146 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27762/statm: 228832 6392 2146 14 0 215302 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 915328

[startup+1.33887 s]
/proc/loadavg: 0.01 0.19 0.85 3/87 27777
/proc/meminfo: memFree=1529656/2055920 swapFree=4191892/4192956
[pid=27762] ppid=27760 vsize=915460 CPUtime=1.3
/proc/27762/stat : 27762 (java) R 27760 27762 27626 0 -1 0 9466 0 1 0 124 6 0 0 24 0 8 0 156994144 937431040 9204 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073801888 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27762/statm: 228865 9204 2529 14 0 215335 0
[pid=27762/tid=27767] ppid=27760 vsize=915460 CPUtime=0.03
/proc/27762/task/27767/stat : 27767 (java) S 27760 27762 27626 0 -1 64 231 0 0 0 3 0 0 0 16 0 8 0 156994149 937431040 9204 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27762/tid=27768] ppid=27760 vsize=915460 CPUtime=0
/proc/27762/task/27768/stat : 27768 (java) S 27760 27762 27626 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156994150 937431040 9204 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27762/tid=27769] ppid=27760 vsize=915460 CPUtime=0
/proc/27762/task/27769/stat : 27769 (java) S 27760 27762 27626 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156994150 937431040 9204 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27762/tid=27774] ppid=27760 vsize=915460 CPUtime=0
/proc/27762/task/27774/stat : 27774 (java) S 27760 27762 27626 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 156994153 937431040 9204 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27762/tid=27775] ppid=27760 vsize=915460 CPUtime=0.15
/proc/27762/task/27775/stat : 27775 (java) S 27760 27762 27626 0 -1 64 359 0 0 0 15 0 0 0 15 0 8 0 156994153 937431040 9204 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27762/tid=27776] ppid=27760 vsize=915460 CPUtime=0
/proc/27762/task/27776/stat : 27776 (java) S 27760 27762 27626 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156994153 937431040 9204 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27762/tid=27777] ppid=27760 vsize=915460 CPUtime=0
/proc/27762/task/27777/stat : 27777 (java) S 27760 27762 27626 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156994153 937431040 9204 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.3
Current children cumulated vsize (KiB) 915460

[startup+2.97605 s]
/proc/loadavg: 0.01 0.19 0.85 3/87 27777
/proc/meminfo: memFree=1529528/2055920 swapFree=4191892/4192956
[pid=27762] ppid=27760 vsize=915460 CPUtime=2.93
/proc/27762/stat : 27762 (java) R 27760 27762 27626 0 -1 0 9469 0 1 0 287 6 0 0 25 0 8 0 156994144 937431040 9206 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073800416 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27762/statm: 228865 9206 2529 14 0 215335 0
[pid=27762/tid=27767] ppid=27760 vsize=915460 CPUtime=0.03
/proc/27762/task/27767/stat : 27767 (java) S 27760 27762 27626 0 -1 64 231 0 0 0 3 0 0 0 17 0 8 0 156994149 937431040 9206 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27762/tid=27768] ppid=27760 vsize=915460 CPUtime=0
/proc/27762/task/27768/stat : 27768 (java) S 27760 27762 27626 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156994150 937431040 9206 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27762/tid=27769] ppid=27760 vsize=915460 CPUtime=0
/proc/27762/task/27769/stat : 27769 (java) S 27760 27762 27626 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156994150 937431040 9206 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27762/tid=27774] ppid=27760 vsize=915460 CPUtime=0
/proc/27762/task/27774/stat : 27774 (java) S 27760 27762 27626 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 156994153 937431040 9206 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27762/tid=27775] ppid=27760 vsize=915460 CPUtime=0.17
/proc/27762/task/27775/stat : 27775 (java) S 27760 27762 27626 0 -1 64 362 0 0 0 16 1 0 0 15 0 8 0 156994153 937431040 9206 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27762/tid=27776] ppid=27760 vsize=915460 CPUtime=0
/proc/27762/task/27776/stat : 27776 (java) S 27760 27762 27626 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156994153 937431040 9206 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27762/tid=27777] ppid=27760 vsize=915460 CPUtime=0
/proc/27762/task/27777/stat : 27777 (java) S 27760 27762 27626 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156994153 937431040 9206 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.93
Current children cumulated vsize (KiB) 915460

[startup+6.26142 s]
/proc/loadavg: 0.17 0.22 0.86 3/87 27777
/proc/meminfo: memFree=1528632/2055920 swapFree=4191892/4192956
[pid=27762] ppid=27760 vsize=915460 CPUtime=6.2
/proc/27762/stat : 27762 (java) R 27760 27762 27626 0 -1 0 9619 0 1 0 614 6 0 0 25 0 8 0 156994144 937431040 9351 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073804030 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27762/statm: 228865 9351 2534 14 0 215335 0
[pid=27762/tid=27767] ppid=27760 vsize=915460 CPUtime=0.03
/proc/27762/task/27767/stat : 27767 (java) S 27760 27762 27626 0 -1 64 232 0 0 0 3 0 0 0 16 0 8 0 156994149 937431040 9351 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27762/tid=27768] ppid=27760 vsize=915460 CPUtime=0
/proc/27762/task/27768/stat : 27768 (java) S 27760 27762 27626 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156994150 937431040 9351 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27762/tid=27769] ppid=27760 vsize=915460 CPUtime=0
/proc/27762/task/27769/stat : 27769 (java) S 27760 27762 27626 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156994150 937431040 9351 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27762/tid=27774] ppid=27760 vsize=915460 CPUtime=0
/proc/27762/task/27774/stat : 27774 (java) S 27760 27762 27626 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 156994153 937431040 9351 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27762/tid=27775] ppid=27760 vsize=915460 CPUtime=0.2
/proc/27762/task/27775/stat : 27775 (java) S 27760 27762 27626 0 -1 64 379 0 0 0 19 1 0 0 15 0 8 0 156994153 937431040 9351 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27762/tid=27776] ppid=27760 vsize=915460 CPUtime=0
/proc/27762/task/27776/stat : 27776 (java) S 27760 27762 27626 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156994153 937431040 9351 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27762/tid=27777] ppid=27760 vsize=915460 CPUtime=0
/proc/27762/task/27777/stat : 27777 (java) S 27760 27762 27626 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156994153 937431040 9351 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 915460

[startup+12.7481 s]
/proc/loadavg: 0.31 0.24 0.86 3/87 27777
/proc/meminfo: memFree=1528376/2055920 swapFree=4191892/4192956
[pid=27762] ppid=27760 vsize=915460 CPUtime=12.65
/proc/27762/stat : 27762 (java) R 27760 27762 27626 0 -1 0 9673 0 1 0 1259 6 0 0 25 0 8 0 156994144 937431040 9400 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073479187 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27762/statm: 228865 9400 2534 14 0 215335 0
[pid=27762/tid=27767] ppid=27760 vsize=915460 CPUtime=0.03
/proc/27762/task/27767/stat : 27767 (java) S 27760 27762 27626 0 -1 64 232 0 0 0 3 0 0 0 17 0 8 0 156994149 937431040 9400 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27762/tid=27768] ppid=27760 vsize=915460 CPUtime=0
/proc/27762/task/27768/stat : 27768 (java) S 27760 27762 27626 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156994150 937431040 9400 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27762/tid=27769] ppid=27760 vsize=915460 CPUtime=0
/proc/27762/task/27769/stat : 27769 (java) S 27760 27762 27626 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156994150 937431040 9400 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27762/tid=27774] ppid=27760 vsize=915460 CPUtime=0
/proc/27762/task/27774/stat : 27774 (java) S 27760 27762 27626 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 156994153 937431040 9400 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27762/tid=27775] ppid=27760 vsize=915460 CPUtime=0.21
/proc/27762/task/27775/stat : 27775 (java) S 27760 27762 27626 0 -1 64 393 0 0 0 20 1 0 0 15 0 8 0 156994153 937431040 9400 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27762/tid=27776] ppid=27760 vsize=915460 CPUtime=0
/proc/27762/task/27776/stat : 27776 (java) S 27760 27762 27626 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156994153 937431040 9400 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27762/tid=27777] ppid=27760 vsize=915460 CPUtime=0
/proc/27762/task/27777/stat : 27777 (java) S 27760 27762 27626 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156994153 937431040 9400 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 915460

[startup+25.6066 s]
/proc/loadavg: 0.69 0.33 0.88 3/87 27777
/proc/meminfo: memFree=1527992/2055920 swapFree=4191892/4192956
[pid=27762] ppid=27760 vsize=915460 CPUtime=25.45
/proc/27762/stat : 27762 (java) R 27760 27762 27626 0 -1 0 9764 0 1 0 2538 7 0 0 25 0 8 0 156994144 937431040 9482 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073479196 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27762/statm: 228865 9482 2534 14 0 215335 0
[pid=27762/tid=27767] ppid=27760 vsize=915460 CPUtime=0.03
/proc/27762/task/27767/stat : 27767 (java) S 27760 27762 27626 0 -1 64 232 0 0 0 3 0 0 0 17 0 8 0 156994149 937431040 9482 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27762/tid=27768] ppid=27760 vsize=915460 CPUtime=0
/proc/27762/task/27768/stat : 27768 (java) S 27760 27762 27626 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156994150 937431040 9482 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27762/tid=27769] ppid=27760 vsize=915460 CPUtime=0
/proc/27762/task/27769/stat : 27769 (java) S 27760 27762 27626 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156994150 937431040 9482 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27762/tid=27774] ppid=27760 vsize=915460 CPUtime=0
/proc/27762/task/27774/stat : 27774 (java) S 27760 27762 27626 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 156994153 937431040 9482 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27762/tid=27775] ppid=27760 vsize=915460 CPUtime=0.23
/proc/27762/task/27775/stat : 27775 (java) S 27760 27762 27626 0 -1 64 410 0 0 0 22 1 0 0 16 0 8 0 156994153 937431040 9482 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27762/tid=27776] ppid=27760 vsize=915460 CPUtime=0
/proc/27762/task/27776/stat : 27776 (java) S 27760 27762 27626 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156994153 937431040 9482 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27762/tid=27777] ppid=27760 vsize=915460 CPUtime=0
/proc/27762/task/27777/stat : 27777 (java) S 27760 27762 27626 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156994153 937431040 9482 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 915460

[startup+51.2094 s]
/proc/loadavg: 1.13 0.46 0.91 3/87 27777
/proc/meminfo: memFree=1527544/2055920 swapFree=4191892/4192956
[pid=27762] ppid=27760 vsize=915460 CPUtime=50.94
/proc/27762/stat : 27762 (java) R 27760 27762 27626 0 -1 0 9864 0 1 0 5087 7 0 0 25 0 8 0 156994144 937431040 9581 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073479193 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27762/statm: 228865 9581 2534 14 0 215335 0
[pid=27762/tid=27767] ppid=27760 vsize=915460 CPUtime=0.03
/proc/27762/task/27767/stat : 27767 (java) S 27760 27762 27626 0 -1 64 232 0 0 0 3 0 0 0 16 0 8 0 156994149 937431040 9581 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27762/tid=27768] ppid=27760 vsize=915460 CPUtime=0
/proc/27762/task/27768/stat : 27768 (java) S 27760 27762 27626 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156994150 937431040 9581 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27762/tid=27769] ppid=27760 vsize=915460 CPUtime=0
/proc/27762/task/27769/stat : 27769 (java) S 27760 27762 27626 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156994150 937431040 9581 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27762/tid=27774] ppid=27760 vsize=915460 CPUtime=0
/proc/27762/task/27774/stat : 27774 (java) S 27760 27762 27626 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 156994153 937431040 9581 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27762/tid=27775] ppid=27760 vsize=915460 CPUtime=0.24
/proc/27762/task/27775/stat : 27775 (java) S 27760 27762 27626 0 -1 64 415 0 0 0 23 1 0 0 17 0 8 0 156994153 937431040 9581 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27762/tid=27776] ppid=27760 vsize=915460 CPUtime=0
/proc/27762/task/27776/stat : 27776 (java) S 27760 27762 27626 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156994153 937431040 9581 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27762/tid=27777] ppid=27760 vsize=915460 CPUtime=0
/proc/27762/task/27777/stat : 27777 (java) S 27760 27762 27626 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156994153 937431040 9581 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 50.94
Current children cumulated vsize (KiB) 915460

[startup+102.506 s]
/proc/loadavg: 1.62 0.70 0.96 3/87 27777
/proc/meminfo: memFree=1527416/2055920 swapFree=4191892/4192956
[pid=27762] ppid=27760 vsize=915460 CPUtime=102.02
/proc/27762/stat : 27762 (java) R 27760 27762 27626 0 -1 0 9875 0 1 0 10195 7 0 0 25 0 8 0 156994144 937431040 9592 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073799144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27762/statm: 228865 9592 2534 14 0 215335 0
[pid=27762/tid=27767] ppid=27760 vsize=915460 CPUtime=0.03
/proc/27762/task/27767/stat : 27767 (java) S 27760 27762 27626 0 -1 64 232 0 0 0 3 0 0 0 16 0 8 0 156994149 937431040 9592 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27762/tid=27768] ppid=27760 vsize=915460 CPUtime=0
/proc/27762/task/27768/stat : 27768 (java) S 27760 27762 27626 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156994150 937431040 9592 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27762/tid=27769] ppid=27760 vsize=915460 CPUtime=0
/proc/27762/task/27769/stat : 27769 (java) S 27760 27762 27626 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156994150 937431040 9592 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27762/tid=27774] ppid=27760 vsize=915460 CPUtime=0
/proc/27762/task/27774/stat : 27774 (java) S 27760 27762 27626 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 156994153 937431040 9592 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27762/tid=27775] ppid=27760 vsize=915460 CPUtime=0.24
/proc/27762/task/27775/stat : 27775 (java) S 27760 27762 27626 0 -1 64 415 0 0 0 23 1 0 0 16 0 8 0 156994153 937431040 9592 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27762/tid=27776] ppid=27760 vsize=915460 CPUtime=0
/proc/27762/task/27776/stat : 27776 (java) S 27760 27762 27626 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156994153 937431040 9592 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27762/tid=27777] ppid=27760 vsize=915460 CPUtime=0
/proc/27762/task/27777/stat : 27777 (java) S 27760 27762 27626 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156994153 937431040 9592 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 102.02
Current children cumulated vsize (KiB) 915460

[startup+162.543 s]
/proc/loadavg: 1.93 0.95 1.03 3/87 27777
/proc/meminfo: memFree=1527352/2055920 swapFree=4191892/4192956
[pid=27762] ppid=27760 vsize=915460 CPUtime=161.83
/proc/27762/stat : 27762 (java) R 27760 27762 27626 0 -1 0 9875 0 1 0 16175 8 0 0 25 0 8 0 156994144 937431040 9592 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073805348 0 4 0 23759 18446744073709551615 0 0 17 1 0 0

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

/proc/27762/task/27774/stat : 27774 (java) S 27760 27762 27626 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 156994153 937431040 9603 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27762/tid=27775] ppid=27760 vsize=915460 CPUtime=0.25
/proc/27762/task/27775/stat : 27775 (java) S 27760 27762 27626 0 -1 64 416 0 0 0 24 1 0 0 16 0 8 0 156994153 937431040 9603 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27762/tid=27776] ppid=27760 vsize=915460 CPUtime=0
/proc/27762/task/27776/stat : 27776 (java) S 27760 27762 27626 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156994153 937431040 9603 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27762/tid=27777] ppid=27760 vsize=915460 CPUtime=0
/proc/27762/task/27777/stat : 27777 (java) S 27760 27762 27626 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156994153 937431040 9603 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 640.19
Current children cumulated vsize (KiB) 915460

[startup+702.885 s]
/proc/loadavg: 2.08 1.84 1.45 3/87 27777
/proc/meminfo: memFree=1526904/2055920 swapFree=4191892/4192956
[pid=27762] ppid=27760 vsize=915460 CPUtime=699.98
/proc/27762/stat : 27762 (java) R 27760 27762 27626 0 -1 0 9888 0 1 0 69988 10 0 0 25 0 8 0 156994144 937431040 9603 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073799175 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27762/statm: 228865 9603 2534 14 0 215335 0
[pid=27762/tid=27767] ppid=27760 vsize=915460 CPUtime=0.03
/proc/27762/task/27767/stat : 27767 (java) S 27760 27762 27626 0 -1 64 232 0 0 0 3 0 0 0 16 0 8 0 156994149 937431040 9603 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27762/tid=27768] ppid=27760 vsize=915460 CPUtime=0
/proc/27762/task/27768/stat : 27768 (java) S 27760 27762 27626 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156994150 937431040 9603 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27762/tid=27769] ppid=27760 vsize=915460 CPUtime=0
/proc/27762/task/27769/stat : 27769 (java) S 27760 27762 27626 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156994150 937431040 9603 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27762/tid=27774] ppid=27760 vsize=915460 CPUtime=0
/proc/27762/task/27774/stat : 27774 (java) S 27760 27762 27626 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 156994153 937431040 9603 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27762/tid=27775] ppid=27760 vsize=915460 CPUtime=0.25
/proc/27762/task/27775/stat : 27775 (java) S 27760 27762 27626 0 -1 64 416 0 0 0 24 1 0 0 16 0 8 0 156994153 937431040 9603 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27762/tid=27776] ppid=27760 vsize=915460 CPUtime=0
/proc/27762/task/27776/stat : 27776 (java) S 27760 27762 27626 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156994153 937431040 9603 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27762/tid=27777] ppid=27760 vsize=915460 CPUtime=0
/proc/27762/task/27777/stat : 27777 (java) S 27760 27762 27626 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156994153 937431040 9603 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 699.98
Current children cumulated vsize (KiB) 915460

[startup+762.923 s]
/proc/loadavg: 2.03 1.87 1.48 3/87 27777
/proc/meminfo: memFree=1526840/2055920 swapFree=4191892/4192956
[pid=27762] ppid=27760 vsize=915460 CPUtime=759.77
/proc/27762/stat : 27762 (java) R 27760 27762 27626 0 -1 0 9891 0 1 0 75967 10 0 0 25 0 8 0 156994144 937431040 9606 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073799168 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27762/statm: 228865 9606 2534 14 0 215335 0
[pid=27762/tid=27767] ppid=27760 vsize=915460 CPUtime=0.03
/proc/27762/task/27767/stat : 27767 (java) S 27760 27762 27626 0 -1 64 232 0 0 0 3 0 0 0 16 0 8 0 156994149 937431040 9606 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27762/tid=27768] ppid=27760 vsize=915460 CPUtime=0
/proc/27762/task/27768/stat : 27768 (java) S 27760 27762 27626 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156994150 937431040 9606 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27762/tid=27769] ppid=27760 vsize=915460 CPUtime=0
/proc/27762/task/27769/stat : 27769 (java) S 27760 27762 27626 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156994150 937431040 9606 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27762/tid=27774] ppid=27760 vsize=915460 CPUtime=0
/proc/27762/task/27774/stat : 27774 (java) S 27760 27762 27626 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 156994153 937431040 9606 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27762/tid=27775] ppid=27760 vsize=915460 CPUtime=0.25
/proc/27762/task/27775/stat : 27775 (java) S 27760 27762 27626 0 -1 64 416 0 0 0 24 1 0 0 16 0 8 0 156994153 937431040 9606 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27762/tid=27776] ppid=27760 vsize=915460 CPUtime=0
/proc/27762/task/27776/stat : 27776 (java) S 27760 27762 27626 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156994153 937431040 9606 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27762/tid=27777] ppid=27760 vsize=915460 CPUtime=0
/proc/27762/task/27777/stat : 27777 (java) S 27760 27762 27626 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156994153 937431040 9606 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 759.77
Current children cumulated vsize (KiB) 915460

[startup+822.961 s]
/proc/loadavg: 2.01 1.89 1.51 3/87 27777
/proc/meminfo: memFree=1526776/2055920 swapFree=4191892/4192956
[pid=27762] ppid=27760 vsize=915460 CPUtime=819.57
/proc/27762/stat : 27762 (java) R 27760 27762 27626 0 -1 0 9891 0 1 0 81946 11 0 0 25 0 8 0 156994144 937431040 9606 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073803552 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27762/statm: 228865 9606 2534 14 0 215335 0
[pid=27762/tid=27767] ppid=27760 vsize=915460 CPUtime=0.03
/proc/27762/task/27767/stat : 27767 (java) S 27760 27762 27626 0 -1 64 232 0 0 0 3 0 0 0 16 0 8 0 156994149 937431040 9606 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27762/tid=27768] ppid=27760 vsize=915460 CPUtime=0
/proc/27762/task/27768/stat : 27768 (java) S 27760 27762 27626 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156994150 937431040 9606 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27762/tid=27769] ppid=27760 vsize=915460 CPUtime=0
/proc/27762/task/27769/stat : 27769 (java) S 27760 27762 27626 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156994150 937431040 9606 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27762/tid=27774] ppid=27760 vsize=915460 CPUtime=0
/proc/27762/task/27774/stat : 27774 (java) S 27760 27762 27626 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 156994153 937431040 9606 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27762/tid=27775] ppid=27760 vsize=915460 CPUtime=0.25
/proc/27762/task/27775/stat : 27775 (java) S 27760 27762 27626 0 -1 64 416 0 0 0 24 1 0 0 16 0 8 0 156994153 937431040 9606 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27762/tid=27776] ppid=27760 vsize=915460 CPUtime=0
/proc/27762/task/27776/stat : 27776 (java) S 27760 27762 27626 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156994153 937431040 9606 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27762/tid=27777] ppid=27760 vsize=915460 CPUtime=0
/proc/27762/task/27777/stat : 27777 (java) S 27760 27762 27626 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156994153 937431040 9606 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 819.57
Current children cumulated vsize (KiB) 915460

[startup+882.996 s]
/proc/loadavg: 2.00 1.91 1.54 3/87 27777
/proc/meminfo: memFree=1526712/2055920 swapFree=4191892/4192956
[pid=27762] ppid=27760 vsize=915460 CPUtime=879.37
/proc/27762/stat : 27762 (java) R 27760 27762 27626 0 -1 0 9891 0 1 0 87926 11 0 0 25 0 8 0 156994144 937431040 9606 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073805348 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27762/statm: 228865 9606 2534 14 0 215335 0
[pid=27762/tid=27767] ppid=27760 vsize=915460 CPUtime=0.03
/proc/27762/task/27767/stat : 27767 (java) S 27760 27762 27626 0 -1 64 232 0 0 0 3 0 0 0 16 0 8 0 156994149 937431040 9606 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27762/tid=27768] ppid=27760 vsize=915460 CPUtime=0
/proc/27762/task/27768/stat : 27768 (java) S 27760 27762 27626 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156994150 937431040 9606 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27762/tid=27769] ppid=27760 vsize=915460 CPUtime=0
/proc/27762/task/27769/stat : 27769 (java) S 27760 27762 27626 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156994150 937431040 9606 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27762/tid=27774] ppid=27760 vsize=915460 CPUtime=0
/proc/27762/task/27774/stat : 27774 (java) S 27760 27762 27626 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 156994153 937431040 9606 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27762/tid=27775] ppid=27760 vsize=915460 CPUtime=0.25
/proc/27762/task/27775/stat : 27775 (java) S 27760 27762 27626 0 -1 64 416 0 0 0 24 1 0 0 16 0 8 0 156994153 937431040 9606 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27762/tid=27776] ppid=27760 vsize=915460 CPUtime=0
/proc/27762/task/27776/stat : 27776 (java) S 27760 27762 27626 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156994153 937431040 9606 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27762/tid=27777] ppid=27760 vsize=915460 CPUtime=0
/proc/27762/task/27777/stat : 27777 (java) S 27760 27762 27626 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156994153 937431040 9606 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 879.37
Current children cumulated vsize (KiB) 915460

[startup+943.032 s]
/proc/loadavg: 2.00 1.92 1.57 3/87 27777
/proc/meminfo: memFree=1526584/2055920 swapFree=4191892/4192956
[pid=27762] ppid=27760 vsize=915460 CPUtime=939.16
/proc/27762/stat : 27762 (java) R 27760 27762 27626 0 -1 0 9891 0 1 0 93905 11 0 0 25 0 8 0 156994144 937431040 9606 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073800457 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27762/statm: 228865 9606 2534 14 0 215335 0
[pid=27762/tid=27767] ppid=27760 vsize=915460 CPUtime=0.03
/proc/27762/task/27767/stat : 27767 (java) S 27760 27762 27626 0 -1 64 232 0 0 0 3 0 0 0 16 0 8 0 156994149 937431040 9606 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27762/tid=27768] ppid=27760 vsize=915460 CPUtime=0
/proc/27762/task/27768/stat : 27768 (java) S 27760 27762 27626 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156994150 937431040 9606 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27762/tid=27769] ppid=27760 vsize=915460 CPUtime=0
/proc/27762/task/27769/stat : 27769 (java) S 27760 27762 27626 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156994150 937431040 9606 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27762/tid=27774] ppid=27760 vsize=915460 CPUtime=0
/proc/27762/task/27774/stat : 27774 (java) S 27760 27762 27626 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 156994153 937431040 9606 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27762/tid=27775] ppid=27760 vsize=915460 CPUtime=0.25
/proc/27762/task/27775/stat : 27775 (java) S 27760 27762 27626 0 -1 64 416 0 0 0 24 1 0 0 16 0 8 0 156994153 937431040 9606 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27762/tid=27776] ppid=27760 vsize=915460 CPUtime=0
/proc/27762/task/27776/stat : 27776 (java) S 27760 27762 27626 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156994153 937431040 9606 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27762/tid=27777] ppid=27760 vsize=915460 CPUtime=0
/proc/27762/task/27777/stat : 27777 (java) S 27760 27762 27626 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156994153 937431040 9606 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 939.16
Current children cumulated vsize (KiB) 915460

[startup+1003.07 s]
/proc/loadavg: 2.00 1.93 1.59 3/87 27777
/proc/meminfo: memFree=1526584/2055920 swapFree=4191892/4192956
[pid=27762] ppid=27760 vsize=915460 CPUtime=998.94
/proc/27762/stat : 27762 (java) R 27760 27762 27626 0 -1 0 9895 0 1 0 99883 11 0 0 25 0 8 0 156994144 937431040 9610 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073479184 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27762/statm: 228865 9610 2534 14 0 215335 0
[pid=27762/tid=27767] ppid=27760 vsize=915460 CPUtime=0.03
/proc/27762/task/27767/stat : 27767 (java) S 27760 27762 27626 0 -1 64 232 0 0 0 3 0 0 0 16 0 8 0 156994149 937431040 9610 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27762/tid=27768] ppid=27760 vsize=915460 CPUtime=0
/proc/27762/task/27768/stat : 27768 (java) S 27760 27762 27626 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156994150 937431040 9610 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27762/tid=27769] ppid=27760 vsize=915460 CPUtime=0
/proc/27762/task/27769/stat : 27769 (java) S 27760 27762 27626 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156994150 937431040 9610 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27762/tid=27774] ppid=27760 vsize=915460 CPUtime=0
/proc/27762/task/27774/stat : 27774 (java) S 27760 27762 27626 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 156994153 937431040 9610 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27762/tid=27775] ppid=27760 vsize=915460 CPUtime=0.25
/proc/27762/task/27775/stat : 27775 (java) S 27760 27762 27626 0 -1 64 416 0 0 0 24 1 0 0 16 0 8 0 156994153 937431040 9610 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27762/tid=27776] ppid=27760 vsize=915460 CPUtime=0
/proc/27762/task/27776/stat : 27776 (java) S 27760 27762 27626 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156994153 937431040 9610 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27762/tid=27777] ppid=27760 vsize=915460 CPUtime=0
/proc/27762/task/27777/stat : 27777 (java) S 27760 27762 27626 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156994153 937431040 9610 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 998.94
Current children cumulated vsize (KiB) 915460

[startup+1063.11 s]
/proc/loadavg: 2.00 1.94 1.61 3/87 27777
/proc/meminfo: memFree=1526520/2055920 swapFree=4191892/4192956
[pid=27762] ppid=27760 vsize=915460 CPUtime=1058.74
/proc/27762/stat : 27762 (java) R 27760 27762 27626 0 -1 0 9895 0 1 0 105862 12 0 0 25 0 8 0 156994144 937431040 9610 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073806729 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27762/statm: 228865 9610 2534 14 0 215335 0
[pid=27762/tid=27767] ppid=27760 vsize=915460 CPUtime=0.03
/proc/27762/task/27767/stat : 27767 (java) S 27760 27762 27626 0 -1 64 232 0 0 0 3 0 0 0 16 0 8 0 156994149 937431040 9610 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27762/tid=27768] ppid=27760 vsize=915460 CPUtime=0
/proc/27762/task/27768/stat : 27768 (java) S 27760 27762 27626 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156994150 937431040 9610 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27762/tid=27769] ppid=27760 vsize=915460 CPUtime=0
/proc/27762/task/27769/stat : 27769 (java) S 27760 27762 27626 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156994150 937431040 9610 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27762/tid=27774] ppid=27760 vsize=915460 CPUtime=0
/proc/27762/task/27774/stat : 27774 (java) S 27760 27762 27626 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 156994153 937431040 9610 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27762/tid=27775] ppid=27760 vsize=915460 CPUtime=0.25
/proc/27762/task/27775/stat : 27775 (java) S 27760 27762 27626 0 -1 64 416 0 0 0 24 1 0 0 16 0 8 0 156994153 937431040 9610 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27762/tid=27776] ppid=27760 vsize=915460 CPUtime=0
/proc/27762/task/27776/stat : 27776 (java) S 27760 27762 27626 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156994153 937431040 9610 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27762/tid=27777] ppid=27760 vsize=915460 CPUtime=0
/proc/27762/task/27777/stat : 27777 (java) S 27760 27762 27626 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156994153 937431040 9610 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1058.74
Current children cumulated vsize (KiB) 915460

Child status: 0
Real time (s): 1094.93
CPU time (s): 1090.35
CPU user time (s): 1090.22
CPU system time (s): 0.13098
CPU usage (%): 99.5825
Max. virtual memory (cumulated for all children) (KiB): 915460

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1090.22
system time used= 0.13098
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9990
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= 23384
involuntary context switches= 14542

runsolver used 0.98385 s user time and 3.17952 s system time

The end

Launcher Data (download as text)

Begin job on node42 on Sat Jan  6 12:19:06 UTC 2007


IDJOB= 248194
IDBENCH= 11688
FILE ID= node42/248194-1168085944

PBS_JOBID= 3476582

Free space on /tmp= 66542 MiB

BENCH NAME= HOME/pub/bench/CPAI06/primes/primes-30/primes-30-80-3-7.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/248194-1168085944/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node42/watcher-248194-1168085944 -o ROOT/results/node42/solver-248194-1168085944 -C 1800 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/248194-1168085944/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  55be556606c3d1ac1e77cc8f75621132

RANDOM SEED= 379711923

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.229
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.229
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:       1581280 kB
Buffers:         29436 kB
Cached:         357420 kB
SwapCached:        268 kB
Active:          48000 kB
Inactive:       358400 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1581280 kB
SwapTotal:     4192956 kB
SwapFree:      4191892 kB
Dirty:            3348 kB
Writeback:           0 kB
Mapped:          28448 kB
Slab:            53940 kB
Committed_AS:  2785192 kB
PageTables:       1664 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= 66542 MiB



End job on node42 on Sat Jan  6 12:37:24 UTC 2007