Trace number 213846

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.12 1803.61

General information on the benchmark

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

Solver Data (download as text)

0.28	   
0.28	Abscon 109 (November, 2006)
0.29	   
0.29	   configuration
0.29	     name=mac.xml
0.31	   
0.31	   instance
0.31	     name=/tmp/evaluation/213846-1168077506/unknown.xml
0.34	   
0.34	   domains being loaded...
0.35	   
0.35	   variables being loaded...
0.52	     nbVariables=2678  nbDomainTypes=1  minDomainSize=2  maxDomainSize=2
0.52	       =>  wckTime=0.229  cpuTime=0.16  mem=10M819
0.52	   
0.52	   predicates being loaded...
0.52	   
0.52	   constraints being loaded...
1.49	     nbConstraints=6689  nbConvertedConstraints=1711  nbConvertConstraintsChecks=56  nbExtensionStructures=2
1.49	     nbSharedExtensionStructures=1709  nbConflictsStructures=8  nbSharedConflictsStructures=6681
1.49	     nbSharedBinaryRepresentations=5  nbEvaluationManagers=6  nbSharedEvaluationManagers=4972  maxDegree=85  maxArity=3
1.49	       =>  wckTime=1.205  cpuTime=0.97  mem=8M936
1.56	   
1.56	   solver IterativeSystematicSolver being built... 
1.93	       =>  wckTime=1.639  cpuTime=1.26  mem=9M650
1.96	   
1.96	   preprocessing
1.96	     nbConstraintChecks=0  nbPropagations=2678  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
1.96	     detectedInconsistency=no
1.96	       =>  wckTime=0.027  cpuTime=0.02  mem=10M645
2.21	   
2.21	   search
2.21	     run=0  nbConstraintChecks=26896  nbValidityChecks=18017  nbPropagations=11897  nbRevisions=38932
2.21	     nbUselessRevisions=29712  nbAssignments=74  nbFailedAssignments=4  nbBacktracks=14  nbVisitedNodes=83
2.21	     nbRestartNogoods=0  mapSize=7  nbInferences=0  nbTooLargeKeys=0
2.21	       =>  wckTime=0.275  cpuTime=0.23  mem=10M645
2.39	   
2.39	   search
2.39	     run=1  nbConstraintChecks=51102  nbValidityChecks=40912  nbPropagations=33061  nbRevisions=117463
2.39	     nbUselessRevisions=89753  nbAssignments=148  nbFailedAssignments=8  nbBacktracks=30  nbVisitedNodes=165
2.39	     nbRestartNogoods=1  mapSize=14  nbInferences=0  nbTooLargeKeys=0
2.39	       =>  wckTime=0.454  cpuTime=0.4  mem=10M645
2.64	   
2.64	   search
2.64	     run=2  nbConstraintChecks=92891  nbValidityChecks=80005  nbPropagations=69936  nbRevisions=262783
2.64	     nbUselessRevisions=200851  nbAssignments=237  nbFailedAssignments=15  nbBacktracks=52  nbVisitedNodes=268
2.64	     nbRestartNogoods=2  mapSize=25  nbInferences=0  nbTooLargeKeys=0
2.64	       =>  wckTime=0.704  cpuTime=0.65  mem=10M645
2.96	   
2.96	   search
2.96	     run=3  nbConstraintChecks=146289  nbValidityChecks=130378  nbPropagations=126923  nbRevisions=494340
2.96	     nbUselessRevisions=378042  nbAssignments=340  nbFailedAssignments=24  nbBacktracks=92  nbVisitedNodes=389
2.96	     nbRestartNogoods=5  mapSize=41  nbInferences=0  nbTooLargeKeys=0
2.96	       =>  wckTime=1.025  cpuTime=0.97  mem=10M645
3.38	   
3.38	   search
3.38	     run=4  nbConstraintChecks=223618  nbValidityChecks=203206  nbPropagations=212798  nbRevisions=849643
3.38	     nbUselessRevisions=650031  nbAssignments=463  nbFailedAssignments=37  nbBacktracks=142  nbVisitedNodes=538
3.38	     nbRestartNogoods=7  mapSize=64  nbInferences=0  nbTooLargeKeys=0
3.38	       =>  wckTime=1.448  cpuTime=1.39  mem=10M645
3.94	   
3.94	   search
3.94	     run=5  nbConstraintChecks=332268  nbValidityChecks=305696  nbPropagations=339181  nbRevisions=1378504
3.94	     nbUselessRevisions=1054966  nbAssignments=612  nbFailedAssignments=56  nbBacktracks=218  nbVisitedNodes=725
3.94	     nbRestartNogoods=10  mapSize=100  nbInferences=0  nbTooLargeKeys=0
3.94	       =>  wckTime=2.01  cpuTime=1.95  mem=10M645
4.74	   
4.74	   search
4.74	     run=6  nbConstraintChecks=493050  nbValidityChecks=456485  nbPropagations=525172  nbRevisions=2162573
4.74	     nbUselessRevisions=1655337  nbAssignments=809  nbFailedAssignments=84  nbBacktracks=331  nbVisitedNodes=978
4.74	     nbRestartNogoods=12  mapSize=153  nbInferences=0  nbTooLargeKeys=0
4.74	       =>  wckTime=2.808  cpuTime=2.75  mem=10M645
5.82	   
5.83	   search
5.83	     run=7  nbConstraintChecks=694836  nbValidityChecks=645978  nbPropagations=785811  nbRevisions=3267392
5.83	     nbUselessRevisions=2501606  nbAssignments=1076  nbFailedAssignments=119  nbBacktracks=503  nbVisitedNodes=1315
5.83	     nbRestartNogoods=15  mapSize=218  nbInferences=0  nbTooLargeKeys=0
5.83	       =>  wckTime=3.892  cpuTime=3.83  mem=11M640
7.28	   
7.28	   search
7.28	     run=8  nbConstraintChecks=952640  nbValidityChecks=887960  nbPropagations=1141968  nbRevisions=4781536
7.28	     nbUselessRevisions=3661402  nbAssignments=1438  nbFailedAssignments=164  nbBacktracks=764  nbVisitedNodes=1767
7.28	     nbRestartNogoods=20  mapSize=305  nbInferences=0  nbTooLargeKeys=0
7.28	       =>  wckTime=5.343  cpuTime=5.28  mem=11M640
9.36	   
9.36	   search
9.36	     run=9  nbConstraintChecks=1296296  nbValidityChecks=1208663  nbPropagations=1624566  nbRevisions=6839609
9.36	     nbUselessRevisions=5238303  nbAssignments=1949  nbFailedAssignments=228  nbBacktracks=1153  nbVisitedNodes=2404
9.36	     nbRestartNogoods=23  mapSize=427  nbInferences=0  nbTooLargeKeys=0
9.36	       =>  wckTime=7.422  cpuTime=7.34  mem=11M640
12.21	   
12.21	   search
12.21	     run=10  nbConstraintChecks=1697109  nbValidityChecks=1578551  nbPropagations=2254186  nbRevisions=9532907
12.21	     nbUselessRevisions=7302965  nbAssignments=2675  nbFailedAssignments=318  nbBacktracks=1745  nbVisitedNodes=3299
12.21	     nbRestartNogoods=27  mapSize=595  nbInferences=0  nbTooLargeKeys=0
12.21	       =>  wckTime=10.273  cpuTime=10.18  mem=12M634
16.22	   
16.22	   search
16.22	     run=11  nbConstraintChecks=2199761  nbValidityChecks=2047168  nbPropagations=3069834  nbRevisions=13032559
16.22	     nbUselessRevisions=9987248  nbAssignments=3738  nbFailedAssignments=440  nbBacktracks=2613  nbVisitedNodes=4589
16.22	     nbRestartNogoods=28  mapSize=818  nbInferences=0  nbTooLargeKeys=0
16.22	       =>  wckTime=14.286  cpuTime=14.19  mem=12M634
20.39	   
20.39	   INFO : Stopping hyperNogood (mapSize=1007, nbTooLargekeys=0, mem=13M629)
20.92	   
20.92	   search
20.92	     run=12  nbConstraintChecks=2720265  nbValidityChecks=2535481  nbPropagations=4079131  nbRevisions=17370583
20.92	     nbUselessRevisions=13315343  nbAssignments=5240  nbFailedAssignments=578  nbBacktracks=3916  nbVisitedNodes=6340
20.92	     nbRestartNogoods=32
20.92	       =>  wckTime=18.983  cpuTime=18.86  mem=13M629
24.36	   
24.36	   search
24.36	     run=13  nbConstraintChecks=3484052  nbValidityChecks=3281523  nbPropagations=5380748  nbRevisions=22968546
24.36	     nbUselessRevisions=17607889  nbAssignments=7461  nbFailedAssignments=762  nbBacktracks=5864  nbVisitedNodes=8920
24.36	     nbRestartNogoods=36
24.36	       =>  wckTime=22.422  cpuTime=22.3  mem=13M629
28.84	   
28.84	   search
28.84	     run=14  nbConstraintChecks=4368421  nbValidityChecks=4162889  nbPropagations=7026516  nbRevisions=30036199
28.84	     nbUselessRevisions=23020882  nbAssignments=10661  nbFailedAssignments=952  nbBacktracks=8811  nbVisitedNodes=12580
28.84	     nbRestartNogoods=42
28.84	       =>  wckTime=26.904  cpuTime=26.78  mem=13M629
35.58	   
35.58	   search
35.58	     run=15  nbConstraintChecks=5665459  nbValidityChecks=5490953  nbPropagations=9181193  nbRevisions=39316819
35.58	     nbUselessRevisions=30127137  nbAssignments=15362  nbFailedAssignments=1208  nbBacktracks=13193
35.58	     nbVisitedNodes=17798  nbRestartNogoods=45
35.58	       =>  wckTime=33.646  cpuTime=33.5  mem=13M629
47.91	   
47.91	   search
47.91	     run=16  nbConstraintChecks=8165777  nbValidityChecks=8192302  nbPropagations=12343239  nbRevisions=53105289
47.91	     nbUselessRevisions=40700886  nbAssignments=22657  nbFailedAssignments=1878  nbBacktracks=19768
47.91	     nbVisitedNodes=26436  nbRestartNogoods=49
47.91	       =>  wckTime=45.978  cpuTime=45.83  mem=13M629
71.20	   
71.20	   search
71.20	     run=17  nbConstraintChecks=13185627  nbValidityChecks=13843104  nbPropagations=17582148  nbRevisions=76184052
71.20	     nbUselessRevisions=58425055  nbAssignments=33680  nbFailedAssignments=2962  nbBacktracks=29629
71.20	     nbVisitedNodes=39639  nbRestartNogoods=50
71.20	       =>  wckTime=69.269  cpuTime=69.09  mem=13M629
103.81	   
103.81	   search
103.81	     run=18  nbConstraintChecks=19474181  nbValidityChecks=20770646  nbPropagations=25422904  nbRevisions=110714522
103.81	     nbUselessRevisions=84925969  nbAssignments=49717  nbFailedAssignments=4157  nbBacktracks=44416
103.81	     nbVisitedNodes=58064  nbRestartNogoods=53
103.81	       =>  wckTime=101.879  cpuTime=101.68  mem=13M629
147.18	   
147.18	   search
147.18	     run=19  nbConstraintChecks=27250080  nbValidityChecks=29401940  nbPropagations=36515066  nbRevisions=159471126
147.18	     nbUselessRevisions=122321026  nbAssignments=73362  nbFailedAssignments=5548  nbBacktracks=66591
147.18	     nbVisitedNodes=84533  nbRestartNogoods=56
147.18	       =>  wckTime=145.249  cpuTime=145.0  mem=13M629
200.10	   
200.10	   search
200.10	     run=20  nbConstraintChecks=34683872  nbValidityChecks=37749254  nbPropagations=50557953  nbRevisions=221921688
200.10	     nbUselessRevisions=170307829  nbAssignments=108836  nbFailedAssignments=7653  nbBacktracks=99844
200.10	     nbVisitedNodes=124235  nbRestartNogoods=64
200.10	       =>  wckTime=198.162  cpuTime=197.79  mem=13M629
287.20	   
287.20	   search
287.20	     run=21  nbConstraintChecks=48571689  nbValidityChecks=52945276  nbPropagations=70097325  nbRevisions=309433789
287.20	     nbUselessRevisions=237687292  nbAssignments=161589  nbFailedAssignments=10436  nbBacktracks=149740
287.20	     nbVisitedNodes=182559  nbRestartNogoods=72
287.20	       =>  wckTime=285.263  cpuTime=284.81  mem=13M629
389.38	   
389.38	   search
389.38	     run=22  nbConstraintChecks=60318176  nbValidityChecks=65339332  nbPropagations=94136838  nbRevisions=417964611
389.38	     nbUselessRevisions=321452020  nbAssignments=240486  nbFailedAssignments=14414  nbBacktracks=224558
389.38	     nbVisitedNodes=269139  nbRestartNogoods=78
389.38	       =>  wckTime=387.448  cpuTime=386.87  mem=13M629
553.67	   
553.67	   search
553.67	     run=23  nbConstraintChecks=81357000  nbValidityChecks=88756677  nbPropagations=126489998  nbRevisions=565879382
553.67	     nbUselessRevisions=435953527  nbAssignments=358144  nbFailedAssignments=19718  nbBacktracks=336827
553.67	     nbVisitedNodes=397775  nbRestartNogoods=86
553.67	       =>  wckTime=551.737  cpuTime=550.99  mem=13M629
793.76	   
793.76	   search
793.76	     run=24  nbConstraintChecks=117522764  nbValidityChecks=128673218  nbPropagations=173311101  nbRevisions=780599192
793.76	     nbUselessRevisions=602272512  nbAssignments=536137  nbFailedAssignments=29255  nbBacktracks=505212
793.76	     nbVisitedNodes=595003  nbRestartNogoods=91
793.76	       =>  wckTime=791.824  cpuTime=790.81  mem=13M629
1207.44	   
1207.44	   search
1207.44	     run=25  nbConstraintChecks=190508763  nbValidityChecks=210181258  nbPropagations=250208741  nbRevisions=1129492140
1207.44	     nbUselessRevisions=871754220  nbAssignments=803109  nbFailedAssignments=43616  nbBacktracks=757729
1207.44	     nbVisitedNodes=890787  nbRestartNogoods=98
1207.44	       =>  wckTime=1205.509  cpuTime=1204.07  mem=13M629
1759.21	   
1759.21	   search
1759.21	     run=26  nbConstraintChecks=278080450  nbValidityChecks=306781089  nbPropagations=362428721  nbRevisions=1637884765
1759.21	     nbUselessRevisions=1264287855  nbAssignments=1199101  nbFailedAssignments=60754  nbBacktracks=1136500
1759.21	     nbVisitedNodes=1321185  nbRestartNogoods=104
1759.21	       =>  wckTime=1757.276  cpuTime=1753.94  mem=13M629

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/node17/watcher-213846-1168077506 -o ROOT/results/node17/solver-213846-1168077506 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/213846-1168077506/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.40 1.74 1.86 4/93 12609
/proc/meminfo: memFree=1519016/2055920 swapFree=4192812/4192956
[pid=12608] ppid=12606 vsize=1784 CPUtime=0
/proc/12608/stat : 12608 (java) R 12606 12608 12485 0 -1 0 374 0 0 0 0 0 0 0 18 0 1 0 156145390 1826816 163 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 2859812 0 2147483391 4096 0 0 0 0 17 0 0 0
/proc/12608/statm: 446 163 128 14 0 91 0

