Trace number 217390

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Abscon 109 AC? (TO) 1800.06 1800.54

General information on the benchmark

NamelatinSquare/
latinSquare-dg-9_all.xml
MD5SUM176c4ec719fefcc5dffa03a65582c93a
Bench CategoryGLOBAL (global constraints)
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 variables81
Number of constraints36
Maximum constraint arity9
Maximum domain size9
Number of constraints which are defined in extension0
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)allDifferent(36)

Solver Data (download as text)

0.30	   
0.30	Abscon 109 (November, 2006)
0.30	   
0.30	   configuration
0.30	     name=mac.xml
0.33	   
0.33	   instance
0.33	     name=/tmp/evaluation/217390-1168079399/unknown.xml
0.36	   
0.36	   domains being loaded...
0.36	   
0.36	   variables being loaded...
0.40	     nbVariables=81  nbDomainTypes=1  minDomainSize=9  maxDomainSize=9
0.40	       =>  wckTime=0.103  cpuTime=0.09  mem=6M951
0.40	   
0.40	   constraints being loaded...
0.44	     nbConstraints=36  nbGlobalConstraints=36  nbSharedBinaryRepresentations=0  maxDegree=4  maxArity=9
0.44	       =>  wckTime=0.141  cpuTime=0.11  mem=6M951
0.48	   
0.48	   solver IterativeSystematicSolver being built... 
0.64	       =>  wckTime=0.344  cpuTime=0.25  mem=15M295
0.66	   
0.66	   preprocessing
0.66	     nbConstraintChecks=0  nbPropagations=81  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
0.66	     detectedInconsistency=no
0.66	       =>  wckTime=0.014  cpuTime=0.0  mem=15M295
0.70	   
0.70	   search
0.70	     run=0  nbConstraintChecks=0  nbPropagations=676  nbRevisions=0  nbUselessRevisions=0  nbAssignments=34
0.70	     nbFailedAssignments=5  nbBacktracks=11  nbVisitedNodes=44  nbRestartNogoods=0  mapSize=8  nbInferences=0
0.70	     nbTooLargeKeys=0
0.70	       =>  wckTime=0.055  cpuTime=0.03  mem=16M271
0.72	   
0.72	   search
0.72	     run=1  nbConstraintChecks=0  nbPropagations=2105  nbRevisions=0  nbUselessRevisions=0  nbAssignments=81
0.72	     nbFailedAssignments=15  nbBacktracks=30  nbVisitedNodes=109  nbRestartNogoods=1  mapSize=24  nbInferences=0
0.72	     nbTooLargeKeys=0
0.72	       =>  wckTime=0.077  cpuTime=0.05  mem=16M271
0.74	   
0.74	   search
0.74	     run=2  nbConstraintChecks=0  nbPropagations=4350  nbRevisions=0  nbUselessRevisions=0  nbAssignments=138
0.74	     nbFailedAssignments=29  nbBacktracks=53  nbVisitedNodes=189  nbRestartNogoods=3  mapSize=43  nbInferences=0
0.74	     nbTooLargeKeys=0
0.74	       =>  wckTime=0.096  cpuTime=0.06  mem=17M246
0.76	   
0.76	   search
0.76	     run=3  nbConstraintChecks=0  nbPropagations=7624  nbRevisions=0  nbUselessRevisions=0  nbAssignments=209
0.76	     nbFailedAssignments=46  nbBacktracks=88  nbVisitedNodes=293  nbRestartNogoods=6  mapSize=73  nbInferences=0
0.76	     nbTooLargeKeys=0
0.76	       =>  wckTime=0.115  cpuTime=0.08  mem=18M221
0.79	   
0.79	   search
0.79	     run=4  nbConstraintChecks=0  nbPropagations=12218  nbRevisions=0  nbUselessRevisions=0  nbAssignments=299
0.79	     nbFailedAssignments=68  nbBacktracks=142  nbVisitedNodes=433  nbRestartNogoods=9  mapSize=119  nbInferences=0
0.79	     nbTooLargeKeys=0
0.79	       =>  wckTime=0.14  cpuTime=0.11  mem=19M196
0.82	   
0.82	   search
0.82	     run=5  nbConstraintChecks=0  nbPropagations=18622  nbRevisions=0  nbUselessRevisions=0  nbAssignments=425
0.82	     nbFailedAssignments=103  nbBacktracks=218  nbVisitedNodes=623  nbRestartNogoods=10  mapSize=178  nbInferences=0
0.82	     nbTooLargeKeys=0
0.82	       =>  wckTime=0.175  cpuTime=0.14  mem=20M171
0.87	   
0.87	   search
0.87	     run=6  nbConstraintChecks=0  nbPropagations=27687  nbRevisions=0  nbUselessRevisions=0  nbAssignments=623
0.87	     nbFailedAssignments=166  nbBacktracks=335  nbVisitedNodes=940  nbRestartNogoods=13  mapSize=284  nbInferences=0
0.87	     nbTooLargeKeys=0
0.87	       =>  wckTime=0.225  cpuTime=0.19  mem=22M122
0.93	   
0.93	   search
0.93	     run=7  nbConstraintChecks=0  nbPropagations=40330  nbRevisions=0  nbUselessRevisions=0  nbAssignments=894
0.93	     nbFailedAssignments=247  nbBacktracks=506  nbVisitedNodes=1367  nbRestartNogoods=17  mapSize=430  nbInferences=0
0.93	     nbTooLargeKeys=0
0.93	       =>  wckTime=0.287  cpuTime=0.25  mem=24M72
1.04	   
1.04	   search
1.04	     run=8  nbConstraintChecks=0  nbPropagations=59134  nbRevisions=0  nbUselessRevisions=0  nbAssignments=1292
1.04	     nbFailedAssignments=369  nbBacktracks=767  nbVisitedNodes=1998  nbRestartNogoods=23  mapSize=642  nbInferences=0
1.04	     nbTooLargeKeys=0
1.04	       =>  wckTime=0.395  cpuTime=0.36  mem=28M948
1.18	   
1.18	   search
1.18	     run=9  nbConstraintChecks=0  nbPropagations=85576  nbRevisions=0  nbUselessRevisions=0  nbAssignments=1865
1.18	     nbFailedAssignments=538  nbBacktracks=1153  nbVisitedNodes=2899  nbRestartNogoods=29  mapSize=950  nbInferences=0
1.18	     nbTooLargeKeys=0
1.18	       =>  wckTime=0.537  cpuTime=0.49  mem=33M824
1.22	   
1.22	   INFO : Stopping hyperNogood (mapSize=1030, nbTooLargekeys=0, mem=35M774)
1.35	   
1.35	   search
1.35	     run=10  nbConstraintChecks=0  nbPropagations=122729  nbRevisions=0  nbUselessRevisions=0  nbAssignments=2745
1.35	     nbFailedAssignments=821  nbBacktracks=1731  nbVisitedNodes=4307  nbRestartNogoods=34
1.35	       =>  wckTime=0.702  cpuTime=0.64  mem=41M625
1.56	   
1.56	   search
1.56	     run=11  nbConstraintChecks=0  nbPropagations=175289  nbRevisions=0  nbUselessRevisions=0  nbAssignments=4035
1.56	     nbFailedAssignments=1226  nbBacktracks=2601  nbVisitedNodes=6389  nbRestartNogoods=39
1.56	       =>  wckTime=0.914  cpuTime=0.84  mem=4M5
1.85	   
1.85	   search
1.85	     run=12  nbConstraintChecks=0  nbPropagations=250155  nbRevisions=0  nbUselessRevisions=0  nbAssignments=5925
1.85	     nbFailedAssignments=1801  nbBacktracks=3900  nbVisitedNodes=9369  nbRestartNogoods=44
1.85	       =>  wckTime=1.2  cpuTime=1.13  mem=18M925
2.29	   
2.29	   search
2.29	     run=13  nbConstraintChecks=0  nbPropagations=359605  nbRevisions=0  nbUselessRevisions=0  nbAssignments=8758
2.29	     nbFailedAssignments=2670  nbBacktracks=5848  nbVisitedNodes=13863  nbRestartNogoods=50
2.29	       =>  wckTime=1.646  cpuTime=1.57  mem=41M803
3.00	   
3.00	   search
3.00	     run=14  nbConstraintChecks=0  nbPropagations=520571  nbRevisions=0  nbUselessRevisions=0  nbAssignments=12894
3.00	     nbFailedAssignments=3865  nbBacktracks=8770  nbVisitedNodes=20441  nbRestartNogoods=58
3.00	       =>  wckTime=2.35  cpuTime=2.27  mem=28M88
4.00	   
4.00	   search
4.00	     run=15  nbConstraintChecks=0  nbPropagations=756861  nbRevisions=0  nbUselessRevisions=0  nbAssignments=19091
4.00	     nbFailedAssignments=5666  nbBacktracks=13150  nbVisitedNodes=30151  nbRestartNogoods=65
4.00	       =>  wckTime=3.355  cpuTime=3.27  mem=29M287
5.49	   
5.49	   search
5.49	     run=16  nbConstraintChecks=0  nbPropagations=1105096  nbRevisions=0  nbUselessRevisions=0  nbAssignments=28521
5.49	     nbFailedAssignments=8507  nbBacktracks=19720  nbVisitedNodes=45211  nbRestartNogoods=74
5.49	       =>  wckTime=4.84  cpuTime=4.75  mem=6M161
7.80	   
7.80	   search
7.80	     run=17  nbConstraintChecks=0  nbPropagations=1625018  nbRevisions=0  nbUselessRevisions=0  nbAssignments=42561
7.80	     nbFailedAssignments=12672  nbBacktracks=29575  nbVisitedNodes=67621  nbRestartNogoods=79
7.80	       =>  wckTime=7.155  cpuTime=7.07  mem=22M528
11.16	   
11.16	   search
11.16	     run=18  nbConstraintChecks=0  nbPropagations=2397565  nbRevisions=0  nbUselessRevisions=0  nbAssignments=63342
11.16	     nbFailedAssignments=18655  nbBacktracks=44358  nbVisitedNodes=100495  nbRestartNogoods=90
11.16	       =>  wckTime=10.509  cpuTime=10.41  mem=44M9
16.27	   
16.27	   search
16.27	     run=19  nbConstraintChecks=0  nbPropagations=3553799  nbRevisions=0  nbUselessRevisions=0  nbAssignments=94992
16.27	     nbFailedAssignments=28115  nbBacktracks=66527  nbVisitedNodes=150964  nbRestartNogoods=98
16.27	       =>  wckTime=15.627  cpuTime=15.51  mem=7M189
24.35	   
24.35	   search
24.35	     run=20  nbConstraintChecks=0  nbPropagations=5309123  nbRevisions=0  nbUselessRevisions=0  nbAssignments=142745
24.35	     nbFailedAssignments=42601  nbBacktracks=99780  nbVisitedNodes=226965  nbRestartNogoods=111
24.35	       =>  wckTime=23.699  cpuTime=23.58  mem=21M511
36.11	   
36.11	   search
36.11	     run=21  nbConstraintChecks=0  nbPropagations=7943411  nbRevisions=0  nbUselessRevisions=0  nbAssignments=213734
36.11	     nbFailedAssignments=63691  nbBacktracks=149661  nbVisitedNodes=340135  nbRestartNogoods=119
36.11	       =>  wckTime=35.464  cpuTime=35.33  mem=22M536
53.43	   
53.43	   search
53.43	     run=22  nbConstraintChecks=0  nbPropagations=11873904  nbRevisions=0  nbUselessRevisions=0  nbAssignments=320092
53.43	     nbFailedAssignments=95210  nbBacktracks=224479  nbVisitedNodes=508716  nbRestartNogoods=126
53.43	       =>  wckTime=52.781  cpuTime=52.64  mem=7M195
78.98	   
78.98	   search
78.98	     run=23  nbConstraintChecks=0  nbPropagations=17736042  nbRevisions=0  nbUselessRevisions=0  nbAssignments=481100
78.98	     nbFailedAssignments=143970  nbBacktracks=336708  nbVisitedNodes=766373  nbRestartNogoods=140
78.98	       =>  wckTime=78.334  cpuTime=78.17  mem=18M448
116.84	   
116.84	   search
116.84	     run=24  nbConstraintChecks=0  nbPropagations=26453141  nbRevisions=0  nbUselessRevisions=0  nbAssignments=719231
116.84	     nbFailedAssignments=213741  nbBacktracks=505051  nbVisitedNodes=1144546  nbRestartNogoods=155
116.84	       =>  wckTime=116.196  cpuTime=116.0  mem=9M245
174.75	   
174.75	   search
174.76	     run=25  nbConstraintChecks=0  nbPropagations=39525405  nbRevisions=0  nbUselessRevisions=0  nbAssignments=1079803
174.76	     nbFailedAssignments=321780  nbBacktracks=757564  nbVisitedNodes=1719284  nbRestartNogoods=171
174.76	       =>  wckTime=174.108  cpuTime=173.87  mem=24M590
266.78	   
266.78	   search
266.78	     run=26  nbConstraintChecks=0  nbPropagations=59398733  nbRevisions=0  nbUselessRevisions=0  nbAssignments=1625314
266.78	     nbFailedAssignments=488505  nbBacktracks=1136334  nbVisitedNodes=2585396  nbRestartNogoods=181
266.78	       =>  wckTime=266.137  cpuTime=265.82  mem=14M364
402.20	   
402.20	   search
402.20	     run=27  nbConstraintChecks=0  nbPropagations=89312272  nbRevisions=0  nbUselessRevisions=0  nbAssignments=2428451
402.20	     nbFailedAssignments=723469  nbBacktracks=1704487  nbVisitedNodes=3845870  nbRestartNogoods=197
402.20	       =>  wckTime=401.554  cpuTime=401.14  mem=12M321
597.96	   
597.96	   search
597.96	     run=28  nbConstraintChecks=0  nbPropagations=133899480  nbRevisions=0  nbUselessRevisions=0  nbAssignments=3638668
597.96	     nbFailedAssignments=1081439  nbBacktracks=2556715  nbVisitedNodes=5768588  nbRestartNogoods=209
597.96	       =>  wckTime=597.312  cpuTime=596.73  mem=21M528
903.96	   
903.96	   search
903.96	     run=29  nbConstraintChecks=0  nbPropagations=201033146  nbRevisions=0  nbUselessRevisions=0  nbAssignments=5449219
903.96	     nbFailedAssignments=1613630  nbBacktracks=3835060  nbVisitedNodes=8613601  nbRestartNogoods=223
903.96	       =>  wckTime=903.314  cpuTime=902.5  mem=8M234
1336.67	   
1336.67	   search
1336.67	     run=30  nbConstraintChecks=0  nbPropagations=301073203  nbRevisions=0  nbUselessRevisions=0  nbAssignments=8188279
1336.67	     nbFailedAssignments=2435161  nbBacktracks=5752570  nbVisitedNodes=12985178  nbRestartNogoods=242
1336.67	       =>  wckTime=1336.024  cpuTime=1334.88  mem=14M373

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

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

