Trace number 239460

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.08 1805.21

General information on the benchmark

Nameqcp-qwh/QWH-25/
qwh-25-235-3_ext.xml
MD5SUM8aaa9290f8830be76e9a3fdf12057a95
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 benchmark3.59345
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.31	   
0.31	Abscon 109 (November, 2006)
0.31	   
0.31	   configuration
0.31	     name=mac.xml
0.34	   
0.34	   instance
0.34	     name=/tmp/evaluation/239460-1168084897/unknown.xml
0.38	   
0.38	   domains being loaded...
0.38	   
0.38	   variables being loaded...
0.49	     nbVariables=625  nbDomainTypes=26  minDomainSize=1  maxDomainSize=25
0.49	       =>  wckTime=0.175  cpuTime=0.14  mem=8M869
0.49	   
0.49	   relations being loaded...
0.49	   
0.49	   constraints being loaded...
0.98	     nbConstraints=9300  nbRelationTypes=27  nbSingletonDomainVariables=390  nbExtensionStructures=51
0.98	     nbSharedExtensionStructures=9249  nbConflictsStructures=51  nbSharedConflictsStructures=9249
0.98	     nbSharedBinaryRepresentations=1323  maxDegree=48  maxArity=2
0.98	       =>  wckTime=0.661  cpuTime=0.51  mem=37M215
1.08	   
1.08	   solver IterativeSystematicSolver being built... 
1.29	       =>  wckTime=0.979  cpuTime=0.67  mem=21M340
1.37	   
1.37	   preprocessing
1.37	     nbConstraintChecks=93561  nbPropagations=625  nbRevisions=7560  nbUselessRevisions=2600  nbRemovedValues=4960
1.37	     detectedInconsistency=no
1.37	       =>  wckTime=0.064  cpuTime=0.06  mem=21M340
1.45	   
1.45	   search
1.45	     run=0  nbConstraintChecks=18529  nbPropagations=1222  nbRevisions=20022  nbUselessRevisions=13867  nbAssignments=99
1.45	     nbFailedAssignments=8  nbBacktracks=41  nbVisitedNodes=115  nbRestartNogoods=0  mapSize=13  nbInferences=0
1.45	     nbTooLargeKeys=0
1.45	       =>  wckTime=0.152  cpuTime=0.13  mem=22M346
1.50	   
1.50	   search
1.50	     run=1  nbConstraintChecks=36829  nbPropagations=3035  nbRevisions=52369  nbUselessRevisions=38883
1.50	     nbAssignments=187  nbFailedAssignments=20  nbBacktracks=58  nbVisitedNodes=222  nbRestartNogoods=2  mapSize=29
1.50	     nbInferences=0  nbTooLargeKeys=0
1.50	       =>  wckTime=0.202  cpuTime=0.18  mem=22M346
1.54	   
1.54	   search
1.54	     run=2  nbConstraintChecks=45337  nbPropagations=5265  nbRevisions=90057  nbUselessRevisions=68672
1.54	     nbAssignments=273  nbFailedAssignments=23  nbBacktracks=87  nbVisitedNodes=315  nbRestartNogoods=5  mapSize=34
1.54	     nbInferences=0  nbTooLargeKeys=0
1.54	       =>  wckTime=0.238  cpuTime=0.21  mem=22M346
1.57	   
1.57	   search
1.57	     run=3  nbConstraintChecks=53377  nbPropagations=7904  nbRevisions=132695  nbUselessRevisions=102876
1.57	     nbAssignments=361  nbFailedAssignments=28  nbBacktracks=120  nbVisitedNodes=412  nbRestartNogoods=7  mapSize=42
1.57	     nbInferences=0  nbTooLargeKeys=0
1.57	       =>  wckTime=0.275  cpuTime=0.25  mem=22M346
1.62	   
1.62	   search
1.62	     run=4  nbConstraintChecks=71529  nbPropagations=11275  nbRevisions=186618  nbUselessRevisions=146978
1.62	     nbAssignments=478  nbFailedAssignments=49  nbBacktracks=171  nbVisitedNodes=574  nbRestartNogoods=8  mapSize=84
1.62	     nbInferences=0  nbTooLargeKeys=0
1.62	       =>  wckTime=0.321  cpuTime=0.29  mem=22M346
1.69	   
1.69	   search
1.69	     run=5  nbConstraintChecks=98295  nbPropagations=15634  nbRevisions=257214  nbUselessRevisions=205687
1.69	     nbAssignments=639  nbFailedAssignments=86  nbBacktracks=246  nbVisitedNodes=805  nbRestartNogoods=11  mapSize=141
1.69	     nbInferences=0  nbTooLargeKeys=0
1.69	       =>  wckTime=0.39  cpuTime=0.35  mem=22M346
1.77	   
1.77	   search
1.77	     run=6  nbConstraintChecks=137320  nbPropagations=21187  nbRevisions=354399  nbUselessRevisions=288510
1.77	     nbAssignments=821  nbFailedAssignments=107  nbBacktracks=369  nbVisitedNodes=1033  nbRestartNogoods=18  mapSize=186
1.77	     nbInferences=0  nbTooLargeKeys=0
1.77	       =>  wckTime=0.475  cpuTime=0.43  mem=22M346
1.87	   
1.87	   search
1.87	     run=7  nbConstraintChecks=176546  nbPropagations=28141  nbRevisions=478240  nbUselessRevisions=395500
1.87	     nbAssignments=1067  nbFailedAssignments=143  nbBacktracks=541  nbVisitedNodes=1344  nbRestartNogoods=19
1.87	     mapSize=249  nbInferences=0  nbTooLargeKeys=0
1.87	       =>  wckTime=0.571  cpuTime=0.53  mem=23M319
2.01	   
2.01	   search
2.01	     run=8  nbConstraintChecks=248631  nbPropagations=37350  nbRevisions=649239  nbUselessRevisions=544916
2.01	     nbAssignments=1437  nbFailedAssignments=211  nbBacktracks=801  nbVisitedNodes=1850  nbRestartNogoods=21
2.01	     mapSize=377  nbInferences=0  nbTooLargeKeys=0
2.01	       =>  wckTime=0.716  cpuTime=0.67  mem=23M319
2.23	   
2.23	   search
2.23	     run=9  nbConstraintChecks=338795  nbPropagations=49137  nbRevisions=882683  nbUselessRevisions=751211
2.23	     nbAssignments=1945  nbFailedAssignments=253  nbBacktracks=1191  nbVisitedNodes=2437  nbRestartNogoods=24
2.23	     mapSize=449  nbInferences=0  nbTooLargeKeys=0
2.23	       =>  wckTime=0.927  cpuTime=0.86  mem=24M292
2.52	   
2.52	   search
2.52	     run=10  nbConstraintChecks=495986  nbPropagations=65153  nbRevisions=1226603  nbUselessRevisions=1058508
2.52	     nbAssignments=2664  nbFailedAssignments=320  nbBacktracks=1793  nbVisitedNodes=3286  nbRestartNogoods=31
2.52	     mapSize=574  nbInferences=0  nbTooLargeKeys=0
2.52	       =>  wckTime=1.222  cpuTime=1.14  mem=24M292
2.92	   
2.92	   search
2.92	     run=11  nbConstraintChecks=712987  nbPropagations=87271  nbRevisions=1723957  nbUselessRevisions=1506260
2.92	     nbAssignments=3721  nbFailedAssignments=450  nbBacktracks=2657  nbVisitedNodes=4580  nbRestartNogoods=36
2.92	     mapSize=804  nbInferences=0  nbTooLargeKeys=0
2.92	       =>  wckTime=1.62  cpuTime=1.52  mem=25M265
3.35	   
3.35	   INFO : Stopping hyperNogood (mapSize=1018, nbTooLargekeys=0, mem=26M238)
3.46	   
3.46	   search
3.46	     run=12  nbConstraintChecks=1046917  nbPropagations=118107  nbRevisions=2456769  nbUselessRevisions=2169715
3.46	     nbAssignments=5239  nbFailedAssignments=602  nbBacktracks=3961  nbVisitedNodes=6390  nbRestartNogoods=40
3.46	       =>  wckTime=2.166  cpuTime=2.07  mem=26M238
4.14	   
4.14	   search
4.14	     run=13  nbConstraintChecks=1501716  nbPropagations=161474  nbRevisions=3510473  nbUselessRevisions=3126625
4.14	     nbAssignments=7451  nbFailedAssignments=777  nbBacktracks=5932  nbVisitedNodes=8967  nbRestartNogoods=44
4.14	       =>  wckTime=2.843  cpuTime=2.74  mem=26M238
5.11	   
5.11	   search
5.11	     run=14  nbConstraintChecks=2176692  nbPropagations=222547  nbRevisions=5049603  nbUselessRevisions=4530272
5.11	     nbAssignments=10721  nbFailedAssignments=1061  nbBacktracks=8857  nbVisitedNodes=12803  nbRestartNogoods=49
5.11	       =>  wckTime=3.813  cpuTime=3.69  mem=26M238
6.71	   
6.71	   search
6.71	     run=15  nbConstraintChecks=3326123  nbPropagations=314003  nbRevisions=7405905  nbUselessRevisions=6684324
6.71	     nbAssignments=15712  nbFailedAssignments=1629  nbBacktracks=13237  nbVisitedNodes=18854  nbRestartNogoods=53
6.71	       =>  wckTime=5.413  cpuTime=5.28  mem=26M238
10.00	   
10.00	   search
10.00	     run=16  nbConstraintChecks=6170951  nbPropagations=475272  nbRevisions=11746337  nbUselessRevisions=10650118
10.00	     nbAssignments=23614  nbFailedAssignments=2908  nbBacktracks=19807  nbVisitedNodes=29086  nbRestartNogoods=57
10.00	       =>  wckTime=8.698  cpuTime=8.53  mem=26M238
14.46	   
14.46	   search
14.46	     run=17  nbConstraintChecks=9598175  nbPropagations=728884  nbRevisions=18490115  nbUselessRevisions=16818577
14.46	     nbAssignments=35271  nbFailedAssignments=4653  nbBacktracks=29662  nbVisitedNodes=44070  nbRestartNogoods=67
14.46	       =>  wckTime=13.166  cpuTime=12.95  mem=26M238
22.26	   
22.26	   search
22.26	     run=18  nbConstraintChecks=16104402  nbPropagations=1148786  nbRevisions=29868366  nbUselessRevisions=27252907
22.26	     nbAssignments=52747  nbFailedAssignments=7301  nbBacktracks=44456  nbVisitedNodes=66629  nbRestartNogoods=83
22.26	       =>  wckTime=20.959  cpuTime=20.66  mem=26M238
34.54	   
34.54	   search
34.54	     run=19  nbConstraintChecks=26665084  nbPropagations=1838239  nbRevisions=48916655  nbUselessRevisions=44768881
34.54	     nbAssignments=79170  nbFailedAssignments=11515  nbBacktracks=66626  nbVisitedNodes=101400  nbRestartNogoods=90
34.54	       =>  wckTime=33.244  cpuTime=32.82  mem=26M238
52.22	   
52.22	   search
52.22	     run=20  nbConstraintChecks=41381255  nbPropagations=2916464  nbRevisions=78561597  nbUselessRevisions=72057203
52.22	     nbAssignments=119911  nbFailedAssignments=18973  nbBacktracks=99880  nbVisitedNodes=156098  nbRestartNogoods=99
52.22	       =>  wckTime=50.923  cpuTime=50.33  mem=26M238
81.69	   
81.69	   search
81.69	     run=21  nbConstraintChecks=66652853  nbPropagations=4646931  nbRevisions=126207493  nbUselessRevisions=115882118
81.69	     nbAssignments=181437  nbFailedAssignments=30589  nbBacktracks=149760  nbVisitedNodes=239494  nbRestartNogoods=106
81.69	       =>  wckTime=80.392  cpuTime=79.5  mem=26M238
123.31	   
123.31	   search
123.31	     run=22  nbConstraintChecks=102372262  nbPropagations=7299696  nbRevisions=199747788  nbUselessRevisions=183604299
123.31	     nbAssignments=274165  nbFailedAssignments=48447  nbBacktracks=224578  nbVisitedNodes=366123  nbRestartNogoods=113
123.31	       =>  wckTime=122.008  cpuTime=120.74  mem=26M238
186.18	   
186.18	   search
186.18	     run=23  nbConstraintChecks=155755952  nbPropagations=11356228  nbRevisions=311145609  nbUselessRevisions=286042759
186.18	     nbAssignments=415006  nbFailedAssignments=77031  nbBacktracks=336810  nbVisitedNodes=560247  nbRestartNogoods=124
186.18	       =>  wckTime=184.88  cpuTime=183.04  mem=26M238
285.38	   
285.38	   search
285.38	     run=24  nbConstraintChecks=245483745  nbPropagations=17659290  nbRevisions=487841744  nbUselessRevisions=448716558
285.38	     nbAssignments=627151  nbFailedAssignments=120782  nbBacktracks=505152  nbVisitedNodes=856340  nbRestartNogoods=133
285.38	       =>  wckTime=284.08  cpuTime=281.32  mem=26M238
426.41	   
426.41	   search
426.41	     run=25  nbConstraintChecks=365934102  nbPropagations=27088998  nbRevisions=751098890  nbUselessRevisions=690875027
426.41	     nbAssignments=940810  nbFailedAssignments=181872  nbBacktracks=757677  nbVisitedNodes=1285233  nbRestartNogoods=144
426.41	       =>  wckTime=425.114  cpuTime=421.06  mem=26M238
627.30	   
627.30	   search
627.30	     run=26  nbConstraintChecks=551337347  nbPropagations=41246858  nbRevisions=1146453837
627.30	     nbUselessRevisions=1054278931  nbAssignments=1412038  nbFailedAssignments=274293  nbBacktracks=1136445
627.30	     nbVisitedNodes=1929911  nbRestartNogoods=158
627.30	       =>  wckTime=625.998  cpuTime=621.27  mem=26M238
939.66	   
939.66	   search
939.66	     run=27  nbConstraintChecks=851741831  nbPropagations=62936960  nbRevisions=1758277277
939.66	     nbUselessRevisions=1616884189  nbAssignments=2108543  nbFailedAssignments=402599  nbBacktracks=1704598
939.66	     nbVisitedNodes=2876227  nbRestartNogoods=168
939.66	       =>  wckTime=938.361  cpuTime=933.5  mem=26M238
1380.51	   
1380.51	   search
1380.51	     run=28  nbConstraintChecks=1270985341  nbPropagations=95218988  nbRevisions=2671101232
1380.51	     nbUselessRevisions=2456005197  nbAssignments=3158796  nbFailedAssignments=600586  nbBacktracks=2556827
1380.51	     nbVisitedNodes=4315793  nbRestartNogoods=181
1380.51	       =>  wckTime=1379.211  cpuTime=1374.19  mem=26M238