[startup+0.107284 s]
/proc/loadavg: 1.40 1.74 1.86 4/93 12609
/proc/meminfo: memFree=1519016/2055920 swapFree=4192812/4192956
[pid=12608] ppid=12606 vsize=914988 CPUtime=0.1
/proc/12608/stat : 12608 (java) R 12606 12608 12485 0 -1 0 3120 0 1 0 8 2 0 0 24 0 8 0 156145390 936947712 2866 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/12608/statm: 228747 2866 1469 14 0 215242 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 914988

[startup+0.515327 s]
/proc/loadavg: 1.40 1.74 1.86 4/93 12609
/proc/meminfo: memFree=1519016/2055920 swapFree=4192812/4192956
[pid=12608] ppid=12606 vsize=915328 CPUtime=0.51
/proc/12608/stat : 12608 (java) R 12606 12608 12485 0 -1 0 6944 0 1 0 46 5 0 0 25 0 8 0 156145390 937295872 6683 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073542797 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/12608/statm: 228832 6684 2136 14 0 215302 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 915328

[startup+1.33641 s]
/proc/loadavg: 1.53 1.76 1.87 4/100 12616
/proc/meminfo: memFree=1466992/2055920 swapFree=4192812/4192956
[pid=12608] ppid=12606 vsize=915640 CPUtime=1.32
/proc/12608/stat : 12608 (java) R 12606 12608 12485 0 -1 0 16474 0 1 0 98 34 0 0 25 0 8 0 156145390 937615360 16212 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/12608/statm: 228909 16212 2167 14 0 215379 0
[pid=12608/tid=12610] ppid=12606 vsize=915636 CPUtime=0
/proc/12608/task/12610/stat : 12610 (java) S 12606 12608 12485 0 -1 64 6 0 0 0 0 0 0 0 16 0 8 0 156145393 937611264 16213 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=12608/tid=12611] ppid=12606 vsize=915636 CPUtime=0
/proc/12608/task/12611/stat : 12611 (java) S 12606 12608 12485 0 -1 64 9 0 0 0 0 0 0 0 20 0 8 0 156145394 937611264 16213 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12608/tid=12612] ppid=12606 vsize=915640 CPUtime=0
/proc/12608/task/12612/stat : 12612 (java) S 12606 12608 12485 0 -1 64 4 0 0 0 0 0 0 0 21 0 8 0 156145394 937615360 16213 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12608/tid=12613] ppid=12606 vsize=915636 CPUtime=0
/proc/12608/task/12613/stat : 12613 (java) S 12606 12608 12485 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156145397 937611264 16213 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12608/tid=12614] ppid=12606 vsize=915640 CPUtime=0.17
/proc/12608/task/12614/stat : 12614 (java) S 12606 12608 12485 0 -1 64 424 0 0 0 16 1 0 0 16 0 8 0 156145397 937615360 16214 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12608/tid=12615] ppid=12606 vsize=915636 CPUtime=0
/proc/12608/task/12615/stat : 12615 (java) S 12606 12608 12485 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 156145397 937611264 16214 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12608/tid=12616] ppid=12606 vsize=915636 CPUtime=0
/proc/12608/task/12616/stat : 12616 (java) S 12606 12608 12485 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156145397 937611264 16214 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 915640

