Trace number 199842

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Abscon 109 ESAC? (TO) 1800.11 1807.43

General information on the benchmark

Namerandom/rand-3-24-24-fcd/
rand-3-24-24-76-632-fcd-37_ext.xml
MD5SUM77acb5387e5cce7e11a1449191e1b24c
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1180.2
SatisfiableYES
(Un)Satisfiability was proved
Number of variables24
Number of constraints75
Maximum constraint arity3
Maximum domain size24
Number of constraints which are defined in extension75
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.32	   
0.32	Abscon 109 (November, 2006)
0.32	   
0.32	   configuration
0.32	     name=esac.xml
0.35	   
0.35	   instance
0.35	     name=/tmp/evaluation/199842-1168136962/unknown.xml
0.38	   
0.38	   domains being loaded...
0.39	   
0.39	   variables being loaded...
0.42	     nbVariables=24  nbDomainTypes=1  minDomainSize=24  maxDomainSize=24
0.42	       =>  wckTime=0.1  cpuTime=0.09  mem=6M951
0.42	   
0.42	   relations being loaded...
1.08	   
1.08	   constraints being loaded...
1.37	     nbConstraints=75  nbRelationTypes=75  nbExtensionStructures=75  nbSharedExtensionStructures=0
1.37	     nbConflictsStructures=75  nbSharedConflictsStructures=0  nbSharedBinaryRepresentations=0  maxDegree=14  maxArity=3
1.37	       =>  wckTime=1.048  cpuTime=0.92  mem=48M633
1.50	   
1.50	   solver IterativeSystematicSolver being built... 
1.67	       =>  wckTime=1.352  cpuTime=1.06  mem=34M520
1.78	   
1.78	   preprocessing
1.78	     nbConstraintChecks=32042  nbValidityChecks=52058  nbPropagations=193  nbRevisions=1987  nbUselessRevisions=1724
1.78	     nbSingletonTests=31  nbEffectiveSingletonTests=0  nbESACBranches=4  nbRemovedValues=0  detectedInconsistency=no
1.78	       =>  wckTime=0.105  cpuTime=0.07  mem=34M520
1.86	   
1.86	   search
1.86	     run=0  nbConstraintChecks=36235  nbValidityChecks=73452  nbPropagations=584  nbRevisions=6673
1.86	     nbUselessRevisions=5439  nbAssignments=32  nbFailedAssignments=16  nbBacktracks=10  nbVisitedNodes=56
1.86	     nbRestartNogoods=0  mapSize=9  nbInferences=0  nbTooLargeKeys=0
1.86	       =>  wckTime=0.184  cpuTime=0.14  mem=35M523
1.95	   
1.95	   search
1.95	     run=1  nbConstraintChecks=85576  nbValidityChecks=171175  nbPropagations=1683  nbRevisions=19065
1.95	     nbUselessRevisions=15381  nbAssignments=69  nbFailedAssignments=33  nbBacktracks=25  nbVisitedNodes=123
1.95	     nbRestartNogoods=2  mapSize=24  nbInferences=0  nbTooLargeKeys=0
1.95	       =>  wckTime=0.271  cpuTime=0.23  mem=35M523
2.15	   
2.15	   search
2.15	     run=2  nbConstraintChecks=203369  nbValidityChecks=398091  nbPropagations=3857  nbRevisions=45486
2.15	     nbUselessRevisions=36448  nbAssignments=152  nbFailedAssignments=77  nbBacktracks=47  nbVisitedNodes=259
2.15	     nbRestartNogoods=9  mapSize=46  nbInferences=0  nbTooLargeKeys=0
2.15	       =>  wckTime=0.471  cpuTime=0.41  mem=35M523
2.29	   
2.29	   search
2.29	     run=3  nbConstraintChecks=290673  nbValidityChecks=572754  nbPropagations=7044  nbRevisions=83596
2.29	     nbUselessRevisions=66738  nbAssignments=230  nbFailedAssignments=117  nbBacktracks=80  nbVisitedNodes=396
2.29	     nbRestartNogoods=16  mapSize=77  nbInferences=0  nbTooLargeKeys=0
2.29	       =>  wckTime=0.616  cpuTime=0.55  mem=35M523
2.55	   
2.55	   search
2.55	     run=4  nbConstraintChecks=456841  nbValidityChecks=899828  nbPropagations=12105  nbRevisions=144618
2.55	     nbUselessRevisions=114619  nbAssignments=369  nbFailedAssignments=200  nbBacktracks=131  nbVisitedNodes=658
2.55	     nbRestartNogoods=21  mapSize=123  nbInferences=0  nbTooLargeKeys=0
2.55	       =>  wckTime=0.875  cpuTime=0.8  mem=35M523
2.87	   
2.87	   search
2.87	     run=5  nbConstraintChecks=658637  nbValidityChecks=1304341  nbPropagations=19519  nbRevisions=233616
2.87	     nbUselessRevisions=184393  nbAssignments=547  nbFailedAssignments=296  nbBacktracks=206  nbVisitedNodes=979
2.87	     nbRestartNogoods=25  mapSize=191  nbInferences=0  nbTooLargeKeys=0
2.87	       =>  wckTime=1.194  cpuTime=1.12  mem=35M523
3.44	   
3.45	   search
3.45	     run=6  nbConstraintChecks=1035510  nbValidityChecks=2055770  nbPropagations=30999  nbRevisions=371425
3.45	     nbUselessRevisions=292201  nbAssignments=879  nbFailedAssignments=509  nbBacktracks=319  nbVisitedNodes=1606
3.45	     nbRestartNogoods=29  mapSize=292  nbInferences=0  nbTooLargeKeys=0
3.45	       =>  wckTime=1.768  cpuTime=1.69  mem=35M523
4.09	   
4.09	   search
4.09	     run=7  nbConstraintChecks=1458222  nbValidityChecks=2895774  nbPropagations=47576  nbRevisions=568330
4.09	     nbUselessRevisions=445989  nbAssignments=1276  nbFailedAssignments=722  nbBacktracks=490  nbVisitedNodes=2326
4.09	     nbRestartNogoods=35  mapSize=446  nbInferences=0  nbTooLargeKeys=0
4.09	       =>  wckTime=2.413  cpuTime=2.33  mem=35M523
4.98	   
4.98	   search
4.98	     run=8  nbConstraintChecks=2025609  nbValidityChecks=4063587  nbPropagations=72007  nbRevisions=851994
4.98	     nbUselessRevisions=666721  nbAssignments=1823  nbFailedAssignments=1007  nbBacktracks=747  nbVisitedNodes=3341
4.98	     nbRestartNogoods=44  mapSize=688  nbInferences=0  nbTooLargeKeys=0
4.98	       =>  wckTime=3.303  cpuTime=3.2  mem=35M523
7.50	   
7.50	   INFO : Stopping hyperNogood (mapSize=1034, nbTooLargekeys=0, mem=35M523)
7.72	   
7.72	   search
7.72	     run=9  nbConstraintChecks=3815410  nbValidityChecks=7675029  nbPropagations=113234  nbRevisions=1359078
7.72	     nbUselessRevisions=1064876  nbAssignments=3120  nbFailedAssignments=1914  nbBacktracks=1131  nbVisitedNodes=5869
7.72	     nbRestartNogoods=56
7.72	       =>  wckTime=6.044  cpuTime=5.92  mem=35M523
10.19	   
10.19	   search
10.19	     run=10  nbConstraintChecks=5498867  nbValidityChecks=11062533  nbPropagations=173370  nbRevisions=2084897
10.19	     nbUselessRevisions=1632318  nbAssignments=4575  nbFailedAssignments=2788  nbBacktracks=1707  nbVisitedNodes=8595
10.19	     nbRestartNogoods=73
10.19	       =>  wckTime=8.518  cpuTime=8.37  mem=35M523
13.12	   
13.12	   search
13.12	     run=11  nbConstraintChecks=7543878  nbValidityChecks=15195085  nbPropagations=258287  nbRevisions=3094823
13.12	     nbUselessRevisions=2420939  nbAssignments=6453  nbFailedAssignments=3797  nbBacktracks=2571  nbVisitedNodes=12032
13.12	     nbRestartNogoods=93
13.12	       =>  wckTime=11.448  cpuTime=11.29  mem=35M523
18.44	   
18.44	   search
18.44	     run=12  nbConstraintChecks=11217412  nbValidityChecks=22898034  nbPropagations=391450  nbRevisions=4629947
18.44	     nbUselessRevisions=3609851  nbAssignments=9958  nbFailedAssignments=5999  nbBacktracks=3868  nbVisitedNodes=18732
18.44	     nbRestartNogoods=106
18.44	       =>  wckTime=16.761  cpuTime=16.57  mem=35M523
25.27	   
25.27	   search
25.27	     run=13  nbConstraintChecks=15989935  nbValidityChecks=32416800  nbPropagations=582843  nbRevisions=6851253
25.27	     nbUselessRevisions=5333870  nbAssignments=14303  nbFailedAssignments=8392  nbBacktracks=5814  nbVisitedNodes=26776
25.27	     nbRestartNogoods=120
25.27	       =>  wckTime=23.591  cpuTime=23.37  mem=35M523
38.54	   
38.54	   search
38.54	     run=14  nbConstraintChecks=25252649  nbValidityChecks=51306199  nbPropagations=875501  nbRevisions=10340154
38.54	     nbUselessRevisions=8054481  nbAssignments=22743  nbFailedAssignments=13872  nbBacktracks=8734  nbVisitedNodes=42844
38.54	     nbRestartNogoods=138
38.54	       =>  wckTime=36.86  cpuTime=36.57  mem=35M523
57.18	   
57.18	   search
57.18	     run=15  nbConstraintChecks=37903815  nbValidityChecks=77676445  nbPropagations=1332064  nbRevisions=15623710
57.18	     nbUselessRevisions=12138716  nbAssignments=34710  nbFailedAssignments=21429  nbBacktracks=13112
57.18	     nbVisitedNodes=65678  nbRestartNogoods=147
57.18	       =>  wckTime=55.503  cpuTime=55.13  mem=35M523
84.68	   
84.68	   search
84.68	     run=16  nbConstraintChecks=56931158  nbValidityChecks=114245500  nbPropagations=1981585  nbRevisions=23297484
84.68	     nbUselessRevisions=18106542  nbAssignments=49264  nbFailedAssignments=29395  nbBacktracks=19682
84.68	     nbVisitedNodes=92746  nbRestartNogoods=165
84.68	       =>  wckTime=83.007  cpuTime=82.51  mem=35M523
125.10	   
125.10	   search
125.10	     run=17  nbConstraintChecks=84785645  nbValidityChecks=170602167  nbPropagations=2954497  nbRevisions=34845415
125.10	     nbUselessRevisions=27090017  nbAssignments=74338  nbFailedAssignments=44611  nbBacktracks=29534
125.10	     nbVisitedNodes=140072  nbRestartNogoods=181
125.10	       =>  wckTime=123.425  cpuTime=122.74  mem=35M523
187.47	   
187.47	   search
187.47	     run=18  nbConstraintChecks=127845449  nbValidityChecks=256593531  nbPropagations=4380202  nbRevisions=51743652
187.47	     nbUselessRevisions=40256002  nbAssignments=109830  nbFailedAssignments=65319  nbBacktracks=44314
187.47	     nbVisitedNodes=206118  nbRestartNogoods=193
187.47	       =>  wckTime=185.796  cpuTime=184.82  mem=35M523
269.43	   
269.43	   search
269.43	     run=19  nbConstraintChecks=184599499  nbValidityChecks=368955173  nbPropagations=6482320  nbRevisions=76646558
269.43	     nbUselessRevisions=59668513  nbAssignments=160170  nbFailedAssignments=93485  nbBacktracks=66482
269.43	     nbVisitedNodes=299688  nbRestartNogoods=202
269.43	       =>  wckTime=267.75  cpuTime=266.39  mem=35M523
414.54	   
414.54	   search
414.54	     run=20  nbConstraintChecks=285311992  nbValidityChecks=562597855  nbPropagations=9571058  nbRevisions=113609937
414.54	     nbUselessRevisions=88563206  nbAssignments=239093  nbFailedAssignments=139150  nbBacktracks=99734
414.54	     nbVisitedNodes=447360  nbRestartNogoods=218
414.54	       =>  wckTime=412.863  cpuTime=410.82  mem=35M523
613.60	   
613.60	   search
613.60	     run=21  nbConstraintChecks=423571506  nbValidityChecks=836443138  nbPropagations=14207490  nbRevisions=168951361
613.60	     nbUselessRevisions=131803134  nbAssignments=357030  nbFailedAssignments=207190  nbBacktracks=149612
613.60	     nbVisitedNodes=667159  nbRestartNogoods=230
613.60	       =>  wckTime=611.919  cpuTime=608.96  mem=35M523
908.51	   
908.51	   search
908.51	     run=22  nbConstraintChecks=634800829  nbValidityChecks=1256643821  nbPropagations=21157923  nbRevisions=251228943
908.51	     nbUselessRevisions=196083219  nbAssignments=547006  nbFailedAssignments=322344  nbBacktracks=224430
908.51	     nbVisitedNodes=1024251  nbRestartNogoods=263
908.51	       =>  wckTime=906.831  cpuTime=902.73  mem=35M523
1277.34	   
1277.34	   search
1277.34	     run=23  nbConstraintChecks=917108515  nbValidityChecks=1815688674  nbPropagations=31463052  nbRevisions=373118220
1277.34	     nbUselessRevisions=291340072  nbAssignments=794577  nbFailedAssignments=457682  nbBacktracks=336658
1277.34	     nbVisitedNodes=1482000  nbRestartNogoods=288
1277.34	       =>  wckTime=1275.659  cpuTime=1271.06  mem=35M523

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/node48/watcher-199842-1168136962 -o ROOT/results/node48/solver-199842-1168136962 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/199842-1168136962/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.95 1.94 1.63 2/74 16403
/proc/meminfo: memFree=1311176/2055920 swapFree=4192812/4192956
[pid=16402] ppid=16400 vsize=18540 CPUtime=0
/proc/16402/stat : 16402 (runsolver) R 16400 16402 15882 0 -1 4194368 17 0 0 0 0 0 0 0 19 0 1 0 162094956 18984960 279 18446744073709551615 4194304 4267372 548682068960 18446744073709551615 255539604775 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/16402/statm: 4635 279 244 17 0 2626 0

