Trace number 217351

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.17 1804.64

General information on the benchmark

NamelatinSquare/
latinSquare-dg-12_all.xml
MD5SUMaa16cceed3e87ea3ccf317df2d80f765
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 variables144
Number of constraints48
Maximum constraint arity12
Maximum domain size12
Number of constraints which are defined in extension0
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)allDifferent(48)

Solver Data (download as text)

0.31	   
0.31	Abscon 109 (November, 2006)
0.31	   
0.31	   configuration
0.31	     name=mac.xml
0.34	   
0.34	   instance
0.34	     name=/tmp/evaluation/217351-1168079371/unknown.xml
0.37	   
0.38	   domains being loaded...
0.38	   
0.38	   variables being loaded...
0.43	     nbVariables=144  nbDomainTypes=1  minDomainSize=12  maxDomainSize=12
0.43	       =>  wckTime=0.117  cpuTime=0.1  mem=6M951
0.43	   
0.43	   constraints being loaded...
0.48	     nbConstraints=48  nbGlobalConstraints=48  nbSharedBinaryRepresentations=0  maxDegree=4  maxArity=12
0.48	       =>  wckTime=0.166  cpuTime=0.13  mem=7M927
0.52	   
0.52	   solver IterativeSystematicSolver being built... 
0.70	       =>  wckTime=0.39  cpuTime=0.28  mem=16M474
0.72	   
0.72	   preprocessing
0.72	     nbConstraintChecks=0  nbPropagations=144  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
0.73	     detectedInconsistency=no
0.73	       =>  wckTime=0.016  cpuTime=0.01  mem=16M474
0.79	   
0.79	   search
0.79	     run=0  nbConstraintChecks=0  nbPropagations=1469  nbRevisions=0  nbUselessRevisions=0  nbAssignments=56
0.79	     nbFailedAssignments=5  nbBacktracks=10  nbVisitedNodes=64  nbRestartNogoods=0  mapSize=6  nbInferences=0
0.79	     nbTooLargeKeys=0
0.79	       =>  wckTime=0.085  cpuTime=0.07  mem=18M424
0.83	   
0.83	   search
0.83	     run=1  nbConstraintChecks=0  nbPropagations=4280  nbRevisions=0  nbUselessRevisions=0  nbAssignments=113
0.83	     nbFailedAssignments=11  nbBacktracks=27  nbVisitedNodes=136  nbRestartNogoods=1  mapSize=20  nbInferences=0
0.83	     nbTooLargeKeys=0
0.83	       =>  wckTime=0.12  cpuTime=0.1  mem=19M399
0.86	   
0.86	   search
0.86	     run=2  nbConstraintChecks=0  nbPropagations=8553  nbRevisions=0  nbUselessRevisions=0  nbAssignments=181
0.86	     nbFailedAssignments=23  nbBacktracks=49  nbVisitedNodes=227  nbRestartNogoods=2  mapSize=40  nbInferences=0
0.86	     nbTooLargeKeys=0
0.86	       =>  wckTime=0.154  cpuTime=0.13  mem=20M374
0.90	   
0.90	   search
0.90	     run=3  nbConstraintChecks=0  nbPropagations=14423  nbRevisions=0  nbUselessRevisions=0  nbAssignments=263
0.90	     nbFailedAssignments=33  nbBacktracks=83  nbVisitedNodes=327  nbRestartNogoods=5  mapSize=54  nbInferences=0
0.90	     nbTooLargeKeys=0
0.90	       =>  wckTime=0.192  cpuTime=0.17  mem=22M325
0.95	   
0.95	   search
0.95	     run=4  nbConstraintChecks=0  nbPropagations=22298  nbRevisions=0  nbUselessRevisions=0  nbAssignments=365
0.95	     nbFailedAssignments=50  nbBacktracks=135  nbVisitedNodes=463  nbRestartNogoods=9  mapSize=85  nbInferences=0
0.95	     nbTooLargeKeys=0
0.95	       =>  wckTime=0.241  cpuTime=0.21  mem=24M275
1.01	   
1.01	   search
1.01	     run=5  nbConstraintChecks=0  nbPropagations=32567  nbRevisions=0  nbUselessRevisions=0  nbAssignments=497
1.01	     nbFailedAssignments=76  nbBacktracks=210  nbVisitedNodes=645  nbRestartNogoods=12  mapSize=133  nbInferences=0
1.01	     nbTooLargeKeys=0
1.01	       =>  wckTime=0.297  cpuTime=0.26  mem=27M201
1.08	   
1.08	   search
1.08	     run=6  nbConstraintChecks=0  nbPropagations=45931  nbRevisions=0  nbUselessRevisions=0  nbAssignments=686
1.08	     nbFailedAssignments=115  nbBacktracks=324  nbVisitedNodes=919  nbRestartNogoods=14  mapSize=214  nbInferences=0
1.08	     nbTooLargeKeys=0
1.08	       =>  wckTime=0.371  cpuTime=0.34  mem=30M126
1.18	   
1.18	   search
1.18	     run=7  nbConstraintChecks=0  nbPropagations=63639  nbRevisions=0  nbUselessRevisions=0  nbAssignments=966
1.18	     nbFailedAssignments=184  nbBacktracks=498  nbVisitedNodes=1329  nbRestartNogoods=17  mapSize=337  nbInferences=0
1.18	     nbTooLargeKeys=0
1.18	       =>  wckTime=0.476  cpuTime=0.44  mem=34M27
1.32	   
1.32	   search
1.32	     run=8  nbConstraintChecks=0  nbPropagations=87086  nbRevisions=0  nbUselessRevisions=0  nbAssignments=1350
1.32	     nbFailedAssignments=277  nbBacktracks=754  nbVisitedNodes=1876  nbRestartNogoods=24  mapSize=489  nbInferences=0
1.32	     nbTooLargeKeys=0
1.32	       =>  wckTime=0.615  cpuTime=0.57  mem=38M903
1.53	   
1.53	   search
1.53	     run=9  nbConstraintChecks=0  nbPropagations=119038  nbRevisions=0  nbUselessRevisions=0  nbAssignments=1893
1.53	     nbFailedAssignments=405  nbBacktracks=1138  nbVisitedNodes=2689  nbRestartNogoods=28  mapSize=751  nbInferences=0
1.53	     nbTooLargeKeys=0
1.53	       =>  wckTime=0.82  cpuTime=0.75  mem=46M704
1.72	   
1.72	   INFO : Stopping hyperNogood (mapSize=1006, nbTooLargekeys=0, mem=8M888)
1.78	   
1.78	   search
1.78	     run=10  nbConstraintChecks=0  nbPropagations=162467  nbRevisions=0  nbUselessRevisions=0  nbAssignments=2677
1.78	     nbFailedAssignments=580  nbBacktracks=1716  nbVisitedNodes=3830  nbRestartNogoods=33
1.78	       =>  wckTime=1.069  cpuTime=0.98  mem=10M877
2.10	   
2.10	   search
2.10	     run=11  nbConstraintChecks=0  nbPropagations=223336  nbRevisions=0  nbUselessRevisions=0  nbAssignments=3862
2.10	     nbFailedAssignments=869  nbBacktracks=2582  nbVisitedNodes=5600  nbRestartNogoods=37
2.10	       =>  wckTime=1.395  cpuTime=1.32  mem=26M792
2.60	   
2.60	   search
2.60	     run=12  nbConstraintChecks=0  nbPropagations=310296  nbRevisions=0  nbUselessRevisions=0  nbAssignments=5693
2.60	     nbFailedAssignments=1368  nbBacktracks=3881  nbVisitedNodes=8376  nbRestartNogoods=42
2.60	       =>  wckTime=1.89  cpuTime=1.8  mem=50M664
3.62	   
3.62	   search
3.62	     run=13  nbConstraintChecks=0  nbPropagations=448150  nbRevisions=0  nbUselessRevisions=0  nbAssignments=8614
3.62	     nbFailedAssignments=2317  nbBacktracks=5828  nbVisitedNodes=13577  nbRestartNogoods=49
3.62	       =>  wckTime=2.91  cpuTime=2.81  mem=48M640
4.67	   
4.67	   search
4.67	     run=14  nbConstraintChecks=0  nbPropagations=641326  nbRevisions=0  nbUselessRevisions=0  nbAssignments=12591
4.67	     nbFailedAssignments=3334  nbBacktracks=8751  nbVisitedNodes=19430  nbRestartNogoods=61
4.67	       =>  wckTime=3.964  cpuTime=3.86  mem=48M970
6.13	   
6.13	   search
6.13	     run=15  nbConstraintChecks=0  nbPropagations=913627  nbRevisions=0  nbUselessRevisions=0  nbAssignments=18446
6.13	     nbFailedAssignments=4767  nbBacktracks=13132  nbVisitedNodes=28154  nbRestartNogoods=69
6.13	       =>  wckTime=5.425  cpuTime=5.3  mem=20M999
8.46	   
8.46	   search
8.46	     run=16  nbConstraintChecks=0  nbPropagations=1311950  nbRevisions=0  nbUselessRevisions=0  nbAssignments=27396
8.46	     nbFailedAssignments=7112  nbBacktracks=19703  nbVisitedNodes=41644  nbRestartNogoods=80
8.46	       =>  wckTime=7.756  cpuTime=7.62  mem=35M321
12.01	   
12.01	   search
12.01	     run=17  nbConstraintChecks=0  nbPropagations=1900728  nbRevisions=0  nbUselessRevisions=0  nbAssignments=40810
12.01	     nbFailedAssignments=10643  nbBacktracks=29556  nbVisitedNodes=61993  nbRestartNogoods=86
12.01	       =>  wckTime=11.302  cpuTime=11.14  mem=9M753
17.38	   
17.38	   search
17.38	     run=18  nbConstraintChecks=0  nbPropagations=2768458  nbRevisions=0  nbUselessRevisions=0  nbAssignments=60721
17.38	     nbFailedAssignments=15738  nbBacktracks=44338  nbVisitedNodes=91605  nbRestartNogoods=93
17.38	       =>  wckTime=16.668  cpuTime=16.46  mem=12M824
25.10	   
25.10	   search
25.10	     run=19  nbConstraintChecks=0  nbPropagations=4046985  nbRevisions=0  nbUselessRevisions=0  nbAssignments=90744
25.10	     nbFailedAssignments=23553  nbBacktracks=66510  nbVisitedNodes=136667  nbRestartNogoods=100
25.10	       =>  wckTime=24.395  cpuTime=24.14  mem=37M374
37.05	   
37.05	   search
37.05	     run=20  nbConstraintChecks=0  nbPropagations=5972051  nbRevisions=0  nbUselessRevisions=0  nbAssignments=135726
37.05	     nbFailedAssignments=35246  nbBacktracks=99763  nbVisitedNodes=205183  nbRestartNogoods=111
37.05	       =>  wckTime=36.34  cpuTime=36.03  mem=27M148
54.92	   
54.92	   search
54.92	     run=21  nbConstraintChecks=0  nbPropagations=8847156  nbRevisions=0  nbUselessRevisions=0  nbAssignments=204074
54.92	     nbFailedAssignments=53676  nbBacktracks=149642  nbVisitedNodes=309891  nbRestartNogoods=118
54.92	       =>  wckTime=54.215  cpuTime=53.8  mem=39M424
81.30	   
81.30	   search
81.30	     run=22  nbConstraintChecks=0  nbPropagations=13139638  nbRevisions=0  nbUselessRevisions=0  nbAssignments=305435
81.30	     nbFailedAssignments=80181  nbBacktracks=224466  nbVisitedNodes=463464  nbRestartNogoods=128
81.30	       =>  wckTime=80.594  cpuTime=80.04  mem=30M221
120.96	   
120.96	   search
120.96	     run=23  nbConstraintChecks=0  nbPropagations=19545207  nbRevisions=0  nbUselessRevisions=0  nbAssignments=457894
120.96	     nbFailedAssignments=120380  nbBacktracks=336694  nbVisitedNodes=691009  nbRestartNogoods=136
120.96	       =>  wckTime=120.252  cpuTime=119.49  mem=2M606
181.35	   
181.35	   search
181.35	     run=24  nbConstraintChecks=0  nbPropagations=29192752  nbRevisions=0  nbUselessRevisions=0  nbAssignments=688729
181.35	     nbFailedAssignments=182840  nbBacktracks=505035  nbVisitedNodes=1043598  nbRestartNogoods=144
181.35	       =>  wckTime=180.643  cpuTime=179.56  mem=5M677
266.62	   
266.62	   search
266.62	     run=25  nbConstraintChecks=0  nbPropagations=43434084  nbRevisions=0  nbUselessRevisions=0  nbAssignments=1024842
266.62	     nbFailedAssignments=266409  nbBacktracks=757546  nbVisitedNodes=1540686  nbRestartNogoods=152
266.62	       =>  wckTime=265.913  cpuTime=264.38  mem=44M547
398.55	   
398.55	   search
398.55	     run=26  nbConstraintChecks=0  nbPropagations=64616476  nbRevisions=0  nbUselessRevisions=0  nbAssignments=1519730
398.55	     nbFailedAssignments=382496  nbBacktracks=1136315  nbVisitedNodes=2267461  nbRestartNogoods=161
398.55	       =>  wckTime=397.838  cpuTime=395.6  mem=44M549
598.91	   
598.91	   search
598.91	     run=27  nbConstraintChecks=0  nbPropagations=96528558  nbRevisions=0  nbUselessRevisions=0  nbAssignments=2290633
598.91	     nbFailedAssignments=585211  nbBacktracks=1704466  nbVisitedNodes=3430097  nbRestartNogoods=173
598.91	       =>  wckTime=598.204  cpuTime=594.92  mem=33M301
879.93	   
879.93	   search
879.93	     run=28  nbConstraintChecks=0  nbPropagations=143937586  nbRevisions=0  nbUselessRevisions=0  nbAssignments=3434092
879.93	     nbFailedAssignments=876408  nbBacktracks=2556692  nbVisitedNodes=5137833  nbRestartNogoods=194
879.93	       =>  wckTime=879.223  cpuTime=874.91  mem=20M8
1292.39	   
1292.39	   search
1292.39	     run=29  nbConstraintChecks=0  nbPropagations=215284782  nbRevisions=0  nbUselessRevisions=0  nbAssignments=5191128
1292.39	     nbFailedAssignments=1355065  nbBacktracks=3835037  nbVisitedNodes=7791845  nbRestartNogoods=207
1292.39	       =>  wckTime=1291.68  cpuTime=1286.78  mem=16M944

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

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