/proc/loadavg: 0.92 1.14 1.50 1/65 28848
/proc/meminfo: memFree=1482960/2055920 swapFree=4192812/4192956
[pid=28847] ppid=28845 vsize=292 CPUtime=0
/proc/28847/stat : 28847 (java) R 28845 28847 28148 0 -1 0 54 0 0 0 0 0 0 0 20 0 1 0 156338438 299008 37 18446744073709551615 134512640 134570532 4294956624 18446744073709551615 4309796 0 0 4096 0 0 0 0 17 1 0 0
/proc/28847/statm: 77 40 31 14 0 5 0

[startup+0.102529 s]
/proc/loadavg: 0.92 1.14 1.50 1/65 28848
/proc/meminfo: memFree=1482960/2055920 swapFree=4192812/4192956
[pid=28847] ppid=28845 vsize=914988 CPUtime=0.08
/proc/28847/stat : 28847 (java) S 28845 28847 28148 0 -1 0 2998 0 1 0 6 2 0 0 16 0 8 0 156338438 936947712 2744 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28847/statm: 228747 2744 1427 14 0 215242 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 914988

[startup+0.510552 s]
/proc/loadavg: 0.92 1.14 1.50 1/65 28848
/proc/meminfo: memFree=1482960/2055920 swapFree=4192812/4192956
[pid=28847] ppid=28845 vsize=915460 CPUtime=0.49
/proc/28847/stat : 28847 (java) R 28845 28847 28148 0 -1 0 6625 0 1 0 44 5 0 0 16 0 8 0 156338438 937431040 6363 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4153604294 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28847/statm: 228865 6363 2372 14 0 215335 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 915460