[startup+0.101766 s]
/proc/loadavg: 1.95 1.94 1.63 2/74 16403
/proc/meminfo: memFree=1311176/2055920 swapFree=4192812/4192956
[pid=16402] ppid=16400 vsize=913068 CPUtime=0.08
/proc/16402/stat : 16402 (java) S 16400 16402 15882 0 -1 0 2871 0 1 0 7 1 0 0 17 0 8 0 162094956 934981632 2617 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16402/statm: 228267 2617 1396 14 0 215168 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 913068

[startup+0.509804 s]
/proc/loadavg: 1.95 1.94 1.63 2/74 16403
/proc/meminfo: memFree=1311176/2055920 swapFree=4192812/4192956
[pid=16402] ppid=16400 vsize=915328 CPUtime=0.48
/proc/16402/stat : 16402 (java) R 16400 16402 15882 0 -1 0 7299 0 1 0 44 4 0 0 18 0 8 0 162094956 937295872 7038 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073445412 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16402/statm: 228832 7038 2137 14 0 215302 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 915328

[startup+1.33089 s]
/proc/loadavg: 1.95 1.94 1.63 4/81 16410
/proc/meminfo: memFree=1243920/2055920 swapFree=4192812/4192956
[pid=16402] ppid=16400 vsize=915328 CPUtime=1.29
/proc/16402/stat : 16402 (java) R 16400 16402 15882 0 -1 0 19106 0 1 0 118 11 0 0 24 0 8 0 162094956 937295872 18844 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073654902 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16402/statm: 228832 18844 2160 14 0 215302 0
[pid=16402/tid=16404] ppid=16400 vsize=915328 CPUtime=0.05
/proc/16402/task/16404/stat : 16404 (java) S 16400 16402 15882 0 -1 64 2644 0 0 0 5 0 0 0 17 0 8 0 162094961 937295872 18844 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=16402/tid=16405] ppid=16400 vsize=915328 CPUtime=0
/proc/16402/task/16405/stat : 16405 (java) S 16400 16402 15882 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 162094961 937295872 18844 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16402/tid=16406] ppid=16400 vsize=915328 CPUtime=0
/proc/16402/task/16406/stat : 16406 (java) S 16400 16402 15882 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 162094961 937295872 18844 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16402/tid=16407] ppid=16400 vsize=915328 CPUtime=0
/proc/16402/task/16407/stat : 16407 (java) S 16400 16402 15882 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 162094964 937295872 18844 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16402/tid=16408] ppid=16400 vsize=915328 CPUtime=0.1
/proc/16402/task/16408/stat : 16408 (java) S 16400 16402 15882 0 -1 64 321 0 0 0 9 1 0 0 16 0 8 0 162094964 937295872 18844 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16402/tid=16409] ppid=16400 vsize=915328 CPUtime=0
/proc/16402/task/16409/stat : 16409 (java) S 16400 16402 15882 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 162094964 937295872 18844 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16402/tid=16410] ppid=16400 vsize=915328 CPUtime=0
/proc/16402/task/16410/stat : 16410 (java) S 16400 16402 15882 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 162094965 937295872 18844 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.29
Current children cumulated vsize (KiB) 915328

