Trace number 213936

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.09 1809.95

General information on the benchmark

NamepseudoSeries/par/
par-32-1.xml
MD5SUM559a881d23ac5e57080f700e0bfd9298
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables6352
Number of constraints13312
Maximum constraint arity3
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension13312
Global constraints used (with number of constraints)

Solver Data (download as text)

0.31	   
0.31	Abscon 109 (November, 2006)
0.31	   
0.31	   configuration
0.31	     name=esac.xml
0.34	   
0.34	   instance
0.34	     name=/tmp/evaluation/213936-1168227329/unknown.xml
0.38	   
0.38	   domains being loaded...
0.38	   
0.38	   variables being loaded...
0.62	     nbVariables=6352  nbDomainTypes=2  minDomainSize=1  maxDomainSize=2
0.62	       =>  wckTime=0.301  cpuTime=0.23  mem=17M615
0.62	   
0.62	   predicates being loaded...
0.62	   
0.62	   constraints being loaded...
2.26	     nbConstraints=13312  nbSingletonDomainVariables=141  nbConvertedConstraints=6224  nbConvertConstraintsChecks=62
2.26	     nbExtensionStructures=5  nbSharedExtensionStructures=6219  nbConflictsStructures=15
2.26	     nbSharedConflictsStructures=13297  nbSharedBinaryRepresentations=13  nbEvaluationManagers=10
2.26	     nbSharedEvaluationManagers=7078  maxDegree=81  maxArity=3
2.26	       =>  wckTime=1.94  cpuTime=1.72  mem=49M362
2.40	   
2.40	   solver IterativeSystematicSolver being built... 
2.92	       =>  wckTime=2.602  cpuTime=2.15  mem=40M971
7.56	   
7.56	   preprocessing
7.56	     nbConstraintChecks=34662  nbValidityChecks=10113  nbPropagations=20813  nbRevisions=46780  nbUselessRevisions=38622
7.56	     nbSingletonTests=6382  nbEffectiveSingletonTests=0  nbESACBranches=3  nbRemovedValues=1375
7.56	     detectedInconsistency=no
7.56	       =>  wckTime=4.625  cpuTime=4.55  mem=41M973
8.11	   
8.11	   search
8.11	     run=0  nbConstraintChecks=31359  nbValidityChecks=12556  nbPropagations=30127  nbRevisions=79759
8.11	     nbUselessRevisions=62283  nbAssignments=74  nbFailedAssignments=4  nbBacktracks=14  nbVisitedNodes=83
8.11	     nbRestartNogoods=0  mapSize=7  nbInferences=0  nbTooLargeKeys=0
8.11	       =>  wckTime=5.181  cpuTime=5.08  mem=41M973
8.62	   
8.62	   search
8.62	     run=1  nbConstraintChecks=59803  nbValidityChecks=27169  nbPropagations=69986  nbRevisions=193043
8.62	     nbUselessRevisions=148358  nbAssignments=148  nbFailedAssignments=8  nbBacktracks=30  nbVisitedNodes=165
8.62	     nbRestartNogoods=1  mapSize=14  nbInferences=0  nbTooLargeKeys=0
8.62	       =>  wckTime=5.692  cpuTime=5.59  mem=42M975
9.28	   
9.28	   search
9.28	     run=2  nbConstraintChecks=103086  nbValidityChecks=49519  nbPropagations=124345  nbRevisions=357522
9.28	     nbUselessRevisions=271099  nbAssignments=237  nbFailedAssignments=15  nbBacktracks=52  nbVisitedNodes=268
9.28	     nbRestartNogoods=2  mapSize=25  nbInferences=0  nbTooLargeKeys=0
9.28	       =>  wckTime=6.351  cpuTime=6.24  mem=42M975
10.08	   
10.08	   search
10.08	     run=3  nbConstraintChecks=158595  nbValidityChecks=78536  nbPropagations=197434  nbRevisions=588110
10.08	     nbUselessRevisions=441173  nbAssignments=340  nbFailedAssignments=24  nbBacktracks=92  nbVisitedNodes=389
10.08	     nbRestartNogoods=5  mapSize=41  nbInferences=0  nbTooLargeKeys=0
10.08	       =>  wckTime=7.147  cpuTime=7.04  mem=42M975
11.06	   
11.06	   search
11.06	     run=4  nbConstraintChecks=234385  nbValidityChecks=118274  nbPropagations=295617  nbRevisions=908961
11.06	     nbUselessRevisions=676337  nbAssignments=463  nbFailedAssignments=37  nbBacktracks=142  nbVisitedNodes=538
11.06	     nbRestartNogoods=7  mapSize=64  nbInferences=0  nbTooLargeKeys=0
11.06	       =>  wckTime=8.131  cpuTime=8.01  mem=42M975
12.29	   
12.29	   search
12.29	     run=5  nbConstraintChecks=340240  nbValidityChecks=174038  nbPropagations=428726  nbRevisions=1356170
12.29	     nbUselessRevisions=1002804  nbAssignments=612  nbFailedAssignments=56  nbBacktracks=218  nbVisitedNodes=725
12.29	     nbRestartNogoods=10  mapSize=100  nbInferences=0  nbTooLargeKeys=0
12.29	       =>  wckTime=9.365  cpuTime=9.24  mem=42M975
13.92	   
13.92	   search
13.92	     run=6  nbConstraintChecks=466490  nbValidityChecks=238818  nbPropagations=603293  nbRevisions=1951201
13.92	     nbUselessRevisions=1435459  nbAssignments=802  nbFailedAssignments=80  nbBacktracks=332  nbVisitedNodes=963
13.92	     nbRestartNogoods=12  mapSize=146  nbInferences=0  nbTooLargeKeys=0
13.92	       =>  wckTime=10.988  cpuTime=10.86  mem=42M975
16.16	   
16.16	   search
16.16	     run=7  nbConstraintChecks=574004  nbValidityChecks=294425  nbPropagations=812804  nbRevisions=2672242
16.16	     nbUselessRevisions=1959063  nbAssignments=1055  nbFailedAssignments=99  nbBacktracks=504  nbVisitedNodes=1254
16.16	     nbRestartNogoods=14  mapSize=181  nbInferences=0  nbTooLargeKeys=0
16.16	       =>  wckTime=13.237  cpuTime=13.09  mem=42M975
19.28	   
19.28	   search
19.28	     run=8  nbConstraintChecks=747201  nbValidityChecks=383666  nbPropagations=1079144  nbRevisions=3596387
19.28	     nbUselessRevisions=2628720  nbAssignments=1414  nbFailedAssignments=132  nbBacktracks=764  nbVisitedNodes=1678
19.28	     nbRestartNogoods=17  mapSize=243  nbInferences=0  nbTooLargeKeys=0
19.28	       =>  wckTime=16.356  cpuTime=16.2  mem=42M975
23.82	   
23.82	   search
23.82	     run=9  nbConstraintChecks=952275  nbValidityChecks=494383  nbPropagations=1412397  nbRevisions=4772484
23.82	     nbUselessRevisions=3483113  nbAssignments=1922  nbFailedAssignments=186  nbBacktracks=1150  nbVisitedNodes=2283
23.82	     nbRestartNogoods=20  mapSize=337  nbInferences=0  nbTooLargeKeys=0
23.82	       =>  wckTime=20.896  cpuTime=20.73  mem=43M976
30.36	   
30.36	   search
30.36	     run=10  nbConstraintChecks=1219351  nbValidityChecks=635610  nbPropagations=1832240  nbRevisions=6270468
30.36	     nbUselessRevisions=4572430  nbAssignments=2644  nbFailedAssignments=259  nbBacktracks=1727  nbVisitedNodes=3147
30.36	     nbRestartNogoods=23  mapSize=477  nbInferences=0  nbTooLargeKeys=0
30.36	       =>  wckTime=27.436  cpuTime=27.24  mem=43M976
39.86	   
39.86	   search
39.86	     run=11  nbConstraintChecks=1504408  nbValidityChecks=784413  nbPropagations=2344488  nbRevisions=8107606
39.86	     nbUselessRevisions=5907996  nbAssignments=3665  nbFailedAssignments=345  nbBacktracks=2591  nbVisitedNodes=4330
39.86	     nbRestartNogoods=25  mapSize=633  nbInferences=0  nbTooLargeKeys=0
39.86	       =>  wckTime=36.935  cpuTime=36.73  mem=44M978
53.89	   
53.89	   search
53.89	     run=12  nbConstraintChecks=1798763  nbValidityChecks=940001  nbPropagations=2951388  nbRevisions=10296150
53.89	     nbUselessRevisions=7499500  nbAssignments=5159  nbFailedAssignments=456  nbBacktracks=3892  nbVisitedNodes=6032
53.89	     nbRestartNogoods=31  mapSize=833  nbInferences=0  nbTooLargeKeys=0
53.89	       =>  wckTime=50.964  cpuTime=50.74  mem=45M980
64.39	   
64.39	   INFO : Stopping hyperNogood (mapSize=1007, nbTooLargekeys=0, mem=46M981)
66.42	   
66.42	   search
66.42	     run=13  nbConstraintChecks=2183570  nbValidityChecks=1158985  nbPropagations=3680416  nbRevisions=12967081
66.42	     nbUselessRevisions=9448018  nbAssignments=7395  nbFailedAssignments=669  nbBacktracks=5849  nbVisitedNodes=8717
66.42	     nbRestartNogoods=39
66.42	       =>  wckTime=63.495  cpuTime=63.26  mem=46M981
73.74	   
73.74	   search
73.74	     run=14  nbConstraintChecks=3666682  nbValidityChecks=1934418  nbPropagations=4897993  nbRevisions=17400543
73.74	     nbUselessRevisions=12660302  nbAssignments=10779  nbFailedAssignments=1060  nbBacktracks=8769  nbVisitedNodes=12902
73.74	     nbRestartNogoods=44
73.74	       =>  wckTime=70.812  cpuTime=70.56  mem=46M981
88.20	   
88.20	   search
88.20	     run=15  nbConstraintChecks=8062532  nbValidityChecks=4115622  nbPropagations=7590740  nbRevisions=26902845
88.20	     nbUselessRevisions=19436959  nbAssignments=16032  nbFailedAssignments=1717  nbBacktracks=13158
88.20	     nbVisitedNodes=19299  nbRestartNogoods=51
88.20	       =>  wckTime=85.268  cpuTime=84.92  mem=46M981
113.87	   
113.87	   search
113.87	     run=16  nbConstraintChecks=17601987  nbValidityChecks=8698078  nbPropagations=13492212  nbRevisions=47074887
113.87	     nbUselessRevisions=33617249  nbAssignments=23694  nbFailedAssignments=2729  nbBacktracks=19732
113.87	     nbVisitedNodes=28973  nbRestartNogoods=55
113.87	       =>  wckTime=110.94  cpuTime=110.47  mem=46M981
146.07	   
146.07	   search
146.07	     run=17  nbConstraintChecks=27549115  nbValidityChecks=13762052  nbPropagations=22808564  nbRevisions=78977849
146.07	     nbUselessRevisions=56040668  nbAssignments=34945  nbFailedAssignments=4039  nbBacktracks=29590
146.07	     nbVisitedNodes=42846  nbRestartNogoods=63
146.07	       =>  wckTime=143.138  cpuTime=142.48  mem=46M981
205.84	   
205.84	   search
205.84	     run=18  nbConstraintChecks=50510779  nbValidityChecks=24863268  nbPropagations=39911391  nbRevisions=136674518
205.84	     nbUselessRevisions=96326862  nbAssignments=51842  nbFailedAssignments=6089  nbBacktracks=44371
205.84	     nbVisitedNodes=63841  nbRestartNogoods=67
205.84	       =>  wckTime=202.915  cpuTime=201.94  mem=46M981
277.03	   
277.04	   search
277.04	     run=19  nbConstraintChecks=72772741  nbValidityChecks=36066631  nbPropagations=64488191  nbRevisions=220212668
277.04	     nbUselessRevisions=154815773  nbAssignments=76555  nbFailedAssignments=8548  nbBacktracks=66539
277.04	     nbVisitedNodes=93470  nbRestartNogoods=74
277.04	       =>  wckTime=274.108  cpuTime=272.73  mem=46M981
385.82	   
385.82	   search
385.82	     run=20  nbConstraintChecks=109293188  nbValidityChecks=54176776  nbPropagations=101424533  nbRevisions=345732663
385.82	     nbUselessRevisions=242757027  nbAssignments=113099  nbFailedAssignments=11764  nbBacktracks=99793
385.82	     nbVisitedNodes=136373  nbRestartNogoods=85
385.82	       =>  wckTime=382.895  cpuTime=380.92  mem=46M981
542.75	   
542.75	   search
542.75	     run=21  nbConstraintChecks=160670577  nbValidityChecks=80985936  nbPropagations=155424881  nbRevisions=530378297
542.75	     nbUselessRevisions=372458410  nbAssignments=167583  nbFailedAssignments=16305  nbBacktracks=149671
542.75	     nbVisitedNodes=200014  nbRestartNogoods=93
542.75	       =>  wckTime=539.824  cpuTime=536.96  mem=46M981
813.14	   
813.14	   search
813.14	     run=22  nbConstraintChecks=253585320  nbValidityChecks=129782842  nbPropagations=240082276  nbRevisions=824693108
813.14	     nbUselessRevisions=580430168  nbAssignments=252166  nbFailedAssignments=26015  nbBacktracks=224491
813.14	     nbVisitedNodes=304013  nbRestartNogoods=100
813.14	       =>  wckTime=810.214  cpuTime=805.87  mem=46M981
1073.37	   
1073.37	   search
1073.37	     run=23  nbConstraintChecks=313301846  nbValidityChecks=161315765  nbPropagations=344812200  nbRevisions=1189635946
1073.37	     nbUselessRevisions=838823434  nbAssignments=368685  nbFailedAssignments=30226  nbBacktracks=336737
1073.37	     nbVisitedNodes=428947  nbRestartNogoods=104
1073.37	       =>  wckTime=1070.439  cpuTime=1064.7  mem=46M981
1579.34	   
1579.34	   search
1579.34	     run=24  nbConstraintChecks=469373646  nbValidityChecks=244522271  nbPropagations=501056119  nbRevisions=1738209372
1579.34	     nbUselessRevisions=1228605771  nbAssignments=550424  nbFailedAssignments=43555  nbBacktracks=505085
1579.34	     nbVisitedNodes=637327  nbRestartNogoods=113
1579.34	       =>  wckTime=1576.411  cpuTime=1567.74  mem=46M981

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

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

