Trace number 239098

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 ESAC? (TO) 1800.05 1803.61

General information on the benchmark

Nameqcp-qwh/QCP-25/
qcp-25-264-1_ext.xml
MD5SUM6da7049e947d87cbb0f89c14dfc9bf39
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 benchmark88.7645
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.33	   
0.33	Abscon 109 (November, 2006)
0.33	   
0.33	   configuration
0.33	     name=esac.xml
0.36	   
0.36	   instance
0.36	     name=/tmp/evaluation/239098-1168363897/unknown.xml
0.39	   
0.39	   domains being loaded...
0.40	   
0.40	   variables being loaded...
0.51	     nbVariables=625  nbDomainTypes=26  minDomainSize=1  maxDomainSize=25
0.51	       =>  wckTime=0.179  cpuTime=0.14  mem=8M869
0.51	   
0.51	   relations being loaded...
0.51	   
0.51	   constraints being loaded...
1.03	     nbConstraints=10142  nbRelationTypes=27  nbSingletonDomainVariables=361  nbExtensionStructures=51
1.03	     nbSharedExtensionStructures=10091  nbConflictsStructures=51  nbSharedConflictsStructures=10091
1.03	     nbSharedBinaryRepresentations=1323  maxDegree=48  maxArity=2
1.03	       =>  wckTime=0.696  cpuTime=0.54  mem=39M108
1.16	   
1.16	   solver IterativeSystematicSolver being built... 
1.37	       =>  wckTime=1.041  cpuTime=0.71  mem=21M921
1.79	   
1.79	   preprocessing
1.79	     nbConstraintChecks=176124  nbPropagations=3628  nbRevisions=34522  nbUselessRevisions=26412  nbSingletonTests=677
1.79	     nbEffectiveSingletonTests=0  nbESACBranches=12  nbRemovedValues=5419  detectedInconsistency=no
1.79	       =>  wckTime=0.412  cpuTime=0.38  mem=21M921
1.87	   
1.88	   search
1.88	     run=0  nbConstraintChecks=17953  nbPropagations=4372  nbRevisions=45292  nbUselessRevisions=36023
1.88	     nbAssignments=115  nbFailedAssignments=6  nbBacktracks=17  nbVisitedNodes=127  nbRestartNogoods=0  mapSize=8
1.88	     nbInferences=0  nbTooLargeKeys=0
1.88	       =>  wckTime=0.498  cpuTime=0.45  mem=22M912
1.95	   
1.95	   search
1.95	     run=1  nbConstraintChecks=40093  nbPropagations=9920  nbRevisions=102918  nbUselessRevisions=82924
1.95	     nbAssignments=298  nbFailedAssignments=16  nbBacktracks=36  nbVisitedNodes=270  nbRestartNogoods=3  mapSize=20
1.95	     nbInferences=0  nbTooLargeKeys=0
1.95	       =>  wckTime=0.572  cpuTime=0.52  mem=22M912
2.11	   
2.11	   search
2.11	     run=2  nbConstraintChecks=94969  nbPropagations=18735  nbRevisions=189549  nbUselessRevisions=155674
2.11	     nbAssignments=873  nbFailedAssignments=24  nbBacktracks=58  nbVisitedNodes=397  nbRestartNogoods=8  mapSize=34
2.11	     nbInferences=0  nbTooLargeKeys=0
2.11	       =>  wckTime=0.736  cpuTime=0.68  mem=22M912
2.17	   
2.17	   search
2.17	     run=3  nbConstraintChecks=110877  nbPropagations=28352  nbRevisions=285553  nbUselessRevisions=236733
2.17	     nbAssignments=1016  nbFailedAssignments=36  nbBacktracks=95  nbVisitedNodes=561  nbRestartNogoods=9  mapSize=50
2.17	     nbInferences=0  nbTooLargeKeys=0
2.17	       =>  wckTime=0.797  cpuTime=0.73  mem=22M912
2.31	   
2.31	   search
2.31	     run=4  nbConstraintChecks=156249  nbPropagations=40720  nbRevisions=405233  nbUselessRevisions=338728
2.31	     nbAssignments=1474  nbFailedAssignments=50  nbBacktracks=145  nbVisitedNodes=721  nbRestartNogoods=14  mapSize=75
2.31	     nbInferences=0  nbTooLargeKeys=0
2.31	       =>  wckTime=0.936  cpuTime=0.87  mem=23M885
2.40	   
2.40	   search
2.40	     run=5  nbConstraintChecks=187234  nbPropagations=54346  nbRevisions=544143  nbUselessRevisions=457817
2.40	     nbAssignments=1682  nbFailedAssignments=75  nbBacktracks=220  nbVisitedNodes=972  nbRestartNogoods=17  mapSize=110
2.40	     nbInferences=0  nbTooLargeKeys=0
2.40	       =>  wckTime=1.026  cpuTime=0.95  mem=23M885
2.69	   
2.69	   search
2.69	     run=6  nbConstraintChecks=307134  nbPropagations=73716  nbRevisions=754237  nbUselessRevisions=640829
2.69	     nbAssignments=2644  nbFailedAssignments=104  nbBacktracks=336  nbVisitedNodes=1262  nbRestartNogoods=25
2.69	     mapSize=152  nbInferences=0  nbTooLargeKeys=0
2.69	       =>  wckTime=1.31  cpuTime=1.22  mem=23M885
2.94	   
2.94	   search
2.94	     run=7  nbConstraintChecks=427829  nbPropagations=98194  nbRevisions=1036001  nbUselessRevisions=888074
2.94	     nbAssignments=3372  nbFailedAssignments=139  nbBacktracks=508  nbVisitedNodes=1590  nbRestartNogoods=33
2.94	     mapSize=215  nbInferences=0  nbTooLargeKeys=0
2.94	       =>  wckTime=1.564  cpuTime=1.47  mem=23M885
3.12	   
3.12	   search
3.12	     run=8  nbConstraintChecks=513257  nbPropagations=125514  nbRevisions=1371755  nbUselessRevisions=1183667
3.12	     nbAssignments=3793  nbFailedAssignments=188  nbBacktracks=773  nbVisitedNodes=2053  nbRestartNogoods=36
3.12	     mapSize=293  nbInferences=0  nbTooLargeKeys=0
3.12	       =>  wckTime=1.745  cpuTime=1.64  mem=24M859
3.37	   
3.37	   search
3.37	     run=9  nbConstraintChecks=625661  nbPropagations=157131  nbRevisions=1775614  nbUselessRevisions=1539380
3.37	     nbAssignments=4485  nbFailedAssignments=298  nbBacktracks=1165  nbVisitedNodes=2849  nbRestartNogoods=40
3.37	     mapSize=500  nbInferences=0  nbTooLargeKeys=0
3.37	       =>  wckTime=1.995  cpuTime=1.89  mem=24M859
3.71	   
3.71	   search
3.71	     run=10  nbConstraintChecks=774220  nbPropagations=194301  nbRevisions=2271035  nbUselessRevisions=1976931
3.71	     nbAssignments=5428  nbFailedAssignments=382  nbBacktracks=1758  nbVisitedNodes=3757  nbRestartNogoods=46
3.71	     mapSize=672  nbInferences=0  nbTooLargeKeys=0
3.71	       =>  wckTime=2.337  cpuTime=2.21  mem=25M833
3.94	   
3.94	   INFO : Stopping hyperNogood (mapSize=1029, nbTooLargekeys=0, mem=26M807)
4.14	   
4.14	   search
4.14	     run=11  nbConstraintChecks=1023973  nbPropagations=240734  nbRevisions=2897919  nbUselessRevisions=2526074
4.14	     nbAssignments=6714  nbFailedAssignments=794  nbBacktracks=2624  nbVisitedNodes=5904  nbRestartNogoods=48
4.14	       =>  wckTime=2.76  cpuTime=2.63  mem=26M807
4.64	   
4.64	   search
4.64	     run=12  nbConstraintChecks=1355632  nbPropagations=296878  nbRevisions=3729883  nbUselessRevisions=3257371
4.64	     nbAssignments=8230  nbFailedAssignments=960  nbBacktracks=3925  nbVisitedNodes=7739  nbRestartNogoods=52
4.64	       =>  wckTime=3.261  cpuTime=3.12  mem=26M807
5.39	   
5.39	   search
5.39	     run=13  nbConstraintChecks=1888230  nbPropagations=367746  nbRevisions=4919983  nbUselessRevisions=4313583
5.39	     nbAssignments=10520  nbFailedAssignments=1186  nbBacktracks=5883  nbVisitedNodes=10448  nbRestartNogoods=55
5.39	       =>  wckTime=4.009  cpuTime=3.87  mem=26M807
6.35	   
6.35	   search
6.35	     run=14  nbConstraintChecks=2435056  nbPropagations=456887  nbRevisions=6455919  nbUselessRevisions=5677626
6.35	     nbAssignments=13934  nbFailedAssignments=1612  nbBacktracks=8805  nbVisitedNodes=14677  nbRestartNogoods=61
6.35	       =>  wckTime=4.975  cpuTime=4.82  mem=26M807
7.99	   
7.99	   search
7.99	     run=15  nbConstraintChecks=3573947  nbPropagations=577750  nbRevisions=8729250  nbUselessRevisions=7707768
7.99	     nbAssignments=18825  nbFailedAssignments=2021  nbBacktracks=13230  nbVisitedNodes=20429  nbRestartNogoods=68
7.99	       =>  wckTime=6.618  cpuTime=6.44  mem=26M807
10.85	   
10.85	   search
10.85	     run=16  nbConstraintChecks=5649627  nbPropagations=758038  nbRevisions=12360440  nbUselessRevisions=10962285
10.85	     nbAssignments=26411  nbFailedAssignments=2975  nbBacktracks=19798  nbVisitedNodes=29854  nbRestartNogoods=72
10.85	       =>  wckTime=9.47  cpuTime=9.27  mem=26M807
15.73	   
15.73	   search
15.73	     run=17  nbConstraintChecks=9481132  nbPropagations=1048488  nbRevisions=18512669  nbUselessRevisions=16492548
15.73	     nbAssignments=38328  nbFailedAssignments=4973  nbBacktracks=29657  nbVisitedNodes=45742  nbRestartNogoods=80
15.73	       =>  wckTime=14.351  cpuTime=14.11  mem=26M807
23.30	   
23.30	   search
23.30	     run=18  nbConstraintChecks=15442268  nbPropagations=1509376  nbRevisions=28585989  nbUselessRevisions=25564502
23.30	     nbAssignments=56142  nbFailedAssignments=7948  nbBacktracks=44439  nbVisitedNodes=69346  nbRestartNogoods=88
23.30	       =>  wckTime=21.92  cpuTime=21.6  mem=26M807
37.09	   
37.09	   search
37.09	     run=19  nbConstraintChecks=27655849  nbPropagations=2287727  nbRevisions=46806507  nbUselessRevisions=42023901
37.09	     nbAssignments=82882  nbFailedAssignments=12382  nbBacktracks=66608  nbVisitedNodes=105395  nbRestartNogoods=95
37.09	       =>  wckTime=35.713  cpuTime=35.28  mem=26M807
57.19	   
57.19	   search
57.19	     run=20  nbConstraintChecks=45288014  nbPropagations=3526921  nbRevisions=76883601  nbUselessRevisions=69269585
57.19	     nbAssignments=123398  nbFailedAssignments=19597  nbBacktracks=99863  nbVisitedNodes=159679  nbRestartNogoods=104
57.19	       =>  wckTime=55.814  cpuTime=55.19  mem=26M807
84.75	   
84.75	   search
84.75	     run=21  nbConstraintChecks=68452421  nbPropagations=5402592  nbRevisions=122461190  nbUselessRevisions=110567976
84.75	     nbAssignments=184191  nbFailedAssignments=30444  nbBacktracks=149754  nbVisitedNodes=242795  nbRestartNogoods=113
84.75	       =>  wckTime=83.375  cpuTime=82.5  mem=26M807
125.13	   
125.13	   search
125.13	     run=22  nbConstraintChecks=102816660  nbPropagations=8208802  nbRevisions=190811689  nbUselessRevisions=172473504
125.13	     nbAssignments=276741  nbFailedAssignments=48026  nbBacktracks=224575  nbVisitedNodes=369183  nbRestartNogoods=123
125.13	       =>  wckTime=123.751  cpuTime=122.5  mem=26M807
185.02	   
185.02	   search
185.02	     run=23  nbConstraintChecks=151871423  nbPropagations=12389445  nbRevisions=291674513  nbUselessRevisions=263758751
185.02	     nbAssignments=416539  nbFailedAssignments=75513  nbBacktracks=336815  nbVisitedNodes=560574  nbRestartNogoods=131
185.02	       =>  wckTime=183.641  cpuTime=181.85  mem=26M807
275.01	   
275.01	   search
275.01	     run=24  nbConstraintChecks=233715293  nbPropagations=18819559  nbRevisions=446167198  nbUselessRevisions=403430534
275.01	     nbAssignments=625095  nbFailedAssignments=115382  nbBacktracks=505172  nbVisitedNodes=848907  nbRestartNogoods=142
275.01	       =>  wckTime=273.637  cpuTime=271.62  mem=26M807
398.00	   
398.00	   search
398.00	     run=25  nbConstraintChecks=345046305  nbPropagations=28267038  nbRevisions=675898190  nbUselessRevisions=611424211
398.00	     nbAssignments=932041  nbFailedAssignments=169722  nbBacktracks=757686  nbVisitedNodes=1264506  nbRestartNogoods=156
398.00	       =>  wckTime=396.622  cpuTime=394.48  mem=26M807
581.30	   
581.30	   search
581.30	     run=26  nbConstraintChecks=505274872  nbPropagations=42226115  nbRevisions=1011779696  nbUselessRevisions=915448630
581.30	     nbAssignments=1393844  nbFailedAssignments=252700  nbBacktracks=1136463  nbVisitedNodes=1890874
581.30	     nbRestartNogoods=169
581.30	       =>  wckTime=579.927  cpuTime=577.61  mem=26M807
881.05	   
881.05	   search
881.05	     run=27  nbConstraintChecks=781047366  nbPropagations=63584215  nbRevisions=1530904536
881.05	     nbUselessRevisions=1385633908  nbAssignments=2089002  nbFailedAssignments=379640  nbBacktracks=1704618
881.05	     nbVisitedNodes=2834783  nbRestartNogoods=178
881.05	       =>  wckTime=879.671  cpuTime=877.02  mem=26M807
1298.50	   
1298.50	   search
1298.50	     run=28  nbConstraintChecks=1150909115  nbPropagations=95215276  nbRevisions=2294602363
1298.50	     nbUselessRevisions=2076859567  nbAssignments=3135931  nbFailedAssignments=574208  nbBacktracks=2556859
1298.50	     nbVisitedNodes=4262596  nbRestartNogoods=192
1298.50	       =>  wckTime=1297.122  cpuTime=1294.05  mem=26M807