[startup+2.96803 s]
/proc/loadavg: 1.95 1.94 1.63 3/81 16410
/proc/meminfo: memFree=1227920/2055920 swapFree=4192812/4192956
[pid=16402] ppid=16400 vsize=915416 CPUtime=2.92
/proc/16402/stat : 16402 (java) R 16400 16402 15882 0 -1 0 23476 0 1 0 278 14 0 0 25 0 8 0 162094956 937385984 23212 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073628030 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16402/statm: 228854 23212 2531 14 0 215324 0
[pid=16402/tid=16404] ppid=16400 vsize=915416 CPUtime=0.18
/proc/16402/task/16404/stat : 16404 (java) S 16400 16402 15882 0 -1 64 6495 0 0 0 15 3 0 0 17 0 8 0 162094961 937385984 23212 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=16402/tid=16405] ppid=16400 vsize=915416 CPUtime=0
/proc/16402/task/16405/stat : 16405 (java) S 16400 16402 15882 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 162094961 937385984 23212 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16402/tid=16406] ppid=16400 vsize=915416 CPUtime=0
/proc/16402/task/16406/stat : 16406 (java) S 16400 16402 15882 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 162094961 937385984 23212 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16402/tid=16407] ppid=16400 vsize=915416 CPUtime=0
/proc/16402/task/16407/stat : 16407 (java) S 16400 16402 15882 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 162094964 937385984 23212 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16402/tid=16408] ppid=16400 vsize=915416 CPUtime=0.21
/proc/16402/task/16408/stat : 16408 (java) S 16400 16402 15882 0 -1 64 371 0 0 0 20 1 0 0 15 0 8 0 162094964 937385984 23212 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16402/tid=16409] ppid=16400 vsize=915416 CPUtime=0
/proc/16402/task/16409/stat : 16409 (java) S 16400 16402 15882 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 162094964 937385984 23212 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16402/tid=16410] ppid=16400 vsize=915416 CPUtime=0
/proc/16402/task/16410/stat : 16410 (java) S 16400 16402 15882 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 162094965 937385984 23212 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.92
Current children cumulated vsize (KiB) 915416