Verifier Data (download as text)

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

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node43/watcher-239460-1168084897 -o ROOT/results/node43/solver-239460-1168084897 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/239460-1168084897/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.02 2.01 1.92 2/86 10526
/proc/meminfo: memFree=1053408/2055920 swapFree=4192812/4192956
[pid=10525] ppid=10523 vsize=906644 CPUtime=0.02
/proc/10525/stat : 10525 (java) S 10523 10525 10218 0 -1 0 2069 0 1 0 1 1 0 0 18 0 2 0 156888805 928403456 1818 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/10525/statm: 226661 1818 1036 14 0 214244 0
[pid=10525/tid=10527] ppid=10523 vsize=906644 CPUtime=0
/proc/10525/task/10527/stat : 10527 (java) R 10523 10525 10218 0 -1 64 4 0 0 0 0 0 0 0 19 0 2 0 156888809 928403456 1818 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 7368 0 0 0 -1 1 0 0

[startup+0.102928 s]
/proc/loadavg: 2.02 2.01 1.92 2/86 10526
/proc/meminfo: memFree=1053408/2055920 swapFree=4192812/4192956
[pid=10525] ppid=10523 vsize=914988 CPUtime=0.09
/proc/10525/stat : 10525 (java) R 10523 10525 10218 0 -1 0 2987 0 1 0 7 2 0 0 19 0 8 0 156888805 936947712 2733 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4154020597 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10525/statm: 228747 2733 1426 14 0 215242 0
[pid=10525/tid=10527] ppid=10523 vsize=914988 CPUtime=0
/proc/10525/task/10527/stat : 10527 (java) S 10523 10525 10218 0 -1 64 7 0 0 0 0 0 0 0 18 0 8 0 156888809 936947712 2733 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 914988