[startup+2.97358 s]
/proc/loadavg: 1.53 1.76 1.87 5/100 12616
/proc/meminfo: memFree=1447792/2055920 swapFree=4192812/4192956
[pid=12608] ppid=12606 vsize=915728 CPUtime=2.96
/proc/12608/stat : 12608 (java) R 12606 12608 12485 0 -1 0 20542 0 1 0 257 39 0 0 25 0 8 0 156145390 937705472 20276 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4074109748 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/12608/statm: 228932 20276 2537 14 0 215402 0
[pid=12608/tid=12610] ppid=12606 vsize=915728 CPUtime=0.15
/proc/12608/task/12610/stat : 12610 (java) S 12606 12608 12485 0 -1 64 3406 0 0 0 15 0 0 0 16 0 8 0 156145393 937705472 20276 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=12608/tid=12611] ppid=12606 vsize=915728 CPUtime=0
/proc/12608/task/12611/stat : 12611 (java) S 12606 12608 12485 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156145394 937705472 20276 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12608/tid=12612] ppid=12606 vsize=915728 CPUtime=0
/proc/12608/task/12612/stat : 12612 (java) S 12606 12608 12485 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156145394 937705472 20276 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12608/tid=12613] ppid=12606 vsize=915728 CPUtime=0
/proc/12608/task/12613/stat : 12613 (java) S 12606 12608 12485 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156145397 937705472 20276 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12608/tid=12614] ppid=12606 vsize=915728 CPUtime=0.32
/proc/12608/task/12614/stat : 12614 (java) S 12606 12608 12485 0 -1 64 507 0 0 0 30 2 0 0 15 0 8 0 156145397 937705472 20276 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12608/tid=12615] ppid=12606 vsize=915728 CPUtime=0
/proc/12608/task/12615/stat : 12615 (java) S 12606 12608 12485 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 156145397 937705472 20276 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12608/tid=12616] ppid=12606 vsize=915728 CPUtime=0
/proc/12608/task/12616/stat : 12616 (java) S 12606 12608 12485 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156145397 937705472 20276 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 915728