Verifier Data (download as text)

ERROR: Unexpected answer ! (SAT/UNSAT expected)
Got answer: 

Watcher Data (download as text)

runsolver version 3.1.3 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node17/watcher-239098-1168363897 -o ROOT/results/node17/solver-239098-1168363897 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/239098-1168363897/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: 2.01 2.02 2.00 2/87 22753
/proc/meminfo: memFree=962448/2055920 swapFree=4192812/4192956
[pid=22752] ppid=22750 vsize=18540 CPUtime=0
/proc/22752/stat : 22752 (runsolver) R 22750 22752 21114 0 -1 4194368 17 0 0 0 0 0 0 0 24 0 1 0 184784477 18984960 279 18446744073709551615 4194304 4267372 548682068944 18446744073709551615 245482712359 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/22752/statm: 4635 279 244 17 0 2626 0

[startup+0.102509 s]
/proc/loadavg: 2.01 2.02 2.00 2/87 22753
/proc/meminfo: memFree=962448/2055920 swapFree=4192812/4192956
[pid=22752] ppid=22750 vsize=912908 CPUtime=0.08
/proc/22752/stat : 22752 (java) S 22750 22752 21114 0 -1 0 2832 0 1 0 6 2 0 0 17 0 8 0 184784477 934817792 2578 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/22752/statm: 228227 2578 1390 14 0 215128 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 912908