[startup+0.510995 s]
/proc/loadavg: 2.02 2.01 1.92 2/86 10526
/proc/meminfo: memFree=1053408/2055920 swapFree=4192812/4192956
[pid=10525] ppid=10523 vsize=915328 CPUtime=0.49
/proc/10525/stat : 10525 (java) R 10523 10525 10218 0 -1 0 6545 0 1 0 45 4 0 0 18 0 8 0 156888805 937295872 6284 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10525/statm: 228832 6284 2138 14 0 215302 0
[pid=10525/tid=10527] ppid=10523 vsize=915328 CPUtime=0
/proc/10525/task/10527/stat : 10527 (java) S 10523 10525 10218 0 -1 64 7 0 0 0 0 0 0 0 18 0 8 0 156888809 937295872 6284 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 915328

[startup+1.33713 s]
/proc/loadavg: 2.02 2.01 1.92 3/93 10533
/proc/meminfo: memFree=1001896/2055920 swapFree=4192812/4192956
[pid=10525] ppid=10523 vsize=915676 CPUtime=1.29
/proc/10525/stat : 10525 (java) R 10523 10525 10218 0 -1 0 15588 0 1 0 120 9 0 0 23 0 8 0 156888805 937652224 15326 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10525/statm: 228919 15326 2509 14 0 215389 0
[pid=10525/tid=10527] ppid=10523 vsize=915676 CPUtime=0.09
/proc/10525/task/10527/stat : 10527 (java) S 10523 10525 10218 0 -1 64 1424 0 0 0 9 0 0 0 17 0 8 0 156888809 937652224 15326 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=10525/tid=10528] ppid=10523 vsize=915676 CPUtime=0
/proc/10525/task/10528/stat : 10528 (java) S 10523 10525 10218 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156888809 937652224 15326 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10525/tid=10529] ppid=10523 vsize=915676 CPUtime=0
/proc/10525/task/10529/stat : 10529 (java) S 10523 10525 10218 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156888809 937652224 15326 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10525/tid=10530] ppid=10523 vsize=915676 CPUtime=0
/proc/10525/task/10530/stat : 10530 (java) S 10523 10525 10218 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156888813 937652224 15326 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10525/tid=10531] ppid=10523 vsize=915676 CPUtime=0.24
/proc/10525/task/10531/stat : 10531 (java) R 10523 10525 10218 0 -1 64 454 0 0 0 23 1 0 0 16 0 8 0 156888813 937652224 15326 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4153325000 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10525/tid=10532] ppid=10523 vsize=915676 CPUtime=0
/proc/10525/task/10532/stat : 10532 (java) S 10523 10525 10218 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 156888813 937652224 15326 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10525/tid=10533] ppid=10523 vsize=915676 CPUtime=0
/proc/10525/task/10533/stat : 10533 (java) S 10523 10525 10218 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156888813 937652224 15326 18446744073709551615 134512640 134570532 4294956480 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.98041 s]
/proc/loadavg: 2.02 2.01 1.92 3/93 10545
/proc/meminfo: memFree=1001512/2055920 swapFree=4192812/4192956
[pid=10525] ppid=10523 vsize=915676 CPUtime=2.91
/proc/10525/stat : 10525 (java) R 10523 10525 10218 0 -1 0 15626 0 1 0 281 10 0 0 25 0 8 0 156888805 937652224 15363 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073987579 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10525/statm: 228919 15363 2513 14 0 215389 0
[pid=10525/tid=10527] ppid=10523 vsize=915676 CPUtime=0.09
/proc/10525/task/10527/stat : 10527 (java) S 10523 10525 10218 0 -1 64 1424 0 0 0 9 0 0 0 17 0 8 0 156888809 937652224 15363 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=10525/tid=10528] ppid=10523 vsize=915676 CPUtime=0
/proc/10525/task/10528/stat : 10528 (java) S 10523 10525 10218 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156888809 937652224 15363 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10525/tid=10529] ppid=10523 vsize=915676 CPUtime=0
/proc/10525/task/10529/stat : 10529 (java) S 10523 10525 10218 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156888809 937652224 15363 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10525/tid=10530] ppid=10523 vsize=915676 CPUtime=0
/proc/10525/task/10530/stat : 10530 (java) S 10523 10525 10218 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156888813 937652224 15363 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10525/tid=10531] ppid=10523 vsize=915676 CPUtime=0.3
/proc/10525/task/10531/stat : 10531 (java) S 10523 10525 10218 0 -1 64 483 0 0 0 29 1 0 0 15 0 8 0 156888813 937652224 15363 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10525/tid=10532] ppid=10523 vsize=915676 CPUtime=0
/proc/10525/task/10532/stat : 10532 (java) S 10523 10525 10218 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 156888813 937652224 15363 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10525/tid=10533] ppid=10523 vsize=915676 CPUtime=0
/proc/10525/task/10533/stat : 10533 (java) S 10523 10525 10218 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156888813 937652224 15363 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.91
Current children cumulated vsize (KiB) 915676