[startup+6.27393 s]
/proc/loadavg: 1.57 1.76 1.87 3/100 12616
/proc/meminfo: memFree=1447600/2055920 swapFree=4192812/4192956
[pid=12608] ppid=12606 vsize=915728 CPUtime=6.26
/proc/12608/stat : 12608 (java) R 12606 12608 12485 0 -1 0 20549 0 1 0 587 39 0 0 25 0 8 0 156145390 937705472 20281 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4074087497 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/12608/statm: 228932 20281 2537 14 0 215402 0
[pid=12608/tid=12610] ppid=12606 vsize=915728 CPUtime=0.15
/proc/12608/task/12610/stat : 12610 (java) S 12606 12608 12485 0 -1 64 3406 0 0 0 15 0 0 0 16 0 8 0 156145393 937705472 20281 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=12608/tid=12611] ppid=12606 vsize=915728 CPUtime=0
/proc/12608/task/12611/stat : 12611 (java) S 12606 12608 12485 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156145394 937705472 20281 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12608/tid=12612] ppid=12606 vsize=915728 CPUtime=0
/proc/12608/task/12612/stat : 12612 (java) S 12606 12608 12485 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156145394 937705472 20281 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12608/tid=12613] ppid=12606 vsize=915728 CPUtime=0
/proc/12608/task/12613/stat : 12613 (java) S 12606 12608 12485 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156145397 937705472 20281 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12608/tid=12614] ppid=12606 vsize=915728 CPUtime=0.33
/proc/12608/task/12614/stat : 12614 (java) S 12606 12608 12485 0 -1 64 513 0 0 0 31 2 0 0 15 0 8 0 156145397 937705472 20281 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12608/tid=12615] ppid=12606 vsize=915728 CPUtime=0
/proc/12608/task/12615/stat : 12615 (java) S 12606 12608 12485 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 156145397 937705472 20281 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12608/tid=12616] ppid=12606 vsize=915728 CPUtime=0
/proc/12608/task/12616/stat : 12616 (java) S 12606 12608 12485 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156145397 937705472 20281 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 915728

