Trace number 239384

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.07 1803.15

General information on the benchmark

Nameqcp-qwh/QWH-25/
qwh-25-235-0_ext.xml
MD5SUM40fb755f3c3b6a84f6841bcd0a27b269
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 benchmark13.236
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.29	   
0.29	Abscon 109 (November, 2006)
0.29	   
0.29	   configuration
0.29	     name=mac.xml
0.32	   
0.32	   instance
0.32	     name=/tmp/evaluation/239384-1168084682/unknown.xml
0.35	   
0.35	   domains being loaded...
0.36	   
0.36	   variables being loaded...
0.46	     nbVariables=625  nbDomainTypes=26  minDomainSize=1  maxDomainSize=25
0.46	       =>  wckTime=0.168  cpuTime=0.13  mem=8M869
0.46	   
0.46	   relations being loaded...
0.46	   
0.46	   constraints being loaded...
0.91	     nbConstraints=9300  nbRelationTypes=27  nbSingletonDomainVariables=390  nbExtensionStructures=51
0.91	     nbSharedExtensionStructures=9249  nbConflictsStructures=51  nbSharedConflictsStructures=9249
0.91	     nbSharedBinaryRepresentations=1323  maxDegree=48  maxArity=2
0.91	       =>  wckTime=0.62  cpuTime=0.47  mem=37M151
1.01	   
1.01	   solver IterativeSystematicSolver being built... 
1.19	       =>  wckTime=0.905  cpuTime=0.62  mem=21M393
1.26	   
1.26	   preprocessing
1.26	     nbConstraintChecks=93038  nbPropagations=625  nbRevisions=7368  nbUselessRevisions=2421  nbRemovedValues=4947
1.26	     detectedInconsistency=no
1.26	       =>  wckTime=0.059  cpuTime=0.05  mem=21M393
1.32	   
1.32	   search
1.32	     run=0  nbConstraintChecks=6245  nbPropagations=942  nbRevisions=10940  nbUselessRevisions=5529  nbAssignments=47
1.32	     nbFailedAssignments=5  nbBacktracks=12  nbVisitedNodes=60  nbRestartNogoods=0  mapSize=11  nbInferences=0
1.32	     nbTooLargeKeys=0
1.32	       =>  wckTime=0.118  cpuTime=0.09  mem=22M367
1.35	   
1.35	   search
1.35	     run=1  nbConstraintChecks=13879  nbPropagations=2278  nbRevisions=26478  nbUselessRevisions=15098
1.35	     nbAssignments=110  nbFailedAssignments=13  nbBacktracks=30  nbVisitedNodes=136  nbRestartNogoods=1  mapSize=22
1.35	     nbInferences=0  nbTooLargeKeys=0
1.35	       =>  wckTime=0.148  cpuTime=0.12  mem=22M367
1.38	   
1.39	   search
1.39	     run=2  nbConstraintChecks=23643  nbPropagations=4095  nbRevisions=48045  nbUselessRevisions=30028
1.39	     nbAssignments=191  nbFailedAssignments=24  nbBacktracks=53  nbVisitedNodes=236  nbRestartNogoods=3  mapSize=38
1.39	     nbInferences=0  nbTooLargeKeys=0
1.39	       =>  wckTime=0.186  cpuTime=0.15  mem=22M367
1.43	   
1.43	   search
1.43	     run=3  nbConstraintChecks=45082  nbPropagations=6652  nbRevisions=83973  nbUselessRevisions=57962
1.43	     nbAssignments=304  nbFailedAssignments=37  nbBacktracks=102  nbVisitedNodes=373  nbRestartNogoods=6  mapSize=55
1.43	     nbInferences=0  nbTooLargeKeys=0
1.43	       =>  wckTime=0.234  cpuTime=0.2  mem=22M367
1.48	   
1.48	   search
1.48	     run=4  nbConstraintChecks=61464  nbPropagations=9869  nbRevisions=130568  nbUselessRevisions=95462
1.48	     nbAssignments=416  nbFailedAssignments=51  nbBacktracks=154  nbVisitedNodes=515  nbRestartNogoods=13  mapSize=83
1.48	     nbInferences=0  nbTooLargeKeys=0
1.48	       =>  wckTime=0.284  cpuTime=0.24  mem=22M367
1.55	   
1.55	   search
1.55	     run=5  nbConstraintChecks=82561  nbPropagations=13994  nbRevisions=190771  nbUselessRevisions=145185
1.55	     nbAssignments=590  nbFailedAssignments=74  nbBacktracks=231  nbVisitedNodes=727  nbRestartNogoods=15  mapSize=117
1.55	     nbInferences=0  nbTooLargeKeys=0
1.55	       =>  wckTime=0.348  cpuTime=0.3  mem=22M367
1.62	   
1.62	   search
1.62	     run=6  nbConstraintChecks=120475  nbPropagations=19349  nbRevisions=276039  nbUselessRevisions=217429
1.63	     nbAssignments=778  nbFailedAssignments=100  nbBacktracks=346  nbVisitedNodes=978  nbRestartNogoods=19  mapSize=178
1.63	     nbInferences=0  nbTooLargeKeys=0
1.63	       =>  wckTime=0.426  cpuTime=0.38  mem=22M367
1.72	   
1.72	   search
1.72	     run=7  nbConstraintChecks=164762  nbPropagations=26313  nbRevisions=389878  nbUselessRevisions=315100
1.72	     nbAssignments=1053  nbFailedAssignments=154  nbBacktracks=517  nbVisitedNodes=1351  nbRestartNogoods=21
1.72	     mapSize=270  nbInferences=0  nbTooLargeKeys=0
1.72	       =>  wckTime=0.524  cpuTime=0.47  mem=23M341
1.89	   
1.89	   search
1.89	     run=8  nbConstraintChecks=277078  nbPropagations=36108  nbRevisions=581444  nbUselessRevisions=483714
1.89	     nbAssignments=1431  nbFailedAssignments=204  nbBacktracks=796  nbVisitedNodes=1825  nbRestartNogoods=25
1.89	     mapSize=362  nbInferences=0  nbTooLargeKeys=0
1.89	       =>  wckTime=0.687  cpuTime=0.64  mem=23M341
2.11	   
2.11	   search
2.11	     run=9  nbConstraintChecks=410385  nbPropagations=49430  nbRevisions=864898  nbUselessRevisions=736157
2.11	     nbAssignments=1939  nbFailedAssignments=255  nbBacktracks=1185  nbVisitedNodes=2436  nbRestartNogoods=29
2.11	     mapSize=460  nbInferences=0  nbTooLargeKeys=0
2.11	       =>  wckTime=0.909  cpuTime=0.84  mem=24M315
2.40	   
2.40	   search
2.40	     run=10  nbConstraintChecks=572520  nbPropagations=67256  nbRevisions=1260610  nbUselessRevisions=1090975
2.40	     nbAssignments=2696  nbFailedAssignments=333  nbBacktracks=1769  nbVisitedNodes=3335  nbRestartNogoods=34
2.40	     mapSize=599  nbInferences=0  nbTooLargeKeys=0
2.40	       =>  wckTime=1.199  cpuTime=1.11  mem=24M315
2.78	   
2.78	   search
2.78	     run=11  nbConstraintChecks=805709  nbPropagations=91219  nbRevisions=1818829  nbUselessRevisions=1594476
2.78	     nbAssignments=3695  nbFailedAssignments=422  nbBacktracks=2645  nbVisitedNodes=4519  nbRestartNogoods=37
2.78	     mapSize=783  nbInferences=0  nbTooLargeKeys=0
2.78	       =>  wckTime=1.578  cpuTime=1.49  mem=25M288
3.10	   
3.10	   INFO : Stopping hyperNogood (mapSize=1012, nbTooLargekeys=0, mem=26M262)
3.26	   
3.26	   search
3.26	     run=12  nbConstraintChecks=1062002  nbPropagations=123377  nbRevisions=2546436  nbUselessRevisions=2250850
3.26	     nbAssignments=5190  nbFailedAssignments=596  nbBacktracks=3943  nbVisitedNodes=6379  nbRestartNogoods=38
3.26	       =>  wckTime=2.059  cpuTime=1.96  mem=26M262
3.81	   
3.81	   search
3.81	     run=13  nbConstraintChecks=1366888  nbPropagations=165243  nbRevisions=3483665  nbUselessRevisions=3097917
3.81	     nbAssignments=7364  nbFailedAssignments=777  nbBacktracks=5891  nbVisitedNodes=8890  nbRestartNogoods=40
3.81	       =>  wckTime=2.606  cpuTime=2.51  mem=26M262
4.84	   
4.84	   search
4.84	     run=14  nbConstraintChecks=2186250  nbPropagations=228516  nbRevisions=4990556  nbUselessRevisions=4466447
4.84	     nbAssignments=10709  nbFailedAssignments=1130  nbBacktracks=8815  nbVisitedNodes=12928  nbRestartNogoods=43
4.84	       =>  wckTime=3.641  cpuTime=3.54  mem=26M262
6.32	   
6.32	   search
6.32	     run=15  nbConstraintChecks=3278424  nbPropagations=320492  nbRevisions=7263726  nbUselessRevisions=6536562
6.32	     nbAssignments=15517  nbFailedAssignments=1508  nbBacktracks=13204  nbVisitedNodes=18520  nbRestartNogoods=50
6.32	       =>  wckTime=5.122  cpuTime=5.02  mem=26M262
8.98	   
8.98	   search
8.98	     run=16  nbConstraintChecks=5556425  nbPropagations=470120  nbRevisions=11155790  nbUselessRevisions=10090829
8.98	     nbAssignments=23037  nbFailedAssignments=2384  nbBacktracks=19772  nbVisitedNodes=27802  nbRestartNogoods=54
8.98	       =>  wckTime=7.778  cpuTime=7.64  mem=26M262
13.44	   
13.44	   search
13.44	     run=17  nbConstraintChecks=9541738  nbPropagations=722084  nbRevisions=17880686  nbUselessRevisions=16249873
13.44	     nbAssignments=34652  nbFailedAssignments=4091  nbBacktracks=29625  nbVisitedNodes=42870  nbRestartNogoods=63
13.44	       =>  wckTime=12.239  cpuTime=12.08  mem=26M262
19.99	   
19.99	   search
19.99	     run=18  nbConstraintChecks=14895061  nbPropagations=1125545  nbRevisions=28246607  nbUselessRevisions=25713309
19.99	     nbAssignments=52820  nbFailedAssignments=7449  nbBacktracks=44410  nbVisitedNodes=67455  nbRestartNogoods=71
19.99	       =>  wckTime=18.79  cpuTime=18.6  mem=26M262
30.43	   
30.43	   search
30.43	     run=19  nbConstraintChecks=23625412  nbPropagations=1780257  nbRevisions=44587984  nbUselessRevisions=40602940
30.43	     nbAssignments=81735  nbFailedAssignments=14143  nbBacktracks=66580  nbVisitedNodes=108869  nbRestartNogoods=75
30.43	       =>  wckTime=29.231  cpuTime=29.0  mem=26M262
47.97	   
47.97	   search
47.97	     run=20  nbConstraintChecks=39328073  nbPropagations=2854799  nbRevisions=72112729  nbUselessRevisions=65763015
47.97	     nbAssignments=121733  nbFailedAssignments=20837  nbBacktracks=99843  nbVisitedNodes=161906  nbRestartNogoods=94
47.97	       =>  wckTime=46.772  cpuTime=46.46  mem=26M262
74.98	   
74.98	   search
74.98	     run=21  nbConstraintChecks=63891141  nbPropagations=4575448  nbRevisions=116878077  nbUselessRevisions=106685812
74.98	     nbAssignments=183512  nbFailedAssignments=32695  nbBacktracks=149725  nbVisitedNodes=246549  nbRestartNogoods=104
74.98	       =>  wckTime=73.785  cpuTime=73.35  mem=26M262
115.18	   
115.18	   search
115.18	     run=22  nbConstraintChecks=100602321  nbPropagations=7257767  nbRevisions=187569549  nbUselessRevisions=171358128
115.18	     nbAssignments=277361  nbFailedAssignments=51692  nbBacktracks=224543  nbVisitedNodes=376275  nbRestartNogoods=111
115.18	       =>  wckTime=113.984  cpuTime=113.36  mem=26M262
176.85	   
176.85	   search
176.85	     run=23  nbConstraintChecks=156836863  nbPropagations=11436178  nbRevisions=298252678  nbUselessRevisions=272660522
176.85	     nbAssignments=419699  nbFailedAssignments=81761  nbBacktracks=336774  nbVisitedNodes=574579  nbRestartNogoods=117
176.85	       =>  wckTime=175.649  cpuTime=174.74  mem=26M262
262.58	   
262.58	   search
262.58	     run=24  nbConstraintChecks=232738214  nbPropagations=17651862  nbRevisions=462721460  nbUselessRevisions=423119403
262.58	     nbAssignments=631377  nbFailedAssignments=125058  nbBacktracks=505115  nbVisitedNodes=867613  nbRestartNogoods=124
262.58	       =>  wckTime=261.384  cpuTime=259.97  mem=26M262
390.12	   
390.12	   search
390.12	     run=25  nbConstraintChecks=342531237  nbPropagations=26884872  nbRevisions=704159482  nbUselessRevisions=643846312
390.12	     nbAssignments=946925  nbFailedAssignments=188061  nbBacktracks=757626  nbVisitedNodes=1298611  nbRestartNogoods=133
390.12	       =>  wckTime=388.919  cpuTime=386.87  mem=26M262
587.27	   
587.27	   search
587.27	     run=26  nbConstraintChecks=522023696  nbPropagations=40770611  nbRevisions=1075197777  nbUselessRevisions=984000530
587.27	     nbAssignments=1406740  nbFailedAssignments=269080  nbBacktracks=1136393  nbVisitedNodes=1908422
587.27	     nbRestartNogoods=145
587.27	       =>  wckTime=586.071  cpuTime=583.66  mem=26M262
879.90	   
879.90	   search
879.90	     run=27  nbConstraintChecks=792679499  nbPropagations=61727672  nbRevisions=1639357624
879.90	     nbUselessRevisions=1501300626  nbAssignments=2101758  nbFailedAssignments=395906  nbBacktracks=1704544
879.90	     nbVisitedNodes=2848662  nbRestartNogoods=152
879.90	       =>  wckTime=878.701  cpuTime=876.13  mem=26M262
1288.82	   
1288.82	   search
1288.82	     run=28  nbConstraintChecks=1149896920  nbPropagations=92388901  nbRevisions=2453665027
1288.82	     nbUselessRevisions=2246895863  nbAssignments=3148754  nbFailedAssignments=590619  nbBacktracks=2556778
1288.82	     nbVisitedNodes=4266124  nbRestartNogoods=172
1288.82	       =>  wckTime=1287.624  cpuTime=1284.81  mem=26M262

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/node38/watcher-239384-1168084682 -o ROOT/results/node38/solver-239384-1168084682 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/239384-1168084682/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.67 1.89 1.88 4/80 17358
/proc/meminfo: memFree=1570880/2055920 swapFree=4192812/4192956
[pid=17357] ppid=17355 vsize=1788 CPUtime=0
/proc/17357/stat : 17357 (java) R 17355 17357 17122 0 -1 0 366 0 0 0 0 0 0 0 18 0 1 0 156867862 1830912 158 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 0 0 0
/proc/17357/statm: 447 159 123 14 0 92 0