/proc/loadavg: 2.00 2.00 1.89 4/87 12997
/proc/meminfo: memFree=1799968/2055920 swapFree=4182236/4192956
[pid=12996] ppid=12994 vsize=18540 CPUtime=0
/proc/12996/stat : 12996 (runsolver) R 12994 12996 12644 0 -1 4194368 17 0 0 0 0 0 0 0 19 0 1 0 171127801 18984960 279 18446744073709551615 4194304 4267372 548682068960 18446744073709551615 212234464551 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/12996/statm: 4635 279 244 17 0 2626 0

[startup+0.104977 s]
/proc/loadavg: 2.00 2.00 1.89 4/87 12997
/proc/meminfo: memFree=1799968/2055920 swapFree=4182236/4192956
[pid=12996] ppid=12994 vsize=914988 CPUtime=0.09
/proc/12996/stat : 12996 (java) R 12994 12996 12644 0 -1 0 2978 0 1 0 7 2 0 0 19 0 8 0 171127801 936947712 2724 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4072940966 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/12996/statm: 228747 2724 1423 14 0 215242 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 914988

[startup+0.513014 s]
/proc/loadavg: 2.00 2.00 1.89 4/87 12997
/proc/meminfo: memFree=1799968/2055920 swapFree=4182236/4192956
[pid=12996] ppid=12994 vsize=915328 CPUtime=0.49
/proc/12996/stat : 12996 (java) R 12994 12996 12644 0 -1 0 6580 0 1 0 44 5 0 0 18 0 8 0 171127801 937295872 6319 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4072923463 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/12996/statm: 228832 6319 2136 14 0 215302 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 915328