[startup+1.33061 s]
/proc/loadavg: 0.92 1.14 1.50 2/72 28855
/proc/meminfo: memFree=1443480/2055920 swapFree=4192812/4192956
[pid=28847] ppid=28845 vsize=915460 CPUtime=1.31
/proc/28847/stat : 28847 (java) R 28845 28847 28148 0 -1 0 14744 0 1 0 122 9 0 0 16 0 8 0 156338438 937431040 14482 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073689530 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/28847/statm: 228865 14482 2512 14 0 215335 0
[pid=28847/tid=28849] ppid=28845 vsize=915460 CPUtime=0.02
/proc/28847/task/28849/stat : 28849 (java) S 28845 28847 28148 0 -1 64 136 0 0 0 2 0 0 0 16 0 8 0 156338442 937431040 14482 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=28847/tid=28850] ppid=28845 vsize=915460 CPUtime=0
/proc/28847/task/28850/stat : 28850 (java) S 28845 28847 28148 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156338442 937431040 14482 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28847/tid=28851] ppid=28845 vsize=915460 CPUtime=0
/proc/28847/task/28851/stat : 28851 (java) S 28845 28847 28148 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156338442 937431040 14482 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28847/tid=28852] ppid=28845 vsize=915460 CPUtime=0
/proc/28847/task/28852/stat : 28852 (java) S 28845 28847 28148 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156338445 937431040 14482 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28847/tid=28853] ppid=28845 vsize=915460 CPUtime=0.17
/proc/28847/task/28853/stat : 28853 (java) S 28845 28847 28148 0 -1 64 362 0 0 0 16 1 0 0 16 0 8 0 156338445 937431040 14482 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28847/tid=28854] ppid=28845 vsize=915460 CPUtime=0
/proc/28847/task/28854/stat : 28854 (java) S 28845 28847 28148 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 156338445 937431040 14482 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28847/tid=28855] ppid=28845 vsize=915460 CPUtime=0
/proc/28847/task/28855/stat : 28855 (java) S 28845 28847 28148 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156338445 937431040 14482 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 915460