[startup+0.108327 s]
/proc/loadavg: 1.67 1.89 1.88 4/80 17358
/proc/meminfo: memFree=1570880/2055920 swapFree=4192812/4192956
[pid=17357] ppid=17355 vsize=914988 CPUtime=0.09
/proc/17357/stat : 17357 (java) R 17355 17357 17122 0 -1 0 3128 0 1 0 8 1 0 0 24 0 8 0 156867862 936947712 2874 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/17357/statm: 228747 2874 1472 14 0 215242 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 914988

[startup+0.516407 s]
/proc/loadavg: 1.67 1.89 1.88 4/80 17358
/proc/meminfo: memFree=1570880/2055920 swapFree=4192812/4192956
[pid=17357] ppid=17355 vsize=915328 CPUtime=0.5
/proc/17357/stat : 17357 (java) R 17355 17357 17122 0 -1 0 6685 0 1 0 46 4 0 0 25 0 8 0 156867862 937295872 6424 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073654796 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/17357/statm: 228832 6425 2138 14 0 215302 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 915328

[startup+1.33957 s]
/proc/loadavg: 1.67 1.89 1.88 4/87 17365
/proc/meminfo: memFree=1519560/2055920 swapFree=4192812/4192956
[pid=17357] ppid=17355 vsize=915676 CPUtime=1.31
/proc/17357/stat : 17357 (java) R 17355 17357 17122 0 -1 0 15588 0 1 0 122 9 0 0 25 0 8 0 156867862 937652224 15326 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4072918501 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/17357/statm: 228919 15326 2513 14 0 215389 0
[pid=17357/tid=17359] ppid=17355 vsize=915676 CPUtime=0.08
/proc/17357/task/17359/stat : 17359 (java) S 17355 17357 17122 0 -1 64 1423 0 0 0 8 0 0 0 17 0 8 0 156867865 937652224 15326 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=17357/tid=17360] ppid=17355 vsize=915676 CPUtime=0
/proc/17357/task/17360/stat : 17360 (java) S 17355 17357 17122 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156867866 937652224 15326 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17357/tid=17361] ppid=17355 vsize=915676 CPUtime=0
/proc/17357/task/17361/stat : 17361 (java) S 17355 17357 17122 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156867866 937652224 15326 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17357/tid=17362] ppid=17355 vsize=915676 CPUtime=0
/proc/17357/task/17362/stat : 17362 (java) S 17355 17357 17122 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156867869 937652224 15326 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17357/tid=17363] ppid=17355 vsize=915676 CPUtime=0.25
/proc/17357/task/17363/stat : 17363 (java) S 17355 17357 17122 0 -1 64 462 0 0 0 24 1 0 0 15 0 8 0 156867869 937652224 15326 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17357/tid=17364] ppid=17355 vsize=915676 CPUtime=0
/proc/17357/task/17364/stat : 17364 (java) S 17355 17357 17122 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 156867869 937652224 15326 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17357/tid=17365] ppid=17355 vsize=915676 CPUtime=0
/proc/17357/task/17365/stat : 17365 (java) S 17355 17357 17122 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156867869 937652224 15326 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 915676