[startup+0.510551 s]
/proc/loadavg: 2.01 2.02 2.00 2/87 22753
/proc/meminfo: memFree=962448/2055920 swapFree=4192812/4192956
[pid=22752] ppid=22750 vsize=915328 CPUtime=0.49
/proc/22752/stat : 22752 (java) R 22750 22752 21114 0 -1 0 6505 0 1 0 43 6 0 0 18 0 8 0 184784477 937295872 6244 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073550839 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/22752/statm: 228832 6244 2136 14 0 215302 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 915328

[startup+1.33364 s]
/proc/loadavg: 2.01 2.02 2.00 4/94 22760
/proc/meminfo: memFree=914584/2055920 swapFree=4192812/4192956
[pid=22752] ppid=22750 vsize=915676 CPUtime=1.29
/proc/22752/stat : 22752 (java) R 22750 22752 21114 0 -1 0 16110 0 1 0 117 12 0 0 23 0 8 0 184784477 937652224 15848 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4155582920 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/22752/statm: 228919 15848 2508 14 0 215389 0
[pid=22752/tid=22754] ppid=22750 vsize=915676 CPUtime=0.11
/proc/22752/task/22754/stat : 22754 (java) S 22750 22752 21114 0 -1 64 1530 0 0 0 11 0 0 0 18 0 8 0 184784482 937652224 15848 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=22752/tid=22755] ppid=22750 vsize=915676 CPUtime=0
/proc/22752/task/22755/stat : 22755 (java) S 22750 22752 21114 0 -1 64 11 0 0 0 0 0 0 0 17 0 8 0 184784482 937652224 15848 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22752/tid=22756] ppid=22750 vsize=915676 CPUtime=0
/proc/22752/task/22756/stat : 22756 (java) S 22750 22752 21114 0 -1 64 5 0 0 0 0 0 0 0 17 0 8 0 184784482 937652224 15848 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22752/tid=22757] ppid=22750 vsize=915676 CPUtime=0
/proc/22752/task/22757/stat : 22757 (java) S 22750 22752 21114 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 184784486 937652224 15848 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22752/tid=22758] ppid=22750 vsize=915676 CPUtime=0.22
/proc/22752/task/22758/stat : 22758 (java) S 22750 22752 21114 0 -1 64 440 0 0 0 21 1 0 0 16 0 8 0 184784486 937652224 15848 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22752/tid=22759] ppid=22750 vsize=915676 CPUtime=0
/proc/22752/task/22759/stat : 22759 (java) S 22750 22752 21114 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 184784486 937652224 15848 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22752/tid=22760] ppid=22750 vsize=915676 CPUtime=0
/proc/22752/task/22760/stat : 22760 (java) S 22750 22752 21114 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 184784486 937652224 15848 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.29
Current children cumulated vsize (KiB) 915676