[startup+1.3341 s]
/proc/loadavg: 2.00 2.00 1.89 3/94 13004
/proc/meminfo: memFree=1737576/2055920 swapFree=4182236/4192956
[pid=12996] ppid=12994 vsize=915640 CPUtime=1.3
/proc/12996/stat : 12996 (java) R 12994 12996 12644 0 -1 0 17998 0 1 0 114 16 0 0 24 0 8 0 171127801 937615360 17736 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/12996/statm: 228910 17736 2178 14 0 215380 0
[pid=12996/tid=12998] ppid=12994 vsize=915640 CPUtime=0.06
/proc/12996/task/12998/stat : 12998 (java) S 12994 12996 12644 0 -1 64 1385 0 0 0 6 0 0 0 17 0 8 0 171127805 937615360 17736 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=12996/tid=12999] ppid=12994 vsize=915640 CPUtime=0
/proc/12996/task/12999/stat : 12999 (java) S 12994 12996 12644 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 171127805 937615360 17736 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12996/tid=13000] ppid=12994 vsize=915640 CPUtime=0
/proc/12996/task/13000/stat : 13000 (java) S 12994 12996 12644 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 171127805 937615360 17736 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12996/tid=13001] ppid=12994 vsize=915640 CPUtime=0
/proc/12996/task/13001/stat : 13001 (java) S 12994 12996 12644 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 171127809 937615360 17736 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12996/tid=13002] ppid=12994 vsize=915640 CPUtime=0.17
/proc/12996/task/13002/stat : 13002 (java) S 12994 12996 12644 0 -1 64 423 0 0 0 16 1 0 0 16 0 8 0 171127809 937615360 17736 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12996/tid=13003] ppid=12994 vsize=915640 CPUtime=0
/proc/12996/task/13003/stat : 13003 (java) S 12994 12996 12644 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 171127809 937615360 17736 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12996/tid=13004] ppid=12994 vsize=915640 CPUtime=0
/proc/12996/task/13004/stat : 13004 (java) S 12994 12996 12644 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 171127809 937615360 17736 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.3
Current children cumulated vsize (KiB) 915640