[startup+2.98389 s]
/proc/loadavg: 1.69 1.89 1.89 3/87 17365
/proc/meminfo: memFree=1519304/2055920 swapFree=4192812/4192956
[pid=17357] ppid=17355 vsize=915676 CPUtime=2.95
/proc/17357/stat : 17357 (java) R 17355 17357 17122 0 -1 0 15610 0 1 0 285 10 0 0 25 0 8 0 156867862 937652224 15347 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073991436 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/17357/statm: 228919 15347 2513 14 0 215389 0
[pid=17357/tid=17359] ppid=17355 vsize=915676 CPUtime=0.08
/proc/17357/task/17359/stat : 17359 (java) S 17355 17357 17122 0 -1 64 1423 0 0 0 8 0 0 0 17 0 8 0 156867865 937652224 15347 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=17357/tid=17360] ppid=17355 vsize=915676 CPUtime=0
/proc/17357/task/17360/stat : 17360 (java) S 17355 17357 17122 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156867866 937652224 15347 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17357/tid=17361] ppid=17355 vsize=915676 CPUtime=0
/proc/17357/task/17361/stat : 17361 (java) S 17355 17357 17122 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156867866 937652224 15347 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17357/tid=17362] ppid=17355 vsize=915676 CPUtime=0
/proc/17357/task/17362/stat : 17362 (java) S 17355 17357 17122 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156867869 937652224 15347 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17357/tid=17363] ppid=17355 vsize=915676 CPUtime=0.3
/proc/17357/task/17363/stat : 17363 (java) S 17355 17357 17122 0 -1 64 484 0 0 0 29 1 0 0 15 0 8 0 156867869 937652224 15347 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17357/tid=17364] ppid=17355 vsize=915676 CPUtime=0
/proc/17357/task/17364/stat : 17364 (java) S 17355 17357 17122 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 156867869 937652224 15347 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17357/tid=17365] ppid=17355 vsize=915676 CPUtime=0
/proc/17357/task/17365/stat : 17365 (java) S 17355 17357 17122 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156867869 937652224 15347 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.95
Current children cumulated vsize (KiB) 915676