[startup+12.7416 s]
/proc/loadavg: 1.60 1.76 1.87 3/100 12616
/proc/meminfo: memFree=1447600/2055920 swapFree=4192812/4192956
[pid=12608] ppid=12606 vsize=915728 CPUtime=12.72
/proc/12608/stat : 12608 (java) R 12606 12608 12485 0 -1 0 20567 0 1 0 1233 39 0 0 25 0 8 0 156145390 937705472 20294 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4074130295 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/12608/statm: 228932 20294 2537 14 0 215402 0
[pid=12608/tid=12610] ppid=12606 vsize=915728 CPUtime=0.15
/proc/12608/task/12610/stat : 12610 (java) S 12606 12608 12485 0 -1 64 3406 0 0 0 15 0 0 0 17 0 8 0 156145393 937705472 20294 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=12608/tid=12611] ppid=12606 vsize=915728 CPUtime=0
/proc/12608/task/12611/stat : 12611 (java) S 12606 12608 12485 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156145394 937705472 20294 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12608/tid=12612] ppid=12606 vsize=915728 CPUtime=0
/proc/12608/task/12612/stat : 12612 (java) S 12606 12608 12485 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156145394 937705472 20294 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12608/tid=12613] ppid=12606 vsize=915728 CPUtime=0
/proc/12608/task/12613/stat : 12613 (java) S 12606 12608 12485 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156145397 937705472 20294 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12608/tid=12614] ppid=12606 vsize=915728 CPUtime=0.35
/proc/12608/task/12614/stat : 12614 (java) S 12606 12608 12485 0 -1 64 527 0 0 0 33 2 0 0 16 0 8 0 156145397 937705472 20294 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12608/tid=12615] ppid=12606 vsize=915728 CPUtime=0
/proc/12608/task/12615/stat : 12615 (java) S 12606 12608 12485 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 156145397 937705472 20294 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12608/tid=12616] ppid=12606 vsize=915728 CPUtime=0
/proc/12608/task/12616/stat : 12616 (java) S 12606 12608 12485 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156145397 937705472 20294 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.72
Current children cumulated vsize (KiB) 915728

[startup+25.6069 s]
/proc/loadavg: 1.66 1.77 1.87 3/100 12616
/proc/meminfo: memFree=1447600/2055920 swapFree=4192812/4192956
[pid=12608] ppid=12606 vsize=915728 CPUtime=25.56
/proc/12608/stat : 12608 (java) R 12606 12608 12485 0 -1 0 20569 0 1 0 2517 39 0 0 25 0 8 0 156145390 937705472 20294 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4074176410 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/12608/statm: 228932 20294 2537 14 0 215402 0
[pid=12608/tid=12610] ppid=12606 vsize=915728 CPUtime=0.15
/proc/12608/task/12610/stat : 12610 (java) S 12606 12608 12485 0 -1 64 3406 0 0 0 15 0 0 0 17 0 8 0 156145393 937705472 20294 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=12608/tid=12611] ppid=12606 vsize=915728 CPUtime=0
/proc/12608/task/12611/stat : 12611 (java) S 12606 12608 12485 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156145394 937705472 20294 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12608/tid=12612] ppid=12606 vsize=915728 CPUtime=0
/proc/12608/task/12612/stat : 12612 (java) S 12606 12608 12485 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156145394 937705472 20294 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12608/tid=12613] ppid=12606 vsize=915728 CPUtime=0
/proc/12608/task/12613/stat : 12613 (java) S 12606 12608 12485 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156145397 937705472 20294 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12608/tid=12614] ppid=12606 vsize=915728 CPUtime=0.35
/proc/12608/task/12614/stat : 12614 (java) S 12606 12608 12485 0 -1 64 527 0 0 0 33 2 0 0 16 0 8 0 156145397 937705472 20294 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12608/tid=12615] ppid=12606 vsize=915728 CPUtime=0
/proc/12608/task/12615/stat : 12615 (java) S 12606 12608 12485 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 156145397 937705472 20294 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12608/tid=12616] ppid=12606 vsize=915728 CPUtime=0
/proc/12608/task/12616/stat : 12616 (java) S 12606 12608 12485 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156145397 937705472 20294 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.56
Current children cumulated vsize (KiB) 915728

[startup+51.2116 s]
/proc/loadavg: 1.79 1.79 1.87 3/100 12616
/proc/meminfo: memFree=1447728/2055920 swapFree=4192812/4192956
[pid=12608] ppid=12606 vsize=915728 CPUtime=51.15
/proc/12608/stat : 12608 (java) R 12606 12608 12485 0 -1 0 20571 0 1 0 5075 40 0 0 25 0 8 0 156145390 937705472 20295 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4074184624 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/12608/statm: 228932 20295 2537 14 0 215402 0
[pid=12608/tid=12610] ppid=12606 vsize=915728 CPUtime=0.15
/proc/12608/task/12610/stat : 12610 (java) S 12606 12608 12485 0 -1 64 3406 0 0 0 15 0 0 0 16 0 8 0 156145393 937705472 20295 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=12608/tid=12611] ppid=12606 vsize=915728 CPUtime=0
/proc/12608/task/12611/stat : 12611 (java) S 12606 12608 12485 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156145394 937705472 20295 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12608/tid=12612] ppid=12606 vsize=915728 CPUtime=0
/proc/12608/task/12612/stat : 12612 (java) S 12606 12608 12485 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156145394 937705472 20295 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12608/tid=12613] ppid=12606 vsize=915728 CPUtime=0
/proc/12608/task/12613/stat : 12613 (java) S 12606 12608 12485 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156145397 937705472 20295 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12608/tid=12614] ppid=12606 vsize=915728 CPUtime=0.35
/proc/12608/task/12614/stat : 12614 (java) S 12606 12608 12485 0 -1 64 528 0 0 0 33 2 0 0 17 0 8 0 156145397 937705472 20295 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12608/tid=12615] ppid=12606 vsize=915728 CPUtime=0
/proc/12608/task/12615/stat : 12615 (java) S 12606 12608 12485 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 156145397 937705472 20295 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12608/tid=12616] ppid=12606 vsize=915728 CPUtime=0
/proc/12608/task/12616/stat : 12616 (java) S 12606 12608 12485 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156145397 937705472 20295 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 51.15
Current children cumulated vsize (KiB) 915728