[startup+2.98681 s]
/proc/loadavg: 2.01 2.02 2.00 3/94 22760
/proc/meminfo: memFree=907736/2055920 swapFree=4192812/4192956
[pid=22752] ppid=22750 vsize=915676 CPUtime=2.93
/proc/22752/stat : 22752 (java) R 22750 22752 21114 0 -1 0 16184 0 1 0 280 13 0 0 25 0 8 0 184784477 937652224 15921 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4074039943 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/22752/statm: 228919 15921 2524 14 0 215389 0
[pid=22752/tid=22754] ppid=22750 vsize=915676 CPUtime=0.11
/proc/22752/task/22754/stat : 22754 (java) S 22750 22752 21114 0 -1 64 1530 0 0 0 11 0 0 0 17 0 8 0 184784482 937652224 15921 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=22752/tid=22755] ppid=22750 vsize=915676 CPUtime=0
/proc/22752/task/22755/stat : 22755 (java) S 22750 22752 21114 0 -1 64 11 0 0 0 0 0 0 0 17 0 8 0 184784482 937652224 15921 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22752/tid=22756] ppid=22750 vsize=915676 CPUtime=0
/proc/22752/task/22756/stat : 22756 (java) S 22750 22752 21114 0 -1 64 5 0 0 0 0 0 0 0 17 0 8 0 184784482 937652224 15921 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22752/tid=22757] ppid=22750 vsize=915676 CPUtime=0
/proc/22752/task/22757/stat : 22757 (java) S 22750 22752 21114 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 184784486 937652224 15921 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22752/tid=22758] ppid=22750 vsize=915676 CPUtime=0.31
/proc/22752/task/22758/stat : 22758 (java) S 22750 22752 21114 0 -1 64 478 0 0 0 30 1 0 0 16 0 8 0 184784486 937652224 15921 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22752/tid=22759] ppid=22750 vsize=915676 CPUtime=0
/proc/22752/task/22759/stat : 22759 (java) S 22750 22752 21114 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 184784486 937652224 15921 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22752/tid=22760] ppid=22750 vsize=915676 CPUtime=0
/proc/22752/task/22760/stat : 22760 (java) S 22750 22752 21114 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 184784486 937652224 15921 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.93
Current children cumulated vsize (KiB) 915676

[startup+6.27815 s]
/proc/loadavg: 2.01 2.02 2.00 3/94 22760
/proc/meminfo: memFree=906648/2055920 swapFree=4192812/4192956
[pid=22752] ppid=22750 vsize=915676 CPUtime=6.19
/proc/22752/stat : 22752 (java) R 22750 22752 21114 0 -1 0 16196 0 1 0 606 13 0 0 25 0 8 0 184784477 937652224 15931 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073978415 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/22752/statm: 228919 15931 2524 14 0 215389 0
[pid=22752/tid=22754] ppid=22750 vsize=915676 CPUtime=0.11
/proc/22752/task/22754/stat : 22754 (java) S 22750 22752 21114 0 -1 64 1530 0 0 0 11 0 0 0 16 0 8 0 184784482 937652224 15931 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=22752/tid=22755] ppid=22750 vsize=915676 CPUtime=0
/proc/22752/task/22755/stat : 22755 (java) S 22750 22752 21114 0 -1 64 11 0 0 0 0 0 0 0 17 0 8 0 184784482 937652224 15931 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22752/tid=22756] ppid=22750 vsize=915676 CPUtime=0
/proc/22752/task/22756/stat : 22756 (java) S 22750 22752 21114 0 -1 64 5 0 0 0 0 0 0 0 17 0 8 0 184784482 937652224 15931 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22752/tid=22757] ppid=22750 vsize=915676 CPUtime=0
/proc/22752/task/22757/stat : 22757 (java) S 22750 22752 21114 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 184784486 937652224 15931 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22752/tid=22758] ppid=22750 vsize=915676 CPUtime=0.33
/proc/22752/task/22758/stat : 22758 (java) S 22750 22752 21114 0 -1 64 488 0 0 0 32 1 0 0 17 0 8 0 184784486 937652224 15931 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22752/tid=22759] ppid=22750 vsize=915676 CPUtime=0
/proc/22752/task/22759/stat : 22759 (java) S 22750 22752 21114 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 184784486 937652224 15931 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22752/tid=22760] ppid=22750 vsize=915676 CPUtime=0
/proc/22752/task/22760/stat : 22760 (java) S 22750 22752 21114 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 184784486 937652224 15931 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 915676

[startup+12.7778 s]
/proc/loadavg: 2.01 2.02 2.00 3/94 22760
/proc/meminfo: memFree=904224/2055920 swapFree=4192812/4192956
[pid=22752] ppid=22750 vsize=915676 CPUtime=12.62
/proc/22752/stat : 22752 (java) R 22750 22752 21114 0 -1 0 16196 0 1 0 1249 13 0 0 25 0 8 0 184784477 937652224 15931 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073953283 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/22752/statm: 228919 15931 2524 14 0 215389 0
[pid=22752/tid=22754] ppid=22750 vsize=915676 CPUtime=0.11
/proc/22752/task/22754/stat : 22754 (java) S 22750 22752 21114 0 -1 64 1530 0 0 0 11 0 0 0 16 0 8 0 184784482 937652224 15931 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=22752/tid=22755] ppid=22750 vsize=915676 CPUtime=0
/proc/22752/task/22755/stat : 22755 (java) S 22750 22752 21114 0 -1 64 11 0 0 0 0 0 0 0 17 0 8 0 184784482 937652224 15931 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22752/tid=22756] ppid=22750 vsize=915676 CPUtime=0
/proc/22752/task/22756/stat : 22756 (java) S 22750 22752 21114 0 -1 64 5 0 0 0 0 0 0 0 17 0 8 0 184784482 937652224 15931 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22752/tid=22757] ppid=22750 vsize=915676 CPUtime=0
/proc/22752/task/22757/stat : 22757 (java) S 22750 22752 21114 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 184784486 937652224 15931 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22752/tid=22758] ppid=22750 vsize=915676 CPUtime=0.33
/proc/22752/task/22758/stat : 22758 (java) S 22750 22752 21114 0 -1 64 488 0 0 0 32 1 0 0 17 0 8 0 184784486 937652224 15931 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22752/tid=22759] ppid=22750 vsize=915676 CPUtime=0
/proc/22752/task/22759/stat : 22759 (java) S 22750 22752 21114 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 184784486 937652224 15931 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22752/tid=22760] ppid=22750 vsize=915676 CPUtime=0
/proc/22752/task/22760/stat : 22760 (java) S 22750 22752 21114 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 184784486 937652224 15931 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.62
Current children cumulated vsize (KiB) 915676