[startup+2.96772 s]
/proc/loadavg: 0.92 1.14 1.50 2/72 28855
/proc/meminfo: memFree=1424920/2055920 swapFree=4192812/4192956
[pid=28847] ppid=28845 vsize=915460 CPUtime=2.95
/proc/28847/stat : 28847 (java) R 28845 28847 28148 0 -1 0 17351 0 1 0 284 11 0 0 18 0 8 0 156338438 937431040 17086 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073707903 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28847/statm: 228865 17086 2516 14 0 215335 0
[pid=28847/tid=28849] ppid=28845 vsize=915460 CPUtime=0.03
/proc/28847/task/28849/stat : 28849 (java) S 28845 28847 28148 0 -1 64 411 0 0 0 3 0 0 0 17 0 8 0 156338442 937431040 17086 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=28847/tid=28850] ppid=28845 vsize=915460 CPUtime=0
/proc/28847/task/28850/stat : 28850 (java) S 28845 28847 28148 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156338442 937431040 17086 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28847/tid=28851] ppid=28845 vsize=915460 CPUtime=0
/proc/28847/task/28851/stat : 28851 (java) S 28845 28847 28148 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156338442 937431040 17086 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28847/tid=28852] ppid=28845 vsize=915460 CPUtime=0
/proc/28847/task/28852/stat : 28852 (java) S 28845 28847 28148 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156338445 937431040 17086 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28847/tid=28853] ppid=28845 vsize=915460 CPUtime=0.17
/proc/28847/task/28853/stat : 28853 (java) S 28845 28847 28148 0 -1 64 363 0 0 0 16 1 0 0 15 0 8 0 156338445 937431040 17086 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28847/tid=28854] ppid=28845 vsize=915460 CPUtime=0
/proc/28847/task/28854/stat : 28854 (java) S 28845 28847 28148 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 156338445 937431040 17086 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28847/tid=28855] ppid=28845 vsize=915460 CPUtime=0
/proc/28847/task/28855/stat : 28855 (java) S 28845 28847 28148 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156338445 937431040 17086 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.95
Current children cumulated vsize (KiB) 915460

[startup+6.26694 s]
/proc/loadavg: 0.93 1.14 1.49 2/72 28855
/proc/meminfo: memFree=1424288/2055920 swapFree=4192812/4192956
[pid=28847] ppid=28845 vsize=915460 CPUtime=6.25
/proc/28847/stat : 28847 (java) R 28845 28847 28148 0 -1 0 17356 0 1 0 614 11 0 0 17 0 8 0 156338438 937431040 17088 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073731707 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28847/statm: 228865 17088 2516 14 0 215335 0
[pid=28847/tid=28849] ppid=28845 vsize=915460 CPUtime=0.03
/proc/28847/task/28849/stat : 28849 (java) S 28845 28847 28148 0 -1 64 412 0 0 0 3 0 0 0 16 0 8 0 156338442 937431040 17088 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=28847/tid=28850] ppid=28845 vsize=915460 CPUtime=0
/proc/28847/task/28850/stat : 28850 (java) S 28845 28847 28148 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156338442 937431040 17088 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28847/tid=28851] ppid=28845 vsize=915460 CPUtime=0
/proc/28847/task/28851/stat : 28851 (java) S 28845 28847 28148 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156338442 937431040 17088 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28847/tid=28852] ppid=28845 vsize=915460 CPUtime=0
/proc/28847/task/28852/stat : 28852 (java) S 28845 28847 28148 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156338445 937431040 17088 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28847/tid=28853] ppid=28845 vsize=915460 CPUtime=0.17
/proc/28847/task/28853/stat : 28853 (java) S 28845 28847 28148 0 -1 64 364 0 0 0 16 1 0 0 15 0 8 0 156338445 937431040 17088 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28847/tid=28854] ppid=28845 vsize=915460 CPUtime=0
/proc/28847/task/28854/stat : 28854 (java) S 28845 28847 28148 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 156338445 937431040 17088 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28847/tid=28855] ppid=28845 vsize=915460 CPUtime=0
/proc/28847/task/28855/stat : 28855 (java) S 28845 28847 28148 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156338445 937431040 17088 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 915460