[startup+102.456 s]
/proc/loadavg: 1.91 1.82 1.88 3/100 12674
/proc/meminfo: memFree=1506096/2055920 swapFree=4192812/4192956
[pid=12608] ppid=12606 vsize=915728 CPUtime=102.34
/proc/12608/stat : 12608 (java) R 12606 12608 12485 0 -1 0 20571 0 1 0 10192 42 0 0 25 0 8 0 156145390 937705472 20295 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4074111681 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/12608/statm: 228932 20295 2537 14 0 215402 0
[pid=12608/tid=12610] ppid=12606 vsize=915728 CPUtime=0.15
/proc/12608/task/12610/stat : 12610 (java) S 12606 12608 12485 0 -1 64 3406 0 0 0 15 0 0 0 16 0 8 0 156145393 937705472 20295 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=12608/tid=12611] ppid=12606 vsize=915728 CPUtime=0
/proc/12608/task/12611/stat : 12611 (java) S 12606 12608 12485 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156145394 937705472 20295 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12608/tid=12612] ppid=12606 vsize=915728 CPUtime=0
/proc/12608/task/12612/stat : 12612 (java) S 12606 12608 12485 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156145394 937705472 20295 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12608/tid=12613] ppid=12606 vsize=915728 CPUtime=0
/proc/12608/task/12613/stat : 12613 (java) S 12606 12608 12485 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156145397 937705472 20295 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12608/tid=12614] ppid=12606 vsize=915728 CPUtime=0.35
/proc/12608/task/12614/stat : 12614 (java) S 12606 12608 12485 0 -1 64 528 0 0 0 33 2 0 0 17 0 8 0 156145397 937705472 20295 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12608/tid=12615] ppid=12606 vsize=915728 CPUtime=0
/proc/12608/task/12615/stat : 12615 (java) S 12606 12608 12485 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 156145397 937705472 20295 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12608/tid=12616] ppid=12606 vsize=915728 CPUtime=0
/proc/12608/task/12616/stat : 12616 (java) S 12606 12608 12485 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156145397 937705472 20295 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 102.34
Current children cumulated vsize (KiB) 915728

[startup+162.465 s]
/proc/loadavg: 2.03 1.87 1.89 3/106 12740
/proc/meminfo: memFree=1504824/2055920 swapFree=4192812/4192956
[pid=12608] ppid=12606 vsize=915728 CPUtime=162.26
/proc/12608/stat : 12608 (java) R 12606 12608 12485 0 -1 0 20571 0 1 0 16180 46 0 0 25 0 8 0 156145390 937705472 20295 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4074080327 0 4 0 23759 18446744073709551615 0 0 17 0 0 0

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

Current children cumulated CPU time (s) 1421.56
Current children cumulated vsize (KiB) 915728

[startup+1483.26 s]
/proc/loadavg: 1.96 1.99 1.95 3/100 13020
/proc/meminfo: memFree=1415912/2055920 swapFree=4192812/4192956
[pid=12608] ppid=12606 vsize=915728 CPUtime=1481.51
/proc/12608/stat : 12608 (java) R 12606 12608 12485 0 -1 0 20572 0 1 0 148082 69 0 0 25 0 8 0 156145390 937705472 20295 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4074108464 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/12608/statm: 228932 20295 2537 14 0 215402 0
[pid=12608/tid=12610] ppid=12606 vsize=915728 CPUtime=0.15
/proc/12608/task/12610/stat : 12610 (java) S 12606 12608 12485 0 -1 64 3406 0 0 0 15 0 0 0 16 0 8 0 156145393 937705472 20295 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=12608/tid=12611] ppid=12606 vsize=915728 CPUtime=0
/proc/12608/task/12611/stat : 12611 (java) S 12606 12608 12485 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156145394 937705472 20295 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12608/tid=12612] ppid=12606 vsize=915728 CPUtime=0
/proc/12608/task/12612/stat : 12612 (java) S 12606 12608 12485 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156145394 937705472 20295 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12608/tid=12613] ppid=12606 vsize=915728 CPUtime=0
/proc/12608/task/12613/stat : 12613 (java) S 12606 12608 12485 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156145397 937705472 20295 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12608/tid=12614] ppid=12606 vsize=915728 CPUtime=0.35
/proc/12608/task/12614/stat : 12614 (java) S 12606 12608 12485 0 -1 64 528 0 0 0 33 2 0 0 16 0 8 0 156145397 937705472 20295 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12608/tid=12615] ppid=12606 vsize=915728 CPUtime=0
/proc/12608/task/12615/stat : 12615 (java) S 12606 12608 12485 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 156145397 937705472 20295 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12608/tid=12616] ppid=12606 vsize=915728 CPUtime=0
/proc/12608/task/12616/stat : 12616 (java) S 12606 12608 12485 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156145397 937705472 20295 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1481.51
Current children cumulated vsize (KiB) 915728

[startup+1543.33 s]
/proc/loadavg: 1.98 1.99 1.95 3/100 13020
/proc/meminfo: memFree=1415976/2055920 swapFree=4192812/4192956
[pid=12608] ppid=12606 vsize=915728 CPUtime=1541.27
/proc/12608/stat : 12608 (java) R 12606 12608 12485 0 -1 0 20572 0 1 0 154058 69 0 0 25 0 8 0 156145390 937705472 20295 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073838679 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/12608/statm: 228932 20295 2537 14 0 215402 0
[pid=12608/tid=12610] ppid=12606 vsize=915728 CPUtime=0.15
/proc/12608/task/12610/stat : 12610 (java) S 12606 12608 12485 0 -1 64 3406 0 0 0 15 0 0 0 16 0 8 0 156145393 937705472 20295 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=12608/tid=12611] ppid=12606 vsize=915728 CPUtime=0
/proc/12608/task/12611/stat : 12611 (java) S 12606 12608 12485 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156145394 937705472 20295 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12608/tid=12612] ppid=12606 vsize=915728 CPUtime=0
/proc/12608/task/12612/stat : 12612 (java) S 12606 12608 12485 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156145394 937705472 20295 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12608/tid=12613] ppid=12606 vsize=915728 CPUtime=0
/proc/12608/task/12613/stat : 12613 (java) S 12606 12608 12485 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156145397 937705472 20295 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12608/tid=12614] ppid=12606 vsize=915728 CPUtime=0.35
/proc/12608/task/12614/stat : 12614 (java) S 12606 12608 12485 0 -1 64 528 0 0 0 33 2 0 0 16 0 8 0 156145397 937705472 20295 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12608/tid=12615] ppid=12606 vsize=915728 CPUtime=0
/proc/12608/task/12615/stat : 12615 (java) S 12606 12608 12485 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 156145397 937705472 20295 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12608/tid=12616] ppid=12606 vsize=915728 CPUtime=0
/proc/12608/task/12616/stat : 12616 (java) S 12606 12608 12485 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156145397 937705472 20295 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1541.27
Current children cumulated vsize (KiB) 915728