[startup+2.97125 s]
/proc/loadavg: 2.00 2.00 1.89 3/94 13004
/proc/meminfo: memFree=1737320/2055920 swapFree=4182236/4192956
[pid=12996] ppid=12994 vsize=915740 CPUtime=2.94
/proc/12996/stat : 12996 (java) R 12994 12996 12644 0 -1 0 21628 0 1 0 224 70 0 0 25 0 8 0 171127801 937717760 21363 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4072930656 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/12996/statm: 228935 21363 2536 14 0 215405 0
[pid=12996/tid=12998] ppid=12994 vsize=915740 CPUtime=0.22
/proc/12996/task/12998/stat : 12998 (java) S 12994 12996 12644 0 -1 64 4532 0 0 0 21 1 0 0 16 0 8 0 171127805 937717760 21363 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=12996/tid=12999] ppid=12994 vsize=915740 CPUtime=0
/proc/12996/task/12999/stat : 12999 (java) S 12994 12996 12644 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 171127805 937717760 21363 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12996/tid=13000] ppid=12994 vsize=915740 CPUtime=0
/proc/12996/task/13000/stat : 13000 (java) S 12994 12996 12644 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 171127805 937717760 21363 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12996/tid=13001] ppid=12994 vsize=915740 CPUtime=0
/proc/12996/task/13001/stat : 13001 (java) S 12994 12996 12644 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 171127809 937717760 21363 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12996/tid=13002] ppid=12994 vsize=915740 CPUtime=0.27
/proc/12996/task/13002/stat : 13002 (java) S 12994 12996 12644 0 -1 64 481 0 0 0 26 1 0 0 16 0 8 0 171127809 937717760 21363 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12996/tid=13003] ppid=12994 vsize=915740 CPUtime=0
/proc/12996/task/13003/stat : 13003 (java) S 12994 12996 12644 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 171127809 937717760 21363 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12996/tid=13004] ppid=12994 vsize=915740 CPUtime=0
/proc/12996/task/13004/stat : 13004 (java) S 12994 12996 12644 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 171127809 937717760 21363 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.94
Current children cumulated vsize (KiB) 915740

[startup+6.26856 s]
/proc/loadavg: 2.00 2.00 1.89 3/94 13004
/proc/meminfo: memFree=1724072/2055920 swapFree=4182236/4192956
[pid=12996] ppid=12994 vsize=915740 CPUtime=6.22
/proc/12996/stat : 12996 (java) R 12994 12996 12644 0 -1 0 21649 0 1 0 552 70 0 0 25 0 8 0 171127801 937717760 21381 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4074125406 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/12996/statm: 228935 21381 2536 14 0 215405 0
[pid=12996/tid=12998] ppid=12994 vsize=915740 CPUtime=0.22
/proc/12996/task/12998/stat : 12998 (java) S 12994 12996 12644 0 -1 64 4532 0 0 0 21 1 0 0 17 0 8 0 171127805 937717760 21381 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=12996/tid=12999] ppid=12994 vsize=915740 CPUtime=0
/proc/12996/task/12999/stat : 12999 (java) S 12994 12996 12644 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 171127805 937717760 21381 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12996/tid=13000] ppid=12994 vsize=915740 CPUtime=0
/proc/12996/task/13000/stat : 13000 (java) S 12994 12996 12644 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 171127805 937717760 21381 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12996/tid=13001] ppid=12994 vsize=915740 CPUtime=0
/proc/12996/task/13001/stat : 13001 (java) S 12994 12996 12644 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 171127809 937717760 21381 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12996/tid=13002] ppid=12994 vsize=915740 CPUtime=0.31
/proc/12996/task/13002/stat : 13002 (java) S 12994 12996 12644 0 -1 64 501 0 0 0 30 1 0 0 15 0 8 0 171127809 937717760 21381 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12996/tid=13003] ppid=12994 vsize=915740 CPUtime=0
/proc/12996/task/13003/stat : 13003 (java) S 12994 12996 12644 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 171127809 937717760 21381 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12996/tid=13004] ppid=12994 vsize=915740 CPUtime=0
/proc/12996/task/13004/stat : 13004 (java) S 12994 12996 12644 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 171127809 937717760 21381 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 915740

[startup+12.7482 s]
/proc/loadavg: 2.00 2.00 1.89 3/94 13004
/proc/meminfo: memFree=1724072/2055920 swapFree=4182236/4192956
[pid=12996] ppid=12994 vsize=915740 CPUtime=12.67
/proc/12996/stat : 12996 (java) R 12994 12996 12644 0 -1 0 21671 0 1 0 1196 71 0 0 25 0 8 0 171127801 937717760 21400 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4074099947 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/12996/statm: 228935 21400 2539 14 0 215405 0
[pid=12996/tid=12998] ppid=12994 vsize=915740 CPUtime=0.22
/proc/12996/task/12998/stat : 12998 (java) S 12994 12996 12644 0 -1 64 4532 0 0 0 21 1 0 0 16 0 8 0 171127805 937717760 21400 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=12996/tid=12999] ppid=12994 vsize=915740 CPUtime=0
/proc/12996/task/12999/stat : 12999 (java) S 12994 12996 12644 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 171127805 937717760 21400 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12996/tid=13000] ppid=12994 vsize=915740 CPUtime=0
/proc/12996/task/13000/stat : 13000 (java) S 12994 12996 12644 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 171127805 937717760 21400 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12996/tid=13001] ppid=12994 vsize=915740 CPUtime=0
/proc/12996/task/13001/stat : 13001 (java) S 12994 12996 12644 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 171127809 937717760 21400 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12996/tid=13002] ppid=12994 vsize=915740 CPUtime=0.34
/proc/12996/task/13002/stat : 13002 (java) S 12994 12996 12644 0 -1 64 514 0 0 0 32 2 0 0 16 0 8 0 171127809 937717760 21400 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12996/tid=13003] ppid=12994 vsize=915740 CPUtime=0
/proc/12996/task/13003/stat : 13003 (java) S 12994 12996 12644 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 171127809 937717760 21400 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12996/tid=13004] ppid=12994 vsize=915740 CPUtime=0
/proc/12996/task/13004/stat : 13004 (java) S 12994 12996 12644 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 171127809 937717760 21400 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 915740