[startup+25.6342 s]
/proc/loadavg: 2.00 2.02 2.00 3/94 22760
/proc/meminfo: memFree=899296/2055920 swapFree=4192812/4192956
[pid=22752] ppid=22750 vsize=915676 CPUtime=25.37
/proc/22752/stat : 22752 (java) R 22750 22752 21114 0 -1 0 16196 0 1 0 2523 14 0 0 25 0 8 0 184784477 937652224 15931 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073959756 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/22752/statm: 228919 15931 2524 14 0 215389 0
[pid=22752/tid=22754] ppid=22750 vsize=915676 CPUtime=0.11
/proc/22752/task/22754/stat : 22754 (java) S 22750 22752 21114 0 -1 64 1530 0 0 0 11 0 0 0 16 0 8 0 184784482 937652224 15931 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=22752/tid=22755] ppid=22750 vsize=915676 CPUtime=0
/proc/22752/task/22755/stat : 22755 (java) S 22750 22752 21114 0 -1 64 11 0 0 0 0 0 0 0 17 0 8 0 184784482 937652224 15931 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22752/tid=22756] ppid=22750 vsize=915676 CPUtime=0
/proc/22752/task/22756/stat : 22756 (java) S 22750 22752 21114 0 -1 64 5 0 0 0 0 0 0 0 17 0 8 0 184784482 937652224 15931 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22752/tid=22757] ppid=22750 vsize=915676 CPUtime=0
/proc/22752/task/22757/stat : 22757 (java) S 22750 22752 21114 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 184784486 937652224 15931 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22752/tid=22758] ppid=22750 vsize=915676 CPUtime=0.33
/proc/22752/task/22758/stat : 22758 (java) S 22750 22752 21114 0 -1 64 488 0 0 0 32 1 0 0 17 0 8 0 184784486 937652224 15931 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22752/tid=22759] ppid=22750 vsize=915676 CPUtime=0
/proc/22752/task/22759/stat : 22759 (java) S 22750 22752 21114 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 184784486 937652224 15931 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22752/tid=22760] ppid=22750 vsize=915676 CPUtime=0
/proc/22752/task/22760/stat : 22760 (java) S 22750 22752 21114 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 184784486 937652224 15931 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.37
Current children cumulated vsize (KiB) 915676

[startup+51.2779 s]
/proc/loadavg: 2.08 2.03 2.00 3/94 22760
/proc/meminfo: memFree=888416/2055920 swapFree=4192812/4192956
[pid=22752] ppid=22750 vsize=915676 CPUtime=50.77
/proc/22752/stat : 22752 (java) R 22750 22752 21114 0 -1 0 16196 0 1 0 5063 14 0 0 25 0 8 0 184784477 937652224 15931 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073982338 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/22752/statm: 228919 15931 2524 14 0 215389 0
[pid=22752/tid=22754] ppid=22750 vsize=915676 CPUtime=0.11
/proc/22752/task/22754/stat : 22754 (java) S 22750 22752 21114 0 -1 64 1530 0 0 0 11 0 0 0 16 0 8 0 184784482 937652224 15931 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=22752/tid=22755] ppid=22750 vsize=915676 CPUtime=0
/proc/22752/task/22755/stat : 22755 (java) S 22750 22752 21114 0 -1 64 11 0 0 0 0 0 0 0 17 0 8 0 184784482 937652224 15931 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22752/tid=22756] ppid=22750 vsize=915676 CPUtime=0
/proc/22752/task/22756/stat : 22756 (java) S 22750 22752 21114 0 -1 64 5 0 0 0 0 0 0 0 17 0 8 0 184784482 937652224 15931 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22752/tid=22757] ppid=22750 vsize=915676 CPUtime=0
/proc/22752/task/22757/stat : 22757 (java) S 22750 22752 21114 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 184784486 937652224 15931 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22752/tid=22758] ppid=22750 vsize=915676 CPUtime=0.33
/proc/22752/task/22758/stat : 22758 (java) S 22750 22752 21114 0 -1 64 488 0 0 0 32 1 0 0 17 0 8 0 184784486 937652224 15931 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22752/tid=22759] ppid=22750 vsize=915676 CPUtime=0
/proc/22752/task/22759/stat : 22759 (java) S 22750 22752 21114 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 184784486 937652224 15931 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22752/tid=22760] ppid=22750 vsize=915676 CPUtime=0
/proc/22752/task/22760/stat : 22760 (java) S 22750 22752 21114 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 184784486 937652224 15931 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.77
Current children cumulated vsize (KiB) 915676

