Trace number 238985

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.13 1807.2

General information on the benchmark

Nameqcp-qwh/QCP-25/
qcp-25-264-7_ext.xml
MD5SUM3fb7a4fd1bc51ca2a39b54e32df22637
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark7.31689
SatisfiableYES
(Un)Satisfiability was proved
Number of variables625
Number of constraints15000
Maximum constraint arity2
Maximum domain size25
Number of constraints which are defined in extension15000
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.32	   
0.32	Abscon 109 (November, 2006)
0.32	   
0.32	   configuration
0.32	     name=mac.xml
0.36	   
0.36	   instance
0.36	     name=/tmp/evaluation/238985-1168083796/unknown.xml
0.39	   
0.39	   domains being loaded...
0.40	   
0.40	   variables being loaded...
0.50	     nbVariables=625  nbDomainTypes=26  minDomainSize=1  maxDomainSize=25
0.51	       =>  wckTime=0.178  cpuTime=0.14  mem=8M869
0.51	   
0.51	   relations being loaded...
0.51	   
0.51	   constraints being loaded...
1.01	     nbConstraints=10142  nbRelationTypes=27  nbSingletonDomainVariables=361  nbExtensionStructures=51
1.01	     nbSharedExtensionStructures=10091  nbConflictsStructures=51  nbSharedConflictsStructures=10091
1.01	     nbSharedBinaryRepresentations=1323  maxDegree=48  maxArity=2
1.01	       =>  wckTime=0.682  cpuTime=0.54  mem=39M133
1.13	   
1.13	   solver IterativeSystematicSolver being built... 
1.33	       =>  wckTime=1.005  cpuTime=0.7  mem=21M769
1.41	   
1.41	   preprocessing
1.41	     nbConstraintChecks=101684  nbPropagations=625  nbRevisions=7660  nbUselessRevisions=2261  nbRemovedValues=5399
1.41	     detectedInconsistency=no
1.41	       =>  wckTime=0.066  cpuTime=0.05  mem=21M769
1.50	   
1.50	   search
1.50	     run=0  nbConstraintChecks=11173  nbPropagations=1269  nbRevisions=14025  nbUselessRevisions=7865  nbAssignments=114
1.50	     nbFailedAssignments=5  nbBacktracks=16  nbVisitedNodes=124  nbRestartNogoods=0  mapSize=6  nbInferences=0
1.50	     nbTooLargeKeys=0
1.50	       =>  wckTime=0.158  cpuTime=0.13  mem=22M792
1.55	   
1.55	   search
1.55	     run=1  nbConstraintChecks=23381  nbPropagations=3186  nbRevisions=34960  nbUselessRevisions=21859
1.55	     nbAssignments=218  nbFailedAssignments=7  nbBacktracks=32  nbVisitedNodes=233  nbRestartNogoods=3  mapSize=10
1.55	     nbInferences=0  nbTooLargeKeys=0
1.55	       =>  wckTime=0.211  cpuTime=0.18  mem=22M792
1.60	   
1.60	   search
1.60	     run=2  nbConstraintChecks=36183  nbPropagations=5785  nbRevisions=63145  nbUselessRevisions=42253
1.60	     nbAssignments=343  nbFailedAssignments=13  nbBacktracks=58  nbVisitedNodes=369  nbRestartNogoods=4  mapSize=19
1.60	     nbInferences=0  nbTooLargeKeys=0
1.60	       =>  wckTime=0.263  cpuTime=0.23  mem=22M792
1.66	   
1.66	   search
1.66	     run=3  nbConstraintChecks=52974  nbPropagations=9177  nbRevisions=101590  nbUselessRevisions=71827
1.66	     nbAssignments=490  nbFailedAssignments=20  nbBacktracks=96  nbVisitedNodes=531  nbRestartNogoods=6  mapSize=31
1.66	     nbInferences=0  nbTooLargeKeys=0
1.66	       =>  wckTime=0.325  cpuTime=0.28  mem=22M792
1.72	   
1.72	   search
1.72	     run=4  nbConstraintChecks=74674  nbPropagations=13469  nbRevisions=153128  nbUselessRevisions=113077
1.72	     nbAssignments=637  nbFailedAssignments=36  nbBacktracks=147  nbVisitedNodes=706  nbRestartNogoods=9  mapSize=56
1.72	     nbInferences=0  nbTooLargeKeys=0
1.72	       =>  wckTime=0.387  cpuTime=0.34  mem=22M792
1.81	   
1.81	   search
1.81	     run=5  nbConstraintChecks=104521  nbPropagations=19021  nbRevisions=222895  nbUselessRevisions=170484
1.81	     nbAssignments=849  nbFailedAssignments=56  nbBacktracks=222  nbVisitedNodes=966  nbRestartNogoods=12  mapSize=101
1.81	     nbInferences=0  nbTooLargeKeys=0
1.81	       =>  wckTime=0.474  cpuTime=0.42  mem=23M766
1.91	   
1.91	   search
1.91	     run=6  nbConstraintChecks=143630  nbPropagations=26061  nbRevisions=316052  nbUselessRevisions=248573
1.91	     nbAssignments=1087  nbFailedAssignments=92  nbBacktracks=342  nbVisitedNodes=1270  nbRestartNogoods=15  mapSize=164
1.91	     nbInferences=0  nbTooLargeKeys=0
1.91	       =>  wckTime=0.573  cpuTime=0.52  mem=23M766
2.03	   
2.03	   search
2.03	     run=7  nbConstraintChecks=186232  nbPropagations=34675  nbRevisions=436297  nbUselessRevisions=351024
2.03	     nbAssignments=1379  nbFailedAssignments=111  nbBacktracks=520  nbVisitedNodes=1602  nbRestartNogoods=18
2.03	     mapSize=198  nbInferences=0  nbTooLargeKeys=0
2.03	       =>  wckTime=0.692  cpuTime=0.63  mem=23M766
2.19	   
2.19	   search
2.19	     run=8  nbConstraintChecks=246898  nbPropagations=45521  nbRevisions=593569  nbUselessRevisions=486144
2.19	     nbAssignments=1758  nbFailedAssignments=154  nbBacktracks=782  nbVisitedNodes=2082  nbRestartNogoods=24
2.19	     mapSize=290  nbInferences=0  nbTooLargeKeys=0
2.19	       =>  wckTime=0.851  cpuTime=0.78  mem=24M739
2.41	   
2.41	   search
2.41	     run=9  nbConstraintChecks=372890  nbPropagations=59790  nbRevisions=831593  nbUselessRevisions=693817
2.41	     nbAssignments=2256  nbFailedAssignments=205  nbBacktracks=1166  nbVisitedNodes=2674  nbRestartNogoods=30
2.41	     mapSize=382  nbInferences=0  nbTooLargeKeys=0
2.41	       =>  wckTime=1.074  cpuTime=0.99  mem=24M739
2.68	   
2.68	   search
2.68	     run=10  nbConstraintChecks=474456  nbPropagations=77679  nbRevisions=1133187  nbUselessRevisions=958268
2.68	     nbAssignments=3004  nbFailedAssignments=276  nbBacktracks=1749  nbVisitedNodes=3569  nbRestartNogoods=32
2.68	     mapSize=523  nbInferences=0  nbTooLargeKeys=0
2.68	       =>  wckTime=1.346  cpuTime=1.25  mem=25M713
3.13	   
3.13	   search
3.13	     run=11  nbConstraintChecks=673213  nbPropagations=103098  nbRevisions=1547958  nbUselessRevisions=1321669
3.13	     nbAssignments=4247  nbFailedAssignments=534  nbBacktracks=2618  nbVisitedNodes=5319  nbRestartNogoods=37
3.13	     mapSize=953  nbInferences=0  nbTooLargeKeys=0
3.13	       =>  wckTime=1.79  cpuTime=1.69  mem=26M687
3.21	   
3.21	   INFO : Stopping hyperNogood (mapSize=1008, nbTooLargekeys=0, mem=27M660)
3.61	   
3.61	   search
3.61	     run=12  nbConstraintChecks=948411  nbPropagations=137408  nbRevisions=2128936  nbUselessRevisions=1832408
3.61	     nbAssignments=5811  nbFailedAssignments=725  nbBacktracks=3936  nbVisitedNodes=7258  nbRestartNogoods=44
3.61	       =>  wckTime=2.278  cpuTime=2.17  mem=27M660
4.27	   
4.27	   search
4.27	     run=13  nbConstraintChecks=1334614  nbPropagations=184282  nbRevisions=2949805  nbUselessRevisions=2556789
4.27	     nbAssignments=8117  nbFailedAssignments=1031  nbBacktracks=5888  nbVisitedNodes=10193  nbRestartNogoods=48
4.27	       =>  wckTime=2.937  cpuTime=2.83  mem=27M660
5.42	   
5.42	   search
5.42	     run=14  nbConstraintChecks=2083866  nbPropagations=254565  nbRevisions=4220939  nbUselessRevisions=3679318
5.42	     nbAssignments=11855  nbFailedAssignments=1740  nbBacktracks=8826  nbVisitedNodes=15367  nbRestartNogoods=56
5.42	       =>  wckTime=4.081  cpuTime=3.96  mem=27M660
6.91	   
6.91	   search
6.91	     run=15  nbConstraintChecks=2986401  nbPropagations=353290  nbRevisions=6051103  nbUselessRevisions=5299824
6.91	     nbAssignments=16948  nbFailedAssignments=2388  nbBacktracks=13207  nbVisitedNodes=21766  nbRestartNogoods=60
6.91	       =>  wckTime=5.576  cpuTime=5.44  mem=27M660
9.31	   
9.31	   search
9.31	     run=16  nbConstraintChecks=4606421  nbPropagations=501525  nbRevisions=8855173  nbUselessRevisions=7782238
9.31	     nbAssignments=24960  nbFailedAssignments=3817  nbBacktracks=19775  nbVisitedNodes=32625  nbRestartNogoods=68
9.31	       =>  wckTime=7.977  cpuTime=7.82  mem=27M660
13.85	   
13.85	   search
13.85	     run=17  nbConstraintChecks=8186945  nbPropagations=746936  nbRevisions=14072846  nbUselessRevisions=12463014
13.85	     nbAssignments=36328  nbFailedAssignments=5263  nbBacktracks=29630  nbVisitedNodes=46907  nbRestartNogoods=72
13.85	       =>  wckTime=12.509  cpuTime=12.31  mem=27M660
21.60	   
21.60	   search
21.60	     run=18  nbConstraintChecks=14585210  nbPropagations=1163634  nbRevisions=23586155  nbUselessRevisions=21052073
21.60	     nbAssignments=53892  nbFailedAssignments=7984  nbBacktracks=44411  nbVisitedNodes=69878  nbRestartNogoods=80
21.60	       =>  wckTime=20.267  cpuTime=20.0  mem=27M660
32.64	   
32.64	   search
32.64	     run=19  nbConstraintChecks=23082530  nbPropagations=1831910  nbRevisions=38537146  nbUselessRevisions=34533728
32.64	     nbAssignments=81450  nbFailedAssignments=13321  nbBacktracks=66579  nbVisitedNodes=107709  nbRestartNogoods=89
32.64	       =>  wckTime=31.302  cpuTime=30.94  mem=27M660
51.29	   
51.29	   search
51.29	     run=20  nbConstraintChecks=38888375  nbPropagations=2940308  nbRevisions=63820724  nbUselessRevisions=57361214
51.29	     nbAssignments=123099  nbFailedAssignments=21664  nbBacktracks=99834  nbVisitedNodes=166464  nbRestartNogoods=97
51.29	       =>  wckTime=49.951  cpuTime=49.41  mem=27M660
76.91	   
76.91	   search
76.91	     run=21  nbConstraintChecks=58702347  nbPropagations=4646289  nbRevisions=101718339  nbUselessRevisions=91488953
76.91	     nbAssignments=188428  nbFailedAssignments=37055  nbBacktracks=149712  nbVisitedNodes=262124  nbRestartNogoods=103
76.91	       =>  wckTime=75.573  cpuTime=74.91  mem=27M660
118.23	   
118.23	   search
118.23	     run=22  nbConstraintChecks=93088614  nbPropagations=7326606  nbRevisions=162270219  nbUselessRevisions=146094956
118.23	     nbAssignments=285301  nbFailedAssignments=59055  nbBacktracks=224532  nbVisitedNodes=401449  nbRestartNogoods=118
118.23	       =>  wckTime=116.897  cpuTime=116.04  mem=27M660
179.17	   
179.17	   search
179.17	     run=23  nbConstraintChecks=144127814  nbPropagations=11425706  nbRevisions=257304508  nbUselessRevisions=232048023
179.17	     nbAssignments=424055  nbFailedAssignments=85515  nbBacktracks=336766  nbVisitedNodes=595481  nbRestartNogoods=133
179.18	       =>  wckTime=177.838  cpuTime=176.69  mem=27M660
271.50	   
271.50	   search
271.50	     run=24  nbConstraintChecks=223082496  nbPropagations=17655766  nbRevisions=405388464  nbUselessRevisions=366269183
271.50	     nbAssignments=632011  nbFailedAssignments=125078  nbBacktracks=505116  nbVisitedNodes=880038  nbRestartNogoods=142
271.50	       =>  wckTime=270.16  cpuTime=268.58  mem=27M660
402.80	   
402.80	   search
402.80	     run=25  nbConstraintChecks=331926927  nbPropagations=26882450  nbRevisions=625435207  nbUselessRevisions=565600938
402.80	     nbAssignments=943078  nbFailedAssignments=183575  nbBacktracks=757627  nbVisitedNodes=1303794  nbRestartNogoods=149
402.80	       =>  wckTime=401.465  cpuTime=399.26  mem=27M660
606.12	   
606.12	   search
606.12	     run=26  nbConstraintChecks=499394727  nbPropagations=40778608  nbRevisions=954237356  nbUselessRevisions=862827087
606.12	     nbAssignments=1415769  nbFailedAssignments=277452  nbBacktracks=1136398  nbVisitedNodes=1963295
606.12	     nbRestartNogoods=165
606.12	       =>  wckTime=604.778  cpuTime=601.62  mem=27M660
928.61	   
928.61	   search
928.61	     run=27  nbConstraintChecks=777265511  nbPropagations=62131712  nbRevisions=1465888226
928.61	     nbUselessRevisions=1325230380  nbAssignments=2117336  nbFailedAssignments=410811  nbBacktracks=1704550
928.61	     nbVisitedNodes=2935413  nbRestartNogoods=174
928.61	       =>  wckTime=927.275  cpuTime=922.59  mem=27M660
1396.39	   
1396.39	   search
1396.39	     run=28  nbConstraintChecks=1167436195  nbPropagations=94360084  nbRevisions=2239037862
1396.39	     nbUselessRevisions=2024780708  nbAssignments=3173075  nbFailedAssignments=614264  nbBacktracks=2556777
1396.39	     nbVisitedNodes=4390267  nbRestartNogoods=185
1396.39	       =>  wckTime=1395.056  cpuTime=1388.13  mem=27M660

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/node5/watcher-238985-1168083796 -o ROOT/results/node5/solver-238985-1168083796 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/238985-1168083796/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.92 1.90 1.81 2/93 8859
/proc/meminfo: memFree=795592/2055920 swapFree=4192812/4192956
[pid=8858] ppid=8856 vsize=18540 CPUtime=0
/proc/8858/stat : 8858 (runsolver) R 8856 8858 8527 0 -1 4194368 17 0 0 0 0 0 0 0 20 0 1 0 136994067 18984960 279 18446744073709551615 4194304 4267372 548682068960 18446744073709551615 226913479975 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/8858/statm: 4635 279 244 17 0 2626 0