[startup+12.7264 s]
/proc/loadavg: 0.93 1.14 1.49 2/72 28855
/proc/meminfo: memFree=1424296/2055920 swapFree=4192812/4192956
[pid=28847] ppid=28845 vsize=915460 CPUtime=12.7
/proc/28847/stat : 28847 (java) R 28845 28847 28148 0 -1 0 17368 0 1 0 1259 11 0 0 25 0 8 0 156338438 937431040 17093 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073694246 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28847/statm: 228865 17093 2516 14 0 215335 0
[pid=28847/tid=28849] ppid=28845 vsize=915460 CPUtime=0.04
/proc/28847/task/28849/stat : 28849 (java) S 28845 28847 28148 0 -1 64 416 0 0 0 4 0 0 0 17 0 8 0 156338442 937431040 17093 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=28847/tid=28850] ppid=28845 vsize=915460 CPUtime=0
/proc/28847/task/28850/stat : 28850 (java) S 28845 28847 28148 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156338442 937431040 17093 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28847/tid=28851] ppid=28845 vsize=915460 CPUtime=0
/proc/28847/task/28851/stat : 28851 (java) S 28845 28847 28148 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156338442 937431040 17093 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28847/tid=28852] ppid=28845 vsize=915460 CPUtime=0
/proc/28847/task/28852/stat : 28852 (java) S 28845 28847 28148 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156338445 937431040 17093 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28847/tid=28853] ppid=28845 vsize=915460 CPUtime=0.18
/proc/28847/task/28853/stat : 28853 (java) S 28845 28847 28148 0 -1 64 365 0 0 0 17 1 0 0 16 0 8 0 156338445 937431040 17093 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28847/tid=28854] ppid=28845 vsize=915460 CPUtime=0
/proc/28847/task/28854/stat : 28854 (java) S 28845 28847 28148 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 156338445 937431040 17093 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28847/tid=28855] ppid=28845 vsize=915460 CPUtime=0
/proc/28847/task/28855/stat : 28855 (java) S 28845 28847 28148 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156338445 937431040 17093 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 915460

[startup+25.5753 s]
/proc/loadavg: 0.95 1.13 1.48 2/72 28855
/proc/meminfo: memFree=1423848/2055920 swapFree=4192812/4192956
[pid=28847] ppid=28845 vsize=915460 CPUtime=25.55
/proc/28847/stat : 28847 (java) R 28845 28847 28148 0 -1 0 17518 0 1 0 2543 12 0 0 25 0 8 0 156338438 937431040 17230 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073738436 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28847/statm: 228865 17230 2516 14 0 215335 0
[pid=28847/tid=28849] ppid=28845 vsize=915460 CPUtime=0.05
/proc/28847/task/28849/stat : 28849 (java) S 28845 28847 28148 0 -1 64 553 0 0 0 5 0 0 0 17 0 8 0 156338442 937431040 17230 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=28847/tid=28850] ppid=28845 vsize=915460 CPUtime=0
/proc/28847/task/28850/stat : 28850 (java) S 28845 28847 28148 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156338442 937431040 17230 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28847/tid=28851] ppid=28845 vsize=915460 CPUtime=0
/proc/28847/task/28851/stat : 28851 (java) S 28845 28847 28148 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156338442 937431040 17230 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28847/tid=28852] ppid=28845 vsize=915460 CPUtime=0
/proc/28847/task/28852/stat : 28852 (java) S 28845 28847 28148 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156338445 937431040 17230 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28847/tid=28853] ppid=28845 vsize=915460 CPUtime=0.18
/proc/28847/task/28853/stat : 28853 (java) S 28845 28847 28148 0 -1 64 365 0 0 0 17 1 0 0 16 0 8 0 156338445 937431040 17230 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28847/tid=28854] ppid=28845 vsize=915460 CPUtime=0
/proc/28847/task/28854/stat : 28854 (java) S 28845 28847 28148 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 156338445 937431040 17230 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28847/tid=28855] ppid=28845 vsize=915460 CPUtime=0
/proc/28847/task/28855/stat : 28855 (java) S 28845 28847 28148 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156338445 937431040 17230 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.55
Current children cumulated vsize (KiB) 915460

[startup+51.252 s]
/proc/loadavg: 0.96 1.12 1.47 2/72 28855
/proc/meminfo: memFree=1423912/2055920 swapFree=4192812/4192956
[pid=28847] ppid=28845 vsize=915460 CPUtime=51.22
/proc/28847/stat : 28847 (java) R 28845 28847 28148 0 -1 0 17545 0 1 0 5110 12 0 0 25 0 8 0 156338438 937431040 17231 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073727338 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28847/statm: 228865 17231 2516 14 0 215335 0
[pid=28847/tid=28849] ppid=28845 vsize=915460 CPUtime=0.06
/proc/28847/task/28849/stat : 28849 (java) S 28845 28847 28148 0 -1 64 554 0 0 0 6 0 0 0 17 0 8 0 156338442 937431040 17231 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=28847/tid=28850] ppid=28845 vsize=915460 CPUtime=0
/proc/28847/task/28850/stat : 28850 (java) S 28845 28847 28148 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156338442 937431040 17231 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28847/tid=28851] ppid=28845 vsize=915460 CPUtime=0
/proc/28847/task/28851/stat : 28851 (java) S 28845 28847 28148 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156338442 937431040 17231 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28847/tid=28852] ppid=28845 vsize=915460 CPUtime=0
/proc/28847/task/28852/stat : 28852 (java) S 28845 28847 28148 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156338445 937431040 17231 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28847/tid=28853] ppid=28845 vsize=915460 CPUtime=0.18
/proc/28847/task/28853/stat : 28853 (java) S 28845 28847 28148 0 -1 64 365 0 0 0 17 1 0 0 16 0 8 0 156338445 937431040 17231 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28847/tid=28854] ppid=28845 vsize=915460 CPUtime=0
/proc/28847/task/28854/stat : 28854 (java) S 28845 28847 28148 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 156338445 937431040 17231 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28847/tid=28855] ppid=28845 vsize=915460 CPUtime=0
/proc/28847/task/28855/stat : 28855 (java) S 28845 28847 28148 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156338445 937431040 17231 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 51.22
Current children cumulated vsize (KiB) 915460