[startup+6.27353 s]
/proc/loadavg: 1.69 1.89 1.89 3/87 17365
/proc/meminfo: memFree=1519176/2055920 swapFree=4192812/4192956
[pid=17357] ppid=17355 vsize=915676 CPUtime=6.22
/proc/17357/stat : 17357 (java) R 17355 17357 17122 0 -1 0 15612 0 1 0 612 10 0 0 25 0 8 0 156867862 937652224 15347 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4074057614 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/17357/statm: 228919 15347 2513 14 0 215389 0
[pid=17357/tid=17359] ppid=17355 vsize=915676 CPUtime=0.08
/proc/17357/task/17359/stat : 17359 (java) S 17355 17357 17122 0 -1 64 1423 0 0 0 8 0 0 0 16 0 8 0 156867865 937652224 15347 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=17357/tid=17360] ppid=17355 vsize=915676 CPUtime=0
/proc/17357/task/17360/stat : 17360 (java) S 17355 17357 17122 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156867866 937652224 15347 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17357/tid=17361] ppid=17355 vsize=915676 CPUtime=0
/proc/17357/task/17361/stat : 17361 (java) S 17355 17357 17122 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156867866 937652224 15347 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17357/tid=17362] ppid=17355 vsize=915676 CPUtime=0
/proc/17357/task/17362/stat : 17362 (java) S 17355 17357 17122 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156867869 937652224 15347 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17357/tid=17363] ppid=17355 vsize=915676 CPUtime=0.3
/proc/17357/task/17363/stat : 17363 (java) S 17355 17357 17122 0 -1 64 484 0 0 0 29 1 0 0 16 0 8 0 156867869 937652224 15347 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17357/tid=17364] ppid=17355 vsize=915676 CPUtime=0
/proc/17357/task/17364/stat : 17364 (java) S 17355 17357 17122 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 156867869 937652224 15347 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17357/tid=17365] ppid=17355 vsize=915676 CPUtime=0
/proc/17357/task/17365/stat : 17365 (java) S 17355 17357 17122 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156867869 937652224 15347 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 915676

[startup+12.7588 s]
/proc/loadavg: 1.82 1.91 1.89 3/87 17365
/proc/meminfo: memFree=1519192/2055920 swapFree=4192812/4192956
[pid=17357] ppid=17355 vsize=915676 CPUtime=12.67
/proc/17357/stat : 17357 (java) R 17355 17357 17122 0 -1 0 15613 0 1 0 1256 11 0 0 25 0 8 0 156867862 937652224 15348 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073957385 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/17357/statm: 228919 15348 2513 14 0 215389 0
[pid=17357/tid=17359] ppid=17355 vsize=915676 CPUtime=0.08
/proc/17357/task/17359/stat : 17359 (java) S 17355 17357 17122 0 -1 64 1423 0 0 0 8 0 0 0 16 0 8 0 156867865 937652224 15348 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=17357/tid=17360] ppid=17355 vsize=915676 CPUtime=0
/proc/17357/task/17360/stat : 17360 (java) S 17355 17357 17122 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156867866 937652224 15348 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17357/tid=17361] ppid=17355 vsize=915676 CPUtime=0
/proc/17357/task/17361/stat : 17361 (java) S 17355 17357 17122 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156867866 937652224 15348 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17357/tid=17362] ppid=17355 vsize=915676 CPUtime=0
/proc/17357/task/17362/stat : 17362 (java) S 17355 17357 17122 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156867869 937652224 15348 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17357/tid=17363] ppid=17355 vsize=915676 CPUtime=0.3
/proc/17357/task/17363/stat : 17363 (java) S 17355 17357 17122 0 -1 64 485 0 0 0 29 1 0 0 16 0 8 0 156867869 937652224 15348 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17357/tid=17364] ppid=17355 vsize=915676 CPUtime=0
/proc/17357/task/17364/stat : 17364 (java) S 17355 17357 17122 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 156867869 937652224 15348 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17357/tid=17365] ppid=17355 vsize=915676 CPUtime=0
/proc/17357/task/17365/stat : 17365 (java) S 17355 17357 17122 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156867869 937652224 15348 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 915676