[startup+0.102587 s]
/proc/loadavg: 1.92 1.90 1.81 2/93 8859
/proc/meminfo: memFree=795592/2055920 swapFree=4192812/4192956
[pid=8858] ppid=8856 vsize=913228 CPUtime=0.08
/proc/8858/stat : 8858 (java) R 8856 8858 8527 0 -1 0 2919 0 1 0 7 1 0 0 17 0 8 0 136994067 935145472 2665 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 2147483391 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8858/statm: 228307 2665 1396 14 0 215208 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 913228

[startup+0.510629 s]
/proc/loadavg: 1.92 1.90 1.81 2/93 8859
/proc/meminfo: memFree=795592/2055920 swapFree=4192812/4192956
[pid=8858] ppid=8856 vsize=915328 CPUtime=0.48
/proc/8858/stat : 8858 (java) R 8856 8858 8527 0 -1 0 6525 0 1 0 45 3 0 0 18 0 8 0 136994067 937295872 6264 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4153627392 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8858/statm: 228832 6264 2137 14 0 215302 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 915328

[startup+1.33172 s]
/proc/loadavg: 1.92 1.90 1.81 4/100 8866
/proc/meminfo: memFree=742032/2055920 swapFree=4192812/4192956
[pid=8858] ppid=8856 vsize=915676 CPUtime=1.28
/proc/8858/stat : 8858 (java) R 8856 8858 8527 0 -1 0 16137 0 1 0 119 9 0 0 23 0 8 0 136994067 937652224 15875 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4072942949 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8858/statm: 228919 15875 2509 14 0 215389 0
[pid=8858/tid=8860] ppid=8856 vsize=915676 CPUtime=0.09
/proc/8858/task/8860/stat : 8860 (java) S 8856 8858 8527 0 -1 64 1531 0 0 0 9 0 0 0 17 0 8 0 136994072 937652224 15875 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=8858/tid=8861] ppid=8856 vsize=915676 CPUtime=0
/proc/8858/task/8861/stat : 8861 (java) S 8856 8858 8527 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 136994072 937652224 15875 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8858/tid=8862] ppid=8856 vsize=915676 CPUtime=0
/proc/8858/task/8862/stat : 8862 (java) S 8856 8858 8527 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 136994072 937652224 15875 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8858/tid=8863] ppid=8856 vsize=915676 CPUtime=0
/proc/8858/task/8863/stat : 8863 (java) S 8856 8858 8527 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 136994075 937652224 15875 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8858/tid=8864] ppid=8856 vsize=915676 CPUtime=0.23
/proc/8858/task/8864/stat : 8864 (java) S 8856 8858 8527 0 -1 64 446 0 0 0 22 1 0 0 16 0 8 0 136994076 937652224 15875 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8858/tid=8865] ppid=8856 vsize=915676 CPUtime=0
/proc/8858/task/8865/stat : 8865 (java) S 8856 8858 8527 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 136994076 937652224 15875 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8858/tid=8866] ppid=8856 vsize=915676 CPUtime=0
/proc/8858/task/8866/stat : 8866 (java) S 8856 8858 8527 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 136994076 937652224 15875 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.28
Current children cumulated vsize (KiB) 915676