[startup+6.27596 s]
/proc/loadavg: 2.01 2.01 1.92 3/93 10547
/proc/meminfo: memFree=1001448/2055920 swapFree=4192812/4192956
[pid=10525] ppid=10523 vsize=915676 CPUtime=6.18
/proc/10525/stat : 10525 (java) R 10523 10525 10218 0 -1 0 15629 0 1 0 608 10 0 0 25 0 8 0 156888805 937652224 15363 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073983200 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10525/statm: 228919 15363 2513 14 0 215389 0
[pid=10525/tid=10527] ppid=10523 vsize=915676 CPUtime=0.09
/proc/10525/task/10527/stat : 10527 (java) S 10523 10525 10218 0 -1 64 1424 0 0 0 9 0 0 0 16 0 8 0 156888809 937652224 15363 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=10525/tid=10528] ppid=10523 vsize=915676 CPUtime=0
/proc/10525/task/10528/stat : 10528 (java) S 10523 10525 10218 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156888809 937652224 15363 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10525/tid=10529] ppid=10523 vsize=915676 CPUtime=0
/proc/10525/task/10529/stat : 10529 (java) S 10523 10525 10218 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156888809 937652224 15363 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10525/tid=10530] ppid=10523 vsize=915676 CPUtime=0
/proc/10525/task/10530/stat : 10530 (java) S 10523 10525 10218 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156888813 937652224 15363 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10525/tid=10531] ppid=10523 vsize=915676 CPUtime=0.31
/proc/10525/task/10531/stat : 10531 (java) S 10523 10525 10218 0 -1 64 484 0 0 0 30 1 0 0 16 0 8 0 156888813 937652224 15363 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10525/tid=10532] ppid=10523 vsize=915676 CPUtime=0
/proc/10525/task/10532/stat : 10532 (java) S 10523 10525 10218 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 156888813 937652224 15363 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10525/tid=10533] ppid=10523 vsize=915676 CPUtime=0
/proc/10525/task/10533/stat : 10533 (java) S 10523 10525 10218 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156888813 937652224 15363 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 915676