/proc/loadavg: 1.00 1.67 1.73 4/80 9510
/proc/meminfo: memFree=1605600/2055920 swapFree=4192812/4192956
[pid=9509] ppid=9507 vsize=18540 CPUtime=0
/proc/9509/stat : 9509 (runsolver) R 9507 9509 9198 0 -1 4194368 17 0 0 0 0 0 0 0 19 0 1 0 156336274 18984960 279 18446744073709551615 4194304 4267372 548682068960 18446744073709551615 216849247527 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/9509/statm: 4635 279 244 17 0 2626 0

[startup+0.103018 s]
/proc/loadavg: 1.00 1.67 1.73 4/80 9510
/proc/meminfo: memFree=1605600/2055920 swapFree=4192812/4192956
[pid=9509] ppid=9507 vsize=914988 CPUtime=0.08
/proc/9509/stat : 9509 (java) R 9507 9509 9198 0 -1 0 2979 0 1 0 7 1 0 0 19 0 8 0 156336274 936947712 2725 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4072925578 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9509/statm: 228747 2725 1423 14 0 215242 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 914988

[startup+0.515084 s]
/proc/loadavg: 1.00 1.67 1.73 4/80 9510
/proc/meminfo: memFree=1605600/2055920 swapFree=4192812/4192956
[pid=9509] ppid=9507 vsize=915328 CPUtime=0.49
/proc/9509/stat : 9509 (java) R 9507 9509 9198 0 -1 0 6497 0 1 0 46 3 0 0 18 0 8 0 156336274 937295872 6235 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4072926600 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9509/statm: 228832 6235 2160 14 0 215302 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 915328