[startup+25.6033 s]
/proc/loadavg: 1.85 1.92 1.89 3/87 17365
/proc/meminfo: memFree=1519320/2055920 swapFree=4192812/4192956
[pid=17357] ppid=17355 vsize=915676 CPUtime=25.46
/proc/17357/stat : 17357 (java) R 17355 17357 17122 0 -1 0 15613 0 1 0 2535 11 0 0 25 0 8 0 156867862 937652224 15348 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073960076 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/17357/statm: 228919 15348 2513 14 0 215389 0
[pid=17357/tid=17359] ppid=17355 vsize=915676 CPUtime=0.08
/proc/17357/task/17359/stat : 17359 (java) S 17355 17357 17122 0 -1 64 1423 0 0 0 8 0 0 0 16 0 8 0 156867865 937652224 15348 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=17357/tid=17360] ppid=17355 vsize=915676 CPUtime=0
/proc/17357/task/17360/stat : 17360 (java) S 17355 17357 17122 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156867866 937652224 15348 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17357/tid=17361] ppid=17355 vsize=915676 CPUtime=0
/proc/17357/task/17361/stat : 17361 (java) S 17355 17357 17122 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156867866 937652224 15348 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17357/tid=17362] ppid=17355 vsize=915676 CPUtime=0
/proc/17357/task/17362/stat : 17362 (java) S 17355 17357 17122 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156867869 937652224 15348 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17357/tid=17363] ppid=17355 vsize=915676 CPUtime=0.3
/proc/17357/task/17363/stat : 17363 (java) S 17355 17357 17122 0 -1 64 485 0 0 0 29 1 0 0 16 0 8 0 156867869 937652224 15348 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17357/tid=17364] ppid=17355 vsize=915676 CPUtime=0
/proc/17357/task/17364/stat : 17364 (java) S 17355 17357 17122 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 156867869 937652224 15348 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17357/tid=17365] ppid=17355 vsize=915676 CPUtime=0
/proc/17357/task/17365/stat : 17365 (java) S 17355 17357 17122 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156867869 937652224 15348 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 915676

[startup+51.2153 s]
/proc/loadavg: 1.90 1.92 1.89 3/87 17365
/proc/meminfo: memFree=1519384/2055920 swapFree=4192812/4192956
[pid=17357] ppid=17355 vsize=915676 CPUtime=50.96
/proc/17357/stat : 17357 (java) R 17355 17357 17122 0 -1 0 15615 0 1 0 5085 11 0 0 25 0 8 0 156867862 937652224 15349 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073960587 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/17357/statm: 228919 15349 2513 14 0 215389 0
[pid=17357/tid=17359] ppid=17355 vsize=915676 CPUtime=0.08
/proc/17357/task/17359/stat : 17359 (java) S 17355 17357 17122 0 -1 64 1423 0 0 0 8 0 0 0 16 0 8 0 156867865 937652224 15349 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=17357/tid=17360] ppid=17355 vsize=915676 CPUtime=0
/proc/17357/task/17360/stat : 17360 (java) S 17355 17357 17122 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156867866 937652224 15349 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17357/tid=17361] ppid=17355 vsize=915676 CPUtime=0
/proc/17357/task/17361/stat : 17361 (java) S 17355 17357 17122 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156867866 937652224 15349 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17357/tid=17362] ppid=17355 vsize=915676 CPUtime=0
/proc/17357/task/17362/stat : 17362 (java) S 17355 17357 17122 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156867869 937652224 15349 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17357/tid=17363] ppid=17355 vsize=915676 CPUtime=0.31
/proc/17357/task/17363/stat : 17363 (java) S 17355 17357 17122 0 -1 64 486 0 0 0 30 1 0 0 16 0 8 0 156867869 937652224 15349 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17357/tid=17364] ppid=17355 vsize=915676 CPUtime=0
/proc/17357/task/17364/stat : 17364 (java) S 17355 17357 17122 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 156867869 937652224 15349 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17357/tid=17365] ppid=17355 vsize=915676 CPUtime=0
/proc/17357/task/17365/stat : 17365 (java) S 17355 17357 17122 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156867869 937652224 15349 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 50.96
Current children cumulated vsize (KiB) 915676