[startup+12.764 s]
/proc/loadavg: 2.01 2.01 1.92 3/93 10551
/proc/meminfo: memFree=1001384/2055920 swapFree=4192812/4192956
[pid=10525] ppid=10523 vsize=915676 CPUtime=12.6
/proc/10525/stat : 10525 (java) R 10523 10525 10218 0 -1 0 15630 0 1 0 1250 10 0 0 25 0 8 0 156888805 937652224 15364 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073957395 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10525/statm: 228919 15364 2513 14 0 215389 0
[pid=10525/tid=10527] ppid=10523 vsize=915676 CPUtime=0.09
/proc/10525/task/10527/stat : 10527 (java) S 10523 10525 10218 0 -1 64 1424 0 0 0 9 0 0 0 16 0 8 0 156888809 937652224 15364 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=10525/tid=10528] ppid=10523 vsize=915676 CPUtime=0
/proc/10525/task/10528/stat : 10528 (java) S 10523 10525 10218 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156888809 937652224 15364 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10525/tid=10529] ppid=10523 vsize=915676 CPUtime=0
/proc/10525/task/10529/stat : 10529 (java) S 10523 10525 10218 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156888809 937652224 15364 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10525/tid=10530] ppid=10523 vsize=915676 CPUtime=0
/proc/10525/task/10530/stat : 10530 (java) S 10523 10525 10218 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156888813 937652224 15364 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10525/tid=10531] ppid=10523 vsize=915676 CPUtime=0.31
/proc/10525/task/10531/stat : 10531 (java) S 10523 10525 10218 0 -1 64 485 0 0 0 30 1 0 0 15 0 8 0 156888813 937652224 15364 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10525/tid=10532] ppid=10523 vsize=915676 CPUtime=0
/proc/10525/task/10532/stat : 10532 (java) S 10523 10525 10218 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 156888813 937652224 15364 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10525/tid=10533] ppid=10523 vsize=915676 CPUtime=0
/proc/10525/task/10533/stat : 10533 (java) S 10523 10525 10218 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156888813 937652224 15364 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.6
Current children cumulated vsize (KiB) 915676

[startup+25.6292 s]
/proc/loadavg: 2.01 2.01 1.92 3/93 10559
/proc/meminfo: memFree=1001520/2055920 swapFree=4192812/4192956
[pid=10525] ppid=10523 vsize=915676 CPUtime=25.35
/proc/10525/stat : 10525 (java) R 10523 10525 10218 0 -1 0 15631 0 1 0 2524 11 0 0 25 0 8 0 156888805 937652224 15365 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4074020603 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10525/statm: 228919 15365 2513 14 0 215389 0
[pid=10525/tid=10527] ppid=10523 vsize=915676 CPUtime=0.09
/proc/10525/task/10527/stat : 10527 (java) S 10523 10525 10218 0 -1 64 1424 0 0 0 9 0 0 0 16 0 8 0 156888809 937652224 15365 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=10525/tid=10528] ppid=10523 vsize=915676 CPUtime=0
/proc/10525/task/10528/stat : 10528 (java) S 10523 10525 10218 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156888809 937652224 15365 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10525/tid=10529] ppid=10523 vsize=915676 CPUtime=0
/proc/10525/task/10529/stat : 10529 (java) S 10523 10525 10218 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156888809 937652224 15365 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10525/tid=10530] ppid=10523 vsize=915676 CPUtime=0
/proc/10525/task/10530/stat : 10530 (java) S 10523 10525 10218 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156888813 937652224 15365 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10525/tid=10531] ppid=10523 vsize=915676 CPUtime=0.31
/proc/10525/task/10531/stat : 10531 (java) S 10523 10525 10218 0 -1 64 486 0 0 0 30 1 0 0 16 0 8 0 156888813 937652224 15365 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10525/tid=10532] ppid=10523 vsize=915676 CPUtime=0
/proc/10525/task/10532/stat : 10532 (java) S 10523 10525 10218 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 156888813 937652224 15365 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10525/tid=10533] ppid=10523 vsize=915676 CPUtime=0
/proc/10525/task/10533/stat : 10533 (java) S 10523 10525 10218 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156888813 937652224 15365 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.35
Current children cumulated vsize (KiB) 915676

[startup+51.2705 s]
/proc/loadavg: 2.00 2.01 1.92 3/93 10583
/proc/meminfo: memFree=981168/2055920 swapFree=4192812/4192956
[pid=10525] ppid=10523 vsize=915676 CPUtime=50.73
/proc/10525/stat : 10525 (java) R 10523 10525 10218 0 -1 0 15631 0 1 0 5062 11 0 0 25 0 8 0 156888805 937652224 15365 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073958354 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10525/statm: 228919 15365 2513 14 0 215389 0
[pid=10525/tid=10527] ppid=10523 vsize=915676 CPUtime=0.09
/proc/10525/task/10527/stat : 10527 (java) S 10523 10525 10218 0 -1 64 1424 0 0 0 9 0 0 0 16 0 8 0 156888809 937652224 15365 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=10525/tid=10528] ppid=10523 vsize=915676 CPUtime=0
/proc/10525/task/10528/stat : 10528 (java) S 10523 10525 10218 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156888809 937652224 15365 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10525/tid=10529] ppid=10523 vsize=915676 CPUtime=0
/proc/10525/task/10529/stat : 10529 (java) S 10523 10525 10218 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156888809 937652224 15365 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10525/tid=10530] ppid=10523 vsize=915676 CPUtime=0
/proc/10525/task/10530/stat : 10530 (java) S 10523 10525 10218 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156888813 937652224 15365 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10525/tid=10531] ppid=10523 vsize=915676 CPUtime=0.31
/proc/10525/task/10531/stat : 10531 (java) S 10523 10525 10218 0 -1 64 486 0 0 0 30 1 0 0 16 0 8 0 156888813 937652224 15365 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10525/tid=10532] ppid=10523 vsize=915676 CPUtime=0
/proc/10525/task/10532/stat : 10532 (java) S 10523 10525 10218 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 156888813 937652224 15365 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10525/tid=10533] ppid=10523 vsize=915676 CPUtime=0
/proc/10525/task/10533/stat : 10533 (java) S 10523 10525 10218 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156888813 937652224 15365 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.73
Current children cumulated vsize (KiB) 915676