[startup+1.33822 s]
/proc/loadavg: 1.00 1.67 1.73 3/87 9517
/proc/meminfo: memFree=1565736/2055920 swapFree=4192812/4192956
[pid=9509] ppid=9507 vsize=915464 CPUtime=1.31
/proc/9509/stat : 9509 (java) R 9507 9509 9198 0 -1 0 14562 0 1 0 123 8 0 0 25 0 8 0 156336274 937435136 14300 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073710450 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9509/statm: 228866 14300 2512 14 0 215336 0
[pid=9509/tid=9511] ppid=9507 vsize=915464 CPUtime=0.02
/proc/9509/task/9511/stat : 9511 (java) S 9507 9509 9198 0 -1 64 161 0 0 0 2 0 0 0 16 0 8 0 156336278 937435136 14300 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=9509/tid=9512] ppid=9507 vsize=915464 CPUtime=0
/proc/9509/task/9512/stat : 9512 (java) S 9507 9509 9198 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156336279 937435136 14300 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9509/tid=9513] ppid=9507 vsize=915464 CPUtime=0
/proc/9509/task/9513/stat : 9513 (java) S 9507 9509 9198 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156336279 937435136 14300 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9509/tid=9514] ppid=9507 vsize=915464 CPUtime=0
/proc/9509/task/9514/stat : 9514 (java) S 9507 9509 9198 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156336282 937435136 14300 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9509/tid=9515] ppid=9507 vsize=915464 CPUtime=0.16
/proc/9509/task/9515/stat : 9515 (java) S 9507 9509 9198 0 -1 64 355 0 0 0 16 0 0 0 15 0 8 0 156336282 937435136 14300 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9509/tid=9516] ppid=9507 vsize=915464 CPUtime=0
/proc/9509/task/9516/stat : 9516 (java) S 9507 9509 9198 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 156336282 937435136 14300 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9509/tid=9517] ppid=9507 vsize=915464 CPUtime=0
/proc/9509/task/9517/stat : 9517 (java) S 9507 9509 9198 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156336282 937435136 14300 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 915464