[startup+102.559 s]
/proc/loadavg: 2.03 2.02 2.00 3/94 22760
/proc/meminfo: memFree=865056/2055920 swapFree=4192812/4192956
[pid=22752] ppid=22750 vsize=915676 CPUtime=101.58
/proc/22752/stat : 22752 (java) R 22750 22752 21114 0 -1 0 16196 0 1 0 10144 14 0 0 25 0 8 0 184784477 937652224 15931 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073968159 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/22752/statm: 228919 15931 2524 14 0 215389 0
[pid=22752/tid=22754] ppid=22750 vsize=915676 CPUtime=0.11
/proc/22752/task/22754/stat : 22754 (java) S 22750 22752 21114 0 -1 64 1530 0 0 0 11 0 0 0 16 0 8 0 184784482 937652224 15931 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=22752/tid=22755] ppid=22750 vsize=915676 CPUtime=0
/proc/22752/task/22755/stat : 22755 (java) S 22750 22752 21114 0 -1 64 11 0 0 0 0 0 0 0 17 0 8 0 184784482 937652224 15931 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22752/tid=22756] ppid=22750 vsize=915676 CPUtime=0
/proc/22752/task/22756/stat : 22756 (java) S 22750 22752 21114 0 -1 64 5 0 0 0 0 0 0 0 17 0 8 0 184784482 937652224 15931 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22752/tid=22757] ppid=22750 vsize=915676 CPUtime=0
/proc/22752/task/22757/stat : 22757 (java) S 22750 22752 21114 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 184784486 937652224 15931 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22752/tid=22758] ppid=22750 vsize=915676 CPUtime=0.33
/proc/22752/task/22758/stat : 22758 (java) S 22750 22752 21114 0 -1 64 488 0 0 0 32 1 0 0 17 0 8 0 184784486 937652224 15931 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22752/tid=22759] ppid=22750 vsize=915676 CPUtime=0
/proc/22752/task/22759/stat : 22759 (java) S 22750 22752 21114 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 184784486 937652224 15931 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22752/tid=22760] ppid=22750 vsize=915676 CPUtime=0
/proc/22752/task/22760/stat : 22760 (java) S 22750 22752 21114 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 184784486 937652224 15931 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.58
Current children cumulated vsize (KiB) 915676

[startup+162.589 s]
/proc/loadavg: 2.01 2.02 2.00 3/94 22760
/proc/meminfo: memFree=841248/2055920 swapFree=4192812/4192956
[pid=22752] ppid=22750 vsize=915676 CPUtime=161.06
/proc/22752/stat : 22752 (java) R 22750 22752 21114 0 -1 0 16196 0 1 0 16092 14 0 0 25 0 8 0 184784477 937652224 15931 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073957065 0 4 0 23759 18446744073709551615 0 0 17 1 0 0

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

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

[startup+1482.98 s]
/proc/loadavg: 2.00 2.00 1.99 3/93 23021
/proc/meminfo: memFree=1671352/2055920 swapFree=4192812/4192956
[pid=22752] ppid=22750 vsize=915676 CPUtime=1479.8
/proc/22752/stat : 22752 (java) R 22750 22752 21114 0 -1 0 16198 0 1 0 147957 23 0 0 25 0 8 0 184784477 937652224 15932 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073564557 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/22752/statm: 228919 15932 2524 14 0 215389 0
[pid=22752/tid=22754] ppid=22750 vsize=915676 CPUtime=0.11
/proc/22752/task/22754/stat : 22754 (java) S 22750 22752 21114 0 -1 64 1530 0 0 0 11 0 0 0 16 0 8 0 184784482 937652224 15932 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=22752/tid=22755] ppid=22750 vsize=915676 CPUtime=0
/proc/22752/task/22755/stat : 22755 (java) S 22750 22752 21114 0 -1 64 11 0 0 0 0 0 0 0 17 0 8 0 184784482 937652224 15932 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22752/tid=22756] ppid=22750 vsize=915676 CPUtime=0
/proc/22752/task/22756/stat : 22756 (java) S 22750 22752 21114 0 -1 64 5 0 0 0 0 0 0 0 17 0 8 0 184784482 937652224 15932 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22752/tid=22757] ppid=22750 vsize=915676 CPUtime=0
/proc/22752/task/22757/stat : 22757 (java) S 22750 22752 21114 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 184784486 937652224 15932 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22752/tid=22758] ppid=22750 vsize=915676 CPUtime=0.34
/proc/22752/task/22758/stat : 22758 (java) S 22750 22752 21114 0 -1 64 489 0 0 0 33 1 0 0 16 0 8 0 184784486 937652224 15932 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22752/tid=22759] ppid=22750 vsize=915676 CPUtime=0
/proc/22752/task/22759/stat : 22759 (java) S 22750 22752 21114 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 184784486 937652224 15932 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22752/tid=22760] ppid=22750 vsize=915676 CPUtime=0
/proc/22752/task/22760/stat : 22760 (java) S 22750 22752 21114 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 184784486 937652224 15932 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1479.8
Current children cumulated vsize (KiB) 915676

[startup+1543 s]
/proc/loadavg: 2.07 2.03 2.00 3/93 23021
/proc/meminfo: memFree=1671352/2055920 swapFree=4192812/4192956
[pid=22752] ppid=22750 vsize=915676 CPUtime=1539.73
/proc/22752/stat : 22752 (java) R 22750 22752 21114 0 -1 0 16198 0 1 0 153950 23 0 0 25 0 8 0 184784477 937652224 15932 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073946992 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/22752/statm: 228919 15932 2524 14 0 215389 0
[pid=22752/tid=22754] ppid=22750 vsize=915676 CPUtime=0.11
/proc/22752/task/22754/stat : 22754 (java) S 22750 22752 21114 0 -1 64 1530 0 0 0 11 0 0 0 16 0 8 0 184784482 937652224 15932 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=22752/tid=22755] ppid=22750 vsize=915676 CPUtime=0
/proc/22752/task/22755/stat : 22755 (java) S 22750 22752 21114 0 -1 64 11 0 0 0 0 0 0 0 17 0 8 0 184784482 937652224 15932 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22752/tid=22756] ppid=22750 vsize=915676 CPUtime=0
/proc/22752/task/22756/stat : 22756 (java) S 22750 22752 21114 0 -1 64 5 0 0 0 0 0 0 0 17 0 8 0 184784482 937652224 15932 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22752/tid=22757] ppid=22750 vsize=915676 CPUtime=0
/proc/22752/task/22757/stat : 22757 (java) S 22750 22752 21114 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 184784486 937652224 15932 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22752/tid=22758] ppid=22750 vsize=915676 CPUtime=0.34
/proc/22752/task/22758/stat : 22758 (java) S 22750 22752 21114 0 -1 64 489 0 0 0 33 1 0 0 16 0 8 0 184784486 937652224 15932 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22752/tid=22759] ppid=22750 vsize=915676 CPUtime=0
/proc/22752/task/22759/stat : 22759 (java) S 22750 22752 21114 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 184784486 937652224 15932 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22752/tid=22760] ppid=22750 vsize=915676 CPUtime=0
/proc/22752/task/22760/stat : 22760 (java) S 22750 22752 21114 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 184784486 937652224 15932 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1539.73
Current children cumulated vsize (KiB) 915676