[startup+102.527 s]
/proc/loadavg: 2.00 2.00 1.92 3/87 10607
/proc/meminfo: memFree=961312/2055920 swapFree=4192812/4192956
[pid=10525] ppid=10523 vsize=915676 CPUtime=101.48
/proc/10525/stat : 10525 (java) R 10523 10525 10218 0 -1 0 15632 0 1 0 10137 11 0 0 25 0 8 0 156888805 937652224 15365 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073960012 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10525/statm: 228919 15365 2513 14 0 215389 0
[pid=10525/tid=10527] ppid=10523 vsize=915676 CPUtime=0.09
/proc/10525/task/10527/stat : 10527 (java) S 10523 10525 10218 0 -1 64 1424 0 0 0 9 0 0 0 16 0 8 0 156888809 937652224 15365 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=10525/tid=10528] ppid=10523 vsize=915676 CPUtime=0
/proc/10525/task/10528/stat : 10528 (java) S 10523 10525 10218 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156888809 937652224 15365 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10525/tid=10529] ppid=10523 vsize=915676 CPUtime=0
/proc/10525/task/10529/stat : 10529 (java) S 10523 10525 10218 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156888809 937652224 15365 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10525/tid=10530] ppid=10523 vsize=915676 CPUtime=0
/proc/10525/task/10530/stat : 10530 (java) S 10523 10525 10218 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156888813 937652224 15365 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10525/tid=10531] ppid=10523 vsize=915676 CPUtime=0.31
/proc/10525/task/10531/stat : 10531 (java) S 10523 10525 10218 0 -1 64 486 0 0 0 30 1 0 0 16 0 8 0 156888813 937652224 15365 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10525/tid=10532] ppid=10523 vsize=915676 CPUtime=0
/proc/10525/task/10532/stat : 10532 (java) S 10523 10525 10218 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 156888813 937652224 15365 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10525/tid=10533] ppid=10523 vsize=915676 CPUtime=0
/proc/10525/task/10533/stat : 10533 (java) S 10523 10525 10218 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156888813 937652224 15365 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.48
Current children cumulated vsize (KiB) 915676

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

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

[startup+1483.1 s]
/proc/loadavg: 1.06 1.06 1.32 2/72 10681
/proc/meminfo: memFree=1579480/2055920 swapFree=4192812/4192956
[pid=10525] ppid=10523 vsize=915676 CPUtime=1478.08
/proc/10525/stat : 10525 (java) R 10523 10525 10218 0 -1 0 15632 0 1 0 147791 17 0 0 25 0 8 0 156888805 937652224 15365 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073965253 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/10525/statm: 228919 15365 2513 14 0 215389 0
[pid=10525/tid=10527] ppid=10523 vsize=915676 CPUtime=0.09
/proc/10525/task/10527/stat : 10527 (java) S 10523 10525 10218 0 -1 64 1424 0 0 0 9 0 0 0 16 0 8 0 156888809 937652224 15365 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=10525/tid=10528] ppid=10523 vsize=915676 CPUtime=0
/proc/10525/task/10528/stat : 10528 (java) S 10523 10525 10218 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156888809 937652224 15365 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10525/tid=10529] ppid=10523 vsize=915676 CPUtime=0
/proc/10525/task/10529/stat : 10529 (java) S 10523 10525 10218 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156888809 937652224 15365 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10525/tid=10530] ppid=10523 vsize=915676 CPUtime=0
/proc/10525/task/10530/stat : 10530 (java) S 10523 10525 10218 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156888813 937652224 15365 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10525/tid=10531] ppid=10523 vsize=915676 CPUtime=0.31
/proc/10525/task/10531/stat : 10531 (java) S 10523 10525 10218 0 -1 64 486 0 0 0 30 1 0 0 16 0 8 0 156888813 937652224 15365 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10525/tid=10532] ppid=10523 vsize=915676 CPUtime=0
/proc/10525/task/10532/stat : 10532 (java) S 10523 10525 10218 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 156888813 937652224 15365 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10525/tid=10533] ppid=10523 vsize=915676 CPUtime=0
/proc/10525/task/10533/stat : 10533 (java) S 10523 10525 10218 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156888813 937652224 15365 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1478.08
Current children cumulated vsize (KiB) 915676

[startup+1543.12 s]
/proc/loadavg: 1.02 1.05 1.29 2/72 10681
/proc/meminfo: memFree=1579480/2055920 swapFree=4192812/4192956
[pid=10525] ppid=10523 vsize=915676 CPUtime=1538.07
/proc/10525/stat : 10525 (java) R 10523 10525 10218 0 -1 0 15632 0 1 0 153790 17 0 0 25 0 8 0 156888805 937652224 15365 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073947065 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/10525/statm: 228919 15365 2513 14 0 215389 0
[pid=10525/tid=10527] ppid=10523 vsize=915676 CPUtime=0.09
/proc/10525/task/10527/stat : 10527 (java) S 10523 10525 10218 0 -1 64 1424 0 0 0 9 0 0 0 16 0 8 0 156888809 937652224 15365 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=10525/tid=10528] ppid=10523 vsize=915676 CPUtime=0
/proc/10525/task/10528/stat : 10528 (java) S 10523 10525 10218 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156888809 937652224 15365 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10525/tid=10529] ppid=10523 vsize=915676 CPUtime=0
/proc/10525/task/10529/stat : 10529 (java) S 10523 10525 10218 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156888809 937652224 15365 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10525/tid=10530] ppid=10523 vsize=915676 CPUtime=0
/proc/10525/task/10530/stat : 10530 (java) S 10523 10525 10218 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156888813 937652224 15365 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10525/tid=10531] ppid=10523 vsize=915676 CPUtime=0.31
/proc/10525/task/10531/stat : 10531 (java) S 10523 10525 10218 0 -1 64 486 0 0 0 30 1 0 0 16 0 8 0 156888813 937652224 15365 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10525/tid=10532] ppid=10523 vsize=915676 CPUtime=0
/proc/10525/task/10532/stat : 10532 (java) S 10523 10525 10218 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 156888813 937652224 15365 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10525/tid=10533] ppid=10523 vsize=915676 CPUtime=0
/proc/10525/task/10533/stat : 10533 (java) S 10523 10525 10218 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156888813 937652224 15365 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1538.07
Current children cumulated vsize (KiB) 915676