[startup+2.97649 s]
/proc/loadavg: 1.00 1.67 1.73 3/87 9517
/proc/meminfo: memFree=1546536/2055920 swapFree=4192812/4192956
[pid=9509] ppid=9507 vsize=915464 CPUtime=2.93
/proc/9509/stat : 9509 (java) R 9507 9509 9198 0 -1 0 17678 0 1 0 285 8 0 0 25 0 8 0 156336274 937435136 17412 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073712439 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9509/statm: 228866 17412 2516 14 0 215336 0
[pid=9509/tid=9511] ppid=9507 vsize=915464 CPUtime=0.03
/proc/9509/task/9511/stat : 9511 (java) S 9507 9509 9198 0 -1 64 731 0 0 0 3 0 0 0 16 0 8 0 156336278 937435136 17412 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=9509/tid=9512] ppid=9507 vsize=915464 CPUtime=0
/proc/9509/task/9512/stat : 9512 (java) S 9507 9509 9198 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156336279 937435136 17412 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9509/tid=9513] ppid=9507 vsize=915464 CPUtime=0
/proc/9509/task/9513/stat : 9513 (java) S 9507 9509 9198 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156336279 937435136 17412 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9509/tid=9514] ppid=9507 vsize=915464 CPUtime=0
/proc/9509/task/9514/stat : 9514 (java) S 9507 9509 9198 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156336282 937435136 17412 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9509/tid=9515] ppid=9507 vsize=915464 CPUtime=0.19
/proc/9509/task/9515/stat : 9515 (java) S 9507 9509 9198 0 -1 64 367 0 0 0 19 0 0 0 16 0 8 0 156336282 937435136 17412 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9509/tid=9516] ppid=9507 vsize=915464 CPUtime=0
/proc/9509/task/9516/stat : 9516 (java) S 9507 9509 9198 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 156336282 937435136 17412 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9509/tid=9517] ppid=9507 vsize=915464 CPUtime=0
/proc/9509/task/9517/stat : 9517 (java) S 9507 9509 9198 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156336282 937435136 17412 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.93
Current children cumulated vsize (KiB) 915464

[startup+6.17802 s]
/proc/loadavg: 1.08 1.67 1.73 3/87 9517
/proc/meminfo: memFree=1545576/2055920 swapFree=4192812/4192956
[pid=9509] ppid=9507 vsize=915464 CPUtime=6.11
/proc/9509/stat : 9509 (java) R 9507 9509 9198 0 -1 0 17683 0 1 0 603 8 0 0 25 0 8 0 156336274 937435136 17414 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073705615 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9509/statm: 228866 17414 2516 14 0 215336 0
[pid=9509/tid=9511] ppid=9507 vsize=915464 CPUtime=0.04
/proc/9509/task/9511/stat : 9511 (java) S 9507 9509 9198 0 -1 64 732 0 0 0 4 0 0 0 16 0 8 0 156336278 937435136 17414 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=9509/tid=9512] ppid=9507 vsize=915464 CPUtime=0
/proc/9509/task/9512/stat : 9512 (java) S 9507 9509 9198 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156336279 937435136 17414 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9509/tid=9513] ppid=9507 vsize=915464 CPUtime=0
/proc/9509/task/9513/stat : 9513 (java) S 9507 9509 9198 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156336279 937435136 17414 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9509/tid=9514] ppid=9507 vsize=915464 CPUtime=0
/proc/9509/task/9514/stat : 9514 (java) S 9507 9509 9198 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156336282 937435136 17414 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9509/tid=9515] ppid=9507 vsize=915464 CPUtime=0.19
/proc/9509/task/9515/stat : 9515 (java) S 9507 9509 9198 0 -1 64 368 0 0 0 19 0 0 0 15 0 8 0 156336282 937435136 17414 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9509/tid=9516] ppid=9507 vsize=915464 CPUtime=0
/proc/9509/task/9516/stat : 9516 (java) S 9507 9509 9198 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 156336282 937435136 17414 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9509/tid=9517] ppid=9507 vsize=915464 CPUtime=0
/proc/9509/task/9517/stat : 9517 (java) S 9507 9509 9198 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156336282 937435136 17414 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.11
Current children cumulated vsize (KiB) 915464

[startup+12.6581 s]
/proc/loadavg: 1.15 1.68 1.73 3/87 9517
/proc/meminfo: memFree=1545576/2055920 swapFree=4192812/4192956
[pid=9509] ppid=9507 vsize=915464 CPUtime=12.57
/proc/9509/stat : 9509 (java) R 9507 9509 9198 0 -1 0 17690 0 1 0 1248 9 0 0 25 0 8 0 156336274 937435136 17415 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073704606 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9509/statm: 228866 17415 2516 14 0 215336 0
[pid=9509/tid=9511] ppid=9507 vsize=915464 CPUtime=0.05
/proc/9509/task/9511/stat : 9511 (java) S 9507 9509 9198 0 -1 64 733 0 0 0 5 0 0 0 16 0 8 0 156336278 937435136 17415 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=9509/tid=9512] ppid=9507 vsize=915464 CPUtime=0
/proc/9509/task/9512/stat : 9512 (java) S 9507 9509 9198 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156336279 937435136 17415 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9509/tid=9513] ppid=9507 vsize=915464 CPUtime=0
/proc/9509/task/9513/stat : 9513 (java) S 9507 9509 9198 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156336279 937435136 17415 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9509/tid=9514] ppid=9507 vsize=915464 CPUtime=0
/proc/9509/task/9514/stat : 9514 (java) S 9507 9509 9198 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156336282 937435136 17415 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9509/tid=9515] ppid=9507 vsize=915464 CPUtime=0.19
/proc/9509/task/9515/stat : 9515 (java) S 9507 9509 9198 0 -1 64 368 0 0 0 19 0 0 0 15 0 8 0 156336282 937435136 17415 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9509/tid=9516] ppid=9507 vsize=915464 CPUtime=0
/proc/9509/task/9516/stat : 9516 (java) S 9507 9509 9198 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 156336282 937435136 17415 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9509/tid=9517] ppid=9507 vsize=915464 CPUtime=0
/proc/9509/task/9517/stat : 9517 (java) S 9507 9509 9198 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156336282 937435136 17415 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 915464