[startup+6.16833 s]
/proc/loadavg: 1.95 1.94 1.64 3/81 16410
/proc/meminfo: memFree=1227856/2055920 swapFree=4192812/4192956
[pid=16402] ppid=16400 vsize=915416 CPUtime=6.11
/proc/16402/stat : 16402 (java) R 16400 16402 15882 0 -1 0 23492 0 1 0 596 15 0 0 25 0 8 0 162094956 937385984 23225 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073752585 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16402/statm: 228854 23225 2531 14 0 215324 0
[pid=16402/tid=16404] ppid=16400 vsize=915416 CPUtime=0.18
/proc/16402/task/16404/stat : 16404 (java) S 16400 16402 15882 0 -1 64 6495 0 0 0 15 3 0 0 17 0 8 0 162094961 937385984 23225 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=16402/tid=16405] ppid=16400 vsize=915416 CPUtime=0
/proc/16402/task/16405/stat : 16405 (java) S 16400 16402 15882 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 162094961 937385984 23225 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16402/tid=16406] ppid=16400 vsize=915416 CPUtime=0
/proc/16402/task/16406/stat : 16406 (java) S 16400 16402 15882 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 162094961 937385984 23225 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16402/tid=16407] ppid=16400 vsize=915416 CPUtime=0
/proc/16402/task/16407/stat : 16407 (java) S 16400 16402 15882 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 162094964 937385984 23225 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16402/tid=16408] ppid=16400 vsize=915416 CPUtime=0.23
/proc/16402/task/16408/stat : 16408 (java) S 16400 16402 15882 0 -1 64 385 0 0 0 22 1 0 0 15 0 8 0 162094964 937385984 23225 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16402/tid=16409] ppid=16400 vsize=915416 CPUtime=0
/proc/16402/task/16409/stat : 16409 (java) S 16400 16402 15882 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 162094964 937385984 23225 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16402/tid=16410] ppid=16400 vsize=915416 CPUtime=0
/proc/16402/task/16410/stat : 16410 (java) S 16400 16402 15882 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 162094965 937385984 23225 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.11
Current children cumulated vsize (KiB) 915416

[startup+12.6449 s]
/proc/loadavg: 1.96 1.94 1.64 3/81 16410
/proc/meminfo: memFree=1227792/2055920 swapFree=4192812/4192956
[pid=16402] ppid=16400 vsize=915416 CPUtime=12.56
/proc/16402/stat : 16402 (java) R 16400 16402 15882 0 -1 0 23498 0 1 0 1241 15 0 0 25 0 8 0 162094956 937385984 23229 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073773405 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16402/statm: 228854 23229 2531 14 0 215324 0
[pid=16402/tid=16404] ppid=16400 vsize=915416 CPUtime=0.18
/proc/16402/task/16404/stat : 16404 (java) S 16400 16402 15882 0 -1 64 6495 0 0 0 15 3 0 0 16 0 8 0 162094961 937385984 23229 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=16402/tid=16405] ppid=16400 vsize=915416 CPUtime=0
/proc/16402/task/16405/stat : 16405 (java) S 16400 16402 15882 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 162094961 937385984 23229 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16402/tid=16406] ppid=16400 vsize=915416 CPUtime=0
/proc/16402/task/16406/stat : 16406 (java) S 16400 16402 15882 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 162094961 937385984 23229 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16402/tid=16407] ppid=16400 vsize=915416 CPUtime=0
/proc/16402/task/16407/stat : 16407 (java) S 16400 16402 15882 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 162094964 937385984 23229 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16402/tid=16408] ppid=16400 vsize=915416 CPUtime=0.24
/proc/16402/task/16408/stat : 16408 (java) S 16400 16402 15882 0 -1 64 391 0 0 0 23 1 0 0 16 0 8 0 162094964 937385984 23229 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16402/tid=16409] ppid=16400 vsize=915416 CPUtime=0
/proc/16402/task/16409/stat : 16409 (java) S 16400 16402 15882 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 162094964 937385984 23229 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16402/tid=16410] ppid=16400 vsize=915416 CPUtime=0
/proc/16402/task/16410/stat : 16410 (java) S 16400 16402 15882 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 162094965 937385984 23229 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 915416