[startup+102.499 s]
/proc/loadavg: 0.98 1.10 1.44 2/72 28855
/proc/meminfo: memFree=1423912/2055920 swapFree=4192812/4192956
[pid=28847] ppid=28845 vsize=915460 CPUtime=102.45
/proc/28847/stat : 28847 (java) R 28845 28847 28148 0 -1 0 17600 0 1 0 10233 12 0 0 25 0 8 0 156338438 937431040 17233 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073691776 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28847/statm: 228865 17233 2516 14 0 215335 0
[pid=28847/tid=28849] ppid=28845 vsize=915460 CPUtime=0.09
/proc/28847/task/28849/stat : 28849 (java) S 28845 28847 28148 0 -1 64 556 0 0 0 9 0 0 0 17 0 8 0 156338442 937431040 17233 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=28847/tid=28850] ppid=28845 vsize=915460 CPUtime=0
/proc/28847/task/28850/stat : 28850 (java) S 28845 28847 28148 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156338442 937431040 17233 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28847/tid=28851] ppid=28845 vsize=915460 CPUtime=0
/proc/28847/task/28851/stat : 28851 (java) S 28845 28847 28148 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156338442 937431040 17233 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28847/tid=28852] ppid=28845 vsize=915460 CPUtime=0
/proc/28847/task/28852/stat : 28852 (java) S 28845 28847 28148 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156338445 937431040 17233 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28847/tid=28853] ppid=28845 vsize=915460 CPUtime=0.18
/proc/28847/task/28853/stat : 28853 (java) S 28845 28847 28148 0 -1 64 365 0 0 0 17 1 0 0 16 0 8 0 156338445 937431040 17233 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28847/tid=28854] ppid=28845 vsize=915460 CPUtime=0
/proc/28847/task/28854/stat : 28854 (java) S 28845 28847 28148 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 156338445 937431040 17233 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28847/tid=28855] ppid=28845 vsize=915460 CPUtime=0
/proc/28847/task/28855/stat : 28855 (java) S 28845 28847 28148 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156338445 937431040 17233 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 102.45
Current children cumulated vsize (KiB) 915460

[startup+162.581 s]
/proc/loadavg: 0.99 1.08 1.41 2/72 28855
/proc/meminfo: memFree=1423912/2055920 swapFree=4192812/4192956
[pid=28847] ppid=28845 vsize=915460 CPUtime=162.52
/proc/28847/stat : 28847 (java) R 28845 28847 28148 0 -1 0 17662 0 1 0 16239 13 0 0 25 0 8 0 156338438 937431040 17233 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073688542 0 4 0 23759 18446744073709551615 0 0 17 1 0 0

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

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

[startup+1484.36 s]
/proc/loadavg: 1.00 1.00 1.08 2/72 28855
/proc/meminfo: memFree=1423656/2055920 swapFree=4192812/4192956
[pid=28847] ppid=28845 vsize=915460 CPUtime=1483.98
/proc/28847/stat : 28847 (java) R 28845 28847 28148 0 -1 0 19023 0 1 0 148369 29 0 0 25 0 8 0 156338438 937431040 17237 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073688542 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28847/statm: 228865 17237 2516 14 0 215335 0
[pid=28847/tid=28849] ppid=28845 vsize=915460 CPUtime=0.82
/proc/28847/task/28849/stat : 28849 (java) S 28845 28847 28148 0 -1 64 560 0 0 0 72 10 0 0 17 0 8 0 156338442 937431040 17237 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=28847/tid=28850] ppid=28845 vsize=915460 CPUtime=0
/proc/28847/task/28850/stat : 28850 (java) S 28845 28847 28148 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156338442 937431040 17237 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28847/tid=28851] ppid=28845 vsize=915460 CPUtime=0
/proc/28847/task/28851/stat : 28851 (java) S 28845 28847 28148 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156338442 937431040 17237 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28847/tid=28852] ppid=28845 vsize=915460 CPUtime=0
/proc/28847/task/28852/stat : 28852 (java) S 28845 28847 28148 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156338445 937431040 17237 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28847/tid=28853] ppid=28845 vsize=915460 CPUtime=0.18
/proc/28847/task/28853/stat : 28853 (java) S 28845 28847 28148 0 -1 64 365 0 0 0 17 1 0 0 16 0 8 0 156338445 937431040 17237 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28847/tid=28854] ppid=28845 vsize=915460 CPUtime=0
/proc/28847/task/28854/stat : 28854 (java) S 28845 28847 28148 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 156338445 937431040 17237 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28847/tid=28855] ppid=28845 vsize=915460 CPUtime=0
/proc/28847/task/28855/stat : 28855 (java) S 28845 28847 28148 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156338445 937431040 17237 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1483.98
Current children cumulated vsize (KiB) 915460

[startup+1544.45 s]
/proc/loadavg: 1.00 1.00 1.07 2/72 28855
/proc/meminfo: memFree=1423720/2055920 swapFree=4192812/4192956
[pid=28847] ppid=28845 vsize=915460 CPUtime=1544.05
/proc/28847/stat : 28847 (java) R 28845 28847 28148 0 -1 0 19084 0 1 0 154375 30 0 0 25 0 8 0 156338438 937431040 17237 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073712484 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28847/statm: 228865 17237 2516 14 0 215335 0
[pid=28847/tid=28849] ppid=28845 vsize=915460 CPUtime=0.85
/proc/28847/task/28849/stat : 28849 (java) S 28845 28847 28148 0 -1 64 560 0 0 0 75 10 0 0 17 0 8 0 156338442 937431040 17237 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=28847/tid=28850] ppid=28845 vsize=915460 CPUtime=0
/proc/28847/task/28850/stat : 28850 (java) S 28845 28847 28148 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156338442 937431040 17237 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28847/tid=28851] ppid=28845 vsize=915460 CPUtime=0
/proc/28847/task/28851/stat : 28851 (java) S 28845 28847 28148 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156338442 937431040 17237 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28847/tid=28852] ppid=28845 vsize=915460 CPUtime=0
/proc/28847/task/28852/stat : 28852 (java) S 28845 28847 28148 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156338445 937431040 17237 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28847/tid=28853] ppid=28845 vsize=915460 CPUtime=0.18
/proc/28847/task/28853/stat : 28853 (java) S 28845 28847 28148 0 -1 64 365 0 0 0 17 1 0 0 16 0 8 0 156338445 937431040 17237 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28847/tid=28854] ppid=28845 vsize=915460 CPUtime=0
/proc/28847/task/28854/stat : 28854 (java) S 28845 28847 28148 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 156338445 937431040 17237 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28847/tid=28855] ppid=28845 vsize=915460 CPUtime=0
/proc/28847/task/28855/stat : 28855 (java) S 28845 28847 28148 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156338445 937431040 17237 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1544.05
Current children cumulated vsize (KiB) 915460