[startup+25.5272 s]
/proc/loadavg: 1.34 1.69 1.73 3/87 9517
/proc/meminfo: memFree=1544616/2055920 swapFree=4192812/4192956
[pid=9509] ppid=9507 vsize=915464 CPUtime=25.37
/proc/9509/stat : 9509 (java) R 9507 9509 9198 0 -1 0 17942 0 1 0 2528 9 0 0 25 0 8 0 156336274 937435136 17653 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073704417 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9509/statm: 228866 17653 2516 14 0 215336 0
[pid=9509/tid=9511] ppid=9507 vsize=915464 CPUtime=0.07
/proc/9509/task/9511/stat : 9511 (java) S 9507 9509 9198 0 -1 64 970 0 0 0 7 0 0 0 16 0 8 0 156336278 937435136 17653 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=9509/tid=9512] ppid=9507 vsize=915464 CPUtime=0
/proc/9509/task/9512/stat : 9512 (java) S 9507 9509 9198 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156336279 937435136 17653 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9509/tid=9513] ppid=9507 vsize=915464 CPUtime=0
/proc/9509/task/9513/stat : 9513 (java) S 9507 9509 9198 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156336279 937435136 17653 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9509/tid=9514] ppid=9507 vsize=915464 CPUtime=0
/proc/9509/task/9514/stat : 9514 (java) S 9507 9509 9198 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156336282 937435136 17653 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9509/tid=9515] ppid=9507 vsize=915464 CPUtime=0.19
/proc/9509/task/9515/stat : 9515 (java) S 9507 9509 9198 0 -1 64 369 0 0 0 19 0 0 0 16 0 8 0 156336282 937435136 17653 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9509/tid=9516] ppid=9507 vsize=915464 CPUtime=0
/proc/9509/task/9516/stat : 9516 (java) S 9507 9509 9198 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 156336282 937435136 17653 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9509/tid=9517] ppid=9507 vsize=915464 CPUtime=0
/proc/9509/task/9517/stat : 9517 (java) S 9507 9509 9198 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156336282 937435136 17653 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.37
Current children cumulated vsize (KiB) 915464

[startup+51.1585 s]
/proc/loadavg: 1.56 1.72 1.74 3/87 9517
/proc/meminfo: memFree=1544680/2055920 swapFree=4192812/4192956
[pid=9509] ppid=9507 vsize=915464 CPUtime=50.88
/proc/9509/stat : 9509 (java) R 9507 9509 9198 0 -1 0 17969 0 1 0 5079 9 0 0 25 0 8 0 156336274 937435136 17655 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073720678 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9509/statm: 228866 17655 2516 14 0 215336 0
[pid=9509/tid=9511] ppid=9507 vsize=915464 CPUtime=0.08
/proc/9509/task/9511/stat : 9511 (java) S 9507 9509 9198 0 -1 64 972 0 0 0 8 0 0 0 16 0 8 0 156336278 937435136 17655 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=9509/tid=9512] ppid=9507 vsize=915464 CPUtime=0
/proc/9509/task/9512/stat : 9512 (java) S 9507 9509 9198 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156336279 937435136 17655 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9509/tid=9513] ppid=9507 vsize=915464 CPUtime=0
/proc/9509/task/9513/stat : 9513 (java) S 9507 9509 9198 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156336279 937435136 17655 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9509/tid=9514] ppid=9507 vsize=915464 CPUtime=0
/proc/9509/task/9514/stat : 9514 (java) S 9507 9509 9198 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156336282 937435136 17655 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9509/tid=9515] ppid=9507 vsize=915464 CPUtime=0.19
/proc/9509/task/9515/stat : 9515 (java) S 9507 9509 9198 0 -1 64 369 0 0 0 19 0 0 0 16 0 8 0 156336282 937435136 17655 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9509/tid=9516] ppid=9507 vsize=915464 CPUtime=0
/proc/9509/task/9516/stat : 9516 (java) S 9507 9509 9198 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 156336282 937435136 17655 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9509/tid=9517] ppid=9507 vsize=915464 CPUtime=0
/proc/9509/task/9517/stat : 9517 (java) S 9507 9509 9198 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156336282 937435136 17655 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.88
Current children cumulated vsize (KiB) 915464