[startup+25.5291 s]
/proc/loadavg: 1.97 1.95 1.64 3/81 16410
/proc/meminfo: memFree=1227920/2055920 swapFree=4192812/4192956
[pid=16402] ppid=16400 vsize=915416 CPUtime=25.38
/proc/16402/stat : 16402 (java) R 16400 16402 15882 0 -1 0 23498 0 1 0 2523 15 0 0 25 0 8 0 162094956 937385984 23229 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073759462 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16402/statm: 228854 23229 2531 14 0 215324 0
[pid=16402/tid=16404] ppid=16400 vsize=915416 CPUtime=0.18
/proc/16402/task/16404/stat : 16404 (java) S 16400 16402 15882 0 -1 64 6495 0 0 0 15 3 0 0 16 0 8 0 162094961 937385984 23229 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=16402/tid=16405] ppid=16400 vsize=915416 CPUtime=0
/proc/16402/task/16405/stat : 16405 (java) S 16400 16402 15882 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 162094961 937385984 23229 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16402/tid=16406] ppid=16400 vsize=915416 CPUtime=0
/proc/16402/task/16406/stat : 16406 (java) S 16400 16402 15882 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 162094961 937385984 23229 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16402/tid=16407] ppid=16400 vsize=915416 CPUtime=0
/proc/16402/task/16407/stat : 16407 (java) S 16400 16402 15882 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 162094964 937385984 23229 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16402/tid=16408] ppid=16400 vsize=915416 CPUtime=0.24
/proc/16402/task/16408/stat : 16408 (java) S 16400 16402 15882 0 -1 64 391 0 0 0 23 1 0 0 16 0 8 0 162094964 937385984 23229 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16402/tid=16409] ppid=16400 vsize=915416 CPUtime=0
/proc/16402/task/16409/stat : 16409 (java) S 16400 16402 15882 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 162094964 937385984 23229 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16402/tid=16410] ppid=16400 vsize=915416 CPUtime=0
/proc/16402/task/16410/stat : 16410 (java) S 16400 16402 15882 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 162094965 937385984 23229 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.38
Current children cumulated vsize (KiB) 915416

[startup+51.1685 s]
/proc/loadavg: 1.98 1.95 1.65 3/81 16410
/proc/meminfo: memFree=1227728/2055920 swapFree=4192812/4192956
[pid=16402] ppid=16400 vsize=915416 CPUtime=50.89
/proc/16402/stat : 16402 (java) R 16400 16402 15882 0 -1 0 23499 0 1 0 5074 15 0 0 25 0 8 0 162094956 937385984 23229 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073632892 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16402/statm: 228854 23229 2531 14 0 215324 0
[pid=16402/tid=16404] ppid=16400 vsize=915416 CPUtime=0.18
/proc/16402/task/16404/stat : 16404 (java) S 16400 16402 15882 0 -1 64 6495 0 0 0 15 3 0 0 16 0 8 0 162094961 937385984 23229 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=16402/tid=16405] ppid=16400 vsize=915416 CPUtime=0
/proc/16402/task/16405/stat : 16405 (java) S 16400 16402 15882 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 162094961 937385984 23229 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16402/tid=16406] ppid=16400 vsize=915416 CPUtime=0
/proc/16402/task/16406/stat : 16406 (java) S 16400 16402 15882 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 162094961 937385984 23229 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16402/tid=16407] ppid=16400 vsize=915416 CPUtime=0
/proc/16402/task/16407/stat : 16407 (java) S 16400 16402 15882 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 162094964 937385984 23229 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16402/tid=16408] ppid=16400 vsize=915416 CPUtime=0.24
/proc/16402/task/16408/stat : 16408 (java) S 16400 16402 15882 0 -1 64 391 0 0 0 23 1 0 0 16 0 8 0 162094964 937385984 23229 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16402/tid=16409] ppid=16400 vsize=915416 CPUtime=0
/proc/16402/task/16409/stat : 16409 (java) S 16400 16402 15882 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 162094964 937385984 23229 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16402/tid=16410] ppid=16400 vsize=915416 CPUtime=0
/proc/16402/task/16410/stat : 16410 (java) S 16400 16402 15882 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 162094965 937385984 23229 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.89
Current children cumulated vsize (KiB) 915416

[startup+102.434 s]
/proc/loadavg: 1.99 1.95 1.66 3/81 16410
/proc/meminfo: memFree=1227088/2055920 swapFree=4192812/4192956
[pid=16402] ppid=16400 vsize=915416 CPUtime=101.92
/proc/16402/stat : 16402 (java) R 16400 16402 15882 0 -1 0 23499 0 1 0 10177 15 0 0 25 0 8 0 162094956 937385984 23229 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073757641 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16402/statm: 228854 23229 2531 14 0 215324 0
[pid=16402/tid=16404] ppid=16400 vsize=915416 CPUtime=0.18
/proc/16402/task/16404/stat : 16404 (java) S 16400 16402 15882 0 -1 64 6495 0 0 0 15 3 0 0 16 0 8 0 162094961 937385984 23229 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=16402/tid=16405] ppid=16400 vsize=915416 CPUtime=0
/proc/16402/task/16405/stat : 16405 (java) S 16400 16402 15882 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 162094961 937385984 23229 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16402/tid=16406] ppid=16400 vsize=915416 CPUtime=0
/proc/16402/task/16406/stat : 16406 (java) S 16400 16402 15882 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 162094961 937385984 23229 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16402/tid=16407] ppid=16400 vsize=915416 CPUtime=0
/proc/16402/task/16407/stat : 16407 (java) S 16400 16402 15882 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 162094964 937385984 23229 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16402/tid=16408] ppid=16400 vsize=915416 CPUtime=0.24
/proc/16402/task/16408/stat : 16408 (java) S 16400 16402 15882 0 -1 64 391 0 0 0 23 1 0 0 16 0 8 0 162094964 937385984 23229 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16402/tid=16409] ppid=16400 vsize=915416 CPUtime=0
/proc/16402/task/16409/stat : 16409 (java) S 16400 16402 15882 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 162094964 937385984 23229 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16402/tid=16410] ppid=16400 vsize=915416 CPUtime=0
/proc/16402/task/16410/stat : 16410 (java) S 16400 16402 15882 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 162094965 937385984 23229 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.92
Current children cumulated vsize (KiB) 915416