[startup+2.97891 s]
/proc/loadavg: 1.92 1.90 1.81 3/100 8866
/proc/meminfo: memFree=741584/2055920 swapFree=4192812/4192956
[pid=8858] ppid=8856 vsize=915676 CPUtime=2.91
/proc/8858/stat : 8858 (java) R 8856 8858 8527 0 -1 0 16184 0 1 0 281 10 0 0 25 0 8 0 136994067 937652224 15921 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073983531 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8858/statm: 228919 15921 2513 14 0 215389 0
[pid=8858/tid=8860] ppid=8856 vsize=915676 CPUtime=0.09
/proc/8858/task/8860/stat : 8860 (java) S 8856 8858 8527 0 -1 64 1531 0 0 0 9 0 0 0 17 0 8 0 136994072 937652224 15921 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=8858/tid=8861] ppid=8856 vsize=915676 CPUtime=0
/proc/8858/task/8861/stat : 8861 (java) S 8856 8858 8527 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 136994072 937652224 15921 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8858/tid=8862] ppid=8856 vsize=915676 CPUtime=0
/proc/8858/task/8862/stat : 8862 (java) S 8856 8858 8527 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 136994072 937652224 15921 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8858/tid=8863] ppid=8856 vsize=915676 CPUtime=0
/proc/8858/task/8863/stat : 8863 (java) S 8856 8858 8527 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 136994075 937652224 15921 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8858/tid=8864] ppid=8856 vsize=915676 CPUtime=0.31
/proc/8858/task/8864/stat : 8864 (java) S 8856 8858 8527 0 -1 64 483 0 0 0 30 1 0 0 15 0 8 0 136994076 937652224 15921 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8858/tid=8865] ppid=8856 vsize=915676 CPUtime=0
/proc/8858/task/8865/stat : 8865 (java) S 8856 8858 8527 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 136994076 937652224 15921 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8858/tid=8866] ppid=8856 vsize=915676 CPUtime=0
/proc/8858/task/8866/stat : 8866 (java) S 8856 8858 8527 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 136994076 937652224 15921 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.91
Current children cumulated vsize (KiB) 915676