[startup+102.412 s]
/proc/loadavg: 1.81 1.76 1.75 3/87 9517
/proc/meminfo: memFree=1544680/2055920 swapFree=4192812/4192956
[pid=9509] ppid=9507 vsize=915464 CPUtime=101.89
/proc/9509/stat : 9509 (java) R 9507 9509 9198 0 -1 0 18021 0 1 0 10179 10 0 0 25 0 8 0 156336274 937435136 17657 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073721452 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9509/statm: 228866 17657 2516 14 0 215336 0
[pid=9509/tid=9511] ppid=9507 vsize=915464 CPUtime=0.11
/proc/9509/task/9511/stat : 9511 (java) S 9507 9509 9198 0 -1 64 974 0 0 0 10 1 0 0 16 0 8 0 156336278 937435136 17657 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=9509/tid=9512] ppid=9507 vsize=915464 CPUtime=0
/proc/9509/task/9512/stat : 9512 (java) S 9507 9509 9198 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156336279 937435136 17657 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9509/tid=9513] ppid=9507 vsize=915464 CPUtime=0
/proc/9509/task/9513/stat : 9513 (java) S 9507 9509 9198 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156336279 937435136 17657 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9509/tid=9514] ppid=9507 vsize=915464 CPUtime=0
/proc/9509/task/9514/stat : 9514 (java) S 9507 9509 9198 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156336282 937435136 17657 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9509/tid=9515] ppid=9507 vsize=915464 CPUtime=0.19
/proc/9509/task/9515/stat : 9515 (java) S 9507 9509 9198 0 -1 64 369 0 0 0 19 0 0 0 16 0 8 0 156336282 937435136 17657 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9509/tid=9516] ppid=9507 vsize=915464 CPUtime=0
/proc/9509/task/9516/stat : 9516 (java) S 9507 9509 9198 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 156336282 937435136 17657 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9509/tid=9517] ppid=9507 vsize=915464 CPUtime=0
/proc/9509/task/9517/stat : 9517 (java) S 9507 9509 9198 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156336282 937435136 17657 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.89
Current children cumulated vsize (KiB) 915464

[startup+162.415 s]
/proc/loadavg: 1.93 1.80 1.76 3/87 9517
/proc/meminfo: memFree=1544680/2055920 swapFree=4192812/4192956
[pid=9509] ppid=9507 vsize=915464 CPUtime=161.61
/proc/9509/stat : 9509 (java) R 9507 9509 9198 0 -1 0 18079 0 1 0 16151 10 0 0 25 0 8 0 156336274 937435136 17657 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073712159 0 4 0 23759 18446744073709551615 0 0 17 1 0 0

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

Current children cumulated CPU time (s) 1418.82
Current children cumulated vsize (KiB) 915464

[startup+1483.01 s]
/proc/loadavg: 1.00 1.18 1.51 3/72 9699
/proc/meminfo: memFree=1579304/2055920 swapFree=4192812/4192956
[pid=9509] ppid=9507 vsize=915464 CPUtime=1478.78
/proc/9509/stat : 9509 (java) R 9507 9509 9198 0 -1 0 19422 0 1 0 147850 28 0 0 25 0 8 0 156336274 937435136 17662 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073710240 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/9509/statm: 228866 17662 2516 14 0 215336 0
[pid=9509/tid=9511] ppid=9507 vsize=915464 CPUtime=0.88
/proc/9509/task/9511/stat : 9511 (java) S 9507 9509 9198 0 -1 64 979 0 0 0 79 9 0 0 17 0 8 0 156336278 937435136 17662 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=9509/tid=9512] ppid=9507 vsize=915464 CPUtime=0
/proc/9509/task/9512/stat : 9512 (java) S 9507 9509 9198 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156336279 937435136 17662 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9509/tid=9513] ppid=9507 vsize=915464 CPUtime=0
/proc/9509/task/9513/stat : 9513 (java) S 9507 9509 9198 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156336279 937435136 17662 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9509/tid=9514] ppid=9507 vsize=915464 CPUtime=0
/proc/9509/task/9514/stat : 9514 (java) S 9507 9509 9198 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156336282 937435136 17662 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9509/tid=9515] ppid=9507 vsize=915464 CPUtime=0.19
/proc/9509/task/9515/stat : 9515 (java) S 9507 9509 9198 0 -1 64 369 0 0 0 19 0 0 0 16 0 8 0 156336282 937435136 17662 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9509/tid=9516] ppid=9507 vsize=915464 CPUtime=0
/proc/9509/task/9516/stat : 9516 (java) S 9507 9509 9198 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 156336282 937435136 17662 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9509/tid=9517] ppid=9507 vsize=915464 CPUtime=0
/proc/9509/task/9517/stat : 9517 (java) S 9507 9509 9198 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156336282 937435136 17662 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1478.78
Current children cumulated vsize (KiB) 915464

[startup+1543.01 s]
/proc/loadavg: 1.00 1.15 1.47 2/72 9699
/proc/meminfo: memFree=1579240/2055920 swapFree=4192812/4192956
[pid=9509] ppid=9507 vsize=915464 CPUtime=1538.73
/proc/9509/stat : 9509 (java) R 9507 9509 9198 0 -1 0 19486 0 1 0 153845 28 0 0 25 0 8 0 156336274 937435136 17662 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073721461 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/9509/statm: 228866 17662 2516 14 0 215336 0
[pid=9509/tid=9511] ppid=9507 vsize=915464 CPUtime=0.91
/proc/9509/task/9511/stat : 9511 (java) S 9507 9509 9198 0 -1 64 979 0 0 0 81 10 0 0 17 0 8 0 156336278 937435136 17662 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=9509/tid=9512] ppid=9507 vsize=915464 CPUtime=0
/proc/9509/task/9512/stat : 9512 (java) S 9507 9509 9198 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156336279 937435136 17662 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9509/tid=9513] ppid=9507 vsize=915464 CPUtime=0
/proc/9509/task/9513/stat : 9513 (java) S 9507 9509 9198 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156336279 937435136 17662 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9509/tid=9514] ppid=9507 vsize=915464 CPUtime=0
/proc/9509/task/9514/stat : 9514 (java) S 9507 9509 9198 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156336282 937435136 17662 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9509/tid=9515] ppid=9507 vsize=915464 CPUtime=0.19
/proc/9509/task/9515/stat : 9515 (java) S 9507 9509 9198 0 -1 64 369 0 0 0 19 0 0 0 16 0 8 0 156336282 937435136 17662 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9509/tid=9516] ppid=9507 vsize=915464 CPUtime=0
/proc/9509/task/9516/stat : 9516 (java) S 9507 9509 9198 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 156336282 937435136 17662 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9509/tid=9517] ppid=9507 vsize=915464 CPUtime=0
/proc/9509/task/9517/stat : 9517 (java) S 9507 9509 9198 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156336282 937435136 17662 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1538.73
Current children cumulated vsize (KiB) 915464