[startup+162.452 s]
/proc/loadavg: 1.99 1.96 1.68 3/81 16410
/proc/meminfo: memFree=1226192/2055920 swapFree=4192812/4192956
[pid=16402] ppid=16400 vsize=915416 CPUtime=161.66
/proc/16402/stat : 16402 (java) R 16400 16402 15882 0 -1 0 23499 0 1 0 16151 15 0 0 25 0 8 0 162094956 937385984 23229 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073752663 0 4 0 23759 18446744073709551615 0 0 17 1 0 0

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

Current children cumulated CPU time (s) 1418.14
Current children cumulated vsize (KiB) 915416

[startup+1483.52 s]
/proc/loadavg: 2.05 2.03 1.91 3/88 16481
/proc/meminfo: memFree=1212248/2055920 swapFree=4192812/4192956
[pid=16402] ppid=16400 vsize=915416 CPUtime=1477.92
/proc/16402/stat : 16402 (java) R 16400 16402 15882 0 -1 0 23499 0 1 0 147771 21 0 0 25 0 8 0 162094956 937385984 23229 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073632892 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/16402/statm: 228854 23229 2531 14 0 215324 0
[pid=16402/tid=16404] ppid=16400 vsize=915416 CPUtime=0.18
/proc/16402/task/16404/stat : 16404 (java) S 16400 16402 15882 0 -1 64 6495 0 0 0 15 3 0 0 16 0 8 0 162094961 937385984 23229 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=16402/tid=16405] ppid=16400 vsize=915416 CPUtime=0
/proc/16402/task/16405/stat : 16405 (java) S 16400 16402 15882 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 162094961 937385984 23229 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16402/tid=16406] ppid=16400 vsize=915416 CPUtime=0
/proc/16402/task/16406/stat : 16406 (java) S 16400 16402 15882 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 162094961 937385984 23229 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16402/tid=16407] ppid=16400 vsize=915416 CPUtime=0
/proc/16402/task/16407/stat : 16407 (java) S 16400 16402 15882 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 162094964 937385984 23229 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16402/tid=16408] ppid=16400 vsize=915416 CPUtime=0.24
/proc/16402/task/16408/stat : 16408 (java) S 16400 16402 15882 0 -1 64 391 0 0 0 23 1 0 0 16 0 8 0 162094964 937385984 23229 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16402/tid=16409] ppid=16400 vsize=915416 CPUtime=0
/proc/16402/task/16409/stat : 16409 (java) S 16400 16402 15882 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 162094964 937385984 23229 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16402/tid=16410] ppid=16400 vsize=915416 CPUtime=0
/proc/16402/task/16410/stat : 16410 (java) S 16400 16402 15882 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 162094965 937385984 23229 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1477.92
Current children cumulated vsize (KiB) 915416

[startup+1543.59 s]
/proc/loadavg: 2.05 2.04 1.92 3/88 16481
/proc/meminfo: memFree=1212184/2055920 swapFree=4192812/4192956
[pid=16402] ppid=16400 vsize=915416 CPUtime=1537.64
/proc/16402/stat : 16402 (java) R 16400 16402 15882 0 -1 0 23499 0 1 0 153743 21 0 0 25 0 8 0 162094956 937385984 23229 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073752628 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/16402/statm: 228854 23229 2531 14 0 215324 0
[pid=16402/tid=16404] ppid=16400 vsize=915416 CPUtime=0.18
/proc/16402/task/16404/stat : 16404 (java) S 16400 16402 15882 0 -1 64 6495 0 0 0 15 3 0 0 16 0 8 0 162094961 937385984 23229 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=16402/tid=16405] ppid=16400 vsize=915416 CPUtime=0
/proc/16402/task/16405/stat : 16405 (java) S 16400 16402 15882 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 162094961 937385984 23229 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16402/tid=16406] ppid=16400 vsize=915416 CPUtime=0
/proc/16402/task/16406/stat : 16406 (java) S 16400 16402 15882 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 162094961 937385984 23229 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16402/tid=16407] ppid=16400 vsize=915416 CPUtime=0
/proc/16402/task/16407/stat : 16407 (java) S 16400 16402 15882 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 162094964 937385984 23229 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16402/tid=16408] ppid=16400 vsize=915416 CPUtime=0.24
/proc/16402/task/16408/stat : 16408 (java) S 16400 16402 15882 0 -1 64 391 0 0 0 23 1 0 0 16 0 8 0 162094964 937385984 23229 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16402/tid=16409] ppid=16400 vsize=915416 CPUtime=0
/proc/16402/task/16409/stat : 16409 (java) S 16400 16402 15882 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 162094964 937385984 23229 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16402/tid=16410] ppid=16400 vsize=915416 CPUtime=0
/proc/16402/task/16410/stat : 16410 (java) S 16400 16402 15882 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 162094965 937385984 23229 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1537.64
Current children cumulated vsize (KiB) 915416