[startup+6.18728 s]
/proc/loadavg: 1.93 1.90 1.81 3/100 8866
/proc/meminfo: memFree=741456/2055920 swapFree=4192812/4192956
[pid=8858] ppid=8856 vsize=915676 CPUtime=6.09
/proc/8858/stat : 8858 (java) R 8856 8858 8527 0 -1 0 16189 0 1 0 599 10 0 0 25 0 8 0 136994067 937652224 15924 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4074006032 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8858/statm: 228919 15924 2514 14 0 215389 0
[pid=8858/tid=8860] ppid=8856 vsize=915676 CPUtime=0.09
/proc/8858/task/8860/stat : 8860 (java) S 8856 8858 8527 0 -1 64 1531 0 0 0 9 0 0 0 16 0 8 0 136994072 937652224 15924 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=8858/tid=8861] ppid=8856 vsize=915676 CPUtime=0
/proc/8858/task/8861/stat : 8861 (java) S 8856 8858 8527 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 136994072 937652224 15924 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8858/tid=8862] ppid=8856 vsize=915676 CPUtime=0
/proc/8858/task/8862/stat : 8862 (java) S 8856 8858 8527 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 136994072 937652224 15924 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8858/tid=8863] ppid=8856 vsize=915676 CPUtime=0
/proc/8858/task/8863/stat : 8863 (java) S 8856 8858 8527 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 136994075 937652224 15924 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8858/tid=8864] ppid=8856 vsize=915676 CPUtime=0.31
/proc/8858/task/8864/stat : 8864 (java) S 8856 8858 8527 0 -1 64 485 0 0 0 30 1 0 0 15 0 8 0 136994076 937652224 15924 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8858/tid=8865] ppid=8856 vsize=915676 CPUtime=0
/proc/8858/task/8865/stat : 8865 (java) S 8856 8858 8527 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 136994076 937652224 15924 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8858/tid=8866] ppid=8856 vsize=915676 CPUtime=0
/proc/8858/task/8866/stat : 8866 (java) S 8856 8858 8527 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 136994076 937652224 15924 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.09
Current children cumulated vsize (KiB) 915676