[startup+1603.41 s]
/proc/loadavg: 1.99 1.99 1.95 3/100 13020
/proc/meminfo: memFree=1415976/2055920 swapFree=4192812/4192956
[pid=12608] ppid=12606 vsize=915728 CPUtime=1600.99
/proc/12608/stat : 12608 (java) R 12606 12608 12485 0 -1 0 20572 0 1 0 160030 69 0 0 25 0 8 0 156145390 937705472 20295 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4074115231 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/12608/statm: 228932 20295 2537 14 0 215402 0
[pid=12608/tid=12610] ppid=12606 vsize=915728 CPUtime=0.15
/proc/12608/task/12610/stat : 12610 (java) S 12606 12608 12485 0 -1 64 3406 0 0 0 15 0 0 0 16 0 8 0 156145393 937705472 20295 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=12608/tid=12611] ppid=12606 vsize=915728 CPUtime=0
/proc/12608/task/12611/stat : 12611 (java) S 12606 12608 12485 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156145394 937705472 20295 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12608/tid=12612] ppid=12606 vsize=915728 CPUtime=0
/proc/12608/task/12612/stat : 12612 (java) S 12606 12608 12485 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156145394 937705472 20295 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12608/tid=12613] ppid=12606 vsize=915728 CPUtime=0
/proc/12608/task/12613/stat : 12613 (java) S 12606 12608 12485 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156145397 937705472 20295 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12608/tid=12614] ppid=12606 vsize=915728 CPUtime=0.35
/proc/12608/task/12614/stat : 12614 (java) S 12606 12608 12485 0 -1 64 528 0 0 0 33 2 0 0 16 0 8 0 156145397 937705472 20295 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12608/tid=12615] ppid=12606 vsize=915728 CPUtime=0
/proc/12608/task/12615/stat : 12615 (java) S 12606 12608 12485 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 156145397 937705472 20295 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12608/tid=12616] ppid=12606 vsize=915728 CPUtime=0
/proc/12608/task/12616/stat : 12616 (java) S 12606 12608 12485 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156145397 937705472 20295 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1600.99
Current children cumulated vsize (KiB) 915728

[startup+1663.46 s]
/proc/loadavg: 1.99 1.99 1.95 3/100 13020
/proc/meminfo: memFree=1415912/2055920 swapFree=4192812/4192956
[pid=12608] ppid=12606 vsize=915728 CPUtime=1660.72
/proc/12608/stat : 12608 (java) R 12606 12608 12485 0 -1 0 20572 0 1 0 166003 69 0 0 25 0 8 0 156145390 937705472 20295 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4074089718 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/12608/statm: 228932 20295 2537 14 0 215402 0
[pid=12608/tid=12610] ppid=12606 vsize=915728 CPUtime=0.15
/proc/12608/task/12610/stat : 12610 (java) S 12606 12608 12485 0 -1 64 3406 0 0 0 15 0 0 0 16 0 8 0 156145393 937705472 20295 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=12608/tid=12611] ppid=12606 vsize=915728 CPUtime=0
/proc/12608/task/12611/stat : 12611 (java) S 12606 12608 12485 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156145394 937705472 20295 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12608/tid=12612] ppid=12606 vsize=915728 CPUtime=0
/proc/12608/task/12612/stat : 12612 (java) S 12606 12608 12485 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156145394 937705472 20295 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12608/tid=12613] ppid=12606 vsize=915728 CPUtime=0
/proc/12608/task/12613/stat : 12613 (java) S 12606 12608 12485 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156145397 937705472 20295 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12608/tid=12614] ppid=12606 vsize=915728 CPUtime=0.35
/proc/12608/task/12614/stat : 12614 (java) S 12606 12608 12485 0 -1 64 528 0 0 0 33 2 0 0 16 0 8 0 156145397 937705472 20295 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12608/tid=12615] ppid=12606 vsize=915728 CPUtime=0
/proc/12608/task/12615/stat : 12615 (java) S 12606 12608 12485 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 156145397 937705472 20295 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12608/tid=12616] ppid=12606 vsize=915728 CPUtime=0
/proc/12608/task/12616/stat : 12616 (java) S 12606 12608 12485 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156145397 937705472 20295 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1660.72
Current children cumulated vsize (KiB) 915728

[startup+1723.51 s]
/proc/loadavg: 1.99 1.99 1.95 3/100 13020
/proc/meminfo: memFree=1415976/2055920 swapFree=4192812/4192956
[pid=12608] ppid=12606 vsize=915728 CPUtime=1720.47
/proc/12608/stat : 12608 (java) R 12606 12608 12485 0 -1 0 20572 0 1 0 171978 69 0 0 25 0 8 0 156145390 937705472 20295 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4074109748 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/12608/statm: 228932 20295 2537 14 0 215402 0
[pid=12608/tid=12610] ppid=12606 vsize=915728 CPUtime=0.15
/proc/12608/task/12610/stat : 12610 (java) S 12606 12608 12485 0 -1 64 3406 0 0 0 15 0 0 0 16 0 8 0 156145393 937705472 20295 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=12608/tid=12611] ppid=12606 vsize=915728 CPUtime=0
/proc/12608/task/12611/stat : 12611 (java) S 12606 12608 12485 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156145394 937705472 20295 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12608/tid=12612] ppid=12606 vsize=915728 CPUtime=0
/proc/12608/task/12612/stat : 12612 (java) S 12606 12608 12485 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156145394 937705472 20295 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12608/tid=12613] ppid=12606 vsize=915728 CPUtime=0
/proc/12608/task/12613/stat : 12613 (java) S 12606 12608 12485 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156145397 937705472 20295 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12608/tid=12614] ppid=12606 vsize=915728 CPUtime=0.35
/proc/12608/task/12614/stat : 12614 (java) S 12606 12608 12485 0 -1 64 528 0 0 0 33 2 0 0 16 0 8 0 156145397 937705472 20295 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12608/tid=12615] ppid=12606 vsize=915728 CPUtime=0
/proc/12608/task/12615/stat : 12615 (java) S 12606 12608 12485 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 156145397 937705472 20295 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12608/tid=12616] ppid=12606 vsize=915728 CPUtime=0
/proc/12608/task/12616/stat : 12616 (java) S 12606 12608 12485 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156145397 937705472 20295 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1720.47
Current children cumulated vsize (KiB) 915728