[startup+102.433 s]
/proc/loadavg: 1.96 1.93 1.90 3/87 17365
/proc/meminfo: memFree=1519384/2055920 swapFree=4192812/4192956
[pid=17357] ppid=17355 vsize=915676 CPUtime=101.92
/proc/17357/stat : 17357 (java) R 17355 17357 17122 0 -1 0 15615 0 1 0 10181 11 0 0 25 0 8 0 156867862 937652224 15349 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073984625 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/17357/statm: 228919 15349 2513 14 0 215389 0
[pid=17357/tid=17359] ppid=17355 vsize=915676 CPUtime=0.08
/proc/17357/task/17359/stat : 17359 (java) S 17355 17357 17122 0 -1 64 1423 0 0 0 8 0 0 0 16 0 8 0 156867865 937652224 15349 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=17357/tid=17360] ppid=17355 vsize=915676 CPUtime=0
/proc/17357/task/17360/stat : 17360 (java) S 17355 17357 17122 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156867866 937652224 15349 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17357/tid=17361] ppid=17355 vsize=915676 CPUtime=0
/proc/17357/task/17361/stat : 17361 (java) S 17355 17357 17122 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156867866 937652224 15349 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17357/tid=17362] ppid=17355 vsize=915676 CPUtime=0
/proc/17357/task/17362/stat : 17362 (java) S 17355 17357 17122 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156867869 937652224 15349 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17357/tid=17363] ppid=17355 vsize=915676 CPUtime=0.31
/proc/17357/task/17363/stat : 17363 (java) S 17355 17357 17122 0 -1 64 486 0 0 0 30 1 0 0 16 0 8 0 156867869 937652224 15349 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17357/tid=17364] ppid=17355 vsize=915676 CPUtime=0
/proc/17357/task/17364/stat : 17364 (java) S 17355 17357 17122 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 156867869 937652224 15349 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17357/tid=17365] ppid=17355 vsize=915676 CPUtime=0
/proc/17357/task/17365/stat : 17365 (java) S 17355 17357 17122 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156867869 937652224 15349 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 101.92
Current children cumulated vsize (KiB) 915676

[startup+162.486 s]
/proc/loadavg: 1.98 1.94 1.91 3/87 17365
/proc/meminfo: memFree=1519384/2055920 swapFree=4192812/4192956
[pid=17357] ppid=17355 vsize=915676 CPUtime=161.71
/proc/17357/stat : 17357 (java) R 17355 17357 17122 0 -1 0 15615 0 1 0 16159 12 0 0 25 0 8 0 156867862 937652224 15349 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073965307 0 4 0 23759 18446744073709551615 0 0 17 0 0 0

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

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

[startup+1483.19 s]
/proc/loadavg: 1.00 1.03 1.27 2/72 18007
/proc/meminfo: memFree=1570152/2055920 swapFree=4192812/4192956
[pid=17357] ppid=17355 vsize=915676 CPUtime=1480.34
/proc/17357/stat : 17357 (java) R 17355 17357 17122 0 -1 0 15615 0 1 0 147994 40 0 0 25 0 8 0 156867862 937652224 15349 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073956545 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/17357/statm: 228919 15349 2513 14 0 215389 0
[pid=17357/tid=17359] ppid=17355 vsize=915676 CPUtime=0.08
/proc/17357/task/17359/stat : 17359 (java) S 17355 17357 17122 0 -1 64 1423 0 0 0 8 0 0 0 16 0 8 0 156867865 937652224 15349 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=17357/tid=17360] ppid=17355 vsize=915676 CPUtime=0
/proc/17357/task/17360/stat : 17360 (java) S 17355 17357 17122 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156867866 937652224 15349 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17357/tid=17361] ppid=17355 vsize=915676 CPUtime=0
/proc/17357/task/17361/stat : 17361 (java) S 17355 17357 17122 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156867866 937652224 15349 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17357/tid=17362] ppid=17355 vsize=915676 CPUtime=0
/proc/17357/task/17362/stat : 17362 (java) S 17355 17357 17122 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156867869 937652224 15349 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17357/tid=17363] ppid=17355 vsize=915676 CPUtime=0.31
/proc/17357/task/17363/stat : 17363 (java) S 17355 17357 17122 0 -1 64 486 0 0 0 30 1 0 0 16 0 8 0 156867869 937652224 15349 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17357/tid=17364] ppid=17355 vsize=915676 CPUtime=0
/proc/17357/task/17364/stat : 17364 (java) S 17355 17357 17122 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 156867869 937652224 15349 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17357/tid=17365] ppid=17355 vsize=915676 CPUtime=0
/proc/17357/task/17365/stat : 17365 (java) S 17355 17357 17122 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156867869 937652224 15349 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1480.34
Current children cumulated vsize (KiB) 915676

[startup+1543.21 s]
/proc/loadavg: 1.00 1.02 1.25 2/72 18007
/proc/meminfo: memFree=1570152/2055920 swapFree=4192812/4192956
[pid=17357] ppid=17355 vsize=915676 CPUtime=1540.31
/proc/17357/stat : 17357 (java) R 17355 17357 17122 0 -1 0 15615 0 1 0 153991 40 0 0 25 0 8 0 156867862 937652224 15349 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073953571 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/17357/statm: 228919 15349 2513 14 0 215389 0
[pid=17357/tid=17359] ppid=17355 vsize=915676 CPUtime=0.08
/proc/17357/task/17359/stat : 17359 (java) S 17355 17357 17122 0 -1 64 1423 0 0 0 8 0 0 0 16 0 8 0 156867865 937652224 15349 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=17357/tid=17360] ppid=17355 vsize=915676 CPUtime=0
/proc/17357/task/17360/stat : 17360 (java) S 17355 17357 17122 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156867866 937652224 15349 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17357/tid=17361] ppid=17355 vsize=915676 CPUtime=0
/proc/17357/task/17361/stat : 17361 (java) S 17355 17357 17122 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156867866 937652224 15349 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17357/tid=17362] ppid=17355 vsize=915676 CPUtime=0
/proc/17357/task/17362/stat : 17362 (java) S 17355 17357 17122 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156867869 937652224 15349 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17357/tid=17363] ppid=17355 vsize=915676 CPUtime=0.31
/proc/17357/task/17363/stat : 17363 (java) S 17355 17357 17122 0 -1 64 486 0 0 0 30 1 0 0 16 0 8 0 156867869 937652224 15349 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17357/tid=17364] ppid=17355 vsize=915676 CPUtime=0
/proc/17357/task/17364/stat : 17364 (java) S 17355 17357 17122 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 156867869 937652224 15349 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17357/tid=17365] ppid=17355 vsize=915676 CPUtime=0
/proc/17357/task/17365/stat : 17365 (java) S 17355 17357 17122 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156867869 937652224 15349 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1540.31
Current children cumulated vsize (KiB) 915676