[startup+12.662 s]
/proc/loadavg: 1.93 1.91 1.82 3/100 8866
/proc/meminfo: memFree=741456/2055920 swapFree=4192812/4192956
[pid=8858] ppid=8856 vsize=915676 CPUtime=12.5
/proc/8858/stat : 8858 (java) R 8856 8858 8527 0 -1 0 16189 0 1 0 1240 10 0 0 25 0 8 0 136994067 937652224 15924 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4074003226 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8858/statm: 228919 15924 2514 14 0 215389 0
[pid=8858/tid=8860] ppid=8856 vsize=915676 CPUtime=0.09
/proc/8858/task/8860/stat : 8860 (java) S 8856 8858 8527 0 -1 64 1531 0 0 0 9 0 0 0 16 0 8 0 136994072 937652224 15924 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=8858/tid=8861] ppid=8856 vsize=915676 CPUtime=0
/proc/8858/task/8861/stat : 8861 (java) S 8856 8858 8527 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 136994072 937652224 15924 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8858/tid=8862] ppid=8856 vsize=915676 CPUtime=0
/proc/8858/task/8862/stat : 8862 (java) S 8856 8858 8527 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 136994072 937652224 15924 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8858/tid=8863] ppid=8856 vsize=915676 CPUtime=0
/proc/8858/task/8863/stat : 8863 (java) S 8856 8858 8527 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 136994075 937652224 15924 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8858/tid=8864] ppid=8856 vsize=915676 CPUtime=0.31
/proc/8858/task/8864/stat : 8864 (java) S 8856 8858 8527 0 -1 64 485 0 0 0 30 1 0 0 15 0 8 0 136994076 937652224 15924 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8858/tid=8865] ppid=8856 vsize=915676 CPUtime=0
/proc/8858/task/8865/stat : 8865 (java) S 8856 8858 8527 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 136994076 937652224 15924 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8858/tid=8866] ppid=8856 vsize=915676 CPUtime=0
/proc/8858/task/8866/stat : 8866 (java) S 8856 8858 8527 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 136994076 937652224 15924 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.5
Current children cumulated vsize (KiB) 915676

[startup+25.5295 s]
/proc/loadavg: 1.95 1.91 1.82 3/100 8866
/proc/meminfo: memFree=741520/2055920 swapFree=4192812/4192956
[pid=8858] ppid=8856 vsize=915676 CPUtime=25.26
/proc/8858/stat : 8858 (java) R 8856 8858 8527 0 -1 0 16189 0 1 0 2516 10 0 0 25 0 8 0 136994067 937652224 15924 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073988370 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8858/statm: 228919 15924 2514 14 0 215389 0
[pid=8858/tid=8860] ppid=8856 vsize=915676 CPUtime=0.09
/proc/8858/task/8860/stat : 8860 (java) S 8856 8858 8527 0 -1 64 1531 0 0 0 9 0 0 0 16 0 8 0 136994072 937652224 15924 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=8858/tid=8861] ppid=8856 vsize=915676 CPUtime=0
/proc/8858/task/8861/stat : 8861 (java) S 8856 8858 8527 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 136994072 937652224 15924 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8858/tid=8862] ppid=8856 vsize=915676 CPUtime=0
/proc/8858/task/8862/stat : 8862 (java) S 8856 8858 8527 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 136994072 937652224 15924 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8858/tid=8863] ppid=8856 vsize=915676 CPUtime=0
/proc/8858/task/8863/stat : 8863 (java) S 8856 8858 8527 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 136994075 937652224 15924 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8858/tid=8864] ppid=8856 vsize=915676 CPUtime=0.31
/proc/8858/task/8864/stat : 8864 (java) S 8856 8858 8527 0 -1 64 485 0 0 0 30 1 0 0 15 0 8 0 136994076 937652224 15924 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8858/tid=8865] ppid=8856 vsize=915676 CPUtime=0
/proc/8858/task/8865/stat : 8865 (java) S 8856 8858 8527 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 136994076 937652224 15924 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8858/tid=8866] ppid=8856 vsize=915676 CPUtime=0
/proc/8858/task/8866/stat : 8866 (java) S 8856 8858 8527 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 136994076 937652224 15924 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.26
Current children cumulated vsize (KiB) 915676

[startup+51.1614 s]
/proc/loadavg: 2.11 1.95 1.83 3/100 8866
/proc/meminfo: memFree=741584/2055920 swapFree=4192812/4192956
[pid=8858] ppid=8856 vsize=915676 CPUtime=50.66
/proc/8858/stat : 8858 (java) R 8856 8858 8527 0 -1 0 16189 0 1 0 5055 11 0 0 25 0 8 0 136994067 937652224 15924 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073970294 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8858/statm: 228919 15924 2514 14 0 215389 0
[pid=8858/tid=8860] ppid=8856 vsize=915676 CPUtime=0.09
/proc/8858/task/8860/stat : 8860 (java) S 8856 8858 8527 0 -1 64 1531 0 0 0 9 0 0 0 16 0 8 0 136994072 937652224 15924 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=8858/tid=8861] ppid=8856 vsize=915676 CPUtime=0
/proc/8858/task/8861/stat : 8861 (java) S 8856 8858 8527 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 136994072 937652224 15924 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8858/tid=8862] ppid=8856 vsize=915676 CPUtime=0
/proc/8858/task/8862/stat : 8862 (java) S 8856 8858 8527 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 136994072 937652224 15924 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8858/tid=8863] ppid=8856 vsize=915676 CPUtime=0
/proc/8858/task/8863/stat : 8863 (java) S 8856 8858 8527 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 136994075 937652224 15924 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8858/tid=8864] ppid=8856 vsize=915676 CPUtime=0.31
/proc/8858/task/8864/stat : 8864 (java) S 8856 8858 8527 0 -1 64 485 0 0 0 30 1 0 0 16 0 8 0 136994076 937652224 15924 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8858/tid=8865] ppid=8856 vsize=915676 CPUtime=0
/proc/8858/task/8865/stat : 8865 (java) S 8856 8858 8527 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 136994076 937652224 15924 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8858/tid=8866] ppid=8856 vsize=915676 CPUtime=0
/proc/8858/task/8866/stat : 8866 (java) S 8856 8858 8527 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 136994076 937652224 15924 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.66
Current children cumulated vsize (KiB) 915676