[startup+1604.53 s]
/proc/loadavg: 1.00 1.00 1.06 2/72 28855
/proc/meminfo: memFree=1423656/2055920 swapFree=4192812/4192956
[pid=28847] ppid=28845 vsize=915460 CPUtime=1604.11
/proc/28847/stat : 28847 (java) R 28845 28847 28148 0 -1 0 19147 0 1 0 160381 30 0 0 25 0 8 0 156338438 937431040 17237 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073707883 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28847/statm: 228865 17237 2516 14 0 215335 0
[pid=28847/tid=28849] ppid=28845 vsize=915460 CPUtime=0.89
/proc/28847/task/28849/stat : 28849 (java) S 28845 28847 28148 0 -1 64 560 0 0 0 78 11 0 0 17 0 8 0 156338442 937431040 17237 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=28847/tid=28850] ppid=28845 vsize=915460 CPUtime=0
/proc/28847/task/28850/stat : 28850 (java) S 28845 28847 28148 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156338442 937431040 17237 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28847/tid=28851] ppid=28845 vsize=915460 CPUtime=0
/proc/28847/task/28851/stat : 28851 (java) S 28845 28847 28148 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156338442 937431040 17237 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28847/tid=28852] ppid=28845 vsize=915460 CPUtime=0
/proc/28847/task/28852/stat : 28852 (java) S 28845 28847 28148 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156338445 937431040 17237 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28847/tid=28853] ppid=28845 vsize=915460 CPUtime=0.18
/proc/28847/task/28853/stat : 28853 (java) S 28845 28847 28148 0 -1 64 365 0 0 0 17 1 0 0 16 0 8 0 156338445 937431040 17237 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28847/tid=28854] ppid=28845 vsize=915460 CPUtime=0
/proc/28847/task/28854/stat : 28854 (java) S 28845 28847 28148 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 156338445 937431040 17237 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28847/tid=28855] ppid=28845 vsize=915460 CPUtime=0
/proc/28847/task/28855/stat : 28855 (java) S 28845 28847 28148 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156338445 937431040 17237 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1604.11
Current children cumulated vsize (KiB) 915460

[startup+1664.61 s]
/proc/loadavg: 1.00 1.00 1.06 2/72 28855
/proc/meminfo: memFree=1423656/2055920 swapFree=4192812/4192956
[pid=28847] ppid=28845 vsize=915460 CPUtime=1664.19
/proc/28847/stat : 28847 (java) R 28845 28847 28148 0 -1 0 19209 0 1 0 166387 32 0 0 25 0 8 0 156338438 937431040 17237 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073688353 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28847/statm: 228865 17237 2516 14 0 215335 0
[pid=28847/tid=28849] ppid=28845 vsize=915460 CPUtime=0.91
/proc/28847/task/28849/stat : 28849 (java) S 28845 28847 28148 0 -1 64 560 0 0 0 80 11 0 0 17 0 8 0 156338442 937431040 17237 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=28847/tid=28850] ppid=28845 vsize=915460 CPUtime=0
/proc/28847/task/28850/stat : 28850 (java) S 28845 28847 28148 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156338442 937431040 17237 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28847/tid=28851] ppid=28845 vsize=915460 CPUtime=0
/proc/28847/task/28851/stat : 28851 (java) S 28845 28847 28148 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156338442 937431040 17237 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28847/tid=28852] ppid=28845 vsize=915460 CPUtime=0
/proc/28847/task/28852/stat : 28852 (java) S 28845 28847 28148 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156338445 937431040 17237 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28847/tid=28853] ppid=28845 vsize=915460 CPUtime=0.18
/proc/28847/task/28853/stat : 28853 (java) S 28845 28847 28148 0 -1 64 365 0 0 0 17 1 0 0 16 0 8 0 156338445 937431040 17237 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28847/tid=28854] ppid=28845 vsize=915460 CPUtime=0
/proc/28847/task/28854/stat : 28854 (java) S 28845 28847 28148 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 156338445 937431040 17237 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28847/tid=28855] ppid=28845 vsize=915460 CPUtime=0
/proc/28847/task/28855/stat : 28855 (java) S 28845 28847 28148 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156338445 937431040 17237 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1664.19
Current children cumulated vsize (KiB) 915460

[startup+1724.71 s]
/proc/loadavg: 1.00 1.00 1.05 2/75 28939
/proc/meminfo: memFree=1415952/2055920 swapFree=4192812/4192956
[pid=28847] ppid=28845 vsize=915460 CPUtime=1724.23
/proc/28847/stat : 28847 (java) R 28845 28847 28148 0 -1 0 19272 0 1 0 172390 33 0 0 25 0 8 0 156338438 937431040 17237 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073688542 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28847/statm: 228865 17237 2516 14 0 215335 0
[pid=28847/tid=28849] ppid=28845 vsize=915460 CPUtime=0.95
/proc/28847/task/28849/stat : 28849 (java) S 28845 28847 28148 0 -1 64 560 0 0 0 83 12 0 0 17 0 8 0 156338442 937431040 17237 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=28847/tid=28850] ppid=28845 vsize=915460 CPUtime=0
/proc/28847/task/28850/stat : 28850 (java) S 28845 28847 28148 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156338442 937431040 17237 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28847/tid=28851] ppid=28845 vsize=915460 CPUtime=0
/proc/28847/task/28851/stat : 28851 (java) S 28845 28847 28148 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156338442 937431040 17237 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28847/tid=28852] ppid=28845 vsize=915460 CPUtime=0
/proc/28847/task/28852/stat : 28852 (java) S 28845 28847 28148 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156338445 937431040 17237 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28847/tid=28853] ppid=28845 vsize=915460 CPUtime=0.18
/proc/28847/task/28853/stat : 28853 (java) S 28845 28847 28148 0 -1 64 365 0 0 0 17 1 0 0 16 0 8 0 156338445 937431040 17237 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28847/tid=28854] ppid=28845 vsize=915460 CPUtime=0
/proc/28847/task/28854/stat : 28854 (java) S 28845 28847 28148 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 156338445 937431040 17237 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28847/tid=28855] ppid=28845 vsize=915460 CPUtime=0
/proc/28847/task/28855/stat : 28855 (java) S 28845 28847 28148 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156338445 937431040 17237 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1724.23
Current children cumulated vsize (KiB) 915460