[startup+1603.13 s]
/proc/loadavg: 1.07 1.05 1.28 2/72 10681
/proc/meminfo: memFree=1579480/2055920 swapFree=4192812/4192956
[pid=10525] ppid=10523 vsize=915676 CPUtime=1598.06
/proc/10525/stat : 10525 (java) R 10523 10525 10218 0 -1 0 15632 0 1 0 159789 17 0 0 25 0 8 0 156888805 937652224 15365 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073983200 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/10525/statm: 228919 15365 2513 14 0 215389 0
[pid=10525/tid=10527] ppid=10523 vsize=915676 CPUtime=0.09
/proc/10525/task/10527/stat : 10527 (java) S 10523 10525 10218 0 -1 64 1424 0 0 0 9 0 0 0 16 0 8 0 156888809 937652224 15365 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=10525/tid=10528] ppid=10523 vsize=915676 CPUtime=0
/proc/10525/task/10528/stat : 10528 (java) S 10523 10525 10218 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156888809 937652224 15365 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10525/tid=10529] ppid=10523 vsize=915676 CPUtime=0
/proc/10525/task/10529/stat : 10529 (java) S 10523 10525 10218 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156888809 937652224 15365 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10525/tid=10530] ppid=10523 vsize=915676 CPUtime=0
/proc/10525/task/10530/stat : 10530 (java) S 10523 10525 10218 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156888813 937652224 15365 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10525/tid=10531] ppid=10523 vsize=915676 CPUtime=0.31
/proc/10525/task/10531/stat : 10531 (java) S 10523 10525 10218 0 -1 64 486 0 0 0 30 1 0 0 16 0 8 0 156888813 937652224 15365 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10525/tid=10532] ppid=10523 vsize=915676 CPUtime=0
/proc/10525/task/10532/stat : 10532 (java) S 10523 10525 10218 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 156888813 937652224 15365 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10525/tid=10533] ppid=10523 vsize=915676 CPUtime=0
/proc/10525/task/10533/stat : 10533 (java) S 10523 10525 10218 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156888813 937652224 15365 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1598.06
Current children cumulated vsize (KiB) 915676

[startup+1663.14 s]
/proc/loadavg: 1.02 1.04 1.26 2/72 10681
/proc/meminfo: memFree=1579480/2055920 swapFree=4192812/4192956
[pid=10525] ppid=10523 vsize=915676 CPUtime=1658.05
/proc/10525/stat : 10525 (java) R 10523 10525 10218 0 -1 0 15632 0 1 0 165788 17 0 0 25 0 8 0 156888805 937652224 15365 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073944755 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/10525/statm: 228919 15365 2513 14 0 215389 0
[pid=10525/tid=10527] ppid=10523 vsize=915676 CPUtime=0.09
/proc/10525/task/10527/stat : 10527 (java) S 10523 10525 10218 0 -1 64 1424 0 0 0 9 0 0 0 16 0 8 0 156888809 937652224 15365 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=10525/tid=10528] ppid=10523 vsize=915676 CPUtime=0
/proc/10525/task/10528/stat : 10528 (java) S 10523 10525 10218 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156888809 937652224 15365 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10525/tid=10529] ppid=10523 vsize=915676 CPUtime=0
/proc/10525/task/10529/stat : 10529 (java) S 10523 10525 10218 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156888809 937652224 15365 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10525/tid=10530] ppid=10523 vsize=915676 CPUtime=0
/proc/10525/task/10530/stat : 10530 (java) S 10523 10525 10218 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156888813 937652224 15365 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10525/tid=10531] ppid=10523 vsize=915676 CPUtime=0.31
/proc/10525/task/10531/stat : 10531 (java) S 10523 10525 10218 0 -1 64 486 0 0 0 30 1 0 0 16 0 8 0 156888813 937652224 15365 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10525/tid=10532] ppid=10523 vsize=915676 CPUtime=0
/proc/10525/task/10532/stat : 10532 (java) S 10523 10525 10218 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 156888813 937652224 15365 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10525/tid=10533] ppid=10523 vsize=915676 CPUtime=0
/proc/10525/task/10533/stat : 10533 (java) S 10523 10525 10218 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156888813 937652224 15365 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1658.05
Current children cumulated vsize (KiB) 915676

[startup+1723.15 s]
/proc/loadavg: 1.01 1.03 1.24 2/72 10681
/proc/meminfo: memFree=1579480/2055920 swapFree=4192812/4192956
[pid=10525] ppid=10523 vsize=915676 CPUtime=1718.04
/proc/10525/stat : 10525 (java) R 10523 10525 10218 0 -1 0 15632 0 1 0 171786 18 0 0 25 0 8 0 156888805 937652224 15365 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073960099 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/10525/statm: 228919 15365 2513 14 0 215389 0
[pid=10525/tid=10527] ppid=10523 vsize=915676 CPUtime=0.09
/proc/10525/task/10527/stat : 10527 (java) S 10523 10525 10218 0 -1 64 1424 0 0 0 9 0 0 0 16 0 8 0 156888809 937652224 15365 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=10525/tid=10528] ppid=10523 vsize=915676 CPUtime=0
/proc/10525/task/10528/stat : 10528 (java) S 10523 10525 10218 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156888809 937652224 15365 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10525/tid=10529] ppid=10523 vsize=915676 CPUtime=0
/proc/10525/task/10529/stat : 10529 (java) S 10523 10525 10218 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156888809 937652224 15365 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10525/tid=10530] ppid=10523 vsize=915676 CPUtime=0
/proc/10525/task/10530/stat : 10530 (java) S 10523 10525 10218 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156888813 937652224 15365 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10525/tid=10531] ppid=10523 vsize=915676 CPUtime=0.31
/proc/10525/task/10531/stat : 10531 (java) S 10523 10525 10218 0 -1 64 486 0 0 0 30 1 0 0 16 0 8 0 156888813 937652224 15365 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10525/tid=10532] ppid=10523 vsize=915676 CPUtime=0
/proc/10525/task/10532/stat : 10532 (java) S 10523 10525 10218 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 156888813 937652224 15365 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10525/tid=10533] ppid=10523 vsize=915676 CPUtime=0
/proc/10525/task/10533/stat : 10533 (java) S 10523 10525 10218 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156888813 937652224 15365 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1718.04
Current children cumulated vsize (KiB) 915676