[startup+102.443 s]
/proc/loadavg: 2.04 1.95 1.84 3/100 8866
/proc/meminfo: memFree=741584/2055920 swapFree=4192812/4192956
[pid=8858] ppid=8856 vsize=915676 CPUtime=101.69
/proc/8858/stat : 8858 (java) R 8856 8858 8527 0 -1 0 16190 0 1 0 10158 11 0 0 25 0 8 0 136994067 937652224 15924 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073336182 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8858/statm: 228919 15924 2514 14 0 215389 0
[pid=8858/tid=8860] ppid=8856 vsize=915676 CPUtime=0.09
/proc/8858/task/8860/stat : 8860 (java) S 8856 8858 8527 0 -1 64 1531 0 0 0 9 0 0 0 16 0 8 0 136994072 937652224 15924 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=8858/tid=8861] ppid=8856 vsize=915676 CPUtime=0
/proc/8858/task/8861/stat : 8861 (java) S 8856 8858 8527 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 136994072 937652224 15924 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8858/tid=8862] ppid=8856 vsize=915676 CPUtime=0
/proc/8858/task/8862/stat : 8862 (java) S 8856 8858 8527 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 136994072 937652224 15924 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8858/tid=8863] ppid=8856 vsize=915676 CPUtime=0
/proc/8858/task/8863/stat : 8863 (java) S 8856 8858 8527 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 136994075 937652224 15924 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8858/tid=8864] ppid=8856 vsize=915676 CPUtime=0.31
/proc/8858/task/8864/stat : 8864 (java) S 8856 8858 8527 0 -1 64 485 0 0 0 30 1 0 0 16 0 8 0 136994076 937652224 15924 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8858/tid=8865] ppid=8856 vsize=915676 CPUtime=0
/proc/8858/task/8865/stat : 8865 (java) S 8856 8858 8527 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 136994076 937652224 15924 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8858/tid=8866] ppid=8856 vsize=915676 CPUtime=0
/proc/8858/task/8866/stat : 8866 (java) S 8856 8858 8527 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 136994076 937652224 15924 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.69
Current children cumulated vsize (KiB) 915676

[startup+162.488 s]
/proc/loadavg: 2.09 1.98 1.85 3/100 8866
/proc/meminfo: memFree=741584/2055920 swapFree=4192812/4192956
[pid=8858] ppid=8856 vsize=915676 CPUtime=161.46
/proc/8858/stat : 8858 (java) R 8856 8858 8527 0 -1 0 16190 0 1 0 16134 12 0 0 25 0 8 0 136994067 937652224 15924 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073970238 0 4 0 23759 18446744073709551615 0 0 17 1 0 0

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

Current children cumulated CPU time (s) 1416.54
Current children cumulated vsize (KiB) 915676

[startup+1483.45 s]
/proc/loadavg: 1.23 1.71 1.82 2/88 9186
/proc/meminfo: memFree=1366768/2055920 swapFree=4192812/4192956
[pid=8858] ppid=8856 vsize=915676 CPUtime=1476.51
/proc/8858/stat : 8858 (java) R 8856 8858 8527 0 -1 0 16192 0 1 0 147629 22 0 0 25 0 8 0 136994067 937652224 15925 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073986420 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8858/statm: 228919 15925 2514 14 0 215389 0
[pid=8858/tid=8860] ppid=8856 vsize=915676 CPUtime=0.09
/proc/8858/task/8860/stat : 8860 (java) S 8856 8858 8527 0 -1 64 1531 0 0 0 9 0 0 0 16 0 8 0 136994072 937652224 15925 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=8858/tid=8861] ppid=8856 vsize=915676 CPUtime=0
/proc/8858/task/8861/stat : 8861 (java) S 8856 8858 8527 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 136994072 937652224 15925 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8858/tid=8862] ppid=8856 vsize=915676 CPUtime=0
/proc/8858/task/8862/stat : 8862 (java) S 8856 8858 8527 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 136994072 937652224 15925 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8858/tid=8863] ppid=8856 vsize=915676 CPUtime=0
/proc/8858/task/8863/stat : 8863 (java) S 8856 8858 8527 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 136994075 937652224 15925 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8858/tid=8864] ppid=8856 vsize=915676 CPUtime=0.32
/proc/8858/task/8864/stat : 8864 (java) S 8856 8858 8527 0 -1 64 486 0 0 0 31 1 0 0 16 0 8 0 136994076 937652224 15925 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8858/tid=8865] ppid=8856 vsize=915676 CPUtime=0
/proc/8858/task/8865/stat : 8865 (java) S 8856 8858 8527 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 136994076 937652224 15925 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8858/tid=8866] ppid=8856 vsize=915676 CPUtime=0
/proc/8858/task/8866/stat : 8866 (java) S 8856 8858 8527 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 136994076 937652224 15925 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1476.51
Current children cumulated vsize (KiB) 915676

[startup+1543.45 s]
/proc/loadavg: 1.08 1.57 1.77 2/88 9189
/proc/meminfo: memFree=1368560/2055920 swapFree=4192812/4192956
[pid=8858] ppid=8856 vsize=915676 CPUtime=1536.48
/proc/8858/stat : 8858 (java) R 8856 8858 8527 0 -1 0 16192 0 1 0 153626 22 0 0 25 0 8 0 136994067 937652224 15925 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073970241 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8858/statm: 228919 15925 2514 14 0 215389 0
[pid=8858/tid=8860] ppid=8856 vsize=915676 CPUtime=0.09
/proc/8858/task/8860/stat : 8860 (java) S 8856 8858 8527 0 -1 64 1531 0 0 0 9 0 0 0 16 0 8 0 136994072 937652224 15925 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=8858/tid=8861] ppid=8856 vsize=915676 CPUtime=0
/proc/8858/task/8861/stat : 8861 (java) S 8856 8858 8527 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 136994072 937652224 15925 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8858/tid=8862] ppid=8856 vsize=915676 CPUtime=0
/proc/8858/task/8862/stat : 8862 (java) S 8856 8858 8527 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 136994072 937652224 15925 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8858/tid=8863] ppid=8856 vsize=915676 CPUtime=0
/proc/8858/task/8863/stat : 8863 (java) S 8856 8858 8527 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 136994075 937652224 15925 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8858/tid=8864] ppid=8856 vsize=915676 CPUtime=0.32
/proc/8858/task/8864/stat : 8864 (java) S 8856 8858 8527 0 -1 64 486 0 0 0 31 1 0 0 16 0 8 0 136994076 937652224 15925 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8858/tid=8865] ppid=8856 vsize=915676 CPUtime=0
/proc/8858/task/8865/stat : 8865 (java) S 8856 8858 8527 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 136994076 937652224 15925 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8858/tid=8866] ppid=8856 vsize=915676 CPUtime=0
/proc/8858/task/8866/stat : 8866 (java) S 8856 8858 8527 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 136994076 937652224 15925 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1536.48
Current children cumulated vsize (KiB) 915676