[startup+1784.8 s]
/proc/loadavg: 1.00 1.00 1.05 2/75 28940
/proc/meminfo: memFree=1417872/2055920 swapFree=4192812/4192956
[pid=28847] ppid=28845 vsize=915460 CPUtime=1784.31
/proc/28847/stat : 28847 (java) R 28845 28847 28148 0 -1 0 19334 0 1 0 178397 34 0 0 25 0 8 0 156338438 937431040 17237 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073694673 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28847/statm: 228865 17237 2516 14 0 215335 0
[pid=28847/tid=28849] ppid=28845 vsize=915460 CPUtime=0.98
/proc/28847/task/28849/stat : 28849 (java) S 28845 28847 28148 0 -1 64 560 0 0 0 85 13 0 0 17 0 8 0 156338442 937431040 17237 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=28847/tid=28850] ppid=28845 vsize=915460 CPUtime=0
/proc/28847/task/28850/stat : 28850 (java) S 28845 28847 28148 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156338442 937431040 17237 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28847/tid=28851] ppid=28845 vsize=915460 CPUtime=0
/proc/28847/task/28851/stat : 28851 (java) S 28845 28847 28148 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156338442 937431040 17237 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28847/tid=28852] ppid=28845 vsize=915460 CPUtime=0
/proc/28847/task/28852/stat : 28852 (java) S 28845 28847 28148 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156338445 937431040 17237 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28847/tid=28853] ppid=28845 vsize=915460 CPUtime=0.18
/proc/28847/task/28853/stat : 28853 (java) S 28845 28847 28148 0 -1 64 365 0 0 0 17 1 0 0 16 0 8 0 156338445 937431040 17237 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28847/tid=28854] ppid=28845 vsize=915460 CPUtime=0
/proc/28847/task/28854/stat : 28854 (java) S 28845 28847 28148 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 156338445 937431040 17237 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28847/tid=28855] ppid=28845 vsize=915460 CPUtime=0
/proc/28847/task/28855/stat : 28855 (java) S 28845 28847 28148 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156338445 937431040 17237 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1784.31
Current children cumulated vsize (KiB) 915460



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.51 s]
/proc/loadavg: 1.00 1.00 1.04 2/75 28942
/proc/meminfo: memFree=1417872/2055920 swapFree=4192812/4192956
[pid=28847] ppid=28845 vsize=915460 CPUtime=1800.02
/proc/28847/stat : 28847 (java) R 28845 28847 28148 0 -1 0 19350 0 1 0 179968 34 0 0 25 0 8 0 156338438 937431040 17237 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073688546 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28847/statm: 228865 17237 2516 14 0 215335 0
[pid=28847/tid=28849] ppid=28845 vsize=915460 CPUtime=0.99
/proc/28847/task/28849/stat : 28849 (java) S 28845 28847 28148 0 -1 64 560 0 0 0 86 13 0 0 17 0 8 0 156338442 937431040 17237 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=28847/tid=28850] ppid=28845 vsize=915460 CPUtime=0
/proc/28847/task/28850/stat : 28850 (java) S 28845 28847 28148 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156338442 937431040 17237 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28847/tid=28851] ppid=28845 vsize=915460 CPUtime=0
/proc/28847/task/28851/stat : 28851 (java) S 28845 28847 28148 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156338442 937431040 17237 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28847/tid=28852] ppid=28845 vsize=915460 CPUtime=0
/proc/28847/task/28852/stat : 28852 (java) S 28845 28847 28148 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156338445 937431040 17237 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28847/tid=28853] ppid=28845 vsize=915460 CPUtime=0.18
/proc/28847/task/28853/stat : 28853 (java) S 28845 28847 28148 0 -1 64 365 0 0 0 17 1 0 0 16 0 8 0 156338445 937431040 17237 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28847/tid=28854] ppid=28845 vsize=915460 CPUtime=0
/proc/28847/task/28854/stat : 28854 (java) S 28845 28847 28148 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 156338445 937431040 17237 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28847/tid=28855] ppid=28845 vsize=915460 CPUtime=0
/proc/28847/task/28855/stat : 28855 (java) S 28845 28847 28148 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156338445 937431040 17237 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 915460

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

Child status: 143
Real time (s): 1800.54
CPU time (s): 1800.06
CPU user time (s): 1799.7
CPU system time (s): 0.358945
CPU usage (%): 99.973
Max. virtual memory (cumulated for all children) (KiB): 915460

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.7
system time used= 0.358945
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19367
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= 48288
involuntary context switches= 15810

runsolver used 1.71874 s user time and 4.66829 s system time

The end

Launcher Data (download as text)

Begin job on node52 on Sat Jan  6 10:29:59 UTC 2007


IDJOB= 217390
IDBENCH= 5134
FILE ID= node52/217390-1168079399

PBS_JOBID= 3476048

Free space on /tmp= 66552 MiB

BENCH NAME= HOME/pub/bench/CPAI06/latinSquare/latinSquare-dg-9_all.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/217390-1168079399/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node52/watcher-217390-1168079399 -o ROOT/results/node52/solver-217390-1168079399 -C 1800 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/217390-1168079399/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  176c4ec719fefcc5dffa03a65582c93a

RANDOM SEED= 599047004

TIME LIMIT= 1800 seconds

MEMORY LIMIT= 900 MiB


/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.232
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.232
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1483568 kB
Buffers:         37312 kB
Cached:         443380 kB
SwapCached:          0 kB
Active:          52840 kB
Inactive:       443576 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1483568 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1644 kB
Writeback:           0 kB
Mapped:          25952 kB
Slab:            61968 kB
Committed_AS:  3134280 kB
PageTables:       1484 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= 66552 MiB



End job on node52 on Sat Jan  6 11:00:08 UTC 2007