[startup+25.6394 s]
/proc/loadavg: 2.00 2.00 1.89 3/101 13078
/proc/meminfo: memFree=1697384/2055920 swapFree=4182236/4192956
[pid=12996] ppid=12994 vsize=915740 CPUtime=25.53
/proc/12996/stat : 12996 (java) R 12994 12996 12644 0 -1 0 21683 0 1 0 2481 72 0 0 25 0 8 0 171127801 937717760 21409 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4074182563 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/12996/statm: 228935 21409 2539 14 0 215405 0
[pid=12996/tid=12998] ppid=12994 vsize=915740 CPUtime=0.22
/proc/12996/task/12998/stat : 12998 (java) S 12994 12996 12644 0 -1 64 4532 0 0 0 21 1 0 0 16 0 8 0 171127805 937717760 21409 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=12996/tid=12999] ppid=12994 vsize=915740 CPUtime=0
/proc/12996/task/12999/stat : 12999 (java) S 12994 12996 12644 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 171127805 937717760 21409 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12996/tid=13000] ppid=12994 vsize=915740 CPUtime=0
/proc/12996/task/13000/stat : 13000 (java) S 12994 12996 12644 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 171127805 937717760 21409 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12996/tid=13001] ppid=12994 vsize=915740 CPUtime=0
/proc/12996/task/13001/stat : 13001 (java) S 12994 12996 12644 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 171127809 937717760 21409 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12996/tid=13002] ppid=12994 vsize=915740 CPUtime=0.36
/proc/12996/task/13002/stat : 13002 (java) S 12994 12996 12644 0 -1 64 523 0 0 0 34 2 0 0 15 0 8 0 171127809 937717760 21409 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12996/tid=13003] ppid=12994 vsize=915740 CPUtime=0
/proc/12996/task/13003/stat : 13003 (java) S 12994 12996 12644 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 171127809 937717760 21409 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12996/tid=13004] ppid=12994 vsize=915740 CPUtime=0
/proc/12996/task/13004/stat : 13004 (java) S 12994 12996 12644 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 171127809 937717760 21409 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.53
Current children cumulated vsize (KiB) 915740

[startup+51.2948 s]
/proc/loadavg: 2.07 2.02 1.90 3/101 13078
/proc/meminfo: memFree=1669608/2055920 swapFree=4182236/4192956
[pid=12996] ppid=12994 vsize=915740 CPUtime=51.14
/proc/12996/stat : 12996 (java) R 12994 12996 12644 0 -1 0 21692 0 1 0 5042 72 0 0 25 0 8 0 171127801 937717760 21412 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4074182563 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/12996/statm: 228935 21412 2539 14 0 215405 0
[pid=12996/tid=12998] ppid=12994 vsize=915740 CPUtime=0.22
/proc/12996/task/12998/stat : 12998 (java) S 12994 12996 12644 0 -1 64 4532 0 0 0 21 1 0 0 16 0 8 0 171127805 937717760 21412 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=12996/tid=12999] ppid=12994 vsize=915740 CPUtime=0
/proc/12996/task/12999/stat : 12999 (java) S 12994 12996 12644 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 171127805 937717760 21412 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12996/tid=13000] ppid=12994 vsize=915740 CPUtime=0
/proc/12996/task/13000/stat : 13000 (java) S 12994 12996 12644 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 171127805 937717760 21412 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12996/tid=13001] ppid=12994 vsize=915740 CPUtime=0
/proc/12996/task/13001/stat : 13001 (java) S 12994 12996 12644 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 171127809 937717760 21412 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12996/tid=13002] ppid=12994 vsize=915740 CPUtime=0.37
/proc/12996/task/13002/stat : 13002 (java) S 12994 12996 12644 0 -1 64 526 0 0 0 35 2 0 0 16 0 8 0 171127809 937717760 21412 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12996/tid=13003] ppid=12994 vsize=915740 CPUtime=0
/proc/12996/task/13003/stat : 13003 (java) S 12994 12996 12644 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 171127809 937717760 21412 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12996/tid=13004] ppid=12994 vsize=915740 CPUtime=0
/proc/12996/task/13004/stat : 13004 (java) S 12994 12996 12644 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 171127809 937717760 21412 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 51.14
Current children cumulated vsize (KiB) 915740

[startup+102.548 s]
/proc/loadavg: 2.03 2.01 1.90 3/101 13078
/proc/meminfo: memFree=1650088/2055920 swapFree=4182236/4192956
[pid=12996] ppid=12994 vsize=915740 CPUtime=102.2
/proc/12996/stat : 12996 (java) R 12994 12996 12644 0 -1 0 21696 0 1 0 10148 72 0 0 25 0 8 0 171127801 937717760 21414 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4074076135 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/12996/statm: 228935 21414 2539 14 0 215405 0
[pid=12996/tid=12998] ppid=12994 vsize=915740 CPUtime=0.22
/proc/12996/task/12998/stat : 12998 (java) S 12994 12996 12644 0 -1 64 4532 0 0 0 21 1 0 0 16 0 8 0 171127805 937717760 21414 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=12996/tid=12999] ppid=12994 vsize=915740 CPUtime=0
/proc/12996/task/12999/stat : 12999 (java) S 12994 12996 12644 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 171127805 937717760 21414 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12996/tid=13000] ppid=12994 vsize=915740 CPUtime=0
/proc/12996/task/13000/stat : 13000 (java) S 12994 12996 12644 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 171127805 937717760 21414 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12996/tid=13001] ppid=12994 vsize=915740 CPUtime=0
/proc/12996/task/13001/stat : 13001 (java) S 12994 12996 12644 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 171127809 937717760 21414 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12996/tid=13002] ppid=12994 vsize=915740 CPUtime=0.37
/proc/12996/task/13002/stat : 13002 (java) S 12994 12996 12644 0 -1 64 528 0 0 0 35 2 0 0 17 0 8 0 171127809 937717760 21414 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12996/tid=13003] ppid=12994 vsize=915740 CPUtime=0
/proc/12996/task/13003/stat : 13003 (java) S 12994 12996 12644 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 171127809 937717760 21414 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12996/tid=13004] ppid=12994 vsize=915740 CPUtime=0
/proc/12996/task/13004/stat : 13004 (java) S 12994 12996 12644 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 171127809 937717760 21414 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 102.2
Current children cumulated vsize (KiB) 915740