[startup+1783.15 s]
/proc/loadavg: 1.00 1.02 1.22 2/72 10681
/proc/meminfo: memFree=1579480/2055920 swapFree=4192812/4192956
[pid=10525] ppid=10523 vsize=915676 CPUtime=1778.02
/proc/10525/stat : 10525 (java) R 10523 10525 10218 0 -1 0 15632 0 1 0 177784 18 0 0 25 0 8 0 156888805 937652224 15365 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073957321 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/10525/statm: 228919 15365 2513 14 0 215389 0
[pid=10525/tid=10527] ppid=10523 vsize=915676 CPUtime=0.09
/proc/10525/task/10527/stat : 10527 (java) S 10523 10525 10218 0 -1 64 1424 0 0 0 9 0 0 0 16 0 8 0 156888809 937652224 15365 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=10525/tid=10528] ppid=10523 vsize=915676 CPUtime=0
/proc/10525/task/10528/stat : 10528 (java) S 10523 10525 10218 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156888809 937652224 15365 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10525/tid=10529] ppid=10523 vsize=915676 CPUtime=0
/proc/10525/task/10529/stat : 10529 (java) S 10523 10525 10218 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156888809 937652224 15365 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10525/tid=10530] ppid=10523 vsize=915676 CPUtime=0
/proc/10525/task/10530/stat : 10530 (java) S 10523 10525 10218 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156888813 937652224 15365 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10525/tid=10531] ppid=10523 vsize=915676 CPUtime=0.31
/proc/10525/task/10531/stat : 10531 (java) S 10523 10525 10218 0 -1 64 486 0 0 0 30 1 0 0 16 0 8 0 156888813 937652224 15365 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10525/tid=10532] ppid=10523 vsize=915676 CPUtime=0
/proc/10525/task/10532/stat : 10532 (java) S 10523 10525 10218 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 156888813 937652224 15365 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10525/tid=10533] ppid=10523 vsize=915676 CPUtime=0
/proc/10525/task/10533/stat : 10533 (java) S 10523 10525 10218 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156888813 937652224 15365 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1778.02
Current children cumulated vsize (KiB) 915676



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1805.15 s]
/proc/loadavg: 1.00 1.02 1.21 2/72 10681
/proc/meminfo: memFree=1579416/2055920 swapFree=4192812/4192956
[pid=10525] ppid=10523 vsize=915676 CPUtime=1800.02
/proc/10525/stat : 10525 (java) R 10523 10525 10218 0 -1 0 15632 0 1 0 179984 18 0 0 25 0 8 0 156888805 937652224 15365 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073969528 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/10525/statm: 228919 15365 2513 14 0 215389 0
[pid=10525/tid=10527] ppid=10523 vsize=915676 CPUtime=0.09
/proc/10525/task/10527/stat : 10527 (java) S 10523 10525 10218 0 -1 64 1424 0 0 0 9 0 0 0 16 0 8 0 156888809 937652224 15365 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=10525/tid=10528] ppid=10523 vsize=915676 CPUtime=0
/proc/10525/task/10528/stat : 10528 (java) S 10523 10525 10218 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156888809 937652224 15365 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10525/tid=10529] ppid=10523 vsize=915676 CPUtime=0
/proc/10525/task/10529/stat : 10529 (java) S 10523 10525 10218 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156888809 937652224 15365 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10525/tid=10530] ppid=10523 vsize=915676 CPUtime=0
/proc/10525/task/10530/stat : 10530 (java) S 10523 10525 10218 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156888813 937652224 15365 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10525/tid=10531] ppid=10523 vsize=915676 CPUtime=0.31
/proc/10525/task/10531/stat : 10531 (java) S 10523 10525 10218 0 -1 64 486 0 0 0 30 1 0 0 16 0 8 0 156888813 937652224 15365 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10525/tid=10532] ppid=10523 vsize=915676 CPUtime=0
/proc/10525/task/10532/stat : 10532 (java) S 10523 10525 10218 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 156888813 937652224 15365 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10525/tid=10533] ppid=10523 vsize=915676 CPUtime=0
/proc/10525/task/10533/stat : 10533 (java) S 10523 10525 10218 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156888813 937652224 15365 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 915676

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

Child status: 143
Real time (s): 1805.21
CPU time (s): 1800.08
CPU user time (s): 1799.88
CPU system time (s): 0.19297
CPU usage (%): 99.7156
Max. virtual memory (cumulated for all children) (KiB): 915780

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.88
system time used= 0.19297
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 15649
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= 37833
involuntary context switches= 34751

runsolver used 2.00969 s user time and 4.84226 s system time

The end

Launcher Data (download as text)

Begin job on node43 on Sat Jan  6 12:01:37 UTC 2007


IDJOB= 239460
IDBENCH= 7061
FILE ID= node43/239460-1168084897

PBS_JOBID= 3476248

Free space on /tmp= 66481 MiB

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

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  8aaa9290f8830be76e9a3fdf12057a95

RANDOM SEED= 447030434

TIME LIMIT= 1800 seconds

MEMORY LIMIT= 900 MiB


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

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1053888 kB
Buffers:         29128 kB
Cached:         314340 kB
SwapCached:          0 kB
Active:         647628 kB
Inactive:       285484 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1053888 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2808 kB
Writeback:           0 kB
Mapped:         610392 kB
Slab:            52924 kB
Committed_AS:  3802392 kB
PageTables:       3120 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= 66482 MiB



End job on node43 on Sat Jan  6 12:31:42 UTC 2007