[startup+1603.66 s]
/proc/loadavg: 2.02 2.03 1.92 3/88 16481
/proc/meminfo: memFree=1212248/2055920 swapFree=4192812/4192956
[pid=16402] ppid=16400 vsize=915416 CPUtime=1597.4
/proc/16402/stat : 16402 (java) R 16400 16402 15882 0 -1 0 23499 0 1 0 159718 22 0 0 25 0 8 0 162094956 937385984 23229 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073752628 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/16402/statm: 228854 23229 2531 14 0 215324 0
[pid=16402/tid=16404] ppid=16400 vsize=915416 CPUtime=0.18
/proc/16402/task/16404/stat : 16404 (java) S 16400 16402 15882 0 -1 64 6495 0 0 0 15 3 0 0 16 0 8 0 162094961 937385984 23229 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=16402/tid=16405] ppid=16400 vsize=915416 CPUtime=0
/proc/16402/task/16405/stat : 16405 (java) S 16400 16402 15882 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 162094961 937385984 23229 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16402/tid=16406] ppid=16400 vsize=915416 CPUtime=0
/proc/16402/task/16406/stat : 16406 (java) S 16400 16402 15882 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 162094961 937385984 23229 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16402/tid=16407] ppid=16400 vsize=915416 CPUtime=0
/proc/16402/task/16407/stat : 16407 (java) S 16400 16402 15882 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 162094964 937385984 23229 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16402/tid=16408] ppid=16400 vsize=915416 CPUtime=0.24
/proc/16402/task/16408/stat : 16408 (java) S 16400 16402 15882 0 -1 64 391 0 0 0 23 1 0 0 16 0 8 0 162094964 937385984 23229 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16402/tid=16409] ppid=16400 vsize=915416 CPUtime=0
/proc/16402/task/16409/stat : 16409 (java) S 16400 16402 15882 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 162094964 937385984 23229 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16402/tid=16410] ppid=16400 vsize=915416 CPUtime=0
/proc/16402/task/16410/stat : 16410 (java) S 16400 16402 15882 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 162094965 937385984 23229 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1597.4
Current children cumulated vsize (KiB) 915416

[startup+1663.74 s]
/proc/loadavg: 2.00 2.02 1.92 3/88 16481
/proc/meminfo: memFree=1212248/2055920 swapFree=4192812/4192956
[pid=16402] ppid=16400 vsize=915416 CPUtime=1657.18
/proc/16402/stat : 16402 (java) R 16400 16402 15882 0 -1 0 23499 0 1 0 165696 22 0 0 25 0 8 0 162094956 937385984 23229 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073753439 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/16402/statm: 228854 23229 2531 14 0 215324 0
[pid=16402/tid=16404] ppid=16400 vsize=915416 CPUtime=0.18
/proc/16402/task/16404/stat : 16404 (java) S 16400 16402 15882 0 -1 64 6495 0 0 0 15 3 0 0 16 0 8 0 162094961 937385984 23229 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=16402/tid=16405] ppid=16400 vsize=915416 CPUtime=0
/proc/16402/task/16405/stat : 16405 (java) S 16400 16402 15882 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 162094961 937385984 23229 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16402/tid=16406] ppid=16400 vsize=915416 CPUtime=0
/proc/16402/task/16406/stat : 16406 (java) S 16400 16402 15882 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 162094961 937385984 23229 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16402/tid=16407] ppid=16400 vsize=915416 CPUtime=0
/proc/16402/task/16407/stat : 16407 (java) S 16400 16402 15882 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 162094964 937385984 23229 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16402/tid=16408] ppid=16400 vsize=915416 CPUtime=0.24
/proc/16402/task/16408/stat : 16408 (java) S 16400 16402 15882 0 -1 64 391 0 0 0 23 1 0 0 16 0 8 0 162094964 937385984 23229 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16402/tid=16409] ppid=16400 vsize=915416 CPUtime=0
/proc/16402/task/16409/stat : 16409 (java) S 16400 16402 15882 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 162094964 937385984 23229 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16402/tid=16410] ppid=16400 vsize=915416 CPUtime=0
/proc/16402/task/16410/stat : 16410 (java) S 16400 16402 15882 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 162094965 937385984 23229 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1657.18
Current children cumulated vsize (KiB) 915416

[startup+1723.83 s]
/proc/loadavg: 2.06 2.03 1.93 3/88 16481
/proc/meminfo: memFree=1212184/2055920 swapFree=4192812/4192956
[pid=16402] ppid=16400 vsize=915416 CPUtime=1716.92
/proc/16402/stat : 16402 (java) R 16400 16402 15882 0 -1 0 23499 0 1 0 171670 22 0 0 25 0 8 0 162094956 937385984 23229 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073757465 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/16402/statm: 228854 23229 2531 14 0 215324 0
[pid=16402/tid=16404] ppid=16400 vsize=915416 CPUtime=0.18
/proc/16402/task/16404/stat : 16404 (java) S 16400 16402 15882 0 -1 64 6495 0 0 0 15 3 0 0 16 0 8 0 162094961 937385984 23229 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=16402/tid=16405] ppid=16400 vsize=915416 CPUtime=0
/proc/16402/task/16405/stat : 16405 (java) S 16400 16402 15882 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 162094961 937385984 23229 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16402/tid=16406] ppid=16400 vsize=915416 CPUtime=0
/proc/16402/task/16406/stat : 16406 (java) S 16400 16402 15882 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 162094961 937385984 23229 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16402/tid=16407] ppid=16400 vsize=915416 CPUtime=0
/proc/16402/task/16407/stat : 16407 (java) S 16400 16402 15882 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 162094964 937385984 23229 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16402/tid=16408] ppid=16400 vsize=915416 CPUtime=0.24
/proc/16402/task/16408/stat : 16408 (java) S 16400 16402 15882 0 -1 64 391 0 0 0 23 1 0 0 16 0 8 0 162094964 937385984 23229 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16402/tid=16409] ppid=16400 vsize=915416 CPUtime=0
/proc/16402/task/16409/stat : 16409 (java) S 16400 16402 15882 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 162094964 937385984 23229 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16402/tid=16410] ppid=16400 vsize=915416 CPUtime=0
/proc/16402/task/16410/stat : 16410 (java) S 16400 16402 15882 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 162094965 937385984 23229 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1716.92
Current children cumulated vsize (KiB) 915416