[startup+1603.03 s]
/proc/loadavg: 1.00 1.12 1.44 2/72 9699
/proc/meminfo: memFree=1579240/2055920 swapFree=4192812/4192956
[pid=9509] ppid=9507 vsize=915464 CPUtime=1598.7
/proc/9509/stat : 9509 (java) R 9507 9509 9198 0 -1 0 19549 0 1 0 159841 29 0 0 25 0 8 0 156336274 937435136 17662 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073712394 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/9509/statm: 228866 17662 2516 14 0 215336 0
[pid=9509/tid=9511] ppid=9507 vsize=915464 CPUtime=0.93
/proc/9509/task/9511/stat : 9511 (java) S 9507 9509 9198 0 -1 64 979 0 0 0 83 10 0 0 17 0 8 0 156336278 937435136 17662 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=9509/tid=9512] ppid=9507 vsize=915464 CPUtime=0
/proc/9509/task/9512/stat : 9512 (java) S 9507 9509 9198 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156336279 937435136 17662 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9509/tid=9513] ppid=9507 vsize=915464 CPUtime=0
/proc/9509/task/9513/stat : 9513 (java) S 9507 9509 9198 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156336279 937435136 17662 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9509/tid=9514] ppid=9507 vsize=915464 CPUtime=0
/proc/9509/task/9514/stat : 9514 (java) S 9507 9509 9198 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156336282 937435136 17662 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9509/tid=9515] ppid=9507 vsize=915464 CPUtime=0.19
/proc/9509/task/9515/stat : 9515 (java) S 9507 9509 9198 0 -1 64 369 0 0 0 19 0 0 0 16 0 8 0 156336282 937435136 17662 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9509/tid=9516] ppid=9507 vsize=915464 CPUtime=0
/proc/9509/task/9516/stat : 9516 (java) S 9507 9509 9198 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 156336282 937435136 17662 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9509/tid=9517] ppid=9507 vsize=915464 CPUtime=0
/proc/9509/task/9517/stat : 9517 (java) S 9507 9509 9198 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156336282 937435136 17662 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1598.7
Current children cumulated vsize (KiB) 915464

[startup+1663.04 s]
/proc/loadavg: 1.00 1.09 1.41 2/72 9699
/proc/meminfo: memFree=1579240/2055920 swapFree=4192812/4192956
[pid=9509] ppid=9507 vsize=915464 CPUtime=1658.69
/proc/9509/stat : 9509 (java) R 9507 9509 9198 0 -1 0 19613 0 1 0 165839 30 0 0 17 0 8 0 156336274 937435136 17662 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073712407 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9509/statm: 228866 17662 2516 14 0 215336 0
[pid=9509/tid=9511] ppid=9507 vsize=915464 CPUtime=0.96
/proc/9509/task/9511/stat : 9511 (java) S 9507 9509 9198 0 -1 64 979 0 0 0 86 10 0 0 16 0 8 0 156336278 937435136 17662 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=9509/tid=9512] ppid=9507 vsize=915464 CPUtime=0
/proc/9509/task/9512/stat : 9512 (java) S 9507 9509 9198 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156336279 937435136 17662 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9509/tid=9513] ppid=9507 vsize=915464 CPUtime=0
/proc/9509/task/9513/stat : 9513 (java) S 9507 9509 9198 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156336279 937435136 17662 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9509/tid=9514] ppid=9507 vsize=915464 CPUtime=0
/proc/9509/task/9514/stat : 9514 (java) S 9507 9509 9198 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156336282 937435136 17662 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9509/tid=9515] ppid=9507 vsize=915464 CPUtime=0.19
/proc/9509/task/9515/stat : 9515 (java) S 9507 9509 9198 0 -1 64 369 0 0 0 19 0 0 0 16 0 8 0 156336282 937435136 17662 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9509/tid=9516] ppid=9507 vsize=915464 CPUtime=0
/proc/9509/task/9516/stat : 9516 (java) S 9507 9509 9198 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 156336282 937435136 17662 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9509/tid=9517] ppid=9507 vsize=915464 CPUtime=0
/proc/9509/task/9517/stat : 9517 (java) S 9507 9509 9198 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156336282 937435136 17662 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1658.69
Current children cumulated vsize (KiB) 915464

[startup+1723.07 s]
/proc/loadavg: 1.00 1.07 1.38 2/75 9730
/proc/meminfo: memFree=1573832/2055920 swapFree=4192812/4192956
[pid=9509] ppid=9507 vsize=915464 CPUtime=1718.64
/proc/9509/stat : 9509 (java) R 9507 9509 9198 0 -1 0 19677 0 1 0 171833 31 0 0 25 0 8 0 156336274 937435136 17662 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4072918529 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/9509/statm: 228866 17662 2516 14 0 215336 0
[pid=9509/tid=9511] ppid=9507 vsize=915464 CPUtime=1
/proc/9509/task/9511/stat : 9511 (java) S 9507 9509 9198 0 -1 64 979 0 0 0 89 11 0 0 17 0 8 0 156336278 937435136 17662 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=9509/tid=9512] ppid=9507 vsize=915464 CPUtime=0
/proc/9509/task/9512/stat : 9512 (java) S 9507 9509 9198 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156336279 937435136 17662 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9509/tid=9513] ppid=9507 vsize=915464 CPUtime=0
/proc/9509/task/9513/stat : 9513 (java) S 9507 9509 9198 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156336279 937435136 17662 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9509/tid=9514] ppid=9507 vsize=915464 CPUtime=0
/proc/9509/task/9514/stat : 9514 (java) S 9507 9509 9198 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156336282 937435136 17662 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9509/tid=9515] ppid=9507 vsize=915464 CPUtime=0.19
/proc/9509/task/9515/stat : 9515 (java) S 9507 9509 9198 0 -1 64 369 0 0 0 19 0 0 0 16 0 8 0 156336282 937435136 17662 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9509/tid=9516] ppid=9507 vsize=915464 CPUtime=0
/proc/9509/task/9516/stat : 9516 (java) S 9507 9509 9198 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 156336282 937435136 17662 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9509/tid=9517] ppid=9507 vsize=915464 CPUtime=0
/proc/9509/task/9517/stat : 9517 (java) S 9507 9509 9198 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156336282 937435136 17662 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1718.64
Current children cumulated vsize (KiB) 915464