[startup+162.638 s]
/proc/loadavg: 2.12 2.04 1.92 3/101 13078
/proc/meminfo: memFree=1649576/2055920 swapFree=4182236/4192956
[pid=12996] ppid=12994 vsize=915740 CPUtime=161.97
/proc/12996/stat : 12996 (java) R 12994 12996 12644 0 -1 0 21696 0 1 0 16125 72 0 0 25 0 8 0 171127801 937717760 21414 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4074070421 0 4 0 23759 18446744073709551615 0 0 17 0 0 0

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

Current children cumulated CPU time (s) 1416.99
Current children cumulated vsize (KiB) 915740

[startup+1484.67 s]
/proc/loadavg: 2.02 2.02 1.97 3/101 13078
/proc/meminfo: memFree=1645288/2055920 swapFree=4182236/4192956
[pid=12996] ppid=12994 vsize=915740 CPUtime=1476.75
/proc/12996/stat : 12996 (java) R 12994 12996 12644 0 -1 0 21697 0 1 0 147598 77 0 0 25 0 8 0 171127801 937717760 21414 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4074178001 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/12996/statm: 228935 21414 2539 14 0 215405 0
[pid=12996/tid=12998] ppid=12994 vsize=915740 CPUtime=0.22
/proc/12996/task/12998/stat : 12998 (java) S 12994 12996 12644 0 -1 64 4532 0 0 0 21 1 0 0 16 0 8 0 171127805 937717760 21414 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=12996/tid=12999] ppid=12994 vsize=915740 CPUtime=0
/proc/12996/task/12999/stat : 12999 (java) S 12994 12996 12644 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 171127805 937717760 21414 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12996/tid=13000] ppid=12994 vsize=915740 CPUtime=0
/proc/12996/task/13000/stat : 13000 (java) S 12994 12996 12644 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 171127805 937717760 21414 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12996/tid=13001] ppid=12994 vsize=915740 CPUtime=0
/proc/12996/task/13001/stat : 13001 (java) S 12994 12996 12644 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 171127809 937717760 21414 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12996/tid=13002] ppid=12994 vsize=915740 CPUtime=0.37
/proc/12996/task/13002/stat : 13002 (java) S 12994 12996 12644 0 -1 64 528 0 0 0 35 2 0 0 16 0 8 0 171127809 937717760 21414 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12996/tid=13003] ppid=12994 vsize=915740 CPUtime=0
/proc/12996/task/13003/stat : 13003 (java) S 12994 12996 12644 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 171127809 937717760 21414 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12996/tid=13004] ppid=12994 vsize=915740 CPUtime=0
/proc/12996/task/13004/stat : 13004 (java) S 12994 12996 12644 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 171127809 937717760 21414 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1476.75
Current children cumulated vsize (KiB) 915740

[startup+1544.76 s]
/proc/loadavg: 2.00 2.02 1.97 3/107 13150
/proc/meminfo: memFree=1643336/2055920 swapFree=4182236/4192956
[pid=12996] ppid=12994 vsize=915740 CPUtime=1536.5
/proc/12996/stat : 12996 (java) R 12994 12996 12644 0 -1 0 21697 0 1 0 153571 79 0 0 25 0 8 0 171127801 937717760 21414 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4074081731 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/12996/statm: 228935 21414 2539 14 0 215405 0
[pid=12996/tid=12998] ppid=12994 vsize=915740 CPUtime=0.22
/proc/12996/task/12998/stat : 12998 (java) S 12994 12996 12644 0 -1 64 4532 0 0 0 21 1 0 0 16 0 8 0 171127805 937717760 21414 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=12996/tid=12999] ppid=12994 vsize=915740 CPUtime=0
/proc/12996/task/12999/stat : 12999 (java) S 12994 12996 12644 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 171127805 937717760 21414 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12996/tid=13000] ppid=12994 vsize=915740 CPUtime=0
/proc/12996/task/13000/stat : 13000 (java) S 12994 12996 12644 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 171127805 937717760 21414 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12996/tid=13001] ppid=12994 vsize=915740 CPUtime=0
/proc/12996/task/13001/stat : 13001 (java) S 12994 12996 12644 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 171127809 937717760 21414 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12996/tid=13002] ppid=12994 vsize=915740 CPUtime=0.37
/proc/12996/task/13002/stat : 13002 (java) S 12994 12996 12644 0 -1 64 528 0 0 0 35 2 0 0 16 0 8 0 171127809 937717760 21414 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12996/tid=13003] ppid=12994 vsize=915740 CPUtime=0
/proc/12996/task/13003/stat : 13003 (java) S 12994 12996 12644 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 171127809 937717760 21414 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12996/tid=13004] ppid=12994 vsize=915740 CPUtime=0
/proc/12996/task/13004/stat : 13004 (java) S 12994 12996 12644 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 171127809 937717760 21414 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1536.5
Current children cumulated vsize (KiB) 915740