[startup+1603.23 s]
/proc/loadavg: 1.00 1.01 1.23 2/72 18007
/proc/meminfo: memFree=1570152/2055920 swapFree=4192812/4192956
[pid=17357] ppid=17355 vsize=915676 CPUtime=1600.29
/proc/17357/stat : 17357 (java) R 17355 17357 17122 0 -1 0 15615 0 1 0 159989 40 0 0 25 0 8 0 156867862 937652224 15349 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073983924 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/17357/statm: 228919 15349 2513 14 0 215389 0
[pid=17357/tid=17359] ppid=17355 vsize=915676 CPUtime=0.08
/proc/17357/task/17359/stat : 17359 (java) S 17355 17357 17122 0 -1 64 1423 0 0 0 8 0 0 0 16 0 8 0 156867865 937652224 15349 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=17357/tid=17360] ppid=17355 vsize=915676 CPUtime=0
/proc/17357/task/17360/stat : 17360 (java) S 17355 17357 17122 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156867866 937652224 15349 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17357/tid=17361] ppid=17355 vsize=915676 CPUtime=0
/proc/17357/task/17361/stat : 17361 (java) S 17355 17357 17122 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156867866 937652224 15349 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17357/tid=17362] ppid=17355 vsize=915676 CPUtime=0
/proc/17357/task/17362/stat : 17362 (java) S 17355 17357 17122 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156867869 937652224 15349 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17357/tid=17363] ppid=17355 vsize=915676 CPUtime=0.31
/proc/17357/task/17363/stat : 17363 (java) S 17355 17357 17122 0 -1 64 486 0 0 0 30 1 0 0 16 0 8 0 156867869 937652224 15349 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17357/tid=17364] ppid=17355 vsize=915676 CPUtime=0
/proc/17357/task/17364/stat : 17364 (java) S 17355 17357 17122 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 156867869 937652224 15349 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17357/tid=17365] ppid=17355 vsize=915676 CPUtime=0
/proc/17357/task/17365/stat : 17365 (java) S 17355 17357 17122 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156867869 937652224 15349 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1600.29
Current children cumulated vsize (KiB) 915676

[startup+1663.25 s]
/proc/loadavg: 1.00 1.01 1.22 2/72 18007
/proc/meminfo: memFree=1570152/2055920 swapFree=4192812/4192956
[pid=17357] ppid=17355 vsize=915676 CPUtime=1660.26
/proc/17357/stat : 17357 (java) R 17355 17357 17122 0 -1 0 15615 0 1 0 165986 40 0 0 25 0 8 0 156867862 937652224 15349 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073960444 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/17357/statm: 228919 15349 2513 14 0 215389 0
[pid=17357/tid=17359] ppid=17355 vsize=915676 CPUtime=0.08
/proc/17357/task/17359/stat : 17359 (java) S 17355 17357 17122 0 -1 64 1423 0 0 0 8 0 0 0 16 0 8 0 156867865 937652224 15349 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=17357/tid=17360] ppid=17355 vsize=915676 CPUtime=0
/proc/17357/task/17360/stat : 17360 (java) S 17355 17357 17122 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156867866 937652224 15349 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17357/tid=17361] ppid=17355 vsize=915676 CPUtime=0
/proc/17357/task/17361/stat : 17361 (java) S 17355 17357 17122 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156867866 937652224 15349 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17357/tid=17362] ppid=17355 vsize=915676 CPUtime=0
/proc/17357/task/17362/stat : 17362 (java) S 17355 17357 17122 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156867869 937652224 15349 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17357/tid=17363] ppid=17355 vsize=915676 CPUtime=0.31
/proc/17357/task/17363/stat : 17363 (java) S 17355 17357 17122 0 -1 64 486 0 0 0 30 1 0 0 16 0 8 0 156867869 937652224 15349 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17357/tid=17364] ppid=17355 vsize=915676 CPUtime=0
/proc/17357/task/17364/stat : 17364 (java) S 17355 17357 17122 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 156867869 937652224 15349 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17357/tid=17365] ppid=17355 vsize=915676 CPUtime=0
/proc/17357/task/17365/stat : 17365 (java) S 17355 17357 17122 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156867869 937652224 15349 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1660.26
Current children cumulated vsize (KiB) 915676

[startup+1723.26 s]
/proc/loadavg: 1.00 1.00 1.20 2/72 18007
/proc/meminfo: memFree=1570088/2055920 swapFree=4192812/4192956
[pid=17357] ppid=17355 vsize=915676 CPUtime=1720.23
/proc/17357/stat : 17357 (java) R 17355 17357 17122 0 -1 0 15615 0 1 0 171983 40 0 0 25 0 8 0 156867862 937652224 15349 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073960587 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/17357/statm: 228919 15349 2513 14 0 215389 0
[pid=17357/tid=17359] ppid=17355 vsize=915676 CPUtime=0.08
/proc/17357/task/17359/stat : 17359 (java) S 17355 17357 17122 0 -1 64 1423 0 0 0 8 0 0 0 16 0 8 0 156867865 937652224 15349 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=17357/tid=17360] ppid=17355 vsize=915676 CPUtime=0
/proc/17357/task/17360/stat : 17360 (java) S 17355 17357 17122 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156867866 937652224 15349 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17357/tid=17361] ppid=17355 vsize=915676 CPUtime=0
/proc/17357/task/17361/stat : 17361 (java) S 17355 17357 17122 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156867866 937652224 15349 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17357/tid=17362] ppid=17355 vsize=915676 CPUtime=0
/proc/17357/task/17362/stat : 17362 (java) S 17355 17357 17122 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156867869 937652224 15349 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17357/tid=17363] ppid=17355 vsize=915676 CPUtime=0.31
/proc/17357/task/17363/stat : 17363 (java) S 17355 17357 17122 0 -1 64 486 0 0 0 30 1 0 0 16 0 8 0 156867869 937652224 15349 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17357/tid=17364] ppid=17355 vsize=915676 CPUtime=0
/proc/17357/task/17364/stat : 17364 (java) S 17355 17357 17122 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 156867869 937652224 15349 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17357/tid=17365] ppid=17355 vsize=915676 CPUtime=0
/proc/17357/task/17365/stat : 17365 (java) S 17355 17357 17122 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156867869 937652224 15349 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1720.23
Current children cumulated vsize (KiB) 915676