[startup+1783.91 s]
/proc/loadavg: 2.02 2.02 1.93 3/88 16481
/proc/meminfo: memFree=1212184/2055920 swapFree=4192812/4192956
[pid=16402] ppid=16400 vsize=915416 CPUtime=1776.68
/proc/16402/stat : 16402 (java) R 16400 16402 15882 0 -1 0 23499 0 1 0 177646 22 0 0 25 0 8 0 162094956 937385984 23229 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073627999 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/16402/statm: 228854 23229 2531 14 0 215324 0
[pid=16402/tid=16404] ppid=16400 vsize=915416 CPUtime=0.18
/proc/16402/task/16404/stat : 16404 (java) S 16400 16402 15882 0 -1 64 6495 0 0 0 15 3 0 0 16 0 8 0 162094961 937385984 23229 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=16402/tid=16405] ppid=16400 vsize=915416 CPUtime=0
/proc/16402/task/16405/stat : 16405 (java) S 16400 16402 15882 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 162094961 937385984 23229 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16402/tid=16406] ppid=16400 vsize=915416 CPUtime=0
/proc/16402/task/16406/stat : 16406 (java) S 16400 16402 15882 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 162094961 937385984 23229 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16402/tid=16407] ppid=16400 vsize=915416 CPUtime=0
/proc/16402/task/16407/stat : 16407 (java) S 16400 16402 15882 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 162094964 937385984 23229 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16402/tid=16408] ppid=16400 vsize=915416 CPUtime=0.24
/proc/16402/task/16408/stat : 16408 (java) S 16400 16402 15882 0 -1 64 391 0 0 0 23 1 0 0 16 0 8 0 162094964 937385984 23229 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16402/tid=16409] ppid=16400 vsize=915416 CPUtime=0
/proc/16402/task/16409/stat : 16409 (java) S 16400 16402 15882 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 162094964 937385984 23229 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16402/tid=16410] ppid=16400 vsize=915416 CPUtime=0
/proc/16402/task/16410/stat : 16410 (java) S 16400 16402 15882 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 162094965 937385984 23229 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1776.68
Current children cumulated vsize (KiB) 915416



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1807.37 s]
/proc/loadavg: 2.01 2.02 1.93 3/88 16481
/proc/meminfo: memFree=1212184/2055920 swapFree=4192812/4192956
[pid=16402] ppid=16400 vsize=915416 CPUtime=1800.04
/proc/16402/stat : 16402 (java) R 16400 16402 15882 0 -1 0 23499 0 1 0 179982 22 0 0 25 0 8 0 162094956 937385984 23229 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073632892 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/16402/statm: 228854 23229 2531 14 0 215324 0
[pid=16402/tid=16404] ppid=16400 vsize=915416 CPUtime=0.18
/proc/16402/task/16404/stat : 16404 (java) S 16400 16402 15882 0 -1 64 6495 0 0 0 15 3 0 0 16 0 8 0 162094961 937385984 23229 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=16402/tid=16405] ppid=16400 vsize=915416 CPUtime=0
/proc/16402/task/16405/stat : 16405 (java) S 16400 16402 15882 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 162094961 937385984 23229 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16402/tid=16406] ppid=16400 vsize=915416 CPUtime=0
/proc/16402/task/16406/stat : 16406 (java) S 16400 16402 15882 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 162094961 937385984 23229 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16402/tid=16407] ppid=16400 vsize=915416 CPUtime=0
/proc/16402/task/16407/stat : 16407 (java) S 16400 16402 15882 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 162094964 937385984 23229 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16402/tid=16408] ppid=16400 vsize=915416 CPUtime=0.24
/proc/16402/task/16408/stat : 16408 (java) S 16400 16402 15882 0 -1 64 391 0 0 0 23 1 0 0 16 0 8 0 162094964 937385984 23229 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16402/tid=16409] ppid=16400 vsize=915416 CPUtime=0
/proc/16402/task/16409/stat : 16409 (java) S 16400 16402 15882 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 162094964 937385984 23229 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16402/tid=16410] ppid=16400 vsize=915416 CPUtime=0
/proc/16402/task/16410/stat : 16410 (java) S 16400 16402 15882 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 162094965 937385984 23229 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 915416

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

Child status: 143
Real time (s): 1807.43
CPU time (s): 1800.11
CPU user time (s): 1799.86
CPU system time (s): 0.242963
CPU usage (%): 99.5948
Max. virtual memory (cumulated for all children) (KiB): 915416

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

runsolver used 2.37964 s user time and 5.62014 s system time

The end

Launcher Data (download as text)

Begin job on node48 on Sun Jan  7 02:29:23 UTC 2007


IDJOB= 199842
IDBENCH= 3643
FILE ID= node48/199842-1168136962

PBS_JOBID= 3478036

Free space on /tmp= 66555 MiB

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

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  77acb5387e5cce7e11a1449191e1b24c

RANDOM SEED= 767896192

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.218
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.218
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:       1311592 kB
Buffers:         48684 kB
Cached:         579704 kB
SwapCached:          0 kB
Active:         220404 kB
Inactive:       450452 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1311592 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            4520 kB
Writeback:           0 kB
Mapped:          53476 kB
Slab:            58788 kB
Committed_AS:  3411588 kB
PageTables:       1796 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= 66554 MiB



End job on node48 on Sun Jan  7 02:59:30 UTC 2007