[startup+1783.09 s]
/proc/loadavg: 1.04 1.07 1.36 2/75 9784
/proc/meminfo: memFree=1573576/2055920 swapFree=4192812/4192956
[pid=9509] ppid=9507 vsize=915464 CPUtime=1778.63
/proc/9509/stat : 9509 (java) R 9507 9509 9198 0 -1 0 19740 0 1 0 177830 33 0 0 25 0 8 0 156336274 937435136 17662 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073721444 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/9509/statm: 228866 17662 2516 14 0 215336 0
[pid=9509/tid=9511] ppid=9507 vsize=915464 CPUtime=1.03
/proc/9509/task/9511/stat : 9511 (java) S 9507 9509 9198 0 -1 64 979 0 0 0 92 11 0 0 17 0 8 0 156336278 937435136 17662 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=9509/tid=9512] ppid=9507 vsize=915464 CPUtime=0
/proc/9509/task/9512/stat : 9512 (java) S 9507 9509 9198 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156336279 937435136 17662 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9509/tid=9513] ppid=9507 vsize=915464 CPUtime=0
/proc/9509/task/9513/stat : 9513 (java) S 9507 9509 9198 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156336279 937435136 17662 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9509/tid=9514] ppid=9507 vsize=915464 CPUtime=0
/proc/9509/task/9514/stat : 9514 (java) S 9507 9509 9198 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156336282 937435136 17662 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9509/tid=9515] ppid=9507 vsize=915464 CPUtime=0.19
/proc/9509/task/9515/stat : 9515 (java) S 9507 9509 9198 0 -1 64 369 0 0 0 19 0 0 0 16 0 8 0 156336282 937435136 17662 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9509/tid=9516] ppid=9507 vsize=915464 CPUtime=0
/proc/9509/task/9516/stat : 9516 (java) S 9507 9509 9198 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 156336282 937435136 17662 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9509/tid=9517] ppid=9507 vsize=915464 CPUtime=0
/proc/9509/task/9517/stat : 9517 (java) S 9507 9509 9198 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156336282 937435136 17662 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1778.63
Current children cumulated vsize (KiB) 915464



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1804.57 s]
/proc/loadavg: 1.02 1.07 1.35 2/75 9784
/proc/meminfo: memFree=1573576/2055920 swapFree=4192812/4192956
[pid=9509] ppid=9507 vsize=915464 CPUtime=1800.09
/proc/9509/stat : 9509 (java) R 9507 9509 9198 0 -1 0 19763 0 1 0 179976 33 0 0 18 0 8 0 156336274 937435136 17662 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073721440 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9509/statm: 228866 17662 2516 14 0 215336 0
[pid=9509/tid=9511] ppid=9507 vsize=915464 CPUtime=1.04
/proc/9509/task/9511/stat : 9511 (java) S 9507 9509 9198 0 -1 64 979 0 0 0 93 11 0 0 16 0 8 0 156336278 937435136 17662 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=9509/tid=9512] ppid=9507 vsize=915464 CPUtime=0
/proc/9509/task/9512/stat : 9512 (java) S 9507 9509 9198 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156336279 937435136 17662 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9509/tid=9513] ppid=9507 vsize=915464 CPUtime=0
/proc/9509/task/9513/stat : 9513 (java) S 9507 9509 9198 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156336279 937435136 17662 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9509/tid=9514] ppid=9507 vsize=915464 CPUtime=0
/proc/9509/task/9514/stat : 9514 (java) S 9507 9509 9198 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156336282 937435136 17662 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9509/tid=9515] ppid=9507 vsize=915464 CPUtime=0.19
/proc/9509/task/9515/stat : 9515 (java) S 9507 9509 9198 0 -1 64 369 0 0 0 19 0 0 0 16 0 8 0 156336282 937435136 17662 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9509/tid=9516] ppid=9507 vsize=915464 CPUtime=0
/proc/9509/task/9516/stat : 9516 (java) S 9507 9509 9198 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 156336282 937435136 17662 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9509/tid=9517] ppid=9507 vsize=915464 CPUtime=0
/proc/9509/task/9517/stat : 9517 (java) S 9507 9509 9198 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156336282 937435136 17662 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 915464

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

Child status: 143
Real time (s): 1804.64
CPU time (s): 1800.17
CPU user time (s): 1799.81
CPU system time (s): 0.350946
CPU usage (%): 99.7522
Max. virtual memory (cumulated for all children) (KiB): 915464

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.81
system time used= 0.350946
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19780
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= 49184
involuntary context switches= 56295

runsolver used 1.9747 s user time and 5.2462 s system time

The end

Launcher Data (download as text)

Begin job on node43 on Sat Jan  6 10:29:32 UTC 2007


IDJOB= 217351
IDBENCH= 5131
FILE ID= node43/217351-1168079371

PBS_JOBID= 3476128

Free space on /tmp= 66481 MiB

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

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  aa16cceed3e87ea3ccf317df2d80f765

RANDOM SEED= 881974942

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.278
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.278
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:       1606016 kB
Buffers:         27596 kB
Cached:         307168 kB
SwapCached:          0 kB
Active:         103256 kB
Inactive:       279276 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1606016 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            3812 kB
Writeback:           0 kB
Mapped:          67912 kB
Slab:            52736 kB
Committed_AS:  3774564 kB
PageTables:       1852 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= 66483 MiB



End job on node43 on Sat Jan  6 10:59:42 UTC 2007