[startup+1783.28 s]
/proc/loadavg: 1.00 1.00 1.18 2/72 18007
/proc/meminfo: memFree=1570088/2055920 swapFree=4192812/4192956
[pid=17357] ppid=17355 vsize=915676 CPUtime=1780.21
/proc/17357/stat : 17357 (java) R 17355 17357 17122 0 -1 0 15615 0 1 0 177981 40 0 0 25 0 8 0 156867862 937652224 15349 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073958453 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/17357/statm: 228919 15349 2513 14 0 215389 0
[pid=17357/tid=17359] ppid=17355 vsize=915676 CPUtime=0.08
/proc/17357/task/17359/stat : 17359 (java) S 17355 17357 17122 0 -1 64 1423 0 0 0 8 0 0 0 16 0 8 0 156867865 937652224 15349 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=17357/tid=17360] ppid=17355 vsize=915676 CPUtime=0
/proc/17357/task/17360/stat : 17360 (java) S 17355 17357 17122 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156867866 937652224 15349 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17357/tid=17361] ppid=17355 vsize=915676 CPUtime=0
/proc/17357/task/17361/stat : 17361 (java) S 17355 17357 17122 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156867866 937652224 15349 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17357/tid=17362] ppid=17355 vsize=915676 CPUtime=0
/proc/17357/task/17362/stat : 17362 (java) S 17355 17357 17122 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156867869 937652224 15349 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17357/tid=17363] ppid=17355 vsize=915676 CPUtime=0.31
/proc/17357/task/17363/stat : 17363 (java) S 17355 17357 17122 0 -1 64 486 0 0 0 30 1 0 0 16 0 8 0 156867869 937652224 15349 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17357/tid=17364] ppid=17355 vsize=915676 CPUtime=0
/proc/17357/task/17364/stat : 17364 (java) S 17355 17357 17122 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 156867869 937652224 15349 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17357/tid=17365] ppid=17355 vsize=915676 CPUtime=0
/proc/17357/task/17365/stat : 17365 (java) S 17355 17357 17122 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156867869 937652224 15349 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1780.21
Current children cumulated vsize (KiB) 915676



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1803.11 s]
/proc/loadavg: 1.00 1.00 1.18 2/72 18007
/proc/meminfo: memFree=1570088/2055920 swapFree=4192812/4192956
[pid=17357] ppid=17355 vsize=915676 CPUtime=1800.03
/proc/17357/stat : 17357 (java) R 17355 17357 17122 0 -1 0 15615 0 1 0 179963 40 0 0 25 0 8 0 156867862 937652224 15349 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073957385 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/17357/statm: 228919 15349 2513 14 0 215389 0
[pid=17357/tid=17359] ppid=17355 vsize=915676 CPUtime=0.08
/proc/17357/task/17359/stat : 17359 (java) S 17355 17357 17122 0 -1 64 1423 0 0 0 8 0 0 0 16 0 8 0 156867865 937652224 15349 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=17357/tid=17360] ppid=17355 vsize=915676 CPUtime=0
/proc/17357/task/17360/stat : 17360 (java) S 17355 17357 17122 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156867866 937652224 15349 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17357/tid=17361] ppid=17355 vsize=915676 CPUtime=0
/proc/17357/task/17361/stat : 17361 (java) S 17355 17357 17122 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156867866 937652224 15349 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17357/tid=17362] ppid=17355 vsize=915676 CPUtime=0
/proc/17357/task/17362/stat : 17362 (java) S 17355 17357 17122 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156867869 937652224 15349 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17357/tid=17363] ppid=17355 vsize=915676 CPUtime=0.31
/proc/17357/task/17363/stat : 17363 (java) S 17355 17357 17122 0 -1 64 486 0 0 0 30 1 0 0 16 0 8 0 156867869 937652224 15349 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17357/tid=17364] ppid=17355 vsize=915676 CPUtime=0
/proc/17357/task/17364/stat : 17364 (java) S 17355 17357 17122 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 156867869 937652224 15349 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17357/tid=17365] ppid=17355 vsize=915676 CPUtime=0
/proc/17357/task/17365/stat : 17365 (java) S 17355 17357 17122 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156867869 937652224 15349 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 915676

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

Child status: 143
Real time (s): 1803.15
CPU time (s): 1800.07
CPU user time (s): 1799.66
CPU system time (s): 0.416936
CPU usage (%): 99.8296
Max. virtual memory (cumulated for all children) (KiB): 915780

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.66
system time used= 0.416936
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 15631
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= 37783
involuntary context switches= 46586

runsolver used 1.9857 s user time and 4.84526 s system time

The end

Launcher Data (download as text)

Begin job on node38 on Sat Jan  6 11:58:02 UTC 2007


IDJOB= 239384
IDBENCH= 7057
FILE ID= node38/239384-1168084682

PBS_JOBID= 3476293

Free space on /tmp= 66513 MiB

BENCH NAME= HOME/pub/bench/CPAI06/qcp-qwh/QWH-25/qwh-25-235-0_ext.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/239384-1168084682/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node38/watcher-239384-1168084682 -o ROOT/results/node38/solver-239384-1168084682 -C 1800 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/239384-1168084682/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  40fb755f3c3b6a84f6841bcd0a27b269

RANDOM SEED= 816568870

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.267
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.267
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:       1571296 kB
Buffers:         29528 kB
Cached:         319244 kB
SwapCached:          0 kB
Active:         119628 kB
Inactive:       293576 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1571296 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            3080 kB
Writeback:           0 kB
Mapped:          84748 kB
Slab:            56540 kB
Committed_AS:  3973384 kB
PageTables:       1996 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= 66515 MiB



End job on node38 on Sat Jan  6 12:28:06 UTC 2007