[startup+1604.78 s]
/proc/loadavg: 2.00 2.01 1.97 3/107 13242
/proc/meminfo: memFree=1643112/2055920 swapFree=4182236/4192956
[pid=12996] ppid=12994 vsize=915740 CPUtime=1596.05
/proc/12996/stat : 12996 (java) R 12994 12996 12644 0 -1 0 21697 0 1 0 159515 90 0 0 25 0 8 0 171127801 937717760 21414 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4074143415 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/12996/statm: 228935 21414 2539 14 0 215405 0
[pid=12996/tid=12998] ppid=12994 vsize=915740 CPUtime=0.22
/proc/12996/task/12998/stat : 12998 (java) S 12994 12996 12644 0 -1 64 4532 0 0 0 21 1 0 0 16 0 8 0 171127805 937717760 21414 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=12996/tid=12999] ppid=12994 vsize=915740 CPUtime=0
/proc/12996/task/12999/stat : 12999 (java) S 12994 12996 12644 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 171127805 937717760 21414 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12996/tid=13000] ppid=12994 vsize=915740 CPUtime=0
/proc/12996/task/13000/stat : 13000 (java) S 12994 12996 12644 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 171127805 937717760 21414 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12996/tid=13001] ppid=12994 vsize=915740 CPUtime=0
/proc/12996/task/13001/stat : 13001 (java) S 12994 12996 12644 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 171127809 937717760 21414 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12996/tid=13002] ppid=12994 vsize=915740 CPUtime=0.37
/proc/12996/task/13002/stat : 13002 (java) S 12994 12996 12644 0 -1 64 528 0 0 0 35 2 0 0 16 0 8 0 171127809 937717760 21414 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12996/tid=13003] ppid=12994 vsize=915740 CPUtime=0
/proc/12996/task/13003/stat : 13003 (java) S 12994 12996 12644 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 171127809 937717760 21414 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12996/tid=13004] ppid=12994 vsize=915740 CPUtime=0
/proc/12996/task/13004/stat : 13004 (java) S 12994 12996 12644 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 171127809 937717760 21414 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1596.05
Current children cumulated vsize (KiB) 915740

[startup+1664.78 s]
/proc/loadavg: 2.09 2.03 1.98 3/101 13276
/proc/meminfo: memFree=1644200/2055920 swapFree=4182236/4192956
[pid=12996] ppid=12994 vsize=915740 CPUtime=1655.7
/proc/12996/stat : 12996 (java) R 12994 12996 12644 0 -1 0 21697 0 1 0 165476 94 0 0 25 0 8 0 171127801 937717760 21414 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4074125408 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/12996/statm: 228935 21414 2539 14 0 215405 0
[pid=12996/tid=12998] ppid=12994 vsize=915740 CPUtime=0.22
/proc/12996/task/12998/stat : 12998 (java) S 12994 12996 12644 0 -1 64 4532 0 0 0 21 1 0 0 16 0 8 0 171127805 937717760 21414 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=12996/tid=12999] ppid=12994 vsize=915740 CPUtime=0
/proc/12996/task/12999/stat : 12999 (java) S 12994 12996 12644 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 171127805 937717760 21414 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12996/tid=13000] ppid=12994 vsize=915740 CPUtime=0
/proc/12996/task/13000/stat : 13000 (java) S 12994 12996 12644 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 171127805 937717760 21414 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12996/tid=13001] ppid=12994 vsize=915740 CPUtime=0
/proc/12996/task/13001/stat : 13001 (java) S 12994 12996 12644 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 171127809 937717760 21414 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12996/tid=13002] ppid=12994 vsize=915740 CPUtime=0.37
/proc/12996/task/13002/stat : 13002 (java) S 12994 12996 12644 0 -1 64 528 0 0 0 35 2 0 0 16 0 8 0 171127809 937717760 21414 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12996/tid=13003] ppid=12994 vsize=915740 CPUtime=0
/proc/12996/task/13003/stat : 13003 (java) S 12994 12996 12644 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 171127809 937717760 21414 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12996/tid=13004] ppid=12994 vsize=915740 CPUtime=0
/proc/12996/task/13004/stat : 13004 (java) S 12994 12996 12644 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 171127809 937717760 21414 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1655.7
Current children cumulated vsize (KiB) 915740

[startup+1724.87 s]
/proc/loadavg: 2.06 2.04 1.98 3/101 13276
/proc/meminfo: memFree=1644136/2055920 swapFree=4182236/4192956
[pid=12996] ppid=12994 vsize=915740 CPUtime=1715.48
/proc/12996/stat : 12996 (java) R 12994 12996 12644 0 -1 0 21697 0 1 0 171454 94 0 0 25 0 8 0 171127801 937717760 21414 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4074155262 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/12996/statm: 228935 21414 2539 14 0 215405 0
[pid=12996/tid=12998] ppid=12994 vsize=915740 CPUtime=0.22
/proc/12996/task/12998/stat : 12998 (java) S 12994 12996 12644 0 -1 64 4532 0 0 0 21 1 0 0 16 0 8 0 171127805 937717760 21414 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=12996/tid=12999] ppid=12994 vsize=915740 CPUtime=0
/proc/12996/task/12999/stat : 12999 (java) S 12994 12996 12644 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 171127805 937717760 21414 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12996/tid=13000] ppid=12994 vsize=915740 CPUtime=0
/proc/12996/task/13000/stat : 13000 (java) S 12994 12996 12644 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 171127805 937717760 21414 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12996/tid=13001] ppid=12994 vsize=915740 CPUtime=0
/proc/12996/task/13001/stat : 13001 (java) S 12994 12996 12644 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 171127809 937717760 21414 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12996/tid=13002] ppid=12994 vsize=915740 CPUtime=0.37
/proc/12996/task/13002/stat : 13002 (java) S 12994 12996 12644 0 -1 64 528 0 0 0 35 2 0 0 16 0 8 0 171127809 937717760 21414 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12996/tid=13003] ppid=12994 vsize=915740 CPUtime=0
/proc/12996/task/13003/stat : 13003 (java) S 12994 12996 12644 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 171127809 937717760 21414 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12996/tid=13004] ppid=12994 vsize=915740 CPUtime=0
/proc/12996/task/13004/stat : 13004 (java) S 12994 12996 12644 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 171127809 937717760 21414 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1715.48
Current children cumulated vsize (KiB) 915740