[startup+1603.02 s]
/proc/loadavg: 2.02 2.02 2.00 3/93 23021
/proc/meminfo: memFree=1671288/2055920 swapFree=4192812/4192956
[pid=22752] ppid=22750 vsize=915676 CPUtime=1599.7
/proc/22752/stat : 22752 (java) R 22750 22752 21114 0 -1 0 16198 0 1 0 159947 23 0 0 25 0 8 0 184784477 937652224 15932 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073969281 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/22752/statm: 228919 15932 2524 14 0 215389 0
[pid=22752/tid=22754] ppid=22750 vsize=915676 CPUtime=0.11
/proc/22752/task/22754/stat : 22754 (java) S 22750 22752 21114 0 -1 64 1530 0 0 0 11 0 0 0 16 0 8 0 184784482 937652224 15932 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=22752/tid=22755] ppid=22750 vsize=915676 CPUtime=0
/proc/22752/task/22755/stat : 22755 (java) S 22750 22752 21114 0 -1 64 11 0 0 0 0 0 0 0 17 0 8 0 184784482 937652224 15932 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22752/tid=22756] ppid=22750 vsize=915676 CPUtime=0
/proc/22752/task/22756/stat : 22756 (java) S 22750 22752 21114 0 -1 64 5 0 0 0 0 0 0 0 17 0 8 0 184784482 937652224 15932 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22752/tid=22757] ppid=22750 vsize=915676 CPUtime=0
/proc/22752/task/22757/stat : 22757 (java) S 22750 22752 21114 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 184784486 937652224 15932 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22752/tid=22758] ppid=22750 vsize=915676 CPUtime=0.34
/proc/22752/task/22758/stat : 22758 (java) S 22750 22752 21114 0 -1 64 489 0 0 0 33 1 0 0 16 0 8 0 184784486 937652224 15932 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22752/tid=22759] ppid=22750 vsize=915676 CPUtime=0
/proc/22752/task/22759/stat : 22759 (java) S 22750 22752 21114 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 184784486 937652224 15932 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22752/tid=22760] ppid=22750 vsize=915676 CPUtime=0
/proc/22752/task/22760/stat : 22760 (java) S 22750 22752 21114 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 184784486 937652224 15932 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1599.7
Current children cumulated vsize (KiB) 915676

[startup+1663.04 s]
/proc/loadavg: 2.01 2.01 2.00 3/93 23021
/proc/meminfo: memFree=1671352/2055920 swapFree=4192812/4192956
[pid=22752] ppid=22750 vsize=915676 CPUtime=1659.67
/proc/22752/stat : 22752 (java) R 22750 22752 21114 0 -1 0 16198 0 1 0 165943 24 0 0 25 0 8 0 184784477 937652224 15932 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073965037 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/22752/statm: 228919 15932 2524 14 0 215389 0
[pid=22752/tid=22754] ppid=22750 vsize=915676 CPUtime=0.11
/proc/22752/task/22754/stat : 22754 (java) S 22750 22752 21114 0 -1 64 1530 0 0 0 11 0 0 0 16 0 8 0 184784482 937652224 15932 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=22752/tid=22755] ppid=22750 vsize=915676 CPUtime=0
/proc/22752/task/22755/stat : 22755 (java) S 22750 22752 21114 0 -1 64 11 0 0 0 0 0 0 0 17 0 8 0 184784482 937652224 15932 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22752/tid=22756] ppid=22750 vsize=915676 CPUtime=0
/proc/22752/task/22756/stat : 22756 (java) S 22750 22752 21114 0 -1 64 5 0 0 0 0 0 0 0 17 0 8 0 184784482 937652224 15932 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22752/tid=22757] ppid=22750 vsize=915676 CPUtime=0
/proc/22752/task/22757/stat : 22757 (java) S 22750 22752 21114 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 184784486 937652224 15932 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22752/tid=22758] ppid=22750 vsize=915676 CPUtime=0.34
/proc/22752/task/22758/stat : 22758 (java) S 22750 22752 21114 0 -1 64 489 0 0 0 33 1 0 0 16 0 8 0 184784486 937652224 15932 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22752/tid=22759] ppid=22750 vsize=915676 CPUtime=0
/proc/22752/task/22759/stat : 22759 (java) S 22750 22752 21114 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 184784486 937652224 15932 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22752/tid=22760] ppid=22750 vsize=915676 CPUtime=0
/proc/22752/task/22760/stat : 22760 (java) S 22750 22752 21114 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 184784486 937652224 15932 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1659.67
Current children cumulated vsize (KiB) 915676

[startup+1723.06 s]
/proc/loadavg: 2.00 2.01 2.00 3/93 23021
/proc/meminfo: memFree=1671288/2055920 swapFree=4192812/4192956
[pid=22752] ppid=22750 vsize=915676 CPUtime=1719.62
/proc/22752/stat : 22752 (java) R 22750 22752 21114 0 -1 0 16198 0 1 0 171938 24 0 0 25 0 8 0 184784477 937652224 15932 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073958287 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/22752/statm: 228919 15932 2524 14 0 215389 0
[pid=22752/tid=22754] ppid=22750 vsize=915676 CPUtime=0.11
/proc/22752/task/22754/stat : 22754 (java) S 22750 22752 21114 0 -1 64 1530 0 0 0 11 0 0 0 16 0 8 0 184784482 937652224 15932 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=22752/tid=22755] ppid=22750 vsize=915676 CPUtime=0
/proc/22752/task/22755/stat : 22755 (java) S 22750 22752 21114 0 -1 64 11 0 0 0 0 0 0 0 17 0 8 0 184784482 937652224 15932 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22752/tid=22756] ppid=22750 vsize=915676 CPUtime=0
/proc/22752/task/22756/stat : 22756 (java) S 22750 22752 21114 0 -1 64 5 0 0 0 0 0 0 0 17 0 8 0 184784482 937652224 15932 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22752/tid=22757] ppid=22750 vsize=915676 CPUtime=0
/proc/22752/task/22757/stat : 22757 (java) S 22750 22752 21114 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 184784486 937652224 15932 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22752/tid=22758] ppid=22750 vsize=915676 CPUtime=0.34
/proc/22752/task/22758/stat : 22758 (java) S 22750 22752 21114 0 -1 64 489 0 0 0 33 1 0 0 16 0 8 0 184784486 937652224 15932 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22752/tid=22759] ppid=22750 vsize=915676 CPUtime=0
/proc/22752/task/22759/stat : 22759 (java) S 22750 22752 21114 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 184784486 937652224 15932 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22752/tid=22760] ppid=22750 vsize=915676 CPUtime=0
/proc/22752/task/22760/stat : 22760 (java) S 22750 22752 21114 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 184784486 937652224 15932 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1719.62
Current children cumulated vsize (KiB) 915676