[startup+1603.45 s]
/proc/loadavg: 1.06 1.48 1.72 2/88 9242
/proc/meminfo: memFree=1366704/2055920 swapFree=4192812/4192956
[pid=8858] ppid=8856 vsize=915676 CPUtime=1596.46
/proc/8858/stat : 8858 (java) R 8856 8858 8527 0 -1 0 16192 0 1 0 159623 23 0 0 25 0 8 0 136994067 937652224 15925 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073958125 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8858/statm: 228919 15925 2514 14 0 215389 0
[pid=8858/tid=8860] ppid=8856 vsize=915676 CPUtime=0.09
/proc/8858/task/8860/stat : 8860 (java) S 8856 8858 8527 0 -1 64 1531 0 0 0 9 0 0 0 16 0 8 0 136994072 937652224 15925 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=8858/tid=8861] ppid=8856 vsize=915676 CPUtime=0
/proc/8858/task/8861/stat : 8861 (java) S 8856 8858 8527 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 136994072 937652224 15925 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8858/tid=8862] ppid=8856 vsize=915676 CPUtime=0
/proc/8858/task/8862/stat : 8862 (java) S 8856 8858 8527 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 136994072 937652224 15925 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8858/tid=8863] ppid=8856 vsize=915676 CPUtime=0
/proc/8858/task/8863/stat : 8863 (java) S 8856 8858 8527 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 136994075 937652224 15925 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8858/tid=8864] ppid=8856 vsize=915676 CPUtime=0.32
/proc/8858/task/8864/stat : 8864 (java) S 8856 8858 8527 0 -1 64 486 0 0 0 31 1 0 0 16 0 8 0 136994076 937652224 15925 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8858/tid=8865] ppid=8856 vsize=915676 CPUtime=0
/proc/8858/task/8865/stat : 8865 (java) S 8856 8858 8527 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 136994076 937652224 15925 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8858/tid=8866] ppid=8856 vsize=915676 CPUtime=0
/proc/8858/task/8866/stat : 8866 (java) S 8856 8858 8527 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 136994076 937652224 15925 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1596.46
Current children cumulated vsize (KiB) 915676

[startup+1663.46 s]
/proc/loadavg: 1.02 1.39 1.68 2/88 9243
/proc/meminfo: memFree=1368432/2055920 swapFree=4192812/4192956
[pid=8858] ppid=8856 vsize=915676 CPUtime=1656.45
/proc/8858/stat : 8858 (java) R 8856 8858 8527 0 -1 0 16192 0 1 0 165621 24 0 0 25 0 8 0 136994067 937652224 15925 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073965957 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8858/statm: 228919 15925 2514 14 0 215389 0
[pid=8858/tid=8860] ppid=8856 vsize=915676 CPUtime=0.09
/proc/8858/task/8860/stat : 8860 (java) S 8856 8858 8527 0 -1 64 1531 0 0 0 9 0 0 0 16 0 8 0 136994072 937652224 15925 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=8858/tid=8861] ppid=8856 vsize=915676 CPUtime=0
/proc/8858/task/8861/stat : 8861 (java) S 8856 8858 8527 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 136994072 937652224 15925 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8858/tid=8862] ppid=8856 vsize=915676 CPUtime=0
/proc/8858/task/8862/stat : 8862 (java) S 8856 8858 8527 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 136994072 937652224 15925 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8858/tid=8863] ppid=8856 vsize=915676 CPUtime=0
/proc/8858/task/8863/stat : 8863 (java) S 8856 8858 8527 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 136994075 937652224 15925 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8858/tid=8864] ppid=8856 vsize=915676 CPUtime=0.32
/proc/8858/task/8864/stat : 8864 (java) S 8856 8858 8527 0 -1 64 486 0 0 0 31 1 0 0 16 0 8 0 136994076 937652224 15925 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8858/tid=8865] ppid=8856 vsize=915676 CPUtime=0
/proc/8858/task/8865/stat : 8865 (java) S 8856 8858 8527 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 136994076 937652224 15925 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8858/tid=8866] ppid=8856 vsize=915676 CPUtime=0
/proc/8858/task/8866/stat : 8866 (java) S 8856 8858 8527 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 136994076 937652224 15925 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1656.45
Current children cumulated vsize (KiB) 915676

[startup+1723.47 s]
/proc/loadavg: 1.23 1.37 1.64 3/100 9290
/proc/meminfo: memFree=1315856/2055920 swapFree=4192812/4192956
[pid=8858] ppid=8856 vsize=915676 CPUtime=1716.42
/proc/8858/stat : 8858 (java) R 8856 8858 8527 0 -1 0 16192 0 1 0 171618 24 0 0 25 0 8 0 136994067 937652224 15925 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4072918514 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8858/statm: 228919 15925 2514 14 0 215389 0
[pid=8858/tid=8860] ppid=8856 vsize=915676 CPUtime=0.09
/proc/8858/task/8860/stat : 8860 (java) S 8856 8858 8527 0 -1 64 1531 0 0 0 9 0 0 0 16 0 8 0 136994072 937652224 15925 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=8858/tid=8861] ppid=8856 vsize=915676 CPUtime=0
/proc/8858/task/8861/stat : 8861 (java) S 8856 8858 8527 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 136994072 937652224 15925 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8858/tid=8862] ppid=8856 vsize=915676 CPUtime=0
/proc/8858/task/8862/stat : 8862 (java) S 8856 8858 8527 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 136994072 937652224 15925 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8858/tid=8863] ppid=8856 vsize=915676 CPUtime=0
/proc/8858/task/8863/stat : 8863 (java) S 8856 8858 8527 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 136994075 937652224 15925 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8858/tid=8864] ppid=8856 vsize=915676 CPUtime=0.32
/proc/8858/task/8864/stat : 8864 (java) S 8856 8858 8527 0 -1 64 486 0 0 0 31 1 0 0 16 0 8 0 136994076 937652224 15925 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8858/tid=8865] ppid=8856 vsize=915676 CPUtime=0
/proc/8858/task/8865/stat : 8865 (java) S 8856 8858 8527 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 136994076 937652224 15925 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8858/tid=8866] ppid=8856 vsize=915676 CPUtime=0
/proc/8858/task/8866/stat : 8866 (java) S 8856 8858 8527 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 136994076 937652224 15925 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1716.42
Current children cumulated vsize (KiB) 915676