[startup+1783.57 s]
/proc/loadavg: 1.99 1.99 1.95 3/100 13020
/proc/meminfo: memFree=1415976/2055920 swapFree=4192812/4192956
[pid=12608] ppid=12606 vsize=915728 CPUtime=1780.18
/proc/12608/stat : 12608 (java) R 12606 12608 12485 0 -1 0 20572 0 1 0 177949 69 0 0 25 0 8 0 156145390 937705472 20295 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4074109748 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/12608/statm: 228932 20295 2537 14 0 215402 0
[pid=12608/tid=12610] ppid=12606 vsize=915728 CPUtime=0.15
/proc/12608/task/12610/stat : 12610 (java) S 12606 12608 12485 0 -1 64 3406 0 0 0 15 0 0 0 16 0 8 0 156145393 937705472 20295 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=12608/tid=12611] ppid=12606 vsize=915728 CPUtime=0
/proc/12608/task/12611/stat : 12611 (java) S 12606 12608 12485 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156145394 937705472 20295 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12608/tid=12612] ppid=12606 vsize=915728 CPUtime=0
/proc/12608/task/12612/stat : 12612 (java) S 12606 12608 12485 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156145394 937705472 20295 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12608/tid=12613] ppid=12606 vsize=915728 CPUtime=0
/proc/12608/task/12613/stat : 12613 (java) S 12606 12608 12485 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156145397 937705472 20295 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12608/tid=12614] ppid=12606 vsize=915728 CPUtime=0.35
/proc/12608/task/12614/stat : 12614 (java) S 12606 12608 12485 0 -1 64 528 0 0 0 33 2 0 0 16 0 8 0 156145397 937705472 20295 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12608/tid=12615] ppid=12606 vsize=915728 CPUtime=0
/proc/12608/task/12615/stat : 12615 (java) S 12606 12608 12485 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 156145397 937705472 20295 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12608/tid=12616] ppid=12606 vsize=915728 CPUtime=0
/proc/12608/task/12616/stat : 12616 (java) S 12606 12608 12485 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156145397 937705472 20295 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1780.18
Current children cumulated vsize (KiB) 915728



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1803.53 s]
/proc/loadavg: 1.99 1.99 1.95 3/100 13020
/proc/meminfo: memFree=1415912/2055920 swapFree=4192812/4192956
[pid=12608] ppid=12606 vsize=915728 CPUtime=1800.04
/proc/12608/stat : 12608 (java) R 12606 12608 12485 0 -1 0 20572 0 1 0 179935 69 0 0 25 0 8 0 156145390 937705472 20295 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4074108464 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/12608/statm: 228932 20295 2537 14 0 215402 0
[pid=12608/tid=12610] ppid=12606 vsize=915728 CPUtime=0.15
/proc/12608/task/12610/stat : 12610 (java) S 12606 12608 12485 0 -1 64 3406 0 0 0 15 0 0 0 16 0 8 0 156145393 937705472 20295 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=12608/tid=12611] ppid=12606 vsize=915728 CPUtime=0
/proc/12608/task/12611/stat : 12611 (java) S 12606 12608 12485 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156145394 937705472 20295 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12608/tid=12612] ppid=12606 vsize=915728 CPUtime=0
/proc/12608/task/12612/stat : 12612 (java) S 12606 12608 12485 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156145394 937705472 20295 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12608/tid=12613] ppid=12606 vsize=915728 CPUtime=0
/proc/12608/task/12613/stat : 12613 (java) S 12606 12608 12485 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156145397 937705472 20295 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12608/tid=12614] ppid=12606 vsize=915728 CPUtime=0.35
/proc/12608/task/12614/stat : 12614 (java) S 12606 12608 12485 0 -1 64 528 0 0 0 33 2 0 0 16 0 8 0 156145397 937705472 20295 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12608/tid=12615] ppid=12606 vsize=915728 CPUtime=0
/proc/12608/task/12615/stat : 12615 (java) S 12606 12608 12485 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 156145397 937705472 20295 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12608/tid=12616] ppid=12606 vsize=915728 CPUtime=0
/proc/12608/task/12616/stat : 12616 (java) S 12606 12608 12485 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156145397 937705472 20295 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 915728

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

Child status: 143
Real time (s): 1803.61
CPU time (s): 1800.12
CPU user time (s): 1799.41
CPU system time (s): 0.710891
CPU usage (%): 99.8067
Max. virtual memory (cumulated for all children) (KiB): 915768

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.41
system time used= 0.710891
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20588
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= 38188
involuntary context switches= 81122

runsolver used 2.04269 s user time and 5.97709 s system time

The end

Launcher Data (download as text)

Begin job on node17 on Sat Jan  6 09:58:26 UTC 2007


IDJOB= 213846
IDBENCH= 4879
FILE ID= node17/213846-1168077506

PBS_JOBID= 3475816

Free space on /tmp= 66317 MiB

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

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  3f083ae2000fdb63ac200f8ead6769a2

RANDOM SEED= 444599461

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.236
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.236
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:       1519432 kB
Buffers:         46632 kB
Cached:         233936 kB
SwapCached:          0 kB
Active:         242376 kB
Inactive:       204700 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1519432 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2912 kB
Writeback:           0 kB
Mapped:         195512 kB
Slab:            73856 kB
Committed_AS:  4562588 kB
PageTables:       2504 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= 66313 MiB



End job on node17 on Sat Jan  6 10:28:31 UTC 2007