[startup+1783.08 s]
/proc/loadavg: 2.00 2.00 2.00 3/99 23105
/proc/meminfo: memFree=1670008/2055920 swapFree=4192812/4192956
[pid=22752] ppid=22750 vsize=915676 CPUtime=1779.56
/proc/22752/stat : 22752 (java) R 22750 22752 21114 0 -1 0 16198 0 1 0 177926 30 0 0 25 0 8 0 184784477 937652224 15932 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073978415 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/22752/statm: 228919 15932 2524 14 0 215389 0
[pid=22752/tid=22754] ppid=22750 vsize=915676 CPUtime=0.11
/proc/22752/task/22754/stat : 22754 (java) S 22750 22752 21114 0 -1 64 1530 0 0 0 11 0 0 0 16 0 8 0 184784482 937652224 15932 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=22752/tid=22755] ppid=22750 vsize=915676 CPUtime=0
/proc/22752/task/22755/stat : 22755 (java) S 22750 22752 21114 0 -1 64 11 0 0 0 0 0 0 0 17 0 8 0 184784482 937652224 15932 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22752/tid=22756] ppid=22750 vsize=915676 CPUtime=0
/proc/22752/task/22756/stat : 22756 (java) S 22750 22752 21114 0 -1 64 5 0 0 0 0 0 0 0 17 0 8 0 184784482 937652224 15932 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22752/tid=22757] ppid=22750 vsize=915676 CPUtime=0
/proc/22752/task/22757/stat : 22757 (java) S 22750 22752 21114 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 184784486 937652224 15932 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22752/tid=22758] ppid=22750 vsize=915676 CPUtime=0.34
/proc/22752/task/22758/stat : 22758 (java) S 22750 22752 21114 0 -1 64 489 0 0 0 33 1 0 0 16 0 8 0 184784486 937652224 15932 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22752/tid=22759] ppid=22750 vsize=915676 CPUtime=0
/proc/22752/task/22759/stat : 22759 (java) S 22750 22752 21114 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 184784486 937652224 15932 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22752/tid=22760] ppid=22750 vsize=915676 CPUtime=0
/proc/22752/task/22760/stat : 22760 (java) S 22750 22752 21114 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 184784486 937652224 15932 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1779.56
Current children cumulated vsize (KiB) 915676



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1803.57 s]
/proc/loadavg: 2.00 2.00 2.00 3/99 23159
/proc/meminfo: memFree=1670008/2055920 swapFree=4192812/4192956
[pid=22752] ppid=22750 vsize=915676 CPUtime=1800.01
/proc/22752/stat : 22752 (java) R 22750 22752 21114 0 -1 0 16198 0 1 0 179968 33 0 0 25 0 8 0 184784477 937652224 15932 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073956186 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/22752/statm: 228919 15932 2524 14 0 215389 0
[pid=22752/tid=22754] ppid=22750 vsize=915676 CPUtime=0.11
/proc/22752/task/22754/stat : 22754 (java) S 22750 22752 21114 0 -1 64 1530 0 0 0 11 0 0 0 16 0 8 0 184784482 937652224 15932 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=22752/tid=22755] ppid=22750 vsize=915676 CPUtime=0
/proc/22752/task/22755/stat : 22755 (java) S 22750 22752 21114 0 -1 64 11 0 0 0 0 0 0 0 17 0 8 0 184784482 937652224 15932 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22752/tid=22756] ppid=22750 vsize=915676 CPUtime=0
/proc/22752/task/22756/stat : 22756 (java) S 22750 22752 21114 0 -1 64 5 0 0 0 0 0 0 0 17 0 8 0 184784482 937652224 15932 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22752/tid=22757] ppid=22750 vsize=915676 CPUtime=0
/proc/22752/task/22757/stat : 22757 (java) S 22750 22752 21114 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 184784486 937652224 15932 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22752/tid=22758] ppid=22750 vsize=915676 CPUtime=0.34
/proc/22752/task/22758/stat : 22758 (java) S 22750 22752 21114 0 -1 64 489 0 0 0 33 1 0 0 16 0 8 0 184784486 937652224 15932 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22752/tid=22759] ppid=22750 vsize=915676 CPUtime=0
/proc/22752/task/22759/stat : 22759 (java) S 22750 22752 21114 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 184784486 937652224 15932 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22752/tid=22760] ppid=22750 vsize=915676 CPUtime=0
/proc/22752/task/22760/stat : 22760 (java) S 22750 22752 21114 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 184784486 937652224 15932 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 915676

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

Child status: 143
Real time (s): 1803.61
CPU time (s): 1800.05
CPU user time (s): 1799.71
CPU system time (s): 0.341948
CPU usage (%): 99.8026
Max. virtual memory (cumulated for all children) (KiB): 915780

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.71
system time used= 0.341948
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 16214
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= 37799
involuntary context switches= 26951

runsolver used 2.6176 s user time and 5.37618 s system time

The end

Launcher Data (download as text)

Begin job on node17 on Tue Jan  9 17:31:37 UTC 2007


IDJOB= 239098
IDBENCH= 7040
FILE ID= node17/239098-1168363897

PBS_JOBID= 3503746

Free space on /tmp= 66549 MiB

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

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  6da7049e947d87cbb0f89c14dfc9bf39

RANDOM SEED= 740882924

TIME LIMIT= 1800 seconds

MEMORY LIMIT= 900 MiB


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

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:        962928 kB
Buffers:         57192 kB
Cached:         148440 kB
SwapCached:          0 kB
Active:         937136 kB
Inactive:        97192 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        962928 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2744 kB
Writeback:           0 kB
Mapped:         846356 kB
Slab:            41936 kB
Committed_AS:  6276472 kB
PageTables:       3760 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= 66555 MiB



End job on node17 on Tue Jan  9 18:01:41 UTC 2007