[startup+1784.97 s]
/proc/loadavg: 2.02 2.03 1.98 3/101 13276
/proc/meminfo: memFree=1644136/2055920 swapFree=4182236/4192956
[pid=12996] ppid=12994 vsize=915740 CPUtime=1775.24
/proc/12996/stat : 12996 (java) R 12994 12996 12644 0 -1 0 21697 0 1 0 177430 94 0 0 25 0 8 0 171127801 937717760 21414 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4074111401 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/12996/statm: 228935 21414 2539 14 0 215405 0
[pid=12996/tid=12998] ppid=12994 vsize=915740 CPUtime=0.22
/proc/12996/task/12998/stat : 12998 (java) S 12994 12996 12644 0 -1 64 4532 0 0 0 21 1 0 0 16 0 8 0 171127805 937717760 21414 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=12996/tid=12999] ppid=12994 vsize=915740 CPUtime=0
/proc/12996/task/12999/stat : 12999 (java) S 12994 12996 12644 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 171127805 937717760 21414 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12996/tid=13000] ppid=12994 vsize=915740 CPUtime=0
/proc/12996/task/13000/stat : 13000 (java) S 12994 12996 12644 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 171127805 937717760 21414 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12996/tid=13001] ppid=12994 vsize=915740 CPUtime=0
/proc/12996/task/13001/stat : 13001 (java) S 12994 12996 12644 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 171127809 937717760 21414 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12996/tid=13002] ppid=12994 vsize=915740 CPUtime=0.37
/proc/12996/task/13002/stat : 13002 (java) S 12994 12996 12644 0 -1 64 528 0 0 0 35 2 0 0 16 0 8 0 171127809 937717760 21414 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12996/tid=13003] ppid=12994 vsize=915740 CPUtime=0
/proc/12996/task/13003/stat : 13003 (java) S 12994 12996 12644 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 171127809 937717760 21414 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12996/tid=13004] ppid=12994 vsize=915740 CPUtime=0
/proc/12996/task/13004/stat : 13004 (java) S 12994 12996 12644 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 171127809 937717760 21414 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1775.24
Current children cumulated vsize (KiB) 915740



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1809.87 s]
/proc/loadavg: 2.01 2.03 1.98 3/101 13276
/proc/meminfo: memFree=1644136/2055920 swapFree=4182236/4192956
[pid=12996] ppid=12994 vsize=915740 CPUtime=1800.01
/proc/12996/stat : 12996 (java) R 12994 12996 12644 0 -1 0 21697 0 1 0 179906 95 0 0 25 0 8 0 171127801 937717760 21414 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4074177342 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/12996/statm: 228935 21414 2539 14 0 215405 0
[pid=12996/tid=12998] ppid=12994 vsize=915740 CPUtime=0.22
/proc/12996/task/12998/stat : 12998 (java) S 12994 12996 12644 0 -1 64 4532 0 0 0 21 1 0 0 16 0 8 0 171127805 937717760 21414 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=12996/tid=12999] ppid=12994 vsize=915740 CPUtime=0
/proc/12996/task/12999/stat : 12999 (java) S 12994 12996 12644 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 171127805 937717760 21414 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12996/tid=13000] ppid=12994 vsize=915740 CPUtime=0
/proc/12996/task/13000/stat : 13000 (java) S 12994 12996 12644 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 171127805 937717760 21414 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12996/tid=13001] ppid=12994 vsize=915740 CPUtime=0
/proc/12996/task/13001/stat : 13001 (java) S 12994 12996 12644 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 171127809 937717760 21414 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12996/tid=13002] ppid=12994 vsize=915740 CPUtime=0.37
/proc/12996/task/13002/stat : 13002 (java) S 12994 12996 12644 0 -1 64 528 0 0 0 35 2 0 0 16 0 8 0 171127809 937717760 21414 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12996/tid=13003] ppid=12994 vsize=915740 CPUtime=0
/proc/12996/task/13003/stat : 13003 (java) S 12994 12996 12644 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 171127809 937717760 21414 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12996/tid=13004] ppid=12994 vsize=915740 CPUtime=0
/proc/12996/task/13004/stat : 13004 (java) S 12994 12996 12644 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 171127809 937717760 21414 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 915740

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

Child status: 143
Real time (s): 1809.95
CPU time (s): 1800.09
CPU user time (s): 1799.13
CPU system time (s): 0.965853
CPU usage (%): 99.4555
Max. virtual memory (cumulated for all children) (KiB): 915772

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.13
system time used= 0.965853
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 21714
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= 38304
involuntary context switches= 80015

runsolver used 2.17467 s user time and 5.84311 s system time

The end

Launcher Data (download as text)

Begin job on node14 on Mon Jan  8 03:35:29 UTC 2007


IDJOB= 213936
IDBENCH= 4886
FILE ID= node14/213936-1168227329

PBS_JOBID= 3481026

Free space on /tmp= 66342 MiB

BENCH NAME= HOME/pub/bench/CPAI06/pseudoSeries/par/par-32-1.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/213936-1168227329/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node14/watcher-213936-1168227329 -o ROOT/results/node14/solver-213936-1168227329 -C 1800 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/213936-1168227329/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  559a881d23ac5e57080f700e0bfd9298

RANDOM SEED= 467310793

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.227
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.227
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:       1800448 kB
Buffers:         41884 kB
Cached:         105956 kB
SwapCached:       4208 kB
Active:         113696 kB
Inactive:        90184 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1800448 kB
SwapTotal:     4192956 kB
SwapFree:      4182236 kB
Dirty:            3640 kB
Writeback:           0 kB
Mapped:          66156 kB
Slab:            36548 kB
Committed_AS:  5538420 kB
PageTables:       2148 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= 66341 MiB



End job on node14 on Mon Jan  8 04:05:39 UTC 2007