[startup+1783.48 s]
/proc/loadavg: 1.15 1.32 1.61 2/88 9299
/proc/meminfo: memFree=1368304/2055920 swapFree=4192812/4192956
[pid=8858] ppid=8856 vsize=915676 CPUtime=1776.41
/proc/8858/stat : 8858 (java) R 8856 8858 8527 0 -1 0 16192 0 1 0 177616 25 0 0 25 0 8 0 136994067 937652224 15925 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073988353 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8858/statm: 228919 15925 2514 14 0 215389 0
[pid=8858/tid=8860] ppid=8856 vsize=915676 CPUtime=0.09
/proc/8858/task/8860/stat : 8860 (java) S 8856 8858 8527 0 -1 64 1531 0 0 0 9 0 0 0 16 0 8 0 136994072 937652224 15925 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=8858/tid=8861] ppid=8856 vsize=915676 CPUtime=0
/proc/8858/task/8861/stat : 8861 (java) S 8856 8858 8527 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 136994072 937652224 15925 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8858/tid=8862] ppid=8856 vsize=915676 CPUtime=0
/proc/8858/task/8862/stat : 8862 (java) S 8856 8858 8527 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 136994072 937652224 15925 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8858/tid=8863] ppid=8856 vsize=915676 CPUtime=0
/proc/8858/task/8863/stat : 8863 (java) S 8856 8858 8527 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 136994075 937652224 15925 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8858/tid=8864] ppid=8856 vsize=915676 CPUtime=0.32
/proc/8858/task/8864/stat : 8864 (java) S 8856 8858 8527 0 -1 64 486 0 0 0 31 1 0 0 16 0 8 0 136994076 937652224 15925 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8858/tid=8865] ppid=8856 vsize=915676 CPUtime=0
/proc/8858/task/8865/stat : 8865 (java) S 8856 8858 8527 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 136994076 937652224 15925 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8858/tid=8866] ppid=8856 vsize=915676 CPUtime=0
/proc/8858/task/8866/stat : 8866 (java) S 8856 8858 8527 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 136994076 937652224 15925 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1776.41
Current children cumulated vsize (KiB) 915676



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1807.13 s]
/proc/loadavg: 1.10 1.30 1.59 2/88 9300
/proc/meminfo: memFree=1368304/2055920 swapFree=4192812/4192956
[pid=8858] ppid=8856 vsize=915676 CPUtime=1800.05
/proc/8858/stat : 8858 (java) R 8856 8858 8527 0 -1 0 16192 0 1 0 179980 25 0 0 25 0 8 0 136994067 937652224 15925 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073959090 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8858/statm: 228919 15925 2514 14 0 215389 0
[pid=8858/tid=8860] ppid=8856 vsize=915676 CPUtime=0.09
/proc/8858/task/8860/stat : 8860 (java) S 8856 8858 8527 0 -1 64 1531 0 0 0 9 0 0 0 16 0 8 0 136994072 937652224 15925 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=8858/tid=8861] ppid=8856 vsize=915676 CPUtime=0
/proc/8858/task/8861/stat : 8861 (java) S 8856 8858 8527 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 136994072 937652224 15925 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8858/tid=8862] ppid=8856 vsize=915676 CPUtime=0
/proc/8858/task/8862/stat : 8862 (java) S 8856 8858 8527 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 136994072 937652224 15925 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8858/tid=8863] ppid=8856 vsize=915676 CPUtime=0
/proc/8858/task/8863/stat : 8863 (java) S 8856 8858 8527 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 136994075 937652224 15925 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8858/tid=8864] ppid=8856 vsize=915676 CPUtime=0.32
/proc/8858/task/8864/stat : 8864 (java) S 8856 8858 8527 0 -1 64 486 0 0 0 31 1 0 0 16 0 8 0 136994076 937652224 15925 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8858/tid=8865] ppid=8856 vsize=915676 CPUtime=0
/proc/8858/task/8865/stat : 8865 (java) S 8856 8858 8527 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 136994076 937652224 15925 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8858/tid=8866] ppid=8856 vsize=915676 CPUtime=0
/proc/8858/task/8866/stat : 8866 (java) S 8856 8858 8527 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 136994076 937652224 15925 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 915676

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

Child status: 143
Real time (s): 1807.2
CPU time (s): 1800.13
CPU user time (s): 1799.86
CPU system time (s): 0.267959
CPU usage (%): 99.6087
Max. virtual memory (cumulated for all children) (KiB): 915676

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

runsolver used 2.21066 s user time and 5.04623 s system time

The end

Launcher Data (download as text)

Begin job on node5 on Sat Jan  6 11:43:16 UTC 2007


IDJOB= 238985
IDBENCH= 7031
FILE ID= node5/238985-1168083796

PBS_JOBID= 3476245

Free space on /tmp= 66326 MiB

BENCH NAME= HOME/pub/bench/CPAI06/qcp-qwh/QCP-25/qcp-25-264-7_ext.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/238985-1168083796/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node5/watcher-238985-1168083796 -o ROOT/results/node5/solver-238985-1168083796 -C 1800 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/238985-1168083796/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  3fb7a4fd1bc51ca2a39b54e32df22637

RANDOM SEED= 298020340

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.240
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.240
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:        796072 kB
Buffers:         50304 kB
Cached:         453168 kB
SwapCached:          0 kB
Active:         720536 kB
Inactive:       451000 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        796072 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2732 kB
Writeback:           0 kB
Mapped:         697064 kB
Slab:            71988 kB
Committed_AS:  4040276 kB
PageTables:       3420 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= 66332 MiB



End job on node5 on Sat Jan  6 12:13:32 UTC 2007